1 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5 2009-12-01 Glenn Morris <rgm@gnu.org>
7 * window.el (window-to-use): Define for compiler.
9 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
10 consistent with others (no final period).
12 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
13 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
17 Make vc-print-log buttons work.
18 * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
20 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
22 * savehist.el (savehist-autosave-interval): Allow setting to nil
23 through customize. (Bug#5056)
25 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
27 Fix references to jit-lock properties.
28 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
29 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
30 (perl-font-lock-special-syntactic-constructs):
31 Quote jit-lock-defer-multiline property.
33 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
35 * vc-git.el (vc-git-registered): Call vc-git-root only once.
37 2009-11-30 Juri Linkov <juri@jurta.org>
39 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
40 value `buffer' of `multi-isearch-next-buffer-current-function'.
41 Use `(current-buffer)' when `buffer' is nil.
42 (multi-isearch-next-buffer-from-list): Don't fallback to
43 `(current-buffer)' when `buffer' is nil. (Bug#4947)
45 2009-11-30 Juri Linkov <juri@jurta.org>
47 * misearch.el (multi-isearch-read-buffers): Move canonicalization
48 of buffers with `get-buffer' to `multi-isearch-buffers'.
49 (multi-isearch-buffers, multi-isearch-buffers-regexp):
50 Canonicalize BUFFERS with `get-buffer'. Doc fix.
51 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
52 FILES with `expand-file-name' converting relative file names
53 to absolute. Doc fix. (Bug#4727)
55 2009-11-30 Juri Linkov <juri@jurta.org>
57 * misearch.el (multi-isearch-read-buffers)
58 (multi-isearch-read-matching-buffers): New functions.
59 (multi-isearch-buffers, multi-isearch-buffers-regexp):
60 Use them in the `interactive' spec. Doc fix.
61 (multi-isearch-read-files, multi-isearch-read-matching-files):
63 (multi-isearch-files, multi-isearch-files-regexp):
64 Use them in the `interactive' spec. Doc fix. (Bug#4725)
66 2009-11-30 Juri Linkov <juri@jurta.org>
68 * doc-view.el (doc-view-continuous):
69 Rename from `doc-view-continuous-mode'.
70 (doc-view-menu): Move "Toggle display" to the top.
71 Add submenu "Continuous" with radio buttons "Off"/"On"
72 and "Save as Default".
73 (doc-view-scroll-up-or-next-page)
74 (doc-view-scroll-down-or-previous-page)
75 (doc-view-next-line-or-next-page)
76 (doc-view-previous-line-or-previous-page): Rename
77 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
79 2009-11-30 Juri Linkov <juri@jurta.org>
81 * comint.el (comint-mode-map): Rebind `M-r' from
82 `comint-previous-matching-input' to
83 `comint-history-isearch-backward-regexp'.
84 Unbind `M-s' to allow global key binding `M-s'.
85 Add menu items for `comint-history-isearch-backward' and
86 `comint-history-isearch-backward-regexp'. (Bug#3746)
88 2009-11-30 Juri Linkov <juri@jurta.org>
90 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
91 For def=recenter, replace `recenter' with `recenter-top-bottom'
92 that is called with `this-command' and `last-command' let-bound
93 to `recenter-top-bottom'. When the last `def' was not `recenter',
94 set `recenter-last-op' to nil. (Bug#4981)
96 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
98 Minor cleanup and simplification.
99 * filecache.el (file-cache-add-directory)
100 (file-cache-add-directory-recursively)
101 (file-cache-add-from-file-cache-buffer)
102 (file-cache-delete-file-regexp, file-cache-delete-directory)
103 (file-cache-files-matching-internal, file-cache-display): Use dolist.
104 (file-cache-temp-minibuffer-message): Delete function.
105 (file-cache-minibuffer-complete): Use minibuffer-message instead.
107 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
108 Don't signal an error when bumping into EOB in tr, s, or y.
110 2009-11-29 Juri Linkov <juri@jurta.org>
112 * startup.el (fancy-about-text): Fix wording of Guided Tour.
115 * descr-text.el (describe-char-unidata-list): Use lowercase name
116 for "Unicode name" like in other tags.
118 2009-11-29 Juri Linkov <juri@jurta.org>
120 * ediff-util.el (ediff-minibuffer-with-setup-hook):
121 New compatibility macro.
122 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
124 2009-11-29 Juri Linkov <juri@jurta.org>
126 Add defcustom to define the cycling order of `recenter-top-bottom'.
129 * window.el (recenter-last-op): Doc fix.
130 (recenter-positions): New defcustom.
131 (recenter-top-bottom): Rewrite to use `recenter-positions'.
132 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
134 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
136 Improve integration of Tramp and ange-ftp in eshell.
138 * eshell/em-unix (eshell/whoami): Make it a defun but a defalias.
139 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
140 (eshell/sudo): Flatten args. Let-bind `default-directory'.
142 * eshell/esh-util.el (top): Require also Tramp when compiling.
143 (eshell-directory-files-and-attributes): Check for FTP remote
145 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
146 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
147 (eshell-file-attributes): Handle ".". Return `entry'.
149 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
150 (ange-ftp-directory-files-and-attributes)
151 (ange-ftp-real-directory-files-and-attributes): New defuns.
153 * net/tramp.el (tramp-maybe-open-connection): Open the remote
154 shell with "exec" when possible. This prevents trailing prompts
155 in `start-file-process'.
157 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
159 Try and remove assumptions about point-min==1.
160 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
161 (rng-compute-mode-line-string): Show the validation percentage in
162 terms of the narrowed text, not the widened text.
163 (rng-do-some-validation): Don't catch internal errors when debugging.
164 (rng-first-error): Simplify.
165 (rng-after-change-function): Remove work around. AFAIK the bug has
166 been fixed a while ago.
168 * image-mode.el (image-minor-mode): Exit more gracefully when the image
169 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
171 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
173 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
174 `cd' doesn't always do it for us (bug#5067).
176 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
177 on 2009-10-25 as part of some other change (bug#5067).
179 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
181 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
183 (byte-compile-warnings): Use byte-compile-warning-types.
184 (byte-compile-save-excursion): Warn about use of set-buffer right
185 after save-excursion.
187 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
188 the excursion as well.
190 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
192 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
193 providing a Tramp related implementation of "su" and "sudo".
194 (eshell-unix-initialize): Add "su" and "sudo".
196 2009-11-27 Daiki Ueno <ueno@unixuser.org>
198 * net/socks.el (socks-send-command): Convert binary request to
199 unibyte before sending. This fixes mishandling of some port
202 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
204 * help.el (describe-bindings-internal): Remove `interactive'.
206 * man.el (Man-completion-table): Trim a terminating "(".
207 Remove the space between name page a section.
208 Add the command's description on the `help-echo' property.
209 Remove `process-connection-type' binding since it's unused by
211 Provide completion for the "<section> <name>" format as well.
212 (Man-default-man-entry): Remove spurious var shadowing the argument.
214 2009-11-26 Kevin Ryde <user42@zip.com.au>
216 * log-view.el: Add "Keywords: tools", since its other keywords
217 aren't in finder-known-keywords, and following vc.el.
219 * sha1.el (sha1-string-external): default-directory "/" in case
220 otherwise non-existent. process-connection-type pipe for touch of
221 efficiency recommended by elisp manual. (An aside in Bug#3911.)
223 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
225 Misc coding convention cleanups.
226 * htmlfontify.el (hfy-init-kludge-hook): Rename from
227 hfy-init-kludge-hooks.
228 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
229 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
230 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
232 (hfy-slant, hfy-weight): Use tables rather than code.
233 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
234 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
235 (hfy-face-attr-for-class): Initialize `face-spec' directly.
236 (hfy-face-to-css): Remove `nconc' with single arg.
237 (hfy-p-to-face-lennart): Use `or'.
238 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
239 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
240 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
241 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
242 (hfy-force-fontification): Use run-hooks.
244 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
247 * htmlfontify.el (hfy-default-header): Add toggle_invis since
248 Javascript belongs in the header, not the body.
249 (hfy-javascript): Remove.
250 (hfy-fontify-buffer): Don't insert it any more.
251 (hfy-face-at): Handle (face0 face1 face2) style face properties.
252 Fix bug in invis handling when there were no invis props in a chunk.
254 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
256 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
258 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
260 * finder.el (finder-mode-map): Add a menu.
262 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
264 * verilog-mode.el (verilog-at-struct-p): Support "signed" and
267 (verilog-leap-to-head, verilog-backward-token): Handle "disable
268 fork" statement better.
270 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
272 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
273 (verilog-delete-empty-auto-pair, verilog-library-filenames):
274 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
276 (verilog-auto-inst, verilog-auto-star-safe)
277 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
278 Fix removing "// Interfaces" when saving .* expansions. Reported by
279 Pierre-David Pfister.
281 2009-11-26 Glenn Morris <rgm@gnu.org>
283 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
286 2009-11-25 Johan Bockgård <bojohan@gnu.org>
288 * vc-annotate.el (vc-annotate-revision-previous-to-line):
289 Really use previous revision.
291 2009-11-25 Kevin Ryde <user42@zip.com.au>
293 * man.el (Man-completion-table): default-directory "/" in case
294 doesn't otherwise exist. process-environment COLUMNS=999 so as
295 not to truncate long names. process-connection-type pipe to avoid
296 any chance of hitting the pseudo-tty TIOCGWINSZ.
297 (man): completion-ignore-case t for friendliness and since man
298 itself is case-insensitive on the command line.
301 * arc-mode.el: Add "Keywords: files", so the details in its
302 commentary can be reached from finder-by-keyword.
303 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
304 editing mode, but it's comms related and sgml-mode.el has "comm"
306 * textmodes/bibtex-style.el: Add "Keywords: tex".
307 * international/isearch-x.el, international/ja-dic-cnv.el:
308 * international/ja-dic-utl.el, international/kkc.el:
309 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
311 2009-11-25 Juri Linkov <juri@jurta.org>
313 * man.el (Man-completion-table): Modify regexp to include
314 section names to completion strings. (Bug#3717)
316 2009-11-25 Juri Linkov <juri@jurta.org>
318 Search recursively in gzipped files. (Bug#4982)
320 * progmodes/grep.el (grep-highlight-matches): Add new options
321 `always' and `auto'. Doc fix.
322 (grep-process-setup): Check `grep-highlight-matches' for
323 `auto-detect' to determine the need to compute grep defaults.
324 Move Windows/DOS specific --colors settings handling
325 to `grep-compute-defaults'. Check `grep-highlight-matches'
326 to get the value of "--color=".
327 (grep-compute-defaults): Compute `grep-highlight-matches' when it
328 has the value `auto-detect'. Move Windows/DOS specific settings
329 from `grep-process-setup'.
330 (zrgrep): New command with alias `rzgrep'.
332 2009-11-25 Juri Linkov <juri@jurta.org>
334 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
335 to nil instead of switching off view-mode. (Bug#4896)
337 2009-11-25 Juri Linkov <juri@jurta.org>
339 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
341 * mwheel.el (mwheel-scroll-up-function)
342 (mwheel-scroll-down-function): New defvars.
343 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
344 `scroll-up', and `mwheel-scroll-down-function' instead of
347 * doc-view.el (doc-view-scroll-up-or-next-page)
348 (doc-view-scroll-down-or-previous-page): Add optional ARG.
349 Use this ARG in the call to image-scroll-up/image-scroll-down.
350 Change `interactive' spec to "P". Goto next/previous page only
351 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
352 SPC/DEL case). Doc fix.
353 (doc-view-next-line-or-next-page)
354 (doc-view-previous-line-or-previous-page): Rename arg to ARG
356 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
357 `doc-view-scroll-up-or-next-page', and buffer-local
358 `mwheel-scroll-down-function' to
359 `doc-view-scroll-down-or-previous-page'.
361 2009-11-25 Juri Linkov <juri@jurta.org>
363 Provide additional default values (directories at other Dired
364 windows) via M-n in the minibuffer of some Dired commands.
366 * dired-aux.el (dired-diff, dired-compare-directories)
367 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
368 `minibuffer-default' in `minibuffer-with-setup-hook'.
369 (dired-dwim-target-directory): Find a window that displays Dired
370 buffer instead of failing when the next window is not Dired.
371 Use `get-window-with-predicate' to find for the next Dired window.
372 (dired-dwim-target-defaults): New function.
374 * ediff-util.el (ediff-read-file-name):
375 Use `dired-dwim-target-defaults' to set `minibuffer-default'
376 in `minibuffer-with-setup-hook'.
378 2009-11-25 Juri Linkov <juri@jurta.org>
380 Provide additional default values (file name at point or at the
381 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
383 * minibuffer.el (read-file-name-defaults): New function.
384 (read-file-name): Reset `minibuffer-default' to nil when
385 it duplicates initial input `insdef'.
386 Bind `minibuffer-default-add-function' to lambda that
387 calls `read-file-name-defaults' in `minibuffer-selected-window'.
388 (minibuffer-insert-file-name-at-point): New command.
390 * files.el (file-name-at-point-functions): New defcustom.
391 (find-file-default): Remove defvar.
392 (find-file-read-args): Don't use `find-file-default'.
393 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
395 (find-file-literally): Use `read-file-name' with
396 `confirm-nonexistent-file-or-buffer'.
398 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
400 * dired.el (dired-read-dir-and-switches):
401 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
403 (dired-file-name-at-point): New function.
404 (dired-mode): Add hook `dired-file-name-at-point' to
405 `file-name-at-point-functions'.
407 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
409 Really make the *Completions* window soft-dedicated (bug#5030).
410 * window.el (window--display-buffer-2): Add `dedicated' argument.
411 (display-buffer): Pass it when needed so the dedicated flag is set
412 after calling set-window-buffer, which would otherwise reset it.
414 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
416 * progmodes/meta-mode.el (meta-complete-symbol):
417 * progmodes/etags.el (complete-tag):
418 * mail/mailabbrev.el (mail-abbrev-complete-alias):
419 Use completion-in-region.
421 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
422 (dabbrev-completion): Use completion-in-region.
423 (dabbrev--abbrev-at-point): Simplify regexp.
425 * abbrev.el (abbrev--before-point): Use word-motion functions
426 if :regexp is not specified (bug#5031).
428 * subr.el (string-prefix-p): New function.
430 * man.el (Man-completion-cache): New var.
431 (Man-completion-table): Use it.
433 * vc.el (vc-print-log-internal): Make `limit' optional for better
434 compatibility (e.g. with vc-annotate.el).
436 2009-11-24 Kevin Ryde <user42@zip.com.au>
438 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
439 Build value with regexp-opt instead of explicit joining loop. (My
442 * emacs-lisp/elint.el (elint-add-required-env): Better error message
443 when .el source file not found or other error.
445 2009-11-24 Markus Triska <markus.triska@gmx.at>
447 * linum.el (linum-update-window): Ignore intangible (bug#4996).
449 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
451 Handle the [back] button properly (bug#4979).
452 * descr-text.el (describe-text-properties): Add a `buffer' argument.
453 Use help-setup-xref, help-buffer, and with-help-window.
454 (describe-char): Add `buffer' argument.
455 Pass proper command to help-setup-xref. Don't meddle with
456 help-xref-stack-item directly.
457 (describe-text-category): Use with-help-window and help-buffer.
459 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
460 for the displayed buffer (bug#4887).
462 * man.el (Man-completion-table): New function.
465 2009-11-24 David Reitter <david.reitter@gmail.com>
467 * vc-git.el (vc-git-registered): Use checkout directory (where
468 .git is) rather than the file's directory and a relative path spec
469 to work around a bug in git.
471 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
473 Improve handling of processes on remote hosts.
475 * eshell/esh-util.el (eshell-path-env): New defvar.
476 (eshell-parse-colon-path): New defun.
477 (eshell-file-attributes): Use `eshell-parse-colon-path'.
479 * eshell/esh-ext.el (eshell-search-path):
480 Use `eshell-parse-colon-path'.
481 (eshell-remote-command): Remove argument HANDLER.
482 (eshell-external-command): Check for FTP remote connection.
484 * eshell/esh-proc.el (eshell-gather-process-output):
485 Use `file-truename', in order to start also symlinked files.
486 Apply `start-file-process' instead of `start-process'.
487 Shorten `command' to the local file name part.
489 * eshell/em-cmpl.el (eshell-complete-commands-list):
490 Use `eshell-parse-colon-path'.
492 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
494 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
495 to `eshell-directory-change-hook'.
497 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
499 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
500 because it could be enabled automatically if view-read-only is non-nil.
502 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
504 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
507 2009-11-24 Glenn Morris <rgm@gnu.org>
509 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
510 deleted variable bookmark-bmenu-bookmark-column.
512 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
513 Move after definition of global-semantic-idle-tag-highlight-mode.
515 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
517 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
519 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
521 * net/browse-url.el (browse-url-filename-alist): On Windows, add
522 two slashes to the "file:" prefix.
523 (browse-url-file-url): De-munge Cygwin filenames before passing
524 them to Windows browser.
525 (browse-url-default-windows-browser): Use call-process.
527 2009-11-23 Juri Linkov <juri@jurta.org>
529 Implement DocView Continuous mode. (Bug#4896)
530 * doc-view.el (doc-view-continuous-mode): New defcustom.
531 (doc-view-mode-map): Bind C-n/<down> to
532 `doc-view-next-line-or-next-page', C-p/<up> to
533 `doc-view-previous-line-or-previous-page'.
534 (doc-view-next-line-or-next-page)
535 (doc-view-previous-line-or-previous-page): New commands.
537 2009-11-23 Juri Linkov <juri@jurta.org>
539 Implement Isearch in comint input history. (Bug#3746)
540 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
542 (comint-history-isearch): New defcustom.
543 (comint-history-isearch-backward)
544 (comint-history-isearch-backward-regexp): New commands.
545 (comint-history-isearch-message-overlay): New buffer-local variable.
546 (comint-history-isearch-setup, comint-history-isearch-end)
547 (comint-goto-input, comint-history-isearch-search)
548 (comint-history-isearch-message, comint-history-isearch-wrap)
549 (comint-history-isearch-push-state)
550 (comint-history-isearch-pop-state): New functions.
552 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
554 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
556 (tramp-handle-make-symbolic-link)
557 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
559 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
560 (tramp-handle-process-file): Use it.
562 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
564 * window.el (move-to-window-line-last-op): Remove.
565 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
567 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
569 Make M-r mirror the new cycling behavior of C-l.
570 * window.el (move-to-window-line-last-op): New var.
571 (move-to-window-line-top-bottom): New command.
572 (global-map): Bind M-r move-to-window-line-top-bottom.
574 2009-11-23 Sven Joachim <svenjoac@gmx.de>
576 * dired-x.el (dired-guess-shell-alist-default):
577 Support xz format. (Bug#4953)
579 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
581 * cedet/srecode/map.el (srecode-get-maps):
582 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
583 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
584 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
585 (semantic-toggle-decoration-style):
586 * cedet/semantic/decorate/include.el
587 (semantic-decoration-include-describe)
588 (semantic-decoration-unknown-include-describe)
589 (semantic-decoration-unparsed-include-describe)
590 (semantic-decoration-all-include-summary):
591 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
592 * cedet/semantic/analyze/complete.el
593 (semantic-analyze-possible-completions):
594 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
595 (semantic-show-unmatched-syntax-mode)
596 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
597 (semantic-highlight-func-mode):
598 * cedet/semantic/util.el (semantic-describe-buffer):
599 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
600 (semantic-symref-find-tags-by-name)
601 (semantic-symref-find-tags-by-regexp)
602 (semantic-symref-find-tags-by-completion)
603 (semantic-symref-find-file-references-by-name)
604 (semantic-symref-find-text):
605 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
607 * cedet/semantic/scope.el (semantic-calculate-scope):
608 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
609 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
610 (define-semantic-idle-service):
611 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
612 (semantic-complete-analyze-inline-idle):
613 * cedet/semantic/analyze.el (semantic-analyze-current-context):
614 * cedet/mode-local.el (describe-mode-local-bindings)
615 (describe-mode-local-bindings-in-mode):
616 * cedet/ede/make.el (ede-make-check-version):
617 * cedet/ede/locate.el (ede-enable-locate-on-project):
618 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
619 (cedet-idutils-version-check):
620 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
621 (cedet-gnu-global-version-check):
622 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
623 (cedet-cscope-version-check): Use called-interactively-p instead
626 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
627 Use semantic-format-tag-prototype.
629 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
631 * emulation/viper-cmd.el: Use viper-last-command-char instead of
632 last-command-char/last-command-event.
633 (viper-prefix-arg-value): Do correct conversion of event-char for
636 * emulation/viper-util.el, emulation/viper.el:
637 Use viper-last-command-char instead of
638 last-command-char/last-command-event.
640 * ediff-init.el, ediff-mult.el, ediff-util.el:
641 Replace last-command-char and last-command-event
642 with (ediff-last-command-char) everywhere.
644 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
645 created in fundamental mode.
647 * ediff.el (ediff-version): Revert the change of interactive-p to
648 called-interactively-p.
650 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
652 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
653 generation from word-movement command names.
655 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
657 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
658 (semantic-complete-jump-local, semantic-complete-jump):
659 Improve prompt string.
661 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
663 * cus-start.el (all): Add native condition for font-use-system-font.
665 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
667 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
668 Correct the patch from 2009-11-18. (Bug#3910)
670 2009-11-21 Alan Mackenzie <acm@muc.de>
672 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
673 Update to deal with modern Java constructs.
675 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
677 * progmodes/subword.el: Rename from lisp/subword.el.
679 * subword.el: Rename to progmodes/subword.el.
681 * Makefile.in (ELCFILES): Adapt to subword.el move.
683 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
684 Stefan Monnier <monnier@iro.umontreal.ca>
686 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
687 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
688 (bookmark-bmenu-show-filenames): Use push.
689 (bookmark-bmenu-hide-filenames): Use local var instead of
690 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
691 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
692 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
693 filenames now that the bookmark names are always available.
695 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
697 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
698 (bookmark-search-pattern): Move and leave unbound.
699 (bookmark-bmenu-mode-map): Change binding.
700 (bookmark-read-search-input): Simplify.
701 Don't use text-char-description. Don't error on non-char events.
702 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
703 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
704 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
705 Use a local var for the timer.
706 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
707 (i.e. bookmark-bmenu-search).
709 2009-11-21 Glenn Morris <rgm@gnu.org>
711 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
713 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
715 * net/browse-url.el (browse-url-default-windows-browser):
716 Use cygstart for cygwin.
718 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
720 * bookmark.el Formatting and doc fixes only:
721 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
722 (bookmark-bmenu-search): Wrap to fit within 80 columns.
723 Minor grammar and punctuation fixes in doc string.
724 (bookmark-read-search-input): Adjust to fit within 80 columns.
726 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
728 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
729 (c-backward-into-nomenclature): Adapt to subword renaming.
731 * subword.el (subword-forward, subword-backward, subword-mark)
732 (subword-kill, subword-backward-kill, subword-transpose)
733 (subword-downcase, subword-upcase, subword-capitalize)
734 (subword-forward-internal, subword-backward-internal):
735 Rename from forward-subword, backward-subword, mark-subword,
736 kill-subword, backward-kill-subword, transpose-subwords,
737 downcase-subword, upcase-subword, capitalize-subword,
738 forward-subword-internal, backward-subword-internal.
740 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
742 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
744 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
746 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
747 (bookmark-bmenu-filter-alist-by-regexp)
748 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
749 (bookmark-bmenu-search): New command.
750 (bookmark-bmenu-mode-map): Bind it.
752 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
754 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
756 * cedet/semantic/idle.el (define-semantic-idle-service)
757 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
759 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
761 * progmodes/cc-cmds.el: declare-functioned forward-subword and
762 backward-subword to quit the byte-compiler.
764 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
766 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
768 * progmodes/cc-cmds.el (c-update-modeline)
769 (c-forward-into-nomenclature, c-backward-into-nomenclature):
770 Refer to subword.el functions instead of cc-subword.el.
772 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
773 subword.el functions instead of cc-subword.el.
775 * progmodes/cc-subword.el: Rename to subword.el.
776 * subword.el: Rename from progmodes/cc-subword.el.
777 (subword-mode-map): Rename from c-subword-mode-map.
778 (subword-mode): Rename from c-subword-mode.
779 (global-subword-mode): New global minor mode.
780 (forward-subword): Rename from c-forward-subword.
781 (backward-subword): Rename from c-backward-subword.
782 (mark-subword): Rename from c-mark-subword.
783 (kill-subword): Rename from c-kill-subword.
784 (backward-kill-subword): Rename from c-backward-kill-subword.
785 (transpose-subwords): Rename from c-tranpose-subword.
786 (downcase-subword): Rename from c-downcase-subword.
787 (capitalize-subword): Rename from c-capitalize-subword.
788 (forward-subword-internal): Rename from c-forward-subword-internal.
789 (backward-subword-internal): Rename from c-backward-subword-internal.
791 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
793 * vc.el (vc-deduce-fileset): Allow non-state changing operations
795 (vc-dired-deduce-fileset): New function.
796 (vc-root-diff, vc-print-root-log): Use it.
798 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
799 nil LIMIT argument to vc-print-log-internal.
801 2009-11-20 Glenn Morris <rgm@gnu.org>
803 * Makefile.in (ELCFILES): Regenerate.
805 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
807 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
809 * cedet/semantic.el: Enable idle-mode menu items only if
810 global-semantic-idle-scheduler-mode is enabled.
811 (semantic-default-submodes): Doc fix.
813 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
814 When turning off, disable other idle modes.
816 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
818 * calc/calc.el (calc-set-mode-line):
819 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
820 (math-format-number): Rename `math-format-complement-signed' to
821 `math-format-twos-complement'.
823 * calc/calc-bin.el (math-format-twos-complement): Rename from
824 math-format-complement-signed.
825 (calc-radix): Rename `calc-complement-signed-mode' to
826 `calc-twos-complement-mode'.
827 (calc-octal-radix, calc-hex-radix): Add an argument for
830 * calc/calc-embed.el (calc-embedded-mode-vars):
831 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
833 * calc/calc-ext.el (calc-init-extensions):
834 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
835 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
837 * calc/calc-units.el (math-build-units-table-buffer):
838 Let `calc-twos-complement-mode' be nil.
840 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
843 * calc/calc-vec.el (calcFunc-vunpack):
844 * calc/calc-aent.el (calc-do-calc-eval):
845 * calc/calc-forms.el (math-format-date):
846 * calc/calc-graph.el (calc-graph-plot):
847 * calc/calc-math.el (math-use-emacs-fn):
848 * calc/calccomp.el (math-compose-expr):
849 Let `calc-twos-complement-mode' be nil.
851 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
853 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
854 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
855 * minibuffer.el (completion-in-region-functions): New hook.
856 (completion-in-region): New function.
857 * emacs-lisp/lisp.el (lisp-complete-symbol):
858 * pcomplete.el (pcomplete-std-complete): Use it.
860 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
862 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
863 (latex-complete-alist): New vars.
864 (latex-string-prefix-p, latex-complete-bibtex-keys)
865 (latex-complete-envnames, latex-complete-refkeys)
866 (latex-complete-data): New functions.
867 (latex-complete, latex-indent-or-complete): New commands.
869 * window.el (display-buffer-mark-dedicated): New var.
870 (display-buffer): Obey it.
871 * minibuffer.el (minibuffer-completion-help): Use it.
873 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
875 * filecache.el (file-cache-add-file): Use push and cons.
876 (file-cache-delete-file-regexp): Use push.
877 (file-cache-complete): Use completion-in-region.
879 * simple.el (with-wrapper-hook): Fix thinko.
881 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
882 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
883 Use with-current-buffer and string-to-number.
884 (hfy-fallback-colour-values): Use assoc-string.
885 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
886 (hfy-face-at): Remove unused var `found-face'.
887 (hfy-compile-stylesheet): Remove unused var `css'.
888 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
890 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
891 Use with-current-buffer.
892 (hfy-text-p): Use expand-file-name and fewer setq.
894 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
896 * htmlfontify.el, hfy-cmap.el: New files.
898 2009-11-19 Juri Linkov <juri@jurta.org>
900 * minibuffer.el (completions-format): New defcustom.
901 (completion--insert-strings): Implement vertical format.
903 * simple.el (switch-to-completions): Move point to the first
904 completion when point was at the beginning of the buffer.
906 2009-11-19 Juri Linkov <juri@jurta.org>
908 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
910 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
912 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
914 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
915 (mail-signature): Change default to t.
916 (mail-from-style): Deprecate `system-default' value.
917 (mail-insert-from-field): For default value of mail-from-style,
918 default to `angles' unless `angles' needs quoting and `parens'
920 (mail-citation-prefix-regexp): Use citation regexp from
923 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
925 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
926 Set variables for computing the prompt for reading password.
928 2009-11-19 Glenn Morris <rgm@gnu.org>
930 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
932 * textmodes/flyspell.el (sgml-lexical-context): Declare.
934 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
935 (newsticker-treeview-listwindow-height): Fix custom type.
937 2009-11-19 Kenichi Handa <handa@m17n.org>
939 * descr-text.el (describe-char-padded-string): Compose with TAB
940 only if there's a font for CH.
941 (describe-char): Fix the condition for detecting a trivial composition.
943 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
945 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
946 more accurate version of the regexp. (Bug#3910)
948 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
950 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
952 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
954 * font-setting.el (font-use-system-font): Declare for byte-compiler.
955 (font-setting-change-default-font): Fix typo in docstring.
957 2009-11-18 Alan Mackenzie <acm@muc.de>
959 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
961 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
963 * font-setting.el (font-use-system-font): Move ...
965 * cus-start.el (all): ... to here.
967 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
969 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
970 Don't set `ad-return-value' if `ad-do-it' doesn't.
972 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
975 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
977 * menu-bar.el: Put "Use system font" in Option-menu.
978 (menu-bar-options-save): Add font-use-system-font.
980 * loadup.el: If feature system-font-setting or font-render-setting is
981 there, load font-setting.
983 * Makefile.in (ELCFILES): Add font-settings.el.
984 * font-setting.el: New file.
986 2009-11-17 Glenn Morris <rgm@gnu.org>
988 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
990 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
991 Preserve point in the list buffer. (Bug#4939)
993 (newsticker--treeview-list-update-highlight)
994 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
996 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
998 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
1001 * calc/calc-ext.el (calc-init-extensions): Remove references to
1004 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
1006 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
1007 * calc/calc-help.el (calc-b-prefix-help): Remove references to
1010 2009-11-16 Kevin Ryde <user42@zip.com.au>
1012 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1013 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
1015 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
1016 (lm-keywords-list): Allow comma-only separator like "foo,bar".
1017 Ignore trailing spaces by omit-nulls to split-string (fixing
1018 regression from Emacs 21 due to the incompatible split-string
1019 change). (Bug #4928.)
1021 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1023 * vc.el (vc-log-show-limit): Default to 2000.
1024 (vc-print-log-internal): Insert buttons to request more entries
1025 when limiting the output.
1027 * vc-sccs.el (vc-sccs-print-log):
1028 * vc-rcs.el (vc-rcs-print-log):
1029 * vc-cvs.el (vc-cvs-print-log):
1030 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
1033 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
1035 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
1036 error when `tramp-gvfs-dbus-event-vector' is set.
1037 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
1039 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1041 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
1043 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
1045 * net/dbus.el (dbus-unregister-service): New defun.
1046 (dbus-register-property): Register the handlers of
1047 "org.freedesktop.DBus.Properties" for SERVICE.
1048 (dbus-property-handler): Fix docstring.
1050 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1052 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
1053 Quote doc string reference in defvaralias as it is not in special form.
1054 (byte-compile-output-docform): Doc fix.
1056 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1058 * calc/calc.el (math-2-word-size, math-half-2-word-size)
1059 (calc-complement-signed-mode): New variables.
1060 (calc-set-mode-line): Add indicator for twos-complements.
1061 (math-format-number): Format twos-complement notation.
1063 * calc/calc-bin.el (calc-word-size): Reset the variables
1064 `math-2-word-size' and `math-half-2-word-size'.
1065 (math-format-complement-signed, math-symclip, calcFunc-symclip)
1066 (calc-symclip): New functions.
1068 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
1070 * calc/calc-embed.el (calc-embedded-mode-vars):
1071 Add `calc-complement-signed-mode' to the list of modes.
1073 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
1074 (calc-b-oper-keys): Add `calc-symclip' to list.
1076 * calc/calc-ext.el (math-read-number-fancy): Read complement
1078 (calc-init-extensions): Add binding for `calc-symclip'.
1079 Add autoload for `calcFunc-symclip' and `calc-symclip'.
1081 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
1083 (calc-modes-menu): Add item for twos complement mode.
1085 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
1087 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
1089 * register.el (jump-to-register, insert-register): Handle Semantic
1090 tags. From commented-out advice in semantic/senator.el.
1092 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1094 * vc.el (vc-log-show-limit): New variable.
1095 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
1096 when using a prefix argument.
1097 (vc-print-log-internal): Add new argument LIMIT.
1099 * vc-svn.el (vc-svn-print-log):
1100 * vc-mtn.el (vc-mtn-print-log):
1101 * vc-hg.el (vc-hg-print-log):
1102 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1103 pass it to the log command when set. Make the BUFFER argument
1106 * vc-sccs.el (vc-sccs-print-log):
1107 * vc-rcs.el (vc-rcs-print-log):
1108 * vc-git.el (vc-git-print-log):
1109 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
1110 ignore it. Make the BUFFER argument non-optional
1112 * bindings.el (mode-line-buffer-identification): Do not purecopy.
1114 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
1116 * dired.el (dired-mode-map): Move encryption items to "Operate"
1119 * strokes.el (strokes-update-window-configuration): Make strokes
1120 buffer current before erasing (Bug#4906).
1122 * cedet/semantic/idle.el (semantic-idle-summary-mode)
1123 (semantic-idle-summary-mode): Define using define-minor-mode
1124 instead of define-semantic-idle-service.
1125 (semantic-idle-summary-mode): New function.
1126 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1127 that mouse motion does not reset the echo area.
1129 2009-11-15 Juri Linkov <juri@jurta.org>
1131 * simple.el (set-mark-default-inactive): Add :type, :group
1132 and :version. (Bug#4876)
1134 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
1136 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
1137 (archive-unique-fname): ... here. (Bug#4929)
1139 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1141 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
1144 * novice.el (disabled-command-function): Add useful args.
1145 Setup the help buffer so that [back] works.
1146 Remove redundant call to help-mode.
1147 (disabled-command-function): Use `case'.
1148 (en/disable-command): New function extracted from enable-command.
1149 (enable-command, disable-command): Use it.
1151 2009-11-14 Glenn Morris <rgm@gnu.org>
1153 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
1154 constants. (Bug#4913)
1156 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
1158 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1160 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
1161 defined in C that have no doc-strings. (Bug#1063)
1163 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
1165 * cus-edit.el (data, files):
1166 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
1168 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
1170 * simple.el (shell-command): Doc fix (Bug#4891).
1172 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
1174 2009-11-14 Glenn Morris <rgm@gnu.org>
1176 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
1177 statements for vc-diff, emerge-quit, and rmail-cease-edit.
1178 If they are already loaded, eval-after-load will do the right thing.
1180 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
1183 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
1185 * simple.el (x-selection-owner-p): Declare.
1186 (read-mail-command): Use custom radio type rather than choice.
1187 (completion-no-auto-exit): Doc fix.
1189 * custom.el (defgroup):
1190 * epg-config.el (epg): Doc fixes.
1192 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
1194 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
1195 * international/ccl.el (define-ccl-program): Do not purecopy the
1196 docstring, defconst does it anyway.
1198 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1200 * add-log.el (add-change-log-entry): Avoid displaying the changelog
1203 * x-dnd.el (x-dnd-maybe-call-test-function):
1204 * window.el (split-window-vertically):
1205 * whitespace.el (whitespace-help-on):
1206 * vc-rcs.el (vc-rcs-consult-headers):
1207 * userlock.el (ask-user-about-lock-help)
1208 (ask-user-about-supersession-help):
1209 * type-break.el (type-break-force-mode-line-update):
1210 * time-stamp.el (time-stamp-conv-warn):
1211 * terminal.el (te-set-output-log, te-more-break, te-filter)
1212 (te-sentinel,terminal-emulator):
1213 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
1214 (term-write-input-ring, term-check-source, term-start-output-log):
1215 (term-display-buffer-line, term-dynamic-list-completions):
1216 (term-ansi-make-term, serial-term):
1217 * subr.el (selective-display):
1218 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1219 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
1220 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
1221 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
1222 (speedbar-remove-localized-speedbar-support)
1223 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
1224 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
1225 (speedbar-buffers-line-directory):
1226 * simple.el (shell-command-on-region, append-to-buffer)
1227 (prepend-to-buffer):
1228 * shadowfile.el (shadow-save-todo-file):
1229 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
1230 (scroll-bar-maybe-set-window-start):
1231 * sb-image.el (speedbar-image-dump):
1232 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
1233 (load-save-place-alist-from-file):
1234 * ps-samp.el (ps-print-message-from-summary):
1235 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
1236 (ps-background-image, ps-begin-job, ps-do-despool):
1237 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
1238 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
1239 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
1240 (pr-call-process, pr-file-list, pr-interface-save):
1241 * novice.el (disabled-command-function)
1242 (enable-command, disable-command):
1243 * mouse.el (mouse-buffer-menu-alist):
1244 * mouse-copy.el (mouse-kill-preserving-secondary):
1245 * macros.el (kbd-macro-query):
1246 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
1247 * informat.el (batch-info-validate):
1248 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
1249 * hippie-exp.el (try-expand-dabbrev-visible):
1250 * help-mode.el (help-make-xrefs):
1251 * help-fns.el (describe-variable):
1252 * generic-x.el (bat-generic-mode-run-as-comint):
1253 * finder.el (finder-mouse-select):
1254 * find-dired.el (find-dired-sentinel):
1255 * filesets.el (filesets-file-close):
1256 * files.el (list-directory):
1257 * faces.el (list-faces-display, describe-face):
1258 * facemenu.el (list-colors-display):
1259 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
1260 * epg.el (epg--process-filter, epg-cancel):
1261 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
1262 (epa--read-signature-type):
1263 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
1264 (emerge-file-names):
1265 * ehelp.el (electric-helpify):
1266 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
1267 * ediff-vers.el (rcs-ediff-view-revision):
1268 * ediff-util.el (ediff-setup):
1269 * ediff-mult.el (ediff-append-custom-diff):
1270 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
1272 * echistory.el (Electric-command-history-redo-expression):
1273 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1274 * disp-table.el (describe-display-table):
1275 * dired.el (dired-find-buffer-nocreate):
1276 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
1277 * dabbrev.el (dabbrev--same-major-mode-p):
1278 * chistory.el (list-command-history):
1279 * apropos.el (apropos-documentation):
1280 * allout.el (allout-obtain-passphrase):
1281 (allout-copy-exposed-to-buffer):
1282 (allout-verify-passphrase): Use with-current-buffer.
1284 2009-11-13 Glenn Morris <rgm@gnu.org>
1286 * Makefile.in (ELCFILES): Regenerate.
1288 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
1290 * net/dbus.el (dbus-registered-objects-table): Rename from
1291 `dbus-registered-functions-table', because it contains also properties.
1292 (dbus-unregister-object): Unregister also properties.
1293 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1294 Use a timeout of 500 msec, in order to not block.
1295 (dbus-register-property, dbus-property-handler): New defuns.
1297 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1299 * simple.el (minibuffer-default-add-completions): Drop deprecated
1302 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
1304 * textmodes/artist.el (artist-mouse-choose-operation):
1305 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
1306 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
1307 (artist-compute-up-event-key): New function.
1308 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1310 2009-11-13 Kenichi Handa <handa@m17n.org>
1312 * language/japan-util.el: Make sure that the value of jisx0208
1313 property is jisx0208 character.
1315 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1317 * international/mule.el (auto-coding-regexp-alist): Only purecopy
1318 car or each item, not the whole list.
1320 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
1322 * minibuffer.el (minibuffer-completion-help):
1323 Use minibuffer-hide-completions.
1325 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
1327 * dired.el (dired-save-positions, dired-restore-positions): New funs.
1328 (dired-revert): Use them (bug#4880).
1330 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1332 * tooltip.el (tooltip-frame-parameters): Undo previous change.
1334 2009-11-12 Juri Linkov <juri@jurta.org>
1336 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
1338 (find-file-literally-at-point): Alias of `ffap-literally'.
1340 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1342 * textmodes/ispell.el (ispell-skip-region-alist):
1343 * textmodes/css-mode.el (auto-mode-alist):
1344 * progmodes/compile.el (auto-mode-alist):
1345 * international/mule.el (ctext-non-standard-encodings-alist)
1346 (ctext-non-standard-encodings-regexp):
1347 * simple.el (shell-command-switch, text-read-only):
1348 * replace.el (occur-mode-map):
1349 * paths.el (rmail-file-name):
1350 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
1351 * find-file.el (ff-special-constructs):
1352 * files.el (file-name-handler-alist):
1353 * composite.el: Purecopy strings.
1355 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1357 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1359 * widget.el (define-widget): Purecopy the docstring.
1360 * international/mule-cmds.el (charset): Do not purecopy the
1361 docstring here, define-widget does it.
1363 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1364 * textmodes/bibtex-style.el (auto-mode-alist):
1365 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1366 * progmodes/compile.el (compile-command):
1367 * language/korea-util.el (default-korean-keyboard):
1368 * international/mule-conf.el (file-coding-system-alist):
1369 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
1370 * tooltip.el (tooltip-frame-parameters):
1371 * newcomment.el (comment-end, comment-padding):
1372 * dired.el (dired-trivial-filenames):
1373 * comint.el (comint-file-name-prefix): Purecopy initial values.
1375 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
1377 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
1378 (tramp-advice-minibuffer-electric-tilde): Unload advices via
1380 (tramp-advice-make-auto-save-file-name)
1381 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
1382 after removing the advice.
1384 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1386 * progmodes/grep.el (grep-regexp-alist):
1387 * international/mule-cmds.el (iso-2022-control-alist):
1388 * emacs-lisp/timer.el (timer-duration-words):
1389 * subr.el (version-separator, version-regexp-alist):
1390 * minibuffer.el (completion-styles-alist):
1391 * faces.el (face-attribute-name-alist, list-faces-sample-text):
1392 Change defvars to defconsts.
1394 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
1395 * loadup.el ("international/mule-conf"): Load the byte compiled version.
1396 * international/mule-conf.el: Allow to be byte compiled.
1398 * international/mule.el (define-charset): Purecopy props.
1399 (load-with-code-conversion): Purecopy doc string and file name.
1400 (put-charset-property): Purecopy strings.
1401 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
1403 * international/mule-cmds.el (register-input-method): Purecopy arguments.
1404 (define-char-code-property): Correctly purecopy the table.
1406 * international/ccl.el (define-ccl-program): Purecopy the docstring.
1408 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1410 * subr.el (add-hook): Purecopy strings.
1411 (eval-after-load): Purecopy load-history-regexp and the form.
1413 * custom.el (custom-declare-group): Purecopy load-file-name.
1415 * subr.el (menu-bar-separator): New defconst.
1416 * net/eudc.el (eudc-tools-menu):
1417 * international/mule-cmds.el (set-coding-system-map)
1419 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1420 * vc-hooks.el (vc-menu-map):
1421 * replace.el (occur-mode-map):
1422 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1423 (menu-bar-edit-menu, menu-bar-goto-menu)
1424 (menu-bar-custom-menu, menu-bar-showhide-menu)
1425 (menu-bar-options-menu, menu-bar-tools-menu)
1426 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
1427 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1428 (menu-bar-help-menu):
1429 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
1430 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
1432 * term/x-win.el (x-gtk-stock-map):
1433 * progmodes/vera-mode.el (auto-mode-alist):
1434 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1435 (inferior-lisp-program, inferior-lisp-load-command):
1436 * progmodes/hideshow.el (hs-special-modes-alist):
1437 * progmodes/gud.el (same-window-regexps):
1438 * progmodes/grep.el (grep-program, find-program, xargs-program):
1439 * net/telnet.el (same-window-regexps):
1440 * net/rlogin.el (same-window-regexps):
1441 * language/ethiopic.el (font-ccl-encoder-alist):
1442 * vc-sccs.el (vc-sccs-master-templates):
1443 * vc-rcs.el (vc-rcs-master-templates):
1444 * subr.el (cl-assertion-failed):
1445 * simple.el (next-error-overlay-arrow-position):
1446 * lpr.el (lpr-command):
1447 * locate.el (locate-ls-subdir-switches):
1448 * info.el (same-window-regexps, info)
1449 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1450 * image-mode.el (image-mode, auto-mode-alist):
1451 * hippie-exp.el (hippie-expand-ignore-buffers):
1452 * format.el (format-alist):
1453 * find-dired.el (find-ls-subdir-switches, find-grep-options)
1455 * facemenu.el (facemenu-keybindings):
1456 * dired.el (dired-listing-switches, dired-chown-program):
1457 * diff.el (diff-switches, diff-command):
1458 * cus-edit.el (same-window-regexps):
1459 * bindings.el (mode-line-mule-info)
1460 (mode-line-buffer-identification): Purecopy strings.
1462 2009-11-11 Juri Linkov <juri@jurta.org>
1464 * simple.el (dired-get-filename)<declare-function>:
1465 Tell the byte-compiler about dired-get-filename.
1466 (shell-command): In Dired mode, get filename from the current line
1467 as the default value.
1469 2009-11-10 Glenn Morris <rgm@gnu.org>
1471 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
1472 * calendar/holidays.el, progmodes/cperl-mode.el:
1473 Update x-popup-menu declarations.
1475 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
1476 (list-load-path-shadows): Use dolist.
1477 (list-load-path-shadows): Use with-current-buffer.
1479 2009-11-10 Juri Linkov <juri@jurta.org>
1481 * minibuffer.el (read-file-name): Support a list of default values
1482 in `default-filename'. Use the first file name where only one
1483 element is required. Doc fix.
1485 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
1487 * net/dbus.el (dbus-unregister-object): Release service, if no
1488 other method is registered for it.
1490 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
1492 * bookmark.el (bookmark-completing-read): Sort bookmark names if
1493 bookmark-sort-flag is non-nil (Bug#4653).
1495 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1497 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
1498 the progress reporter entirely.
1500 * emulation/cua-base.el: Add CUA property to some CC mode commands
1503 2009-11-08 Kevin Ryde <user42@zip.com.au>
1505 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
1506 at end of sentence (Bug#4818).
1508 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
1510 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1511 Handle "see declaration of" MSFT statements (Bug#4100).
1513 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
1515 * net/tramp.el (tramp-advice-make-auto-save-file-name)
1516 (tramp-advice-file-expand-wildcards): Unload via
1519 * net/trampver.el: Update release number.
1521 2009-11-08 Kevin Ryde <user42@zip.com.au>
1523 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
1526 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
1528 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
1529 in order to keep context in SELinux.
1531 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1533 * dired-aux.el (dired-query): Place cursor in echo area and allow
1536 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
1537 menu item if not on a directory (Bug#4701).
1539 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
1541 Sync with Tramp 2.1.17.
1543 * net/tramp.el (tramp-handle-copy-directory): Don't use
1544 `file-remote-p' (due to compatibility).
1546 * net/tramp-compat.el (tramp-compat-copy-directory)
1547 (tramp-compat-delete-directory): New defuns.
1549 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
1550 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
1551 `tramp-compat-delete-directory'.
1553 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1554 (tramp-smb-handle-delete-directory ): Use
1555 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
1557 * net/trampver.el: Update release number.
1559 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
1561 * tar-mode.el (tar-copy): Call write-region on the right buffer
1564 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
1565 by hand, if necessary (Bug#4878).
1567 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
1569 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
1570 align size column (Bug#4839).
1572 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
1575 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
1577 * progmodes/ld-script.el (auto-mode-alist):
1578 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
1580 * cus-face.el (custom-declare-face): Purecopy face spec.
1582 2009-11-06 Kenichi Handa <handa@m17n.org>
1584 * international/uni-bidi.el: Re-generated.
1585 * international/uni-category.el: Re-generated.
1586 * international/uni-combining.el: Re-generated.
1587 * international/uni-mirrored.el: Re-generated.
1589 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
1591 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
1592 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
1593 (tex-start-options, slitex-run-command, latex-run-command)
1594 (tex-run-command, tex-directory):
1595 * textmodes/ispell.el (ispell-html-skip-alists)
1596 (ispell-tex-skip-alists, ispell-tex-skip-alists):
1597 * textmodes/fill.el (adaptive-fill-first-line-regexp):
1598 (adaptive-fill-regexp):
1599 * textmodes/dns-mode.el (auto-mode-alist):
1600 * progmodes/python.el (interpreter-mode-alist):
1601 * progmodes/etags.el (tags-compression-info-list):
1602 * progmodes/etags.el (tags-file-name):
1603 * net/browse-url.el (browse-url-galeon-program)
1604 (browse-url-firefox-program):
1605 * mail/sendmail.el (mail-signature-file)
1606 (mail-citation-prefix-regexp):
1607 * international/mule-conf.el (eight-bit):
1608 * international/latexenc.el (latex-inputenc-coding-alist):
1609 * international/fontset.el (x-pixel-size-width-font-regexp):
1610 * emacs-lisp/warnings.el (warning-type-format):
1611 * emacs-lisp/trace.el (trace-buffer):
1612 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
1613 (emacs-lisp-mode-map):
1614 * calendar/holidays.el (holiday-solar-holidays)
1615 (holiday-bahai-holidays, holiday-islamic-holidays)
1616 (holiday-christian-holidays, holiday-hebrew-holidays)
1617 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
1618 (hebrew-holidays-1, holiday-oriental-holidays)
1619 (holiday-general-holidays):
1620 * x-dnd.el (x-dnd-known-types):
1621 * tool-bar.el (tool-bar):
1622 * startup.el (site-run-file):
1623 * shell.el (shell-dumb-shell-regexp):
1624 * rfn-eshadow.el (file-name-shadow-tty-properties)
1625 (file-name-shadow-properties):
1626 * paths.el (remote-shell-program, news-directory):
1627 * mouse.el ([C-down-mouse-3]):
1628 * menu-bar.el (menu-bar-tools-menu):
1629 * jka-cmpr-hook.el (jka-compr-load-suffixes)
1630 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
1631 (jka-compr-compression-info-list):
1632 * isearch.el (search-whitespace-regexp):
1633 * image-file.el (image-file-name-extensions):
1634 * find-dired.el (find-ls-option):
1635 * files.el (directory-listing-before-filename-regexp)
1636 (directory-free-space-args, insert-directory-program)
1637 (list-directory-brief-switches, magic-fallback-mode-alist)
1638 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
1639 (automount-dir-prefix):
1640 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
1641 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
1642 (face-font-registry-alternatives, face-font-registry-alternatives)
1643 (face-font-family-alternatives):
1644 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
1645 (facemenu-foreground-menu, facemenu-face-menu):
1646 * epa-hook.el (epa-file-name-regexp):
1647 * dnd.el (dnd-protocol-alist):
1648 * textmodes/rst.el (auto-mode-alist):
1649 * button.el (default-button): Purecopy strings.
1651 2009-11-06 Glenn Morris <rgm@gnu.org>
1653 * Makefile.in (ELCFILES): Update.
1655 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1657 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
1658 * emacs-lisp/levents.el: Move to obsolete/levents.el.
1660 * nxml/xsd-regexp.el (xsdre-gen-categories):
1661 * nxml/xmltok.el (xmltok-parse-entity):
1662 * nxml/rng-parse.el (rng-parse-validate-file):
1663 * nxml/rng-maint.el (rng-format-manual)
1664 (rng-manual-output-force-new-line):
1665 * nxml/rng-loc.el (rng-save-schema-location-1):
1666 * nxml/rng-cmpct.el (rng-c-parse-file):
1667 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1668 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
1670 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
1672 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
1673 Remove extra save-excursions and make-variable-buffer-local's.
1674 Suggested by Stefan Monnier.
1676 (verilog-getopt-file, verilog-module-inside-filename-p)
1677 (verilog-set-define): Merge GNU 1.35 and repair changes from
1678 switching to using with-current-buffer.
1680 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
1681 being treated as a number and confusing AUTORESET.
1682 Reported by Dan Dever.
1684 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
1685 Add verilog-auto-ignore-concat to fix backward compatibility with
1686 older verilog-modes. Reported by Dan Katz.
1688 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
1689 containing closing anchors "...$".
1691 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
1692 Reported by Wade Smith.
1694 (verilog-batch-execute-func) Comment on function usage.
1696 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
1698 * verilog-mode.el (verilog-label-re): Fix regular expression for
1701 (verilog-label-re, verilog-calc-1): Support proper indent of named
1704 (verilog-backward-token, verilog-basic-complete-re)
1705 (verilog-beg-of-statement, verilog-indent-re): Support proper
1706 indent of the assert statement at the beginning of a block of text.
1708 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
1709 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
1712 2009-11-05 Glenn Morris <rgm@gnu.org>
1714 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
1715 Emacs 19. (Bug#1531)
1716 (byte-compile-fix-header): Update for the above change.
1717 Drop test for epoch::version.
1719 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
1720 * cus-dep.el (custom-make-dependencies):
1721 * finder.el (finder-compile-keywords):
1722 Use autoload-rubric's feature argument.
1724 * calendar/diary-lib.el (top-level): Make load behave more like require.
1726 * vc-git.el (vc-git-stash-map): Move definition before use.
1728 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1730 * custom.el (custom-declare-group): Purecopy standard-value.
1731 (custom-declare-group): Purecopy custom-prefix.
1733 * international/mule.el (load-with-code-conversion):
1734 Call do-after-load-evaluation unconditionally.
1736 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
1738 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1740 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
1742 2009-11-04 Glenn Morris <rgm@gnu.org>
1744 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
1745 (byte-compile-compatibility): Remove option.
1746 (byte-compile-close-variables, byte-compile-fix-header)
1747 (byte-compile-insert-header, byte-compile-output-docform)
1748 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
1749 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
1750 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
1751 (byte-compile-insert, byte-compile-defun):
1752 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
1753 (byte-defop-compiler19): Remove.
1754 Without byte-compile-compatibility, the 'emacs19-opcode property is not
1755 used by anything. Replace all calls with byte-defop-compiler.
1757 2009-11-04 Juri Linkov <juri@jurta.org>
1759 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
1760 (menu-bar-options-menu): Don't quote the `prop' arg of
1761 `menu-bar-make-mm-toggle'.
1763 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
1765 * calendar/calendar.el (cal-loaddefs):
1766 * calendar/diary-lib.el (diary-loaddefs):
1767 * calendar/holidays.el (hol-loaddefs):
1768 * eshell/esh-module.el (esh-groups): Load rather than require.
1770 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1772 * calendar/todo-mode.el (todo-add-category): Don't hardcode
1774 (todo-top-priorities): Only display-buffer when called interactively.
1775 (todo-item-start): Don't save excursion point.
1776 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
1777 (todo-insert-item-here, todo-file-item, todo-remove-item):
1778 Adjust uses of todo-item-start and todo-item-end.
1780 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
1781 (autoload-rubric): Don't use any more.
1782 * cedet/semantic/fw.el (semantic/loaddefs):
1783 * cedet/srecode.el (srecode/loaddefs):
1784 * cedet/ede.el (ede/loaddefs): Load rather than require.
1785 * cedet/ede/cpp-root.el:
1786 * cedet/ede/emacs.el:
1787 * cedet/ede/files.el:
1788 * cedet/ede/linux.el:
1789 * cedet/ede/locate.el:
1790 * cedet/ede/make.el:
1791 * cedet/ede/shell.el:
1792 * cedet/ede/speedbar.el:
1793 * cedet/ede/system.el:
1794 * cedet/ede/util.el:
1795 * cedet/semantic/analyze.el:
1796 * cedet/semantic/bovine.el:
1797 * cedet/semantic/complete.el:
1798 * cedet/semantic/ctxt.el:
1799 * cedet/semantic/db-file.el:
1800 * cedet/semantic/db-find.el:
1801 * cedet/semantic/db-global.el:
1802 * cedet/semantic/db-mode.el:
1803 * cedet/semantic/db-typecache.el:
1804 * cedet/semantic/db.el:
1805 * cedet/semantic/debug.el:
1806 * cedet/semantic/dep.el:
1807 * cedet/semantic/doc.el:
1808 * cedet/semantic/edit.el:
1809 * cedet/semantic/find.el:
1810 * cedet/semantic/format.el:
1811 * cedet/semantic/html.el:
1812 * cedet/semantic/ia-sb.el:
1813 * cedet/semantic/ia.el:
1814 * cedet/semantic/idle.el:
1815 * cedet/semantic/lex-spp.el:
1816 * cedet/semantic/lex.el:
1817 * cedet/semantic/mru-bookmark.el:
1818 * cedet/semantic/scope.el:
1819 * cedet/semantic/senator.el:
1820 * cedet/semantic/sort.el:
1821 * cedet/semantic/symref.el:
1822 * cedet/semantic/tag-file.el:
1823 * cedet/semantic/tag-ls.el:
1824 * cedet/semantic/tag-write.el:
1825 * cedet/semantic/tag.el:
1826 * cedet/semantic/util-modes.el:
1827 * cedet/semantic/analyze/complete.el:
1828 * cedet/semantic/analyze/refs.el:
1829 * cedet/semantic/bovine/c.el:
1830 * cedet/semantic/bovine/gcc.el:
1831 * cedet/semantic/bovine/make.el:
1832 * cedet/semantic/bovine/scm.el:
1833 * cedet/semantic/decorate/include.el:
1834 * cedet/semantic/decorate/mode.el:
1835 * cedet/semantic/symref/cscope.el:
1836 * cedet/semantic/symref/global.el:
1837 * cedet/semantic/symref/grep.el:
1838 * cedet/semantic/symref/idutils.el:
1839 * cedet/semantic/symref/list.el:
1840 * cedet/semantic/wisent/java-tags.el:
1841 * cedet/semantic/wisent/javascript.el:
1842 * cedet/srecode/compile.el:
1843 * cedet/srecode/cpp.el:
1844 * cedet/srecode/document.el:
1845 * cedet/srecode/el.el:
1846 * cedet/srecode/expandproto.el:
1847 * cedet/srecode/getset.el:
1848 * cedet/srecode/insert.el:
1849 * cedet/srecode/java.el:
1850 * cedet/srecode/map.el:
1851 * cedet/srecode/mode.el:
1852 * cedet/srecode/template.el:
1853 * cedet/srecode/texi.el: Remove the file-local setting of
1854 generated-autoload-feature.
1856 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
1857 and only put a prop if it is non-nil.
1859 2009-11-03 Juri Linkov <juri@jurta.org>
1861 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
1862 (menu-bar-options-menu): Fix list quoting (Bug#4429).
1864 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
1865 and "Menu" to make top-level menu item visually one unit (like
1866 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
1867 multi-word menu items). Fix :help string for quit-window.
1869 2009-11-03 Glenn Morris <rgm@gnu.org>
1871 * cedet/mode-local.el (with-mode-local): Doc fix.
1873 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1874 (byte-compile-file-form-define-abbrev-table)
1875 (byte-compile-file-form-custom-declare-variable)
1876 (byte-compile-variable-ref, byte-compile-defvar):
1877 Whether or not a warning is enabled should only affect whether we issue
1878 the warning, not whether or not we collect the relevant data.
1879 Eg warnings can be turned on and off throughout the course of a file.
1881 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
1882 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
1884 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1886 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
1887 * play/mpuz.el (mpuz-create-buffer):
1888 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
1889 (lm-print-y,s,noise, lm-print-w0, lm-init):
1890 * play/gomoku.el (gomoku-prompt-for-move):
1891 * play/fortune.el (fortune-in-buffer):
1892 * play/dissociate.el (dissociated-press):
1893 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
1894 (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
1895 * mail/supercite.el (sc-eref-show):
1896 * mail/smtpmail.el (smtpmail-send-it):
1897 * mail/rmailsum.el (rmail-summary-next-labeled-message)
1898 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
1899 (rmail-summary-undelete-many, rmail-summary-rmail-update)
1900 (rmail-summary-goto-msg, rmail-summary-expunge)
1901 (rmail-summary-get-new-mail, rmail-summary-search-backward)
1902 (rmail-summary-add-label, rmail-summary-output-menu)
1903 (rmail-summary-output-body):
1904 * mail/rfc822.el (rfc822-addresses):
1905 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
1906 * mail/mailpost.el (post-mail-send-it):
1907 * mail/hashcash.el (hashcash-generate-payment):
1908 * mail/feedmail.el (feedmail-run-the-queue)
1909 (feedmail-queue-send-edit-prompt-help-first)
1910 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
1911 (feedmail-deduce-address-list):
1912 * eshell/esh-ext.el (eshell-remote-command):
1913 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
1914 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
1915 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
1916 (viper-save-string-in-file, viper-valid-marker):
1917 * emulation/viper-keym.el (viper-toggle-key):
1918 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
1919 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
1920 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
1921 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1922 (viper-exec-form-in-emacs, viper-brac-function):
1923 * emulation/viper.el (viper-delocalize-var):
1924 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
1925 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
1926 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
1927 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
1928 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
1929 * emulation/edt.el (edt-electric-helpify):
1930 * emulation/cua-rect.el (cua--rectangle-aux-replace):
1931 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
1932 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
1933 (cua-indent-to-global-mark-column):
1934 * calendar/diary-lib.el (calendar-mark-1):
1935 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
1936 Use with-current-buffer.
1937 * emulation/viper.el (viper-delocalize-var): Use dolist.
1939 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
1941 * comint.el (comint-replace-by-expanded-history-before-point):
1942 Replace !! with the previous input string literally (Bug#1795).
1944 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
1946 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
1947 to be made up of whitespace.
1949 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
1951 * minibuffer.el (read-file-name): Don't use file dialogs for
1952 remote directories (Bug#99).
1954 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
1956 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
1958 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
1960 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
1961 instead of deleting the window or frame.
1963 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1965 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1966 Support face colors.
1968 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
1969 New function. Support face colors (Bug#1168).
1970 (tex-common-initialization): Use it.
1972 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
1973 mode allows it (Bug#1168).
1975 2009-10-31 Juri Linkov <juri@jurta.org>
1977 * facemenu.el (list-colors-display): Don't mark buffer as
1978 modified (Bug#3948).
1980 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1982 * international/mule-diag.el (list-character-sets-1): Minor
1983 message fix (Bug#3526).
1985 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
1986 face property (Bug#4834).
1987 (etags-list-tags, etags-tags-apropos-additional)
1988 (etags-tags-apropos, tags-select-tags-table): Add follow-link
1991 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
1994 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1997 * cedet/ede.el (ede-minor-mode):
1998 * cedet/semantic.el (semantic-mode): Toggle menu separators.
2000 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2002 * textmodes/two-column.el (2C-split):
2003 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
2004 * textmodes/tex-mode.el (tex-set-buffer-directory):
2005 * textmodes/spell.el (spell-region, spell-string):
2006 * textmodes/reftex.el (reftex-erase-buffer):
2007 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
2008 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2009 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
2010 (reftex-select-item):
2011 * textmodes/reftex-ref.el (reftex-label-info-update)
2012 (reftex-offer-label-menu):
2013 * textmodes/reftex-index.el (reftex-index-change-entry)
2014 (reftex-index-phrases-info):
2015 * textmodes/reftex-global.el (reftex-create-tags-file)
2016 (reftex-save-all-document-buffers, reftex-ensure-write-access):
2017 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
2018 (reftex-view-crossref-from-bibtex):
2019 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
2020 (reftex-extract-bib-entries-from-thebibliography)
2021 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
2022 * textmodes/refbib.el (r2b-capitalize-title):
2023 (r2b-convert-buffer, r2b-help):
2024 * textmodes/page-ext.el (pages-directory)
2025 (pages-directory-goto-with-mouse):
2026 * textmodes/bibtex.el (bibtex-validate-globally):
2027 * textmodes/bib-mode.el (bib-capitalize-title):
2028 * textmodes/artist.el (artist-clear-buffer, artist-system):
2029 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
2030 (local-set-scheme-interaction-buffer, xscheme-process-filter)
2031 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
2032 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
2033 (xscheme-send-control-g-interrupt, xscheme-start-process)
2034 (xscheme-process-sentinel, xscheme-cd):
2035 * progmodes/verilog-mode.el (verilog-read-always-signals)
2036 (verilog-set-define, verilog-getopt-file)
2037 (verilog-module-inside-filename-p):
2038 * progmodes/sh-script.el:
2039 * progmodes/python.el (python-pdbtrack-get-source-buffer)
2040 (python-pdbtrack-grub-for-buffer, python-execute-file):
2041 * progmodes/octave-inf.el (inferior-octave):
2042 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
2043 (idlwave-shell-compile-helper-routines, idlwave-set-local)
2044 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
2045 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
2046 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
2047 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
2048 (idlwave-shell-filter, idlwave-shell-examine-highlight)
2049 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
2050 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
2051 (idlwave-shell-examine-display, idlwave-shell-run-region)
2052 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
2053 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
2054 * progmodes/idlw-help.el (idlwave-help-get-special-help)
2055 (idlwave-help-get-help-buffer):
2056 * progmodes/gud.el (gud-basic-call, gud-find-class)
2057 (gud-tooltip-activate-mouse-motions-if-enabled):
2058 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2059 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
2060 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
2061 (ebrowse-tags-next-file):
2062 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
2063 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
2064 (ebnf-eps-finish-and-write):
2065 * progmodes/cpp.el (cpp-edit-save):
2066 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
2067 * progmodes/cc-defs.el (c-emacs-features):
2068 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
2069 (antlr-directory-dependencies):
2070 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
2071 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
2072 (ada-find-any-references, ada-make-filename-from-adaname)
2073 (ada-make-body-gnatstub):
2074 * obsolete/rnews.el (news-list-news-groups):
2075 * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
2076 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
2077 * net/rcirc.el (rcirc-debug):
2078 * net/newst-treeview.el (newsticker--treeview-list-add-item)
2079 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
2080 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
2081 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
2082 (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
2083 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
2084 (newsticker--treeview-list-clear-highlight)
2085 (newsticker--treeview-list-update-highlight)
2086 (newsticker--treeview-list-highlight-start)
2087 (newsticker--treeview-tree-update-highlight)
2088 (newsticker--treeview-get-selected-item)
2089 (newsticker-treeview-mark-list-items-old)
2090 (newsticker--treeview-set-current-node):
2091 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2092 * net/newst-backend.el (newsticker--get-news-by-funcall)
2093 (newsticker--get-news-by-wget, newsticker--image-get)
2094 (newsticker--image-sentinel):
2095 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
2096 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
2097 (eudc-ph-close-session):
2098 * net/eudc.el (eudc-save-options):
2099 * language/thai-word.el (thai-update-word-table):
2100 * language/japan-util.el (japanese-string-conversion):
2101 * international/titdic-cnv.el (tsang-quick-converter)
2102 (ziranma-converter, ctlau-converter):
2103 * international/mule-cmds.el (describe-language-environment):
2104 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
2105 (skkdic-convert-postfix, skkdic-convert-prefix):
2106 (skkdic-convert-okuri-nasi, skkdic-convert):
2107 * emacs-lisp/re-builder.el (reb-update-overlays):
2108 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
2109 * emacs-lisp/gulp.el (gulp-send-requests):
2110 * emacs-lisp/find-gc.el (trace-call-tree):
2111 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
2112 (eieio-describe-generic):
2113 * emacs-lisp/eieio-base.el (eieio-persistent-read):
2114 * emacs-lisp/edebug.el (edebug-outside-excursion):
2115 * emacs-lisp/debug.el (debugger-make-xrefs):
2116 * emacs-lisp/cust-print.el (custom-prin1-to-string):
2117 * emacs-lisp/chart.el (chart-new-buffer):
2118 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
2119 Use with-current-buffer.
2120 * textmodes/artist.el (artist-system): Don't call
2121 copy-sequence on a fresh string.
2122 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
2124 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
2126 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
2127 is no item to edit. (Bug#4820)
2128 (todo-top-priorities): Restore point and restore narrowing in Todo
2131 2009-10-31 Glenn Morris <rgm@gnu.org>
2133 * net/ange-ftp.el (top-level): Don't require dired when compiling.
2134 (comint-last-output-start, comint-last-input-start)
2135 (comint-last-input-end): Don't defvar when compiling.
2136 (ange-ftp-process-file): Use bound-and-true-p.
2138 * pcmpl-rpm.el (top-level): Move provide statement to end.
2139 (pcmpl-rpm): Remove unused custom group.
2141 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
2143 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
2145 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2146 (byte-compile-warnings): Add `constants' as an option.
2147 (byte-compile-callargs-warn, byte-compile-arglist-warn)
2148 (display-call-tree): Update for byte-compile-fdefinition possibly
2149 returning `(macro lambda ...)'. (Bug#4778)
2150 (byte-compile-variable-ref, byte-compile-setq-default):
2151 Respect `constants' member of byte-compile-warnings.
2153 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
2154 Use mapc rather than mapcar because the return value is never used.
2156 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
2157 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
2158 * cedet/semantic/html.el:
2159 Suppress harmless warnings about setting up semantic-imenu (not
2160 part of Emacs) variables.
2162 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2164 * vc-bzr.el (vc-bzr-revision-keywords): New var.
2165 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
2168 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
2169 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
2170 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
2171 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
2172 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
2173 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
2174 (semantic-analyzer-debug-global-symbol)
2175 (semantic-analyzer-debug-missing-innertype)
2176 (semantic-analyzer-debug-insert-include-summary):
2177 * cedet/semantic/util.el (semantic-file-tag-table):
2178 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
2179 (semantic-recursive-find-nonterminal-by-name):
2180 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
2181 * cedet/semantic/tag-file.el (semantic-prototype-file):
2182 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
2183 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
2184 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
2185 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2186 (semantic-idle-summary-maybe-highlight):
2187 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
2188 (semantic-ia-sb-tag-info):
2189 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
2190 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
2191 * cedet/semantic/ede-grammar.el (project-compile-target):
2192 (ede-proj-makefile-insert-variables):
2193 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
2194 (semantic-debug-set-source-location, semantic-debug-interface-layout)
2195 (semantic-debug-mode, semantic-debug):
2196 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
2197 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
2198 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2199 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
2200 (semanticdb-find-translate-path-includes--internal)
2201 (semanticdb-reset-log, semanticdb-find-log-activity):
2202 * cedet/semantic/db-file.el (object-write):
2203 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2204 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
2205 (semanticdb-create-ebrowse-database):
2206 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
2207 * cedet/semantic/complete.el (semantic-displayor-focus-request)
2208 (semantic-collector-calculate-completions-raw)
2209 (semantic-complete-read-tag-analyzer):
2210 * cedet/semantic/analyze.el (semantic-analyze-pulse):
2211 * cedet/ede/util.el (ede-update-version-in-source):
2212 * cedet/ede/proj.el (project-delete-target):
2213 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
2214 (ede-proj-flush-autoconf):
2215 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
2216 (ede-proj-configure-synchronize):
2217 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
2218 * cedet/ede/linux.el (ede-linux-version):
2219 * cedet/ede/emacs.el (ede-emacs-version):
2220 * cedet/ede/dired.el (ede-dired-add-to-target):
2221 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
2222 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
2223 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
2224 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
2225 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
2226 (cedet-idutils-version-check):
2227 * cedet/cedet-global.el (cedet-gnu-global-call):
2228 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
2229 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
2230 * cedet/cedet-cscope.el (cedet-cscope-call)
2231 (cedet-cscope-expand-filename, cedet-cscope-version-check):
2232 Use with-current-buffer.
2233 * cedet/ede.el (ede-make-project-local-variable)
2234 (ede-set-project-variables, ede-set): Use dolist.
2236 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2238 * textmodes/ispell.el (ispell-skip-region-alist):
2239 * international/mule-conf.el (eight-bit):
2240 * international/fontset.el (font-encoding-alist):
2241 * startup.el (pure-space-overflow-message):
2242 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
2243 * paths.el (gnus-nntp-service, rmail-spool-directory)
2245 * files.el (save-some-buffers-action-alist):
2246 * cmuscheme.el (same-window-buffer-names):
2247 * ielm.el (same-window-buffer-names):
2248 * shell.el (same-window-buffer-names):
2249 * mail/sendmail.el (same-window-buffer-names):
2250 * progmodes/inf-lisp.el (same-window-buffer-names):
2251 * bindings.el (mode-line-client)
2252 (mode-line-column-line-number-mode-map):
2253 * language/tibetan.el (tibetan-precomposition-rule-regexp)
2254 (tibetan-precomposed-regexp): Purecopy string arguments.
2256 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2258 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
2259 (calcDigit-nondigit):
2260 * calc/calc-yank.el (calc-copy-to-buffer):
2261 * calc/calc-units.el (calc-invalidate-units-table):
2262 * calc/calc-trail.el (calc-trail-yank):
2263 * calc/calc-store.el (calc-insert-variables):
2264 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2265 * calc/calc-prog.el (calc-read-parse-table):
2266 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
2267 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
2268 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
2269 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
2270 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
2271 (calc-graph-name, calc-graph-find-command, calc-graph-view)
2272 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
2273 * calc/calc-ext.el (calc-realign):
2274 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
2275 (calc-embedded-finish-edit, calc-embedded-make-info)
2276 (calc-embedded-finish-command, calc-embedded-stack-change):
2277 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
2279 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
2280 (overload-docstring-extension): Use that info.
2281 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
2282 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
2283 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
2284 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
2285 (semantic-nonterminal-full-name): Add the new `when' info.
2286 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
2289 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
2290 shell-dynamic-complete-filename in preference to
2291 comint-dynamic-complete-filename.
2293 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2294 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2295 Don't consider whether the display supports colors.
2296 (bookmark-import-new-list): Use dolist.
2297 (bookmark-bmenu-mode-map): Move initialization into declaration.
2298 (bookmark-bmenu-list): Use dolist, simplify.
2299 (bookmark-show-all-annotations): Use save-selected-window and dolist.
2300 (menu-bar-final-items): Use push.
2302 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
2304 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
2305 it works on remote files.
2306 (vc-hg-diff): Don't pass any `--cwd' argument.
2308 2009-10-27 Kevin Ryde <user42@zip.com.au>
2310 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2311 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
2312 (Further to Bug#3921).
2314 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
2316 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
2317 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
2318 calling `tramp-imap-put-file'. Add file size to the call.
2319 (tramp-imap-get-file-entries): Compute also user name, file size,
2321 (tramp-imap-handle-insert-directory): Insert uid and gid.
2322 (tramp-imap-handle-file-attributes): Transform uid and gid
2323 according to `id-format'.
2324 (tramp-imap-put-file): New optional parameter SIZE. Encode file
2325 size in header X-Size.
2327 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
2329 * simple.el (transpose-subr): Give clearer error when the mark
2330 is not set. (Bug#4807)
2332 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
2334 * net/tramp.el (tramp-perl-file-truename): New defconst.
2335 Perl code contributed by yary <not.com@gmail.com> (tiny change).
2336 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
2337 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
2338 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
2340 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2341 Ignore `dired-call-process'.
2342 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2344 2009-10-26 Julian Scheid <julians37@gmail.com>
2346 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
2347 (tramp-get-remote-readlink): New defun.
2348 (tramp-handle-file-truename): Use it.
2349 (tramp-handle-file-exists-p): Check file-attributes cache, assume
2350 file exists if cache value present.
2351 (tramp-check-cached-permissions) New defun.
2352 (tramp-handle-file-readable-p): Use it.
2353 (tramp-handle-file-writable-p): Likewise.
2354 (tramp-handle-file-executable-p): Likewise.
2355 (tramp-handle-file-name-all-completions): Try using Perl to get
2356 partial completions. When perl not available, combine `cd' and
2357 `ls' into single remote operation and use shell expansion to get
2358 partial remote directory contents. Set `file-exists-p' cache for
2359 directory and any files returned by ls. Change cache handling to
2360 support partial directory contents. Use error message emitted by
2361 remote `cd' or Perl code for local tramp-error.
2362 (tramp-do-copy-or-rename-file-directly): Avoid separate
2363 tramp-send-command-and-check call.
2364 (tramp-handle-process-file): Merge three remote ops into one.
2365 Do not flush all caches when `process-file-side-effects' is set.
2366 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2367 file-attributes shows uid/gid to be set already.
2369 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2371 * textmodes/tex-mode.el (tex-dvi-view-command)
2372 (tex-show-queue-command, tex-open-quote):
2373 * progmodes/ruby-mode.el (auto-mode-alist)
2374 (interpreter-mode-alist): Purecopy strings.
2376 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
2378 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
2379 string for the hook, keymap and abbrev table.
2381 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
2383 * x-dnd.el (x-dnd-xdnd-to-action):
2384 * startup.el (fancy-startup-text, fancy-about-text): Change to
2385 defconst from defvar.
2387 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
2389 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
2390 Purecopy initialization strings.
2392 * mail/sendmail.el (mail-header-separator)
2393 (mail-personal-alias-file):
2394 * mail/rmail.el (rmail-default-dont-reply-to-names)
2395 (rmail-ignored-headers, rmail-retry-ignored-headers)
2396 (rmail-highlighted-headers, rmail-secondary-file-directory)
2397 (rmail-secondary-file-regexp):
2398 * files.el (null-device, file-name-invalid-regexp)
2399 (locate-dominating-stop-dir-regexp)
2400 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
2401 (interpreter-mode-alist): Use mapcar instead of mapc.
2403 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
2405 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
2406 (completion-ignored-extensions):
2407 (debug-ignored-errors): Purecopy strings.
2409 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2411 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2412 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2413 (pcomplete--here): Use push.
2415 * subr.el (all-completions): Declare the 4th arg obsolete.
2417 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2419 * pcomplete.el (pcomplete-unquote-argument-function): New var.
2420 (pcomplete-unquote-argument): New function.
2421 (pcomplete--common-suffix): Always pay attention to case.
2422 (pcomplete--table-subvert): Quote and unquote the text.
2423 (pcomplete--common-quoted-suffix): New function.
2424 (pcomplete-std-complete): Use it and pcomplete-begin.
2426 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2427 we're inside a dedicated or minibuffer window.
2429 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2431 * cedet/semantic/fw.el (semantic-alias-obsolete)
2432 (semantic-varalias-obsolete): Make the `when' arg mandatory.
2433 (define-mode-overload-implementation):
2434 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
2435 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
2436 * cedet/semantic/util.el (semantic-file-token-stream)
2437 (semantic-something-to-stream):
2438 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
2439 (semantic-expand-nonterminal):
2440 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
2441 (semantic-find-dependency, semantic-find-nonterminal)
2442 (semantic-find-dependency):
2443 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
2444 (semantic-flex-text, semantic-flex-make-keyword-table)
2445 (semantic-flex-keyword-p, semantic-flex-keyword-put)
2446 (semantic-flex-keyword-get, semantic-flex-map-keywords)
2447 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
2448 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
2449 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
2450 (semantic-after-idle-scheduler-reparse-hooks):
2451 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
2452 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
2453 * cedet/semantic.el (semantic-toplevel-bovine-table)
2454 (semantic-toplevel-bovine-cache)
2455 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
2456 (semantic-init-mode-hooks, semantic-init-db-hooks)
2457 (semantic-bovination-working-type): Provide the `when' arg.
2459 2009-10-24 Karl Fogel <kfogel@red-bean.com>
2461 * bookmark.el: Update documentation, especially documentation
2462 of `bookmark-alist' and of the bookmark file format.
2463 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
2465 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
2467 * mail/emacsbug.el (report-emacs-bug): Clarify that the
2468 keybindings apply to the mail buffer (Bug#4003). Shrink help
2471 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2472 (global-whitespace-mode, global-whitespace-newline-mode)
2473 (whitespace-toggle-options, global-whitespace-toggle-options):
2476 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
2477 of xmltok-start before the end tag was inserted (Bug#2840).
2479 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2480 patterns that are preceded by an open-paren (Bug#1320).
2482 2009-10-24 Sven Joachim <svenjoac@gmx.de>
2484 * files.el (delete-directory): Delete symlinks to directories with
2485 delete-file (Bug#4739).
2487 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
2489 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
2490 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
2491 argument to make-obsolete.
2493 * cedet/semantic/fw.el (semantic-alias-obsolete)
2494 (semantic-varalias-obsolete): Add optional WHEN argument.
2496 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2498 * vc.el (vc-backend-for-registration): Rename from
2499 vc-get-backend-for-registration. Update callers.
2501 * international/mule-cmds.el (set-language-info-alist):
2503 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
2504 (charset): Purecopy the name.
2505 (define-char-code-property): Purecopy string arguments.
2507 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2508 Purecopy string arguments.
2510 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2511 * ediff-hook.el (menu-bar-ediff-menu):
2512 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
2513 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
2515 2009-10-24 Glenn Morris <rgm@gnu.org>
2517 * comint.el (comint-dynamic-list-completions):
2518 * term.el (term-dynamic-list-completions): Use choose-completion rather
2519 than obsolete alias mouse-choose-completion.
2521 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
2522 file-cache-choose-completion.
2523 (file-cache-choose-completion): Handle an optional event argument.
2524 (file-cache-mouse-choose-completion): Make it an obsolete alias.
2526 * progmodes/octave-mod.el (octave-complete-symbol):
2527 Use choose-completion if mouse-choose-completion is ever removed.
2529 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
2532 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
2535 * vc-hooks.el (vc-responsible-backend): Fix declaration.
2537 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2539 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
2540 Ignore `pred' now that we receive one.
2541 Handle test-completion specially.
2543 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2545 * vc.el (vc-responsible-backend): Throw an error if not backend is
2546 found. Remove the REGISTER argument. Move the code dealing with
2548 (vc-get-backend-for-registration): ... here. New function.
2549 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
2550 of vc-responsible-backend, pass the file name instead of the
2553 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2555 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
2557 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
2558 (pcomplete-comint-setup): Don't modify a global var via
2559 accidental side-effects.
2560 (pcomplete-shell-setup): Adjust call accordingly.
2561 (pcomplete-parse-comint-arguments): Use push.
2563 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
2565 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2566 Allow uncapitalized info node names (Bug#3921).
2568 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
2569 to the DEBUG file (Bug#3781).
2571 2009-10-23 Jari Aalto <jari.aalto@cante.net>
2573 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
2574 dictionary entry (Bug#4579).
2576 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
2578 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
2579 from `rfn-eshadow-update-overlay-hook' when unloading.
2580 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
2581 "rsyncc". Adjust doc string.
2582 (tramp-temp-buffer-file-name) New buffer-local defvar.
2583 (tramp-handle-insert-file-contents, tramp-handle-write-region):
2584 Keep temporary file when indicated by method ("rsync" and
2586 (tramp-handle-write-region): Handle APPEND.
2587 (tramp-delete-temp-file-function): New defun. Added to
2590 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
2592 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
2594 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2596 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
2597 (color-name-rgb-alist, tty-standard-colors)
2598 (tty-color-mode-alist): Change to defconst.
2600 * simple.el (mark-inactive): Purecopy message.
2602 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
2603 (global-map, yank-menu):
2604 * textmodes/ispell.el (ispell-menu-map):
2605 * net/eudc.el (eudc-tools-menu):
2606 * international/mule-cmds.el (describe-language-environment-map)
2607 (setup-language-environment-map, set-coding-system-map)
2609 * vc-hooks.el (vc-menu-entry, vc-menu-map):
2610 * replace.el (occur-mode-map):
2611 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
2613 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
2615 * calc/calc.el (math-read-number, math-read-number-simple): Use
2618 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2620 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
2621 rather than fiddling with global-map bindings, since it should only
2622 affect per-terminal settings.
2623 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
2625 * minibuffer.el (completion-table-with-terminator): Allow to specify
2626 the terminator-regexp.
2628 * simple.el (switch-to-completions): Look for *Completions* in other
2631 * pcomplete.el: Allow the use of completion-tables.
2632 (pcomplete-std-complete): New command.
2633 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
2634 (pcomplete--here): Use a function for `form' rather than an expression,
2635 so it can be byte-compiled.
2636 (pcomplete-here, pcomplete-here*): Adjust accordingly.
2637 Add edebug declaration.
2638 (pcomplete-show-completions): Remove unused var `curbuf'.
2639 (pcomplete-do-complete, pcomplete-stub):
2640 Don't assume `completions' is a list of strings any more.
2642 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
2644 * find-dired.el (find-name-arg): Fix typo in docstring.
2646 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2648 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
2649 (pcmpl-linux-fs-types): Same, and update to new modules layout.
2651 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
2654 * comint.el (comint-read-input-ring, comint-write-input-ring)
2655 (comint-substitute-in-file-name)
2656 (comint-dynamic-complete-as-filename)
2657 (comint-dynamic-simple-complete)
2658 (comint-dynamic-list-filename-completions)
2659 (comint-dynamic-list-completions)
2660 (comint-redirect-results-list-from-process): Minor simplifications.
2662 2009-10-21 Kevin Ryde <user42@zip.com.au>
2664 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2665 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2666 the first form. And insert a blank line after ";;; Code" since
2667 that's usual style. (My Bug#4612.)
2669 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
2671 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2673 * minibuffer.el (completion-table-with-terminator): Properly implement
2674 boundaries, in case `terminator' appears in the suffix.
2675 (completion--embedded-envvar-table): Don't return boundaries if
2676 there's no valid completion. Simplify.
2677 (completion-file-name-table): New completion table extracted from
2678 completion--file-name-table.
2679 (completion--file-name-table): Use it.
2680 (read-file-name-predicate): Declare obsolete.
2681 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
2682 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
2683 completion-file-name-table, and use the `pred' argument.
2684 * files.el (locate-file-completion-table): Use the `pred' arg rather
2685 than read-file-name-predicate.
2686 (abbreviate-file-name): Use \` rather than ^ for BOS.
2688 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2690 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
2691 vc-responsible-backend to register, it causes problems.
2693 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2695 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
2697 2009-10-21 Eric Ludlam <zappo@gnu.org>
2699 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
2700 (semantic-c-debug-mode-init-pch): New functions.
2701 (semantic-c-debug-mode-init-last-mode): New var.
2702 (semantic-c-parse-lexical-token): Use them.
2704 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
2705 When extracting the argument list, limit only by point-max.
2707 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
2709 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
2710 (tramp-smb-handle-file-attributes): Use it.
2711 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
2712 (tramp-smb-handle-insert-directory): Use `mapc' rather than
2713 `mapcar'. Use `tramp-smb-get-stat-capability'.
2714 Add `dired-filename' text properties.
2715 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
2716 (tramp-smb-maybe-open-connection): Simplify check for smbclient
2719 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2721 * subr.el (read-key-delay): Reduce to 0.01.
2722 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
2725 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2727 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
2729 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
2730 (Info-menu): Remove unused vars `last' and `completions'.
2731 (Info-index-nodes): Remove unused var `node'.
2733 * info.el (Info-complete-menu-item): Use complete-with-action.
2735 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2737 Make vc-annotate work through copies and renames.
2738 * vc-annotate.el (vc-annotate-extract-revision-at-line):
2739 Return the file name too.
2740 (vc-annotate-revision-at-line)
2741 (vc-annotate-find-revision-at-line)
2742 (vc-annotate-revision-previous-to-line)
2743 (vc-annotate-show-log-revision-at-line): Update to get the file
2744 name from vc-annotate-extract-revision-at-line.
2745 (vc-annotate-show-diff-revision-at-line-internal): Change the
2746 argument to mean whether to show a file diff or not. Get the file
2747 name from vc-annotate-extract-revision-at-line.
2748 (vc-annotate-show-diff-revision-at-line):
2749 Update vc-annotate-show-diff-revision-at-line call.
2750 (vc-annotate-warp-revision): Add an optional file argument.
2752 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
2753 (vc-git-annotate-extract-revision-at-line): Also return the file
2756 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
2757 command. Remove unused code.
2758 (vc-hg-annotate-re): Update to match --follow output.
2759 (vc-hg-annotate-extract-revision-at-line): Also return the file
2762 * vc.el: Update annotate-extract-revision-at-line documentation.
2764 2009-10-18 Kevin Ryde <user42@zip.com.au>
2766 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
2767 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
2769 * net/browse-url.el (browse-url): Identify alist with "consp and
2770 not functionp" and let all other things go down the `apply' leg,
2771 as suggested by Stefan. (Further to bug#4531.)
2773 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
2775 * minibuffer.el (read-file-name): Check for repeat before putting
2776 a default argument in file-name-history (Bug#4657).
2778 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
2779 read syntax (Bug#4737).
2781 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
2783 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2785 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
2786 (html-tag-alist, html-tag-help): Add descriptions for undocumented
2787 entries and make note of obsolete tags.
2789 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2791 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
2793 2009-10-18 Glenn Morris <rgm@gnu.org>
2795 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
2796 grep, so that binary files (eg international/uni-bidi.el) can match.
2797 Remove test for "UnicodeData" files, since it is hopefully unnecessary
2798 now, and in any case the file header format has changed.
2800 2009-10-17 Glenn Morris <rgm@gnu.org>
2802 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
2803 (flyspell-get-word, flyspell-large-region)
2804 (flyspell-auto-correct-previous-word): Doc/error message fixes.
2806 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
2808 * Makefile.in (ELCFILES): Add ede/shell.
2810 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2812 * term/common-win.el (x-colors): Purecopy it.
2814 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2816 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
2817 permissive for when the buffer is empty.
2818 (tar-header-block-tokenize): Decode the username and groupname.
2819 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
2821 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
2823 * cedet/srecode/srt.el:
2824 * cedet/srecode/compile.el:
2825 * cedet/semantic/mru-bookmark.el:
2826 * cedet/semantic/debug.el:
2827 * cedet/semantic/complete.el:
2828 * cedet/semantic/analyze.el: Require CL when compiling.
2830 2009-10-17 Eric Ludlam <zappo@gnu.org>
2832 * cedet/semantic/scope.el
2833 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
2834 tmpscope so that the regular scope will continue to work.
2836 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
2837 Use semantic-idle-summary-highlight-face as the highlighting.
2839 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
2840 contains multibyte characters, choose first applicable coding
2841 system automatically.
2843 * cedet/ede/project-am.el (project-run-target): New method.
2844 (project-run-target): New method.
2846 * cedet/ede.el (ede-target): Add run target menu item.
2847 (ede-project, ede-minor-keymap): Add ede-run-target binding.
2848 (ede-run-target): New function.
2849 (ede-target::project-run-target): New method.
2851 * cedet/ede/proj.el (project-run-target): New method.
2853 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
2854 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
2856 (ede-proj-target-makefile-shared-object): Only libtool compilers
2857 now available. Add linkers for libtool.
2858 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
2859 (ede-proj-makefile-target-name): Always use .la extension.
2861 * cedet/ede/proj-prog.el (project-run-target): New method.
2863 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
2864 (ede-g++-linker): Change Change link lines.
2866 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
2867 When searching for old variables, go to the end of the buffer and
2868 search backward from there.
2869 (ede-proj-makefile-automake-insert-subdirs)
2870 (ede-proj-makefile-automake-insert-extradist): New methods.
2871 (ede-proj-makefile-create): Use them.
2873 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
2874 Force FILE to expand to the current target. Use file-exists-p to
2875 check that it exists.
2877 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
2878 (ede-linux-load): Wrap dir in file-name-as-directory.
2881 * cedet/ede/files.el (ede-get-locator-object): When enabling
2882 locate, do so on "top".
2884 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
2885 file-name-as-directory during compare.
2886 (ede-emacs-version): Return Emacs/XEmacs differentiator.
2887 Get version number from different places. Don't call egrep.
2888 (ede-emacs-load): Set :version slot. Call file-name-as-directory
2889 to set the directory.
2891 * cedet/ede/shell.el: New file.
2893 * cedet/inversion.el (inversion-decoders): Allow for stray . in
2894 alpha/beta variants.
2896 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2898 * international/mule-cmds.el (select-safe-coding-system): If the file
2899 has a coding cookie, use it regardless of any other setting (bug#4712).
2901 2009-10-17 Glenn Morris <rgm@gnu.org>
2903 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
2904 All errors should have messages.
2906 * foldout.el (foldout-mouse-swallow-events):
2907 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
2909 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
2910 (dired-keep-marker-copy, dired-keep-marker-hardlink)
2911 (dired-keep-marker-symlink, dired-dwim-target)
2912 (dired-copy-preserve-time): Do not autoload these defcustoms.
2914 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
2915 messages from messing up the file coding. (Bug#4623)
2917 2009-10-17 Jari Aalto <jari.aalto@cante.net>
2919 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
2920 if no match is found for the current dictionary. (Bug#4578)
2922 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
2923 optional, since that is how it is documented, and this is often called
2924 with a nil argument. (Bug#4577)
2925 (flyspell-external-point-words, flyspell-auto-correct-word)
2926 (flyspell-correct-word-before-point, flyspell-word-search-forward)
2927 (flyspell-word-search-backward): Remove nil argument in calls to
2928 flyspell-get-word, since it is not needed now.
2930 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
2932 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
2934 2009-10-16 Glenn Morris <rgm@gnu.org>
2936 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
2938 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2940 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
2941 (ange-ftp-file-size): New function.
2942 (ange-ftp-file-attributes): Use it.
2944 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
2946 * net/tramp-smb.el (tramp-smb-version): New defvar.
2947 (tramp-smb-maybe-open-connection): Use it, in order to avoid
2950 2009-10-16 Glenn Morris <rgm@gnu.org>
2952 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
2953 Maybe copy some custom properties from old to new name. (Bug#4706)
2955 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
2957 * subr.el (error, sit-for, start-process-shell-command)
2958 (start-file-process-shell-command): Set the calling convention
2959 after the function definition.
2961 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2963 * subr.el (error, sit-for, start-process-shell-command)
2964 (start-file-process-shell-command): Use the new
2965 set-advertised-calling-convention feature.
2967 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
2969 * international/ucs-normalize.el (ucs-normalize-version):
2971 (check-range): Adjust for Unicode 5.2.
2973 2009-10-15 Juri Linkov <juri@jurta.org>
2975 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
2976 to the `menu-item' format.
2978 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
2980 * net/tramp.el (tramp-replace-environment-variables): Do not fail
2981 if the environment variable does not exist.
2983 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2984 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
2986 (tramp-smb-handle-add-name-to-file)
2987 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2988 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2989 (tramp-smb-handle-file-attributes)
2990 (tramp-smb-do-file-attributes-with-stat)
2991 (tramp-smb-handle-file-local-copy)
2992 (tramp-smb-handle-insert-directory)
2993 (tramp-smb-handle-make-directory)
2994 (tramp-smb-handle-make-directory-internal)
2995 (tramp-smb-handle-make-symbolic-link)
2996 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
2997 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
2998 (tramp-smb-maybe-open-connection): Apply the changed parameters.
2999 (tramp-smb-read-file-entry): Read Disk names in compressed format.
3000 Handle long file names.
3001 (tramp-smb-get-cifs-capabilities): Check, whether the connection
3003 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
3004 Read share names with "-g" option.
3006 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
3008 * net/rcirc.el (rcirc-view-log-file): New command.
3009 (rcirc-track-minor-mode-map): Remove C-c ` binding.
3010 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
3013 2009-10-15 Glenn Morris <rgm@gnu.org>
3015 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
3016 from the second command-line argument.
3017 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
3018 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
3019 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
3020 w32-batch-update-autoloads.
3021 * emacs-lisp/autoload.el (autoload-make-program): New variable.
3022 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
3024 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
3025 the headers cannot be located. Simplify, subtracting superflous
3028 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3030 Replace completion-base-size by completion-base-position to fix bugs
3032 * simple.el (completion-base-position): New var.
3033 (completion-base-size): Mark as obsolete.
3034 (choose-completion): Make it work for mouse events as well.
3035 Pass the new base-position to choose-completion-string.
3036 (choose-completion-guess-base-position): New function, extracted from
3037 choose-completion-delete-max-match.
3038 (choose-completion-delete-max-match): Use it. Make obsolete.
3039 (choose-completion-string): Use the new base-position info.
3040 (completion-root-regexp): Delete.
3041 (completion-setup-function): Preserve completion-base-position.
3042 Eliminate obsolete base-size manipulation.
3043 * minibuffer.el (display-completion-list): Don't mess with base-size.
3044 (minibuffer-completion-help): Set completion-base-position instead.
3045 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
3047 * textmodes/bibtex.el (bibtex-complete):
3048 * emacs-lisp/crm.el (crm--choose-completion-string):
3049 Adjust to new calling convention.
3050 * complete.el (partial-completion-mode): Use minibufferp to avoid
3051 bumping into incompatible change to choose-completion-string-functions.
3052 * ido.el (ido-choose-completion-string): Make its calling convention
3054 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
3055 base-size manipulation.
3056 (comint-dynamic-list-input-ring): Use dotimes and push.
3057 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
3058 fundamental-mode. Use `or'.
3060 2009-10-14 Juri Linkov <juri@jurta.org>
3062 * misearch.el (multi-isearch-next-buffer-from-list)
3063 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
3065 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3067 * Makefile.in (compile-onefile): Load `bytecomp' rather than
3070 * minibuffer.el (completion-pcm--merge-completions): Make sure the
3071 string we return is all made up of text from the completions rather
3072 than part from the completions and part from the input (bug#4219).
3074 * ido.el (ido-everywhere): Use define-minor-mode.
3076 * buff-menu.el (list-buffers, ctl-x-map):
3077 Mark the entry points with ;;;###autoload cookies.
3079 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3081 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
3082 correctly in the detached head case.
3083 (vc-git-print-log): Remove unused binding.
3085 * vc.el (vc-responsible-backend): When a directory is passed for
3086 for registration create a VC repository if no backend is
3087 responsible for the directory argument.
3088 (vc-deduce-fileset): Tell vc-responsible-backend to register.
3090 * vc.el: Move comments about RCS and SCCS ...
3092 * vc-sccs.el: ... here, respectively.
3094 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3096 * minibuffer.el (completion--file-name-table): Return nil if there's
3097 no file completion, even if substitute-in-file-name changed
3098 the string (bug#4708).
3100 2009-10-13 Juri Linkov <juri@jurta.org>
3102 * files-x.el (read-file-local-variable-value): Don't filter out
3103 minor modes from mode name completion (bug#4664).
3105 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
3107 * international/mule-cmds.el (ucs-names): Remove exclusion of
3108 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
3110 2009-10-13 Kenichi Handa <handa@m17n.org>
3112 * international/uni-name.el: Regenerated.
3114 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
3116 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
3117 should be automatically buffer-local, but isn't.)
3119 2009-10-12 Sam Steingold <sds@gnu.org>
3121 * progmodes/compile.el (compilation-next-error-function): Fix the
3122 timestamps if the buffer has been visited before.
3123 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
3124 non-anchored patterns, like the perl one (bug#3928).
3126 2009-10-12 Glenn Morris <rgm@gnu.org>
3128 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
3131 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
3133 * proced.el (proced-unload-function): New function.
3135 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
3136 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
3139 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
3141 2009-10-11 Juri Linkov <juri@jurta.org>
3143 * files-x.el (read-file-local-variable-value):
3144 Provide default value only for bound variables (bug#4664).
3146 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
3148 * net/tramp.el (tramp-local-host-p): Function shall return nil for
3149 connection methods like smb.
3151 * net/tramp-cache.el (tramp-flush-connection-property): The hash
3154 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3155 (tramp-smb-file-name-handler-alist): Add handlers for
3156 `add-name-to-file', `make-symbolic-link'.
3157 (tramp-smb-handle-add-name-to-file)
3158 (tramp-smb-do-file-attributes-with-stat)
3159 (tramp-smb-handle-make-symbolic-link)
3160 (tramp-smb-get-cifs-capabilities): New defuns.
3161 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3162 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3163 (tramp-smb-handle-file-local-copy)
3164 (tramp-smb-handle-make-directory-internal)
3165 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3166 The file name syntax depends on cifs capabilities.
3167 (tramp-smb-handle-file-attributes):
3168 Call `tramp-smb-do-file-attributes-with-stat' if possible.
3169 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
3170 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
3172 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
3174 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
3175 (eieio-defclass): Apply deftype handler and setf-method properties
3177 (eieio-add-new-slot): Avoid union function from cl library.
3178 (eieio--typep): New function.
3179 (eieio-perform-slot-validation): Use it.
3181 2009-10-10 Karl Fogel <kfogel@red-bean.com>
3183 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
3184 Update documentation to refer to the variables documented in r1.135.
3187 2009-10-10 Karl Fogel <kfogel@red-bean.com>
3189 * bookmark.el (Info-suffix-list): Remove this unused variable.
3190 (bookmark-current-point): Remove this obsolete variable.
3191 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
3192 Adjust for removal of bookmark-current-point.
3194 (bookmarks-already-loaded, bookmark-current-buffer)
3195 (bookmark-yank-point): Document. (Bug#4188)
3197 2009-10-10 Glenn Morris <rgm@gnu.org>
3199 * frame.el (frame-height): Doc fix.
3201 * calendar/calendar.el (calendar-split-width-threshold): New option.
3202 (calendar-basic-setup): Use calendar-split-width-threshold.
3204 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
3206 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
3207 Use .la for Automake.
3209 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
3211 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
3212 Use "autoreconf -i". Suggested by Andreas Schwab.
3214 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
3216 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
3217 Ideographic Supplement" range (U+1F200..U+1F2FF).
3219 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3221 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
3222 since the list will have been rebuilt anyway. (Bug#4349)
3224 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3226 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
3227 (bookmark-bmenu-execute-deletions): Don't save here, as
3228 bookmark-delete will now do so if necessary.
3229 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
3232 2009-10-09 Glenn Morris <rgm@gnu.org>
3234 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
3236 2009-10-09 Karl Fogel <kfogel@red-bean.com>
3238 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
3239 (bookmark-jump-other-window): Just invoke bookmark-jump with new
3240 argument now, so the two function's behaviors will match. (Bug#3645)
3242 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
3244 * cedet/ede/proj.el (project-make-dist, project-compile-project):
3246 (ede-proj-dist-makefile): Use expand-file-name instead of concat
3247 to expand file names.
3249 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
3251 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
3252 (tramp-file-name-real-host, tramp-file-name-port):
3253 Apply `save-match-data'.
3255 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
3256 case both directories are remote.
3257 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
3258 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
3260 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
3262 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
3263 (ede-proj-target-makefile-objectcode): Use it.
3265 * cedet/ede/source.el (ede-want-any-source-files-p)
3266 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
3267 Return search result. This error was introduced while merging.
3269 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
3271 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
3273 2009-10-07 Glenn Morris <rgm@gnu.org>
3275 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
3278 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3280 * files-x.el (read-file-local-variable): Include some
3281 non-user-variables in the completion table (bug#4664).
3283 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
3285 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
3288 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3289 (tramp-smb-file-name-handler-alist): Add handler for
3290 `copy-directory', `expand-file-name', `set-file-modes'.
3291 (tramp-smb-handle-copy-directory)
3292 (tramp-smb-handle-expand-file-name)
3293 (tramp-smb-handle-set-file-modes): New defuns.
3294 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
3295 (tramp-smb-handle-file-attributes): Simplify check for retrieving
3297 (tramp-smb-handle-insert-directory): Don't flush the cache.
3298 (tramp-smb-maybe-open-connection): Check for samba client and
3301 2009-10-07 Eli Zaretskii <eliz@gnu.org>
3303 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
3304 to not error out of search for "^lisp=" fails.
3306 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
3308 * makefile.w32-in (WINS_UPDATES): New macro.
3309 (custom-deps, finder-data, autoloads): Use it.
3311 2009-10-07 Glenn Morris <rgm@gnu.org>
3313 * Makefile.in (autoloads): Revert previous change.
3314 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
3315 the list of preloaded files passed on the command-line, get
3316 it from src/Makefile.
3318 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3319 show the original buffer rather than a random one.
3321 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
3323 * help.el (describe-no-warranty): Place point in a slightly better
3324 position in the GPLv3 text.
3326 2009-10-06 Sam Steingold <sds@gnu.org>
3328 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
3329 the comm attribute is present before calling regexp-quote.
3331 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
3333 * play/animate.el (animate-string): For good effect, make sure
3334 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
3336 * play/animate.el (animate-sequence, animate-birthday-present):
3337 * misc.el (butterfly): Don't set `indent-tabs-mode'.
3339 2009-10-06 Glenn Morris <rgm@gnu.org>
3341 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3343 * emacs-lisp/autoload.el (autoload-excludes): New variable.
3344 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
3345 (batch-update-autoloads): Process a string value of autoload-excludes,
3346 set during the build process.
3347 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
3349 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3350 inside with-parsed... macro so that `v' is defined.
3352 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
3353 * progmodes/fortran.el (fortran-end-of-block)
3354 (fortran-beginning-of-block):
3355 Also push mark in the macro case.
3357 * emerge.el (emerge-show-file-name):
3358 * calc/calc.el (calc-quit):
3359 * calc/calc-misc.el (calc-big-or-small):
3360 * calc/calc-graph.el (calc-graph-view):
3361 * calc/calc-ext.el (calc-reset):
3362 * calendar/calendar.el (calendar-basic-setup):
3363 Use window-full-height-p.
3365 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
3366 header we don't understand, don't insert another. (Bug#4624)
3367 If changing mime charset, insert the new one in the right place.
3369 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
3371 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3372 (cal-tex-cursor-month): Correctly increment the end date for diary and
3373 holiday listing. (Bug#4626)
3375 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3377 * help-fns.el (describe-function-1): Don't burp if the function is not
3380 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
3382 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
3383 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
3384 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
3385 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
3387 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
3388 (eieio-default-superclass): Reflow docstrings.
3389 (this, class-option-assoc, defclass, eieio-class-un-autoload)
3390 (eieio-unbind-method-implementations, defmethod)
3391 (eieio-validate-slot-value, eieio-validate-class-slot-value)
3392 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
3393 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
3394 (eieio-slot-originating-class-p, eieio-slot-name-index)
3395 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
3396 (constructor, initialize-instance, no-next-method, object-print)
3397 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
3398 Fix typos in docstrings.
3399 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
3400 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
3401 (next-method-p): Doc fixes.
3402 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
3403 Fix typos in error messages.
3404 (eieio-defmethod): Fix typo in description of generic method.
3406 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
3407 (eieio-persistent-save-interactive, slot-missing):
3408 Fix typos in docstrings.
3409 (eieio-instance-inheritor-slot-boundp): Doc fix.
3411 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
3412 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
3414 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
3415 (eieio-custom-object-apply-reset):
3416 Fix typos in docstrings and error messages.
3418 * emacs-lisp/eieio-datadebug.el (data-debug-show):
3419 Fix typo in docstring.
3421 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
3422 (eieio-browse-tree): Doc fix.
3423 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
3424 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
3425 Fix typos in docstrings.
3427 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
3428 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
3429 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
3430 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
3433 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3435 * vc-hg.el (log-view-vc-backend): Declare for compiler.
3436 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3437 Set log-view-vc-backend so that diff can work.
3439 * log-view.el (log-view-diff): Use vc-diff-internal instead of
3441 (vc-diff-internal): Autoload this instead of vc-version-diff.
3443 2009-10-05 Eli Zaretskii <eliz@gnu.org>
3445 * simple.el (eval-expression): Doc fix.
3447 * progmodes/cwarn.el (cwarn-mode): Doc fix.
3449 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3451 * files.el (directory-files-no-dot-files-regexp): New defconst.
3452 (delete-directory): Use it.
3453 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
3455 * net/tramp.el (tramp-verbose): Fix docstring.
3456 (tramp-methods): Add recursive option to `tramp-copy-args'.
3457 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
3458 "scp1_old", "scp2_old", "rsync", "rsyncc".
3459 (tramp-default-method): Check also for `auth-source-user-or-password'.
3460 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3461 Add handler for `copy-directory'.
3462 (tramp-handle-copy-directory): New defun.
3463 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
3464 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3465 Optimize sent command.
3467 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3469 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3470 window if necessary.
3472 * calendar/calendar.el (calendar-basic-setup): Don't call
3473 switch-to-buffer in a dedicated window.
3475 2009-10-05 Karl Fogel <kfogel@red-bean.com>
3477 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
3478 don't do anything related to relocating, just return nil.
3479 (bookmark-error-no-filename): New error.
3480 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
3481 bookmark has no file. Don't even attempt to handle things that
3482 are not files; the whole point of custom handlers is to keep that
3483 knowledge elsewhere anyway. Tighten some comments.
3484 (bookmark-file-or-variation-thereof): Remove now-unused function.
3485 (bookmark-location): Doc string fix.
3488 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3490 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
3491 don't use a file dialog, because they usually don't know how to read
3492 a directory target from the user. (Bug#4230)
3493 Also, make sure the prompt can display directories as well as files.
3495 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3497 * bookmark.el (bookmark-set, bookmark-buffer-name):
3498 Improve doc strings. (Bug#1193)
3500 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3502 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
3503 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
3504 (bookmark-get-annotation, bookmark-set-annotation)
3505 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3506 (bookmark-set-position, bookmark-get-front-context-string)
3507 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3508 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
3509 (bookmark-jump-other-window, bookmark-handle-bookmark)
3510 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
3511 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
3512 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
3513 Improve doc strings to say whether bookmark can be a string or
3514 a record or both, and make other consistency and clarity fixes.
3515 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
3516 (bookmark-default-annotation-text, bookmark-yank-word)
3517 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
3518 (bookmark-import-new-list, bookmark-maybe-rename)
3519 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3520 (bookmark-bmenu-bookmark): Give these doc strings.
3521 (bookmark-bmenu-check-position): Give this a doc string, but also
3522 add a FIXME comment about how the function may be pointless.
3523 (bookmark-default-handler): Rework doc string and change a
3524 parameter name, to clarify that this takes a bookmark record
3525 not a bookmark name.
3526 (bookmark-set): Change a parameter name to indicate its meaning,
3527 and improve the doc string a bit.
3530 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3532 * bookmark.el (bookmark-alist): Document the new `handler' element
3534 (bookmark-make-record-function): Adjust documentation for above.
3537 2009-10-04 Karl Fogel <kfogel@red-bean.com>
3539 * info.el (Info-bookmark-make-record): Document this function.
3540 (Info-bookmark-jump): Document with a doc string, not just a comment.
3543 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3545 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
3546 (semantic-new-buffer-fcn): Call parser setup functions here.
3547 (semantic-mode): Don't call parser setup functions here, it's done
3548 in semantic-new-buffer-fcn now.
3549 (semantic-mode): Parse all existing buffers when enabled.
3551 * cedet/srecode/compile.el (srecode-compile-file):
3552 Call semantic-new-buffer-fcn if the buffer has not been parsed.
3554 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3556 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
3558 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
3559 (proj-comp-insert-variable-once): New macro, renamed from
3560 ede-pmake-insert-variable-once in ede/pmake.edl.
3561 (ede-proj-makefile-insert-variables): Use it.
3563 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
3565 * files.el (copy-directory): New defun.
3567 * dired-aux.el (dired-copy-file-recursive): Use it.
3569 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3571 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3572 (makefile-end-of-command):
3573 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3574 (semantic-end-of-context): Fix previous change. Doc fixes.
3576 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3578 * files-x.el (modify-dir-local-variable)
3579 (copy-dir-locals-to-file-locals-prop-line):
3580 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3581 (makefile-end-of-command):
3582 * cedet/semantic/lex.el (semantic-lex-token):
3583 * cedet/semantic/analyze/fcn.el
3584 (semantic-analyze-dereference-metatype-1):
3585 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
3586 (semantic-lex-cpp-undef):
3587 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
3588 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3589 (semantic-end-of-context): Fix typos in docstrings.
3591 * recentf.el (recentf-unload-function): New function.
3593 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
3595 * cedet/ede.el (ede-project-placeholder-cache-file):
3596 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
3597 * cedet/srecode/map.el (srecode-map-save-file):
3598 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
3600 2009-10-04 Glenn Morris <rgm@gnu.org>
3602 * window.el (window-full-height-p): Add doc string.
3604 2009-10-04 Martin Rudalics <rudalics@gmx.at>
3606 * window.el (window-full-height-p): New function. (Bug#4543)
3608 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
3610 * cedet/srecode/insert.el: Require srecode/args.
3612 * cedet/srecode/args.el: Require srecode/dictionary instead of
3615 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
3617 * files.el (auto-mode-alist): Add .srt and Project.ede.
3619 * cedet/semantic.el (semantic-mode):
3620 Handle srecode-template-mode-hook as well.
3621 (semantic-mode): Use js-mode-hook for Javascript hook.
3623 * cedet/srecode/template.el: Remove hook variable.
3625 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
3627 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
3629 (ede-project-placeholder-cache-file): Default to a file in
3630 user-emacs-directory.
3632 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
3633 templates in data-directory.
3634 (srecode-map-save-file): Default to a file in user-emacs-directory.
3636 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
3639 2009-09-30 Eric Ludlam <zappo@gnu.org>
3641 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
3644 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
3645 Only insert each variable once.
3647 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
3648 (ede-pmake-insert-variable-shared): Use it.
3650 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
3651 for lexical table iff table is nil.
3653 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3655 * vc.el: Remove commented out code.
3656 (vc-derived-from-dir-mode): Remove, unused.
3657 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
3659 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
3661 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3662 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
3663 there could be recursive loading when `default-directory' is a
3664 remote file name. (Bug#4614)
3666 2009-10-03 Glenn Morris <rgm@gnu.org>
3668 * calendar/calendar.el (calendar-basic-setup): Handle the case where
3670 (calendar-generate-window): Test for shrinkability rather than width.
3672 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
3673 declaration, currently false.
3675 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
3676 reusing existing buffers, in case we happen to visit two files with the
3677 same basename. (Bug#4593)
3679 2009-10-02 Eli Zaretskii <eliz@gnu.org>
3681 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
3682 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
3683 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
3684 subdirs of cedet as well.
3685 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
3687 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3689 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
3690 Obey advertised-signature-table.
3692 * help-fns.el (help-function-arglist): Don't check
3693 advertised-signature-table.
3694 (describe-function-1): Do it here instead so it also applies to subrs.
3696 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
3698 * simple.el (start-file-process): Say in the doc-string, that file
3699 handlers might not support pty association, if PROGRAM is nil.
3701 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
3702 HOST and USER are strings. They are nil, when there are
3703 incomplete entries in ~/.netrc, for example.
3704 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
3705 root directory ("device busy" error otherwise).
3707 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
3708 Flush file properties of created directory.
3710 2009-10-02 Eli Zaretskii <eliz@gnu.org>
3712 * makefile.w32-in (WINS_BASIC): Remove cedet.
3713 (WINS_CEDET): Add cedet.
3714 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
3716 2009-10-02 Kevin Ryde <user42@zip.com.au>
3718 * net/browse-url.el (browse-url): Pass any symbol in
3719 browse-url-browser-function to `apply', since if you've mistakenly put
3720 an unbound symbol then the error is clearer. (Bug#4531)
3722 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
3724 * allout.el (allout-init, allout-back-to-current-heading)
3725 (allout-beginning-of-current-entry, allout-ascend-to-depth)
3726 (allout-ascend, allout-up-current-level, allout-end-of-level)
3727 (allout-previous-visible-heading, allout-forward-current-level)
3728 (allout-backward-current-level, allout-show-children):
3729 * apropos.el (apropos-describe-plist):
3730 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
3731 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
3732 * completion.el (add-completion, add-permanent-completion):
3733 * descr-text.el (describe-text-category, describe-char):
3734 * desktop.el (desktop-lazy-abort):
3735 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
3736 * dired.el (dired-build-subdir-alist):
3737 * ediff.el (ediff-version):
3738 * elide-head.el (elide-head, elide-head-show):
3739 * emerge.el (emerge-version):
3741 * face-remap.el (variable-pitch-mode):
3742 * faces.el (describe-face):
3743 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
3745 * files.el (find-file-existing, auto-save-mode):
3746 * font-lock.el (font-lock-fontify-buffer):
3747 * help-fns.el (describe-function, describe-variable)
3748 (describe-syntax, describe-categories):
3749 * help.el (view-lossage, describe-bindings, describe-key)
3751 * hexl.el (hexl-current-address):
3752 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
3753 * info.el (Info-goto-emacs-key-command-node):
3754 * log-edit.el (log-edit-insert-cvs-template)
3755 (log-edit-insert-cvs-rcstemplate):
3756 * menu-bar.el (menu-bar-mode):
3757 * mouse.el (mouse-appearance-menu):
3758 * newcomment.el (comment-indent-new-line):
3759 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
3760 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
3761 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
3762 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
3763 * recentf.el (recentf-mode):
3764 * savehist.el (savehist-mode, savehist-save):
3765 * shadowfile.el (shadow-copy-files):
3766 * simple.el (kill-ring-save, next-line, previous-line)
3767 (normal-erase-is-backspace-mode):
3768 * strokes.el (strokes-update-window-configuration)
3769 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
3770 (strokes-xpm-for-stroke):
3771 * time.el (emacs-uptime, emacs-init-time):
3772 * tutorial.el (tutorial--describe-nonstandard-key)
3773 (tutorial--detailed-help):
3774 * type-break.el (type-break-mode)
3775 (type-break-mode-line-message-mode, type-break-query-mode)
3776 (type-break-guesstimate-keystroke-threshold):
3777 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
3778 * version.el (emacs-version):
3779 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
3780 * winner.el (winner-mode):
3781 * calendar/timeclock.el (timeclock-in, timeclock-out)
3782 (timeclock-status-string, timeclock-change)
3783 (timeclock-workday-remaining-string)
3784 (timeclock-workday-elapsed-string)
3785 (timeclock-when-to-leave-string):
3786 * calendar/todo-mode.el (todo-add-category):
3787 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
3788 * emacs-lisp/autoload.el (update-file-autoloads):
3789 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
3790 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
3791 (checkdoc-message-text, checkdoc-defun):
3792 * emacs-lisp/debug.el (debugger-list-functions):
3793 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3794 * emacs-lisp/eieio-opt.el (eieio-describe-class)
3795 (eieio-describe-generic):
3796 * emacs-lisp/lisp-mnt.el (lm-synopsis):
3797 * emacs-lisp/shadow.el (list-load-path-shadows):
3798 * emulation/cua-base.el (cua-mode):
3799 * emulation/edt.el (edt-set-scroll-margins):
3800 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
3801 (tpu-toggle-regexp, tpu-toggle-search-direction)
3802 (tpu-toggle-rectangle, tpu-toggle-control-keys):
3803 * emulation/tpu-extras.el (tpu-set-scroll-margins):
3804 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
3805 (viper-set-parsing-style-toggling-macro)
3806 (viper-set-emacs-state-searchstyle-macros):
3807 * emulation/viper.el (viper-set-hooks):
3808 * eshell/esh-mode.el (eshell-truncate-buffer):
3809 * international/mule-cmds.el (prefer-coding-system)
3810 (describe-input-method, describe-language-environment):
3811 * international/mule-diag.el (list-character-sets)
3812 (describe-character-set, describe-coding-system)
3813 (describe-fontset, list-fontsets, list-input-methods):
3814 * mail/sendmail.el (mail-signature):
3815 * net/ange-ftp.el (ange-ftp-copy-file):
3816 * net/browse-url.el (browse-url):
3817 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
3818 * net/quickurl.el (quickurl-add-url):
3819 * net/rcirc.el (names, topic):
3820 * net/xesam.el (xesam-mode):
3821 * play/5x5.el (5x5-new-game):
3822 * play/yow.el (apropos-zippy):
3823 * progmodes/ada-mode.el (ada-mode-version):
3824 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
3826 (f90-beginning-of-block):
3827 * progmodes/fortran.el (fortran-end-of-block)
3828 (fortran-beginning-of-block):
3829 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
3830 * progmodes/python.el (python-describe-symbol, python-shell):
3831 * term/ns-win.el (ns-print-buffer):
3832 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
3833 * textmodes/flyspell.el (flyspell-mode-on):
3834 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
3835 (pages-directory-for-addresses):
3836 * textmodes/table.el (table-recognize-cell)
3837 (table-query-dimension, table-generate-source)
3838 (table-insert-sequence, table--warn-incompatibility):
3839 * textmodes/tex-mode.el (tex-validate-buffer):
3840 * textmodes/texinfmt.el (texinfmt-version)
3841 (texinfo-format-buffer):
3842 Use `called-interactively-p' instead of `interactive-p'.
3844 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
3846 * image-mode.el (image-toggle-display):
3847 * emacs-lisp/elp.el (elp-instrument-function):
3848 * emacs-lisp/advice.el (ad-make-advised-definition):
3849 * emacs-lisp/easy-mmode.el (define-minor-mode):
3850 * net/browse-url.el (browse-url-maybe-new-window):
3851 * progmodes/sh-script.el (sh-learn-buffer-indent):
3852 Pass new argument 'any to `called-interactively-p'.
3854 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
3856 * international/uni-bidi.el:
3857 * international/uni-category.el:
3858 * international/uni-combining.el:
3859 * international/uni-comment.el:
3860 * international/uni-decimal.el:
3861 * international/uni-decomposition.el:
3862 * international/uni-digit.el:
3863 * international/uni-lowercase.el:
3864 * international/uni-mirrored.el:
3865 * international/uni-name.el:
3866 * international/uni-numeric.el:
3867 * international/uni-old-name.el:
3868 * international/uni-titlecase.el:
3869 * international/uni-uppercase.el:
3870 Regenerate from Unicode 5.2.0 data.
3872 2009-10-01 Glenn Morris <rgm@gnu.org>
3874 * Makefile.in (ELCFILES): Regenerate.
3876 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3878 * subr.el (interactive-p): Mark obsolete.
3879 (called-interactively-p): Make the optional-ness of `kind' obsolete.
3880 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
3881 advertised-signature-table for subroutines as well.
3883 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
3884 (set-advertised-calling-convention): New function.
3885 (make-obsolete, define-obsolete-function-alias)
3886 (make-obsolete-variable, define-obsolete-variable-alias):
3887 Make the optional-ness of `when' obsolete.
3888 (define-obsolete-face-alias): Make `when' non-optional.
3889 * help-fns.el (help-function-arglist):
3890 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
3891 Use advertised-signature-table.
3893 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
3895 * files.el (delete-directory): New defun. The original function
3896 in fileio.c has been renamed to `delete-directory-internal'.
3898 * dired.el (dired-delete-file): Call `delete-directory' with
3899 RECURSIVE parameter.
3901 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
3902 parameter RECURSIVE. Implementation is missing.
3904 * net/tramp.el (tramp-handle-make-directory): Flush upper
3905 directory's file properties.
3906 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
3907 (tramp-handle-dired-recursive-delete-directory): Flush directory
3908 properties after the remove command only.
3910 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3911 Handle optional parameter RECURSIVE.
3913 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
3914 Handle optional parameter RECURSIVE.
3916 * net/tramp-smb.el (tramp-smb-errors): Add error message for
3918 (tramp-smb-handle-delete-directory): Handle optional parameter
3921 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3923 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
3924 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
3925 (byte-compile-defmacro): Use backquotes.
3927 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
3929 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
3930 has no associated file.
3931 (vc-resynch-buffer): Use vc-dir-buffers.
3933 2009-10-01 Glenn Morris <rgm@gnu.org>
3935 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
3937 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
3938 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
3939 * emacs-lisp/eieio-opt.el (eieio-describe-class):
3940 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
3941 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
3942 (eieio-copy-parents-into-subclass, make-instance, class-children)
3943 (eieio-generic-form):
3944 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
3945 * cedet/cedet-idutils.el (cedet-idutils-search)
3946 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
3947 (cedet-idutils-version-check):
3948 * cedet/cedet.el (cedet-version):
3949 * cedet/data-debug.el (data-debug-insert-overlay-button)
3950 (data-debug-insert-overlay-list-button)
3951 (data-debug-insert-buffer-button)
3952 (data-debug-insert-buffer-list-button)
3953 (data-debug-insert-process-button, data-debug-insert-ring-button)
3954 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
3955 (data-debug-insert-stuff-vector-button)
3956 (data-debug-insert-symbol-button, data-debug-insert-string)
3957 (data-debug-insert-number, data-debug-insert-lambda-expression)
3958 (data-debug-insert-nil, data-debug-insert-simple-thing)
3959 (data-debug-insert-custom, data-debug-edebug-expr):
3960 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
3961 (global-ede-mode-map, ede-new, ede-debug-target)
3962 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
3963 * cedet/semantic.el (semantic-minimum-working-buffer-size)
3964 (semantic-fetch-tags, semantic-submode-list)
3965 (semantic-default-submodes):
3966 * cedet/ede/source.el (ede-source-match):
3967 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
3968 (project-am-package-info):
3969 * cedet/ede/proj.el (ede-proj-target, project-new-target):
3970 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
3971 * cedet/ede/proj-comp.el (ede-current-build-list):
3972 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
3973 * cedet/ede/files.el (ede-toplevel-project-or-nil):
3974 * cedet/ede/cpp-root.el (initialize-instance):
3975 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
3976 (autoconf-parameter-strip, autoconf-insert-new-macro):
3977 * cedet/semantic/wisent.el (wisent-lex-eoi):
3978 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
3979 (semantic-show-parser-state-mode):
3980 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
3981 * cedet/semantic/tag.el (semantic-tag-new-variable)
3982 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
3983 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
3984 (semantic--tag-deep-copy-tag-list)
3985 (semantic-tag-components-with-overlays-default):
3986 * cedet/semantic/symref.el (semantic-symref-find-text):
3987 * cedet/semantic/senator.el (senator-yank-tag)
3988 (senator-transpose-tags-up):
3989 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
3990 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
3991 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
3992 * cedet/semantic/lex.el (semantic-lex-comment-regex)
3993 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
3994 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
3995 * cedet/semantic/lex-spp.el
3996 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
3997 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
3998 * cedet/semantic/idle.el
3999 (semantic-idle-summary-current-symbol-info-brutish)
4000 (semantic-idle-summary-current-symbol-info-default):
4001 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
4002 (semantic--grammar-macro-compl-dict):
4003 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
4004 * cedet/semantic/format.el (semantic-format-tag-custom-list)
4005 (semantic-format-tag-canonical-name-default):
4006 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
4007 (semantic-find-tags-for-completion)
4008 (semantic-find-tags-by-scope-protection-default)
4009 (semantic-deep-find-tags-for-completion):
4010 * cedet/semantic/edit.el
4011 (semantic-edits-incremental-reparse-failed-hook)
4012 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
4013 (semantic-edits-splice-remove, semantic-edits-splice-replace):
4014 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
4015 * cedet/semantic/dep.el (semantic-dependency-include-path):
4016 * cedet/semantic/db.el (semanticdb-default-find-index-class)
4017 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
4018 (semanticdb-project-roots):
4019 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
4020 (semanticdb-find-adebug-insert-scanned-tag-cons)
4021 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
4022 (semanticdb-brute-deep-find-tags-for-completion):
4023 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
4024 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
4025 (semantic-end-of-context-default)
4026 (semantic-ctxt-current-function-default)
4027 (semantic-ctxt-scoped-types-default):
4028 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4029 (semantic-complete-inline-tag-engine)
4030 (semantic-complete-inline-custom-type)
4031 (semantic-complete-read-tag-analyzer):
4032 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
4033 (semantic-chart-database-size):
4034 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
4035 (semantic-analyze-current-context):
4036 * cedet/semantic/symref/list.el (semantic-symref)
4037 (semantic-symref-hide-buffer, semantic-symref-symbol):
4038 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
4039 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
4040 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
4041 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
4042 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
4043 (semantic-c-dereference-template):
4044 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
4045 (semantic--analyze-refs-full-lookup-with-parents)
4046 (semantic--analyze-refs-full-lookup-simple):
4047 * cedet/semantic/analyze/complete.el
4048 (semantic-analyze-possible-completions):
4049 * cedet/srecode/table.el (srecode-mode-table-new):
4050 * cedet/srecode/srt.el (srecode-read-variable-name):
4051 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
4052 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
4053 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
4054 * cedet/srecode/map.el (srecode-current-map):
4055 * cedet/srecode/insert.el (srecode-insert)
4056 (srecode-insert-variable-secondname-handler, srecode-insert-method)
4057 (srecode-template-inserter-point-override)
4058 (srecode-insert-include-lookup):
4059 * cedet/srecode/getset.el (srecode-auto-choose-class):
4060 * cedet/srecode/extract.el (srecode-inserter-extract):
4061 * cedet/srecode/document.el
4062 (srecode-document-autocomment-return-last-alist)
4063 (srecode-document-autocomment-param-type-alist)
4064 (srecode-document-insert-function-comment)
4065 (srecode-document-insert-variable-one-line-comment)
4066 (srecode-document-function-name-comment):
4067 * cedet/srecode/dictionary.el (srecode-create-dictionary)
4068 (srecode-compound-toString):
4069 * cedet/srecode/compile.el (srecode-flush-active-templates):
4070 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
4073 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
4074 match-data. (Bug#4555).
4076 * cedet/semantic/bovine/gcc.el
4077 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
4078 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
4080 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
4081 rather than parsing it as a regexp. This relaxes the layout
4082 requirements and makes errors easier to detect.
4083 (check-declare-verify): Check file is regular.
4084 (check-declare-directory): Doc fix.
4085 * subr.el (declare-function): Doc fix.
4087 * ibuffer.el (ibuffer-format-qualifier):
4088 * isearch.el (hi-lock-regexp-okay):
4089 * calc/calc.el (math-zerop):
4090 * mail/uce.el (rmail-msgbeg, rmail-msgend):
4091 * term/w32-win.el (setup-default-fontset, set-fontset-font):
4092 Remove unused declarations.
4094 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
4096 * cedet/semantic/wisent/javat-wy.el
4097 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
4099 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
4101 * cedet/srecode/expandproto.el: Fix provide statement.
4103 2009-09-30 Eric Ludlam <zappo@gnu.org>
4105 * emacs-lisp/eieio.el (boolean-p): Delete.
4107 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
4109 * cedet/ede/srecode.el: Fix provide statement.
4111 2009-09-30 Glenn Morris <rgm@gnu.org>
4113 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
4114 * cedet/ede/proj-aux.el (ede-aux-source):
4115 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
4117 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
4118 (semantic-mrub-switch-tags): Fix doc typos.
4120 * cedet/semantic/db-global.el (data-debug-new-buffer)
4121 (data-debug-insert-thing): Remove unneeded declarations (one broken).
4122 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
4124 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
4126 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
4127 use of CL function `remove-if-not'.
4129 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
4131 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
4132 filename is not a string.
4134 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
4136 * files.el (safe-local-eval-forms): Fix typo.
4138 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4140 * vc-hooks.el (vc-dir-buffers): New var.
4141 (vc-state-refresh): New function.
4143 (vc-after-save): Always ask the backend to recompute the new state.
4144 Always call vc-dir if necessary, using vc-dir-buffers.
4145 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
4147 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
4148 (vc-dir-prepare-status-buffer, vc-dir-update)
4149 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
4150 Don't call expand-file-name on default-directory.
4152 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
4154 * speedbar.el (speedbar-item-delete):
4155 * calc/calc-prog.el (calc-kbd-if):
4156 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
4158 * epa.el (epa-key-list-mode-map):
4159 * hi-lock.el (hi-lock-menu): Fix typos in menus.
4161 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
4162 (hs-show-hook): Fix typo in docstring.
4164 2009-09-29 Glenn Morris <rgm@gnu.org>
4166 * cedet/semantic/symref/idutils.el:
4167 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
4169 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
4171 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
4172 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
4173 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
4174 Mark declarations not understood by check-declare.
4176 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
4177 file-name-nondirectory call preventing location of cedet files.
4178 (check-declare-verify): Use literal search rather than re-search.
4179 Add basic defmethod and defclass, and define-overloadable-function.
4181 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4182 Use tramp-compat-file-attributes rather than nonexistent
4183 tramp-compat-handle-file-attributes.
4185 * Makefile.in (lisptagsfiles4): New.
4186 (AUTOGENEL): Add cedet loaddefs files.
4187 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
4188 (update-elclist, compile-always, backup-compiled-files)
4189 (bootstrap-clean): Add yet another directory level.
4190 (update-elclist): Use LC_COLLATE rather than COLLATE.
4191 (ELCFILES): Update, via `make update-elclist'.
4193 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
4195 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
4196 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
4197 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
4199 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
4201 * Makefile.in (lisptagsfiles3): Define.
4202 (TAGS, TAGS-LISP): Use it.
4203 (update-elclist): Add third directory level to look for elc files.
4204 (compile-always): Likewise.
4205 (backup-compiled-files): Likewise.
4206 (bootstrap-clean): Likewise.
4209 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
4211 * Makefile.in (ELCFILES): Add CEDET files.
4213 2009-09-28 Eric Ludlam <zappo@gnu.org>
4215 CEDET (development tools) package merged.
4219 * cedet/semantic/*.el:
4220 * cedet/srecode/*.el: New files.
4222 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
4224 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
4226 * net/tramp.el (top): Require tramp-imap.
4228 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4229 Use `tramp-compat-handle-file-attributes'.
4231 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4233 * net/tramp-imap.el: New package.
4235 2009-09-28 Eric Ludlam <zappo@gnu.org>
4237 * emacs-lisp/chart.el:
4238 * emacs-lisp/eieio-base.el:
4239 * emacs-lisp/eieio-comp.el:
4240 * emacs-lisp/eieio-custom.el:
4241 * emacs-lisp/eieio-datadebug.el:
4242 * emacs-lisp/eieio-opt.el:
4243 * emacs-lisp/eieio-speedbar.el:
4244 * emacs-lisp/eieio.el: New files.
4246 * cedet/cedet-cscope.el:
4247 * cedet/cedet-files.el:
4248 * cedet/cedet-global.el:
4249 * cedet/cedet-idutils.el:
4250 * cedet/data-debug.el:
4251 * cedet/inversion.el:
4252 * cedet/mode-local.el:
4253 * cedet/pulse.el: New files.
4255 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4257 * whitespace.el (whitespace-trailing-regexp)
4258 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4261 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
4263 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
4266 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
4267 menu-bar-ediff-menu.
4269 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
4270 define-overloadable-function.
4272 * progmodes/autoconf.el: Provide autoconf as well, so that this
4273 file can be `require'd.
4275 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
4277 * emacs-lisp/autoload.el (generated-autoload-feature)
4278 (generated-autoload-load-name): New vars.
4279 (autoload-rubric, autoload-generate-file-autoloads): Use them.
4280 (make-autoload): Recognize define-overloadable-function and
4281 defclass forms (for EIEIO).
4283 * Makefile.in (update-subdirs): Exclude cedet directory.
4285 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4287 * term/ns-win.el: Don't set the region face background. (Bug#4381)
4289 * faces.el: Default light-background background for region face to
4290 ns_selection_color under NS.
4292 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4294 * net/imap-hash.el: New library, see NEWS.
4296 * Makefile.in (ELCFILES): Add imap-hash.el.
4298 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4300 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
4301 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
4302 * help-macro.el (make-help-screen): Avoid using an ambiguous function
4303 definition where the docstring could be taken for the return value.
4305 2009-09-26 Glenn Morris <rgm@gnu.org>
4307 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
4308 Add option to only show images below a certain size.
4309 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
4310 save-excursion calls.
4312 2009-09-26 Eli Zaretskii <eliz@gnu.org>
4314 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4315 subdirectories) and eieio.
4317 2009-09-26 Alan Mackenzie <acm@muc.de>
4319 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
4320 buggy bracketing. (Bug#4289)
4322 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
4323 character constants (as case labels). (Bug#4289)
4325 2009-09-25 Juri Linkov <juri@jurta.org>
4327 * files.el (safe-local-eval-forms): Allow time-stamp in
4328 before-save-hook (Bug#4554).
4330 2009-09-25 Drew Adams <drew.adams@oracle.com>
4332 * menu-bar.el (list-buffers-directory): Doc fix.
4334 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
4336 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
4337 Try and avoid copying twice the same paragraph.
4338 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
4339 Remove save-excursion.
4340 (log-edit-changelog-entry): Do it here instead.
4342 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
4344 * bs.el (bs--get-file-name): Use `list-buffers-directory'
4345 when available, instead of hardcoding mode names. Doc fix.
4347 * menu-bar.el (list-buffers-directory): Add docstring.
4348 Make automatically buffer-local.
4350 * dired.el (dired-mode):
4351 * files.el (cd-absolute):
4352 * pcvs.el (cvs-temp-buffer):
4353 * pcvs-util.el (cvs-get-buffer-create):
4354 * shell.el (shell-mode):
4355 * vc-dir.el (vc-dir-mode):
4356 Don't make `list-buffers-directory' buffer local.
4358 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
4360 * comint.el (comint-exec, comint-run, make-comint):
4361 Doc fixes (Bug#4542).
4363 2009-09-25 Glenn Morris <rgm@gnu.org>
4365 * mail/rmailmm.el (rmail-mime): New custom group.
4366 Move all defcustoms in this file into this group.
4367 (rmail-mime-media-type-handlers-alist): Revert previous change.
4368 (rmail-mime-show-images): New option.
4369 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
4370 references to it, since it wasn't actually used for anything.
4371 (rmail-mime-insert-image): New function.
4372 (rmail-mime-image): Use rmail-mime-insert-image.
4373 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
4374 obey the value of `rmail-mime-show-images' option. Print the size of
4377 2009-09-25 David Engster <deng@randomsample.de>
4379 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
4381 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4383 * whitespace.el: Does not highlight trailing spaces While point is
4384 at end of line. Does not highligt spaces at beginning of buffer
4385 while point is at beginning of buffer. Does not highlight spaces
4386 at end of buffer while point is at end of buffer. (Bug#4177)
4388 (whitespace-display-mappings): Adjust initialization.
4389 (whitespace-point, whitespace-font-lock-refontify): New vars.
4390 (whitespace-color-on, whitespace-color-off): Adjust code.
4391 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4392 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
4393 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
4395 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
4397 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
4399 * textmodes/sgml-mode.el: Remove xml-mode alias.
4401 * files.el (auto-mode-alist, conf-mode-maybe)
4402 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
4404 2009-09-24 Alan Mackenzie <acm@muc.de>
4406 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
4407 c-forward-conditionals, but it doesn't move point and doesn't set
4409 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
4410 (c-down-conditional-with-else, c-backward-conditional)
4411 (c-forward-conditional): Refactor to use c-scan-conditionals.
4413 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4415 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
4416 (help-default-arg-highlight): Remove.
4417 (help-highlight-arg): New function.
4418 (help-do-arg-highlight): Use it.
4419 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
4421 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4423 * term.el (term-set-scroll-region, term-handle-ansi-escape):
4424 Undo last change, which didn't fix the problem and introduced others.
4426 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
4428 * progmodes/gdb-mi.el: Don't require speedbar.
4429 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
4431 2009-09-24 Glenn Morris <rgm@gnu.org>
4433 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4435 * term/ns-win.el (ns-reg-to-script): Define for compiler.
4437 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
4438 there is no newline after the final mime boundary. (Bug#4539)
4439 Move markers on insertion so that any buttons inserted don't end up in
4440 the next part of a multipart message.
4441 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
4442 (rmail-mime-bulk-handler): Optionally handle images.
4443 (rmail-mime-image): New button action.
4444 (rmail-mime-image-handler): New function.
4445 (rmail-mime-mode): New mode.
4446 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
4448 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4450 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4451 than just dropping elements from it (bug#4504).
4453 * term.el (term-set-scroll-region): Don't move cursor any more.
4454 (term-handle-ansi-escape): Call term-goto here instead.
4455 Suggested by Ivan Kanis <apple@kanis.eu>.
4457 * term.el: Require CL.
4458 (term-ansi-reset): New function.
4459 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
4460 (term-handle-colors-array): Simplify.
4462 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
4464 * allout.el (allout-overlay-interior-modification-handler)
4465 (allout-obtain-passphrase):
4466 * epa-file.el (epa-file-write-region):
4467 * ps-print.el (ps-begin-job):
4468 * vc-hooks.el (vc-toggle-read-only):
4469 * vc-rcs.el (vc-rcs-rollback):
4470 * vc-sccs.el (vc-sccs-rollback):
4471 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
4472 (vc-version-diff, vc-revert, vc-rollback):
4473 * wdired.el (wdired-check-kill-buffer):
4474 * emacs-lisp/authors.el (authors):
4475 * net/socks.el (socks-open-connection):
4476 * net/zeroconf.el (zeroconf-service-add-hook):
4477 * obsolete/vc-mcvs.el (vc-mcvs-register):
4478 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
4480 * progmodes/grep.el (lgrep, rgrep):
4481 * progmodes/idlw-help.el (idlwave-help-check-locations)
4482 (idlwave-help-html-link, idlwave-help-assistant-open-link):
4483 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4484 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
4485 (reftex-toc-rename-label): Fix typos in error messages.
4487 * dired-aux.el (dired-do-shell-command): Reflow docstring.
4488 (dired-copy-how-to-fn): Doc fix.
4489 (dired-files-attributes, dired-read-shell-command):
4490 Fix typos in docstrings.
4492 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
4493 (dired-x-find-file-other-window): Reflow docstrings.
4494 (dired-omit-marker-char, dired-read-shell-command)
4495 (dired-x-submit-report): Fix typos in docstrings.
4497 * shell.el (shell-mode-hook):
4498 * view.el (View-scroll-line-forward):
4499 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
4500 Fix typos in docstrings.
4502 * net/dig.el (dig-invoke): Fix typo in docstring.
4503 (query-dig): Reflow docstring.
4505 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
4506 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
4507 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
4508 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
4509 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
4510 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
4511 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
4512 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
4513 (idlwave-completion-map, idlwave-current-indent)
4514 (idlwave-custom-ampersand-surround, idlwave-customize)
4515 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
4516 (idlwave-define-abbrev, idlwave-determine-class-special)
4517 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
4518 (idlwave-end-block-reg, idlwave-end-of-statement)
4519 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
4520 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
4521 (idlwave-explicit-class-listed, idlwave-file-header)
4522 (idlwave-fill-paragraph, idlwave-find-class-definition)
4523 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
4524 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
4525 (idlwave-in-quote, idlwave-indent-action-table)
4526 (idlwave-indent-expand-table, idlwave-indent-line)
4527 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
4528 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
4529 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
4530 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
4531 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
4532 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
4533 (idlwave-outlawed-buffers, idlwave-popup-select)
4534 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
4535 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
4536 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
4537 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
4538 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
4539 (idlwave-statement-type, idlwave-struct-skip)
4540 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
4541 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
4542 (idlwave-what-module-find-class): Fix typos in docstrings.
4543 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
4544 (idlwave-calculate-cont-indent, idlwave-expand-equal)
4545 (idlwave-find-module, idlwave-find-structure-definition)
4546 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
4547 (idlwave-list-load-path-shadows, idlwave-next-statement)
4548 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
4549 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
4550 (idlwave-template): Reflow docstrings.
4552 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
4553 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
4554 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
4555 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
4556 (idlwave-shell-display-line, idlwave-shell-display-wframe)
4557 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
4558 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
4559 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
4560 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
4561 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
4562 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
4563 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
4564 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
4565 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
4566 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
4567 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
4568 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
4569 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
4570 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
4571 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
4572 Fix typos in docstrings.
4573 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
4574 (idlwave-shell-hide-output, idlwave-shell-mode)
4575 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
4578 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
4580 2009-09-24 Ivan Kanis <apple@kanis.eu>
4582 * term.el (term-bold-attribute): New var.
4583 (term-handle-colors-array): Use it.
4585 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
4587 * progmodes/gdb-mi.el (gdb-version): New variable.
4588 (gdb-non-stop-handler): Set gdb-version.
4589 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
4590 Condition "--thread" option on gdb-version.
4591 (gdb-invalidate-threads): Remove unused argument.
4593 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4595 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
4596 to looking-back to avoid ridiculous slow down in large files (bug#4511).
4598 2009-09-23 Glenn Morris <rgm@gnu.org>
4600 * mail/rmail.el (rmail-reply): Don't try to add a References header when
4601 replying to mail without References or Message-Id. (Bug#4525)
4603 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4605 * term/ns-win.el (ns-reg-to-script): New variable.
4607 2009-09-23 Daiki Ueno <ueno@unixuser.org>
4609 * epg.el (epg-wait-for-status): Preserve existing 'error results.
4611 2009-09-22 Sam Steingold <sds@gnu.org>
4613 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
4614 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
4615 to 1 because hg returns status 1 when nothing is found.
4616 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
4618 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
4620 * textmodes/fill.el: Convert to utf-8 encoding.
4621 (fill-french-nobreak-p): Remove redundant » and « inherited from our
4624 * add-log.el (change-log-fill-forward-paragraph): New function.
4625 (change-log-mode): Use it so fill-region DTRT.
4626 Set fill-indent-according-to-mode here rather than in
4627 change-log-fill-paragraph.
4628 (change-log-fill-paragraph): Remove.
4630 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
4632 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
4633 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
4635 2009-09-22 Glenn Morris <rgm@gnu.org>
4637 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
4638 the scroll-bar scroll the calendar window rather than the buffer.
4640 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
4641 commands that move point (as opposed to scrolling).
4643 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
4645 * emacs-lisp/elint.el (elint): New custom group.
4646 (elint-log-buffer): Make it a defcustom.
4647 (elint-scan-preloaded, elint-ignored-warnings)
4648 (elint-directory-skip-re): New options.
4649 (elint-builtin-variables): Doc fix.
4650 (elint-preloaded-env): New variable.
4651 (elint-unknown-builtin-args): Add an entry for encode-time.
4652 (elint-extra-errors): Make it a variable rather than a constant.
4653 (elint-preloaded-skip-re): New constant.
4654 (elint-directory): Skip files matching elint-directory-skip-re.
4655 (elint-features): New variable, local to linted buffers.
4656 (elint-update-env): Initialize elint-features. Possibly add
4657 elint-preloaded-env to the buffer's environment.
4658 (elint-get-top-forms): Bind elint-current-pos, for log messages.
4660 (elint-init-form): New function, extracted from elint-init-env.
4661 Make non-list forms a warning rather than an error.
4662 Add the mode-map for define-derived-mode. Handle define-minor-mode,
4663 easy-menu-define, put that adds an error-condition, and provide.
4664 When requiring cl, also require cl-macs. Really require cl, to handle
4665 some cl macros. Store required libraries in the list elint-features,
4666 so as not to re-load them. Treat cc-require like require.
4667 (elint-init-env): Call elint-init-form to do the work.
4668 Handle eval-and-compile and such like.
4669 (elint-add-required-env): Do not clear messages.
4670 (elint-special-forms): Add handlers for function, defalias, if, when,
4672 (elint-form): Add optional argument to ignore elint-special-forms,
4673 useful to prevent recursive calls from handlers. Doc fix.
4674 Respect elint-ignored-warnings.
4675 (elint-form): Respect elint-ignored-warnings.
4676 (elint-bound-variable, elint-bound-function): New variables.
4677 (elint-unbound-variable): Respect elint-bound-variable.
4678 (elint-get-args): Respect elint-bound-function.
4679 (elint-check-cond-form): Add some simple handling for (f)boundp and
4681 (elint-check-defalias-form): New handler.
4682 (elint-check-let-form): Make an empty let a warning rather than an
4684 (elint-check-setq-form): Make an empty setq a warning rather than an
4685 error. Respect elint-ignored-warnings.
4686 (elint-check-defvar-form): Accept null doc-strings.
4687 (elint-check-conditional-form): New handler. Does some simple-minded
4688 checking of featurep and (f)boundp tests.
4689 (elint-put-function-args): New function.
4690 (elint-initialize): Use elint-scan-doc-file rather than
4691 elint-find-builtin-variables. Use elint-put-function-args.
4692 Possibly scan preloaded-file-list.
4693 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
4694 extend to handle functions as well.
4696 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
4698 * linum.el (linum-delete-overlays, linum-update-window):
4699 Do not modify the right margin. (Bug#3971)
4701 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
4703 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
4704 nxml-mode instead of xml-mode.
4706 2009-09-21 Kevin Ryde <user42@zip.com.au>
4708 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
4710 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4712 * net/dig.el (dig-mode): Use define-derived-mode.
4714 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4716 * vc-dispatcher.el (vc-do-command): Return the process object in
4717 the asynchronous case. Use when instead of if. Do not run
4718 vc-exec-after to display a message if not enabled. (Bug#4463)
4720 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
4721 properties to the stash strings.
4722 (vc-git-stash-list): Return a list of strings.
4723 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
4724 (vc-git-stash-show-at-point): New functions.
4725 (vc-git-stash-map): New keymap.
4727 * register.el (ctl-x-r-map): Define the keys here instead of
4730 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
4732 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
4733 list, to workaround performance problem (bug#4485).
4735 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
4737 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
4739 2009-09-20 Daiki Ueno <ueno@unixuser.org>
4741 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
4742 Document that this option is not recommended to use.
4744 2009-09-19 Glenn Morris <rgm@gnu.org>
4746 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
4749 * calc/calc-alg.el (var):
4750 * calc/calcalg2.el (var): Define for compiler.
4752 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
4754 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
4757 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
4759 * time-stamp.el (time-stamp-month-dd-yyyy)
4760 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
4761 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
4762 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
4763 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
4764 Remove functions that have been obsolete since 1995 (Bug#4436).
4766 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
4767 indent buffer only if called interactively (Bug#4452).
4769 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
4770 Eli Zaretskii <eliz@gnu.org>
4772 This fixes bug#4197 (merged to bug#865, though not identical).
4773 * server.el (server-auth-dir): Add docstring note about FAT32.
4774 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
4775 but warn against using them.
4777 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
4779 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
4780 older GDB where there is no has_more field.
4782 2009-09-19 Glenn Morris <rgm@gnu.org>
4784 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4786 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
4788 * files.el (auto-mode-alist): Change default for XML files to nXML
4791 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
4793 * server.el (server-ensure-safe-dir): Pass 'integer
4794 to `file-attributes', as suggested.
4796 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4798 * dired-aux.el (dired-query-alist): Remove spurious backslash.
4799 (dired-query): Use read-key.
4801 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
4803 * cus-start.el (ns-use-qd-smoothing): Remove.
4805 2009-09-18 Glenn Morris <rgm@gnu.org>
4807 * allout.el (top-level): Remove unnecessary progn.
4809 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
4811 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
4812 definition of abbrev table.
4814 * speedbar.el (speedbar-track-mouse):
4815 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
4816 * net/eudc.el (eudc-expand-inline):
4817 * net/newst-backend.el (newsticker--cache-read-feed):
4818 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
4819 condition-case handlers.
4821 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
4823 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
4824 (gdb-var-list): Add an element for has_more field.
4825 (gdb-non-stop-handler): Enable pretty printing for STL containers.
4826 (gdb-var-create-handler, gdb-var-list-children-handler-1)
4827 (gdb-var-update-handler-1): Parse output of dynamic variable
4828 objects (STL containers).
4829 (gdb-var-delete-1): Pass var1 as an explicit second argument.
4830 (gdb-get-field): Delete alias. Use bindat-get-field directly.
4832 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
4834 (gud-speedbar-buttons): Make node expandable if expression "has more"
4837 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
4839 * startup.el (emacs-quick-startup): Remove variable and all uses.
4840 (command-line): Set `inhibit-x-resources' instead.
4841 (command-line-1): Use `inhibit-x-resources' instead.
4843 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
4845 * subr.el: Fix last change to avoid using the `unless' macro,
4846 which breaks bootstrapping.
4848 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4850 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
4851 extended definitions, in case we reload subr.el after having
4853 (eval-next-after-load): Mark as obsolete.
4855 2009-09-17 Juri Linkov <juri@jurta.org>
4857 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
4858 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
4859 (menu-bar-showhide-menu, menu-bar-tools-menu)
4860 (menu-bar-describe-menu, menu-bar-help-menu)
4861 (minibuffer-local-completion-map, minibuffer-local-map):
4864 2009-09-17 Glenn Morris <rgm@gnu.org>
4866 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
4867 arguments, whether or not it has a handler.
4869 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
4871 * simple.el (hard-newline): Give it a doc-string.
4873 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4874 (lisp-mode-syntax-table): Give them doc-strings.
4876 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4878 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
4879 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
4880 (menu-bar-options-menu, menu-bar-showhide-menu)
4881 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
4882 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
4883 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
4884 (menu-bar-options-menu, menu-bar-tools-menu)
4885 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
4886 (menu-bar-help-menu):
4887 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
4890 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
4891 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
4892 calls for the menu names and :help.
4894 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4896 * mouse.el (minor-mode-menu-from-indicator): Pay attention
4897 to :minor-mode-function (bug#4455).
4899 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4901 * startup.el (command-line): Initialize the window-system after
4902 processing the command-line.
4904 * textmodes/page.el (what-page): Make sure we don't inf-loop if
4905 page-delimiter matches the empty string.
4907 2009-09-16 Glenn Morris <rgm@gnu.org>
4909 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
4910 byte-compile-not-obsolete-var. It's a list now.
4911 (byte-compile-not-obsolete-funcs): New variable.
4912 (byte-compile-warn-obsolete): Don't warn about functions if they are in
4913 byte-compile-not-obsolete-funcs.
4914 (byte-compile-variable-ref, byte-compile-defvar): Update for
4915 byte-compile-not-obsolete-vars name-change and list nature.
4916 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
4917 and variables behind (f)boundp tests.
4918 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
4920 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4922 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
4924 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4926 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
4927 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
4930 2009-09-15 Stephen Eglen <stephen@gnu.org>
4932 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
4933 the virtual-buffers, use the name of the buffer specified by
4934 find-file-noselect, as the match may be a symlink. (This was a
4935 problem if the target and the symlink had different names.)
4937 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4939 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
4941 * desktop.el (desktop-path): Check user-emacs-directory.
4943 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
4945 * loadup.el: Use after-load-functions to GC after loading each file.
4946 Remove the explicit GC calls that used to be sprinkled around.
4948 * subr.el (after-load-functions): New hook.
4949 (do-after-load-evaluation): Run it. Use string-match-p to detect
4950 `obsolete' packages, rather than painfully extracting the relevant
4953 2009-09-15 Glenn Morris <rgm@gnu.org>
4955 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
4956 free variable `doc'.
4958 * dired.el (dired-mode-map): Add menu entry for async shell command.
4960 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
4961 variables, also consider the .elc files, since the .el files are
4962 normally gzipped (subsequent code locates the .el.gz from the .elc).
4964 * calc/calc-prog.el (arglist): Define for compiler.
4966 * calendar/diary-lib.el (diary-display-function): Change the default to
4968 (body): Define for compiler.
4970 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
4971 (byte-compile-file-form, byte-compile-lambda)
4972 (byte-compile-top-level-body, byte-compile-form)
4973 (byte-compile-variable-ref, byte-compile-setq)
4974 (byte-compile-setq-default, byte-compile-body)
4975 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
4976 (batch-byte-compile): Give some more local variables with common names
4977 a "bytecomp-" prefix to avoid masking warnings about free variables.
4979 * startup.el (command-line-1): Give local variables with common names a
4980 distinguishing prefix, so as not to hide free variable warnings during
4983 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
4984 clever and add a suffix to make a unique name, just let the user decide
4985 whether or not to overwrite it. If the input is a directory, write the
4986 default filename to that directory. (Bug#4388)
4987 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
4988 is a filename-as-a-directory.
4990 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4992 * textmodes/page.el (what-page): Don't move to beginning of line.
4993 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
4995 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4997 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
4999 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5001 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
5002 * help.el (help-for-help-internal): Add purecopy calls for text.
5004 * vc.el (top): print-log method now takes an optional SHORTLOG
5005 argument. Add a new method: root.
5006 (vc-root-diff, vc-print-root-log): New functions.
5007 (vc-log-short-style): New variable.
5008 (vc-print-log-internal): Add support for showing short logs.
5010 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
5011 vc-print-root-log and vc-print-root-diff.
5013 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
5014 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
5015 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
5018 * vc-cvs.el (vc-cvs-print-log):
5019 * vc-mtn.el (vc-mtn-print-log):
5020 * vc-rcs.el (vc-rcs-print-log):
5021 * vc-sccs.el (vc-sccs-print-log):
5022 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
5023 that is ignored for now.
5025 * vc-mtn.el (vc-mtn-annotate-command):
5026 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
5028 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5030 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
5031 to function-key-map, and give them ascii-character property.
5032 * term/x-win.el (x-alternatives-map):
5033 * term/ns-win.el (ns-alternatives-map):
5034 * term/internal.el (msdos-key-remapping-map):
5035 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
5037 2009-09-14 Glenn Morris <rgm@gnu.org>
5039 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
5040 temp-buffers (2009-09-12).
5042 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5044 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
5045 the new read-key function.
5047 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5049 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
5050 is defined (Bug#4405).
5052 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
5054 * recentf.el (recentf-cleanup): Use a hash table to find
5055 duplicates (Bug#4407).
5057 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
5059 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
5060 kp-0 to ascii equivalents (Bug#4325).
5062 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5064 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
5066 * eshell/em-hist.el:
5067 * eshell/em-dirs.el (eshell-complete-user-reference):
5068 Declare pcomplete functions and variables to avoid compiler warnings.
5070 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
5072 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
5073 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
5074 * eshell/em-alias.el (eshell-aliases-file):
5075 * eshell/em-hist.el (eshell-history-file-name):
5076 Use expand-file-name instead of concat to make file names (Bug#4308).
5078 2009-09-13 Glenn Morris <rgm@gnu.org>
5080 * ediff-merg.el (ediff-do-merge):
5081 * filesets.el (filesets-run-cmd):
5082 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
5083 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
5084 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
5085 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
5086 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
5087 Replace empty `let's with `progn'.
5089 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5091 * mail/sendmail.el (send-mail-function):
5092 * tooltip.el (tooltip-mode):
5093 * simple.el (transient-mark-mode):
5094 * rfn-eshadow.el (file-name-shadow-mode):
5095 * frame.el (blink-cursor-mode):
5096 * font-core.el (global-font-lock-mode):
5097 * files.el (temporary-file-directory)
5098 (small-temporary-file-directory, auto-save-file-name-transforms):
5099 * epa-hook.el (auto-encryption-mode):
5100 * composite.el (global-auto-composition-mode):
5101 Use custom-initialize-delay.
5102 * startup.el (command-line): Don't explicitly call
5103 custom-reevaluate-setting for all the above vars.
5104 * custom.el (custom-initialize-safe-set)
5105 (custom-initialize-safe-default): Delete.
5107 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5109 * term/x-win.el (x-initialize-window-system):
5110 * term/w32-win.el (w32-initialize-window-system):
5111 * term/ns-win.el (ns-initialize-window-system): Don't call
5112 mouse-wheel-mode since it's enabled globally by default already.
5114 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
5115 actually define the variable, but only silences the byte-compiler.
5116 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
5117 before looking it up.
5118 (mouse-wheel-scroll-amount): Also reset the bindings if this value
5121 2009-09-12 Glenn Morris <rgm@gnu.org>
5123 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
5125 (elint-add-required-env): Don't beep on error.
5126 (elint-forms): In case of error, return ENV unchanged.
5127 (elint-init-env): Skip non-list forms.
5128 (elint-log): Handle unknown file positions.
5130 2009-09-12 Daiki Ueno <ueno@unixuser.org>
5132 * epg.el (epg-make-context): Add autoload cookie.
5133 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
5134 (epg-decrypt-string, epg-start-verify, epg-verify-file)
5135 (epg-verify-string, epg-start-sign, epg-sign-file)
5136 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
5137 (epg-encrypt-string, epg-start-export-keys)
5138 (epg-export-keys-to-file, epg-export-keys-to-string)
5139 (epg-start-import-keys, epg-import-keys-from-file)
5140 (epg-import-keys-from-string, epg-start-receive-keys)
5141 (epg-receive-keys, epg-import-keys-from-server)
5142 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
5143 (epg-sign-keys, epg-start-generate-key)
5144 (epg-generate-key-from-file, epg-generate-key-from-string):
5145 Remove autoload cookie.
5147 2009-09-12 Eli Zaretskii <eliz@gnu.org>
5149 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
5150 reevaluation of trash-directory.
5152 * mwheel.el: Fix last change.
5153 (mouse-wheel-mode): New defvar.
5154 (mouse-wheel-mode): Remove autoload cookie.
5156 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5158 * mwheel.el (mwheel-installed-bindings): New var.
5159 (mouse-wheel-mode): Use it, so as to make sure we really remove all
5160 the bindings we set last time. Use custom-initialize-delay.
5161 * loadup.el: Load mwheel after term/*-win.el.
5162 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
5163 and mouse-wheel-up-event now that their first evaluation is done
5164 sufficiently late to be correct.
5166 * startup.el (tutorial-directory): Make it a defcustom.
5167 Use custom-initialize-delay rather than eval-at-startup to set it.
5168 * image.el (image-load-path): Make it a defcustom.
5169 Use custom-initialize-delay rather than eval-at-startup to set it.
5170 * subr.el (eval-at-startup): Remove.
5171 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
5173 * subr.el (do-after-load-evaluation): Warn the user after loading an
5176 2009-09-12 Glenn Morris <rgm@gnu.org>
5178 * proced.el (proced-mark-alt): Remove alias.
5179 (proced-mode-map): Remove proced-mark-alt.
5181 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
5182 Elint file and directory. Remove initialization entry.
5184 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
5186 (elint-current-buffer): Set mode-line-process.
5187 (elint-init-env): Handle define-derived-mode.
5188 Fix declare-function with unspecified arglist. Guard against odd
5189 defalias statements (eg iso-insert's 8859-1-map).
5190 (elint-add-required-env): Use a temp buffer.
5191 (elint-form): Just print the function/macro name, not the whole form.
5192 Return env unchanged if we fail to parse a macro.
5193 (elint-forms): Guard against parse errors.
5194 (elint-output): New function, to handle batch mode.
5195 (elint-log-message): Add optional argument. Use elint-output.
5196 (elint-set-mode-line): New function.
5198 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
5200 * emacs-lisp/elp.el (elp-not-profilable): Add more
5201 functions (Bug#4233).
5203 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
5205 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
5206 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
5208 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
5210 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
5211 (gdb-var-list-children): Use json parsing.
5213 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
5215 * progmodes/js.el (js--proper-indentation): Handle the case where
5216 char-before is null. Reported by Deniz Dogan.
5218 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
5220 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
5222 2009-09-11 Daiki Ueno <ueno@unixuser.org>
5224 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
5225 (epg-digest-algorithm-alist): Add SHA224.
5226 (epg-context-set-passphrase-callback)
5227 (epg-context-set-progress-callback): Add description about
5230 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5232 * custom.el (custom-delayed-init-variables): New var.
5233 (custom-initialize-delay): New function.
5234 * startup.el (command-line): "Re"evaluate all vars in
5235 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
5236 explicitly any more.
5237 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
5238 to avoid creating a ~/.emacs.d at build-time (bug#4347).
5240 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
5242 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
5244 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
5245 (gdb-var-update-handler): Use json parsing.
5247 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
5249 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
5250 decode annotated text, regardless of language environment. (Bug#2741)
5252 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5254 * Makefile.in (autoloads): Make rmail.el writable as well.
5256 2009-09-11 Glenn Morris <rgm@gnu.org>
5258 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
5260 * dired.el: Regenerate with extracted autoloads.
5261 * Makefile.in (autoloads): Make dired.el writable.
5263 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
5264 * ibuffer.el: Regenerate with extracted autoloads.
5265 * Makefile.in (autoloads): Make ibuffer.el writable.
5267 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
5268 * version.el (emacs-copyright, emacs-major-version)
5269 (emacs-minor-version): Reformat doc-strings for make-docfile.
5271 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
5272 functions and variables, since they must be stuff specific to some other
5274 (apropos-print): Make mouse-click message less specific about button.
5276 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
5277 that records where a macro was defined.
5278 * help-fns.el (describe-function-1): Mention if a function has a
5280 * help-mode.el (help-function-cmacro): New button.
5282 * locate.el (top-level): Always require dired.
5283 (locate-mode-map): Initialize inside the defvar.
5285 * net/ange-ftp.el (dired-compress-file): Declare.
5286 (ange-ftp-dired-compress-file): Add doc string.
5288 * term/ns-win.el (x-display-name, x-setup-function-keys):
5289 Unify doc-strings with X versions.
5291 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5293 * emulation/crisp.el (crisp-mode-map): Move initialization
5295 (crisp-mode): Use define-minor-mode.
5297 * progmodes/xscheme.el (xscheme-evaluation-commands):
5298 Put a :advertised-binding property rather than using
5299 advertised-xscheme-send-previous-expression.
5300 (advertised-xscheme-send-previous-expression): Declare obsolete.
5301 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
5303 (crisp-mode): Add corresponding bindings to
5304 undo's :advertised-binding instead.
5305 * dired.el (dired-mode-map): Put a :advertised-binding property rather
5306 than using dired-advertised-find-file.
5307 (dired-advertised-find-file):
5308 * simple.el (advertised-undo):
5309 * wid-edit.el (advertised-widget-backward): Declare obsolete.
5310 (widget-keymap): Put a :advertised-binding property rather
5311 than using advertised-widget-backward.
5312 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
5313 than using advertised-undo.
5314 * tutorial.el (tutorial--default-keys): Adjust accordingly.
5316 2009-09-10 Simon South <ssouth@slowcomputing.org>
5318 * progmodes/delphi.el (delphi-tab): Indent region when Transient
5319 Mark mode is enabled and region is active; otherwise indent or
5320 insert TAB as usual.
5321 (delphi-mode): Update description of TAB-key binding.
5323 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5325 * subr.el (define-key-rebound-commands): Mark obsolete.
5326 * startup.el (precompute-menubar-bindings): Remove.
5327 (normal-top-level): Remove obsolete code that tried to precompute
5329 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
5330 define-key-rebound-commands and precompute-menubar-bindings.
5332 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
5334 * net/imap.el (imap-interactive-login): Better messages.
5335 (imap-open): Fix bug with renamed buffer on reconnect.
5336 (imap-authenticate): Add buffer-local imap-last-authenticator variable
5337 for easier debugging and cleaner code. On successful (guessed based on
5338 server capabilities) secondary authentication, set imap-state
5340 (imap-last-authenticator): Define imap-last-authenticator as a variable
5343 2009-09-10 Glenn Morris <rgm@gnu.org>
5345 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
5347 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
5348 (byte-compile-file-form-autoload): Don't warn about unknown functions
5349 where the autoload statement comes after the use.
5350 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
5351 that any handlers inside the body (eg require) are in turn respected.
5353 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
5356 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
5357 and syntax and abbrev tables basic docs, if they don't have any.
5359 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
5361 * international/mule-cmds.el (top-level): Require cl when compiling.
5362 (view-hello-file): Use default-value rather than
5363 default-enable-multibyte-characters.
5365 * progmodes/fortran.el: Move all safe and risky properties into the
5368 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
5369 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
5371 Put autoloads in rmail.el rather than loaddefs.el.
5372 * mail/rmail.el: Regenerate with extracted autoloads.
5374 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
5375 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
5377 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
5379 Reported in thread for Bug#4375.
5380 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
5381 "-data-evaluate-expression" instead of print.
5382 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
5383 (gdb-tooltip-print): Parse output from above MI command.
5384 (gdb): Revert 2009-08-11 change. User should detach inferior
5387 Remove the word "separate" from IO functions as inferior
5388 output is now never displayed in the GUD buffer.
5390 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
5392 * startup.el (command-line-normalize-file-name): On Windows and
5393 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
5395 2009-09-10 Juri Linkov <juri@jurta.org>
5397 * isearch.el (isearch-text-char-description): Propertize escape
5398 character sequences with the `escape-glyph' face. (Bug#4344)
5400 * simple.el (shell-command): Set asynchronous process filter to
5401 `comint-output-filter'. (Bug#4343)
5403 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
5404 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
5405 the list. Move "asm" to the bottom.
5406 (grep-find-ignored-directories): Add `choice' with nil value
5407 to empty the list easily.
5408 (grep-find-ignored-files): New option.
5409 (grep-files-history): Set to nil by default instead of '("ch" "el").
5410 (grep-compute-defaults): Add "<X>" to `grep-template'.
5411 (grep-read-files): Bind new local variables `default-alias' and
5412 `default-extension'. Use a list of default values for the file prompt.
5413 (lgrep): Add `--exclude=' command line options composed from
5414 `grep-find-ignored-files'.
5415 (rgrep): Add `-name' command line options composed from
5416 `grep-find-ignored-files'. (Bug#4301)
5418 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5420 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
5423 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5425 * calendar/time-date.el (autoload):
5426 Expand define-obsolete-function-alias into defalias and make-obsolete
5427 for old Emacsen that Gnus supports.
5428 (with-no-warnings): Define it for old Emacsen.
5429 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5431 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5432 float-time is available; suppress compile warning for time-to-seconds.
5434 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
5436 * net/imap.el (imap-message-map): Docstring fix.
5438 2009-09-09 Glenn Morris <rgm@gnu.org>
5440 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
5441 line numbers too. (Bug#4374)
5443 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5445 * smerge-mode.el (smerge-remove-props, smerge-refine):
5446 Use with-silent-modifications (bug#4342).
5448 * subr.el (with-silent-modifications): New macro.
5450 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
5452 * files.el (top-level): Require `cl' when compiling.
5454 2009-09-07 Glenn Morris <rgm@gnu.org>
5456 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5458 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
5459 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
5461 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
5463 * vc-git.el (vc-git-annotate-command): Use separator to parse
5464 arguments correctly.
5466 2009-09-06 Eli Zaretskii <eliz@gnu.org>
5468 * proced.el (proced-mode): Doc fix.
5470 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
5472 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
5474 (tramp-do-file-attributes-with-ls): Check for file existence at
5476 (tramp-do-file-attributes-with-stat): Likewise.
5477 (tramp-convert-file-attributes): Return nil when attr is nil.
5479 2009-09-05 Glenn Morris <rgm@gnu.org>
5481 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
5482 properties to this button.
5483 (diary-fancy-display): Don't extend the button to the final newline.
5484 (diary-fancy-display-mode): Continue to define "q" as a local key.
5486 * calendar/cal-china.el (holiday-chinese): Make it slightly more
5489 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5491 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
5492 (byte-compile-dest-file-function): New option.
5493 (byte-compile-dest-file): Doc fix.
5494 Obey byte-compile-dest-file-function.
5495 (byte-compile-cl-file-p): New function.
5496 (byte-compile-eval): Only suppress noruntime warnings about cl functions
5497 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
5498 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
5499 than for file being previously loaded.
5500 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
5501 (byte-compile-file-form-require): Handle the case where requiring a file
5502 indirectly causes CL to be loaded.
5504 2009-09-05 Karl Fogel <kfogel@red-bean.com>
5506 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
5507 before killing the old buffer, since by the time `kill-buffer' is
5508 run so many buffer variables have been set to nil that it may not
5509 behave as expected. (Bug#4061)
5511 2009-09-05 Karl Fogel <kfogel@red-bean.com>
5513 * files.el (find-alternate-file): If the old buffer is modified
5514 and visiting a file, behave similarly to `kill-buffer' when
5515 killing it, thus reverting to the pre-1.878 behavior; see
5516 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
5517 for discussion. Also, consult `buffer-file-name' as a variable
5518 not as a function, for consistency with the rest of the code.
5520 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
5522 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
5523 also when adding a new directory.
5525 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
5528 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
5530 * files.el (locate-file-completion-table): Make it provide boundary
5531 information, so partial-completion works better.
5533 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
5535 * mail/footnote.el (Footnote-text-under-cursor):
5536 Check footnote-text-marker-alist before using it (bug#4324).
5538 2009-09-04 Glenn Morris <rgm@gnu.org>
5540 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
5541 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
5542 * play/solitaire.el, play/tetris.el:
5543 Remove leading * from defcustom and defface docs.
5545 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
5547 (diary-fancy-overriding-map): New variable.
5548 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
5551 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
5554 2009-09-03 Glenn Morris <rgm@gnu.org>
5556 * arc-mode.el (archive-mode):
5557 * dos-fns.el (set-default-process-coding-system):
5558 * man.el (Man-getpage-in-background):
5559 * menu-bar.el (menu-bar-describe-menu):
5560 * server.el (server-process-filter):
5561 * startup.el (command-line):
5562 * tar-mode.el (tar-header-block-tokenize, tar-extract):
5563 * w32-fns.el (set-default-process-coding-system):
5564 * x-dnd.el (x-dnd-handle-file-name):
5565 * international/mule-cmds.el (mule-menu-keymap)
5566 (set-default-coding-systems, language-info-alist, set-language-info)
5567 (set-language-environment, standard-display-european-internal)
5568 (set-locale-environment):
5569 * international/mule-diag.el (mule-diag):
5570 * mail/emacsbug.el (report-emacs-bug):
5571 * mail/rmail.el (rmail-mode):
5572 * mail/sendmail.el (mail-setup):
5573 Use default-value rather than default-enable-multibyte-characters.
5575 * progmodes/f90.el: Move all safe properties into the defcustoms.
5576 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
5578 * calendar/appt.el (appt-check):
5579 * calendar/diary-lib.el (diary-set-header, diary-live-p)
5580 (diary-check-diary-file, diary-list-entries)
5581 (diary-include-other-diary-files, diary-simple-display)
5582 (diary-fancy-display, diary-print-entries)
5583 (diary-mark-included-diary-files, diary-make-entry):
5584 Don't call substitute-in-file-name on diary-file.
5586 2009-09-03 Eduard Wiebe <usenet@pusto.de>
5587 Stefan Monnier <monnier@iro.umontreal.ca>
5589 * mail/footnote.el (footnote-prefix): Make it a defcustom.
5590 (footnote-mode-map): Move initialization into the declaration.
5591 (footnote-minor-mode-map): Define it rather than changing global-map.
5592 (footnote-mode): Use define-minor-mode.
5594 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
5596 * net/tramp.el (tramp-handle-file-attributes-with-ls)
5597 (tramp-do-file-attributes-with-perl)
5598 (tramp-do-file-attributes-with-stat): Rename from
5599 `tramp-handle-file-attributes-with-*'.
5600 (tramp-handle-file-attributes): Use them.
5601 (tramp-do-directory-files-and-attributes-with-perl)
5602 (tramp-do-directory-files-and-attributes-with-stat): Rename from
5603 `tramp-handle-directory-files-and-attributes-with-*'.
5604 (tramp-handle-directory-files-and-attributes): Use them.
5605 (tramp-method-out-of-band-p): Additional parameter SIZE.
5606 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
5607 (tramp-handle-write-region): Use it.
5608 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
5609 (tramp-handle-vc-registered): Check, whether the first run did
5610 return files to be tested.
5611 (tramp-advice-make-auto-save-file-name): Do not call directly
5612 `tramp-handle-make-auto-save-file-name', because this would bypass
5613 the locking mechanism.
5615 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
5616 (file-remote-p, process-file, start-file-process, set-file-times)
5617 (tramp-compat-file-attributes): Compatibility functions shall not
5618 call directly `tramp-handle-*', because this would bypass the
5620 (tramp-compat-number-sequence): New defun.
5622 2009-09-02 Glenn Morris <rgm@gnu.org>
5624 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
5625 alias for float-time.
5626 (time-to-number-of-days): In Emacs, use float-time.
5627 * net/newst-backend.el (time-add): Suppress warnings from compat
5629 * time.el (emacs-uptime, emacs-init-time):
5630 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
5631 Use float-time rather than time-to-seconds.
5633 * minibuffer.el (completion-initials-expand): Fix typo.
5635 * faces.el (modeline, modeline-inactive, modeline-highlight)
5636 (modeline-buffer-id):
5637 * info.el (info-menu-5): Mark these face aliases as obsolete.
5639 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
5641 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
5643 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
5644 no "--thread" option.
5645 (gdb-stopped): Don't print "Switched to thread" message when it is
5648 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5650 * minibuffer.el (completion-try-completion)
5651 (completion-all-completions): Remove ill-defined (and
5652 mistakenly installed and luckily never used nor documented)
5653 `completion-styles' property.
5654 (completion-initials-expand, completion-initials-all-completions)
5655 (completion-initials-try-completion): New functions.
5656 (completion-styles-alist): Add doc to each entry.
5657 Add new `initials' entry.
5659 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
5661 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
5662 MI command -var-evaluate-expression.
5663 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
5664 and tweak for case of string child.
5665 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
5667 2009-09-01 Glenn Morris <rgm@gnu.org>
5669 * add-log.el (change-log-date-face, change-log-name-face)
5670 (change-log-email-face, change-log-file-face, change-log-list-face)
5671 (change-log-conditionals-face, change-log-function-face)
5672 (change-log-acknowledgement-face):
5673 * cus-edit.el (custom-invalid-face, custom-rogue-face)
5674 (custom-modified-face, custom-set-face, custom-changed-face)
5675 (custom-saved-face, custom-button-face, custom-button-pressed-face)
5676 (custom-documentation-face, custom-state-face, custom-comment-face)
5677 (custom-comment-tag-face, custom-variable-tag-face)
5678 (custom-variable-button-face, custom-face-tag-face)
5679 (custom-group-tag-face-1, custom-group-tag-face):
5680 * diff-mode.el (diff-header-face, diff-file-header-face)
5681 (diff-index-face, diff-hunk-header-face, diff-removed-face)
5682 (diff-added-face, diff-changed-face, diff-function-face)
5683 (diff-context-face, diff-nonexistent-face):
5684 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5685 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
5686 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5687 (Info-title-4-face):
5688 * isearch.el (isearch-lazy-highlight-face):
5689 * log-view.el (log-view-file-face, log-view-message-face):
5690 * paren.el (show-paren-match-face, show-paren-mismatch-face):
5691 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5692 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5694 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5695 (smerge-base-face, smerge-markers-face):
5696 * wid-edit.el (widget-documentation-face, widget-button-face)
5697 (widget-field-face, widget-single-line-field-face)
5698 (widget-inactive-face, widget-button-pressed-face):
5699 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
5700 (woman-addition-face):
5701 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
5702 (eshell-ls-executable-face, eshell-ls-readonly-face)
5703 (eshell-ls-unreadable-face, eshell-ls-special-face)
5704 (eshell-ls-missing-face, eshell-ls-archive-face)
5705 (eshell-ls-backup-face, eshell-ls-product-face)
5706 (eshell-ls-clutter-face):
5707 * eshell/em-prompt.el (eshell-prompt-face):
5708 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
5709 * obsolete/old-whitespace.el (whitespace-highlight-face):
5710 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
5711 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
5712 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
5713 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
5714 (antlr-font-lock-literal-face):
5715 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5716 (ebrowse-root-class-face, ebrowse-file-name-face)
5717 (ebrowse-default-face, ebrowse-member-attribute-face)
5718 (ebrowse-member-class-face, ebrowse-progress-face):
5719 * progmodes/make-mode.el (makefile-space-face):
5720 * progmodes/sh-script.el (sh-heredoc-face):
5721 * textmodes/flyspell.el (flyspell-incorrect-face)
5722 (flyspell-duplicate-face):
5723 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
5724 * textmodes/texinfo.el (texinfo-heading-face):
5725 Mark face aliases with "-face" suffix as obsolete.
5727 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
5730 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
5731 (eudc-bob-sound-menu): Use defvar rather than defconst, since
5732 easy-menu-define wants to modify these.
5734 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
5736 * net/browse-url.el (browse-url-file-url):
5737 * term/internal.el (dos-codepage-setup):
5738 Use default-value rather than default-enable-multibyte-characters.
5740 * progmodes/etags.el (etags-goto-tag-location):
5741 * progmodes/flymake.el (flymake-highlight-line)
5742 (flymake-goto-file-and-line, flymake-goto-line):
5743 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
5744 (gdb-goto-breakpoint):
5745 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5746 * progmodes/python.el (python-find-function)
5747 (python-pdbtrack-track-stack-file):
5748 * progmodes/verilog-mode.el (verilog-surelint-off):
5749 * term/ns-win.el (ns-open-file-select-line):
5750 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5751 Use forward-line rather than goto-line.
5753 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
5754 * textmodes/reftex-index.el (reftex-display-index):
5755 * textmodes/reftex-ref.el (reftex-offer-label-menu):
5756 * textmodes/reftex-toc.el (reftex-toc):
5757 Remove unnecessary bindings of default-major-mode (all are followed by
5758 major-mode check and possible mode switch).
5760 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
5762 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5763 Handle watchpoints (bug#4282).
5764 (def-gdb-thread-buffer-command): Enable thread to be selected by
5765 clicking without selecting threads buffer first.
5766 (gdb-current-context-command): Use selected frame so that "up",
5767 "down" etc work in the GUD buffer.
5768 (gdb-update): Find selected frame before rendering stack buffer.
5769 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
5771 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5773 * progmodes/sym-comp.el (displayed-completions): Remove.
5774 (symbol-complete): Use minibuffer-complete.
5776 2009-08-31 Glenn Morris <rgm@gnu.org>
5778 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
5780 * apropos.el (apropos-symbols-internal):
5781 Handle (obsolete) face aliases.
5783 * faces.el (describe-face): Adjust the output format to be more like
5784 describe-variable, and to mention (obsolete) face aliases.
5785 Adjust the whitespace so that help-setup-xref works.
5787 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
5788 * calendar/diary-lib.el (diary-button-face):
5789 Mark these face aliases as obsolete.
5791 * calendar/calendar.el (calendar-today): Doc fix.
5793 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
5795 * progmodes/gdb-mi.el (gdb-control-all-threads)
5796 (gdb-control-current-thread): Force tool bar update.
5797 (gdb-non-stop-handler): New function.
5798 (gdb-init-1): Use it to test if non-stop mode is supported.
5799 Remove unused gdbmi buffer type.
5801 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5803 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
5804 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
5806 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
5808 * comint.el (comint-exec-1): Check command is non-null first.
5809 Part of gdb-mi.el change (2009-08-28).
5811 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5813 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
5815 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
5817 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
5818 instead of `dolist' to avoid a recursive require when bootstrapping.
5820 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5822 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
5824 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
5826 * net/imap.el (imap-send-command): Simplify.
5827 (imap-wait-for-tag): point-max -> buffer-size.
5829 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
5831 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
5832 with constant argument.
5834 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
5836 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
5838 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
5839 Change default, since most of our files don't have a history.
5840 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
5843 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5846 * calc/calc.el: Improve commenting convention.
5847 (calc-digit-map, toplevel): Simplify.
5849 * comint.el (comint-insert-input): Be careful to only set point if we
5850 don't delegate to some other command.
5852 * proced.el (proced-signal-list): Make it an alist.
5853 (proced-grammar-alist): Capitalize names.
5854 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
5855 Disable undo manually and make it read-only.
5856 Use completion-annotate-function.
5858 * minibuffer.el (minibuffer-message): If the current buffer is not
5859 a minibuffer, insert the message in the echo area rather than at the
5861 (completion-annotate-function): New variable.
5862 (minibuffer-completion-help): Use it.
5863 (completion--embedded-envvar-table): Environment vars are
5864 always case-sensitive.
5866 2009-08-30 Glenn Morris <rgm@gnu.org>
5868 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
5869 from fortran-current-defun.
5870 (fortran-beginning-of-subprogram): Be more precise about finding the
5871 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
5872 (fortran-end-of-subprogram): Simplify.
5873 (fortran-current-defun): Use fortran-start-prog-re.
5875 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
5877 * subr.el (do-after-load-evaluation): Simplify.
5879 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5881 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
5883 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
5884 (vc-rcs-print-log): Use it.
5886 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
5888 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5890 * paths.el (abbrev-file-name): Move to abbrev.el.
5891 * abbrev.el (abbrev-file-name): Move from paths.el.
5892 Obey user-emacs-directory.
5893 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
5894 user-emacs-directory.
5895 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
5896 abbrev-file-name and calc-settings-file any more.
5897 * startup.el (command-line): Recompute abbrev-file-name and
5898 abbreviated-home-dir.
5899 (normal-no-mouse-startup-screen): Improve the generic code and get rid
5900 of the special code for when C-h bindings haven't been changed.
5901 (display-startup-echo-area-message): Use with-current-buffer.
5902 (command-line-1): Use a list of strings, rather than a list of lists
5903 of strings for longopts.
5905 * files.el (get-free-disk-space): Use / for default-directory.
5907 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
5908 Use with-current-buffer.
5910 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
5911 Recognize immutable variables like most-positive-fixnum.
5912 (byte-compile-setq-default): Check and warn if trying to assign
5913 to an immutable variable, or a non-variable.
5915 * progmodes/cc-vars.el (c-comment-continuation-stars):
5916 * progmodes/cc-engine.el (c-looking-at-bos):
5917 * progmodes/cc-cmds.el (c-toggle-auto-state)
5918 (c-forward-into-nomenclature, c-backward-into-nomenclature)
5919 (c-comment-line-break-function): Add version of obsolescence.
5921 2009-08-28 Juri Linkov <juri@jurta.org>
5923 * files.el (magic-fallback-mode-alist): Add ZIP magic number
5924 associated with `archive-mode'.
5926 * image.el (image-type-header-regexps): Use only JPEG magic number
5927 to determine JPEG images, and don't use `image-jpeg-p' because
5928 Emacs can display non-JFIF non-Exif JPEG images.
5930 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
5932 * arc-mode.el (archive-mode):
5933 * emacs-lisp/re-builder.el (re-builder-unload-function):
5934 Protect against the default value of `major-mode' being nil.
5936 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
5938 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
5939 Fix typos in docstrings.
5941 * progmodes/js.el (js--macro-decl-re): Doc fix.
5942 (js--plain-method-re, js--split-name): Refloc docstring.
5943 (js--class-styles, js--make-merged-item, js--splice-into-items):
5944 Fix typos in docstrings; reflow docstrings.
5945 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
5946 (js--variable-decl-matcher, js--inside-pitem-p)
5947 (js--parse-state-at-point, js--get-all-known-symbols)
5948 (js--symbol-history, js-find-symbol, js--js-references)
5949 (js--moz-interactor, js--js-encode-value, js--read-tab):
5950 Fix typos in docstrings.
5952 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5954 * textmodes/reftex.el (reftex-get-file-buffer-force):
5955 * progmodes/verilog-mode.el (verilog-batch-execute-func):
5956 * emulation/viper.el (viper-go-away, viper-set-hooks):
5957 * emacs-lisp/re-builder.el (re-builder-unload-function):
5958 * emacs-lisp/bytecomp.el (byte-compile-file):
5959 * ses.el (ses-unload-function):
5960 * hexl.el (hexl-find-file):
5961 * files.el (normal-mode):
5962 * ehelp.el (with-electric-help):
5963 * autoinsert.el (auto-insert-alist):
5964 * arc-mode.el (archive-mode):
5965 Use (default-value 'major-mode) instead of default-major-mode.
5967 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
5968 * international/mule.el (load-with-code-conversion):
5969 * emacs-lisp/debug.el (debug):
5970 * ediff-vers.el (ediff-rcs-get-output-buffer):
5971 * dired.el (dired-internal-noselect): Don't let-bind
5972 default-major-mode around code that doesn't use it.
5973 E.g. buffer creation via get-buffer-create doesn't use it.
5975 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
5977 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
5978 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
5979 when writing the temp file. Otherwise, epa-file gets confused.
5980 (tramp-register-file-name-handlers): Make it a defun. Move also
5981 `epa-file-handler' to the front of `file-name-handler-alist'.
5983 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5985 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
5986 start right after a ^M.
5987 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
5988 (tramp-completion-file-name-regexp-separate)
5989 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
5990 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
5991 Don't modify last-coding-system-used by accident.
5992 (tramp-completion-file-name-handler): Apply the checks here,
5993 instead during registration.
5994 (tramp-register-file-name-handlers) Renamed from
5995 `tramp-register-file-name-handler'. Register both
5996 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
5997 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
5999 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
6001 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
6003 (gdb-init-1, gdb-display-separate-io-buffer)
6004 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
6006 (gdb-inferior-io-mode): Use make-comint-in-buffer.
6007 (gdb-inferior-filter): Use comint-output-filter to stop
6008 echoing and remove ^M characters.
6010 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6012 * emulation/viper-init.el (viper-restore-cursor-type):
6013 * emulation/cua-base.el (cua--update-indications):
6014 Replace default-cursor-type with (default-value 'cursor-type).
6016 * mail/sendmail.el (mail-recover-1):
6017 * international/mule-diag.el (describe-current-coding-system-briefly)
6018 (describe-current-coding-system):
6019 * international/mule-cmds.el (select-safe-coding-system)
6020 (select-message-coding-system)
6021 (set-language-environment-coding-systems, set-locale-environment):
6022 * hexl.el (hexl-insert-multibyte-char):
6023 * dos-w32.el (find-buffer-file-type-coding-system):
6024 * simple.el (what-cursor-position):
6025 Replace uses of default-buffer-file-coding-system
6026 with (default-value 'buffer-file-coding-system).
6028 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
6029 Replace uses of default-cursor-in-non-selected-windows
6030 with (default-value 'cursor-in-non-selected-windows).
6031 Use with-current-buffer.
6033 * mail/feedmail.el: Use CL macros.
6034 (feedmail-run-the-queue, feedmail-send-it-immediately):
6035 * dos-w32.el (find-buffer-file-type): Replace uses of
6036 default-buffer-file-type with (default-value 'buffer-file-type).
6038 2009-08-28 Glenn Morris <rgm@gnu.org>
6040 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
6041 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
6042 Use default-value of major-mode rather than default-major-mode.
6044 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6046 * Makefile.in (update-elcfiles): Report left over elc files.
6048 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
6049 expand-file-name and with-current-buffer.
6050 (mail-get-names, mail-directory): Use with-current-buffer.
6052 * vc.el (vc-read-revision): New function.
6053 (vc-version-diff, vc-merge): Use it.
6055 2009-08-27 Sam Steingold <sds@gnu.org>
6057 * simple.el (kill-do-not-save-duplicates): New user option.
6058 (kill-new): When it is non-nil, and the new string is the same as
6059 the latest kill, set replace to t to avoid duplicates in kill-ring.
6061 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
6063 * net/tramp.el (tramp-handle-process-file): Do not flush all
6064 caches when `process-file-side-effects' is set.
6065 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
6066 instead of `tramp-find-file-exists-command'.
6067 Unset `process-file-side-effects'.
6069 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
6071 * net/tramp.el (tramp-methods): New method "rsyncc".
6072 (top): Add completion function for "rsyncc".
6073 (tramp-message-show-message): New defvar.
6074 (tramp-message, tramp-error): Use it.
6075 (tramp-do-copy-or-rename-file-directly): Extend check for direct
6077 (tramp-do-copy-or-rename-file-out-of-band): Handle new
6078 `tramp-methods' entry `copy-env' of "rsyncc".
6079 (tramp-vc-registered-read-file-names): New defconst.
6080 (tramp-vc-registered-file-names): New defvar.
6081 (tramp-handle-vc-registered): Implement optimization strategy.
6082 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
6083 (tramp-vc-file-name-handler): New defun.
6084 (tramp-get-ls-command, tramp-get-test-command)
6085 (tramp-get-file-exists-command, tramp-get-remote-ln)
6086 (tramp-get-remote-perl, tramp-get-remote-stat)
6087 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
6089 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
6090 (tramp-cache-inhibit-cache): Extend doc string. It allows also
6092 (tramp-get-file-property): Check for timestamps in
6093 `tramp-cache-inhibit-cache'.
6094 (tramp-set-file-property): Write timestamp.
6096 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6098 * language/japan-util.el (japanese-symbol-table): Add entries for
6101 * international/characters.el: Add category `j' to cp932-2-byte.
6103 2009-08-27 Kenichi Handa <handa@m17n.org>
6105 * international/fontset.el (build-default-fontset-data): New macro.
6106 (setup-default-fontset): Use build-default-fontset-data for CJK,
6107 tibetan, ethiopic, and ipa.
6109 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6111 * cus-start.el (default-major-mode): Customize `major-mode' instead.
6112 (enable-multibyte-characters): Not customizable any more.
6114 * subr.el (default-mode-line-format, default-header-line-format)
6115 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
6116 (default-direction-reversed, default-truncate-lines)
6117 (default-left-margin, default-tab-width, default-case-fold-search)
6118 (default-left-margin-width, default-right-margin-width)
6119 (default-left-fringe-width, default-right-fringe-width)
6120 (default-fringes-outside-margins, default-scroll-bar-width)
6121 (default-vertical-scroll-bar, default-indicate-empty-lines)
6122 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
6123 (default-fringe-cursor-alist, default-scroll-up-aggressively)
6124 (default-scroll-down-aggressively, default-fill-column)
6125 (default-cursor-type, default-buffer-file-type)
6126 (default-cursor-in-non-selected-windows)
6127 (default-buffer-file-coding-system, default-major-mode)
6128 (default-enable-multibyte-characters): Mark as obsolete.
6130 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
6132 * vc-dir.el (vc-dir-update): Remove debug helper.
6134 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
6136 2009-08-26 Sam Steingold <sds@gnu.org>
6138 * simple.el (save-interprogram-paste-before-kill): New user option.
6139 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
6140 save the interprogram-paste into kill-ring before overriding it
6141 with the Emacs kill.
6143 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6145 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
6146 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
6147 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
6148 and move to vc-rcs.el.
6149 (vc-default-next-revision): Rename to vc-rcs-next-revision and
6151 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
6152 (vc-rcs-update-changelog): Remove.
6153 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
6154 and move to vc-rcs.el.
6156 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
6157 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
6159 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
6160 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
6161 vc.el, renamed to be RCS specific.
6163 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
6165 (vc-cvs-update-changelog): Move here from vc.el.
6167 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
6170 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6172 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
6174 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6176 * vc-git.el (vc-git-register): Use "git add" for directories.
6177 (vc-git-stash, vc-git-stash-show): New functions.
6178 (vc-git-extra-menu-map): Bind them.
6180 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
6181 directory correctly in case the item is a directory itself.
6183 * vc.el: Document the desired behavior for reverted files in the
6185 (vc-default-prettify-state-info): Remove function, unused.
6187 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
6189 2009-08-26 Glenn Morris <rgm@gnu.org>
6191 * bindings.el (standard-mode-line-format): Reposition dashes in
6192 which-func entry. (Bug#4217)
6194 * files.el (enable-local-variables, enable-local-eval)
6195 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
6197 (auto-mode-alist, ignored-local-variables)
6198 (save-some-buffers-action-alist): Move risky declarations to the
6200 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
6201 (font-lock-defaults, format-alist, imenu--index-alist)
6202 (imenu-generic-expression, input-method-alist, minor-mode-alist)
6203 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
6204 (mode-line-modified, mode-line-mule-info, mode-line-position)
6205 (mode-line-process, mode-line-remote, outline-level)
6206 (parse-time-rules, rmail-output-file-alist)
6207 (special-display-buffer-names, vc-mode):
6208 Move risky declarations to the relevant files.
6209 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
6210 (mode-line-modified, mode-line-process, mode-line-position)
6211 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
6212 * font-core.el (font-lock-defaults):
6213 * format.el (format-alist):
6214 * vc-hooks.el (vc-mode):
6215 * window.el (special-display-buffer-names):
6216 * international/mule-cmds.el (input-method-alist):
6217 Define riskiness here (dumped file) rather than in files.el.
6218 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
6219 * imenu.el (imenu-generic-expression, imenu--index-alist):
6220 * outline.el (outline-level):
6221 * time.el (display-time-string):
6222 * calendar/parse-time.el (parse-time-rules):
6223 * mail/rmailout.el (rmail-output-file-alist):
6224 Autoload riskiness here, rather than placing in files.el.
6226 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
6228 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
6230 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
6232 * simple.el (process-file-side-effects): New defvar.
6234 * dired-aux.el (dired-show-file-type):
6235 * vc.el (vc-diff-internal):
6236 * vc-arch.el (vc-arch-diff):
6237 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
6238 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
6239 * vc-git.el (vc-git-registered, vc-git-working-revision)
6240 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
6241 (vc-git--empty-db-p):
6242 * vc-hooks.el (vc-user-login-name):
6243 * vc-svn.el (vc-svn-registered, vc-svn-state)
6244 (vc-svn-dir-extra-headers, vc-svn-find-revision):
6245 * progmodes/grep.el (grep-probe): Let-bind
6246 `process-file-side-effects' with nil.
6248 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
6250 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
6251 daemon. Replace ping by checking for running service for bluez
6252 and zeroconf. (Bug#4239)
6254 2009-08-25 Kevin Ryde <user42@zip.com.au>
6256 * net/dig.el (dig): Add autoload cookie.
6258 2009-08-25 Glenn Morris <rgm@gnu.org>
6260 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
6261 load-history for absolute file-names.
6262 (byte-compile-file-form-require): Warn about use of the cl package.
6264 * format.el (format-alist): Doc fix.
6266 * play/bubbles.el (top-level): Don't require cl at run-time.
6268 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
6271 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
6273 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
6275 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
6277 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
6279 * calc/calc-alg.el (math-trig-rewrite)
6280 (math-hyperbolic-trig-rewrite): New functions.
6281 (calc-simplify): Simplify trig functions when asked.
6283 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6285 * diff-mode.el (diff-find-source-location): Avoid goto-line.
6287 2009-08-24 Kenichi Handa <handa@m17n.org>
6289 * language/ind-util.el (mapthread): Delete it.
6290 (combinatorial): New function.
6291 (indian--puthash-cv): Use combinatorial instead of mapthread.
6293 2009-08-22 Kevin Ryde <user42@zip.com.au>
6295 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
6296 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
6297 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
6298 Clarify docstring that the value is strings not symbols.
6299 (checkdoc-list-of-strings-p): New function.
6301 2009-08-22 Glenn Morris <rgm@gnu.org>
6303 * files.el (auto-mode-alist):
6304 * hippie-exp.el (he-concat-directory-file-name):
6305 * lpr.el (lpr-windows-system, printer-name):
6306 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
6307 * ps-print.el (ps-windows-system):
6308 * startup.el (command-line):
6309 * emulation/viper-ex.el (viper-glob-function):
6310 * international/mule-cmds.el (set-language-environment-coding-systems):
6311 * net/ange-ftp.el (ange-ftp-write-region):
6312 * obsolete/fast-lock.el (fast-lock-cache-name):
6313 Remove code for defunct system-types emx, macos, mswindows, next-mach,
6314 unisoft-unix, vax-vms, win32, w32.
6316 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
6317 given name if the pattern is not more specific.
6319 * calendar/lunar.el (lunar-phase-names): New option.
6320 (lunar-phase): Doc fix.
6321 (lunar-cycles-per-year): New constant.
6322 (lunar-index): New function.
6323 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
6324 (lunar-phase-name): Use lunar-phase-names.
6325 (calendar-lunar-phases): Use format.
6326 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
6328 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
6329 Copy imenu-example--name-and-position function here for own use.
6330 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
6332 * bs.el (bs--redisplay):
6333 * cus-edit.el (custom-redraw):
6334 * ibuffer.el (ibuffer-bury-buffer):
6335 * server.el (server-goto-line-column):
6336 * startup.el (command-line-1):
6337 * strokes.el (strokes-xpm-for-stroke):
6338 * term.el (term-display-buffer-line):
6339 * view.el (View-goto-line):
6340 * calc/calc.el (calc-do, calc-trail-buffer):
6341 * play/gamegrid.el (gamegrid-add-score-insecure):
6342 * progmodes/ada-mode.el (ada-compile-goto-error):
6343 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
6344 (ebrowse-select-1st-to-9nth):
6345 * progmodes/cperl-mode.el (cperl-time-fontification):
6346 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
6347 * progmodes/gud.el (gud-display-line):
6348 (idlwave-shell-display-line):
6349 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
6350 * progmodes/make-mode.el (makefile-browser-toggle):
6351 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
6352 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
6353 * textmodes/picture.el (picture-draw-rectangle):
6354 * textmodes/reftex-index.el (reftex-index-goto-letter):
6355 (reftex-select-jump-to-previous):
6356 * textmodes/reftex-sel.el (reftex-find-start-point)
6357 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
6358 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
6359 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
6360 * textmodes/tex-mode.el (tex-compilation-parse-errors):
6361 * textmodes/two-column.el (2C-associated-buffer):
6362 Use forward-line rather than goto-line.
6364 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
6367 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
6368 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
6369 (quick-check-list-to-regexp): Declare.
6371 * progmodes/make-mode.el (makefile-browser-insert-selection):
6372 Use goto-char rather than goto-line.
6374 * progmodes/prolog.el (compilation-error-regexp-alist)
6375 (compilation-forget-errors): Declare.
6377 2009-08-22 Juri Linkov <juri@jurta.org>
6379 * progmodes/grep.el (lgrep, rgrep): At the beginning
6380 set `dir' to `default-directory' unless `dir' is a non-nil
6381 readable directory. (Bug#4052)
6382 (lgrep, rgrep): Change a weird way to report an error
6383 from using `read-string' to using `error'.
6384 Instead of using interactive arguments in the function body,
6385 add new argument `confirm'.
6387 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6389 * textmodes/remember.el (remember-buffer):
6390 * progmodes/cperl-mode.el (cperl-vc-header-alist):
6391 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
6392 (icalendar-extract-ical-from-buffer):
6393 * net/newst-treeview.el (newsticker-groups-filename):
6394 * net/newst-backend.el (newsticker-cache-filename):
6395 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
6396 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
6397 (speedbar-add-ignored-path-regexp, speedbar-line-path)
6398 (speedbar-buffers-line-path, speedbar-path-line)
6399 (speedbar-buffers-line-path):
6400 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
6402 * epa.el (epa-display-verify-result):
6403 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
6405 2009-08-21 Glenn Morris <rgm@gnu.org>
6407 * progmodes/js.el (inferior-moz-process): Fix declaration.
6409 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6411 * obsolete/rnewspost.el (news-mail-reply):
6412 Use goto-char rather than goto-line.
6414 * term/ns-win.el (ns-open-file-select-line):
6415 Use line-beginning-position rather than goto-line.
6417 * apropos.el (apropos-command):
6418 * ehelp.el (electric-helpify):
6419 * printing.el (pr-show-setup):
6420 * strokes.el (strokes-help):
6421 * tutorial.el (tutorial--describe-nonstandard-key)
6422 (tutorial--detailed-help):
6423 * woman.el (woman-mini-help, woman-display-extended-fonts):
6424 * calc/calc-help.el (calc-describe-key):
6425 * emulation/edt.el (edt-electric-helpify):
6426 * international/mule-diag.el (mule-diag):
6427 * play/yow.el (apropos-zippy):
6428 * progmodes/python.el (python-describe-symbol):
6429 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
6430 * textmodes/table.el (*table--cell-describe-mode)
6431 (*table--cell-describe-bindings):
6432 Use help-print-return-message rather than the now obsolete alias.
6434 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
6435 (calendar-cursor-to-visible-date):
6436 * play/5x5.el (5x5-position-cursor):
6437 * play/decipher.el (decipher):
6438 * play/gomoku.el (gomoku-goto-xy):
6439 * play/landmark.el (lm-goto-xy):
6440 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
6442 Use forward-line, not goto-line.
6444 * mail/rmail.el (rmail-obsolete): Delete custom group.
6445 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
6446 (rmail-remote-password, rmail-remote-password-required):
6447 Remove unneeded :set-after and :set properties.
6449 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
6451 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6453 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
6455 * loadup.el: Remove leftover macos code.
6457 * vc-git.el (vc-git-annotate-command): Run asynchronously.
6458 Explicitly pass the date format to git blame so that user local
6459 so that the output format can be parsed.
6461 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
6463 * net/dbus.el (top): Don't check for (getenv
6464 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
6466 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
6468 * log-edit.el (log-edit-strip-single-file-name): New var.
6469 (log-edit-insert-changelog): Use it. Bug#3571
6471 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6473 * subr.el (read-passwd): Use read-key so keypad keys work as well.
6476 * help.el (help-print-return-message): Rename from
6477 print-help-return-message.
6479 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
6480 cvs-mode-map parent hack.
6481 (log-view-mode): Derive from special-mode.
6483 * linum.el (linum-mode): window-size-change-functions is redundant.
6484 Adapt to new window-configuration-change-hook behavior.
6485 (linum-after-size, linum-after-config): Remove.
6487 * imenu.el (imenu-example--name-and-position)
6488 (imenu-example--lisp-extract-index-name)
6489 (imenu-example--create-lisp-index, imenu-example--create-c-index):
6492 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
6493 (inferior-prolog-mode): Use it.
6494 (inferior-prolog-load-file): Reset list of errors.
6496 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6498 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
6500 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
6502 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
6504 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
6507 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6509 * subr.el (listify-key-sequence-1): Use normal syntax since those
6510 integers are nowadays always represented by the same (positive) number
6512 (read-key-empty-map): New const.
6513 (read-key-delay): New var.
6514 (read-key): New function.
6515 (force-mode-line-update): Use with-current-buffer.
6516 (locate-user-emacs-file): Don't forget to abbreviate the file name.
6517 (start-process-shell-command, start-file-process-shell-command):
6518 Discourage the use of command-args.
6520 2009-08-19 Glenn Morris <rgm@gnu.org>
6522 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
6524 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6526 * simple.el (choose-completion-string): Don't rely on
6527 minibuffer-completing-file-name and ad-hoc checks to decide whether
6528 to continue completion or not.
6530 * minibuffer.el (minibuffer-hide-completions): New function.
6531 (completion--do-completion): Use it.
6532 (completions-annotations): New face.
6533 (completion--insert-strings): Use it.
6534 (completion-pcm--delim-wild-regex): Add docstring.
6535 (completion-pcm--string->pattern): Add support for 0-width delimiters
6536 in completion-pcm--delim-wild-regex.
6538 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
6540 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
6541 Remove unused var `buffer-modified-p'.
6543 * minibuffer.el (completion--do-completion): Move point for the #b001
6544 case as well (bug#4176).
6545 (minibuffer-complete, minibuffer-complete-word): Don't move point.
6547 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
6549 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
6552 2009-08-18 Kenichi Handa <handa@m17n.org>
6554 * international/ucs-normalize.el (ucs-normalize-version):
6556 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
6557 (utf-8-hfs): Make it perform normalization on encoding too.
6559 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
6560 (sentence-end-without-space): Delete duplicated chars.
6561 (sentence-end-base): Likewise.
6563 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
6564 (html-mode): Delete duplicated chars from sentence-end-base.
6566 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
6567 (texinfo-mode): Delete duplicated chars from sentence-end-base.
6569 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
6571 * files.el (hack-one-local-variable): If the mode function is for
6572 a minor mode, pass it an argument (Bug#4148).
6574 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
6576 * net/tramp.el (tramp-register-completion-file-name-handler):
6577 Check also for (member 'partial-completion completion-styles).
6579 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6581 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
6584 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
6586 * progmodes/cperl-mode.el: Merge upstream 6.2.
6587 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
6588 (cperl-forward-re): Check cperl-brace-recursing.
6589 (cperl-highlight-charclass): New function.
6590 (cperl-find-pods-heres): Use it.
6591 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
6592 (cperl-beautify-regexp-piece): Fix column calculation.
6593 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
6594 (cperl-beautify-level): Don't process entire regexp.
6595 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
6597 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
6598 (cperl-init-faces): Build a list in the normal way.
6600 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6602 * calendar/parse-time.el (parse-time-string-chars): Save match
6605 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6607 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
6608 (sql-product): Use it.
6609 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
6610 (sql-set-product): Add completion.
6611 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
6612 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
6613 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
6614 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
6615 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
6616 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
6617 (sql-highlight-db2-keywords): Remove.
6618 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6619 (sql-highlight-product): Use derived-mode-p.
6620 (sql-set-sqli-buffer): Use with-current-buffer.
6621 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
6624 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
6626 * term.el: Fix commenting convention, turn comments into docstrings.
6628 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
6630 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
6632 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
6634 * calendar/parse-time.el (parse-time-string-chars): Compute using
6635 character classes, to handle non-ascii characters (Bug#3190).
6637 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
6639 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
6640 another heredoc if the user adds another < (Bug#3226).
6642 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6643 Don't initialize based on window-system (Bug#4124).
6645 * facemenu.el (facemenu-read-color): Use a completion function
6646 that accepts any defined color, such as RGB triplets (Bug#3677).
6648 * files.el (get-free-disk-space): Change fallback default
6649 directory to /. Expand DIR argument before switching to fallback.
6650 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
6652 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
6654 * files.el (load-library): Doc fix.
6656 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
6658 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
6659 (viper-if-string): Redefine C-s in the minibuffer to insert the last
6660 incremental search string.
6662 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
6665 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
6666 (ediff-merge-region-is-non-clash)
6667 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
6668 Also check if the job is really a merge job.
6670 * ediff.el (ediff-current-file): New function.
6672 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
6674 * progmodes/js.el: Edit docstrings throughout to follow Emacs
6676 (js-insert-and-indent): Delete function.
6677 (js-mode-map): Don't bind keys to js-insert-and-indent.
6678 (js-beginning-of-defun): Rename from js--beginning-of-defun.
6679 (js-end-of-defun): Rename from js--end-of-defun.
6680 (js-auto-indent-flag): Delete variable.
6682 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
6684 * progmodes/js.el: Remove proclaim statement.
6685 Defvar which-func-imenu-joiner-function to silence compiler.
6687 * files.el (auto-mode-alist): Use js-mode for .js files.
6689 * progmodes/js2-mode.el: Remove file.
6691 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
6693 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
6695 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
6697 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
6698 Karl Landstrom <karl.landstrom@brgeight.se>
6700 * progmodes/js.el: New file.
6702 2009-08-14 Mark A. Hershberger <mah@everybody.org>
6704 * timezone.el (timezone-parse-date): Add ability to understand ISO
6705 basic format (minimal separators) dates in addition to the
6706 already-supported extended format dates.
6708 2009-08-14 Eli Zaretskii <eliz@gnu.org>
6710 * international/ucs-normalize.el: Add a `coding' file variable.
6712 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
6714 2009-08-14 Sam Steingold <sds@gnu.org>
6716 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6718 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
6720 * faces.el (help-argument-name): Define it here instead of
6721 help-fns.el, because in daemon mode help-fns.el may be loaded when
6722 faces are still uninitialized (Bug#1078).
6724 * help-fns.el (help-argument-name): Move defface to faces.el.
6726 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
6728 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
6729 create buffer with a pty but no process so that GDB can make the
6730 inferior the controlling process.
6732 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
6734 * international/ucs-normalize.el: New file.
6736 2009-08-13 Richard Stallman <rms@gnu.org>
6738 * mail/rmail.el (rmail-get-attr-names):
6739 Accept an attribute header that is too short.
6741 * mail/rmail.el (rmail-forget-messages):
6742 Ignore nil elt in rmail-message-vector. Use dotimes.
6744 * progmodes/compile.el (compilation-goto-locus):
6745 Use next-error-move-function.
6747 * simple.el (next-error-move-function): New variable.
6749 2009-08-12 Juri Linkov <juri@jurta.org>
6751 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
6752 always non-nil. (Bug#4052)
6754 * replace.el (read-regexp): Return empty string when
6755 `default-value' is nil.
6756 (keep-lines-read-args): Don't use empty string as the
6757 default value for `read-regexp'. (Bug#2495)
6759 2009-08-12 Juri Linkov <juri@jurta.org>
6761 * international/mule-cmds.el (ucs-insert): Change arguments
6762 from `arg' to `character', `count', `inherit' to be the same
6763 as in `insert-char'. Doc fix. (Bug#4039)
6765 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
6767 2009-08-12 Juri Linkov <juri@jurta.org>
6769 * files-x.el: New file.
6771 * files.el: Move code that deals with adding/deleting
6772 file/directory-local variables to files-x.el.
6774 * Makefile.in (ELCFILES): Add files-x.elc.
6776 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
6778 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
6780 (gdb-place-breakpoints, gdb-get-location): Rewritten without
6782 (gdb-invalidate-disassembly): Do not refresh upon receiving
6783 'update signal. Instead, update all disassembly buffers only after
6785 (gdb): Send -target-detach when buffer is killed (Bug#3794).
6786 (gdb-starting): Moved -data-list-register-names...
6787 (gdb-stopped): ...here so it's sent when first thread stops.
6788 (gdb-registers-handler-custom): Do nothing if register names are
6791 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
6792 from `gdb-mi.el' to avoid extra tangling.
6794 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
6795 change which breaks `gud-def' definitions used in `gdb'.
6796 (gdb-update-gud-running): No extra fuss for updating frame number.
6798 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6800 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
6801 (describe-language-environment-map, setup-language-environment-map)
6802 (set-coding-system-map): Move initialization into declaration.
6803 (set-language-info-alist): Last arg to define-key-after can be skipped.
6805 * international/quail.el (quail-completion-1): Simplify.
6806 (quail-define-rules): Use slightly more compact code.
6807 (quail-insert-decode-map): Propertize keys, compact columns.
6809 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6812 2009-08-10 Miles Bader <miles@gnu.org>
6814 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
6815 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
6816 (js2-instance-member, js2-private-member, js2-private-function-call)
6817 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
6818 (js2-magic-paren, js2-external-variable):
6819 Remove "-face" suffix from face names.
6820 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
6821 (js2-highlight-undeclared-vars, js2-peek-token)
6822 (js2-parse-function-params, js2-mode-show-errors)
6823 (js2-mode-show-warnings, js2-make-magic-delimiter)
6824 (js2-mode-highlight-magic-parens): Update to use new face names.
6826 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
6828 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
6829 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
6831 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
6833 * subr.el: Provide hashtable-print-readable.
6835 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
6836 hs-c-like-adjust-block-beginning.
6837 (hs-hide-block-at-point): Stop hiding at the beginning of
6838 hs-block-end-regexp (Bug#700).
6840 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
6842 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
6844 (gdb-registers-handler-custom): Do not fail when register names
6847 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
6849 * progmodes/gdb-mi.el (gdb-control-all-threads)
6850 (gdb-control-current-thread): Interactive setters for
6851 `gdb-gud-control-all-threads' to use in menu.
6852 (gdb-show-run-p): Show «Go» when process is not active.
6853 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
6854 gud/thread.xpm and gud/all.xpm.
6856 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
6858 * net/net-utils.el (net-utils-font-lock-keywords): New var.
6859 (nslookup-font-lock-keywords): Make it a variable.
6860 (net-utils-mode): New mode for viewing diagnostic network output.
6861 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
6862 (net-utils-run-simple): New function.
6863 (ifconfig, iwconfig, netstat, arp, route): Use it.
6865 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
6867 * progmodes/gdb-mi.el (gdb-read-memory-custom)
6868 (gdb-memory-set-address, def-gdb-set-positive-number)
6869 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
6870 after changing settings.
6871 (gdb-invalidate-disassembly): Update when first shown.
6872 (gdb-edit-locals-value): Fixed.
6873 (gdb-registers-handler-custom): Print registers in right order and
6874 allow changing register values (only for current thread yet).
6875 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
6876 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
6877 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6878 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
6880 (gdb-registers-mode-map): TAB to switch to locals.
6882 2009-08-08 Eli Zaretskii <eliz@gnu.org>
6884 * mail/rmail.el (rmail-add-mbox-headers)
6885 (rmail-set-message-counters-counter): Search for
6886 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
6888 2009-08-08 Glenn Morris <rgm@gnu.org>
6890 * Makefile.in (ELCFILES): Update.
6892 2009-08-07 Eli Zaretskii <eliz@gnu.org>
6894 * mail/sendmail.el (mail-yank-original): Set
6895 buffer-file-coding-system from the one used by the message whose
6898 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
6899 to "windows" when "pgnuplot" is used.
6900 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
6901 call accept-process-output if "pgnuplot" is used.
6902 (calc-graph-init): Don't send -display and -geometry to
6903 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
6904 running "pgnuplot -V" with shell-command-to-string.
6906 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
6909 2009-08-07 Eli Zaretskii <eliz@gnu.org>
6911 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
6914 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6916 * vc-dispatcher.el (vc-resynch-window): Update comment.
6918 * term.el (term-handle-ansi-escape): Add comments with the
6919 terminfo capabilities implemented.
6921 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
6923 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
6924 (gdb-var-create-handler): Rewritten using JSON parser.
6925 (gdb-propertize-header): Moved earlier.
6926 (gdb-set-header): Removed to avoid duplication.
6927 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
6928 Refresh disassembly buffers only after threads list have been
6930 (gdb-threads-header, gdb-registers-header): Per-buffer header line
6933 2009-08-04 Juri Linkov <juri@jurta.org>
6935 * files.el: Commands to add/delete file/directory-local variables.
6936 (read-file-local-variable, read-file-local-variable-value)
6937 (read-file-local-variable-mode, modify-file-local-variable)
6938 (modify-file-local-variable-prop-line)
6939 (modify-dir-local-variable): New functions.
6940 (add-file-local-variable, delete-file-local-variable)
6941 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
6942 (add-dir-local-variable, delete-dir-local-variable)
6943 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
6944 (copy-dir-locals-to-file-locals-prop-line): New commands.
6946 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
6948 * abbrev.el (insert-abbrev-table-description): Prettify output.
6949 Suggested by Karl Chen.
6951 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
6953 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
6954 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
6955 (gdb-overlay-arrow-position, gdb-thread-position)
6956 (gdb-disassembly-position): Declare variables.
6957 (gdb-wait-for-pending): Function now.
6958 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
6959 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
6960 compilation goes smoothly.
6961 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
6962 (gdb-non-stop-setting): New customization setting which replaces
6963 `gdb-non-stop' so changing it doesn't break active GDB session.
6964 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
6965 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
6966 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
6967 (gdb-show-threads-by-default): New customization options.
6968 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
6970 (gdb-get-buffer-create): Send buffers update signal when they are
6972 (gdb-invalidate-locals, gdb-invalidate-registers)
6973 (gdb-invalidate-breakpoints)
6974 (gdb-invalidate-threads, gdb-invalidate-disassembly)
6975 (gdb-invalidate-memory): Accept update signal.
6976 (gdb-current-context-command): Use --frame option.
6977 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
6978 Implement `gdb-frame-number' selection logic.
6979 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
6980 whether to show GUD toolbar buttons.
6981 (gdb-thread-exited): Unselect current thread when it exits.
6982 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
6983 (gdb-mark-line): Routine which sets overlay arrow or inverses
6984 video on fringeless displays.
6985 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
6986 to build aligned columns of data in GDB buffers and set text
6987 properties line-by-line.
6988 (gdb-invalidate-breakpoints)
6989 (gdb-breakpoints-list-handler-custom)
6990 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
6991 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
6992 (gdb-registers-handler-custom): Align data columns.
6993 (gdb-locals-handler-custom): Now prints data like in variable
6995 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
6996 Removed confusing buttons.
6997 (gdb-invalidate-threads): Append --frame.
6998 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
6999 between breakpoints/threads buffers.
7000 (gdb-set-window-buffer): Now can ignore dedicated windows.
7001 (gdb-propertize-header): Use `gdb-set-window-buffer'.
7002 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
7003 (def-gdb-thread-buffer-gud-command): Replaces
7004 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
7005 for fine thread control.
7006 (gdb-preempt-existing-or-display-buffer): New function used to
7007 display bound buffers without breaking window layout.
7008 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
7009 (gdb-select-frame): New version of `gdb-frames-select' which now
7010 sets `gdb-frame-number' so commands may use --frame option instead
7011 of inner debugger state.
7012 (gdb-frame-handler): Do not set `gdb-frame-number'.
7013 (gdb-threads-mode-map): Select threads with mouse.
7015 * progmodes/gud.el (gdb-gud-context-call): Declare function to
7016 avoid compilation warning.
7017 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
7020 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
7021 Argument `key' renamed to `buffer-type'.
7022 (gdb-current-context-buffer-name): Do not add thread info to
7023 buffer name when no thread is selected.
7024 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
7026 (gdb-thread-selected): Handle `=thread-selected' notification.
7027 (gdb-wait-for-pending): New macro to deal with congestion problems.
7028 (gdb-breakpoints-list-handler-custom): Don't fail on pending
7030 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
7031 This fixes problem similar to one described in bug 3947.
7032 (gud-menu-map): More menu items.
7033 (gdb-init-1): Reset `gdb-thread-number' to nil.
7035 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
7038 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
7039 (gdb-current-context-command): Do not append --thread if
7040 `gdb-thread-number' is nil.
7041 (gdb-running-threads-count, gdb-stopped-threads-count): New
7043 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
7044 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
7045 customization options.
7046 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
7048 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
7049 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
7050 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
7051 set `gdb-thread-number' and update `gud-running' properly.
7052 (gdb-running): Update threads list when new threads appear.
7053 (gdb-stopped): Support non-stop operation and new thread switching
7055 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
7056 (gdb-json-partial-output): New set of JSON routines.
7057 (def-gdb-auto-update-trigger): New `signal-list' optional
7059 (gdb-thread-list-handler-custom): Update `gud-running',
7060 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
7061 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
7062 (gdb-continue-thread, gdb-step-thread): New commands for fine
7063 thread execution control.
7064 (gud-menu-map): New menu items to switch non-stop options.
7065 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
7066 (gdb-send): Mimic RET properly (bug 3794).
7068 * progmodes/gdb-mi.el (gdb-rules-name-maker)
7069 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
7071 (def-gdb-auto-update-handler): New nopreserve optional argument.
7072 (gdb-stack-list-frames-custom): Print stack from top to bottom.
7074 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
7075 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
7076 (gdb-parent-mode): New mode to derive other GDB modes from.
7077 (gdb-display-disassembly-for-thread)
7078 (gdb-frame-disassembly-for-thread): New commands for threads
7081 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
7082 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
7083 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
7084 (gdb-update): We now store all GDB buffers in a list so that they
7085 can be updated by traversing a list instead of calling invalidate
7086 triggers explicitly.
7087 (def-gdb-trigger-and-handler): New macro to define trigger-handler
7088 pair for GDB buffer.
7089 (gdb-stack-buffer-name): Add thread information.
7090 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
7091 handle pending triggers.
7092 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
7093 (def-gdb-thread-buffer-simple-command)
7094 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
7095 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7096 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
7097 New commands which show buffers bound to thread.
7098 (gdb-stack-list-locals-regexp): Removed unused regexp.
7100 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
7101 (gdb-locals-buffer-name, gdb-registers-buffer-name)
7102 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
7103 to (gud-comint-buffer) in *-buffer-name functions
7104 because (gdb-get-target-string) already does that.
7105 (gdb-locals-handler-custom, gdb-registers-handler-custom)
7106 (gdb-changed-registers-handler): Rewritten without regexps.
7108 * progmodes/gdb-mi.el: Basic thread selection support.
7109 (gdb-thread-number): New variable.
7110 (gdb-current-context-command): New macro which adds --thread
7112 (gdb-threads-mode-map): Select thread with SPC.
7113 (gdb-thread-list-handler-custom): Mark current thread with overlay
7114 arrow. Synchronize GDB thread and Emacs thread.
7115 (gdb-select-thread): New command which selects current thread.
7116 (gdb-invalidate-frames, gdb-invalidate-locals)
7117 (gdb-invalidate-registers): Use --thread option.
7119 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
7121 * net/tramp.el (top): Make check for tramp-gvfs loading more
7123 (tramp-handle-insert-file-contents): `unwind-protect' must be
7124 inside `with-parsed-tramp-file-name'.
7126 * net/tramp-gvfs.el (top): Remove superfluous message when loading
7129 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
7131 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
7132 directory if CLASSPATH is not set.
7134 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
7136 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
7138 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
7140 2009-08-02 Kevin Ryde <user42@zip.com.au>
7142 * net/newst-backend.el (newsticker--raw-url-list-defaults):
7143 Update freshmeat link. Delete newsforge.com as it seems gone.
7145 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
7147 * select.el (x-set-selection): Doc fix (Bug#4021).
7149 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
7151 * help-fns.el (describe-variable): Treat list return values from
7152 dir-locals-find-file properly (Bug#4005).
7154 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
7156 * net/tramp.el (tramp-debug-message): Print also microseconds.
7158 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
7160 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
7162 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
7163 (tramp-get-debug-buffer): Change `outline-regexp' according to new
7166 * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
7167 (tramp-get-file-property): Use it.
7169 * autorevert.el (auto-revert-handler): Allow
7170 `auto-revert-tail-mode' for remote files.
7172 2009-08-02 Jason Rumney <jasonr@gnu.org>
7174 * minibuffer.el (read-file-name): Treat confirm options to
7175 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
7177 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
7179 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
7180 (font-lock-variable-name-face, font-lock-constant-face): Darken
7181 the colors for light backgrounds.
7183 2009-08-01 Eli Zaretskii <eliz@gnu.org>
7185 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
7186 month names. (Bug#3987)
7188 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
7190 * simple.el (line-move-finish): Pass whole number to
7191 line-move-to-column.
7192 (line-move-visual): Perform hscroll to the recorded position.
7194 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
7196 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
7198 2009-07-29 Alan Mackenzie <acm@muc.de>
7200 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
7202 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
7204 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
7205 (gdb-place-breakpoints): Use full path when setting breakpoints.
7207 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7209 * calc/calc.el (calc-mode-map): Add keybinding for
7210 `calc-transpose-lines'.
7212 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
7214 * calc/calc-misc.el (calc-transpose-lines): New function.
7216 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
7218 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
7219 Simplify check for out-of-band methods.
7220 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
7221 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
7223 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7225 * vc-git.el (vc-git-checkin): Fix typo.
7227 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
7229 * progmodes/js2-mode.el: New file.
7231 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
7233 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
7234 (gud-menu-map): Adjust tooltip accordingly.
7236 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7238 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
7239 (vc-bzr-log-view-mode): Adjust log-view-file-re.
7241 * add-log.el (change-log-mode-map): Add a menu.
7243 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
7245 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
7246 function returns nil.
7247 (dbus-handle-event): Handle special return value :ignore.
7248 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
7250 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
7252 * view.el (view-mode-enable): Don't define Helper-return-blurb if
7255 2009-07-25 Eli Zaretskii <eliz@gnu.org>
7259 * w32-vars.el (x-select-enable-clipboard): Doc fix.
7261 * term/pc-win.el (x-display-name, x-colors)
7262 (x-select-enable-clipboard, x-select-text): Doc fix.
7264 * term/common-win.el (x-display-name, x-colors): Doc fix.
7266 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
7267 (xw-defined-colors): Doc fix.
7269 * w32-fns.el (x-select-text, x-setup-function-keys)
7270 (x-get-selection, x-set-selection): Doc fix.
7272 * term/x-win.el (x-select-text, x-setup-function-keys)
7273 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
7275 * select.el (x-set-selection): Doc fix.
7277 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
7279 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
7280 instead of "IsNSSSupportAvailable". Avahi ought to work also when
7281 "IsNSSSupportAvailable" method is not available. Reported by
7282 Steve Youngs <steve@sxemacs.org>.
7284 2009-07-24 Kenichi Handa <handa@m17n.org>
7286 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7287 and ?H. Fix setting of case for Latin Extended and Greek Extended.
7288 (build-unicode-category-table): Fix range checks.
7290 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7292 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
7293 the buffer we try to sync is current when calling
7296 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
7297 not show up to date files.
7299 2009-07-24 Glenn Morris <rgm@gnu.org>
7301 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
7302 Add autoload cookies. If necessary, initialize.
7303 (elint-log): Handle non-file buffers.
7304 (elint-initialize): Add optional argument to reinitialize.
7305 (elint-find-builtin-variables): Save excursion.
7307 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7309 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7312 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7314 * vc.el (vc-print-log-internal): New function, split out from ...
7315 (vc-print-log): ... here.
7316 (vc-dir-move-to-goal-column): Declare.
7318 * vc-git.el (vc-git-add-signoff): New variable.
7319 (vc-git-checkin): Use it.
7320 (vc-git-toggle-signoff): New function.
7321 (vc-git-extra-menu-map): Bind it to menu.
7322 (vc-git--run-command-string): Accept a nil FILE argument.
7323 (vc-git-stash-list): New function.
7324 (vc-git-dir-extra-headers): Use it.
7326 2009-07-23 Glenn Morris <rgm@gnu.org>
7328 * help-fns.el (describe-variable): Describe ignored and risky local
7329 variables in a similar way to that in which we describe safe ones.
7331 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
7332 (byte-compile-output-file-form, byte-compile-output-docform)
7333 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
7334 Give some more local variables with common names a "bytecomp-" prefix,
7335 so as not to shadow things during compilation.
7336 * emacs-lisp/cl-macs.el (load-time-value)
7337 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
7338 `outbuffer' to `bytecomp-outbuffer'.
7340 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
7341 since the next two variables cover them automatically now.
7342 (elint-builtin-variables, elint-autoloaded-variables): New.
7343 (elint-unknown-builtin-args): Remove all members, since they can be
7344 parsed automatically now.
7345 (elint-extra-errors): New.
7346 (elint-env-add-env, elint-env-add-macro): Use cadr.
7347 (elint-current-buffer): Use or. Change final message.
7348 (elint-get-top-forms): Use line-end-position.
7349 (elint-init-env): Use cadr. Handle autoload, declare-function,
7351 (elint-add-required-env): Doc fix. Use or. Standardize error.
7352 (regexp-assoc): Remove unused function.
7353 (elint-top-form): Set elint-current-pos, to record the start of the
7354 top-level form, for compilation-mode.
7355 (elint-form): Trap errors in macro expansion. Use dolist.
7356 (elint-unbound-variable): Use elint-builtin-variables and
7357 elint-autoloaded-variables.
7358 (elint-get-args): Use cadr, or.
7359 (elint-check-cond-form): Use dolist, cadr.
7360 (elint-check-condition-case-form): Doc fix. Use cadr.
7361 Use elint-extra-errors.
7362 (elint-log): New function.
7363 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
7364 Distinguish errors and warnings.
7365 (elint-log-message): Use with-current-buffer. Inhibit read-only.
7366 Use a bytecomp-style format.
7367 (elint-clear-log): Preserve default-directory. Inhibit read-only.
7368 (elint-get-log-buffer): Use compilation mode. Disable undo.
7369 Don't truncate lines.
7370 (elint-initialize): Set builtin and autoloaded variable lists.
7371 Only process elint-unknown-builtin-args if non-nil.
7372 (elint-find-builtin-variables, elint-find-autoloaded-variables):
7374 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
7376 2009-07-22 Kevin Ryde <user42@zip.com.au>
7378 * net/newst-backend.el (newsticker--parse-atom-1.0)
7379 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7380 (newsticker--parse-rss-1.0):
7381 * progmodes/idlwave.el (idlwave-mode):
7382 * progmodes/idlw-shell.el (idlwave-shell-mode):
7383 * progmodes/vera-mode.el (vera-mode):
7384 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
7385 * progmodes/vhdl-mode.el (vhdl-mode):
7386 * textmodes/table.el (table-generate-source)
7387 (table--warn-incompatibility):
7388 Hyperlink urls in docstrings with URL `...'.
7390 2009-07-22 Glenn Morris <rgm@gnu.org>
7392 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
7393 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
7394 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
7395 Remove leading * from defcustom docs.
7397 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
7399 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
7401 (list-load-path-shadows): Optionally, just return shadows as a string.
7403 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
7405 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
7407 * mail/rmailedit.el (rmail-edit-mode): Use
7408 auto-save-include-big-deletions.
7410 * mail/rmail.el (rmail-variables): Use
7411 auto-save-include-big-deletions.
7413 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
7416 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
7418 * calc/calc.el (calc-undo-length): New variable.
7419 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
7421 2009-07-21 Richard Stallman <rms@gnu.org>
7423 * files.el (auto-save-mode): Handle buffer-save-size = -2
7426 2009-07-21 Glenn Morris <rgm@gnu.org>
7428 * textmodes/ispell.el (ispell-looking-back): Update declaration.
7430 * calendar/todo-mode.el (calendar-current-date): Update declaration.
7432 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
7433 silence compiler. Instead...
7434 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
7435 (ps-print-ensure-fontified): Update for above function name changes.
7437 * printing.el (pr-mh-get-msg-num, pr-mh-show)
7438 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
7439 silence compiler. Instead...
7440 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
7441 (mh-show-buffer): Only define for compiler.
7442 (pr-mh-current-message): Update for above function name changes.
7444 * files.el (abort-if-file-too-large): Explicitly pass `filename'
7446 (find-file-noselect, insert-file-1): Update for above change.
7448 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
7450 * mail/mailclient.el (mailclient-send-it): Fix message.
7452 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
7453 (edebug-eval): Check cl-debug-env is bound.
7454 (print-level, print-circle): Don't redefine built-in variables.
7456 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
7457 (custom-print-vectors): Remove old comments from doc.
7459 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
7460 (emerge-version): Make the variable an obsolete alias for the
7461 emacs-version variable. Make the function obsolete.
7462 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
7463 Emerge options, rather than merging in into the main Options menu.
7464 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
7465 and auto advance modes. Disable edit/fast items when not relevant.
7467 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7469 * term/vt420.el (terminal-init-vt420): Fix typo.
7471 2009-07-20 Sam Steingold <sds@gnu.org>
7473 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
7474 variable (removed from compile.el on 2004-03-11).
7476 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
7478 * files.el (hack-local-variables-filter): Fix last change.
7480 2009-07-19 Juri Linkov <juri@jurta.org>
7482 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
7483 (dir-local-variables-alist): New buffer-local variable.
7484 (hack-local-variables-filter): If variable is not dir-local,
7485 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
7486 because file-local overrides dir-local.
7487 (c-postprocess-file-styles)<declare-function>:
7488 Remove obsolete declaration.
7489 (hack-dir-local-variables): Add dir-local variable/value pair to
7490 `dir-local-variables-alist' and remove duplicates. Doc fix.
7492 * help-fns.el (describe-variable): Add information about
7493 file-local and dir-local variables.
7495 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
7497 * files.el (hack-local-variables-filter): Rewrite.
7499 2009-07-19 Glenn Morris <rgm@gnu.org>
7501 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
7502 Silence compiler by only defining on XEmacs.
7504 * international/mule.el (auto-coding-regexp-alist): Only match
7505 BABYL... at the start of buffer, not of lines. (Bug#3790)
7507 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
7508 non-calendar buffers (Bug#3862). Restore "not on a date" message.
7509 (cal-menu-context-mouse-menu): Doc fix.
7511 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
7513 * simple.el (mail-user-agent): Doc fix. Set :version tag.
7515 2009-07-18 Juri Linkov <juri@jurta.org>
7517 * info.el: Virtual Info keyword finder.
7518 (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
7519 (Info-finder-file): New variable.
7520 (Info-finder-find-file): New function.
7521 (finder-known-keywords, finder-package-info)
7522 (find-library-name, lm-commentary): Use defvar and
7523 declare-function to silence compiler warnings.
7524 (Info-finder-find-node): New function.
7525 (info-finder): New command.
7527 * subr.el (process-kill-buffer-query-function): New function.
7528 (add-hook)<kill-buffer-query-functions>: Add hook
7529 `process-kill-buffer-query-function'.
7531 2009-07-18 Alan Mackenzie <acm@muc.de>
7533 * progmodes/cc-mode.el (c-before-hack-hook)
7534 (c-postprocess-file-styles): Give invocation of `c-set-style'
7535 DONT-OVERRIDE parameter of t. Already set style variables will
7536 thus not be overridden by style settings given by `c-file-syle'.
7538 * files.el (hack-local-variables-filter): Remove entries with
7539 duplicate keys from `file-local-variables-alist'.
7541 2009-07-18 Eli Zaretskii <eliz@gnu.org>
7543 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
7544 x-set-selection if display-selections-p returns nil for the
7547 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
7549 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
7551 2009-07-18 Eli Zaretskii <eliz@gnu.org>
7553 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
7554 Accept nil in addition to a regexp.
7555 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
7556 Accept nil in addition to a regexp.
7557 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
7558 buffers that have an associated file. Handle nil values of
7559 desktop-buffers-not-to-save and desktop-files-not-to-save.
7562 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7563 (x-disown-selection-internal): New functions.
7565 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
7567 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
7569 (gdb-breakpoints-header): Move forward to avoid compiler warning.
7570 (gdb-make-header-line-mouse-map): Remove duplicate definition.
7572 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
7574 * simple.el (set-mark): Revert last change.
7576 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
7578 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
7579 rendering of pngs is not possible instead of messaging a long
7582 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
7584 * w32-fns.el (x-selection-owner-p): New function.
7586 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
7587 (mouse-yank-at-click, mouse-yank-primary): If
7588 select-active-regions is non-nil, deactivate the mark before
7591 * simple.el (deactivate-mark, set-mark): Only save selection if we
7594 2009-07-17 Kenichi Handa <handa@m17n.org>
7596 * case-table.el (describe-buffer-case-table): Fix for the case
7599 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7601 * vc-rcs.el (vc-rcs-find-file-hook):
7602 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
7604 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
7606 * net/tramp.el (tramp-wait-for-output): Handle the case when
7607 commands do not return a newline but a null byte before the shell
7610 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7612 * term/ns-win.el (ns-set-alpha): Don't declare.
7613 (ns-set-background-alpha): Remove function.
7615 2009-07-16 Kevin Ryde <user42@zip.com.au>
7617 * emacs-lisp/copyright.el (copyright-update): Save match-data across
7618 y-or-n-p, for safety.
7620 2009-07-16 Richard Stallman <rms@gnu.org>
7622 * files.el (auto-save-mode): If buffer-saved-size is -2,
7625 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
7626 (rmail-retry-ignored-headers): Add more uninteresting fields.
7628 2009-07-15 Jari Aalto <jari.aalto@cante.net>
7630 * net/rcirc.el (rcirc): Use history variables.
7631 (rcirc-server-name-history, rcirc-nick-name-history)
7632 (rcirc-server-port-history): New variables.
7634 2009-07-15 Kenichi Handa <handa@m17n.org>
7636 * international/mule-cmds.el (set-language-environment-charset):
7637 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
7640 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
7641 Delete unibyte-display.
7643 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
7645 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
7647 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
7649 * simple.el (deactivate-mark): Optional argument FORCE.
7650 (set-mark): Use deactivate-mark.
7652 * info.el (Info-search): No need to check transient-mark-mode
7653 before calling deactivate-mark.
7655 * select.el (x-set-selection): Doc fix.
7656 (x-valid-simple-selection-p): Allow buffer values.
7657 (xselect--selection-bounds): Handle buffer values. Suggested by
7658 David De La Harpe Golden.
7660 * mouse.el (mouse-set-region, mouse-drag-track): Call
7661 copy-region-as-kill before setting the mark, to let
7662 select-active-regions work.
7664 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
7666 * simple.el (deactivate-mark): If select-active-regions is
7667 non-nil, copy the selection data into a string.
7668 (activate-mark): If select-active-regions is non-nil, set the
7669 selection to the current buffer.
7670 (set-mark): Update selection if select-active-regions is non-nil.
7672 * select.el (x-valid-simple-selection-p): Allow buffer values.
7674 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
7676 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
7677 and more featureful message-mode.
7679 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
7681 * select.el (x-set-selection): Doc fix.
7682 (x-valid-simple-selection-p): Disallow selection data consisting
7683 of a list or cons of integers, since that is not used.
7684 (xselect--selection-bounds, xselect--int-to-cons): New functions.
7685 (xselect-convert-to-string, xselect-convert-to-length)
7686 (xselect-convert-to-filename, xselect-convert-to-charpos)
7687 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
7689 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
7691 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
7692 output in -break-info command (Emacs bug #3794).
7694 2009-07-14 Glenn Morris <rgm@gnu.org>
7696 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
7697 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
7698 (edebug-print-length, edebug-print-level, edebug-print-circle)
7699 (edebug-sit-for-seconds, edebug-view-outside)
7700 (edebug-bounce-point, edebug-set-global-break-condition)
7701 (edebug-Go-nonstop-mode, edebug-trace-mode)
7702 (edebug-Trace-fast-mode, edebug-continue-mode)
7703 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
7704 (edebug-visit-eval-list): Doc fixes.
7706 * subr.el (def-edebug-spec): Doc fix.
7708 2009-07-14 Kenichi Handa <handa@m17n.org>
7710 * international/characters.el: Fix setting of category ?C.
7712 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
7714 * term/ns-win.el (x-select-font): defalias x-select-font to
7715 ns-popup-font-panel instead of generate-fontset-menu.
7717 2009-07-12 Eli Zaretskii <eliz@gnu.org>
7719 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
7721 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
7723 * arc-mode.el (archive-find-type): Allow for a PK00 string before
7724 the PK\003\004 header (Bug#3770).
7726 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
7728 * pcomplete.el (pcomplete-comint-setup): Check for
7729 shell-dynamic-complete-filename too.
7731 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
7733 * simple.el (temporary-goal-column): Change the value for
7734 line-move-visual to a cons cell.
7735 (line-move-visual): Record or set the window hscroll, if
7736 necessary (Bug#3494).
7737 (line-move-1): Handle cons value of temporary-goal-column.
7739 2009-07-11 Kenichi Handa <handa@m17n.org>
7741 * international/mule-diag.el (describe-character-set): Don't show
7744 2009-07-10 Sam Steingold <sds@gnu.org>
7746 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7747 Omake sometimes indents the errors it prints, so allow all
7748 regexps to start with spaces.
7750 2009-07-10 Eli Zaretskii <eliz@gnu.org>
7752 * cus-edit.el (customize-changed-options-previous-release):
7753 Bump value to 22.1. (Bug#3804)
7755 2009-07-08 Sam Steingold <sds@gnu.org>
7757 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
7758 to be a cons cell (test . ignored-directory) to selectively ignore
7759 some directories depending on the location of the search.
7761 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
7763 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
7764 remote user is root, on the local host.
7765 (tramp-local-host-p): Either the local user or the remote user
7766 must be root. (Bug#3771)
7768 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
7770 * progmodes/gdb-mi.el (gdb): Remove description of
7771 gdb-use-separate-io-buffer.
7772 (menu): Don't allow toggling of or enable
7773 gdb-use-separate-io-buffer from menubar.
7775 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
7777 * mail/unrmail.el (unrmail): Make sure the message ends with two
7778 newlines (Bug#3769).
7780 2009-07-08 Glenn Morris <rgm@gnu.org>
7782 * calendar/calendar.el (calendar-current-date): Rework previous change.
7784 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
7786 * calendar/calendar.el (calendar-current-date):
7787 Add an optional argument giving an offset from today.
7789 2009-07-08 Glenn Morris <rgm@gnu.org>
7791 * tutorial.el (tutorial--describe-nonstandard-key):
7792 Adjust the message for when a key has been unbound.
7793 (help-with-tutorial): Hide the arch-tag.
7795 2009-07-08 Kenichi Handa <handa@m17n.org>
7797 * international/fontset.el (setup-default-fontset): For each
7798 script, append (not set) font-specs.
7800 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
7803 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
7805 * progmodes/gdb-mi.el (gdb-init-1): Move sending
7806 -data-list-register-names to ...
7807 (gdb-starting): ... here because GDB 7.0 requires execution to
7808 have started when using this MI command.
7809 (gdb-set-header): New function to distinguish select and
7810 unselected tabs in gdb buffers.
7811 (gdb-propertize-header): New macro that uses gdb-set-header.
7812 (gdb-breakpoints-header, gdb-locals-header): Use it.
7813 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
7815 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
7817 * Makefile.in (ELCFILES): Remove fadr.elc.
7819 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
7821 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
7822 may contain frame information, so `string-match' should be used.
7823 (gdb-update): Disassembly is invalidated through
7824 `gdb-get-selected-frame'.
7825 (gdb-pad-string): New function to pad string with spaces.
7826 (gdb-invalidate-disassembly): Invalidate only if the buffer
7828 (gdb-disassembly-handler-custom): Column alignment.
7829 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
7831 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
7833 (gdb-frame-handler): Match convention to for disassembly buffer
7835 (gdb-stack-list-frames-handler): Rewritten without regexps.
7836 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
7837 not highlight breakpoints without line information.
7838 (gdb-input): Add trailing newline to command.
7840 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
7842 (gdb-breakpoints-list-handler-custom): Replacement for
7843 `gdb-break-list-handler'. Using real parser instead of regexps
7845 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
7846 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
7847 to place breakpoints.
7848 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
7850 (gdb-disassembly-handler-custom): Show overlay arrow.
7851 (gdb-disassembly-place-breakpoints): Show breakpoints in
7853 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7854 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7855 instead of parsing breakpoints buffer. Fixed old menu references
7860 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
7861 (gdb-memory-address): New variable which holds top address of
7862 memory page shown in memory buffer.
7863 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
7864 customization variables.
7866 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
7867 display the memory buffer.
7868 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
7869 buffer display parameters.
7870 (def-gdb-memory-format, gdb-memory-format-binary)
7871 (gdb-memory-format-octal, gdb-memory-format-unsigned)
7872 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
7873 Functions for setting memory buffer format.
7874 (gdb-memory-unit-word, gdb-memory-unit-halfword)
7875 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
7876 unit size used in memory buffer.
7877 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
7878 to next/previous page of memory buffer.
7879 Now using (bindat-get-field) instead of fadr functions.
7881 2009-07-07 Sam Steingold <sds@gnu.org>
7883 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
7884 non-top-level files.
7886 2009-07-07 Kenichi Handa <handa@m17n.org>
7888 * international/mule-cmds.el (reset-language-environment): Put
7889 the highset priority to the charset iso-8859-1.
7891 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
7893 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
7894 to the end of the line when locating the block (Bug#700).
7896 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
7898 * net/tramp.el (tramp-handle-write-region): Flush file properties
7899 in case of short track.
7901 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
7903 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
7904 representation of verilog error regular expressions to work with
7905 Emacs-22's new format.
7906 (verilog-error-regexp-xemacs-alist): Coded custom representation
7907 of verilog error regular expressions to work with XEmacs format.
7908 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
7909 error recognition into XEmacs.
7910 (verilog-error-regexp-add-emacs): Hook routine to install verilog
7911 error recognition into Emacs-22.
7913 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
7915 * woman.el: Remove stand-alone closing parentheses.
7916 (woman-file-name, woman2-format-paragraphs)
7917 (woman-leave-blank-lines): Code cleanup.
7918 (woman-use-own-frame): Change default to nil.
7919 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
7920 defaults to inherit from default faces.
7921 (woman2-process-escapes): Consume the newline after a stand-alone
7922 filler character (Bug#3651).
7924 2009-07-06 Glenn Morris <rgm@gnu.org>
7926 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
7927 (top-level): Move provide to the end.
7928 (ffap): Remove defunct URL from custom group.
7930 * subr.el (eval-after-load): Doc fix.
7932 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
7934 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
7935 `calc-embedded-word' is called twice.
7937 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7939 * files.el (find-alternate-file-other-window, find-alternate-file):
7940 Obey confirm-nonexistent-file-or-buffer.
7942 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
7944 * dired-aux.el (dired-show-file-type): Handle remote files.
7946 2009-07-05 Jari Aalto <jari.aalto@cante.net>
7948 * desktop.el (desktop-globals-to-save):
7949 Add file-name-history (Bug#2750).
7951 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
7953 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
7955 2009-07-04 Johan Bockgård <bojohan@gnu.org>
7957 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
7958 property on entire argument since this is what eshell-lisp-command
7961 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
7963 * net/tramp-gvfs.el (tramp-gvfs-methods)
7964 (tramp-gvfs-zeroconf-domain)
7965 (tramp-bluez-discover-devices-timeout): Add version flag.
7966 (tramp-gvfs-handler-mounted-unmounted)
7967 (tramp-gvfs-connection-mounted-p): Polish handling of
7968 incompatibilities between GVFS 0.2 and 1.0.
7970 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
7972 * cus-start.el (all): Add make-pointer-invisible.
7974 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7976 * calc-math.el (math-use-emacs-fn): Make sure that the number is
7977 formatted correctly.
7979 2009-07-02 Juri Linkov <juri@jurta.org>
7981 * info.el: Virtual Info files and nodes.
7982 (Info-virtual-files, Info-virtual-nodes): New variables.
7983 (Info-current-node-virtual): New variable.
7984 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
7986 (Info-file-supports-index-cookies): Use Info-virtual-file-p
7987 to check for a virtual file instead of checking a fixed list
7989 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
7990 instead of ad-hoc processing of "dir" and (apropos history toc).
7991 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
7992 instead of ad-hoc processing of "dir" and (apropos history toc).
7993 Reread a file when moving from a virtual node.
7994 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
7995 (Info-directory-toc-nodes, Info-directory-find-file)
7996 (Info-directory-find-node): New functions.
7997 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
7998 (Info-history): Move part of code to
7999 `Info-history-find-node'.
8000 (Info-history-toc-nodes, Info-history-find-file)
8001 (Info-history-find-node): New functions.
8002 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
8003 (Info-toc): Move part of code to `Info-toc-find-node'.
8004 (Info-toc-find-node): New function.
8005 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
8006 the current Info file name to references because now the node
8007 "*TOC*" belongs to the same Info manual.
8008 (Info-toc-build): Rename from `Info-build-toc'.
8009 (Info-toc-nodes): Rename input argument `file' to `filename'.
8010 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
8011 instead of ad-hoc processing of ("dir" apropos history toc).
8012 (Info-index-nodes): Use Info-virtual-file-p
8013 to check for a virtual file instead of checking a fixed list
8015 (Info-index-node): Add check for `Info-current-node-virtual'.
8016 Raise `save-match-data' higher up the tree to contain
8017 `search-forward' too (bug fix).
8018 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
8019 (Info-virtual-index-nodes): New variable.
8020 (Info-virtual-index-find-node, Info-virtual-index): New functions.
8021 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
8022 (Info-apropos-file, Info-apropos-nodes): New variables.
8023 (Info-apropos-toc-nodes, Info-apropos-find-file)
8024 (Info-apropos-find-node, Info-apropos-matches): New functions.
8025 (info-apropos): Move part of code to `Info-apropos-find-node' and
8026 `Info-apropos-matches'.
8027 (Info-mode-map): Bind "I" to `Info-virtual-index'.
8028 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
8029 for a virtual file instead of checking a fixed list of node names.
8031 * simple.el (async-shell-command): New command.
8033 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
8035 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
8036 instead of `mount-info'.
8038 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
8040 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
8041 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
8043 2009-07-02 Kenichi Handa <handa@m17n.org>
8045 * international/mule.el (set-keyboard-coding-system): Force *-unix
8046 coding-system to avoid eol conversion.
8048 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
8050 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8051 Add handler for `process-file', `shell-command' and
8052 `start-file-process'.
8053 (tramp-gvfs-handle-shell-command)
8054 (tramp-gvfs-handle-start-file-process)
8055 (tramp-gvfs-handle-process-file): New defuns.
8056 (tramp-synce-list-devices): Simplify check for existence of property.
8058 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
8060 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
8062 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
8064 * language/korean.el (set-language-info-alist): Add korean-cp949,
8067 2009-07-01 Kenichi Handa <handa@m17n.org>
8069 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
8071 * international/encoded-kb.el: Deleted.
8073 * international/mule.el (set-keyboard-coding-system): Perform the
8074 necessary setup here instead of calling encoded-kbd-setup-display.
8076 2009-07-01 Glenn Morris <rgm@gnu.org>
8078 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
8080 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
8082 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
8084 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
8086 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
8087 Handle also the 'rename case, when setting file modes. (Bug#3712)
8088 (tramp-default-file-modes) Remove execute permissions.
8090 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
8091 (top): Add a default for "synce" in `tramp-default-user-alist'.
8092 Add completion function for "synce" method.
8093 (tramp-hal-service, tramp-hal-path-manager)
8094 (tramp-hal-interface-manager, tramp-hal-interface-device):
8096 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
8097 (tramp-synce-list-devices, tramp-synce-parse-device-names):
8100 * net/trampver.el: Update release number.
8102 2009-06-30 Kenichi Handa <handa@m17n.org>
8104 * international/fontset.el (setup-default-fontset): Add CJK fonts
8105 for symbols and the other miscellaneous characters.
8107 * language/korea-util.el (setup-korean-environment-internal):
8108 Make char-width-table suitable for Korean environments.
8109 (exit-korean-environment): Cancel above.
8111 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8112 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
8113 setup-funcion to make char-widht-table suitable for respective
8114 environments, and an exit-function to cancel that.
8116 * language/japan-util.el (setup-japanese-environment-internal):
8117 Call use-cjk-char-width-table with arg `ja_JP'.
8119 * international/characters.el (cjk-char-width-table): Delete it.
8120 (cjk-char-width-table-list): New variable.
8121 (use-cjk-char-width-table): New arg local-name.
8122 (use-default-char-width-table): Fix for the case that Emacs is
8123 already using the default char-width-table.
8125 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
8127 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
8128 modes mandatory. (Bug#3712)
8130 2009-06-29 Alan Mackenzie <acm@muc.de>
8132 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
8133 correction between the visible width of TABs and their number of bytes.
8135 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
8137 * server.el (server-buffer-done): Prevent kill-buffer from
8138 prompting by clearing the buffer modification flag (Bug#3696).
8140 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
8142 * verilog-mode.el (verilog-beg-of-statement)
8143 (verilog-endcomment-reason-re): Support unique case and priority case.
8144 (verilog-basic-complete-re): Support localparam lineup.
8145 (verilog-beg-of-statement-1): Fix for robustness, unique case.
8146 (verilog-set-auto-endcomments): Fix for unique case, always_comb
8148 (verilog-leap-to-case-head): Now support *nested* unique &
8149 priority case statements.
8150 (verilog-auto-lineup): Make just declarations the default (as it
8152 (verilog-leap-to-case-head): Support priority/unique case statements.
8153 (verilog-auto-lineup): Rework to give users radio buttons to
8154 select the various styles of automatic lineup.
8155 (verilog-error-regexp-alist): Rework to support the XEmacs style
8156 of error regular expressions from compilers, lint tools &
8157 simulators. Note that GNU Emacs has made it impossible for a mode
8158 to load such things.
8159 (electric-verilog-terminate-line, verilog-indent-declaration)
8160 (verilog-auto-wiure): Rework for radio button selection of
8161 auto-lineup selection of specification of auto lineup.
8162 (verilog-beg-of-statement-1): Redesign to support proper operation
8163 in additional code, based on testing with auto-lineup.
8164 (verilog-calculate-indent, assignments & declarations)
8165 (verilog-backward-token): Enhance to support auto-lineup of
8166 assignments & declarations.
8167 (verilog-in-directive-p, verilog-at-struct-p): New function for
8168 easy test of whether we are.
8169 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
8170 to support safe execution at almost anyline.
8171 (verilog-calc-1): Properly support indenting deep inside generate
8173 (verilog-init-font) Remove definition & use of verilog-init-font,
8174 as it is redundant with font-lock-defaults.
8175 (verilog-mode): Alter the definition of verilog-font-lock-defaults
8176 to avoid circular calls if syntax-ppss is a function (as is the
8177 case now in 22.x GNU Emacs) as that function would sometimes call
8178 itself, leading to (nearly) infinite recursion.
8179 (verilog-ovm-begin-re, verilog-ovm-end-re)
8180 (verilog-ovm-statement-re, verilog-leap-to-head)
8181 (verilog-backward-token): Add support for OVM macros. Some are
8182 complete statements, and others open and close scopes like begin
8184 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
8185 (verilog-defun-level-generate-only-re): Really fix the defun-list
8187 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
8188 coverpoint, constraint and cross statements.
8189 (verilog-defun-level-list, verilog-generate-defun-level-list)
8190 (verilog-all-defun-level-list): Redo these specifications - it is
8191 too hard to support eval-when compile aggregation of lists also
8192 built at when-compile time.
8193 (verilog-defun-level-list): Place defconsts of variables used in
8194 building regular expressions which are built in eval-when-compile
8195 bodies in the same eval-when-compile body to facilitate compile
8197 (verilog-beg-block-re-ordered): Support indenting
8198 virtual/protected tasks and functions.
8199 (verilog-defun-level-list, verilog-in-generate-region-p)
8200 (verilog-backward-ws&directives, verilog-calc-1): Speed up
8201 indentation of some module items (generate items).
8202 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
8203 across virtual/protected tasks and functions.
8205 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
8207 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
8208 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
8209 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
8210 in concatenations. Reported by Yishay Belkind.
8211 (verilog-auto-ascii-enum): Support one-hot state machines in
8212 AUTOASCIIENUM. Suggested by Lloyd Gomez.
8213 (verilog-auto-inst, verilog-auto-inst-port): Include interface
8214 modport in AUTOINST and add vl-modport for users. Reported by
8216 (verilog-auto-inout-module, verilog-auto-inst)
8217 (verilog-decls-get-interfaces, verilog-insert-definition)
8218 (verilog-insert-one-definition, verilog-read-decls)
8219 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
8220 (verilog-sig-modport, verilog-signals-combine-bus)
8221 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
8222 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
8223 Suggested by David Rogoff.
8224 (verilog-repair-open-comma): Fix non-insertion of comma when
8225 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
8226 (verilog-make-width-expression): Simplify [A-1:0] expression
8227 widths to just {A{1'b0}}.
8228 (verilog-mode): Cleanup checkdoc warnings.
8229 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
8230 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
8231 inputs/outputs or data type. Suggested by Vasu Kandadi.
8232 (next-error-last-buffer): Fix byte-compiler warning.
8233 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
8234 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
8235 or shell command text during AUTO expansion. Suggested by Tad Truex.
8236 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
8237 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
8238 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
8239 in AUTOINOUT. Reported by Matthew Lovell.
8240 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
8241 causing use of <= assignments. Reported by Alex Reed.
8242 (verilog-read-decls): Fix triand, trior, wand, wor to be
8243 recognized by AUTOWIRE. Reported by Spencer Isaacson.
8244 (verilog-extended-complete-re): Support import "DPI-C" functions.
8245 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
8246 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
8247 (verilog-insert-date, verilog-insert-year)
8248 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
8249 Windows systems. Reported by Michael Potts.
8250 (verilog-read-module-name): Fix AUTOINST when the child module
8251 declaration's name is a tick define. Reported by Elliot Mednick.
8252 (verilog-read-decls): Fix V2K parameter bit subscripts getting
8253 passed to next parameter's definition. Reported by Bruce T.
8254 (verilog-read-decls): Fix detecting "parameter int" when using
8255 AUTOINSTPARAM. Reported by Bruce T.
8256 (verilog-goto-defun): Fix goto not finding modules unless first
8257 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
8258 (verilog-mode): Expand -f flag arguments on entry to mode so
8259 verilog-goto-defun will work. Reported by Lawrence Butcher.
8260 (verilog-getopt): Expand environment variables in -f file
8261 arguments. Suggested by Lawrence Butcher.
8262 (verilog-set-define): Fix "Symbol's value as variable is void"
8263 when reading enumerations.
8264 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
8265 Suggested by Stephen Peltan.
8266 (verilog-read-defines): Fix reading of enumerations in include
8267 files. Reported by Steve Peltan.
8269 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
8271 * files.el (trash-directory): Fix defcustom type.
8273 2009-06-28 Juri Linkov <juri@jurta.org>
8275 * help-fns.el (describe-function-1): Correctly locate adviced
8276 functions in hyperlink (Bug#2438).
8278 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
8280 * files.el (trash-directory): Change default to nil.
8281 (move-file-to-trash): If trash-directory is nil and
8282 system-move-file-to-trash is unbound, perform freedesktop-style
8285 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
8287 * files.el (move-file-to-trash): Add freedesktop trash
8290 2009-06-28 Glenn Morris <rgm@gnu.org>
8292 * autorevert.el (global-auto-revert-non-file-buffers)
8293 (global-auto-revert-mode): Doc fixes.
8295 2009-06-27 Johan Bockgård <bojohan@gnu.org>
8297 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8299 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
8301 * faces.el (x-handle-named-frame-geometry): Ensure that we have
8302 opened an X connection before calling x-get-resource (Bug#3194).
8304 * play/doctor.el: Remove reference to obsolete website.
8305 (make-doctor-variables): Correct grammar mistake (Bug#2633).
8307 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8309 Remove find-file-not-found-hook VC method. (Bug#2757)
8310 * vc-hooks.el (vc-file-not-found-hook)
8311 (vc-default-find-file-not-found-hook): Remove functions.
8312 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
8313 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
8316 * vc-git.el: Do not mention find-file-not-found-hook VC method.
8318 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
8320 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
8321 compatibility function for `looking-back'.
8323 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8324 Use `ispell-looking-back'.
8326 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
8328 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
8329 rather than `filename'.
8331 2009-06-23 Miles Bader <miles@gnu.org>
8333 * face-remap.el (text-scale-set): New function.
8335 2009-06-23 Glenn Morris <rgm@gnu.org>
8337 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8339 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8341 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8343 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8345 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8346 Simplify Persian conditionals.
8348 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8349 variable `filename'.
8351 * comint.el (comint-insert-input): Doc fix.
8353 * Makefile.in (ELCFILES): Fix typo in previous change.
8355 2009-06-23 Miles Bader <miles@gnu.org>
8357 * cus-start.el: Add entry for `recenter-redisplay'.
8359 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8361 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
8362 Add an optional argument for the backend, use it instead of
8364 (vc-mode-line): Add an optional argument for the backend.
8365 Pass the backend to vc-state and vc-working-revision. Move code for
8366 special handling for vc-state being a buffer to ...
8368 * vc-rcs.el (vc-rcs-find-file-hook):
8369 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
8371 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
8372 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
8373 vc-stay-local-p and vc-mode-line calls.
8375 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
8376 (vc-cvs-diff, vc-cvs-annotate-command)
8377 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
8378 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
8381 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
8383 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
8384 backend when calling vc-mode-line.
8385 (vc-register): Do not create a closure for calling the vc register
8386 function, call it directly.
8388 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8390 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
8391 to make it obvious item can be clicked.
8393 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8395 2009-06-23 Kenichi Handa <handa@m17n.org>
8397 * language/korea-util.el (korean-key-bindings): Change the binding
8398 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
8401 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
8403 Sync with Tramp 2.1.16.
8405 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
8407 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
8408 when a loading of a package fails. Completion function for rsync
8409 is `tramp-completion-function-alist-ssh'.
8410 (all): Replace all calls of `split-string' and
8411 `tramp-split-string' by `tramp-compat-split-string'.
8412 (tramp-default-method): Use `tramp-compat-process-running-p'.
8413 (tramp-default-proxies-alist): Allow also Lisp forms.
8414 (tramp-remote-path): Add choice "Private Directories".
8415 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
8416 (tramp-domain-regexp): Allow also "-", "_" and ".".
8417 (tramp-end-of-output): Remove newlines, and add "$" at the end.
8418 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
8419 (tramp-debug-message): Insert header line in debug buffer.
8420 (tramp-handle-directory-files-and-attributes-with-stat):
8421 Care about filenames with spaces, or starting with "-".
8422 (tramp-handle-dired-uncache): New defun.
8423 (tramp-handle-insert-directory): Don't flush the directory from
8424 cache, this is handled by `dired-uncache' now.
8425 (tramp-handle-insert-file-contents): Improve error handling.
8426 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8427 Quote `tramp-end-of-output'.
8428 (tramp-action-password): Improve trace message.
8429 (tramp-check-for-regexp): Both echoes must be present, before removing.
8430 (tramp-open-connection-setup-interactive-shell): Trace coding system.
8431 (tramp-compute-multi-hops): Eval cons cells of
8432 `tramp-default-proxies-alist'.
8433 (tramp-maybe-open-connection): Use the same command pattern for
8434 first hop and further hops.
8435 (tramp-wait-for-output): Remove handling of newlines.
8436 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
8437 (tramp-split-string): Remove function. It is handled in
8440 * net/tramp-cmds.el (tramp-bug):
8441 Recommend `tramp-cleanup-all-connections' in the bug mail.
8443 * net/tramp-compat.el (tramp-compat-split-string)
8444 (tramp-compat-process-running-p): New defuns.
8446 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
8447 for `dired-uncache'.
8449 * net/tramp-gvfs.el: New package.
8451 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8452 Add handler for `dired-uncache'.
8453 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
8455 * net/trampver.el: Update release number. Make version check fit
8458 2009-06-22 Jim Meyering <meyering@redhat.com>
8460 Automatically handle .xz suffix (XZ-compressed files), too.
8461 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8462 XZ is the successor to LZMA: <http://tukaani.org/xz/>
8464 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
8465 Nick Roberts <nickrob@snap.net.nz>
8467 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
8468 repository (http://sphinx.net.ru/hg/gdb-mi/).
8470 2009-06-22 Glenn Morris <rgm@gnu.org>
8472 * files.el (dir-locals-collect-mode-variables): Allow for any number of
8473 `mode' and `eval' entries. (Bug#3430)
8475 * Makefile.in (ELCFILES): Add fadr.elc.
8477 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
8478 differing behavior of \n and ^ in strings. (Bug#3385)
8480 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8482 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8484 (lisp-indent-function): Make it a defcustom.
8486 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
8488 * progmodes/gdb-ui.el: Replace with ...
8489 * progmodes/gdb-mi.el: ... this file.
8490 * progmodes/gud.el: Modify for gdb-mi.el.
8492 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
8494 * fadr.el: New file.
8496 See ChangeLog.14 for earlier changes.
8502 Copyright (C) 2009 Free Software Foundation, Inc.
8504 This file is part of GNU Emacs.
8506 GNU Emacs is free software: you can redistribute it and/or modify
8507 it under the terms of the GNU General Public License as published by
8508 the Free Software Foundation, either version 3 of the License, or
8509 (at your option) any later version.
8511 GNU Emacs is distributed in the hope that it will be useful,
8512 but WITHOUT ANY WARRANTY; without even the implied warranty of
8513 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8514 GNU General Public License for more details.
8516 You should have received a copy of the GNU General Public License
8517 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8519 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1