e98993cb132e8ac43adcd4bcaea7dc4109726115
[bpt/emacs.git] / lisp / ChangeLog
1 2009-12-06 Kevin Ryde <user42@zip.com.au>
2
3 * ffap.el (ffap-rfc-path): Make this a defcustom since
4 `ffap-rfc-directories' is also a defcustom. (My Bug#4514.)
5
6 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
7 manuals, similar to existing setup for help-mode. (My bug#3913.)
8
9 2009-12-05 Juri Linkov <juri@jurta.org>
10
11 Save and restore dired buffer's point positions too. (Bug#4880)
12
13 * dired.el (dired-save-positions): Return in the first element
14 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
15 Doc fix.
16 (dired-restore-positions): First restore buffer's position.
17 While restoring window's positions, check if window still displays
18 the original buffer.
19
20 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
21
22 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
23 if possible.
24
25 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Make
26 argument optional.
27
28 * shell.el (shell): Require ansi-color (Bug#5113).
29
30 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
31
32 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
33
34 2009-12-05 Alan Mackenzie <acm@muc.de>
35
36 * progmodes/cc-mode.el (c-before-hack-hook)
37 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
38 `c-file-style' to work again. This reversion restores the current
39 software to its state in Emacs 23.1. (Bug#4146)
40
41 2009-12-05 Kevin Ryde <user42@zip.com.au>
42
43 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
44 comment-start-skip to comment-end-skip as comment (Bug#4781).
45
46 2009-12-05 Juri Linkov <juri@jurta.org>
47
48 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
49 for virtual nodes. (Bug#4147)
50 (Info-find-node-2): Set `Info-current-node-virtual' to nil
51 when moving from a virtual node.
52 (Info-mode-menu): Add `Info-virtual-index' to the menu.
53 (Info-mode): Add `Info-virtual-index' to the docstring.
54
55 2009-12-05 Eric Ludlam <zappo@gnu.org>
56
57 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
58 Describe project macro symbols.
59
60 * cedet/semantic/complete.el (semantic-complete-do-completion):
61 Don't call semantic-collector-current-exact-match.
62
63 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
64 ede-objects as targets.
65
66 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
67 a target's object list even if compiler vars are already in the
68 Makefile.
69
70 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
71 list of headers producing necessary macros.
72
73 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
74
75 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
76 track of the buffer position of the end of a BibTeX entry as this
77 position may change during reformatting.
78 (bibtex-format-entry): Remove whitespace before processing
79 numerical fields so that we recognize the latter properly.
80 (bibtex-reformat): Do not use push which changes the global value
81 of bibtex-entry-format.
82 (bibtex-field-braces-alist, bibtex-field-strings-alist)
83 (bibtex-field-re-init): Replace only space characters by regexp
84 for whitespace.
85 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix
86 docstring.
87 (bibtex-initialize): Also update bibtex-strings.
88 (bibtex-kill-field): Preserve white space at end of entry.
89 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill): Update
90 bibtex-reference-keys.
91
92 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * minibuffer.el (completion-pcm--merge-try): Also consider placing
95 point after a star, if that's the only place where modifications can
96 make progress.
97
98 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
99
100 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
101 in docstrings.
102
103 2009-12-04 Juri Linkov <juri@jurta.org>
104
105 * proced.el (proced): Call `(proced-update t)' to update process
106 information instead of only running proced-post-display-hook.
107 (proced-send-signal): Add a leading space to the buffer name
108 " *Marked Processes*" to make this buffer ephemeral.
109
110 2009-12-04 Juri Linkov <juri@jurta.org>
111
112 * dired.el (dired-auto-revert-buffer): New defcustom.
113 (dired-internal-noselect): Use it.
114
115 2009-12-04 Juri Linkov <juri@jurta.org>
116
117 Change roles of modes and functions in image-mode.el (Bug#5062).
118
119 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
120 in `auto-mode-alist'.
121 (image-mode-previous-major-mode): New variable.
122 (image-minor-mode-map): Rename from `image-mode-text-map'.
123 (image-mode): Move graceful error-handling code from
124 `image-minor-mode' to here. On errors call `image-mode-as-text'.
125 (image-minor-mode): Remove all image-handling code.
126 Replace `image-mode-text-map' with `image-minor-mode-map'.
127 Check for `image-type' in mode-line format string.
128 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
129 (image-mode-as-text): New function with most code from
130 `image-mode-maybe'.
131 (image-toggle-display-text): Move code that removes image
132 properties from `image-toggle-display' to here.
133 (image-toggle-display-image): New function with code that adds
134 image properties copied from `image-toggle-display'.
135 (image-toggle-display): Remove most code with leaving only code
136 that toggles between `image-mode-as-text' and `image-mode'.
137
138 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
139
140 * net/newst-treeview.el
141 (newsticker--treeview-list-highlight-start): Restored call to
142 save-excursion: Selected item was stuck.
143 (newsticker--treeview-list-select): New.
144 (newsticker--treeview-item-show-text)
145 (newsticker--treeview-item-show)
146 (newsticker--treeview-item-update): Use new
147 newsticker-treeview-item-mode.
148 (newsticker-treeview-update): Keep current item.
149 (newsticker-treeview-next-new-or-immortal-item): Doc change.
150 (newsticker--treeview-first-feed): Doc change.
151 (newsticker-treeview-list-menu)
152 (newsticker-treeview-item-menu): Added menu entries.
153 (newsticker-treeview-item-mode): New.
154
155 * net/newst-backend.el (newsticker-customize): delete other
156 windows.
157
158 2009-12-04 Sam Steingold <sds@gnu.org>
159
160 * log-view.el (log-view-mode-map): "q" calls quit-window,
161 like in all the other non-self-insert buffers.
162
163 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 Minor cleanup.
166 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
167 key decoding rather than do it manually via last-input-event +
168 ascii-character.
169 (term-exec): Use delete-and-extract-region.
170 (term-handle-ansi-terminal-messages): Remove unused var `end'.
171 (term-process-pager): Remove unused var `i'.
172 (term-dynamic-simple-complete): Make obsolete.
173 (serial-update-config-menu): Remove unused vars `y' and `str'.
174 (term-update-mode-line): Remove unused var `temp'.
175
176 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
177
178 Limit the number of log entries displayed by default.
179 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
180 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
181 using a prefix argument.
182
183 2009-12-03 Glenn Morris <rgm@gnu.org>
184
185 * progmodes/idlwave.el (class): Restore still useful declaration.
186
187 2009-12-03 Alan Mackenzie <acm@muc.de>
188
189 Enhance `c-parse-state' to run efficiently in "brace deserts".
190
191 * progmodes/cc-mode.el (c-basic-common-init):
192 Call c-state-cache-init.
193 (c-neutralize-syntax-in-and-mark-CPP): Rename from
194 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
195 placing `category' properties value 'c-cpp-delimiter at its boundaries.
196
197 * progmodes/cc-langs.el (c-before-font-lock-function):
198 c-extend-and-neutralize-syntax-in-CPP has been renamed
199 c-neutralize-syntax-in-and-mark-CPP.
200
201 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
202 with `category' properties now, not `syntax-table' ones.
203
204 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
205 enhanced (but slower) version of c-end-of-macro that won't land
206 inside a literal or on another awkward character.
207 (c-state-cache-too-far, c-state-cache-start)
208 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
209 (c-state-nonlit-pos-cache-limit, c-state-point-min)
210 (c-state-point-min-lit-type, c-state-point-min-lit-start)
211 (c-state-min-scan-pos, c-state-brace-pair-desert)
212 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
213 buffer local variables.
214 (c-state-literal-at, c-state-lit-beg)
215 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
216 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
217 (c-state-cache-top-paren, c-state-cache-after-top-paren)
218 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
219 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
220 (c-renarrow-state-cache)
221 (c-append-lower-brace-pair-to-state-cache)
222 (c-state-push-any-brace-pair, c-append-to-state-cache)
223 (c-remove-stale-state-cache)
224 (c-remove-stale-state-cache-backwards, c-state-cache-init)
225 (c-invalidate-state-cache-1, c-parse-state-1)
226 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
227 (c-parse-state): Enhance and refactor.
228 (c-debug-parse-state): Amend to deal with all the new variables.
229
230 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
231 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
232 modify to use category text properties rather than syntax-table ones.
233 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
234 to switch off/on the syntactic paren property of C++ template
235 delimiters using the category property.
236 (c-with-<->-as-parens-suppressed): Macro to invoke code with
237 template delims suppressed.
238 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
239 New constant/macros which apply category properties to the start
240 and end of preprocessor constructs.
241 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
242 "comment out" the syntactic value of characters in preprocessor
243 constructs.
244 (c-with-cpps-commented-out)
245 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
246 with characters in all or all but one preprocessor constructs
247 "commented out".
248
249 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
250
251 * proced.el (proced-filter-alist): Use regexp-quote.
252
253 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
254
255 Cleanup.
256 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
257 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
258 arguments. Expand `default-directory'.
259
260 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
261 the benefit of returning an expanded localname.
262 (tramp-tramp-file-p): Handle the case NAME is not a string.
263
264 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
265
266 Add support for bzr shelve/unshelve.
267 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
268 (vc-bzr-extra-menu-map): New variables.
269 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
270 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
271 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
272 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
273 (vc-bzr-dir-extra-headers): Display shelves.
274
275 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
276
277 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
278
279 * textmodes/bibtex.el (bibtex-complete-internal):
280 Use completion-in-region.
281 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
282
283 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
284
285 Support applying stashes. Improve UI.
286 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
287 (vc-git-stash-apply, vc-git-stash-pop)
288 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
289 (vc-git-stash-menu): New functions.
290 (vc-git-stash-menu-map): New variable.
291 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
292
293 2009-12-03 Glenn Morris <rgm@gnu.org>
294
295 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
296 (vc-print-log-internal): Fix previous change.
297 (vc-revert): Correct pluralization.
298
299 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
300
301 * progmodes/make-mode.el (makefile-special-targets-list): No need for
302 it to be an alist any more.
303 (makefile-complete): Use completion-in-region.
304
305 * progmodes/octave-mod.el (octave-complete-symbol):
306 Use completion-in-region.
307
308 Misc cleanup.
309 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
310 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
311 (idlwave-complete-class): Don't quote lambda.
312 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
313 (idlwave-mode-map): Move initialization into declaration.
314 (idlwave-action-and-binding): Use backquotes.
315 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
316 Simplify.
317 (idlwave-is-pointer-dereference): Remove unused var `pos'.
318 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
319 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
320 `parts', and `all-parts'.
321 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
322 (idlwave-convert-xml-system-routine-info): Remove unused string
323 `version-string'.
324 (idlwave-display-user-catalog-widget): Use dolist.
325 (idlwave-scanning-lib): Declare dynamically-scoped var.
326 (idlwave-scan-library-catalogs): Remove unused var `flags'.
327 (completion-highlight-first-word-only): Declare to silence bytecomp.
328 (idlwave-popup-select): Tighten scope of `resp'.
329 (idlwave-find-struct-tag): Remove unused var `beg'.
330 (idlwave-after-load-rinfo-hook): Declare.
331 (idlwave-sintern-class-info): Remove unused var `taglist'.
332 (idlwave-find-class-definition): Remove unused var `list'.
333 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
334 (idlwave-what-module-find-class): Remove unused var `classes'.
335
336 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
337
338 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
339
340 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
343 buffers visited. Remove redundant current-buffer-saving.
344
345 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
346
347 Use completion-in-buffer and remove uses of dynamic scoping.
348 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
349 (pascal-buffer-to-use, pascal-flag): Don't declare.
350 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
351 (pascal-get-completion-decl, pascal-keyword-completion):
352 Add `pascal-str' argument, save-excursion,
353 return the found completions, and don't filter with pascal-pred.
354 (pascal-completion-cache): New var.
355 (pascal-completion): Don't switch buffer any more (it was never
356 necessary). Don't save-excursion any more (it's done by the called
357 subroutines). Use a cache to avoid redundant computations.
358 Use complete-with-action rather than pascal-completion-response and
359 let it apply the predicate as well.
360 (pascal-complete-word): Use completion-in-buffer when
361 pascal-toggle-completions is nil.
362 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
363 not used any more.
364 (pascal-comp-defun): Don't change buffer any more.
365 Use complete-with-action rather than pascal-completion-response and
366 let it apply the predicate as well.
367 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
368 when neded.
369
370 2009-12-02 Kenichi Handa <handa@m17n.org>
371
372 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
373 shape for all Indic scripts.
374
375 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 Use completion-in-buffer.
378 * wid-edit.el (widget-field-text-end): New function.
379 (widget-field-value-get): Use it.
380 (widget-string-complete, widget-file-complete)
381 (widget-color-complete): Use it and completion-in-region.
382 (widget-complete): Don't narrow the buffer.
383
384 2009-12-02 Glenn Morris <rgm@gnu.org>
385
386 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
387 (rmail-select-summary): Use rmail-pop-to-buffer.
388 * mail/rmailsum.el: Replace all pop-to-buffer calls with
389 rmail-pop-to-buffer, to prevent horizontal splits.
390
391 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
392 save-excursion with save-current-buffer.
393 Widen before searching. (Bug#5093)
394 (diary-list-sexp-entries): Remove superfluous save-excursion.
395
396 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
397
398 * woman.el (woman-make-bufname): Handle man-pages with "." in the
399 name. (Bug#5038)
400
401 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
402
403 * ido.el (ido-file-internal): Handle filenames at point that do
404 not have a directory part. (Bug#5049)
405
406 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
407
408 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
409 (mpc-songs-jump-to, mpc-resume): Doc fixes.
410
411 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
412
413 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
414 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
415 any more.
416
417 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * comint.el (comint-insert-input): Ignore clicks to the right of
420 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
421
422 * vc.el (vc-print-log-internal): Don't wait for the process to
423 terminate before setting up the major mode.
424
425 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
426 in case.
427
428 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
429 the last element.
430
431 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
432
433 2009-12-01 Glenn Morris <rgm@gnu.org>
434
435 * window.el (window--display-buffer-2): Fix previous changes.
436
437 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
438
439 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
440
441 2009-12-01 Glenn Morris <rgm@gnu.org>
442
443 * Makefile.in (ELCFILES): Add mpc.elc.
444
445 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
446
447 * mpc.el: New file.
448
449 2009-12-01 Glenn Morris <rgm@gnu.org>
450
451 * window.el (window-to-use): Define for compiler.
452
453 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
454 consistent with others (no final period).
455
456 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
457 (rmail-mime-show): Downcase the encoding. (Bug#5070)
458
459 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
460
461 Make vc-print-log buttons work.
462 * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
463
464 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
465
466 * savehist.el (savehist-autosave-interval): Allow setting to nil
467 through customize. (Bug#5056)
468
469 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
470
471 Fix references to jit-lock properties.
472 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
473 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
474 (perl-font-lock-special-syntactic-constructs):
475 Quote jit-lock-defer-multiline property.
476
477 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
478
479 * vc-git.el (vc-git-registered): Call vc-git-root only once.
480
481 2009-11-30 Juri Linkov <juri@jurta.org>
482
483 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
484 value `buffer' of `multi-isearch-next-buffer-current-function'.
485 Use `(current-buffer)' when `buffer' is nil.
486 (multi-isearch-next-buffer-from-list): Don't fallback to
487 `(current-buffer)' when `buffer' is nil. (Bug#4947)
488
489 2009-11-30 Juri Linkov <juri@jurta.org>
490
491 * misearch.el (multi-isearch-read-buffers): Move canonicalization
492 of buffers with `get-buffer' to `multi-isearch-buffers'.
493 (multi-isearch-buffers, multi-isearch-buffers-regexp):
494 Canonicalize BUFFERS with `get-buffer'. Doc fix.
495 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
496 FILES with `expand-file-name' converting relative file names
497 to absolute. Doc fix. (Bug#4727)
498
499 2009-11-30 Juri Linkov <juri@jurta.org>
500
501 * misearch.el (multi-isearch-read-buffers)
502 (multi-isearch-read-matching-buffers): New functions.
503 (multi-isearch-buffers, multi-isearch-buffers-regexp):
504 Use them in the `interactive' spec. Doc fix.
505 (multi-isearch-read-files, multi-isearch-read-matching-files):
506 New functions.
507 (multi-isearch-files, multi-isearch-files-regexp):
508 Use them in the `interactive' spec. Doc fix. (Bug#4725)
509
510 2009-11-30 Juri Linkov <juri@jurta.org>
511
512 * doc-view.el (doc-view-continuous):
513 Rename from `doc-view-continuous-mode'.
514 (doc-view-menu): Move "Toggle display" to the top.
515 Add submenu "Continuous" with radio buttons "Off"/"On"
516 and "Save as Default".
517 (doc-view-scroll-up-or-next-page)
518 (doc-view-scroll-down-or-previous-page)
519 (doc-view-next-line-or-next-page)
520 (doc-view-previous-line-or-previous-page): Rename
521 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
522
523 2009-11-30 Juri Linkov <juri@jurta.org>
524
525 * comint.el (comint-mode-map): Rebind `M-r' from
526 `comint-previous-matching-input' to
527 `comint-history-isearch-backward-regexp'.
528 Unbind `M-s' to allow global key binding `M-s'.
529 Add menu items for `comint-history-isearch-backward' and
530 `comint-history-isearch-backward-regexp'. (Bug#3746)
531
532 2009-11-30 Juri Linkov <juri@jurta.org>
533
534 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
535 For def=recenter, replace `recenter' with `recenter-top-bottom'
536 that is called with `this-command' and `last-command' let-bound
537 to `recenter-top-bottom'. When the last `def' was not `recenter',
538 set `recenter-last-op' to nil. (Bug#4981)
539
540 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
541
542 Minor cleanup and simplification.
543 * filecache.el (file-cache-add-directory)
544 (file-cache-add-directory-recursively)
545 (file-cache-add-from-file-cache-buffer)
546 (file-cache-delete-file-regexp, file-cache-delete-directory)
547 (file-cache-files-matching-internal, file-cache-display): Use dolist.
548 (file-cache-temp-minibuffer-message): Delete function.
549 (file-cache-minibuffer-complete): Use minibuffer-message instead.
550
551 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
552 Don't signal an error when bumping into EOB in tr, s, or y.
553
554 2009-11-29 Juri Linkov <juri@jurta.org>
555
556 * startup.el (fancy-about-text): Fix wording of Guided Tour.
557 (Bug#4960)
558
559 * descr-text.el (describe-char-unidata-list): Use lowercase name
560 for "Unicode name" like in other tags.
561
562 2009-11-29 Juri Linkov <juri@jurta.org>
563
564 * ediff-util.el (ediff-minibuffer-with-setup-hook):
565 New compatibility macro.
566 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
567
568 2009-11-29 Juri Linkov <juri@jurta.org>
569
570 Add defcustom to define the cycling order of `recenter-top-bottom'.
571 (Bug#4981)
572
573 * window.el (recenter-last-op): Doc fix.
574 (recenter-positions): New defcustom.
575 (recenter-top-bottom): Rewrite to use `recenter-positions'.
576 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
577
578 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
579
580 Improve integration of Tramp and ange-ftp in eshell.
581
582 * eshell/em-unix (eshell/whoami): Make it a defun but a defalias.
583 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
584 (eshell/sudo): Flatten args. Let-bind `default-directory'.
585
586 * eshell/esh-util.el (top): Require also Tramp when compiling.
587 (eshell-directory-files-and-attributes): Check for FTP remote
588 connection.
589 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
590 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
591 (eshell-file-attributes): Handle ".". Return `entry'.
592
593 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
594 (ange-ftp-directory-files-and-attributes)
595 (ange-ftp-real-directory-files-and-attributes): New defuns.
596
597 * net/tramp.el (tramp-maybe-open-connection): Open the remote
598 shell with "exec" when possible. This prevents trailing prompts
599 in `start-file-process'.
600
601 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 Try and remove assumptions about point-min==1.
604 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
605 (rng-compute-mode-line-string): Show the validation percentage in
606 terms of the narrowed text, not the widened text.
607 (rng-do-some-validation): Don't catch internal errors when debugging.
608 (rng-first-error): Simplify.
609 (rng-after-change-function): Remove work around. AFAIK the bug has
610 been fixed a while ago.
611
612 * image-mode.el (image-minor-mode): Exit more gracefully when the image
613 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
614
615 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
616
617 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
618 `cd' doesn't always do it for us (bug#5067).
619
620 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
621 on 2009-10-25 as part of some other change (bug#5067).
622
623 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
626 `suspicious'.
627 (byte-compile-warnings): Use byte-compile-warning-types.
628 (byte-compile-save-excursion): Warn about use of set-buffer right
629 after save-excursion.
630
631 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
632 the excursion as well.
633
634 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
635
636 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
637 providing a Tramp related implementation of "su" and "sudo".
638 (eshell-unix-initialize): Add "su" and "sudo".
639
640 2009-11-27 Daiki Ueno <ueno@unixuser.org>
641
642 * net/socks.el (socks-send-command): Convert binary request to
643 unibyte before sending. This fixes mishandling of some port
644 numbers such as 129.
645
646 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
647
648 * help.el (describe-bindings-internal): Remove `interactive'.
649
650 * man.el (Man-completion-table): Trim a terminating "(".
651 Remove the space between name page a section.
652 Add the command's description on the `help-echo' property.
653 Remove `process-connection-type' binding since it's unused by
654 call-process.
655 Provide completion for the "<section> <name>" format as well.
656 (Man-default-man-entry): Remove spurious var shadowing the argument.
657
658 2009-11-26 Kevin Ryde <user42@zip.com.au>
659
660 * log-view.el: Add "Keywords: tools", since its other keywords
661 aren't in finder-known-keywords, and following vc.el.
662
663 * sha1.el (sha1-string-external): default-directory "/" in case
664 otherwise non-existent. process-connection-type pipe for touch of
665 efficiency recommended by elisp manual. (An aside in Bug#3911.)
666
667 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
668
669 Misc coding convention cleanups.
670 * htmlfontify.el (hfy-init-kludge-hook): Rename from
671 hfy-init-kludge-hooks.
672 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
673 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
674 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
675 and push.
676 (hfy-slant, hfy-weight): Use tables rather than code.
677 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
678 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
679 (hfy-face-attr-for-class): Initialize `face-spec' directly.
680 (hfy-face-to-css): Remove `nconc' with single arg.
681 (hfy-p-to-face-lennart): Use `or'.
682 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
683 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
684 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
685 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
686 (hfy-force-fontification): Use run-hooks.
687
688 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
689
690 Various minor fixes.
691 * htmlfontify.el (hfy-default-header): Add toggle_invis since
692 Javascript belongs in the header, not the body.
693 (hfy-javascript): Remove.
694 (hfy-fontify-buffer): Don't insert it any more.
695 (hfy-face-at): Handle (face0 face1 face2) style face properties.
696 Fix bug in invis handling when there were no invis props in a chunk.
697
698 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
701
702 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
703
704 * finder.el (finder-mode-map): Add a menu.
705
706 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
707
708 * verilog-mode.el (verilog-at-struct-p): Support "signed" and
709 "unsigned" structs.
710
711 (verilog-leap-to-head, verilog-backward-token): Handle "disable
712 fork" statement better.
713
714 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
715
716 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
717 (verilog-delete-empty-auto-pair, verilog-library-filenames):
718 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
719
720 (verilog-auto-inst, verilog-auto-star-safe)
721 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
722 Fix removing "// Interfaces" when saving .* expansions. Reported by
723 Pierre-David Pfister.
724
725 2009-11-26 Glenn Morris <rgm@gnu.org>
726
727 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
728 the scope.
729
730 2009-11-25 Johan Bockgård <bojohan@gnu.org>
731
732 * vc-annotate.el (vc-annotate-revision-previous-to-line):
733 Really use previous revision.
734
735 2009-11-25 Kevin Ryde <user42@zip.com.au>
736
737 * man.el (Man-completion-table): default-directory "/" in case
738 doesn't otherwise exist. process-environment COLUMNS=999 so as
739 not to truncate long names. process-connection-type pipe to avoid
740 any chance of hitting the pseudo-tty TIOCGWINSZ.
741 (man): completion-ignore-case t for friendliness and since man
742 itself is case-insensitive on the command line.
743 Further to Bug#3717.
744
745 * arc-mode.el: Add "Keywords: files", so the details in its
746 commentary can be reached from finder-by-keyword.
747 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
748 editing mode, but it's comms related and sgml-mode.el has "comm"
749 on that basis too.
750 * textmodes/bibtex-style.el: Add "Keywords: tex".
751 * international/isearch-x.el, international/ja-dic-cnv.el:
752 * international/ja-dic-utl.el, international/kkc.el:
753 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
754
755 2009-11-25 Juri Linkov <juri@jurta.org>
756
757 * man.el (Man-completion-table): Modify regexp to include
758 section names to completion strings. (Bug#3717)
759
760 2009-11-25 Juri Linkov <juri@jurta.org>
761
762 Search recursively in gzipped files. (Bug#4982)
763
764 * progmodes/grep.el (grep-highlight-matches): Add new options
765 `always' and `auto'. Doc fix.
766 (grep-process-setup): Check `grep-highlight-matches' for
767 `auto-detect' to determine the need to compute grep defaults.
768 Move Windows/DOS specific --colors settings handling
769 to `grep-compute-defaults'. Check `grep-highlight-matches'
770 to get the value of "--color=".
771 (grep-compute-defaults): Compute `grep-highlight-matches' when it
772 has the value `auto-detect'. Move Windows/DOS specific settings
773 from `grep-process-setup'.
774 (zrgrep): New command with alias `rzgrep'.
775
776 2009-11-25 Juri Linkov <juri@jurta.org>
777
778 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
779 to nil instead of switching off view-mode. (Bug#4896)
780
781 2009-11-25 Juri Linkov <juri@jurta.org>
782
783 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
784
785 * mwheel.el (mwheel-scroll-up-function)
786 (mwheel-scroll-down-function): New defvars.
787 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
788 `scroll-up', and `mwheel-scroll-down-function' instead of
789 `scroll-down'.
790
791 * doc-view.el (doc-view-scroll-up-or-next-page)
792 (doc-view-scroll-down-or-previous-page): Add optional ARG.
793 Use this ARG in the call to image-scroll-up/image-scroll-down.
794 Change `interactive' spec to "P". Goto next/previous page only
795 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
796 SPC/DEL case). Doc fix.
797 (doc-view-next-line-or-next-page)
798 (doc-view-previous-line-or-previous-page): Rename arg to ARG
799 for consistency.
800 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
801 `doc-view-scroll-up-or-next-page', and buffer-local
802 `mwheel-scroll-down-function' to
803 `doc-view-scroll-down-or-previous-page'.
804
805 2009-11-25 Juri Linkov <juri@jurta.org>
806
807 Provide additional default values (directories at other Dired
808 windows) via M-n in the minibuffer of some Dired commands.
809
810 * dired-aux.el (dired-diff, dired-compare-directories)
811 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
812 `minibuffer-default' in `minibuffer-with-setup-hook'.
813 (dired-dwim-target-directory): Find a window that displays Dired
814 buffer instead of failing when the next window is not Dired.
815 Use `get-window-with-predicate' to find for the next Dired window.
816 (dired-dwim-target-defaults): New function.
817
818 * ediff-util.el (ediff-read-file-name):
819 Use `dired-dwim-target-defaults' to set `minibuffer-default'
820 in `minibuffer-with-setup-hook'.
821
822 2009-11-25 Juri Linkov <juri@jurta.org>
823
824 Provide additional default values (file name at point or at the
825 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
826
827 * minibuffer.el (read-file-name-defaults): New function.
828 (read-file-name): Reset `minibuffer-default' to nil when
829 it duplicates initial input `insdef'.
830 Bind `minibuffer-default-add-function' to lambda that
831 calls `read-file-name-defaults' in `minibuffer-selected-window'.
832 (minibuffer-insert-file-name-at-point): New command.
833
834 * files.el (file-name-at-point-functions): New defcustom.
835 (find-file-default): Remove defvar.
836 (find-file-read-args): Don't use `find-file-default'.
837 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
838 to `read-file-name'.
839 (find-file-literally): Use `read-file-name' with
840 `confirm-nonexistent-file-or-buffer'.
841
842 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
843
844 * dired.el (dired-read-dir-and-switches):
845 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
846 to `read-file-name'.
847 (dired-file-name-at-point): New function.
848 (dired-mode): Add hook `dired-file-name-at-point' to
849 `file-name-at-point-functions'.
850
851 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
852
853 Really make the *Completions* window soft-dedicated (bug#5030).
854 * window.el (window--display-buffer-2): Add `dedicated' argument.
855 (display-buffer): Pass it when needed so the dedicated flag is set
856 after calling set-window-buffer, which would otherwise reset it.
857
858 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
859
860 * progmodes/meta-mode.el (meta-complete-symbol):
861 * progmodes/etags.el (complete-tag):
862 * mail/mailabbrev.el (mail-abbrev-complete-alias):
863 Use completion-in-region.
864
865 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
866 (dabbrev-completion): Use completion-in-region.
867 (dabbrev--abbrev-at-point): Simplify regexp.
868
869 * abbrev.el (abbrev--before-point): Use word-motion functions
870 if :regexp is not specified (bug#5031).
871
872 * subr.el (string-prefix-p): New function.
873
874 * man.el (Man-completion-cache): New var.
875 (Man-completion-table): Use it.
876
877 * vc.el (vc-print-log-internal): Make `limit' optional for better
878 compatibility (e.g. with vc-annotate.el).
879
880 2009-11-24 Kevin Ryde <user42@zip.com.au>
881
882 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
883 Build value with regexp-opt instead of explicit joining loop. (My
884 Bug#4927.)
885
886 * emacs-lisp/elint.el (elint-add-required-env): Better error message
887 when .el source file not found or other error.
888
889 2009-11-24 Markus Triska <markus.triska@gmx.at>
890
891 * linum.el (linum-update-window): Ignore intangible (bug#4996).
892
893 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
894
895 Handle the [back] button properly (bug#4979).
896 * descr-text.el (describe-text-properties): Add a `buffer' argument.
897 Use help-setup-xref, help-buffer, and with-help-window.
898 (describe-char): Add `buffer' argument.
899 Pass proper command to help-setup-xref. Don't meddle with
900 help-xref-stack-item directly.
901 (describe-text-category): Use with-help-window and help-buffer.
902
903 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
904 for the displayed buffer (bug#4887).
905
906 * man.el (Man-completion-table): New function.
907 (man): Use it.
908
909 2009-11-24 David Reitter <david.reitter@gmail.com>
910
911 * vc-git.el (vc-git-registered): Use checkout directory (where
912 .git is) rather than the file's directory and a relative path spec
913 to work around a bug in git.
914
915 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
916
917 Improve handling of processes on remote hosts.
918
919 * eshell/esh-util.el (eshell-path-env): New defvar.
920 (eshell-parse-colon-path): New defun.
921 (eshell-file-attributes): Use `eshell-parse-colon-path'.
922
923 * eshell/esh-ext.el (eshell-search-path):
924 Use `eshell-parse-colon-path'.
925 (eshell-remote-command): Remove argument HANDLER.
926 (eshell-external-command): Check for FTP remote connection.
927
928 * eshell/esh-proc.el (eshell-gather-process-output):
929 Use `file-truename', in order to start also symlinked files.
930 Apply `start-file-process' instead of `start-process'.
931 Shorten `command' to the local file name part.
932
933 * eshell/em-cmpl.el (eshell-complete-commands-list):
934 Use `eshell-parse-colon-path'.
935
936 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
937
938 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
939 to `eshell-directory-change-hook'.
940
941 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
942
943 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
944 because it could be enabled automatically if view-read-only is non-nil.
945
946 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
947
948 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
949 made on 2009-11-22.
950
951 2009-11-24 Glenn Morris <rgm@gnu.org>
952
953 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
954 deleted variable bookmark-bmenu-bookmark-column.
955
956 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
957 Move after definition of global-semantic-idle-tag-highlight-mode.
958
959 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
962
963 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
964
965 * net/browse-url.el (browse-url-filename-alist): On Windows, add
966 two slashes to the "file:" prefix.
967 (browse-url-file-url): De-munge Cygwin filenames before passing
968 them to Windows browser.
969 (browse-url-default-windows-browser): Use call-process.
970
971 2009-11-23 Juri Linkov <juri@jurta.org>
972
973 Implement DocView Continuous mode. (Bug#4896)
974 * doc-view.el (doc-view-continuous-mode): New defcustom.
975 (doc-view-mode-map): Bind C-n/<down> to
976 `doc-view-next-line-or-next-page', C-p/<up> to
977 `doc-view-previous-line-or-previous-page'.
978 (doc-view-next-line-or-next-page)
979 (doc-view-previous-line-or-previous-page): New commands.
980
981 2009-11-23 Juri Linkov <juri@jurta.org>
982
983 Implement Isearch in comint input history. (Bug#3746)
984 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
985 `isearch-mode-hook'.
986 (comint-history-isearch): New defcustom.
987 (comint-history-isearch-backward)
988 (comint-history-isearch-backward-regexp): New commands.
989 (comint-history-isearch-message-overlay): New buffer-local variable.
990 (comint-history-isearch-setup, comint-history-isearch-end)
991 (comint-goto-input, comint-history-isearch-search)
992 (comint-history-isearch-message, comint-history-isearch-wrap)
993 (comint-history-isearch-push-state)
994 (comint-history-isearch-pop-state): New functions.
995
996 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
997
998 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
999 return.
1000 (tramp-handle-make-symbolic-link)
1001 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
1002 Quote file names.
1003 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
1004 (tramp-handle-process-file): Use it.
1005
1006 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1007
1008 * window.el (move-to-window-line-last-op): Remove.
1009 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
1010
1011 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
1012
1013 Make M-r mirror the new cycling behavior of C-l.
1014 * window.el (move-to-window-line-last-op): New var.
1015 (move-to-window-line-top-bottom): New command.
1016 (global-map): Bind M-r move-to-window-line-top-bottom.
1017
1018 2009-11-23 Sven Joachim <svenjoac@gmx.de>
1019
1020 * dired-x.el (dired-guess-shell-alist-default):
1021 Support xz format. (Bug#4953)
1022
1023 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
1024
1025 * cedet/srecode/map.el (srecode-get-maps):
1026 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
1027 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
1028 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
1029 (semantic-toggle-decoration-style):
1030 * cedet/semantic/decorate/include.el
1031 (semantic-decoration-include-describe)
1032 (semantic-decoration-unknown-include-describe)
1033 (semantic-decoration-unparsed-include-describe)
1034 (semantic-decoration-all-include-summary):
1035 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
1036 * cedet/semantic/analyze/complete.el
1037 (semantic-analyze-possible-completions):
1038 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
1039 (semantic-show-unmatched-syntax-mode)
1040 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
1041 (semantic-highlight-func-mode):
1042 * cedet/semantic/util.el (semantic-describe-buffer):
1043 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
1044 (semantic-symref-find-tags-by-name)
1045 (semantic-symref-find-tags-by-regexp)
1046 (semantic-symref-find-tags-by-completion)
1047 (semantic-symref-find-file-references-by-name)
1048 (semantic-symref-find-text):
1049 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
1050 (senator-yank-tag):
1051 * cedet/semantic/scope.el (semantic-calculate-scope):
1052 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1053 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1054 (define-semantic-idle-service):
1055 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
1056 (semantic-complete-analyze-inline-idle):
1057 * cedet/semantic/analyze.el (semantic-analyze-current-context):
1058 * cedet/mode-local.el (describe-mode-local-bindings)
1059 (describe-mode-local-bindings-in-mode):
1060 * cedet/ede/make.el (ede-make-check-version):
1061 * cedet/ede/locate.el (ede-enable-locate-on-project):
1062 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
1063 (cedet-idutils-version-check):
1064 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
1065 (cedet-gnu-global-version-check):
1066 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
1067 (cedet-cscope-version-check): Use called-interactively-p instead
1068 of interactive-p.
1069
1070 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
1071 Use semantic-format-tag-prototype.
1072
1073 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
1074
1075 * emulation/viper-cmd.el: Use viper-last-command-char instead of
1076 last-command-char/last-command-event.
1077 (viper-prefix-arg-value): Do correct conversion of event-char for
1078 XEmacs.
1079
1080 * emulation/viper-util.el, emulation/viper.el:
1081 Use viper-last-command-char instead of
1082 last-command-char/last-command-event.
1083
1084 * ediff-init.el, ediff-mult.el, ediff-util.el:
1085 Replace last-command-char and last-command-event
1086 with (ediff-last-command-char) everywhere.
1087
1088 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
1089 created in fundamental mode.
1090
1091 * ediff.el (ediff-version): Revert the change of interactive-p to
1092 called-interactively-p.
1093
1094 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
1095
1096 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
1097 generation from word-movement command names.
1098
1099 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
1100
1101 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1102 (semantic-complete-jump-local, semantic-complete-jump):
1103 Improve prompt string.
1104
1105 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1106
1107 * cus-start.el (all): Add native condition for font-use-system-font.
1108
1109 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
1110
1111 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
1112 Correct the patch from 2009-11-18. (Bug#3910)
1113
1114 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
1115
1116 * progmodes/subword.el: Rename from lisp/subword.el.
1117
1118 * subword.el: Rename to progmodes/subword.el.
1119
1120 * Makefile.in (ELCFILES): Adapt to subword.el move.
1121
1122 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1123 Stefan Monnier <monnier@iro.umontreal.ca>
1124
1125 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
1126 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
1127 (bookmark-bmenu-show-filenames): Use push.
1128 (bookmark-bmenu-hide-filenames): Use local var instead of
1129 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
1130 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
1131 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
1132 filenames now that the bookmark names are always available.
1133
1134 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1135
1136 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
1137 (bookmark-search-pattern): Move and leave unbound.
1138 (bookmark-bmenu-mode-map): Change binding.
1139 (bookmark-read-search-input): Simplify.
1140 Don't use text-char-description. Don't error on non-char events.
1141 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
1142 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
1143 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
1144 Use a local var for the timer.
1145 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
1146 (i.e. bookmark-bmenu-search).
1147
1148 2009-11-21 Glenn Morris <rgm@gnu.org>
1149
1150 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
1151
1152 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
1153
1154 * net/browse-url.el (browse-url-default-windows-browser):
1155 Use cygstart for cygwin.
1156
1157 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
1158
1159 * bookmark.el Formatting and doc fixes only:
1160 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
1161 (bookmark-bmenu-search): Wrap to fit within 80 columns.
1162 Minor grammar and punctuation fixes in doc string.
1163 (bookmark-read-search-input): Adjust to fit within 80 columns.
1164
1165 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
1166
1167 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
1168 (c-backward-into-nomenclature): Adapt to subword renaming.
1169
1170 * subword.el (subword-forward, subword-backward, subword-mark)
1171 (subword-kill, subword-backward-kill, subword-transpose)
1172 (subword-downcase, subword-upcase, subword-capitalize)
1173 (subword-forward-internal, subword-backward-internal):
1174 Rename from forward-subword, backward-subword, mark-subword,
1175 kill-subword, backward-kill-subword, transpose-subwords,
1176 downcase-subword, upcase-subword, capitalize-subword,
1177 forward-subword-internal, backward-subword-internal.
1178
1179 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1180
1181 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
1182 New options.
1183 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
1184 New vars.
1185 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
1186 (bookmark-bmenu-filter-alist-by-regexp)
1187 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
1188 (bookmark-bmenu-search): New command.
1189 (bookmark-bmenu-mode-map): Bind it.
1190
1191 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
1192
1193 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
1194
1195 * cedet/semantic/idle.el (define-semantic-idle-service)
1196 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1197
1198 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
1199
1200 * progmodes/cc-cmds.el: declare-functioned forward-subword and
1201 backward-subword to quit the byte-compiler.
1202
1203 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
1204
1205 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
1206
1207 * progmodes/cc-cmds.el (c-update-modeline)
1208 (c-forward-into-nomenclature, c-backward-into-nomenclature):
1209 Refer to subword.el functions instead of cc-subword.el.
1210
1211 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
1212 subword.el functions instead of cc-subword.el.
1213
1214 * progmodes/cc-subword.el: Rename to subword.el.
1215 * subword.el: Rename from progmodes/cc-subword.el.
1216 (subword-mode-map): Rename from c-subword-mode-map.
1217 (subword-mode): Rename from c-subword-mode.
1218 (global-subword-mode): New global minor mode.
1219 (forward-subword): Rename from c-forward-subword.
1220 (backward-subword): Rename from c-backward-subword.
1221 (mark-subword): Rename from c-mark-subword.
1222 (kill-subword): Rename from c-kill-subword.
1223 (backward-kill-subword): Rename from c-backward-kill-subword.
1224 (transpose-subwords): Rename from c-tranpose-subword.
1225 (downcase-subword): Rename from c-downcase-subword.
1226 (capitalize-subword): Rename from c-capitalize-subword.
1227 (forward-subword-internal): Rename from c-forward-subword-internal.
1228 (backward-subword-internal): Rename from c-backward-subword-internal.
1229
1230 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1231
1232 * vc.el (vc-deduce-fileset): Allow non-state changing operations
1233 from a dired buffer.
1234 (vc-dired-deduce-fileset): New function.
1235 (vc-root-diff, vc-print-root-log): Use it.
1236
1237 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
1238 nil LIMIT argument to vc-print-log-internal.
1239
1240 2009-11-20 Glenn Morris <rgm@gnu.org>
1241
1242 * Makefile.in (ELCFILES): Regenerate.
1243
1244 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
1245
1246 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
1247
1248 * cedet/semantic.el: Enable idle-mode menu items only if
1249 global-semantic-idle-scheduler-mode is enabled.
1250 (semantic-default-submodes): Doc fix.
1251
1252 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1253 When turning off, disable other idle modes.
1254
1255 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
1256
1257 * calc/calc.el (calc-set-mode-line):
1258 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1259 (math-format-number): Rename `math-format-complement-signed' to
1260 `math-format-twos-complement'.
1261
1262 * calc/calc-bin.el (math-format-twos-complement): Rename from
1263 math-format-complement-signed.
1264 (calc-radix): Rename `calc-complement-signed-mode' to
1265 `calc-twos-complement-mode'.
1266 (calc-octal-radix, calc-hex-radix): Add an argument for
1267 two's complement.
1268
1269 * calc/calc-embed.el (calc-embedded-mode-vars):
1270 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1271
1272 * calc/calc-ext.el (calc-init-extensions):
1273 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1274 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
1275
1276 * calc/calc-units.el (math-build-units-table-buffer):
1277 Let `calc-twos-complement-mode' be nil.
1278
1279 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
1280 entries.
1281
1282 * calc/calc-vec.el (calcFunc-vunpack):
1283 * calc/calc-aent.el (calc-do-calc-eval):
1284 * calc/calc-forms.el (math-format-date):
1285 * calc/calc-graph.el (calc-graph-plot):
1286 * calc/calc-math.el (math-use-emacs-fn):
1287 * calc/calccomp.el (math-compose-expr):
1288 Let `calc-twos-complement-mode' be nil.
1289
1290 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
1293 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
1294 * minibuffer.el (completion-in-region-functions): New hook.
1295 (completion-in-region): New function.
1296 * emacs-lisp/lisp.el (lisp-complete-symbol):
1297 * pcomplete.el (pcomplete-std-complete): Use it.
1298
1299 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
1300
1301 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
1302 (latex-complete-alist): New vars.
1303 (latex-string-prefix-p, latex-complete-bibtex-keys)
1304 (latex-complete-envnames, latex-complete-refkeys)
1305 (latex-complete-data): New functions.
1306 (latex-complete, latex-indent-or-complete): New commands.
1307
1308 * window.el (display-buffer-mark-dedicated): New var.
1309 (display-buffer): Obey it.
1310 * minibuffer.el (minibuffer-completion-help): Use it.
1311
1312 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
1313
1314 * filecache.el (file-cache-add-file): Use push and cons.
1315 (file-cache-delete-file-regexp): Use push.
1316 (file-cache-complete): Use completion-in-region.
1317
1318 * simple.el (with-wrapper-hook): Fix thinko.
1319
1320 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
1321 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
1322 Use with-current-buffer and string-to-number.
1323 (hfy-fallback-colour-values): Use assoc-string.
1324 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
1325 (hfy-face-at): Remove unused var `found-face'.
1326 (hfy-compile-stylesheet): Remove unused var `css'.
1327 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
1328 and `orig-buffer'.
1329 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
1330 Use with-current-buffer.
1331 (hfy-text-p): Use expand-file-name and fewer setq.
1332
1333 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
1334
1335 * htmlfontify.el, hfy-cmap.el: New files.
1336
1337 2009-11-19 Juri Linkov <juri@jurta.org>
1338
1339 * minibuffer.el (completions-format): New defcustom.
1340 (completion--insert-strings): Implement vertical format.
1341
1342 * simple.el (switch-to-completions): Move point to the first
1343 completion when point was at the beginning of the buffer.
1344
1345 2009-11-19 Juri Linkov <juri@jurta.org>
1346
1347 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
1348
1349 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
1350
1351 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
1352
1353 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
1354 (mail-signature): Change default to t.
1355 (mail-from-style): Deprecate `system-default' value.
1356 (mail-insert-from-field): For default value of mail-from-style,
1357 default to `angles' unless `angles' needs quoting and `parens'
1358 does not.
1359 (mail-citation-prefix-regexp): Use citation regexp from
1360 message-mode.
1361
1362 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
1363
1364 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1365 Set variables for computing the prompt for reading password.
1366
1367 2009-11-19 Glenn Morris <rgm@gnu.org>
1368
1369 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
1370
1371 * textmodes/flyspell.el (sgml-lexical-context): Declare.
1372
1373 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
1374 (newsticker-treeview-listwindow-height): Fix custom type.
1375
1376 2009-11-19 Kenichi Handa <handa@m17n.org>
1377
1378 * descr-text.el (describe-char-padded-string): Compose with TAB
1379 only if there's a font for CH.
1380 (describe-char): Fix the condition for detecting a trivial composition.
1381
1382 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
1383
1384 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
1385 more accurate version of the regexp. (Bug#3910)
1386
1387 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
1388
1389 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
1390
1391 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
1392
1393 * font-setting.el (font-use-system-font): Declare for byte-compiler.
1394 (font-setting-change-default-font): Fix typo in docstring.
1395
1396 2009-11-18 Alan Mackenzie <acm@muc.de>
1397
1398 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
1399
1400 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1401
1402 * font-setting.el (font-use-system-font): Move ...
1403
1404 * cus-start.el (all): ... to here.
1405
1406 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
1407
1408 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
1409 Don't set `ad-return-value' if `ad-do-it' doesn't.
1410
1411 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
1412 modification time.
1413
1414 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1415
1416 * menu-bar.el: Put "Use system font" in Option-menu.
1417 (menu-bar-options-save): Add font-use-system-font.
1418
1419 * loadup.el: If feature system-font-setting or font-render-setting is
1420 there, load font-setting.
1421
1422 * Makefile.in (ELCFILES): Add font-settings.el.
1423 * font-setting.el: New file.
1424
1425 2009-11-17 Glenn Morris <rgm@gnu.org>
1426
1427 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
1428
1429 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
1430 Preserve point in the list buffer. (Bug#4939)
1431 Use point-at-eol.
1432 (newsticker--treeview-list-update-highlight)
1433 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
1434
1435 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1436
1437 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
1438 Remove.
1439
1440 * calc/calc-ext.el (calc-init-extensions): Remove references to
1441 symclip.
1442
1443 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
1444
1445 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
1446 * calc/calc-help.el (calc-b-prefix-help): Remove references to
1447 `calc-symclip'.
1448
1449 2009-11-16 Kevin Ryde <user42@zip.com.au>
1450
1451 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1452 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
1453
1454 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
1455 (lm-keywords-list): Allow comma-only separator like "foo,bar".
1456 Ignore trailing spaces by omit-nulls to split-string (fixing
1457 regression from Emacs 21 due to the incompatible split-string
1458 change). (Bug #4928.)
1459
1460 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1461
1462 * vc.el (vc-log-show-limit): Default to 2000.
1463 (vc-print-log-internal): Insert buttons to request more entries
1464 when limiting the output.
1465
1466 * vc-sccs.el (vc-sccs-print-log):
1467 * vc-rcs.el (vc-rcs-print-log):
1468 * vc-cvs.el (vc-cvs-print-log):
1469 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
1470 LIMIT is non-nil.
1471
1472 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
1473
1474 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
1475 error when `tramp-gvfs-dbus-event-vector' is set.
1476 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
1477
1478 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1479
1480 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
1481
1482 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
1483
1484 * net/dbus.el (dbus-unregister-service): New defun.
1485 (dbus-register-property): Register the handlers of
1486 "org.freedesktop.DBus.Properties" for SERVICE.
1487 (dbus-property-handler): Fix docstring.
1488
1489 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1490
1491 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
1492 Quote doc string reference in defvaralias as it is not in special form.
1493 (byte-compile-output-docform): Doc fix.
1494
1495 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1496
1497 * calc/calc.el (math-2-word-size, math-half-2-word-size)
1498 (calc-complement-signed-mode): New variables.
1499 (calc-set-mode-line): Add indicator for twos-complements.
1500 (math-format-number): Format twos-complement notation.
1501
1502 * calc/calc-bin.el (calc-word-size): Reset the variables
1503 `math-2-word-size' and `math-half-2-word-size'.
1504 (math-format-complement-signed, math-symclip, calcFunc-symclip)
1505 (calc-symclip): New functions.
1506
1507 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
1508
1509 * calc/calc-embed.el (calc-embedded-mode-vars):
1510 Add `calc-complement-signed-mode' to the list of modes.
1511
1512 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
1513 (calc-b-oper-keys): Add `calc-symclip' to list.
1514
1515 * calc/calc-ext.el (math-read-number-fancy): Read complement
1516 signed numbers.
1517 (calc-init-extensions): Add binding for `calc-symclip'.
1518 Add autoload for `calcFunc-symclip' and `calc-symclip'.
1519
1520 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
1521 `calc-symclip'.
1522 (calc-modes-menu): Add item for twos complement mode.
1523
1524 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
1525
1526 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
1527
1528 * register.el (jump-to-register, insert-register): Handle Semantic
1529 tags. From commented-out advice in semantic/senator.el.
1530
1531 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1532
1533 * vc.el (vc-log-show-limit): New variable.
1534 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
1535 when using a prefix argument.
1536 (vc-print-log-internal): Add new argument LIMIT.
1537
1538 * vc-svn.el (vc-svn-print-log):
1539 * vc-mtn.el (vc-mtn-print-log):
1540 * vc-hg.el (vc-hg-print-log):
1541 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1542 pass it to the log command when set. Make the BUFFER argument
1543 non-optional.
1544
1545 * vc-sccs.el (vc-sccs-print-log):
1546 * vc-rcs.el (vc-rcs-print-log):
1547 * vc-git.el (vc-git-print-log):
1548 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
1549 ignore it. Make the BUFFER argument non-optional
1550
1551 * bindings.el (mode-line-buffer-identification): Do not purecopy.
1552
1553 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
1554
1555 * dired.el (dired-mode-map): Move encryption items to "Operate"
1556 menu (Bug#4703).
1557
1558 * strokes.el (strokes-update-window-configuration): Make strokes
1559 buffer current before erasing (Bug#4906).
1560
1561 * cedet/semantic/idle.el (semantic-idle-summary-mode)
1562 (semantic-idle-summary-mode): Define using define-minor-mode
1563 instead of define-semantic-idle-service.
1564 (semantic-idle-summary-mode): New function.
1565 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1566 that mouse motion does not reset the echo area.
1567
1568 2009-11-15 Juri Linkov <juri@jurta.org>
1569
1570 * simple.el (set-mark-default-inactive): Add :type, :group
1571 and :version. (Bug#4876)
1572
1573 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
1574
1575 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
1576 (archive-unique-fname): ... here. (Bug#4929)
1577
1578 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
1581 with a real fix.
1582
1583 * novice.el (disabled-command-function): Add useful args.
1584 Setup the help buffer so that [back] works.
1585 Remove redundant call to help-mode.
1586 (disabled-command-function): Use `case'.
1587 (en/disable-command): New function extracted from enable-command.
1588 (enable-command, disable-command): Use it.
1589
1590 2009-11-14 Glenn Morris <rgm@gnu.org>
1591
1592 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
1593 constants. (Bug#4913)
1594
1595 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
1596
1597 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1598
1599 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
1600 defined in C that have no doc-strings. (Bug#1063)
1601
1602 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
1603
1604 * cus-edit.el (data, files):
1605 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
1606
1607 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
1608
1609 * simple.el (shell-command): Doc fix (Bug#4891).
1610
1611 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
1612
1613 2009-11-14 Glenn Morris <rgm@gnu.org>
1614
1615 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
1616 statements for vc-diff, emerge-quit, and rmail-cease-edit.
1617 If they are already loaded, eval-after-load will do the right thing.
1618
1619 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
1620 compiling.
1621
1622 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
1623
1624 * simple.el (x-selection-owner-p): Declare.
1625 (read-mail-command): Use custom radio type rather than choice.
1626 (completion-no-auto-exit): Doc fix.
1627
1628 * custom.el (defgroup):
1629 * epg-config.el (epg): Doc fixes.
1630
1631 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
1632
1633 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
1634 * international/ccl.el (define-ccl-program): Do not purecopy the
1635 docstring, defconst does it anyway.
1636
1637 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1638
1639 * add-log.el (add-change-log-entry): Avoid displaying the changelog
1640 a second time.
1641
1642 * x-dnd.el (x-dnd-maybe-call-test-function):
1643 * window.el (split-window-vertically):
1644 * whitespace.el (whitespace-help-on):
1645 * vc-rcs.el (vc-rcs-consult-headers):
1646 * userlock.el (ask-user-about-lock-help)
1647 (ask-user-about-supersession-help):
1648 * type-break.el (type-break-force-mode-line-update):
1649 * time-stamp.el (time-stamp-conv-warn):
1650 * terminal.el (te-set-output-log, te-more-break, te-filter)
1651 (te-sentinel,terminal-emulator):
1652 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
1653 (term-write-input-ring, term-check-source, term-start-output-log):
1654 (term-display-buffer-line, term-dynamic-list-completions):
1655 (term-ansi-make-term, serial-term):
1656 * subr.el (selective-display):
1657 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1658 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
1659 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
1660 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
1661 (speedbar-remove-localized-speedbar-support)
1662 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
1663 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
1664 (speedbar-buffers-line-directory):
1665 * simple.el (shell-command-on-region, append-to-buffer)
1666 (prepend-to-buffer):
1667 * shadowfile.el (shadow-save-todo-file):
1668 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
1669 (scroll-bar-maybe-set-window-start):
1670 * sb-image.el (speedbar-image-dump):
1671 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
1672 (load-save-place-alist-from-file):
1673 * ps-samp.el (ps-print-message-from-summary):
1674 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
1675 (ps-background-image, ps-begin-job, ps-do-despool):
1676 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
1677 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
1678 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
1679 (pr-call-process, pr-file-list, pr-interface-save):
1680 * novice.el (disabled-command-function)
1681 (enable-command, disable-command):
1682 * mouse.el (mouse-buffer-menu-alist):
1683 * mouse-copy.el (mouse-kill-preserving-secondary):
1684 * macros.el (kbd-macro-query):
1685 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
1686 * informat.el (batch-info-validate):
1687 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
1688 * hippie-exp.el (try-expand-dabbrev-visible):
1689 * help-mode.el (help-make-xrefs):
1690 * help-fns.el (describe-variable):
1691 * generic-x.el (bat-generic-mode-run-as-comint):
1692 * finder.el (finder-mouse-select):
1693 * find-dired.el (find-dired-sentinel):
1694 * filesets.el (filesets-file-close):
1695 * files.el (list-directory):
1696 * faces.el (list-faces-display, describe-face):
1697 * facemenu.el (list-colors-display):
1698 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
1699 * epg.el (epg--process-filter, epg-cancel):
1700 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
1701 (epa--read-signature-type):
1702 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
1703 (emerge-file-names):
1704 * ehelp.el (electric-helpify):
1705 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
1706 * ediff-vers.el (rcs-ediff-view-revision):
1707 * ediff-util.el (ediff-setup):
1708 * ediff-mult.el (ediff-append-custom-diff):
1709 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
1710 (ediff-wordify):
1711 * echistory.el (Electric-command-history-redo-expression):
1712 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1713 * disp-table.el (describe-display-table):
1714 * dired.el (dired-find-buffer-nocreate):
1715 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
1716 * dabbrev.el (dabbrev--same-major-mode-p):
1717 * chistory.el (list-command-history):
1718 * apropos.el (apropos-documentation):
1719 * allout.el (allout-obtain-passphrase):
1720 (allout-copy-exposed-to-buffer):
1721 (allout-verify-passphrase): Use with-current-buffer.
1722
1723 2009-11-13 Glenn Morris <rgm@gnu.org>
1724
1725 * Makefile.in (ELCFILES): Regenerate.
1726
1727 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
1728
1729 * net/dbus.el (dbus-registered-objects-table): Rename from
1730 `dbus-registered-functions-table', because it contains also properties.
1731 (dbus-unregister-object): Unregister also properties.
1732 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1733 Use a timeout of 500 msec, in order to not block.
1734 (dbus-register-property, dbus-property-handler): New defuns.
1735
1736 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1737
1738 * simple.el (minibuffer-default-add-completions): Drop deprecated
1739 4th arg.
1740
1741 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
1742
1743 * textmodes/artist.el (artist-mouse-choose-operation):
1744 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
1745 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
1746 (artist-compute-up-event-key): New function.
1747 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1748
1749 2009-11-13 Kenichi Handa <handa@m17n.org>
1750
1751 * language/japan-util.el: Make sure that the value of jisx0208
1752 property is jisx0208 character.
1753
1754 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1755
1756 * international/mule.el (auto-coding-regexp-alist): Only purecopy
1757 car or each item, not the whole list.
1758
1759 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1760
1761 * minibuffer.el (minibuffer-completion-help):
1762 Use minibuffer-hide-completions.
1763
1764 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
1765
1766 * dired.el (dired-save-positions, dired-restore-positions): New funs.
1767 (dired-revert): Use them (bug#4880).
1768
1769 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1770
1771 * tooltip.el (tooltip-frame-parameters): Undo previous change.
1772
1773 2009-11-12 Juri Linkov <juri@jurta.org>
1774
1775 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
1776 New functions.
1777 (find-file-literally-at-point): Alias of `ffap-literally'.
1778
1779 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1780
1781 * textmodes/ispell.el (ispell-skip-region-alist):
1782 * textmodes/css-mode.el (auto-mode-alist):
1783 * progmodes/compile.el (auto-mode-alist):
1784 * international/mule.el (ctext-non-standard-encodings-alist)
1785 (ctext-non-standard-encodings-regexp):
1786 * simple.el (shell-command-switch, text-read-only):
1787 * replace.el (occur-mode-map):
1788 * paths.el (rmail-file-name):
1789 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
1790 * find-file.el (ff-special-constructs):
1791 * files.el (file-name-handler-alist):
1792 * composite.el: Purecopy strings.
1793
1794 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1795
1796 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1797
1798 * widget.el (define-widget): Purecopy the docstring.
1799 * international/mule-cmds.el (charset): Do not purecopy the
1800 docstring here, define-widget does it.
1801
1802 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1803 * textmodes/bibtex-style.el (auto-mode-alist):
1804 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1805 * progmodes/compile.el (compile-command):
1806 * language/korea-util.el (default-korean-keyboard):
1807 * international/mule-conf.el (file-coding-system-alist):
1808 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
1809 * tooltip.el (tooltip-frame-parameters):
1810 * newcomment.el (comment-end, comment-padding):
1811 * dired.el (dired-trivial-filenames):
1812 * comint.el (comint-file-name-prefix): Purecopy initial values.
1813
1814 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
1815
1816 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
1817 (tramp-advice-minibuffer-electric-tilde): Unload advices via
1818 `tramp-unload'.
1819 (tramp-advice-make-auto-save-file-name)
1820 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
1821 after removing the advice.
1822
1823 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1824
1825 * progmodes/grep.el (grep-regexp-alist):
1826 * international/mule-cmds.el (iso-2022-control-alist):
1827 * emacs-lisp/timer.el (timer-duration-words):
1828 * subr.el (version-separator, version-regexp-alist):
1829 * minibuffer.el (completion-styles-alist):
1830 * faces.el (face-attribute-name-alist, list-faces-sample-text):
1831 Change defvars to defconsts.
1832
1833 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
1834 * loadup.el ("international/mule-conf"): Load the byte compiled version.
1835 * international/mule-conf.el: Allow to be byte compiled.
1836
1837 * international/mule.el (define-charset): Purecopy props.
1838 (load-with-code-conversion): Purecopy doc string and file name.
1839 (put-charset-property): Purecopy strings.
1840 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
1841
1842 * international/mule-cmds.el (register-input-method): Purecopy arguments.
1843 (define-char-code-property): Correctly purecopy the table.
1844
1845 * international/ccl.el (define-ccl-program): Purecopy the docstring.
1846
1847 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1848
1849 * subr.el (add-hook): Purecopy strings.
1850 (eval-after-load): Purecopy load-history-regexp and the form.
1851
1852 * custom.el (custom-declare-group): Purecopy load-file-name.
1853
1854 * subr.el (menu-bar-separator): New defconst.
1855 * net/eudc.el (eudc-tools-menu):
1856 * international/mule-cmds.el (set-coding-system-map)
1857 (mule-menu-keymap):
1858 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1859 * vc-hooks.el (vc-menu-map):
1860 * replace.el (occur-mode-map):
1861 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1862 (menu-bar-edit-menu, menu-bar-goto-menu)
1863 (menu-bar-custom-menu, menu-bar-showhide-menu)
1864 (menu-bar-options-menu, menu-bar-tools-menu)
1865 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
1866 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1867 (menu-bar-help-menu):
1868 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
1869 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
1870
1871 * term/x-win.el (x-gtk-stock-map):
1872 * progmodes/vera-mode.el (auto-mode-alist):
1873 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1874 (inferior-lisp-program, inferior-lisp-load-command):
1875 * progmodes/hideshow.el (hs-special-modes-alist):
1876 * progmodes/gud.el (same-window-regexps):
1877 * progmodes/grep.el (grep-program, find-program, xargs-program):
1878 * net/telnet.el (same-window-regexps):
1879 * net/rlogin.el (same-window-regexps):
1880 * language/ethiopic.el (font-ccl-encoder-alist):
1881 * vc-sccs.el (vc-sccs-master-templates):
1882 * vc-rcs.el (vc-rcs-master-templates):
1883 * subr.el (cl-assertion-failed):
1884 * simple.el (next-error-overlay-arrow-position):
1885 * lpr.el (lpr-command):
1886 * locate.el (locate-ls-subdir-switches):
1887 * info.el (same-window-regexps, info)
1888 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1889 * image-mode.el (image-mode, auto-mode-alist):
1890 * hippie-exp.el (hippie-expand-ignore-buffers):
1891 * format.el (format-alist):
1892 * find-dired.el (find-ls-subdir-switches, find-grep-options)
1893 (find-name-arg):
1894 * facemenu.el (facemenu-keybindings):
1895 * dired.el (dired-listing-switches, dired-chown-program):
1896 * diff.el (diff-switches, diff-command):
1897 * cus-edit.el (same-window-regexps):
1898 * bindings.el (mode-line-mule-info)
1899 (mode-line-buffer-identification): Purecopy strings.
1900
1901 2009-11-11 Juri Linkov <juri@jurta.org>
1902
1903 * simple.el (dired-get-filename)<declare-function>:
1904 Tell the byte-compiler about dired-get-filename.
1905 (shell-command): In Dired mode, get filename from the current line
1906 as the default value.
1907
1908 2009-11-10 Glenn Morris <rgm@gnu.org>
1909
1910 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
1911 * calendar/holidays.el, progmodes/cperl-mode.el:
1912 Update x-popup-menu declarations.
1913
1914 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
1915 (list-load-path-shadows): Use dolist.
1916 (list-load-path-shadows): Use with-current-buffer.
1917
1918 2009-11-10 Juri Linkov <juri@jurta.org>
1919
1920 * minibuffer.el (read-file-name): Support a list of default values
1921 in `default-filename'. Use the first file name where only one
1922 element is required. Doc fix.
1923
1924 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
1925
1926 * net/dbus.el (dbus-unregister-object): Release service, if no
1927 other method is registered for it.
1928
1929 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
1930
1931 * bookmark.el (bookmark-completing-read): Sort bookmark names if
1932 bookmark-sort-flag is non-nil (Bug#4653).
1933
1934 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1935
1936 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
1937 the progress reporter entirely.
1938
1939 * emulation/cua-base.el: Add CUA property to some CC mode commands
1940 (Bug#4100).
1941
1942 2009-11-08 Kevin Ryde <user42@zip.com.au>
1943
1944 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
1945 at end of sentence (Bug#4818).
1946
1947 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
1948
1949 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1950 Handle "see declaration of" MSFT statements (Bug#4100).
1951
1952 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
1953
1954 * net/tramp.el (tramp-advice-make-auto-save-file-name)
1955 (tramp-advice-file-expand-wildcards): Unload via
1956 `ad-remove-advice'.
1957
1958 * net/trampver.el: Update release number.
1959
1960 2009-11-08 Kevin Ryde <user42@zip.com.au>
1961
1962 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
1963 `ad-do-it'.
1964
1965 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
1966
1967 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
1968 in order to keep context in SELinux.
1969
1970 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1971
1972 * dired-aux.el (dired-query): Place cursor in echo area and allow
1973 C-g.
1974
1975 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
1976 menu item if not on a directory (Bug#4701).
1977
1978 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
1979
1980 Sync with Tramp 2.1.17.
1981
1982 * net/tramp.el (tramp-handle-copy-directory): Don't use
1983 `file-remote-p' (due to compatibility).
1984
1985 * net/tramp-compat.el (tramp-compat-copy-directory)
1986 (tramp-compat-delete-directory): New defuns.
1987
1988 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
1989 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
1990 `tramp-compat-delete-directory'.
1991
1992 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1993 (tramp-smb-handle-delete-directory ): Use
1994 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
1995
1996 * net/trampver.el: Update release number.
1997
1998 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
1999
2000 * tar-mode.el (tar-copy): Call write-region on the right buffer
2001 (Bug#4857).
2002
2003 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
2004 by hand, if necessary (Bug#4878).
2005
2006 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
2007
2008 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
2009 align size column (Bug#4839).
2010
2011 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
2012 statement.
2013
2014 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
2015
2016 * progmodes/ld-script.el (auto-mode-alist):
2017 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
2018
2019 * cus-face.el (custom-declare-face): Purecopy face spec.
2020
2021 2009-11-06 Kenichi Handa <handa@m17n.org>
2022
2023 * international/uni-bidi.el: Re-generated.
2024 * international/uni-category.el: Re-generated.
2025 * international/uni-combining.el: Re-generated.
2026 * international/uni-mirrored.el: Re-generated.
2027
2028 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
2029
2030 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
2031 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
2032 (tex-start-options, slitex-run-command, latex-run-command)
2033 (tex-run-command, tex-directory):
2034 * textmodes/ispell.el (ispell-html-skip-alists)
2035 (ispell-tex-skip-alists, ispell-tex-skip-alists):
2036 * textmodes/fill.el (adaptive-fill-first-line-regexp):
2037 (adaptive-fill-regexp):
2038 * textmodes/dns-mode.el (auto-mode-alist):
2039 * progmodes/python.el (interpreter-mode-alist):
2040 * progmodes/etags.el (tags-compression-info-list):
2041 * progmodes/etags.el (tags-file-name):
2042 * net/browse-url.el (browse-url-galeon-program)
2043 (browse-url-firefox-program):
2044 * mail/sendmail.el (mail-signature-file)
2045 (mail-citation-prefix-regexp):
2046 * international/mule-conf.el (eight-bit):
2047 * international/latexenc.el (latex-inputenc-coding-alist):
2048 * international/fontset.el (x-pixel-size-width-font-regexp):
2049 * emacs-lisp/warnings.el (warning-type-format):
2050 * emacs-lisp/trace.el (trace-buffer):
2051 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
2052 (emacs-lisp-mode-map):
2053 * calendar/holidays.el (holiday-solar-holidays)
2054 (holiday-bahai-holidays, holiday-islamic-holidays)
2055 (holiday-christian-holidays, holiday-hebrew-holidays)
2056 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
2057 (hebrew-holidays-1, holiday-oriental-holidays)
2058 (holiday-general-holidays):
2059 * x-dnd.el (x-dnd-known-types):
2060 * tool-bar.el (tool-bar):
2061 * startup.el (site-run-file):
2062 * shell.el (shell-dumb-shell-regexp):
2063 * rfn-eshadow.el (file-name-shadow-tty-properties)
2064 (file-name-shadow-properties):
2065 * paths.el (remote-shell-program, news-directory):
2066 * mouse.el ([C-down-mouse-3]):
2067 * menu-bar.el (menu-bar-tools-menu):
2068 * jka-cmpr-hook.el (jka-compr-load-suffixes)
2069 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
2070 (jka-compr-compression-info-list):
2071 * isearch.el (search-whitespace-regexp):
2072 * image-file.el (image-file-name-extensions):
2073 * find-dired.el (find-ls-option):
2074 * files.el (directory-listing-before-filename-regexp)
2075 (directory-free-space-args, insert-directory-program)
2076 (list-directory-brief-switches, magic-fallback-mode-alist)
2077 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
2078 (automount-dir-prefix):
2079 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
2080 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
2081 (face-font-registry-alternatives, face-font-registry-alternatives)
2082 (face-font-family-alternatives):
2083 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
2084 (facemenu-foreground-menu, facemenu-face-menu):
2085 * epa-hook.el (epa-file-name-regexp):
2086 * dnd.el (dnd-protocol-alist):
2087 * textmodes/rst.el (auto-mode-alist):
2088 * button.el (default-button): Purecopy strings.
2089
2090 2009-11-06 Glenn Morris <rgm@gnu.org>
2091
2092 * Makefile.in (ELCFILES): Update.
2093
2094 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
2097 * emacs-lisp/levents.el: Move to obsolete/levents.el.
2098
2099 * nxml/xsd-regexp.el (xsdre-gen-categories):
2100 * nxml/xmltok.el (xmltok-parse-entity):
2101 * nxml/rng-parse.el (rng-parse-validate-file):
2102 * nxml/rng-maint.el (rng-format-manual)
2103 (rng-manual-output-force-new-line):
2104 * nxml/rng-loc.el (rng-save-schema-location-1):
2105 * nxml/rng-cmpct.el (rng-c-parse-file):
2106 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2107 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
2108
2109 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
2110
2111 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
2112 Remove extra save-excursions and make-variable-buffer-local's.
2113 Suggested by Stefan Monnier.
2114
2115 (verilog-getopt-file, verilog-module-inside-filename-p)
2116 (verilog-set-define): Merge GNU 1.35 and repair changes from
2117 switching to using with-current-buffer.
2118
2119 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
2120 being treated as a number and confusing AUTORESET.
2121 Reported by Dan Dever.
2122
2123 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
2124 Add verilog-auto-ignore-concat to fix backward compatibility with
2125 older verilog-modes. Reported by Dan Katz.
2126
2127 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
2128 containing closing anchors "...$".
2129
2130 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
2131 Reported by Wade Smith.
2132
2133 (verilog-batch-execute-func) Comment on function usage.
2134
2135 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
2136
2137 * verilog-mode.el (verilog-label-re): Fix regular expression for
2138 labels.
2139
2140 (verilog-label-re, verilog-calc-1): Support proper indent of named
2141 asserts.
2142
2143 (verilog-backward-token, verilog-basic-complete-re)
2144 (verilog-beg-of-statement, verilog-indent-re): Support proper
2145 indent of the assert statement at the beginning of a block of text.
2146
2147 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
2148 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
2149 tokens as begins.
2150
2151 2009-11-05 Glenn Morris <rgm@gnu.org>
2152
2153 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
2154 Emacs 19. (Bug#1531)
2155 (byte-compile-fix-header): Update for the above change.
2156 Drop test for epoch::version.
2157
2158 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
2159 * cus-dep.el (custom-make-dependencies):
2160 * finder.el (finder-compile-keywords):
2161 Use autoload-rubric's feature argument.
2162
2163 * calendar/diary-lib.el (top-level): Make load behave more like require.
2164
2165 * vc-git.el (vc-git-stash-map): Move definition before use.
2166
2167 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
2168
2169 * custom.el (custom-declare-group): Purecopy standard-value.
2170 (custom-declare-group): Purecopy custom-prefix.
2171
2172 * international/mule.el (load-with-code-conversion):
2173 Call do-after-load-evaluation unconditionally.
2174
2175 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
2176
2177 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2178
2179 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
2180
2181 2009-11-04 Glenn Morris <rgm@gnu.org>
2182
2183 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
2184 (byte-compile-compatibility): Remove option.
2185 (byte-compile-close-variables, byte-compile-fix-header)
2186 (byte-compile-insert-header, byte-compile-output-docform)
2187 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
2188 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
2189 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
2190 (byte-compile-insert, byte-compile-defun):
2191 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
2192 (byte-defop-compiler19): Remove.
2193 Without byte-compile-compatibility, the 'emacs19-opcode property is not
2194 used by anything. Replace all calls with byte-defop-compiler.
2195
2196 2009-11-04 Juri Linkov <juri@jurta.org>
2197
2198 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
2199 (menu-bar-options-menu): Don't quote the `prop' arg of
2200 `menu-bar-make-mm-toggle'.
2201
2202 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
2203
2204 * calendar/calendar.el (cal-loaddefs):
2205 * calendar/diary-lib.el (diary-loaddefs):
2206 * calendar/holidays.el (hol-loaddefs):
2207 * eshell/esh-module.el (esh-groups): Load rather than require.
2208
2209 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2210
2211 * calendar/todo-mode.el (todo-add-category): Don't hardcode
2212 point-min==1.
2213 (todo-top-priorities): Only display-buffer when called interactively.
2214 (todo-item-start): Don't save excursion point.
2215 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
2216 (todo-insert-item-here, todo-file-item, todo-remove-item):
2217 Adjust uses of todo-item-start and todo-item-end.
2218
2219 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
2220 (autoload-rubric): Don't use any more.
2221 * cedet/semantic/fw.el (semantic/loaddefs):
2222 * cedet/srecode.el (srecode/loaddefs):
2223 * cedet/ede.el (ede/loaddefs): Load rather than require.
2224 * cedet/ede/cpp-root.el:
2225 * cedet/ede/emacs.el:
2226 * cedet/ede/files.el:
2227 * cedet/ede/linux.el:
2228 * cedet/ede/locate.el:
2229 * cedet/ede/make.el:
2230 * cedet/ede/shell.el:
2231 * cedet/ede/speedbar.el:
2232 * cedet/ede/system.el:
2233 * cedet/ede/util.el:
2234 * cedet/semantic/analyze.el:
2235 * cedet/semantic/bovine.el:
2236 * cedet/semantic/complete.el:
2237 * cedet/semantic/ctxt.el:
2238 * cedet/semantic/db-file.el:
2239 * cedet/semantic/db-find.el:
2240 * cedet/semantic/db-global.el:
2241 * cedet/semantic/db-mode.el:
2242 * cedet/semantic/db-typecache.el:
2243 * cedet/semantic/db.el:
2244 * cedet/semantic/debug.el:
2245 * cedet/semantic/dep.el:
2246 * cedet/semantic/doc.el:
2247 * cedet/semantic/edit.el:
2248 * cedet/semantic/find.el:
2249 * cedet/semantic/format.el:
2250 * cedet/semantic/html.el:
2251 * cedet/semantic/ia-sb.el:
2252 * cedet/semantic/ia.el:
2253 * cedet/semantic/idle.el:
2254 * cedet/semantic/lex-spp.el:
2255 * cedet/semantic/lex.el:
2256 * cedet/semantic/mru-bookmark.el:
2257 * cedet/semantic/scope.el:
2258 * cedet/semantic/senator.el:
2259 * cedet/semantic/sort.el:
2260 * cedet/semantic/symref.el:
2261 * cedet/semantic/tag-file.el:
2262 * cedet/semantic/tag-ls.el:
2263 * cedet/semantic/tag-write.el:
2264 * cedet/semantic/tag.el:
2265 * cedet/semantic/util-modes.el:
2266 * cedet/semantic/analyze/complete.el:
2267 * cedet/semantic/analyze/refs.el:
2268 * cedet/semantic/bovine/c.el:
2269 * cedet/semantic/bovine/gcc.el:
2270 * cedet/semantic/bovine/make.el:
2271 * cedet/semantic/bovine/scm.el:
2272 * cedet/semantic/decorate/include.el:
2273 * cedet/semantic/decorate/mode.el:
2274 * cedet/semantic/symref/cscope.el:
2275 * cedet/semantic/symref/global.el:
2276 * cedet/semantic/symref/grep.el:
2277 * cedet/semantic/symref/idutils.el:
2278 * cedet/semantic/symref/list.el:
2279 * cedet/semantic/wisent/java-tags.el:
2280 * cedet/semantic/wisent/javascript.el:
2281 * cedet/srecode/compile.el:
2282 * cedet/srecode/cpp.el:
2283 * cedet/srecode/document.el:
2284 * cedet/srecode/el.el:
2285 * cedet/srecode/expandproto.el:
2286 * cedet/srecode/getset.el:
2287 * cedet/srecode/insert.el:
2288 * cedet/srecode/java.el:
2289 * cedet/srecode/map.el:
2290 * cedet/srecode/mode.el:
2291 * cedet/srecode/template.el:
2292 * cedet/srecode/texi.el: Remove the file-local setting of
2293 generated-autoload-feature.
2294
2295 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
2296 and only put a prop if it is non-nil.
2297
2298 2009-11-03 Juri Linkov <juri@jurta.org>
2299
2300 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
2301 (menu-bar-options-menu): Fix list quoting (Bug#4429).
2302
2303 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
2304 and "Menu" to make top-level menu item visually one unit (like
2305 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
2306 multi-word menu items). Fix :help string for quit-window.
2307
2308 2009-11-03 Glenn Morris <rgm@gnu.org>
2309
2310 * cedet/mode-local.el (with-mode-local): Doc fix.
2311
2312 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
2313 (byte-compile-file-form-define-abbrev-table)
2314 (byte-compile-file-form-custom-declare-variable)
2315 (byte-compile-variable-ref, byte-compile-defvar):
2316 Whether or not a warning is enabled should only affect whether we issue
2317 the warning, not whether or not we collect the relevant data.
2318 Eg warnings can be turned on and off throughout the course of a file.
2319
2320 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
2321 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
2322
2323 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
2326 * play/mpuz.el (mpuz-create-buffer):
2327 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
2328 (lm-print-y,s,noise, lm-print-w0, lm-init):
2329 * play/gomoku.el (gomoku-prompt-for-move):
2330 * play/fortune.el (fortune-in-buffer):
2331 * play/dissociate.el (dissociated-press):
2332 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
2333 (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
2334 * mail/supercite.el (sc-eref-show):
2335 * mail/smtpmail.el (smtpmail-send-it):
2336 * mail/rmailsum.el (rmail-summary-next-labeled-message)
2337 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
2338 (rmail-summary-undelete-many, rmail-summary-rmail-update)
2339 (rmail-summary-goto-msg, rmail-summary-expunge)
2340 (rmail-summary-get-new-mail, rmail-summary-search-backward)
2341 (rmail-summary-add-label, rmail-summary-output-menu)
2342 (rmail-summary-output-body):
2343 * mail/rfc822.el (rfc822-addresses):
2344 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
2345 * mail/mailpost.el (post-mail-send-it):
2346 * mail/hashcash.el (hashcash-generate-payment):
2347 * mail/feedmail.el (feedmail-run-the-queue)
2348 (feedmail-queue-send-edit-prompt-help-first)
2349 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
2350 (feedmail-deduce-address-list):
2351 * eshell/esh-ext.el (eshell-remote-command):
2352 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
2353 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
2354 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
2355 (viper-save-string-in-file, viper-valid-marker):
2356 * emulation/viper-keym.el (viper-toggle-key):
2357 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
2358 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
2359 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
2360 * emulation/viper-cmd.el (viper-exec-form-in-vi)
2361 (viper-exec-form-in-emacs, viper-brac-function):
2362 * emulation/viper.el (viper-delocalize-var):
2363 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
2364 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
2365 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
2366 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
2367 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
2368 * emulation/edt.el (edt-electric-helpify):
2369 * emulation/cua-rect.el (cua--rectangle-aux-replace):
2370 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
2371 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
2372 (cua-indent-to-global-mark-column):
2373 * calendar/diary-lib.el (calendar-mark-1):
2374 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
2375 Use with-current-buffer.
2376 * emulation/viper.el (viper-delocalize-var): Use dolist.
2377
2378 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
2379
2380 * comint.el (comint-replace-by-expanded-history-before-point):
2381 Replace !! with the previous input string literally (Bug#1795).
2382
2383 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
2384
2385 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
2386 to be made up of whitespace.
2387
2388 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
2389
2390 * minibuffer.el (read-file-name): Don't use file dialogs for
2391 remote directories (Bug#99).
2392
2393 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
2396
2397 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
2398
2399 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
2400 instead of deleting the window or frame.
2401
2402 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
2403
2404 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
2405 Support face colors.
2406
2407 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
2408 New function. Support face colors (Bug#1168).
2409 (tex-common-initialization): Use it.
2410
2411 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
2412 mode allows it (Bug#1168).
2413
2414 2009-10-31 Juri Linkov <juri@jurta.org>
2415
2416 * facemenu.el (list-colors-display): Don't mark buffer as
2417 modified (Bug#3948).
2418
2419 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
2420
2421 * international/mule-diag.el (list-character-sets-1): Minor
2422 message fix (Bug#3526).
2423
2424 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
2425 face property (Bug#4834).
2426 (etags-list-tags, etags-tags-apropos-additional)
2427 (etags-tags-apropos, tags-select-tags-table): Add follow-link
2428 property.
2429
2430 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
2431 items.
2432
2433 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
2434 items.
2435
2436 * cedet/ede.el (ede-minor-mode):
2437 * cedet/semantic.el (semantic-mode): Toggle menu separators.
2438
2439 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2440
2441 * textmodes/two-column.el (2C-split):
2442 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
2443 * textmodes/tex-mode.el (tex-set-buffer-directory):
2444 * textmodes/spell.el (spell-region, spell-string):
2445 * textmodes/reftex.el (reftex-erase-buffer):
2446 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
2447 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2448 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
2449 (reftex-select-item):
2450 * textmodes/reftex-ref.el (reftex-label-info-update)
2451 (reftex-offer-label-menu):
2452 * textmodes/reftex-index.el (reftex-index-change-entry)
2453 (reftex-index-phrases-info):
2454 * textmodes/reftex-global.el (reftex-create-tags-file)
2455 (reftex-save-all-document-buffers, reftex-ensure-write-access):
2456 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
2457 (reftex-view-crossref-from-bibtex):
2458 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
2459 (reftex-extract-bib-entries-from-thebibliography)
2460 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
2461 * textmodes/refbib.el (r2b-capitalize-title):
2462 (r2b-convert-buffer, r2b-help):
2463 * textmodes/page-ext.el (pages-directory)
2464 (pages-directory-goto-with-mouse):
2465 * textmodes/bibtex.el (bibtex-validate-globally):
2466 * textmodes/bib-mode.el (bib-capitalize-title):
2467 * textmodes/artist.el (artist-clear-buffer, artist-system):
2468 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
2469 (local-set-scheme-interaction-buffer, xscheme-process-filter)
2470 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
2471 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
2472 (xscheme-send-control-g-interrupt, xscheme-start-process)
2473 (xscheme-process-sentinel, xscheme-cd):
2474 * progmodes/verilog-mode.el (verilog-read-always-signals)
2475 (verilog-set-define, verilog-getopt-file)
2476 (verilog-module-inside-filename-p):
2477 * progmodes/sh-script.el:
2478 * progmodes/python.el (python-pdbtrack-get-source-buffer)
2479 (python-pdbtrack-grub-for-buffer, python-execute-file):
2480 * progmodes/octave-inf.el (inferior-octave):
2481 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
2482 (idlwave-shell-compile-helper-routines, idlwave-set-local)
2483 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
2484 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
2485 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
2486 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
2487 (idlwave-shell-filter, idlwave-shell-examine-highlight)
2488 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
2489 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
2490 (idlwave-shell-examine-display, idlwave-shell-run-region)
2491 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
2492 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
2493 * progmodes/idlw-help.el (idlwave-help-get-special-help)
2494 (idlwave-help-get-help-buffer):
2495 * progmodes/gud.el (gud-basic-call, gud-find-class)
2496 (gud-tooltip-activate-mouse-motions-if-enabled):
2497 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2498 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
2499 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
2500 (ebrowse-tags-next-file):
2501 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
2502 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
2503 (ebnf-eps-finish-and-write):
2504 * progmodes/cpp.el (cpp-edit-save):
2505 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
2506 * progmodes/cc-defs.el (c-emacs-features):
2507 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
2508 (antlr-directory-dependencies):
2509 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
2510 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
2511 (ada-find-any-references, ada-make-filename-from-adaname)
2512 (ada-make-body-gnatstub):
2513 * obsolete/rnews.el (news-list-news-groups):
2514 * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
2515 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
2516 * net/rcirc.el (rcirc-debug):
2517 * net/newst-treeview.el (newsticker--treeview-list-add-item)
2518 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
2519 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
2520 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
2521 (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
2522 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
2523 (newsticker--treeview-list-clear-highlight)
2524 (newsticker--treeview-list-update-highlight)
2525 (newsticker--treeview-list-highlight-start)
2526 (newsticker--treeview-tree-update-highlight)
2527 (newsticker--treeview-get-selected-item)
2528 (newsticker-treeview-mark-list-items-old)
2529 (newsticker--treeview-set-current-node):
2530 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2531 * net/newst-backend.el (newsticker--get-news-by-funcall)
2532 (newsticker--get-news-by-wget, newsticker--image-get)
2533 (newsticker--image-sentinel):
2534 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
2535 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
2536 (eudc-ph-close-session):
2537 * net/eudc.el (eudc-save-options):
2538 * language/thai-word.el (thai-update-word-table):
2539 * language/japan-util.el (japanese-string-conversion):
2540 * international/titdic-cnv.el (tsang-quick-converter)
2541 (ziranma-converter, ctlau-converter):
2542 * international/mule-cmds.el (describe-language-environment):
2543 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
2544 (skkdic-convert-postfix, skkdic-convert-prefix):
2545 (skkdic-convert-okuri-nasi, skkdic-convert):
2546 * emacs-lisp/re-builder.el (reb-update-overlays):
2547 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
2548 * emacs-lisp/gulp.el (gulp-send-requests):
2549 * emacs-lisp/find-gc.el (trace-call-tree):
2550 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
2551 (eieio-describe-generic):
2552 * emacs-lisp/eieio-base.el (eieio-persistent-read):
2553 * emacs-lisp/edebug.el (edebug-outside-excursion):
2554 * emacs-lisp/debug.el (debugger-make-xrefs):
2555 * emacs-lisp/cust-print.el (custom-prin1-to-string):
2556 * emacs-lisp/chart.el (chart-new-buffer):
2557 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
2558 Use with-current-buffer.
2559 * textmodes/artist.el (artist-system): Don't call
2560 copy-sequence on a fresh string.
2561 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
2562
2563 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
2564
2565 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
2566 is no item to edit. (Bug#4820)
2567 (todo-top-priorities): Restore point and restore narrowing in Todo
2568 buffer. (Bug#4820)
2569
2570 2009-10-31 Glenn Morris <rgm@gnu.org>
2571
2572 * net/ange-ftp.el (top-level): Don't require dired when compiling.
2573 (comint-last-output-start, comint-last-input-start)
2574 (comint-last-input-end): Don't defvar when compiling.
2575 (ange-ftp-process-file): Use bound-and-true-p.
2576
2577 * pcmpl-rpm.el (top-level): Move provide statement to end.
2578 (pcmpl-rpm): Remove unused custom group.
2579
2580 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
2581
2582 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
2583
2584 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2585 (byte-compile-warnings): Add `constants' as an option.
2586 (byte-compile-callargs-warn, byte-compile-arglist-warn)
2587 (display-call-tree): Update for byte-compile-fdefinition possibly
2588 returning `(macro lambda ...)'. (Bug#4778)
2589 (byte-compile-variable-ref, byte-compile-setq-default):
2590 Respect `constants' member of byte-compile-warnings.
2591
2592 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
2593 Use mapc rather than mapcar because the return value is never used.
2594
2595 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
2596 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
2597 * cedet/semantic/html.el:
2598 Suppress harmless warnings about setting up semantic-imenu (not
2599 part of Emacs) variables.
2600
2601 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2602
2603 * vc-bzr.el (vc-bzr-revision-keywords): New var.
2604 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
2605 to "submit:".
2606
2607 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
2608 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
2609 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
2610 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
2611 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
2612 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
2613 (semantic-analyzer-debug-global-symbol)
2614 (semantic-analyzer-debug-missing-innertype)
2615 (semantic-analyzer-debug-insert-include-summary):
2616 * cedet/semantic/util.el (semantic-file-tag-table):
2617 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
2618 (semantic-recursive-find-nonterminal-by-name):
2619 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
2620 * cedet/semantic/tag-file.el (semantic-prototype-file):
2621 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
2622 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
2623 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
2624 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2625 (semantic-idle-summary-maybe-highlight):
2626 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
2627 (semantic-ia-sb-tag-info):
2628 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
2629 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
2630 * cedet/semantic/ede-grammar.el (project-compile-target):
2631 (ede-proj-makefile-insert-variables):
2632 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
2633 (semantic-debug-set-source-location, semantic-debug-interface-layout)
2634 (semantic-debug-mode, semantic-debug):
2635 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
2636 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
2637 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2638 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
2639 (semanticdb-find-translate-path-includes--internal)
2640 (semanticdb-reset-log, semanticdb-find-log-activity):
2641 * cedet/semantic/db-file.el (object-write):
2642 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2643 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
2644 (semanticdb-create-ebrowse-database):
2645 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
2646 * cedet/semantic/complete.el (semantic-displayor-focus-request)
2647 (semantic-collector-calculate-completions-raw)
2648 (semantic-complete-read-tag-analyzer):
2649 * cedet/semantic/analyze.el (semantic-analyze-pulse):
2650 * cedet/ede/util.el (ede-update-version-in-source):
2651 * cedet/ede/proj.el (project-delete-target):
2652 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
2653 (ede-proj-flush-autoconf):
2654 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
2655 (ede-proj-configure-synchronize):
2656 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
2657 * cedet/ede/linux.el (ede-linux-version):
2658 * cedet/ede/emacs.el (ede-emacs-version):
2659 * cedet/ede/dired.el (ede-dired-add-to-target):
2660 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
2661 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
2662 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
2663 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
2664 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
2665 (cedet-idutils-version-check):
2666 * cedet/cedet-global.el (cedet-gnu-global-call):
2667 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
2668 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
2669 * cedet/cedet-cscope.el (cedet-cscope-call)
2670 (cedet-cscope-expand-filename, cedet-cscope-version-check):
2671 Use with-current-buffer.
2672 * cedet/ede.el (ede-make-project-local-variable)
2673 (ede-set-project-variables, ede-set): Use dolist.
2674
2675 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2676
2677 * textmodes/ispell.el (ispell-skip-region-alist):
2678 * international/mule-conf.el (eight-bit):
2679 * international/fontset.el (font-encoding-alist):
2680 * startup.el (pure-space-overflow-message):
2681 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
2682 * paths.el (gnus-nntp-service, rmail-spool-directory)
2683 (term-file-prefix):
2684 * files.el (save-some-buffers-action-alist):
2685 * cmuscheme.el (same-window-buffer-names):
2686 * ielm.el (same-window-buffer-names):
2687 * shell.el (same-window-buffer-names):
2688 * mail/sendmail.el (same-window-buffer-names):
2689 * progmodes/inf-lisp.el (same-window-buffer-names):
2690 * bindings.el (mode-line-client)
2691 (mode-line-column-line-number-mode-map):
2692 * language/tibetan.el (tibetan-precomposition-rule-regexp)
2693 (tibetan-precomposed-regexp): Purecopy string arguments.
2694
2695 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
2698 (calcDigit-nondigit):
2699 * calc/calc-yank.el (calc-copy-to-buffer):
2700 * calc/calc-units.el (calc-invalidate-units-table):
2701 * calc/calc-trail.el (calc-trail-yank):
2702 * calc/calc-store.el (calc-insert-variables):
2703 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2704 * calc/calc-prog.el (calc-read-parse-table):
2705 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
2706 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
2707 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
2708 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
2709 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
2710 (calc-graph-name, calc-graph-find-command, calc-graph-view)
2711 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
2712 * calc/calc-ext.el (calc-realign):
2713 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
2714 (calc-embedded-finish-edit, calc-embedded-make-info)
2715 (calc-embedded-finish-command, calc-embedded-stack-change):
2716 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
2717
2718 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
2719 (overload-docstring-extension): Use that info.
2720 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
2721 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
2722 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
2723 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
2724 (semantic-nonterminal-full-name): Add the new `when' info.
2725 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
2726 `assert'.
2727
2728 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
2729 shell-dynamic-complete-filename in preference to
2730 comint-dynamic-complete-filename.
2731
2732 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2733 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2734 Don't consider whether the display supports colors.
2735 (bookmark-import-new-list): Use dolist.
2736 (bookmark-bmenu-mode-map): Move initialization into declaration.
2737 (bookmark-bmenu-list): Use dolist, simplify.
2738 (bookmark-show-all-annotations): Use save-selected-window and dolist.
2739 (menu-bar-final-items): Use push.
2740
2741 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
2742
2743 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
2744 it works on remote files.
2745 (vc-hg-diff): Don't pass any `--cwd' argument.
2746
2747 2009-10-27 Kevin Ryde <user42@zip.com.au>
2748
2749 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2750 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
2751 (Further to Bug#3921).
2752
2753 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
2754
2755 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
2756 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
2757 calling `tramp-imap-put-file'. Add file size to the call.
2758 (tramp-imap-get-file-entries): Compute also user name, file size,
2759 and date.
2760 (tramp-imap-handle-insert-directory): Insert uid and gid.
2761 (tramp-imap-handle-file-attributes): Transform uid and gid
2762 according to `id-format'.
2763 (tramp-imap-put-file): New optional parameter SIZE. Encode file
2764 size in header X-Size.
2765
2766 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
2767
2768 * simple.el (transpose-subr): Give clearer error when the mark
2769 is not set. (Bug#4807)
2770
2771 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
2772
2773 * net/tramp.el (tramp-perl-file-truename): New defconst.
2774 Perl code contributed by yary <not.com@gmail.com> (tiny change).
2775 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
2776 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
2777 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
2778
2779 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2780 Ignore `dired-call-process'.
2781 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2782
2783 2009-10-26 Julian Scheid <julians37@gmail.com>
2784
2785 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
2786 (tramp-get-remote-readlink): New defun.
2787 (tramp-handle-file-truename): Use it.
2788 (tramp-handle-file-exists-p): Check file-attributes cache, assume
2789 file exists if cache value present.
2790 (tramp-check-cached-permissions) New defun.
2791 (tramp-handle-file-readable-p): Use it.
2792 (tramp-handle-file-writable-p): Likewise.
2793 (tramp-handle-file-executable-p): Likewise.
2794 (tramp-handle-file-name-all-completions): Try using Perl to get
2795 partial completions. When perl not available, combine `cd' and
2796 `ls' into single remote operation and use shell expansion to get
2797 partial remote directory contents. Set `file-exists-p' cache for
2798 directory and any files returned by ls. Change cache handling to
2799 support partial directory contents. Use error message emitted by
2800 remote `cd' or Perl code for local tramp-error.
2801 (tramp-do-copy-or-rename-file-directly): Avoid separate
2802 tramp-send-command-and-check call.
2803 (tramp-handle-process-file): Merge three remote ops into one.
2804 Do not flush all caches when `process-file-side-effects' is set.
2805 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2806 file-attributes shows uid/gid to be set already.
2807
2808 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2809
2810 * textmodes/tex-mode.el (tex-dvi-view-command)
2811 (tex-show-queue-command, tex-open-quote):
2812 * progmodes/ruby-mode.el (auto-mode-alist)
2813 (interpreter-mode-alist): Purecopy strings.
2814
2815 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
2816
2817 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
2818 string for the hook, keymap and abbrev table.
2819
2820 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
2821
2822 * x-dnd.el (x-dnd-xdnd-to-action):
2823 * startup.el (fancy-startup-text, fancy-about-text): Change to
2824 defconst from defvar.
2825
2826 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
2827
2828 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
2829 Purecopy initialization strings.
2830
2831 * mail/sendmail.el (mail-header-separator)
2832 (mail-personal-alias-file):
2833 * mail/rmail.el (rmail-default-dont-reply-to-names)
2834 (rmail-ignored-headers, rmail-retry-ignored-headers)
2835 (rmail-highlighted-headers, rmail-secondary-file-directory)
2836 (rmail-secondary-file-regexp):
2837 * files.el (null-device, file-name-invalid-regexp)
2838 (locate-dominating-stop-dir-regexp)
2839 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
2840 (interpreter-mode-alist): Use mapcar instead of mapc.
2841
2842 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
2843
2844 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
2845 (completion-ignored-extensions):
2846 (debug-ignored-errors): Purecopy strings.
2847
2848 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2849
2850 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2851 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2852 (pcomplete--here): Use push.
2853
2854 * subr.el (all-completions): Declare the 4th arg obsolete.
2855
2856 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2857
2858 * pcomplete.el (pcomplete-unquote-argument-function): New var.
2859 (pcomplete-unquote-argument): New function.
2860 (pcomplete--common-suffix): Always pay attention to case.
2861 (pcomplete--table-subvert): Quote and unquote the text.
2862 (pcomplete--common-quoted-suffix): New function.
2863 (pcomplete-std-complete): Use it and pcomplete-begin.
2864
2865 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2866 we're inside a dedicated or minibuffer window.
2867
2868 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2869
2870 * cedet/semantic/fw.el (semantic-alias-obsolete)
2871 (semantic-varalias-obsolete): Make the `when' arg mandatory.
2872 (define-mode-overload-implementation):
2873 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
2874 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
2875 * cedet/semantic/util.el (semantic-file-token-stream)
2876 (semantic-something-to-stream):
2877 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
2878 (semantic-expand-nonterminal):
2879 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
2880 (semantic-find-dependency, semantic-find-nonterminal)
2881 (semantic-find-dependency):
2882 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
2883 (semantic-flex-text, semantic-flex-make-keyword-table)
2884 (semantic-flex-keyword-p, semantic-flex-keyword-put)
2885 (semantic-flex-keyword-get, semantic-flex-map-keywords)
2886 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
2887 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
2888 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
2889 (semantic-after-idle-scheduler-reparse-hooks):
2890 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
2891 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
2892 * cedet/semantic.el (semantic-toplevel-bovine-table)
2893 (semantic-toplevel-bovine-cache)
2894 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
2895 (semantic-init-mode-hooks, semantic-init-db-hooks)
2896 (semantic-bovination-working-type): Provide the `when' arg.
2897
2898 2009-10-24 Karl Fogel <kfogel@red-bean.com>
2899
2900 * bookmark.el: Update documentation, especially documentation
2901 of `bookmark-alist' and of the bookmark file format.
2902 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
2903
2904 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
2905
2906 * mail/emacsbug.el (report-emacs-bug): Clarify that the
2907 keybindings apply to the mail buffer (Bug#4003). Shrink help
2908 window to buffer.
2909
2910 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2911 (global-whitespace-mode, global-whitespace-newline-mode)
2912 (whitespace-toggle-options, global-whitespace-toggle-options):
2913 Doc fix (Bug#3660).
2914
2915 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
2916 of xmltok-start before the end tag was inserted (Bug#2840).
2917
2918 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2919 patterns that are preceded by an open-paren (Bug#1320).
2920
2921 2009-10-24 Sven Joachim <svenjoac@gmx.de>
2922
2923 * files.el (delete-directory): Delete symlinks to directories with
2924 delete-file (Bug#4739).
2925
2926 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
2927
2928 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
2929 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
2930 argument to make-obsolete.
2931
2932 * cedet/semantic/fw.el (semantic-alias-obsolete)
2933 (semantic-varalias-obsolete): Add optional WHEN argument.
2934
2935 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2936
2937 * vc.el (vc-backend-for-registration): Rename from
2938 vc-get-backend-for-registration. Update callers.
2939
2940 * international/mule-cmds.el (set-language-info-alist):
2941 Purecopy lang-env.
2942 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
2943 (charset): Purecopy the name.
2944 (define-char-code-property): Purecopy string arguments.
2945
2946 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2947 Purecopy string arguments.
2948
2949 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2950 * ediff-hook.el (menu-bar-ediff-menu):
2951 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
2952 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
2953
2954 2009-10-24 Glenn Morris <rgm@gnu.org>
2955
2956 * comint.el (comint-dynamic-list-completions):
2957 * term.el (term-dynamic-list-completions): Use choose-completion rather
2958 than obsolete alias mouse-choose-completion.
2959
2960 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
2961 file-cache-choose-completion.
2962 (file-cache-choose-completion): Handle an optional event argument.
2963 (file-cache-mouse-choose-completion): Make it an obsolete alias.
2964
2965 * progmodes/octave-mod.el (octave-complete-symbol):
2966 Use choose-completion if mouse-choose-completion is ever removed.
2967
2968 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
2969 use.
2970
2971 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
2972 compiler.
2973
2974 * vc-hooks.el (vc-responsible-backend): Fix declaration.
2975
2976 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
2979 Ignore `pred' now that we receive one.
2980 Handle test-completion specially.
2981
2982 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2983
2984 * vc.el (vc-responsible-backend): Throw an error if not backend is
2985 found. Remove the REGISTER argument. Move the code dealing with
2986 REGISTER ...
2987 (vc-get-backend-for-registration): ... here. New function.
2988 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
2989 of vc-responsible-backend, pass the file name instead of the
2990 directory name.
2991
2992 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2993
2994 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
2995 New funs.
2996 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
2997 (pcomplete-comint-setup): Don't modify a global var via
2998 accidental side-effects.
2999 (pcomplete-shell-setup): Adjust call accordingly.
3000 (pcomplete-parse-comint-arguments): Use push.
3001
3002 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
3003
3004 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3005 Allow uncapitalized info node names (Bug#3921).
3006
3007 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
3008 to the DEBUG file (Bug#3781).
3009
3010 2009-10-23 Jari Aalto <jari.aalto@cante.net>
3011
3012 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
3013 dictionary entry (Bug#4579).
3014
3015 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
3016
3017 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
3018 from `rfn-eshadow-update-overlay-hook' when unloading.
3019 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
3020 "rsyncc". Adjust doc string.
3021 (tramp-temp-buffer-file-name) New buffer-local defvar.
3022 (tramp-handle-insert-file-contents, tramp-handle-write-region):
3023 Keep temporary file when indicated by method ("rsync" and
3024 "rsyncc").
3025 (tramp-handle-write-region): Handle APPEND.
3026 (tramp-delete-temp-file-function): New defun. Added to
3027 `kill-buffer-hook'.
3028
3029 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
3030
3031 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
3032
3033 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
3034
3035 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
3036 (color-name-rgb-alist, tty-standard-colors)
3037 (tty-color-mode-alist): Change to defconst.
3038
3039 * simple.el (mark-inactive): Purecopy message.
3040
3041 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
3042 (global-map, yank-menu):
3043 * textmodes/ispell.el (ispell-menu-map):
3044 * net/eudc.el (eudc-tools-menu):
3045 * international/mule-cmds.el (describe-language-environment-map)
3046 (setup-language-environment-map, set-coding-system-map)
3047 (mule-menu-keymap):
3048 * vc-hooks.el (vc-menu-entry, vc-menu-map):
3049 * replace.el (occur-mode-map):
3050 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
3051
3052 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
3053
3054 * calc/calc.el (math-read-number, math-read-number-simple): Use
3055 `save-match-data'.
3056
3057 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3058
3059 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
3060 rather than fiddling with global-map bindings, since it should only
3061 affect per-terminal settings.
3062 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
3063
3064 * minibuffer.el (completion-table-with-terminator): Allow to specify
3065 the terminator-regexp.
3066
3067 * simple.el (switch-to-completions): Look for *Completions* in other
3068 frames as well.
3069
3070 * pcomplete.el: Allow the use of completion-tables.
3071 (pcomplete-std-complete): New command.
3072 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
3073 (pcomplete--here): Use a function for `form' rather than an expression,
3074 so it can be byte-compiled.
3075 (pcomplete-here, pcomplete-here*): Adjust accordingly.
3076 Add edebug declaration.
3077 (pcomplete-show-completions): Remove unused var `curbuf'.
3078 (pcomplete-do-complete, pcomplete-stub):
3079 Don't assume `completions' is a list of strings any more.
3080
3081 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
3082
3083 * find-dired.el (find-name-arg): Fix typo in docstring.
3084
3085 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3086
3087 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
3088 (pcmpl-linux-fs-types): Same, and update to new modules layout.
3089
3090 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
3091 pcomplete-entries.
3092
3093 * comint.el (comint-read-input-ring, comint-write-input-ring)
3094 (comint-substitute-in-file-name)
3095 (comint-dynamic-complete-as-filename)
3096 (comint-dynamic-simple-complete)
3097 (comint-dynamic-list-filename-completions)
3098 (comint-dynamic-list-completions)
3099 (comint-redirect-results-list-from-process): Minor simplifications.
3100
3101 2009-10-21 Kevin Ryde <user42@zip.com.au>
3102
3103 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3104 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
3105 the first form. And insert a blank line after ";;; Code" since
3106 that's usual style. (My Bug#4612.)
3107
3108 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
3109
3110 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3111
3112 * minibuffer.el (completion-table-with-terminator): Properly implement
3113 boundaries, in case `terminator' appears in the suffix.
3114 (completion--embedded-envvar-table): Don't return boundaries if
3115 there's no valid completion. Simplify.
3116 (completion-file-name-table): New completion table extracted from
3117 completion--file-name-table.
3118 (completion--file-name-table): Use it.
3119 (read-file-name-predicate): Declare obsolete.
3120 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
3121 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
3122 completion-file-name-table, and use the `pred' argument.
3123 * files.el (locate-file-completion-table): Use the `pred' arg rather
3124 than read-file-name-predicate.
3125 (abbreviate-file-name): Use \` rather than ^ for BOS.
3126
3127 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3128
3129 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
3130 vc-responsible-backend to register, it causes problems.
3131
3132 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3133
3134 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
3135
3136 2009-10-21 Eric Ludlam <zappo@gnu.org>
3137
3138 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
3139 (semantic-c-debug-mode-init-pch): New functions.
3140 (semantic-c-debug-mode-init-last-mode): New var.
3141 (semantic-c-parse-lexical-token): Use them.
3142
3143 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
3144 When extracting the argument list, limit only by point-max.
3145
3146 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
3147
3148 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
3149 (tramp-smb-handle-file-attributes): Use it.
3150 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
3151 (tramp-smb-handle-insert-directory): Use `mapc' rather than
3152 `mapcar'. Use `tramp-smb-get-stat-capability'.
3153 Add `dired-filename' text properties.
3154 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
3155 (tramp-smb-maybe-open-connection): Simplify check for smbclient
3156 version.
3157
3158 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3159
3160 * subr.el (read-key-delay): Reduce to 0.01.
3161 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
3162 (bug#4751).
3163
3164 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
3167
3168 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
3169 (Info-menu): Remove unused vars `last' and `completions'.
3170 (Info-index-nodes): Remove unused var `node'.
3171
3172 * info.el (Info-complete-menu-item): Use complete-with-action.
3173
3174 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3175
3176 Make vc-annotate work through copies and renames.
3177 * vc-annotate.el (vc-annotate-extract-revision-at-line):
3178 Return the file name too.
3179 (vc-annotate-revision-at-line)
3180 (vc-annotate-find-revision-at-line)
3181 (vc-annotate-revision-previous-to-line)
3182 (vc-annotate-show-log-revision-at-line): Update to get the file
3183 name from vc-annotate-extract-revision-at-line.
3184 (vc-annotate-show-diff-revision-at-line-internal): Change the
3185 argument to mean whether to show a file diff or not. Get the file
3186 name from vc-annotate-extract-revision-at-line.
3187 (vc-annotate-show-diff-revision-at-line):
3188 Update vc-annotate-show-diff-revision-at-line call.
3189 (vc-annotate-warp-revision): Add an optional file argument.
3190
3191 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
3192 (vc-git-annotate-extract-revision-at-line): Also return the file
3193 name if found.
3194
3195 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
3196 command. Remove unused code.
3197 (vc-hg-annotate-re): Update to match --follow output.
3198 (vc-hg-annotate-extract-revision-at-line): Also return the file
3199 name if found.
3200
3201 * vc.el: Update annotate-extract-revision-at-line documentation.
3202
3203 2009-10-18 Kevin Ryde <user42@zip.com.au>
3204
3205 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
3206 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
3207
3208 * net/browse-url.el (browse-url): Identify alist with "consp and
3209 not functionp" and let all other things go down the `apply' leg,
3210 as suggested by Stefan. (Further to bug#4531.)
3211
3212 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * minibuffer.el (read-file-name): Check for repeat before putting
3215 a default argument in file-name-history (Bug#4657).
3216
3217 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
3218 read syntax (Bug#4737).
3219
3220 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
3221
3222 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3223
3224 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
3225 (html-tag-alist, html-tag-help): Add descriptions for undocumented
3226 entries and make note of obsolete tags.
3227
3228 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3229
3230 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
3231
3232 2009-10-18 Glenn Morris <rgm@gnu.org>
3233
3234 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
3235 grep, so that binary files (eg international/uni-bidi.el) can match.
3236 Remove test for "UnicodeData" files, since it is hopefully unnecessary
3237 now, and in any case the file header format has changed.
3238
3239 2009-10-17 Glenn Morris <rgm@gnu.org>
3240
3241 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
3242 (flyspell-get-word, flyspell-large-region)
3243 (flyspell-auto-correct-previous-word): Doc/error message fixes.
3244
3245 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
3246
3247 * Makefile.in (ELCFILES): Add ede/shell.
3248
3249 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3250
3251 * term/common-win.el (x-colors): Purecopy it.
3252
3253 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3254
3255 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
3256 permissive for when the buffer is empty.
3257 (tar-header-block-tokenize): Decode the username and groupname.
3258 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
3259
3260 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
3261
3262 * cedet/srecode/srt.el:
3263 * cedet/srecode/compile.el:
3264 * cedet/semantic/mru-bookmark.el:
3265 * cedet/semantic/debug.el:
3266 * cedet/semantic/complete.el:
3267 * cedet/semantic/analyze.el: Require CL when compiling.
3268
3269 2009-10-17 Eric Ludlam <zappo@gnu.org>
3270
3271 * cedet/semantic/scope.el
3272 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
3273 tmpscope so that the regular scope will continue to work.
3274
3275 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
3276 Use semantic-idle-summary-highlight-face as the highlighting.
3277
3278 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
3279 contains multibyte characters, choose first applicable coding
3280 system automatically.
3281
3282 * cedet/ede/project-am.el (project-run-target): New method.
3283 (project-run-target): New method.
3284
3285 * cedet/ede.el (ede-target): Add run target menu item.
3286 (ede-project, ede-minor-keymap): Add ede-run-target binding.
3287 (ede-run-target): New function.
3288 (ede-target::project-run-target): New method.
3289
3290 * cedet/ede/proj.el (project-run-target): New method.
3291
3292 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
3293 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
3294 Add :rules.
3295 (ede-proj-target-makefile-shared-object): Only libtool compilers
3296 now available. Add linkers for libtool.
3297 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
3298 (ede-proj-makefile-target-name): Always use .la extension.
3299
3300 * cedet/ede/proj-prog.el (project-run-target): New method.
3301
3302 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
3303 (ede-g++-linker): Change Change link lines.
3304
3305 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
3306 When searching for old variables, go to the end of the buffer and
3307 search backward from there.
3308 (ede-proj-makefile-automake-insert-subdirs)
3309 (ede-proj-makefile-automake-insert-extradist): New methods.
3310 (ede-proj-makefile-create): Use them.
3311
3312 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
3313 Force FILE to expand to the current target. Use file-exists-p to
3314 check that it exists.
3315
3316 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
3317 (ede-linux-load): Wrap dir in file-name-as-directory.
3318 Set :version slot.
3319
3320 * cedet/ede/files.el (ede-get-locator-object): When enabling
3321 locate, do so on "top".
3322
3323 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
3324 file-name-as-directory during compare.
3325 (ede-emacs-version): Return Emacs/XEmacs differentiator.
3326 Get version number from different places. Don't call egrep.
3327 (ede-emacs-load): Set :version slot. Call file-name-as-directory
3328 to set the directory.
3329
3330 * cedet/ede/shell.el: New file.
3331
3332 * cedet/inversion.el (inversion-decoders): Allow for stray . in
3333 alpha/beta variants.
3334
3335 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3336
3337 * international/mule-cmds.el (select-safe-coding-system): If the file
3338 has a coding cookie, use it regardless of any other setting (bug#4712).
3339
3340 2009-10-17 Glenn Morris <rgm@gnu.org>
3341
3342 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
3343 All errors should have messages.
3344
3345 * foldout.el (foldout-mouse-swallow-events):
3346 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
3347
3348 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
3349 (dired-keep-marker-copy, dired-keep-marker-hardlink)
3350 (dired-keep-marker-symlink, dired-dwim-target)
3351 (dired-copy-preserve-time): Do not autoload these defcustoms.
3352
3353 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
3354 messages from messing up the file coding. (Bug#4623)
3355
3356 2009-10-17 Jari Aalto <jari.aalto@cante.net>
3357
3358 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
3359 if no match is found for the current dictionary. (Bug#4578)
3360
3361 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
3362 optional, since that is how it is documented, and this is often called
3363 with a nil argument. (Bug#4577)
3364 (flyspell-external-point-words, flyspell-auto-correct-word)
3365 (flyspell-correct-word-before-point, flyspell-word-search-forward)
3366 (flyspell-word-search-backward): Remove nil argument in calls to
3367 flyspell-get-word, since it is not needed now.
3368
3369 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
3370
3371 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
3372
3373 2009-10-16 Glenn Morris <rgm@gnu.org>
3374
3375 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
3376
3377 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3378
3379 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
3380 (ange-ftp-file-size): New function.
3381 (ange-ftp-file-attributes): Use it.
3382
3383 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
3384
3385 * net/tramp-smb.el (tramp-smb-version): New defvar.
3386 (tramp-smb-maybe-open-connection): Use it, in order to avoid
3387 repeated checks.
3388
3389 2009-10-16 Glenn Morris <rgm@gnu.org>
3390
3391 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3392 Maybe copy some custom properties from old to new name. (Bug#4706)
3393
3394 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
3395
3396 * subr.el (error, sit-for, start-process-shell-command)
3397 (start-file-process-shell-command): Set the calling convention
3398 after the function definition.
3399
3400 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3401
3402 * subr.el (error, sit-for, start-process-shell-command)
3403 (start-file-process-shell-command): Use the new
3404 set-advertised-calling-convention feature.
3405
3406 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
3407
3408 * international/ucs-normalize.el (ucs-normalize-version):
3409 Change to 1.2.
3410 (check-range): Adjust for Unicode 5.2.
3411
3412 2009-10-15 Juri Linkov <juri@jurta.org>
3413
3414 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
3415 to the `menu-item' format.
3416
3417 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
3418
3419 * net/tramp.el (tramp-replace-environment-variables): Do not fail
3420 if the environment variable does not exist.
3421
3422 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3423 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
3424 parameter.
3425 (tramp-smb-handle-add-name-to-file)
3426 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3427 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3428 (tramp-smb-handle-file-attributes)
3429 (tramp-smb-do-file-attributes-with-stat)
3430 (tramp-smb-handle-file-local-copy)
3431 (tramp-smb-handle-insert-directory)
3432 (tramp-smb-handle-make-directory)
3433 (tramp-smb-handle-make-directory-internal)
3434 (tramp-smb-handle-make-symbolic-link)
3435 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
3436 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
3437 (tramp-smb-maybe-open-connection): Apply the changed parameters.
3438 (tramp-smb-read-file-entry): Read Disk names in compressed format.
3439 Handle long file names.
3440 (tramp-smb-get-cifs-capabilities): Check, whether the connection
3441 process is running.
3442 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
3443 Read share names with "-g" option.
3444
3445 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
3446
3447 * net/rcirc.el (rcirc-view-log-file): New command.
3448 (rcirc-track-minor-mode-map): Remove C-c ` binding.
3449 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
3450 specified.
3451
3452 2009-10-15 Glenn Morris <rgm@gnu.org>
3453
3454 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
3455 from the second command-line argument.
3456 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
3457 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
3458 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
3459 w32-batch-update-autoloads.
3460 * emacs-lisp/autoload.el (autoload-make-program): New variable.
3461 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
3462
3463 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
3464 the headers cannot be located. Simplify, subtracting superflous
3465 save-excursions.
3466
3467 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 Replace completion-base-size by completion-base-position to fix bugs
3470 such as (bug#4699).
3471 * simple.el (completion-base-position): New var.
3472 (completion-base-size): Mark as obsolete.
3473 (choose-completion): Make it work for mouse events as well.
3474 Pass the new base-position to choose-completion-string.
3475 (choose-completion-guess-base-position): New function, extracted from
3476 choose-completion-delete-max-match.
3477 (choose-completion-delete-max-match): Use it. Make obsolete.
3478 (choose-completion-string): Use the new base-position info.
3479 (completion-root-regexp): Delete.
3480 (completion-setup-function): Preserve completion-base-position.
3481 Eliminate obsolete base-size manipulation.
3482 * minibuffer.el (display-completion-list): Don't mess with base-size.
3483 (minibuffer-completion-help): Set completion-base-position instead.
3484 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
3485 choose-completion.
3486 * textmodes/bibtex.el (bibtex-complete):
3487 * emacs-lisp/crm.el (crm--choose-completion-string):
3488 Adjust to new calling convention.
3489 * complete.el (partial-completion-mode): Use minibufferp to avoid
3490 bumping into incompatible change to choose-completion-string-functions.
3491 * ido.el (ido-choose-completion-string): Make its calling convention
3492 more permissive.
3493 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
3494 base-size manipulation.
3495 (comint-dynamic-list-input-ring): Use dotimes and push.
3496 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
3497 fundamental-mode. Use `or'.
3498
3499 2009-10-14 Juri Linkov <juri@jurta.org>
3500
3501 * misearch.el (multi-isearch-next-buffer-from-list)
3502 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
3503
3504 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3505
3506 * Makefile.in (compile-onefile): Load `bytecomp' rather than
3507 `bytecomp.el'.
3508
3509 * minibuffer.el (completion-pcm--merge-completions): Make sure the
3510 string we return is all made up of text from the completions rather
3511 than part from the completions and part from the input (bug#4219).
3512
3513 * ido.el (ido-everywhere): Use define-minor-mode.
3514
3515 * buff-menu.el (list-buffers, ctl-x-map):
3516 Mark the entry points with ;;;###autoload cookies.
3517
3518 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3519
3520 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
3521 correctly in the detached head case.
3522 (vc-git-print-log): Remove unused binding.
3523
3524 * vc.el (vc-responsible-backend): When a directory is passed for
3525 for registration create a VC repository if no backend is
3526 responsible for the directory argument.
3527 (vc-deduce-fileset): Tell vc-responsible-backend to register.
3528
3529 * vc.el: Move comments about RCS and SCCS ...
3530 * vc-rcs.el:
3531 * vc-sccs.el: ... here, respectively.
3532
3533 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * minibuffer.el (completion--file-name-table): Return nil if there's
3536 no file completion, even if substitute-in-file-name changed
3537 the string (bug#4708).
3538
3539 2009-10-13 Juri Linkov <juri@jurta.org>
3540
3541 * files-x.el (read-file-local-variable-value): Don't filter out
3542 minor modes from mode name completion (bug#4664).
3543
3544 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
3545
3546 * international/mule-cmds.el (ucs-names): Remove exclusion of
3547 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
3548
3549 2009-10-13 Kenichi Handa <handa@m17n.org>
3550
3551 * international/uni-name.el: Regenerated.
3552
3553 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
3554
3555 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
3556 should be automatically buffer-local, but isn't.)
3557
3558 2009-10-12 Sam Steingold <sds@gnu.org>
3559
3560 * progmodes/compile.el (compilation-next-error-function): Fix the
3561 timestamps if the buffer has been visited before.
3562 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
3563 non-anchored patterns, like the perl one (bug#3928).
3564
3565 2009-10-12 Glenn Morris <rgm@gnu.org>
3566
3567 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
3568 Let-bind `size'.
3569
3570 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
3571
3572 * proced.el (proced-unload-function): New function.
3573
3574 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
3575 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
3576 Doc fix.
3577
3578 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
3579
3580 2009-10-11 Juri Linkov <juri@jurta.org>
3581
3582 * files-x.el (read-file-local-variable-value):
3583 Provide default value only for bound variables (bug#4664).
3584
3585 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
3586
3587 * net/tramp.el (tramp-local-host-p): Function shall return nil for
3588 connection methods like smb.
3589
3590 * net/tramp-cache.el (tramp-flush-connection-property): The hash
3591 can be empty.
3592
3593 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3594 (tramp-smb-file-name-handler-alist): Add handlers for
3595 `add-name-to-file', `make-symbolic-link'.
3596 (tramp-smb-handle-add-name-to-file)
3597 (tramp-smb-do-file-attributes-with-stat)
3598 (tramp-smb-handle-make-symbolic-link)
3599 (tramp-smb-get-cifs-capabilities): New defuns.
3600 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3601 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3602 (tramp-smb-handle-file-local-copy)
3603 (tramp-smb-handle-make-directory-internal)
3604 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3605 The file name syntax depends on cifs capabilities.
3606 (tramp-smb-handle-file-attributes):
3607 Call `tramp-smb-do-file-attributes-with-stat' if possible.
3608 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
3609 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
3610
3611 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
3612
3613 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
3614 (eieio-defclass): Apply deftype handler and setf-method properties
3615 directly.
3616 (eieio-add-new-slot): Avoid union function from cl library.
3617 (eieio--typep): New function.
3618 (eieio-perform-slot-validation): Use it.
3619
3620 2009-10-10 Karl Fogel <kfogel@red-bean.com>
3621
3622 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
3623 Update documentation to refer to the variables documented in r1.135.
3624 (Bug#4188)
3625
3626 2009-10-10 Karl Fogel <kfogel@red-bean.com>
3627
3628 * bookmark.el (Info-suffix-list): Remove this unused variable.
3629 (bookmark-current-point): Remove this obsolete variable.
3630 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
3631 Adjust for removal of bookmark-current-point.
3632
3633 (bookmarks-already-loaded, bookmark-current-buffer)
3634 (bookmark-yank-point): Document. (Bug#4188)
3635
3636 2009-10-10 Glenn Morris <rgm@gnu.org>
3637
3638 * frame.el (frame-height): Doc fix.
3639
3640 * calendar/calendar.el (calendar-split-width-threshold): New option.
3641 (calendar-basic-setup): Use calendar-split-width-threshold.
3642
3643 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
3644
3645 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
3646 Use .la for Automake.
3647
3648 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
3649
3650 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
3651 Use "autoreconf -i". Suggested by Andreas Schwab.
3652
3653 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
3654
3655 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
3656 Ideographic Supplement" range (U+1F200..U+1F2FF).
3657
3658 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3659
3660 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
3661 since the list will have been rebuilt anyway. (Bug#4349)
3662
3663 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3664
3665 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
3666 (bookmark-bmenu-execute-deletions): Don't save here, as
3667 bookmark-delete will now do so if necessary.
3668 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
3669 (Bug#4348)
3670
3671 2009-10-09 Glenn Morris <rgm@gnu.org>
3672
3673 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
3674
3675 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3676
3677 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
3678 (bookmark-jump-other-window): Just invoke bookmark-jump with new
3679 argument now, so the two function's behaviors will match. (Bug#3645)
3680
3681 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
3682
3683 * cedet/ede/proj.el (project-make-dist, project-compile-project):
3684 Fix filename test.
3685 (ede-proj-dist-makefile): Use expand-file-name instead of concat
3686 to expand file names.
3687
3688 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
3689
3690 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
3691 (tramp-file-name-real-host, tramp-file-name-port):
3692 Apply `save-match-data'.
3693
3694 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
3695 case both directories are remote.
3696 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
3697 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
3698
3699 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
3700
3701 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
3702 (ede-proj-target-makefile-objectcode): Use it.
3703
3704 * cedet/ede/source.el (ede-want-any-source-files-p)
3705 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
3706 Return search result. This error was introduced while merging.
3707
3708 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
3709
3710 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
3711
3712 2009-10-07 Glenn Morris <rgm@gnu.org>
3713
3714 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
3715 of concat.
3716
3717 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3718
3719 * files-x.el (read-file-local-variable): Include some
3720 non-user-variables in the completion table (bug#4664).
3721
3722 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
3723
3724 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
3725 message.
3726
3727 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3728 (tramp-smb-file-name-handler-alist): Add handler for
3729 `copy-directory', `expand-file-name', `set-file-modes'.
3730 (tramp-smb-handle-copy-directory)
3731 (tramp-smb-handle-expand-file-name)
3732 (tramp-smb-handle-set-file-modes): New defuns.
3733 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
3734 (tramp-smb-handle-file-attributes): Simplify check for retrieving
3735 entry.
3736 (tramp-smb-handle-insert-directory): Don't flush the cache.
3737 (tramp-smb-maybe-open-connection): Check for samba client and
3738 server versions.
3739
3740 2009-10-07 Eli Zaretskii <eliz@gnu.org>
3741
3742 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
3743 to not error out of search for "^lisp=" fails.
3744
3745 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
3746
3747 * makefile.w32-in (WINS_UPDATES): New macro.
3748 (custom-deps, finder-data, autoloads): Use it.
3749
3750 2009-10-07 Glenn Morris <rgm@gnu.org>
3751
3752 * Makefile.in (autoloads): Revert previous change.
3753 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
3754 the list of preloaded files passed on the command-line, get
3755 it from src/Makefile.
3756
3757 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3758 show the original buffer rather than a random one.
3759
3760 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
3761
3762 * help.el (describe-no-warranty): Place point in a slightly better
3763 position in the GPLv3 text.
3764
3765 2009-10-06 Sam Steingold <sds@gnu.org>
3766
3767 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
3768 the comm attribute is present before calling regexp-quote.
3769
3770 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
3771
3772 * play/animate.el (animate-string): For good effect, make sure
3773 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
3774
3775 * play/animate.el (animate-sequence, animate-birthday-present):
3776 * misc.el (butterfly): Don't set `indent-tabs-mode'.
3777
3778 2009-10-06 Glenn Morris <rgm@gnu.org>
3779
3780 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3781
3782 * emacs-lisp/autoload.el (autoload-excludes): New variable.
3783 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
3784 (batch-update-autoloads): Process a string value of autoload-excludes,
3785 set during the build process.
3786 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
3787
3788 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3789 inside with-parsed... macro so that `v' is defined.
3790
3791 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
3792 * progmodes/fortran.el (fortran-end-of-block)
3793 (fortran-beginning-of-block):
3794 Also push mark in the macro case.
3795
3796 * emerge.el (emerge-show-file-name):
3797 * calc/calc.el (calc-quit):
3798 * calc/calc-misc.el (calc-big-or-small):
3799 * calc/calc-graph.el (calc-graph-view):
3800 * calc/calc-ext.el (calc-reset):
3801 * calendar/calendar.el (calendar-basic-setup):
3802 Use window-full-height-p.
3803
3804 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
3805 header we don't understand, don't insert another. (Bug#4624)
3806 If changing mime charset, insert the new one in the right place.
3807
3808 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
3809
3810 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3811 (cal-tex-cursor-month): Correctly increment the end date for diary and
3812 holiday listing. (Bug#4626)
3813
3814 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 * help-fns.el (describe-function-1): Don't burp if the function is not
3817 a symbol.
3818
3819 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
3820
3821 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
3822 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
3823 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
3824 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
3825
3826 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
3827 (eieio-default-superclass): Reflow docstrings.
3828 (this, class-option-assoc, defclass, eieio-class-un-autoload)
3829 (eieio-unbind-method-implementations, defmethod)
3830 (eieio-validate-slot-value, eieio-validate-class-slot-value)
3831 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
3832 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
3833 (eieio-slot-originating-class-p, eieio-slot-name-index)
3834 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
3835 (constructor, initialize-instance, no-next-method, object-print)
3836 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
3837 Fix typos in docstrings.
3838 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
3839 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
3840 (next-method-p): Doc fixes.
3841 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
3842 Fix typos in error messages.
3843 (eieio-defmethod): Fix typo in description of generic method.
3844
3845 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
3846 (eieio-persistent-save-interactive, slot-missing):
3847 Fix typos in docstrings.
3848 (eieio-instance-inheritor-slot-boundp): Doc fix.
3849
3850 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
3851 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
3852
3853 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
3854 (eieio-custom-object-apply-reset):
3855 Fix typos in docstrings and error messages.
3856
3857 * emacs-lisp/eieio-datadebug.el (data-debug-show):
3858 Fix typo in docstring.
3859
3860 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
3861 (eieio-browse-tree): Doc fix.
3862 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
3863 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
3864 Fix typos in docstrings.
3865
3866 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
3867 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
3868 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
3869 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
3870 Reflow docstrings.
3871
3872 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3873
3874 * vc-hg.el (log-view-vc-backend): Declare for compiler.
3875 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3876 Set log-view-vc-backend so that diff can work.
3877
3878 * log-view.el (log-view-diff): Use vc-diff-internal instead of
3879 vc-version-diff.
3880 (vc-diff-internal): Autoload this instead of vc-version-diff.
3881
3882 2009-10-05 Eli Zaretskii <eliz@gnu.org>
3883
3884 * simple.el (eval-expression): Doc fix.
3885
3886 * progmodes/cwarn.el (cwarn-mode): Doc fix.
3887
3888 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3889
3890 * files.el (directory-files-no-dot-files-regexp): New defconst.
3891 (delete-directory): Use it.
3892 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
3893
3894 * net/tramp.el (tramp-verbose): Fix docstring.
3895 (tramp-methods): Add recursive option to `tramp-copy-args'.
3896 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
3897 "scp1_old", "scp2_old", "rsync", "rsyncc".
3898 (tramp-default-method): Check also for `auth-source-user-or-password'.
3899 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3900 Add handler for `copy-directory'.
3901 (tramp-handle-copy-directory): New defun.
3902 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
3903 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3904 Optimize sent command.
3905
3906 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3907
3908 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3909 window if necessary.
3910
3911 * calendar/calendar.el (calendar-basic-setup): Don't call
3912 switch-to-buffer in a dedicated window.
3913
3914 2009-10-05 Karl Fogel <kfogel@red-bean.com>
3915
3916 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
3917 don't do anything related to relocating, just return nil.
3918 (bookmark-error-no-filename): New error.
3919 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
3920 bookmark has no file. Don't even attempt to handle things that
3921 are not files; the whole point of custom handlers is to keep that
3922 knowledge elsewhere anyway. Tighten some comments.
3923 (bookmark-file-or-variation-thereof): Remove now-unused function.
3924 (bookmark-location): Doc string fix.
3925 (Bug#4250)
3926
3927 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3928
3929 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
3930 don't use a file dialog, because they usually don't know how to read
3931 a directory target from the user. (Bug#4230)
3932 Also, make sure the prompt can display directories as well as files.
3933
3934 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3935
3936 * bookmark.el (bookmark-set, bookmark-buffer-name):
3937 Improve doc strings. (Bug#1193)
3938
3939 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3940
3941 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
3942 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
3943 (bookmark-get-annotation, bookmark-set-annotation)
3944 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3945 (bookmark-set-position, bookmark-get-front-context-string)
3946 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3947 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
3948 (bookmark-jump-other-window, bookmark-handle-bookmark)
3949 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
3950 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
3951 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
3952 Improve doc strings to say whether bookmark can be a string or
3953 a record or both, and make other consistency and clarity fixes.
3954 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
3955 (bookmark-default-annotation-text, bookmark-yank-word)
3956 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
3957 (bookmark-import-new-list, bookmark-maybe-rename)
3958 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3959 (bookmark-bmenu-bookmark): Give these doc strings.
3960 (bookmark-bmenu-check-position): Give this a doc string, but also
3961 add a FIXME comment about how the function may be pointless.
3962 (bookmark-default-handler): Rework doc string and change a
3963 parameter name, to clarify that this takes a bookmark record
3964 not a bookmark name.
3965 (bookmark-set): Change a parameter name to indicate its meaning,
3966 and improve the doc string a bit.
3967 (Bug#4188)
3968
3969 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3970
3971 * bookmark.el (bookmark-alist): Document the new `handler' element
3972 in the param alist.
3973 (bookmark-make-record-function): Adjust documentation for above.
3974 (Bug#4193)
3975
3976 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3977
3978 * info.el (Info-bookmark-make-record): Document this function.
3979 (Info-bookmark-jump): Document with a doc string, not just a comment.
3980 (Bug#4203)
3981
3982 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3983
3984 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
3985 (semantic-new-buffer-fcn): Call parser setup functions here.
3986 (semantic-mode): Don't call parser setup functions here, it's done
3987 in semantic-new-buffer-fcn now.
3988 (semantic-mode): Parse all existing buffers when enabled.
3989
3990 * cedet/srecode/compile.el (srecode-compile-file):
3991 Call semantic-new-buffer-fcn if the buffer has not been parsed.
3992
3993 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3994
3995 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
3996
3997 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
3998 (proj-comp-insert-variable-once): New macro, renamed from
3999 ede-pmake-insert-variable-once in ede/pmake.edl.
4000 (ede-proj-makefile-insert-variables): Use it.
4001
4002 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
4003
4004 * files.el (copy-directory): New defun.
4005
4006 * dired-aux.el (dired-copy-file-recursive): Use it.
4007
4008 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4009
4010 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4011 (makefile-end-of-command):
4012 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4013 (semantic-end-of-context): Fix previous change. Doc fixes.
4014
4015 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4016
4017 * files-x.el (modify-dir-local-variable)
4018 (copy-dir-locals-to-file-locals-prop-line):
4019 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4020 (makefile-end-of-command):
4021 * cedet/semantic/lex.el (semantic-lex-token):
4022 * cedet/semantic/analyze/fcn.el
4023 (semantic-analyze-dereference-metatype-1):
4024 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
4025 (semantic-lex-cpp-undef):
4026 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
4027 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4028 (semantic-end-of-context): Fix typos in docstrings.
4029
4030 * recentf.el (recentf-unload-function): New function.
4031
4032 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
4033
4034 * cedet/ede.el (ede-project-placeholder-cache-file):
4035 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
4036 * cedet/srecode/map.el (srecode-map-save-file):
4037 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
4038
4039 2009-10-04 Glenn Morris <rgm@gnu.org>
4040
4041 * window.el (window-full-height-p): Add doc string.
4042
4043 2009-10-04 Martin Rudalics <rudalics@gmx.at>
4044
4045 * window.el (window-full-height-p): New function. (Bug#4543)
4046
4047 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
4048
4049 * cedet/srecode/insert.el: Require srecode/args.
4050
4051 * cedet/srecode/args.el: Require srecode/dictionary instead of
4052 srecode/insert.
4053
4054 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
4055
4056 * files.el (auto-mode-alist): Add .srt and Project.ede.
4057
4058 * cedet/semantic.el (semantic-mode):
4059 Handle srecode-template-mode-hook as well.
4060 (semantic-mode): Use js-mode-hook for Javascript hook.
4061
4062 * cedet/srecode/template.el: Remove hook variable.
4063
4064 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
4065
4066 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
4067 projects exist.
4068 (ede-project-placeholder-cache-file): Default to a file in
4069 user-emacs-directory.
4070
4071 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
4072 templates in data-directory.
4073 (srecode-map-save-file): Default to a file in user-emacs-directory.
4074
4075 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
4076 directory.
4077
4078 2009-09-30 Eric Ludlam <zappo@gnu.org>
4079
4080 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
4081 Doc fix.
4082
4083 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
4084 Only insert each variable once.
4085
4086 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
4087 (ede-pmake-insert-variable-shared): Use it.
4088
4089 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
4090 for lexical table iff table is nil.
4091
4092 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4093
4094 * vc.el: Remove commented out code.
4095 (vc-derived-from-dir-mode): Remove, unused.
4096 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
4097
4098 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
4099
4100 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4101 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
4102 there could be recursive loading when `default-directory' is a
4103 remote file name. (Bug#4614)
4104
4105 2009-10-03 Glenn Morris <rgm@gnu.org>
4106
4107 * calendar/calendar.el (calendar-basic-setup): Handle the case where
4108 the frame is wide.
4109 (calendar-generate-window): Test for shrinkability rather than width.
4110
4111 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
4112 declaration, currently false.
4113
4114 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
4115 reusing existing buffers, in case we happen to visit two files with the
4116 same basename. (Bug#4593)
4117
4118 2009-10-02 Eli Zaretskii <eliz@gnu.org>
4119
4120 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
4121 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
4122 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
4123 subdirs of cedet as well.
4124 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
4125
4126 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
4129 Obey advertised-signature-table.
4130
4131 * help-fns.el (help-function-arglist): Don't check
4132 advertised-signature-table.
4133 (describe-function-1): Do it here instead so it also applies to subrs.
4134
4135 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
4136
4137 * simple.el (start-file-process): Say in the doc-string, that file
4138 handlers might not support pty association, if PROGRAM is nil.
4139
4140 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
4141 HOST and USER are strings. They are nil, when there are
4142 incomplete entries in ~/.netrc, for example.
4143 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
4144 root directory ("device busy" error otherwise).
4145
4146 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
4147 Flush file properties of created directory.
4148
4149 2009-10-02 Eli Zaretskii <eliz@gnu.org>
4150
4151 * makefile.w32-in (WINS_BASIC): Remove cedet.
4152 (WINS_CEDET): Add cedet.
4153 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
4154
4155 2009-10-02 Kevin Ryde <user42@zip.com.au>
4156
4157 * net/browse-url.el (browse-url): Pass any symbol in
4158 browse-url-browser-function to `apply', since if you've mistakenly put
4159 an unbound symbol then the error is clearer. (Bug#4531)
4160
4161 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
4162
4163 * allout.el (allout-init, allout-back-to-current-heading)
4164 (allout-beginning-of-current-entry, allout-ascend-to-depth)
4165 (allout-ascend, allout-up-current-level, allout-end-of-level)
4166 (allout-previous-visible-heading, allout-forward-current-level)
4167 (allout-backward-current-level, allout-show-children):
4168 * apropos.el (apropos-describe-plist):
4169 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
4170 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
4171 * completion.el (add-completion, add-permanent-completion):
4172 * descr-text.el (describe-text-category, describe-char):
4173 * desktop.el (desktop-lazy-abort):
4174 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
4175 * dired.el (dired-build-subdir-alist):
4176 * ediff.el (ediff-version):
4177 * elide-head.el (elide-head, elide-head-show):
4178 * emerge.el (emerge-version):
4179 * env.el (getenv):
4180 * face-remap.el (variable-pitch-mode):
4181 * faces.el (describe-face):
4182 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
4183 (dired-at-point):
4184 * files.el (find-file-existing, auto-save-mode):
4185 * font-lock.el (font-lock-fontify-buffer):
4186 * help-fns.el (describe-function, describe-variable)
4187 (describe-syntax, describe-categories):
4188 * help.el (view-lossage, describe-bindings, describe-key)
4189 (describe-mode):
4190 * hexl.el (hexl-current-address):
4191 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
4192 * info.el (Info-goto-emacs-key-command-node):
4193 * log-edit.el (log-edit-insert-cvs-template)
4194 (log-edit-insert-cvs-rcstemplate):
4195 * menu-bar.el (menu-bar-mode):
4196 * mouse.el (mouse-appearance-menu):
4197 * newcomment.el (comment-indent-new-line):
4198 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
4199 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
4200 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
4201 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
4202 * recentf.el (recentf-mode):
4203 * savehist.el (savehist-mode, savehist-save):
4204 * shadowfile.el (shadow-copy-files):
4205 * simple.el (kill-ring-save, next-line, previous-line)
4206 (normal-erase-is-backspace-mode):
4207 * strokes.el (strokes-update-window-configuration)
4208 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
4209 (strokes-xpm-for-stroke):
4210 * time.el (emacs-uptime, emacs-init-time):
4211 * tutorial.el (tutorial--describe-nonstandard-key)
4212 (tutorial--detailed-help):
4213 * type-break.el (type-break-mode)
4214 (type-break-mode-line-message-mode, type-break-query-mode)
4215 (type-break-guesstimate-keystroke-threshold):
4216 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
4217 * version.el (emacs-version):
4218 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
4219 * winner.el (winner-mode):
4220 * calendar/timeclock.el (timeclock-in, timeclock-out)
4221 (timeclock-status-string, timeclock-change)
4222 (timeclock-workday-remaining-string)
4223 (timeclock-workday-elapsed-string)
4224 (timeclock-when-to-leave-string):
4225 * calendar/todo-mode.el (todo-add-category):
4226 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
4227 * emacs-lisp/autoload.el (update-file-autoloads):
4228 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
4229 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
4230 (checkdoc-message-text, checkdoc-defun):
4231 * emacs-lisp/debug.el (debugger-list-functions):
4232 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4233 * emacs-lisp/eieio-opt.el (eieio-describe-class)
4234 (eieio-describe-generic):
4235 * emacs-lisp/lisp-mnt.el (lm-synopsis):
4236 * emacs-lisp/shadow.el (list-load-path-shadows):
4237 * emulation/cua-base.el (cua-mode):
4238 * emulation/edt.el (edt-set-scroll-margins):
4239 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
4240 (tpu-toggle-regexp, tpu-toggle-search-direction)
4241 (tpu-toggle-rectangle, tpu-toggle-control-keys):
4242 * emulation/tpu-extras.el (tpu-set-scroll-margins):
4243 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
4244 (viper-set-parsing-style-toggling-macro)
4245 (viper-set-emacs-state-searchstyle-macros):
4246 * emulation/viper.el (viper-set-hooks):
4247 * eshell/esh-mode.el (eshell-truncate-buffer):
4248 * international/mule-cmds.el (prefer-coding-system)
4249 (describe-input-method, describe-language-environment):
4250 * international/mule-diag.el (list-character-sets)
4251 (describe-character-set, describe-coding-system)
4252 (describe-fontset, list-fontsets, list-input-methods):
4253 * mail/sendmail.el (mail-signature):
4254 * net/ange-ftp.el (ange-ftp-copy-file):
4255 * net/browse-url.el (browse-url):
4256 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
4257 * net/quickurl.el (quickurl-add-url):
4258 * net/rcirc.el (names, topic):
4259 * net/xesam.el (xesam-mode):
4260 * play/5x5.el (5x5-new-game):
4261 * play/yow.el (apropos-zippy):
4262 * progmodes/ada-mode.el (ada-mode-version):
4263 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
4264 (f90-end-of-block)
4265 (f90-beginning-of-block):
4266 * progmodes/fortran.el (fortran-end-of-block)
4267 (fortran-beginning-of-block):
4268 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
4269 * progmodes/python.el (python-describe-symbol, python-shell):
4270 * term/ns-win.el (ns-print-buffer):
4271 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
4272 * textmodes/flyspell.el (flyspell-mode-on):
4273 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
4274 (pages-directory-for-addresses):
4275 * textmodes/table.el (table-recognize-cell)
4276 (table-query-dimension, table-generate-source)
4277 (table-insert-sequence, table--warn-incompatibility):
4278 * textmodes/tex-mode.el (tex-validate-buffer):
4279 * textmodes/texinfmt.el (texinfmt-version)
4280 (texinfo-format-buffer):
4281 Use `called-interactively-p' instead of `interactive-p'.
4282
4283 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
4284
4285 * image-mode.el (image-toggle-display):
4286 * emacs-lisp/elp.el (elp-instrument-function):
4287 * emacs-lisp/advice.el (ad-make-advised-definition):
4288 * emacs-lisp/easy-mmode.el (define-minor-mode):
4289 * net/browse-url.el (browse-url-maybe-new-window):
4290 * progmodes/sh-script.el (sh-learn-buffer-indent):
4291 Pass new argument 'any to `called-interactively-p'.
4292
4293 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
4294
4295 * international/uni-bidi.el:
4296 * international/uni-category.el:
4297 * international/uni-combining.el:
4298 * international/uni-comment.el:
4299 * international/uni-decimal.el:
4300 * international/uni-decomposition.el:
4301 * international/uni-digit.el:
4302 * international/uni-lowercase.el:
4303 * international/uni-mirrored.el:
4304 * international/uni-name.el:
4305 * international/uni-numeric.el:
4306 * international/uni-old-name.el:
4307 * international/uni-titlecase.el:
4308 * international/uni-uppercase.el:
4309 Regenerate from Unicode 5.2.0 data.
4310
4311 2009-10-01 Glenn Morris <rgm@gnu.org>
4312
4313 * Makefile.in (ELCFILES): Regenerate.
4314
4315 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * subr.el (interactive-p): Mark obsolete.
4318 (called-interactively-p): Make the optional-ness of `kind' obsolete.
4319 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
4320 advertised-signature-table for subroutines as well.
4321
4322 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
4323 (set-advertised-calling-convention): New function.
4324 (make-obsolete, define-obsolete-function-alias)
4325 (make-obsolete-variable, define-obsolete-variable-alias):
4326 Make the optional-ness of `when' obsolete.
4327 (define-obsolete-face-alias): Make `when' non-optional.
4328 * help-fns.el (help-function-arglist):
4329 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
4330 Use advertised-signature-table.
4331
4332 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
4333
4334 * files.el (delete-directory): New defun. The original function
4335 in fileio.c has been renamed to `delete-directory-internal'.
4336
4337 * dired.el (dired-delete-file): Call `delete-directory' with
4338 RECURSIVE parameter.
4339
4340 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
4341 parameter RECURSIVE. Implementation is missing.
4342
4343 * net/tramp.el (tramp-handle-make-directory): Flush upper
4344 directory's file properties.
4345 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
4346 (tramp-handle-dired-recursive-delete-directory): Flush directory
4347 properties after the remove command only.
4348
4349 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4350 Handle optional parameter RECURSIVE.
4351
4352 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
4353 Handle optional parameter RECURSIVE.
4354
4355 * net/tramp-smb.el (tramp-smb-errors): Add error message for
4356 connection timeout.
4357 (tramp-smb-handle-delete-directory): Handle optional parameter
4358 RECURSIVE.
4359
4360 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4361
4362 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
4363 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
4364 (byte-compile-defmacro): Use backquotes.
4365
4366 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
4367
4368 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
4369 has no associated file.
4370 (vc-resynch-buffer): Use vc-dir-buffers.
4371
4372 2009-10-01 Glenn Morris <rgm@gnu.org>
4373
4374 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
4375 (chart-file-count):
4376 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
4377 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
4378 * emacs-lisp/eieio-opt.el (eieio-describe-class):
4379 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
4380 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
4381 (eieio-copy-parents-into-subclass, make-instance, class-children)
4382 (eieio-generic-form):
4383 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
4384 * cedet/cedet-idutils.el (cedet-idutils-search)
4385 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
4386 (cedet-idutils-version-check):
4387 * cedet/cedet.el (cedet-version):
4388 * cedet/data-debug.el (data-debug-insert-overlay-button)
4389 (data-debug-insert-overlay-list-button)
4390 (data-debug-insert-buffer-button)
4391 (data-debug-insert-buffer-list-button)
4392 (data-debug-insert-process-button, data-debug-insert-ring-button)
4393 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
4394 (data-debug-insert-stuff-vector-button)
4395 (data-debug-insert-symbol-button, data-debug-insert-string)
4396 (data-debug-insert-number, data-debug-insert-lambda-expression)
4397 (data-debug-insert-nil, data-debug-insert-simple-thing)
4398 (data-debug-insert-custom, data-debug-edebug-expr):
4399 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
4400 (global-ede-mode-map, ede-new, ede-debug-target)
4401 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
4402 * cedet/semantic.el (semantic-minimum-working-buffer-size)
4403 (semantic-fetch-tags, semantic-submode-list)
4404 (semantic-default-submodes):
4405 * cedet/ede/source.el (ede-source-match):
4406 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
4407 (project-am-package-info):
4408 * cedet/ede/proj.el (ede-proj-target, project-new-target):
4409 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
4410 * cedet/ede/proj-comp.el (ede-current-build-list):
4411 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
4412 * cedet/ede/files.el (ede-toplevel-project-or-nil):
4413 * cedet/ede/cpp-root.el (initialize-instance):
4414 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
4415 (autoconf-parameter-strip, autoconf-insert-new-macro):
4416 * cedet/semantic/wisent.el (wisent-lex-eoi):
4417 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
4418 (semantic-show-parser-state-mode):
4419 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
4420 * cedet/semantic/tag.el (semantic-tag-new-variable)
4421 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
4422 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
4423 (semantic--tag-deep-copy-tag-list)
4424 (semantic-tag-components-with-overlays-default):
4425 * cedet/semantic/symref.el (semantic-symref-find-text):
4426 * cedet/semantic/senator.el (senator-yank-tag)
4427 (senator-transpose-tags-up):
4428 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
4429 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
4430 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
4431 * cedet/semantic/lex.el (semantic-lex-comment-regex)
4432 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
4433 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
4434 * cedet/semantic/lex-spp.el
4435 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
4436 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
4437 * cedet/semantic/idle.el
4438 (semantic-idle-summary-current-symbol-info-brutish)
4439 (semantic-idle-summary-current-symbol-info-default):
4440 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
4441 (semantic--grammar-macro-compl-dict):
4442 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
4443 * cedet/semantic/format.el (semantic-format-tag-custom-list)
4444 (semantic-format-tag-canonical-name-default):
4445 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
4446 (semantic-find-tags-for-completion)
4447 (semantic-find-tags-by-scope-protection-default)
4448 (semantic-deep-find-tags-for-completion):
4449 * cedet/semantic/edit.el
4450 (semantic-edits-incremental-reparse-failed-hook)
4451 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
4452 (semantic-edits-splice-remove, semantic-edits-splice-replace):
4453 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
4454 * cedet/semantic/dep.el (semantic-dependency-include-path):
4455 * cedet/semantic/db.el (semanticdb-default-find-index-class)
4456 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
4457 (semanticdb-project-roots):
4458 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
4459 (semanticdb-find-adebug-insert-scanned-tag-cons)
4460 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
4461 (semanticdb-brute-deep-find-tags-for-completion):
4462 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
4463 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
4464 (semantic-end-of-context-default)
4465 (semantic-ctxt-current-function-default)
4466 (semantic-ctxt-scoped-types-default):
4467 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4468 (semantic-complete-inline-tag-engine)
4469 (semantic-complete-inline-custom-type)
4470 (semantic-complete-read-tag-analyzer):
4471 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
4472 (semantic-chart-database-size):
4473 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
4474 (semantic-analyze-current-context):
4475 * cedet/semantic/symref/list.el (semantic-symref)
4476 (semantic-symref-hide-buffer, semantic-symref-symbol):
4477 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
4478 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
4479 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
4480 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
4481 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
4482 (semantic-c-dereference-template):
4483 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
4484 (semantic--analyze-refs-full-lookup-with-parents)
4485 (semantic--analyze-refs-full-lookup-simple):
4486 * cedet/semantic/analyze/complete.el
4487 (semantic-analyze-possible-completions):
4488 * cedet/srecode/table.el (srecode-mode-table-new):
4489 * cedet/srecode/srt.el (srecode-read-variable-name):
4490 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
4491 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
4492 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
4493 * cedet/srecode/map.el (srecode-current-map):
4494 * cedet/srecode/insert.el (srecode-insert)
4495 (srecode-insert-variable-secondname-handler, srecode-insert-method)
4496 (srecode-template-inserter-point-override)
4497 (srecode-insert-include-lookup):
4498 * cedet/srecode/getset.el (srecode-auto-choose-class):
4499 * cedet/srecode/extract.el (srecode-inserter-extract):
4500 * cedet/srecode/document.el
4501 (srecode-document-autocomment-return-last-alist)
4502 (srecode-document-autocomment-param-type-alist)
4503 (srecode-document-insert-function-comment)
4504 (srecode-document-insert-variable-one-line-comment)
4505 (srecode-document-function-name-comment):
4506 * cedet/srecode/dictionary.el (srecode-create-dictionary)
4507 (srecode-compound-toString):
4508 * cedet/srecode/compile.el (srecode-flush-active-templates):
4509 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
4510 Doc/message fixes.
4511
4512 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
4513 match-data. (Bug#4555).
4514
4515 * cedet/semantic/bovine/gcc.el
4516 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
4517 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
4518
4519 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
4520 rather than parsing it as a regexp. This relaxes the layout
4521 requirements and makes errors easier to detect.
4522 (check-declare-verify): Check file is regular.
4523 (check-declare-directory): Doc fix.
4524 * subr.el (declare-function): Doc fix.
4525
4526 * ibuffer.el (ibuffer-format-qualifier):
4527 * isearch.el (hi-lock-regexp-okay):
4528 * calc/calc.el (math-zerop):
4529 * mail/uce.el (rmail-msgbeg, rmail-msgend):
4530 * term/w32-win.el (setup-default-fontset, set-fontset-font):
4531 Remove unused declarations.
4532
4533 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
4534
4535 * cedet/semantic/wisent/javat-wy.el
4536 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
4537
4538 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
4539
4540 * cedet/srecode/expandproto.el: Fix provide statement.
4541
4542 2009-09-30 Eric Ludlam <zappo@gnu.org>
4543
4544 * emacs-lisp/eieio.el (boolean-p): Delete.
4545
4546 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
4547
4548 * cedet/ede/srecode.el: Fix provide statement.
4549
4550 2009-09-30 Glenn Morris <rgm@gnu.org>
4551
4552 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
4553 * cedet/ede/proj-aux.el (ede-aux-source):
4554 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
4555 (ede-misc-source):
4556 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
4557 (semantic-mrub-switch-tags): Fix doc typos.
4558
4559 * cedet/semantic/db-global.el (data-debug-new-buffer)
4560 (data-debug-insert-thing): Remove unneeded declarations (one broken).
4561 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
4562
4563 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
4564
4565 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
4566 use of CL function `remove-if-not'.
4567
4568 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
4569
4570 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
4571 filename is not a string.
4572
4573 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
4574
4575 * files.el (safe-local-eval-forms): Fix typo.
4576
4577 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * vc-hooks.el (vc-dir-buffers): New var.
4580 (vc-state-refresh): New function.
4581 (vc-state): Use it.
4582 (vc-after-save): Always ask the backend to recompute the new state.
4583 Always call vc-dir if necessary, using vc-dir-buffers.
4584 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
4585 Use vc-dir-buffers.
4586 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
4587 (vc-dir-prepare-status-buffer, vc-dir-update)
4588 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
4589 Don't call expand-file-name on default-directory.
4590
4591 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
4592
4593 * speedbar.el (speedbar-item-delete):
4594 * calc/calc-prog.el (calc-kbd-if):
4595 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
4596
4597 * epa.el (epa-key-list-mode-map):
4598 * hi-lock.el (hi-lock-menu): Fix typos in menus.
4599
4600 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
4601 (hs-show-hook): Fix typo in docstring.
4602
4603 2009-09-29 Glenn Morris <rgm@gnu.org>
4604
4605 * cedet/semantic/symref/idutils.el:
4606 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
4607
4608 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
4609
4610 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
4611 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
4612 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
4613 Mark declarations not understood by check-declare.
4614
4615 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
4616 file-name-nondirectory call preventing location of cedet files.
4617 (check-declare-verify): Use literal search rather than re-search.
4618 Add basic defmethod and defclass, and define-overloadable-function.
4619
4620 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4621 Use tramp-compat-file-attributes rather than nonexistent
4622 tramp-compat-handle-file-attributes.
4623
4624 * Makefile.in (lisptagsfiles4): New.
4625 (AUTOGENEL): Add cedet loaddefs files.
4626 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
4627 (update-elclist, compile-always, backup-compiled-files)
4628 (bootstrap-clean): Add yet another directory level.
4629 (update-elclist): Use LC_COLLATE rather than COLLATE.
4630 (ELCFILES): Update, via `make update-elclist'.
4631
4632 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
4633
4634 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
4635 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
4636 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
4637
4638 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
4639
4640 * Makefile.in (lisptagsfiles3): Define.
4641 (TAGS, TAGS-LISP): Use it.
4642 (update-elclist): Add third directory level to look for elc files.
4643 (compile-always): Likewise.
4644 (backup-compiled-files): Likewise.
4645 (bootstrap-clean): Likewise.
4646 (ELCFILES): Update.
4647
4648 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
4649
4650 * Makefile.in (ELCFILES): Add CEDET files.
4651
4652 2009-09-28 Eric Ludlam <zappo@gnu.org>
4653
4654 CEDET (development tools) package merged.
4655
4656 * cedet/*.el:
4657 * cedet/ede/*.el:
4658 * cedet/semantic/*.el:
4659 * cedet/srecode/*.el: New files.
4660
4661 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
4662
4663 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
4664
4665 * net/tramp.el (top): Require tramp-imap.
4666
4667 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4668 Use `tramp-compat-handle-file-attributes'.
4669
4670 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4671
4672 * net/tramp-imap.el: New package.
4673
4674 2009-09-28 Eric Ludlam <zappo@gnu.org>
4675
4676 * emacs-lisp/chart.el:
4677 * emacs-lisp/eieio-base.el:
4678 * emacs-lisp/eieio-comp.el:
4679 * emacs-lisp/eieio-custom.el:
4680 * emacs-lisp/eieio-datadebug.el:
4681 * emacs-lisp/eieio-opt.el:
4682 * emacs-lisp/eieio-speedbar.el:
4683 * emacs-lisp/eieio.el: New files.
4684
4685 * cedet/cedet-cscope.el:
4686 * cedet/cedet-files.el:
4687 * cedet/cedet-global.el:
4688 * cedet/cedet-idutils.el:
4689 * cedet/data-debug.el:
4690 * cedet/inversion.el:
4691 * cedet/mode-local.el:
4692 * cedet/pulse.el: New files.
4693
4694 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4695
4696 * whitespace.el (whitespace-trailing-regexp)
4697 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4698 Fix doc string.
4699
4700 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
4701
4702 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
4703 menu.
4704
4705 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
4706 menu-bar-ediff-menu.
4707
4708 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
4709 define-overloadable-function.
4710
4711 * progmodes/autoconf.el: Provide autoconf as well, so that this
4712 file can be `require'd.
4713
4714 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
4715
4716 * emacs-lisp/autoload.el (generated-autoload-feature)
4717 (generated-autoload-load-name): New vars.
4718 (autoload-rubric, autoload-generate-file-autoloads): Use them.
4719 (make-autoload): Recognize define-overloadable-function and
4720 defclass forms (for EIEIO).
4721
4722 * Makefile.in (update-subdirs): Exclude cedet directory.
4723
4724 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4725
4726 * term/ns-win.el: Don't set the region face background. (Bug#4381)
4727
4728 * faces.el: Default light-background background for region face to
4729 ns_selection_color under NS.
4730
4731 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4732
4733 * net/imap-hash.el: New library, see NEWS.
4734
4735 * Makefile.in (ELCFILES): Add imap-hash.el.
4736
4737 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
4740 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
4741 * help-macro.el (make-help-screen): Avoid using an ambiguous function
4742 definition where the docstring could be taken for the return value.
4743
4744 2009-09-26 Glenn Morris <rgm@gnu.org>
4745
4746 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
4747 Add option to only show images below a certain size.
4748 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
4749 save-excursion calls.
4750
4751 2009-09-26 Eli Zaretskii <eliz@gnu.org>
4752
4753 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4754 subdirectories) and eieio.
4755
4756 2009-09-26 Alan Mackenzie <acm@muc.de>
4757
4758 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
4759 buggy bracketing. (Bug#4289)
4760
4761 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
4762 character constants (as case labels). (Bug#4289)
4763
4764 2009-09-25 Juri Linkov <juri@jurta.org>
4765
4766 * files.el (safe-local-eval-forms): Allow time-stamp in
4767 before-save-hook (Bug#4554).
4768
4769 2009-09-25 Drew Adams <drew.adams@oracle.com>
4770
4771 * menu-bar.el (list-buffers-directory): Doc fix.
4772
4773 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
4774
4775 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
4776 Try and avoid copying twice the same paragraph.
4777 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
4778 Remove save-excursion.
4779 (log-edit-changelog-entry): Do it here instead.
4780
4781 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
4782
4783 * bs.el (bs--get-file-name): Use `list-buffers-directory'
4784 when available, instead of hardcoding mode names. Doc fix.
4785
4786 * menu-bar.el (list-buffers-directory): Add docstring.
4787 Make automatically buffer-local.
4788
4789 * dired.el (dired-mode):
4790 * files.el (cd-absolute):
4791 * pcvs.el (cvs-temp-buffer):
4792 * pcvs-util.el (cvs-get-buffer-create):
4793 * shell.el (shell-mode):
4794 * vc-dir.el (vc-dir-mode):
4795 Don't make `list-buffers-directory' buffer local.
4796
4797 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
4798
4799 * comint.el (comint-exec, comint-run, make-comint):
4800 Doc fixes (Bug#4542).
4801
4802 2009-09-25 Glenn Morris <rgm@gnu.org>
4803
4804 * mail/rmailmm.el (rmail-mime): New custom group.
4805 Move all defcustoms in this file into this group.
4806 (rmail-mime-media-type-handlers-alist): Revert previous change.
4807 (rmail-mime-show-images): New option.
4808 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
4809 references to it, since it wasn't actually used for anything.
4810 (rmail-mime-insert-image): New function.
4811 (rmail-mime-image): Use rmail-mime-insert-image.
4812 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
4813 obey the value of `rmail-mime-show-images' option. Print the size of
4814 attachments.
4815
4816 2009-09-25 David Engster <deng@randomsample.de>
4817
4818 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
4819
4820 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4821
4822 * whitespace.el: Does not highlight trailing spaces While point is
4823 at end of line. Does not highligt spaces at beginning of buffer
4824 while point is at beginning of buffer. Does not highlight spaces
4825 at end of buffer while point is at end of buffer. (Bug#4177)
4826 New version 12.0.
4827 (whitespace-display-mappings): Adjust initialization.
4828 (whitespace-point, whitespace-font-lock-refontify): New vars.
4829 (whitespace-color-on, whitespace-color-off): Adjust code.
4830 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4831 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
4832 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
4833
4834 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
4835
4836 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
4837
4838 * textmodes/sgml-mode.el: Remove xml-mode alias.
4839
4840 * files.el (auto-mode-alist, conf-mode-maybe)
4841 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
4842
4843 2009-09-24 Alan Mackenzie <acm@muc.de>
4844
4845 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
4846 c-forward-conditionals, but it doesn't move point and doesn't set
4847 the mark.
4848 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
4849 (c-down-conditional-with-else, c-backward-conditional)
4850 (c-forward-conditional): Refactor to use c-scan-conditionals.
4851
4852 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4853
4854 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
4855 (help-default-arg-highlight): Remove.
4856 (help-highlight-arg): New function.
4857 (help-do-arg-highlight): Use it.
4858 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
4859
4860 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4861
4862 * term.el (term-set-scroll-region, term-handle-ansi-escape):
4863 Undo last change, which didn't fix the problem and introduced others.
4864
4865 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
4866
4867 * progmodes/gdb-mi.el: Don't require speedbar.
4868 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
4869
4870 2009-09-24 Glenn Morris <rgm@gnu.org>
4871
4872 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4873
4874 * term/ns-win.el (ns-reg-to-script): Define for compiler.
4875
4876 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
4877 there is no newline after the final mime boundary. (Bug#4539)
4878 Move markers on insertion so that any buttons inserted don't end up in
4879 the next part of a multipart message.
4880 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
4881 (rmail-mime-bulk-handler): Optionally handle images.
4882 (rmail-mime-image): New button action.
4883 (rmail-mime-image-handler): New function.
4884 (rmail-mime-mode): New mode.
4885 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
4886
4887 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4888
4889 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4890 than just dropping elements from it (bug#4504).
4891
4892 * term.el (term-set-scroll-region): Don't move cursor any more.
4893 (term-handle-ansi-escape): Call term-goto here instead.
4894 Suggested by Ivan Kanis <apple@kanis.eu>.
4895
4896 * term.el: Require CL.
4897 (term-ansi-reset): New function.
4898 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
4899 (term-handle-colors-array): Simplify.
4900
4901 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4902
4903 * allout.el (allout-overlay-interior-modification-handler)
4904 (allout-obtain-passphrase):
4905 * epa-file.el (epa-file-write-region):
4906 * ps-print.el (ps-begin-job):
4907 * vc-hooks.el (vc-toggle-read-only):
4908 * vc-rcs.el (vc-rcs-rollback):
4909 * vc-sccs.el (vc-sccs-rollback):
4910 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
4911 (vc-version-diff, vc-revert, vc-rollback):
4912 * wdired.el (wdired-check-kill-buffer):
4913 * emacs-lisp/authors.el (authors):
4914 * net/socks.el (socks-open-connection):
4915 * net/zeroconf.el (zeroconf-service-add-hook):
4916 * obsolete/vc-mcvs.el (vc-mcvs-register):
4917 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
4918 (gdb-select-frame):
4919 * progmodes/grep.el (lgrep, rgrep):
4920 * progmodes/idlw-help.el (idlwave-help-check-locations)
4921 (idlwave-help-html-link, idlwave-help-assistant-open-link):
4922 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4923 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
4924 (reftex-toc-rename-label): Fix typos in error messages.
4925
4926 * dired-aux.el (dired-do-shell-command): Reflow docstring.
4927 (dired-copy-how-to-fn): Doc fix.
4928 (dired-files-attributes, dired-read-shell-command):
4929 Fix typos in docstrings.
4930
4931 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
4932 (dired-x-find-file-other-window): Reflow docstrings.
4933 (dired-omit-marker-char, dired-read-shell-command)
4934 (dired-x-submit-report): Fix typos in docstrings.
4935
4936 * shell.el (shell-mode-hook):
4937 * view.el (View-scroll-line-forward):
4938 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
4939 Fix typos in docstrings.
4940
4941 * net/dig.el (dig-invoke): Fix typo in docstring.
4942 (query-dig): Reflow docstring.
4943
4944 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
4945 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
4946 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
4947 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
4948 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
4949 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
4950 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
4951 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
4952 (idlwave-completion-map, idlwave-current-indent)
4953 (idlwave-custom-ampersand-surround, idlwave-customize)
4954 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
4955 (idlwave-define-abbrev, idlwave-determine-class-special)
4956 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
4957 (idlwave-end-block-reg, idlwave-end-of-statement)
4958 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
4959 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
4960 (idlwave-explicit-class-listed, idlwave-file-header)
4961 (idlwave-fill-paragraph, idlwave-find-class-definition)
4962 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
4963 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
4964 (idlwave-in-quote, idlwave-indent-action-table)
4965 (idlwave-indent-expand-table, idlwave-indent-line)
4966 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
4967 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
4968 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
4969 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
4970 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
4971 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
4972 (idlwave-outlawed-buffers, idlwave-popup-select)
4973 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
4974 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
4975 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
4976 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
4977 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
4978 (idlwave-statement-type, idlwave-struct-skip)
4979 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
4980 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
4981 (idlwave-what-module-find-class): Fix typos in docstrings.
4982 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
4983 (idlwave-calculate-cont-indent, idlwave-expand-equal)
4984 (idlwave-find-module, idlwave-find-structure-definition)
4985 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
4986 (idlwave-list-load-path-shadows, idlwave-next-statement)
4987 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
4988 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
4989 (idlwave-template): Reflow docstrings.
4990
4991 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
4992 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
4993 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
4994 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
4995 (idlwave-shell-display-line, idlwave-shell-display-wframe)
4996 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
4997 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
4998 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
4999 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
5000 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
5001 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
5002 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
5003 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
5004 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
5005 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
5006 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
5007 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
5008 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
5009 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
5010 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
5011 Fix typos in docstrings.
5012 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
5013 (idlwave-shell-hide-output, idlwave-shell-mode)
5014 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
5015 Reflow docstrings.
5016
5017 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
5018
5019 2009-09-24 Ivan Kanis <apple@kanis.eu>
5020
5021 * term.el (term-bold-attribute): New var.
5022 (term-handle-colors-array): Use it.
5023
5024 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
5025
5026 * progmodes/gdb-mi.el (gdb-version): New variable.
5027 (gdb-non-stop-handler): Set gdb-version.
5028 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
5029 Condition "--thread" option on gdb-version.
5030 (gdb-invalidate-threads): Remove unused argument.
5031
5032 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5033
5034 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
5035 to looking-back to avoid ridiculous slow down in large files (bug#4511).
5036
5037 2009-09-23 Glenn Morris <rgm@gnu.org>
5038
5039 * mail/rmail.el (rmail-reply): Don't try to add a References header when
5040 replying to mail without References or Message-Id. (Bug#4525)
5041
5042 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5043
5044 * term/ns-win.el (ns-reg-to-script): New variable.
5045
5046 2009-09-23 Daiki Ueno <ueno@unixuser.org>
5047
5048 * epg.el (epg-wait-for-status): Preserve existing 'error results.
5049
5050 2009-09-22 Sam Steingold <sds@gnu.org>
5051
5052 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
5053 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
5054 to 1 because hg returns status 1 when nothing is found.
5055 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
5056
5057 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5058
5059 * textmodes/fill.el: Convert to utf-8 encoding.
5060 (fill-french-nobreak-p): Remove redundant » and « inherited from our
5061 pre-unicode days.
5062
5063 * add-log.el (change-log-fill-forward-paragraph): New function.
5064 (change-log-mode): Use it so fill-region DTRT.
5065 Set fill-indent-according-to-mode here rather than in
5066 change-log-fill-paragraph.
5067 (change-log-fill-paragraph): Remove.
5068
5069 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
5070
5071 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
5072 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
5073
5074 2009-09-22 Glenn Morris <rgm@gnu.org>
5075
5076 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
5077 the scroll-bar scroll the calendar window rather than the buffer.
5078
5079 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
5080 commands that move point (as opposed to scrolling).
5081
5082 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
5083
5084 * emacs-lisp/elint.el (elint): New custom group.
5085 (elint-log-buffer): Make it a defcustom.
5086 (elint-scan-preloaded, elint-ignored-warnings)
5087 (elint-directory-skip-re): New options.
5088 (elint-builtin-variables): Doc fix.
5089 (elint-preloaded-env): New variable.
5090 (elint-unknown-builtin-args): Add an entry for encode-time.
5091 (elint-extra-errors): Make it a variable rather than a constant.
5092 (elint-preloaded-skip-re): New constant.
5093 (elint-directory): Skip files matching elint-directory-skip-re.
5094 (elint-features): New variable, local to linted buffers.
5095 (elint-update-env): Initialize elint-features. Possibly add
5096 elint-preloaded-env to the buffer's environment.
5097 (elint-get-top-forms): Bind elint-current-pos, for log messages.
5098 Skip quoted forms.
5099 (elint-init-form): New function, extracted from elint-init-env.
5100 Make non-list forms a warning rather than an error.
5101 Add the mode-map for define-derived-mode. Handle define-minor-mode,
5102 easy-menu-define, put that adds an error-condition, and provide.
5103 When requiring cl, also require cl-macs. Really require cl, to handle
5104 some cl macros. Store required libraries in the list elint-features,
5105 so as not to re-load them. Treat cc-require like require.
5106 (elint-init-env): Call elint-init-form to do the work.
5107 Handle eval-and-compile and such like.
5108 (elint-add-required-env): Do not clear messages.
5109 (elint-special-forms): Add handlers for function, defalias, if, when,
5110 unless, and, or.
5111 (elint-form): Add optional argument to ignore elint-special-forms,
5112 useful to prevent recursive calls from handlers. Doc fix.
5113 Respect elint-ignored-warnings.
5114 (elint-form): Respect elint-ignored-warnings.
5115 (elint-bound-variable, elint-bound-function): New variables.
5116 (elint-unbound-variable): Respect elint-bound-variable.
5117 (elint-get-args): Respect elint-bound-function.
5118 (elint-check-cond-form): Add some simple handling for (f)boundp and
5119 featurep tests.
5120 (elint-check-defalias-form): New handler.
5121 (elint-check-let-form): Make an empty let a warning rather than an
5122 error.
5123 (elint-check-setq-form): Make an empty setq a warning rather than an
5124 error. Respect elint-ignored-warnings.
5125 (elint-check-defvar-form): Accept null doc-strings.
5126 (elint-check-conditional-form): New handler. Does some simple-minded
5127 checking of featurep and (f)boundp tests.
5128 (elint-put-function-args): New function.
5129 (elint-initialize): Use elint-scan-doc-file rather than
5130 elint-find-builtin-variables. Use elint-put-function-args.
5131 Possibly scan preloaded-file-list.
5132 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
5133 extend to handle functions as well.
5134
5135 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
5136
5137 * linum.el (linum-delete-overlays, linum-update-window):
5138 Do not modify the right margin. (Bug#3971)
5139
5140 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
5141
5142 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
5143 nxml-mode instead of xml-mode.
5144
5145 2009-09-21 Kevin Ryde <user42@zip.com.au>
5146
5147 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
5148
5149 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5150
5151 * net/dig.el (dig-mode): Use define-derived-mode.
5152
5153 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5154
5155 * vc-dispatcher.el (vc-do-command): Return the process object in
5156 the asynchronous case. Use when instead of if. Do not run
5157 vc-exec-after to display a message if not enabled. (Bug#4463)
5158
5159 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
5160 properties to the stash strings.
5161 (vc-git-stash-list): Return a list of strings.
5162 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
5163 (vc-git-stash-show-at-point): New functions.
5164 (vc-git-stash-map): New keymap.
5165
5166 * register.el (ctl-x-r-map): Define the keys here instead of
5167 using autoload.
5168
5169 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
5170
5171 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
5172 list, to workaround performance problem (bug#4485).
5173
5174 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
5175
5176 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
5177
5178 2009-09-20 Daiki Ueno <ueno@unixuser.org>
5179
5180 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
5181 Document that this option is not recommended to use.
5182
5183 2009-09-19 Glenn Morris <rgm@gnu.org>
5184
5185 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
5186 variable `var'.
5187
5188 * calc/calc-alg.el (var):
5189 * calc/calcalg2.el (var): Define for compiler.
5190
5191 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
5192
5193 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
5194 Doc fix (Bug#3932).
5195
5196 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
5197
5198 * time-stamp.el (time-stamp-month-dd-yyyy)
5199 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
5200 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
5201 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
5202 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
5203 Remove functions that have been obsolete since 1995 (Bug#4436).
5204
5205 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
5206 indent buffer only if called interactively (Bug#4452).
5207
5208 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
5209 Eli Zaretskii <eliz@gnu.org>
5210
5211 This fixes bug#4197 (merged to bug#865, though not identical).
5212 * server.el (server-auth-dir): Add docstring note about FAT32.
5213 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
5214 but warn against using them.
5215
5216 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
5217
5218 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
5219 older GDB where there is no has_more field.
5220
5221 2009-09-19 Glenn Morris <rgm@gnu.org>
5222
5223 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5224
5225 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
5226
5227 * files.el (auto-mode-alist): Change default for XML files to nXML
5228 mode (Bug#4169).
5229
5230 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
5231
5232 * server.el (server-ensure-safe-dir): Pass 'integer
5233 to `file-attributes', as suggested.
5234
5235 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * dired-aux.el (dired-query-alist): Remove spurious backslash.
5238 (dired-query): Use read-key.
5239
5240 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
5241
5242 * cus-start.el (ns-use-qd-smoothing): Remove.
5243
5244 2009-09-18 Glenn Morris <rgm@gnu.org>
5245
5246 * allout.el (top-level): Remove unnecessary progn.
5247
5248 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
5249
5250 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
5251 definition of abbrev table.
5252
5253 * speedbar.el (speedbar-track-mouse):
5254 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
5255 * net/eudc.el (eudc-expand-inline):
5256 * net/newst-backend.el (newsticker--cache-read-feed):
5257 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
5258 condition-case handlers.
5259
5260 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
5261
5262 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
5263 (gdb-var-list): Add an element for has_more field.
5264 (gdb-non-stop-handler): Enable pretty printing for STL containers.
5265 (gdb-var-create-handler, gdb-var-list-children-handler-1)
5266 (gdb-var-update-handler-1): Parse output of dynamic variable
5267 objects (STL containers).
5268 (gdb-var-delete-1): Pass var1 as an explicit second argument.
5269 (gdb-get-field): Delete alias. Use bindat-get-field directly.
5270
5271 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
5272 gdb-var-list.
5273 (gud-speedbar-buttons): Make node expandable if expression "has more"
5274 children.
5275
5276 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
5277
5278 * startup.el (emacs-quick-startup): Remove variable and all uses.
5279 (command-line): Set `inhibit-x-resources' instead.
5280 (command-line-1): Use `inhibit-x-resources' instead.
5281
5282 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
5283
5284 * subr.el: Fix last change to avoid using the `unless' macro,
5285 which breaks bootstrapping.
5286
5287 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5288
5289 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
5290 extended definitions, in case we reload subr.el after having
5291 loaded CL.
5292 (eval-next-after-load): Mark as obsolete.
5293
5294 2009-09-17 Juri Linkov <juri@jurta.org>
5295
5296 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
5297 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
5298 (menu-bar-showhide-menu, menu-bar-tools-menu)
5299 (menu-bar-describe-menu, menu-bar-help-menu)
5300 (minibuffer-local-completion-map, minibuffer-local-map):
5301 Fix list quoting.
5302
5303 2009-09-17 Glenn Morris <rgm@gnu.org>
5304
5305 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
5306 arguments, whether or not it has a handler.
5307
5308 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
5309
5310 * simple.el (hard-newline): Give it a doc-string.
5311
5312 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5313 (lisp-mode-syntax-table): Give them doc-strings.
5314
5315 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5316
5317 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
5318 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
5319 (menu-bar-options-menu, menu-bar-showhide-menu)
5320 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
5321 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
5322 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
5323 (menu-bar-options-menu, menu-bar-tools-menu)
5324 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
5325 (menu-bar-help-menu):
5326 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
5327 string arguments.
5328
5329 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
5330 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
5331 calls for the menu names and :help.
5332
5333 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5334
5335 * mouse.el (minor-mode-menu-from-indicator): Pay attention
5336 to :minor-mode-function (bug#4455).
5337
5338 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5339
5340 * startup.el (command-line): Initialize the window-system after
5341 processing the command-line.
5342
5343 * textmodes/page.el (what-page): Make sure we don't inf-loop if
5344 page-delimiter matches the empty string.
5345
5346 2009-09-16 Glenn Morris <rgm@gnu.org>
5347
5348 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
5349 byte-compile-not-obsolete-var. It's a list now.
5350 (byte-compile-not-obsolete-funcs): New variable.
5351 (byte-compile-warn-obsolete): Don't warn about functions if they are in
5352 byte-compile-not-obsolete-funcs.
5353 (byte-compile-variable-ref, byte-compile-defvar): Update for
5354 byte-compile-not-obsolete-vars name-change and list nature.
5355 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
5356 and variables behind (f)boundp tests.
5357 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
5358
5359 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5360
5361 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
5362
5363 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5364
5365 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
5366 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
5367 Don't autoload.
5368
5369 2009-09-15 Stephen Eglen <stephen@gnu.org>
5370
5371 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5372 the virtual-buffers, use the name of the buffer specified by
5373 find-file-noselect, as the match may be a symlink. (This was a
5374 problem if the target and the symlink had different names.)
5375
5376 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
5379
5380 * desktop.el (desktop-path): Check user-emacs-directory.
5381
5382 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
5383
5384 * loadup.el: Use after-load-functions to GC after loading each file.
5385 Remove the explicit GC calls that used to be sprinkled around.
5386
5387 * subr.el (after-load-functions): New hook.
5388 (do-after-load-evaluation): Run it. Use string-match-p to detect
5389 `obsolete' packages, rather than painfully extracting the relevant
5390 directory name.
5391
5392 2009-09-15 Glenn Morris <rgm@gnu.org>
5393
5394 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
5395 free variable `doc'.
5396
5397 * dired.el (dired-mode-map): Add menu entry for async shell command.
5398
5399 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
5400 variables, also consider the .elc files, since the .el files are
5401 normally gzipped (subsequent code locates the .el.gz from the .elc).
5402
5403 * calc/calc-prog.el (arglist): Define for compiler.
5404
5405 * calendar/diary-lib.el (diary-display-function): Change the default to
5406 fancy display.
5407 (body): Define for compiler.
5408
5409 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
5410 (byte-compile-file-form, byte-compile-lambda)
5411 (byte-compile-top-level-body, byte-compile-form)
5412 (byte-compile-variable-ref, byte-compile-setq)
5413 (byte-compile-setq-default, byte-compile-body)
5414 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
5415 (batch-byte-compile): Give some more local variables with common names
5416 a "bytecomp-" prefix to avoid masking warnings about free variables.
5417
5418 * startup.el (command-line-1): Give local variables with common names a
5419 distinguishing prefix, so as not to hide free variable warnings during
5420 bootstrap.
5421
5422 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
5423 clever and add a suffix to make a unique name, just let the user decide
5424 whether or not to overwrite it. If the input is a directory, write the
5425 default filename to that directory. (Bug#4388)
5426 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
5427 is a filename-as-a-directory.
5428
5429 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5430
5431 * textmodes/page.el (what-page): Don't move to beginning of line.
5432 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
5433
5434 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5435
5436 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
5437
5438 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5439
5440 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
5441 * help.el (help-for-help-internal): Add purecopy calls for text.
5442
5443 * vc.el (top): print-log method now takes an optional SHORTLOG
5444 argument. Add a new method: root.
5445 (vc-root-diff, vc-print-root-log): New functions.
5446 (vc-log-short-style): New variable.
5447 (vc-print-log-internal): Add support for showing short logs.
5448
5449 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
5450 vc-print-root-log and vc-print-root-diff.
5451
5452 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
5453 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
5454 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
5455 short logs.
5456
5457 * vc-cvs.el (vc-cvs-print-log):
5458 * vc-mtn.el (vc-mtn-print-log):
5459 * vc-rcs.el (vc-rcs-print-log):
5460 * vc-sccs.el (vc-sccs-print-log):
5461 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
5462 that is ignored for now.
5463
5464 * vc-mtn.el (vc-mtn-annotate-command):
5465 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
5466
5467 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
5470 to function-key-map, and give them ascii-character property.
5471 * term/x-win.el (x-alternatives-map):
5472 * term/ns-win.el (ns-alternatives-map):
5473 * term/internal.el (msdos-key-remapping-map):
5474 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
5475
5476 2009-09-14 Glenn Morris <rgm@gnu.org>
5477
5478 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
5479 temp-buffers (2009-09-12).
5480
5481 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5482
5483 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
5484 the new read-key function.
5485
5486 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5487
5488 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
5489 is defined (Bug#4405).
5490
5491 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
5492
5493 * recentf.el (recentf-cleanup): Use a hash table to find
5494 duplicates (Bug#4407).
5495
5496 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
5497
5498 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
5499 kp-0 to ascii equivalents (Bug#4325).
5500
5501 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5502
5503 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
5504
5505 * eshell/em-hist.el:
5506 * eshell/em-dirs.el (eshell-complete-user-reference):
5507 Declare pcomplete functions and variables to avoid compiler warnings.
5508
5509 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
5510
5511 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
5512 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
5513 * eshell/em-alias.el (eshell-aliases-file):
5514 * eshell/em-hist.el (eshell-history-file-name):
5515 Use expand-file-name instead of concat to make file names (Bug#4308).
5516
5517 2009-09-13 Glenn Morris <rgm@gnu.org>
5518
5519 * ediff-merg.el (ediff-do-merge):
5520 * filesets.el (filesets-run-cmd):
5521 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
5522 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
5523 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
5524 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
5525 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
5526 Replace empty `let's with `progn'.
5527
5528 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5530 * mail/sendmail.el (send-mail-function):
5531 * tooltip.el (tooltip-mode):
5532 * simple.el (transient-mark-mode):
5533 * rfn-eshadow.el (file-name-shadow-mode):
5534 * frame.el (blink-cursor-mode):
5535 * font-core.el (global-font-lock-mode):
5536 * files.el (temporary-file-directory)
5537 (small-temporary-file-directory, auto-save-file-name-transforms):
5538 * epa-hook.el (auto-encryption-mode):
5539 * composite.el (global-auto-composition-mode):
5540 Use custom-initialize-delay.
5541 * startup.el (command-line): Don't explicitly call
5542 custom-reevaluate-setting for all the above vars.
5543 * custom.el (custom-initialize-safe-set)
5544 (custom-initialize-safe-default): Delete.
5545
5546 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5547
5548 * term/x-win.el (x-initialize-window-system):
5549 * term/w32-win.el (w32-initialize-window-system):
5550 * term/ns-win.el (ns-initialize-window-system): Don't call
5551 mouse-wheel-mode since it's enabled globally by default already.
5552
5553 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
5554 actually define the variable, but only silences the byte-compiler.
5555 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
5556 before looking it up.
5557 (mouse-wheel-scroll-amount): Also reset the bindings if this value
5558 is changed.
5559
5560 2009-09-12 Glenn Morris <rgm@gnu.org>
5561
5562 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
5563 1000.
5564 (elint-add-required-env): Don't beep on error.
5565 (elint-forms): In case of error, return ENV unchanged.
5566 (elint-init-env): Skip non-list forms.
5567 (elint-log): Handle unknown file positions.
5568
5569 2009-09-12 Daiki Ueno <ueno@unixuser.org>
5570
5571 * epg.el (epg-make-context): Add autoload cookie.
5572 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
5573 (epg-decrypt-string, epg-start-verify, epg-verify-file)
5574 (epg-verify-string, epg-start-sign, epg-sign-file)
5575 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
5576 (epg-encrypt-string, epg-start-export-keys)
5577 (epg-export-keys-to-file, epg-export-keys-to-string)
5578 (epg-start-import-keys, epg-import-keys-from-file)
5579 (epg-import-keys-from-string, epg-start-receive-keys)
5580 (epg-receive-keys, epg-import-keys-from-server)
5581 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
5582 (epg-sign-keys, epg-start-generate-key)
5583 (epg-generate-key-from-file, epg-generate-key-from-string):
5584 Remove autoload cookie.
5585
5586 2009-09-12 Eli Zaretskii <eliz@gnu.org>
5587
5588 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
5589 reevaluation of trash-directory.
5590
5591 * mwheel.el: Fix last change.
5592 (mouse-wheel-mode): New defvar.
5593 (mouse-wheel-mode): Remove autoload cookie.
5594
5595 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5596
5597 * mwheel.el (mwheel-installed-bindings): New var.
5598 (mouse-wheel-mode): Use it, so as to make sure we really remove all
5599 the bindings we set last time. Use custom-initialize-delay.
5600 * loadup.el: Load mwheel after term/*-win.el.
5601 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
5602 and mouse-wheel-up-event now that their first evaluation is done
5603 sufficiently late to be correct.
5604
5605 * startup.el (tutorial-directory): Make it a defcustom.
5606 Use custom-initialize-delay rather than eval-at-startup to set it.
5607 * image.el (image-load-path): Make it a defcustom.
5608 Use custom-initialize-delay rather than eval-at-startup to set it.
5609 * subr.el (eval-at-startup): Remove.
5610 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
5611
5612 * subr.el (do-after-load-evaluation): Warn the user after loading an
5613 obsolete package.
5614
5615 2009-09-12 Glenn Morris <rgm@gnu.org>
5616
5617 * proced.el (proced-mark-alt): Remove alias.
5618 (proced-mode-map): Remove proced-mark-alt.
5619
5620 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
5621 Elint file and directory. Remove initialization entry.
5622
5623 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
5624 commands.
5625 (elint-current-buffer): Set mode-line-process.
5626 (elint-init-env): Handle define-derived-mode.
5627 Fix declare-function with unspecified arglist. Guard against odd
5628 defalias statements (eg iso-insert's 8859-1-map).
5629 (elint-add-required-env): Use a temp buffer.
5630 (elint-form): Just print the function/macro name, not the whole form.
5631 Return env unchanged if we fail to parse a macro.
5632 (elint-forms): Guard against parse errors.
5633 (elint-output): New function, to handle batch mode.
5634 (elint-log-message): Add optional argument. Use elint-output.
5635 (elint-set-mode-line): New function.
5636
5637 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
5638
5639 * emacs-lisp/elp.el (elp-not-profilable): Add more
5640 functions (Bug#4233).
5641
5642 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
5643
5644 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
5645 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
5646
5647 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
5648
5649 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
5650 (gdb-var-list-children): Use json parsing.
5651
5652 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
5653
5654 * progmodes/js.el (js--proper-indentation): Handle the case where
5655 char-before is null. Reported by Deniz Dogan.
5656
5657 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
5658
5659 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
5660
5661 2009-09-11 Daiki Ueno <ueno@unixuser.org>
5662
5663 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
5664 (epg-digest-algorithm-alist): Add SHA224.
5665 (epg-context-set-passphrase-callback)
5666 (epg-context-set-progress-callback): Add description about
5667 callback function.
5668
5669 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5670
5671 * custom.el (custom-delayed-init-variables): New var.
5672 (custom-initialize-delay): New function.
5673 * startup.el (command-line): "Re"evaluate all vars in
5674 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
5675 explicitly any more.
5676 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
5677 to avoid creating a ~/.emacs.d at build-time (bug#4347).
5678
5679 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
5680
5681 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
5682
5683 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
5684 (gdb-var-update-handler): Use json parsing.
5685
5686 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
5687
5688 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
5689 decode annotated text, regardless of language environment. (Bug#2741)
5690
5691 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5692
5693 * Makefile.in (autoloads): Make rmail.el writable as well.
5694
5695 2009-09-11 Glenn Morris <rgm@gnu.org>
5696
5697 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
5698 loaddefs.el.
5699 * dired.el: Regenerate with extracted autoloads.
5700 * Makefile.in (autoloads): Make dired.el writable.
5701
5702 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
5703 * ibuffer.el: Regenerate with extracted autoloads.
5704 * Makefile.in (autoloads): Make ibuffer.el writable.
5705
5706 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
5707 * version.el (emacs-copyright, emacs-major-version)
5708 (emacs-minor-version): Reformat doc-strings for make-docfile.
5709
5710 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
5711 functions and variables, since they must be stuff specific to some other
5712 platform.
5713 (apropos-print): Make mouse-click message less specific about button.
5714
5715 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
5716 that records where a macro was defined.
5717 * help-fns.el (describe-function-1): Mention if a function has a
5718 compiler-macro.
5719 * help-mode.el (help-function-cmacro): New button.
5720
5721 * locate.el (top-level): Always require dired.
5722 (locate-mode-map): Initialize inside the defvar.
5723
5724 * net/ange-ftp.el (dired-compress-file): Declare.
5725 (ange-ftp-dired-compress-file): Add doc string.
5726
5727 * term/ns-win.el (x-display-name, x-setup-function-keys):
5728 Unify doc-strings with X versions.
5729
5730 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5731
5732 * emulation/crisp.el (crisp-mode-map): Move initialization
5733 into declaration.
5734 (crisp-mode): Use define-minor-mode.
5735
5736 * progmodes/xscheme.el (xscheme-evaluation-commands):
5737 Put a :advertised-binding property rather than using
5738 advertised-xscheme-send-previous-expression.
5739 (advertised-xscheme-send-previous-expression): Declare obsolete.
5740 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
5741 `advertised-undo'.
5742 (crisp-mode): Add corresponding bindings to
5743 undo's :advertised-binding instead.
5744 * dired.el (dired-mode-map): Put a :advertised-binding property rather
5745 than using dired-advertised-find-file.
5746 (dired-advertised-find-file):
5747 * simple.el (advertised-undo):
5748 * wid-edit.el (advertised-widget-backward): Declare obsolete.
5749 (widget-keymap): Put a :advertised-binding property rather
5750 than using advertised-widget-backward.
5751 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
5752 than using advertised-undo.
5753 * tutorial.el (tutorial--default-keys): Adjust accordingly.
5754
5755 2009-09-10 Simon South <ssouth@slowcomputing.org>
5756
5757 * progmodes/delphi.el (delphi-tab): Indent region when Transient
5758 Mark mode is enabled and region is active; otherwise indent or
5759 insert TAB as usual.
5760 (delphi-mode): Update description of TAB-key binding.
5761
5762 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5763
5764 * subr.el (define-key-rebound-commands): Mark obsolete.
5765 * startup.el (precompute-menubar-bindings): Remove.
5766 (normal-top-level): Remove obsolete code that tried to precompute
5767 menubar bindings.
5768 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
5769 define-key-rebound-commands and precompute-menubar-bindings.
5770
5771 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5772
5773 * net/imap.el (imap-interactive-login): Better messages.
5774 (imap-open): Fix bug with renamed buffer on reconnect.
5775 (imap-authenticate): Add buffer-local imap-last-authenticator variable
5776 for easier debugging and cleaner code. On successful (guessed based on
5777 server capabilities) secondary authentication, set imap-state
5778 correctly.
5779 (imap-last-authenticator): Define imap-last-authenticator as a variable
5780 to avoid warnings.
5781
5782 2009-09-10 Glenn Morris <rgm@gnu.org>
5783
5784 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
5785
5786 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
5787 (byte-compile-file-form-autoload): Don't warn about unknown functions
5788 where the autoload statement comes after the use.
5789 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
5790 that any handlers inside the body (eg require) are in turn respected.
5791
5792 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
5793 effects.
5794
5795 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
5796 and syntax and abbrev tables basic docs, if they don't have any.
5797
5798 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
5799
5800 * international/mule-cmds.el (top-level): Require cl when compiling.
5801 (view-hello-file): Use default-value rather than
5802 default-enable-multibyte-characters.
5803
5804 * progmodes/fortran.el: Move all safe and risky properties into the
5805 defcustoms.
5806
5807 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
5808 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
5809 * mail/undigest.el:
5810 Put autoloads in rmail.el rather than loaddefs.el.
5811 * mail/rmail.el: Regenerate with extracted autoloads.
5812
5813 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
5814 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
5815
5816 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
5817
5818 Reported in thread for Bug#4375.
5819 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
5820 "-data-evaluate-expression" instead of print.
5821 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
5822 (gdb-tooltip-print): Parse output from above MI command.
5823 (gdb): Revert 2009-08-11 change. User should detach inferior
5824 manually.
5825
5826 Remove the word "separate" from IO functions as inferior
5827 output is now never displayed in the GUD buffer.
5828
5829 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
5830
5831 * startup.el (command-line-normalize-file-name): On Windows and
5832 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
5833
5834 2009-09-10 Juri Linkov <juri@jurta.org>
5835
5836 * isearch.el (isearch-text-char-description): Propertize escape
5837 character sequences with the `escape-glyph' face. (Bug#4344)
5838
5839 * simple.el (shell-command): Set asynchronous process filter to
5840 `comint-output-filter'. (Bug#4343)
5841
5842 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
5843 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
5844 the list. Move "asm" to the bottom.
5845 (grep-find-ignored-directories): Add `choice' with nil value
5846 to empty the list easily.
5847 (grep-find-ignored-files): New option.
5848 (grep-files-history): Set to nil by default instead of '("ch" "el").
5849 (grep-compute-defaults): Add "<X>" to `grep-template'.
5850 (grep-read-files): Bind new local variables `default-alias' and
5851 `default-extension'. Use a list of default values for the file prompt.
5852 (lgrep): Add `--exclude=' command line options composed from
5853 `grep-find-ignored-files'.
5854 (rgrep): Add `-name' command line options composed from
5855 `grep-find-ignored-files'. (Bug#4301)
5856
5857 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5858
5859 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
5860 (bug#4368).
5861
5862 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5863
5864 * calendar/time-date.el (autoload):
5865 Expand define-obsolete-function-alias into defalias and make-obsolete
5866 for old Emacsen that Gnus supports.
5867 (with-no-warnings): Define it for old Emacsen.
5868 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5869 is available.
5870 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5871 float-time is available; suppress compile warning for time-to-seconds.
5872
5873 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
5874
5875 * net/imap.el (imap-message-map): Docstring fix.
5876
5877 2009-09-09 Glenn Morris <rgm@gnu.org>
5878
5879 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
5880 line numbers too. (Bug#4374)
5881
5882 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5883
5884 * smerge-mode.el (smerge-remove-props, smerge-refine):
5885 Use with-silent-modifications (bug#4342).
5886
5887 * subr.el (with-silent-modifications): New macro.
5888
5889 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
5890
5891 * files.el (top-level): Require `cl' when compiling.
5892
5893 2009-09-07 Glenn Morris <rgm@gnu.org>
5894
5895 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5896
5897 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
5898 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
5899
5900 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
5901
5902 * vc-git.el (vc-git-annotate-command): Use separator to parse
5903 arguments correctly.
5904
5905 2009-09-06 Eli Zaretskii <eliz@gnu.org>
5906
5907 * proced.el (proced-mode): Doc fix.
5908
5909 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
5910
5911 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
5912 lstat fails.
5913 (tramp-do-file-attributes-with-ls): Check for file existence at
5914 remote end.
5915 (tramp-do-file-attributes-with-stat): Likewise.
5916 (tramp-convert-file-attributes): Return nil when attr is nil.
5917
5918 2009-09-05 Glenn Morris <rgm@gnu.org>
5919
5920 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
5921 properties to this button.
5922 (diary-fancy-display): Don't extend the button to the final newline.
5923 (diary-fancy-display-mode): Continue to define "q" as a local key.
5924
5925 * calendar/cal-china.el (holiday-chinese): Make it slightly more
5926 efficient.
5927
5928 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5929
5930 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
5931 (byte-compile-dest-file-function): New option.
5932 (byte-compile-dest-file): Doc fix.
5933 Obey byte-compile-dest-file-function.
5934 (byte-compile-cl-file-p): New function.
5935 (byte-compile-eval): Only suppress noruntime warnings about cl functions
5936 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
5937 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
5938 than for file being previously loaded.
5939 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
5940 (byte-compile-file-form-require): Handle the case where requiring a file
5941 indirectly causes CL to be loaded.
5942
5943 2009-09-05 Karl Fogel <kfogel@red-bean.com>
5944
5945 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
5946 before killing the old buffer, since by the time `kill-buffer' is
5947 run so many buffer variables have been set to nil that it may not
5948 behave as expected. (Bug#4061)
5949
5950 2009-09-05 Karl Fogel <kfogel@red-bean.com>
5951
5952 * files.el (find-alternate-file): If the old buffer is modified
5953 and visiting a file, behave similarly to `kill-buffer' when
5954 killing it, thus reverting to the pre-1.878 behavior; see
5955 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
5956 for discussion. Also, consult `buffer-file-name' as a variable
5957 not as a function, for consistency with the rest of the code.
5958
5959 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
5960
5961 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
5962 also when adding a new directory.
5963
5964 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
5965 defun.
5966
5967 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5968
5969 * files.el (locate-file-completion-table): Make it provide boundary
5970 information, so partial-completion works better.
5971
5972 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
5973
5974 * mail/footnote.el (Footnote-text-under-cursor):
5975 Check footnote-text-marker-alist before using it (bug#4324).
5976
5977 2009-09-04 Glenn Morris <rgm@gnu.org>
5978
5979 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
5980 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
5981 * play/solitaire.el, play/tetris.el:
5982 Remove leading * from defcustom and defface docs.
5983
5984 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
5985 necessary.
5986 (diary-fancy-overriding-map): New variable.
5987 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
5988 Use view-mode.
5989
5990 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
5991 goto-line.
5992
5993 2009-09-03 Glenn Morris <rgm@gnu.org>
5994
5995 * arc-mode.el (archive-mode):
5996 * dos-fns.el (set-default-process-coding-system):
5997 * man.el (Man-getpage-in-background):
5998 * menu-bar.el (menu-bar-describe-menu):
5999 * server.el (server-process-filter):
6000 * startup.el (command-line):
6001 * tar-mode.el (tar-header-block-tokenize, tar-extract):
6002 * w32-fns.el (set-default-process-coding-system):
6003 * x-dnd.el (x-dnd-handle-file-name):
6004 * international/mule-cmds.el (mule-menu-keymap)
6005 (set-default-coding-systems, language-info-alist, set-language-info)
6006 (set-language-environment, standard-display-european-internal)
6007 (set-locale-environment):
6008 * international/mule-diag.el (mule-diag):
6009 * mail/emacsbug.el (report-emacs-bug):
6010 * mail/rmail.el (rmail-mode):
6011 * mail/sendmail.el (mail-setup):
6012 Use default-value rather than default-enable-multibyte-characters.
6013
6014 * progmodes/f90.el: Move all safe properties into the defcustoms.
6015 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
6016
6017 * calendar/appt.el (appt-check):
6018 * calendar/diary-lib.el (diary-set-header, diary-live-p)
6019 (diary-check-diary-file, diary-list-entries)
6020 (diary-include-other-diary-files, diary-simple-display)
6021 (diary-fancy-display, diary-print-entries)
6022 (diary-mark-included-diary-files, diary-make-entry):
6023 Don't call substitute-in-file-name on diary-file.
6024
6025 2009-09-03 Eduard Wiebe <usenet@pusto.de>
6026 Stefan Monnier <monnier@iro.umontreal.ca>
6027
6028 * mail/footnote.el (footnote-prefix): Make it a defcustom.
6029 (footnote-mode-map): Move initialization into the declaration.
6030 (footnote-minor-mode-map): Define it rather than changing global-map.
6031 (footnote-mode): Use define-minor-mode.
6032
6033 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
6034
6035 * net/tramp.el (tramp-handle-file-attributes-with-ls)
6036 (tramp-do-file-attributes-with-perl)
6037 (tramp-do-file-attributes-with-stat): Rename from
6038 `tramp-handle-file-attributes-with-*'.
6039 (tramp-handle-file-attributes): Use them.
6040 (tramp-do-directory-files-and-attributes-with-perl)
6041 (tramp-do-directory-files-and-attributes-with-stat): Rename from
6042 `tramp-handle-directory-files-and-attributes-with-*'.
6043 (tramp-handle-directory-files-and-attributes): Use them.
6044 (tramp-method-out-of-band-p): Additional parameter SIZE.
6045 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
6046 (tramp-handle-write-region): Use it.
6047 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
6048 (tramp-handle-vc-registered): Check, whether the first run did
6049 return files to be tested.
6050 (tramp-advice-make-auto-save-file-name): Do not call directly
6051 `tramp-handle-make-auto-save-file-name', because this would bypass
6052 the locking mechanism.
6053
6054 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
6055 (file-remote-p, process-file, start-file-process, set-file-times)
6056 (tramp-compat-file-attributes): Compatibility functions shall not
6057 call directly `tramp-handle-*', because this would bypass the
6058 locking mechanism.
6059 (tramp-compat-number-sequence): New defun.
6060
6061 2009-09-02 Glenn Morris <rgm@gnu.org>
6062
6063 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
6064 alias for float-time.
6065 (time-to-number-of-days): In Emacs, use float-time.
6066 * net/newst-backend.el (time-add): Suppress warnings from compat
6067 function.
6068 * time.el (emacs-uptime, emacs-init-time):
6069 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
6070 Use float-time rather than time-to-seconds.
6071
6072 * minibuffer.el (completion-initials-expand): Fix typo.
6073
6074 * faces.el (modeline, modeline-inactive, modeline-highlight)
6075 (modeline-buffer-id):
6076 * info.el (info-menu-5): Mark these face aliases as obsolete.
6077
6078 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
6079
6080 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
6081 space ...
6082 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
6083 no "--thread" option.
6084 (gdb-stopped): Don't print "Switched to thread" message when it is
6085 unchanged.
6086
6087 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6088
6089 * minibuffer.el (completion-try-completion)
6090 (completion-all-completions): Remove ill-defined (and
6091 mistakenly installed and luckily never used nor documented)
6092 `completion-styles' property.
6093 (completion-initials-expand, completion-initials-all-completions)
6094 (completion-initials-try-completion): New functions.
6095 (completion-styles-alist): Add doc to each entry.
6096 Add new `initials' entry.
6097
6098 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
6099
6100 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
6101 MI command -var-evaluate-expression.
6102 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
6103 and tweak for case of string child.
6104 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
6105
6106 2009-09-01 Glenn Morris <rgm@gnu.org>
6107
6108 * add-log.el (change-log-date-face, change-log-name-face)
6109 (change-log-email-face, change-log-file-face, change-log-list-face)
6110 (change-log-conditionals-face, change-log-function-face)
6111 (change-log-acknowledgement-face):
6112 * cus-edit.el (custom-invalid-face, custom-rogue-face)
6113 (custom-modified-face, custom-set-face, custom-changed-face)
6114 (custom-saved-face, custom-button-face, custom-button-pressed-face)
6115 (custom-documentation-face, custom-state-face, custom-comment-face)
6116 (custom-comment-tag-face, custom-variable-tag-face)
6117 (custom-variable-button-face, custom-face-tag-face)
6118 (custom-group-tag-face-1, custom-group-tag-face):
6119 * diff-mode.el (diff-header-face, diff-file-header-face)
6120 (diff-index-face, diff-hunk-header-face, diff-removed-face)
6121 (diff-added-face, diff-changed-face, diff-function-face)
6122 (diff-context-face, diff-nonexistent-face):
6123 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6124 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
6125 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6126 (Info-title-4-face):
6127 * isearch.el (isearch-lazy-highlight-face):
6128 * log-view.el (log-view-file-face, log-view-message-face):
6129 * paren.el (show-paren-match-face, show-paren-mismatch-face):
6130 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6131 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6132 (cvs-msg-face):
6133 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6134 (smerge-base-face, smerge-markers-face):
6135 * wid-edit.el (widget-documentation-face, widget-button-face)
6136 (widget-field-face, widget-single-line-field-face)
6137 (widget-inactive-face, widget-button-pressed-face):
6138 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
6139 (woman-addition-face):
6140 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
6141 (eshell-ls-executable-face, eshell-ls-readonly-face)
6142 (eshell-ls-unreadable-face, eshell-ls-special-face)
6143 (eshell-ls-missing-face, eshell-ls-archive-face)
6144 (eshell-ls-backup-face, eshell-ls-product-face)
6145 (eshell-ls-clutter-face):
6146 * eshell/em-prompt.el (eshell-prompt-face):
6147 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
6148 * obsolete/old-whitespace.el (whitespace-highlight-face):
6149 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
6150 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
6151 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
6152 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
6153 (antlr-font-lock-literal-face):
6154 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6155 (ebrowse-root-class-face, ebrowse-file-name-face)
6156 (ebrowse-default-face, ebrowse-member-attribute-face)
6157 (ebrowse-member-class-face, ebrowse-progress-face):
6158 * progmodes/make-mode.el (makefile-space-face):
6159 * progmodes/sh-script.el (sh-heredoc-face):
6160 * textmodes/flyspell.el (flyspell-incorrect-face)
6161 (flyspell-duplicate-face):
6162 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
6163 * textmodes/texinfo.el (texinfo-heading-face):
6164 Mark face aliases with "-face" suffix as obsolete.
6165
6166 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
6167 compiler.
6168
6169 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
6170 (eudc-bob-sound-menu): Use defvar rather than defconst, since
6171 easy-menu-define wants to modify these.
6172
6173 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
6174
6175 * net/browse-url.el (browse-url-file-url):
6176 * term/internal.el (dos-codepage-setup):
6177 Use default-value rather than default-enable-multibyte-characters.
6178
6179 * progmodes/etags.el (etags-goto-tag-location):
6180 * progmodes/flymake.el (flymake-highlight-line)
6181 (flymake-goto-file-and-line, flymake-goto-line):
6182 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
6183 (gdb-goto-breakpoint):
6184 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6185 * progmodes/python.el (python-find-function)
6186 (python-pdbtrack-track-stack-file):
6187 * progmodes/verilog-mode.el (verilog-surelint-off):
6188 * term/ns-win.el (ns-open-file-select-line):
6189 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
6190 Use forward-line rather than goto-line.
6191
6192 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
6193 * textmodes/reftex-index.el (reftex-display-index):
6194 * textmodes/reftex-ref.el (reftex-offer-label-menu):
6195 * textmodes/reftex-toc.el (reftex-toc):
6196 Remove unnecessary bindings of default-major-mode (all are followed by
6197 major-mode check and possible mode switch).
6198
6199 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
6200
6201 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
6202 Handle watchpoints (bug#4282).
6203 (def-gdb-thread-buffer-command): Enable thread to be selected by
6204 clicking without selecting threads buffer first.
6205 (gdb-current-context-command): Use selected frame so that "up",
6206 "down" etc work in the GUD buffer.
6207 (gdb-update): Find selected frame before rendering stack buffer.
6208 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
6209
6210 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6211
6212 * progmodes/sym-comp.el (displayed-completions): Remove.
6213 (symbol-complete): Use minibuffer-complete.
6214
6215 2009-08-31 Glenn Morris <rgm@gnu.org>
6216
6217 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
6218
6219 * apropos.el (apropos-symbols-internal):
6220 Handle (obsolete) face aliases.
6221
6222 * faces.el (describe-face): Adjust the output format to be more like
6223 describe-variable, and to mention (obsolete) face aliases.
6224 Adjust the whitespace so that help-setup-xref works.
6225
6226 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
6227 * calendar/diary-lib.el (diary-button-face):
6228 Mark these face aliases as obsolete.
6229
6230 * calendar/calendar.el (calendar-today): Doc fix.
6231
6232 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
6233
6234 * progmodes/gdb-mi.el (gdb-control-all-threads)
6235 (gdb-control-current-thread): Force tool bar update.
6236 (gdb-non-stop-handler): New function.
6237 (gdb-init-1): Use it to test if non-stop mode is supported.
6238 Remove unused gdbmi buffer type.
6239
6240 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6241
6242 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
6243 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6244
6245 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
6246
6247 * comint.el (comint-exec-1): Check command is non-null first.
6248 Part of gdb-mi.el change (2009-08-28).
6249
6250 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
6253
6254 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
6255
6256 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
6257 instead of `dolist' to avoid a recursive require when bootstrapping.
6258
6259 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6260
6261 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
6262
6263 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
6264
6265 * net/imap.el (imap-send-command): Simplify.
6266 (imap-wait-for-tag): point-max -> buffer-size.
6267
6268 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
6269
6270 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
6271 with constant argument.
6272
6273 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
6274
6275 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
6276
6277 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
6278 Change default, since most of our files don't have a history.
6279 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
6280 the user.
6281
6282 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6283 Add comint-run.
6284
6285 * calc/calc.el: Improve commenting convention.
6286 (calc-digit-map, toplevel): Simplify.
6287
6288 * comint.el (comint-insert-input): Be careful to only set point if we
6289 don't delegate to some other command.
6290
6291 * proced.el (proced-signal-list): Make it an alist.
6292 (proced-grammar-alist): Capitalize names.
6293 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
6294 Disable undo manually and make it read-only.
6295 Use completion-annotate-function.
6296
6297 * minibuffer.el (minibuffer-message): If the current buffer is not
6298 a minibuffer, insert the message in the echo area rather than at the
6299 end of the buffer.
6300 (completion-annotate-function): New variable.
6301 (minibuffer-completion-help): Use it.
6302 (completion--embedded-envvar-table): Environment vars are
6303 always case-sensitive.
6304
6305 2009-08-30 Glenn Morris <rgm@gnu.org>
6306
6307 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
6308 from fortran-current-defun.
6309 (fortran-beginning-of-subprogram): Be more precise about finding the
6310 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
6311 (fortran-end-of-subprogram): Simplify.
6312 (fortran-current-defun): Use fortran-start-prog-re.
6313
6314 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
6315
6316 * subr.el (do-after-load-evaluation): Simplify.
6317
6318 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6319
6320 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
6321
6322 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
6323 (vc-rcs-print-log): Use it.
6324
6325 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
6326
6327 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6328
6329 * paths.el (abbrev-file-name): Move to abbrev.el.
6330 * abbrev.el (abbrev-file-name): Move from paths.el.
6331 Obey user-emacs-directory.
6332 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
6333 user-emacs-directory.
6334 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
6335 abbrev-file-name and calc-settings-file any more.
6336 * startup.el (command-line): Recompute abbrev-file-name and
6337 abbreviated-home-dir.
6338 (normal-no-mouse-startup-screen): Improve the generic code and get rid
6339 of the special code for when C-h bindings haven't been changed.
6340 (display-startup-echo-area-message): Use with-current-buffer.
6341 (command-line-1): Use a list of strings, rather than a list of lists
6342 of strings for longopts.
6343
6344 * files.el (get-free-disk-space): Use / for default-directory.
6345
6346 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
6347 Use with-current-buffer.
6348
6349 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
6350 Recognize immutable variables like most-positive-fixnum.
6351 (byte-compile-setq-default): Check and warn if trying to assign
6352 to an immutable variable, or a non-variable.
6353
6354 * progmodes/cc-vars.el (c-comment-continuation-stars):
6355 * progmodes/cc-engine.el (c-looking-at-bos):
6356 * progmodes/cc-cmds.el (c-toggle-auto-state)
6357 (c-forward-into-nomenclature, c-backward-into-nomenclature)
6358 (c-comment-line-break-function): Add version of obsolescence.
6359
6360 2009-08-28 Juri Linkov <juri@jurta.org>
6361
6362 * files.el (magic-fallback-mode-alist): Add ZIP magic number
6363 associated with `archive-mode'.
6364
6365 * image.el (image-type-header-regexps): Use only JPEG magic number
6366 to determine JPEG images, and don't use `image-jpeg-p' because
6367 Emacs can display non-JFIF non-Exif JPEG images.
6368
6369 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
6370
6371 * arc-mode.el (archive-mode):
6372 * emacs-lisp/re-builder.el (re-builder-unload-function):
6373 Protect against the default value of `major-mode' being nil.
6374
6375 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
6376
6377 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
6378 Fix typos in docstrings.
6379
6380 * progmodes/js.el (js--macro-decl-re): Doc fix.
6381 (js--plain-method-re, js--split-name): Refloc docstring.
6382 (js--class-styles, js--make-merged-item, js--splice-into-items):
6383 Fix typos in docstrings; reflow docstrings.
6384 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
6385 (js--variable-decl-matcher, js--inside-pitem-p)
6386 (js--parse-state-at-point, js--get-all-known-symbols)
6387 (js--symbol-history, js-find-symbol, js--js-references)
6388 (js--moz-interactor, js--js-encode-value, js--read-tab):
6389 Fix typos in docstrings.
6390
6391 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6392
6393 * textmodes/reftex.el (reftex-get-file-buffer-force):
6394 * progmodes/verilog-mode.el (verilog-batch-execute-func):
6395 * emulation/viper.el (viper-go-away, viper-set-hooks):
6396 * emacs-lisp/re-builder.el (re-builder-unload-function):
6397 * emacs-lisp/bytecomp.el (byte-compile-file):
6398 * ses.el (ses-unload-function):
6399 * hexl.el (hexl-find-file):
6400 * files.el (normal-mode):
6401 * ehelp.el (with-electric-help):
6402 * autoinsert.el (auto-insert-alist):
6403 * arc-mode.el (archive-mode):
6404 Use (default-value 'major-mode) instead of default-major-mode.
6405
6406 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
6407 * international/mule.el (load-with-code-conversion):
6408 * emacs-lisp/debug.el (debug):
6409 * ediff-vers.el (ediff-rcs-get-output-buffer):
6410 * dired.el (dired-internal-noselect): Don't let-bind
6411 default-major-mode around code that doesn't use it.
6412 E.g. buffer creation via get-buffer-create doesn't use it.
6413
6414 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
6415
6416 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
6417 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
6418 when writing the temp file. Otherwise, epa-file gets confused.
6419 (tramp-register-file-name-handlers): Make it a defun. Move also
6420 `epa-file-handler' to the front of `file-name-handler-alist'.
6421
6422 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6423
6424 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
6425 start right after a ^M.
6426 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
6427 (tramp-completion-file-name-regexp-separate)
6428 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
6429 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
6430 Don't modify last-coding-system-used by accident.
6431 (tramp-completion-file-name-handler): Apply the checks here,
6432 instead during registration.
6433 (tramp-register-file-name-handlers) Renamed from
6434 `tramp-register-file-name-handler'. Register both
6435 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
6436 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
6437
6438 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
6439
6440 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
6441 Remove variable ...
6442 (gdb-init-1, gdb-display-separate-io-buffer)
6443 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
6444 references to it.
6445 (gdb-inferior-io-mode): Use make-comint-in-buffer.
6446 (gdb-inferior-filter): Use comint-output-filter to stop
6447 echoing and remove ^M characters.
6448
6449 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6450
6451 * emulation/viper-init.el (viper-restore-cursor-type):
6452 * emulation/cua-base.el (cua--update-indications):
6453 Replace default-cursor-type with (default-value 'cursor-type).
6454
6455 * mail/sendmail.el (mail-recover-1):
6456 * international/mule-diag.el (describe-current-coding-system-briefly)
6457 (describe-current-coding-system):
6458 * international/mule-cmds.el (select-safe-coding-system)
6459 (select-message-coding-system)
6460 (set-language-environment-coding-systems, set-locale-environment):
6461 * hexl.el (hexl-insert-multibyte-char):
6462 * dos-w32.el (find-buffer-file-type-coding-system):
6463 * simple.el (what-cursor-position):
6464 Replace uses of default-buffer-file-coding-system
6465 with (default-value 'buffer-file-coding-system).
6466
6467 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
6468 Replace uses of default-cursor-in-non-selected-windows
6469 with (default-value 'cursor-in-non-selected-windows).
6470 Use with-current-buffer.
6471
6472 * mail/feedmail.el: Use CL macros.
6473 (feedmail-run-the-queue, feedmail-send-it-immediately):
6474 * dos-w32.el (find-buffer-file-type): Replace uses of
6475 default-buffer-file-type with (default-value 'buffer-file-type).
6476
6477 2009-08-28 Glenn Morris <rgm@gnu.org>
6478
6479 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
6480 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
6481 Use default-value of major-mode rather than default-major-mode.
6482
6483 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6484
6485 * Makefile.in (update-elcfiles): Report left over elc files.
6486
6487 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
6488 expand-file-name and with-current-buffer.
6489 (mail-get-names, mail-directory): Use with-current-buffer.
6490
6491 * vc.el (vc-read-revision): New function.
6492 (vc-version-diff, vc-merge): Use it.
6493
6494 2009-08-27 Sam Steingold <sds@gnu.org>
6495
6496 * simple.el (kill-do-not-save-duplicates): New user option.
6497 (kill-new): When it is non-nil, and the new string is the same as
6498 the latest kill, set replace to t to avoid duplicates in kill-ring.
6499
6500 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
6501
6502 * net/tramp.el (tramp-handle-process-file): Do not flush all
6503 caches when `process-file-side-effects' is set.
6504 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
6505 instead of `tramp-find-file-exists-command'.
6506 Unset `process-file-side-effects'.
6507
6508 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
6509
6510 * net/tramp.el (tramp-methods): New method "rsyncc".
6511 (top): Add completion function for "rsyncc".
6512 (tramp-message-show-message): New defvar.
6513 (tramp-message, tramp-error): Use it.
6514 (tramp-do-copy-or-rename-file-directly): Extend check for direct
6515 remote copying.
6516 (tramp-do-copy-or-rename-file-out-of-band): Handle new
6517 `tramp-methods' entry `copy-env' of "rsyncc".
6518 (tramp-vc-registered-read-file-names): New defconst.
6519 (tramp-vc-registered-file-names): New defvar.
6520 (tramp-handle-vc-registered): Implement optimization strategy.
6521 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
6522 (tramp-vc-file-name-handler): New defun.
6523 (tramp-get-ls-command, tramp-get-test-command)
6524 (tramp-get-file-exists-command, tramp-get-remote-ln)
6525 (tramp-get-remote-perl, tramp-get-remote-stat)
6526 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
6527
6528 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
6529 (tramp-cache-inhibit-cache): Extend doc string. It allows also
6530 timestamps.
6531 (tramp-get-file-property): Check for timestamps in
6532 `tramp-cache-inhibit-cache'.
6533 (tramp-set-file-property): Write timestamp.
6534
6535 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6536
6537 * language/japan-util.el (japanese-symbol-table): Add entries for
6538 cp932-2-byte.
6539
6540 * international/characters.el: Add category `j' to cp932-2-byte.
6541
6542 2009-08-27 Kenichi Handa <handa@m17n.org>
6543
6544 * international/fontset.el (build-default-fontset-data): New macro.
6545 (setup-default-fontset): Use build-default-fontset-data for CJK,
6546 tibetan, ethiopic, and ipa.
6547
6548 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6549
6550 * cus-start.el (default-major-mode): Customize `major-mode' instead.
6551 (enable-multibyte-characters): Not customizable any more.
6552
6553 * subr.el (default-mode-line-format, default-header-line-format)
6554 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
6555 (default-direction-reversed, default-truncate-lines)
6556 (default-left-margin, default-tab-width, default-case-fold-search)
6557 (default-left-margin-width, default-right-margin-width)
6558 (default-left-fringe-width, default-right-fringe-width)
6559 (default-fringes-outside-margins, default-scroll-bar-width)
6560 (default-vertical-scroll-bar, default-indicate-empty-lines)
6561 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
6562 (default-fringe-cursor-alist, default-scroll-up-aggressively)
6563 (default-scroll-down-aggressively, default-fill-column)
6564 (default-cursor-type, default-buffer-file-type)
6565 (default-cursor-in-non-selected-windows)
6566 (default-buffer-file-coding-system, default-major-mode)
6567 (default-enable-multibyte-characters): Mark as obsolete.
6568
6569 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
6570
6571 * vc-dir.el (vc-dir-update): Remove debug helper.
6572
6573 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
6574
6575 2009-08-26 Sam Steingold <sds@gnu.org>
6576
6577 * simple.el (save-interprogram-paste-before-kill): New user option.
6578 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
6579 save the interprogram-paste into kill-ring before overriding it
6580 with the Emacs kill.
6581
6582 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6583
6584 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
6585 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
6586 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
6587 and move to vc-rcs.el.
6588 (vc-default-next-revision): Rename to vc-rcs-next-revision and
6589 move to vc-rcs.el.
6590 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
6591 (vc-rcs-update-changelog): Remove.
6592 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
6593 and move to vc-rcs.el.
6594
6595 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
6596 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
6597 renaming.
6598 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
6599 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
6600 vc.el, renamed to be RCS specific.
6601
6602 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
6603 New functions.
6604 (vc-cvs-update-changelog): Move here from vc.el.
6605
6606 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
6607 New functions.
6608
6609 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
6612
6613 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6614
6615 * vc-git.el (vc-git-register): Use "git add" for directories.
6616 (vc-git-stash, vc-git-stash-show): New functions.
6617 (vc-git-extra-menu-map): Bind them.
6618
6619 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
6620 directory correctly in case the item is a directory itself.
6621
6622 * vc.el: Document the desired behavior for reverted files in the
6623 `added' state.
6624 (vc-default-prettify-state-info): Remove function, unused.
6625
6626 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
6627
6628 2009-08-26 Glenn Morris <rgm@gnu.org>
6629
6630 * bindings.el (standard-mode-line-format): Reposition dashes in
6631 which-func entry. (Bug#4217)
6632
6633 * files.el (enable-local-variables, enable-local-eval)
6634 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
6635 the defcustoms.
6636 (auto-mode-alist, ignored-local-variables)
6637 (save-some-buffers-action-alist): Move risky declarations to the
6638 definitions.
6639 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
6640 (font-lock-defaults, format-alist, imenu--index-alist)
6641 (imenu-generic-expression, input-method-alist, minor-mode-alist)
6642 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
6643 (mode-line-modified, mode-line-mule-info, mode-line-position)
6644 (mode-line-process, mode-line-remote, outline-level)
6645 (parse-time-rules, rmail-output-file-alist)
6646 (special-display-buffer-names, vc-mode):
6647 Move risky declarations to the relevant files.
6648 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
6649 (mode-line-modified, mode-line-process, mode-line-position)
6650 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
6651 * font-core.el (font-lock-defaults):
6652 * format.el (format-alist):
6653 * vc-hooks.el (vc-mode):
6654 * window.el (special-display-buffer-names):
6655 * international/mule-cmds.el (input-method-alist):
6656 Define riskiness here (dumped file) rather than in files.el.
6657 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
6658 * imenu.el (imenu-generic-expression, imenu--index-alist):
6659 * outline.el (outline-level):
6660 * time.el (display-time-string):
6661 * calendar/parse-time.el (parse-time-rules):
6662 * mail/rmailout.el (rmail-output-file-alist):
6663 Autoload riskiness here, rather than placing in files.el.
6664
6665 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
6666
6667 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
6668
6669 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
6670
6671 * simple.el (process-file-side-effects): New defvar.
6672
6673 * dired-aux.el (dired-show-file-type):
6674 * vc.el (vc-diff-internal):
6675 * vc-arch.el (vc-arch-diff):
6676 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
6677 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
6678 * vc-git.el (vc-git-registered, vc-git-working-revision)
6679 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
6680 (vc-git--empty-db-p):
6681 * vc-hooks.el (vc-user-login-name):
6682 * vc-svn.el (vc-svn-registered, vc-svn-state)
6683 (vc-svn-dir-extra-headers, vc-svn-find-revision):
6684 * progmodes/grep.el (grep-probe): Let-bind
6685 `process-file-side-effects' with nil.
6686
6687 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
6688
6689 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
6690 daemon. Replace ping by checking for running service for bluez
6691 and zeroconf. (Bug#4239)
6692
6693 2009-08-25 Kevin Ryde <user42@zip.com.au>
6694
6695 * net/dig.el (dig): Add autoload cookie.
6696
6697 2009-08-25 Glenn Morris <rgm@gnu.org>
6698
6699 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
6700 load-history for absolute file-names.
6701 (byte-compile-file-form-require): Warn about use of the cl package.
6702
6703 * format.el (format-alist): Doc fix.
6704
6705 * play/bubbles.el (top-level): Don't require cl at run-time.
6706
6707 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
6708 run-time cl).
6709
6710 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
6711
6712 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
6713 from cl package.
6714 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
6715
6716 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
6717
6718 * calc/calc-alg.el (math-trig-rewrite)
6719 (math-hyperbolic-trig-rewrite): New functions.
6720 (calc-simplify): Simplify trig functions when asked.
6721
6722 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6723
6724 * diff-mode.el (diff-find-source-location): Avoid goto-line.
6725
6726 2009-08-24 Kenichi Handa <handa@m17n.org>
6727
6728 * language/ind-util.el (mapthread): Delete it.
6729 (combinatorial): New function.
6730 (indian--puthash-cv): Use combinatorial instead of mapthread.
6731
6732 2009-08-22 Kevin Ryde <user42@zip.com.au>
6733
6734 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
6735 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
6736 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
6737 Clarify docstring that the value is strings not symbols.
6738 (checkdoc-list-of-strings-p): New function.
6739
6740 2009-08-22 Glenn Morris <rgm@gnu.org>
6741
6742 * files.el (auto-mode-alist):
6743 * hippie-exp.el (he-concat-directory-file-name):
6744 * lpr.el (lpr-windows-system, printer-name):
6745 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
6746 * ps-print.el (ps-windows-system):
6747 * startup.el (command-line):
6748 * emulation/viper-ex.el (viper-glob-function):
6749 * international/mule-cmds.el (set-language-environment-coding-systems):
6750 * net/ange-ftp.el (ange-ftp-write-region):
6751 * obsolete/fast-lock.el (fast-lock-cache-name):
6752 Remove code for defunct system-types emx, macos, mswindows, next-mach,
6753 unisoft-unix, vax-vms, win32, w32.
6754
6755 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
6756 given name if the pattern is not more specific.
6757
6758 * calendar/lunar.el (lunar-phase-names): New option.
6759 (lunar-phase): Doc fix.
6760 (lunar-cycles-per-year): New constant.
6761 (lunar-index): New function.
6762 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
6763 (lunar-phase-name): Use lunar-phase-names.
6764 (calendar-lunar-phases): Use format.
6765 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
6766
6767 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
6768 Copy imenu-example--name-and-position function here for own use.
6769 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
6770
6771 * bs.el (bs--redisplay):
6772 * cus-edit.el (custom-redraw):
6773 * ibuffer.el (ibuffer-bury-buffer):
6774 * server.el (server-goto-line-column):
6775 * startup.el (command-line-1):
6776 * strokes.el (strokes-xpm-for-stroke):
6777 * term.el (term-display-buffer-line):
6778 * view.el (View-goto-line):
6779 * calc/calc.el (calc-do, calc-trail-buffer):
6780 * play/gamegrid.el (gamegrid-add-score-insecure):
6781 * progmodes/ada-mode.el (ada-compile-goto-error):
6782 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
6783 (ebrowse-select-1st-to-9nth):
6784 * progmodes/cperl-mode.el (cperl-time-fontification):
6785 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
6786 * progmodes/gud.el (gud-display-line):
6787 (idlwave-shell-display-line):
6788 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
6789 * progmodes/make-mode.el (makefile-browser-toggle):
6790 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
6791 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
6792 * textmodes/picture.el (picture-draw-rectangle):
6793 * textmodes/reftex-index.el (reftex-index-goto-letter):
6794 (reftex-select-jump-to-previous):
6795 * textmodes/reftex-sel.el (reftex-find-start-point)
6796 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
6797 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
6798 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
6799 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6800 * textmodes/two-column.el (2C-associated-buffer):
6801 Use forward-line rather than goto-line.
6802
6803 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
6804 goto-line.
6805
6806 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
6807 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
6808 (quick-check-list-to-regexp): Declare.
6809
6810 * progmodes/make-mode.el (makefile-browser-insert-selection):
6811 Use goto-char rather than goto-line.
6812
6813 * progmodes/prolog.el (compilation-error-regexp-alist)
6814 (compilation-forget-errors): Declare.
6815
6816 2009-08-22 Juri Linkov <juri@jurta.org>
6817
6818 * progmodes/grep.el (lgrep, rgrep): At the beginning
6819 set `dir' to `default-directory' unless `dir' is a non-nil
6820 readable directory. (Bug#4052)
6821 (lgrep, rgrep): Change a weird way to report an error
6822 from using `read-string' to using `error'.
6823 Instead of using interactive arguments in the function body,
6824 add new argument `confirm'.
6825
6826 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6827
6828 * textmodes/remember.el (remember-buffer):
6829 * progmodes/cperl-mode.el (cperl-vc-header-alist):
6830 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
6831 (icalendar-extract-ical-from-buffer):
6832 * net/newst-treeview.el (newsticker-groups-filename):
6833 * net/newst-backend.el (newsticker-cache-filename):
6834 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
6835 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
6836 (speedbar-add-ignored-path-regexp, speedbar-line-path)
6837 (speedbar-buffers-line-path, speedbar-path-line)
6838 (speedbar-buffers-line-path):
6839 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
6840 (epg-sign-keys):
6841 * epa.el (epa-display-verify-result):
6842 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
6843
6844 2009-08-21 Glenn Morris <rgm@gnu.org>
6845
6846 * progmodes/js.el (inferior-moz-process): Fix declaration.
6847
6848 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6849
6850 * obsolete/rnewspost.el (news-mail-reply):
6851 Use goto-char rather than goto-line.
6852
6853 * term/ns-win.el (ns-open-file-select-line):
6854 Use line-beginning-position rather than goto-line.
6855
6856 * apropos.el (apropos-command):
6857 * ehelp.el (electric-helpify):
6858 * printing.el (pr-show-setup):
6859 * strokes.el (strokes-help):
6860 * tutorial.el (tutorial--describe-nonstandard-key)
6861 (tutorial--detailed-help):
6862 * woman.el (woman-mini-help, woman-display-extended-fonts):
6863 * calc/calc-help.el (calc-describe-key):
6864 * emulation/edt.el (edt-electric-helpify):
6865 * international/mule-diag.el (mule-diag):
6866 * play/yow.el (apropos-zippy):
6867 * progmodes/python.el (python-describe-symbol):
6868 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
6869 * textmodes/table.el (*table--cell-describe-mode)
6870 (*table--cell-describe-bindings):
6871 Use help-print-return-message rather than the now obsolete alias.
6872
6873 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
6874 (calendar-cursor-to-visible-date):
6875 * play/5x5.el (5x5-position-cursor):
6876 * play/decipher.el (decipher):
6877 * play/gomoku.el (gomoku-goto-xy):
6878 * play/landmark.el (lm-goto-xy):
6879 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
6880 (mpuz-paint-digit):
6881 Use forward-line, not goto-line.
6882
6883 * mail/rmail.el (rmail-obsolete): Delete custom group.
6884 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
6885 (rmail-remote-password, rmail-remote-password-required):
6886 Remove unneeded :set-after and :set properties.
6887
6888 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
6889
6890 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6891
6892 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
6893
6894 * loadup.el: Remove leftover macos code.
6895
6896 * vc-git.el (vc-git-annotate-command): Run asynchronously.
6897 Explicitly pass the date format to git blame so that user local
6898 so that the output format can be parsed.
6899
6900 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
6901
6902 * net/dbus.el (top): Don't check for (getenv
6903 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
6904
6905 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
6906
6907 * log-edit.el (log-edit-strip-single-file-name): New var.
6908 (log-edit-insert-changelog): Use it. Bug#3571
6909
6910 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6911
6912 * subr.el (read-passwd): Use read-key so keypad keys work as well.
6913 Bug#3287
6914
6915 * help.el (help-print-return-message): Rename from
6916 print-help-return-message.
6917
6918 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
6919 cvs-mode-map parent hack.
6920 (log-view-mode): Derive from special-mode.
6921
6922 * linum.el (linum-mode): window-size-change-functions is redundant.
6923 Adapt to new window-configuration-change-hook behavior.
6924 (linum-after-size, linum-after-config): Remove.
6925
6926 * imenu.el (imenu-example--name-and-position)
6927 (imenu-example--lisp-extract-index-name)
6928 (imenu-example--create-lisp-index, imenu-example--create-c-index):
6929 Mark as obsolete.
6930
6931 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
6932 (inferior-prolog-mode): Use it.
6933 (inferior-prolog-load-file): Reset list of errors.
6934
6935 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6936
6937 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
6938
6939 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
6940
6941 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
6942
6943 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
6944 is running already.
6945
6946 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6947
6948 * subr.el (listify-key-sequence-1): Use normal syntax since those
6949 integers are nowadays always represented by the same (positive) number
6950 on all platforms.
6951 (read-key-empty-map): New const.
6952 (read-key-delay): New var.
6953 (read-key): New function.
6954 (force-mode-line-update): Use with-current-buffer.
6955 (locate-user-emacs-file): Don't forget to abbreviate the file name.
6956 (start-process-shell-command, start-file-process-shell-command):
6957 Discourage the use of command-args.
6958
6959 2009-08-19 Glenn Morris <rgm@gnu.org>
6960
6961 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
6962
6963 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6964
6965 * simple.el (choose-completion-string): Don't rely on
6966 minibuffer-completing-file-name and ad-hoc checks to decide whether
6967 to continue completion or not.
6968
6969 * minibuffer.el (minibuffer-hide-completions): New function.
6970 (completion--do-completion): Use it.
6971 (completions-annotations): New face.
6972 (completion--insert-strings): Use it.
6973 (completion-pcm--delim-wild-regex): Add docstring.
6974 (completion-pcm--string->pattern): Add support for 0-width delimiters
6975 in completion-pcm--delim-wild-regex.
6976
6977 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
6978
6979 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
6980 Remove unused var `buffer-modified-p'.
6981
6982 * minibuffer.el (completion--do-completion): Move point for the #b001
6983 case as well (bug#4176).
6984 (minibuffer-complete, minibuffer-complete-word): Don't move point.
6985
6986 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
6987
6988 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
6989 and :session buses.
6990
6991 2009-08-18 Kenichi Handa <handa@m17n.org>
6992
6993 * international/ucs-normalize.el (ucs-normalize-version):
6994 Change to 1.1.
6995 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
6996 (utf-8-hfs): Make it perform normalization on encoding too.
6997
6998 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
6999 (sentence-end-without-space): Delete duplicated chars.
7000 (sentence-end-base): Likewise.
7001
7002 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
7003 (html-mode): Delete duplicated chars from sentence-end-base.
7004
7005 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
7006 (texinfo-mode): Delete duplicated chars from sentence-end-base.
7007
7008 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
7009
7010 * files.el (hack-one-local-variable): If the mode function is for
7011 a minor mode, pass it an argument (Bug#4148).
7012
7013 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
7014
7015 * net/tramp.el (tramp-register-completion-file-name-handler):
7016 Check also for (member 'partial-completion completion-styles).
7017
7018 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
7019
7020 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
7021 abbrev (Bug#3943).
7022
7023 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
7024
7025 * progmodes/cperl-mode.el: Merge upstream 6.2.
7026 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
7027 (cperl-forward-re): Check cperl-brace-recursing.
7028 (cperl-highlight-charclass): New function.
7029 (cperl-find-pods-heres): Use it.
7030 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
7031 (cperl-beautify-regexp-piece): Fix column calculation.
7032 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
7033 (cperl-beautify-level): Don't process entire regexp.
7034 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
7035 calling man.
7036 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
7037 (cperl-init-faces): Build a list in the normal way.
7038
7039 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
7040
7041 * calendar/parse-time.el (parse-time-string-chars): Save match
7042 data.
7043
7044 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7045
7046 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
7047 (sql-product): Use it.
7048 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
7049 (sql-set-product): Add completion.
7050 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
7051 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
7052 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
7053 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
7054 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
7055 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
7056 (sql-highlight-db2-keywords): Remove.
7057 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7058 (sql-highlight-product): Use derived-mode-p.
7059 (sql-set-sqli-buffer): Use with-current-buffer.
7060 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
7061 Simplify.
7062
7063 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
7064
7065 * term.el: Fix commenting convention, turn comments into docstrings.
7066
7067 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
7068
7069 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
7070
7071 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
7072
7073 * calendar/parse-time.el (parse-time-string-chars): Compute using
7074 character classes, to handle non-ascii characters (Bug#3190).
7075
7076 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
7077
7078 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
7079 another heredoc if the user adds another < (Bug#3226).
7080
7081 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7082 Don't initialize based on window-system (Bug#4124).
7083
7084 * facemenu.el (facemenu-read-color): Use a completion function
7085 that accepts any defined color, such as RGB triplets (Bug#3677).
7086
7087 * files.el (get-free-disk-space): Change fallback default
7088 directory to /. Expand DIR argument before switching to fallback.
7089 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
7090
7091 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
7092
7093 * files.el (load-library): Doc fix.
7094
7095 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
7096
7097 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
7098 (viper-if-string): Redefine C-s in the minibuffer to insert the last
7099 incremental search string.
7100
7101 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
7102 XEmacs.
7103
7104 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
7105 (ediff-merge-region-is-non-clash)
7106 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
7107 Also check if the job is really a merge job.
7108
7109 * ediff.el (ediff-current-file): New function.
7110
7111 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
7112
7113 * progmodes/js.el: Edit docstrings throughout to follow Emacs
7114 conventions.
7115 (js-insert-and-indent): Delete function.
7116 (js-mode-map): Don't bind keys to js-insert-and-indent.
7117 (js-beginning-of-defun): Rename from js--beginning-of-defun.
7118 (js-end-of-defun): Rename from js--end-of-defun.
7119 (js-auto-indent-flag): Delete variable.
7120
7121 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
7122
7123 * progmodes/js.el: Remove proclaim statement.
7124 Defvar which-func-imenu-joiner-function to silence compiler.
7125
7126 * files.el (auto-mode-alist): Use js-mode for .js files.
7127
7128 * progmodes/js2-mode.el: Remove file.
7129
7130 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
7131
7132 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
7133
7134 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
7135
7136 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7137 Karl Landstrom <karl.landstrom@brgeight.se>
7138
7139 * progmodes/js.el: New file.
7140
7141 2009-08-14 Mark A. Hershberger <mah@everybody.org>
7142
7143 * timezone.el (timezone-parse-date): Add ability to understand ISO
7144 basic format (minimal separators) dates in addition to the
7145 already-supported extended format dates.
7146
7147 2009-08-14 Eli Zaretskii <eliz@gnu.org>
7148
7149 * international/ucs-normalize.el: Add a `coding' file variable.
7150
7151 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
7152
7153 2009-08-14 Sam Steingold <sds@gnu.org>
7154
7155 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7156
7157 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
7158
7159 * faces.el (help-argument-name): Define it here instead of
7160 help-fns.el, because in daemon mode help-fns.el may be loaded when
7161 faces are still uninitialized (Bug#1078).
7162
7163 * help-fns.el (help-argument-name): Move defface to faces.el.
7164
7165 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
7166
7167 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
7168 create buffer with a pty but no process so that GDB can make the
7169 inferior the controlling process.
7170
7171 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
7172
7173 * international/ucs-normalize.el: New file.
7174
7175 2009-08-13 Richard Stallman <rms@gnu.org>
7176
7177 * mail/rmail.el (rmail-get-attr-names):
7178 Accept an attribute header that is too short.
7179
7180 * mail/rmail.el (rmail-forget-messages):
7181 Ignore nil elt in rmail-message-vector. Use dotimes.
7182
7183 * progmodes/compile.el (compilation-goto-locus):
7184 Use next-error-move-function.
7185
7186 * simple.el (next-error-move-function): New variable.
7187
7188 2009-08-12 Juri Linkov <juri@jurta.org>
7189
7190 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
7191 always non-nil. (Bug#4052)
7192
7193 * replace.el (read-regexp): Return empty string when
7194 `default-value' is nil.
7195 (keep-lines-read-args): Don't use empty string as the
7196 default value for `read-regexp'. (Bug#2495)
7197
7198 2009-08-12 Juri Linkov <juri@jurta.org>
7199
7200 * international/mule-cmds.el (ucs-insert): Change arguments
7201 from `arg' to `character', `count', `inherit' to be the same
7202 as in `insert-char'. Doc fix. (Bug#4039)
7203
7204 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
7205
7206 2009-08-12 Juri Linkov <juri@jurta.org>
7207
7208 * files-x.el: New file.
7209
7210 * files.el: Move code that deals with adding/deleting
7211 file/directory-local variables to files-x.el.
7212
7213 * Makefile.in (ELCFILES): Add files-x.elc.
7214
7215 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
7216
7217 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
7218 to use `goto-line'.
7219 (gdb-place-breakpoints, gdb-get-location): Rewritten without
7220 `goto-line'.
7221 (gdb-invalidate-disassembly): Do not refresh upon receiving
7222 'update signal. Instead, update all disassembly buffers only after
7223 threads list.
7224 (gdb): Send -target-detach when buffer is killed (Bug#3794).
7225 (gdb-starting): Moved -data-list-register-names...
7226 (gdb-stopped): ...here so it's sent when first thread stops.
7227 (gdb-registers-handler-custom): Do nothing if register names are
7228 unknown yet.
7229
7230 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
7231 from `gdb-mi.el' to avoid extra tangling.
7232
7233 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7234 change which breaks `gud-def' definitions used in `gdb'.
7235 (gdb-update-gud-running): No extra fuss for updating frame number.
7236
7237 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
7240 (describe-language-environment-map, setup-language-environment-map)
7241 (set-coding-system-map): Move initialization into declaration.
7242 (set-language-info-alist): Last arg to define-key-after can be skipped.
7243
7244 * international/quail.el (quail-completion-1): Simplify.
7245 (quail-define-rules): Use slightly more compact code.
7246 (quail-insert-decode-map): Propertize keys, compact columns.
7247
7248 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7249 Add goto-line.
7250
7251 2009-08-10 Miles Bader <miles@gnu.org>
7252
7253 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
7254 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
7255 (js2-instance-member, js2-private-member, js2-private-function-call)
7256 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
7257 (js2-magic-paren, js2-external-variable):
7258 Remove "-face" suffix from face names.
7259 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
7260 (js2-highlight-undeclared-vars, js2-peek-token)
7261 (js2-parse-function-params, js2-mode-show-errors)
7262 (js2-mode-show-warnings, js2-make-magic-delimiter)
7263 (js2-mode-highlight-magic-parens): Update to use new face names.
7264
7265 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
7266
7267 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
7268 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
7269
7270 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
7271
7272 * subr.el: Provide hashtable-print-readable.
7273
7274 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
7275 hs-c-like-adjust-block-beginning.
7276 (hs-hide-block-at-point): Stop hiding at the beginning of
7277 hs-block-end-regexp (Bug#700).
7278
7279 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
7280
7281 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
7282 a macro.
7283 (gdb-registers-handler-custom): Do not fail when register names
7284 are unavailable.
7285
7286 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
7287
7288 * progmodes/gdb-mi.el (gdb-control-all-threads)
7289 (gdb-control-current-thread): Interactive setters for
7290 `gdb-gud-control-all-threads' to use in menu.
7291 (gdb-show-run-p): Show «Go» when process is not active.
7292 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
7293 gud/thread.xpm and gud/all.xpm.
7294
7295 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
7296
7297 * net/net-utils.el (net-utils-font-lock-keywords): New var.
7298 (nslookup-font-lock-keywords): Make it a variable.
7299 (net-utils-mode): New mode for viewing diagnostic network output.
7300 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
7301 (net-utils-run-simple): New function.
7302 (ifconfig, iwconfig, netstat, arp, route): Use it.
7303
7304 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
7305
7306 * progmodes/gdb-mi.el (gdb-read-memory-custom)
7307 (gdb-memory-set-address, def-gdb-set-positive-number)
7308 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
7309 after changing settings.
7310 (gdb-invalidate-disassembly): Update when first shown.
7311 (gdb-edit-locals-value): Fixed.
7312 (gdb-registers-handler-custom): Print registers in right order and
7313 allow changing register values (only for current thread yet).
7314 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
7315 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
7316 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
7317 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
7318 info in mode name.
7319 (gdb-registers-mode-map): TAB to switch to locals.
7320
7321 2009-08-08 Eli Zaretskii <eliz@gnu.org>
7322
7323 * mail/rmail.el (rmail-add-mbox-headers)
7324 (rmail-set-message-counters-counter): Search for
7325 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
7326
7327 2009-08-08 Glenn Morris <rgm@gnu.org>
7328
7329 * Makefile.in (ELCFILES): Update.
7330
7331 2009-08-07 Eli Zaretskii <eliz@gnu.org>
7332
7333 * mail/sendmail.el (mail-yank-original): Set
7334 buffer-file-coding-system from the one used by the message whose
7335 text is yanked.
7336
7337 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
7338 to "windows" when "pgnuplot" is used.
7339 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
7340 call accept-process-output if "pgnuplot" is used.
7341 (calc-graph-init): Don't send -display and -geometry to
7342 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
7343 running "pgnuplot -V" with shell-command-to-string.
7344
7345 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
7346 the default.
7347
7348 2009-08-07 Eli Zaretskii <eliz@gnu.org>
7349
7350 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
7351 org/org-latex.elc.
7352
7353 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7354
7355 * vc-dispatcher.el (vc-resynch-window): Update comment.
7356
7357 * term.el (term-handle-ansi-escape): Add comments with the
7358 terminfo capabilities implemented.
7359
7360 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
7361
7362 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
7363 (gdb-var-create-handler): Rewritten using JSON parser.
7364 (gdb-propertize-header): Moved earlier.
7365 (gdb-set-header): Removed to avoid duplication.
7366 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
7367 Refresh disassembly buffers only after threads list have been
7368 update.
7369 (gdb-threads-header, gdb-registers-header): Per-buffer header line
7370 variables.
7371
7372 2009-08-04 Juri Linkov <juri@jurta.org>
7373
7374 * files.el: Commands to add/delete file/directory-local variables.
7375 (read-file-local-variable, read-file-local-variable-value)
7376 (read-file-local-variable-mode, modify-file-local-variable)
7377 (modify-file-local-variable-prop-line)
7378 (modify-dir-local-variable): New functions.
7379 (add-file-local-variable, delete-file-local-variable)
7380 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
7381 (add-dir-local-variable, delete-dir-local-variable)
7382 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
7383 (copy-dir-locals-to-file-locals-prop-line): New commands.
7384
7385 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
7386
7387 * abbrev.el (insert-abbrev-table-description): Prettify output.
7388 Suggested by Karl Chen.
7389
7390 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
7391
7392 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7393 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
7394 (gdb-overlay-arrow-position, gdb-thread-position)
7395 (gdb-disassembly-position): Declare variables.
7396 (gdb-wait-for-pending): Function now.
7397 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
7398 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
7399 compilation goes smoothly.
7400 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
7401 (gdb-non-stop-setting): New customization setting which replaces
7402 `gdb-non-stop' so changing it doesn't break active GDB session.
7403 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
7404 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
7405 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
7406 (gdb-show-threads-by-default): New customization options.
7407 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
7408 routines.
7409 (gdb-get-buffer-create): Send buffers update signal when they are
7410 created.
7411 (gdb-invalidate-locals, gdb-invalidate-registers)
7412 (gdb-invalidate-breakpoints)
7413 (gdb-invalidate-threads, gdb-invalidate-disassembly)
7414 (gdb-invalidate-memory): Accept update signal.
7415 (gdb-current-context-command): Use --frame option.
7416 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
7417 Implement `gdb-frame-number' selection logic.
7418 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
7419 whether to show GUD toolbar buttons.
7420 (gdb-thread-exited): Unselect current thread when it exits.
7421 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
7422 (gdb-mark-line): Routine which sets overlay arrow or inverses
7423 video on fringeless displays.
7424 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
7425 to build aligned columns of data in GDB buffers and set text
7426 properties line-by-line.
7427 (gdb-invalidate-breakpoints)
7428 (gdb-breakpoints-list-handler-custom)
7429 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
7430 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
7431 (gdb-registers-handler-custom): Align data columns.
7432 (gdb-locals-handler-custom): Now prints data like in variable
7433 declarations.
7434 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
7435 Removed confusing buttons.
7436 (gdb-invalidate-threads): Append --frame.
7437 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
7438 between breakpoints/threads buffers.
7439 (gdb-set-window-buffer): Now can ignore dedicated windows.
7440 (gdb-propertize-header): Use `gdb-set-window-buffer'.
7441 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
7442 (def-gdb-thread-buffer-gud-command): Replaces
7443 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
7444 for fine thread control.
7445 (gdb-preempt-existing-or-display-buffer): New function used to
7446 display bound buffers without breaking window layout.
7447 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
7448 (gdb-select-frame): New version of `gdb-frames-select' which now
7449 sets `gdb-frame-number' so commands may use --frame option instead
7450 of inner debugger state.
7451 (gdb-frame-handler): Do not set `gdb-frame-number'.
7452 (gdb-threads-mode-map): Select threads with mouse.
7453
7454 * progmodes/gud.el (gdb-gud-context-call): Declare function to
7455 avoid compilation warning.
7456 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
7457 `gdb-show-stop-p`.
7458
7459 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
7460 Argument `key' renamed to `buffer-type'.
7461 (gdb-current-context-buffer-name): Do not add thread info to
7462 buffer name when no thread is selected.
7463 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
7464 command (bug 3794).
7465 (gdb-thread-selected): Handle `=thread-selected' notification.
7466 (gdb-wait-for-pending): New macro to deal with congestion problems.
7467 (gdb-breakpoints-list-handler-custom): Don't fail on pending
7468 breakpoints.
7469 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
7470 This fixes problem similar to one described in bug 3947.
7471 (gud-menu-map): More menu items.
7472 (gdb-init-1): Reset `gdb-thread-number' to nil.
7473
7474 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
7475 non-stop settings.
7476
7477 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
7478 (gdb-current-context-command): Do not append --thread if
7479 `gdb-thread-number' is nil.
7480 (gdb-running-threads-count, gdb-stopped-threads-count): New
7481 variables.
7482 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
7483 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
7484 customization options.
7485 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
7486 GUD commands.
7487 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
7488 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
7489 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
7490 set `gdb-thread-number' and update `gud-running' properly.
7491 (gdb-running): Update threads list when new threads appear.
7492 (gdb-stopped): Support non-stop operation and new thread switching
7493 logic.
7494 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
7495 (gdb-json-partial-output): New set of JSON routines.
7496 (def-gdb-auto-update-trigger): New `signal-list' optional
7497 argument.
7498 (gdb-thread-list-handler-custom): Update `gud-running',
7499 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
7500 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
7501 (gdb-continue-thread, gdb-step-thread): New commands for fine
7502 thread execution control.
7503 (gud-menu-map): New menu items to switch non-stop options.
7504 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
7505 (gdb-send): Mimic RET properly (bug 3794).
7506
7507 * progmodes/gdb-mi.el (gdb-rules-name-maker)
7508 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
7509 gdb-buffer-rules.
7510 (def-gdb-auto-update-handler): New nopreserve optional argument.
7511 (gdb-stack-list-frames-custom): Print stack from top to bottom.
7512
7513 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
7514 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
7515 (gdb-parent-mode): New mode to derive other GDB modes from.
7516 (gdb-display-disassembly-for-thread)
7517 (gdb-frame-disassembly-for-thread): New commands for threads
7518 buffer.
7519
7520 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
7521 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
7522 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
7523 (gdb-update): We now store all GDB buffers in a list so that they
7524 can be updated by traversing a list instead of calling invalidate
7525 triggers explicitly.
7526 (def-gdb-trigger-and-handler): New macro to define trigger-handler
7527 pair for GDB buffer.
7528 (gdb-stack-buffer-name): Add thread information.
7529 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
7530 handle pending triggers.
7531 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
7532 (def-gdb-thread-buffer-simple-command)
7533 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
7534 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7535 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
7536 New commands which show buffers bound to thread.
7537 (gdb-stack-list-locals-regexp): Removed unused regexp.
7538
7539 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
7540 (gdb-locals-buffer-name, gdb-registers-buffer-name)
7541 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
7542 to (gud-comint-buffer) in *-buffer-name functions
7543 because (gdb-get-target-string) already does that.
7544 (gdb-locals-handler-custom, gdb-registers-handler-custom)
7545 (gdb-changed-registers-handler): Rewritten without regexps.
7546
7547 * progmodes/gdb-mi.el: Basic thread selection support.
7548 (gdb-thread-number): New variable.
7549 (gdb-current-context-command): New macro which adds --thread
7550 option to command.
7551 (gdb-threads-mode-map): Select thread with SPC.
7552 (gdb-thread-list-handler-custom): Mark current thread with overlay
7553 arrow. Synchronize GDB thread and Emacs thread.
7554 (gdb-select-thread): New command which selects current thread.
7555 (gdb-invalidate-frames, gdb-invalidate-locals)
7556 (gdb-invalidate-registers): Use --thread option.
7557
7558 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
7559
7560 * net/tramp.el (top): Make check for tramp-gvfs loading more
7561 robust. (Bug#3977)
7562 (tramp-handle-insert-file-contents): `unwind-protect' must be
7563 inside `with-parsed-tramp-file-name'.
7564
7565 * net/tramp-gvfs.el (top): Remove superfluous message when loading
7566 fails.
7567
7568 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
7569
7570 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
7571 directory if CLASSPATH is not set.
7572
7573 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
7574
7575 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
7576 New defconst.
7577 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
7578
7579 2009-08-02 Kevin Ryde <user42@zip.com.au>
7580
7581 * net/newst-backend.el (newsticker--raw-url-list-defaults):
7582 Update freshmeat link. Delete newsforge.com as it seems gone.
7583
7584 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
7585
7586 * select.el (x-set-selection): Doc fix (Bug#4021).
7587
7588 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
7589
7590 * help-fns.el (describe-variable): Treat list return values from
7591 dir-locals-find-file properly (Bug#4005).
7592
7593 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
7594
7595 * net/tramp.el (tramp-debug-message): Print also microseconds.
7596
7597 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
7598
7599 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
7600 or END is non-nil.
7601 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
7602 (tramp-get-debug-buffer): Change `outline-regexp' according to new
7603 format.
7604
7605 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
7606 (tramp-get-file-property): Use it.
7607
7608 * autorevert.el (auto-revert-handler): Allow
7609 `auto-revert-tail-mode' for remote files.
7610
7611 2009-08-02 Jason Rumney <jasonr@gnu.org>
7612
7613 * minibuffer.el (read-file-name): Treat confirm options to
7614 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
7615
7616 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
7617
7618 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
7619 (font-lock-variable-name-face, font-lock-constant-face): Darken
7620 the colors for light backgrounds.
7621
7622 2009-08-01 Eli Zaretskii <eliz@gnu.org>
7623
7624 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
7625 month names. (Bug#3987)
7626
7627 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
7628
7629 * simple.el (line-move-finish): Pass whole number to
7630 line-move-to-column.
7631 (line-move-visual): Perform hscroll to the recorded position.
7632
7633 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
7634
7635 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
7636
7637 2009-07-29 Alan Mackenzie <acm@muc.de>
7638
7639 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
7640
7641 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
7642
7643 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
7644 (gdb-place-breakpoints): Use full path when setting breakpoints.
7645
7646 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7647
7648 * calc/calc.el (calc-mode-map): Add keybinding for
7649 `calc-transpose-lines'.
7650
7651 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
7652
7653 * calc/calc-misc.el (calc-transpose-lines): New function.
7654
7655 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
7656
7657 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
7658 Simplify check for out-of-band methods.
7659 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
7660 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
7661
7662 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7663
7664 * vc-git.el (vc-git-checkin): Fix typo.
7665
7666 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
7667
7668 * progmodes/js2-mode.el: New file.
7669
7670 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
7671
7672 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
7673 (gud-menu-map): Adjust tooltip accordingly.
7674
7675 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7676
7677 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
7678 (vc-bzr-log-view-mode): Adjust log-view-file-re.
7679
7680 * add-log.el (change-log-mode-map): Add a menu.
7681
7682 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
7683
7684 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
7685 function returns nil.
7686 (dbus-handle-event): Handle special return value :ignore.
7687 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
7688
7689 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
7690
7691 * view.el (view-mode-enable): Don't define Helper-return-blurb if
7692 it's not needed.
7693
7694 2009-07-25 Eli Zaretskii <eliz@gnu.org>
7695
7696 Fix Bug#3888:
7697
7698 * w32-vars.el (x-select-enable-clipboard): Doc fix.
7699
7700 * term/pc-win.el (x-display-name, x-colors)
7701 (x-select-enable-clipboard, x-select-text): Doc fix.
7702
7703 * term/common-win.el (x-display-name, x-colors): Doc fix.
7704
7705 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
7706 (xw-defined-colors): Doc fix.
7707
7708 * w32-fns.el (x-select-text, x-setup-function-keys)
7709 (x-get-selection, x-set-selection): Doc fix.
7710
7711 * term/x-win.el (x-select-text, x-setup-function-keys)
7712 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
7713
7714 * select.el (x-set-selection): Doc fix.
7715
7716 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
7717
7718 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
7719 instead of "IsNSSSupportAvailable". Avahi ought to work also when
7720 "IsNSSSupportAvailable" method is not available. Reported by
7721 Steve Youngs <steve@sxemacs.org>.
7722
7723 2009-07-24 Kenichi Handa <handa@m17n.org>
7724
7725 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7726 and ?H. Fix setting of case for Latin Extended and Greek Extended.
7727 (build-unicode-category-table): Fix range checks.
7728
7729 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7730
7731 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
7732 the buffer we try to sync is current when calling
7733 vc-resynch-buffer.
7734
7735 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
7736 not show up to date files.
7737
7738 2009-07-24 Glenn Morris <rgm@gnu.org>
7739
7740 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
7741 Add autoload cookies. If necessary, initialize.
7742 (elint-log): Handle non-file buffers.
7743 (elint-initialize): Add optional argument to reinitialize.
7744 (elint-find-builtin-variables): Save excursion.
7745
7746 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7747
7748 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7749 for Lint.
7750
7751 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7752
7753 * vc.el (vc-print-log-internal): New function, split out from ...
7754 (vc-print-log): ... here.
7755 (vc-dir-move-to-goal-column): Declare.
7756
7757 * vc-git.el (vc-git-add-signoff): New variable.
7758 (vc-git-checkin): Use it.
7759 (vc-git-toggle-signoff): New function.
7760 (vc-git-extra-menu-map): Bind it to menu.
7761 (vc-git--run-command-string): Accept a nil FILE argument.
7762 (vc-git-stash-list): New function.
7763 (vc-git-dir-extra-headers): Use it.
7764
7765 2009-07-23 Glenn Morris <rgm@gnu.org>
7766
7767 * help-fns.el (describe-variable): Describe ignored and risky local
7768 variables in a similar way to that in which we describe safe ones.
7769
7770 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
7771 (byte-compile-output-file-form, byte-compile-output-docform)
7772 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
7773 Give some more local variables with common names a "bytecomp-" prefix,
7774 so as not to shadow things during compilation.
7775 * emacs-lisp/cl-macs.el (load-time-value)
7776 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
7777 `outbuffer' to `bytecomp-outbuffer'.
7778
7779 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
7780 since the next two variables cover them automatically now.
7781 (elint-builtin-variables, elint-autoloaded-variables): New.
7782 (elint-unknown-builtin-args): Remove all members, since they can be
7783 parsed automatically now.
7784 (elint-extra-errors): New.
7785 (elint-env-add-env, elint-env-add-macro): Use cadr.
7786 (elint-current-buffer): Use or. Change final message.
7787 (elint-get-top-forms): Use line-end-position.
7788 (elint-init-env): Use cadr. Handle autoload, declare-function,
7789 and defalias.
7790 (elint-add-required-env): Doc fix. Use or. Standardize error.
7791 (regexp-assoc): Remove unused function.
7792 (elint-top-form): Set elint-current-pos, to record the start of the
7793 top-level form, for compilation-mode.
7794 (elint-form): Trap errors in macro expansion. Use dolist.
7795 (elint-unbound-variable): Use elint-builtin-variables and
7796 elint-autoloaded-variables.
7797 (elint-get-args): Use cadr, or.
7798 (elint-check-cond-form): Use dolist, cadr.
7799 (elint-check-condition-case-form): Doc fix. Use cadr.
7800 Use elint-extra-errors.
7801 (elint-log): New function.
7802 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
7803 Distinguish errors and warnings.
7804 (elint-log-message): Use with-current-buffer. Inhibit read-only.
7805 Use a bytecomp-style format.
7806 (elint-clear-log): Preserve default-directory. Inhibit read-only.
7807 (elint-get-log-buffer): Use compilation mode. Disable undo.
7808 Don't truncate lines.
7809 (elint-initialize): Set builtin and autoloaded variable lists.
7810 Only process elint-unknown-builtin-args if non-nil.
7811 (elint-find-builtin-variables, elint-find-autoloaded-variables):
7812 New functions.
7813 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
7814
7815 2009-07-22 Kevin Ryde <user42@zip.com.au>
7816
7817 * net/newst-backend.el (newsticker--parse-atom-1.0)
7818 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7819 (newsticker--parse-rss-1.0):
7820 * progmodes/idlwave.el (idlwave-mode):
7821 * progmodes/idlw-shell.el (idlwave-shell-mode):
7822 * progmodes/vera-mode.el (vera-mode):
7823 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
7824 * progmodes/vhdl-mode.el (vhdl-mode):
7825 * textmodes/table.el (table-generate-source)
7826 (table--warn-incompatibility):
7827 Hyperlink urls in docstrings with URL `...'.
7828
7829 2009-07-22 Glenn Morris <rgm@gnu.org>
7830
7831 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
7832 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
7833 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
7834 Remove leading * from defcustom docs.
7835
7836 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
7837
7838 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
7839 defcustom doc.
7840 (list-load-path-shadows): Optionally, just return shadows as a string.
7841
7842 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
7843
7844 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
7845
7846 * mail/rmailedit.el (rmail-edit-mode): Use
7847 auto-save-include-big-deletions.
7848
7849 * mail/rmail.el (rmail-variables): Use
7850 auto-save-include-big-deletions.
7851
7852 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
7853 changes.
7854
7855 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
7856
7857 * calc/calc.el (calc-undo-length): New variable.
7858 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
7859
7860 2009-07-21 Richard Stallman <rms@gnu.org>
7861
7862 * files.el (auto-save-mode): Handle buffer-save-size = -2
7863 for toggling mode.
7864
7865 2009-07-21 Glenn Morris <rgm@gnu.org>
7866
7867 * textmodes/ispell.el (ispell-looking-back): Update declaration.
7868
7869 * calendar/todo-mode.el (calendar-current-date): Update declaration.
7870
7871 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
7872 silence compiler. Instead...
7873 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
7874 (ps-print-ensure-fontified): Update for above function name changes.
7875
7876 * printing.el (pr-mh-get-msg-num, pr-mh-show)
7877 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
7878 silence compiler. Instead...
7879 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
7880 (mh-show-buffer): Only define for compiler.
7881 (pr-mh-current-message): Update for above function name changes.
7882
7883 * files.el (abort-if-file-too-large): Explicitly pass `filename'
7884 as an argument.
7885 (find-file-noselect, insert-file-1): Update for above change.
7886
7887 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
7888
7889 * mail/mailclient.el (mailclient-send-it): Fix message.
7890
7891 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
7892 (edebug-eval): Check cl-debug-env is bound.
7893 (print-level, print-circle): Don't redefine built-in variables.
7894
7895 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
7896 (custom-print-vectors): Remove old comments from doc.
7897
7898 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
7899 (emerge-version): Make the variable an obsolete alias for the
7900 emacs-version variable. Make the function obsolete.
7901 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
7902 Emerge options, rather than merging in into the main Options menu.
7903 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
7904 and auto advance modes. Disable edit/fast items when not relevant.
7905
7906 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7907
7908 * term/vt420.el (terminal-init-vt420): Fix typo.
7909
7910 2009-07-20 Sam Steingold <sds@gnu.org>
7911
7912 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
7913 variable (removed from compile.el on 2004-03-11).
7914
7915 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
7916
7917 * files.el (hack-local-variables-filter): Fix last change.
7918
7919 2009-07-19 Juri Linkov <juri@jurta.org>
7920
7921 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
7922 (dir-local-variables-alist): New buffer-local variable.
7923 (hack-local-variables-filter): If variable is not dir-local,
7924 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
7925 because file-local overrides dir-local.
7926 (c-postprocess-file-styles)<declare-function>:
7927 Remove obsolete declaration.
7928 (hack-dir-local-variables): Add dir-local variable/value pair to
7929 `dir-local-variables-alist' and remove duplicates. Doc fix.
7930
7931 * help-fns.el (describe-variable): Add information about
7932 file-local and dir-local variables.
7933
7934 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
7935
7936 * files.el (hack-local-variables-filter): Rewrite.
7937
7938 2009-07-19 Glenn Morris <rgm@gnu.org>
7939
7940 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
7941 Silence compiler by only defining on XEmacs.
7942
7943 * international/mule.el (auto-coding-regexp-alist): Only match
7944 BABYL... at the start of buffer, not of lines. (Bug#3790)
7945
7946 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
7947 non-calendar buffers (Bug#3862). Restore "not on a date" message.
7948 (cal-menu-context-mouse-menu): Doc fix.
7949
7950 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
7951
7952 * simple.el (mail-user-agent): Doc fix. Set :version tag.
7953
7954 2009-07-18 Juri Linkov <juri@jurta.org>
7955
7956 * info.el: Virtual Info keyword finder.
7957 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
7958 (Info-finder-file): New variable.
7959 (Info-finder-find-file): New function.
7960 (finder-known-keywords, finder-package-info)
7961 (find-library-name, lm-commentary): Use defvar and
7962 declare-function to silence compiler warnings.
7963 (Info-finder-find-node): New function.
7964 (info-finder): New command.
7965
7966 * subr.el (process-kill-buffer-query-function): New function.
7967 (add-hook)<kill-buffer-query-functions>: Add hook
7968 `process-kill-buffer-query-function'.
7969
7970 2009-07-18 Alan Mackenzie <acm@muc.de>
7971
7972 * progmodes/cc-mode.el (c-before-hack-hook)
7973 (c-postprocess-file-styles): Give invocation of `c-set-style'
7974 DONT-OVERRIDE parameter of t. Already set style variables will
7975 thus not be overridden by style settings given by `c-file-syle'.
7976
7977 * files.el (hack-local-variables-filter): Remove entries with
7978 duplicate keys from `file-local-variables-alist'.
7979
7980 2009-07-18 Eli Zaretskii <eliz@gnu.org>
7981
7982 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
7983 x-set-selection if display-selections-p returns nil for the
7984 current frame.
7985
7986 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
7987
7988 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
7989
7990 2009-07-18 Eli Zaretskii <eliz@gnu.org>
7991
7992 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
7993 Accept nil in addition to a regexp.
7994 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
7995 Accept nil in addition to a regexp.
7996 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
7997 buffers that have an associated file. Handle nil values of
7998 desktop-buffers-not-to-save and desktop-files-not-to-save.
7999 (Bug#3833)
8000
8001 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8002 (x-disown-selection-internal): New functions.
8003
8004 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
8005
8006 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
8007 warning.
8008 (gdb-breakpoints-header): Move forward to avoid compiler warning.
8009 (gdb-make-header-line-mouse-map): Remove duplicate definition.
8010
8011 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
8012
8013 * simple.el (set-mark): Revert last change.
8014
8015 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
8016
8017 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
8018 rendering of pngs is not possible instead of messaging a long
8019 description.
8020
8021 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
8022
8023 * w32-fns.el (x-selection-owner-p): New function.
8024
8025 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
8026 (mouse-yank-at-click, mouse-yank-primary): If
8027 select-active-regions is non-nil, deactivate the mark before
8028 insertion.
8029
8030 * simple.el (deactivate-mark, set-mark): Only save selection if we
8031 own it.
8032
8033 2009-07-17 Kenichi Handa <handa@m17n.org>
8034
8035 * case-table.el (describe-buffer-case-table): Fix for the case
8036 that KEY is a cons.
8037
8038 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8039
8040 * vc-rcs.el (vc-rcs-find-file-hook):
8041 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
8042
8043 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
8044
8045 * net/tramp.el (tramp-wait-for-output): Handle the case when
8046 commands do not return a newline but a null byte before the shell
8047 prompt. (Bug#3858)
8048
8049 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8050
8051 * term/ns-win.el (ns-set-alpha): Don't declare.
8052 (ns-set-background-alpha): Remove function.
8053
8054 2009-07-16 Kevin Ryde <user42@zip.com.au>
8055
8056 * emacs-lisp/copyright.el (copyright-update): Save match-data across
8057 y-or-n-p, for safety.
8058
8059 2009-07-16 Richard Stallman <rms@gnu.org>
8060
8061 * files.el (auto-save-mode): If buffer-saved-size is -2,
8062 don't clobber it.
8063
8064 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
8065 (rmail-retry-ignored-headers): Add more uninteresting fields.
8066
8067 2009-07-15 Jari Aalto <jari.aalto@cante.net>
8068
8069 * net/rcirc.el (rcirc): Use history variables.
8070 (rcirc-server-name-history, rcirc-nick-name-history)
8071 (rcirc-server-port-history): New variables.
8072
8073 2009-07-15 Kenichi Handa <handa@m17n.org>
8074
8075 * international/mule-cmds.el (set-language-environment-charset):
8076 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
8077 ignore them.
8078
8079 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
8080 Delete unibyte-display.
8081
8082 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
8083
8084 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
8085
8086 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
8087
8088 * simple.el (deactivate-mark): Optional argument FORCE.
8089 (set-mark): Use deactivate-mark.
8090
8091 * info.el (Info-search): No need to check transient-mark-mode
8092 before calling deactivate-mark.
8093
8094 * select.el (x-set-selection): Doc fix.
8095 (x-valid-simple-selection-p): Allow buffer values.
8096 (xselect--selection-bounds): Handle buffer values. Suggested by
8097 David De La Harpe Golden.
8098
8099 * mouse.el (mouse-set-region, mouse-drag-track): Call
8100 copy-region-as-kill before setting the mark, to let
8101 select-active-regions work.
8102
8103 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
8104
8105 * simple.el (deactivate-mark): If select-active-regions is
8106 non-nil, copy the selection data into a string.
8107 (activate-mark): If select-active-regions is non-nil, set the
8108 selection to the current buffer.
8109 (set-mark): Update selection if select-active-regions is non-nil.
8110
8111 * select.el (x-valid-simple-selection-p): Allow buffer values.
8112
8113 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
8114
8115 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
8116 and more featureful message-mode.
8117
8118 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
8119
8120 * select.el (x-set-selection): Doc fix.
8121 (x-valid-simple-selection-p): Disallow selection data consisting
8122 of a list or cons of integers, since that is not used.
8123 (xselect--selection-bounds, xselect--int-to-cons): New functions.
8124 (xselect-convert-to-string, xselect-convert-to-length)
8125 (xselect-convert-to-filename, xselect-convert-to-charpos)
8126 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
8127
8128 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
8129
8130 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
8131 output in -break-info command (Emacs bug #3794).
8132
8133 2009-07-14 Glenn Morris <rgm@gnu.org>
8134
8135 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
8136 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
8137 (edebug-print-length, edebug-print-level, edebug-print-circle)
8138 (edebug-sit-for-seconds, edebug-view-outside)
8139 (edebug-bounce-point, edebug-set-global-break-condition)
8140 (edebug-Go-nonstop-mode, edebug-trace-mode)
8141 (edebug-Trace-fast-mode, edebug-continue-mode)
8142 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
8143 (edebug-visit-eval-list): Doc fixes.
8144
8145 * subr.el (def-edebug-spec): Doc fix.
8146
8147 2009-07-14 Kenichi Handa <handa@m17n.org>
8148
8149 * international/characters.el: Fix setting of category ?C.
8150
8151 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
8152
8153 * term/ns-win.el (x-select-font): defalias x-select-font to
8154 ns-popup-font-panel instead of generate-fontset-menu.
8155
8156 2009-07-12 Eli Zaretskii <eliz@gnu.org>
8157
8158 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
8159
8160 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
8161
8162 * arc-mode.el (archive-find-type): Allow for a PK00 string before
8163 the PK\003\004 header (Bug#3770).
8164
8165 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
8166
8167 * pcomplete.el (pcomplete-comint-setup): Check for
8168 shell-dynamic-complete-filename too.
8169
8170 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
8171
8172 * simple.el (temporary-goal-column): Change the value for
8173 line-move-visual to a cons cell.
8174 (line-move-visual): Record or set the window hscroll, if
8175 necessary (Bug#3494).
8176 (line-move-1): Handle cons value of temporary-goal-column.
8177
8178 2009-07-11 Kenichi Handa <handa@m17n.org>
8179
8180 * international/mule-diag.el (describe-character-set): Don't show
8181 width.
8182
8183 2009-07-10 Sam Steingold <sds@gnu.org>
8184
8185 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8186 Omake sometimes indents the errors it prints, so allow all
8187 regexps to start with spaces.
8188
8189 2009-07-10 Eli Zaretskii <eliz@gnu.org>
8190
8191 * cus-edit.el (customize-changed-options-previous-release):
8192 Bump value to 22.1. (Bug#3804)
8193
8194 2009-07-08 Sam Steingold <sds@gnu.org>
8195
8196 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
8197 to be a cons cell (test . ignored-directory) to selectively ignore
8198 some directories depending on the location of the search.
8199
8200 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
8201
8202 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
8203 remote user is root, on the local host.
8204 (tramp-local-host-p): Either the local user or the remote user
8205 must be root. (Bug#3771)
8206
8207 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
8208
8209 * progmodes/gdb-mi.el (gdb): Remove description of
8210 gdb-use-separate-io-buffer.
8211 (menu): Don't allow toggling of or enable
8212 gdb-use-separate-io-buffer from menubar.
8213
8214 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8215
8216 * mail/unrmail.el (unrmail): Make sure the message ends with two
8217 newlines (Bug#3769).
8218
8219 2009-07-08 Glenn Morris <rgm@gnu.org>
8220
8221 * calendar/calendar.el (calendar-current-date): Rework previous change.
8222
8223 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
8224
8225 * calendar/calendar.el (calendar-current-date):
8226 Add an optional argument giving an offset from today.
8227
8228 2009-07-08 Glenn Morris <rgm@gnu.org>
8229
8230 * tutorial.el (tutorial--describe-nonstandard-key):
8231 Adjust the message for when a key has been unbound.
8232 (help-with-tutorial): Hide the arch-tag.
8233
8234 2009-07-08 Kenichi Handa <handa@m17n.org>
8235
8236 * international/fontset.el (setup-default-fontset): For each
8237 script, append (not set) font-specs.
8238
8239 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
8240 docstring.
8241
8242 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
8243
8244 * progmodes/gdb-mi.el (gdb-init-1): Move sending
8245 -data-list-register-names to ...
8246 (gdb-starting): ... here because GDB 7.0 requires execution to
8247 have started when using this MI command.
8248 (gdb-set-header): New function to distinguish select and
8249 unselected tabs in gdb buffers.
8250 (gdb-propertize-header): New macro that uses gdb-set-header.
8251 (gdb-breakpoints-header, gdb-locals-header): Use it.
8252 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
8253
8254 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
8255
8256 * Makefile.in (ELCFILES): Remove fadr.elc.
8257
8258 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
8259
8260 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
8261 may contain frame information, so `string-match' should be used.
8262 (gdb-update): Disassembly is invalidated through
8263 `gdb-get-selected-frame'.
8264 (gdb-pad-string): New function to pad string with spaces.
8265 (gdb-invalidate-disassembly): Invalidate only if the buffer
8266 exists.
8267 (gdb-disassembly-handler-custom): Column alignment.
8268 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
8269 placing new ones.
8270 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
8271 end of line, too.
8272 (gdb-frame-handler): Match convention to for disassembly buffer
8273 mode name.
8274 (gdb-stack-list-frames-handler): Rewritten without regexps.
8275 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
8276 not highlight breakpoints without line information.
8277 (gdb-input): Add trailing newline to command.
8278
8279 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
8280 buffer properly.
8281 (gdb-breakpoints-list-handler-custom): Replacement for
8282 `gdb-break-list-handler'. Using real parser instead of regexps
8283 now.
8284 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
8285 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
8286 to place breakpoints.
8287 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
8288 functions.
8289 (gdb-disassembly-handler-custom): Show overlay arrow.
8290 (gdb-disassembly-place-breakpoints): Show breakpoints in
8291 disassembly buffer.
8292 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
8293 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
8294 instead of parsing breakpoints buffer. Fixed old menu references
8295 in `gud-menu-map'.
8296
8297 * fadr.el: Remove.
8298
8299 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
8300 (gdb-memory-address): New variable which holds top address of
8301 memory page shown in memory buffer.
8302 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
8303 customization variables.
8304 New functions:
8305 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
8306 display the memory buffer.
8307 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
8308 buffer display parameters.
8309 (def-gdb-memory-format, gdb-memory-format-binary)
8310 (gdb-memory-format-octal, gdb-memory-format-unsigned)
8311 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
8312 Functions for setting memory buffer format.
8313 (gdb-memory-unit-word, gdb-memory-unit-halfword)
8314 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
8315 unit size used in memory buffer.
8316 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
8317 to next/previous page of memory buffer.
8318 Now using (bindat-get-field) instead of fadr functions.
8319
8320 2009-07-07 Sam Steingold <sds@gnu.org>
8321
8322 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
8323 non-top-level files.
8324
8325 2009-07-07 Kenichi Handa <handa@m17n.org>
8326
8327 * international/mule-cmds.el (reset-language-environment): Put
8328 the highset priority to the charset iso-8859-1.
8329
8330 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
8331
8332 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
8333 to the end of the line when locating the block (Bug#700).
8334
8335 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
8336
8337 * net/tramp.el (tramp-handle-write-region): Flush file properties
8338 in case of short track.
8339
8340 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
8341
8342 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
8343 representation of verilog error regular expressions to work with
8344 Emacs-22's new format.
8345 (verilog-error-regexp-xemacs-alist): Coded custom representation
8346 of verilog error regular expressions to work with XEmacs format.
8347 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
8348 error recognition into XEmacs.
8349 (verilog-error-regexp-add-emacs): Hook routine to install verilog
8350 error recognition into Emacs-22.
8351
8352 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
8353
8354 * woman.el: Remove stand-alone closing parentheses.
8355 (woman-file-name, woman2-format-paragraphs)
8356 (woman-leave-blank-lines): Code cleanup.
8357 (woman-use-own-frame): Change default to nil.
8358 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
8359 defaults to inherit from default faces.
8360 (woman2-process-escapes): Consume the newline after a stand-alone
8361 filler character (Bug#3651).
8362
8363 2009-07-06 Glenn Morris <rgm@gnu.org>
8364
8365 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
8366 (top-level): Move provide to the end.
8367 (ffap): Remove defunct URL from custom group.
8368
8369 * subr.el (eval-after-load): Doc fix.
8370
8371 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
8372
8373 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
8374 `calc-embedded-word' is called twice.
8375
8376 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8377
8378 * files.el (find-alternate-file-other-window, find-alternate-file):
8379 Obey confirm-nonexistent-file-or-buffer.
8380
8381 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
8382
8383 * dired-aux.el (dired-show-file-type): Handle remote files.
8384
8385 2009-07-05 Jari Aalto <jari.aalto@cante.net>
8386
8387 * desktop.el (desktop-globals-to-save):
8388 Add file-name-history (Bug#2750).
8389
8390 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
8391
8392 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
8393
8394 2009-07-04 Johan Bockgård <bojohan@gnu.org>
8395
8396 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
8397 property on entire argument since this is what eshell-lisp-command
8398 expects.
8399
8400 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
8401
8402 * net/tramp-gvfs.el (tramp-gvfs-methods)
8403 (tramp-gvfs-zeroconf-domain)
8404 (tramp-bluez-discover-devices-timeout): Add version flag.
8405 (tramp-gvfs-handler-mounted-unmounted)
8406 (tramp-gvfs-connection-mounted-p): Polish handling of
8407 incompatibilities between GVFS 0.2 and 1.0.
8408
8409 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
8410
8411 * cus-start.el (all): Add make-pointer-invisible.
8412
8413 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
8414
8415 * calc-math.el (math-use-emacs-fn): Make sure that the number is
8416 formatted correctly.
8417
8418 2009-07-02 Juri Linkov <juri@jurta.org>
8419
8420 * info.el: Virtual Info files and nodes.
8421 (Info-virtual-files, Info-virtual-nodes): New variables.
8422 (Info-current-node-virtual): New variable.
8423 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
8424 New functions.
8425 (Info-file-supports-index-cookies): Use Info-virtual-file-p
8426 to check for a virtual file instead of checking a fixed list
8427 of node names.
8428 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
8429 instead of ad-hoc processing of "dir" and (apropos history toc).
8430 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
8431 instead of ad-hoc processing of "dir" and (apropos history toc).
8432 Reread a file when moving from a virtual node.
8433 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
8434 (Info-directory-toc-nodes, Info-directory-find-file)
8435 (Info-directory-find-node): New functions.
8436 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
8437 (Info-history): Move part of code to
8438 `Info-history-find-node'.
8439 (Info-history-toc-nodes, Info-history-find-file)
8440 (Info-history-find-node): New functions.
8441 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
8442 (Info-toc): Move part of code to `Info-toc-find-node'.
8443 (Info-toc-find-node): New function.
8444 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
8445 the current Info file name to references because now the node
8446 "*TOC*" belongs to the same Info manual.
8447 (Info-toc-build): Rename from `Info-build-toc'.
8448 (Info-toc-nodes): Rename input argument `file' to `filename'.
8449 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
8450 instead of ad-hoc processing of ("dir" apropos history toc).
8451 (Info-index-nodes): Use Info-virtual-file-p
8452 to check for a virtual file instead of checking a fixed list
8453 of node names.
8454 (Info-index-node): Add check for `Info-current-node-virtual'.
8455 Raise `save-match-data' higher up the tree to contain
8456 `search-forward' too (bug fix).
8457 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
8458 (Info-virtual-index-nodes): New variable.
8459 (Info-virtual-index-find-node, Info-virtual-index): New functions.
8460 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
8461 (Info-apropos-file, Info-apropos-nodes): New variables.
8462 (Info-apropos-toc-nodes, Info-apropos-find-file)
8463 (Info-apropos-find-node, Info-apropos-matches): New functions.
8464 (info-apropos): Move part of code to `Info-apropos-find-node' and
8465 `Info-apropos-matches'.
8466 (Info-mode-map): Bind "I" to `Info-virtual-index'.
8467 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
8468 for a virtual file instead of checking a fixed list of node names.
8469
8470 * simple.el (async-shell-command): New command.
8471
8472 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
8473
8474 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
8475 instead of `mount-info'.
8476
8477 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
8478
8479 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
8480 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
8481
8482 2009-07-02 Kenichi Handa <handa@m17n.org>
8483
8484 * international/mule.el (set-keyboard-coding-system): Force *-unix
8485 coding-system to avoid eol conversion.
8486
8487 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
8488
8489 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8490 Add handler for `process-file', `shell-command' and
8491 `start-file-process'.
8492 (tramp-gvfs-handle-shell-command)
8493 (tramp-gvfs-handle-start-file-process)
8494 (tramp-gvfs-handle-process-file): New defuns.
8495 (tramp-synce-list-devices): Simplify check for existence of property.
8496
8497 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
8498
8499 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
8500
8501 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
8502
8503 * language/korean.el (set-language-info-alist): Add korean-cp949,
8504 cp949 to spec.
8505
8506 2009-07-01 Kenichi Handa <handa@m17n.org>
8507
8508 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
8509
8510 * international/encoded-kb.el: Deleted.
8511
8512 * international/mule.el (set-keyboard-coding-system): Perform the
8513 necessary setup here instead of calling encoded-kbd-setup-display.
8514
8515 2009-07-01 Glenn Morris <rgm@gnu.org>
8516
8517 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
8518
8519 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
8520
8521 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
8522
8523 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
8524
8525 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
8526 Handle also the 'rename case, when setting file modes. (Bug#3712)
8527 (tramp-default-file-modes) Remove execute permissions.
8528
8529 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
8530 (top): Add a default for "synce" in `tramp-default-user-alist'.
8531 Add completion function for "synce" method.
8532 (tramp-hal-service, tramp-hal-path-manager)
8533 (tramp-hal-interface-manager, tramp-hal-interface-device):
8534 New defconst.
8535 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
8536 (tramp-synce-list-devices, tramp-synce-parse-device-names):
8537 New defuns.
8538
8539 * net/trampver.el: Update release number.
8540
8541 2009-06-30 Kenichi Handa <handa@m17n.org>
8542
8543 * international/fontset.el (setup-default-fontset): Add CJK fonts
8544 for symbols and the other miscellaneous characters.
8545
8546 * language/korea-util.el (setup-korean-environment-internal):
8547 Make char-width-table suitable for Korean environments.
8548 (exit-korean-environment): Cancel above.
8549
8550 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8551 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
8552 setup-funcion to make char-widht-table suitable for respective
8553 environments, and an exit-function to cancel that.
8554
8555 * language/japan-util.el (setup-japanese-environment-internal):
8556 Call use-cjk-char-width-table with arg `ja_JP'.
8557
8558 * international/characters.el (cjk-char-width-table): Delete it.
8559 (cjk-char-width-table-list): New variable.
8560 (use-cjk-char-width-table): New arg local-name.
8561 (use-default-char-width-table): Fix for the case that Emacs is
8562 already using the default char-width-table.
8563
8564 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
8565
8566 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
8567 modes mandatory. (Bug#3712)
8568
8569 2009-06-29 Alan Mackenzie <acm@muc.de>
8570
8571 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
8572 correction between the visible width of TABs and their number of bytes.
8573
8574 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
8575
8576 * server.el (server-buffer-done): Prevent kill-buffer from
8577 prompting by clearing the buffer modification flag (Bug#3696).
8578
8579 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
8580
8581 * verilog-mode.el (verilog-beg-of-statement)
8582 (verilog-endcomment-reason-re): Support unique case and priority case.
8583 (verilog-basic-complete-re): Support localparam lineup.
8584 (verilog-beg-of-statement-1): Fix for robustness, unique case.
8585 (verilog-set-auto-endcomments): Fix for unique case, always_comb
8586 commenting.
8587 (verilog-leap-to-case-head): Now support *nested* unique &
8588 priority case statements.
8589 (verilog-auto-lineup): Make just declarations the default (as it
8590 had been).
8591 (verilog-leap-to-case-head): Support priority/unique case statements.
8592 (verilog-auto-lineup): Rework to give users radio buttons to
8593 select the various styles of automatic lineup.
8594 (verilog-error-regexp-alist): Rework to support the XEmacs style
8595 of error regular expressions from compilers, lint tools &
8596 simulators. Note that GNU Emacs has made it impossible for a mode
8597 to load such things.
8598 (electric-verilog-terminate-line, verilog-indent-declaration)
8599 (verilog-auto-wiure): Rework for radio button selection of
8600 auto-lineup selection of specification of auto lineup.
8601 (verilog-beg-of-statement-1): Redesign to support proper operation
8602 in additional code, based on testing with auto-lineup.
8603 (verilog-calculate-indent, assignments & declarations)
8604 (verilog-backward-token): Enhance to support auto-lineup of
8605 assignments & declarations.
8606 (verilog-in-directive-p, verilog-at-struct-p): New function for
8607 easy test of whether we are.
8608 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
8609 to support safe execution at almost anyline.
8610 (verilog-calc-1): Properly support indenting deep inside generate
8611 blocks.
8612 (verilog-init-font) Remove definition & use of verilog-init-font,
8613 as it is redundant with font-lock-defaults.
8614 (verilog-mode): Alter the definition of verilog-font-lock-defaults
8615 to avoid circular calls if syntax-ppss is a function (as is the
8616 case now in 22.x GNU Emacs) as that function would sometimes call
8617 itself, leading to (nearly) infinite recursion.
8618 (verilog-ovm-begin-re, verilog-ovm-end-re)
8619 (verilog-ovm-statement-re, verilog-leap-to-head)
8620 (verilog-backward-token): Add support for OVM macros. Some are
8621 complete statements, and others open and close scopes like begin
8622 and end.
8623 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
8624 (verilog-defun-level-generate-only-re): Really fix the defun-list
8625 compilation issue.
8626 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
8627 coverpoint, constraint and cross statements.
8628 (verilog-defun-level-list, verilog-generate-defun-level-list)
8629 (verilog-all-defun-level-list): Redo these specifications - it is
8630 too hard to support eval-when compile aggregation of lists also
8631 built at when-compile time.
8632 (verilog-defun-level-list): Place defconsts of variables used in
8633 building regular expressions which are built in eval-when-compile
8634 bodies in the same eval-when-compile body to facilitate compile
8635 without load.
8636 (verilog-beg-block-re-ordered): Support indenting
8637 virtual/protected tasks and functions.
8638 (verilog-defun-level-list, verilog-in-generate-region-p)
8639 (verilog-backward-ws&directives, verilog-calc-1): Speed up
8640 indentation of some module items (generate items).
8641 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
8642 across virtual/protected tasks and functions.
8643
8644 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
8645
8646 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
8647 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
8648 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
8649 in concatenations. Reported by Yishay Belkind.
8650 (verilog-auto-ascii-enum): Support one-hot state machines in
8651 AUTOASCIIENUM. Suggested by Lloyd Gomez.
8652 (verilog-auto-inst, verilog-auto-inst-port): Include interface
8653 modport in AUTOINST and add vl-modport for users. Reported by
8654 David Rogoff.
8655 (verilog-auto-inout-module, verilog-auto-inst)
8656 (verilog-decls-get-interfaces, verilog-insert-definition)
8657 (verilog-insert-one-definition, verilog-read-decls)
8658 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
8659 (verilog-sig-modport, verilog-signals-combine-bus)
8660 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
8661 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
8662 Suggested by David Rogoff.
8663 (verilog-repair-open-comma): Fix non-insertion of comma when
8664 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
8665 (verilog-make-width-expression): Simplify [A-1:0] expression
8666 widths to just {A{1'b0}}.
8667 (verilog-mode): Cleanup checkdoc warnings.
8668 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
8669 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
8670 inputs/outputs or data type. Suggested by Vasu Kandadi.
8671 (next-error-last-buffer): Fix byte-compiler warning.
8672 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
8673 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
8674 or shell command text during AUTO expansion. Suggested by Tad Truex.
8675 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
8676 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
8677 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
8678 in AUTOINOUT. Reported by Matthew Lovell.
8679 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
8680 causing use of <= assignments. Reported by Alex Reed.
8681 (verilog-read-decls): Fix triand, trior, wand, wor to be
8682 recognized by AUTOWIRE. Reported by Spencer Isaacson.
8683 (verilog-extended-complete-re): Support import "DPI-C" functions.
8684 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
8685 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
8686 (verilog-insert-date, verilog-insert-year)
8687 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
8688 Windows systems. Reported by Michael Potts.
8689 (verilog-read-module-name): Fix AUTOINST when the child module
8690 declaration's name is a tick define. Reported by Elliot Mednick.
8691 (verilog-read-decls): Fix V2K parameter bit subscripts getting
8692 passed to next parameter's definition. Reported by Bruce T.
8693 (verilog-read-decls): Fix detecting "parameter int" when using
8694 AUTOINSTPARAM. Reported by Bruce T.
8695 (verilog-goto-defun): Fix goto not finding modules unless first
8696 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
8697 (verilog-mode): Expand -f flag arguments on entry to mode so
8698 verilog-goto-defun will work. Reported by Lawrence Butcher.
8699 (verilog-getopt): Expand environment variables in -f file
8700 arguments. Suggested by Lawrence Butcher.
8701 (verilog-set-define): Fix "Symbol's value as variable is void"
8702 when reading enumerations.
8703 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
8704 Suggested by Stephen Peltan.
8705 (verilog-read-defines): Fix reading of enumerations in include
8706 files. Reported by Steve Peltan.
8707
8708 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
8709
8710 * files.el (trash-directory): Fix defcustom type.
8711
8712 2009-06-28 Juri Linkov <juri@jurta.org>
8713
8714 * help-fns.el (describe-function-1): Correctly locate adviced
8715 functions in hyperlink (Bug#2438).
8716
8717 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
8718
8719 * files.el (trash-directory): Change default to nil.
8720 (move-file-to-trash): If trash-directory is nil and
8721 system-move-file-to-trash is unbound, perform freedesktop-style
8722 trashing.
8723
8724 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
8725
8726 * files.el (move-file-to-trash): Add freedesktop trash
8727 support (Bug#973).
8728
8729 2009-06-28 Glenn Morris <rgm@gnu.org>
8730
8731 * autorevert.el (global-auto-revert-non-file-buffers)
8732 (global-auto-revert-mode): Doc fixes.
8733
8734 2009-06-27 Johan Bockgård <bojohan@gnu.org>
8735
8736 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8737
8738 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
8739
8740 * faces.el (x-handle-named-frame-geometry): Ensure that we have
8741 opened an X connection before calling x-get-resource (Bug#3194).
8742
8743 * play/doctor.el: Remove reference to obsolete website.
8744 (make-doctor-variables): Correct grammar mistake (Bug#2633).
8745
8746 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8747
8748 Remove find-file-not-found-hook VC method. (Bug#2757)
8749 * vc-hooks.el (vc-file-not-found-hook)
8750 (vc-default-find-file-not-found-hook): Remove functions.
8751 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
8752 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
8753 * vc.el:
8754 * vc-hg.el:
8755 * vc-git.el: Do not mention find-file-not-found-hook VC method.
8756
8757 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
8758
8759 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
8760 compatibility function for `looking-back'.
8761
8762 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8763 Use `ispell-looking-back'.
8764
8765 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
8766
8767 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
8768 rather than `filename'.
8769
8770 2009-06-23 Miles Bader <miles@gnu.org>
8771
8772 * face-remap.el (text-scale-set): New function.
8773
8774 2009-06-23 Glenn Morris <rgm@gnu.org>
8775
8776 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8777
8778 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8779
8780 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8781
8782 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8783
8784 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8785 Simplify Persian conditionals.
8786
8787 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8788 variable `filename'.
8789
8790 * comint.el (comint-insert-input): Doc fix.
8791
8792 * Makefile.in (ELCFILES): Fix typo in previous change.
8793
8794 2009-06-23 Miles Bader <miles@gnu.org>
8795
8796 * cus-start.el: Add entry for `recenter-redisplay'.
8797
8798 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8799
8800 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
8801 Add an optional argument for the backend, use it instead of
8802 calling vc-backend.
8803 (vc-mode-line): Add an optional argument for the backend.
8804 Pass the backend to vc-state and vc-working-revision. Move code for
8805 special handling for vc-state being a buffer to ...
8806
8807 * vc-rcs.el (vc-rcs-find-file-hook):
8808 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
8809
8810 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
8811 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
8812 vc-stay-local-p and vc-mode-line calls.
8813
8814 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
8815 (vc-cvs-diff, vc-cvs-annotate-command)
8816 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
8817 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
8818 vc-mode-line calls.
8819
8820 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
8821 direct comparison.
8822 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
8823 backend when calling vc-mode-line.
8824 (vc-register): Do not create a closure for calling the vc register
8825 function, call it directly.
8826
8827 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8828
8829 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
8830 to make it obvious item can be clicked.
8831
8832 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8833
8834 2009-06-23 Kenichi Handa <handa@m17n.org>
8835
8836 * language/korea-util.el (korean-key-bindings): Change the binding
8837 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
8838 same command.
8839
8840 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
8841
8842 Sync with Tramp 2.1.16.
8843
8844 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
8845
8846 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
8847 when a loading of a package fails. Completion function for rsync
8848 is `tramp-completion-function-alist-ssh'.
8849 (all): Replace all calls of `split-string' and
8850 `tramp-split-string' by `tramp-compat-split-string'.
8851 (tramp-default-method): Use `tramp-compat-process-running-p'.
8852 (tramp-default-proxies-alist): Allow also Lisp forms.
8853 (tramp-remote-path): Add choice "Private Directories".
8854 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
8855 (tramp-domain-regexp): Allow also "-", "_" and ".".
8856 (tramp-end-of-output): Remove newlines, and add "$" at the end.
8857 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
8858 (tramp-debug-message): Insert header line in debug buffer.
8859 (tramp-handle-directory-files-and-attributes-with-stat):
8860 Care about filenames with spaces, or starting with "-".
8861 (tramp-handle-dired-uncache): New defun.
8862 (tramp-handle-insert-directory): Don't flush the directory from
8863 cache, this is handled by `dired-uncache' now.
8864 (tramp-handle-insert-file-contents): Improve error handling.
8865 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8866 Quote `tramp-end-of-output'.
8867 (tramp-action-password): Improve trace message.
8868 (tramp-check-for-regexp): Both echoes must be present, before removing.
8869 (tramp-open-connection-setup-interactive-shell): Trace coding system.
8870 (tramp-compute-multi-hops): Eval cons cells of
8871 `tramp-default-proxies-alist'.
8872 (tramp-maybe-open-connection): Use the same command pattern for
8873 first hop and further hops.
8874 (tramp-wait-for-output): Remove handling of newlines.
8875 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
8876 (tramp-split-string): Remove function. It is handled in
8877 tramp-compat now.
8878
8879 * net/tramp-cmds.el (tramp-bug):
8880 Recommend `tramp-cleanup-all-connections' in the bug mail.
8881
8882 * net/tramp-compat.el (tramp-compat-split-string)
8883 (tramp-compat-process-running-p): New defuns.
8884
8885 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
8886 for `dired-uncache'.
8887
8888 * net/tramp-gvfs.el: New package.
8889
8890 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8891 Add handler for `dired-uncache'.
8892 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
8893
8894 * net/trampver.el: Update release number. Make version check fit
8895 for SXEmacs 22.
8896
8897 2009-06-22 Jim Meyering <meyering@redhat.com>
8898
8899 Automatically handle .xz suffix (XZ-compressed files), too.
8900 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8901 XZ is the successor to LZMA: <http://tukaani.org/xz/>
8902
8903 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
8904 Nick Roberts <nickrob@snap.net.nz>
8905
8906 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
8907 repository (http://sphinx.net.ru/hg/gdb-mi/).
8908
8909 2009-06-22 Glenn Morris <rgm@gnu.org>
8910
8911 * files.el (dir-locals-collect-mode-variables): Allow for any number of
8912 `mode' and `eval' entries. (Bug#3430)
8913
8914 * Makefile.in (ELCFILES): Add fadr.elc.
8915
8916 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
8917 differing behavior of \n and ^ in strings. (Bug#3385)
8918
8919 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8920
8921 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8922 property.
8923 (lisp-indent-function): Make it a defcustom.
8924
8925 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
8926
8927 * progmodes/gdb-ui.el: Replace with ...
8928 * progmodes/gdb-mi.el: ... this file.
8929 * progmodes/gud.el: Modify for gdb-mi.el.
8930
8931 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
8932
8933 * fadr.el: New file.
8934
8935 See ChangeLog.14 for earlier changes.
8936
8937 ;; Local Variables:
8938 ;; coding: utf-8
8939 ;; End:
8940
8941 Copyright (C) 2009 Free Software Foundation, Inc.
8942
8943 This file is part of GNU Emacs.
8944
8945 GNU Emacs is free software: you can redistribute it and/or modify
8946 it under the terms of the GNU General Public License as published by
8947 the Free Software Foundation, either version 3 of the License, or
8948 (at your option) any later version.
8949
8950 GNU Emacs is distributed in the hope that it will be useful,
8951 but WITHOUT ANY WARRANTY; without even the implied warranty of
8952 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8953 GNU General Public License for more details.
8954
8955 You should have received a copy of the GNU General Public License
8956 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8957
8958 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1