1 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3 Add --author support to git commit.
4 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
5 (vc-git-log-edit-mode): New minor mode.
6 (log-edit-mode, log-edit-extra-flags, log-edit-mode): New
9 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11 * vc-hooks.el, vc-git.el: Improve documentation comments.
13 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15 Fix some of the problems in defsubst* (bug#5728).
16 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
17 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
19 2010-04-07 Sam Steingold <sds@gnu.org>
21 * progmodes/compile.el (compilation-save-buffers-predicate):
23 (compile, recompile): Pass it to `save-some-buffers'.
25 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
27 * wid-edit.el (widget-choose): Move cursor to the second line of
28 the buffer (Bug#5695).
30 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
32 Add new VC methods: vc-log-incoming and vc-log-outgoing.
33 * vc.el (vc-print-log-setup-buttons): New function split out from
34 vc-print-log-internal.
35 (vc-log-internal-common): New function, a parametrized version of
36 vc-print-log-internal.
37 (vc-print-log-internal): Just call vc-log-internal-common with the
39 (vc-incoming-outgoing-internal):
40 (vc-log-incoming, vc-log-outgoing): New functions.
41 (vc-log-view-type): New permanent local variable.
43 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
45 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
46 of the dynamic bound vc-short-log.
47 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
49 * vc-git.el (vc-git-log-outgoing): New function.
50 (vc-git-log-view-mode): Use vc-log-view-type instead
51 of the dynamic bound vc-short-log.
53 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
54 of the dynamic bound vc-short-log. Highlight the tag.
55 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
56 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
57 (vc-hg-incoming-mode): Remove.
58 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
60 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
62 Fix default-directory for vc-root-diff.
63 * vc.el (vc-root-diff): Bind default-directory to the root
64 directory for the diff command.
66 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
68 * progmodes/verilog-mode.el (verilog-forward-sexp):
69 (verilog-calc-1): Support "disable fork" and "fork wait" multi
70 word keywords, suggested by Steve Pearlmutter.
71 (verilog-pretty-declarations): Support lineup of declarations in
73 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
74 fix bug for /* / comments
75 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
76 Speed up and simplfy as this is never called with a bound.
77 (verilog-pretty-declarations): Enhance to line up declarations
78 inside a parameter list, suggested by Alan Morgan.
79 (verilog-pretty-expr): Tune assignment regular expression match
80 string for corner cases; also use markers instead of character
81 number as indent changes the later.
83 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
85 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown as missing
87 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
88 causing truncation of AUTOWIRE signals. Reported by Bruce
90 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
91 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
94 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
95 1800-2009 keywords, including "global.".
97 2010-04-06 John Wiegley <jwiegley@gmail.com>
99 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
100 appearing in buffer list (if a live buffer name matched a recentf
101 file basename). Should use uniquify to offer a real solution.
103 2010-04-06 John Wiegley <jwiegley@gmail.com>
105 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
106 comment to code, and add a :version tag.
107 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
109 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
111 Enable recentf-mode if using virtual buffers.
112 * ido.el (recentf-list): Declare for byte-compiler.
113 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
114 (ido-make-buffer-list): Simplify.
115 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
117 2010-04-05 Juri Linkov <juri@jurta.org>
119 Scrolling commands which scroll a line instead of full screen.
120 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
122 * simple.el (scroll-up-line, scroll-down-line): New commands.
123 Put property isearch-scroll=t on them.
125 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
128 2010-04-05 Juri Linkov <juri@jurta.org>
130 Scrolling commands which do not signal errors at top/bottom.
131 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
133 * simple.el (scroll-up-command, scroll-down-command): New commands.
134 Put property isearch-scroll=t on them.
136 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
137 `scroll-down-command' and [next] from `scroll-up' to
140 * emulation/cua-base.el: Put property CUA=move on
141 `scroll-up-command' and `scroll-down-command'.
142 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
143 and `scroll-down-command' to `cua-scroll-down'.
145 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
147 * help.el (describe-mode): Return nil.
149 2010-04-04 John Wiegley <jwiegley@gmail.com>
151 * ido.el (ido-use-virtual-buffers): New variable to indicate
152 whether "virtual buffer" support is enabled for IDO.
153 (ido-virtual): Face used to indicate virtual buffers in the list.
154 (ido-buffer-internal): If a buffer is chosen, and no such buffer
155 exists, but a virtual buffer of that name does (which would be why
156 it was in the list), recreate the buffer by reopening the file.
157 (ido-make-buffer-list): If virtual buffers are being used, call
158 `ido-add-virtual-buffers-to-list' before the make list hook.
159 (ido-virtual-buffers): New variable which contains a copy of the
160 current contents of the `recentf-list', albeit pared down for the
161 sake of speed, and with proper faces applied.
162 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
163 create a list of "virtual buffers" to present to the user in
164 addition to the currently open set. Note that this logic could
165 get rather slow if that list is too large. With the default
166 `recentf-max-saved-items' of 200, there is little speed penalty.
168 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
170 * font-lock.el: Require CL when compiling.
171 (font-lock-turn-on-thing-lock): Use `case'.
173 2010-04-03 Eli Zaretskii <eliz@gnu.org>
175 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
178 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
180 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
181 (semantic-create-imenu-directory-index): Fix typos in docstrings.
182 (semantic-imenu-goto-function): Reflow docstring.
184 2010-04-02 Juri Linkov <juri@jurta.org>
186 * ehelp.el (electric-help-orig-major-mode):
187 New buffer-local variable.
188 (electric-help-mode): Set it to original major-mode. Doc fix.
189 (with-electric-help): Use `electric-help-orig-major-mode' instead
190 of (default-value 'major-mode). Doc fix.
191 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
193 2010-04-02 Sam Steingold <sds@gnu.org>
195 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
196 `vc-hg-command' with a list of flags.
198 * progmodes/bug-reference.el (bug-reference-bug-regexp):
199 Also accept "patch" and "RFE".
200 (bug-reference-fontify): `bug-reference-url-format' can also be a
201 function to be able to handle the bug kind.
202 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
204 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
206 * tmm.el (tmm-get-keymap): Check with symbolp before passing
207 value to fboundp, it may not be a symbol.
209 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
211 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
213 2010-03-31 Juri Linkov <juri@jurta.org>
215 * simple.el (next-line, previous-line): Re-throw a signal
216 with `signal' instead of using `ding'.
217 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
219 2010-03-31 Juri Linkov <juri@jurta.org>
221 * simple.el (keyboard-escape-quit): Raise deselecting the active
222 region higher than exiting the minibuffer.
223 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
225 2010-03-31 Juri Linkov <juri@jurta.org>
227 * image.el (image-animated-p): Use `image-metadata' instead of
228 `image-extension-data'. Get GIF extenstion data from metadata
229 property `extension-data'.
231 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
233 * simple.el (append-to-buffer): Simplify.
235 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
237 * textmodes/artist.el (artist-mode): Fix typo in docstring.
238 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
240 2010-03-31 Kenichi Handa <handa@m17n.org>
242 * language/sinhala.el (composition-function-table): Fix regexp for
243 the new Unicode specification.
245 * language/indian.el (devanagari-composable-pattern)
246 (tamil-composable-pattern, kannada-composable-pattern)
247 (malayalam-composable-pattern): Adjust for the new Unicode
249 (bengali-composable-pattern, gurmukhi-composable-pattern)
250 (gujarati-composable-pattern, oriya-composable-pattern)
251 (telugu-composable-pattern): New variables to cope with the new
252 Unicode specification. Use them in composition-function-table.
254 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
256 Make tmm-menubar work for the Buffers menu again.
257 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
258 vectors rather than cons cells, as used in menu-bar-update-buffers.
260 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
262 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
263 (js-insert-and-indent): Revert 2009-08-15 change, restoring
264 electric punctuation for "{}();,:" (Bug#5586).
266 * mail/sendmail.el (mail-default-directory): Doc fix.
268 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
270 * mail/sendmail.el (mail-default-directory): Doc fix.
272 2010-03-31 Eli Zaretskii <eliz@gnu.org>
274 * subr.el (version-regexp-alist, version-to-list)
275 (version-list-<, version-list-=, version-list-<=)
276 (version-list-not-zero, version<, version<=, version=): Doc fix.
279 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
281 * vc.el (vc-root-diff): Doc fix.
283 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
285 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
287 * simple.el (append-to-buffer): Fix last change.
289 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
291 * simple.el (append-to-buffer): Ensure that point is preserved if
292 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
295 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
297 * files.el (auto-mode-case-fold): Change default to t.
299 2010-03-30 Juri Linkov <juri@jurta.org>
301 * dired-x.el (dired-omit-mode): Doc fix.
303 2010-03-30 Juri Linkov <juri@jurta.org>
305 * replace.el (occur-accumulate-lines): Move occur-engine related
306 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
307 to be located after `occur-engine'.
309 2010-03-30 Juri Linkov <juri@jurta.org>
311 Make occur handle multi-line matches cleanly with context.
312 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
314 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
315 (occur-engine): Add local variables `ret', `prev-after-lines',
316 `prev-lines'. Use more arguments for `occur-context-lines'.
317 Set first elem of its returned list to `data', and the second elem
318 to `prev-after-lines'. Don't print the separator line.
319 In the end, print remaining context after-lines.
320 (occur-context-lines): Add new arguments `begpt', `endpt',
321 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
322 after-lines of the previous match with before-lines of the
323 current match and not overlap them. Return a list with two
324 values: the output line and the list of context after-lines.
326 2010-03-30 Juri Linkov <juri@jurta.org>
328 * replace.el (occur-accumulate-lines): Fix a bug where the first
329 context line at the beginning of the buffer was missing.
331 2010-03-30 Eli Zaretskii <eliz@gnu.org>
333 * files.el: Make bidi-display-reordering safe variable for boolean
336 2010-03-29 Phil Hagelberg <phil@evri.com>
337 Chong Yidong <cyd@stupidchicken.com>
339 * subr.el: Extend progress reporters to perform "spinning".
340 (progress-reporter-update, progress-reporter-do-update):
341 Handle non-numeric value arguments.
342 (progress-reporter--pulse-characters): New var.
344 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
346 * progmodes/compile.el (compilation-start): Fix regexp detection
347 of initial cd command (Bug#5771).
349 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
351 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
353 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
355 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
356 * lisp/progmodes/gdb-mi.el: Restore.
357 * lisp/progmodes/gdb-ui.el: Remove.
358 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
360 2010-03-25 Glenn Morris <rgm@gnu.org>
362 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
363 all dired buffers, even tramp ones. (Bug#5755)
365 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
367 Add "union tags" in mpc.el.
368 * mpc.el: Remove backward compatibility code.
369 (mpc-browser-tags): Change default.
370 (mpc--find-memoize-union-tags): New var.
371 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
372 (mpc-cmd-find): Handle the case where the playlist does not exist.
374 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
375 (mpc-cmd-add): Use mpc-cmd-flush.
376 (mpc-tagbrowser-tag-name): New fun.
377 (mpc-tagbrowser-buf): Use it.
378 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
380 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
383 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
384 Use replace-regexp-in-string.
385 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
386 (makefile-imake-mode-syntax-table): Move init into defvar.
387 (makefile-mode): Use define-derived-mode.
389 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
390 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
391 not be present any more.
393 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
395 * faces.el (set-face-attribute): Fix typo in docstring.
396 (face-valid-attribute-values): Reflow docstring.
398 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
400 2010-03-24 Glenn Morris <rgm@gnu.org>
402 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
404 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
406 * indent.el (indent-for-tab-command): Doc fix.
408 2010-03-24 Alan Mackenzie <acm@muc.de>
410 * progmodes/cc-engine.el (c-remove-stale-state-cache):
411 Fix off-by-one error. Fixes bug #5747.
413 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
415 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
416 (image-dired-read-comment): Doc fix.
418 * json.el (json-object-type, json-array-type, json-key-type)
419 (json-false, json-null, json-read-number):
420 * minibuffer.el (completion-in-region-functions):
421 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
422 (cal-tex-cursor-week):
423 * emacs-lisp/trace.el (trace-function):
424 * eshell/em-basic.el (eshell/printnl):
425 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
426 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
427 * obsolete/levents.el (allocate-event, event-key, event-object)
428 (event-point, event-process, event-timestamp, event-to-character)
429 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
430 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
431 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
432 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
433 (reftex-highlight-selection): Fix typos in docstrings.
435 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
437 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
439 2010-03-24 Glenn Morris <rgm@gnu.org>
441 * mail/rmail.el (rmail-highlight-face): Restore option deleted
442 2008-02-13 without comment; mark it obsolete.
443 (rmail-highlight-headers): Use rmail-highlight-face once more.
445 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
447 * woman.el (woman2-process-escapes): Only consume the newline if
448 the filler character is on a line by itself (Bug#5729).
450 2010-03-24 Kenichi Handa <handa@m17n.org>
452 * language/indian.el (devanagari-composable-pattern): Add more
455 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
457 * net/trampver.el: Update release number.
459 2010-03-24 Glenn Morris <rgm@gnu.org>
461 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
463 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
465 * net/tramp.el (tramp-find-executable):
466 Use `tramp-get-connection-buffer'. Make the regexp for checking
467 output of "wc -l" more robust.
468 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
469 (tramp-open-connection-setup-interactive-shell): Remove workaround
470 for OpenSolaris bug, it is not needed anymore.
472 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
474 * cedet/semantic/imenu.el: New file, from the CEDET repository
477 2010-03-24 Glenn Morris <rgm@gnu.org>
479 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
481 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
483 * files.el (auto-mode-alist): Accept more verilog file patterns.
485 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
487 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
489 2010-03-24 Glenn Morris <rgm@gnu.org>
491 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
492 log-edit-before-checkin-process.
494 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
496 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
498 * vc-dispatcher.el (vc-start-logentry): Doc fix.
499 (log-view-process-buffer, log-edit-extra-flags): Declare.
501 * log-edit.el (log-edit-before-checkin-process): Doc fix.
503 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
504 Consistently check ede-object is bound throughout.
506 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
508 2010-03-23 Sam Steingold <sds@gnu.org>
510 Fix bug#5620: recalculate all markers on compilation buffer
511 modifications, not on file modifications.
512 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
513 the buffer modification time, for buffers not associated with files.
514 (compilation-mode): Create it.
515 (compilation-filter): Update it.
516 (compilation-next-error-function): Use it instead of
517 `visited-file-modtime' for timestamp.
519 2010-03-23 Juri Linkov <juri@jurta.org>
521 Implement Occur multi-line matches.
522 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
524 * replace.el (occur): Doc fix.
525 (occur-engine): Set `begpt' to the beginning of the first line.
526 Set `endpt' to the end of the last match line. At first, count
527 line numbers between `origpt' and `begpt'. Split out code from
528 `out-line' variable to new let-bindings `match-prefix' and
529 `match-str'. In `out-line' add non-numeric prefix to all
530 non-first lines of multi-line matches. Finally, count lines
531 between `begpt' and `endpt' and add to `lines'.
533 2010-03-23 Juri Linkov <juri@jurta.org>
535 * replace.el (occur-accumulate-lines, occur-engine):
536 Use `occur-engine-line' instead of duplicate code.
537 (occur-engine-line): New function created from duplicate code
538 in `occur-accumulate-lines' and `occur-engine'.
540 * replace.el (occur-engine-line): Add optional arg `keep-props'.
541 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
543 2010-03-23 Juri Linkov <juri@jurta.org>
545 * finder.el: Remove TODO tasks.
547 * info.el (Info-finder-find-node): Add node "all"
548 with all package info. Handle a list of multiple keywords
550 (info-finder): In interactive use with a prefix argument,
551 use `completing-read-multiple' to read a list of keywords
554 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
556 Add a new completion style `substring'.
557 * minibuffer.el (completion-basic--pattern): New function.
558 (completion-basic-try-completion, completion-basic-all-completions):
560 (completion-substring--all-completions)
561 (completion-substring-try-completion)
562 (completion-substring-all-completions): New functions.
563 (completion-styles-alist): New style `substring'.
565 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
567 Get rid of .elc files after removal of the corresponding .el.
568 * Makefile.in (compile-clean): New target.
569 (compile-main): Use it.
571 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
573 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
574 don't do make there. When compiling with separate object dir, there
575 is no Makefile there.
577 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
579 Get rid of the ELCFILES abomination, again.
580 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
581 (all, compile): Don't call compile-last.
582 (compile-main): Build the "elcfiles" list dynamically.
583 (compile-targets): New (internal) target.
585 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
587 * Makefile.in (top_srcdir): Define.
588 (abs_top_builddir): Define.
589 (srcdir): Don't append `/..'.
590 (EMACS): Use ${abs_top_builddir}.
591 (all, compile, compile-always, compile-last): Don't set emacswd.
592 (update-subdirs, update-authors): Use $(top_srcdir) instead of
594 (lisp): Use $(srcdir) instead of @srcdir@.
596 2010-03-21 Juri Linkov <juri@jurta.org>
598 Fix message of multi-line occur regexps and multi-buffer header lines.
599 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
601 * replace.el (occur-1): Don't display regexp if it is longer
602 than window-width. Use `query-replace-descr' to display regexp.
603 (occur-engine): Don't display regexp in the buffer header for
604 multi-buffer occur. Display a separate header line with total
605 match count and regexp for multi-buffer occur.
606 Use `query-replace-descr' to display regexp.
608 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
610 * net/secrets.el: Fix parenthesis.
611 (secrets-enabled): Fix parenthesis.
613 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
615 Use more relative file and directory names.
616 * Makefile.in (EMACS): Arrange for it to work when we chdir.
617 (setwins, setwins_almost, setwins_for_subdirs):
618 Don't `cd'; output relative names.
619 (all, compile, compile-always, compile-last): Set emacswd.
620 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
621 Just cd to the lisp source dir so we can use relative file names.
623 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
625 2010-03-20 Glenn Morris <rgm@gnu.org>
627 * textmodes/rst.el: Use faces for font-lock customization, and make the
628 old -face variables obsolete.
629 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
630 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
631 (rst-block-face, rst-external-face, rst-definition-face)
632 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
633 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
635 (rst-font-lock-keywords-function): Update for above changes.
637 2010-03-20 Juri Linkov <juri@jurta.org>
640 * obsolete/s-region.el: Move to obsolete.
642 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
644 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
646 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
648 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
650 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
652 Add special markup processing for commit logs.
653 * log-edit.el (log-edit-extra-flags): New variable.
654 (log-edit): Add new argument MODE. Use that mode when non-nil
655 instead of the log-view-mode.
656 (log-view-process-buffer): New function.
658 * vc.el: Document that the checkin method takes optional
659 arguments. Document new backend specific method: log-view-mode.
660 (vc-default-log-edit-mode): New function.
661 (vc-checkin): Use a backend specific log-view-mode.
662 Pass extra arguments to the checkin method.
663 (vc-modify-change-comment): Pass a dummy extra argument.
665 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
667 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
668 (vc-finish-logentry): Process the log buffer before passing it
669 down. Pass log-edit-extra-flags.
671 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
673 (log-edit-extra-flags, log-edit-before-checkin-process):
676 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
678 (log-edit-extra-flags, log-edit-before-checkin-process):
680 (vc-hg-log-edit-mode): New derived mode.
682 * vc-arch.el (vc-arch-checkin):
683 * vc-cvs.el (vc-cvs-checkin):
684 * vc-git.el (vc-git-checkin):
685 * vc-mtn.el (vc-mtn-checkin):
686 * vc-rcs.el (vc-rcs-checkin):
687 * vc-sccs.el (vc-sccs-checkin):
688 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
690 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
692 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
695 2010-03-19 Glenn Morris <rgm@gnu.org>
697 * password-cache.el (password-cache, password-cache-expiry): Autoload.
699 2010-03-18 Glenn Morris <rgm@gnu.org>
701 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
703 * replace.el (query-replace-history): Give it a doc string.
704 (map-query-replace-regexp): Use query-replace-from-history-variable
705 and query-replace-to-history-variable.
707 * mail/hashcash.el (declare-function): Remove duplicate definition.
709 * mail/emacsbug.el (report-emacs-bug-pretest-address):
710 Make it an obsolete alias for report-emacs-bug-address.
711 (message-strip-special-text-properties): Declare.
712 (report-emacs-bug): Remove test for a pretest bug address.
713 Combine message-mode-specific code.
715 * mail/supercite.el: Don't require sendmail.
716 (mh-in-header-p): Declare rather than using with-no-warnings.
717 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
718 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
720 * calendar/cal-french.el: Convert to utf-8.
722 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
725 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
727 * net/secrets.el (secrets-enabled): New variable. Use it instead
730 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
732 * net/secrets.el (top): Register the D-Bus signals only when the
733 service "org.freedesktop.secrets" can be pinged.
734 Provide subfeature `enabled'.
736 2010-03-14 Juri Linkov <juri@jurta.org>
738 Add finder unknown keywords.
740 * finder.el (finder-unknown-keywords): New function.
742 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
743 to create a Finder node with unknown keywords.
745 2010-03-14 Juri Linkov <juri@jurta.org>
747 * finder.el (finder-compile-keywords): Replace `princ' with
748 `prin1' on a list of symbols interned from keyword strings.
750 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
751 a comma, then split keywords using a comma and optional whitespace.
752 Otherwise, split by whitespace.
760 * progmodes/mixal-mode.el: Fix keywords.
762 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
764 * Makefile.in (ELCFILES): Add net/secrets.elc.
766 * net/secrets.el: New file.
768 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
770 * facemenu.el (list-colors-display, list-colors-print): New arg
771 callback. Use it to allow selecting colors.
773 * wid-edit.el (widget-image-insert): Insert image prop even if the
774 current display is non-graphic.
775 (widget-field-value-set): New fun.
776 (editable-field): Use it.
777 (widget-field-value-get): Clean up unused var.
778 (widget-color-value-create, widget-color--choose-action):
779 New funs. Allow using list-colors-display to choose color.
781 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
783 * cus-edit.el: Resort topmost custom groups.
784 (custom-buffer-sort-alphabetically): Default to t.
785 (customize-apropos): Use apropos-parse-pattern.
786 (custom-search-field): New var.
787 (custom-buffer-create-internal): Add custom-apropos search field.
788 (custom-add-parent-links): Don't display parent doc.
789 (custom-group-value-create): Don't sort top-level custom group.
790 (custom-magic-value-create): Show visibility button before option name.
792 (custom-variable-state): New fun, from custom-variable-state-set.
793 (custom-variable-state-set): Use it.
794 (custom-group-value-create): Hide options with standard values
795 using the :hidden-states property. Use progress reporter.
797 (custom-show): Simplify.
798 (custom-visibility): Disable images by default.
799 (custom-variable): New property :hidden-states.
800 (custom-variable-value-create): Enable images for
801 custom-visibility widgets. Use :hidden-states property to
802 determine initial visibility.
804 * wid-edit.el (widget-image-find): Give images center ascent.
805 (visibility): Add :on-image and :off-image properties.
806 (widget-visibility-value-create): Use them.
808 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
810 * cus-edit.el (processes): Remove from development group.
811 (oop, hypermedia): Delete group.
812 (comm): Promote to top-level group.
814 * net/browse-url.el (browse-url):
815 * net/xesam.el (xesam):
816 * net/tramp.el (tramp):
817 * net/goto-addr.el (goto-address):
818 * net/ange-ftp.el (ange-ftp): Put in comm group.
820 * view.el (view): Remove from editing group.
822 * uniquify.el (uniquify): Put in files group.
824 * net/browse-url.el (browse-url):
825 * ps-print.el (postscript): Put in external group.
827 * cus-edit.el (outlines):
828 * textmodes/text-mode.el (text-mode-hook):
829 * textmodes/table.el (table):
830 * textmodes/picture.el (picture):
831 * outline.el (outlines): Put in wp group.
833 * nxml/nxml-mode.el (nxml): Remove from wp group.
835 * net/tramp-imap.el (tramp-imap): Put in tramp group.
837 * mail/metamail.el (metamail): Remove from hypermedia group.
839 * cus-edit.el (abbrev):
840 * whitespace.el (whitespace):
841 * vcursor.el (vcursor):
842 * reveal.el (reveal):
843 * hl-line.el (hl-line): Put in convenience group.
845 * epg-config.el (epg): Put in data group.
847 * emulation/pc-select.el (pc-select): Put in emulations group.
849 * calculator.el (calculator): Put in applications group.
851 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
853 Add .dir-locals.el support for file-less buffers.
854 * files.el (hack-local-variables): Split out code to apply local
855 variable settings ...
856 (hack-local-variables-apply): ... here. New function.
857 (hack-dir-local-variables): Use the default directory for when the
858 buffer does not have an associated file.
859 (hack-dir-local-variables-non-file-buffer): New function.
860 * diff-mode.el (diff-mode):
861 * vc-annotate.el (vc-annotate-mode):
862 * vc-dir.el (vc-dir-mode):
863 * log-edit.el (log-edit-mode):
864 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
866 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
868 Add support for shelving snapshots and for showing shelves.
869 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
870 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
872 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
873 (vc-bzr-extra-menu-map): Map them.
875 2010-03-11 Glenn Morris <rgm@gnu.org>
877 * cus-edit.el (customize-changed-options-previous-release):
880 * image.el (image-animate-max-time): Fix :version tag.
882 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
886 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
888 * vc-git.el (vc-git-revision-table): Include remote branches.
890 2010-03-10 Kim F. Storm <storm@cua.dk>
893 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
895 * image.el (image-animate-max-time): New defcustom.
896 (image-animated-types): New defconst.
897 (create-animated-image, image-animate-timer)
898 (image-animate-start, image-animate-stop, image-animate-timeout)
899 (image-animated-p): New functions.
901 * image-mode.el (image-toggle-display-image):
902 Replace `create-image' with `create-animated-image'.
904 2010-03-09 Miles Bader <Miles Bader <miles@gnu.org>>
906 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
907 instead of "format:"; this ensures that the output is
910 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
912 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
913 that all errors are caught, and that the return value is always a
916 2010-03-08 Kenichi Handa <handa@m17n.org>
918 * language/misc-lang.el (windows-1256): New coding system.
919 (cp1256): New alias of windows-1256 (bug#5690).
921 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
923 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
924 call to rfc822-bad-address. (Bug#5692)
926 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
928 * vc-git.el (vc-git-annotate-extract-revision-at-line):
929 Use vc-git-root as default directory for revision path (Bug#5657).
931 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
933 * calculator.el (calculator): Don't bind split-window-keep-point
936 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
938 * vc-git.el: Re-flow to fit into 80 columns.
939 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
940 Remove spurious `quote' element in each case alternative.
941 (vc-git-show-log-entry): Use prog1.
942 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
944 2010-03-06 Glenn Morris <rgm@gnu.org>
946 * cedet/semantic/grammar.el (semantic-grammar-header-template):
947 Update template copyright to GPLv3+.
949 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
951 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
953 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
955 * macros.el (insert-kbd-macro): Look up keyboard macro using the
956 definition, not the name (Bug#5481).
958 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
960 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
961 argument with a local variable. (Bug#5670)
963 2010-03-02 Juri Linkov <juri@jurta.org>
965 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
967 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
969 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
970 error when FILENAME and NEWNAME are existing remote directories.
972 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
975 2010-03-02 Glenn Morris <rgm@gnu.org>
977 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
978 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
980 2010-03-01 Alan Mackenzie <acm@muc.de>
982 * progmodes/cc-engine.el (c-remove-stale-state-cache):
983 Correct previous patch.
985 2010-03-01 Kenichi Handa <handa@m17n.org>
987 * language/burmese.el (burmese-composable-pattern): Rename from
988 myanmar-composable-pattern.
990 * international/characters.el (script-list):
991 * international/fontset.el (script-representative-chars):
992 Change myanmar to burmese.
993 (otf-script-alist): Likewise.
994 (setup-default-fontset): Likewise. Re-fix :otf spec.
996 2010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
998 * cc-engine.el (c-remove-stale-state-cache): Take account of when
999 `good-pos' is in the same macro as `here'. Fixes bug#5649.
1001 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1003 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
1005 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
1007 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
1009 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1011 * net/tramp.el (tramp-handle-write-region): START can be a string.
1012 Take care in the checks. Reported by Dan Davison
1013 <davison@stats.ox.ac.uk>.
1015 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
1017 * net/dbus.el (dbus-introspect, dbus-get-property)
1018 (dbus-set-property, dbus-get-all-properties):
1019 Use `dbus-call-method' when noninteractive. (Bug#5645)
1021 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1023 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
1024 * emacs-lisp/elint.el (elint-add-required-env):
1025 * cedet/semantic/db-find.el
1026 (semanticdb-find-translate-path-brutish-default):
1027 * cedet/ede/make.el (ede-make-check-version):
1028 * calendar/icalendar.el (icalendar--add-diary-entry):
1029 * calc/calcalg2.el (math-tracing-integral):
1030 * files.el (recover-session-finish): Use with-current-buffer
1031 instead of save-excursion.
1033 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
1035 Fix in-buffer completion when after-change-functions modify the buffer.
1036 * minibuffer.el (completion--replace): New function.
1037 (completion--do-completion): Use it and use relative movement.
1039 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
1041 * international/fontset.el (setup-default-fontset): Fix :otf spec.
1043 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
1045 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
1046 Allow the characters _<> in the stack entry (Bug#5653).
1048 2010-02-26 Kenichi Handa <handa@m17n.org>
1050 * language/burmese.el: Fix entries in composition-function-table.
1051 (myanmar-composable-pattern): New variable.
1053 * international/fontset.el (setup-default-fontset): Add an entry
1056 * international/characters.el (script-list): Add Myanmar
1059 2010-02-26 Glenn Morris <rgm@gnu.org>
1061 * custom.el (custom-initialize-delay): Doc fix.
1063 * mail/sendmail.el (send-mail-function): Autoload the call
1064 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
1066 2010-02-25 Alan Mackenzie <acm@muc.de>
1068 * progmodes/cc-engine.el (c-clear-<-pair-props)
1069 (c-clear->-pair-props): Correct to wipe category text props, not
1072 * progmodes/cc-mode.el (c-after-change): Remove any hard
1073 syntax-table properties for <, > which, e.g., C-y has
1074 inopportunely converted from category properties.
1076 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
1078 * files.el (hack-local-variables-filter): For eval forms, also
1079 check safe-local-variable-p (Bug#5636).
1081 2010-02-24 Eduard Wiebe <usenet@pusto.de>
1083 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
1084 and use c(ad)r of cddr (Bug#5640).
1086 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
1088 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
1089 setting the modes by `ignore-errors'. It might fail, for example
1090 if the file is not owned by the user but the group.
1091 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
1093 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
1095 * files.el (directory-listing-before-filename-regexp): Use
1096 stricter matching for iso-style dates, to avoid false matches with
1097 date-like filenames (Bug#5597).
1099 * htmlfontify.el (htmlfontify): Doc fix.
1101 * eshell/eshell.el (eshell): Doc fix.
1103 * startup.el (fancy-about-screen): In mode-line, apply
1104 mode-line-buffer-id face only to the buffer name (Bug#5613).
1106 2010-02-20 Kevin Ryde <user42@zip.com.au>
1108 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1109 In `watcom' anchor regexp to start of line, to avoid slowness
1112 2010-02-20 Eli Zaretskii <eliz@gnu.org>
1114 * subr.el (remove-yank-excluded-properties): Explain in a comment
1115 why `category' property is removed.
1117 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
1119 * isearch.el (isearch-update-post-hook, isearch-update): Revert
1122 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
1124 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
1125 (icalendar--convert-weekly-to-ical)
1126 (icalendar--convert-yearly-to-ical)
1127 (icalendar--convert-block-to-ical)
1128 (icalendar--convert-cyclic-to-ical)
1129 (icalendar--convert-anniversary-to-ical): Take care of time
1130 specifications where hour has 1-digit only (Bug#5549).
1132 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
1134 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
1135 of disassemble output in GDB 7.1.
1137 2010-02-19 Glenn Morris <rgm@gnu.org>
1139 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
1140 property. (Bug#5593)
1142 2010-02-18 Sam Steingold <sds@gnu.org>
1144 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1146 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1148 Use abbreviated file names in bookmarks (bug#5591).
1149 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
1150 calls to expand-file-name.
1151 (bookmark-relocate): Use abbreviated file names in bookmarks.
1152 (bookmark-load): Use abbreviated file names in messages.
1154 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1156 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
1157 expand "." and "..". Reported by Thierry Volpiatto
1158 <thierry.volpiatto@gmail.com>.
1160 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
1162 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
1163 permissions of the temporary file to "0600". In case the remote
1164 file has no read permissions for the owner, there might be
1165 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
1167 22010-02-18 Glenn Morris <rgm@gnu.org>
1169 * emacs-lisp/authors.el (authors-renamed-files-alist):
1170 Add entries for INSTALL.CVS.
1172 2010-02-17 Mark A. Hershberger <mah@everybody.org>
1174 * vc-bzr.el: Fix typo in Known Bugs section.
1176 * isearch.el (isearch-update-post-hook): New hook.
1177 (isearch-update): Use the new hook.
1179 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
1181 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1182 Fix errors in copying directories.
1183 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
1184 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
1185 (tramp-handle-delete-file)
1186 (tramp-handle-dired-recursive-delete-directory)
1187 (tramp-handle-write-region): Flush also the cache for the upper
1190 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
1192 * simple.el (save-interprogram-paste-before-kill): Doc fix.
1194 * cus-edit.el (hardware): Doc fix.
1196 * man.el (man): Add to external custom group.
1198 * delim-col.el (columns): Move to wp custom group.
1200 * doc-view.el (doc-view): Add to data custom group.
1202 * cedet/data-debug.el (data-debug): Move to extensions group.
1204 * cedet/ede.el (ede):
1205 * cedet/srecode.el (srecode):
1206 * cedet/semantic.el (semantic): Put in tools and extensions group.
1208 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
1210 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
1211 by ispell-parse-output (Bug#5575).
1213 2010-02-16 Kenichi Handa <handa@m17n.org>
1215 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1216 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1217 (skkdic-convert): Use `euc-japan' coding system for writing.
1219 2010-02-16 Glenn Morris <rgm@gnu.org>
1221 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1222 tex-main-file before using it. (Bug#5562)
1224 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1226 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1227 warnings, since it is annoying for the user to see them each time he
1230 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
1232 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1233 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1234 instead of PROC for caching "first-password-request". Otherwise,
1235 new processes would not profit from passwords already entered.
1237 * net/tramp-cache.el (tramp-dump-connection-properties):
1238 Don't save "first-password-request" property.
1240 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
1242 * outline.el (outline-head-from-level):
1243 * simple.el (with-wrapper-hook):
1244 * cedet/ede.el (ede-run-target, project-delete-target)
1245 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1246 (ede-adebug-project, ede-adebug-project-parent)
1247 (ede-adebug-project-root):
1248 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1249 (elint-defun, elint-buffer-env, elint-top-form-logged)
1250 (elint-unbound-variable):
1251 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1252 Fix typos in docstrings.
1254 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
1256 * files.el (insert-directory): When WILDCARD-REGEXP and
1257 FULL-DIRECTORY-P are nil, insert the file entry instead of the
1258 whole directory. (Bug#5551)
1260 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
1261 dired's alignment sanity. (Bug#5516)
1263 2010-02-14 Juri Linkov <juri@jurta.org>
1265 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1266 Remove remaining ^H with their preceding chars. (Bug#5566)
1268 2010-02-13 Glenn Morris <rgm@gnu.org>
1270 * simple.el (transpose-subr): Give it a doc-string.
1272 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1275 2010-02-12 Juri Linkov <juri@jurta.org>
1277 * arc-mode.el (archive-unique-fname): Make directories for nested
1278 archives. (Bug#5540)
1280 2010-02-12 Juri Linkov <juri@jurta.org>
1282 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
1284 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
1286 * subr.el (copy-overlay): Handle deleted overlays.
1288 * man.el (Man-completion-table): Don't signal an error if we can't run
1289 manual-program (bug#4056).
1291 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
1293 * textmodes/artist.el (artist-mt): Fix typos in docstring.
1295 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1297 * info.el (Info-bookmark-jump): Simplify.
1299 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1300 (bookmark-default-handler): Accept new bookmark field `buffer'.
1302 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
1304 * iswitchb.el (iswitchb-completions): Revert last change.
1306 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
1308 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1309 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1310 This prevents file names like "~/" being listed literally.
1312 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1314 * term/xterm.el (xterm-maybe-set-dark-background-mode):
1315 Remove dead code. (Bug#5546)
1317 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
1319 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1320 correctly (Bug#5548).
1322 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
1324 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1325 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1327 2010-02-08 Kenichi Handa <handa@m17n.org>
1329 * international/mule-util.el (with-coding-priority): Add autoload
1330 cookie for putting `lisp-indent-function'.
1332 2010-02-07 Glenn Morris <rgm@gnu.org>
1334 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1335 Move F2003 named interfaces from keywords-2 to keywords-1, and
1336 use function-name-face rather than constant-face.
1337 Simplify "abstract interface" regexp.
1339 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
1341 * eshell/esh-util.el (eshell-file-attributes): New optional arg
1342 ID-FORMAT. Pass it to `file-attributes'.
1344 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1346 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
1348 * faces.el (set-face-attribute): Allow calling
1349 internal-set-lisp-face-attribute with 'unspecified family and
1350 foundry argument (Bug#5536).
1352 2010-02-07 Glenn Morris <rgm@gnu.org>
1354 * progmodes/f90.el (f90-font-lock-keywords-2)
1355 (f90-looking-at-type-like, f90-looking-at-program-block-end):
1356 Handle F2003 named interfaces.
1358 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
1360 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1361 beg and end before calling c-get-state-before-change-functions.
1363 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
1365 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1367 2010-02-05 Juri Linkov <juri@jurta.org>
1369 * doc-view.el (doc-view-mode):
1370 * image-mode.el (image-mode): Put property mode-class=special.
1373 2010-02-05 Mark A. Hershberger <mah@everybody.org>
1375 * vc-svn.el (vc-svn-revision-table): New function.
1377 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
1379 * net/ange-ftp.el (ange-ftp-insert-directory):
1380 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1381 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1382 Handle also directories. (Bug#5478)
1384 2010-02-05 Glenn Morris <rgm@gnu.org>
1386 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1388 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
1390 * startup.el (command-line-1): Convert options beginning with a
1391 single dash as well (Bug#5519).
1393 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1395 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1396 * minibuffer.el (completion-initials-expand): Only check the presence
1397 of delims *within* the boundaries, since otherwise the / delim is
1398 always found for files.
1400 Fix up various corner case problems.
1401 * doc-view.el (doc-view-last-page-number): New function.
1402 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1403 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1404 (doc-view-kill-proc): Avoid inf-loop in freak cases.
1405 (doc-view-reconvert-doc): Use the new recursive delete-directory.
1406 (doc-view-convert-current-doc): Don't create the resolution.el file
1408 (doc-view-pdf/ps->png): Do it here instead.
1409 (doc-view-already-converted-p): Check that resolution.el is present.
1410 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1411 windows that are not yet showing images.
1413 2010-02-04 Alan Mackenzie <acm@muc.de>
1415 Change strategy for marking < and > as template delimiters: mark
1416 them strictly in matching pairs.
1418 * cc-mode.el (c-before-change):
1419 Use c-get-state-before-change-functions.
1420 (c-common-init): Adapt to use
1421 c-get-state-before-change-functions (note plural).
1423 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
1424 for searching syntactically for matching <s and >s.
1425 (c-get-state-before-change-functions): New language variable (note
1426 the plural) which supersedes c-get-state-before-change-function.
1428 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
1429 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
1430 (c-clear->-pair-props-if-match-before)
1431 (c-before-change-check-<>-operators): New functions.
1432 (c-after-change-check-<>-operators): Use macro
1433 c-unmark-<->-as-paren.
1435 * cc-defs.el (c-search-backward-char-property): New macro.
1437 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
1438 and > any more. (These will be handled by font locking.)
1440 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
1442 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1443 `dired-uncache' for every elemnt which is an absolute file name.
1445 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1446 directory, handle its directory component.
1447 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1448 function is called permanently and creates noise, otherwise.
1450 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1451 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1452 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
1454 2010-02-04 David Burger <dburger@google.com> (tiny change)
1456 * macros.el (apply-macro-to-region-lines):
1457 Minor simplification. (Bug#5485)
1459 2010-02-04 Glenn Morris <rgm@gnu.org>
1461 * mail/rmail.el (rmail-show-message-1): Handle malformed
1462 quoted-printable text. (Bug#5441)
1464 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1466 * simple.el (visual-line-mode): Capitalize lighter.
1468 2010-02-03 John Wiegley <jwiegley@gmail.com>
1470 * iswitchb.el (iswitchb-completions): Add bookmark files to the
1471 list of files considered for "virtual buffer" completions.
1473 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
1475 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1476 also in case of (and (not full) (not wildcard)). This is needed,
1477 when dired is called with a list of files, which are not in
1478 `default-directory'. (Bug#5478)
1480 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1482 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1484 2010-02-02 Juri Linkov <juri@jurta.org>
1486 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1487 from unidiff to allow function-line after @@.
1489 2010-02-02 Juri Linkov <juri@jurta.org>
1491 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1492 '(RCS SCCS) with inverted condition.
1494 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
1496 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1499 2010-02-01 Juri Linkov <juri@jurta.org>
1501 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1502 compare with "pkunzip" and "pkzip" instead of only "pkzip".
1503 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1504 only when (car archive-zip-extract) is "unzip". (Bug#5475)
1506 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1508 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1509 (doc-view-revert-buffer): New command.
1510 (doc-view-mode-map): Use it.
1512 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
1514 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1515 pending merge is detected.
1517 2010-01-31 Juri Linkov <juri@jurta.org>
1519 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1520 beginning of interactive spec like all other grep commands do.
1521 Put "all" in front of "gz". (Bug#5260)
1523 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1525 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1527 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
1529 * dirtrack.el (dirtrack): Warn instead of signalling error if the
1530 regexp is incorrect (Bug#5476).
1532 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
1534 * net/tramp.el (tramp-handle-insert-directory): Handle also
1535 symlinks, when FILENAME is not in `default-directory'.
1537 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1539 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1540 FILE is not in `default-directory'. (Bug#5478)
1542 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1543 of SWITCHES. Handle the case, FILENAME is not in
1544 `default-directory'. (Bug#5478)
1545 (tramp-register-file-name-handlers): Add safe-magic property.
1547 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
1549 * arc-mode.el (archive-zip-extract): Quote the argument passed to
1552 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
1554 * progmodes/flymake.el (flymake-allowed-file-name-masks)
1555 (flymake-master-make-header-init): Add other C++ filename masks.
1556 (flymake-find-possible-master-files)
1557 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1559 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
1561 Fix some busybox annoyances.
1563 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1564 not responding." string.
1565 (tramp-open-connection-setup-interactive-shell): Dump stty
1566 settings. Enable "neveropen" arg for all `tramp-send-command'
1567 calls. Handle "=" in variable values properly.
1568 (tramp-find-inline-encoding): Raise an error, when no encoding is
1570 (tramp-wait-for-output): Check, whether PROC buffer is available.
1571 Remove spurious " ^H" sequences, sent by busybox.
1572 (tramp-get-ls-command): Suppress coloring, if possible.
1574 2010-01-28 Glenn Morris <rgm@gnu.org>
1576 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
1578 * log-edit.el (log-edit-strip-single-file-name): Add missing
1579 :safe, :group, and :version tags.
1581 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
1583 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1586 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
1588 * files.el (delete-directory): Handle moving to trash without
1589 first doing recursion (Bug#5436).
1591 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
1593 * vc-hooks.el (vc-path): Mark as obsolete.
1595 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
1597 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1600 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1602 (vc-bzr-log-view-mode): Adjust regexp for the above change.
1604 2010-01-25 Mark A. Hershberger <mah@everybody.org>
1606 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1608 * vc-bzr.el (vc-bzr-revision-table): New function.
1610 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1612 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1613 diff-index command. This requires at least git-1.5.5. (Bug#1589).
1615 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1617 Remove support for adding --signoff on commit.
1618 Future support will use an incompatible generic mechanism.
1619 * vc-git.el (vc-git-add-signoff): Remove variable.
1620 (vc-git-toggle-signoff): Remove function.
1621 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1623 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1624 from xterm-set-background-mode. Return t if the background mode
1626 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1627 earlier, call it again in case the background mode has changed.
1629 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
1631 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1634 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
1636 * emacs-lisp/assoc.el (aelement): Doc fix.
1637 (aput, adelete, amake): Use lexical-let (Bug#5450).
1639 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
1641 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1642 is the same as subprogram call, not declaration. (Bug#5435).
1644 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
1646 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1647 (tramp-smb-maybe-open-connection): Use it.
1649 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
1651 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
1653 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1655 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1656 just because we see "encoding: 8bit".
1657 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1659 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
1661 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1663 2010-01-22 Eli Zaretskii <eliz@gnu.org>
1665 * jka-compr.el (jka-compr-load): If load-file is not in
1666 load-history, try its file-truename version. (bug#5447)
1668 2010-01-21 Alan Mackenzie <acm@muc.de>
1670 Fix a situation where deletion of a cpp construct throws an error.
1671 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1672 invoking c-with-all-but-one-cpps-commented-out, check that the
1673 special cpp construct is still in the buffer.
1674 (c-parse-state): Record the special cpp with markers, not numbers.
1676 2010-01-21 Kenichi Handa <handa@m17n.org>
1678 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1679 process last-command-event, as it is now decoded first (Bug#5380).
1681 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
1683 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1685 2010-01-20 Glenn Morris <rgm@gnu.org>
1687 * indent.el (tab-always-indent): Fix custom-type.
1689 2010-01-19 Alan Mackenzie <acm@muc.de>
1691 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1692 buffer throws "args out of range".
1693 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1694 playing the role of delimiter.
1696 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
1698 * progmodes/ada-mode.el: Fix bug#5400.
1699 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1700 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1701 changed. Delete RECURSIVE parameter; never used. Improve doc string.
1702 Improve comments in "is" portion. Handle null procedure declaration.
1703 (ada-move-to-end): Improve doc string.
1705 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
1707 * ido.el (ido-cur-list): Initialize to nil.
1708 Remove obsolete information from commentary.
1709 (ido-choice-list): Initialize to nil.
1710 (ido-get-bufname): Reject minibuffers.
1711 (ido-make-buffer-list): If "default" is a nonexistent
1712 buffer, ignore it, as per the function's comment.
1713 (ido-kill-buffer-internal): New function.
1714 (ido-kill-buffer-at-head): Use it.
1715 (ido-visit-buffer): Likewise.
1717 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
1719 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1721 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1723 * cedet/ede/locate.el (ede-locate-file-in-project)
1724 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1725 (ede-enable-locate-on-project): Fix typos in error messages.
1727 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1728 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1729 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1730 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1731 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1732 Fix typos in menu help.
1734 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1735 Fix typos in chart titles.
1737 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1738 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1739 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1740 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1741 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1742 (semantic-parse-stream, semantic-parse-region)
1743 (semantic-parse-region-default, semantic--set-buffer-cache)
1744 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1745 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1746 (semantic-default-submodes):
1747 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1748 (semanticdb-create-ebrowse-database)
1749 (semanticdb-find-tags-for-completion-method)
1750 (semanticdb-find-tags-by-class-method)
1751 (semanticdb-deep-find-tags-by-name-method)
1752 (semanticdb-deep-find-tags-for-completion-method):
1753 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1754 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1755 (semanticdb-find-tags-for-completion-method)
1756 (semanticdb-find-tags-by-class-method)
1757 (semanticdb-deep-find-tags-for-completion-method):
1758 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1759 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1760 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1761 (semanticdb-find-tags-by-name-method)
1762 (semanticdb-find-tags-by-name-regexp-method)
1763 (semanticdb-find-tags-for-completion-method)
1764 (semanticdb-find-tags-by-class-method)
1765 (semanticdb-find-tags-external-children-of-type-method)
1766 (semanticdb-find-tags-subclasses-of-type-method)
1767 (semanticdb-deep-find-tags-by-name-method)
1768 (semanticdb-deep-find-tags-by-name-regexp-method)
1769 (semanticdb-deep-find-tags-for-completion-method):
1770 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1771 (semanticdb-enable-gnu-global-in-buffer)
1772 (semanticdb-find-tags-for-completion-method)
1773 (semanticdb-deep-find-tags-by-name-method)
1774 (semanticdb-deep-find-tags-for-completion-method):
1775 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1776 (javascript-mode, semanticdb-find-translate-path)
1777 (semanticdb-find-tags-for-completion-method)
1778 (semanticdb-find-tags-by-class-method)
1779 (semanticdb-deep-find-tags-by-name-method)
1780 (semanticdb-deep-find-tags-for-completion-method)
1781 (semanticdb-find-tags-external-children-of-type-method):
1782 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1783 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1784 (global-semantic-idle-scheduler-mode):
1785 * cedet/srecode/dictionary.el (srecode-field-value)
1786 (srecode-dictionary-add-section-dictionary):
1787 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1788 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1789 (describe-class, eieio-describe-generic, describe-generic):
1790 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1791 (eieio-speedbar-expand):
1792 * emulation/viper-cmd.el (viper-exec-form-in-vi)
1793 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1794 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1795 (viper-del-backward-char-in-replace, viper-backward-indent)
1796 (viper-brac-function, viper-register-to-point, viper-submit-report):
1797 * net/tramp.el (tramp-remote-coding-commands):
1798 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1799 Fix typos in docstrings.
1801 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
1803 * mail/sendmail.el (mail-yank-original): Set the mark if the
1804 specified function for yanking does not do it.
1806 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
1808 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
1810 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1811 resyncing a directory.
1813 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
1815 * progmodes/ada-mode.el: Fix bug#1920.
1816 (ada-ident-re): Delete ., allow multibyte characters.
1817 (ada-goto-label-re): New; matches goto labels.
1818 (ada-block-label-re): New; matches block labels.
1819 (ada-label-re): New; matches both.
1820 (ada-named-block-re): Deleted; callers changed to use
1821 `ada-block-label-re' instead.
1822 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1823 Use `ada-block-label-re'.
1824 (ada-indent-on-previous-lines): Improve handling of goto labels.
1825 (ada-get-indent-block-start): Special-case block label.
1826 (ada-get-indent-label): Split into `ada-indent-block-label' and
1827 `ada-indent-goto-label'.
1828 (ada-goto-stmt-start, ada-goto-next-non-ws):
1829 Optionally ignore goto labels.
1830 (ada-goto-next-word): Simplify.
1831 (ada-indent-newline-indent-conditional): Insert newline before
1832 trying to fix indentation; doc fix.
1834 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
1836 * calc/calc.el (calc-command-flags): Give it an initial value.
1838 2010-01-17 Glenn Morris <rgm@gnu.org>
1840 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1842 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1844 * cedet/semantic.el (semantic-mode):
1845 * files.el (minibuffer-with-setup-hook):
1846 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1847 (artist-key-draw-continously, artist-key-do-continously-continously)
1848 (artist-key-set-point-continously, artist-mouse-draw-continously):
1849 Fix typos in docstrings.
1851 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
1853 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1854 return t (Bug#3898).
1856 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
1858 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1859 can parse the output of the external commands (Bug#5279).
1861 2010-01-16 Jari Aalto <jari.aalto@cante.net>
1863 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1865 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
1867 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1869 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1871 * startup.el (command-line): Remove unused --icon-type arg.
1872 Handle --display arg, passing it to command-line-1 (Bug#5392).
1874 2010-01-16 Mario Lang <mlang@delysid.org>
1876 * cedet/ede/cpp-root.el (ede-cpp-root-project):
1877 * cedet/ede/files.el (ede-expand-filename):
1878 * cedet/ede/simple.el (ede-simple-project):
1879 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1880 (semantic-complete-inline-tag-engine):
1881 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1882 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1883 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1884 * cedet/semantic/db.el (semanticdb-equivalent-mode):
1885 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1886 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1887 * emacs-lisp/chart.el (chart-translate-namezone):
1888 * textmodes/artist.el (artist-compute-popup-menu-table):
1889 Remove duplicated words in doc-strings.
1891 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
1893 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1894 to mairix-search to suppress threading (Bug#5342).
1896 2010-01-15 Kenichi Handa <handa@m17n.org>
1898 * international/mule-cmds.el (canonicalize-coding-system-name):
1899 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1901 2010-01-15 Glenn Morris <rgm@gnu.org>
1903 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
1905 * wid-edit.el (widget-keymap): Doc fix.
1907 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1908 former seems to be more widely accepted by various svn versions.
1910 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1912 * find-cmd.el (find-constituents):
1913 * vc-arch.el (vc-arch-root):
1914 * window.el (window-body-height, pop-up-frames):
1915 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1916 (semantic-no-reparse-needed-change-hook):
1917 * cedet/srecode/insert.el (srecode-resolve-argument-list)
1918 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1919 (srecode-template-inserter-ask, srecode-template-inserter-width)
1920 (srecode-template-inserter-section-start)
1921 (srecode-template-inserter-section-end, srecode-insert-method):
1922 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1923 * progmodes/ada-stmt.el (ada-if):
1924 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1925 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1926 (ispell-encoding8-command, ispell-aspell-supports-utf8)
1927 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1929 * progmodes/flymake.el (flymake-post-syntax-check):
1930 Fix typo in error message.
1932 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1934 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1935 which is always a string. (Bug#5313)
1937 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1939 * progmodes/ada-xref.el (ada-default-prj-properties):
1940 Simplify previous change.
1942 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1944 * progmodes/ada-xref.el (ada-default-prj-properties):
1945 Default ada_project_path to $ADA_PROJECT_PATH.
1947 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1949 * progmodes/ada-mode.el (ada-create-keymap):
1950 Override `narrow-to-defun' with `ada-narrow-to-defun'.
1952 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1954 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1955 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1956 (ada-get-current-indent, ada-imenu-generic-expression)
1957 (ada-which-function): Check for it.
1959 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
1961 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1962 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1964 2010-01-14 Glenn Morris <rgm@gnu.org>
1966 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
1968 2010-01-14 Kenichi Handa <handa@m17n.org>
1970 * composite.el (auto-composition-mode): Make it a buffer local
1971 variable (permanent-local).
1972 (auto-composition-function): Set the default value to
1974 (auto-composition-mode): Make it a simple function, not a minor mode.
1975 (global-auto-composition-mode): Likewise.
1976 (turn-on-auto-composition-if-enabled): Delete it.
1978 2010-01-13 Karl Fogel <kfogel@red-bean.com>
1980 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1982 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
1984 * files.el (copy-directory): Compute target for recursive
1985 directories with identical names. (Bug#5343)
1987 2010-01-12 Glenn Morris <rgm@gnu.org>
1989 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1990 it to bug-gnu-emacs rather than emacs-pretest-bug.
1992 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1994 * cedet/data-debug.el (data-debug): Fix customization group reference.
1996 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1998 * cedet/semantic/analyze.el (semantic-analyze-push-error)
1999 (semantic-analyze-context, semantic-analyze-context-assignment)
2000 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
2001 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
2002 (semantic-java-doc-keywords-map):
2003 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
2004 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
2005 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
2006 (semantic-c-classname, semantic-format-tag-uml-prototype)
2007 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
2008 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
2009 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
2010 (semantic-get-local-variables, semantic-end-of-command)
2011 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
2013 * cedet/semantic/bovine/make.el (makefile-mode):
2014 * cedet/semantic/wisent/python.el (wisent-python-string-re)
2015 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
2016 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
2017 (semantic-lex, semantic-get-local-variables, python-mode):
2018 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
2019 * cedet/srecode/extract.el (srecode-extract-state-set)
2020 (srecode-extract-method): Fix typos in docstrings.
2022 2010-01-11 Sam Steingold <sds@gnu.org>
2024 * imenu.el (imenu-default-create-index-function): Detect infinite
2025 loops caused by imenu-prev-index-position-function.
2027 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2029 * htmlfontify.el (htmlfontify-load-rgb-file)
2030 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
2031 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
2032 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
2033 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
2034 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
2035 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
2036 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
2037 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
2038 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
2039 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
2040 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
2041 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
2042 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
2043 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
2044 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
2045 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
2046 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
2047 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
2048 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
2049 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
2050 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
2051 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
2052 backslash-quoting from parentheses, etc.
2054 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2056 * progmodes/js.el: Autoload javascript-mode alias.
2058 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2060 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
2061 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
2062 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
2063 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
2064 Fix typos in docstrings.
2065 (ffap-url-regexp): Doc fix.
2066 (ffap-at-mouse): Fix typo in message.
2068 2010-01-11 Glenn Morris <rgm@gnu.org>
2070 * version.el (emacs-copyright): Set copyright year to 2010.
2072 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2074 * format.el (format-annotate-function): Only set
2075 write-region-post-annotation-function after running to-fn so as not to
2076 affect nested write-region calls (bug#5273).
2078 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
2080 * cedet/semantic.el (semantic-new-buffer-setup-functions):
2083 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
2086 2010-01-10 Richard Kim <emacs18@gmail.com>
2088 * cedet/semantic/wisent/python-wy.el:
2089 * cedet/semantic/wisent/python.el: New files.
2091 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2093 * man.el (Man-goto-section): Signal error if the section is not
2096 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
2098 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
2099 URLs with a leading triple slash in the file: scheme. (Bug#5345)
2101 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
2103 * progmodes/compile.el: Don't treat compile-command as safe if
2104 compilation-read-command might be nil (Bug#4218).
2106 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2108 * startup.el (command-line-1): Use orig-argi to check for ignored X and
2111 2010-01-08 Kenichi Handa <handa@m17n.org>
2113 * international/fontset.el (build-default-fontset-data):
2114 Exclude characters in scripts kana, hangul, han, or cjk-misc.
2116 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
2118 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
2119 to `create-file-buffer' as it expects, not just a buffer name.
2120 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
2121 to help uniquify. (Bug#3224)
2123 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
2125 * font-setting.el (font-setting-change-default-font): Use user-spec
2128 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2130 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
2132 2010-01-05 Tom Tromey <tromey@redhat.com>
2134 * progmodes/python.el (python-font-lock-keywords):
2135 Handle qualified decorators (Bug#881).
2137 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2139 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
2140 in a lightweight checkout.
2142 2010-01-05 Kenichi Handa <handa@m17n.org>
2144 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
2146 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2148 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
2150 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
2152 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
2153 checkouts. (Bug#618)
2154 (vc-bzr-log-view-mode): Also highlight the author.
2155 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
2156 (vc-bzr-shelve-menu-map):
2157 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
2158 (vc-bzr-shelve-apply): Make prompt more explicit.
2160 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
2162 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
2163 They are valid characters in URL paths (rfc3986), and at least
2164 Firefox does not understand the encoded version (Bug#3166).
2166 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
2168 * progmodes/octave-mod.el (octave-end-keywords)
2169 (octave-block-begin-or-end-regexp, octave-block-match-alist):
2170 Add "end" keyword (Bug#3061).
2171 (octave-end-as-array-index-p): New function.
2172 (calculate-octave-indent): Use it.
2174 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2176 * bookmark.el: Consistently put the text property on the bookmark name.
2177 (bookmark-bmenu-marks-width): Bump back to 2, to include
2179 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
2180 property on the bookmark name, instead of not putting it at all.
2181 (bookmark-bmenu-list): Fix where we put the text property.
2183 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2185 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
2186 for showing buffer modified state (as added in the previous change).
2188 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2190 * bookmark.el: Show modified state of bookmark buffer more accurately.
2191 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
2192 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
2193 (with-buffer-modified-unmodified): New macro.
2194 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2195 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
2196 Use new macro to preserve the buffer modified state.
2198 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2200 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
2201 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
2202 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
2203 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
2204 (bookmark-bmenu-rename, bookmark-bmenu-locate)
2205 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
2206 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
2208 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2210 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2211 Make the lines in the generated doc string shorter. (Bug#4668)
2213 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
2215 * net/rcirc.el: Add follow-link binding (Bug#4738).
2217 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2219 * Makefile.in (bzr-update): Rename from cvs-update.
2220 (cvs-update): New target for backward compatibility.
2222 * makefile.w32-in (bzr-update): Rename from cvs-update.
2223 (cvs-update): New target for backward compatibility.
2225 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2227 * bookmark.el: Remove gratuitous gratitude.
2229 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2231 * bookmark.el (bookmark-bmenu-any-marks): New function
2232 (bookmark-bmenu-save): Clear buffer modification if no marks.
2234 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2236 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2237 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2238 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2239 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2241 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2242 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2243 To: emacs-devel {_AT_} gnu.org
2244 Subject: bookmark.el bug report
2245 Date: Mon, 28 Dec 2009 14:19:16 +0800
2246 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2248 2010-01-02 Karl Fogel <kfogel@red-bean.com>
2250 * bookmark.el: Improvements suggested by Drew Adams:
2251 (bookmark-bmenu-ensure-position): New name for
2252 `bookmark-bmenu-check-position'. Just ensure the position,
2253 don't return any meaningful value.
2254 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2257 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
2259 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2260 (bookmark-yank-point, bookmark-bmenu-check-position):
2261 Fix typos in docstrings.
2262 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2263 (bookmark-name-from-full-record, bookmark-get-position)
2264 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2265 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2266 Remove useless quoting of parenthesis, etc. in docstrings.
2268 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2269 (ediff-append-custom-diff): Fix typo in error message.
2270 (ediff-meta-mark-equal-files): Fix typos in messages.
2272 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2274 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2275 Fix typo in docstring.
2277 * net/imap-hash.el (imap-hash-make): Doc fix.
2278 (imap-hash-test): Fix typo in error message; reflow docstring.
2279 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2280 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2281 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2282 Fix typos in docstrings.
2283 (imap-hash-open-connection): Fix typo in error message.
2285 * play/gomoku.el (gomoku): Fix typos in docstring.
2287 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2288 (gdb-jsonify-buffer): Fix typos in docstring.
2289 (gdb-goto-breakpoint): Fix typo in error message.
2290 ("Display Other Windows"): Fix typo in help message.
2291 (gdb-speedbar-expand-node): Fix typo in question.
2293 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2294 (idlwave-html-system-help-location, idlwave-html-help-location)
2295 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2296 (idlwave-help-browser-generic-args, idlwave-help-directory)
2297 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2298 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2299 (idlwave-online-help, idlwave-help-html-link)
2300 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2301 Fix typos in docstrings.
2302 (idlwave-help-with-source, idlwave-help-find-routine-definition):
2304 (idlwave-help-assistant-start): Fix typo in error message.
2306 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2307 (octave-electric-space): Fix typos in docstrings.
2309 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
2311 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2313 2010-01-01 Juri Linkov <juri@jurta.org>
2315 * comint.el (comint-input-ring-size): Make it a defcustom and
2316 increase the default to 500 (Bug#5148).
2318 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
2320 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2321 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2322 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2324 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
2326 Show working revision correctly for mercurial.
2327 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2328 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2330 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
2332 Declare some functions for the byte-compiler.
2333 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2334 (speedbar-timer-fn, speedbar-change-expand-button-char)
2335 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2337 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
2339 This changeset reverts GDB Graphical Interface to use annotations.
2340 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2342 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2344 Make vc-dir work on subdirectories of the bzr root.
2345 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
2346 file names relative to it.
2347 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2348 relative directory to vc-bzr-after-dir-status.
2350 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
2352 * font-lock.el (font-lock-refresh-defaults): New function, which
2353 can be used to let font-lock react to external changes in
2354 variables like font-lock-defaults and keywords.
2355 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2357 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
2359 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2361 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2363 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
2365 Supersede color.diff settings in git log (bug#5211).
2367 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2368 escape chars in its output when the user has color.diff set to `always'.
2369 This fix works on git 1.4.2 and newer (released on 2006-08-13).
2371 2009-12-26 Kevin Ryde <user42@zip.com.au>
2373 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2374 node. Keep previous "Index" name to work with past coreutils too.
2376 * man.el (man): Revise docstring a bit to show -a and -l as
2377 examples. Add -k description since support for it has otherwise
2378 been a secret. (Further to bug#3717.)
2379 (Man-bgproc-sentinel): When "-k foo" produces no output show error
2380 "no matches" rather than "Can't find manpage", as the latter reads
2381 like -k was interpreted as a page name, which is not so. (Bug#5431)
2383 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
2385 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2386 switches. Check also for //SUBDIRED// line.
2388 2009-12-25 Kenichi Handa <handa@m17n.org>
2390 * language/indian.el (devanagari-composable-pattern): Fixed to
2391 handle ZWNJ and ZWJ. Use it in composition-function-table for
2393 (malayalam-composable-pattern): Fix previous change.
2395 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2397 * ps-print.el (ps-face-attributes): It was not returning the
2398 attribute face for faces specified as string. Reported by harven
2400 (ps-print-version): New version 7.3.5.
2402 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
2404 * calendar/icalendar.el (icalendar--convert-tz-offset):
2406 (icalendar--convert-tz-offset): Fix the "last-day-problem".
2407 (icalendar--add-diary-entry): Remove the trailing blank that
2408 diary-make-entry inserts.
2410 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
2412 Make `file-expand-wildcards' work for remote files.
2414 * files.el (file-expand-wildcards): In case of remote files, check
2415 only local file name part for wildcards. Provide feature 'files
2416 and subfeature 'remote-wildcards. (Bug#5198)
2418 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2419 if there is already an established connection.
2420 (tramp-advice-file-expand-wildcards): Remove it.
2422 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2423 (tramp-advice-file-expand-wildcards): Move from tramp.el.
2424 Activate advice for older GNU Emacs versions. (Bug#5237)
2426 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
2428 Some doc fixes (more needed).
2430 * find-cmd.el (find-constituents): Reflow docstring.
2431 (find-cmd, find-prune, find-command): Fix typos in docstrings.
2432 (find-generic): Doc fix.
2434 2009-12-17 Juri Linkov <juri@jurta.org>
2436 Fix regression from 23.1 to allow multiple modes in Local Variables.
2438 * files.el (hack-local-variables-filter): While ignoring duplicates,
2439 don't take `mode' into account.
2440 (hack-local-variables-filter, hack-dir-local-variables):
2441 Don't remove duplicate `mode' from local-variables-alist (like `eval').
2443 2009-12-17 Juri Linkov <juri@jurta.org>
2445 Make `dired-diff' safer. (Bug#5225)
2447 * dired-aux.el (dired-diff): Signal an error when `file' equals to
2448 `current' or when `file' is a directory of the `current' file.
2450 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
2452 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2453 unconditionally preloaded files.
2455 2009-12-16 Juri Linkov <juri@jurta.org>
2457 Revert to old 23.1 logic of using the file at the mark as default.
2458 * dired-aux.el (dired-diff): Use the file at the mark as default
2459 if it's not the same as the current file, and the target dir is
2460 the current dir or the mark is active. Add the current file
2461 as the arg of `dired-dwim-target-defaults'. Use the default file
2462 in the prompt. (Bug#5225)
2464 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
2466 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2467 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2468 (tramp-check-for-regexp): Check also, when an echoing shell stops
2469 to echo sent commands.
2471 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2473 * Makefile.in: Revert last change (Bug#5191).
2475 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
2477 * vc-hg.el (vc-hg-print-log): Fix argument order.
2478 (vc-hg-working-revision): Make sure the command is executed in a
2479 known environment so that we can parse the output. (Bug#4417)
2481 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2483 * progmodes/python.el (python-symbol-completions): Remove text
2484 properties from symbol string before calling python-send-receive.
2486 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
2488 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2489 when there are values for both file and line. (Bug#5060)
2491 2009-12-14 Juri Linkov <juri@jurta.org>
2493 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2494 whitespace after the file name of the first line of unified format,
2495 because git-diff doesn't output whitespace and file modification time
2496 after the file name.
2498 2009-12-14 David Kastrup <dak@gnu.org>
2500 * info.el (Info-hide-cookies-node): Before hiding a cookie,
2501 check if it already has the `display' property added by
2502 `Info-display-images-node', and not put the `invisible' property
2505 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
2507 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2508 (semantic-mru-bookmark-mode): Doc fixes.
2510 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2513 2009-12-13 Glenn Morris <rgm@gnu.org>
2515 * mail/emacsbug.el (message-sort-headers): Define for compiler.
2516 (report-emacs-bug): In message-mode, sort manually before storing
2517 original report text. (Bug#5178)
2518 Remove superfluous save-excursion.
2520 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
2522 * net/dbus.el (dbus-property-handler): Filter lambda forms out
2523 when responding to "GetAll" properties.
2525 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
2527 * simple.el (compose-mail): Remove mail-setup-with-from from
2528 customization checks.
2530 2009-12-12 Eli Zaretskii <eliz@gnu.org>
2532 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2533 RAR archives created on Unix systems.
2535 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2537 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2538 the varalias that was accidentally removed by the 2009-11-19 change
2541 2009-12-12 Kenichi Handa <handa@m17n.org>
2543 * language/indian.el (indian-compose-regexp): New function.
2544 (malayalam-composable-pattern): Fix the pattern.
2545 (composition-function-table): Set malayalam-composable-pattern for
2546 Malayalam characters.
2548 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
2550 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2551 rather than down-mouse-1, based on follow-link conventions.
2553 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2556 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
2558 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2559 (verilog-vmm-statement-re, verilog-ovm-statement-re)
2560 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2561 (verilog-leap-to-head, verilog-backward-token):
2562 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
2564 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
2566 * progmodes/verilog-mode.el (verilog-auto-lineup)
2567 (verilog-nameable-item-re): Cleanup user-visible spelling and
2568 documentation errors. One reported by Gary Delp.
2569 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2570 (verilog-read-decls): Fix AUTOWIRE with types declared in a
2571 package, bug195. Reported by Pierre-David Pfister.
2573 2009-12-11 Glenn Morris <rgm@gnu.org>
2575 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2577 * mail/emacsbug.el: No longer require sendmail.
2578 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
2579 (report-emacs-bug-orig-text): Doc fix.
2580 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2581 New local variables, to adapt to different mail-user-agents.
2582 (report-emacs-bug): Fix test for a gnu.org address.
2583 Use overlays for emphasis, since font-lock defeats 'face property.
2584 Pretest bugs also end up at the newsgroup these days.
2585 Stop message-mode stripping text properties.
2586 Set and use the new buffer-local variables.
2587 (report-emacs-bug-hook): Add doc-string.
2588 Remove some unnecessary save-excursions and simplify.
2589 Use the appropriate hook and send-command.
2591 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2592 capitalization of some menu entries.
2594 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2596 * whitespace.el (whitespace-display-char-on): Ensure
2597 `buffer-display-table' is unique when two or more windows are
2598 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2601 2009-12-10 Eli Zaretskii <eliz@gnu.org>
2603 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2604 characters in the Attribute field.
2606 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2608 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
2610 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2612 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2613 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2614 Disregard autoload-excludes.
2615 (update-directory-autoloads): Obey autoload-excludes here instead.
2616 But don't store its contents in no-autoloads and remove entries that
2617 refer to excludes files.
2619 2009-12-10 Glenn Morris <rgm@gnu.org>
2621 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2622 (expand-mail-aliases): Define for compiler.
2624 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2625 Define for compiler.
2627 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2628 appropriate for the mail-user-agent in use.
2630 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
2632 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2634 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2636 Fix short log parsing and fontification.
2637 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2638 Fix fontification for the [merge] label.
2640 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
2642 Drop some properties to avoid surprises (bug#5002).
2643 * htmlfontify.el (hfy-ignored-properties): New defcustom.
2644 (hfy-fontify-buffer): Use it.
2646 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2649 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2651 (ffap-locate-file): Remove unused arg `dir-ok' and make other
2652 args compulsory. Adjust callers.
2653 (ffap-gopher-at-point): Remove unused var `name'.
2655 Get rid of the ELCFILES abomination.
2656 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2657 (compile-elcfiles): New phony target.
2658 (compile-main): Compute ELCFILES dynamically.
2659 (compile-clean): New target to remove left-over elc files.
2660 (compile, all): Use it.
2662 2009-12-09 Kenichi Handa <handa@etlken>
2664 * international/mule-diag.el: Require help-mode instead of help-fns.
2666 2009-12-09 Kenichi Handa <handa@m17n.org>
2668 * international/mule-cmds.el (ucs-names): Supply sufficiently
2669 fine ranges instead of pre-calculating accurate ranges.
2670 Iterate with bigger gc-cons-threshold.
2672 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
2674 Add support for stashing a snapshot of the current tree.
2675 * vc-git.el (vc-git-stash-snapshot): New function.
2676 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2678 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
2680 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2681 instead of `(beginning|end)-of-line'.
2683 2009-12-08 Glenn Morris <rgm@gnu.org>
2685 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2687 * Makefile.in (ELCFILES): Regenerate.
2689 2009-12-07 Juri Linkov <juri@jurta.org>
2691 Don't lazy-highlight the comint output in history Isearch mode.
2693 * comint.el (comint-history-isearch-search): Instead of
2694 `comint-line-beginning-position', use `comint-after-pmark-p'
2695 to check if point if before the process mark, and go to
2696 `process-mark' in this case.
2698 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2700 * textmodes/tex-mode.el (latex-complete)
2701 (latex-indent-or-complete): Remove.
2702 (latex-mode): Set completion-at-point-functions instead.
2704 Provide a standard completion command and hook it into TAB.
2705 * minibuffer.el (completion-at-point-functions): New var.
2706 (completion-at-point): New command.
2707 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2708 * progmodes/python.el (python-mode-map): Use completion-at-point.
2709 (python-completion-at-point): Rename from python-partial-symbol and
2710 adjust for use in completion-at-point-functions.
2711 (python-mode): Setup completion-at-point for Python completion.
2712 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2713 extracted from lisp-complete-symbol.
2714 (lisp-complete-symbol): Use it.
2715 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2716 setup completion-at-point for Elisp completion.
2717 (emacs-lisp-mode-map, lisp-interaction-mode-map):
2718 Use completion-at-point.
2719 * ielm.el (ielm-map): Use completion-at-point.
2720 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2721 * progmodes/sym-comp.el: Move to...
2722 * obsolete/sym-comp.el: Move from progmodes.
2724 2009-12-07 Eli Zaretskii <eliz@gnu.org>
2726 Prevent save-buffer in Rmail buffers from using the coding-system
2727 of the current message, and from clobbering the encoding mnemonics
2728 in the mode line (Bug#4623).
2730 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2732 (rmail-message-encoding): New variable.
2733 (rmail-write-region-annotate): Record the encoding of the current
2734 message in rmail-message-encoding.
2735 (rmail-after-save-hook): New function, restores the encoding of
2736 the current message after the message collection is saved.
2738 2009-12-07 Juri Linkov <juri@jurta.org>
2740 * progmodes/grep.el (grep-read-files): Use `completing-read'
2741 instead of `read-string'. Set its `collection' arg to
2742 `read-file-name-internal'. (Bug#4301)
2744 2009-12-07 Juri Linkov <juri@jurta.org>
2746 Correctly restore original Isearch point. (Bug#4994)
2748 * isearch.el (isearch-mode): Move `isearch-push-state' after
2749 `(run-hooks 'isearch-mode-hook)'.
2750 (isearch-cancel): When `isearch-push-state-function' is defined,
2751 let-bind `isearch-cmds' to the first state (the last element of
2752 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2753 function and restores the original point). Otherwise, move point
2754 to `isearch-opoint'.
2756 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2758 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2759 chars that don't have names, so the table can be built much faster at
2762 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
2764 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2765 change. Suggested by David Kastrup.
2767 * simple.el (compose-mail): Check for incompatibilities and warn.
2768 (compose-mail-user-agent-warnings): New option.
2770 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2772 Support showing a single log entry from vc-annotate.
2773 * vc.el (print-log): Add a new argument: START-REVISION.
2774 (vc-print-log-internal): Add a new optional argument and
2775 pass it to the backend.
2776 (vc-print-log, vc-print-root-log): Adjust callers.
2777 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2778 buffer already displays the requested log entry, use it.
2779 Otherwise display only the log entry in question.
2780 * vc-svn.el (vc-svn-print-log):
2781 * vc-mtn.el (vc-mtn-print-log):
2782 * vc-hg.el (vc-hg-state):
2783 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2784 (vc-git-show-log-entry): Return t on success.
2785 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2786 (vc-bzr-show-log-entry): Return t on success.
2787 * vc-rcs.el (vc-rcs-print-log):
2788 * vc-sccs.el (vc-sccs-print-log):
2789 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2791 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2793 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2794 Add menus to the meta mode. (Bug#5043)
2796 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
2798 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2801 * ediff.el (ediff-buffers-internal): Add unwind-protect.
2803 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
2805 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
2806 Berbain <raphael.berbain@gmail.com>.
2808 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
2810 (tramp-initial-end-of-output): New defconst.
2811 (tramp-methods, tramp-find-shell)
2812 (tramp-open-connection-setup-interactive-shell)
2813 (tramp-maybe-open-connection): Use it.
2814 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2815 existence of `#' and `$'.
2817 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2818 `tramp-initial-end-of-output'.
2820 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
2822 Get the background mode from the terminal for xterm, and set
2824 * term/xterm.el (xterm-set-background-mode): New function.
2825 (terminal-init-xterm): Use it in case xterm supports background
2826 color queries. Recompute faces after getting the background
2829 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
2831 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2832 number comment back on its own line, for easier parsing.
2834 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2836 Make it work for non-file buffers (bug#5102).
2837 * doc-view.el (doc-view-current-cache-dir):
2838 Use doc-view-buffer-file-name rather than buffer-file-name.
2839 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2841 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
2843 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2844 author field is too short.
2846 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
2848 * vc-git.el (vc-git-print-log): Handle a limit argument.
2849 Display the short log in graph form and with labels.
2850 (vc-git-log-view-mode): Handle labels.
2852 Make vc-revert change VC state from 'added to 'unregistered.
2853 * vc-git.el (vc-git-revert): Call git reset first.
2855 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2857 * net/newst-backend.el, net/newst-plainview.el:
2858 * net/newst-reader.el, net/newst-ticker.el:
2859 * net/newst-treeview.el, net/newsticker.el:
2860 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
2862 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2864 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2866 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2867 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
2868 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2869 Update annotation regexp.
2871 * simple.el (beginning-of-visual-line): Constrain to field
2872 boundaries (Bug#5106).
2874 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
2876 * xml.el (xml-substitute-numeric-entities): Move
2877 newsticker--decode-numeric-entities in newst-backend.el to
2878 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2879 * net/newst-backend.el (newsticker--parse-generic-feed)
2880 (newsticker--parse-generic-items)
2881 (newsticker--decode-numeric-entities): Move
2882 newsticker--decode-numeric-entities in newst-backend.el to
2883 xml-substitute-numeric-entities in xml.el. (Bug#5008)
2885 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
2887 * progmodes/js.el (js--js-not): Add null to the list of values.
2889 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
2891 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2893 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2895 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2896 delimiter if it is at the end of the current line.
2897 (bibtex-generate-url-list): Fix docstring.
2899 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2901 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2902 minibuffer's content with itself.
2903 Fold the confirm-after-completion case into the `confirm' case.
2904 (completion-pcm-word-delimiters): Add : and / to the delimiters.
2906 2009-12-06 Kevin Ryde <user42@zip.com.au>
2908 * ffap.el (ffap-rfc-path): Make this a defcustom since
2909 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
2911 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2912 manuals, similar to existing setup for help-mode. (Bug#3913.)
2914 2009-12-05 Juri Linkov <juri@jurta.org>
2916 Save and restore dired buffer's point positions too. (Bug#4880)
2918 * dired.el (dired-save-positions): Return in the first element
2919 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2921 (dired-restore-positions): First restore buffer's position.
2922 While restoring window's positions, check if window still displays
2923 the original buffer.
2925 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
2927 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2930 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2931 Make argument optional.
2933 * shell.el (shell): Require ansi-color (Bug#5113).
2935 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2937 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2939 2009-12-05 Alan Mackenzie <acm@muc.de>
2941 * progmodes/cc-mode.el (c-before-hack-hook)
2942 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2943 `c-file-style' to work again. This reversion restores the current
2944 software to its state in Emacs 23.1. (Bug#4146)
2946 2009-12-05 Kevin Ryde <user42@zip.com.au>
2948 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2949 comment-start-skip to comment-end-skip as comment (Bug#4781).
2951 2009-12-05 Juri Linkov <juri@jurta.org>
2953 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2954 for virtual nodes. (Bug#4147)
2955 (Info-find-node-2): Set `Info-current-node-virtual' to nil
2956 when moving from a virtual node.
2957 (Info-mode-menu): Add `Info-virtual-index' to the menu.
2958 (Info-mode): Add `Info-virtual-index' to the docstring.
2960 2009-12-05 Eric Ludlam <zappo@gnu.org>
2962 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2963 Describe project macro symbols.
2965 * cedet/semantic/complete.el (semantic-complete-do-completion):
2966 Don't call semantic-collector-current-exact-match.
2968 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2969 ede-objects as targets.
2971 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2972 a target's object list even if compiler vars are already in the
2975 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2976 list of headers producing necessary macros.
2978 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2980 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2981 track of the buffer position of the end of a BibTeX entry as this
2982 position may change during reformatting.
2983 (bibtex-format-entry): Remove whitespace before processing
2984 numerical fields so that we recognize the latter properly.
2985 (bibtex-reformat): Do not use push which changes the global value
2986 of bibtex-entry-format.
2987 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2988 (bibtex-field-re-init): Replace only space characters by regexp
2990 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2991 (bibtex-initialize): Also update bibtex-strings.
2992 (bibtex-kill-field): Preserve white space at end of entry.
2993 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2994 Update bibtex-reference-keys.
2996 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2998 * minibuffer.el (completion-pcm--merge-try): Also consider placing
2999 point after a star, if that's the only place where modifications can
3002 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
3004 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
3007 2009-12-04 Juri Linkov <juri@jurta.org>
3009 * proced.el (proced): Call `(proced-update t)' to update process
3010 information instead of only running proced-post-display-hook.
3011 (proced-send-signal): Add a leading space to the buffer name
3012 " *Marked Processes*" to make this buffer ephemeral.
3014 2009-12-04 Juri Linkov <juri@jurta.org>
3016 * dired.el (dired-auto-revert-buffer): New defcustom.
3017 (dired-internal-noselect): Use it.
3019 2009-12-04 Juri Linkov <juri@jurta.org>
3021 Change roles of modes and functions in image-mode.el (Bug#5062).
3023 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
3024 in `auto-mode-alist'.
3025 (image-mode-previous-major-mode): New variable.
3026 (image-minor-mode-map): Rename from `image-mode-text-map'.
3027 (image-mode): Move graceful error-handling code from
3028 `image-minor-mode' to here. On errors call `image-mode-as-text'.
3029 (image-minor-mode): Remove all image-handling code.
3030 Replace `image-mode-text-map' with `image-minor-mode-map'.
3031 Check for `image-type' in mode-line format string.
3032 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
3033 (image-mode-as-text): New function with most code from
3035 (image-toggle-display-text): Move code that removes image
3036 properties from `image-toggle-display' to here.
3037 (image-toggle-display-image): New function with code that adds
3038 image properties copied from `image-toggle-display'.
3039 (image-toggle-display): Remove most code with leaving only code
3040 that toggles between `image-mode-as-text' and `image-mode'.
3042 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
3044 * net/newst-treeview.el
3045 (newsticker--treeview-list-highlight-start): Restored call to
3046 save-excursion: Selected item was stuck.
3047 (newsticker--treeview-list-select): New.
3048 (newsticker--treeview-item-show-text)
3049 (newsticker--treeview-item-show)
3050 (newsticker--treeview-item-update): Use new
3051 newsticker-treeview-item-mode.
3052 (newsticker-treeview-update): Keep current item.
3053 (newsticker-treeview-next-new-or-immortal-item): Doc change.
3054 (newsticker--treeview-first-feed): Doc change.
3055 (newsticker-treeview-list-menu)
3056 (newsticker-treeview-item-menu): Added menu entries.
3057 (newsticker-treeview-item-mode): New.
3059 * net/newst-backend.el (newsticker-customize): Delete other
3062 2009-12-04 Sam Steingold <sds@gnu.org>
3064 * log-view.el (log-view-mode-map): "q" calls quit-window,
3065 like in all the other non-self-insert buffers.
3067 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3070 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
3071 key decoding rather than do it manually via last-input-event +
3073 (term-exec): Use delete-and-extract-region.
3074 (term-handle-ansi-terminal-messages): Remove unused var `end'.
3075 (term-process-pager): Remove unused var `i'.
3076 (term-dynamic-simple-complete): Make obsolete.
3077 (serial-update-config-menu): Remove unused vars `y' and `str'.
3078 (term-update-mode-line): Remove unused var `temp'.
3080 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3082 Limit the number of log entries displayed by default.
3083 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
3084 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
3085 using a prefix argument.
3087 2009-12-03 Glenn Morris <rgm@gnu.org>
3089 * progmodes/idlwave.el (class): Restore still useful declaration.
3091 2009-12-03 Alan Mackenzie <acm@muc.de>
3093 Enhance `c-parse-state' to run efficiently in "brace deserts".
3095 * progmodes/cc-mode.el (c-basic-common-init):
3096 Call c-state-cache-init.
3097 (c-neutralize-syntax-in-and-mark-CPP): Rename from
3098 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
3099 placing `category' properties value 'c-cpp-delimiter at its boundaries.
3101 * progmodes/cc-langs.el (c-before-font-lock-function):
3102 c-extend-and-neutralize-syntax-in-CPP has been renamed
3103 c-neutralize-syntax-in-and-mark-CPP.
3105 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
3106 with `category' properties now, not `syntax-table' ones.
3108 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
3109 enhanced (but slower) version of c-end-of-macro that won't land
3110 inside a literal or on another awkward character.
3111 (c-state-cache-too-far, c-state-cache-start)
3112 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
3113 (c-state-nonlit-pos-cache-limit, c-state-point-min)
3114 (c-state-point-min-lit-type, c-state-point-min-lit-start)
3115 (c-state-min-scan-pos, c-state-brace-pair-desert)
3116 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
3117 buffer local variables.
3118 (c-state-literal-at, c-state-lit-beg)
3119 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
3120 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
3121 (c-state-cache-top-paren, c-state-cache-after-top-paren)
3122 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
3123 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
3124 (c-renarrow-state-cache)
3125 (c-append-lower-brace-pair-to-state-cache)
3126 (c-state-push-any-brace-pair, c-append-to-state-cache)
3127 (c-remove-stale-state-cache)
3128 (c-remove-stale-state-cache-backwards, c-state-cache-init)
3129 (c-invalidate-state-cache-1, c-parse-state-1)
3130 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
3131 (c-parse-state): Enhance and refactor.
3132 (c-debug-parse-state): Amend to deal with all the new variables.
3134 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
3135 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
3136 modify to use category text properties rather than syntax-table ones.
3137 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
3138 to switch off/on the syntactic paren property of C++ template
3139 delimiters using the category property.
3140 (c-with-<->-as-parens-suppressed): Macro to invoke code with
3141 template delims suppressed.
3142 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
3143 New constant/macros which apply category properties to the start
3144 and end of preprocessor constructs.
3145 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
3146 "comment out" the syntactic value of characters in preprocessor
3148 (c-with-cpps-commented-out)
3149 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
3150 with characters in all or all but one preprocessor constructs
3153 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3155 * proced.el (proced-filter-alist): Use regexp-quote.
3157 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
3160 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
3161 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
3162 arguments. Expand `default-directory'.
3164 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
3165 the benefit of returning an expanded localname.
3166 (tramp-tramp-file-p): Handle the case NAME is not a string.
3168 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3170 Add support for bzr shelve/unshelve.
3171 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3172 (vc-bzr-extra-menu-map): New variables.
3173 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
3174 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
3175 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
3176 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
3177 (vc-bzr-dir-extra-headers): Display shelves.
3179 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
3181 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3183 * textmodes/bibtex.el (bibtex-complete-internal):
3184 Use completion-in-region.
3185 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
3187 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
3189 Support applying stashes. Improve UI.
3190 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
3191 (vc-git-stash-apply, vc-git-stash-pop)
3192 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
3193 (vc-git-stash-menu): New functions.
3194 (vc-git-stash-menu-map): New variable.
3195 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
3197 2009-12-03 Glenn Morris <rgm@gnu.org>
3199 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
3200 (vc-print-log-internal): Fix previous change.
3201 (vc-revert): Correct pluralization.
3203 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3205 * progmodes/make-mode.el (makefile-special-targets-list): No need for
3206 it to be an alist any more.
3207 (makefile-complete): Use completion-in-region.
3209 * progmodes/octave-mod.el (octave-complete-symbol):
3210 Use completion-in-region.
3213 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3214 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3215 (idlwave-complete-class): Don't quote lambda.
3216 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3217 (idlwave-mode-map): Move initialization into declaration.
3218 (idlwave-action-and-binding): Use backquotes.
3219 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3221 (idlwave-is-pointer-dereference): Remove unused var `pos'.
3222 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3223 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3224 `parts', and `all-parts'.
3225 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3226 (idlwave-convert-xml-system-routine-info): Remove unused string
3228 (idlwave-display-user-catalog-widget): Use dolist.
3229 (idlwave-scanning-lib): Declare dynamically-scoped var.
3230 (idlwave-scan-library-catalogs): Remove unused var `flags'.
3231 (completion-highlight-first-word-only): Declare to silence bytecomp.
3232 (idlwave-popup-select): Tighten scope of `resp'.
3233 (idlwave-find-struct-tag): Remove unused var `beg'.
3234 (idlwave-after-load-rinfo-hook): Declare.
3235 (idlwave-sintern-class-info): Remove unused var `taglist'.
3236 (idlwave-find-class-definition): Remove unused var `list'.
3237 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3238 (idlwave-what-module-find-class): Remove unused var `classes'.
3240 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
3242 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3244 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3246 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3247 buffers visited. Remove redundant current-buffer-saving.
3249 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3251 Use completion-in-buffer and remove uses of dynamic scoping.
3252 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3253 (pascal-buffer-to-use, pascal-flag): Don't declare.
3254 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3255 (pascal-get-completion-decl, pascal-keyword-completion):
3256 Add `pascal-str' argument, save-excursion,
3257 return the found completions, and don't filter with pascal-pred.
3258 (pascal-completion-cache): New var.
3259 (pascal-completion): Don't switch buffer any more (it was never
3260 necessary). Don't save-excursion any more (it's done by the called
3261 subroutines). Use a cache to avoid redundant computations.
3262 Use complete-with-action rather than pascal-completion-response and
3263 let it apply the predicate as well.
3264 (pascal-complete-word): Use completion-in-buffer when
3265 pascal-toggle-completions is nil.
3266 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3268 (pascal-comp-defun): Don't change buffer any more.
3269 Use complete-with-action rather than pascal-completion-response and
3270 let it apply the predicate as well.
3271 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3274 2009-12-02 Kenichi Handa <handa@m17n.org>
3276 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3277 shape for all Indic scripts.
3279 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3281 Use completion-in-buffer.
3282 * wid-edit.el (widget-field-text-end): New function.
3283 (widget-field-value-get): Use it.
3284 (widget-string-complete, widget-file-complete)
3285 (widget-color-complete): Use it and completion-in-region.
3286 (widget-complete): Don't narrow the buffer.
3288 2009-12-02 Glenn Morris <rgm@gnu.org>
3290 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
3291 (rmail-select-summary): Use rmail-pop-to-buffer.
3292 * mail/rmailsum.el: Replace all pop-to-buffer calls with
3293 rmail-pop-to-buffer, to prevent horizontal splits.
3295 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3296 save-excursion with save-current-buffer.
3297 Widen before searching. (Bug#5093)
3298 (diary-list-sexp-entries): Remove superfluous save-excursion.
3300 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
3302 * woman.el (woman-make-bufname): Handle man-pages with "." in the
3305 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
3307 * ido.el (ido-file-internal): Handle filenames at point that do
3308 not have a directory part. (Bug#5049)
3310 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
3312 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3313 (mpc-songs-jump-to, mpc-resume): Doc fixes.
3315 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
3317 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3318 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3321 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3323 * comint.el (comint-insert-input): Ignore clicks to the right of
3324 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3326 * vc.el (vc-print-log-internal): Don't wait for the process to
3327 terminate before setting up the major mode.
3329 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3332 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3335 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3337 2009-12-01 Glenn Morris <rgm@gnu.org>
3339 * window.el (window--display-buffer-2): Fix previous changes.
3341 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
3343 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3345 2009-12-01 Glenn Morris <rgm@gnu.org>
3347 * Makefile.in (ELCFILES): Add mpc.elc.
3349 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3353 2009-12-01 Glenn Morris <rgm@gnu.org>
3355 * window.el (window-to-use): Define for compiler.
3357 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3358 consistent with others (no final period).
3360 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3361 (rmail-mime-show): Downcase the encoding. (Bug#5070)
3363 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
3365 Make vc-print-log buttons work.
3366 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3368 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
3370 * savehist.el (savehist-autosave-interval): Allow setting to nil
3371 through customize. (Bug#5056)
3373 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
3375 Fix references to jit-lock properties.
3376 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3377 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3378 (perl-font-lock-special-syntactic-constructs):
3379 Quote jit-lock-defer-multiline property.
3381 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
3383 * vc-git.el (vc-git-registered): Call vc-git-root only once.
3385 2009-11-30 Juri Linkov <juri@jurta.org>
3387 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3388 value `buffer' of `multi-isearch-next-buffer-current-function'.
3389 Use `(current-buffer)' when `buffer' is nil.
3390 (multi-isearch-next-buffer-from-list): Don't fallback to
3391 `(current-buffer)' when `buffer' is nil. (Bug#4947)
3393 2009-11-30 Juri Linkov <juri@jurta.org>
3395 * misearch.el (multi-isearch-read-buffers): Move canonicalization
3396 of buffers with `get-buffer' to `multi-isearch-buffers'.
3397 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3398 Canonicalize BUFFERS with `get-buffer'. Doc fix.
3399 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3400 FILES with `expand-file-name' converting relative file names
3401 to absolute. Doc fix. (Bug#4727)
3403 2009-11-30 Juri Linkov <juri@jurta.org>
3405 * misearch.el (multi-isearch-read-buffers)
3406 (multi-isearch-read-matching-buffers): New functions.
3407 (multi-isearch-buffers, multi-isearch-buffers-regexp):
3408 Use them in the `interactive' spec. Doc fix.
3409 (multi-isearch-read-files, multi-isearch-read-matching-files):
3411 (multi-isearch-files, multi-isearch-files-regexp):
3412 Use them in the `interactive' spec. Doc fix. (Bug#4725)
3414 2009-11-30 Juri Linkov <juri@jurta.org>
3416 * doc-view.el (doc-view-continuous):
3417 Rename from `doc-view-continuous-mode'.
3418 (doc-view-menu): Move "Toggle display" to the top.
3419 Add submenu "Continuous" with radio buttons "Off"/"On"
3420 and "Save as Default".
3421 (doc-view-scroll-up-or-next-page)
3422 (doc-view-scroll-down-or-previous-page)
3423 (doc-view-next-line-or-next-page)
3424 (doc-view-previous-line-or-previous-page): Rename
3425 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
3427 2009-11-30 Juri Linkov <juri@jurta.org>
3429 * comint.el (comint-mode-map): Rebind `M-r' from
3430 `comint-previous-matching-input' to
3431 `comint-history-isearch-backward-regexp'.
3432 Unbind `M-s' to allow global key binding `M-s'.
3433 Add menu items for `comint-history-isearch-backward' and
3434 `comint-history-isearch-backward-regexp'. (Bug#3746)
3436 2009-11-30 Juri Linkov <juri@jurta.org>
3438 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3439 For def=recenter, replace `recenter' with `recenter-top-bottom'
3440 that is called with `this-command' and `last-command' let-bound
3441 to `recenter-top-bottom'. When the last `def' was not `recenter',
3442 set `recenter-last-op' to nil. (Bug#4981)
3444 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3446 Minor cleanup and simplification.
3447 * filecache.el (file-cache-add-directory)
3448 (file-cache-add-directory-recursively)
3449 (file-cache-add-from-file-cache-buffer)
3450 (file-cache-delete-file-regexp, file-cache-delete-directory)
3451 (file-cache-files-matching-internal, file-cache-display): Use dolist.
3452 (file-cache-temp-minibuffer-message): Delete function.
3453 (file-cache-minibuffer-complete): Use minibuffer-message instead.
3455 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3456 Don't signal an error when bumping into EOB in tr, s, or y.
3458 2009-11-29 Juri Linkov <juri@jurta.org>
3460 * startup.el (fancy-about-text): Fix wording of Guided Tour.
3463 * descr-text.el (describe-char-unidata-list): Use lowercase name
3464 for "Unicode name" like in other tags.
3466 2009-11-29 Juri Linkov <juri@jurta.org>
3468 * ediff-util.el (ediff-minibuffer-with-setup-hook):
3469 New compatibility macro.
3470 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3472 2009-11-29 Juri Linkov <juri@jurta.org>
3474 Add defcustom to define the cycling order of `recenter-top-bottom'.
3477 * window.el (recenter-last-op): Doc fix.
3478 (recenter-positions): New defcustom.
3479 (recenter-top-bottom): Rewrite to use `recenter-positions'.
3480 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3482 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
3484 Improve integration of Tramp and ange-ftp in eshell.
3486 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3487 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
3488 (eshell/sudo): Flatten args. Let-bind `default-directory'.
3490 * eshell/esh-util.el (top): Require also Tramp when compiling.
3491 (eshell-directory-files-and-attributes): Check for FTP remote
3493 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3494 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3495 (eshell-file-attributes): Handle ".". Return `entry'.
3497 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3498 (ange-ftp-directory-files-and-attributes)
3499 (ange-ftp-real-directory-files-and-attributes): New defuns.
3501 * net/tramp.el (tramp-maybe-open-connection): Open the remote
3502 shell with "exec" when possible. This prevents trailing prompts
3503 in `start-file-process'.
3505 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3507 Try and remove assumptions about point-min==1.
3508 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3509 (rng-compute-mode-line-string): Show the validation percentage in
3510 terms of the narrowed text, not the widened text.
3511 (rng-do-some-validation): Don't catch internal errors when debugging.
3512 (rng-first-error): Simplify.
3513 (rng-after-change-function): Remove work around. AFAIK the bug has
3514 been fixed a while ago.
3516 * image-mode.el (image-minor-mode): Exit more gracefully when the image
3517 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3519 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3521 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3522 `cd' doesn't always do it for us (bug#5067).
3524 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3525 on 2009-10-25 as part of some other change (bug#5067).
3527 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3529 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3531 (byte-compile-warnings): Use byte-compile-warning-types.
3532 (byte-compile-save-excursion): Warn about use of set-buffer right
3533 after save-excursion.
3535 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3536 the excursion as well.
3538 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
3540 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3541 providing a Tramp related implementation of "su" and "sudo".
3542 (eshell-unix-initialize): Add "su" and "sudo".
3544 2009-11-27 Daiki Ueno <ueno@unixuser.org>
3546 * net/socks.el (socks-send-command): Convert binary request to
3547 unibyte before sending. This fixes mishandling of some port
3548 numbers such as 129.
3550 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3552 * help.el (describe-bindings-internal): Remove `interactive'.
3554 * man.el (Man-completion-table): Trim a terminating "(".
3555 Remove the space between name page a section.
3556 Add the command's description on the `help-echo' property.
3557 Remove `process-connection-type' binding since it's unused by
3559 Provide completion for the "<section> <name>" format as well.
3560 (Man-default-man-entry): Remove spurious var shadowing the argument.
3562 2009-11-26 Kevin Ryde <user42@zip.com.au>
3564 * log-view.el: Add "Keywords: tools", since its other keywords
3565 aren't in finder-known-keywords, and following vc.el.
3567 * sha1.el (sha1-string-external): default-directory "/" in case
3568 otherwise non-existent. process-connection-type pipe for touch of
3569 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3571 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3573 Misc coding convention cleanups.
3574 * htmlfontify.el (hfy-init-kludge-hook): Rename from
3575 hfy-init-kludge-hooks.
3576 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3577 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3578 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3580 (hfy-slant, hfy-weight): Use tables rather than code.
3581 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3582 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3583 (hfy-face-attr-for-class): Initialize `face-spec' directly.
3584 (hfy-face-to-css): Remove `nconc' with single arg.
3585 (hfy-p-to-face-lennart): Use `or'.
3586 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
3587 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3588 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3589 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3590 (hfy-force-fontification): Use run-hooks.
3592 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
3594 Various minor fixes.
3595 * htmlfontify.el (hfy-default-header): Add toggle_invis since
3596 Javascript belongs in the header, not the body.
3597 (hfy-javascript): Remove.
3598 (hfy-fontify-buffer): Don't insert it any more.
3599 (hfy-face-at): Handle (face0 face1 face2) style face properties.
3600 Fix bug in invis handling when there were no invis props in a chunk.
3602 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3604 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3606 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
3608 * finder.el (finder-mode-map): Add a menu.
3610 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
3612 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3615 (verilog-leap-to-head, verilog-backward-token): Handle "disable
3616 fork" statement better.
3618 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
3620 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3621 (verilog-delete-auto, verilog-delete-empty-auto-pair)
3622 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3623 Reported by Clay Douglass.
3625 (verilog-auto-inst, verilog-auto-star-safe)
3626 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3627 Fix removing "// Interfaces" when saving .* expansions. Reported by
3628 Pierre-David Pfister.
3630 2009-11-26 Glenn Morris <rgm@gnu.org>
3632 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3635 2009-11-25 Johan Bockgård <bojohan@gnu.org>
3637 * vc-annotate.el (vc-annotate-revision-previous-to-line):
3638 Really use previous revision.
3640 2009-11-25 Kevin Ryde <user42@zip.com.au>
3642 * man.el (Man-completion-table): default-directory "/" in case
3643 doesn't otherwise exist. process-environment COLUMNS=999 so as
3644 not to truncate long names. process-connection-type pipe to avoid
3645 any chance of hitting the pseudo-tty TIOCGWINSZ.
3646 (man): completion-ignore-case t for friendliness and since man
3647 itself is case-insensitive on the command line.
3648 Further to Bug#3717.
3650 * arc-mode.el: Add "Keywords: files", so the details in its
3651 commentary can be reached from finder-by-keyword.
3652 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
3653 editing mode, but it's comms related and sgml-mode.el has "comm"
3655 * textmodes/bibtex-style.el: Add "Keywords: tex".
3656 * international/isearch-x.el, international/ja-dic-cnv.el:
3657 * international/ja-dic-utl.el, international/kkc.el:
3658 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3660 2009-11-25 Juri Linkov <juri@jurta.org>
3662 * man.el (Man-completion-table): Modify regexp to include
3663 section names to completion strings. (Bug#3717)
3665 2009-11-25 Juri Linkov <juri@jurta.org>
3667 Search recursively in gzipped files. (Bug#4982)
3669 * progmodes/grep.el (grep-highlight-matches): Add new options
3670 `always' and `auto'. Doc fix.
3671 (grep-process-setup): Check `grep-highlight-matches' for
3672 `auto-detect' to determine the need to compute grep defaults.
3673 Move Windows/DOS specific --colors settings handling
3674 to `grep-compute-defaults'. Check `grep-highlight-matches'
3675 to get the value of "--color=".
3676 (grep-compute-defaults): Compute `grep-highlight-matches' when it
3677 has the value `auto-detect'. Move Windows/DOS specific settings
3678 from `grep-process-setup'.
3679 (zrgrep): New command with alias `rzgrep'.
3681 2009-11-25 Juri Linkov <juri@jurta.org>
3683 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3684 to nil instead of switching off view-mode. (Bug#4896)
3686 2009-11-25 Juri Linkov <juri@jurta.org>
3688 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
3690 * mwheel.el (mwheel-scroll-up-function)
3691 (mwheel-scroll-down-function): New defvars.
3692 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3693 `scroll-up', and `mwheel-scroll-down-function' instead of
3696 * doc-view.el (doc-view-scroll-up-or-next-page)
3697 (doc-view-scroll-down-or-previous-page): Add optional ARG.
3698 Use this ARG in the call to image-scroll-up/image-scroll-down.
3699 Change `interactive' spec to "P". Goto next/previous page only
3700 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3701 SPC/DEL case). Doc fix.
3702 (doc-view-next-line-or-next-page)
3703 (doc-view-previous-line-or-previous-page): Rename arg to ARG
3705 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3706 `doc-view-scroll-up-or-next-page', and buffer-local
3707 `mwheel-scroll-down-function' to
3708 `doc-view-scroll-down-or-previous-page'.
3710 2009-11-25 Juri Linkov <juri@jurta.org>
3712 Provide additional default values (directories at other Dired
3713 windows) via M-n in the minibuffer of some Dired commands.
3715 * dired-aux.el (dired-diff, dired-compare-directories)
3716 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3717 `minibuffer-default' in `minibuffer-with-setup-hook'.
3718 (dired-dwim-target-directory): Find a window that displays Dired
3719 buffer instead of failing when the next window is not Dired.
3720 Use `get-window-with-predicate' to find for the next Dired window.
3721 (dired-dwim-target-defaults): New function.
3723 * ediff-util.el (ediff-read-file-name):
3724 Use `dired-dwim-target-defaults' to set `minibuffer-default'
3725 in `minibuffer-with-setup-hook'.
3727 2009-11-25 Juri Linkov <juri@jurta.org>
3729 Provide additional default values (file name at point or at the
3730 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
3732 * minibuffer.el (read-file-name-defaults): New function.
3733 (read-file-name): Reset `minibuffer-default' to nil when
3734 it duplicates initial input `insdef'.
3735 Bind `minibuffer-default-add-function' to lambda that
3736 calls `read-file-name-defaults' in `minibuffer-selected-window'.
3737 (minibuffer-insert-file-name-at-point): New command.
3739 * files.el (file-name-at-point-functions): New defcustom.
3740 (find-file-default): Remove defvar.
3741 (find-file-read-args): Don't use `find-file-default'.
3742 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3743 to `read-file-name'.
3744 (find-file-literally): Use `read-file-name' with
3745 `confirm-nonexistent-file-or-buffer'.
3747 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3749 * dired.el (dired-read-dir-and-switches):
3750 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3751 to `read-file-name'.
3752 (dired-file-name-at-point): New function.
3753 (dired-mode): Add hook `dired-file-name-at-point' to
3754 `file-name-at-point-functions'.
3756 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3758 Really make the *Completions* window soft-dedicated (bug#5030).
3759 * window.el (window--display-buffer-2): Add `dedicated' argument.
3760 (display-buffer): Pass it when needed so the dedicated flag is set
3761 after calling set-window-buffer, which would otherwise reset it.
3763 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3765 * progmodes/meta-mode.el (meta-complete-symbol):
3766 * progmodes/etags.el (complete-tag):
3767 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3768 Use completion-in-region.
3770 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3771 (dabbrev-completion): Use completion-in-region.
3772 (dabbrev--abbrev-at-point): Simplify regexp.
3774 * abbrev.el (abbrev--before-point): Use word-motion functions
3775 if :regexp is not specified (bug#5031).
3777 * subr.el (string-prefix-p): New function.
3779 * man.el (Man-completion-cache): New var.
3780 (Man-completion-table): Use it.
3782 * vc.el (vc-print-log-internal): Make `limit' optional for better
3783 compatibility (e.g. with vc-annotate.el).
3785 2009-11-24 Kevin Ryde <user42@zip.com.au>
3787 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3788 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
3790 * emacs-lisp/elint.el (elint-add-required-env): Better error message
3791 when .el source file not found or other error.
3793 2009-11-24 Markus Triska <markus.triska@gmx.at>
3795 * linum.el (linum-update-window): Ignore intangible (bug#4996).
3797 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3799 Handle the [back] button properly (bug#4979).
3800 * descr-text.el (describe-text-properties): Add a `buffer' argument.
3801 Use help-setup-xref, help-buffer, and with-help-window.
3802 (describe-char): Add `buffer' argument.
3803 Pass proper command to help-setup-xref. Don't meddle with
3804 help-xref-stack-item directly.
3805 (describe-text-category): Use with-help-window and help-buffer.
3807 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3808 for the displayed buffer (bug#4887).
3810 * man.el (Man-completion-table): New function.
3813 2009-11-24 David Reitter <david.reitter@gmail.com>
3815 * vc-git.el (vc-git-registered): Use checkout directory (where
3816 .git is) rather than the file's directory and a relative path spec
3817 to work around a bug in git.
3819 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
3821 Improve handling of processes on remote hosts.
3823 * eshell/esh-util.el (eshell-path-env): New defvar.
3824 (eshell-parse-colon-path): New defun.
3825 (eshell-file-attributes): Use `eshell-parse-colon-path'.
3827 * eshell/esh-ext.el (eshell-search-path):
3828 Use `eshell-parse-colon-path'.
3829 (eshell-remote-command): Remove argument HANDLER.
3830 (eshell-external-command): Check for FTP remote connection.
3832 * eshell/esh-proc.el (eshell-gather-process-output):
3833 Use `file-truename', in order to start also symlinked files.
3834 Apply `start-file-process' instead of `start-process'.
3835 Shorten `command' to the local file name part.
3837 * eshell/em-cmpl.el (eshell-complete-commands-list):
3838 Use `eshell-parse-colon-path'.
3840 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3842 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
3843 to `eshell-directory-change-hook'.
3845 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
3847 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3848 because it could be enabled automatically if view-read-only is non-nil.
3850 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
3852 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3855 2009-11-24 Glenn Morris <rgm@gnu.org>
3857 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3858 deleted variable bookmark-bmenu-bookmark-column.
3860 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3861 Move after definition of global-semantic-idle-tag-highlight-mode.
3863 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3865 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3867 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
3869 * net/browse-url.el (browse-url-filename-alist): On Windows, add
3870 two slashes to the "file:" prefix.
3871 (browse-url-file-url): De-munge Cygwin filenames before passing
3872 them to Windows browser.
3873 (browse-url-default-windows-browser): Use call-process.
3875 2009-11-23 Juri Linkov <juri@jurta.org>
3877 Implement DocView Continuous mode. (Bug#4896)
3878 * doc-view.el (doc-view-continuous-mode): New defcustom.
3879 (doc-view-mode-map): Bind C-n/<down> to
3880 `doc-view-next-line-or-next-page', C-p/<up> to
3881 `doc-view-previous-line-or-previous-page'.
3882 (doc-view-next-line-or-next-page)
3883 (doc-view-previous-line-or-previous-page): New commands.
3885 2009-11-23 Juri Linkov <juri@jurta.org>
3887 Implement Isearch in comint input history. (Bug#3746)
3888 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3889 `isearch-mode-hook'.
3890 (comint-history-isearch): New defcustom.
3891 (comint-history-isearch-backward)
3892 (comint-history-isearch-backward-regexp): New commands.
3893 (comint-history-isearch-message-overlay): New buffer-local variable.
3894 (comint-history-isearch-setup, comint-history-isearch-end)
3895 (comint-goto-input, comint-history-isearch-search)
3896 (comint-history-isearch-message, comint-history-isearch-wrap)
3897 (comint-history-isearch-push-state)
3898 (comint-history-isearch-pop-state): New functions.
3900 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
3902 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3904 (tramp-handle-make-symbolic-link)
3905 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3907 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3908 (tramp-handle-process-file): Use it.
3910 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3912 * window.el (move-to-window-line-last-op): Remove.
3913 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3915 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3917 Make M-r mirror the new cycling behavior of C-l.
3918 * window.el (move-to-window-line-last-op): New var.
3919 (move-to-window-line-top-bottom): New command.
3920 (global-map): Bind M-r move-to-window-line-top-bottom.
3922 2009-11-23 Sven Joachim <svenjoac@gmx.de>
3924 * dired-x.el (dired-guess-shell-alist-default):
3925 Support xz format. (Bug#4953)
3927 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
3929 * cedet/srecode/map.el (srecode-get-maps):
3930 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3931 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3932 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3933 (semantic-toggle-decoration-style):
3934 * cedet/semantic/decorate/include.el
3935 (semantic-decoration-include-describe)
3936 (semantic-decoration-unknown-include-describe)
3937 (semantic-decoration-unparsed-include-describe)
3938 (semantic-decoration-all-include-summary):
3939 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3940 * cedet/semantic/analyze/complete.el
3941 (semantic-analyze-possible-completions):
3942 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3943 (semantic-show-unmatched-syntax-mode)
3944 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3945 (semantic-highlight-func-mode):
3946 * cedet/semantic/util.el (semantic-describe-buffer):
3947 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3948 (semantic-symref-find-tags-by-name)
3949 (semantic-symref-find-tags-by-regexp)
3950 (semantic-symref-find-tags-by-completion)
3951 (semantic-symref-find-file-references-by-name)
3952 (semantic-symref-find-text):
3953 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3955 * cedet/semantic/scope.el (semantic-calculate-scope):
3956 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3957 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3958 (define-semantic-idle-service):
3959 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3960 (semantic-complete-analyze-inline-idle):
3961 * cedet/semantic/analyze.el (semantic-analyze-current-context):
3962 * cedet/mode-local.el (describe-mode-local-bindings)
3963 (describe-mode-local-bindings-in-mode):
3964 * cedet/ede/make.el (ede-make-check-version):
3965 * cedet/ede/locate.el (ede-enable-locate-on-project):
3966 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3967 (cedet-idutils-version-check):
3968 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3969 (cedet-gnu-global-version-check):
3970 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3971 (cedet-cscope-version-check): Use called-interactively-p instead
3974 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3975 Use semantic-format-tag-prototype.
3977 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3979 * emulation/viper-cmd.el: Use viper-last-command-char instead of
3980 last-command-char/last-command-event.
3981 (viper-prefix-arg-value): Do correct conversion of event-char for
3984 * emulation/viper-util.el, emulation/viper.el:
3985 Use viper-last-command-char instead of
3986 last-command-char/last-command-event.
3988 * ediff-init.el, ediff-mult.el, ediff-util.el:
3989 Replace last-command-char and last-command-event
3990 with (ediff-last-command-char) everywhere.
3992 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3993 created in fundamental mode.
3995 * ediff.el (ediff-version): Revert the change of interactive-p to
3996 called-interactively-p.
3998 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
4000 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
4001 generation from word-movement command names.
4003 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
4005 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4006 (semantic-complete-jump-local, semantic-complete-jump):
4007 Improve prompt string.
4009 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4011 * cus-start.el (all): Add native condition for font-use-system-font.
4013 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
4015 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4016 Correct the patch from 2009-11-18. (Bug#3910)
4018 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
4020 * progmodes/subword.el: Rename from lisp/subword.el.
4022 * subword.el: Rename to progmodes/subword.el.
4024 * Makefile.in (ELCFILES): Adapt to subword.el move.
4026 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4027 Stefan Monnier <monnier@iro.umontreal.ca>
4029 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
4030 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
4031 (bookmark-bmenu-show-filenames): Use push.
4032 (bookmark-bmenu-hide-filenames): Use local var instead of
4033 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
4034 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
4035 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
4036 filenames now that the bookmark names are always available.
4038 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4040 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
4041 (bookmark-search-pattern): Move and leave unbound.
4042 (bookmark-bmenu-mode-map): Change binding.
4043 (bookmark-read-search-input): Simplify.
4044 Don't use text-char-description. Don't error on non-char events.
4045 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
4046 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
4047 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
4048 Use a local var for the timer.
4049 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
4050 (i.e. bookmark-bmenu-search).
4052 2009-11-21 Glenn Morris <rgm@gnu.org>
4054 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
4056 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
4058 * net/browse-url.el (browse-url-default-windows-browser):
4059 Use cygstart for cygwin.
4061 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
4063 * bookmark.el: Formatting and doc fixes only:
4064 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
4065 (bookmark-bmenu-search): Wrap to fit within 80 columns.
4066 Minor grammar and punctuation fixes in doc string.
4067 (bookmark-read-search-input): Adjust to fit within 80 columns.
4069 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4071 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
4072 (c-backward-into-nomenclature): Adapt to subword renaming.
4074 * subword.el (subword-forward, subword-backward, subword-mark)
4075 (subword-kill, subword-backward-kill, subword-transpose)
4076 (subword-downcase, subword-upcase, subword-capitalize)
4077 (subword-forward-internal, subword-backward-internal):
4078 Rename from forward-subword, backward-subword, mark-subword,
4079 kill-subword, backward-kill-subword, transpose-subwords,
4080 downcase-subword, upcase-subword, capitalize-subword,
4081 forward-subword-internal, backward-subword-internal.
4083 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4085 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4087 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
4089 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
4090 (bookmark-bmenu-filter-alist-by-regexp)
4091 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
4092 (bookmark-bmenu-search): New command.
4093 (bookmark-bmenu-mode-map): Bind it.
4095 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4097 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4099 * cedet/semantic/idle.el (define-semantic-idle-service)
4100 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
4102 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
4104 * progmodes/cc-cmds.el: declare-functioned forward-subword and
4105 backward-subword to quit the byte-compiler.
4107 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
4109 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
4111 * progmodes/cc-cmds.el (c-update-modeline)
4112 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4113 Refer to subword.el functions instead of cc-subword.el.
4115 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
4116 subword.el functions instead of cc-subword.el.
4118 * progmodes/cc-subword.el: Rename to subword.el.
4119 * subword.el: Rename from progmodes/cc-subword.el.
4120 (subword-mode-map): Rename from c-subword-mode-map.
4121 (subword-mode): Rename from c-subword-mode.
4122 (global-subword-mode): New global minor mode.
4123 (forward-subword): Rename from c-forward-subword.
4124 (backward-subword): Rename from c-backward-subword.
4125 (mark-subword): Rename from c-mark-subword.
4126 (kill-subword): Rename from c-kill-subword.
4127 (backward-kill-subword): Rename from c-backward-kill-subword.
4128 (transpose-subwords): Rename from c-tranpose-subword.
4129 (downcase-subword): Rename from c-downcase-subword.
4130 (capitalize-subword): Rename from c-capitalize-subword.
4131 (forward-subword-internal): Rename from c-forward-subword-internal.
4132 (backward-subword-internal): Rename from c-backward-subword-internal.
4134 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4136 * vc.el (vc-deduce-fileset): Allow non-state changing operations
4137 from a dired buffer.
4138 (vc-dired-deduce-fileset): New function.
4139 (vc-root-diff, vc-print-root-log): Use it.
4141 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
4142 nil LIMIT argument to vc-print-log-internal.
4144 2009-11-20 Glenn Morris <rgm@gnu.org>
4146 * Makefile.in (ELCFILES): Regenerate.
4148 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
4150 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
4152 * cedet/semantic.el: Enable idle-mode menu items only if
4153 global-semantic-idle-scheduler-mode is enabled.
4154 (semantic-default-submodes): Doc fix.
4156 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
4157 When turning off, disable other idle modes.
4159 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
4161 * calc/calc.el (calc-set-mode-line):
4162 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4163 (math-format-number): Rename `math-format-complement-signed' to
4164 `math-format-twos-complement'.
4166 * calc/calc-bin.el (math-format-twos-complement): Rename from
4167 math-format-complement-signed.
4168 (calc-radix): Rename `calc-complement-signed-mode' to
4169 `calc-twos-complement-mode'.
4170 (calc-octal-radix, calc-hex-radix): Add an argument for
4173 * calc/calc-embed.el (calc-embedded-mode-vars):
4174 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4176 * calc/calc-ext.el (calc-init-extensions):
4177 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
4178 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
4180 * calc/calc-units.el (math-build-units-table-buffer):
4181 Let `calc-twos-complement-mode' be nil.
4183 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
4186 * calc/calc-vec.el (calcFunc-vunpack):
4187 * calc/calc-aent.el (calc-do-calc-eval):
4188 * calc/calc-forms.el (math-format-date):
4189 * calc/calc-graph.el (calc-graph-plot):
4190 * calc/calc-math.el (math-use-emacs-fn):
4191 * calc/calccomp.el (math-compose-expr):
4192 Let `calc-twos-complement-mode' be nil.
4194 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4196 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
4197 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
4198 * minibuffer.el (completion-in-region-functions): New hook.
4199 (completion-in-region): New function.
4200 * emacs-lisp/lisp.el (lisp-complete-symbol):
4201 * pcomplete.el (pcomplete-std-complete): Use it.
4203 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
4205 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
4206 (latex-complete-alist): New vars.
4207 (latex-string-prefix-p, latex-complete-bibtex-keys)
4208 (latex-complete-envnames, latex-complete-refkeys)
4209 (latex-complete-data): New functions.
4210 (latex-complete, latex-indent-or-complete): New commands.
4212 * window.el (display-buffer-mark-dedicated): New var.
4213 (display-buffer): Obey it.
4214 * minibuffer.el (minibuffer-completion-help): Use it.
4216 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4218 * filecache.el (file-cache-add-file): Use push and cons.
4219 (file-cache-delete-file-regexp): Use push.
4220 (file-cache-complete): Use completion-in-region.
4222 * simple.el (with-wrapper-hook): Fix thinko.
4224 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4225 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4226 Use with-current-buffer and string-to-number.
4227 (hfy-fallback-colour-values): Use assoc-string.
4228 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4229 (hfy-face-at): Remove unused var `found-face'.
4230 (hfy-compile-stylesheet): Remove unused var `css'.
4231 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4233 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4234 Use with-current-buffer.
4235 (hfy-text-p): Use expand-file-name and fewer setq.
4237 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
4239 * htmlfontify.el, hfy-cmap.el: New files.
4241 2009-11-19 Juri Linkov <juri@jurta.org>
4243 * minibuffer.el (completions-format): New defcustom.
4244 (completion--insert-strings): Implement vertical format.
4246 * simple.el (switch-to-completions): Move point to the first
4247 completion when point was at the beginning of the buffer.
4249 2009-11-19 Juri Linkov <juri@jurta.org>
4251 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
4253 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4255 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
4257 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4258 (mail-signature): Change default to t.
4259 (mail-from-style): Deprecate `system-default' value.
4260 (mail-insert-from-field): For default value of mail-from-style,
4261 default to `angles' unless `angles' needs quoting and `parens'
4263 (mail-citation-prefix-regexp): Use citation regexp from
4266 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
4268 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4269 Set variables for computing the prompt for reading password.
4271 2009-11-19 Glenn Morris <rgm@gnu.org>
4273 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4275 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4277 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4278 (newsticker-treeview-listwindow-height): Fix custom type.
4280 2009-11-19 Kenichi Handa <handa@m17n.org>
4282 * descr-text.el (describe-char-padded-string): Compose with TAB
4283 only if there's a font for CH.
4284 (describe-char): Fix the condition for detecting a trivial composition.
4286 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
4288 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4289 more accurate version of the regexp. (Bug#3910)
4291 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4293 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4295 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
4297 * font-setting.el (font-use-system-font): Declare for byte-compiler.
4298 (font-setting-change-default-font): Fix typo in docstring.
4300 2009-11-18 Alan Mackenzie <acm@muc.de>
4302 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4304 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4306 * font-setting.el (font-use-system-font): Move ...
4308 * cus-start.el (all): ... to here.
4310 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
4312 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4313 Don't set `ad-return-value' if `ad-do-it' doesn't.
4315 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4318 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4320 * menu-bar.el: Put "Use system font" in Option-menu.
4321 (menu-bar-options-save): Add font-use-system-font.
4323 * loadup.el: If feature system-font-setting or font-render-setting is
4324 there, load font-setting.
4326 * Makefile.in (ELCFILES): Add font-settings.el.
4327 * font-setting.el: New file.
4329 2009-11-17 Glenn Morris <rgm@gnu.org>
4331 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4333 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4334 Preserve point in the list buffer. (Bug#4939)
4336 (newsticker--treeview-list-update-highlight)
4337 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4339 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4341 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4344 * calc/calc-ext.el (calc-init-extensions): Remove references to
4347 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4349 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4350 * calc/calc-help.el (calc-b-prefix-help): Remove references to
4353 2009-11-16 Kevin Ryde <user42@zip.com.au>
4355 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4356 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4358 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4359 (lm-keywords-list): Allow comma-only separator like "foo,bar".
4360 Ignore trailing spaces by omit-nulls to split-string (fixing
4361 regression from Emacs 21 due to the incompatible split-string
4362 change). (Bug #4928.)
4364 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
4366 * vc.el (vc-log-show-limit): Default to 2000.
4367 (vc-print-log-internal): Insert buttons to request more entries
4368 when limiting the output.
4370 * vc-sccs.el (vc-sccs-print-log):
4371 * vc-rcs.el (vc-rcs-print-log):
4372 * vc-cvs.el (vc-cvs-print-log):
4373 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4376 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4378 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4379 error when `tramp-gvfs-dbus-event-vector' is set.
4380 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4382 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4384 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4386 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
4388 * net/dbus.el (dbus-unregister-service): New defun.
4389 (dbus-register-property): Register the handlers of
4390 "org.freedesktop.DBus.Properties" for SERVICE.
4391 (dbus-property-handler): Fix docstring.
4393 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4395 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4396 Quote doc string reference in defvaralias as it is not in special form.
4397 (byte-compile-output-docform): Doc fix.
4399 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
4401 * calc/calc.el (math-2-word-size, math-half-2-word-size)
4402 (calc-complement-signed-mode): New variables.
4403 (calc-set-mode-line): Add indicator for twos-complements.
4404 (math-format-number): Format twos-complement notation.
4406 * calc/calc-bin.el (calc-word-size): Reset the variables
4407 `math-2-word-size' and `math-half-2-word-size'.
4408 (math-format-complement-signed, math-symclip, calcFunc-symclip)
4409 (calc-symclip): New functions.
4411 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4413 * calc/calc-embed.el (calc-embedded-mode-vars):
4414 Add `calc-complement-signed-mode' to the list of modes.
4416 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4417 (calc-b-oper-keys): Add `calc-symclip' to list.
4419 * calc/calc-ext.el (math-read-number-fancy): Read complement
4421 (calc-init-extensions): Add binding for `calc-symclip'.
4422 Add autoload for `calcFunc-symclip' and `calc-symclip'.
4424 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4426 (calc-modes-menu): Add item for twos complement mode.
4428 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4430 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4432 * register.el (jump-to-register, insert-register): Handle Semantic
4433 tags. From commented-out advice in semantic/senator.el.
4435 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4437 * vc.el (vc-log-show-limit): New variable.
4438 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
4439 when using a prefix argument.
4440 (vc-print-log-internal): Add new argument LIMIT.
4442 * vc-svn.el (vc-svn-print-log):
4443 * vc-mtn.el (vc-mtn-print-log):
4444 * vc-hg.el (vc-hg-print-log):
4445 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4446 pass it to the log command when set. Make the BUFFER argument
4449 * vc-sccs.el (vc-sccs-print-log):
4450 * vc-rcs.el (vc-rcs-print-log):
4451 * vc-git.el (vc-git-print-log):
4452 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4453 ignore it. Make the BUFFER argument non-optional
4455 * bindings.el (mode-line-buffer-identification): Do not purecopy.
4457 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
4459 * dired.el (dired-mode-map): Move encryption items to "Operate"
4462 * strokes.el (strokes-update-window-configuration): Make strokes
4463 buffer current before erasing (Bug#4906).
4465 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4466 (semantic-idle-summary-mode): Define using define-minor-mode
4467 instead of define-semantic-idle-service.
4468 (semantic-idle-summary-mode): New function.
4469 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4470 that mouse motion does not reset the echo area.
4472 2009-11-15 Juri Linkov <juri@jurta.org>
4474 * simple.el (set-mark-default-inactive): Add :type, :group
4475 and :version. (Bug#4876)
4477 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
4479 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4480 (archive-unique-fname): ... here. (Bug#4929)
4482 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4484 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4487 * novice.el (disabled-command-function): Add useful args.
4488 Setup the help buffer so that [back] works.
4489 Remove redundant call to help-mode.
4490 (disabled-command-function): Use `case'.
4491 (en/disable-command): New function extracted from enable-command.
4492 (enable-command, disable-command): Use it.
4494 2009-11-14 Glenn Morris <rgm@gnu.org>
4496 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4497 constants. (Bug#4913)
4499 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4501 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4503 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4504 defined in C that have no doc-strings. (Bug#1063)
4506 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
4508 * cus-edit.el (data, files):
4509 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
4511 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4513 * simple.el (shell-command): Doc fix (Bug#4891).
4515 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4517 2009-11-14 Glenn Morris <rgm@gnu.org>
4519 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4520 statements for vc-diff, emerge-quit, and rmail-cease-edit.
4521 If they are already loaded, eval-after-load will do the right thing.
4523 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4526 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4528 * simple.el (x-selection-owner-p): Declare.
4529 (read-mail-command): Use custom radio type rather than choice.
4530 (completion-no-auto-exit): Doc fix.
4532 * custom.el (defgroup):
4533 * epg-config.el (epg): Doc fixes.
4535 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
4537 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4538 * international/ccl.el (define-ccl-program): Do not purecopy the
4539 docstring, defconst does it anyway.
4541 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4543 * add-log.el (add-change-log-entry): Avoid displaying the changelog
4546 * x-dnd.el (x-dnd-maybe-call-test-function):
4547 * window.el (split-window-vertically):
4548 * whitespace.el (whitespace-help-on):
4549 * vc-rcs.el (vc-rcs-consult-headers):
4550 * userlock.el (ask-user-about-lock-help)
4551 (ask-user-about-supersession-help):
4552 * type-break.el (type-break-force-mode-line-update):
4553 * time-stamp.el (time-stamp-conv-warn):
4554 * terminal.el (te-set-output-log, te-more-break, te-filter)
4555 (te-sentinel, terminal-emulator):
4556 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4557 (term-write-input-ring, term-check-source, term-start-output-log):
4558 (term-display-buffer-line, term-dynamic-list-completions):
4559 (term-ansi-make-term, serial-term):
4560 * subr.el (selective-display):
4561 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4562 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4563 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4564 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4565 (speedbar-remove-localized-speedbar-support)
4566 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4567 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4568 (speedbar-buffers-line-directory):
4569 * simple.el (shell-command-on-region, append-to-buffer)
4570 (prepend-to-buffer):
4571 * shadowfile.el (shadow-save-todo-file):
4572 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4573 (scroll-bar-maybe-set-window-start):
4574 * sb-image.el (speedbar-image-dump):
4575 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4576 (load-save-place-alist-from-file):
4577 * ps-samp.el (ps-print-message-from-summary):
4578 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4579 (ps-background-image, ps-begin-job, ps-do-despool):
4580 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4581 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4582 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4583 (pr-call-process, pr-file-list, pr-interface-save):
4584 * novice.el (disabled-command-function)
4585 (enable-command, disable-command):
4586 * mouse.el (mouse-buffer-menu-alist):
4587 * mouse-copy.el (mouse-kill-preserving-secondary):
4588 * macros.el (kbd-macro-query):
4589 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4590 * informat.el (batch-info-validate):
4591 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4592 * hippie-exp.el (try-expand-dabbrev-visible):
4593 * help-mode.el (help-make-xrefs):
4594 * help-fns.el (describe-variable):
4595 * generic-x.el (bat-generic-mode-run-as-comint):
4596 * finder.el (finder-mouse-select):
4597 * find-dired.el (find-dired-sentinel):
4598 * filesets.el (filesets-file-close):
4599 * files.el (list-directory):
4600 * faces.el (list-faces-display, describe-face):
4601 * facemenu.el (list-colors-display):
4602 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4603 * epg.el (epg--process-filter, epg-cancel):
4604 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4605 (epa--read-signature-type):
4606 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4607 (emerge-file-names):
4608 * ehelp.el (electric-helpify):
4609 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4610 * ediff-vers.el (rcs-ediff-view-revision):
4611 * ediff-util.el (ediff-setup):
4612 * ediff-mult.el (ediff-append-custom-diff):
4613 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4615 * echistory.el (Electric-command-history-redo-expression):
4616 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4617 * disp-table.el (describe-display-table):
4618 * dired.el (dired-find-buffer-nocreate):
4619 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4620 * dabbrev.el (dabbrev--same-major-mode-p):
4621 * chistory.el (list-command-history):
4622 * apropos.el (apropos-documentation):
4623 * allout.el (allout-obtain-passphrase):
4624 (allout-copy-exposed-to-buffer):
4625 (allout-verify-passphrase): Use with-current-buffer.
4627 2009-11-13 Glenn Morris <rgm@gnu.org>
4629 * Makefile.in (ELCFILES): Regenerate.
4631 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
4633 * net/dbus.el (dbus-registered-objects-table): Rename from
4634 `dbus-registered-functions-table', because it contains also properties.
4635 (dbus-unregister-object): Unregister also properties.
4636 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4637 Use a timeout of 500 msec, in order to not block.
4638 (dbus-register-property, dbus-property-handler): New defuns.
4640 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4642 * simple.el (minibuffer-default-add-completions): Drop deprecated
4645 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
4647 * textmodes/artist.el (artist-mouse-choose-operation):
4648 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4649 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4650 (artist-compute-up-event-key): New function.
4651 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4653 2009-11-13 Kenichi Handa <handa@m17n.org>
4655 * language/japan-util.el: Make sure that the value of jisx0208
4656 property is jisx0208 character.
4658 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
4660 * international/mule.el (auto-coding-regexp-alist): Only purecopy
4661 car or each item, not the whole list.
4663 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4665 * minibuffer.el (minibuffer-completion-help):
4666 Use minibuffer-hide-completions.
4668 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
4670 * dired.el (dired-save-positions, dired-restore-positions): New funs.
4671 (dired-revert): Use them (bug#4880).
4673 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4675 * tooltip.el (tooltip-frame-parameters): Undo previous change.
4677 2009-11-12 Juri Linkov <juri@jurta.org>
4679 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4681 (find-file-literally-at-point): Alias of `ffap-literally'.
4683 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
4685 * textmodes/ispell.el (ispell-skip-region-alist):
4686 * textmodes/css-mode.el (auto-mode-alist):
4687 * progmodes/compile.el (auto-mode-alist):
4688 * international/mule.el (ctext-non-standard-encodings-alist)
4689 (ctext-non-standard-encodings-regexp):
4690 * simple.el (shell-command-switch, text-read-only):
4691 * replace.el (occur-mode-map):
4692 * paths.el (rmail-file-name):
4693 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4694 * find-file.el (ff-special-constructs):
4695 * files.el (file-name-handler-alist):
4696 * composite.el: Purecopy strings.
4698 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4700 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4702 * widget.el (define-widget): Purecopy the docstring.
4703 * international/mule-cmds.el (charset): Do not purecopy the
4704 docstring here, define-widget does it.
4706 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4707 * textmodes/bibtex-style.el (auto-mode-alist):
4708 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4709 * progmodes/compile.el (compile-command):
4710 * language/korea-util.el (default-korean-keyboard):
4711 * international/mule-conf.el (file-coding-system-alist):
4712 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4713 * tooltip.el (tooltip-frame-parameters):
4714 * newcomment.el (comment-end, comment-padding):
4715 * dired.el (dired-trivial-filenames):
4716 * comint.el (comint-file-name-prefix): Purecopy initial values.
4718 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
4720 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4721 (tramp-advice-minibuffer-electric-tilde): Unload advices via
4723 (tramp-advice-make-auto-save-file-name)
4724 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4725 after removing the advice.
4727 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
4729 * progmodes/grep.el (grep-regexp-alist):
4730 * international/mule-cmds.el (iso-2022-control-alist):
4731 * emacs-lisp/timer.el (timer-duration-words):
4732 * subr.el (version-separator, version-regexp-alist):
4733 * minibuffer.el (completion-styles-alist):
4734 * faces.el (face-attribute-name-alist, list-faces-sample-text):
4735 Change defvars to defconsts.
4737 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4738 * loadup.el ("international/mule-conf"): Load the byte compiled version.
4739 * international/mule-conf.el: Allow to be byte compiled.
4741 * international/mule.el (define-charset): Purecopy props.
4742 (load-with-code-conversion): Purecopy doc string and file name.
4743 (put-charset-property): Purecopy strings.
4744 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4746 * international/mule-cmds.el (register-input-method): Purecopy arguments.
4747 (define-char-code-property): Correctly purecopy the table.
4749 * international/ccl.el (define-ccl-program): Purecopy the docstring.
4751 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4753 * subr.el (add-hook): Purecopy strings.
4754 (eval-after-load): Purecopy load-history-regexp and the form.
4756 * custom.el (custom-declare-group): Purecopy load-file-name.
4758 * subr.el (menu-bar-separator): New defconst.
4759 * net/eudc.el (eudc-tools-menu):
4760 * international/mule-cmds.el (set-coding-system-map)
4762 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4763 * vc-hooks.el (vc-menu-map):
4764 * replace.el (occur-mode-map):
4765 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4766 (menu-bar-edit-menu, menu-bar-goto-menu)
4767 (menu-bar-custom-menu, menu-bar-showhide-menu)
4768 (menu-bar-options-menu, menu-bar-tools-menu)
4769 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4770 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4771 (menu-bar-help-menu):
4772 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4773 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4775 * term/x-win.el (x-gtk-stock-map):
4776 * progmodes/vera-mode.el (auto-mode-alist):
4777 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4778 (inferior-lisp-program, inferior-lisp-load-command):
4779 * progmodes/hideshow.el (hs-special-modes-alist):
4780 * progmodes/gud.el (same-window-regexps):
4781 * progmodes/grep.el (grep-program, find-program, xargs-program):
4782 * net/telnet.el (same-window-regexps):
4783 * net/rlogin.el (same-window-regexps):
4784 * language/ethiopic.el (font-ccl-encoder-alist):
4785 * vc-sccs.el (vc-sccs-master-templates):
4786 * vc-rcs.el (vc-rcs-master-templates):
4787 * subr.el (cl-assertion-failed):
4788 * simple.el (next-error-overlay-arrow-position):
4789 * lpr.el (lpr-command):
4790 * locate.el (locate-ls-subdir-switches):
4791 * info.el (same-window-regexps, info)
4792 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4793 * image-mode.el (image-mode, auto-mode-alist):
4794 * hippie-exp.el (hippie-expand-ignore-buffers):
4795 * format.el (format-alist):
4796 * find-dired.el (find-ls-subdir-switches, find-grep-options)
4798 * facemenu.el (facemenu-keybindings):
4799 * dired.el (dired-listing-switches, dired-chown-program):
4800 * diff.el (diff-switches, diff-command):
4801 * cus-edit.el (same-window-regexps):
4802 * bindings.el (mode-line-mule-info)
4803 (mode-line-buffer-identification): Purecopy strings.
4805 2009-11-11 Juri Linkov <juri@jurta.org>
4807 * simple.el (dired-get-filename) <declare-function>:
4808 Tell the byte-compiler about dired-get-filename.
4809 (shell-command): In Dired mode, get filename from the current line
4810 as the default value.
4812 2009-11-10 Glenn Morris <rgm@gnu.org>
4814 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4815 * calendar/holidays.el, progmodes/cperl-mode.el:
4816 Update x-popup-menu declarations.
4818 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4819 (list-load-path-shadows): Use dolist.
4820 (list-load-path-shadows): Use with-current-buffer.
4822 2009-11-10 Juri Linkov <juri@jurta.org>
4824 * minibuffer.el (read-file-name): Support a list of default values
4825 in `default-filename'. Use the first file name where only one
4826 element is required. Doc fix.
4828 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
4830 * net/dbus.el (dbus-unregister-object): Release service, if no
4831 other method is registered for it.
4833 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
4835 * bookmark.el (bookmark-completing-read): Sort bookmark names if
4836 bookmark-sort-flag is non-nil (Bug#4653).
4838 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4840 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4841 the progress reporter entirely.
4843 * emulation/cua-base.el: Add CUA property to some CC mode commands
4846 2009-11-08 Kevin Ryde <user42@zip.com.au>
4848 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4849 at end of sentence (Bug#4818).
4851 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
4853 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4854 Handle "see declaration of" MSFT statements (Bug#4100).
4856 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
4858 * net/tramp.el (tramp-advice-make-auto-save-file-name)
4859 (tramp-advice-file-expand-wildcards): Unload via
4862 * net/trampver.el: Update release number.
4864 2009-11-08 Kevin Ryde <user42@zip.com.au>
4866 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4869 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
4871 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4872 in order to keep context in SELinux.
4874 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4876 * dired-aux.el (dired-query): Place cursor in echo area and allow
4879 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4880 menu item if not on a directory (Bug#4701).
4882 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
4884 Sync with Tramp 2.1.17.
4886 * net/tramp.el (tramp-handle-copy-directory): Don't use
4887 `file-remote-p' (due to compatibility).
4889 * net/tramp-compat.el (tramp-compat-copy-directory)
4890 (tramp-compat-delete-directory): New defuns.
4892 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4893 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4894 `tramp-compat-delete-directory'.
4896 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4897 (tramp-smb-handle-delete-directory): Use
4898 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4900 * net/trampver.el: Update release number.
4902 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
4904 * tar-mode.el (tar-copy): Call write-region on the right buffer
4907 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4908 by hand, if necessary (Bug#4878).
4910 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
4912 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4913 align size column (Bug#4839).
4915 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4918 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4920 * progmodes/ld-script.el (auto-mode-alist):
4921 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4923 * cus-face.el (custom-declare-face): Purecopy face spec.
4925 2009-11-06 Kenichi Handa <handa@m17n.org>
4927 * international/uni-bidi.el: Re-generated.
4928 * international/uni-category.el: Re-generated.
4929 * international/uni-combining.el: Re-generated.
4930 * international/uni-mirrored.el: Re-generated.
4932 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
4934 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4935 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4936 (tex-start-options, slitex-run-command, latex-run-command)
4937 (tex-run-command, tex-directory):
4938 * textmodes/ispell.el (ispell-html-skip-alists)
4939 (ispell-tex-skip-alists, ispell-tex-skip-alists):
4940 * textmodes/fill.el (adaptive-fill-first-line-regexp):
4941 (adaptive-fill-regexp):
4942 * textmodes/dns-mode.el (auto-mode-alist):
4943 * progmodes/python.el (interpreter-mode-alist):
4944 * progmodes/etags.el (tags-compression-info-list):
4945 * progmodes/etags.el (tags-file-name):
4946 * net/browse-url.el (browse-url-galeon-program)
4947 (browse-url-firefox-program):
4948 * mail/sendmail.el (mail-signature-file)
4949 (mail-citation-prefix-regexp):
4950 * international/mule-conf.el (eight-bit):
4951 * international/latexenc.el (latex-inputenc-coding-alist):
4952 * international/fontset.el (x-pixel-size-width-font-regexp):
4953 * emacs-lisp/warnings.el (warning-type-format):
4954 * emacs-lisp/trace.el (trace-buffer):
4955 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4956 (emacs-lisp-mode-map):
4957 * calendar/holidays.el (holiday-solar-holidays)
4958 (holiday-bahai-holidays, holiday-islamic-holidays)
4959 (holiday-christian-holidays, holiday-hebrew-holidays)
4960 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4961 (hebrew-holidays-1, holiday-oriental-holidays)
4962 (holiday-general-holidays):
4963 * x-dnd.el (x-dnd-known-types):
4964 * tool-bar.el (tool-bar):
4965 * startup.el (site-run-file):
4966 * shell.el (shell-dumb-shell-regexp):
4967 * rfn-eshadow.el (file-name-shadow-tty-properties)
4968 (file-name-shadow-properties):
4969 * paths.el (remote-shell-program, news-directory):
4970 * mouse.el ([C-down-mouse-3]):
4971 * menu-bar.el (menu-bar-tools-menu):
4972 * jka-cmpr-hook.el (jka-compr-load-suffixes)
4973 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4974 (jka-compr-compression-info-list):
4975 * isearch.el (search-whitespace-regexp):
4976 * image-file.el (image-file-name-extensions):
4977 * find-dired.el (find-ls-option):
4978 * files.el (directory-listing-before-filename-regexp)
4979 (directory-free-space-args, insert-directory-program)
4980 (list-directory-brief-switches, magic-fallback-mode-alist)
4981 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4982 (automount-dir-prefix):
4983 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4984 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4985 (face-font-registry-alternatives, face-font-registry-alternatives)
4986 (face-font-family-alternatives):
4987 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4988 (facemenu-foreground-menu, facemenu-face-menu):
4989 * epa-hook.el (epa-file-name-regexp):
4990 * dnd.el (dnd-protocol-alist):
4991 * textmodes/rst.el (auto-mode-alist):
4992 * button.el (default-button): Purecopy strings.
4994 2009-11-06 Glenn Morris <rgm@gnu.org>
4996 * Makefile.in (ELCFILES): Update.
4998 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5000 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
5001 * emacs-lisp/levents.el: Move to obsolete/levents.el.
5003 * nxml/xsd-regexp.el (xsdre-gen-categories):
5004 * nxml/xmltok.el (xmltok-parse-entity):
5005 * nxml/rng-parse.el (rng-parse-validate-file):
5006 * nxml/rng-maint.el (rng-format-manual)
5007 (rng-manual-output-force-new-line):
5008 * nxml/rng-loc.el (rng-save-schema-location-1):
5009 * nxml/rng-cmpct.el (rng-c-parse-file):
5010 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
5011 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
5013 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
5015 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
5016 Remove extra save-excursions and make-variable-buffer-local's.
5017 Suggested by Stefan Monnier.
5019 (verilog-getopt-file, verilog-module-inside-filename-p)
5020 (verilog-set-define): Merge GNU 1.35 and repair changes from
5021 switching to using with-current-buffer.
5023 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
5024 being treated as a number and confusing AUTORESET.
5025 Reported by Dan Dever.
5027 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
5028 Add verilog-auto-ignore-concat to fix backward compatibility with
5029 older verilog-modes. Reported by Dan Katz.
5031 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
5032 containing closing anchors "...$".
5034 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
5035 Reported by Wade Smith.
5037 (verilog-batch-execute-func): Comment on function usage.
5039 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
5041 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
5044 (verilog-label-re, verilog-calc-1): Support proper indent of named
5047 (verilog-backward-token, verilog-basic-complete-re)
5048 (verilog-beg-of-statement, verilog-indent-re): Support proper
5049 indent of the assert statement at the beginning of a block of text.
5051 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
5052 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
5055 2009-11-05 Glenn Morris <rgm@gnu.org>
5057 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
5058 Emacs 19. (Bug#1531)
5059 (byte-compile-fix-header): Update for the above change.
5060 Drop test for epoch::version.
5062 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
5063 * cus-dep.el (custom-make-dependencies):
5064 * finder.el (finder-compile-keywords):
5065 Use autoload-rubric's feature argument.
5067 * calendar/diary-lib.el (top-level): Make load behave more like require.
5069 * vc-git.el (vc-git-stash-map): Move definition before use.
5071 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
5073 * custom.el (custom-declare-group): Purecopy standard-value.
5074 (custom-declare-group): Purecopy custom-prefix.
5076 * international/mule.el (load-with-code-conversion):
5077 Call do-after-load-evaluation unconditionally.
5079 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
5081 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5083 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5085 2009-11-04 Glenn Morris <rgm@gnu.org>
5087 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
5088 (byte-compile-compatibility): Remove option.
5089 (byte-compile-close-variables, byte-compile-fix-header)
5090 (byte-compile-insert-header, byte-compile-output-docform)
5091 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
5092 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
5093 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
5094 (byte-compile-insert, byte-compile-defun):
5095 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
5096 (byte-defop-compiler19): Remove.
5097 Without byte-compile-compatibility, the 'emacs19-opcode property is not
5098 used by anything. Replace all calls with byte-defop-compiler.
5100 2009-11-04 Juri Linkov <juri@jurta.org>
5102 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
5103 (menu-bar-options-menu): Don't quote the `prop' arg of
5104 `menu-bar-make-mm-toggle'.
5106 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
5108 * calendar/calendar.el (cal-loaddefs):
5109 * calendar/diary-lib.el (diary-loaddefs):
5110 * calendar/holidays.el (hol-loaddefs):
5111 * eshell/esh-module.el (esh-groups): Load rather than require.
5113 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5115 * calendar/todo-mode.el (todo-add-category): Don't hardcode
5117 (todo-top-priorities): Only display-buffer when called interactively.
5118 (todo-item-start): Don't save excursion point.
5119 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
5120 (todo-insert-item-here, todo-file-item, todo-remove-item):
5121 Adjust uses of todo-item-start and todo-item-end.
5123 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
5124 (autoload-rubric): Don't use any more.
5125 * cedet/semantic/fw.el (semantic/loaddefs):
5126 * cedet/srecode.el (srecode/loaddefs):
5127 * cedet/ede.el (ede/loaddefs): Load rather than require.
5128 * cedet/ede/cpp-root.el:
5129 * cedet/ede/emacs.el:
5130 * cedet/ede/files.el:
5131 * cedet/ede/linux.el:
5132 * cedet/ede/locate.el:
5133 * cedet/ede/make.el:
5134 * cedet/ede/shell.el:
5135 * cedet/ede/speedbar.el:
5136 * cedet/ede/system.el:
5137 * cedet/ede/util.el:
5138 * cedet/semantic/analyze.el:
5139 * cedet/semantic/bovine.el:
5140 * cedet/semantic/complete.el:
5141 * cedet/semantic/ctxt.el:
5142 * cedet/semantic/db-file.el:
5143 * cedet/semantic/db-find.el:
5144 * cedet/semantic/db-global.el:
5145 * cedet/semantic/db-mode.el:
5146 * cedet/semantic/db-typecache.el:
5147 * cedet/semantic/db.el:
5148 * cedet/semantic/debug.el:
5149 * cedet/semantic/dep.el:
5150 * cedet/semantic/doc.el:
5151 * cedet/semantic/edit.el:
5152 * cedet/semantic/find.el:
5153 * cedet/semantic/format.el:
5154 * cedet/semantic/html.el:
5155 * cedet/semantic/ia-sb.el:
5156 * cedet/semantic/ia.el:
5157 * cedet/semantic/idle.el:
5158 * cedet/semantic/lex-spp.el:
5159 * cedet/semantic/lex.el:
5160 * cedet/semantic/mru-bookmark.el:
5161 * cedet/semantic/scope.el:
5162 * cedet/semantic/senator.el:
5163 * cedet/semantic/sort.el:
5164 * cedet/semantic/symref.el:
5165 * cedet/semantic/tag-file.el:
5166 * cedet/semantic/tag-ls.el:
5167 * cedet/semantic/tag-write.el:
5168 * cedet/semantic/tag.el:
5169 * cedet/semantic/util-modes.el:
5170 * cedet/semantic/analyze/complete.el:
5171 * cedet/semantic/analyze/refs.el:
5172 * cedet/semantic/bovine/c.el:
5173 * cedet/semantic/bovine/gcc.el:
5174 * cedet/semantic/bovine/make.el:
5175 * cedet/semantic/bovine/scm.el:
5176 * cedet/semantic/decorate/include.el:
5177 * cedet/semantic/decorate/mode.el:
5178 * cedet/semantic/symref/cscope.el:
5179 * cedet/semantic/symref/global.el:
5180 * cedet/semantic/symref/grep.el:
5181 * cedet/semantic/symref/idutils.el:
5182 * cedet/semantic/symref/list.el:
5183 * cedet/semantic/wisent/java-tags.el:
5184 * cedet/semantic/wisent/javascript.el:
5185 * cedet/srecode/compile.el:
5186 * cedet/srecode/cpp.el:
5187 * cedet/srecode/document.el:
5188 * cedet/srecode/el.el:
5189 * cedet/srecode/expandproto.el:
5190 * cedet/srecode/getset.el:
5191 * cedet/srecode/insert.el:
5192 * cedet/srecode/java.el:
5193 * cedet/srecode/map.el:
5194 * cedet/srecode/mode.el:
5195 * cedet/srecode/template.el:
5196 * cedet/srecode/texi.el: Remove the file-local setting of
5197 generated-autoload-feature.
5199 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
5200 and only put a prop if it is non-nil.
5202 2009-11-03 Juri Linkov <juri@jurta.org>
5204 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
5205 (menu-bar-options-menu): Fix list quoting (Bug#4429).
5207 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
5208 and "Menu" to make top-level menu item visually one unit (like
5209 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
5210 multi-word menu items). Fix :help string for quit-window.
5212 2009-11-03 Glenn Morris <rgm@gnu.org>
5214 * cedet/mode-local.el (with-mode-local): Doc fix.
5216 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5217 (byte-compile-file-form-define-abbrev-table)
5218 (byte-compile-file-form-custom-declare-variable)
5219 (byte-compile-variable-ref, byte-compile-defvar):
5220 Whether or not a warning is enabled should only affect whether we issue
5221 the warning, not whether or not we collect the relevant data.
5222 Eg warnings can be turned on and off throughout the course of a file.
5224 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5225 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5227 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5229 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5230 * play/mpuz.el (mpuz-create-buffer):
5231 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5232 (lm-print-y,s,noise, lm-print-w0, lm-init):
5233 * play/gomoku.el (gomoku-prompt-for-move):
5234 * play/fortune.el (fortune-in-buffer):
5235 * play/dissociate.el (dissociated-press):
5236 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5237 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5238 * mail/supercite.el (sc-eref-show):
5239 * mail/smtpmail.el (smtpmail-send-it):
5240 * mail/rmailsum.el (rmail-summary-next-labeled-message)
5241 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5242 (rmail-summary-undelete-many, rmail-summary-rmail-update)
5243 (rmail-summary-goto-msg, rmail-summary-expunge)
5244 (rmail-summary-get-new-mail, rmail-summary-search-backward)
5245 (rmail-summary-add-label, rmail-summary-output-menu)
5246 (rmail-summary-output-body):
5247 * mail/rfc822.el (rfc822-addresses):
5248 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5249 * mail/mailpost.el (post-mail-send-it):
5250 * mail/hashcash.el (hashcash-generate-payment):
5251 * mail/feedmail.el (feedmail-run-the-queue)
5252 (feedmail-queue-send-edit-prompt-help-first)
5253 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5254 (feedmail-deduce-address-list):
5255 * eshell/esh-ext.el (eshell-remote-command):
5256 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5257 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5258 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5259 (viper-save-string-in-file, viper-valid-marker):
5260 * emulation/viper-keym.el (viper-toggle-key):
5261 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5262 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5263 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5264 * emulation/viper-cmd.el (viper-exec-form-in-vi)
5265 (viper-exec-form-in-emacs, viper-brac-function):
5266 * emulation/viper.el (viper-delocalize-var):
5267 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5268 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5269 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5270 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5271 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5272 * emulation/edt.el (edt-electric-helpify):
5273 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5274 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5275 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5276 (cua-indent-to-global-mark-column):
5277 * calendar/diary-lib.el (calendar-mark-1):
5278 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5279 Use with-current-buffer.
5280 * emulation/viper.el (viper-delocalize-var): Use dolist.
5282 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
5284 * comint.el (comint-replace-by-expanded-history-before-point):
5285 Replace !! with the previous input string literally (Bug#1795).
5287 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
5289 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5290 to be made up of whitespace.
5292 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5294 * minibuffer.el (read-file-name): Don't use file dialogs for
5295 remote directories (Bug#99).
5297 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
5299 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5301 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
5303 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5304 instead of deleting the window or frame.
5306 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5308 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5309 Support face colors.
5311 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5312 New function. Support face colors (Bug#1168).
5313 (tex-common-initialization): Use it.
5315 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5316 mode allows it (Bug#1168).
5318 2009-10-31 Juri Linkov <juri@jurta.org>
5320 * facemenu.el (list-colors-display): Don't mark buffer as
5321 modified (Bug#3948).
5323 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
5325 * international/mule-diag.el (list-character-sets-1): Minor
5326 message fix (Bug#3526).
5328 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5329 face property (Bug#4834).
5330 (etags-list-tags, etags-tags-apropos-additional)
5331 (etags-tags-apropos, tags-select-tags-table): Add follow-link
5334 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5337 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5340 * cedet/ede.el (ede-minor-mode):
5341 * cedet/semantic.el (semantic-mode): Toggle menu separators.
5343 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5345 * textmodes/two-column.el (2C-split):
5346 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5347 * textmodes/tex-mode.el (tex-set-buffer-directory):
5348 * textmodes/spell.el (spell-region, spell-string):
5349 * textmodes/reftex.el (reftex-erase-buffer):
5350 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5351 * textmodes/reftex-toc.el (reftex-toc-promote-action):
5352 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5353 (reftex-select-item):
5354 * textmodes/reftex-ref.el (reftex-label-info-update)
5355 (reftex-offer-label-menu):
5356 * textmodes/reftex-index.el (reftex-index-change-entry)
5357 (reftex-index-phrases-info):
5358 * textmodes/reftex-global.el (reftex-create-tags-file)
5359 (reftex-save-all-document-buffers, reftex-ensure-write-access):
5360 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5361 (reftex-view-crossref-from-bibtex):
5362 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5363 (reftex-extract-bib-entries-from-thebibliography)
5364 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5365 * textmodes/refbib.el (r2b-capitalize-title):
5366 (r2b-convert-buffer, r2b-help):
5367 * textmodes/page-ext.el (pages-directory)
5368 (pages-directory-goto-with-mouse):
5369 * textmodes/bibtex.el (bibtex-validate-globally):
5370 * textmodes/bib-mode.el (bib-capitalize-title):
5371 * textmodes/artist.el (artist-clear-buffer, artist-system):
5372 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5373 (local-set-scheme-interaction-buffer, xscheme-process-filter)
5374 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5375 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5376 (xscheme-send-control-g-interrupt, xscheme-start-process)
5377 (xscheme-process-sentinel, xscheme-cd):
5378 * progmodes/verilog-mode.el (verilog-read-always-signals)
5379 (verilog-set-define, verilog-getopt-file)
5380 (verilog-module-inside-filename-p):
5381 * progmodes/sh-script.el:
5382 * progmodes/python.el (python-pdbtrack-get-source-buffer)
5383 (python-pdbtrack-grub-for-buffer, python-execute-file):
5384 * progmodes/octave-inf.el (inferior-octave):
5385 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5386 (idlwave-shell-compile-helper-routines, idlwave-set-local)
5387 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5388 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5389 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5390 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5391 (idlwave-shell-filter, idlwave-shell-examine-highlight)
5392 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5393 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5394 (idlwave-shell-examine-display, idlwave-shell-run-region)
5395 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5396 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5397 * progmodes/idlw-help.el (idlwave-help-get-special-help)
5398 (idlwave-help-get-help-buffer):
5399 * progmodes/gud.el (gud-basic-call, gud-find-class)
5400 (gud-tooltip-activate-mouse-motions-if-enabled):
5401 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5402 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5403 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5404 (ebrowse-tags-next-file):
5405 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5406 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5407 (ebnf-eps-finish-and-write):
5408 * progmodes/cpp.el (cpp-edit-save):
5409 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5410 * progmodes/cc-defs.el (c-emacs-features):
5411 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5412 (antlr-directory-dependencies):
5413 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5414 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5415 (ada-find-any-references, ada-make-filename-from-adaname)
5416 (ada-make-body-gnatstub):
5417 * obsolete/rnews.el (news-list-news-groups):
5418 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5419 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5420 * net/rcirc.el (rcirc-debug):
5421 * net/newst-treeview.el (newsticker--treeview-list-add-item)
5422 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5423 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5424 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5425 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5426 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5427 (newsticker--treeview-list-clear-highlight)
5428 (newsticker--treeview-list-update-highlight)
5429 (newsticker--treeview-list-highlight-start)
5430 (newsticker--treeview-tree-update-highlight)
5431 (newsticker--treeview-get-selected-item)
5432 (newsticker-treeview-mark-list-items-old)
5433 (newsticker--treeview-set-current-node):
5434 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5435 * net/newst-backend.el (newsticker--get-news-by-funcall)
5436 (newsticker--get-news-by-wget, newsticker--image-get)
5437 (newsticker--image-sentinel):
5438 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5439 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5440 (eudc-ph-close-session):
5441 * net/eudc.el (eudc-save-options):
5442 * language/thai-word.el (thai-update-word-table):
5443 * language/japan-util.el (japanese-string-conversion):
5444 * international/titdic-cnv.el (tsang-quick-converter)
5445 (ziranma-converter, ctlau-converter):
5446 * international/mule-cmds.el (describe-language-environment):
5447 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5448 (skkdic-convert-postfix, skkdic-convert-prefix):
5449 (skkdic-convert-okuri-nasi, skkdic-convert):
5450 * emacs-lisp/re-builder.el (reb-update-overlays):
5451 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5452 * emacs-lisp/gulp.el (gulp-send-requests):
5453 * emacs-lisp/find-gc.el (trace-call-tree):
5454 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5455 (eieio-describe-generic):
5456 * emacs-lisp/eieio-base.el (eieio-persistent-read):
5457 * emacs-lisp/edebug.el (edebug-outside-excursion):
5458 * emacs-lisp/debug.el (debugger-make-xrefs):
5459 * emacs-lisp/cust-print.el (custom-prin1-to-string):
5460 * emacs-lisp/chart.el (chart-new-buffer):
5461 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5462 Use with-current-buffer.
5463 * textmodes/artist.el (artist-system): Don't call
5464 copy-sequence on a fresh string.
5465 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5467 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
5469 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5470 is no item to edit. (Bug#4820)
5471 (todo-top-priorities): Restore point and restore narrowing in Todo
5474 2009-10-31 Glenn Morris <rgm@gnu.org>
5476 * net/ange-ftp.el (top-level): Don't require dired when compiling.
5477 (comint-last-output-start, comint-last-input-start)
5478 (comint-last-input-end): Don't defvar when compiling.
5479 (ange-ftp-process-file): Use bound-and-true-p.
5481 * pcmpl-rpm.el (top-level): Move provide statement to end.
5482 (pcmpl-rpm): Remove unused custom group.
5484 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5486 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5488 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5489 (byte-compile-warnings): Add `constants' as an option.
5490 (byte-compile-callargs-warn, byte-compile-arglist-warn)
5491 (display-call-tree): Update for byte-compile-fdefinition possibly
5492 returning `(macro lambda ...)'. (Bug#4778)
5493 (byte-compile-variable-ref, byte-compile-setq-default):
5494 Respect `constants' member of byte-compile-warnings.
5496 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5497 Use mapc rather than mapcar because the return value is never used.
5499 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5500 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5501 * cedet/semantic/html.el:
5502 Suppress harmless warnings about setting up semantic-imenu (not
5503 part of Emacs) variables.
5505 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5507 * vc-bzr.el (vc-bzr-revision-keywords): New var.
5508 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5511 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5512 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5513 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5514 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5515 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5516 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5517 (semantic-analyzer-debug-global-symbol)
5518 (semantic-analyzer-debug-missing-innertype)
5519 (semantic-analyzer-debug-insert-include-summary):
5520 * cedet/semantic/util.el (semantic-file-tag-table):
5521 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5522 (semantic-recursive-find-nonterminal-by-name):
5523 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5524 * cedet/semantic/tag-file.el (semantic-prototype-file):
5525 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5526 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5527 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5528 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5529 (semantic-idle-summary-maybe-highlight):
5530 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5531 (semantic-ia-sb-tag-info):
5532 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5533 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5534 * cedet/semantic/ede-grammar.el (project-compile-target):
5535 (ede-proj-makefile-insert-variables):
5536 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5537 (semantic-debug-set-source-location, semantic-debug-interface-layout)
5538 (semantic-debug-mode, semantic-debug):
5539 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5540 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5541 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5542 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5543 (semanticdb-find-translate-path-includes--internal)
5544 (semanticdb-reset-log, semanticdb-find-log-activity):
5545 * cedet/semantic/db-file.el (object-write):
5546 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5547 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5548 (semanticdb-create-ebrowse-database):
5549 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5550 * cedet/semantic/complete.el (semantic-displayor-focus-request)
5551 (semantic-collector-calculate-completions-raw)
5552 (semantic-complete-read-tag-analyzer):
5553 * cedet/semantic/analyze.el (semantic-analyze-pulse):
5554 * cedet/ede/util.el (ede-update-version-in-source):
5555 * cedet/ede/proj.el (project-delete-target):
5556 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5557 (ede-proj-flush-autoconf):
5558 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5559 (ede-proj-configure-synchronize):
5560 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5561 * cedet/ede/linux.el (ede-linux-version):
5562 * cedet/ede/emacs.el (ede-emacs-version):
5563 * cedet/ede/dired.el (ede-dired-add-to-target):
5564 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5565 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5566 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5567 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5568 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5569 (cedet-idutils-version-check):
5570 * cedet/cedet-global.el (cedet-gnu-global-call):
5571 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5572 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5573 * cedet/cedet-cscope.el (cedet-cscope-call)
5574 (cedet-cscope-expand-filename, cedet-cscope-version-check):
5575 Use with-current-buffer.
5576 * cedet/ede.el (ede-make-project-local-variable)
5577 (ede-set-project-variables, ede-set): Use dolist.
5579 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5581 * textmodes/ispell.el (ispell-skip-region-alist):
5582 * international/mule-conf.el (eight-bit):
5583 * international/fontset.el (font-encoding-alist):
5584 * startup.el (pure-space-overflow-message):
5585 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5586 * paths.el (gnus-nntp-service, rmail-spool-directory)
5588 * files.el (save-some-buffers-action-alist):
5589 * cmuscheme.el (same-window-buffer-names):
5590 * ielm.el (same-window-buffer-names):
5591 * shell.el (same-window-buffer-names):
5592 * mail/sendmail.el (same-window-buffer-names):
5593 * progmodes/inf-lisp.el (same-window-buffer-names):
5594 * bindings.el (mode-line-client)
5595 (mode-line-column-line-number-mode-map):
5596 * language/tibetan.el (tibetan-precomposition-rule-regexp)
5597 (tibetan-precomposed-regexp): Purecopy string arguments.
5599 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5601 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5602 (calcDigit-nondigit):
5603 * calc/calc-yank.el (calc-copy-to-buffer):
5604 * calc/calc-units.el (calc-invalidate-units-table):
5605 * calc/calc-trail.el (calc-trail-yank):
5606 * calc/calc-store.el (calc-insert-variables):
5607 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5608 * calc/calc-prog.el (calc-read-parse-table):
5609 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5610 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5611 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5612 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5613 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5614 (calc-graph-name, calc-graph-find-command, calc-graph-view)
5615 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5616 * calc/calc-ext.el (calc-realign):
5617 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5618 (calc-embedded-finish-edit, calc-embedded-make-info)
5619 (calc-embedded-finish-command, calc-embedded-stack-change):
5620 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5622 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5623 (overload-docstring-extension): Use that info.
5624 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5625 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5626 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5627 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5628 (semantic-nonterminal-full-name): Add the new `when' info.
5629 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5632 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5633 shell-dynamic-complete-filename in preference to
5634 comint-dynamic-complete-filename.
5636 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5637 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5638 Don't consider whether the display supports colors.
5639 (bookmark-import-new-list): Use dolist.
5640 (bookmark-bmenu-mode-map): Move initialization into declaration.
5641 (bookmark-bmenu-list): Use dolist, simplify.
5642 (bookmark-show-all-annotations): Use save-selected-window and dolist.
5643 (menu-bar-final-items): Use push.
5645 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
5647 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5648 it works on remote files.
5649 (vc-hg-diff): Don't pass any `--cwd' argument.
5651 2009-10-27 Kevin Ryde <user42@zip.com.au>
5653 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5654 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5655 (Further to Bug#3921).
5657 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
5659 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5660 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5661 calling `tramp-imap-put-file'. Add file size to the call.
5662 (tramp-imap-get-file-entries): Compute also user name, file size,
5664 (tramp-imap-handle-insert-directory): Insert uid and gid.
5665 (tramp-imap-handle-file-attributes): Transform uid and gid
5666 according to `id-format'.
5667 (tramp-imap-put-file): New optional parameter SIZE. Encode file
5668 size in header X-Size.
5670 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
5672 * simple.el (transpose-subr): Give clearer error when the mark
5673 is not set. (Bug#4807)
5675 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
5677 * net/tramp.el (tramp-perl-file-truename): New defconst.
5678 Perl code contributed by yary <not.com@gmail.com> (tiny change).
5679 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5680 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5681 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5683 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5684 Ignore `dired-call-process'.
5685 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5687 2009-10-26 Julian Scheid <julians37@gmail.com>
5689 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5690 (tramp-get-remote-readlink): New defun.
5691 (tramp-handle-file-truename): Use it.
5692 (tramp-handle-file-exists-p): Check file-attributes cache, assume
5693 file exists if cache value present.
5694 (tramp-check-cached-permissions): New defun.
5695 (tramp-handle-file-readable-p): Use it.
5696 (tramp-handle-file-writable-p): Likewise.
5697 (tramp-handle-file-executable-p): Likewise.
5698 (tramp-handle-file-name-all-completions): Try using Perl to get
5699 partial completions. When perl not available, combine `cd' and
5700 `ls' into single remote operation and use shell expansion to get
5701 partial remote directory contents. Set `file-exists-p' cache for
5702 directory and any files returned by ls. Change cache handling to
5703 support partial directory contents. Use error message emitted by
5704 remote `cd' or Perl code for local tramp-error.
5705 (tramp-do-copy-or-rename-file-directly): Avoid separate
5706 tramp-send-command-and-check call.
5707 (tramp-handle-process-file): Merge three remote ops into one.
5708 Do not flush all caches when `process-file-side-effects' is set.
5709 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5710 file-attributes shows uid/gid to be set already.
5712 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
5714 * textmodes/tex-mode.el (tex-dvi-view-command)
5715 (tex-show-queue-command, tex-open-quote):
5716 * progmodes/ruby-mode.el (auto-mode-alist)
5717 (interpreter-mode-alist): Purecopy strings.
5719 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5721 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5722 string for the hook, keymap and abbrev table.
5724 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5726 * x-dnd.el (x-dnd-xdnd-to-action):
5727 * startup.el (fancy-startup-text, fancy-about-text): Change to
5728 defconst from defvar.
5730 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5732 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5733 Purecopy initialization strings.
5735 * mail/sendmail.el (mail-header-separator)
5736 (mail-personal-alias-file):
5737 * mail/rmail.el (rmail-default-dont-reply-to-names)
5738 (rmail-ignored-headers, rmail-retry-ignored-headers)
5739 (rmail-highlighted-headers, rmail-secondary-file-directory)
5740 (rmail-secondary-file-regexp):
5741 * files.el (null-device, file-name-invalid-regexp)
5742 (locate-dominating-stop-dir-regexp)
5743 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5744 (interpreter-mode-alist): Use mapcar instead of mapc.
5746 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5748 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5749 (completion-ignored-extensions):
5750 (debug-ignored-errors): Purecopy strings.
5752 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5754 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5755 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5756 (pcomplete--here): Use push.
5758 * subr.el (all-completions): Declare the 4th arg obsolete.
5760 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5762 * pcomplete.el (pcomplete-unquote-argument-function): New var.
5763 (pcomplete-unquote-argument): New function.
5764 (pcomplete--common-suffix): Always pay attention to case.
5765 (pcomplete--table-subvert): Quote and unquote the text.
5766 (pcomplete--common-quoted-suffix): New function.
5767 (pcomplete-std-complete): Use it and pcomplete-begin.
5769 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5770 we're inside a dedicated or minibuffer window.
5772 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5774 * cedet/semantic/fw.el (semantic-alias-obsolete)
5775 (semantic-varalias-obsolete): Make the `when' arg mandatory.
5776 (define-mode-overload-implementation):
5777 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5778 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5779 * cedet/semantic/util.el (semantic-file-token-stream)
5780 (semantic-something-to-stream):
5781 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5782 (semantic-expand-nonterminal):
5783 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5784 (semantic-find-dependency, semantic-find-nonterminal)
5785 (semantic-find-dependency):
5786 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5787 (semantic-flex-text, semantic-flex-make-keyword-table)
5788 (semantic-flex-keyword-p, semantic-flex-keyword-put)
5789 (semantic-flex-keyword-get, semantic-flex-map-keywords)
5790 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5791 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5792 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5793 (semantic-after-idle-scheduler-reparse-hooks):
5794 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5795 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5796 * cedet/semantic.el (semantic-toplevel-bovine-table)
5797 (semantic-toplevel-bovine-cache)
5798 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5799 (semantic-init-mode-hooks, semantic-init-db-hooks)
5800 (semantic-bovination-working-type): Provide the `when' arg.
5802 2009-10-24 Karl Fogel <kfogel@red-bean.com>
5804 * bookmark.el: Update documentation, especially documentation
5805 of `bookmark-alist' and of the bookmark file format.
5806 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
5808 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5810 * mail/emacsbug.el (report-emacs-bug): Clarify that the
5811 keybindings apply to the mail buffer (Bug#4003). Shrink help
5814 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5815 (global-whitespace-mode, global-whitespace-newline-mode)
5816 (whitespace-toggle-options, global-whitespace-toggle-options):
5819 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5820 of xmltok-start before the end tag was inserted (Bug#2840).
5822 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5823 patterns that are preceded by an open-paren (Bug#1320).
5825 2009-10-24 Sven Joachim <svenjoac@gmx.de>
5827 * files.el (delete-directory): Delete symlinks to directories with
5828 delete-file (Bug#4739).
5830 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
5832 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5833 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5834 argument to make-obsolete.
5836 * cedet/semantic/fw.el (semantic-alias-obsolete)
5837 (semantic-varalias-obsolete): Add optional WHEN argument.
5839 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
5841 * vc.el (vc-backend-for-registration): Rename from
5842 vc-get-backend-for-registration. Update callers.
5844 * international/mule-cmds.el (set-language-info-alist):
5846 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5847 (charset): Purecopy the name.
5848 (define-char-code-property): Purecopy string arguments.
5850 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5851 Purecopy string arguments.
5853 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5854 * ediff-hook.el (menu-bar-ediff-menu):
5855 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5856 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5858 2009-10-24 Glenn Morris <rgm@gnu.org>
5860 * comint.el (comint-dynamic-list-completions):
5861 * term.el (term-dynamic-list-completions): Use choose-completion rather
5862 than obsolete alias mouse-choose-completion.
5864 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5865 file-cache-choose-completion.
5866 (file-cache-choose-completion): Handle an optional event argument.
5867 (file-cache-mouse-choose-completion): Make it an obsolete alias.
5869 * progmodes/octave-mod.el (octave-complete-symbol):
5870 Use choose-completion if mouse-choose-completion is ever removed.
5872 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5875 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5878 * vc-hooks.el (vc-responsible-backend): Fix declaration.
5880 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5882 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5883 Ignore `pred' now that we receive one.
5884 Handle test-completion specially.
5886 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5888 * vc.el (vc-responsible-backend): Throw an error if not backend is
5889 found. Remove the REGISTER argument. Move the code dealing with
5891 (vc-get-backend-for-registration): ... here. New function.
5892 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5893 of vc-responsible-backend, pass the file name instead of the
5896 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5898 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5900 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
5901 (pcomplete-comint-setup): Don't modify a global var via
5902 accidental side-effects.
5903 (pcomplete-shell-setup): Adjust call accordingly.
5904 (pcomplete-parse-comint-arguments): Use push.
5906 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
5908 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5909 Allow uncapitalized info node names (Bug#3921).
5911 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5912 to the DEBUG file (Bug#3781).
5914 2009-10-23 Jari Aalto <jari.aalto@cante.net>
5916 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5917 dictionary entry (Bug#4579).
5919 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
5921 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5922 from `rfn-eshadow-update-overlay-hook' when unloading.
5923 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5924 "rsyncc". Adjust doc string.
5925 (tramp-temp-buffer-file-name): New buffer-local defvar.
5926 (tramp-handle-insert-file-contents, tramp-handle-write-region):
5927 Keep temporary file when indicated by method ("rsync" and
5929 (tramp-handle-write-region): Handle APPEND.
5930 (tramp-delete-temp-file-function): New defun. Added to
5933 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
5935 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5937 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
5939 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5940 (color-name-rgb-alist, tty-standard-colors)
5941 (tty-color-mode-alist): Change to defconst.
5943 * simple.el (mark-inactive): Purecopy message.
5945 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5946 (global-map, yank-menu):
5947 * textmodes/ispell.el (ispell-menu-map):
5948 * net/eudc.el (eudc-tools-menu):
5949 * international/mule-cmds.el (describe-language-environment-map)
5950 (setup-language-environment-map, set-coding-system-map)
5952 * vc-hooks.el (vc-menu-entry, vc-menu-map):
5953 * replace.el (occur-mode-map):
5954 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5956 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
5958 * calc/calc.el (math-read-number, math-read-number-simple): Use
5961 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5963 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5964 rather than fiddling with global-map bindings, since it should only
5965 affect per-terminal settings.
5966 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5968 * minibuffer.el (completion-table-with-terminator): Allow to specify
5969 the terminator-regexp.
5971 * simple.el (switch-to-completions): Look for *Completions* in other
5974 * pcomplete.el: Allow the use of completion-tables.
5975 (pcomplete-std-complete): New command.
5976 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5977 (pcomplete--here): Use a function for `form' rather than an expression,
5978 so it can be byte-compiled.
5979 (pcomplete-here, pcomplete-here*): Adjust accordingly.
5980 Add edebug declaration.
5981 (pcomplete-show-completions): Remove unused var `curbuf'.
5982 (pcomplete-do-complete, pcomplete-stub):
5983 Don't assume `completions' is a list of strings any more.
5985 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
5987 * find-dired.el (find-name-arg): Fix typo in docstring.
5989 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5991 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5992 (pcmpl-linux-fs-types): Same, and update to new modules layout.
5994 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5997 * comint.el (comint-read-input-ring, comint-write-input-ring)
5998 (comint-substitute-in-file-name)
5999 (comint-dynamic-complete-as-filename)
6000 (comint-dynamic-simple-complete)
6001 (comint-dynamic-list-filename-completions)
6002 (comint-dynamic-list-completions)
6003 (comint-redirect-results-list-from-process): Minor simplifications.
6005 2009-10-21 Kevin Ryde <user42@zip.com.au>
6007 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6008 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
6009 the first form. And insert a blank line after ";;; Code" since
6010 that's usual style. (Bug#4612)
6012 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
6014 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6016 * minibuffer.el (completion-table-with-terminator): Properly implement
6017 boundaries, in case `terminator' appears in the suffix.
6018 (completion--embedded-envvar-table): Don't return boundaries if
6019 there's no valid completion. Simplify.
6020 (completion-file-name-table): New completion table extracted from
6021 completion--file-name-table.
6022 (completion--file-name-table): Use it.
6023 (read-file-name-predicate): Declare obsolete.
6024 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
6025 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
6026 completion-file-name-table, and use the `pred' argument.
6027 * files.el (locate-file-completion-table): Use the `pred' arg rather
6028 than read-file-name-predicate.
6029 (abbreviate-file-name): Use \` rather than ^ for BOS.
6031 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
6033 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
6034 vc-responsible-backend to register, it causes problems.
6036 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6038 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
6040 2009-10-21 Eric Ludlam <zappo@gnu.org>
6042 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
6043 (semantic-c-debug-mode-init-pch): New functions.
6044 (semantic-c-debug-mode-init-last-mode): New var.
6045 (semantic-c-parse-lexical-token): Use them.
6047 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
6048 When extracting the argument list, limit only by point-max.
6050 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
6052 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
6053 (tramp-smb-handle-file-attributes): Use it.
6054 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
6055 (tramp-smb-handle-insert-directory): Use `mapc' rather than
6056 `mapcar'. Use `tramp-smb-get-stat-capability'.
6057 Add `dired-filename' text properties.
6058 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
6059 (tramp-smb-maybe-open-connection): Simplify check for smbclient
6062 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6064 * subr.el (read-key-delay): Reduce to 0.01.
6065 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
6068 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6070 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
6072 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
6073 (Info-menu): Remove unused vars `last' and `completions'.
6074 (Info-index-nodes): Remove unused var `node'.
6076 * info.el (Info-complete-menu-item): Use complete-with-action.
6078 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6080 Make vc-annotate work through copies and renames.
6081 * vc-annotate.el (vc-annotate-extract-revision-at-line):
6082 Return the file name too.
6083 (vc-annotate-revision-at-line)
6084 (vc-annotate-find-revision-at-line)
6085 (vc-annotate-revision-previous-to-line)
6086 (vc-annotate-show-log-revision-at-line): Update to get the file
6087 name from vc-annotate-extract-revision-at-line.
6088 (vc-annotate-show-diff-revision-at-line-internal): Change the
6089 argument to mean whether to show a file diff or not. Get the file
6090 name from vc-annotate-extract-revision-at-line.
6091 (vc-annotate-show-diff-revision-at-line):
6092 Update vc-annotate-show-diff-revision-at-line call.
6093 (vc-annotate-warp-revision): Add an optional file argument.
6095 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
6096 (vc-git-annotate-extract-revision-at-line): Also return the file
6099 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
6100 command. Remove unused code.
6101 (vc-hg-annotate-re): Update to match --follow output.
6102 (vc-hg-annotate-extract-revision-at-line): Also return the file
6105 * vc.el: Update annotate-extract-revision-at-line documentation.
6107 2009-10-18 Kevin Ryde <user42@zip.com.au>
6109 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
6110 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
6112 * net/browse-url.el (browse-url): Identify alist with "consp and
6113 not functionp" and let all other things go down the `apply' leg,
6114 as suggested by Stefan. (Further to bug#4531.)
6116 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
6118 * minibuffer.el (read-file-name): Check for repeat before putting
6119 a default argument in file-name-history (Bug#4657).
6121 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
6122 read syntax (Bug#4737).
6124 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
6126 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6128 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
6129 (html-tag-alist, html-tag-help): Add descriptions for undocumented
6130 entries and make note of obsolete tags.
6132 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
6134 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
6136 2009-10-18 Glenn Morris <rgm@gnu.org>
6138 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
6139 grep, so that binary files (eg international/uni-bidi.el) can match.
6140 Remove test for "UnicodeData" files, since it is hopefully unnecessary
6141 now, and in any case the file header format has changed.
6143 2009-10-17 Glenn Morris <rgm@gnu.org>
6145 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
6146 (flyspell-get-word, flyspell-large-region)
6147 (flyspell-auto-correct-previous-word): Doc/error message fixes.
6149 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6151 * Makefile.in (ELCFILES): Add ede/shell.
6153 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
6155 * term/common-win.el (x-colors): Purecopy it.
6157 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6159 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
6160 permissive for when the buffer is empty.
6161 (tar-header-block-tokenize): Decode the username and groupname.
6162 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
6164 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
6166 * cedet/srecode/srt.el:
6167 * cedet/srecode/compile.el:
6168 * cedet/semantic/mru-bookmark.el:
6169 * cedet/semantic/debug.el:
6170 * cedet/semantic/complete.el:
6171 * cedet/semantic/analyze.el: Require CL when compiling.
6173 2009-10-17 Eric Ludlam <zappo@gnu.org>
6175 * cedet/semantic/scope.el
6176 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
6177 tmpscope so that the regular scope will continue to work.
6179 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
6180 Use semantic-idle-summary-highlight-face as the highlighting.
6182 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
6183 contains multibyte characters, choose first applicable coding
6184 system automatically.
6186 * cedet/ede/project-am.el (project-run-target): New method.
6187 (project-run-target): New method.
6189 * cedet/ede.el (ede-target): Add run target menu item.
6190 (ede-project, ede-minor-keymap): Add ede-run-target binding.
6191 (ede-run-target): New function.
6192 (ede-target::project-run-target): New method.
6194 * cedet/ede/proj.el (project-run-target): New method.
6196 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
6197 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
6199 (ede-proj-target-makefile-shared-object): Only libtool compilers
6200 now available. Add linkers for libtool.
6201 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
6202 (ede-proj-makefile-target-name): Always use .la extension.
6204 * cedet/ede/proj-prog.el (project-run-target): New method.
6206 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
6207 (ede-g++-linker): Change Change link lines.
6209 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
6210 When searching for old variables, go to the end of the buffer and
6211 search backward from there.
6212 (ede-proj-makefile-automake-insert-subdirs)
6213 (ede-proj-makefile-automake-insert-extradist): New methods.
6214 (ede-proj-makefile-create): Use them.
6216 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6217 Force FILE to expand to the current target. Use file-exists-p to
6218 check that it exists.
6220 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6221 (ede-linux-load): Wrap dir in file-name-as-directory.
6224 * cedet/ede/files.el (ede-get-locator-object): When enabling
6225 locate, do so on "top".
6227 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6228 file-name-as-directory during compare.
6229 (ede-emacs-version): Return Emacs/XEmacs differentiator.
6230 Get version number from different places. Don't call egrep.
6231 (ede-emacs-load): Set :version slot. Call file-name-as-directory
6232 to set the directory.
6234 * cedet/ede/shell.el: New file.
6236 * cedet/inversion.el (inversion-decoders): Allow for stray . in
6237 alpha/beta variants.
6239 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6241 * international/mule-cmds.el (select-safe-coding-system): If the file
6242 has a coding cookie, use it regardless of any other setting (bug#4712).
6244 2009-10-17 Glenn Morris <rgm@gnu.org>
6246 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6247 All errors should have messages.
6249 * foldout.el (foldout-mouse-swallow-events):
6250 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6252 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6253 (dired-keep-marker-copy, dired-keep-marker-hardlink)
6254 (dired-keep-marker-symlink, dired-dwim-target)
6255 (dired-copy-preserve-time): Do not autoload these defcustoms.
6257 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6258 messages from messing up the file coding. (Bug#4623)
6260 2009-10-17 Jari Aalto <jari.aalto@cante.net>
6262 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6263 if no match is found for the current dictionary. (Bug#4578)
6265 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6266 optional, since that is how it is documented, and this is often called
6267 with a nil argument. (Bug#4577)
6268 (flyspell-external-point-words, flyspell-auto-correct-word)
6269 (flyspell-correct-word-before-point, flyspell-word-search-forward)
6270 (flyspell-word-search-backward): Remove nil argument in calls to
6271 flyspell-get-word, since it is not needed now.
6273 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
6275 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
6277 2009-10-16 Glenn Morris <rgm@gnu.org>
6279 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6281 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6283 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6284 (ange-ftp-file-size): New function.
6285 (ange-ftp-file-attributes): Use it.
6287 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
6289 * net/tramp-smb.el (tramp-smb-version): New defvar.
6290 (tramp-smb-maybe-open-connection): Use it, in order to avoid
6293 2009-10-16 Glenn Morris <rgm@gnu.org>
6295 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6296 Maybe copy some custom properties from old to new name. (Bug#4706)
6298 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
6300 * subr.el (error, sit-for, start-process-shell-command)
6301 (start-file-process-shell-command): Set the calling convention
6302 after the function definition.
6304 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
6306 * subr.el (error, sit-for, start-process-shell-command)
6307 (start-file-process-shell-command): Use the new
6308 set-advertised-calling-convention feature.
6310 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
6312 * international/ucs-normalize.el (ucs-normalize-version):
6314 (check-range): Adjust for Unicode 5.2.
6316 2009-10-15 Juri Linkov <juri@jurta.org>
6318 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6319 to the `menu-item' format.
6321 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
6323 * net/tramp.el (tramp-replace-environment-variables): Do not fail
6324 if the environment variable does not exist.
6326 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6327 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6329 (tramp-smb-handle-add-name-to-file)
6330 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6331 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6332 (tramp-smb-handle-file-attributes)
6333 (tramp-smb-do-file-attributes-with-stat)
6334 (tramp-smb-handle-file-local-copy)
6335 (tramp-smb-handle-insert-directory)
6336 (tramp-smb-handle-make-directory)
6337 (tramp-smb-handle-make-directory-internal)
6338 (tramp-smb-handle-make-symbolic-link)
6339 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6340 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6341 (tramp-smb-maybe-open-connection): Apply the changed parameters.
6342 (tramp-smb-read-file-entry): Read Disk names in compressed format.
6343 Handle long file names.
6344 (tramp-smb-get-cifs-capabilities): Check, whether the connection
6346 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6347 Read share names with "-g" option.
6349 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
6351 * net/rcirc.el (rcirc-view-log-file): New command.
6352 (rcirc-track-minor-mode-map): Remove C-c ` binding.
6353 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6356 2009-10-15 Glenn Morris <rgm@gnu.org>
6358 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6359 from the second command-line argument.
6360 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6361 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6362 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6363 w32-batch-update-autoloads.
6364 * emacs-lisp/autoload.el (autoload-make-program): New variable.
6365 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6367 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6368 the headers cannot be located. Simplify, subtracting superflous
6371 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6373 Replace completion-base-size by completion-base-position to fix bugs
6375 * simple.el (completion-base-position): New var.
6376 (completion-base-size): Mark as obsolete.
6377 (choose-completion): Make it work for mouse events as well.
6378 Pass the new base-position to choose-completion-string.
6379 (choose-completion-guess-base-position): New function, extracted from
6380 choose-completion-delete-max-match.
6381 (choose-completion-delete-max-match): Use it. Make obsolete.
6382 (choose-completion-string): Use the new base-position info.
6383 (completion-root-regexp): Delete.
6384 (completion-setup-function): Preserve completion-base-position.
6385 Eliminate obsolete base-size manipulation.
6386 * minibuffer.el (display-completion-list): Don't mess with base-size.
6387 (minibuffer-completion-help): Set completion-base-position instead.
6388 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6390 * textmodes/bibtex.el (bibtex-complete):
6391 * emacs-lisp/crm.el (crm--choose-completion-string):
6392 Adjust to new calling convention.
6393 * complete.el (partial-completion-mode): Use minibufferp to avoid
6394 bumping into incompatible change to choose-completion-string-functions.
6395 * ido.el (ido-choose-completion-string): Make its calling convention
6397 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6398 base-size manipulation.
6399 (comint-dynamic-list-input-ring): Use dotimes and push.
6400 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6401 fundamental-mode. Use `or'.
6403 2009-10-14 Juri Linkov <juri@jurta.org>
6405 * misearch.el (multi-isearch-next-buffer-from-list)
6406 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
6408 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6410 * Makefile.in (compile-onefile): Load `bytecomp' rather than
6413 * minibuffer.el (completion-pcm--merge-completions): Make sure the
6414 string we return is all made up of text from the completions rather
6415 than part from the completions and part from the input (bug#4219).
6417 * ido.el (ido-everywhere): Use define-minor-mode.
6419 * buff-menu.el (list-buffers, ctl-x-map):
6420 Mark the entry points with ;;;###autoload cookies.
6422 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6424 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6425 correctly in the detached head case.
6426 (vc-git-print-log): Remove unused binding.
6428 * vc.el (vc-responsible-backend): When a directory is passed for
6429 for registration create a VC repository if no backend is
6430 responsible for the directory argument.
6431 (vc-deduce-fileset): Tell vc-responsible-backend to register.
6433 * vc.el: Move comments about RCS and SCCS ...
6435 * vc-sccs.el: ... here, respectively.
6437 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6439 * minibuffer.el (completion--file-name-table): Return nil if there's
6440 no file completion, even if substitute-in-file-name changed
6441 the string (bug#4708).
6443 2009-10-13 Juri Linkov <juri@jurta.org>
6445 * files-x.el (read-file-local-variable-value): Don't filter out
6446 minor modes from mode name completion (bug#4664).
6448 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6450 * international/mule-cmds.el (ucs-names): Remove exclusion of
6451 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6453 2009-10-13 Kenichi Handa <handa@m17n.org>
6455 * international/uni-name.el: Regenerated.
6457 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
6459 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
6460 should be automatically buffer-local, but isn't.)
6462 2009-10-12 Sam Steingold <sds@gnu.org>
6464 * progmodes/compile.el (compilation-next-error-function): Fix the
6465 timestamps if the buffer has been visited before.
6466 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6467 non-anchored patterns, like the perl one (bug#3928).
6469 2009-10-12 Glenn Morris <rgm@gnu.org>
6471 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6474 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
6476 * proced.el (proced-unload-function): New function.
6478 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6479 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6482 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6484 2009-10-11 Juri Linkov <juri@jurta.org>
6486 * files-x.el (read-file-local-variable-value):
6487 Provide default value only for bound variables (bug#4664).
6489 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
6491 * net/tramp.el (tramp-local-host-p): Function shall return nil for
6492 connection methods like smb.
6494 * net/tramp-cache.el (tramp-flush-connection-property): The hash
6497 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6498 (tramp-smb-file-name-handler-alist): Add handlers for
6499 `add-name-to-file', `make-symbolic-link'.
6500 (tramp-smb-handle-add-name-to-file)
6501 (tramp-smb-do-file-attributes-with-stat)
6502 (tramp-smb-handle-make-symbolic-link)
6503 (tramp-smb-get-cifs-capabilities): New defuns.
6504 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6505 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6506 (tramp-smb-handle-file-local-copy)
6507 (tramp-smb-handle-make-directory-internal)
6508 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6509 The file name syntax depends on cifs capabilities.
6510 (tramp-smb-handle-file-attributes):
6511 Call `tramp-smb-do-file-attributes-with-stat' if possible.
6512 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6513 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6515 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
6517 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6518 (eieio-defclass): Apply deftype handler and setf-method properties
6520 (eieio-add-new-slot): Avoid union function from cl library.
6521 (eieio--typep): New function.
6522 (eieio-perform-slot-validation): Use it.
6524 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6526 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6527 Update documentation to refer to the variables documented in r1.135.
6530 2009-10-10 Karl Fogel <kfogel@red-bean.com>
6532 * bookmark.el (Info-suffix-list): Remove this unused variable.
6533 (bookmark-current-point): Remove this obsolete variable.
6534 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6535 Adjust for removal of bookmark-current-point.
6537 (bookmarks-already-loaded, bookmark-current-buffer)
6538 (bookmark-yank-point): Document. (Bug#4188)
6540 2009-10-10 Glenn Morris <rgm@gnu.org>
6542 * frame.el (frame-height): Doc fix.
6544 * calendar/calendar.el (calendar-split-width-threshold): New option.
6545 (calendar-basic-setup): Use calendar-split-width-threshold.
6547 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
6549 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6550 Use .la for Automake.
6552 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
6554 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6555 Use "autoreconf -i". Suggested by Andreas Schwab.
6557 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
6559 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6560 Ideographic Supplement" range (U+1F200..U+1F2FF).
6562 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6564 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6565 since the list will have been rebuilt anyway. (Bug#4349)
6567 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6569 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6570 (bookmark-bmenu-execute-deletions): Don't save here, as
6571 bookmark-delete will now do so if necessary.
6572 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6575 2009-10-09 Glenn Morris <rgm@gnu.org>
6577 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6579 2009-10-09 Karl Fogel <kfogel@red-bean.com>
6581 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6582 (bookmark-jump-other-window): Just invoke bookmark-jump with new
6583 argument now, so the two function's behaviors will match. (Bug#3645)
6585 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6587 * cedet/ede/proj.el (project-make-dist, project-compile-project):
6589 (ede-proj-dist-makefile): Use expand-file-name instead of concat
6590 to expand file names.
6592 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
6594 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6595 (tramp-file-name-real-host, tramp-file-name-port):
6596 Apply `save-match-data'.
6598 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6599 case both directories are remote.
6600 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6601 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6603 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
6605 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6606 (ede-proj-target-makefile-objectcode): Use it.
6608 * cedet/ede/source.el (ede-want-any-source-files-p)
6609 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6610 Return search result. This error was introduced while merging.
6612 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6614 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6616 2009-10-07 Glenn Morris <rgm@gnu.org>
6618 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6621 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6623 * files-x.el (read-file-local-variable): Include some
6624 non-user-variables in the completion table (bug#4664).
6626 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
6628 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6631 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6632 (tramp-smb-file-name-handler-alist): Add handler for
6633 `copy-directory', `expand-file-name', `set-file-modes'.
6634 (tramp-smb-handle-copy-directory)
6635 (tramp-smb-handle-expand-file-name)
6636 (tramp-smb-handle-set-file-modes): New defuns.
6637 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6638 (tramp-smb-handle-file-attributes): Simplify check for retrieving
6640 (tramp-smb-handle-insert-directory): Don't flush the cache.
6641 (tramp-smb-maybe-open-connection): Check for samba client and
6644 2009-10-07 Eli Zaretskii <eliz@gnu.org>
6646 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6647 to not error out of search for "^lisp=" fails.
6649 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
6651 * makefile.w32-in (WINS_UPDATES): New macro.
6652 (custom-deps, finder-data, autoloads): Use it.
6654 2009-10-07 Glenn Morris <rgm@gnu.org>
6656 * Makefile.in (autoloads): Revert previous change.
6657 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6658 the list of preloaded files passed on the command-line, get
6659 it from src/Makefile.
6661 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6662 show the original buffer rather than a random one.
6664 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
6666 * help.el (describe-no-warranty): Place point in a slightly better
6667 position in the GPLv3 text.
6669 2009-10-06 Sam Steingold <sds@gnu.org>
6671 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6672 the comm attribute is present before calling regexp-quote.
6674 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
6676 * play/animate.el (animate-string): For good effect, make sure
6677 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6679 * play/animate.el (animate-sequence, animate-birthday-present):
6680 * misc.el (butterfly): Don't set `indent-tabs-mode'.
6682 2009-10-06 Glenn Morris <rgm@gnu.org>
6684 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6686 * emacs-lisp/autoload.el (autoload-excludes): New variable.
6687 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6688 (batch-update-autoloads): Process a string value of autoload-excludes,
6689 set during the build process.
6690 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
6692 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6693 inside with-parsed... macro so that `v' is defined.
6695 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6696 * progmodes/fortran.el (fortran-end-of-block)
6697 (fortran-beginning-of-block):
6698 Also push mark in the macro case.
6700 * emerge.el (emerge-show-file-name):
6701 * calc/calc.el (calc-quit):
6702 * calc/calc-misc.el (calc-big-or-small):
6703 * calc/calc-graph.el (calc-graph-view):
6704 * calc/calc-ext.el (calc-reset):
6705 * calendar/calendar.el (calendar-basic-setup):
6706 Use window-full-height-p.
6708 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6709 header we don't understand, don't insert another. (Bug#4624)
6710 If changing mime charset, insert the new one in the right place.
6712 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
6714 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6715 (cal-tex-cursor-month): Correctly increment the end date for diary and
6716 holiday listing. (Bug#4626)
6718 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6720 * help-fns.el (describe-function-1): Don't burp if the function is not
6723 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
6725 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6726 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6727 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6728 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6730 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6731 (eieio-default-superclass): Reflow docstrings.
6732 (this, class-option-assoc, defclass, eieio-class-un-autoload)
6733 (eieio-unbind-method-implementations, defmethod)
6734 (eieio-validate-slot-value, eieio-validate-class-slot-value)
6735 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6736 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6737 (eieio-slot-originating-class-p, eieio-slot-name-index)
6738 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6739 (constructor, initialize-instance, no-next-method, object-print)
6740 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6741 Fix typos in docstrings.
6742 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6743 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6744 (next-method-p): Doc fixes.
6745 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6746 Fix typos in error messages.
6747 (eieio-defmethod): Fix typo in description of generic method.
6749 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6750 (eieio-persistent-save-interactive, slot-missing):
6751 Fix typos in docstrings.
6752 (eieio-instance-inheritor-slot-boundp): Doc fix.
6754 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6755 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6757 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6758 (eieio-custom-object-apply-reset):
6759 Fix typos in docstrings and error messages.
6761 * emacs-lisp/eieio-datadebug.el (data-debug-show):
6762 Fix typo in docstring.
6764 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6765 (eieio-browse-tree): Doc fix.
6766 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6767 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6768 Fix typos in docstrings.
6770 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6771 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6772 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6773 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6776 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6778 * vc-hg.el (log-view-vc-backend): Declare for compiler.
6779 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6780 Set log-view-vc-backend so that diff can work.
6782 * log-view.el (log-view-diff): Use vc-diff-internal instead of
6784 (vc-diff-internal): Autoload this instead of vc-version-diff.
6786 2009-10-05 Eli Zaretskii <eliz@gnu.org>
6788 * simple.el (eval-expression): Doc fix.
6790 * progmodes/cwarn.el (cwarn-mode): Doc fix.
6792 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
6794 * files.el (directory-files-no-dot-files-regexp): New defconst.
6795 (delete-directory): Use it.
6796 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6798 * net/tramp.el (tramp-verbose): Fix docstring.
6799 (tramp-methods): Add recursive option to `tramp-copy-args'.
6800 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
6801 "scp1_old", "scp2_old", "rsync", "rsyncc".
6802 (tramp-default-method): Check also for `auth-source-user-or-password'.
6803 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6804 Add handler for `copy-directory'.
6805 (tramp-handle-copy-directory): New defun.
6806 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6807 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6808 Optimize sent command.
6810 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6812 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6813 window if necessary.
6815 * calendar/calendar.el (calendar-basic-setup): Don't call
6816 switch-to-buffer in a dedicated window.
6818 2009-10-05 Karl Fogel <kfogel@red-bean.com>
6820 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6821 don't do anything related to relocating, just return nil.
6822 (bookmark-error-no-filename): New error.
6823 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6824 bookmark has no file. Don't even attempt to handle things that
6825 are not files; the whole point of custom handlers is to keep that
6826 knowledge elsewhere anyway. Tighten some comments.
6827 (bookmark-file-or-variation-thereof): Remove now-unused function.
6828 (bookmark-location): Doc string fix.
6831 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6833 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6834 don't use a file dialog, because they usually don't know how to read
6835 a directory target from the user. (Bug#4230)
6836 Also, make sure the prompt can display directories as well as files.
6838 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6840 * bookmark.el (bookmark-set, bookmark-buffer-name):
6841 Improve doc strings. (Bug#1193)
6843 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6845 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6846 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6847 (bookmark-get-annotation, bookmark-set-annotation)
6848 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6849 (bookmark-set-position, bookmark-get-front-context-string)
6850 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6851 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6852 (bookmark-jump-other-window, bookmark-handle-bookmark)
6853 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6854 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6855 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6856 Improve doc strings to say whether bookmark can be a string or
6857 a record or both, and make other consistency and clarity fixes.
6858 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6859 (bookmark-default-annotation-text, bookmark-yank-word)
6860 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6861 (bookmark-import-new-list, bookmark-maybe-rename)
6862 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6863 (bookmark-bmenu-bookmark): Give these doc strings.
6864 (bookmark-bmenu-check-position): Give this a doc string, but also
6865 add a FIXME comment about how the function may be pointless.
6866 (bookmark-default-handler): Rework doc string and change a
6867 parameter name, to clarify that this takes a bookmark record
6868 not a bookmark name.
6869 (bookmark-set): Change a parameter name to indicate its meaning,
6870 and improve the doc string a bit.
6873 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6875 * bookmark.el (bookmark-alist): Document the new `handler' element
6877 (bookmark-make-record-function): Adjust documentation for above.
6880 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6882 * info.el (Info-bookmark-make-record): Document this function.
6883 (Info-bookmark-jump): Document with a doc string, not just a comment.
6886 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6888 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6889 (semantic-new-buffer-fcn): Call parser setup functions here.
6890 (semantic-mode): Don't call parser setup functions here, it's done
6891 in semantic-new-buffer-fcn now.
6892 (semantic-mode): Parse all existing buffers when enabled.
6894 * cedet/srecode/compile.el (srecode-compile-file):
6895 Call semantic-new-buffer-fcn if the buffer has not been parsed.
6897 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6899 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6901 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6902 (proj-comp-insert-variable-once): New macro, renamed from
6903 ede-pmake-insert-variable-once in ede/pmake.edl.
6904 (ede-proj-makefile-insert-variables): Use it.
6906 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
6908 * files.el (copy-directory): New defun.
6910 * dired-aux.el (dired-copy-file-recursive): Use it.
6912 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6914 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6915 (makefile-end-of-command):
6916 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6917 (semantic-end-of-context): Fix previous change. Doc fixes.
6919 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6921 * files-x.el (modify-dir-local-variable)
6922 (copy-dir-locals-to-file-locals-prop-line):
6923 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6924 (makefile-end-of-command):
6925 * cedet/semantic/lex.el (semantic-lex-token):
6926 * cedet/semantic/analyze/fcn.el
6927 (semantic-analyze-dereference-metatype-1):
6928 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6929 (semantic-lex-cpp-undef):
6930 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6931 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6932 (semantic-end-of-context): Fix typos in docstrings.
6934 * recentf.el (recentf-unload-function): New function.
6936 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
6938 * cedet/ede.el (ede-project-placeholder-cache-file):
6939 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6940 * cedet/srecode/map.el (srecode-map-save-file):
6941 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
6943 2009-10-04 Glenn Morris <rgm@gnu.org>
6945 * window.el (window-full-height-p): Add doc string.
6947 2009-10-04 Martin Rudalics <rudalics@gmx.at>
6949 * window.el (window-full-height-p): New function. (Bug#4543)
6951 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
6953 * cedet/srecode/insert.el: Require srecode/args.
6955 * cedet/srecode/args.el: Require srecode/dictionary instead of
6958 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6960 * files.el (auto-mode-alist): Add .srt and Project.ede.
6962 * cedet/semantic.el (semantic-mode):
6963 Handle srecode-template-mode-hook as well.
6964 (semantic-mode): Use js-mode-hook for Javascript hook.
6966 * cedet/srecode/template.el: Remove hook variable.
6968 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6970 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6972 (ede-project-placeholder-cache-file): Default to a file in
6973 user-emacs-directory.
6975 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6976 templates in data-directory.
6977 (srecode-map-save-file): Default to a file in user-emacs-directory.
6979 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6982 2009-09-30 Eric Ludlam <zappo@gnu.org>
6984 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6987 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6988 Only insert each variable once.
6990 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6991 (ede-pmake-insert-variable-shared): Use it.
6993 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6994 for lexical table iff table is nil.
6996 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6998 * vc.el: Remove commented out code.
6999 (vc-derived-from-dir-mode): Remove, unused.
7000 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
7002 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
7004 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
7005 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
7006 there could be recursive loading when `default-directory' is a
7007 remote file name. (Bug#4614)
7009 2009-10-03 Glenn Morris <rgm@gnu.org>
7011 * calendar/calendar.el (calendar-basic-setup): Handle the case where
7013 (calendar-generate-window): Test for shrinkability rather than width.
7015 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
7016 declaration, currently false.
7018 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
7019 reusing existing buffers, in case we happen to visit two files with the
7020 same basename. (Bug#4593)
7022 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7024 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
7025 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
7026 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7027 subdirs of cedet as well.
7028 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
7030 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
7032 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
7033 Obey advertised-signature-table.
7035 * help-fns.el (help-function-arglist): Don't check
7036 advertised-signature-table.
7037 (describe-function-1): Do it here instead so it also applies to subrs.
7039 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
7041 * simple.el (start-file-process): Say in the doc-string, that file
7042 handlers might not support pty association, if PROGRAM is nil.
7044 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
7045 HOST and USER are strings. They are nil, when there are
7046 incomplete entries in ~/.netrc, for example.
7047 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
7048 root directory ("device busy" error otherwise).
7050 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
7051 Flush file properties of created directory.
7053 2009-10-02 Eli Zaretskii <eliz@gnu.org>
7055 * makefile.w32-in (WINS_BASIC): Remove cedet.
7056 (WINS_CEDET): Add cedet.
7057 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
7059 2009-10-02 Kevin Ryde <user42@zip.com.au>
7061 * net/browse-url.el (browse-url): Pass any symbol in
7062 browse-url-browser-function to `apply', since if you've mistakenly put
7063 an unbound symbol then the error is clearer. (Bug#4531)
7065 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7067 * allout.el (allout-init, allout-back-to-current-heading)
7068 (allout-beginning-of-current-entry, allout-ascend-to-depth)
7069 (allout-ascend, allout-up-current-level, allout-end-of-level)
7070 (allout-previous-visible-heading, allout-forward-current-level)
7071 (allout-backward-current-level, allout-show-children):
7072 * apropos.el (apropos-describe-plist):
7073 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
7074 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
7075 * completion.el (add-completion, add-permanent-completion):
7076 * descr-text.el (describe-text-category, describe-char):
7077 * desktop.el (desktop-lazy-abort):
7078 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
7079 * dired.el (dired-build-subdir-alist):
7080 * ediff.el (ediff-version):
7081 * elide-head.el (elide-head, elide-head-show):
7082 * emerge.el (emerge-version):
7084 * face-remap.el (variable-pitch-mode):
7085 * faces.el (describe-face):
7086 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
7088 * files.el (find-file-existing, auto-save-mode):
7089 * font-lock.el (font-lock-fontify-buffer):
7090 * help-fns.el (describe-function, describe-variable)
7091 (describe-syntax, describe-categories):
7092 * help.el (view-lossage, describe-bindings, describe-key)
7094 * hexl.el (hexl-current-address):
7095 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
7096 * info.el (Info-goto-emacs-key-command-node):
7097 * log-edit.el (log-edit-insert-cvs-template)
7098 (log-edit-insert-cvs-rcstemplate):
7099 * menu-bar.el (menu-bar-mode):
7100 * mouse.el (mouse-appearance-menu):
7101 * newcomment.el (comment-indent-new-line):
7102 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
7103 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
7104 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
7105 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
7106 * recentf.el (recentf-mode):
7107 * savehist.el (savehist-mode, savehist-save):
7108 * shadowfile.el (shadow-copy-files):
7109 * simple.el (kill-ring-save, next-line, previous-line)
7110 (normal-erase-is-backspace-mode):
7111 * strokes.el (strokes-update-window-configuration)
7112 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
7113 (strokes-xpm-for-stroke):
7114 * time.el (emacs-uptime, emacs-init-time):
7115 * tutorial.el (tutorial--describe-nonstandard-key)
7116 (tutorial--detailed-help):
7117 * type-break.el (type-break-mode)
7118 (type-break-mode-line-message-mode, type-break-query-mode)
7119 (type-break-guesstimate-keystroke-threshold):
7120 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
7121 * version.el (emacs-version):
7122 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
7123 * winner.el (winner-mode):
7124 * calendar/timeclock.el (timeclock-in, timeclock-out)
7125 (timeclock-status-string, timeclock-change)
7126 (timeclock-workday-remaining-string)
7127 (timeclock-workday-elapsed-string)
7128 (timeclock-when-to-leave-string):
7129 * calendar/todo-mode.el (todo-add-category):
7130 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
7131 * emacs-lisp/autoload.el (update-file-autoloads):
7132 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
7133 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
7134 (checkdoc-message-text, checkdoc-defun):
7135 * emacs-lisp/debug.el (debugger-list-functions):
7136 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7137 * emacs-lisp/eieio-opt.el (eieio-describe-class)
7138 (eieio-describe-generic):
7139 * emacs-lisp/lisp-mnt.el (lm-synopsis):
7140 * emacs-lisp/shadow.el (list-load-path-shadows):
7141 * emulation/cua-base.el (cua-mode):
7142 * emulation/edt.el (edt-set-scroll-margins):
7143 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
7144 (tpu-toggle-regexp, tpu-toggle-search-direction)
7145 (tpu-toggle-rectangle, tpu-toggle-control-keys):
7146 * emulation/tpu-extras.el (tpu-set-scroll-margins):
7147 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7148 (viper-set-parsing-style-toggling-macro)
7149 (viper-set-emacs-state-searchstyle-macros):
7150 * emulation/viper.el (viper-set-hooks):
7151 * eshell/esh-mode.el (eshell-truncate-buffer):
7152 * international/mule-cmds.el (prefer-coding-system)
7153 (describe-input-method, describe-language-environment):
7154 * international/mule-diag.el (list-character-sets)
7155 (describe-character-set, describe-coding-system)
7156 (describe-fontset, list-fontsets, list-input-methods):
7157 * mail/sendmail.el (mail-signature):
7158 * net/ange-ftp.el (ange-ftp-copy-file):
7159 * net/browse-url.el (browse-url):
7160 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
7161 * net/quickurl.el (quickurl-add-url):
7162 * net/rcirc.el (names, topic):
7163 * net/xesam.el (xesam-mode):
7164 * play/5x5.el (5x5-new-game):
7165 * play/yow.el (apropos-zippy):
7166 * progmodes/ada-mode.el (ada-mode-version):
7167 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
7169 (f90-beginning-of-block):
7170 * progmodes/fortran.el (fortran-end-of-block)
7171 (fortran-beginning-of-block):
7172 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
7173 * progmodes/python.el (python-describe-symbol, python-shell):
7174 * term/ns-win.el (ns-print-buffer):
7175 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
7176 * textmodes/flyspell.el (flyspell-mode-on):
7177 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
7178 (pages-directory-for-addresses):
7179 * textmodes/table.el (table-recognize-cell)
7180 (table-query-dimension, table-generate-source)
7181 (table-insert-sequence, table--warn-incompatibility):
7182 * textmodes/tex-mode.el (tex-validate-buffer):
7183 * textmodes/texinfmt.el (texinfmt-version)
7184 (texinfo-format-buffer):
7185 Use `called-interactively-p' instead of `interactive-p'.
7187 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
7189 * image-mode.el (image-toggle-display):
7190 * emacs-lisp/elp.el (elp-instrument-function):
7191 * emacs-lisp/advice.el (ad-make-advised-definition):
7192 * emacs-lisp/easy-mmode.el (define-minor-mode):
7193 * net/browse-url.el (browse-url-maybe-new-window):
7194 * progmodes/sh-script.el (sh-learn-buffer-indent):
7195 Pass new argument 'any to `called-interactively-p'.
7197 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7199 * international/uni-bidi.el:
7200 * international/uni-category.el:
7201 * international/uni-combining.el:
7202 * international/uni-comment.el:
7203 * international/uni-decimal.el:
7204 * international/uni-decomposition.el:
7205 * international/uni-digit.el:
7206 * international/uni-lowercase.el:
7207 * international/uni-mirrored.el:
7208 * international/uni-name.el:
7209 * international/uni-numeric.el:
7210 * international/uni-old-name.el:
7211 * international/uni-titlecase.el:
7212 * international/uni-uppercase.el:
7213 Regenerate from Unicode 5.2.0 data.
7215 2009-10-01 Glenn Morris <rgm@gnu.org>
7217 * Makefile.in (ELCFILES): Regenerate.
7219 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7221 * subr.el (interactive-p): Mark obsolete.
7222 (called-interactively-p): Make the optional-ness of `kind' obsolete.
7223 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7224 advertised-signature-table for subroutines as well.
7226 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7227 (set-advertised-calling-convention): New function.
7228 (make-obsolete, define-obsolete-function-alias)
7229 (make-obsolete-variable, define-obsolete-variable-alias):
7230 Make the optional-ness of `when' obsolete.
7231 (define-obsolete-face-alias): Make `when' non-optional.
7232 * help-fns.el (help-function-arglist):
7233 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7234 Use advertised-signature-table.
7236 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
7238 * files.el (delete-directory): New defun. The original function
7239 in fileio.c has been renamed to `delete-directory-internal'.
7241 * dired.el (dired-delete-file): Call `delete-directory' with
7242 RECURSIVE parameter.
7244 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7245 parameter RECURSIVE. Implementation is missing.
7247 * net/tramp.el (tramp-handle-make-directory): Flush upper
7248 directory's file properties.
7249 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7250 (tramp-handle-dired-recursive-delete-directory): Flush directory
7251 properties after the remove command only.
7253 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7254 Handle optional parameter RECURSIVE.
7256 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7257 Handle optional parameter RECURSIVE.
7259 * net/tramp-smb.el (tramp-smb-errors): Add error message for
7261 (tramp-smb-handle-delete-directory): Handle optional parameter
7264 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7266 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7267 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7268 (byte-compile-defmacro): Use backquotes.
7270 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7272 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7273 has no associated file.
7274 (vc-resynch-buffer): Use vc-dir-buffers.
7276 2009-10-01 Glenn Morris <rgm@gnu.org>
7278 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7280 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7281 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7282 * emacs-lisp/eieio-opt.el (eieio-describe-class):
7283 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7284 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7285 (eieio-copy-parents-into-subclass, make-instance, class-children)
7286 (eieio-generic-form):
7287 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7288 * cedet/cedet-idutils.el (cedet-idutils-search)
7289 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7290 (cedet-idutils-version-check):
7291 * cedet/cedet.el (cedet-version):
7292 * cedet/data-debug.el (data-debug-insert-overlay-button)
7293 (data-debug-insert-overlay-list-button)
7294 (data-debug-insert-buffer-button)
7295 (data-debug-insert-buffer-list-button)
7296 (data-debug-insert-process-button, data-debug-insert-ring-button)
7297 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7298 (data-debug-insert-stuff-vector-button)
7299 (data-debug-insert-symbol-button, data-debug-insert-string)
7300 (data-debug-insert-number, data-debug-insert-lambda-expression)
7301 (data-debug-insert-nil, data-debug-insert-simple-thing)
7302 (data-debug-insert-custom, data-debug-edebug-expr):
7303 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7304 (global-ede-mode-map, ede-new, ede-debug-target)
7305 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7306 * cedet/semantic.el (semantic-minimum-working-buffer-size)
7307 (semantic-fetch-tags, semantic-submode-list)
7308 (semantic-default-submodes):
7309 * cedet/ede/source.el (ede-source-match):
7310 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7311 (project-am-package-info):
7312 * cedet/ede/proj.el (ede-proj-target, project-new-target):
7313 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7314 * cedet/ede/proj-comp.el (ede-current-build-list):
7315 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7316 * cedet/ede/files.el (ede-toplevel-project-or-nil):
7317 * cedet/ede/cpp-root.el (initialize-instance):
7318 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7319 (autoconf-parameter-strip, autoconf-insert-new-macro):
7320 * cedet/semantic/wisent.el (wisent-lex-eoi):
7321 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7322 (semantic-show-parser-state-mode):
7323 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7324 * cedet/semantic/tag.el (semantic-tag-new-variable)
7325 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7326 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7327 (semantic--tag-deep-copy-tag-list)
7328 (semantic-tag-components-with-overlays-default):
7329 * cedet/semantic/symref.el (semantic-symref-find-text):
7330 * cedet/semantic/senator.el (senator-yank-tag)
7331 (senator-transpose-tags-up):
7332 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7333 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7334 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7335 * cedet/semantic/lex.el (semantic-lex-comment-regex)
7336 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7337 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7338 * cedet/semantic/lex-spp.el
7339 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7340 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7341 * cedet/semantic/idle.el
7342 (semantic-idle-summary-current-symbol-info-brutish)
7343 (semantic-idle-summary-current-symbol-info-default):
7344 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7345 (semantic--grammar-macro-compl-dict):
7346 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7347 * cedet/semantic/format.el (semantic-format-tag-custom-list)
7348 (semantic-format-tag-canonical-name-default):
7349 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7350 (semantic-find-tags-for-completion)
7351 (semantic-find-tags-by-scope-protection-default)
7352 (semantic-deep-find-tags-for-completion):
7353 * cedet/semantic/edit.el
7354 (semantic-edits-incremental-reparse-failed-hook)
7355 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7356 (semantic-edits-splice-remove, semantic-edits-splice-replace):
7357 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7358 * cedet/semantic/dep.el (semantic-dependency-include-path):
7359 * cedet/semantic/db.el (semanticdb-default-find-index-class)
7360 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7361 (semanticdb-project-roots):
7362 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7363 (semanticdb-find-adebug-insert-scanned-tag-cons)
7364 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7365 (semanticdb-brute-deep-find-tags-for-completion):
7366 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7367 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7368 (semantic-end-of-context-default)
7369 (semantic-ctxt-current-function-default)
7370 (semantic-ctxt-scoped-types-default):
7371 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7372 (semantic-complete-inline-tag-engine)
7373 (semantic-complete-inline-custom-type)
7374 (semantic-complete-read-tag-analyzer):
7375 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7376 (semantic-chart-database-size):
7377 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7378 (semantic-analyze-current-context):
7379 * cedet/semantic/symref/list.el (semantic-symref)
7380 (semantic-symref-hide-buffer, semantic-symref-symbol):
7381 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7382 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7383 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7384 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7385 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7386 (semantic-c-dereference-template):
7387 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7388 (semantic--analyze-refs-full-lookup-with-parents)
7389 (semantic--analyze-refs-full-lookup-simple):
7390 * cedet/semantic/analyze/complete.el
7391 (semantic-analyze-possible-completions):
7392 * cedet/srecode/table.el (srecode-mode-table-new):
7393 * cedet/srecode/srt.el (srecode-read-variable-name):
7394 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7395 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7396 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7397 * cedet/srecode/map.el (srecode-current-map):
7398 * cedet/srecode/insert.el (srecode-insert)
7399 (srecode-insert-variable-secondname-handler, srecode-insert-method)
7400 (srecode-template-inserter-point-override)
7401 (srecode-insert-include-lookup):
7402 * cedet/srecode/getset.el (srecode-auto-choose-class):
7403 * cedet/srecode/extract.el (srecode-inserter-extract):
7404 * cedet/srecode/document.el
7405 (srecode-document-autocomment-return-last-alist)
7406 (srecode-document-autocomment-param-type-alist)
7407 (srecode-document-insert-function-comment)
7408 (srecode-document-insert-variable-one-line-comment)
7409 (srecode-document-function-name-comment):
7410 * cedet/srecode/dictionary.el (srecode-create-dictionary)
7411 (srecode-compound-toString):
7412 * cedet/srecode/compile.el (srecode-flush-active-templates):
7413 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7416 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7417 match-data. (Bug#4555).
7419 * cedet/semantic/bovine/gcc.el
7420 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7421 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7423 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7424 rather than parsing it as a regexp. This relaxes the layout
7425 requirements and makes errors easier to detect.
7426 (check-declare-verify): Check file is regular.
7427 (check-declare-directory): Doc fix.
7428 * subr.el (declare-function): Doc fix.
7430 * ibuffer.el (ibuffer-format-qualifier):
7431 * isearch.el (hi-lock-regexp-okay):
7432 * calc/calc.el (math-zerop):
7433 * mail/uce.el (rmail-msgbeg, rmail-msgend):
7434 * term/w32-win.el (setup-default-fontset, set-fontset-font):
7435 Remove unused declarations.
7437 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
7439 * cedet/semantic/wisent/javat-wy.el
7440 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7442 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
7444 * cedet/srecode/expandproto.el: Fix provide statement.
7446 2009-09-30 Eric Ludlam <zappo@gnu.org>
7448 * emacs-lisp/eieio.el (boolean-p): Delete.
7450 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
7452 * cedet/ede/srecode.el: Fix provide statement.
7454 2009-09-30 Glenn Morris <rgm@gnu.org>
7456 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7457 * cedet/ede/proj-aux.el (ede-aux-source):
7458 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7460 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7461 (semantic-mrub-switch-tags): Fix doc typos.
7463 * cedet/semantic/db-global.el (data-debug-new-buffer)
7464 (data-debug-insert-thing): Remove unneeded declarations (one broken).
7465 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7467 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7469 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7470 use of CL function `remove-if-not'.
7472 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7474 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7475 filename is not a string.
7477 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
7479 * files.el (safe-local-eval-forms): Fix typo.
7481 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7483 * vc-hooks.el (vc-dir-buffers): New var.
7484 (vc-state-refresh): New function.
7486 (vc-after-save): Always ask the backend to recompute the new state.
7487 Always call vc-dir if necessary, using vc-dir-buffers.
7488 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7490 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7491 (vc-dir-prepare-status-buffer, vc-dir-update)
7492 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7493 Don't call expand-file-name on default-directory.
7495 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7497 * speedbar.el (speedbar-item-delete):
7498 * calc/calc-prog.el (calc-kbd-if):
7499 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7501 * epa.el (epa-key-list-mode-map):
7502 * hi-lock.el (hi-lock-menu): Fix typos in menus.
7504 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7505 (hs-show-hook): Fix typo in docstring.
7507 2009-09-29 Glenn Morris <rgm@gnu.org>
7509 * cedet/semantic/symref/idutils.el:
7510 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7512 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7514 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7515 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7516 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7517 Mark declarations not understood by check-declare.
7519 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7520 file-name-nondirectory call preventing location of cedet files.
7521 (check-declare-verify): Use literal search rather than re-search.
7522 Add basic defmethod and defclass, and define-overloadable-function.
7524 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7525 Use tramp-compat-file-attributes rather than nonexistent
7526 tramp-compat-handle-file-attributes.
7528 * Makefile.in (lisptagsfiles4): New.
7529 (AUTOGENEL): Add cedet loaddefs files.
7530 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7531 (update-elclist, compile-always, backup-compiled-files)
7532 (bootstrap-clean): Add yet another directory level.
7533 (update-elclist): Use LC_COLLATE rather than COLLATE.
7534 (ELCFILES): Update, via `make update-elclist'.
7536 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7538 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7539 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7540 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7542 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
7544 * Makefile.in (lisptagsfiles3): Define.
7545 (TAGS, TAGS-LISP): Use it.
7546 (update-elclist): Add third directory level to look for elc files.
7547 (compile-always): Likewise.
7548 (backup-compiled-files): Likewise.
7549 (bootstrap-clean): Likewise.
7552 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
7554 * Makefile.in (ELCFILES): Add CEDET files.
7556 2009-09-28 Eric Ludlam <zappo@gnu.org>
7558 CEDET (development tools) package merged.
7562 * cedet/semantic/*.el:
7563 * cedet/srecode/*.el: New files.
7565 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
7567 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7569 * net/tramp.el (top): Require tramp-imap.
7571 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7572 Use `tramp-compat-handle-file-attributes'.
7574 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
7576 * net/tramp-imap.el: New package.
7578 2009-09-28 Eric Ludlam <zappo@gnu.org>
7580 * emacs-lisp/chart.el:
7581 * emacs-lisp/eieio-base.el:
7582 * emacs-lisp/eieio-comp.el:
7583 * emacs-lisp/eieio-custom.el:
7584 * emacs-lisp/eieio-datadebug.el:
7585 * emacs-lisp/eieio-opt.el:
7586 * emacs-lisp/eieio-speedbar.el:
7587 * emacs-lisp/eieio.el: New files.
7589 * cedet/cedet-cscope.el:
7590 * cedet/cedet-files.el:
7591 * cedet/cedet-global.el:
7592 * cedet/cedet-idutils.el:
7593 * cedet/data-debug.el:
7594 * cedet/inversion.el:
7595 * cedet/mode-local.el:
7596 * cedet/pulse.el: New files.
7598 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7600 * whitespace.el (whitespace-trailing-regexp)
7601 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7604 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
7606 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7609 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7610 menu-bar-ediff-menu.
7612 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7613 define-overloadable-function.
7615 * progmodes/autoconf.el: Provide autoconf as well, so that this
7616 file can be `require'd.
7618 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7620 * emacs-lisp/autoload.el (generated-autoload-feature)
7621 (generated-autoload-load-name): New vars.
7622 (autoload-rubric, autoload-generate-file-autoloads): Use them.
7623 (make-autoload): Recognize define-overloadable-function and
7624 defclass forms (for EIEIO).
7626 * Makefile.in (update-subdirs): Exclude cedet directory.
7628 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7630 * term/ns-win.el: Don't set the region face background. (Bug#4381)
7632 * faces.el: Default light-background background for region face to
7633 ns_selection_color under NS.
7635 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
7637 * net/imap-hash.el: New library, see NEWS.
7639 * Makefile.in (ELCFILES): Add imap-hash.el.
7641 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
7643 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7644 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7645 * help-macro.el (make-help-screen): Avoid using an ambiguous function
7646 definition where the docstring could be taken for the return value.
7648 2009-09-26 Glenn Morris <rgm@gnu.org>
7650 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7651 Add option to only show images below a certain size.
7652 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7653 save-excursion calls.
7655 2009-09-26 Eli Zaretskii <eliz@gnu.org>
7657 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7658 subdirectories) and eieio.
7660 2009-09-26 Alan Mackenzie <acm@muc.de>
7662 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7663 buggy bracketing. (Bug#4289)
7665 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7666 character constants (as case labels). (Bug#4289)
7668 2009-09-25 Juri Linkov <juri@jurta.org>
7670 * files.el (safe-local-eval-forms): Allow time-stamp in
7671 before-save-hook (Bug#4554).
7673 2009-09-25 Drew Adams <drew.adams@oracle.com>
7675 * menu-bar.el (list-buffers-directory): Doc fix.
7677 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
7679 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7680 Try and avoid copying twice the same paragraph.
7681 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7682 Remove save-excursion.
7683 (log-edit-changelog-entry): Do it here instead.
7685 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
7687 * bs.el (bs--get-file-name): Use `list-buffers-directory'
7688 when available, instead of hardcoding mode names. Doc fix.
7690 * menu-bar.el (list-buffers-directory): Add docstring.
7691 Make automatically buffer-local.
7693 * dired.el (dired-mode):
7694 * files.el (cd-absolute):
7695 * pcvs.el (cvs-temp-buffer):
7696 * pcvs-util.el (cvs-get-buffer-create):
7697 * shell.el (shell-mode):
7698 * vc-dir.el (vc-dir-mode):
7699 Don't make `list-buffers-directory' buffer local.
7701 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
7703 * comint.el (comint-exec, comint-run, make-comint):
7704 Doc fixes (Bug#4542).
7706 2009-09-25 Glenn Morris <rgm@gnu.org>
7708 * mail/rmailmm.el (rmail-mime): New custom group.
7709 Move all defcustoms in this file into this group.
7710 (rmail-mime-media-type-handlers-alist): Revert previous change.
7711 (rmail-mime-show-images): New option.
7712 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7713 references to it, since it wasn't actually used for anything.
7714 (rmail-mime-insert-image): New function.
7715 (rmail-mime-image): Use rmail-mime-insert-image.
7716 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7717 obey the value of `rmail-mime-show-images' option. Print the size of
7720 2009-09-25 David Engster <deng@randomsample.de>
7722 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
7724 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7726 * whitespace.el: Does not highlight trailing spaces While point is
7727 at end of line. Does not highligt spaces at beginning of buffer
7728 while point is at beginning of buffer. Does not highlight spaces
7729 at end of buffer while point is at end of buffer. (Bug#4177)
7731 (whitespace-display-mappings): Adjust initialization.
7732 (whitespace-point, whitespace-font-lock-refontify): New vars.
7733 (whitespace-color-on, whitespace-color-off): Adjust code.
7734 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7735 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7736 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7738 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
7740 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7742 * textmodes/sgml-mode.el: Remove xml-mode alias.
7744 * files.el (auto-mode-alist, conf-mode-maybe)
7745 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7747 2009-09-24 Alan Mackenzie <acm@muc.de>
7749 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7750 c-forward-conditionals, but it doesn't move point and doesn't set
7752 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7753 (c-down-conditional-with-else, c-backward-conditional)
7754 (c-forward-conditional): Refactor to use c-scan-conditionals.
7756 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7758 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7759 (help-default-arg-highlight): Remove.
7760 (help-highlight-arg): New function.
7761 (help-do-arg-highlight): Use it.
7762 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
7764 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7766 * term.el (term-set-scroll-region, term-handle-ansi-escape):
7767 Undo last change, which didn't fix the problem and introduced others.
7769 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
7771 * progmodes/gdb-mi.el: Don't require speedbar.
7772 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7774 2009-09-24 Glenn Morris <rgm@gnu.org>
7776 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7778 * term/ns-win.el (ns-reg-to-script): Define for compiler.
7780 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7781 there is no newline after the final mime boundary. (Bug#4539)
7782 Move markers on insertion so that any buttons inserted don't end up in
7783 the next part of a multipart message.
7784 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
7785 (rmail-mime-bulk-handler): Optionally handle images.
7786 (rmail-mime-image): New button action.
7787 (rmail-mime-image-handler): New function.
7788 (rmail-mime-mode): New mode.
7789 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
7791 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
7793 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7794 than just dropping elements from it (bug#4504).
7796 * term.el (term-set-scroll-region): Don't move cursor any more.
7797 (term-handle-ansi-escape): Call term-goto here instead.
7798 Suggested by Ivan Kanis <apple@kanis.eu>.
7800 * term.el: Require CL.
7801 (term-ansi-reset): New function.
7802 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7803 (term-handle-colors-array): Simplify.
7805 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
7807 * allout.el (allout-overlay-interior-modification-handler)
7808 (allout-obtain-passphrase):
7809 * epa-file.el (epa-file-write-region):
7810 * ps-print.el (ps-begin-job):
7811 * vc-hooks.el (vc-toggle-read-only):
7812 * vc-rcs.el (vc-rcs-rollback):
7813 * vc-sccs.el (vc-sccs-rollback):
7814 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7815 (vc-version-diff, vc-revert, vc-rollback):
7816 * wdired.el (wdired-check-kill-buffer):
7817 * emacs-lisp/authors.el (authors):
7818 * net/socks.el (socks-open-connection):
7819 * net/zeroconf.el (zeroconf-service-add-hook):
7820 * obsolete/vc-mcvs.el (vc-mcvs-register):
7821 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7823 * progmodes/grep.el (lgrep, rgrep):
7824 * progmodes/idlw-help.el (idlwave-help-check-locations)
7825 (idlwave-help-html-link, idlwave-help-assistant-open-link):
7826 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7827 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7828 (reftex-toc-rename-label): Fix typos in error messages.
7830 * dired-aux.el (dired-do-shell-command): Reflow docstring.
7831 (dired-copy-how-to-fn): Doc fix.
7832 (dired-files-attributes, dired-read-shell-command):
7833 Fix typos in docstrings.
7835 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7836 (dired-x-find-file-other-window): Reflow docstrings.
7837 (dired-omit-marker-char, dired-read-shell-command)
7838 (dired-x-submit-report): Fix typos in docstrings.
7840 * shell.el (shell-mode-hook):
7841 * view.el (View-scroll-line-forward):
7842 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7843 Fix typos in docstrings.
7845 * net/dig.el (dig-invoke): Fix typo in docstring.
7846 (query-dig): Reflow docstring.
7848 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7849 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7850 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7851 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7852 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7853 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7854 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7855 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7856 (idlwave-completion-map, idlwave-current-indent)
7857 (idlwave-custom-ampersand-surround, idlwave-customize)
7858 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7859 (idlwave-define-abbrev, idlwave-determine-class-special)
7860 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7861 (idlwave-end-block-reg, idlwave-end-of-statement)
7862 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7863 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7864 (idlwave-explicit-class-listed, idlwave-file-header)
7865 (idlwave-fill-paragraph, idlwave-find-class-definition)
7866 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7867 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7868 (idlwave-in-quote, idlwave-indent-action-table)
7869 (idlwave-indent-expand-table, idlwave-indent-line)
7870 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7871 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7872 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7873 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7874 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7875 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7876 (idlwave-outlawed-buffers, idlwave-popup-select)
7877 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7878 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7879 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7880 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7881 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7882 (idlwave-statement-type, idlwave-struct-skip)
7883 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7884 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7885 (idlwave-what-module-find-class): Fix typos in docstrings.
7886 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7887 (idlwave-calculate-cont-indent, idlwave-expand-equal)
7888 (idlwave-find-module, idlwave-find-structure-definition)
7889 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7890 (idlwave-list-load-path-shadows, idlwave-next-statement)
7891 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7892 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7893 (idlwave-template): Reflow docstrings.
7895 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7896 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7897 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7898 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7899 (idlwave-shell-display-line, idlwave-shell-display-wframe)
7900 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7901 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7902 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7903 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7904 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7905 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7906 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7907 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7908 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7909 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7910 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7911 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7912 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7913 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7914 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7915 Fix typos in docstrings.
7916 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7917 (idlwave-shell-hide-output, idlwave-shell-mode)
7918 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7921 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7923 2009-09-24 Ivan Kanis <apple@kanis.eu>
7925 * term.el (term-bold-attribute): New var.
7926 (term-handle-colors-array): Use it.
7928 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
7930 * progmodes/gdb-mi.el (gdb-version): New variable.
7931 (gdb-non-stop-handler): Set gdb-version.
7932 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7933 Condition "--thread" option on gdb-version.
7934 (gdb-invalidate-threads): Remove unused argument.
7936 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7938 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7939 to looking-back to avoid ridiculous slow down in large files (bug#4511).
7941 2009-09-23 Glenn Morris <rgm@gnu.org>
7943 * mail/rmail.el (rmail-reply): Don't try to add a References header when
7944 replying to mail without References or Message-Id. (Bug#4525)
7946 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
7948 * term/ns-win.el (ns-reg-to-script): New variable.
7950 2009-09-23 Daiki Ueno <ueno@unixuser.org>
7952 * epg.el (epg-wait-for-status): Preserve existing 'error results.
7954 2009-09-22 Sam Steingold <sds@gnu.org>
7956 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7957 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7958 to 1 because hg returns status 1 when nothing is found.
7959 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7961 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
7963 * textmodes/fill.el: Convert to utf-8 encoding.
7964 (fill-french-nobreak-p): Remove redundant » and « inherited from our
7967 * add-log.el (change-log-fill-forward-paragraph): New function.
7968 (change-log-mode): Use it so fill-region DTRT.
7969 Set fill-indent-according-to-mode here rather than in
7970 change-log-fill-paragraph.
7971 (change-log-fill-paragraph): Remove.
7973 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
7975 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7976 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
7978 2009-09-22 Glenn Morris <rgm@gnu.org>
7980 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7981 the scroll-bar scroll the calendar window rather than the buffer.
7983 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7984 commands that move point (as opposed to scrolling).
7986 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7988 * emacs-lisp/elint.el (elint): New custom group.
7989 (elint-log-buffer): Make it a defcustom.
7990 (elint-scan-preloaded, elint-ignored-warnings)
7991 (elint-directory-skip-re): New options.
7992 (elint-builtin-variables): Doc fix.
7993 (elint-preloaded-env): New variable.
7994 (elint-unknown-builtin-args): Add an entry for encode-time.
7995 (elint-extra-errors): Make it a variable rather than a constant.
7996 (elint-preloaded-skip-re): New constant.
7997 (elint-directory): Skip files matching elint-directory-skip-re.
7998 (elint-features): New variable, local to linted buffers.
7999 (elint-update-env): Initialize elint-features. Possibly add
8000 elint-preloaded-env to the buffer's environment.
8001 (elint-get-top-forms): Bind elint-current-pos, for log messages.
8003 (elint-init-form): New function, extracted from elint-init-env.
8004 Make non-list forms a warning rather than an error.
8005 Add the mode-map for define-derived-mode. Handle define-minor-mode,
8006 easy-menu-define, put that adds an error-condition, and provide.
8007 When requiring cl, also require cl-macs. Really require cl, to handle
8008 some cl macros. Store required libraries in the list elint-features,
8009 so as not to re-load them. Treat cc-require like require.
8010 (elint-init-env): Call elint-init-form to do the work.
8011 Handle eval-and-compile and such like.
8012 (elint-add-required-env): Do not clear messages.
8013 (elint-special-forms): Add handlers for function, defalias, if, when,
8015 (elint-form): Add optional argument to ignore elint-special-forms,
8016 useful to prevent recursive calls from handlers. Doc fix.
8017 Respect elint-ignored-warnings.
8018 (elint-form): Respect elint-ignored-warnings.
8019 (elint-bound-variable, elint-bound-function): New variables.
8020 (elint-unbound-variable): Respect elint-bound-variable.
8021 (elint-get-args): Respect elint-bound-function.
8022 (elint-check-cond-form): Add some simple handling for (f)boundp and
8024 (elint-check-defalias-form): New handler.
8025 (elint-check-let-form): Make an empty let a warning rather than an
8027 (elint-check-setq-form): Make an empty setq a warning rather than an
8028 error. Respect elint-ignored-warnings.
8029 (elint-check-defvar-form): Accept null doc-strings.
8030 (elint-check-conditional-form): New handler. Does some simple-minded
8031 checking of featurep and (f)boundp tests.
8032 (elint-put-function-args): New function.
8033 (elint-initialize): Use elint-scan-doc-file rather than
8034 elint-find-builtin-variables. Use elint-put-function-args.
8035 Possibly scan preloaded-file-list.
8036 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
8037 extend to handle functions as well.
8039 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
8041 * linum.el (linum-delete-overlays, linum-update-window):
8042 Do not modify the right margin. (Bug#3971)
8044 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
8046 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
8047 nxml-mode instead of xml-mode.
8049 2009-09-21 Kevin Ryde <user42@zip.com.au>
8051 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
8053 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
8055 * net/dig.el (dig-mode): Use define-derived-mode.
8057 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8059 * vc-dispatcher.el (vc-do-command): Return the process object in
8060 the asynchronous case. Use when instead of if. Do not run
8061 vc-exec-after to display a message if not enabled. (Bug#4463)
8063 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
8064 properties to the stash strings.
8065 (vc-git-stash-list): Return a list of strings.
8066 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
8067 (vc-git-stash-show-at-point): New functions.
8068 (vc-git-stash-map): New keymap.
8070 * register.el (ctl-x-r-map): Define the keys here instead of
8073 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
8075 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
8076 list, to workaround performance problem (bug#4485).
8078 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
8080 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
8082 2009-09-20 Daiki Ueno <ueno@unixuser.org>
8084 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8085 Document that this option is not recommended to use.
8087 2009-09-19 Glenn Morris <rgm@gnu.org>
8089 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
8092 * calc/calc-alg.el (var):
8093 * calc/calcalg2.el (var): Define for compiler.
8095 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
8097 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
8100 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
8102 * time-stamp.el (time-stamp-month-dd-yyyy)
8103 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
8104 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
8105 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
8106 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
8107 Remove functions that have been obsolete since 1995 (Bug#4436).
8109 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
8110 indent buffer only if called interactively (Bug#4452).
8112 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
8113 Eli Zaretskii <eliz@gnu.org>
8115 This fixes bug#4197 (merged to bug#865, though not identical).
8116 * server.el (server-auth-dir): Add docstring note about FAT32.
8117 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
8118 but warn against using them.
8120 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
8122 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
8123 older GDB where there is no has_more field.
8125 2009-09-19 Glenn Morris <rgm@gnu.org>
8127 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8129 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
8131 * files.el (auto-mode-alist): Change default for XML files to nXML
8134 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
8136 * server.el (server-ensure-safe-dir): Pass 'integer
8137 to `file-attributes', as suggested.
8139 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8141 * dired-aux.el (dired-query-alist): Remove spurious backslash.
8142 (dired-query): Use read-key.
8144 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
8146 * cus-start.el (ns-use-qd-smoothing): Remove.
8148 2009-09-18 Glenn Morris <rgm@gnu.org>
8150 * allout.el (top-level): Remove unnecessary progn.
8152 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
8154 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
8155 definition of abbrev table.
8157 * speedbar.el (speedbar-track-mouse):
8158 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
8159 * net/eudc.el (eudc-expand-inline):
8160 * net/newst-backend.el (newsticker--cache-read-feed):
8161 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
8162 condition-case handlers.
8164 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
8166 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
8167 (gdb-var-list): Add an element for has_more field.
8168 (gdb-non-stop-handler): Enable pretty printing for STL containers.
8169 (gdb-var-create-handler, gdb-var-list-children-handler-1)
8170 (gdb-var-update-handler-1): Parse output of dynamic variable
8171 objects (STL containers).
8172 (gdb-var-delete-1): Pass var1 as an explicit second argument.
8173 (gdb-get-field): Delete alias. Use bindat-get-field directly.
8175 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
8177 (gud-speedbar-buttons): Make node expandable if expression "has more"
8180 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
8182 * startup.el (emacs-quick-startup): Remove variable and all uses.
8183 (command-line): Set `inhibit-x-resources' instead.
8184 (command-line-1): Use `inhibit-x-resources' instead.
8186 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
8188 * subr.el: Fix last change to avoid using the `unless' macro,
8189 which breaks bootstrapping.
8191 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8193 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
8194 extended definitions, in case we reload subr.el after having
8196 (eval-next-after-load): Mark as obsolete.
8198 2009-09-17 Juri Linkov <juri@jurta.org>
8200 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
8201 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
8202 (menu-bar-showhide-menu, menu-bar-tools-menu)
8203 (menu-bar-describe-menu, menu-bar-help-menu)
8204 (minibuffer-local-completion-map, minibuffer-local-map):
8207 2009-09-17 Glenn Morris <rgm@gnu.org>
8209 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
8210 arguments, whether or not it has a handler.
8212 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8214 * simple.el (hard-newline): Give it a doc-string.
8216 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8217 (lisp-mode-syntax-table): Give them doc-strings.
8219 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8221 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8222 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8223 (menu-bar-options-menu, menu-bar-showhide-menu)
8224 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8225 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8226 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8227 (menu-bar-options-menu, menu-bar-tools-menu)
8228 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8229 (menu-bar-help-menu):
8230 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8233 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8234 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8235 calls for the menu names and :help.
8237 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8239 * mouse.el (minor-mode-menu-from-indicator): Pay attention
8240 to :minor-mode-function (bug#4455).
8242 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8244 * startup.el (command-line): Initialize the window-system after
8245 processing the command-line.
8247 * textmodes/page.el (what-page): Make sure we don't inf-loop if
8248 page-delimiter matches the empty string.
8250 2009-09-16 Glenn Morris <rgm@gnu.org>
8252 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8253 byte-compile-not-obsolete-var. It's a list now.
8254 (byte-compile-not-obsolete-funcs): New variable.
8255 (byte-compile-warn-obsolete): Don't warn about functions if they are in
8256 byte-compile-not-obsolete-funcs.
8257 (byte-compile-variable-ref, byte-compile-defvar): Update for
8258 byte-compile-not-obsolete-vars name-change and list nature.
8259 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8260 and variables behind (f)boundp tests.
8261 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8263 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8265 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8267 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8269 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8270 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8273 2009-09-15 Stephen Eglen <stephen@gnu.org>
8275 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8276 the virtual-buffers, use the name of the buffer specified by
8277 find-file-noselect, as the match may be a symlink. (This was a
8278 problem if the target and the symlink had different names.)
8280 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8282 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8284 * desktop.el (desktop-path): Check user-emacs-directory.
8286 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8288 * loadup.el: Use after-load-functions to GC after loading each file.
8289 Remove the explicit GC calls that used to be sprinkled around.
8291 * subr.el (after-load-functions): New hook.
8292 (do-after-load-evaluation): Run it. Use string-match-p to detect
8293 `obsolete' packages, rather than painfully extracting the relevant
8296 2009-09-15 Glenn Morris <rgm@gnu.org>
8298 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8299 free variable `doc'.
8301 * dired.el (dired-mode-map): Add menu entry for async shell command.
8303 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8304 variables, also consider the .elc files, since the .el files are
8305 normally gzipped (subsequent code locates the .el.gz from the .elc).
8307 * calc/calc-prog.el (arglist): Define for compiler.
8309 * calendar/diary-lib.el (diary-display-function): Change the default to
8311 (body): Define for compiler.
8313 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8314 (byte-compile-file-form, byte-compile-lambda)
8315 (byte-compile-top-level-body, byte-compile-form)
8316 (byte-compile-variable-ref, byte-compile-setq)
8317 (byte-compile-setq-default, byte-compile-body)
8318 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8319 (batch-byte-compile): Give some more local variables with common names
8320 a "bytecomp-" prefix to avoid masking warnings about free variables.
8322 * startup.el (command-line-1): Give local variables with common names a
8323 distinguishing prefix, so as not to hide free variable warnings during
8326 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8327 clever and add a suffix to make a unique name, just let the user decide
8328 whether or not to overwrite it. If the input is a directory, write the
8329 default filename to that directory. (Bug#4388)
8330 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8331 is a filename-as-a-directory.
8333 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
8335 * textmodes/page.el (what-page): Don't move to beginning of line.
8336 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8338 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
8340 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8342 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
8344 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8345 * help.el (help-for-help-internal): Add purecopy calls for text.
8347 * vc.el (top): print-log method now takes an optional SHORTLOG
8348 argument. Add a new method: root.
8349 (vc-root-diff, vc-print-root-log): New functions.
8350 (vc-log-short-style): New variable.
8351 (vc-print-log-internal): Add support for showing short logs.
8353 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8354 vc-print-root-log and vc-print-root-diff.
8356 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8357 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8358 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8361 * vc-cvs.el (vc-cvs-print-log):
8362 * vc-mtn.el (vc-mtn-print-log):
8363 * vc-rcs.el (vc-rcs-print-log):
8364 * vc-sccs.el (vc-sccs-print-log):
8365 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8366 that is ignored for now.
8368 * vc-mtn.el (vc-mtn-annotate-command):
8369 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8371 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8373 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8374 to function-key-map, and give them ascii-character property.
8375 * term/x-win.el (x-alternatives-map):
8376 * term/ns-win.el (ns-alternatives-map):
8377 * term/internal.el (msdos-key-remapping-map):
8378 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8380 2009-09-14 Glenn Morris <rgm@gnu.org>
8382 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8383 temp-buffers (2009-09-12).
8385 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8387 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8388 the new read-key function.
8390 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8392 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8393 is defined (Bug#4405).
8395 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
8397 * recentf.el (recentf-cleanup): Use a hash table to find
8398 duplicates (Bug#4407).
8400 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
8402 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8403 kp-0 to ascii equivalents (Bug#4325).
8405 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
8407 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8409 * eshell/em-hist.el:
8410 * eshell/em-dirs.el (eshell-complete-user-reference):
8411 Declare pcomplete functions and variables to avoid compiler warnings.
8413 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
8415 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8416 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8417 * eshell/em-alias.el (eshell-aliases-file):
8418 * eshell/em-hist.el (eshell-history-file-name):
8419 Use expand-file-name instead of concat to make file names (Bug#4308).
8421 2009-09-13 Glenn Morris <rgm@gnu.org>
8423 * ediff-merg.el (ediff-do-merge):
8424 * filesets.el (filesets-run-cmd):
8425 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8426 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8427 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8428 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8429 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8430 Replace empty `let's with `progn'.
8432 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8434 * mail/sendmail.el (send-mail-function):
8435 * tooltip.el (tooltip-mode):
8436 * simple.el (transient-mark-mode):
8437 * rfn-eshadow.el (file-name-shadow-mode):
8438 * frame.el (blink-cursor-mode):
8439 * font-core.el (global-font-lock-mode):
8440 * files.el (temporary-file-directory)
8441 (small-temporary-file-directory, auto-save-file-name-transforms):
8442 * epa-hook.el (auto-encryption-mode):
8443 * composite.el (global-auto-composition-mode):
8444 Use custom-initialize-delay.
8445 * startup.el (command-line): Don't explicitly call
8446 custom-reevaluate-setting for all the above vars.
8447 * custom.el (custom-initialize-safe-set)
8448 (custom-initialize-safe-default): Delete.
8450 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8452 * term/x-win.el (x-initialize-window-system):
8453 * term/w32-win.el (w32-initialize-window-system):
8454 * term/ns-win.el (ns-initialize-window-system): Don't call
8455 mouse-wheel-mode since it's enabled globally by default already.
8457 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8458 actually define the variable, but only silences the byte-compiler.
8459 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8460 before looking it up.
8461 (mouse-wheel-scroll-amount): Also reset the bindings if this value
8464 2009-09-12 Glenn Morris <rgm@gnu.org>
8466 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8468 (elint-add-required-env): Don't beep on error.
8469 (elint-forms): In case of error, return ENV unchanged.
8470 (elint-init-env): Skip non-list forms.
8471 (elint-log): Handle unknown file positions.
8473 2009-09-12 Daiki Ueno <ueno@unixuser.org>
8475 * epg.el (epg-make-context): Add autoload cookie.
8476 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8477 (epg-decrypt-string, epg-start-verify, epg-verify-file)
8478 (epg-verify-string, epg-start-sign, epg-sign-file)
8479 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8480 (epg-encrypt-string, epg-start-export-keys)
8481 (epg-export-keys-to-file, epg-export-keys-to-string)
8482 (epg-start-import-keys, epg-import-keys-from-file)
8483 (epg-import-keys-from-string, epg-start-receive-keys)
8484 (epg-receive-keys, epg-import-keys-from-server)
8485 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8486 (epg-sign-keys, epg-start-generate-key)
8487 (epg-generate-key-from-file, epg-generate-key-from-string):
8488 Remove autoload cookie.
8490 2009-09-12 Eli Zaretskii <eliz@gnu.org>
8492 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8493 reevaluation of trash-directory.
8495 * mwheel.el: Fix last change.
8496 (mouse-wheel-mode): New defvar.
8497 (mouse-wheel-mode): Remove autoload cookie.
8499 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8501 * mwheel.el (mwheel-installed-bindings): New var.
8502 (mouse-wheel-mode): Use it, so as to make sure we really remove all
8503 the bindings we set last time. Use custom-initialize-delay.
8504 * loadup.el: Load mwheel after term/*-win.el.
8505 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8506 and mouse-wheel-up-event now that their first evaluation is done
8507 sufficiently late to be correct.
8509 * startup.el (tutorial-directory): Make it a defcustom.
8510 Use custom-initialize-delay rather than eval-at-startup to set it.
8511 * image.el (image-load-path): Make it a defcustom.
8512 Use custom-initialize-delay rather than eval-at-startup to set it.
8513 * subr.el (eval-at-startup): Remove.
8514 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8516 * subr.el (do-after-load-evaluation): Warn the user after loading an
8519 2009-09-12 Glenn Morris <rgm@gnu.org>
8521 * proced.el (proced-mark-alt): Remove alias.
8522 (proced-mode-map): Remove proced-mark-alt.
8524 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8525 Elint file and directory. Remove initialization entry.
8527 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8529 (elint-current-buffer): Set mode-line-process.
8530 (elint-init-env): Handle define-derived-mode.
8531 Fix declare-function with unspecified arglist. Guard against odd
8532 defalias statements (eg iso-insert's 8859-1-map).
8533 (elint-add-required-env): Use a temp buffer.
8534 (elint-form): Just print the function/macro name, not the whole form.
8535 Return env unchanged if we fail to parse a macro.
8536 (elint-forms): Guard against parse errors.
8537 (elint-output): New function, to handle batch mode.
8538 (elint-log-message): Add optional argument. Use elint-output.
8539 (elint-set-mode-line): New function.
8541 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
8543 * emacs-lisp/elp.el (elp-not-profilable): Add more
8544 functions (Bug#4233).
8546 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
8548 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8549 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8551 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8553 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8554 (gdb-var-list-children): Use json parsing.
8556 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
8558 * progmodes/js.el (js--proper-indentation): Handle the case where
8559 char-before is null. Reported by Deniz Dogan.
8561 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8563 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8565 2009-09-11 Daiki Ueno <ueno@unixuser.org>
8567 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8568 (epg-digest-algorithm-alist): Add SHA224.
8569 (epg-context-set-passphrase-callback)
8570 (epg-context-set-progress-callback): Add description about
8573 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8575 * custom.el (custom-delayed-init-variables): New var.
8576 (custom-initialize-delay): New function.
8577 * startup.el (command-line): "Re"evaluate all vars in
8578 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
8579 explicitly any more.
8580 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8581 to avoid creating a ~/.emacs.d at build-time (bug#4347).
8583 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8585 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
8587 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8588 (gdb-var-update-handler): Use json parsing.
8590 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
8592 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8593 decode annotated text, regardless of language environment. (Bug#2741)
8595 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8597 * Makefile.in (autoloads): Make rmail.el writable as well.
8599 2009-09-11 Glenn Morris <rgm@gnu.org>
8601 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8603 * dired.el: Regenerate with extracted autoloads.
8604 * Makefile.in (autoloads): Make dired.el writable.
8606 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8607 * ibuffer.el: Regenerate with extracted autoloads.
8608 * Makefile.in (autoloads): Make ibuffer.el writable.
8610 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8611 * version.el (emacs-copyright, emacs-major-version)
8612 (emacs-minor-version): Reformat doc-strings for make-docfile.
8614 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8615 functions and variables, since they must be stuff specific to some other
8617 (apropos-print): Make mouse-click message less specific about button.
8619 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8620 that records where a macro was defined.
8621 * help-fns.el (describe-function-1): Mention if a function has a
8623 * help-mode.el (help-function-cmacro): New button.
8625 * locate.el (top-level): Always require dired.
8626 (locate-mode-map): Initialize inside the defvar.
8628 * net/ange-ftp.el (dired-compress-file): Declare.
8629 (ange-ftp-dired-compress-file): Add doc string.
8631 * term/ns-win.el (x-display-name, x-setup-function-keys):
8632 Unify doc-strings with X versions.
8634 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8636 * emulation/crisp.el (crisp-mode-map): Move initialization
8638 (crisp-mode): Use define-minor-mode.
8640 * progmodes/xscheme.el (xscheme-evaluation-commands):
8641 Put a :advertised-binding property rather than using
8642 advertised-xscheme-send-previous-expression.
8643 (advertised-xscheme-send-previous-expression): Declare obsolete.
8644 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8646 (crisp-mode): Add corresponding bindings to
8647 undo's :advertised-binding instead.
8648 * dired.el (dired-mode-map): Put a :advertised-binding property rather
8649 than using dired-advertised-find-file.
8650 (dired-advertised-find-file):
8651 * simple.el (advertised-undo):
8652 * wid-edit.el (advertised-widget-backward): Declare obsolete.
8653 (widget-keymap): Put a :advertised-binding property rather
8654 than using advertised-widget-backward.
8655 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8656 than using advertised-undo.
8657 * tutorial.el (tutorial--default-keys): Adjust accordingly.
8659 2009-09-10 Simon South <ssouth@slowcomputing.org>
8661 * progmodes/delphi.el (delphi-tab): Indent region when Transient
8662 Mark mode is enabled and region is active; otherwise indent or
8663 insert TAB as usual.
8664 (delphi-mode): Update description of TAB-key binding.
8666 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8668 * subr.el (define-key-rebound-commands): Mark obsolete.
8669 * startup.el (precompute-menubar-bindings): Remove.
8670 (normal-top-level): Remove obsolete code that tried to precompute
8672 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8673 define-key-rebound-commands and precompute-menubar-bindings.
8675 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
8677 * net/imap.el (imap-interactive-login): Better messages.
8678 (imap-open): Fix bug with renamed buffer on reconnect.
8679 (imap-authenticate): Add buffer-local imap-last-authenticator variable
8680 for easier debugging and cleaner code. On successful (guessed based on
8681 server capabilities) secondary authentication, set imap-state
8683 (imap-last-authenticator): Define imap-last-authenticator as a variable
8686 2009-09-10 Glenn Morris <rgm@gnu.org>
8688 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8690 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8691 (byte-compile-file-form-autoload): Don't warn about unknown functions
8692 where the autoload statement comes after the use.
8693 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8694 that any handlers inside the body (eg require) are in turn respected.
8696 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8699 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8700 and syntax and abbrev tables basic docs, if they don't have any.
8702 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8704 * international/mule-cmds.el (top-level): Require cl when compiling.
8705 (view-hello-file): Use default-value rather than
8706 default-enable-multibyte-characters.
8708 * progmodes/fortran.el: Move all safe and risky properties into the
8711 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8712 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8714 Put autoloads in rmail.el rather than loaddefs.el.
8715 * mail/rmail.el: Regenerate with extracted autoloads.
8717 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8718 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8720 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
8722 Reported in thread for Bug#4375.
8723 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8724 "-data-evaluate-expression" instead of print.
8725 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8726 (gdb-tooltip-print): Parse output from above MI command.
8727 (gdb): Revert 2009-08-11 change. User should detach inferior
8730 Remove the word "separate" from IO functions as inferior
8731 output is now never displayed in the GUD buffer.
8733 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
8735 * startup.el (command-line-normalize-file-name): On Windows and
8736 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8738 2009-09-10 Juri Linkov <juri@jurta.org>
8740 * isearch.el (isearch-text-char-description): Propertize escape
8741 character sequences with the `escape-glyph' face. (Bug#4344)
8743 * simple.el (shell-command): Set asynchronous process filter to
8744 `comint-output-filter'. (Bug#4343)
8746 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8747 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
8748 the list. Move "asm" to the bottom.
8749 (grep-find-ignored-directories): Add `choice' with nil value
8750 to empty the list easily.
8751 (grep-find-ignored-files): New option.
8752 (grep-files-history): Set to nil by default instead of '("ch" "el").
8753 (grep-compute-defaults): Add "<X>" to `grep-template'.
8754 (grep-read-files): Bind new local variables `default-alias' and
8755 `default-extension'. Use a list of default values for the file prompt.
8756 (lgrep): Add `--exclude=' command line options composed from
8757 `grep-find-ignored-files'.
8758 (rgrep): Add `-name' command line options composed from
8759 `grep-find-ignored-files'. (Bug#4301)
8761 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8763 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8766 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8768 * calendar/time-date.el (autoload):
8769 Expand define-obsolete-function-alias into defalias and make-obsolete
8770 for old Emacsen that Gnus supports.
8771 (with-no-warnings): Define it for old Emacsen.
8772 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8774 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8775 float-time is available; suppress compile warning for time-to-seconds.
8777 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
8779 * net/imap.el (imap-message-map): Docstring fix.
8781 2009-09-09 Glenn Morris <rgm@gnu.org>
8783 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8784 line numbers too. (Bug#4374)
8786 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8788 * smerge-mode.el (smerge-remove-props, smerge-refine):
8789 Use with-silent-modifications (bug#4342).
8791 * subr.el (with-silent-modifications): New macro.
8793 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
8795 * files.el (top-level): Require `cl' when compiling.
8797 2009-09-07 Glenn Morris <rgm@gnu.org>
8799 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8801 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8802 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
8804 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
8806 * vc-git.el (vc-git-annotate-command): Use separator to parse
8807 arguments correctly.
8809 2009-09-06 Eli Zaretskii <eliz@gnu.org>
8811 * proced.el (proced-mode): Doc fix.
8813 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
8815 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8817 (tramp-do-file-attributes-with-ls): Check for file existence at
8819 (tramp-do-file-attributes-with-stat): Likewise.
8820 (tramp-convert-file-attributes): Return nil when attr is nil.
8822 2009-09-05 Glenn Morris <rgm@gnu.org>
8824 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8825 properties to this button.
8826 (diary-fancy-display): Don't extend the button to the final newline.
8827 (diary-fancy-display-mode): Continue to define "q" as a local key.
8829 * calendar/cal-china.el (holiday-chinese): Make it slightly more
8832 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8834 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8835 (byte-compile-dest-file-function): New option.
8836 (byte-compile-dest-file): Doc fix.
8837 Obey byte-compile-dest-file-function.
8838 (byte-compile-cl-file-p): New function.
8839 (byte-compile-eval): Only suppress noruntime warnings about cl functions
8840 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
8841 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8842 than for file being previously loaded.
8843 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8844 (byte-compile-file-form-require): Handle the case where requiring a file
8845 indirectly causes CL to be loaded.
8847 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8849 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8850 before killing the old buffer, since by the time `kill-buffer' is
8851 run so many buffer variables have been set to nil that it may not
8852 behave as expected. (Bug#4061)
8854 2009-09-05 Karl Fogel <kfogel@red-bean.com>
8856 * files.el (find-alternate-file): If the old buffer is modified
8857 and visiting a file, behave similarly to `kill-buffer' when
8858 killing it, thus reverting to the pre-1.878 behavior; see
8859 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8860 for discussion. Also, consult `buffer-file-name' as a variable
8861 not as a function, for consistency with the rest of the code.
8863 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
8865 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8866 also when adding a new directory.
8868 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8871 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8873 * files.el (locate-file-completion-table): Make it provide boundary
8874 information, so partial-completion works better.
8876 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
8878 * mail/footnote.el (Footnote-text-under-cursor):
8879 Check footnote-text-marker-alist before using it (bug#4324).
8881 2009-09-04 Glenn Morris <rgm@gnu.org>
8883 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8884 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8885 * play/solitaire.el, play/tetris.el:
8886 Remove leading * from defcustom and defface docs.
8888 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8890 (diary-fancy-overriding-map): New variable.
8891 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8894 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8897 2009-09-03 Glenn Morris <rgm@gnu.org>
8899 * arc-mode.el (archive-mode):
8900 * dos-fns.el (set-default-process-coding-system):
8901 * man.el (Man-getpage-in-background):
8902 * menu-bar.el (menu-bar-describe-menu):
8903 * server.el (server-process-filter):
8904 * startup.el (command-line):
8905 * tar-mode.el (tar-header-block-tokenize, tar-extract):
8906 * w32-fns.el (set-default-process-coding-system):
8907 * x-dnd.el (x-dnd-handle-file-name):
8908 * international/mule-cmds.el (mule-menu-keymap)
8909 (set-default-coding-systems, language-info-alist, set-language-info)
8910 (set-language-environment, standard-display-european-internal)
8911 (set-locale-environment):
8912 * international/mule-diag.el (mule-diag):
8913 * mail/emacsbug.el (report-emacs-bug):
8914 * mail/rmail.el (rmail-mode):
8915 * mail/sendmail.el (mail-setup):
8916 Use default-value rather than default-enable-multibyte-characters.
8918 * progmodes/f90.el: Move all safe properties into the defcustoms.
8919 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8921 * calendar/appt.el (appt-check):
8922 * calendar/diary-lib.el (diary-set-header, diary-live-p)
8923 (diary-check-diary-file, diary-list-entries)
8924 (diary-include-other-diary-files, diary-simple-display)
8925 (diary-fancy-display, diary-print-entries)
8926 (diary-mark-included-diary-files, diary-make-entry):
8927 Don't call substitute-in-file-name on diary-file.
8929 2009-09-03 Eduard Wiebe <usenet@pusto.de>
8930 Stefan Monnier <monnier@iro.umontreal.ca>
8932 * mail/footnote.el (footnote-prefix): Make it a defcustom.
8933 (footnote-mode-map): Move initialization into the declaration.
8934 (footnote-minor-mode-map): Define it rather than changing global-map.
8935 (footnote-mode): Use define-minor-mode.
8937 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
8939 * net/tramp.el (tramp-handle-file-attributes-with-ls)
8940 (tramp-do-file-attributes-with-perl)
8941 (tramp-do-file-attributes-with-stat): Rename from
8942 `tramp-handle-file-attributes-with-*'.
8943 (tramp-handle-file-attributes): Use them.
8944 (tramp-do-directory-files-and-attributes-with-perl)
8945 (tramp-do-directory-files-and-attributes-with-stat): Rename from
8946 `tramp-handle-directory-files-and-attributes-with-*'.
8947 (tramp-handle-directory-files-and-attributes): Use them.
8948 (tramp-method-out-of-band-p): Additional parameter SIZE.
8949 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8950 (tramp-handle-write-region): Use it.
8951 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8952 (tramp-handle-vc-registered): Check, whether the first run did
8953 return files to be tested.
8954 (tramp-advice-make-auto-save-file-name): Do not call directly
8955 `tramp-handle-make-auto-save-file-name', because this would bypass
8956 the locking mechanism.
8958 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8959 (file-remote-p, process-file, start-file-process, set-file-times)
8960 (tramp-compat-file-attributes): Compatibility functions shall not
8961 call directly `tramp-handle-*', because this would bypass the
8963 (tramp-compat-number-sequence): New defun.
8965 2009-09-02 Glenn Morris <rgm@gnu.org>
8967 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8968 alias for float-time.
8969 (time-to-number-of-days): In Emacs, use float-time.
8970 * net/newst-backend.el (time-add): Suppress warnings from compat
8972 * time.el (emacs-uptime, emacs-init-time):
8973 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8974 Use float-time rather than time-to-seconds.
8976 * minibuffer.el (completion-initials-expand): Fix typo.
8978 * faces.el (modeline, modeline-inactive, modeline-highlight)
8979 (modeline-buffer-id):
8980 * info.el (info-menu-5): Mark these face aliases as obsolete.
8982 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
8984 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8986 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8987 no "--thread" option.
8988 (gdb-stopped): Don't print "Switched to thread" message when it is
8991 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8993 * minibuffer.el (completion-try-completion)
8994 (completion-all-completions): Remove ill-defined (and
8995 mistakenly installed and luckily never used nor documented)
8996 `completion-styles' property.
8997 (completion-initials-expand, completion-initials-all-completions)
8998 (completion-initials-try-completion): New functions.
8999 (completion-styles-alist): Add doc to each entry.
9000 Add new `initials' entry.
9002 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
9004 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
9005 MI command -var-evaluate-expression.
9006 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
9007 and tweak for case of string child.
9008 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
9010 2009-09-01 Glenn Morris <rgm@gnu.org>
9012 * add-log.el (change-log-date-face, change-log-name-face)
9013 (change-log-email-face, change-log-file-face, change-log-list-face)
9014 (change-log-conditionals-face, change-log-function-face)
9015 (change-log-acknowledgement-face):
9016 * cus-edit.el (custom-invalid-face, custom-rogue-face)
9017 (custom-modified-face, custom-set-face, custom-changed-face)
9018 (custom-saved-face, custom-button-face, custom-button-pressed-face)
9019 (custom-documentation-face, custom-state-face, custom-comment-face)
9020 (custom-comment-tag-face, custom-variable-tag-face)
9021 (custom-variable-button-face, custom-face-tag-face)
9022 (custom-group-tag-face-1, custom-group-tag-face):
9023 * diff-mode.el (diff-header-face, diff-file-header-face)
9024 (diff-index-face, diff-hunk-header-face, diff-removed-face)
9025 (diff-added-face, diff-changed-face, diff-function-face)
9026 (diff-context-face, diff-nonexistent-face):
9027 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9028 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
9029 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9030 (Info-title-4-face):
9031 * isearch.el (isearch-lazy-highlight-face):
9032 * log-view.el (log-view-file-face, log-view-message-face):
9033 * paren.el (show-paren-match-face, show-paren-mismatch-face):
9034 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9035 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9037 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9038 (smerge-base-face, smerge-markers-face):
9039 * wid-edit.el (widget-documentation-face, widget-button-face)
9040 (widget-field-face, widget-single-line-field-face)
9041 (widget-inactive-face, widget-button-pressed-face):
9042 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
9043 (woman-addition-face):
9044 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
9045 (eshell-ls-executable-face, eshell-ls-readonly-face)
9046 (eshell-ls-unreadable-face, eshell-ls-special-face)
9047 (eshell-ls-missing-face, eshell-ls-archive-face)
9048 (eshell-ls-backup-face, eshell-ls-product-face)
9049 (eshell-ls-clutter-face):
9050 * eshell/em-prompt.el (eshell-prompt-face):
9051 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
9052 * obsolete/old-whitespace.el (whitespace-highlight-face):
9053 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
9054 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
9055 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
9056 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
9057 (antlr-font-lock-literal-face):
9058 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9059 (ebrowse-root-class-face, ebrowse-file-name-face)
9060 (ebrowse-default-face, ebrowse-member-attribute-face)
9061 (ebrowse-member-class-face, ebrowse-progress-face):
9062 * progmodes/make-mode.el (makefile-space-face):
9063 * progmodes/sh-script.el (sh-heredoc-face):
9064 * textmodes/flyspell.el (flyspell-incorrect-face)
9065 (flyspell-duplicate-face):
9066 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
9067 * textmodes/texinfo.el (texinfo-heading-face):
9068 Mark face aliases with "-face" suffix as obsolete.
9070 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
9073 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
9074 (eudc-bob-sound-menu): Use defvar rather than defconst, since
9075 easy-menu-define wants to modify these.
9077 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
9079 * net/browse-url.el (browse-url-file-url):
9080 * term/internal.el (dos-codepage-setup):
9081 Use default-value rather than default-enable-multibyte-characters.
9083 * progmodes/etags.el (etags-goto-tag-location):
9084 * progmodes/flymake.el (flymake-highlight-line)
9085 (flymake-goto-file-and-line, flymake-goto-line):
9086 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
9087 (gdb-goto-breakpoint):
9088 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
9089 * progmodes/python.el (python-find-function)
9090 (python-pdbtrack-track-stack-file):
9091 * progmodes/verilog-mode.el (verilog-surelint-off):
9092 * term/ns-win.el (ns-open-file-select-line):
9093 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
9094 Use forward-line rather than goto-line.
9096 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
9097 * textmodes/reftex-index.el (reftex-display-index):
9098 * textmodes/reftex-ref.el (reftex-offer-label-menu):
9099 * textmodes/reftex-toc.el (reftex-toc):
9100 Remove unnecessary bindings of default-major-mode (all are followed by
9101 major-mode check and possible mode switch).
9103 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9105 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9106 Handle watchpoints (bug#4282).
9107 (def-gdb-thread-buffer-command): Enable thread to be selected by
9108 clicking without selecting threads buffer first.
9109 (gdb-current-context-command): Use selected frame so that "up",
9110 "down" etc work in the GUD buffer.
9111 (gdb-update): Find selected frame before rendering stack buffer.
9112 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
9114 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9116 * progmodes/sym-comp.el (displayed-completions): Remove.
9117 (symbol-complete): Use minibuffer-complete.
9119 2009-08-31 Glenn Morris <rgm@gnu.org>
9121 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
9123 * apropos.el (apropos-symbols-internal):
9124 Handle (obsolete) face aliases.
9126 * faces.el (describe-face): Adjust the output format to be more like
9127 describe-variable, and to mention (obsolete) face aliases.
9128 Adjust the whitespace so that help-setup-xref works.
9130 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
9131 * calendar/diary-lib.el (diary-button-face):
9132 Mark these face aliases as obsolete.
9134 * calendar/calendar.el (calendar-today): Doc fix.
9136 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
9138 * progmodes/gdb-mi.el (gdb-control-all-threads)
9139 (gdb-control-current-thread): Force tool bar update.
9140 (gdb-non-stop-handler): New function.
9141 (gdb-init-1): Use it to test if non-stop mode is supported.
9142 Remove unused gdbmi buffer type.
9144 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9146 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
9147 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
9149 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
9151 * comint.el (comint-exec-1): Check command is non-null first.
9152 Part of gdb-mi.el change (2009-08-28).
9154 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9156 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
9158 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
9160 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
9161 instead of `dolist' to avoid a recursive require when bootstrapping.
9163 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9165 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
9167 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
9169 * net/imap.el (imap-send-command): Simplify.
9170 (imap-wait-for-tag): point-max -> buffer-size.
9172 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
9174 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
9175 with constant argument.
9177 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
9179 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
9181 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
9182 Change default, since most of our files don't have a history.
9183 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
9186 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9189 * calc/calc.el: Improve commenting convention.
9190 (calc-digit-map, toplevel): Simplify.
9192 * comint.el (comint-insert-input): Be careful to only set point if we
9193 don't delegate to some other command.
9195 * proced.el (proced-signal-list): Make it an alist.
9196 (proced-grammar-alist): Capitalize names.
9197 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
9198 Disable undo manually and make it read-only.
9199 Use completion-annotate-function.
9201 * minibuffer.el (minibuffer-message): If the current buffer is not
9202 a minibuffer, insert the message in the echo area rather than at the
9204 (completion-annotate-function): New variable.
9205 (minibuffer-completion-help): Use it.
9206 (completion--embedded-envvar-table): Environment vars are
9207 always case-sensitive.
9209 2009-08-30 Glenn Morris <rgm@gnu.org>
9211 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9212 from fortran-current-defun.
9213 (fortran-beginning-of-subprogram): Be more precise about finding the
9214 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
9215 (fortran-end-of-subprogram): Simplify.
9216 (fortran-current-defun): Use fortran-start-prog-re.
9218 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
9220 * subr.el (do-after-load-evaluation): Simplify.
9222 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
9224 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9226 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
9227 (vc-rcs-print-log): Use it.
9229 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9231 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9233 * paths.el (abbrev-file-name): Move to abbrev.el.
9234 * abbrev.el (abbrev-file-name): Move from paths.el.
9235 Obey user-emacs-directory.
9236 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9237 user-emacs-directory.
9238 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9239 abbrev-file-name and calc-settings-file any more.
9240 * startup.el (command-line): Recompute abbrev-file-name and
9241 abbreviated-home-dir.
9242 (normal-no-mouse-startup-screen): Improve the generic code and get rid
9243 of the special code for when C-h bindings haven't been changed.
9244 (display-startup-echo-area-message): Use with-current-buffer.
9245 (command-line-1): Use a list of strings, rather than a list of lists
9246 of strings for longopts.
9248 * files.el (get-free-disk-space): Use / for default-directory.
9250 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9251 Use with-current-buffer.
9253 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9254 Recognize immutable variables like most-positive-fixnum.
9255 (byte-compile-setq-default): Check and warn if trying to assign
9256 to an immutable variable, or a non-variable.
9258 * progmodes/cc-vars.el (c-comment-continuation-stars):
9259 * progmodes/cc-engine.el (c-looking-at-bos):
9260 * progmodes/cc-cmds.el (c-toggle-auto-state)
9261 (c-forward-into-nomenclature, c-backward-into-nomenclature)
9262 (c-comment-line-break-function): Add version of obsolescence.
9264 2009-08-28 Juri Linkov <juri@jurta.org>
9266 * files.el (magic-fallback-mode-alist): Add ZIP magic number
9267 associated with `archive-mode'.
9269 * image.el (image-type-header-regexps): Use only JPEG magic number
9270 to determine JPEG images, and don't use `image-jpeg-p' because
9271 Emacs can display non-JFIF non-Exif JPEG images.
9273 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9275 * arc-mode.el (archive-mode):
9276 * emacs-lisp/re-builder.el (re-builder-unload-function):
9277 Protect against the default value of `major-mode' being nil.
9279 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
9281 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9282 Fix typos in docstrings.
9284 * progmodes/js.el (js--macro-decl-re): Doc fix.
9285 (js--plain-method-re, js--split-name): Refloc docstring.
9286 (js--class-styles, js--make-merged-item, js--splice-into-items):
9287 Fix typos in docstrings; reflow docstrings.
9288 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9289 (js--variable-decl-matcher, js--inside-pitem-p)
9290 (js--parse-state-at-point, js--get-all-known-symbols)
9291 (js--symbol-history, js-find-symbol, js--js-references)
9292 (js--moz-interactor, js--js-encode-value, js--read-tab):
9293 Fix typos in docstrings.
9295 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9297 * textmodes/reftex.el (reftex-get-file-buffer-force):
9298 * progmodes/verilog-mode.el (verilog-batch-execute-func):
9299 * emulation/viper.el (viper-go-away, viper-set-hooks):
9300 * emacs-lisp/re-builder.el (re-builder-unload-function):
9301 * emacs-lisp/bytecomp.el (byte-compile-file):
9302 * ses.el (ses-unload-function):
9303 * hexl.el (hexl-find-file):
9304 * files.el (normal-mode):
9305 * ehelp.el (with-electric-help):
9306 * autoinsert.el (auto-insert-alist):
9307 * arc-mode.el (archive-mode):
9308 Use (default-value 'major-mode) instead of default-major-mode.
9310 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9311 * international/mule.el (load-with-code-conversion):
9312 * emacs-lisp/debug.el (debug):
9313 * ediff-vers.el (ediff-rcs-get-output-buffer):
9314 * dired.el (dired-internal-noselect): Don't let-bind
9315 default-major-mode around code that doesn't use it.
9316 E.g. buffer creation via get-buffer-create doesn't use it.
9318 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
9320 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9321 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9322 when writing the temp file. Otherwise, epa-file gets confused.
9323 (tramp-register-file-name-handlers): Make it a defun. Move also
9324 `epa-file-handler' to the front of `file-name-handler-alist'.
9326 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9328 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9329 start right after a ^M.
9330 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9331 (tramp-completion-file-name-regexp-separate)
9332 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9333 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9334 Don't modify last-coding-system-used by accident.
9335 (tramp-completion-file-name-handler): Apply the checks here,
9336 instead during registration.
9337 (tramp-register-file-name-handlers): Renamed from
9338 `tramp-register-file-name-handler'. Register both
9339 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9340 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
9342 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
9344 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9346 (gdb-init-1, gdb-display-separate-io-buffer)
9347 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9349 (gdb-inferior-io-mode): Use make-comint-in-buffer.
9350 (gdb-inferior-filter): Use comint-output-filter to stop
9351 echoing and remove ^M characters.
9353 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9355 * emulation/viper-init.el (viper-restore-cursor-type):
9356 * emulation/cua-base.el (cua--update-indications):
9357 Replace default-cursor-type with (default-value 'cursor-type).
9359 * mail/sendmail.el (mail-recover-1):
9360 * international/mule-diag.el (describe-current-coding-system-briefly)
9361 (describe-current-coding-system):
9362 * international/mule-cmds.el (select-safe-coding-system)
9363 (select-message-coding-system)
9364 (set-language-environment-coding-systems, set-locale-environment):
9365 * hexl.el (hexl-insert-multibyte-char):
9366 * dos-w32.el (find-buffer-file-type-coding-system):
9367 * simple.el (what-cursor-position):
9368 Replace uses of default-buffer-file-coding-system
9369 with (default-value 'buffer-file-coding-system).
9371 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9372 Replace uses of default-cursor-in-non-selected-windows
9373 with (default-value 'cursor-in-non-selected-windows).
9374 Use with-current-buffer.
9376 * mail/feedmail.el: Use CL macros.
9377 (feedmail-run-the-queue, feedmail-send-it-immediately):
9378 * dos-w32.el (find-buffer-file-type): Replace uses of
9379 default-buffer-file-type with (default-value 'buffer-file-type).
9381 2009-08-28 Glenn Morris <rgm@gnu.org>
9383 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9384 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9385 Use default-value of major-mode rather than default-major-mode.
9387 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9389 * Makefile.in (update-elcfiles): Report left over elc files.
9391 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9392 expand-file-name and with-current-buffer.
9393 (mail-get-names, mail-directory): Use with-current-buffer.
9395 * vc.el (vc-read-revision): New function.
9396 (vc-version-diff, vc-merge): Use it.
9398 2009-08-27 Sam Steingold <sds@gnu.org>
9400 * simple.el (kill-do-not-save-duplicates): New user option.
9401 (kill-new): When it is non-nil, and the new string is the same as
9402 the latest kill, set replace to t to avoid duplicates in kill-ring.
9404 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
9406 * net/tramp.el (tramp-handle-process-file): Do not flush all
9407 caches when `process-file-side-effects' is set.
9408 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9409 instead of `tramp-find-file-exists-command'.
9410 Unset `process-file-side-effects'.
9412 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
9414 * net/tramp.el (tramp-methods): New method "rsyncc".
9415 (top): Add completion function for "rsyncc".
9416 (tramp-message-show-message): New defvar.
9417 (tramp-message, tramp-error): Use it.
9418 (tramp-do-copy-or-rename-file-directly): Extend check for direct
9420 (tramp-do-copy-or-rename-file-out-of-band): Handle new
9421 `tramp-methods' entry `copy-env' of "rsyncc".
9422 (tramp-vc-registered-read-file-names): New defconst.
9423 (tramp-vc-registered-file-names): New defvar.
9424 (tramp-handle-vc-registered): Implement optimization strategy.
9425 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9426 (tramp-vc-file-name-handler): New defun.
9427 (tramp-get-ls-command, tramp-get-test-command)
9428 (tramp-get-file-exists-command, tramp-get-remote-ln)
9429 (tramp-get-remote-perl, tramp-get-remote-stat)
9430 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9432 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9433 (tramp-cache-inhibit-cache): Extend doc string. It allows also
9435 (tramp-get-file-property): Check for timestamps in
9436 `tramp-cache-inhibit-cache'.
9437 (tramp-set-file-property): Write timestamp.
9439 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9441 * language/japan-util.el (japanese-symbol-table): Add entries for
9444 * international/characters.el: Add category `j' to cp932-2-byte.
9446 2009-08-27 Kenichi Handa <handa@m17n.org>
9448 * international/fontset.el (build-default-fontset-data): New macro.
9449 (setup-default-fontset): Use build-default-fontset-data for CJK,
9450 tibetan, ethiopic, and ipa.
9452 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9454 * cus-start.el (default-major-mode): Customize `major-mode' instead.
9455 (enable-multibyte-characters): Not customizable any more.
9457 * subr.el (default-mode-line-format, default-header-line-format)
9458 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9459 (default-direction-reversed, default-truncate-lines)
9460 (default-left-margin, default-tab-width, default-case-fold-search)
9461 (default-left-margin-width, default-right-margin-width)
9462 (default-left-fringe-width, default-right-fringe-width)
9463 (default-fringes-outside-margins, default-scroll-bar-width)
9464 (default-vertical-scroll-bar, default-indicate-empty-lines)
9465 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9466 (default-fringe-cursor-alist, default-scroll-up-aggressively)
9467 (default-scroll-down-aggressively, default-fill-column)
9468 (default-cursor-type, default-buffer-file-type)
9469 (default-cursor-in-non-selected-windows)
9470 (default-buffer-file-coding-system, default-major-mode)
9471 (default-enable-multibyte-characters): Mark as obsolete.
9473 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
9475 * vc-dir.el (vc-dir-update): Remove debug helper.
9477 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9479 2009-08-26 Sam Steingold <sds@gnu.org>
9481 * simple.el (save-interprogram-paste-before-kill): New user option.
9482 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9483 save the interprogram-paste into kill-ring before overriding it
9484 with the Emacs kill.
9486 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9488 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9489 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9490 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9491 and move to vc-rcs.el.
9492 (vc-default-next-revision): Rename to vc-rcs-next-revision and
9494 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9495 (vc-rcs-update-changelog): Remove.
9496 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9497 and move to vc-rcs.el.
9499 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9500 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9502 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9503 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9504 vc.el, renamed to be RCS specific.
9506 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9508 (vc-cvs-update-changelog): Move here from vc.el.
9510 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9513 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9515 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9517 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
9519 * vc-git.el (vc-git-register): Use "git add" for directories.
9520 (vc-git-stash, vc-git-stash-show): New functions.
9521 (vc-git-extra-menu-map): Bind them.
9523 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9524 directory correctly in case the item is a directory itself.
9526 * vc.el: Document the desired behavior for reverted files in the
9528 (vc-default-prettify-state-info): Remove function, unused.
9530 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9532 2009-08-26 Glenn Morris <rgm@gnu.org>
9534 * bindings.el (standard-mode-line-format): Reposition dashes in
9535 which-func entry. (Bug#4217)
9537 * files.el (enable-local-variables, enable-local-eval)
9538 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9540 (auto-mode-alist, ignored-local-variables)
9541 (save-some-buffers-action-alist): Move risky declarations to the
9543 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9544 (font-lock-defaults, format-alist, imenu--index-alist)
9545 (imenu-generic-expression, input-method-alist, minor-mode-alist)
9546 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9547 (mode-line-modified, mode-line-mule-info, mode-line-position)
9548 (mode-line-process, mode-line-remote, outline-level)
9549 (parse-time-rules, rmail-output-file-alist)
9550 (special-display-buffer-names, vc-mode):
9551 Move risky declarations to the relevant files.
9552 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9553 (mode-line-modified, mode-line-process, mode-line-position)
9554 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9555 * font-core.el (font-lock-defaults):
9556 * format.el (format-alist):
9557 * vc-hooks.el (vc-mode):
9558 * window.el (special-display-buffer-names):
9559 * international/mule-cmds.el (input-method-alist):
9560 Define riskiness here (dumped file) rather than in files.el.
9561 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9562 * imenu.el (imenu-generic-expression, imenu--index-alist):
9563 * outline.el (outline-level):
9564 * time.el (display-time-string):
9565 * calendar/parse-time.el (parse-time-rules):
9566 * mail/rmailout.el (rmail-output-file-alist):
9567 Autoload riskiness here, rather than placing in files.el.
9569 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
9571 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9573 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
9575 * simple.el (process-file-side-effects): New defvar.
9577 * dired-aux.el (dired-show-file-type):
9578 * vc.el (vc-diff-internal):
9579 * vc-arch.el (vc-arch-diff):
9580 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9581 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9582 * vc-git.el (vc-git-registered, vc-git-working-revision)
9583 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9584 (vc-git--empty-db-p):
9585 * vc-hooks.el (vc-user-login-name):
9586 * vc-svn.el (vc-svn-registered, vc-svn-state)
9587 (vc-svn-dir-extra-headers, vc-svn-find-revision):
9588 * progmodes/grep.el (grep-probe): Let-bind
9589 `process-file-side-effects' with nil.
9591 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9593 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9594 daemon. Replace ping by checking for running service for bluez
9595 and zeroconf. (Bug#4239)
9597 2009-08-25 Kevin Ryde <user42@zip.com.au>
9599 * net/dig.el (dig): Add autoload cookie.
9601 2009-08-25 Glenn Morris <rgm@gnu.org>
9603 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9604 load-history for absolute file-names.
9605 (byte-compile-file-form-require): Warn about use of the cl package.
9607 * format.el (format-alist): Doc fix.
9609 * play/bubbles.el (top-level): Don't require cl at run-time.
9611 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9614 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
9616 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9618 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9620 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
9622 * calc/calc-alg.el (math-trig-rewrite)
9623 (math-hyperbolic-trig-rewrite): New functions.
9624 (calc-simplify): Simplify trig functions when asked.
9626 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9628 * diff-mode.el (diff-find-source-location): Avoid goto-line.
9630 2009-08-24 Kenichi Handa <handa@m17n.org>
9632 * language/ind-util.el (mapthread): Delete it.
9633 (combinatorial): New function.
9634 (indian--puthash-cv): Use combinatorial instead of mapthread.
9636 2009-08-22 Kevin Ryde <user42@zip.com.au>
9638 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9639 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9640 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9641 Clarify docstring that the value is strings not symbols.
9642 (checkdoc-list-of-strings-p): New function.
9644 2009-08-22 Glenn Morris <rgm@gnu.org>
9646 * files.el (auto-mode-alist):
9647 * hippie-exp.el (he-concat-directory-file-name):
9648 * lpr.el (lpr-windows-system, printer-name):
9649 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9650 * ps-print.el (ps-windows-system):
9651 * startup.el (command-line):
9652 * emulation/viper-ex.el (viper-glob-function):
9653 * international/mule-cmds.el (set-language-environment-coding-systems):
9654 * net/ange-ftp.el (ange-ftp-write-region):
9655 * obsolete/fast-lock.el (fast-lock-cache-name):
9656 Remove code for defunct system-types emx, macos, mswindows, next-mach,
9657 unisoft-unix, vax-vms, win32, w32.
9659 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9660 given name if the pattern is not more specific.
9662 * calendar/lunar.el (lunar-phase-names): New option.
9663 (lunar-phase): Doc fix.
9664 (lunar-cycles-per-year): New constant.
9665 (lunar-index): New function.
9666 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9667 (lunar-phase-name): Use lunar-phase-names.
9668 (calendar-lunar-phases): Use format.
9669 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9671 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9672 Copy imenu-example--name-and-position function here for own use.
9673 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9675 * bs.el (bs--redisplay):
9676 * cus-edit.el (custom-redraw):
9677 * ibuffer.el (ibuffer-bury-buffer):
9678 * server.el (server-goto-line-column):
9679 * startup.el (command-line-1):
9680 * strokes.el (strokes-xpm-for-stroke):
9681 * term.el (term-display-buffer-line):
9682 * view.el (View-goto-line):
9683 * calc/calc.el (calc-do, calc-trail-buffer):
9684 * play/gamegrid.el (gamegrid-add-score-insecure):
9685 * progmodes/ada-mode.el (ada-compile-goto-error):
9686 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9687 (ebrowse-select-1st-to-9nth):
9688 * progmodes/cperl-mode.el (cperl-time-fontification):
9689 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9690 * progmodes/gud.el (gud-display-line):
9691 (idlwave-shell-display-line):
9692 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9693 * progmodes/make-mode.el (makefile-browser-toggle):
9694 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9695 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9696 * textmodes/picture.el (picture-draw-rectangle):
9697 * textmodes/reftex-index.el (reftex-index-goto-letter):
9698 (reftex-select-jump-to-previous):
9699 * textmodes/reftex-sel.el (reftex-find-start-point)
9700 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9701 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9702 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9703 * textmodes/tex-mode.el (tex-compilation-parse-errors):
9704 * textmodes/two-column.el (2C-associated-buffer):
9705 Use forward-line rather than goto-line.
9707 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9710 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9711 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9712 (quick-check-list-to-regexp): Declare.
9714 * progmodes/make-mode.el (makefile-browser-insert-selection):
9715 Use goto-char rather than goto-line.
9717 * progmodes/prolog.el (compilation-error-regexp-alist)
9718 (compilation-forget-errors): Declare.
9720 2009-08-22 Juri Linkov <juri@jurta.org>
9722 * progmodes/grep.el (lgrep, rgrep): At the beginning
9723 set `dir' to `default-directory' unless `dir' is a non-nil
9724 readable directory. (Bug#4052)
9725 (lgrep, rgrep): Change a weird way to report an error
9726 from using `read-string' to using `error'.
9727 Instead of using interactive arguments in the function body,
9728 add new argument `confirm'.
9730 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9732 * textmodes/remember.el (remember-buffer):
9733 * progmodes/cperl-mode.el (cperl-vc-header-alist):
9734 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9735 (icalendar-extract-ical-from-buffer):
9736 * net/newst-treeview.el (newsticker-groups-filename):
9737 * net/newst-backend.el (newsticker-cache-filename):
9738 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9739 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9740 (speedbar-add-ignored-path-regexp, speedbar-line-path)
9741 (speedbar-buffers-line-path, speedbar-path-line)
9742 (speedbar-buffers-line-path):
9743 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9745 * epa.el (epa-display-verify-result):
9746 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9748 2009-08-21 Glenn Morris <rgm@gnu.org>
9750 * progmodes/js.el (inferior-moz-process): Fix declaration.
9752 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9754 * obsolete/rnewspost.el (news-mail-reply):
9755 Use goto-char rather than goto-line.
9757 * term/ns-win.el (ns-open-file-select-line):
9758 Use line-beginning-position rather than goto-line.
9760 * apropos.el (apropos-command):
9761 * ehelp.el (electric-helpify):
9762 * printing.el (pr-show-setup):
9763 * strokes.el (strokes-help):
9764 * tutorial.el (tutorial--describe-nonstandard-key)
9765 (tutorial--detailed-help):
9766 * woman.el (woman-mini-help, woman-display-extended-fonts):
9767 * calc/calc-help.el (calc-describe-key):
9768 * emulation/edt.el (edt-electric-helpify):
9769 * international/mule-diag.el (mule-diag):
9770 * play/yow.el (apropos-zippy):
9771 * progmodes/python.el (python-describe-symbol):
9772 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9773 * textmodes/table.el (*table--cell-describe-mode)
9774 (*table--cell-describe-bindings):
9775 Use help-print-return-message rather than the now obsolete alias.
9777 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9778 (calendar-cursor-to-visible-date):
9779 * play/5x5.el (5x5-position-cursor):
9780 * play/decipher.el (decipher):
9781 * play/gomoku.el (gomoku-goto-xy):
9782 * play/landmark.el (lm-goto-xy):
9783 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9785 Use forward-line, not goto-line.
9787 * mail/rmail.el (rmail-obsolete): Delete custom group.
9788 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9789 (rmail-remote-password, rmail-remote-password-required):
9790 Remove unneeded :set-after and :set properties.
9792 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
9794 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9796 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
9798 * loadup.el: Remove leftover macos code.
9800 * vc-git.el (vc-git-annotate-command): Run asynchronously.
9801 Explicitly pass the date format to git blame so that user local
9802 so that the output format can be parsed.
9804 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
9806 * net/dbus.el (top): Don't check for (getenv
9807 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
9809 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
9811 * log-edit.el (log-edit-strip-single-file-name): New var.
9812 (log-edit-insert-changelog): Use it. Bug#3571
9814 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9816 * subr.el (read-passwd): Use read-key so keypad keys work as well.
9819 * help.el (help-print-return-message): Rename from
9820 print-help-return-message.
9822 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9823 cvs-mode-map parent hack.
9824 (log-view-mode): Derive from special-mode.
9826 * linum.el (linum-mode): window-size-change-functions is redundant.
9827 Adapt to new window-configuration-change-hook behavior.
9828 (linum-after-size, linum-after-config): Remove.
9830 * imenu.el (imenu-example--name-and-position)
9831 (imenu-example--lisp-extract-index-name)
9832 (imenu-example--create-lisp-index, imenu-example--create-c-index):
9835 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9836 (inferior-prolog-mode): Use it.
9837 (inferior-prolog-load-file): Reset list of errors.
9839 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9841 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9843 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9845 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
9847 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9850 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9852 * subr.el (listify-key-sequence-1): Use normal syntax since those
9853 integers are nowadays always represented by the same (positive) number
9855 (read-key-empty-map): New const.
9856 (read-key-delay): New var.
9857 (read-key): New function.
9858 (force-mode-line-update): Use with-current-buffer.
9859 (locate-user-emacs-file): Don't forget to abbreviate the file name.
9860 (start-process-shell-command, start-file-process-shell-command):
9861 Discourage the use of command-args.
9863 2009-08-19 Glenn Morris <rgm@gnu.org>
9865 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9867 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9869 * simple.el (choose-completion-string): Don't rely on
9870 minibuffer-completing-file-name and ad-hoc checks to decide whether
9871 to continue completion or not.
9873 * minibuffer.el (minibuffer-hide-completions): New function.
9874 (completion--do-completion): Use it.
9875 (completions-annotations): New face.
9876 (completion--insert-strings): Use it.
9877 (completion-pcm--delim-wild-regex): Add docstring.
9878 (completion-pcm--string->pattern): Add support for 0-width delimiters
9879 in completion-pcm--delim-wild-regex.
9881 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
9883 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9884 Remove unused var `buffer-modified-p'.
9886 * minibuffer.el (completion--do-completion): Move point for the #b001
9887 case as well (bug#4176).
9888 (minibuffer-complete, minibuffer-complete-word): Don't move point.
9890 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
9892 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
9895 2009-08-18 Kenichi Handa <handa@m17n.org>
9897 * international/ucs-normalize.el (ucs-normalize-version):
9899 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9900 (utf-8-hfs): Make it perform normalization on encoding too.
9902 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
9903 (sentence-end-without-space): Delete duplicated chars.
9904 (sentence-end-base): Likewise.
9906 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
9907 (html-mode): Delete duplicated chars from sentence-end-base.
9909 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
9910 (texinfo-mode): Delete duplicated chars from sentence-end-base.
9912 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
9914 * files.el (hack-one-local-variable): If the mode function is for
9915 a minor mode, pass it an argument (Bug#4148).
9917 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
9919 * net/tramp.el (tramp-register-completion-file-name-handler):
9920 Check also for (member 'partial-completion completion-styles).
9922 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9924 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9927 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
9929 * progmodes/cperl-mode.el: Merge upstream 6.2.
9930 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9931 (cperl-forward-re): Check cperl-brace-recursing.
9932 (cperl-highlight-charclass): New function.
9933 (cperl-find-pods-heres): Use it.
9934 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9935 (cperl-beautify-regexp-piece): Fix column calculation.
9936 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9937 (cperl-beautify-level): Don't process entire regexp.
9938 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9940 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9941 (cperl-init-faces): Build a list in the normal way.
9943 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9945 * calendar/parse-time.el (parse-time-string-chars): Save match
9948 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9950 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9951 (sql-product): Use it.
9952 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9953 (sql-set-product): Add completion.
9954 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9955 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9956 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9957 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9958 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9959 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9960 (sql-highlight-db2-keywords): Remove.
9961 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9962 (sql-highlight-product): Use derived-mode-p.
9963 (sql-set-sqli-buffer): Use with-current-buffer.
9964 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9967 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9969 * term.el: Fix commenting convention, turn comments into docstrings.
9971 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9973 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9975 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
9977 * calendar/parse-time.el (parse-time-string-chars): Compute using
9978 character classes, to handle non-ascii characters (Bug#3190).
9980 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
9982 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9983 another heredoc if the user adds another < (Bug#3226).
9985 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9986 Don't initialize based on window-system (Bug#4124).
9988 * facemenu.el (facemenu-read-color): Use a completion function
9989 that accepts any defined color, such as RGB triplets (Bug#3677).
9991 * files.el (get-free-disk-space): Change fallback default
9992 directory to /. Expand DIR argument before switching to fallback.
9993 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9995 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
9997 * files.el (load-library): Doc fix.
9999 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
10001 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
10002 (viper-if-string): Redefine C-s in the minibuffer to insert the last
10003 incremental search string.
10005 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
10008 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
10009 (ediff-merge-region-is-non-clash)
10010 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
10011 Also check if the job is really a merge job.
10013 * ediff.el (ediff-current-file): New function.
10015 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
10017 * progmodes/js.el: Edit docstrings throughout to follow Emacs
10019 (js-insert-and-indent): Delete function.
10020 (js-mode-map): Don't bind keys to js-insert-and-indent.
10021 (js-beginning-of-defun): Rename from js--beginning-of-defun.
10022 (js-end-of-defun): Rename from js--end-of-defun.
10023 (js-auto-indent-flag): Delete variable.
10025 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
10027 * progmodes/js.el: Remove proclaim statement.
10028 Defvar which-func-imenu-joiner-function to silence compiler.
10030 * files.el (auto-mode-alist): Use js-mode for .js files.
10032 * progmodes/js2-mode.el: Remove file.
10034 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
10036 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
10038 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
10040 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
10041 Karl Landstrom <karl.landstrom@brgeight.se>
10043 * progmodes/js.el: New file.
10045 2009-08-14 Mark A. Hershberger <mah@everybody.org>
10047 * timezone.el (timezone-parse-date): Add ability to understand ISO
10048 basic format (minimal separators) dates in addition to the
10049 already-supported extended format dates.
10051 2009-08-14 Eli Zaretskii <eliz@gnu.org>
10053 * international/ucs-normalize.el: Add a `coding' file variable.
10055 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
10057 2009-08-14 Sam Steingold <sds@gnu.org>
10059 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
10061 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
10063 * faces.el (help-argument-name): Define it here instead of
10064 help-fns.el, because in daemon mode help-fns.el may be loaded when
10065 faces are still uninitialized (Bug#1078).
10067 * help-fns.el (help-argument-name): Move defface to faces.el.
10069 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
10071 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
10072 create buffer with a pty but no process so that GDB can make the
10073 inferior the controlling process.
10075 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
10077 * international/ucs-normalize.el: New file.
10079 2009-08-13 Richard Stallman <rms@gnu.org>
10081 * mail/rmail.el (rmail-get-attr-names):
10082 Accept an attribute header that is too short.
10084 * mail/rmail.el (rmail-forget-messages):
10085 Ignore nil elt in rmail-message-vector. Use dotimes.
10087 * progmodes/compile.el (compilation-goto-locus):
10088 Use next-error-move-function.
10090 * simple.el (next-error-move-function): New variable.
10092 2009-08-12 Juri Linkov <juri@jurta.org>
10094 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
10095 always non-nil. (Bug#4052)
10097 * replace.el (read-regexp): Return empty string when
10098 `default-value' is nil.
10099 (keep-lines-read-args): Don't use empty string as the
10100 default value for `read-regexp'. (Bug#2495)
10102 2009-08-12 Juri Linkov <juri@jurta.org>
10104 * international/mule-cmds.el (ucs-insert): Change arguments
10105 from `arg' to `character', `count', `inherit' to be the same
10106 as in `insert-char'. Doc fix. (Bug#4039)
10108 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
10110 2009-08-12 Juri Linkov <juri@jurta.org>
10112 * files-x.el: New file.
10114 * files.el: Move code that deals with adding/deleting
10115 file/directory-local variables to files-x.el.
10117 * Makefile.in (ELCFILES): Add files-x.elc.
10119 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
10121 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
10122 to use `goto-line'.
10123 (gdb-place-breakpoints, gdb-get-location): Rewritten without
10125 (gdb-invalidate-disassembly): Do not refresh upon receiving
10126 'update signal. Instead, update all disassembly buffers only after
10128 (gdb): Send -target-detach when buffer is killed (Bug#3794).
10129 (gdb-starting): Moved -data-list-register-names...
10130 (gdb-stopped): ...here so it's sent when first thread stops.
10131 (gdb-registers-handler-custom): Do nothing if register names are
10134 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
10135 from `gdb-mi.el' to avoid extra tangling.
10137 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
10138 change which breaks `gud-def' definitions used in `gdb'.
10139 (gdb-update-gud-running): No extra fuss for updating frame number.
10141 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10143 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
10144 (describe-language-environment-map, setup-language-environment-map)
10145 (set-coding-system-map): Move initialization into declaration.
10146 (set-language-info-alist): Last arg to define-key-after can be skipped.
10148 * international/quail.el (quail-completion-1): Simplify.
10149 (quail-define-rules): Use slightly more compact code.
10150 (quail-insert-decode-map): Propertize keys, compact columns.
10152 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10155 2009-08-10 Miles Bader <miles@gnu.org>
10157 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
10158 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10159 (js2-instance-member, js2-private-member, js2-private-function-call)
10160 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
10161 (js2-magic-paren, js2-external-variable):
10162 Remove "-face" suffix from face names.
10163 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
10164 (js2-highlight-undeclared-vars, js2-peek-token)
10165 (js2-parse-function-params, js2-mode-show-errors)
10166 (js2-mode-show-warnings, js2-make-magic-delimiter)
10167 (js2-mode-highlight-magic-parens): Update to use new face names.
10169 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
10171 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
10172 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
10174 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
10176 * subr.el: Provide hashtable-print-readable.
10178 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
10179 hs-c-like-adjust-block-beginning.
10180 (hs-hide-block-at-point): Stop hiding at the beginning of
10181 hs-block-end-regexp (Bug#700).
10183 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
10185 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
10187 (gdb-registers-handler-custom): Do not fail when register names
10190 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10192 * progmodes/gdb-mi.el (gdb-control-all-threads)
10193 (gdb-control-current-thread): Interactive setters for
10194 `gdb-gud-control-all-threads' to use in menu.
10195 (gdb-show-run-p): Show «Go» when process is not active.
10196 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
10197 gud/thread.xpm and gud/all.xpm.
10199 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
10201 * net/net-utils.el (net-utils-font-lock-keywords): New var.
10202 (nslookup-font-lock-keywords): Make it a variable.
10203 (net-utils-mode): New mode for viewing diagnostic network output.
10204 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
10205 (net-utils-run-simple): New function.
10206 (ifconfig, iwconfig, netstat, arp, route): Use it.
10208 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
10210 * progmodes/gdb-mi.el (gdb-read-memory-custom)
10211 (gdb-memory-set-address, def-gdb-set-positive-number)
10212 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10213 after changing settings.
10214 (gdb-invalidate-disassembly): Update when first shown.
10215 (gdb-edit-locals-value): Fixed.
10216 (gdb-registers-handler-custom): Print registers in right order and
10217 allow changing register values (only for current thread yet).
10218 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10219 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10220 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10221 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10223 (gdb-registers-mode-map): TAB to switch to locals.
10225 2009-08-08 Eli Zaretskii <eliz@gnu.org>
10227 * mail/rmail.el (rmail-add-mbox-headers)
10228 (rmail-set-message-counters-counter): Search for
10229 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
10231 2009-08-08 Glenn Morris <rgm@gnu.org>
10233 * Makefile.in (ELCFILES): Update.
10235 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10237 * mail/sendmail.el (mail-yank-original): Set
10238 buffer-file-coding-system from the one used by the message whose
10241 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10242 to "windows" when "pgnuplot" is used.
10243 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10244 call accept-process-output if "pgnuplot" is used.
10245 (calc-graph-init): Don't send -display and -geometry to
10246 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
10247 running "pgnuplot -V" with shell-command-to-string.
10249 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10252 2009-08-07 Eli Zaretskii <eliz@gnu.org>
10254 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10257 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10259 * vc-dispatcher.el (vc-resynch-window): Update comment.
10261 * term.el (term-handle-ansi-escape): Add comments with the
10262 terminfo capabilities implemented.
10264 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
10266 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10267 (gdb-var-create-handler): Rewritten using JSON parser.
10268 (gdb-propertize-header): Moved earlier.
10269 (gdb-set-header): Removed to avoid duplication.
10270 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10271 Refresh disassembly buffers only after threads list have been
10273 (gdb-threads-header, gdb-registers-header): Per-buffer header line
10276 2009-08-04 Juri Linkov <juri@jurta.org>
10278 * files.el: Commands to add/delete file/directory-local variables.
10279 (read-file-local-variable, read-file-local-variable-value)
10280 (read-file-local-variable-mode, modify-file-local-variable)
10281 (modify-file-local-variable-prop-line)
10282 (modify-dir-local-variable): New functions.
10283 (add-file-local-variable, delete-file-local-variable)
10284 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10285 (add-dir-local-variable, delete-dir-local-variable)
10286 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10287 (copy-dir-locals-to-file-locals-prop-line): New commands.
10289 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
10291 * abbrev.el (insert-abbrev-table-description): Prettify output.
10292 Suggested by Karl Chen.
10294 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
10296 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10297 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10298 (gdb-overlay-arrow-position, gdb-thread-position)
10299 (gdb-disassembly-position): Declare variables.
10300 (gdb-wait-for-pending): Function now.
10301 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10302 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10303 compilation goes smoothly.
10304 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10305 (gdb-non-stop-setting): New customization setting which replaces
10306 `gdb-non-stop' so changing it doesn't break active GDB session.
10307 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10308 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10309 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10310 (gdb-show-threads-by-default): New customization options.
10311 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10313 (gdb-get-buffer-create): Send buffers update signal when they are
10315 (gdb-invalidate-locals, gdb-invalidate-registers)
10316 (gdb-invalidate-breakpoints)
10317 (gdb-invalidate-threads, gdb-invalidate-disassembly)
10318 (gdb-invalidate-memory): Accept update signal.
10319 (gdb-current-context-command): Use --frame option.
10320 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10321 Implement `gdb-frame-number' selection logic.
10322 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10323 whether to show GUD toolbar buttons.
10324 (gdb-thread-exited): Unselect current thread when it exits.
10325 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10326 (gdb-mark-line): Routine which sets overlay arrow or inverses
10327 video on fringeless displays.
10328 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10329 to build aligned columns of data in GDB buffers and set text
10330 properties line-by-line.
10331 (gdb-invalidate-breakpoints)
10332 (gdb-breakpoints-list-handler-custom)
10333 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10334 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10335 (gdb-registers-handler-custom): Align data columns.
10336 (gdb-locals-handler-custom): Now prints data like in variable
10338 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10339 Removed confusing buttons.
10340 (gdb-invalidate-threads): Append --frame.
10341 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10342 between breakpoints/threads buffers.
10343 (gdb-set-window-buffer): Now can ignore dedicated windows.
10344 (gdb-propertize-header): Use `gdb-set-window-buffer'.
10345 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10346 (def-gdb-thread-buffer-gud-command): Replaces
10347 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10348 for fine thread control.
10349 (gdb-preempt-existing-or-display-buffer): New function used to
10350 display bound buffers without breaking window layout.
10351 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10352 (gdb-select-frame): New version of `gdb-frames-select' which now
10353 sets `gdb-frame-number' so commands may use --frame option instead
10354 of inner debugger state.
10355 (gdb-frame-handler): Do not set `gdb-frame-number'.
10356 (gdb-threads-mode-map): Select threads with mouse.
10358 * progmodes/gud.el (gdb-gud-context-call): Declare function to
10359 avoid compilation warning.
10360 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10363 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10364 Argument `key' renamed to `buffer-type'.
10365 (gdb-current-context-buffer-name): Do not add thread info to
10366 buffer name when no thread is selected.
10367 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10368 command (bug 3794).
10369 (gdb-thread-selected): Handle `=thread-selected' notification.
10370 (gdb-wait-for-pending): New macro to deal with congestion problems.
10371 (gdb-breakpoints-list-handler-custom): Don't fail on pending
10373 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10374 This fixes problem similar to one described in bug 3947.
10375 (gud-menu-map): More menu items.
10376 (gdb-init-1): Reset `gdb-thread-number' to nil.
10378 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10381 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10382 (gdb-current-context-command): Do not append --thread if
10383 `gdb-thread-number' is nil.
10384 (gdb-running-threads-count, gdb-stopped-threads-count): New
10386 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10387 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10388 customization options.
10389 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10391 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10392 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10393 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10394 set `gdb-thread-number' and update `gud-running' properly.
10395 (gdb-running): Update threads list when new threads appear.
10396 (gdb-stopped): Support non-stop operation and new thread switching
10398 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10399 (gdb-json-partial-output): New set of JSON routines.
10400 (def-gdb-auto-update-trigger): New `signal-list' optional
10402 (gdb-thread-list-handler-custom): Update `gud-running',
10403 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10404 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10405 (gdb-continue-thread, gdb-step-thread): New commands for fine
10406 thread execution control.
10407 (gud-menu-map): New menu items to switch non-stop options.
10408 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10409 (gdb-send): Mimic RET properly (bug 3794).
10411 * progmodes/gdb-mi.el (gdb-rules-name-maker)
10412 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10414 (def-gdb-auto-update-handler): New nopreserve optional argument.
10415 (gdb-stack-list-frames-custom): Print stack from top to bottom.
10417 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10418 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10419 (gdb-parent-mode): New mode to derive other GDB modes from.
10420 (gdb-display-disassembly-for-thread)
10421 (gdb-frame-disassembly-for-thread): New commands for threads
10424 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10425 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10426 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10427 (gdb-update): We now store all GDB buffers in a list so that they
10428 can be updated by traversing a list instead of calling invalidate
10429 triggers explicitly.
10430 (def-gdb-trigger-and-handler): New macro to define trigger-handler
10431 pair for GDB buffer.
10432 (gdb-stack-buffer-name): Add thread information.
10433 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10434 handle pending triggers.
10435 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10436 (def-gdb-thread-buffer-simple-command)
10437 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10438 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10439 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10440 New commands which show buffers bound to thread.
10441 (gdb-stack-list-locals-regexp): Removed unused regexp.
10443 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10444 (gdb-locals-buffer-name, gdb-registers-buffer-name)
10445 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10446 to (gud-comint-buffer) in *-buffer-name functions
10447 because (gdb-get-target-string) already does that.
10448 (gdb-locals-handler-custom, gdb-registers-handler-custom)
10449 (gdb-changed-registers-handler): Rewritten without regexps.
10451 * progmodes/gdb-mi.el: Basic thread selection support.
10452 (gdb-thread-number): New variable.
10453 (gdb-current-context-command): New macro which adds --thread
10455 (gdb-threads-mode-map): Select thread with SPC.
10456 (gdb-thread-list-handler-custom): Mark current thread with overlay
10457 arrow. Synchronize GDB thread and Emacs thread.
10458 (gdb-select-thread): New command which selects current thread.
10459 (gdb-invalidate-frames, gdb-invalidate-locals)
10460 (gdb-invalidate-registers): Use --thread option.
10462 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
10464 * net/tramp.el (top): Make check for tramp-gvfs loading more
10466 (tramp-handle-insert-file-contents): `unwind-protect' must be
10467 inside `with-parsed-tramp-file-name'.
10469 * net/tramp-gvfs.el (top): Remove superfluous message when loading
10472 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
10474 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10475 directory if CLASSPATH is not set.
10477 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
10479 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10481 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
10483 2009-08-02 Kevin Ryde <user42@zip.com.au>
10485 * net/newst-backend.el (newsticker--raw-url-list-defaults):
10486 Update freshmeat link. Delete newsforge.com as it seems gone.
10488 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10490 * select.el (x-set-selection): Doc fix (Bug#4021).
10492 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10494 * help-fns.el (describe-variable): Treat list return values from
10495 dir-locals-find-file properly (Bug#4005).
10497 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
10499 * net/tramp.el (tramp-debug-message): Print also microseconds.
10501 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
10503 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10505 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10506 (tramp-get-debug-buffer): Change `outline-regexp' according to new
10509 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10510 (tramp-get-file-property): Use it.
10512 * autorevert.el (auto-revert-handler): Allow
10513 `auto-revert-tail-mode' for remote files.
10515 2009-08-02 Jason Rumney <jasonr@gnu.org>
10517 * minibuffer.el (read-file-name): Treat confirm options to
10518 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
10520 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
10522 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10523 (font-lock-variable-name-face, font-lock-constant-face): Darken
10524 the colors for light backgrounds.
10526 2009-08-01 Eli Zaretskii <eliz@gnu.org>
10528 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10529 month names. (Bug#3987)
10531 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
10533 * simple.el (line-move-finish): Pass whole number to
10534 line-move-to-column.
10535 (line-move-visual): Perform hscroll to the recorded position.
10537 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
10539 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10541 2009-07-29 Alan Mackenzie <acm@muc.de>
10543 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10545 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
10547 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10548 (gdb-place-breakpoints): Use full path when setting breakpoints.
10550 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
10552 * calc/calc.el (calc-mode-map): Add keybinding for
10553 `calc-transpose-lines'.
10555 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
10557 * calc/calc-misc.el (calc-transpose-lines): New function.
10559 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
10561 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10562 Simplify check for out-of-band methods.
10563 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10564 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
10566 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
10568 * vc-git.el (vc-git-checkin): Fix typo.
10570 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
10572 * progmodes/js2-mode.el: New file.
10574 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
10576 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10577 (gud-menu-map): Adjust tooltip accordingly.
10579 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10581 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10582 (vc-bzr-log-view-mode): Adjust log-view-file-re.
10584 * add-log.el (change-log-mode-map): Add a menu.
10586 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
10588 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10589 function returns nil.
10590 (dbus-handle-event): Handle special return value :ignore.
10591 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10593 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
10595 * view.el (view-mode-enable): Don't define Helper-return-blurb if
10598 2009-07-25 Eli Zaretskii <eliz@gnu.org>
10602 * w32-vars.el (x-select-enable-clipboard): Doc fix.
10604 * term/pc-win.el (x-display-name, x-colors)
10605 (x-select-enable-clipboard, x-select-text): Doc fix.
10607 * term/common-win.el (x-display-name, x-colors): Doc fix.
10609 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10610 (xw-defined-colors): Doc fix.
10612 * w32-fns.el (x-select-text, x-setup-function-keys)
10613 (x-get-selection, x-set-selection): Doc fix.
10615 * term/x-win.el (x-select-text, x-setup-function-keys)
10616 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10618 * select.el (x-set-selection): Doc fix.
10620 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
10622 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10623 instead of "IsNSSSupportAvailable". Avahi ought to work also when
10624 "IsNSSSupportAvailable" method is not available. Reported by
10625 Steve Youngs <steve@sxemacs.org>.
10627 2009-07-24 Kenichi Handa <handa@m17n.org>
10629 * international/characters.el: Fix setting of category ?C, ?|, ?K,
10630 and ?H. Fix setting of case for Latin Extended and Greek Extended.
10631 (build-unicode-category-table): Fix range checks.
10633 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
10635 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10636 the buffer we try to sync is current when calling
10639 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10640 not show up to date files.
10642 2009-07-24 Glenn Morris <rgm@gnu.org>
10644 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10645 Add autoload cookies. If necessary, initialize.
10646 (elint-log): Handle non-file buffers.
10647 (elint-initialize): Add optional argument to reinitialize.
10648 (elint-find-builtin-variables): Save excursion.
10650 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
10652 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10655 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10657 * vc.el (vc-print-log-internal): New function, split out from ...
10658 (vc-print-log): ... here.
10659 (vc-dir-move-to-goal-column): Declare.
10661 * vc-git.el (vc-git-add-signoff): New variable.
10662 (vc-git-checkin): Use it.
10663 (vc-git-toggle-signoff): New function.
10664 (vc-git-extra-menu-map): Bind it to menu.
10665 (vc-git--run-command-string): Accept a nil FILE argument.
10666 (vc-git-stash-list): New function.
10667 (vc-git-dir-extra-headers): Use it.
10669 2009-07-23 Glenn Morris <rgm@gnu.org>
10671 * help-fns.el (describe-variable): Describe ignored and risky local
10672 variables in a similar way to that in which we describe safe ones.
10674 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10675 (byte-compile-output-file-form, byte-compile-output-docform)
10676 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10677 Give some more local variables with common names a "bytecomp-" prefix,
10678 so as not to shadow things during compilation.
10679 * emacs-lisp/cl-macs.el (load-time-value)
10680 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10681 `outbuffer' to `bytecomp-outbuffer'.
10683 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10684 since the next two variables cover them automatically now.
10685 (elint-builtin-variables, elint-autoloaded-variables): New.
10686 (elint-unknown-builtin-args): Remove all members, since they can be
10687 parsed automatically now.
10688 (elint-extra-errors): New.
10689 (elint-env-add-env, elint-env-add-macro): Use cadr.
10690 (elint-current-buffer): Use or. Change final message.
10691 (elint-get-top-forms): Use line-end-position.
10692 (elint-init-env): Use cadr. Handle autoload, declare-function,
10694 (elint-add-required-env): Doc fix. Use or. Standardize error.
10695 (regexp-assoc): Remove unused function.
10696 (elint-top-form): Set elint-current-pos, to record the start of the
10697 top-level form, for compilation-mode.
10698 (elint-form): Trap errors in macro expansion. Use dolist.
10699 (elint-unbound-variable): Use elint-builtin-variables and
10700 elint-autoloaded-variables.
10701 (elint-get-args): Use cadr, or.
10702 (elint-check-cond-form): Use dolist, cadr.
10703 (elint-check-condition-case-form): Doc fix. Use cadr.
10704 Use elint-extra-errors.
10705 (elint-log): New function.
10706 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10707 Distinguish errors and warnings.
10708 (elint-log-message): Use with-current-buffer. Inhibit read-only.
10709 Use a bytecomp-style format.
10710 (elint-clear-log): Preserve default-directory. Inhibit read-only.
10711 (elint-get-log-buffer): Use compilation mode. Disable undo.
10712 Don't truncate lines.
10713 (elint-initialize): Set builtin and autoloaded variable lists.
10714 Only process elint-unknown-builtin-args if non-nil.
10715 (elint-find-builtin-variables, elint-find-autoloaded-variables):
10717 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
10719 2009-07-22 Kevin Ryde <user42@zip.com.au>
10721 * net/newst-backend.el (newsticker--parse-atom-1.0)
10722 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10723 (newsticker--parse-rss-1.0):
10724 * progmodes/idlwave.el (idlwave-mode):
10725 * progmodes/idlw-shell.el (idlwave-shell-mode):
10726 * progmodes/vera-mode.el (vera-mode):
10727 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10728 * progmodes/vhdl-mode.el (vhdl-mode):
10729 * textmodes/table.el (table-generate-source)
10730 (table--warn-incompatibility):
10731 Hyperlink urls in docstrings with URL `...'.
10733 2009-07-22 Glenn Morris <rgm@gnu.org>
10735 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10736 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10737 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10738 Remove leading * from defcustom docs.
10740 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
10742 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10744 (list-load-path-shadows): Optionally, just return shadows as a string.
10746 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10748 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
10750 * mail/rmailedit.el (rmail-edit-mode): Use
10751 auto-save-include-big-deletions.
10753 * mail/rmail.el (rmail-variables): Use
10754 auto-save-include-big-deletions.
10756 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10759 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
10761 * calc/calc.el (calc-undo-length): New variable.
10762 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10764 2009-07-21 Richard Stallman <rms@gnu.org>
10766 * files.el (auto-save-mode): Handle buffer-save-size = -2
10769 2009-07-21 Glenn Morris <rgm@gnu.org>
10771 * textmodes/ispell.el (ispell-looking-back): Update declaration.
10773 * calendar/todo-mode.el (calendar-current-date): Update declaration.
10775 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10776 silence compiler. Instead...
10777 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10778 (ps-print-ensure-fontified): Update for above function name changes.
10780 * printing.el (pr-mh-get-msg-num, pr-mh-show)
10781 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10782 silence compiler. Instead...
10783 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10784 (mh-show-buffer): Only define for compiler.
10785 (pr-mh-current-message): Update for above function name changes.
10787 * files.el (abort-if-file-too-large): Explicitly pass `filename'
10789 (find-file-noselect, insert-file-1): Update for above change.
10791 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10793 * mail/mailclient.el (mailclient-send-it): Fix message.
10795 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10796 (edebug-eval): Check cl-debug-env is bound.
10797 (print-level, print-circle): Don't redefine built-in variables.
10799 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10800 (custom-print-vectors): Remove old comments from doc.
10802 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10803 (emerge-version): Make the variable an obsolete alias for the
10804 emacs-version variable. Make the function obsolete.
10805 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10806 Emerge options, rather than merging in into the main Options menu.
10807 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
10808 and auto advance modes. Disable edit/fast items when not relevant.
10810 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10812 * term/vt420.el (terminal-init-vt420): Fix typo.
10814 2009-07-20 Sam Steingold <sds@gnu.org>
10816 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10817 variable (removed from compile.el on 2004-03-11).
10819 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
10821 * files.el (hack-local-variables-filter): Fix last change.
10823 2009-07-19 Juri Linkov <juri@jurta.org>
10825 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10826 (dir-local-variables-alist): New buffer-local variable.
10827 (hack-local-variables-filter): If variable is not dir-local,
10828 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10829 because file-local overrides dir-local.
10830 (c-postprocess-file-styles) <declare-function>:
10831 Remove obsolete declaration.
10832 (hack-dir-local-variables): Add dir-local variable/value pair to
10833 `dir-local-variables-alist' and remove duplicates. Doc fix.
10835 * help-fns.el (describe-variable): Add information about
10836 file-local and dir-local variables.
10838 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
10840 * files.el (hack-local-variables-filter): Rewrite.
10842 2009-07-19 Glenn Morris <rgm@gnu.org>
10844 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10845 Silence compiler by only defining on XEmacs.
10847 * international/mule.el (auto-coding-regexp-alist): Only match
10848 BABYL... at the start of buffer, not of lines. (Bug#3790)
10850 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10851 non-calendar buffers (Bug#3862). Restore "not on a date" message.
10852 (cal-menu-context-mouse-menu): Doc fix.
10854 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10856 * simple.el (mail-user-agent): Doc fix. Set :version tag.
10858 2009-07-18 Juri Linkov <juri@jurta.org>
10860 * info.el: Virtual Info keyword finder.
10861 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10862 (Info-finder-file): New variable.
10863 (Info-finder-find-file): New function.
10864 (finder-known-keywords, finder-package-info)
10865 (find-library-name, lm-commentary): Use defvar and
10866 declare-function to silence compiler warnings.
10867 (Info-finder-find-node): New function.
10868 (info-finder): New command.
10870 * subr.el (process-kill-buffer-query-function): New function.
10871 (add-hook)<kill-buffer-query-functions>: Add hook
10872 `process-kill-buffer-query-function'.
10874 2009-07-18 Alan Mackenzie <acm@muc.de>
10876 * progmodes/cc-mode.el (c-before-hack-hook)
10877 (c-postprocess-file-styles): Give invocation of `c-set-style'
10878 DONT-OVERRIDE parameter of t. Already set style variables will
10879 thus not be overridden by style settings given by `c-file-syle'.
10881 * files.el (hack-local-variables-filter): Remove entries with
10882 duplicate keys from `file-local-variables-alist'.
10884 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10886 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10887 x-set-selection if display-selections-p returns nil for the
10890 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
10892 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10894 2009-07-18 Eli Zaretskii <eliz@gnu.org>
10896 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10897 Accept nil in addition to a regexp.
10898 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10899 Accept nil in addition to a regexp.
10900 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10901 buffers that have an associated file. Handle nil values of
10902 desktop-buffers-not-to-save and desktop-files-not-to-save.
10905 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10906 (x-disown-selection-internal): New functions.
10908 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
10910 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10912 (gdb-breakpoints-header): Move forward to avoid compiler warning.
10913 (gdb-make-header-line-mouse-map): Remove duplicate definition.
10915 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
10917 * simple.el (set-mark): Revert last change.
10919 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
10921 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10922 rendering of pngs is not possible instead of messaging a long
10925 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
10927 * w32-fns.el (x-selection-owner-p): New function.
10929 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10930 (mouse-yank-at-click, mouse-yank-primary): If
10931 select-active-regions is non-nil, deactivate the mark before
10934 * simple.el (deactivate-mark, set-mark): Only save selection if we
10937 2009-07-17 Kenichi Handa <handa@m17n.org>
10939 * case-table.el (describe-buffer-case-table): Fix for the case
10940 that KEY is a cons.
10942 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10944 * vc-rcs.el (vc-rcs-find-file-hook):
10945 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10947 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
10949 * net/tramp.el (tramp-wait-for-output): Handle the case when
10950 commands do not return a newline but a null byte before the shell
10953 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10955 * term/ns-win.el (ns-set-alpha): Don't declare.
10956 (ns-set-background-alpha): Remove function.
10958 2009-07-16 Kevin Ryde <user42@zip.com.au>
10960 * emacs-lisp/copyright.el (copyright-update): Save match-data across
10961 y-or-n-p, for safety.
10963 2009-07-16 Richard Stallman <rms@gnu.org>
10965 * files.el (auto-save-mode): If buffer-saved-size is -2,
10968 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10969 (rmail-retry-ignored-headers): Add more uninteresting fields.
10971 2009-07-15 Jari Aalto <jari.aalto@cante.net>
10973 * net/rcirc.el (rcirc): Use history variables.
10974 (rcirc-server-name-history, rcirc-nick-name-history)
10975 (rcirc-server-port-history): New variables.
10977 2009-07-15 Kenichi Handa <handa@m17n.org>
10979 * international/mule-cmds.el (set-language-environment-charset):
10980 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10983 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10984 Delete unibyte-display.
10986 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10988 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10990 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
10992 * simple.el (deactivate-mark): Optional argument FORCE.
10993 (set-mark): Use deactivate-mark.
10995 * info.el (Info-search): No need to check transient-mark-mode
10996 before calling deactivate-mark.
10998 * select.el (x-set-selection): Doc fix.
10999 (x-valid-simple-selection-p): Allow buffer values.
11000 (xselect--selection-bounds): Handle buffer values. Suggested by
11001 David De La Harpe Golden.
11003 * mouse.el (mouse-set-region, mouse-drag-track): Call
11004 copy-region-as-kill before setting the mark, to let
11005 select-active-regions work.
11007 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
11009 * simple.el (deactivate-mark): If select-active-regions is
11010 non-nil, copy the selection data into a string.
11011 (activate-mark): If select-active-regions is non-nil, set the
11012 selection to the current buffer.
11013 (set-mark): Update selection if select-active-regions is non-nil.
11015 * select.el (x-valid-simple-selection-p): Allow buffer values.
11017 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
11019 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
11020 and more featureful message-mode.
11022 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
11024 * select.el (x-set-selection): Doc fix.
11025 (x-valid-simple-selection-p): Disallow selection data consisting
11026 of a list or cons of integers, since that is not used.
11027 (xselect--selection-bounds, xselect--int-to-cons): New functions.
11028 (xselect-convert-to-string, xselect-convert-to-length)
11029 (xselect-convert-to-filename, xselect-convert-to-charpos)
11030 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
11032 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
11034 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
11035 output in -break-info command (Emacs bug #3794).
11037 2009-07-14 Glenn Morris <rgm@gnu.org>
11039 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
11040 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
11041 (edebug-print-length, edebug-print-level, edebug-print-circle)
11042 (edebug-sit-for-seconds, edebug-view-outside)
11043 (edebug-bounce-point, edebug-set-global-break-condition)
11044 (edebug-Go-nonstop-mode, edebug-trace-mode)
11045 (edebug-Trace-fast-mode, edebug-continue-mode)
11046 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
11047 (edebug-visit-eval-list): Doc fixes.
11049 * subr.el (def-edebug-spec): Doc fix.
11051 2009-07-14 Kenichi Handa <handa@m17n.org>
11053 * international/characters.el: Fix setting of category ?C.
11055 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
11057 * term/ns-win.el (x-select-font): defalias x-select-font to
11058 ns-popup-font-panel instead of generate-fontset-menu.
11060 2009-07-12 Eli Zaretskii <eliz@gnu.org>
11062 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
11064 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
11066 * arc-mode.el (archive-find-type): Allow for a PK00 string before
11067 the PK\003\004 header (Bug#3770).
11069 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
11071 * pcomplete.el (pcomplete-comint-setup): Check for
11072 shell-dynamic-complete-filename too.
11074 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
11076 * simple.el (temporary-goal-column): Change the value for
11077 line-move-visual to a cons cell.
11078 (line-move-visual): Record or set the window hscroll, if
11079 necessary (Bug#3494).
11080 (line-move-1): Handle cons value of temporary-goal-column.
11082 2009-07-11 Kenichi Handa <handa@m17n.org>
11084 * international/mule-diag.el (describe-character-set): Don't show
11087 2009-07-10 Sam Steingold <sds@gnu.org>
11089 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11090 Omake sometimes indents the errors it prints, so allow all
11091 regexps to start with spaces.
11093 2009-07-10 Eli Zaretskii <eliz@gnu.org>
11095 * cus-edit.el (customize-changed-options-previous-release):
11096 Bump value to 22.1. (Bug#3804)
11098 2009-07-08 Sam Steingold <sds@gnu.org>
11100 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
11101 to be a cons cell (test . ignored-directory) to selectively ignore
11102 some directories depending on the location of the search.
11104 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
11106 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
11107 remote user is root, on the local host.
11108 (tramp-local-host-p): Either the local user or the remote user
11109 must be root. (Bug#3771)
11111 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11113 * progmodes/gdb-mi.el (gdb): Remove description of
11114 gdb-use-separate-io-buffer.
11115 (menu): Don't allow toggling of or enable
11116 gdb-use-separate-io-buffer from menubar.
11118 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11120 * mail/unrmail.el (unrmail): Make sure the message ends with two
11121 newlines (Bug#3769).
11123 2009-07-08 Glenn Morris <rgm@gnu.org>
11125 * calendar/calendar.el (calendar-current-date): Rework previous change.
11127 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
11129 * calendar/calendar.el (calendar-current-date):
11130 Add an optional argument giving an offset from today.
11132 2009-07-08 Glenn Morris <rgm@gnu.org>
11134 * tutorial.el (tutorial--describe-nonstandard-key):
11135 Adjust the message for when a key has been unbound.
11136 (help-with-tutorial): Hide the arch-tag.
11138 2009-07-08 Kenichi Handa <handa@m17n.org>
11140 * international/fontset.el (setup-default-fontset): For each
11141 script, append (not set) font-specs.
11143 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
11146 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
11148 * progmodes/gdb-mi.el (gdb-init-1): Move sending
11149 -data-list-register-names to ...
11150 (gdb-starting): ... here because GDB 7.0 requires execution to
11151 have started when using this MI command.
11152 (gdb-set-header): New function to distinguish select and
11153 unselected tabs in gdb buffers.
11154 (gdb-propertize-header): New macro that uses gdb-set-header.
11155 (gdb-breakpoints-header, gdb-locals-header): Use it.
11156 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
11158 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
11160 * Makefile.in (ELCFILES): Remove fadr.elc.
11162 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
11164 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
11165 may contain frame information, so `string-match' should be used.
11166 (gdb-update): Disassembly is invalidated through
11167 `gdb-get-selected-frame'.
11168 (gdb-pad-string): New function to pad string with spaces.
11169 (gdb-invalidate-disassembly): Invalidate only if the buffer
11171 (gdb-disassembly-handler-custom): Column alignment.
11172 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
11174 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
11176 (gdb-frame-handler): Match convention to for disassembly buffer
11178 (gdb-stack-list-frames-handler): Rewritten without regexps.
11179 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
11180 not highlight breakpoints without line information.
11181 (gdb-input): Add trailing newline to command.
11183 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
11185 (gdb-breakpoints-list-handler-custom): Replacement for
11186 `gdb-break-list-handler'. Using real parser instead of regexps
11188 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
11189 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
11190 to place breakpoints.
11191 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
11193 (gdb-disassembly-handler-custom): Show overlay arrow.
11194 (gdb-disassembly-place-breakpoints): Show breakpoints in
11195 disassembly buffer.
11196 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
11197 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
11198 instead of parsing breakpoints buffer. Fixed old menu references
11203 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
11204 (gdb-memory-address): New variable which holds top address of
11205 memory page shown in memory buffer.
11206 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
11207 customization variables.
11209 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
11210 display the memory buffer.
11211 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11212 buffer display parameters.
11213 (def-gdb-memory-format, gdb-memory-format-binary)
11214 (gdb-memory-format-octal, gdb-memory-format-unsigned)
11215 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11216 Functions for setting memory buffer format.
11217 (gdb-memory-unit-word, gdb-memory-unit-halfword)
11218 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11219 unit size used in memory buffer.
11220 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11221 to next/previous page of memory buffer.
11222 Now using (bindat-get-field) instead of fadr functions.
11224 2009-07-07 Sam Steingold <sds@gnu.org>
11226 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11227 non-top-level files.
11229 2009-07-07 Kenichi Handa <handa@m17n.org>
11231 * international/mule-cmds.el (reset-language-environment): Put
11232 the highset priority to the charset iso-8859-1.
11234 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11236 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11237 to the end of the line when locating the block (Bug#700).
11239 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
11241 * net/tramp.el (tramp-handle-write-region): Flush file properties
11242 in case of short track.
11244 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
11246 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11247 Coded custom representation of verilog error regular expressions
11248 to work with Emacs-22's new format.
11249 (verilog-error-regexp-xemacs-alist): Coded custom representation
11250 of verilog error regular expressions to work with XEmacs format.
11251 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11252 error recognition into XEmacs.
11253 (verilog-error-regexp-add-emacs): Hook routine to install verilog
11254 error recognition into Emacs-22.
11256 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
11258 * woman.el: Remove stand-alone closing parentheses.
11259 (woman-file-name, woman2-format-paragraphs)
11260 (woman-leave-blank-lines): Code cleanup.
11261 (woman-use-own-frame): Change default to nil.
11262 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11263 defaults to inherit from default faces.
11264 (woman2-process-escapes): Consume the newline after a stand-alone
11265 filler character (Bug#3651).
11267 2009-07-06 Glenn Morris <rgm@gnu.org>
11269 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11270 (top-level): Move provide to the end.
11271 (ffap): Remove defunct URL from custom group.
11273 * subr.el (eval-after-load): Doc fix.
11275 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
11277 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11278 `calc-embedded-word' is called twice.
11280 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11282 * files.el (find-alternate-file-other-window, find-alternate-file):
11283 Obey confirm-nonexistent-file-or-buffer.
11285 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
11287 * dired-aux.el (dired-show-file-type): Handle remote files.
11289 2009-07-05 Jari Aalto <jari.aalto@cante.net>
11291 * desktop.el (desktop-globals-to-save):
11292 Add file-name-history (Bug#2750).
11294 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
11296 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11298 2009-07-04 Johan Bockgård <bojohan@gnu.org>
11300 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11301 property on entire argument since this is what eshell-lisp-command
11304 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
11306 * net/tramp-gvfs.el (tramp-gvfs-methods)
11307 (tramp-gvfs-zeroconf-domain)
11308 (tramp-bluez-discover-devices-timeout): Add version flag.
11309 (tramp-gvfs-handler-mounted-unmounted)
11310 (tramp-gvfs-connection-mounted-p): Polish handling of
11311 incompatibilities between GVFS 0.2 and 1.0.
11313 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
11315 * cus-start.el (all): Add make-pointer-invisible.
11317 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
11319 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11320 formatted correctly.
11322 2009-07-02 Juri Linkov <juri@jurta.org>
11324 * info.el: Virtual Info files and nodes.
11325 (Info-virtual-files, Info-virtual-nodes): New variables.
11326 (Info-current-node-virtual): New variable.
11327 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11329 (Info-file-supports-index-cookies): Use Info-virtual-file-p
11330 to check for a virtual file instead of checking a fixed list
11332 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11333 instead of ad-hoc processing of "dir" and (apropos history toc).
11334 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11335 instead of ad-hoc processing of "dir" and (apropos history toc).
11336 Reread a file when moving from a virtual node.
11337 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11338 (Info-directory-toc-nodes, Info-directory-find-file)
11339 (Info-directory-find-node): New functions.
11340 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11341 (Info-history): Move part of code to
11342 `Info-history-find-node'.
11343 (Info-history-toc-nodes, Info-history-find-file)
11344 (Info-history-find-node): New functions.
11345 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11346 (Info-toc): Move part of code to `Info-toc-find-node'.
11347 (Info-toc-find-node): New function.
11348 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
11349 the current Info file name to references because now the node
11350 "*TOC*" belongs to the same Info manual.
11351 (Info-toc-build): Rename from `Info-build-toc'.
11352 (Info-toc-nodes): Rename input argument `file' to `filename'.
11353 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11354 instead of ad-hoc processing of ("dir" apropos history toc).
11355 (Info-index-nodes): Use Info-virtual-file-p
11356 to check for a virtual file instead of checking a fixed list
11358 (Info-index-node): Add check for `Info-current-node-virtual'.
11359 Raise `save-match-data' higher up the tree to contain
11360 `search-forward' too (bug fix).
11361 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11362 (Info-virtual-index-nodes): New variable.
11363 (Info-virtual-index-find-node, Info-virtual-index): New functions.
11364 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11365 (Info-apropos-file, Info-apropos-nodes): New variables.
11366 (Info-apropos-toc-nodes, Info-apropos-find-file)
11367 (Info-apropos-find-node, Info-apropos-matches): New functions.
11368 (info-apropos): Move part of code to `Info-apropos-find-node' and
11369 `Info-apropos-matches'.
11370 (Info-mode-map): Bind "I" to `Info-virtual-index'.
11371 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11372 for a virtual file instead of checking a fixed list of node names.
11374 * simple.el (async-shell-command): New command.
11376 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11378 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11379 instead of `mount-info'.
11381 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
11383 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11384 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11386 2009-07-02 Kenichi Handa <handa@m17n.org>
11388 * international/mule.el (set-keyboard-coding-system): Force *-unix
11389 coding-system to avoid eol conversion.
11391 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
11393 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11394 Add handler for `process-file', `shell-command' and
11395 `start-file-process'.
11396 (tramp-gvfs-handle-shell-command)
11397 (tramp-gvfs-handle-start-file-process)
11398 (tramp-gvfs-handle-process-file): New defuns.
11399 (tramp-synce-list-devices): Simplify check for existence of property.
11401 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
11403 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11405 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
11407 * language/korean.el (set-language-info-alist): Add korean-cp949,
11410 2009-07-01 Kenichi Handa <handa@m17n.org>
11412 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11414 * international/encoded-kb.el: Deleted.
11416 * international/mule.el (set-keyboard-coding-system): Perform the
11417 necessary setup here instead of calling encoded-kbd-setup-display.
11419 2009-07-01 Glenn Morris <rgm@gnu.org>
11421 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11423 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
11425 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
11427 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
11429 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11430 Handle also the 'rename case, when setting file modes. (Bug#3712)
11431 (tramp-default-file-modes): Remove execute permissions.
11433 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11434 (top): Add a default for "synce" in `tramp-default-user-alist'.
11435 Add completion function for "synce" method.
11436 (tramp-hal-service, tramp-hal-path-manager)
11437 (tramp-hal-interface-manager, tramp-hal-interface-device):
11439 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11440 (tramp-synce-list-devices, tramp-synce-parse-device-names):
11443 * net/trampver.el: Update release number.
11445 2009-06-30 Kenichi Handa <handa@m17n.org>
11447 * international/fontset.el (setup-default-fontset): Add CJK fonts
11448 for symbols and the other miscellaneous characters.
11450 * language/korea-util.el (setup-korean-environment-internal):
11451 Make char-width-table suitable for Korean environments.
11452 (exit-korean-environment): Cancel above.
11454 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11455 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11456 setup-function to make char-width-table suitable for respective
11457 environments, and an exit-function to cancel that.
11459 * language/japan-util.el (setup-japanese-environment-internal):
11460 Call use-cjk-char-width-table with arg `ja_JP'.
11462 * international/characters.el (cjk-char-width-table): Delete it.
11463 (cjk-char-width-table-list): New variable.
11464 (use-cjk-char-width-table): New arg local-name.
11465 (use-default-char-width-table): Fix for the case that Emacs is
11466 already using the default char-width-table.
11468 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
11470 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11471 modes mandatory. (Bug#3712)
11473 2009-06-29 Alan Mackenzie <acm@muc.de>
11475 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11476 correction between the visible width of TABs and their number of bytes.
11478 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
11480 * server.el (server-buffer-done): Prevent kill-buffer from
11481 prompting by clearing the buffer modification flag (Bug#3696).
11483 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
11485 * progmodes/verilog-mode.el (verilog-beg-of-statement)
11486 (verilog-endcomment-reason-re): Support unique case and priority case.
11487 (verilog-basic-complete-re): Support localparam lineup.
11488 (verilog-beg-of-statement-1): Fix for robustness, unique case.
11489 (verilog-set-auto-endcomments): Fix for unique case, always_comb
11491 (verilog-leap-to-case-head): Now support *nested* unique &
11492 priority case statements.
11493 (verilog-auto-lineup): Make just declarations the default (as it
11495 (verilog-leap-to-case-head): Support priority/unique case statements.
11496 (verilog-auto-lineup): Rework to give users radio buttons to
11497 select the various styles of automatic lineup.
11498 (verilog-error-regexp-alist): Rework to support the XEmacs style
11499 of error regular expressions from compilers, lint tools &
11500 simulators. Note that GNU Emacs has made it impossible for a mode
11501 to load such things.
11502 (electric-verilog-terminate-line, verilog-indent-declaration)
11503 (verilog-auto-wiure): Rework for radio button selection of
11504 auto-lineup selection of specification of auto lineup.
11505 (verilog-beg-of-statement-1): Redesign to support proper operation
11506 in additional code, based on testing with auto-lineup.
11507 (verilog-calculate-indent, assignments & declarations)
11508 (verilog-backward-token): Enhance to support auto-lineup of
11509 assignments & declarations.
11510 (verilog-in-directive-p, verilog-at-struct-p): New function for
11511 easy test of whether we are.
11512 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11513 to support safe execution at almost anyline.
11514 (verilog-calc-1): Properly support indenting deep inside generate
11516 (verilog-init-font): Remove definition & use of verilog-init-font,
11517 as it is redundant with font-lock-defaults.
11518 (verilog-mode): Alter the definition of verilog-font-lock-defaults
11519 to avoid circular calls if syntax-ppss is a function (as is the
11520 case now in 22.x GNU Emacs) as that function would sometimes call
11521 itself, leading to (nearly) infinite recursion.
11522 (verilog-ovm-begin-re, verilog-ovm-end-re)
11523 (verilog-ovm-statement-re, verilog-leap-to-head)
11524 (verilog-backward-token): Add support for OVM macros. Some are
11525 complete statements, and others open and close scopes like begin
11527 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11528 (verilog-defun-level-generate-only-re): Really fix the defun-list
11530 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11531 coverpoint, constraint and cross statements.
11532 (verilog-defun-level-list, verilog-generate-defun-level-list)
11533 (verilog-all-defun-level-list): Redo these specifications - it is
11534 too hard to support eval-when compile aggregation of lists also
11535 built at when-compile time.
11536 (verilog-defun-level-list): Place defconsts of variables used in
11537 building regular expressions which are built in eval-when-compile
11538 bodies in the same eval-when-compile body to facilitate compile
11540 (verilog-beg-block-re-ordered): Support indenting
11541 virtual/protected tasks and functions.
11542 (verilog-defun-level-list, verilog-in-generate-region-p)
11543 (verilog-backward-ws&directives, verilog-calc-1): Speed up
11544 indentation of some module items (generate items).
11545 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11546 across virtual/protected tasks and functions.
11548 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
11550 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11551 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
11552 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11553 in concatenations. Reported by Yishay Belkind.
11554 (verilog-auto-ascii-enum): Support one-hot state machines in
11555 AUTOASCIIENUM. Suggested by Lloyd Gomez.
11556 (verilog-auto-inst, verilog-auto-inst-port): Include interface
11557 modport in AUTOINST and add vl-modport for users. Reported by
11559 (verilog-auto-inout-module, verilog-auto-inst)
11560 (verilog-decls-get-interfaces, verilog-insert-definition)
11561 (verilog-insert-one-definition, verilog-read-decls)
11562 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11563 (verilog-sig-modport, verilog-signals-combine-bus)
11564 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11565 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11566 Suggested by David Rogoff.
11567 (verilog-repair-open-comma): Fix non-insertion of comma when
11568 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
11569 (verilog-make-width-expression): Simplify [A-1:0] expression
11570 widths to just {A{1'b0}}.
11571 (verilog-mode): Cleanup checkdoc warnings.
11572 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11573 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11574 inputs/outputs or data type. Suggested by Vasu Kandadi.
11575 (next-error-last-buffer): Fix byte-compiler warning.
11576 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11577 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11578 or shell command text during AUTO expansion. Suggested by Tad Truex.
11579 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11580 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11581 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11582 in AUTOINOUT. Reported by Matthew Lovell.
11583 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11584 causing use of <= assignments. Reported by Alex Reed.
11585 (verilog-read-decls): Fix triand, trior, wand, wor to be
11586 recognized by AUTOWIRE. Reported by Spencer Isaacson.
11587 (verilog-extended-complete-re): Support import "DPI-C" functions.
11588 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11589 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
11590 (verilog-insert-date, verilog-insert-year)
11591 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11592 Windows systems. Reported by Michael Potts.
11593 (verilog-read-module-name): Fix AUTOINST when the child module
11594 declaration's name is a tick define. Reported by Elliot Mednick.
11595 (verilog-read-decls): Fix V2K parameter bit subscripts getting
11596 passed to next parameter's definition. Reported by Bruce T.
11597 (verilog-read-decls): Fix detecting "parameter int" when using
11598 AUTOINSTPARAM. Reported by Bruce T.
11599 (verilog-goto-defun): Fix goto not finding modules unless first
11600 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
11601 (verilog-mode): Expand -f flag arguments on entry to mode so
11602 verilog-goto-defun will work. Reported by Lawrence Butcher.
11603 (verilog-getopt): Expand environment variables in -f file
11604 arguments. Suggested by Lawrence Butcher.
11605 (verilog-set-define): Fix "Symbol's value as variable is void"
11606 when reading enumerations.
11607 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11608 Suggested by Stephen Peltan.
11609 (verilog-read-defines): Fix reading of enumerations in include
11610 files. Reported by Steve Peltan.
11612 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11614 * files.el (trash-directory): Fix defcustom type.
11616 2009-06-28 Juri Linkov <juri@jurta.org>
11618 * help-fns.el (describe-function-1): Correctly locate adviced
11619 functions in hyperlink (Bug#2438).
11621 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
11623 * files.el (trash-directory): Change default to nil.
11624 (move-file-to-trash): If trash-directory is nil and
11625 system-move-file-to-trash is unbound, perform freedesktop-style
11628 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
11630 * files.el (move-file-to-trash): Add freedesktop trash
11633 2009-06-28 Glenn Morris <rgm@gnu.org>
11635 * autorevert.el (global-auto-revert-non-file-buffers)
11636 (global-auto-revert-mode): Doc fixes.
11638 2009-06-27 Johan Bockgård <bojohan@gnu.org>
11640 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11642 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
11644 * faces.el (x-handle-named-frame-geometry): Ensure that we have
11645 opened an X connection before calling x-get-resource (Bug#3194).
11647 * play/doctor.el: Remove reference to obsolete website.
11648 (make-doctor-variables): Correct grammar mistake (Bug#2633).
11650 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
11652 Remove find-file-not-found-hook VC method. (Bug#2757)
11653 * vc-hooks.el (vc-file-not-found-hook)
11654 (vc-default-find-file-not-found-hook): Remove functions.
11655 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11656 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11659 * vc-git.el: Do not mention find-file-not-found-hook VC method.
11661 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
11663 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11664 compatibility function for `looking-back'.
11666 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11667 Use `ispell-looking-back'.
11669 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
11671 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11672 rather than `filename'.
11674 2009-06-23 Miles Bader <miles@gnu.org>
11676 * face-remap.el (text-scale-set): New function.
11678 2009-06-23 Glenn Morris <rgm@gnu.org>
11680 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11682 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11684 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11686 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11688 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11689 Simplify Persian conditionals.
11691 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11692 variable `filename'.
11694 * comint.el (comint-insert-input): Doc fix.
11696 * Makefile.in (ELCFILES): Fix typo in previous change.
11698 2009-06-23 Miles Bader <miles@gnu.org>
11700 * cus-start.el: Add entry for `recenter-redisplay'.
11702 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11704 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11705 Add an optional argument for the backend, use it instead of
11706 calling vc-backend.
11707 (vc-mode-line): Add an optional argument for the backend.
11708 Pass the backend to vc-state and vc-working-revision. Move code for
11709 special handling for vc-state being a buffer to ...
11711 * vc-rcs.el (vc-rcs-find-file-hook):
11712 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
11714 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11715 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11716 vc-stay-local-p and vc-mode-line calls.
11718 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11719 (vc-cvs-diff, vc-cvs-annotate-command)
11720 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11721 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11722 vc-mode-line calls.
11724 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11726 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11727 backend when calling vc-mode-line.
11728 (vc-register): Do not create a closure for calling the vc register
11729 function, call it directly.
11731 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11733 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11734 to make it obvious item can be clicked.
11736 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11738 2009-06-23 Kenichi Handa <handa@m17n.org>
11740 * language/korea-util.el (korean-key-bindings): Change the binding
11741 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
11744 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
11746 Sync with Tramp 2.1.16.
11748 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11750 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
11751 when a loading of a package fails. Completion function for rsync
11752 is `tramp-completion-function-alist-ssh'.
11753 (all): Replace all calls of `split-string' and
11754 `tramp-split-string' by `tramp-compat-split-string'.
11755 (tramp-default-method): Use `tramp-compat-process-running-p'.
11756 (tramp-default-proxies-alist): Allow also Lisp forms.
11757 (tramp-remote-path): Add choice "Private Directories".
11758 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11759 (tramp-domain-regexp): Allow also "-", "_" and ".".
11760 (tramp-end-of-output): Remove newlines, and add "$" at the end.
11761 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11762 (tramp-debug-message): Insert header line in debug buffer.
11763 (tramp-handle-directory-files-and-attributes-with-stat):
11764 Care about filenames with spaces, or starting with "-".
11765 (tramp-handle-dired-uncache): New defun.
11766 (tramp-handle-insert-directory): Don't flush the directory from
11767 cache, this is handled by `dired-uncache' now.
11768 (tramp-handle-insert-file-contents): Improve error handling.
11769 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11770 Quote `tramp-end-of-output'.
11771 (tramp-action-password): Improve trace message.
11772 (tramp-check-for-regexp): Both echoes must be present, before removing.
11773 (tramp-open-connection-setup-interactive-shell): Trace coding system.
11774 (tramp-compute-multi-hops): Eval cons cells of
11775 `tramp-default-proxies-alist'.
11776 (tramp-maybe-open-connection): Use the same command pattern for
11777 first hop and further hops.
11778 (tramp-wait-for-output): Remove handling of newlines.
11779 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11780 (tramp-split-string): Remove function. It is handled in
11783 * net/tramp-cmds.el (tramp-bug):
11784 Recommend `tramp-cleanup-all-connections' in the bug mail.
11786 * net/tramp-compat.el (tramp-compat-split-string)
11787 (tramp-compat-process-running-p): New defuns.
11789 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11790 for `dired-uncache'.
11792 * net/tramp-gvfs.el: New package.
11794 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11795 Add handler for `dired-uncache'.
11796 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11798 * net/trampver.el: Update release number. Make version check fit
11801 2009-06-22 Jim Meyering <meyering@redhat.com>
11803 Automatically handle .xz suffix (XZ-compressed files), too.
11804 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11805 XZ is the successor to LZMA: <http://tukaani.org/xz/>
11807 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
11808 Nick Roberts <nickrob@snap.net.nz>
11810 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11811 repository (http://sphinx.net.ru/hg/gdb-mi/).
11813 2009-06-22 Glenn Morris <rgm@gnu.org>
11815 * files.el (dir-locals-collect-mode-variables): Allow for any number of
11816 `mode' and `eval' entries. (Bug#3430)
11818 * Makefile.in (ELCFILES): Add fadr.elc.
11820 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11821 differing behavior of \n and ^ in strings. (Bug#3385)
11823 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11825 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11827 (lisp-indent-function): Make it a defcustom.
11829 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
11831 * progmodes/gdb-ui.el: Replace with ...
11832 * progmodes/gdb-mi.el: ... this file.
11833 * progmodes/gud.el: Modify for gdb-mi.el.
11835 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
11837 * fadr.el: New file.
11839 See ChangeLog.14 for earlier changes.
11841 ;; Local Variables:
11845 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
11847 This file is part of GNU Emacs.
11849 GNU Emacs is free software: you can redistribute it and/or modify
11850 it under the terms of the GNU General Public License as published by
11851 the Free Software Foundation, either version 3 of the License, or
11852 (at your option) any later version.
11854 GNU Emacs is distributed in the hope that it will be useful,
11855 but WITHOUT ANY WARRANTY; without even the implied warranty of
11856 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11857 GNU General Public License for more details.
11859 You should have received a copy of the GNU General Public License
11860 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11862 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1