1 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
3 Fix an indentation bug:
5 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
6 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
10 (c-clear->-pair-props-if-match-before): now return t when they've
11 cleared properties, nil otherwise.
12 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
13 by taking account of the existing value.
15 * progmodes/cc-defs.el
16 (c-clear-char-property-with-value-function): Fix this to clear the
17 property rather than overwriting it with nil.
19 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
21 * emacs-lisp/package.el (package-print-package): Add link to
22 package description via describe-package.
23 (describe-package-1): List package requirements. Add button to
25 (package-menu-describe-package): New command.
27 * help-mode.el (help-package): New button type.
29 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
31 * emacs-lisp/package.el: Move package-list-packages binding to
33 (describe-package, describe-package-1, package--dir): New funs.
34 (package-activate-1): Use package--dir.
36 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
38 * help-mode.el (help-package-def): New button type.
40 * menu-bar.el: Move package-list-packages binding here from
43 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
45 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
47 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
49 * emacs-lisp/edebug.el (edebug-read-list):
50 Phase out old-style backquotes.
52 2010-06-17 Juri Linkov <juri@jurta.org>
54 * help-mode.el (help-mode): Set buffer-local variable
55 revert-buffer-function to help-mode-revert-buffer.
56 (help-mode-revert-buffer): New function.
58 * info.el (Info-revert-find-node): Check for major-mode Info-mode
59 before popping to "*info*" (like in other Info functions).
60 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
61 old-history-forward. Pop to old-buffer-name or "*info*" to
62 recreate the killed buffer. Set Info-history-forward from
64 (Info-breadcrumbs-depth): Add :group and :version.
66 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
68 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
70 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
72 * ispell.el (ispell-aspell-find-dictionary): Fix regexp for
73 languages like Portuguese with pt_{BR,PT} and no plain pt.
75 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
77 * emacs-lisp/package.el (package-menu-mode-map):
78 Move initialization into declaration.
80 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
82 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
84 * emacs-lisp/package.el (package-archive-base): Point to
86 (package-enable, package-load-list): New defcustoms.
87 (package-user-dir, package-directory-list): Turn into defcustoms.
88 Don't include package-user-dir in package-directory-list.
89 (package--builtins-base): Don't include Emacs as a "package".
90 (package-subdirectory-regexp): New var.
91 (package-load-all-descriptors, package-compute-transaction)
92 (package-download-transaction): Obey package-load-list.
93 (package-activate-1): Rename from package-do-activate.
94 (package-list-packages-internal): Check package-load-list.
95 (package-load-descriptor, package-generate-autoloads)
96 (package-unpack, package-unpack-single)
97 (package--read-archive-file, package-delete): Use
100 * emacs-lisp/package-x.el: New file. Package uploading
101 functionality split out from package.el.
103 * startup.el (command-line): Load packages after reading init
106 2010-06-17 Tom Tromey <tromey@redhat.com>
108 * emacs-lisp/package.el: New file.
110 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
112 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
113 handling for `lambda' (misunderstanding).
115 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
117 * calc/calc-poly.el: (math-accum-factors): Make sure that
118 constants aren't distributed after they are factored out.
120 2010-06-16 Juri Linkov <juri@jurta.org>
122 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
123 `list-colors-print'. (Bug#6332)
125 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
127 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
128 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
130 * font-lock.el (font-lock-major-mode): Rename from
131 font-lock-mode-major-mode to distinguish it from
132 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
133 (font-lock-set-defaults):
134 * font-core.el (font-lock-default-function): Adjust users.
135 (font-lock-mode): Don't set it at all.
137 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
139 * vc-annotate.el (vc-annotate): Use vc-read-revision.
141 2010-06-16 Glenn Morris <rgm@gnu.org>
143 * calendar/appt.el (appt-time-msg-list): Doc fix.
144 (appt-check): Let-bind appt-warn-time.
145 (appt-add): Make the 3rd argument optional.
146 Simplify argument names. Doc fix. Check for integer WARNTIME.
147 Only add WARNTIME to the output list if non-nil.
149 2010-06-16 Ivan Kanis <apple@kanis.eu>
151 * calendar/appt.el (appt-check): Let the 3rd element of
152 appt-time-msg-list specify the warning time.
153 (appt-add): Add new argument with the warning time. (Bug#5176)
155 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
157 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
158 older than version 1.6. (Bug#6361)
160 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
162 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
163 used by cl-do-arglist. (Bug#6408)
165 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
167 * ispell.el (ispell-dictionary-base-alist): Fix
168 portuguese casechars/not-casechars for missing 'çÇ'.
169 Suggested by Rolando Pereira (bug#6434).
171 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
173 * facemenu.el (list-colors-sort): Doc fix.
175 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
177 * progmodes/sql.el (sql-connect-mysql): Fix typo.
179 2010-06-14 Juri Linkov <juri@jurta.org>
181 Add sort option `list-colors-sort'. (Bug#6332)
182 * facemenu.el (color-rgb-to-hsv): New function.
183 (list-colors-sort): New defcustom.
184 (list-colors-sort-key): New function.
185 (list-colors-display): Doc fix. Sort list according to the option
187 (list-colors-print): Add HSV values to `help-echo' property of
190 2010-06-14 Juri Linkov <juri@jurta.org>
192 * compare-w.el: Move to the "vc" subdirectory.
194 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
196 * image-mode.el (image-mode-map): Remap left-char and right-char.
198 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
200 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
202 * term/common-win.el (x-colors): Add all the color names defined
203 in rgb.txt (Bug#6332).
205 * facemenu.el (list-colors-print): Don't print extra names if it
206 will overflow the window width.
208 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
211 2010-06-12 Eli Zaretskii <eliz@gnu.org>
213 * files.el (make-directory): Doc fix (bug#6396).
215 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
217 * net/tramp.el (tramp-remote-process-environment): Protect version
219 (tramp-shell-prompt-pattern): Do not use a shy group in case of
221 (tramp-file-name-for-operation): Add `call-process-region'.
222 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
224 * net/tramp-compat.el (top): Do not autoload
225 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
226 only when `start-file-process' is not bound.
227 (tramp-advice-file-expand-wildcards): Do not use
228 `tramp-handle-file-remote-p'.
229 (tramp-compat-make-temp-file): Handle the case, that
230 `make-temp-file' has no third argument EXTENSION.
232 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
234 * makefile.w32-in (WINS_BASIC): Include new directory vc.
236 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
238 2010-06-11 Juri Linkov <juri@jurta.org>
240 * finder.el (finder-known-keywords): Add keyword "vc"
243 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
244 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
245 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
246 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
248 2010-06-11 Juri Linkov <juri@jurta.org>
250 Move version control related files to the "vc" subdirectory.
251 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
252 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
253 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
254 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
255 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
256 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
257 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
258 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
259 Move files to the "vc" subdirectory.
261 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
263 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
266 2010-06-11 Stephen Eglen <stephen@gnu.org>
268 * shell.el: Bind `shell-resync-dirs' to M-RET.
270 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
272 * notifications.el: Move file from lisp/net, because it is
273 supposed to talk locally to the user.
275 2010-06-10 Julien Danjou <julien@danjou.info>
277 * net/notifications.el (notifications-on-action-signal)
278 (notifications-on-closed-signal): Pass notification id as first
279 argument to the callback functions. Add docstrings.
280 (notifications-notify): Fix docstring.
282 2010-06-10 Glenn Morris <rgm@gnu.org>
284 * emacs-lisp/authors.el (authors-ignored-files)
285 (authors-valid-file-names): Add some files.
287 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
289 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
290 merge conflict, giving preference to the emacs-23 version of the code.
292 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
294 * emacs-lisp/advice.el (ad-compile-function):
295 Define warning-suppress-types before we let-bind it (bug#6275).
297 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
298 declare it, make it buffer-local and permanent-local (bug#6324).
299 (vc-resynch-window): Adjust name.
300 * vc-hooks.el (vc-find-file-hook): Adjust name.
302 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
304 * net/notifications.el (notifications-notify): Fix docstring.
306 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
308 Update to Unicode 6.0.0 beta.
309 * international/charprop.el: Update copyright.
310 * international/mule-cmds.el (ucs-names): Update character ranges.
311 * international/uni-bidi.el:
312 * international/uni-category.el:
313 * international/uni-combining.el:
314 * international/uni-comment.el:
315 * international/uni-decimal.el:
316 * international/uni-decomposition.el:
317 * international/uni-digit.el:
318 * international/uni-lowercase.el:
319 * international/uni-mirrored.el:
320 * international/uni-name.el:
321 * international/uni-numeric.el:
322 * international/uni-old-name.el:
323 * international/uni-titlecase.el:
324 * international/uni-uppercase.el: Regenerate.
326 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
328 * emacs-lisp/smie.el (comment-string-strip): Declare function.
329 (smie-precs-precedence-table): Fix typo in docstring.
331 * vc-mtn.el (log-edit-extract-headers): Declare function.
333 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
335 * net/notifications.el (dbus-register-signal): Declare function.
336 (notifications-notify): Fix typos and reflow docstring.
338 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
340 Improve VC create/retrieve tag/branch.
341 * vc.el (vc-create-tag): Do not read the directory name for VCs
342 with repository revision granularity. Adjust the tag/branch
343 prompt. Reset VC properties.
344 (vc-retrieve-tag): Do not read the directory name for VCs
345 with repository revision granularity. Reset VC properties.
347 2010-06-09 Julien Danjou <julien@danjou.info>
349 * net/notifications.el: New file.
351 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
353 Add optional support for resetting VC properties.
354 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
355 call vc-file-clearprops when true.
356 (vc-resynch-buffer): Add new optional argument, pass it down.
357 (vc-resynch-buffers-in-directory): Likewise.
359 Improve support for special markup in the VC commit message.
360 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
361 * vc-hg.el (vc-hg-checkin): Add support for Date:.
362 * vc-git.el (vc-git-checkin):
363 * vc-bzr.el (vc-bzr-checkin): Likewise.
365 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
367 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
368 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
370 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
372 * iimage.el: Remove images as soon as the underlying text is modified.
373 (iimage-modification-hook): New function.
374 (iimage-mode-buffer): Use it.
376 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
378 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
379 smie-indent-offset-after. Add :prev case. Make a bit more generic.
380 (smie-indent-virtual): Remove `virtual' arg. Update callers.
381 (smie-indent-keyword): Add handling of open-paren keywords.
382 (smie-indent-comment-continue): Don't assume comment-continue.
384 2010-06-07 Martin Rudalics <rudalics@gmx.at>
386 * window.el (pop-to-buffer): Remove the conditional that
387 compares new-window and old-window, so it will reselect
388 the selected window unconditionally.
389 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
391 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
393 * emacs-lisp/smie.el (smie-indent-offset-after)
394 (smie-indent-forward-token, smie-indent-backward-token): New functions.
395 (smie-indent-after-keyword): Use them.
396 (smie-indent-fixindent): Only applies to the indentation of the BOL.
397 (smie-indent-keyword): Tweak the black magic.
398 (smie-indent-comment-continue): Strip comment-continue before use.
399 (smie-indent-functions): Indent comments before keywords.
401 2010-06-06 Juri Linkov <juri@jurta.org>
403 * isearch.el (isearch-lazy-highlight-search): Fix looping
404 by checking for empty match. This syncs this loop with the
405 similar loop in `isearch-search'. (Bug#6362)
407 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
409 * net/dbus.el (dbus-register-method): Declare function.
410 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
411 (dbus-introspect): Doc fix.
412 (dbus-event-bus-name, dbus-introspect-get-interface)
413 (dbus-introspect-get-argument): Reflow docstrings.
415 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
417 vc-log-incoming/vc-log-outgoing fixes for Git.
418 * vc-git.el (vc-git-log-view-mode): Fix font lock for
419 incoming/outgoing logs.
420 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
421 instead of vc-git-compute-remote.
422 (vc-git-compute-remote): Remove.
424 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
426 * term/common-win.el (x-colors): Add "dark green" and "dark
427 turquoise" (Bug#6332).
429 2010-06-04 Juri Linkov <juri@jurta.org>
431 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
432 Instead of setting `replace' to t and replacing the same string
433 with itself, don't do certain actions when
434 kill-do-not-save-duplicates is non-nil and string is equal to car
435 of kill-ring: don't call menu-bar-update-yank-menu, don't push
436 interprogram-paste strings to kill-ring, and don't push the input
437 argument `string' to kill-ring.
438 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
440 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
442 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
444 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
446 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
447 (tramp-gvfs-handler-mounted-unmounted)
448 (tramp-gvfs-connection-mounted-p): Handle default-location.
450 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
453 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
455 * international/mule-cmds.el (nonascii-insert-offset)
456 (nonascii-translation-table): Add obsolescence information.
458 * international/mule.el (make-translation-table-from-vector): Doc fix.
460 2010-06-03 Eric Ludlam <zappo@gnu.org>
462 * cedet/semantic/lex-spp.el
463 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
464 invalid values during save, just save a nil (Bug#6324).
466 2010-06-03 Glenn Morris <rgm@gnu.org>
468 * desktop.el (desktop-clear-preserve-buffers):
469 Add "*Warnings*" buffer. (Bug#6336)
471 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
473 vc-log-incoming/vc-log-outgoing improvements for Git.
474 * vc-git.el (vc-git-log-outgoing): Use the same format as the
476 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
478 Add bindings for vc-log-incoming and vc-log-outgoing.
479 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
481 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
484 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
486 * net/rcirc.el (rcirc-sort-nicknames): Remove.
487 (rcirc-handler-366): Always sort nicknames.
489 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
491 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
493 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
495 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc
498 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
500 * net/rcirc.el (rcirc-sort-nicknames): Change default.
501 (rcirc-sort-nicknames-join): Avoid setq.
503 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
505 * net/rcirc.el (rcirc-sort-nicknames): New custom.
506 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
507 (rcirc-handler-366): Use them.
509 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
511 Split smie-indent-calculate into more manageable chunks.
512 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
513 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
514 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
515 (smie-indent-exps): Extract from smie-indent-calculate.
516 (smie-indent-functions): New var.
517 (smie-indent-functions): Use them.
519 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
521 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
522 (smie-indent-calculate): Simplify and cleanup.
524 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
526 * net/tramp-gvfs.el (top): Require url-util.
527 (tramp-gvfs-mount-point): Remove.
528 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
530 (with-tramp-dbus-call-method): Format trace message.
531 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
532 Implement backup call, when operation on local files fails.
533 Use progress reporter. Flush properties of changed files.
534 (tramp-gvfs-handle-make-directory): Make more traces.
535 (tramp-gvfs-url-file-name): Hexify file name in url.
536 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
537 into account for the resulting file name.
538 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
539 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
540 (tramp-gvfs-handler-mounted-unmounted)
541 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
542 attribute "default_location". Set "prefix" property.
543 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
544 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
545 exists. Raise an error, if not (due to a corresponding answer
546 "no" in interactive questions, for example).
548 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
550 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
552 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
554 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
557 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
559 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
560 * vc-git.el (vc-git-compute-remote): New function.
561 (vc-git-log-outgoing): Use it instead of hard coding a value.
562 (vc-git-log-incoming): New function.
564 Improve state updating for VC tag commands.
565 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
566 to update the state of all buffers in the directory.
568 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
570 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
572 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
573 `file-directory-p' to the filename part rather than to the whole text.
575 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
577 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
580 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
582 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
584 2010-05-31 Drew Adams <drew.adams@oracle.com>
586 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
588 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
590 * subr.el (momentary-string-display): Just use read-event to read
591 the exit event (Bug#6238).
593 2010-05-30 Eli Zaretskii <eliz@gnu.org>
595 * international/mule.el (define-coding-system): Doc fix (bug#6313).
597 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
599 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
600 Suggested by Eli Zaretskii <eliz@gnu.org>.
602 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
604 * minibuffer.el (completion-file-name-table): Don't return a boundary
605 past the end of `string' (bug#6299).
606 (completion--file-name-table): Delegate to completion-file-name-table
607 for the `boundaries' case.
609 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
611 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
614 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
615 `path-separator', but maintain compatibility with Emacs 20.2.
617 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
619 * server.el (server-process-filter): Receive parent-id argument
621 (server-create-window-system-frame): New arg. Pass parent-id as
624 2010-05-29 Eli Zaretskii <eliz@gnu.org>
626 Bidi-sensitive word movement with arrow keys.
627 * subr.el (right-arrow-command, left-arrow-command): Move to
630 * bindings.el (right-char, left-char): Move from subr.el and
631 rename from right-arrow-command and left-arrow-command.
632 (right-word, left-word): New functions.
633 (global-map) <right>: Bind to right-char.
634 (global-map) <left>: Bind to left-char.
635 (global-map) <C-right>: Bind to right-word.
636 (global-map) <C-left>: Bind to left-word.
638 * ls-lisp.el (ls-lisp-classify-file): New function.
639 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
640 (ls-lisp-classify): Call ls-lisp-classify-file.
641 (insert-directory): Remove blanks from switches.
643 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
645 * ansi-color.el: Delete unused escape sequences (Bug#6085).
646 (ansi-color-drop-regexp): New constant.
647 (ansi-color-apply, ansi-color-filter-region)
648 (ansi-color-apply-on-region): Delete unrecognized control sequences.
649 (ansi-color-apply): Build string list before calling concat.
651 2010-05-28 Juri Linkov <juri@jurta.org>
653 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
654 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
657 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
659 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
660 to ignored backtrace functions.
661 (with-progress-reporter): Expand docstring.
662 (tramp-handle-delete-file): Implement TRASH argument.
663 (tramp-get-remote-trash): New defun.
665 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
667 * net/tramp-compat.el (tramp-compat-delete-file): Use
668 `symbol-value' for backward compatibility.
670 * net/tramp.el (tramp-handle-make-symbolic-link)
672 (tramp-do-copy-or-rename-file-via-buffer)
673 (tramp-do-copy-or-rename-file-directly)
674 (tramp-do-copy-or-rename-file-out-of-band)
675 (tramp-handle-process-file, tramp-handle-call-process-region)
676 (tramp-handle-shell-command, tramp-handle-file-local-copy)
677 (tramp-handle-insert-file-contents, tramp-handle-write-region)
678 (tramp-delete-temp-file-function): Use `delete-file' instead
679 of `tramp-compat-delete-file'.
681 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
682 (tramp-fish-handle-make-symbolic-link)
683 (tramp-fish-handle-process-file): Use `delete-file' instead
684 of `tramp-compat-delete-file'.
686 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
687 `delete-file' instead of `tramp-compat-delete-file'.
689 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
690 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
691 `tramp-compat-delete-file'.
693 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
694 `delete-file' instead of `tramp-compat-delete-file'.
696 * net/tramp-smb.el (tramp-smb-handle-copy-file)
697 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
698 (tramp-smb-handle-write-region): Use `delete-file' instead of
699 `tramp-compat-delete-file'.
700 (tramp-smb-handle-delete-directory): Use 'trash as arg.
702 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
704 * dired.el (dired-delete-file): New arg TRASH.
705 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
706 (dired-do-flagged-delete, dired-do-delete): Use trash.
708 * speedbar.el (speedbar-item-delete): Allow trashing.
710 * files.el (delete-directory): New arg TRASH.
712 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
713 (ange-ftp-rename-remote-to-remote)
714 (ange-ftp-rename-local-to-remote)
715 (ange-ftp-rename-remote-to-local, ange-ftp-load)
716 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
718 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
721 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
722 handle new TRASH arg of `delete-file'.
724 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
725 (tramp-handle-make-symbolic-link, tramp-handle-load)
726 (tramp-do-copy-or-rename-file-via-buffer)
727 (tramp-do-copy-or-rename-file-directly)
728 (tramp-do-copy-or-rename-file-out-of-band)
729 (tramp-handle-process-file, tramp-handle-call-process-region)
730 (tramp-handle-shell-command, tramp-handle-file-local-copy)
731 (tramp-handle-insert-file-contents, tramp-handle-write-region)
732 (tramp-delete-temp-file-function): Use null TRASH arg in
733 tramp-compat-delete-file call.
735 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
736 (tramp-fish-handle-delete-file)
737 (tramp-fish-handle-make-symbolic-link)
738 (tramp-fish-handle-process-file): Use null TRASH arg in
739 `tramp-compat-delete-file' call.
741 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
742 arg in `tramp-compat-delete-file' call.
744 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
745 (tramp-gvfs-handle-write-region): Use null TRASH arg in
746 `tramp-compat-delete-file' call.
748 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
749 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
750 `tramp-compat-delete-file' call.
752 * net/tramp-smb.el (tramp-smb-handle-copy-file)
753 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
754 (tramp-smb-handle-write-region): Use null TRASH arg in
755 tramp-compat-delete-file call.
756 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
757 (tramp-smb-handle-delete-file): Rename arg.
759 * diff.el (diff-sentinel):
760 * epg.el (epg--make-temp-file, epg-decrypt-string)
761 (epg-verify-string, epg-sign-string, epg-encrypt-string):
762 * jka-compr.el (jka-compr-partial-uncompress)
763 (jka-compr-call-process, jka-compr-write-region):
764 * server.el (server-sentinel): Remove optional arg from
765 delete-file, reverting 2010-05-03 change.
767 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
769 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
770 font-lock-constant-face, not obsolete font-lock-reference-face.
772 2010-05-27 Kenichi Handa <handa@m17n.org>
774 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
775 element of GSTRING is nil.
777 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
779 * emacs-lisp/smie.el (smie-forward-token-function)
780 (smie-backward-token-function): New vars.
781 (smie-backward-sexp, smie-forward-sexp)
782 (smie-indent-hanging-p, smie-indent-calculate): Use them.
783 (smie-default-backward-token): Rename from smie-backward-token and
785 (smie-default-forward-token): Rename from smie-forward-token and
787 (smie-next-sexp): Handle nil results from next-token.
788 (smie-indent-calculate): Add a new case for special `fixindent' comments.
790 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
792 * progmodes/verilog-mode.el (verilog-type-font-keywords):
793 Use font-lock-constant-face, not obsolete font-lock-reference-face.
795 2010-05-27 Masatake YAMATO <yamato@redhat.com>
797 * htmlfontify.el (hfy-face-resolve-face): New function.
798 (hfy-face-to-style): Use it (Bug#6279).
800 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
802 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
803 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
805 2010-05-26 Glenn Morris <rgm@gnu.org>
807 * emulation/edt.el (edt-load-keys): Use locate-library.
809 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
811 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
812 (log-edit-changelog-entries): Doc fix.
813 (log-edit-changelog-insert-entries): Args changed.
814 Rename relative filenames in ChangeLog entries. Delete tabs.
815 (log-edit-insert-changelog-entries): Reorganize return value of
816 `log-edit-changelog-entries' to pass filenames to
817 log-edit-changelog-insert-entries.
819 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
821 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
822 `image-dired-dired-insert-marked-thumbs' to
823 `image-dired-dired-toggle-marked-thumbs'.
825 * image-dired.el: Require cl when compiling.
826 (image-dired-dired-toggle-marked-thumbs): Rename from
827 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
828 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
829 to 'no-dir. Skip files whose names don't match
830 `image-file-name-regexp'. When file has a thumbnail overlay,
831 delete it. (Bug#5270)
833 2010-05-25 Juri Linkov <juri@jurta.org>
835 * image-mode.el (image-mode): Add image-after-revert-hook to
837 (image-after-revert-hook): New function. (Bug#5669)
839 2010-05-25 Juri Linkov <juri@jurta.org>
841 * image.el (image-animated-p): When delay between animated images
842 is 0, set it to 10 (0.1 sec). (Bug#6258)
844 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
846 * net/tramp.el (tramp-handle-insert-directory): Don't use
847 `forward-word', its default syntax could be changed.
849 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
851 * net/tramp.el (tramp-progress-reporter-update): New defun.
852 (with-progress-reporter): Use it.
853 (tramp-process-actions):
854 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
855 current message, in order to let progress reporter continue
856 afterwards. (Bug#6257)
858 2010-05-25 Glenn Morris <rgm@gnu.org>
860 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
863 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
865 * net/rcirc.el (rcirc-default-user-name): Change to "user".
866 (rcirc-default-full-name): Change to "unknown".
867 (rcirc-user-name-history): Add variable.
869 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
870 Jonathan Rockway <jon@jrock.us>
872 * net/rcirc.el (rcirc-server-alist): Add :pass.
873 (rcirc): When prompting for connection parameters, also prompt for
874 username and password.
875 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
876 value to server when connecting.
878 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
880 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
881 (smie-merge-prec2s): Pass the tables as separate args.
882 (smie-bnf-precedence-table): Adjust call accordingly.
883 (smie-prec2-levels): Set levels at the end.
885 Replace Lisp calls to delete-backward-char by delete-char.
886 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
887 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
888 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
889 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
890 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
891 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
892 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
893 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
894 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
895 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
896 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
897 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
898 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
899 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
900 delete-backward-char by calls to delete-char.
902 2010-05-25 Kenichi Handa <handa@m17n.org>
904 * language/hebrew.el (hebrew-shape-gstring): New function.
905 Register it in composition-function-table for all Hebrew combining
908 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
910 * epa.el (epa--select-keys): Don't explicitly delete the window since
911 that can fail (e.g. sole window in frame). Use dedication instead.
913 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
915 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
917 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
919 * image.el (image-refresh): Define as an alias for image-flush.
921 * image-mode.el (image-toggle-display-image): Caller changed.
923 2010-05-21 Juri Linkov <juri@jurta.org>
925 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
926 Remove "all" from grep-files-aliases. Split grep-files-aliases by
927 whitespace, call wildcard-to-regexp on substrings and concat them
928 with "\\|". (Bug#6114)
930 2010-05-21 Alan Mackenzie <acm@muc.de>
932 * progmodes/cc-engine.el (c-parse-state-get-strategy):
933 Replace parameter `here' with `here-' and `here-plus', which sandwich
934 any pertinent CPP construct.
935 (c-remove-stale-state-cache-backwards): Fix a bug which happens
936 when doing (c-parse-state) in a CPP construct: Exclude any "new"
937 CPP construct from taking part in the scanning.
939 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
941 * net/tramp.el (tramp-do-copy-or-rename-file)
942 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
943 Tune `with-progress-reporter' messages.
944 (tramp-handle-vc-registered):
945 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
946 (tramp-fish-handle-insert-file-contents)
947 (tramp-fish-maybe-open-connection):
948 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
949 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
950 (tramp-imap-handle-insert-file-contents)
951 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
953 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
955 * add-log.el (change-log-font-lock-keywords):
956 Highlight all authors in multi-author entries.
958 * smerge-mode.el (smerge-refine-ignore-whitespace)
959 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
960 Fix typos in docstrings.
961 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
963 2010-05-21 Glenn Morris <rgm@gnu.org>
965 * progmodes/fortran.el (fortran-mode):
966 * progmodes/f90.el (f90-mode): Derive from prog-mode.
968 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
969 having a relative path in src/Makefile.in.
971 2010-05-20 Kevin Ryde <user42@zip.com.au>
973 * help-mode.el (help-make-xrefs): For Info node links turn
974 newlines into spaces. Link node names with newlines are matched
975 by help-xref-info-regexp and buttonized, this change ensures they
976 can be followed successfully with RET. (Bug#6206)
978 2010-05-20 Juri Linkov <juri@jurta.org>
980 * locate.el (locate): Use pop-to-buffer instead of
981 switch-to-buffer-other-window. (Bug#6204)
983 2010-05-20 Juri Linkov <juri@jurta.org>
985 * replace.el (replace-highlight): Fix lazy-highlighting
986 for `M-s w str M-% str RET'.
988 2009-12-15 Masatake YAMATO <yamato@redhat.com>
990 * isearch.el (isearch-yank-word-or-char): Pull next subword
991 when `subword-mode' is activated. (Bug#6220)
993 2010-05-20 Mark A. Hershberger <mah@everybody.org>
995 * isearch.el (isearch-update-post-hook): New hook.
996 (isearch-update): Use the new hook. (Bug#6225)
998 2010-05-20 Juri Linkov <juri@jurta.org>
1000 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1001 [f1], [help], and (char-to-string help-char) instead of "\C-h".
1004 2010-05-20 Juri Linkov <juri@jurta.org>
1006 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1009 2010-05-20 Juri Linkov <juri@jurta.org>
1011 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1012 FILE-NAME to read from the minibuffer when called interactively
1013 with prefix argument instead of using buffer-file-name.
1014 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1016 * dired.el: Update autoloads.
1018 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
1020 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1021 nxml-finish-element, for consistency with SGML mode.
1023 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1026 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
1028 * composite.el: Require cl when compiling.
1029 (reference-point-alist, compose-gstring-for-graphic)
1030 (compose-gstring-for-terminal): Fix typos in docstrings.
1032 2010-05-19 Juri Linkov <juri@jurta.org>
1034 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1035 set-window-parameter.
1037 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1039 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1041 (tramp-maybe-open-connection): Use it.
1043 2010-05-19 Eli Zaretskii <eliz@gnu.org>
1045 * simple.el (move-end-of-line): Make sure we are at line beginning
1046 before backing up to end of previous line.
1048 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
1050 * password-cache.el (password-cache-remove): Fix docstring.
1052 * net/secrets.el: Autoload the widget functions.
1053 (secrets-search-items, secrets-create-item)
1054 (secrets-get-attributes, secrets-expand-item): Attributes will be
1055 stored on the password database without leading ":", as all other
1057 (secrets-mode): Fix docstring.
1058 (secrets-show-secrets): Provide it as autoloaded command only when
1059 D-Bus support is available. Check existence of Secret Service API.
1061 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1063 * indent.el (indent-region): Deactivate region (bug#6200).
1065 2010-05-19 Glenn Morris <rgm@gnu.org>
1067 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
1069 2010-05-19 Kenichi Handa <handa@m17n.org>
1071 * composite.el: Register compose-gstring-for-graphic in
1072 composition-function-table only for combining characters (Mn, Mc, Me).
1074 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
1076 * calc/calc-trail.el (calc-trail-isearch-forward)
1077 (calc-trail-isearch-backward): Ensure that the new window
1078 point is set correctly.
1080 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1082 * subr.el (read-quoted-char): Resolve modifiers after key
1083 remapping (bug#6212).
1085 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
1087 Add visualization code for secrets.
1088 * net/secrets.el (secrets-mode): New major mode.
1089 (secrets-show-secrets, secrets-show-collections)
1090 (secrets-expand-collection, secrets-expand-item)
1091 (secrets-tree-widget-after-toggle-function)
1092 (secrets-tree-widget-show-password): New defuns.
1094 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1096 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
1097 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
1098 handled in smie-next-sexp.
1099 (smie-indent-calculate): Provide a starting indentation (so the
1100 recursion is well-founded ;-).
1102 Fix handling of non-associative equal levels.
1103 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
1104 when it's not needed.
1105 (smie-op-left, smie-op-right): New functions.
1106 (smie-next-sexp): New function, extracted from smie-backward-sexp.
1107 Better handle equal levels to distinguish the associative case from
1108 the "multi-keyword construct" case.
1109 (smie-backward-sexp, smie-forward-sexp): Use it.
1111 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
1113 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
1115 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
1116 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
1118 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1120 Provide a simple generic indentation engine and use it for Prolog.
1121 * emacs-lisp/smie.el: New file.
1122 * progmodes/prolog.el (prolog-smie-op-levels)
1123 (prolog-smie-indent-rules): New var.
1124 (prolog-mode-variables): Use them to configure SMIE.
1125 (prolog-indent-line, prolog-indent-level): Remove.
1127 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
1129 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
1130 order before computing the averages.
1132 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
1134 * calc/calc-vec.el (calc-histogram):
1135 (calcFunc-histogram): Allow vectors as inputs.
1136 (math-vector-avg): New function.
1138 * calc/calc-ext.el (math-group-float): Have the number of digits
1139 being grouped depend on the radix (Bug#6189).
1141 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
1143 * version.el (emacs-copyright, emacs-version): Don't define here,
1144 now that emacs.c defines it.
1146 2010-05-15 Eli Zaretskii <eliz@gnu.org>
1148 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
1149 "Describe Language Environment" menu item.
1151 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
1153 Bidi-sensitive movement with arrow keys.
1154 * subr.el (right-arrow-command, left-arrow-command): New functions.
1156 * bindings.el (global-map): Bind them to right and left arrow keys.
1158 Don't override standard definition of convert-standard-filename.
1159 * files.el (convert-standard-filename): Call
1160 w32-convert-standard-filename and dos-convert-standard-filename on
1161 the corresponding systems.
1163 * w32-fns.el (w32-convert-standard-filename): Rename from
1164 convert-standard-filename. Doc fix.
1166 * dos-fns.el (dos-convert-standard-filename): Doc fix.
1167 (convert-standard-filename): Don't defalias.
1168 (register-name-alist, make-register, register-value)
1169 (set-register-value, intdos): Obsolete aliases for the
1170 corresponding dos-* functions and variables.
1171 (dos-intdos): Add a doc string.
1173 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
1175 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
1176 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
1177 (math-compose-tex-func):
1178 * calc/calccomp.el (math-compose-expr):
1179 * calc/calc-ext.el (math-format-flat-expr-fancy):
1180 * calc/calc-store.el (calc-read-var-name):
1181 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
1183 * calc/calc.el (var-π, var-φ, var-γ): New variables.
1184 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
1185 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
1186 (math-standard-units): Add units.
1188 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1190 * progmodes/asm-mode.el (asm-mode):
1191 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
1193 * pcomplete.el (pcomplete-completions-at-point): New function,
1194 extracted from pcomplete-std-complete.
1195 (pcomplete-std-complete): Use it.
1197 2010-05-15 Glenn Morris <rgm@gnu.org>
1199 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1200 Remove references to CVS, RCS and Old directories.
1202 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
1204 * calc/calc-bin.el (math-format-twos-complement): Group digits when
1207 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1209 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
1210 (sh-mode-syntax-table): Give it a default value instead.
1211 (sh-header-marker): Make buffer-local.
1212 (sh-mode): Move make-local-variable to the corresponding setq.
1213 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
1214 Use complete-with-action.
1216 * simple.el (prog-mode): New (abstract) major mode.
1217 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
1218 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
1220 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
1222 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
1223 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
1224 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
1225 (sql-make-alternate-buffer-name, sql-placeholders-filter)
1226 (sql-escape-newlines-filter, sql-input-sender)
1227 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
1229 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
1231 Add TeX open-block and close-block keybindings to SGML, and vice versa.
1233 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
1234 latex-open-block and C-c / to latex-close-block.
1236 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1237 and C-c C-e to sgml-close-tag.
1239 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
1241 * net/tramp.el (with-progress-reporter): Create reporter object
1242 only when the message would be displayed. Handle nested calls.
1243 (tramp-handle-load, tramp-handle-file-local-copy)
1244 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1245 (tramp-maybe-send-script, tramp-find-shell):
1246 Use `with-progress-reporter'.
1247 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1250 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1251 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1252 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1253 Use `with-progress-reporter'.
1255 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
1257 * ispell.el (ispell-init-process): Do not kill ispell process
1258 everytime when spellchecking from the minibuffer (bug#6143).
1260 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1262 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
1264 * dos-fns.el: Add "dos-" prefix for namespace control.
1265 (convert-standard-filename): Define as alias for
1266 dos-convert-standard-filename but only if applicable.
1268 2010-05-12 Alan Mackenzie <acm@muc.de>
1270 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1271 Push the mark at the start of these functions when appropriate.
1273 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1275 * minibuffer.el (completion-cycle-threshold): New custom var.
1276 (completion--do-completion): Use it.
1277 (minibuffer-complete): Use cycling if appropriate.
1279 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
1281 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
1282 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
1284 2010-05-11 Juri Linkov <juri@jurta.org>
1286 * scroll-all.el (scroll-all-check-to-scroll):
1287 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
1289 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1291 * iimage.el (iimage-mode-map): Move initialization into declaration.
1292 (iimage-mode-buffer): Use with-silent-modifications.
1293 Simplify calling convention. Adjust callers.
1294 (iimage-mode): Don't run hook redundantly.
1296 * minibuffer.el (completion-pcm--pattern->regex):
1297 Fix last change (bug#6160).
1299 2010-05-10 Juri Linkov <juri@jurta.org>
1301 Remove nodes visited during Isearch from the Info history.
1302 * info.el (Info-isearch-initial-history)
1303 (Info-isearch-initial-history-list): New variables.
1304 (Info-isearch-start): Record initial values of
1305 Info-isearch-initial-history and Info-isearch-initial-history-list.
1306 Add Info-isearch-end to isearch-mode-end-hook.
1307 (Info-isearch-end): New function.
1309 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
1311 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
1312 format string, in order to work around a bug in pdksh.
1313 Reported by Gilles Pion <gpion@lfdj.com>.
1314 (tramp-handle-verify-visited-file-modtime): Do not send a command
1315 when the connection is not established.
1316 (tramp-handle-set-file-times): Simplify the check for utc.
1318 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
1320 Fix use of `filter-buffer-substring' (rework previous change).
1321 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
1322 (cua-repeat-replace-region):
1323 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
1324 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1325 (cua-cut-region-to-global-mark): Use it.
1327 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
1329 * progmodes/sql.el: Version 2.1.
1330 (sql-product-alist): Redesign structure of product info.
1331 (sql-product, sql-user, sql-server, sql-database): Safe variables.
1332 (sql-port, sql-port-history): New variables.
1333 (sql-interactive-product): New variable.
1334 (sql-send-terminator): New variable.
1335 (sql-imenu-generic-expression): Add "Types" imenu entry.
1336 (sql-oracle-login-params, sql-sqlite-login-params)
1337 (sql-mysql-login-params, sql-solid-login-params)
1338 (sql-sybase-login-params, sql-informix-login-params)
1339 (sql-ingres-login-params, sql-ms-login-params)
1340 (sql-postgres-login-params, sql-interbase-login-params)
1341 (sql-db2-login-params, sql-linter-login-params)
1342 (sql-oracle-scan-on): New variables.
1343 (sql-mode-map): Add C-c C-i to start interactive mode.
1344 (sql-mode-menu): Update existing menu entries.
1345 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
1346 (sql-mode-oracle-font-lock-keywords)
1347 (sql-mode-postgres-font-lock-keywords)
1348 (sql-mode-ms-font-lock-keywords)
1349 (sql-mode-sybase-font-lock-keywords)
1350 (sql-mode-informix-font-lock-keywords)
1351 (sql-mode-interbase-font-lock-keywords)
1352 (sql-mode-ingres-font-lock-keywords)
1353 (sql-mode-solid-font-lock-keywords)
1354 (sql-mode-mysql-font-lock-keywords)
1355 (sql-mode-sqlite-font-lock-keywords)
1356 (sql-mode-db2-font-lock-keywords)
1357 (sql-mode-linter-font-lock-keywords): Update initialization to
1358 reduce run-time complexity.
1359 (sql-add-product, sql-del-product): New functions.
1360 (sql-set-product-feature, sql-get-product-feature): New functions.
1361 (sql-product-font-lock): Update product API.
1362 (sql-add-product-keywords): New function.
1363 (sql-highlight-product): Update product API.
1364 (sql-help-list-products): New function.
1365 (sql-help): Dynamically lists free and non-free products.
1366 (sql-get-login): Correct bug in handling history and added
1368 (sql-copy-column): Copy without properties.
1369 (sqli-input-sender): Apply filters to SQLi input.
1370 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
1371 Implement as a filter.
1372 (sql-escape-newlines-filter): Implement as a filter.
1373 (sql-remove-tabs-filter): New function.
1374 (sql-send-magic-terminator): New function.
1375 (sql-send-string): Implement magic terminator.
1376 (sql-send-region): Use `sql-send-string'.
1377 (sql-interactive-mode): Use product API.
1378 (sql-product-interactive): Use product API.
1379 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1380 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1381 (sql-db2, sql-linter): Use `sql-product-interactive'.
1382 (sql-connect): New function.
1383 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1384 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1385 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
1386 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1389 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1391 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1392 New custom variable.
1393 (completion-pcm--string->pattern): Use it.
1394 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
1395 Make it handle any symbol as `any'.
1396 (completion-pcm--merge-completions): Extract common suffix for the new
1397 `prefix' symbol as well.
1398 (completion-substring--all-completions): Use the new `prefix' symbol.
1400 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
1402 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
1404 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1405 (tramp-compat-funcall): New defmacro.
1406 (tramp-compat-line-beginning-position)
1407 (tramp-compat-line-end-position)
1408 (tramp-compat-temporary-file-directory)
1409 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1410 (tramp-compat-copy-file, tramp-compat-copy-directory)
1411 (tramp-compat-delete-file, tramp-compat-delete-directory)
1412 (tramp-compat-number-sequence, tramp-compat-process-running-p)
1413 * net/tramp.el (top, with-progress-reporter)
1414 (tramp-rfn-eshadow-setup-minibuffer)
1415 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1416 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1417 (tramp-completion-mode-p, tramp-check-for-regexp)
1418 (tramp-open-connection-setup-interactive-shell)
1419 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1420 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1421 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
1422 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1423 (tramp-reporter-dump-variable, tramp-load-report-modules)
1424 (tramp-append-tramp-buffers)
1425 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
1427 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1429 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1431 * progmodes/compile.el (compilation-buffer-modtime): Rename from
1432 buffer-modtime. Adjust users.
1434 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1436 * international/mule.el (auto-coding-alist): Only purecopy
1437 car of each item, not the whole list (Bug#6083).
1439 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1441 * progmodes/js.el (js-mode): Make paragraph variables local before
1442 calling c-setup-paragraph-variables (Bug#6071).
1444 2010-05-08 Eli Zaretskii <eliz@gnu.org>
1446 * composite.el (compose-region, reference-point-alist): Fix typos
1449 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1451 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1452 gnuplot's "set" command.
1454 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1456 * abbrev.el (last-abbrev-text): Doc fix.
1457 (abbrev-prefix-mark): Don't escape parenthesis.
1459 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
1461 * composite.el (find-composition): Doc fix.
1463 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1465 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1466 (sql-oracle-program, sql-sqlite-options)
1467 (sql-query-placeholders-and-send): Doc fixes.
1468 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1469 (sql-imenu-generic-expression, sql-buffer)
1470 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1471 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1472 (sql-mode-sybase-font-lock-keywords)
1473 (sql-mode-informix-font-lock-keywords)
1474 (sql-mode-interbase-font-lock-keywords)
1475 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1476 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1477 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1478 (sql-product-feature, sql-highlight-product)
1479 (comint-line-beginning-position, sql-rename-buffer)
1480 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
1481 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1482 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1483 Fix typos in docstrings.
1485 2010-05-08 Juri Linkov <juri@jurta.org>
1487 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1488 property instead of `invisible' and `after-string' (bug#5998).
1490 2010-05-08 Juri Linkov <juri@jurta.org>
1492 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1494 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1496 * filecache.el (file-cache-add-directory-list)
1497 (file-cache-add-directory-recursively): Fix typos in docstrings.
1499 2010-05-08 Kenichi Handa <handa@m17n.org>
1501 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1502 (gujarati-composable-pattern): Fix typo.
1504 2010-05-08 Kenichi Handa <handa@m17n.org>
1506 * language/indian.el (oriya-composable-pattern)
1507 (tamil-composable-pattern, malayalam-composable-pattern):
1508 Add two-part vowels to "v" (vowel sign).
1510 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1512 * files.el (copy-directory): Handle symlinks (Bug#5982).
1514 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
1516 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1517 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1520 2010-05-08 Glenn Morris <rgm@gnu.org>
1522 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1524 * minibuffer.el (completion-at-point): Doc fix.
1526 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1528 * electric.el (Electric-command-loop): Minor tweak.
1530 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
1531 better with dedicated windows.
1533 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1535 * Version 23.2 released.
1537 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
1538 Stefan Monnier <monnier@iro.umontreal.ca>
1540 Highlight vendor specific properties.
1541 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
1542 (css-proprietary-property): New face.
1543 (css-font-lock-keywords): Use them.
1545 2010-05-07 Eli Zaretskii <eliz@gnu.org>
1547 * cus-start.el (all): Add native condition for tool-bar-* symbols.
1549 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1551 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
1552 * files.el (auto-mode-alist): Remove redundant entries.
1554 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
1555 * simple.el (auto-save-mode): Move from files.el.
1556 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
1558 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
1560 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
1562 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1564 * mail/binhex.el (binhex-decode-region-internal)
1565 * mail/uudecode.el (uudecode-decode-region-internal)
1566 * net/dns.el (dns-read-string-name, dns-write, dns-read)
1567 (dns-read-type, dns-query)
1568 * pgg-parse.el (pgg-parse-armor)
1569 * pgg.el (pgg-verify-region)
1570 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
1573 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
1575 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
1577 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
1579 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
1580 * emulation/cua-base.el (cua-repeat-replace-region):
1581 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1582 (cua-cut-region-to-global-mark):
1583 Remove text properties with `set-text-properties'.
1585 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
1587 * net/tramp.el (top, with-progress-reporter):
1588 Use `symbol-function' inside `funcall'.
1590 * net/tramp-compat.el (tramp-compat-file-attributes)
1591 (tramp-compat-delete-file, tramp-compat-delete-directory):
1592 Handle only `wrong-number-of-arguments' error.
1594 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
1595 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
1598 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1600 * minibuffer.el (completion--sreverse, completion--common-suffix):
1602 (completion-pcm--merge-completions): Extract common suffix when safe.
1604 * emacs-lisp/easy-mmode.el (define-minor-mode):
1605 Make :variable more flexible.
1606 * files.el (auto-save-mode): Use it to define using define-minor-mode.
1608 2010-05-05 Juri Linkov <juri@jurta.org>
1610 Add `slow' and `history' tags to the desktop data.
1612 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
1613 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
1614 (Info-finder-find-node): Require `finder.el' to be able
1615 to restore node from the desktop.
1616 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
1617 data `Info-history' and `slow' tag in the assoc list.
1618 (Info-restore-desktop-buffer): Don't restore nodes with the
1619 `slow' tag. Restore `Info-history'.
1621 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
1623 Add FORCE argument to `delete-file'.
1625 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
1626 forcing to delete the temporary file.
1627 (ange-ftp-delete-file): Add FORCE arg.
1628 (ange-ftp-rename-remote-to-remote)
1629 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
1630 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
1631 Force file deletion.
1633 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
1635 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
1636 (tramp-handle-make-symbolic-link, tramp-handle-load)
1637 (tramp-do-copy-or-rename-file-via-buffer)
1638 (tramp-do-copy-or-rename-file-directly)
1639 (tramp-do-copy-or-rename-file-out-of-band)
1640 (tramp-handle-process-file, tramp-handle-call-process-region)
1641 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1642 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1643 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
1645 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
1646 (tramp-fish-handle-make-symbolic-link)
1647 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
1649 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1650 Use `tramp-compat-delete-file'.
1652 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
1653 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
1655 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
1656 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
1658 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
1659 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
1660 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
1661 `tramp-compat-delete-file'.
1663 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1666 * subr.el (add-minor-mode): Use push.
1667 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
1668 * emulation/edt.el (edt-select-mode): Simplify.
1670 Use define-minor-mode in more cases.
1671 * term/tvi970.el (tvi970-set-keypad-mode):
1672 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1673 (normal-erase-is-backspace-mode):
1674 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
1675 (set-scroll-bar-mode-1): (Re)move to its sole caller.
1676 (get-scroll-bar-mode): New function.
1677 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
1679 Use define-minor-mode for less obvious cases.
1680 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
1681 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
1682 * international/iso-ascii.el (iso-ascii-mode):
1683 * frame.el (auto-raise-mode, auto-lower-mode):
1684 * composite.el (global-auto-composition-mode): Use define-minor-mode.
1686 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
1688 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
1689 in order to see error messages for failed logins.
1691 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1693 * diff.el (diff-sentinel):
1695 * epg.el (epg--make-temp-file, epg-decrypt-string)
1696 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1698 * jka-compr.el (jka-compr-partial-uncompress)
1699 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
1701 * server.el (server-sentinel): Use delete-file's new FORCE arg
1704 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1706 Use define-minor-mode where applicable.
1707 * view.el (view-mode):
1708 * type-break.el (type-break-query-mode)
1709 (type-break-mode-line-message-mode):
1710 * textmodes/reftex.el (reftex-mode):
1711 * term/vt100.el (vt100-wide-mode):
1712 * tar-mode.el (tar-subfile-mode):
1713 * savehist.el (savehist-mode):
1714 * ibuf-ext.el (ibuffer-auto-mode):
1715 * composite.el (auto-composition-mode):
1716 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1717 Use define-minor-mode.
1718 (vhdl-mode): Use static mode-line format.
1719 (vhdl-mode-line-update): Delete.
1720 (vhdl-create-mode-menu, vhdl-activate-customizations)
1721 (vhdl-hs-minor-mode): Don't bother calling it.
1723 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1725 * simple.el (with-wrapper-hook): Move.
1726 (buffer-substring-filters): Mark obsolete.
1727 (filter-buffer-substring-functions): New variable.
1728 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
1730 Use a mode-line spec rather than a static string in Semantic.
1731 * cedet/semantic/util-modes.el:
1732 (semantic-minor-modes-format): New var to replace...
1733 (semantic-minor-modes-status): Remove.
1734 (semantic-mode-line-update): Construct a mode-line spec rather than
1735 a static string so that mouse buttons can be used on individual minor
1736 modes and so that semantic-mode-line-update only needs to be called
1737 when global settings are changed.
1738 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1739 Call semantic-mode-line-update.
1740 (semantic-toggle-minor-mode-globally): Don't assume mode is on
1741 minor-mode-alist, check semantic-minor-mode-alist as well.
1742 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1743 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1744 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1745 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1746 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1747 (define-semantic-idle-service, semantic-idle-summary-mode):
1748 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
1749 Don't call semantic-mode-line-update any more.
1751 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1753 Use define-minor-mode in CEDET where applicable.
1755 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1756 Use define-minor-mode.
1758 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
1759 Remove unused arg `keymap' and code redundant with define-minor-mode.
1760 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1761 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1762 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1763 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1764 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1765 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1766 Use define-minor-mode.
1767 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1768 (semantic-show-unmatched-syntax-mode-setup)
1769 (semantic-show-parser-state-mode-setup)
1770 (semantic-highlight-func-mode-setup): Inline into sole caller.
1772 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1773 (semantic-mru-bookmark-mode): Use define-minor-mode.
1774 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1776 * cedet/semantic/idle.el (define-semantic-idle-service):
1777 Use define-minor-mode and inline setup function into its sole caller.
1778 (semantic-idle-scheduler-mode-setup)
1779 (semantic-idle-summary-mode-setup): Inline into sole caller.
1780 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1781 Use define-minor-mode.
1783 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
1784 (semantic-decoration-mode): Use define-minor-mode.
1785 (semantic-decoration-mode-setup): Inline into sole caller.
1787 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1788 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1789 (ede-dired-add-to-target): Use dolist.
1791 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1792 Michael Albinus <michael.albinus@gmx.de>
1794 Implement compression for inline methods.
1796 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1797 (tramp-copy-size-limit): Allow also nil.
1798 (tramp-inline-compress-commands): New defconst.
1799 (tramp-find-inline-compress, tramp-get-inline-compress)
1800 (tramp-get-inline-coding): New defuns.
1801 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1802 replaced by `tramp-get-inline-coding'.
1803 (tramp-handle-file-local-copy, tramp-handle-write-region)
1804 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1806 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1808 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
1809 Remove unused functions.
1811 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
1812 Set find-tag-default-function as a variable rather than a property.
1814 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
1815 * progmodes/etags.el (tags-completion-at-point-function):
1816 Remove left over interactive spec. Add autoloading stub.
1817 (complete-tag): Use tags-completion-at-point-function.
1819 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
1821 * minibuffer.el (tags-completion-at-point-function): Fix return value.
1823 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
1825 * ido.el (ido-init-completion-maps): Remove C-v binding.
1826 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
1828 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
1830 * minibuffer.el (tags-completion-at-point-function): New function.
1831 (completion-at-point-functions): Use it.
1833 * cedet/semantic.el (semantic-completion-at-point-function): New function.
1834 (semantic-mode): Use semantic-completion-at-point-function for
1835 completion-at-point-functions instead.
1837 * progmodes/etags.el (complete-tag): Revert last change.
1839 2010-04-29 Alan Mackenzie <acm@muc.de>
1841 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
1842 off-by-one error (in end of macro position).
1844 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1846 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
1847 firefox is absent. Don't autoload.
1848 (browse-url-galeon-program): Don't autoload.
1850 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
1852 * bindings.el (complete-symbol): Move into minibuffer.el.
1854 * minibuffer.el (complete-tag): Move from etags.el. If tags
1855 completion cannot be performed, return nil instead of signalling
1857 (completion-at-point): Make it an alias for complete-symbol.
1858 (complete-symbol): Move from bindings.el, and replace with the
1859 body of completion-at-point.
1861 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
1863 * cedet/semantic.el (semantic-mode): When enabled, add
1864 semantic-ia-complete-symbol to completion-at-point-functions.
1866 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
1867 if Semantic is not active.
1869 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
1871 * net/tramp.el (tramp-remote-selinux-p): New defun.
1872 (tramp-handle-file-selinux-context)
1873 (tramp-handle-set-file-selinux-context): Use it.
1875 2010-04-28 Sam Steingold <sds@gnu.org>
1877 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1878 `safe-local-variable' if the value is a string or a symbol with
1879 the property `bug-reference-url-format'.
1881 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
1883 * progmodes/bug-reference.el (bug-reference-url-format): Revert
1884 2010-04-27 change due to security risk.
1886 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1888 Make it possible to locally disable a globally enabled mode.
1889 * simple.el (fundamental-mode): Run fundamental-mode-hook.
1890 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
1891 rather than kill-all-local-variables so it runs fundamental-mode-hook.
1892 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1893 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
1894 that subsequent hooks get a chance to disable it.
1896 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1898 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1899 Avoid re-enabling a minor mode after the user turned the minor mode
1900 off if MODE-enable-in-buffers is run twice (typically once from
1901 fundamental-mode's after-change-major-mode-hook and a second time from
1902 run-mode-hook's own after-change-major-mode-hook).
1904 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
1906 2010-04-27 Sam Steingold <sds@gnu.org>
1908 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1909 `safe-local-variable' if the value is a string or a function, as
1910 documented and implemented on 2010-04-02.
1912 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
1914 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
1915 when method is 'kill.
1917 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1919 * ispell.el (ispell-init-process): Fix personal dictionary condition
1920 in default directory check.
1921 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
1922 Kill ispell process when killing its associated buffer.
1924 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
1926 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
1927 but we aren't using it.
1929 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
1931 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
1932 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
1934 2010-04-24 Glenn Morris <rgm@gnu.org>
1936 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1937 Ignore VCS-ignore files, and deleted nextstep preferences files.
1938 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
1939 (authors-ambiguous-files): New list.
1940 (authors-valid-file-names): Add some deleted files.
1941 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
1942 (authors-disambiguate-file-name): New function. (Bug#5501)
1943 (authors-canonical-file-name): Doc fix.
1944 Don't warn about obsolete files.
1945 (authors-canonical-file-name, authors-scan-el):
1946 Use authors-disambiguate-file-name.
1948 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1949 Add autoload cookies.
1950 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
1951 (generated-autoload-file): Set file-local value to "htmlfontify.el".
1952 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
1953 They have definitions / compiler macros in cl.el.
1954 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1955 Replace manual autoloads with generated ones.
1956 (htmlfontify-unload-rgb-file): Remove autoload.
1957 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
1959 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1961 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
1962 (byte-compile-setq-default): Optimize for the
1963 single-var case and don't call byte-compile-form in this case to avoid
1964 inf-loop with byte-compile-set-default.
1966 * progmodes/compile.el (compilation-start): Abbreviate default directory.
1968 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
1970 Implement SELINUX backends.
1972 * net/tramp.el (tramp-file-name-handler-alist):
1973 Add `file-selinux-context' and `set-file-selinux-context'.
1974 (tramp-handle-file-selinux-context)
1975 (tramp-handle-set-file-selinux-context): New defuns.
1976 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1977 Handle PRESERVE-SELINUX-CONTEXT.
1979 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1980 Add `file-selinux-context' and `set-file-selinux-context'.
1981 (tramp-gvfs-handle-file-selinux-context)
1982 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1983 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1985 * net/ange-ftp.el (ange-ftp-copy-file):
1986 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1987 * net/tramp-imap.el (tramp-imap-handle-copy-file):
1988 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1989 Add PRESERVE-SELINUX-CONTEXT.
1991 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1993 Synchronize with Tramp repository.
1995 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
1996 (tramp-action-process-alive, tramp-action-out-of-band)
1997 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1998 (tramp-exists-file-name-handler): Fix docstring.
1999 (with-progress-reporter): New defmacro.
2000 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2001 (tramp-maybe-open-connection): Use it.
2003 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
2005 Detect ssh 'ControlMaster' argument automatically in some cases.
2007 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2008 (tramp-default-method): Use it.
2010 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2012 * net/tramp.el (tramp-handle-copy-file): Add new optional
2013 parameter `preserve-selinux-context'.
2014 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2016 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
2018 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2019 Ensure, that non remote files are still checked. Oops.
2021 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
2025 * icomplete.el (icomplete-completions): Use `non-essential'.
2027 * net/tramp.el (tramp-connectable-p): New defun.
2028 (tramp-handle-expand-file-name)
2029 (tramp-completion-handle-file-name-all-completions)
2030 (tramp-completion-handle-file-name-completion): Use it.
2032 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2034 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2036 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2038 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2040 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2042 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2045 * info.el (info-tool-bar-map): Add labels.
2047 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2049 * cus-edit.el (custom-commands): Add labels for tool bar.
2050 (custom-buffer-create-internal, Custom-mode): Adjust for
2051 labels in custom-commands.
2053 * dynamic-setting.el: Renamed from font-setting.el.
2055 2010-04-21 John Wiegley <jwiegley@gmail.com>
2057 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2058 toggles the use of virtual buffers.
2059 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2061 (ido-toggle-virtual-buffers): New function.
2063 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
2065 Use `define-derived-mode'; fix window selection; doc fixes.
2066 * play/tetris.el (tetris, tetris-update-speed-function)
2067 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2068 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2069 (tetris-rotate-next, tetris-end-game, tetris-start-game)
2070 (tetris-pause-game): Fix typos in docstrings.
2071 (tetris-mode-map, tetris-null-map):
2072 Move initialization into declaration.
2073 (tetris-mode): Define with `define-derived-mode';
2074 set show-trailing-whitespace to nil.
2075 (tetris): Prefer window already displaying the "*Tetris*" buffer.
2077 2010-04-21 Karel Klíč <kklic@redhat.com>
2079 * files.el (backup-buffer): Handle SELinux context, and return it
2080 if a backup was made by renaming.
2081 (backup-buffer-copy): Set SELinux context to the target file.
2082 (basic-save-buffer): Set SELinux context of the newly written file.
2083 (basic-save-buffer-1): Now it also returns any SELinux context.
2084 (basic-save-buffer-2): Set SELinux context of the newly created file,
2086 * net/tramp.el (tramp-file-name-for-operation):
2087 Add file-selinux-context.
2089 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2091 Make the log-edit comments use RFC822 format throughout.
2093 * vc.el (vc-checkin, vc-modify-change-comment):
2094 Adjust to new vc-start/finish-logentry.
2095 (vc-find-conflicted-file): New command.
2096 (vc-transfer-file): Adjust to new vc-checkin.
2097 (vc-next-action): Improve scoping.
2099 * vc-hg.el (vc-hg-log-edit-mode): Remove.
2100 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
2102 * vc-git.el (vc-git-log-edit-mode): Remove.
2103 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
2104 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
2106 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
2107 (vc-start-logentry): Remove argument `extra'.
2108 (vc-finish-logentry): Remove extra args.
2110 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
2111 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
2112 (vc-bzr-conflicted-files): New function.
2114 * log-edit.el (log-edit-extra-flags)
2115 (log-edit-before-checkin-process): Remove.
2116 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
2117 (log-edit-headers-alist): New var.
2118 (log-edit-header-contents-regexp): New const.
2119 (log-edit-match-to-eoh): New function.
2120 (log-edit-font-lock-keywords): Use them.
2121 (log-edit): Insert a "Summary:" header as default.
2122 (log-edit-mode): Mark font-lock rules as case-insensitive.
2123 (log-edit-done): Cleanup headers.
2124 (log-view-process-buffer): Remove.
2125 (log-edit-extract-headers): New function to replace it.
2127 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
2129 * subr.el (default-direction-reversed): Remove obsolescence info.
2131 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2133 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
2136 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
2137 I.e. include text after point in the completion region.
2138 Also, return nil when we're not after/in a symbol.
2140 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
2141 default enable-multibyte-characters.
2143 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2145 * international/mule.el: Help the user choose a valid coding-system.
2146 (read-buffer-file-coding-system): New function.
2147 (set-buffer-file-coding-system): Use it. Prompt the user if the
2148 coding-system cannot encode all the chars.
2150 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
2151 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
2152 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
2153 Don't use *vc-bzr-shelve*.
2155 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2157 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
2158 Don't destroy list before using it.
2160 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
2162 Fix the version number for added files.
2163 * vc-hg.el (vc-hg-working-revision): Check if the file is
2164 registered after hg parent fails (Bug#5961).
2166 2010-04-19 Glenn Morris <rgm@gnu.org>
2168 * htmlfontify.el (htmlfontify-buffer)
2169 (htmlfontify-copy-and-link-dir): Autoload entry points.
2171 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
2173 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2174 name relative to the project root (Bug#5960).
2176 2010-04-19 Glenn Morris <rgm@gnu.org>
2178 * vc-git.el (vc-git-print-log): Doc fix.
2180 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
2182 * ido.el (ido-file-internal): Fix 2009-12-02 change.
2184 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
2186 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2187 default settings (Bug#5928).
2189 2010-04-19 Glenn Morris <rgm@gnu.org>
2191 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2193 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
2195 2010-04-19 Kenichi Handa <handa@m17n.org>
2197 * language/indian.el (malayalam-composable-pattern): Fix previous
2198 change (add U+0D4D "SIGN VIRAMA").
2199 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2200 (tamil-composable-pattern): Fix typo in the regexp.
2201 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2202 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2203 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2205 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2207 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2208 paragraph-separate (Bug#5821).
2210 2010-04-19 Juri Linkov <juri@jurta.org>
2212 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2214 * info.el (Info-find-node-2): Comment out code that skips
2216 (Info-mouse-follow-link): New command.
2217 (Info-link-keymap): New keymap.
2218 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2219 Return a string with links instead of inserting breadcrumbs
2221 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2222 Instead of putting the `invisible' text property over the Info
2223 header, make an overlay over the Info header with the `invisible'
2224 property and `after-string' set to the string returned by
2227 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
2229 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2230 Reported by monkey@sandpframing.com.
2232 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2234 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
2235 (tmm-get-keymap): Add key-binding shortcuts now that they're not
2236 available in the "keyseq cache" any more.
2238 * custom.el (defcustom): Add edebug spec.
2240 2010-04-18 Juri Linkov <juri@jurta.org>
2242 Test for special mode-class in view-buffer instead of view-file (bug#5513).
2244 * view.el (view-file, view-buffer): Move test for special mode-class
2245 from view-file to view-buffer.
2247 * tar-mode.el (tar-extract): Turn if's into one cond
2248 like in arc-mode.el.
2250 2010-04-18 Juri Linkov <juri@jurta.org>
2252 Add 7z archive format support (bug#5475).
2254 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
2255 (archive-7z-extract): New defcustom.
2256 (archive-find-type): Add magic string for 7z.
2257 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
2258 If `stderr-file' is non-nil, use `(t stderr-file)' for the
2259 `buffer' arg of `call-process'.
2260 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
2261 call the function `archive-7z-extract' with the variable
2262 `archive-7z-extract' let-bound to `archive-zip-extract'.
2263 (archive-7z-summarize, archive-7z-extract): New functions.
2265 * international/mule.el (auto-coding-alist):
2266 * files.el (auto-mode-alist): Add 7z file extension.
2268 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2270 * loadup.el: Setup hash-cons for pure data.
2272 Fix duplicate entries in cedet's loaddefs.el files.
2273 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
2274 Should make most file-local generated-autoload-file unnecessary.
2275 (print-readably): Silence warnings.
2276 (autoload-find-destination): Take load-name as an arg to make sure
2277 it's the same as the one that will be in the file.
2278 (autoload-generate-file-autoloads): Adjust to above changes.
2279 Try to make the dataflow a bit simpler.
2281 * cvs-status.el (cvs-refontify): Remove unused.
2283 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2285 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
2287 * calc-bin.el (calc-radix): Have the "O" option turn on
2288 twos-complement mode.
2290 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
2292 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
2293 Add `calc-option-prefix-help' to calc-help autoloads.
2294 (calc-inverse): Add "Option" to message, as appropriate.
2295 (calc-hyperbolic): Add "Option" to message, as appropriate.
2296 (calc-option, calc-is-option): New functions.
2298 * calc-help.el (calc-full-help): Add `calc-option-help'.
2299 (calc-option-prefix-help): New function.
2301 * calc-misc.el (calc-help): Add "Option" entry.
2303 * calc.el (calc-local-var-list): Add `calc-option-flag'.
2304 (calc-option-flag): New variable.
2305 (calc-do): Set `calc-option-flag to nil.
2306 (calc-set-mode-line): Add "Opt " as appropriate.
2308 2010-04-16 Juri Linkov <juri@jurta.org>
2310 Move scrolling commands from simple.el to window.el
2311 because their primitives are implemented in window.c.
2313 * simple.el (scroll-error-top-bottom)
2314 (scroll-up-command, scroll-down-command, scroll-up-line)
2315 (scroll-down-line, scroll-other-window-down)
2316 (beginning-of-buffer-other-window, end-of-buffer-other-window):
2317 * window.el (scroll-error-top-bottom)
2318 (scroll-up-command, scroll-down-command, scroll-up-line)
2319 (scroll-down-line, scroll-other-window-down)
2320 (beginning-of-buffer-other-window, end-of-buffer-other-window):
2321 Move from simple.el to window.el because their primitives are
2322 implemented in window.c.
2324 2010-04-16 Juri Linkov <juri@jurta.org>
2326 * isearch.el (isearch-lookup-scroll-key): Check both
2327 `isearch-scroll' and `scroll-command' properties.
2328 (scroll-up, scroll-down): Remove `isearch-scroll' property.
2330 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
2332 * simple.el (scroll-up-command, scroll-down-command)
2333 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
2335 2010-04-15 Juri Linkov <juri@jurta.org>
2337 * simple.el (scroll-up-command, scroll-down-command)
2338 (scroll-up-line, scroll-down-line): Put `scroll-command'
2339 property on the these symbols. Remove them from
2340 `scroll-preserve-screen-position-commands'.
2342 * mwheel.el (mwheel-scroll): Put `scroll-command' and
2343 `isearch-scroll' properties on the `mwheel-scroll' symbol.
2344 Remove it from `scroll-preserve-screen-position-commands'.
2346 * isearch.el (isearch-allow-scroll): Doc fix.
2348 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
2350 * net/tramp.el (tramp-error-with-buffer): Don't show the
2351 connection buffer when we are in completion mode.
2352 (tramp-file-name-handler): Catch the error for some operations
2353 when we are in completion mode. This gives the user the chance to
2354 correct the file name in the minibuffer.
2356 2010-04-15 Glenn Morris <rgm@gnu.org>
2358 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
2360 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
2362 Simplify by using `define-derived-mode'.
2363 * info.el (Info-mode):
2364 * calendar/todo-mode.el (todo-mode):
2365 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
2366 (gomoku-mode-map): Move initialization into declaration.
2368 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
2371 * ido.el (ido-file-name-all-completions-1):
2372 * minibuffer.el (minibuffer-completion-help):
2373 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
2375 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2377 * simple.el (non-essential): New var.
2379 Add a new field `location' to bookmarks for non-file bookmarks.
2380 * bookmark.el (bookmark-location): Use the new field, if present.
2381 (bookmark-insert-location): Undo last change, not needed any more.
2382 * man.el (Man-bookmark-make-record):
2383 * woman.el (woman-bookmark-make-record): Add `location' field.
2385 2010-04-14 Juri Linkov <juri@jurta.org>
2387 * simple.el (scroll-error-top-bottom): New defcustom.
2388 (scroll-up-command, scroll-down-command): Use it. Doc fix.
2390 * emulation/pc-select.el (pc-select-override-scroll-error):
2391 Obsolete in favor of `scroll-error-top-bottom'.
2393 2010-04-14 Juri Linkov <juri@jurta.org>
2395 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
2396 `scroll-up-command' and `M-v' to `scroll-down-command'.
2398 * emulation/cua-rect.el (cua--init-rectangles):
2399 * forms.el (forms--change-commands):
2400 * image-mode.el (image-mode-map):
2401 Remap scroll-down-command and scroll-up-command
2402 in addition to scroll-down and scroll-up.
2404 2010-04-14 Juri Linkov <juri@jurta.org>
2406 * mwheel.el (scroll-preserve-screen-position-commands):
2407 Add mwheel-scroll to this list of commands.
2409 * simple.el (scroll-preserve-screen-position-commands):
2410 Add scroll-up-command, scroll-down-command, scroll-up-line,
2411 scroll-down-line to this list of commands.
2413 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2415 * obsolete/complete.el: Move from lisp/complete.el.
2417 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
2419 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
2420 to the minor mode function now turns the mode ON unconditionally.
2422 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2424 * vc-dir.el (vc-dir-kill-line): New command.
2425 (vc-dir-mode-map): Bind it to C-k.
2427 * bookmark.el (bookmark-insert-location): Handle a nil filename.
2429 * woman.el: Add bookmark declarations to silence the compiler.
2430 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
2431 step to compatibility between man and woman bookmarks.
2432 Adjust for Man-default-bookmark-title renaming.
2433 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
2435 * man.el: Add bookmark declarations to silence the compiler.
2436 (Man-name-local-regexp): Make it match NAME as well.
2437 (Man-getpage-in-background): Return the buffer.
2438 (Man-notify-when-ready): Use `case'.
2439 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
2440 Don't hardcode "NAME". Simplify.
2441 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
2442 Rename from Man-bookmark-make-record.
2443 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
2444 we have the actual man-args. Use Man-getpage-in-background rather
2445 than `man' since the arg is already processed. Let bookmark.el do the
2446 window handling. Only wait for the relevant process.
2447 Don't forget to autoload.
2449 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
2451 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2453 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
2455 (woman-mode): Setup bookmark support.
2457 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
2458 (man-bookmark-jump): New functions.
2459 (Man-mode): Setup bookmark support.
2461 2010-04-10 Jari Aalto <jari.aalto@cante.net>
2463 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
2464 recognize ssh-keygen prompt (Bug#2817).
2466 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
2468 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
2470 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
2472 Synchronize with Tramp repository.
2474 * net/tramp.el (tramp-completion-function-alist)
2475 (tramp-file-name-regexp, tramp-chunksize)
2476 (tramp-local-coding-commands, tramp-remote-coding-commands):
2478 (tramp-remote-process-environment): Use `format' instead of `concat'.
2479 (tramp-handle-directory-files-and-attributes)
2480 (tramp-get-remote-path): Use `copy-tree'.
2481 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2482 compatibility: Use `completion-ignore-case' if
2483 `read-file-name-completion-ignore-case' does not exist.
2484 (tramp-do-copy-or-rename-file-directly): Do not use
2485 `tramp-handle-file-remote-p'.
2486 (tramp-do-copy-or-rename-file-out-of-band):
2487 Use `tramp-compat-delete-directory'.
2488 (tramp-do-copy-or-rename-file-out-of-band)
2489 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2490 Use `format-spec-make'.
2491 (tramp-find-foreign-file-name-handler)
2492 (tramp-advice-make-auto-save-file-name)
2493 (tramp-set-auto-save-file-modes): Remove superfluous check for
2494 `stringp'. This is done inside `tramp-tramp-file-p'.
2495 (tramp-debug-outline-regexp): New defconst.
2496 (tramp-get-debug-buffer): Use it.
2497 (tramp-check-for-regexp): Use (forward-line 1).
2498 (tramp-set-auto-save-file-modes): Adapt version check.
2500 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
2501 Wrap call of `featurep' for 2nd argument.
2502 (tramp-compat-make-temp-file): Simplify fallback implementation.
2503 (tramp-compat-copy-tree): Remove function.
2504 (tramp-compat-delete-directory): Provide implementation for older
2507 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
2508 Do not use `tramp-fish-handle-file-attributes.
2510 * net/trampver.el: Update release number.
2512 2010-04-10 Glenn Morris <rgm@gnu.org>
2514 * progmodes/compile.el (compilation-save-buffers-predicate):
2515 Add missing :version tag.
2517 2010-04-09 Sam Steingold <sds@gnu.org>
2519 * progmodes/compile.el (compilation-save-buffers-predicate):
2520 Remove the "autoload" cookie.
2522 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
2523 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
2524 and `bug-reference-prog-mode' can be used in hooks directly.
2526 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2528 Add --author support to git commit.
2529 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
2530 (vc-git-log-edit-mode): New minor mode.
2531 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
2534 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
2536 * vc-hooks.el, vc-git.el: Improve documentation comments.
2538 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2540 Fix some of the problems in defsubst* (bug#5728).
2541 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
2542 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
2544 2010-04-07 Sam Steingold <sds@gnu.org>
2546 * progmodes/compile.el (compilation-save-buffers-predicate):
2547 New custom variable.
2548 (compile, recompile): Pass it to `save-some-buffers'.
2550 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
2552 * wid-edit.el (widget-choose): Move cursor to the second line of
2553 the buffer (Bug#5695).
2555 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2557 Add new VC methods: vc-log-incoming and vc-log-outgoing.
2558 * vc.el (vc-print-log-setup-buttons): New function split out from
2559 vc-print-log-internal.
2560 (vc-log-internal-common): New function, a parametrized version of
2561 vc-print-log-internal.
2562 (vc-print-log-internal): Just call vc-log-internal-common with the
2564 (vc-incoming-outgoing-internal):
2565 (vc-log-incoming, vc-log-outgoing): New functions.
2566 (vc-log-view-type): New permanent local variable.
2568 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
2570 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
2571 of the dynamic bound vc-short-log.
2572 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
2574 * vc-git.el (vc-git-log-outgoing): New function.
2575 (vc-git-log-view-mode): Use vc-log-view-type instead
2576 of the dynamic bound vc-short-log.
2578 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
2579 of the dynamic bound vc-short-log. Highlight the tag.
2580 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
2581 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
2582 (vc-hg-incoming-mode): Remove.
2583 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
2585 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2587 Fix default-directory for vc-root-diff.
2588 * vc.el (vc-root-diff): Bind default-directory to the root
2589 directory for the diff command.
2591 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
2593 * progmodes/verilog-mode.el (verilog-forward-sexp):
2594 (verilog-calc-1): Support "disable fork" and "fork wait" multi
2595 word keywords, suggested by Steve Pearlmutter.
2596 (verilog-pretty-declarations): Support lineup of declarations in
2598 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
2599 fix bug for /* / comments
2600 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
2601 Speed up and simplfy as this is never called with a bound.
2602 (verilog-pretty-declarations): Enhance to line up declarations
2603 inside a parameter list, suggested by Alan Morgan.
2604 (verilog-pretty-expr): Tune assignment regular expression match
2605 string for corner cases; also use markers instead of character
2606 number as indent changes the later.
2608 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
2610 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
2612 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
2613 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
2614 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
2615 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
2618 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
2619 1800-2009 keywords, including "global.".
2621 2010-04-06 John Wiegley <jwiegley@gmail.com>
2623 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2624 appearing in buffer list (if a live buffer name matched a recentf
2625 file basename). Should use uniquify to offer a real solution.
2627 2010-04-06 John Wiegley <jwiegley@gmail.com>
2629 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
2630 comment to code, and add a :version tag.
2631 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
2633 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
2635 Enable recentf-mode if using virtual buffers.
2636 * ido.el (recentf-list): Declare for byte-compiler.
2637 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
2638 (ido-make-buffer-list): Simplify.
2639 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
2641 2010-04-05 Juri Linkov <juri@jurta.org>
2643 Scrolling commands which scroll a line instead of full screen.
2644 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2646 * simple.el (scroll-up-line, scroll-down-line): New commands.
2647 Put property isearch-scroll=t on them.
2649 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
2652 2010-04-05 Juri Linkov <juri@jurta.org>
2654 Scrolling commands which do not signal errors at top/bottom.
2655 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2657 * simple.el (scroll-up-command, scroll-down-command): New commands.
2658 Put property isearch-scroll=t on them.
2660 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
2661 `scroll-down-command' and [next] from `scroll-up' to
2662 `scroll-up-command'.
2664 * emulation/cua-base.el: Put property CUA=move on
2665 `scroll-up-command' and `scroll-down-command'.
2666 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
2667 and `scroll-down-command' to `cua-scroll-down'.
2669 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
2671 * help.el (describe-mode): Return nil.
2673 2010-04-04 John Wiegley <jwiegley@gmail.com>
2675 * ido.el (ido-use-virtual-buffers): New variable to indicate
2676 whether "virtual buffer" support is enabled for IDO.
2677 (ido-virtual): Face used to indicate virtual buffers in the list.
2678 (ido-buffer-internal): If a buffer is chosen, and no such buffer
2679 exists, but a virtual buffer of that name does (which would be why
2680 it was in the list), recreate the buffer by reopening the file.
2681 (ido-make-buffer-list): If virtual buffers are being used, call
2682 `ido-add-virtual-buffers-to-list' before the make list hook.
2683 (ido-virtual-buffers): New variable which contains a copy of the
2684 current contents of the `recentf-list', albeit pared down for the
2685 sake of speed, and with proper faces applied.
2686 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
2687 create a list of "virtual buffers" to present to the user in
2688 addition to the currently open set. Note that this logic could
2689 get rather slow if that list is too large. With the default
2690 `recentf-max-saved-items' of 200, there is little speed penalty.
2692 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2694 * font-lock.el: Require CL when compiling.
2695 (font-lock-turn-on-thing-lock): Use `case'.
2697 2010-04-03 Eli Zaretskii <eliz@gnu.org>
2699 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
2702 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
2704 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
2705 (semantic-create-imenu-directory-index): Fix typos in docstrings.
2706 (semantic-imenu-goto-function): Reflow docstring.
2708 2010-04-02 Juri Linkov <juri@jurta.org>
2710 * ehelp.el (electric-help-orig-major-mode):
2711 New buffer-local variable.
2712 (electric-help-mode): Set it to original major-mode. Doc fix.
2713 (with-electric-help): Use `electric-help-orig-major-mode' instead
2714 of (default-value 'major-mode). Doc fix.
2715 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
2717 2010-04-02 Sam Steingold <sds@gnu.org>
2719 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
2720 `vc-hg-command' with a list of flags.
2722 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2723 Also accept "patch" and "RFE".
2724 (bug-reference-fontify): `bug-reference-url-format' can also be a
2725 function to be able to handle the bug kind.
2726 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
2728 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
2730 * tmm.el (tmm-get-keymap): Check with symbolp before passing
2731 value to fboundp, it may not be a symbol.
2733 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2735 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
2737 2010-03-31 Juri Linkov <juri@jurta.org>
2739 * simple.el (next-line, previous-line): Re-throw a signal
2740 with `signal' instead of using `ding'.
2741 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
2743 2010-03-31 Juri Linkov <juri@jurta.org>
2745 * simple.el (keyboard-escape-quit): Raise deselecting the active
2746 region higher than exiting the minibuffer.
2747 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
2749 2010-03-31 Juri Linkov <juri@jurta.org>
2751 * image.el (image-animated-p): Use `image-metadata' instead of
2752 `image-extension-data'. Get GIF extenstion data from metadata
2753 property `extension-data'.
2755 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2757 * simple.el (append-to-buffer): Simplify.
2759 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
2761 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2762 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2764 2010-03-31 Kenichi Handa <handa@m17n.org>
2766 * language/sinhala.el (composition-function-table): Fix regexp for
2767 the new Unicode specification.
2769 * language/indian.el (devanagari-composable-pattern)
2770 (tamil-composable-pattern, kannada-composable-pattern)
2771 (malayalam-composable-pattern): Adjust for the new Unicode
2773 (bengali-composable-pattern, gurmukhi-composable-pattern)
2774 (gujarati-composable-pattern, oriya-composable-pattern)
2775 (telugu-composable-pattern): New variables to cope with the new
2776 Unicode specification. Use them in composition-function-table.
2778 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2780 Make tmm-menubar work for the Buffers menu again (bug#5726).
2781 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2782 vectors rather than cons cells, as used in menu-bar-update-buffers.
2784 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2786 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2787 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2788 electric punctuation for "{}();,:" (Bug#5586).
2790 * mail/sendmail.el (mail-default-directory): Doc fix.
2792 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2794 * mail/sendmail.el (mail-default-directory): Doc fix.
2796 2010-03-31 Eli Zaretskii <eliz@gnu.org>
2798 * subr.el (version-regexp-alist, version-to-list)
2799 (version-list-<, version-list-=, version-list-<=)
2800 (version-list-not-zero, version<, version<=, version=): Doc fix.
2803 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
2805 * vc.el (vc-root-diff): Doc fix.
2807 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2809 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2811 * simple.el (append-to-buffer): Fix last change.
2813 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2815 * simple.el (append-to-buffer): Ensure that point is preserved if
2816 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2819 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2821 * files.el (auto-mode-case-fold): Change default to t.
2823 2010-03-30 Juri Linkov <juri@jurta.org>
2825 * dired-x.el (dired-omit-mode): Doc fix.
2827 2010-03-30 Juri Linkov <juri@jurta.org>
2829 * replace.el (occur-accumulate-lines): Move occur-engine related
2830 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
2831 to be located after `occur-engine'.
2833 2010-03-30 Juri Linkov <juri@jurta.org>
2835 Make occur handle multi-line matches cleanly with context.
2836 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
2838 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
2839 (occur-engine): Add local variables `ret', `prev-after-lines',
2840 `prev-lines'. Use more arguments for `occur-context-lines'.
2841 Set first elem of its returned list to `data', and the second elem
2842 to `prev-after-lines'. Don't print the separator line.
2843 In the end, print remaining context after-lines.
2844 (occur-context-lines): Add new arguments `begpt', `endpt',
2845 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
2846 after-lines of the previous match with before-lines of the
2847 current match and not overlap them. Return a list with two
2848 values: the output line and the list of context after-lines.
2850 2010-03-30 Juri Linkov <juri@jurta.org>
2852 * replace.el (occur-accumulate-lines): Fix a bug where the first
2853 context line at the beginning of the buffer was missing.
2855 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2857 * files.el: Make bidi-display-reordering safe variable for boolean
2860 2010-03-29 Phil Hagelberg <phil@evri.com>
2861 Chong Yidong <cyd@stupidchicken.com>
2863 * subr.el: Extend progress reporters to perform "spinning".
2864 (progress-reporter-update, progress-reporter-do-update):
2865 Handle non-numeric value arguments.
2866 (progress-reporter--pulse-characters): New var.
2868 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2870 * progmodes/compile.el (compilation-start): Fix regexp detection
2871 of initial cd command (Bug#5771).
2873 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
2875 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
2877 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
2879 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2880 * lisp/progmodes/gdb-mi.el: Restore.
2881 * lisp/progmodes/gdb-ui.el: Remove.
2882 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
2884 2010-03-25 Glenn Morris <rgm@gnu.org>
2886 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2887 all dired buffers, even tramp ones. (Bug#5755)
2889 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2891 Add "union tags" in mpc.el.
2892 * mpc.el: Remove backward compatibility code.
2893 (mpc-browser-tags): Change default.
2894 (mpc--find-memoize-union-tags): New var.
2895 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
2896 (mpc-cmd-find): Handle the case where the playlist does not exist.
2898 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
2899 (mpc-cmd-add): Use mpc-cmd-flush.
2900 (mpc-tagbrowser-tag-name): New fun.
2901 (mpc-tagbrowser-buf): Use it.
2902 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
2904 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2907 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
2908 Use replace-regexp-in-string.
2909 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
2910 (makefile-imake-mode-syntax-table): Move init into defvar.
2911 (makefile-mode): Use define-derived-mode.
2913 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2914 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2915 not be present any more.
2917 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2919 * faces.el (set-face-attribute): Fix typo in docstring.
2920 (face-valid-attribute-values): Reflow docstring.
2922 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2924 2010-03-24 Glenn Morris <rgm@gnu.org>
2926 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2928 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2930 * indent.el (indent-for-tab-command): Doc fix.
2932 2010-03-24 Alan Mackenzie <acm@muc.de>
2934 * progmodes/cc-engine.el (c-remove-stale-state-cache):
2935 Fix off-by-one error. Fixes bug #5747.
2937 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2939 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2940 (image-dired-read-comment): Doc fix.
2942 * json.el (json-object-type, json-array-type, json-key-type)
2943 (json-false, json-null, json-read-number):
2944 * minibuffer.el (completion-in-region-functions):
2945 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2946 (cal-tex-cursor-week):
2947 * emacs-lisp/trace.el (trace-function):
2948 * eshell/em-basic.el (eshell/printnl):
2949 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2950 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2951 * obsolete/levents.el (allocate-event, event-key, event-object)
2952 (event-point, event-process, event-timestamp, event-to-character)
2953 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2954 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2955 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2956 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2957 (reftex-highlight-selection): Fix typos in docstrings.
2959 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2961 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2963 2010-03-24 Glenn Morris <rgm@gnu.org>
2965 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2966 2008-02-13 without comment; mark it obsolete.
2967 (rmail-highlight-headers): Use rmail-highlight-face once more.
2969 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2971 * woman.el (woman2-process-escapes): Only consume the newline if
2972 the filler character is on a line by itself (Bug#5729).
2974 2010-03-24 Kenichi Handa <handa@m17n.org>
2976 * language/indian.el (devanagari-composable-pattern): Add more
2979 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
2981 * net/trampver.el: Update release number.
2983 2010-03-24 Glenn Morris <rgm@gnu.org>
2985 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2987 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
2989 * net/tramp.el (tramp-find-executable):
2990 Use `tramp-get-connection-buffer'. Make the regexp for checking
2991 output of "wc -l" more robust.
2992 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2993 (tramp-open-connection-setup-interactive-shell): Remove workaround
2994 for OpenSolaris bug, it is not needed anymore.
2996 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
2998 * cedet/semantic/imenu.el: New file, from the CEDET repository
3001 2010-03-24 Glenn Morris <rgm@gnu.org>
3003 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
3005 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
3007 * files.el (auto-mode-alist): Accept more verilog file patterns.
3009 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3011 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3013 2010-03-24 Glenn Morris <rgm@gnu.org>
3015 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3016 log-edit-before-checkin-process.
3018 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3020 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3022 * vc-dispatcher.el (vc-start-logentry): Doc fix.
3023 (log-view-process-buffer, log-edit-extra-flags): Declare.
3025 * log-edit.el (log-edit-before-checkin-process): Doc fix.
3027 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3028 Consistently check ede-object is bound throughout.
3030 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3032 2010-03-23 Sam Steingold <sds@gnu.org>
3034 Fix bug#5620: recalculate all markers on compilation buffer
3035 modifications, not on file modifications.
3036 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3037 the buffer modification time, for buffers not associated with files.
3038 (compilation-mode): Create it.
3039 (compilation-filter): Update it.
3040 (compilation-next-error-function): Use it instead of
3041 `visited-file-modtime' for timestamp.
3043 2010-03-23 Juri Linkov <juri@jurta.org>
3045 Implement Occur multi-line matches.
3046 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3048 * replace.el (occur): Doc fix.
3049 (occur-engine): Set `begpt' to the beginning of the first line.
3050 Set `endpt' to the end of the last match line. At first, count
3051 line numbers between `origpt' and `begpt'. Split out code from
3052 `out-line' variable to new let-bindings `match-prefix' and
3053 `match-str'. In `out-line' add non-numeric prefix to all
3054 non-first lines of multi-line matches. Finally, count lines
3055 between `begpt' and `endpt' and add to `lines'.
3057 2010-03-23 Juri Linkov <juri@jurta.org>
3059 * replace.el (occur-accumulate-lines, occur-engine):
3060 Use `occur-engine-line' instead of duplicate code.
3061 (occur-engine-line): New function created from duplicate code
3062 in `occur-accumulate-lines' and `occur-engine'.
3064 * replace.el (occur-engine-line): Add optional arg `keep-props'.
3065 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3067 2010-03-23 Juri Linkov <juri@jurta.org>
3069 * finder.el: Remove TODO tasks.
3071 * info.el (Info-finder-find-node): Add node "all"
3072 with all package info. Handle a list of multiple keywords
3074 (info-finder): In interactive use with a prefix argument,
3075 use `completing-read-multiple' to read a list of keywords
3078 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
3080 Add a new completion style `substring'.
3081 * minibuffer.el (completion-basic--pattern): New function.
3082 (completion-basic-try-completion, completion-basic-all-completions):
3084 (completion-substring--all-completions)
3085 (completion-substring-try-completion)
3086 (completion-substring-all-completions): New functions.
3087 (completion-styles-alist): New style `substring'.
3089 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3091 Get rid of .elc files after removal of the corresponding .el.
3092 * Makefile.in (compile-clean): New target.
3093 (compile-main): Use it.
3095 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
3097 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
3098 don't do make there. When compiling with separate object dir, there
3099 is no Makefile there.
3101 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3103 Get rid of the ELCFILES abomination, again.
3104 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3105 (all, compile): Don't call compile-last.
3106 (compile-main): Build the "elcfiles" list dynamically.
3107 (compile-targets): New (internal) target.
3109 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
3111 * Makefile.in (top_srcdir): Define.
3112 (abs_top_builddir): Define.
3113 (srcdir): Don't append `/..'.
3114 (EMACS): Use ${abs_top_builddir}.
3115 (all, compile, compile-always, compile-last): Don't set emacswd.
3116 (update-subdirs, update-authors): Use $(top_srcdir) instead of
3118 (lisp): Use $(srcdir) instead of @srcdir@.
3120 2010-03-21 Juri Linkov <juri@jurta.org>
3122 Fix message of multi-line occur regexps and multi-buffer header lines.
3123 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
3125 * replace.el (occur-1): Don't display regexp if it is longer
3126 than window-width. Use `query-replace-descr' to display regexp.
3127 (occur-engine): Don't display regexp in the buffer header for
3128 multi-buffer occur. Display a separate header line with total
3129 match count and regexp for multi-buffer occur.
3130 Use `query-replace-descr' to display regexp.
3132 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3134 * net/secrets.el: Fix parenthesis.
3135 (secrets-enabled): Fix parenthesis.
3137 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3139 Use more relative file and directory names.
3140 * Makefile.in (EMACS): Arrange for it to work when we chdir.
3141 (setwins, setwins_almost, setwins_for_subdirs):
3142 Don't `cd'; output relative names.
3143 (all, compile, compile-always, compile-last): Set emacswd.
3144 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
3145 Just cd to the lisp source dir so we can use relative file names.
3147 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
3149 2010-03-20 Glenn Morris <rgm@gnu.org>
3151 * textmodes/rst.el: Use faces for font-lock customization, and make the
3152 old -face variables obsolete.
3153 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
3154 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
3155 (rst-block-face, rst-external-face, rst-definition-face)
3156 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
3157 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
3159 (rst-font-lock-keywords-function): Update for above changes.
3161 2010-03-20 Juri Linkov <juri@jurta.org>
3164 * obsolete/s-region.el: Move to obsolete.
3166 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
3168 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
3170 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3172 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
3174 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3176 Add special markup processing for commit logs.
3177 * log-edit.el (log-edit-extra-flags): New variable.
3178 (log-edit): Add new argument MODE. Use that mode when non-nil
3179 instead of the log-view-mode.
3180 (log-view-process-buffer): New function.
3182 * vc.el: Document that the checkin method takes optional
3183 arguments. Document new backend specific method: log-view-mode.
3184 (vc-default-log-edit-mode): New function.
3185 (vc-checkin): Use a backend specific log-view-mode.
3186 Pass extra arguments to the checkin method.
3187 (vc-modify-change-comment): Pass a dummy extra argument.
3189 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
3191 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
3192 (vc-finish-logentry): Process the log buffer before passing it
3193 down. Pass log-edit-extra-flags.
3195 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
3197 (log-edit-extra-flags, log-edit-before-checkin-process):
3200 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
3202 (log-edit-extra-flags, log-edit-before-checkin-process):
3204 (vc-hg-log-edit-mode): New derived mode.
3206 * vc-arch.el (vc-arch-checkin):
3207 * vc-cvs.el (vc-cvs-checkin):
3208 * vc-git.el (vc-git-checkin):
3209 * vc-mtn.el (vc-mtn-checkin):
3210 * vc-rcs.el (vc-rcs-checkin):
3211 * vc-sccs.el (vc-sccs-checkin):
3212 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
3214 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3216 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
3219 2010-03-19 Glenn Morris <rgm@gnu.org>
3221 * password-cache.el (password-cache, password-cache-expiry): Autoload.
3223 2010-03-18 Glenn Morris <rgm@gnu.org>
3225 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
3227 * replace.el (query-replace-history): Give it a doc string.
3228 (map-query-replace-regexp): Use query-replace-from-history-variable
3229 and query-replace-to-history-variable.
3231 * mail/hashcash.el (declare-function): Remove duplicate definition.
3233 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3234 Make it an obsolete alias for report-emacs-bug-address.
3235 (message-strip-special-text-properties): Declare.
3236 (report-emacs-bug): Remove test for a pretest bug address.
3237 Combine message-mode-specific code.
3239 * mail/supercite.el: Don't require sendmail.
3240 (mh-in-header-p): Declare rather than using with-no-warnings.
3241 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3242 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
3244 * calendar/cal-french.el: Convert to utf-8.
3246 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3249 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
3251 * net/secrets.el (secrets-enabled): New variable. Use it instead
3254 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
3256 * net/secrets.el (top): Register the D-Bus signals only when the
3257 service "org.freedesktop.secrets" can be pinged.
3258 Provide subfeature `enabled'.
3260 2010-03-14 Juri Linkov <juri@jurta.org>
3262 Add finder unknown keywords.
3264 * finder.el (finder-unknown-keywords): New function.
3266 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
3267 to create a Finder node with unknown keywords.
3269 2010-03-14 Juri Linkov <juri@jurta.org>
3271 * finder.el (finder-compile-keywords): Replace `princ' with
3272 `prin1' on a list of symbols interned from keyword strings.
3274 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
3275 a comma, then split keywords using a comma and optional whitespace.
3276 Otherwise, split by whitespace.
3284 * progmodes/mixal-mode.el: Fix keywords.
3286 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
3288 * Makefile.in (ELCFILES): Add net/secrets.elc.
3290 * net/secrets.el: New file.
3292 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3294 * facemenu.el (list-colors-display, list-colors-print): New arg
3295 callback. Use it to allow selecting colors.
3297 * wid-edit.el (widget-image-insert): Insert image prop even if the
3298 current display is non-graphic.
3299 (widget-field-value-set): New fun.
3300 (editable-field): Use it.
3301 (widget-field-value-get): Clean up unused var.
3302 (widget-color-value-create, widget-color--choose-action):
3303 New funs. Allow using list-colors-display to choose color.
3305 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3307 * cus-edit.el: Resort topmost custom groups.
3308 (custom-buffer-sort-alphabetically): Default to t.
3309 (customize-apropos): Use apropos-parse-pattern.
3310 (custom-search-field): New var.
3311 (custom-buffer-create-internal): Add custom-apropos search field.
3312 (custom-add-parent-links): Don't display parent doc.
3313 (custom-group-value-create): Don't sort top-level custom group.
3314 (custom-magic-value-create): Show visibility button before option name.
3316 (custom-variable-state): New fun, from custom-variable-state-set.
3317 (custom-variable-state-set): Use it.
3318 (custom-group-value-create): Hide options with standard values
3319 using the :hidden-states property. Use progress reporter.
3321 (custom-show): Simplify.
3322 (custom-visibility): Disable images by default.
3323 (custom-variable): New property :hidden-states.
3324 (custom-variable-value-create): Enable images for
3325 custom-visibility widgets. Use :hidden-states property to
3326 determine initial visibility.
3328 * wid-edit.el (widget-image-find): Give images center ascent.
3329 (visibility): Add :on-image and :off-image properties.
3330 (widget-visibility-value-create): Use them.
3332 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
3334 * cus-edit.el (processes): Remove from development group.
3335 (oop, hypermedia): Delete group.
3336 (comm): Promote to top-level group.
3338 * net/browse-url.el (browse-url):
3339 * net/xesam.el (xesam):
3340 * net/tramp.el (tramp):
3341 * net/goto-addr.el (goto-address):
3342 * net/ange-ftp.el (ange-ftp): Put in comm group.
3344 * view.el (view): Remove from editing group.
3346 * uniquify.el (uniquify): Put in files group.
3348 * net/browse-url.el (browse-url):
3349 * ps-print.el (postscript): Put in external group.
3351 * cus-edit.el (outlines):
3352 * textmodes/text-mode.el (text-mode-hook):
3353 * textmodes/table.el (table):
3354 * textmodes/picture.el (picture):
3355 * outline.el (outlines): Put in wp group.
3357 * nxml/nxml-mode.el (nxml): Remove from wp group.
3359 * net/tramp-imap.el (tramp-imap): Put in tramp group.
3361 * mail/metamail.el (metamail): Remove from hypermedia group.
3363 * cus-edit.el (abbrev):
3364 * whitespace.el (whitespace):
3365 * vcursor.el (vcursor):
3366 * reveal.el (reveal):
3367 * hl-line.el (hl-line): Put in convenience group.
3369 * epg-config.el (epg): Put in data group.
3371 * emulation/pc-select.el (pc-select): Put in emulations group.
3373 * calculator.el (calculator): Put in applications group.
3375 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3377 Add .dir-locals.el support for file-less buffers.
3378 * files.el (hack-local-variables): Split out code to apply local
3379 variable settings ...
3380 (hack-local-variables-apply): ... here. New function.
3381 (hack-dir-local-variables): Use the default directory for when the
3382 buffer does not have an associated file.
3383 (hack-dir-local-variables-non-file-buffer): New function.
3384 * diff-mode.el (diff-mode):
3385 * vc-annotate.el (vc-annotate-mode):
3386 * vc-dir.el (vc-dir-mode):
3387 * log-edit.el (log-edit-mode):
3388 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
3390 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3392 Add support for shelving snapshots and for showing shelves.
3393 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
3394 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
3396 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3397 (vc-bzr-extra-menu-map): Map them.
3399 2010-03-11 Glenn Morris <rgm@gnu.org>
3401 * cus-edit.el (customize-changed-options-previous-release):
3404 * image.el (image-animate-max-time): Fix :version tag.
3406 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3410 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3412 * vc-git.el (vc-git-revision-table): Include remote branches.
3414 2010-03-10 Kim F. Storm <storm@cua.dk>
3417 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
3419 * image.el (image-animate-max-time): New defcustom.
3420 (image-animated-types): New defconst.
3421 (create-animated-image, image-animate-timer)
3422 (image-animate-start, image-animate-stop, image-animate-timeout)
3423 (image-animated-p): New functions.
3425 * image-mode.el (image-toggle-display-image):
3426 Replace `create-image' with `create-animated-image'.
3428 2010-03-09 Miles Bader <miles@gnu.org>
3430 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
3431 instead of "format:"; this ensures that the output is
3434 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
3436 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
3437 that all errors are caught, and that the return value is always a
3440 2010-03-08 Kenichi Handa <handa@m17n.org>
3442 * language/misc-lang.el (windows-1256): New coding system.
3443 (cp1256): New alias of windows-1256 (bug#5690).
3445 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
3447 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
3448 call to rfc822-bad-address. (Bug#5692)
3450 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
3452 * vc-git.el (vc-git-annotate-extract-revision-at-line):
3453 Use vc-git-root as default directory for revision path (Bug#5657).
3455 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
3457 * calculator.el (calculator): Don't bind split-window-keep-point
3460 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3462 * vc-git.el: Re-flow to fit into 80 columns.
3463 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
3464 Remove spurious `quote' element in each case alternative.
3465 (vc-git-show-log-entry): Use prog1.
3466 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
3468 2010-03-06 Glenn Morris <rgm@gnu.org>
3470 * cedet/semantic/grammar.el (semantic-grammar-header-template):
3471 Update template copyright to GPLv3+.
3473 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3475 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
3477 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
3479 * macros.el (insert-kbd-macro): Look up keyboard macro using the
3480 definition, not the name (Bug#5481).
3482 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
3484 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
3485 argument with a local variable. (Bug#5670)
3487 2010-03-02 Juri Linkov <juri@jurta.org>
3489 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
3491 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
3493 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
3494 error when FILENAME and NEWNAME are existing remote directories.
3496 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
3499 2010-03-02 Glenn Morris <rgm@gnu.org>
3501 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
3502 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
3504 2010-03-01 Kenichi Handa <handa@m17n.org>
3506 * language/burmese.el (burmese-composable-pattern): Rename from
3507 myanmar-composable-pattern.
3509 * international/characters.el (script-list):
3510 * international/fontset.el (script-representative-chars):
3511 Change myanmar to burmese.
3512 (otf-script-alist): Likewise.
3513 (setup-default-fontset): Likewise. Re-fix :otf spec.
3515 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3517 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
3519 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
3521 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
3523 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3525 * net/tramp.el (tramp-handle-write-region): START can be a string.
3526 Take care in the checks. Reported by Dan Davison
3527 <davison@stats.ox.ac.uk>.
3529 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3531 * net/dbus.el (dbus-introspect, dbus-get-property)
3532 (dbus-set-property, dbus-get-all-properties):
3533 Use `dbus-call-method' when noninteractive. (Bug#5645)
3535 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
3537 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
3538 * emacs-lisp/elint.el (elint-add-required-env):
3539 * cedet/semantic/db-find.el
3540 (semanticdb-find-translate-path-brutish-default):
3541 * cedet/ede/make.el (ede-make-check-version):
3542 * calendar/icalendar.el (icalendar--add-diary-entry):
3543 * calc/calcalg2.el (math-tracing-integral):
3544 * files.el (recover-session-finish): Use with-current-buffer
3545 instead of save-excursion.
3547 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
3549 Fix in-buffer completion when after-change-functions modify the buffer.
3550 * minibuffer.el (completion--replace): New function.
3551 (completion--do-completion): Use it and use relative movement.
3553 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
3555 * international/fontset.el (setup-default-fontset): Fix :otf spec.
3557 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
3559 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
3560 Allow the characters _<> in the stack entry (Bug#5653).
3562 2010-02-26 Kenichi Handa <handa@m17n.org>
3564 * language/burmese.el: Fix entries in composition-function-table.
3565 (myanmar-composable-pattern): New variable.
3567 * international/fontset.el (setup-default-fontset): Add an entry
3570 * international/characters.el (script-list): Add Myanmar
3573 2010-02-26 Glenn Morris <rgm@gnu.org>
3575 * custom.el (custom-initialize-delay): Doc fix.
3577 * mail/sendmail.el (send-mail-function): Autoload the call
3578 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3580 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
3582 * files.el (hack-local-variables-filter): For eval forms, also
3583 check safe-local-variable-p (Bug#5636).
3585 2010-02-24 Eduard Wiebe <usenet@pusto.de>
3587 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3588 and use c(ad)r of cddr (Bug#5640).
3590 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
3592 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3593 setting the modes by `ignore-errors'. It might fail, for example
3594 if the file is not owned by the user but the group.
3595 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3597 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
3599 * files.el (directory-listing-before-filename-regexp): Use
3600 stricter matching for iso-style dates, to avoid false matches with
3601 date-like filenames (Bug#5597).
3603 * htmlfontify.el (htmlfontify): Doc fix.
3605 * eshell/eshell.el (eshell): Doc fix.
3607 * startup.el (fancy-about-screen): In mode-line, apply
3608 mode-line-buffer-id face only to the buffer name (Bug#5613).
3610 2010-02-20 Kevin Ryde <user42@zip.com.au>
3612 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3613 In `watcom' anchor regexp to start of line, to avoid slowness
3616 2010-02-20 Eli Zaretskii <eliz@gnu.org>
3618 * subr.el (remove-yank-excluded-properties): Explain in a comment
3619 why `category' property is removed.
3621 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
3623 * isearch.el (isearch-update-post-hook, isearch-update): Revert
3626 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
3628 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3629 (icalendar--convert-weekly-to-ical)
3630 (icalendar--convert-yearly-to-ical)
3631 (icalendar--convert-block-to-ical)
3632 (icalendar--convert-cyclic-to-ical)
3633 (icalendar--convert-anniversary-to-ical): Take care of time
3634 specifications where hour has 1-digit only (Bug#5549).
3636 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
3638 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3639 of disassemble output in GDB 7.1.
3641 2010-02-19 Glenn Morris <rgm@gnu.org>
3643 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3644 property. (Bug#5593)
3646 2010-02-18 Sam Steingold <sds@gnu.org>
3648 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3650 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3652 Use abbreviated file names in bookmarks (bug#5591).
3653 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3654 calls to expand-file-name.
3655 (bookmark-relocate): Use abbreviated file names in bookmarks.
3656 (bookmark-load): Use abbreviated file names in messages.
3658 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3660 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3661 expand "." and "..". Reported by Thierry Volpiatto
3662 <thierry.volpiatto@gmail.com>.
3664 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3666 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3667 permissions of the temporary file to "0600". In case the remote
3668 file has no read permissions for the owner, there might be
3669 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
3671 22010-02-18 Glenn Morris <rgm@gnu.org>
3673 * emacs-lisp/authors.el (authors-renamed-files-alist):
3674 Add entries for INSTALL.CVS.
3676 2010-02-17 Mark A. Hershberger <mah@everybody.org>
3678 * vc-bzr.el: Fix typo in Known Bugs section.
3680 * isearch.el (isearch-update-post-hook): New hook.
3681 (isearch-update): Use the new hook.
3683 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
3685 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3686 Fix errors in copying directories.
3687 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3688 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3689 (tramp-handle-delete-file)
3690 (tramp-handle-dired-recursive-delete-directory)
3691 (tramp-handle-write-region): Flush also the cache for the upper
3694 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
3696 * simple.el (save-interprogram-paste-before-kill): Doc fix.
3698 * cus-edit.el (hardware): Doc fix.
3700 * man.el (man): Add to external custom group.
3702 * delim-col.el (columns): Move to wp custom group.
3704 * doc-view.el (doc-view): Add to data custom group.
3706 * cedet/data-debug.el (data-debug): Move to extensions group.
3708 * cedet/ede.el (ede):
3709 * cedet/srecode.el (srecode):
3710 * cedet/semantic.el (semantic): Put in tools and extensions group.
3712 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3714 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3715 by ispell-parse-output (Bug#5575).
3717 2010-02-16 Kenichi Handa <handa@m17n.org>
3719 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3720 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3721 (skkdic-convert): Use `euc-japan' coding system for writing.
3723 2010-02-16 Glenn Morris <rgm@gnu.org>
3725 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3726 tex-main-file before using it. (Bug#5562)
3728 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3730 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3731 warnings, since it is annoying for the user to see them each time he
3734 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
3736 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3737 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3738 instead of PROC for caching "first-password-request". Otherwise,
3739 new processes would not profit from passwords already entered.
3741 * net/tramp-cache.el (tramp-dump-connection-properties):
3742 Don't save "first-password-request" property.
3744 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
3746 * outline.el (outline-head-from-level):
3747 * simple.el (with-wrapper-hook):
3748 * cedet/ede.el (ede-run-target, project-delete-target)
3749 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
3750 (ede-adebug-project, ede-adebug-project-parent)
3751 (ede-adebug-project-root):
3752 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3753 (elint-defun, elint-buffer-env, elint-top-form-logged)
3754 (elint-unbound-variable):
3755 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3756 Fix typos in docstrings.
3758 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
3760 * files.el (insert-directory): When WILDCARD-REGEXP and
3761 FULL-DIRECTORY-P are nil, insert the file entry instead of the
3762 whole directory. (Bug#5551)
3764 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
3765 dired's alignment sanity. (Bug#5516)
3767 2010-02-14 Juri Linkov <juri@jurta.org>
3769 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3770 Remove remaining ^H with their preceding chars. (Bug#5566)
3772 2010-02-13 Glenn Morris <rgm@gnu.org>
3774 * simple.el (transpose-subr): Give it a doc-string.
3776 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3779 2010-02-12 Juri Linkov <juri@jurta.org>
3781 * arc-mode.el (archive-unique-fname): Make directories for nested
3782 archives. (Bug#5540)
3784 2010-02-12 Juri Linkov <juri@jurta.org>
3786 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
3788 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3790 * subr.el (copy-overlay): Handle deleted overlays.
3792 * man.el (Man-completion-table): Don't signal an error if we can't run
3793 manual-program (bug#4056).
3795 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
3797 * textmodes/artist.el (artist-mt): Fix typos in docstring.
3799 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3801 * info.el (Info-bookmark-jump): Simplify.
3803 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3804 (bookmark-default-handler): Accept new bookmark field `buffer'.
3806 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
3808 * iswitchb.el (iswitchb-completions): Revert last change.
3810 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
3812 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3813 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3814 This prevents file names like "~/" being listed literally.
3816 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3818 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3819 Remove dead code. (Bug#5546)
3821 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
3823 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3824 correctly (Bug#5548).
3826 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3828 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3829 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3831 2010-02-08 Kenichi Handa <handa@m17n.org>
3833 * international/mule-util.el (with-coding-priority): Add autoload
3834 cookie for putting `lisp-indent-function'.
3836 2010-02-07 Glenn Morris <rgm@gnu.org>
3838 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3839 Move F2003 named interfaces from keywords-2 to keywords-1, and
3840 use function-name-face rather than constant-face.
3841 Simplify "abstract interface" regexp.
3843 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
3845 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3846 ID-FORMAT. Pass it to `file-attributes'.
3848 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3850 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3852 * faces.el (set-face-attribute): Allow calling
3853 internal-set-lisp-face-attribute with 'unspecified family and
3854 foundry argument (Bug#5536).
3856 2010-02-07 Glenn Morris <rgm@gnu.org>
3858 * progmodes/f90.el (f90-font-lock-keywords-2)
3859 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3860 Handle F2003 named interfaces.
3862 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
3864 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3865 beg and end before calling c-get-state-before-change-functions.
3867 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3869 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
3871 2010-02-05 Juri Linkov <juri@jurta.org>
3873 * doc-view.el (doc-view-mode):
3874 * image-mode.el (image-mode): Put property mode-class=special.
3877 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3879 * vc-svn.el (vc-svn-revision-table): New function.
3881 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
3883 * net/ange-ftp.el (ange-ftp-insert-directory):
3884 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3885 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3886 Handle also directories. (Bug#5478)
3888 2010-02-05 Glenn Morris <rgm@gnu.org>
3890 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3892 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
3894 * startup.el (command-line-1): Convert options beginning with a
3895 single dash as well (Bug#5519).
3897 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3899 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3900 * minibuffer.el (completion-initials-expand): Only check the presence
3901 of delims *within* the boundaries, since otherwise the / delim is
3902 always found for files.
3904 Fix up various corner case problems.
3905 * doc-view.el (doc-view-last-page-number): New function.
3906 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3907 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3908 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3909 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3910 (doc-view-convert-current-doc): Don't create the resolution.el file
3912 (doc-view-pdf/ps->png): Do it here instead.
3913 (doc-view-already-converted-p): Check that resolution.el is present.
3914 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3915 windows that are not yet showing images.
3917 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
3919 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3920 `dired-uncache' for every elemnt which is an absolute file name.
3922 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3923 directory, handle its directory component.
3924 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3925 function is called permanently and creates noise, otherwise.
3927 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3928 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3929 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3931 2010-02-04 David Burger <dburger@google.com> (tiny change)
3933 * macros.el (apply-macro-to-region-lines):
3934 Minor simplification. (Bug#5485)
3936 2010-02-04 Glenn Morris <rgm@gnu.org>
3938 * mail/rmail.el (rmail-show-message-1): Handle malformed
3939 quoted-printable text. (Bug#5441)
3941 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3943 * simple.el (visual-line-mode): Capitalize lighter.
3945 2010-02-03 John Wiegley <jwiegley@gmail.com>
3947 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3948 list of files considered for "virtual buffer" completions.
3950 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
3952 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3953 also in case of (and (not full) (not wildcard)). This is needed,
3954 when dired is called with a list of files, which are not in
3955 `default-directory'. (Bug#5478)
3957 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3959 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3961 2010-02-02 Juri Linkov <juri@jurta.org>
3963 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3964 from unidiff to allow function-line after @@.
3966 2010-02-02 Juri Linkov <juri@jurta.org>
3968 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3969 '(RCS SCCS) with inverted condition.
3971 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
3973 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3976 2010-02-01 Juri Linkov <juri@jurta.org>
3978 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3979 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3980 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3981 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3983 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3985 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3986 (doc-view-revert-buffer): New command.
3987 (doc-view-mode-map): Use it.
3989 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3991 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3992 pending merge is detected.
3994 2010-01-31 Juri Linkov <juri@jurta.org>
3996 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3997 beginning of interactive spec like all other grep commands do.
3998 Put "all" in front of "gz". (Bug#5260)
4000 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4002 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4004 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
4006 * dirtrack.el (dirtrack): Warn instead of signalling error if the
4007 regexp is incorrect (Bug#5476).
4009 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
4011 * net/tramp.el (tramp-handle-insert-directory): Handle also
4012 symlinks, when FILENAME is not in `default-directory'.
4014 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4016 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4017 FILE is not in `default-directory'. (Bug#5478)
4019 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4020 of SWITCHES. Handle the case, FILENAME is not in
4021 `default-directory'. (Bug#5478)
4022 (tramp-register-file-name-handlers): Add safe-magic property.
4024 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
4026 * arc-mode.el (archive-zip-extract): Quote the argument passed to
4029 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
4031 * progmodes/flymake.el (flymake-allowed-file-name-masks)
4032 (flymake-master-make-header-init): Add other C++ filename masks.
4033 (flymake-find-possible-master-files)
4034 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4036 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
4038 Fix some busybox annoyances.
4040 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4041 not responding." string.
4042 (tramp-open-connection-setup-interactive-shell): Dump stty
4043 settings. Enable "neveropen" arg for all `tramp-send-command'
4044 calls. Handle "=" in variable values properly.
4045 (tramp-find-inline-encoding): Raise an error, when no encoding is
4047 (tramp-wait-for-output): Check, whether PROC buffer is available.
4048 Remove spurious " ^H" sequences, sent by busybox.
4049 (tramp-get-ls-command): Suppress coloring, if possible.
4051 2010-01-28 Glenn Morris <rgm@gnu.org>
4053 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
4055 * log-edit.el (log-edit-strip-single-file-name): Add missing
4056 :safe, :group, and :version tags.
4058 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
4060 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4063 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
4065 * files.el (delete-directory): Handle moving to trash without
4066 first doing recursion (Bug#5436).
4068 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
4070 * vc-hooks.el (vc-path): Mark as obsolete.
4072 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
4074 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4077 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4079 (vc-bzr-log-view-mode): Adjust regexp for the above change.
4081 2010-01-25 Mark A. Hershberger <mah@everybody.org>
4083 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
4085 * vc-bzr.el (vc-bzr-revision-table): New function.
4087 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
4089 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4090 diff-index command. This requires at least git-1.5.5. (Bug#1589).
4092 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4094 Remove support for adding --signoff on commit.
4095 Future support will use an incompatible generic mechanism.
4096 * vc-git.el (vc-git-add-signoff): Remove variable.
4097 (vc-git-toggle-signoff): Remove function.
4098 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
4100 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
4101 from xterm-set-background-mode. Return t if the background mode
4103 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
4104 earlier, call it again in case the background mode has changed.
4106 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
4108 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
4111 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
4113 * emacs-lisp/assoc.el (aelement): Doc fix.
4114 (aput, adelete, amake): Use lexical-let (Bug#5450).
4116 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
4118 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
4119 is the same as subprogram call, not declaration. (Bug#5435).
4121 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
4123 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
4124 (tramp-smb-maybe-open-connection): Use it.
4126 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
4128 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
4130 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4132 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
4133 just because we see "encoding: 8bit".
4134 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
4136 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
4138 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
4140 2010-01-22 Eli Zaretskii <eliz@gnu.org>
4142 * jka-compr.el (jka-compr-load): If load-file is not in
4143 load-history, try its file-truename version. (bug#5447)
4145 2010-01-21 Alan Mackenzie <acm@muc.de>
4147 Fix a situation where deletion of a cpp construct throws an error.
4148 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
4149 invoking c-with-all-but-one-cpps-commented-out, check that the
4150 special cpp construct is still in the buffer.
4151 (c-parse-state): Record the special cpp with markers, not numbers.
4153 2010-01-21 Kenichi Handa <handa@m17n.org>
4155 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
4156 process last-command-event, as it is now decoded first (Bug#5380).
4158 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
4160 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
4162 2010-01-20 Glenn Morris <rgm@gnu.org>
4164 * indent.el (tab-always-indent): Fix custom-type.
4166 2010-01-19 Alan Mackenzie <acm@muc.de>
4168 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
4169 buffer throws "args out of range".
4170 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
4171 playing the role of delimiter.
4173 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
4175 * progmodes/ada-mode.el: Fix bug#5400.
4176 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
4177 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
4178 changed. Delete RECURSIVE parameter; never used. Improve doc string.
4179 Improve comments in "is" portion. Handle null procedure declaration.
4180 (ada-move-to-end): Improve doc string.
4182 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
4184 * ido.el (ido-cur-list): Initialize to nil.
4185 Remove obsolete information from commentary.
4186 (ido-choice-list): Initialize to nil.
4187 (ido-get-bufname): Reject minibuffers.
4188 (ido-make-buffer-list): If "default" is a nonexistent
4189 buffer, ignore it, as per the function's comment.
4190 (ido-kill-buffer-internal): New function.
4191 (ido-kill-buffer-at-head): Use it.
4192 (ido-visit-buffer): Likewise.
4194 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
4196 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
4198 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
4200 * cedet/ede/locate.el (ede-locate-file-in-project)
4201 (ede-locate-file-in-project-impl): Fix typos in docstrings.
4202 (ede-enable-locate-on-project): Fix typos in error messages.
4204 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
4205 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
4206 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
4207 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
4208 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
4209 Fix typos in menu help.
4211 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
4212 Fix typos in chart titles.
4214 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
4215 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
4216 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
4217 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
4218 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
4219 (semantic-parse-stream, semantic-parse-region)
4220 (semantic-parse-region-default, semantic--set-buffer-cache)
4221 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
4222 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
4223 (semantic-default-submodes):
4224 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
4225 (semanticdb-create-ebrowse-database)
4226 (semanticdb-find-tags-for-completion-method)
4227 (semanticdb-find-tags-by-class-method)
4228 (semanticdb-deep-find-tags-by-name-method)
4229 (semanticdb-deep-find-tags-for-completion-method):
4230 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
4231 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
4232 (semanticdb-find-tags-for-completion-method)
4233 (semanticdb-find-tags-by-class-method)
4234 (semanticdb-deep-find-tags-for-completion-method):
4235 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
4236 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4237 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4238 (semanticdb-find-tags-by-name-method)
4239 (semanticdb-find-tags-by-name-regexp-method)
4240 (semanticdb-find-tags-for-completion-method)
4241 (semanticdb-find-tags-by-class-method)
4242 (semanticdb-find-tags-external-children-of-type-method)
4243 (semanticdb-find-tags-subclasses-of-type-method)
4244 (semanticdb-deep-find-tags-by-name-method)
4245 (semanticdb-deep-find-tags-by-name-regexp-method)
4246 (semanticdb-deep-find-tags-for-completion-method):
4247 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4248 (semanticdb-enable-gnu-global-in-buffer)
4249 (semanticdb-find-tags-for-completion-method)
4250 (semanticdb-deep-find-tags-by-name-method)
4251 (semanticdb-deep-find-tags-for-completion-method):
4252 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
4253 (javascript-mode, semanticdb-find-translate-path)
4254 (semanticdb-find-tags-for-completion-method)
4255 (semanticdb-find-tags-by-class-method)
4256 (semanticdb-deep-find-tags-by-name-method)
4257 (semanticdb-deep-find-tags-for-completion-method)
4258 (semanticdb-find-tags-external-children-of-type-method):
4259 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
4260 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
4261 (global-semantic-idle-scheduler-mode):
4262 * cedet/srecode/dictionary.el (srecode-field-value)
4263 (srecode-dictionary-add-section-dictionary):
4264 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
4265 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
4266 (describe-class, eieio-describe-generic, describe-generic):
4267 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
4268 (eieio-speedbar-expand):
4269 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4270 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
4271 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
4272 (viper-del-backward-char-in-replace, viper-backward-indent)
4273 (viper-brac-function, viper-register-to-point, viper-submit-report):
4274 * net/tramp.el (tramp-remote-coding-commands):
4275 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
4276 Fix typos in docstrings.
4278 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4280 * mail/sendmail.el (mail-yank-original): Set the mark if the
4281 specified function for yanking does not do it.
4283 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
4285 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
4287 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
4288 resyncing a directory.
4290 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
4292 * progmodes/ada-mode.el: Fix bug#1920.
4293 (ada-ident-re): Delete ., allow multibyte characters.
4294 (ada-goto-label-re): New; matches goto labels.
4295 (ada-block-label-re): New; matches block labels.
4296 (ada-label-re): New; matches both.
4297 (ada-named-block-re): Deleted; callers changed to use
4298 `ada-block-label-re' instead.
4299 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
4300 Use `ada-block-label-re'.
4301 (ada-indent-on-previous-lines): Improve handling of goto labels.
4302 (ada-get-indent-block-start): Special-case block label.
4303 (ada-get-indent-label): Split into `ada-indent-block-label' and
4304 `ada-indent-goto-label'.
4305 (ada-goto-stmt-start, ada-goto-next-non-ws):
4306 Optionally ignore goto labels.
4307 (ada-goto-next-word): Simplify.
4308 (ada-indent-newline-indent-conditional): Insert newline before
4309 trying to fix indentation; doc fix.
4311 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
4313 * calc/calc.el (calc-command-flags): Give it an initial value.
4315 2010-01-17 Glenn Morris <rgm@gnu.org>
4317 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
4319 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4321 * cedet/semantic.el (semantic-mode):
4322 * files.el (minibuffer-with-setup-hook):
4323 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
4324 (artist-key-draw-continously, artist-key-do-continously-continously)
4325 (artist-key-set-point-continously, artist-mouse-draw-continously):
4326 Fix typos in docstrings.
4328 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
4330 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
4331 return t (Bug#3898).
4333 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
4335 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
4336 can parse the output of the external commands (Bug#5279).
4338 2010-01-16 Jari Aalto <jari.aalto@cante.net>
4340 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
4342 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
4344 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
4346 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
4348 * startup.el (command-line): Remove unused --icon-type arg.
4349 Handle --display arg, passing it to command-line-1 (Bug#5392).
4351 2010-01-16 Mario Lang <mlang@delysid.org>
4353 * cedet/ede/cpp-root.el (ede-cpp-root-project):
4354 * cedet/ede/files.el (ede-expand-filename):
4355 * cedet/ede/simple.el (ede-simple-project):
4356 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4357 (semantic-complete-inline-tag-engine):
4358 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4359 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
4360 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4361 * cedet/semantic/db.el (semanticdb-equivalent-mode):
4362 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
4363 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4364 * emacs-lisp/chart.el (chart-translate-namezone):
4365 * textmodes/artist.el (artist-compute-popup-menu-table):
4366 Remove duplicated words in doc-strings.
4368 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
4370 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
4371 to mairix-search to suppress threading (Bug#5342).
4373 2010-01-15 Kenichi Handa <handa@m17n.org>
4375 * international/mule-cmds.el (canonicalize-coding-system-name):
4376 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
4378 2010-01-15 Glenn Morris <rgm@gnu.org>
4380 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
4382 * wid-edit.el (widget-keymap): Doc fix.
4384 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
4385 former seems to be more widely accepted by various svn versions.
4387 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
4389 * find-cmd.el (find-constituents):
4390 * vc-arch.el (vc-arch-root):
4391 * window.el (window-body-height, pop-up-frames):
4392 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
4393 (semantic-no-reparse-needed-change-hook):
4394 * cedet/srecode/insert.el (srecode-resolve-argument-list)
4395 (srecode-template-inserter-blank, srecode-template-inserter-variable)
4396 (srecode-template-inserter-ask, srecode-template-inserter-width)
4397 (srecode-template-inserter-section-start)
4398 (srecode-template-inserter-section-end, srecode-insert-method):
4399 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
4400 * progmodes/ada-stmt.el (ada-if):
4401 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
4402 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
4403 (ispell-encoding8-command, ispell-aspell-supports-utf8)
4404 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
4406 * progmodes/flymake.el (flymake-post-syntax-check):
4407 Fix typo in error message.
4409 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
4411 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
4412 which is always a string. (Bug#5313)
4414 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
4416 * progmodes/ada-xref.el (ada-default-prj-properties):
4417 Simplify previous change.
4419 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4421 * progmodes/ada-xref.el (ada-default-prj-properties):
4422 Default ada_project_path to $ADA_PROJECT_PATH.
4424 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4426 * progmodes/ada-mode.el (ada-create-keymap):
4427 Override `narrow-to-defun' with `ada-narrow-to-defun'.
4429 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4431 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
4432 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
4433 (ada-get-current-indent, ada-imenu-generic-expression)
4434 (ada-which-function): Check for it.
4436 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4438 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
4439 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
4441 2010-01-14 Glenn Morris <rgm@gnu.org>
4443 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
4445 2010-01-14 Kenichi Handa <handa@m17n.org>
4447 * composite.el (auto-composition-mode): Make it a buffer local
4448 variable (permanent-local).
4449 (auto-composition-function): Set the default value to
4451 (auto-composition-mode): Make it a simple function, not a minor mode.
4452 (global-auto-composition-mode): Likewise.
4453 (turn-on-auto-composition-if-enabled): Delete it.
4455 2010-01-13 Karl Fogel <kfogel@red-bean.com>
4457 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
4459 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
4461 * files.el (copy-directory): Compute target for recursive
4462 directories with identical names. (Bug#5343)
4464 2010-01-12 Glenn Morris <rgm@gnu.org>
4466 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
4467 it to bug-gnu-emacs rather than emacs-pretest-bug.
4469 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
4471 * cedet/data-debug.el (data-debug): Fix customization group reference.
4473 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
4475 * cedet/semantic/analyze.el (semantic-analyze-push-error)
4476 (semantic-analyze-context, semantic-analyze-context-assignment)
4477 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
4478 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
4479 (semantic-java-doc-keywords-map):
4480 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
4481 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
4482 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
4483 (semantic-c-classname, semantic-format-tag-uml-prototype)
4484 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
4485 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
4486 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
4487 (semantic-get-local-variables, semantic-end-of-command)
4488 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
4490 * cedet/semantic/bovine/make.el (makefile-mode):
4491 * cedet/semantic/wisent/python.el (wisent-python-string-re)
4492 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
4493 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
4494 (semantic-lex, semantic-get-local-variables, python-mode):
4495 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
4496 * cedet/srecode/extract.el (srecode-extract-state-set)
4497 (srecode-extract-method): Fix typos in docstrings.
4499 2010-01-11 Sam Steingold <sds@gnu.org>
4501 * imenu.el (imenu-default-create-index-function): Detect infinite
4502 loops caused by imenu-prev-index-position-function.
4504 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
4506 * htmlfontify.el (htmlfontify-load-rgb-file)
4507 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
4508 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
4509 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
4510 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
4511 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
4512 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
4513 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
4514 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
4515 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
4516 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
4517 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
4518 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
4519 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
4520 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
4521 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
4522 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
4523 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
4524 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
4525 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
4526 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
4527 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
4528 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
4529 backslash-quoting from parentheses, etc.
4531 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
4533 * progmodes/js.el: Autoload javascript-mode alias.
4535 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
4537 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
4538 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
4539 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
4540 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
4541 Fix typos in docstrings.
4542 (ffap-url-regexp): Doc fix.
4543 (ffap-at-mouse): Fix typo in message.
4545 2010-01-11 Glenn Morris <rgm@gnu.org>
4547 * version.el (emacs-copyright): Set copyright year to 2010.
4549 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4551 * format.el (format-annotate-function): Only set
4552 write-region-post-annotation-function after running to-fn so as not to
4553 affect nested write-region calls (bug#5273).
4555 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
4557 * cedet/semantic.el (semantic-new-buffer-setup-functions):
4560 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
4563 2010-01-10 Richard Kim <emacs18@gmail.com>
4565 * cedet/semantic/wisent/python-wy.el:
4566 * cedet/semantic/wisent/python.el: New files.
4568 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
4570 * man.el (Man-goto-section): Signal error if the section is not
4573 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
4575 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
4576 URLs with a leading triple slash in the file: scheme. (Bug#5345)
4578 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
4580 * progmodes/compile.el: Don't treat compile-command as safe if
4581 compilation-read-command might be nil (Bug#4218).
4583 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
4585 * startup.el (command-line-1): Use orig-argi to check for ignored X and
4588 2010-01-08 Kenichi Handa <handa@m17n.org>
4590 * international/fontset.el (build-default-fontset-data):
4591 Exclude characters in scripts kana, hangul, han, or cjk-misc.
4593 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
4595 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
4596 to `create-file-buffer' as it expects, not just a buffer name.
4597 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
4598 to help uniquify. (Bug#3224)
4600 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
4602 * font-setting.el (font-setting-change-default-font): Use user-spec
4605 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4607 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
4609 2010-01-05 Tom Tromey <tromey@redhat.com>
4611 * progmodes/python.el (python-font-lock-keywords):
4612 Handle qualified decorators (Bug#881).
4614 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4616 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
4617 in a lightweight checkout.
4619 2010-01-05 Kenichi Handa <handa@m17n.org>
4621 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
4623 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4625 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
4627 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
4629 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
4630 checkouts. (Bug#618)
4631 (vc-bzr-log-view-mode): Also highlight the author.
4632 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4633 (vc-bzr-shelve-menu-map):
4634 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4635 (vc-bzr-shelve-apply): Make prompt more explicit.
4637 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4639 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4640 They are valid characters in URL paths (rfc3986), and at least
4641 Firefox does not understand the encoded version (Bug#3166).
4643 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
4645 * progmodes/octave-mod.el (octave-end-keywords)
4646 (octave-block-begin-or-end-regexp, octave-block-match-alist):
4647 Add "end" keyword (Bug#3061).
4648 (octave-end-as-array-index-p): New function.
4649 (calculate-octave-indent): Use it.
4651 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4653 * bookmark.el: Consistently put the text property on the bookmark name.
4654 (bookmark-bmenu-marks-width): Bump back to 2, to include
4656 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4657 property on the bookmark name, instead of not putting it at all.
4658 (bookmark-bmenu-list): Fix where we put the text property.
4660 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4662 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4663 for showing buffer modified state (as added in the previous change).
4665 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4667 * bookmark.el: Show modified state of bookmark buffer more accurately.
4668 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4669 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4670 (with-buffer-modified-unmodified): New macro.
4671 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4672 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
4673 Use new macro to preserve the buffer modified state.
4675 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4677 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
4678 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4679 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4680 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4681 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4682 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4683 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
4685 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4687 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4688 Make the lines in the generated doc string shorter. (Bug#4668)
4690 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
4692 * net/rcirc.el: Add follow-link binding (Bug#4738).
4694 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4696 * Makefile.in (bzr-update): Rename from cvs-update.
4697 (cvs-update): New target for backward compatibility.
4699 * makefile.w32-in (bzr-update): Rename from cvs-update.
4700 (cvs-update): New target for backward compatibility.
4702 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4704 * bookmark.el: Remove gratuitous gratitude.
4706 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4708 * bookmark.el (bookmark-bmenu-any-marks): New function
4709 (bookmark-bmenu-save): Clear buffer modification if no marks.
4711 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4713 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4714 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4715 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4716 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4718 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4719 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4720 To: emacs-devel {_AT_} gnu.org
4721 Subject: bookmark.el bug report
4722 Date: Mon, 28 Dec 2009 14:19:16 +0800
4723 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4725 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4727 * bookmark.el: Improvements suggested by Drew Adams:
4728 (bookmark-bmenu-ensure-position): New name for
4729 `bookmark-bmenu-check-position'. Just ensure the position,
4730 don't return any meaningful value.
4731 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4734 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
4736 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4737 (bookmark-yank-point, bookmark-bmenu-check-position):
4738 Fix typos in docstrings.
4739 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4740 (bookmark-name-from-full-record, bookmark-get-position)
4741 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4742 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4743 Remove useless quoting of parenthesis, etc. in docstrings.
4745 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4746 (ediff-append-custom-diff): Fix typo in error message.
4747 (ediff-meta-mark-equal-files): Fix typos in messages.
4749 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4751 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
4752 Fix typo in docstring.
4754 * net/imap-hash.el (imap-hash-make): Doc fix.
4755 (imap-hash-test): Fix typo in error message; reflow docstring.
4756 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4757 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4758 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4759 Fix typos in docstrings.
4760 (imap-hash-open-connection): Fix typo in error message.
4762 * play/gomoku.el (gomoku): Fix typos in docstring.
4764 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4765 (gdb-jsonify-buffer): Fix typos in docstring.
4766 (gdb-goto-breakpoint): Fix typo in error message.
4767 ("Display Other Windows"): Fix typo in help message.
4768 (gdb-speedbar-expand-node): Fix typo in question.
4770 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4771 (idlwave-html-system-help-location, idlwave-html-help-location)
4772 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4773 (idlwave-help-browser-generic-args, idlwave-help-directory)
4774 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4775 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4776 (idlwave-online-help, idlwave-help-html-link)
4777 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4778 Fix typos in docstrings.
4779 (idlwave-help-with-source, idlwave-help-find-routine-definition):
4781 (idlwave-help-assistant-start): Fix typo in error message.
4783 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4784 (octave-electric-space): Fix typos in docstrings.
4786 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4788 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4790 2010-01-01 Juri Linkov <juri@jurta.org>
4792 * comint.el (comint-input-ring-size): Make it a defcustom and
4793 increase the default to 500 (Bug#5148).
4795 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
4797 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4798 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4799 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4801 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
4803 Show working revision correctly for mercurial.
4804 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4805 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4807 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
4809 Declare some functions for the byte-compiler.
4810 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4811 (speedbar-timer-fn, speedbar-change-expand-button-char)
4812 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4814 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
4816 This changeset reverts GDB Graphical Interface to use annotations.
4817 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4819 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4821 Make vc-dir work on subdirectories of the bzr root.
4822 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
4823 file names relative to it.
4824 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4825 relative directory to vc-bzr-after-dir-status.
4827 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
4829 * font-lock.el (font-lock-refresh-defaults): New function, which
4830 can be used to let font-lock react to external changes in
4831 variables like font-lock-defaults and keywords.
4832 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4834 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
4836 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4838 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4840 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
4842 Supersede color.diff settings in git log (bug#5211).
4844 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4845 escape chars in its output when the user has color.diff set to `always'.
4846 This fix works on git 1.4.2 and newer (released on 2006-08-13).
4848 2009-12-26 Kevin Ryde <user42@zip.com.au>
4850 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4851 node. Keep previous "Index" name to work with past coreutils too.
4853 * man.el (man): Revise docstring a bit to show -a and -l as
4854 examples. Add -k description since support for it has otherwise
4855 been a secret. (Further to bug#3717.)
4856 (Man-bgproc-sentinel): When "-k foo" produces no output show error
4857 "no matches" rather than "Can't find manpage", as the latter reads
4858 like -k was interpreted as a page name, which is not so. (Bug#5431)
4860 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
4862 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4863 switches. Check also for //SUBDIRED// line.
4865 2009-12-25 Kenichi Handa <handa@m17n.org>
4867 * language/indian.el (devanagari-composable-pattern): Fixed to
4868 handle ZWNJ and ZWJ. Use it in composition-function-table for
4870 (malayalam-composable-pattern): Fix previous change.
4872 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4874 * ps-print.el (ps-face-attributes): It was not returning the
4875 attribute face for faces specified as string. Reported by harven
4877 (ps-print-version): New version 7.3.5.
4879 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
4881 * calendar/icalendar.el (icalendar--convert-tz-offset):
4883 (icalendar--convert-tz-offset): Fix the "last-day-problem".
4884 (icalendar--add-diary-entry): Remove the trailing blank that
4885 diary-make-entry inserts.
4887 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
4889 Make `file-expand-wildcards' work for remote files.
4891 * files.el (file-expand-wildcards): In case of remote files, check
4892 only local file name part for wildcards. Provide feature 'files
4893 and subfeature 'remote-wildcards. (Bug#5198)
4895 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4896 if there is already an established connection.
4897 (tramp-advice-file-expand-wildcards): Remove it.
4899 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4900 (tramp-advice-file-expand-wildcards): Move from tramp.el.
4901 Activate advice for older GNU Emacs versions. (Bug#5237)
4903 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
4905 Some doc fixes (more needed).
4907 * find-cmd.el (find-constituents): Reflow docstring.
4908 (find-cmd, find-prune, find-command): Fix typos in docstrings.
4909 (find-generic): Doc fix.
4911 2009-12-17 Juri Linkov <juri@jurta.org>
4913 Fix regression from 23.1 to allow multiple modes in Local Variables.
4915 * files.el (hack-local-variables-filter): While ignoring duplicates,
4916 don't take `mode' into account.
4917 (hack-local-variables-filter, hack-dir-local-variables):
4918 Don't remove duplicate `mode' from local-variables-alist (like `eval').
4920 2009-12-17 Juri Linkov <juri@jurta.org>
4922 Make `dired-diff' safer. (Bug#5225)
4924 * dired-aux.el (dired-diff): Signal an error when `file' equals to
4925 `current' or when `file' is a directory of the `current' file.
4927 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
4929 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4930 unconditionally preloaded files.
4932 2009-12-16 Juri Linkov <juri@jurta.org>
4934 Revert to old 23.1 logic of using the file at the mark as default.
4935 * dired-aux.el (dired-diff): Use the file at the mark as default
4936 if it's not the same as the current file, and the target dir is
4937 the current dir or the mark is active. Add the current file
4938 as the arg of `dired-dwim-target-defaults'. Use the default file
4939 in the prompt. (Bug#5225)
4941 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
4943 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4944 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4945 (tramp-check-for-regexp): Check also, when an echoing shell stops
4946 to echo sent commands.
4948 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4950 * Makefile.in: Revert last change (Bug#5191).
4952 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4954 * vc-hg.el (vc-hg-print-log): Fix argument order.
4955 (vc-hg-working-revision): Make sure the command is executed in a
4956 known environment so that we can parse the output. (Bug#4417)
4958 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4960 * progmodes/python.el (python-symbol-completions): Remove text
4961 properties from symbol string before calling python-send-receive.
4963 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
4965 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4966 when there are values for both file and line. (Bug#5060)
4968 2009-12-14 Juri Linkov <juri@jurta.org>
4970 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4971 whitespace after the file name of the first line of unified format,
4972 because git-diff doesn't output whitespace and file modification time
4973 after the file name.
4975 2009-12-14 David Kastrup <dak@gnu.org>
4977 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4978 check if it already has the `display' property added by
4979 `Info-display-images-node', and not put the `invisible' property
4982 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4984 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4985 (semantic-mru-bookmark-mode): Doc fixes.
4987 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
4990 2009-12-13 Glenn Morris <rgm@gnu.org>
4992 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4993 (report-emacs-bug): In message-mode, sort manually before storing
4994 original report text. (Bug#5178)
4995 Remove superfluous save-excursion.
4997 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
4999 * net/dbus.el (dbus-property-handler): Filter lambda forms out
5000 when responding to "GetAll" properties.
5002 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
5004 * simple.el (compose-mail): Remove mail-setup-with-from from
5005 customization checks.
5007 2009-12-12 Eli Zaretskii <eliz@gnu.org>
5009 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5010 RAR archives created on Unix systems.
5012 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5014 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5015 the varalias that was accidentally removed by the 2009-11-19 change
5018 2009-12-12 Kenichi Handa <handa@m17n.org>
5020 * language/indian.el (indian-compose-regexp): New function.
5021 (malayalam-composable-pattern): Fix the pattern.
5022 (composition-function-table): Set malayalam-composable-pattern for
5023 Malayalam characters.
5025 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
5027 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5028 rather than down-mouse-1, based on follow-link conventions.
5030 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5033 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
5035 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5036 (verilog-vmm-statement-re, verilog-ovm-statement-re)
5037 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5038 (verilog-leap-to-head, verilog-backward-token):
5039 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
5041 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
5043 * progmodes/verilog-mode.el (verilog-auto-lineup)
5044 (verilog-nameable-item-re): Cleanup user-visible spelling and
5045 documentation errors. One reported by Gary Delp.
5046 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5047 (verilog-read-decls): Fix AUTOWIRE with types declared in a
5048 package, bug195. Reported by Pierre-David Pfister.
5050 2009-12-11 Glenn Morris <rgm@gnu.org>
5052 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5054 * mail/emacsbug.el: No longer require sendmail.
5055 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
5056 (report-emacs-bug-orig-text): Doc fix.
5057 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5058 New local variables, to adapt to different mail-user-agents.
5059 (report-emacs-bug): Fix test for a gnu.org address.
5060 Use overlays for emphasis, since font-lock defeats 'face property.
5061 Pretest bugs also end up at the newsgroup these days.
5062 Stop message-mode stripping text properties.
5063 Set and use the new buffer-local variables.
5064 (report-emacs-bug-hook): Add doc-string.
5065 Remove some unnecessary save-excursions and simplify.
5066 Use the appropriate hook and send-command.
5068 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5069 capitalization of some menu entries.
5071 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5073 * whitespace.el (whitespace-display-char-on):
5074 Ensure `buffer-display-table' is unique when two or more windows are
5075 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
5078 2009-12-10 Eli Zaretskii <eliz@gnu.org>
5080 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
5081 characters in the Attribute field.
5083 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
5085 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
5087 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5089 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
5090 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5091 Disregard autoload-excludes.
5092 (update-directory-autoloads): Obey autoload-excludes here instead.
5093 But don't store its contents in no-autoloads and remove entries that
5094 refer to excludes files.
5096 2009-12-10 Glenn Morris <rgm@gnu.org>
5098 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
5099 (expand-mail-aliases): Define for compiler.
5101 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
5102 Define for compiler.
5104 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
5105 appropriate for the mail-user-agent in use.
5107 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
5109 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
5111 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
5113 Fix short log parsing and fontification.
5114 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
5115 Fix fontification for the [merge] label.
5117 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
5119 Drop some properties to avoid surprises (bug#5002).
5120 * htmlfontify.el (hfy-ignored-properties): New defcustom.
5121 (hfy-fontify-buffer): Use it.
5123 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
5126 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
5128 (ffap-locate-file): Remove unused arg `dir-ok' and make other
5129 args compulsory. Adjust callers.
5130 (ffap-gopher-at-point): Remove unused var `name'.
5132 Get rid of the ELCFILES abomination.
5133 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5134 (compile-elcfiles): New phony target.
5135 (compile-main): Compute ELCFILES dynamically.
5136 (compile-clean): New target to remove left-over elc files.
5137 (compile, all): Use it.
5139 2009-12-09 Kenichi Handa <handa@etlken>
5141 * international/mule-diag.el: Require help-mode instead of help-fns.
5143 2009-12-09 Kenichi Handa <handa@m17n.org>
5145 * international/mule-cmds.el (ucs-names): Supply sufficiently
5146 fine ranges instead of pre-calculating accurate ranges.
5147 Iterate with bigger gc-cons-threshold.
5149 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
5151 Add support for stashing a snapshot of the current tree.
5152 * vc-git.el (vc-git-stash-snapshot): New function.
5153 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
5155 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
5157 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
5158 instead of `(beginning|end)-of-line'.
5160 2009-12-08 Glenn Morris <rgm@gnu.org>
5162 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
5164 * Makefile.in (ELCFILES): Regenerate.
5166 2009-12-07 Juri Linkov <juri@jurta.org>
5168 Don't lazy-highlight the comint output in history Isearch mode.
5170 * comint.el (comint-history-isearch-search): Instead of
5171 `comint-line-beginning-position', use `comint-after-pmark-p'
5172 to check if point if before the process mark, and go to
5173 `process-mark' in this case.
5175 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5177 * textmodes/tex-mode.el (latex-complete)
5178 (latex-indent-or-complete): Remove.
5179 (latex-mode): Set completion-at-point-functions instead.
5181 Provide a standard completion command and hook it into TAB.
5182 * minibuffer.el (completion-at-point-functions): New var.
5183 (completion-at-point): New command.
5184 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
5185 * progmodes/python.el (python-mode-map): Use completion-at-point.
5186 (python-completion-at-point): Rename from python-partial-symbol and
5187 adjust for use in completion-at-point-functions.
5188 (python-mode): Setup completion-at-point for Python completion.
5189 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
5190 extracted from lisp-complete-symbol.
5191 (lisp-complete-symbol): Use it.
5192 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
5193 setup completion-at-point for Elisp completion.
5194 (emacs-lisp-mode-map, lisp-interaction-mode-map):
5195 Use completion-at-point.
5196 * ielm.el (ielm-map): Use completion-at-point.
5197 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
5198 * progmodes/sym-comp.el: Move to...
5199 * obsolete/sym-comp.el: Move from progmodes.
5201 2009-12-07 Eli Zaretskii <eliz@gnu.org>
5203 Prevent save-buffer in Rmail buffers from using the coding-system
5204 of the current message, and from clobbering the encoding mnemonics
5205 in the mode line (Bug#4623).
5207 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
5209 (rmail-message-encoding): New variable.
5210 (rmail-write-region-annotate): Record the encoding of the current
5211 message in rmail-message-encoding.
5212 (rmail-after-save-hook): New function, restores the encoding of
5213 the current message after the message collection is saved.
5215 2009-12-07 Juri Linkov <juri@jurta.org>
5217 * progmodes/grep.el (grep-read-files): Use `completing-read'
5218 instead of `read-string'. Set its `collection' arg to
5219 `read-file-name-internal'. (Bug#4301)
5221 2009-12-07 Juri Linkov <juri@jurta.org>
5223 Correctly restore original Isearch point. (Bug#4994)
5225 * isearch.el (isearch-mode): Move `isearch-push-state' after
5226 `(run-hooks 'isearch-mode-hook)'.
5227 (isearch-cancel): When `isearch-push-state-function' is defined,
5228 let-bind `isearch-cmds' to the first state (the last element of
5229 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
5230 function and restores the original point). Otherwise, move point
5231 to `isearch-opoint'.
5233 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5235 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
5236 chars that don't have names, so the table can be built much faster at
5239 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
5241 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5242 change. Suggested by David Kastrup.
5244 * simple.el (compose-mail): Check for incompatibilities and warn.
5245 (compose-mail-user-agent-warnings): New option.
5247 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5249 Support showing a single log entry from vc-annotate.
5250 * vc.el (print-log): Add a new argument: START-REVISION.
5251 (vc-print-log-internal): Add a new optional argument and
5252 pass it to the backend.
5253 (vc-print-log, vc-print-root-log): Adjust callers.
5254 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
5255 buffer already displays the requested log entry, use it.
5256 Otherwise display only the log entry in question.
5257 * vc-svn.el (vc-svn-print-log):
5258 * vc-mtn.el (vc-mtn-print-log):
5259 * vc-hg.el (vc-hg-state):
5260 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
5261 (vc-git-show-log-entry): Return t on success.
5262 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
5263 (vc-bzr-show-log-entry): Return t on success.
5264 * vc-rcs.el (vc-rcs-print-log):
5265 * vc-sccs.el (vc-sccs-print-log):
5266 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
5268 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5270 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
5271 Add menus to the meta mode. (Bug#5043)
5273 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
5275 * ediff-init.el (ediff-event-key): Use event-to-character instead of
5278 * ediff.el (ediff-buffers-internal): Add unwind-protect.
5280 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
5282 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
5283 Berbain <raphael.berbain@gmail.com>.
5285 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
5287 (tramp-initial-end-of-output): New defconst.
5288 (tramp-methods, tramp-find-shell)
5289 (tramp-open-connection-setup-interactive-shell)
5290 (tramp-maybe-open-connection): Use it.
5291 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
5292 existence of `#' and `$'.
5294 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
5295 `tramp-initial-end-of-output'.
5297 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5299 Get the background mode from the terminal for xterm, and set
5301 * term/xterm.el (xterm-set-background-mode): New function.
5302 (terminal-init-xterm): Use it in case xterm supports background
5303 color queries. Recompute faces after getting the background
5306 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
5308 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
5309 number comment back on its own line, for easier parsing.
5311 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5313 Make it work for non-file buffers (bug#5102).
5314 * doc-view.el (doc-view-current-cache-dir):
5315 Use doc-view-buffer-file-name rather than buffer-file-name.
5316 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
5318 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
5320 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
5321 author field is too short.
5323 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
5325 * vc-git.el (vc-git-print-log): Handle a limit argument.
5326 Display the short log in graph form and with labels.
5327 (vc-git-log-view-mode): Handle labels.
5329 Make vc-revert change VC state from 'added to 'unregistered.
5330 * vc-git.el (vc-git-revert): Call git reset first.
5332 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
5334 * net/newst-backend.el, net/newst-plainview.el:
5335 * net/newst-reader.el, net/newst-ticker.el:
5336 * net/newst-treeview.el, net/newsticker.el:
5337 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
5339 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
5341 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
5343 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
5344 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
5345 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5346 Update annotation regexp.
5348 * simple.el (beginning-of-visual-line): Constrain to field
5349 boundaries (Bug#5106).
5351 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
5353 * xml.el (xml-substitute-numeric-entities): Move
5354 newsticker--decode-numeric-entities in newst-backend.el to
5355 xml-substitute-numeric-entities in xml.el. (Bug#5008)
5356 * net/newst-backend.el (newsticker--parse-generic-feed)
5357 (newsticker--parse-generic-items)
5358 (newsticker--decode-numeric-entities): Move
5359 newsticker--decode-numeric-entities in newst-backend.el to
5360 xml-substitute-numeric-entities in xml.el. (Bug#5008)
5362 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
5364 * progmodes/js.el (js--js-not): Add null to the list of values.
5366 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
5368 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
5370 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5372 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
5373 delimiter if it is at the end of the current line.
5374 (bibtex-generate-url-list): Fix docstring.
5376 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5378 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
5379 minibuffer's content with itself.
5380 Fold the confirm-after-completion case into the `confirm' case.
5381 (completion-pcm-word-delimiters): Add : and / to the delimiters.
5383 2009-12-06 Kevin Ryde <user42@zip.com.au>
5385 * ffap.el (ffap-rfc-path): Make this a defcustom since
5386 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
5388 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
5389 manuals, similar to existing setup for help-mode. (Bug#3913.)
5391 2009-12-05 Juri Linkov <juri@jurta.org>
5393 Save and restore dired buffer's point positions too. (Bug#4880)
5395 * dired.el (dired-save-positions): Return in the first element
5396 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
5398 (dired-restore-positions): First restore buffer's position.
5399 While restoring window's positions, check if window still displays
5400 the original buffer.
5402 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
5404 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
5407 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
5408 Make argument optional.
5410 * shell.el (shell): Require ansi-color (Bug#5113).
5412 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
5414 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
5416 2009-12-05 Alan Mackenzie <acm@muc.de>
5418 * progmodes/cc-mode.el (c-before-hack-hook)
5419 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
5420 `c-file-style' to work again. This reversion restores the current
5421 software to its state in Emacs 23.1. (Bug#4146)
5423 2009-12-05 Kevin Ryde <user42@zip.com.au>
5425 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
5426 comment-start-skip to comment-end-skip as comment (Bug#4781).
5428 2009-12-05 Juri Linkov <juri@jurta.org>
5430 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
5431 for virtual nodes. (Bug#4147)
5432 (Info-find-node-2): Set `Info-current-node-virtual' to nil
5433 when moving from a virtual node.
5434 (Info-mode-menu): Add `Info-virtual-index' to the menu.
5435 (Info-mode): Add `Info-virtual-index' to the docstring.
5437 2009-12-05 Eric Ludlam <zappo@gnu.org>
5439 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5440 Describe project macro symbols.
5442 * cedet/semantic/complete.el (semantic-complete-do-completion):
5443 Don't call semantic-collector-current-exact-match.
5445 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
5446 ede-objects as targets.
5448 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
5449 a target's object list even if compiler vars are already in the
5452 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
5453 list of headers producing necessary macros.
5455 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5457 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
5458 track of the buffer position of the end of a BibTeX entry as this
5459 position may change during reformatting.
5460 (bibtex-format-entry): Remove whitespace before processing
5461 numerical fields so that we recognize the latter properly.
5462 (bibtex-reformat): Do not use push which changes the global value
5463 of bibtex-entry-format.
5464 (bibtex-field-braces-alist, bibtex-field-strings-alist)
5465 (bibtex-field-re-init): Replace only space characters by regexp
5467 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
5468 (bibtex-initialize): Also update bibtex-strings.
5469 (bibtex-kill-field): Preserve white space at end of entry.
5470 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
5471 Update bibtex-reference-keys.
5473 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5475 * minibuffer.el (completion-pcm--merge-try): Also consider placing
5476 point after a star, if that's the only place where modifications can
5479 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
5481 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
5484 2009-12-04 Juri Linkov <juri@jurta.org>
5486 * proced.el (proced): Call `(proced-update t)' to update process
5487 information instead of only running proced-post-display-hook.
5488 (proced-send-signal): Add a leading space to the buffer name
5489 " *Marked Processes*" to make this buffer ephemeral.
5491 2009-12-04 Juri Linkov <juri@jurta.org>
5493 * dired.el (dired-auto-revert-buffer): New defcustom.
5494 (dired-internal-noselect): Use it.
5496 2009-12-04 Juri Linkov <juri@jurta.org>
5498 Change roles of modes and functions in image-mode.el (Bug#5062).
5500 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
5501 in `auto-mode-alist'.
5502 (image-mode-previous-major-mode): New variable.
5503 (image-minor-mode-map): Rename from `image-mode-text-map'.
5504 (image-mode): Move graceful error-handling code from
5505 `image-minor-mode' to here. On errors call `image-mode-as-text'.
5506 (image-minor-mode): Remove all image-handling code.
5507 Replace `image-mode-text-map' with `image-minor-mode-map'.
5508 Check for `image-type' in mode-line format string.
5509 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
5510 (image-mode-as-text): New function with most code from
5512 (image-toggle-display-text): Move code that removes image
5513 properties from `image-toggle-display' to here.
5514 (image-toggle-display-image): New function with code that adds
5515 image properties copied from `image-toggle-display'.
5516 (image-toggle-display): Remove most code with leaving only code
5517 that toggles between `image-mode-as-text' and `image-mode'.
5519 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
5521 * net/newst-treeview.el
5522 (newsticker--treeview-list-highlight-start): Restored call to
5523 save-excursion: Selected item was stuck.
5524 (newsticker--treeview-list-select): New.
5525 (newsticker--treeview-item-show-text)
5526 (newsticker--treeview-item-show)
5527 (newsticker--treeview-item-update): Use new
5528 newsticker-treeview-item-mode.
5529 (newsticker-treeview-update): Keep current item.
5530 (newsticker-treeview-next-new-or-immortal-item): Doc change.
5531 (newsticker--treeview-first-feed): Doc change.
5532 (newsticker-treeview-list-menu)
5533 (newsticker-treeview-item-menu): Added menu entries.
5534 (newsticker-treeview-item-mode): New.
5536 * net/newst-backend.el (newsticker-customize): Delete other
5539 2009-12-04 Sam Steingold <sds@gnu.org>
5541 * log-view.el (log-view-mode-map): "q" calls quit-window,
5542 like in all the other non-self-insert buffers.
5544 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5547 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
5548 key decoding rather than do it manually via last-input-event +
5550 (term-exec): Use delete-and-extract-region.
5551 (term-handle-ansi-terminal-messages): Remove unused var `end'.
5552 (term-process-pager): Remove unused var `i'.
5553 (term-dynamic-simple-complete): Make obsolete.
5554 (serial-update-config-menu): Remove unused vars `y' and `str'.
5555 (term-update-mode-line): Remove unused var `temp'.
5557 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5559 Limit the number of log entries displayed by default.
5560 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
5561 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
5562 using a prefix argument.
5564 2009-12-03 Glenn Morris <rgm@gnu.org>
5566 * progmodes/idlwave.el (class): Restore still useful declaration.
5568 2009-12-03 Alan Mackenzie <acm@muc.de>
5570 Enhance `c-parse-state' to run efficiently in "brace deserts".
5572 * progmodes/cc-mode.el (c-basic-common-init):
5573 Call c-state-cache-init.
5574 (c-neutralize-syntax-in-and-mark-CPP): Rename from
5575 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
5576 placing `category' properties value 'c-cpp-delimiter at its boundaries.
5578 * progmodes/cc-langs.el (c-before-font-lock-function):
5579 c-extend-and-neutralize-syntax-in-CPP has been renamed
5580 c-neutralize-syntax-in-and-mark-CPP.
5582 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
5583 with `category' properties now, not `syntax-table' ones.
5585 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
5586 enhanced (but slower) version of c-end-of-macro that won't land
5587 inside a literal or on another awkward character.
5588 (c-state-cache-too-far, c-state-cache-start)
5589 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
5590 (c-state-nonlit-pos-cache-limit, c-state-point-min)
5591 (c-state-point-min-lit-type, c-state-point-min-lit-start)
5592 (c-state-min-scan-pos, c-state-brace-pair-desert)
5593 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
5594 buffer local variables.
5595 (c-state-literal-at, c-state-lit-beg)
5596 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
5597 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
5598 (c-state-cache-top-paren, c-state-cache-after-top-paren)
5599 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
5600 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
5601 (c-renarrow-state-cache)
5602 (c-append-lower-brace-pair-to-state-cache)
5603 (c-state-push-any-brace-pair, c-append-to-state-cache)
5604 (c-remove-stale-state-cache)
5605 (c-remove-stale-state-cache-backwards, c-state-cache-init)
5606 (c-invalidate-state-cache-1, c-parse-state-1)
5607 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
5608 (c-parse-state): Enhance and refactor.
5609 (c-debug-parse-state): Amend to deal with all the new variables.
5611 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
5612 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
5613 modify to use category text properties rather than syntax-table ones.
5614 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
5615 to switch off/on the syntactic paren property of C++ template
5616 delimiters using the category property.
5617 (c-with-<->-as-parens-suppressed): Macro to invoke code with
5618 template delims suppressed.
5619 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
5620 New constant/macros which apply category properties to the start
5621 and end of preprocessor constructs.
5622 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
5623 "comment out" the syntactic value of characters in preprocessor
5625 (c-with-cpps-commented-out)
5626 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
5627 with characters in all or all but one preprocessor constructs
5630 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5632 * proced.el (proced-filter-alist): Use regexp-quote.
5634 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
5637 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
5638 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
5639 arguments. Expand `default-directory'.
5641 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
5642 the benefit of returning an expanded localname.
5643 (tramp-tramp-file-p): Handle the case NAME is not a string.
5645 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5647 Add support for bzr shelve/unshelve.
5648 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5649 (vc-bzr-extra-menu-map): New variables.
5650 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
5651 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
5652 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
5653 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
5654 (vc-bzr-dir-extra-headers): Display shelves.
5656 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
5658 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5660 * textmodes/bibtex.el (bibtex-complete-internal):
5661 Use completion-in-region.
5662 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
5664 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5666 Support applying stashes. Improve UI.
5667 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5668 (vc-git-stash-apply, vc-git-stash-pop)
5669 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5670 (vc-git-stash-menu): New functions.
5671 (vc-git-stash-menu-map): New variable.
5672 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5674 2009-12-03 Glenn Morris <rgm@gnu.org>
5676 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5677 (vc-print-log-internal): Fix previous change.
5678 (vc-revert): Correct pluralization.
5680 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5682 * progmodes/make-mode.el (makefile-special-targets-list): No need for
5683 it to be an alist any more.
5684 (makefile-complete): Use completion-in-region.
5686 * progmodes/octave-mod.el (octave-complete-symbol):
5687 Use completion-in-region.
5690 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5691 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5692 (idlwave-complete-class): Don't quote lambda.
5693 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5694 (idlwave-mode-map): Move initialization into declaration.
5695 (idlwave-action-and-binding): Use backquotes.
5696 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5698 (idlwave-is-pointer-dereference): Remove unused var `pos'.
5699 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5700 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5701 `parts', and `all-parts'.
5702 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5703 (idlwave-convert-xml-system-routine-info): Remove unused string
5705 (idlwave-display-user-catalog-widget): Use dolist.
5706 (idlwave-scanning-lib): Declare dynamically-scoped var.
5707 (idlwave-scan-library-catalogs): Remove unused var `flags'.
5708 (completion-highlight-first-word-only): Declare to silence bytecomp.
5709 (idlwave-popup-select): Tighten scope of `resp'.
5710 (idlwave-find-struct-tag): Remove unused var `beg'.
5711 (idlwave-after-load-rinfo-hook): Declare.
5712 (idlwave-sintern-class-info): Remove unused var `taglist'.
5713 (idlwave-find-class-definition): Remove unused var `list'.
5714 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5715 (idlwave-what-module-find-class): Remove unused var `classes'.
5717 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
5719 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5721 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5723 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5724 buffers visited. Remove redundant current-buffer-saving.
5726 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5728 Use completion-in-buffer and remove uses of dynamic scoping.
5729 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5730 (pascal-buffer-to-use, pascal-flag): Don't declare.
5731 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5732 (pascal-get-completion-decl, pascal-keyword-completion):
5733 Add `pascal-str' argument, save-excursion,
5734 return the found completions, and don't filter with pascal-pred.
5735 (pascal-completion-cache): New var.
5736 (pascal-completion): Don't switch buffer any more (it was never
5737 necessary). Don't save-excursion any more (it's done by the called
5738 subroutines). Use a cache to avoid redundant computations.
5739 Use complete-with-action rather than pascal-completion-response and
5740 let it apply the predicate as well.
5741 (pascal-complete-word): Use completion-in-buffer when
5742 pascal-toggle-completions is nil.
5743 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5745 (pascal-comp-defun): Don't change buffer any more.
5746 Use complete-with-action rather than pascal-completion-response and
5747 let it apply the predicate as well.
5748 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5751 2009-12-02 Kenichi Handa <handa@m17n.org>
5753 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5754 shape for all Indic scripts.
5756 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5758 Use completion-in-buffer.
5759 * wid-edit.el (widget-field-text-end): New function.
5760 (widget-field-value-get): Use it.
5761 (widget-string-complete, widget-file-complete)
5762 (widget-color-complete): Use it and completion-in-region.
5763 (widget-complete): Don't narrow the buffer.
5765 2009-12-02 Glenn Morris <rgm@gnu.org>
5767 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
5768 (rmail-select-summary): Use rmail-pop-to-buffer.
5769 * mail/rmailsum.el: Replace all pop-to-buffer calls with
5770 rmail-pop-to-buffer, to prevent horizontal splits.
5772 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5773 save-excursion with save-current-buffer.
5774 Widen before searching. (Bug#5093)
5775 (diary-list-sexp-entries): Remove superfluous save-excursion.
5777 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
5779 * woman.el (woman-make-bufname): Handle man-pages with "." in the
5782 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
5784 * ido.el (ido-file-internal): Handle filenames at point that do
5785 not have a directory part. (Bug#5049)
5787 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
5789 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5790 (mpc-songs-jump-to, mpc-resume): Doc fixes.
5792 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
5794 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5795 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5798 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5800 * comint.el (comint-insert-input): Ignore clicks to the right of
5801 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5803 * vc.el (vc-print-log-internal): Don't wait for the process to
5804 terminate before setting up the major mode.
5806 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5809 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5812 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5814 2009-12-01 Glenn Morris <rgm@gnu.org>
5816 * window.el (window--display-buffer-2): Fix previous changes.
5818 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
5820 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5822 2009-12-01 Glenn Morris <rgm@gnu.org>
5824 * Makefile.in (ELCFILES): Add mpc.elc.
5826 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5830 2009-12-01 Glenn Morris <rgm@gnu.org>
5832 * window.el (window-to-use): Define for compiler.
5834 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5835 consistent with others (no final period).
5837 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5838 (rmail-mime-show): Downcase the encoding. (Bug#5070)
5840 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
5842 Make vc-print-log buttons work.
5843 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5845 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
5847 * savehist.el (savehist-autosave-interval): Allow setting to nil
5848 through customize. (Bug#5056)
5850 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
5852 Fix references to jit-lock properties.
5853 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5854 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5855 (perl-font-lock-special-syntactic-constructs):
5856 Quote jit-lock-defer-multiline property.
5858 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
5860 * vc-git.el (vc-git-registered): Call vc-git-root only once.
5862 2009-11-30 Juri Linkov <juri@jurta.org>
5864 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5865 value `buffer' of `multi-isearch-next-buffer-current-function'.
5866 Use `(current-buffer)' when `buffer' is nil.
5867 (multi-isearch-next-buffer-from-list): Don't fallback to
5868 `(current-buffer)' when `buffer' is nil. (Bug#4947)
5870 2009-11-30 Juri Linkov <juri@jurta.org>
5872 * misearch.el (multi-isearch-read-buffers): Move canonicalization
5873 of buffers with `get-buffer' to `multi-isearch-buffers'.
5874 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5875 Canonicalize BUFFERS with `get-buffer'. Doc fix.
5876 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5877 FILES with `expand-file-name' converting relative file names
5878 to absolute. Doc fix. (Bug#4727)
5880 2009-11-30 Juri Linkov <juri@jurta.org>
5882 * misearch.el (multi-isearch-read-buffers)
5883 (multi-isearch-read-matching-buffers): New functions.
5884 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5885 Use them in the `interactive' spec. Doc fix.
5886 (multi-isearch-read-files, multi-isearch-read-matching-files):
5888 (multi-isearch-files, multi-isearch-files-regexp):
5889 Use them in the `interactive' spec. Doc fix. (Bug#4725)
5891 2009-11-30 Juri Linkov <juri@jurta.org>
5893 * doc-view.el (doc-view-continuous):
5894 Rename from `doc-view-continuous-mode'.
5895 (doc-view-menu): Move "Toggle display" to the top.
5896 Add submenu "Continuous" with radio buttons "Off"/"On"
5897 and "Save as Default".
5898 (doc-view-scroll-up-or-next-page)
5899 (doc-view-scroll-down-or-previous-page)
5900 (doc-view-next-line-or-next-page)
5901 (doc-view-previous-line-or-previous-page): Rename
5902 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
5904 2009-11-30 Juri Linkov <juri@jurta.org>
5906 * comint.el (comint-mode-map): Rebind `M-r' from
5907 `comint-previous-matching-input' to
5908 `comint-history-isearch-backward-regexp'.
5909 Unbind `M-s' to allow global key binding `M-s'.
5910 Add menu items for `comint-history-isearch-backward' and
5911 `comint-history-isearch-backward-regexp'. (Bug#3746)
5913 2009-11-30 Juri Linkov <juri@jurta.org>
5915 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5916 For def=recenter, replace `recenter' with `recenter-top-bottom'
5917 that is called with `this-command' and `last-command' let-bound
5918 to `recenter-top-bottom'. When the last `def' was not `recenter',
5919 set `recenter-last-op' to nil. (Bug#4981)
5921 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5923 Minor cleanup and simplification.
5924 * filecache.el (file-cache-add-directory)
5925 (file-cache-add-directory-recursively)
5926 (file-cache-add-from-file-cache-buffer)
5927 (file-cache-delete-file-regexp, file-cache-delete-directory)
5928 (file-cache-files-matching-internal, file-cache-display): Use dolist.
5929 (file-cache-temp-minibuffer-message): Delete function.
5930 (file-cache-minibuffer-complete): Use minibuffer-message instead.
5932 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5933 Don't signal an error when bumping into EOB in tr, s, or y.
5935 2009-11-29 Juri Linkov <juri@jurta.org>
5937 * startup.el (fancy-about-text): Fix wording of Guided Tour.
5940 * descr-text.el (describe-char-unidata-list): Use lowercase name
5941 for "Unicode name" like in other tags.
5943 2009-11-29 Juri Linkov <juri@jurta.org>
5945 * ediff-util.el (ediff-minibuffer-with-setup-hook):
5946 New compatibility macro.
5947 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5949 2009-11-29 Juri Linkov <juri@jurta.org>
5951 Add defcustom to define the cycling order of `recenter-top-bottom'.
5954 * window.el (recenter-last-op): Doc fix.
5955 (recenter-positions): New defcustom.
5956 (recenter-top-bottom): Rewrite to use `recenter-positions'.
5957 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5959 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5961 Improve integration of Tramp and ange-ftp in eshell.
5963 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5964 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5965 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5967 * eshell/esh-util.el (top): Require also Tramp when compiling.
5968 (eshell-directory-files-and-attributes): Check for FTP remote
5970 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5971 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5972 (eshell-file-attributes): Handle ".". Return `entry'.
5974 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5975 (ange-ftp-directory-files-and-attributes)
5976 (ange-ftp-real-directory-files-and-attributes): New defuns.
5978 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5979 shell with "exec" when possible. This prevents trailing prompts
5980 in `start-file-process'.
5982 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5984 Try and remove assumptions about point-min==1.
5985 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5986 (rng-compute-mode-line-string): Show the validation percentage in
5987 terms of the narrowed text, not the widened text.
5988 (rng-do-some-validation): Don't catch internal errors when debugging.
5989 (rng-first-error): Simplify.
5990 (rng-after-change-function): Remove work around. AFAIK the bug has
5991 been fixed a while ago.
5993 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5994 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5996 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5998 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5999 `cd' doesn't always do it for us (bug#5067).
6001 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6002 on 2009-10-25 as part of some other change (bug#5067).
6004 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6006 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6008 (byte-compile-warnings): Use byte-compile-warning-types.
6009 (byte-compile-save-excursion): Warn about use of set-buffer right
6010 after save-excursion.
6012 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6013 the excursion as well.
6015 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
6017 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6018 providing a Tramp related implementation of "su" and "sudo".
6019 (eshell-unix-initialize): Add "su" and "sudo".
6021 2009-11-27 Daiki Ueno <ueno@unixuser.org>
6023 * net/socks.el (socks-send-command): Convert binary request to
6024 unibyte before sending. This fixes mishandling of some port
6025 numbers such as 129.
6027 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6029 * help.el (describe-bindings-internal): Remove `interactive'.
6031 * man.el (Man-completion-table): Trim a terminating "(".
6032 Remove the space between name page a section.
6033 Add the command's description on the `help-echo' property.
6034 Remove `process-connection-type' binding since it's unused by
6036 Provide completion for the "<section> <name>" format as well.
6037 (Man-default-man-entry): Remove spurious var shadowing the argument.
6039 2009-11-26 Kevin Ryde <user42@zip.com.au>
6041 * log-view.el: Add "Keywords: tools", since its other keywords
6042 aren't in finder-known-keywords, and following vc.el.
6044 * sha1.el (sha1-string-external): default-directory "/" in case
6045 otherwise non-existent. process-connection-type pipe for touch of
6046 efficiency recommended by elisp manual. (An aside in Bug#3911.)
6048 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6050 Misc coding convention cleanups.
6051 * htmlfontify.el (hfy-init-kludge-hook): Rename from
6052 hfy-init-kludge-hooks.
6053 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6054 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6055 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6057 (hfy-slant, hfy-weight): Use tables rather than code.
6058 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6059 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6060 (hfy-face-attr-for-class): Initialize `face-spec' directly.
6061 (hfy-face-to-css): Remove `nconc' with single arg.
6062 (hfy-p-to-face-lennart): Use `or'.
6063 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
6064 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6065 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6066 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6067 (hfy-force-fontification): Use run-hooks.
6069 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
6071 Various minor fixes.
6072 * htmlfontify.el (hfy-default-header): Add toggle_invis since
6073 Javascript belongs in the header, not the body.
6074 (hfy-javascript): Remove.
6075 (hfy-fontify-buffer): Don't insert it any more.
6076 (hfy-face-at): Handle (face0 face1 face2) style face properties.
6077 Fix bug in invis handling when there were no invis props in a chunk.
6079 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6081 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
6083 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
6085 * finder.el (finder-mode-map): Add a menu.
6087 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
6089 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
6092 (verilog-leap-to-head, verilog-backward-token): Handle "disable
6093 fork" statement better.
6095 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
6097 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
6098 (verilog-delete-auto, verilog-delete-empty-auto-pair)
6099 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
6100 Reported by Clay Douglass.
6102 (verilog-auto-inst, verilog-auto-star-safe)
6103 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6104 Fix removing "// Interfaces" when saving .* expansions. Reported by
6105 Pierre-David Pfister.
6107 2009-11-26 Glenn Morris <rgm@gnu.org>
6109 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
6112 2009-11-25 Johan Bockgård <bojohan@gnu.org>
6114 * vc-annotate.el (vc-annotate-revision-previous-to-line):
6115 Really use previous revision.
6117 2009-11-25 Kevin Ryde <user42@zip.com.au>
6119 * man.el (Man-completion-table): default-directory "/" in case
6120 doesn't otherwise exist. process-environment COLUMNS=999 so as
6121 not to truncate long names. process-connection-type pipe to avoid
6122 any chance of hitting the pseudo-tty TIOCGWINSZ.
6123 (man): completion-ignore-case t for friendliness and since man
6124 itself is case-insensitive on the command line.
6125 Further to Bug#3717.
6127 * arc-mode.el: Add "Keywords: files", so the details in its
6128 commentary can be reached from finder-by-keyword.
6129 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
6130 editing mode, but it's comms related and sgml-mode.el has "comm"
6132 * textmodes/bibtex-style.el: Add "Keywords: tex".
6133 * international/isearch-x.el, international/ja-dic-cnv.el:
6134 * international/ja-dic-utl.el, international/kkc.el:
6135 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
6137 2009-11-25 Juri Linkov <juri@jurta.org>
6139 * man.el (Man-completion-table): Modify regexp to include
6140 section names to completion strings. (Bug#3717)
6142 2009-11-25 Juri Linkov <juri@jurta.org>
6144 Search recursively in gzipped files. (Bug#4982)
6146 * progmodes/grep.el (grep-highlight-matches): Add new options
6147 `always' and `auto'. Doc fix.
6148 (grep-process-setup): Check `grep-highlight-matches' for
6149 `auto-detect' to determine the need to compute grep defaults.
6150 Move Windows/DOS specific --colors settings handling
6151 to `grep-compute-defaults'. Check `grep-highlight-matches'
6152 to get the value of "--color=".
6153 (grep-compute-defaults): Compute `grep-highlight-matches' when it
6154 has the value `auto-detect'. Move Windows/DOS specific settings
6155 from `grep-process-setup'.
6156 (zrgrep): New command with alias `rzgrep'.
6158 2009-11-25 Juri Linkov <juri@jurta.org>
6160 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
6161 to nil instead of switching off view-mode. (Bug#4896)
6163 2009-11-25 Juri Linkov <juri@jurta.org>
6165 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
6167 * mwheel.el (mwheel-scroll-up-function)
6168 (mwheel-scroll-down-function): New defvars.
6169 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
6170 `scroll-up', and `mwheel-scroll-down-function' instead of
6173 * doc-view.el (doc-view-scroll-up-or-next-page)
6174 (doc-view-scroll-down-or-previous-page): Add optional ARG.
6175 Use this ARG in the call to image-scroll-up/image-scroll-down.
6176 Change `interactive' spec to "P". Goto next/previous page only
6177 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
6178 SPC/DEL case). Doc fix.
6179 (doc-view-next-line-or-next-page)
6180 (doc-view-previous-line-or-previous-page): Rename arg to ARG
6182 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
6183 `doc-view-scroll-up-or-next-page', and buffer-local
6184 `mwheel-scroll-down-function' to
6185 `doc-view-scroll-down-or-previous-page'.
6187 2009-11-25 Juri Linkov <juri@jurta.org>
6189 Provide additional default values (directories at other Dired
6190 windows) via M-n in the minibuffer of some Dired commands.
6192 * dired-aux.el (dired-diff, dired-compare-directories)
6193 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
6194 `minibuffer-default' in `minibuffer-with-setup-hook'.
6195 (dired-dwim-target-directory): Find a window that displays Dired
6196 buffer instead of failing when the next window is not Dired.
6197 Use `get-window-with-predicate' to find for the next Dired window.
6198 (dired-dwim-target-defaults): New function.
6200 * ediff-util.el (ediff-read-file-name):
6201 Use `dired-dwim-target-defaults' to set `minibuffer-default'
6202 in `minibuffer-with-setup-hook'.
6204 2009-11-25 Juri Linkov <juri@jurta.org>
6206 Provide additional default values (file name at point or at the
6207 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
6209 * minibuffer.el (read-file-name-defaults): New function.
6210 (read-file-name): Reset `minibuffer-default' to nil when
6211 it duplicates initial input `insdef'.
6212 Bind `minibuffer-default-add-function' to lambda that
6213 calls `read-file-name-defaults' in `minibuffer-selected-window'.
6214 (minibuffer-insert-file-name-at-point): New command.
6216 * files.el (file-name-at-point-functions): New defcustom.
6217 (find-file-default): Remove defvar.
6218 (find-file-read-args): Don't use `find-file-default'.
6219 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6220 to `read-file-name'.
6221 (find-file-literally): Use `read-file-name' with
6222 `confirm-nonexistent-file-or-buffer'.
6224 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
6226 * dired.el (dired-read-dir-and-switches):
6227 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6228 to `read-file-name'.
6229 (dired-file-name-at-point): New function.
6230 (dired-mode): Add hook `dired-file-name-at-point' to
6231 `file-name-at-point-functions'.
6233 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6235 Really make the *Completions* window soft-dedicated (bug#5030).
6236 * window.el (window--display-buffer-2): Add `dedicated' argument.
6237 (display-buffer): Pass it when needed so the dedicated flag is set
6238 after calling set-window-buffer, which would otherwise reset it.
6240 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6242 * progmodes/meta-mode.el (meta-complete-symbol):
6243 * progmodes/etags.el (complete-tag):
6244 * mail/mailabbrev.el (mail-abbrev-complete-alias):
6245 Use completion-in-region.
6247 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6248 (dabbrev-completion): Use completion-in-region.
6249 (dabbrev--abbrev-at-point): Simplify regexp.
6251 * abbrev.el (abbrev--before-point): Use word-motion functions
6252 if :regexp is not specified (bug#5031).
6254 * subr.el (string-prefix-p): New function.
6256 * man.el (Man-completion-cache): New var.
6257 (Man-completion-table): Use it.
6259 * vc.el (vc-print-log-internal): Make `limit' optional for better
6260 compatibility (e.g. with vc-annotate.el).
6262 2009-11-24 Kevin Ryde <user42@zip.com.au>
6264 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
6265 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
6267 * emacs-lisp/elint.el (elint-add-required-env): Better error message
6268 when .el source file not found or other error.
6270 2009-11-24 Markus Triska <markus.triska@gmx.at>
6272 * linum.el (linum-update-window): Ignore intangible (bug#4996).
6274 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6276 Handle the [back] button properly (bug#4979).
6277 * descr-text.el (describe-text-properties): Add a `buffer' argument.
6278 Use help-setup-xref, help-buffer, and with-help-window.
6279 (describe-char): Add `buffer' argument.
6280 Pass proper command to help-setup-xref. Don't meddle with
6281 help-xref-stack-item directly.
6282 (describe-text-category): Use with-help-window and help-buffer.
6284 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
6285 for the displayed buffer (bug#4887).
6287 * man.el (Man-completion-table): New function.
6290 2009-11-24 David Reitter <david.reitter@gmail.com>
6292 * vc-git.el (vc-git-registered): Use checkout directory (where
6293 .git is) rather than the file's directory and a relative path spec
6294 to work around a bug in git.
6296 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
6298 Improve handling of processes on remote hosts.
6300 * eshell/esh-util.el (eshell-path-env): New defvar.
6301 (eshell-parse-colon-path): New defun.
6302 (eshell-file-attributes): Use `eshell-parse-colon-path'.
6304 * eshell/esh-ext.el (eshell-search-path):
6305 Use `eshell-parse-colon-path'.
6306 (eshell-remote-command): Remove argument HANDLER.
6307 (eshell-external-command): Check for FTP remote connection.
6309 * eshell/esh-proc.el (eshell-gather-process-output):
6310 Use `file-truename', in order to start also symlinked files.
6311 Apply `start-file-process' instead of `start-process'.
6312 Shorten `command' to the local file name part.
6314 * eshell/em-cmpl.el (eshell-complete-commands-list):
6315 Use `eshell-parse-colon-path'.
6317 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
6319 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
6320 to `eshell-directory-change-hook'.
6322 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
6324 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
6325 because it could be enabled automatically if view-read-only is non-nil.
6327 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
6329 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
6332 2009-11-24 Glenn Morris <rgm@gnu.org>
6334 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
6335 deleted variable bookmark-bmenu-bookmark-column.
6337 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6338 Move after definition of global-semantic-idle-tag-highlight-mode.
6340 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6342 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
6344 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
6346 * net/browse-url.el (browse-url-filename-alist): On Windows, add
6347 two slashes to the "file:" prefix.
6348 (browse-url-file-url): De-munge Cygwin filenames before passing
6349 them to Windows browser.
6350 (browse-url-default-windows-browser): Use call-process.
6352 2009-11-23 Juri Linkov <juri@jurta.org>
6354 Implement DocView Continuous mode. (Bug#4896)
6355 * doc-view.el (doc-view-continuous-mode): New defcustom.
6356 (doc-view-mode-map): Bind C-n/<down> to
6357 `doc-view-next-line-or-next-page', C-p/<up> to
6358 `doc-view-previous-line-or-previous-page'.
6359 (doc-view-next-line-or-next-page)
6360 (doc-view-previous-line-or-previous-page): New commands.
6362 2009-11-23 Juri Linkov <juri@jurta.org>
6364 Implement Isearch in comint input history. (Bug#3746)
6365 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
6366 `isearch-mode-hook'.
6367 (comint-history-isearch): New defcustom.
6368 (comint-history-isearch-backward)
6369 (comint-history-isearch-backward-regexp): New commands.
6370 (comint-history-isearch-message-overlay): New buffer-local variable.
6371 (comint-history-isearch-setup, comint-history-isearch-end)
6372 (comint-goto-input, comint-history-isearch-search)
6373 (comint-history-isearch-message, comint-history-isearch-wrap)
6374 (comint-history-isearch-push-state)
6375 (comint-history-isearch-pop-state): New functions.
6377 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
6379 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
6381 (tramp-handle-make-symbolic-link)
6382 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
6384 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
6385 (tramp-handle-process-file): Use it.
6387 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6389 * window.el (move-to-window-line-last-op): Remove.
6390 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
6392 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
6394 Make M-r mirror the new cycling behavior of C-l.
6395 * window.el (move-to-window-line-last-op): New var.
6396 (move-to-window-line-top-bottom): New command.
6397 (global-map): Bind M-r move-to-window-line-top-bottom.
6399 2009-11-23 Sven Joachim <svenjoac@gmx.de>
6401 * dired-x.el (dired-guess-shell-alist-default):
6402 Support xz format. (Bug#4953)
6404 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
6406 * cedet/srecode/map.el (srecode-get-maps):
6407 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
6408 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
6409 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
6410 (semantic-toggle-decoration-style):
6411 * cedet/semantic/decorate/include.el
6412 (semantic-decoration-include-describe)
6413 (semantic-decoration-unknown-include-describe)
6414 (semantic-decoration-unparsed-include-describe)
6415 (semantic-decoration-all-include-summary):
6416 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
6417 * cedet/semantic/analyze/complete.el
6418 (semantic-analyze-possible-completions):
6419 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
6420 (semantic-show-unmatched-syntax-mode)
6421 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
6422 (semantic-highlight-func-mode):
6423 * cedet/semantic/util.el (semantic-describe-buffer):
6424 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
6425 (semantic-symref-find-tags-by-name)
6426 (semantic-symref-find-tags-by-regexp)
6427 (semantic-symref-find-tags-by-completion)
6428 (semantic-symref-find-file-references-by-name)
6429 (semantic-symref-find-text):
6430 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
6432 * cedet/semantic/scope.el (semantic-calculate-scope):
6433 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
6434 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
6435 (define-semantic-idle-service):
6436 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
6437 (semantic-complete-analyze-inline-idle):
6438 * cedet/semantic/analyze.el (semantic-analyze-current-context):
6439 * cedet/mode-local.el (describe-mode-local-bindings)
6440 (describe-mode-local-bindings-in-mode):
6441 * cedet/ede/make.el (ede-make-check-version):
6442 * cedet/ede/locate.el (ede-enable-locate-on-project):
6443 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
6444 (cedet-idutils-version-check):
6445 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
6446 (cedet-gnu-global-version-check):
6447 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
6448 (cedet-cscope-version-check): Use called-interactively-p instead
6451 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
6452 Use semantic-format-tag-prototype.
6454 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
6456 * emulation/viper-cmd.el: Use viper-last-command-char instead of
6457 last-command-char/last-command-event.
6458 (viper-prefix-arg-value): Do correct conversion of event-char for
6461 * emulation/viper-util.el, emulation/viper.el:
6462 Use viper-last-command-char instead of
6463 last-command-char/last-command-event.
6465 * ediff-init.el, ediff-mult.el, ediff-util.el:
6466 Replace last-command-char and last-command-event
6467 with (ediff-last-command-char) everywhere.
6469 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
6470 created in fundamental mode.
6472 * ediff.el (ediff-version): Revert the change of interactive-p to
6473 called-interactively-p.
6475 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
6477 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
6478 generation from word-movement command names.
6480 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
6482 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6483 (semantic-complete-jump-local, semantic-complete-jump):
6484 Improve prompt string.
6486 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6488 * cus-start.el (all): Add native condition for font-use-system-font.
6490 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
6492 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6493 Correct the patch from 2009-11-18. (Bug#3910)
6495 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
6497 * progmodes/subword.el: Rename from lisp/subword.el.
6499 * subword.el: Rename to progmodes/subword.el.
6501 * Makefile.in (ELCFILES): Adapt to subword.el move.
6503 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6504 Stefan Monnier <monnier@iro.umontreal.ca>
6506 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
6507 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
6508 (bookmark-bmenu-show-filenames): Use push.
6509 (bookmark-bmenu-hide-filenames): Use local var instead of
6510 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
6511 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
6512 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
6513 filenames now that the bookmark names are always available.
6515 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6517 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
6518 (bookmark-search-pattern): Move and leave unbound.
6519 (bookmark-bmenu-mode-map): Change binding.
6520 (bookmark-read-search-input): Simplify.
6521 Don't use text-char-description. Don't error on non-char events.
6522 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
6523 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
6524 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
6525 Use a local var for the timer.
6526 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
6527 (i.e. bookmark-bmenu-search).
6529 2009-11-21 Glenn Morris <rgm@gnu.org>
6531 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
6533 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
6535 * net/browse-url.el (browse-url-default-windows-browser):
6536 Use cygstart for cygwin.
6538 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
6540 * bookmark.el: Formatting and doc fixes only:
6541 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
6542 (bookmark-bmenu-search): Wrap to fit within 80 columns.
6543 Minor grammar and punctuation fixes in doc string.
6544 (bookmark-read-search-input): Adjust to fit within 80 columns.
6546 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
6548 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
6549 (c-backward-into-nomenclature): Adapt to subword renaming.
6551 * subword.el (subword-forward, subword-backward, subword-mark)
6552 (subword-kill, subword-backward-kill, subword-transpose)
6553 (subword-downcase, subword-upcase, subword-capitalize)
6554 (subword-forward-internal, subword-backward-internal):
6555 Rename from forward-subword, backward-subword, mark-subword,
6556 kill-subword, backward-kill-subword, transpose-subwords,
6557 downcase-subword, upcase-subword, capitalize-subword,
6558 forward-subword-internal, backward-subword-internal.
6560 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6562 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
6564 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
6566 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
6567 (bookmark-bmenu-filter-alist-by-regexp)
6568 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
6569 (bookmark-bmenu-search): New command.
6570 (bookmark-bmenu-mode-map): Bind it.
6572 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6574 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
6576 * cedet/semantic/idle.el (define-semantic-idle-service)
6577 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
6579 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
6581 * progmodes/cc-cmds.el: declare-functioned forward-subword and
6582 backward-subword to quit the byte-compiler.
6584 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
6586 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
6588 * progmodes/cc-cmds.el (c-update-modeline)
6589 (c-forward-into-nomenclature, c-backward-into-nomenclature):
6590 Refer to subword.el functions instead of cc-subword.el.
6592 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
6593 subword.el functions instead of cc-subword.el.
6595 * progmodes/cc-subword.el: Rename to subword.el.
6596 * subword.el: Rename from progmodes/cc-subword.el.
6597 (subword-mode-map): Rename from c-subword-mode-map.
6598 (subword-mode): Rename from c-subword-mode.
6599 (global-subword-mode): New global minor mode.
6600 (forward-subword): Rename from c-forward-subword.
6601 (backward-subword): Rename from c-backward-subword.
6602 (mark-subword): Rename from c-mark-subword.
6603 (kill-subword): Rename from c-kill-subword.
6604 (backward-kill-subword): Rename from c-backward-kill-subword.
6605 (transpose-subwords): Rename from c-tranpose-subword.
6606 (downcase-subword): Rename from c-downcase-subword.
6607 (capitalize-subword): Rename from c-capitalize-subword.
6608 (forward-subword-internal): Rename from c-forward-subword-internal.
6609 (backward-subword-internal): Rename from c-backward-subword-internal.
6611 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
6613 * vc.el (vc-deduce-fileset): Allow non-state changing operations
6614 from a dired buffer.
6615 (vc-dired-deduce-fileset): New function.
6616 (vc-root-diff, vc-print-root-log): Use it.
6618 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
6619 nil LIMIT argument to vc-print-log-internal.
6621 2009-11-20 Glenn Morris <rgm@gnu.org>
6623 * Makefile.in (ELCFILES): Regenerate.
6625 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6627 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
6629 * cedet/semantic.el: Enable idle-mode menu items only if
6630 global-semantic-idle-scheduler-mode is enabled.
6631 (semantic-default-submodes): Doc fix.
6633 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6634 When turning off, disable other idle modes.
6636 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
6638 * calc/calc.el (calc-set-mode-line):
6639 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6640 (math-format-number): Rename `math-format-complement-signed' to
6641 `math-format-twos-complement'.
6643 * calc/calc-bin.el (math-format-twos-complement): Rename from
6644 math-format-complement-signed.
6645 (calc-radix): Rename `calc-complement-signed-mode' to
6646 `calc-twos-complement-mode'.
6647 (calc-octal-radix, calc-hex-radix): Add an argument for
6650 * calc/calc-embed.el (calc-embedded-mode-vars):
6651 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6653 * calc/calc-ext.el (calc-init-extensions):
6654 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6655 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
6657 * calc/calc-units.el (math-build-units-table-buffer):
6658 Let `calc-twos-complement-mode' be nil.
6660 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
6663 * calc/calc-vec.el (calcFunc-vunpack):
6664 * calc/calc-aent.el (calc-do-calc-eval):
6665 * calc/calc-forms.el (math-format-date):
6666 * calc/calc-graph.el (calc-graph-plot):
6667 * calc/calc-math.el (math-use-emacs-fn):
6668 * calc/calccomp.el (math-compose-expr):
6669 Let `calc-twos-complement-mode' be nil.
6671 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6673 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
6674 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
6675 * minibuffer.el (completion-in-region-functions): New hook.
6676 (completion-in-region): New function.
6677 * emacs-lisp/lisp.el (lisp-complete-symbol):
6678 * pcomplete.el (pcomplete-std-complete): Use it.
6680 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6682 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
6683 (latex-complete-alist): New vars.
6684 (latex-string-prefix-p, latex-complete-bibtex-keys)
6685 (latex-complete-envnames, latex-complete-refkeys)
6686 (latex-complete-data): New functions.
6687 (latex-complete, latex-indent-or-complete): New commands.
6689 * window.el (display-buffer-mark-dedicated): New var.
6690 (display-buffer): Obey it.
6691 * minibuffer.el (minibuffer-completion-help): Use it.
6693 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
6695 * filecache.el (file-cache-add-file): Use push and cons.
6696 (file-cache-delete-file-regexp): Use push.
6697 (file-cache-complete): Use completion-in-region.
6699 * simple.el (with-wrapper-hook): Fix thinko.
6701 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
6702 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
6703 Use with-current-buffer and string-to-number.
6704 (hfy-fallback-colour-values): Use assoc-string.
6705 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
6706 (hfy-face-at): Remove unused var `found-face'.
6707 (hfy-compile-stylesheet): Remove unused var `css'.
6708 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
6710 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
6711 Use with-current-buffer.
6712 (hfy-text-p): Use expand-file-name and fewer setq.
6714 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
6716 * htmlfontify.el, hfy-cmap.el: New files.
6718 2009-11-19 Juri Linkov <juri@jurta.org>
6720 * minibuffer.el (completions-format): New defcustom.
6721 (completion--insert-strings): Implement vertical format.
6723 * simple.el (switch-to-completions): Move point to the first
6724 completion when point was at the beginning of the buffer.
6726 2009-11-19 Juri Linkov <juri@jurta.org>
6728 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
6730 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
6732 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
6734 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
6735 (mail-signature): Change default to t.
6736 (mail-from-style): Deprecate `system-default' value.
6737 (mail-insert-from-field): For default value of mail-from-style,
6738 default to `angles' unless `angles' needs quoting and `parens'
6740 (mail-citation-prefix-regexp): Use citation regexp from
6743 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
6745 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6746 Set variables for computing the prompt for reading password.
6748 2009-11-19 Glenn Morris <rgm@gnu.org>
6750 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
6752 * textmodes/flyspell.el (sgml-lexical-context): Declare.
6754 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6755 (newsticker-treeview-listwindow-height): Fix custom type.
6757 2009-11-19 Kenichi Handa <handa@m17n.org>
6759 * descr-text.el (describe-char-padded-string): Compose with TAB
6760 only if there's a font for CH.
6761 (describe-char): Fix the condition for detecting a trivial composition.
6763 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
6765 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
6766 more accurate version of the regexp. (Bug#3910)
6768 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6770 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6772 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
6774 * font-setting.el (font-use-system-font): Declare for byte-compiler.
6775 (font-setting-change-default-font): Fix typo in docstring.
6777 2009-11-18 Alan Mackenzie <acm@muc.de>
6779 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6781 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6783 * font-setting.el (font-use-system-font): Move ...
6785 * cus-start.el (all): ... to here.
6787 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
6789 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6790 Don't set `ad-return-value' if `ad-do-it' doesn't.
6792 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6795 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6797 * menu-bar.el: Put "Use system font" in Option-menu.
6798 (menu-bar-options-save): Add font-use-system-font.
6800 * loadup.el: If feature system-font-setting or font-render-setting is
6801 there, load font-setting.
6803 * Makefile.in (ELCFILES): Add font-settings.el.
6804 * font-setting.el: New file.
6806 2009-11-17 Glenn Morris <rgm@gnu.org>
6808 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6810 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6811 Preserve point in the list buffer. (Bug#4939)
6813 (newsticker--treeview-list-update-highlight)
6814 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6816 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6818 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6821 * calc/calc-ext.el (calc-init-extensions): Remove references to
6824 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6826 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6827 * calc/calc-help.el (calc-b-prefix-help): Remove references to
6830 2009-11-16 Kevin Ryde <user42@zip.com.au>
6832 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6833 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6835 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6836 (lm-keywords-list): Allow comma-only separator like "foo,bar".
6837 Ignore trailing spaces by omit-nulls to split-string (fixing
6838 regression from Emacs 21 due to the incompatible split-string
6839 change). (Bug #4928.)
6841 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6843 * vc.el (vc-log-show-limit): Default to 2000.
6844 (vc-print-log-internal): Insert buttons to request more entries
6845 when limiting the output.
6847 * vc-sccs.el (vc-sccs-print-log):
6848 * vc-rcs.el (vc-rcs-print-log):
6849 * vc-cvs.el (vc-cvs-print-log):
6850 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6853 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6855 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6856 error when `tramp-gvfs-dbus-event-vector' is set.
6857 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6859 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6861 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6863 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6865 * net/dbus.el (dbus-unregister-service): New defun.
6866 (dbus-register-property): Register the handlers of
6867 "org.freedesktop.DBus.Properties" for SERVICE.
6868 (dbus-property-handler): Fix docstring.
6870 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6872 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6873 Quote doc string reference in defvaralias as it is not in special form.
6874 (byte-compile-output-docform): Doc fix.
6876 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6878 * calc/calc.el (math-2-word-size, math-half-2-word-size)
6879 (calc-complement-signed-mode): New variables.
6880 (calc-set-mode-line): Add indicator for twos-complements.
6881 (math-format-number): Format twos-complement notation.
6883 * calc/calc-bin.el (calc-word-size): Reset the variables
6884 `math-2-word-size' and `math-half-2-word-size'.
6885 (math-format-complement-signed, math-symclip, calcFunc-symclip)
6886 (calc-symclip): New functions.
6888 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6890 * calc/calc-embed.el (calc-embedded-mode-vars):
6891 Add `calc-complement-signed-mode' to the list of modes.
6893 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6894 (calc-b-oper-keys): Add `calc-symclip' to list.
6896 * calc/calc-ext.el (math-read-number-fancy): Read complement
6898 (calc-init-extensions): Add binding for `calc-symclip'.
6899 Add autoload for `calcFunc-symclip' and `calc-symclip'.
6901 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6903 (calc-modes-menu): Add item for twos complement mode.
6905 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6907 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6909 * register.el (jump-to-register, insert-register): Handle Semantic
6910 tags. From commented-out advice in semantic/senator.el.
6912 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6914 * vc.el (vc-log-show-limit): New variable.
6915 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
6916 when using a prefix argument.
6917 (vc-print-log-internal): Add new argument LIMIT.
6919 * vc-svn.el (vc-svn-print-log):
6920 * vc-mtn.el (vc-mtn-print-log):
6921 * vc-hg.el (vc-hg-print-log):
6922 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6923 pass it to the log command when set. Make the BUFFER argument
6926 * vc-sccs.el (vc-sccs-print-log):
6927 * vc-rcs.el (vc-rcs-print-log):
6928 * vc-git.el (vc-git-print-log):
6929 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6930 ignore it. Make the BUFFER argument non-optional
6932 * bindings.el (mode-line-buffer-identification): Do not purecopy.
6934 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6936 * dired.el (dired-mode-map): Move encryption items to "Operate"
6939 * strokes.el (strokes-update-window-configuration): Make strokes
6940 buffer current before erasing (Bug#4906).
6942 * cedet/semantic/idle.el (semantic-idle-summary-mode)
6943 (semantic-idle-summary-mode): Define using define-minor-mode
6944 instead of define-semantic-idle-service.
6945 (semantic-idle-summary-mode): New function.
6946 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
6947 that mouse motion does not reset the echo area.
6949 2009-11-15 Juri Linkov <juri@jurta.org>
6951 * simple.el (set-mark-default-inactive): Add :type, :group
6952 and :version. (Bug#4876)
6954 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
6956 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6957 (archive-unique-fname): ... here. (Bug#4929)
6959 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6961 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6964 * novice.el (disabled-command-function): Add useful args.
6965 Setup the help buffer so that [back] works.
6966 Remove redundant call to help-mode.
6967 (disabled-command-function): Use `case'.
6968 (en/disable-command): New function extracted from enable-command.
6969 (enable-command, disable-command): Use it.
6971 2009-11-14 Glenn Morris <rgm@gnu.org>
6973 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6974 constants. (Bug#4913)
6976 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6978 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6980 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6981 defined in C that have no doc-strings. (Bug#1063)
6983 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
6985 * cus-edit.el (data, files):
6986 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
6988 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
6990 * simple.el (shell-command): Doc fix (Bug#4891).
6992 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6994 2009-11-14 Glenn Morris <rgm@gnu.org>
6996 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6997 statements for vc-diff, emerge-quit, and rmail-cease-edit.
6998 If they are already loaded, eval-after-load will do the right thing.
7000 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7003 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7005 * simple.el (x-selection-owner-p): Declare.
7006 (read-mail-command): Use custom radio type rather than choice.
7007 (completion-no-auto-exit): Doc fix.
7009 * custom.el (defgroup):
7010 * epg-config.el (epg): Doc fixes.
7012 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7014 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7015 * international/ccl.el (define-ccl-program): Do not purecopy the
7016 docstring, defconst does it anyway.
7018 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7020 * add-log.el (add-change-log-entry): Avoid displaying the changelog
7023 * x-dnd.el (x-dnd-maybe-call-test-function):
7024 * window.el (split-window-vertically):
7025 * whitespace.el (whitespace-help-on):
7026 * vc-rcs.el (vc-rcs-consult-headers):
7027 * userlock.el (ask-user-about-lock-help)
7028 (ask-user-about-supersession-help):
7029 * type-break.el (type-break-force-mode-line-update):
7030 * time-stamp.el (time-stamp-conv-warn):
7031 * terminal.el (te-set-output-log, te-more-break, te-filter)
7032 (te-sentinel, terminal-emulator):
7033 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7034 (term-write-input-ring, term-check-source, term-start-output-log):
7035 (term-display-buffer-line, term-dynamic-list-completions):
7036 (term-ansi-make-term, serial-term):
7037 * subr.el (selective-display):
7038 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7039 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7040 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7041 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7042 (speedbar-remove-localized-speedbar-support)
7043 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7044 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7045 (speedbar-buffers-line-directory):
7046 * simple.el (shell-command-on-region, append-to-buffer)
7047 (prepend-to-buffer):
7048 * shadowfile.el (shadow-save-todo-file):
7049 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7050 (scroll-bar-maybe-set-window-start):
7051 * sb-image.el (speedbar-image-dump):
7052 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7053 (load-save-place-alist-from-file):
7054 * ps-samp.el (ps-print-message-from-summary):
7055 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7056 (ps-background-image, ps-begin-job, ps-do-despool):
7057 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7058 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7059 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7060 (pr-call-process, pr-file-list, pr-interface-save):
7061 * novice.el (disabled-command-function)
7062 (enable-command, disable-command):
7063 * mouse.el (mouse-buffer-menu-alist):
7064 * mouse-copy.el (mouse-kill-preserving-secondary):
7065 * macros.el (kbd-macro-query):
7066 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7067 * informat.el (batch-info-validate):
7068 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7069 * hippie-exp.el (try-expand-dabbrev-visible):
7070 * help-mode.el (help-make-xrefs):
7071 * help-fns.el (describe-variable):
7072 * generic-x.el (bat-generic-mode-run-as-comint):
7073 * finder.el (finder-mouse-select):
7074 * find-dired.el (find-dired-sentinel):
7075 * filesets.el (filesets-file-close):
7076 * files.el (list-directory):
7077 * faces.el (list-faces-display, describe-face):
7078 * facemenu.el (list-colors-display):
7079 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
7080 * epg.el (epg--process-filter, epg-cancel):
7081 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
7082 (epa--read-signature-type):
7083 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
7084 (emerge-file-names):
7085 * ehelp.el (electric-helpify):
7086 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
7087 * ediff-vers.el (rcs-ediff-view-revision):
7088 * ediff-util.el (ediff-setup):
7089 * ediff-mult.el (ediff-append-custom-diff):
7090 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
7092 * echistory.el (Electric-command-history-redo-expression):
7093 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7094 * disp-table.el (describe-display-table):
7095 * dired.el (dired-find-buffer-nocreate):
7096 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
7097 * dabbrev.el (dabbrev--same-major-mode-p):
7098 * chistory.el (list-command-history):
7099 * apropos.el (apropos-documentation):
7100 * allout.el (allout-obtain-passphrase):
7101 (allout-copy-exposed-to-buffer):
7102 (allout-verify-passphrase): Use with-current-buffer.
7104 2009-11-13 Glenn Morris <rgm@gnu.org>
7106 * Makefile.in (ELCFILES): Regenerate.
7108 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
7110 * net/dbus.el (dbus-registered-objects-table): Rename from
7111 `dbus-registered-functions-table', because it contains also properties.
7112 (dbus-unregister-object): Unregister also properties.
7113 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7114 Use a timeout of 500 msec, in order to not block.
7115 (dbus-register-property, dbus-property-handler): New defuns.
7117 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7119 * simple.el (minibuffer-default-add-completions): Drop deprecated
7122 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
7124 * textmodes/artist.el (artist-mouse-choose-operation):
7125 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
7126 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
7127 (artist-compute-up-event-key): New function.
7128 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
7130 2009-11-13 Kenichi Handa <handa@m17n.org>
7132 * language/japan-util.el: Make sure that the value of jisx0208
7133 property is jisx0208 character.
7135 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
7137 * international/mule.el (auto-coding-regexp-alist): Only purecopy
7138 car or each item, not the whole list.
7140 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7142 * minibuffer.el (minibuffer-completion-help):
7143 Use minibuffer-hide-completions.
7145 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
7147 * dired.el (dired-save-positions, dired-restore-positions): New funs.
7148 (dired-revert): Use them (bug#4880).
7150 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
7152 * tooltip.el (tooltip-frame-parameters): Undo previous change.
7154 2009-11-12 Juri Linkov <juri@jurta.org>
7156 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
7158 (find-file-literally-at-point): Alias of `ffap-literally'.
7160 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
7162 * textmodes/ispell.el (ispell-skip-region-alist):
7163 * textmodes/css-mode.el (auto-mode-alist):
7164 * progmodes/compile.el (auto-mode-alist):
7165 * international/mule.el (ctext-non-standard-encodings-alist)
7166 (ctext-non-standard-encodings-regexp):
7167 * simple.el (shell-command-switch, text-read-only):
7168 * replace.el (occur-mode-map):
7169 * paths.el (rmail-file-name):
7170 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
7171 * find-file.el (ff-special-constructs):
7172 * files.el (file-name-handler-alist):
7173 * composite.el: Purecopy strings.
7175 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
7177 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7179 * widget.el (define-widget): Purecopy the docstring.
7180 * international/mule-cmds.el (charset): Do not purecopy the
7181 docstring here, define-widget does it.
7183 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7184 * textmodes/bibtex-style.el (auto-mode-alist):
7185 * progmodes/inf-lisp.el (inferior-lisp-prompt):
7186 * progmodes/compile.el (compile-command):
7187 * language/korea-util.el (default-korean-keyboard):
7188 * international/mule-conf.el (file-coding-system-alist):
7189 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
7190 * tooltip.el (tooltip-frame-parameters):
7191 * newcomment.el (comment-end, comment-padding):
7192 * dired.el (dired-trivial-filenames):
7193 * comint.el (comint-file-name-prefix): Purecopy initial values.
7195 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
7197 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
7198 (tramp-advice-minibuffer-electric-tilde): Unload advices via
7200 (tramp-advice-make-auto-save-file-name)
7201 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
7202 after removing the advice.
7204 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7206 * progmodes/grep.el (grep-regexp-alist):
7207 * international/mule-cmds.el (iso-2022-control-alist):
7208 * emacs-lisp/timer.el (timer-duration-words):
7209 * subr.el (version-separator, version-regexp-alist):
7210 * minibuffer.el (completion-styles-alist):
7211 * faces.el (face-attribute-name-alist, list-faces-sample-text):
7212 Change defvars to defconsts.
7214 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
7215 * loadup.el ("international/mule-conf"): Load the byte compiled version.
7216 * international/mule-conf.el: Allow to be byte compiled.
7218 * international/mule.el (define-charset): Purecopy props.
7219 (load-with-code-conversion): Purecopy doc string and file name.
7220 (put-charset-property): Purecopy strings.
7221 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
7223 * international/mule-cmds.el (register-input-method): Purecopy arguments.
7224 (define-char-code-property): Correctly purecopy the table.
7226 * international/ccl.el (define-ccl-program): Purecopy the docstring.
7228 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
7230 * subr.el (add-hook): Purecopy strings.
7231 (eval-after-load): Purecopy load-history-regexp and the form.
7233 * custom.el (custom-declare-group): Purecopy load-file-name.
7235 * subr.el (menu-bar-separator): New defconst.
7236 * net/eudc.el (eudc-tools-menu):
7237 * international/mule-cmds.el (set-coding-system-map)
7239 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7240 * vc-hooks.el (vc-menu-map):
7241 * replace.el (occur-mode-map):
7242 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
7243 (menu-bar-edit-menu, menu-bar-goto-menu)
7244 (menu-bar-custom-menu, menu-bar-showhide-menu)
7245 (menu-bar-options-menu, menu-bar-tools-menu)
7246 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7247 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7248 (menu-bar-help-menu):
7249 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7250 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7252 * term/x-win.el (x-gtk-stock-map):
7253 * progmodes/vera-mode.el (auto-mode-alist):
7254 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7255 (inferior-lisp-program, inferior-lisp-load-command):
7256 * progmodes/hideshow.el (hs-special-modes-alist):
7257 * progmodes/gud.el (same-window-regexps):
7258 * progmodes/grep.el (grep-program, find-program, xargs-program):
7259 * net/telnet.el (same-window-regexps):
7260 * net/rlogin.el (same-window-regexps):
7261 * language/ethiopic.el (font-ccl-encoder-alist):
7262 * vc-sccs.el (vc-sccs-master-templates):
7263 * vc-rcs.el (vc-rcs-master-templates):
7264 * subr.el (cl-assertion-failed):
7265 * simple.el (next-error-overlay-arrow-position):
7266 * lpr.el (lpr-command):
7267 * locate.el (locate-ls-subdir-switches):
7268 * info.el (same-window-regexps, info)
7269 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7270 * image-mode.el (image-mode, auto-mode-alist):
7271 * hippie-exp.el (hippie-expand-ignore-buffers):
7272 * format.el (format-alist):
7273 * find-dired.el (find-ls-subdir-switches, find-grep-options)
7275 * facemenu.el (facemenu-keybindings):
7276 * dired.el (dired-listing-switches, dired-chown-program):
7277 * diff.el (diff-switches, diff-command):
7278 * cus-edit.el (same-window-regexps):
7279 * bindings.el (mode-line-mule-info)
7280 (mode-line-buffer-identification): Purecopy strings.
7282 2009-11-11 Juri Linkov <juri@jurta.org>
7284 * simple.el (dired-get-filename) <declare-function>:
7285 Tell the byte-compiler about dired-get-filename.
7286 (shell-command): In Dired mode, get filename from the current line
7287 as the default value.
7289 2009-11-10 Glenn Morris <rgm@gnu.org>
7291 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
7292 * calendar/holidays.el, progmodes/cperl-mode.el:
7293 Update x-popup-menu declarations.
7295 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
7296 (list-load-path-shadows): Use dolist.
7297 (list-load-path-shadows): Use with-current-buffer.
7299 2009-11-10 Juri Linkov <juri@jurta.org>
7301 * minibuffer.el (read-file-name): Support a list of default values
7302 in `default-filename'. Use the first file name where only one
7303 element is required. Doc fix.
7305 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
7307 * net/dbus.el (dbus-unregister-object): Release service, if no
7308 other method is registered for it.
7310 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
7312 * bookmark.el (bookmark-completing-read): Sort bookmark names if
7313 bookmark-sort-flag is non-nil (Bug#4653).
7315 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
7317 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
7318 the progress reporter entirely.
7320 * emulation/cua-base.el: Add CUA property to some CC mode commands
7323 2009-11-08 Kevin Ryde <user42@zip.com.au>
7325 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
7326 at end of sentence (Bug#4818).
7328 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
7330 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7331 Handle "see declaration of" MSFT statements (Bug#4100).
7333 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
7335 * net/tramp.el (tramp-advice-make-auto-save-file-name)
7336 (tramp-advice-file-expand-wildcards): Unload via
7339 * net/trampver.el: Update release number.
7341 2009-11-08 Kevin Ryde <user42@zip.com.au>
7343 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
7346 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
7348 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
7349 in order to keep context in SELinux.
7351 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
7353 * dired-aux.el (dired-query): Place cursor in echo area and allow
7356 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
7357 menu item if not on a directory (Bug#4701).
7359 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
7361 Sync with Tramp 2.1.17.
7363 * net/tramp.el (tramp-handle-copy-directory): Don't use
7364 `file-remote-p' (due to compatibility).
7366 * net/tramp-compat.el (tramp-compat-copy-directory)
7367 (tramp-compat-delete-directory): New defuns.
7369 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7370 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
7371 `tramp-compat-delete-directory'.
7373 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7374 (tramp-smb-handle-delete-directory): Use
7375 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
7377 * net/trampver.el: Update release number.
7379 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
7381 * tar-mode.el (tar-copy): Call write-region on the right buffer
7384 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
7385 by hand, if necessary (Bug#4878).
7387 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
7389 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
7390 align size column (Bug#4839).
7392 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
7395 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
7397 * progmodes/ld-script.el (auto-mode-alist):
7398 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
7400 * cus-face.el (custom-declare-face): Purecopy face spec.
7402 2009-11-06 Kenichi Handa <handa@m17n.org>
7404 * international/uni-bidi.el: Re-generated.
7405 * international/uni-category.el: Re-generated.
7406 * international/uni-combining.el: Re-generated.
7407 * international/uni-mirrored.el: Re-generated.
7409 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
7411 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
7412 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
7413 (tex-start-options, slitex-run-command, latex-run-command)
7414 (tex-run-command, tex-directory):
7415 * textmodes/ispell.el (ispell-html-skip-alists)
7416 (ispell-tex-skip-alists, ispell-tex-skip-alists):
7417 * textmodes/fill.el (adaptive-fill-first-line-regexp):
7418 (adaptive-fill-regexp):
7419 * textmodes/dns-mode.el (auto-mode-alist):
7420 * progmodes/python.el (interpreter-mode-alist):
7421 * progmodes/etags.el (tags-compression-info-list):
7422 * progmodes/etags.el (tags-file-name):
7423 * net/browse-url.el (browse-url-galeon-program)
7424 (browse-url-firefox-program):
7425 * mail/sendmail.el (mail-signature-file)
7426 (mail-citation-prefix-regexp):
7427 * international/mule-conf.el (eight-bit):
7428 * international/latexenc.el (latex-inputenc-coding-alist):
7429 * international/fontset.el (x-pixel-size-width-font-regexp):
7430 * emacs-lisp/warnings.el (warning-type-format):
7431 * emacs-lisp/trace.el (trace-buffer):
7432 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
7433 (emacs-lisp-mode-map):
7434 * calendar/holidays.el (holiday-solar-holidays)
7435 (holiday-bahai-holidays, holiday-islamic-holidays)
7436 (holiday-christian-holidays, holiday-hebrew-holidays)
7437 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
7438 (hebrew-holidays-1, holiday-oriental-holidays)
7439 (holiday-general-holidays):
7440 * x-dnd.el (x-dnd-known-types):
7441 * tool-bar.el (tool-bar):
7442 * startup.el (site-run-file):
7443 * shell.el (shell-dumb-shell-regexp):
7444 * rfn-eshadow.el (file-name-shadow-tty-properties)
7445 (file-name-shadow-properties):
7446 * paths.el (remote-shell-program, news-directory):
7447 * mouse.el ([C-down-mouse-3]):
7448 * menu-bar.el (menu-bar-tools-menu):
7449 * jka-cmpr-hook.el (jka-compr-load-suffixes)
7450 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
7451 (jka-compr-compression-info-list):
7452 * isearch.el (search-whitespace-regexp):
7453 * image-file.el (image-file-name-extensions):
7454 * find-dired.el (find-ls-option):
7455 * files.el (directory-listing-before-filename-regexp)
7456 (directory-free-space-args, insert-directory-program)
7457 (list-directory-brief-switches, magic-fallback-mode-alist)
7458 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
7459 (automount-dir-prefix):
7460 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
7461 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
7462 (face-font-registry-alternatives, face-font-registry-alternatives)
7463 (face-font-family-alternatives):
7464 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
7465 (facemenu-foreground-menu, facemenu-face-menu):
7466 * epa-hook.el (epa-file-name-regexp):
7467 * dnd.el (dnd-protocol-alist):
7468 * textmodes/rst.el (auto-mode-alist):
7469 * button.el (default-button): Purecopy strings.
7471 2009-11-06 Glenn Morris <rgm@gnu.org>
7473 * Makefile.in (ELCFILES): Update.
7475 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7477 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
7478 * emacs-lisp/levents.el: Move to obsolete/levents.el.
7480 * nxml/xsd-regexp.el (xsdre-gen-categories):
7481 * nxml/xmltok.el (xmltok-parse-entity):
7482 * nxml/rng-parse.el (rng-parse-validate-file):
7483 * nxml/rng-maint.el (rng-format-manual)
7484 (rng-manual-output-force-new-line):
7485 * nxml/rng-loc.el (rng-save-schema-location-1):
7486 * nxml/rng-cmpct.el (rng-c-parse-file):
7487 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
7488 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
7490 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
7492 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
7493 Remove extra save-excursions and make-variable-buffer-local's.
7494 Suggested by Stefan Monnier.
7496 (verilog-getopt-file, verilog-module-inside-filename-p)
7497 (verilog-set-define): Merge GNU 1.35 and repair changes from
7498 switching to using with-current-buffer.
7500 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
7501 being treated as a number and confusing AUTORESET.
7502 Reported by Dan Dever.
7504 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
7505 Add verilog-auto-ignore-concat to fix backward compatibility with
7506 older verilog-modes. Reported by Dan Katz.
7508 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
7509 containing closing anchors "...$".
7511 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
7512 Reported by Wade Smith.
7514 (verilog-batch-execute-func): Comment on function usage.
7516 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
7518 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
7521 (verilog-label-re, verilog-calc-1): Support proper indent of named
7524 (verilog-backward-token, verilog-basic-complete-re)
7525 (verilog-beg-of-statement, verilog-indent-re): Support proper
7526 indent of the assert statement at the beginning of a block of text.
7528 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
7529 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
7532 2009-11-05 Glenn Morris <rgm@gnu.org>
7534 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
7535 Emacs 19. (Bug#1531)
7536 (byte-compile-fix-header): Update for the above change.
7537 Drop test for epoch::version.
7539 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
7540 * cus-dep.el (custom-make-dependencies):
7541 * finder.el (finder-compile-keywords):
7542 Use autoload-rubric's feature argument.
7544 * calendar/diary-lib.el (top-level): Make load behave more like require.
7546 * vc-git.el (vc-git-stash-map): Move definition before use.
7548 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7550 * custom.el (custom-declare-group): Purecopy standard-value.
7551 (custom-declare-group): Purecopy custom-prefix.
7553 * international/mule.el (load-with-code-conversion):
7554 Call do-after-load-evaluation unconditionally.
7556 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
7558 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7560 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
7562 2009-11-04 Glenn Morris <rgm@gnu.org>
7564 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
7565 (byte-compile-compatibility): Remove option.
7566 (byte-compile-close-variables, byte-compile-fix-header)
7567 (byte-compile-insert-header, byte-compile-output-docform)
7568 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
7569 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
7570 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
7571 (byte-compile-insert, byte-compile-defun):
7572 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
7573 (byte-defop-compiler19): Remove.
7574 Without byte-compile-compatibility, the 'emacs19-opcode property is not
7575 used by anything. Replace all calls with byte-defop-compiler.
7577 2009-11-04 Juri Linkov <juri@jurta.org>
7579 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
7580 (menu-bar-options-menu): Don't quote the `prop' arg of
7581 `menu-bar-make-mm-toggle'.
7583 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
7585 * calendar/calendar.el (cal-loaddefs):
7586 * calendar/diary-lib.el (diary-loaddefs):
7587 * calendar/holidays.el (hol-loaddefs):
7588 * eshell/esh-module.el (esh-groups): Load rather than require.
7590 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7592 * calendar/todo-mode.el (todo-add-category): Don't hardcode
7594 (todo-top-priorities): Only display-buffer when called interactively.
7595 (todo-item-start): Don't save excursion point.
7596 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
7597 (todo-insert-item-here, todo-file-item, todo-remove-item):
7598 Adjust uses of todo-item-start and todo-item-end.
7600 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
7601 (autoload-rubric): Don't use any more.
7602 * cedet/semantic/fw.el (semantic/loaddefs):
7603 * cedet/srecode.el (srecode/loaddefs):
7604 * cedet/ede.el (ede/loaddefs): Load rather than require.
7605 * cedet/ede/cpp-root.el:
7606 * cedet/ede/emacs.el:
7607 * cedet/ede/files.el:
7608 * cedet/ede/linux.el:
7609 * cedet/ede/locate.el:
7610 * cedet/ede/make.el:
7611 * cedet/ede/shell.el:
7612 * cedet/ede/speedbar.el:
7613 * cedet/ede/system.el:
7614 * cedet/ede/util.el:
7615 * cedet/semantic/analyze.el:
7616 * cedet/semantic/bovine.el:
7617 * cedet/semantic/complete.el:
7618 * cedet/semantic/ctxt.el:
7619 * cedet/semantic/db-file.el:
7620 * cedet/semantic/db-find.el:
7621 * cedet/semantic/db-global.el:
7622 * cedet/semantic/db-mode.el:
7623 * cedet/semantic/db-typecache.el:
7624 * cedet/semantic/db.el:
7625 * cedet/semantic/debug.el:
7626 * cedet/semantic/dep.el:
7627 * cedet/semantic/doc.el:
7628 * cedet/semantic/edit.el:
7629 * cedet/semantic/find.el:
7630 * cedet/semantic/format.el:
7631 * cedet/semantic/html.el:
7632 * cedet/semantic/ia-sb.el:
7633 * cedet/semantic/ia.el:
7634 * cedet/semantic/idle.el:
7635 * cedet/semantic/lex-spp.el:
7636 * cedet/semantic/lex.el:
7637 * cedet/semantic/mru-bookmark.el:
7638 * cedet/semantic/scope.el:
7639 * cedet/semantic/senator.el:
7640 * cedet/semantic/sort.el:
7641 * cedet/semantic/symref.el:
7642 * cedet/semantic/tag-file.el:
7643 * cedet/semantic/tag-ls.el:
7644 * cedet/semantic/tag-write.el:
7645 * cedet/semantic/tag.el:
7646 * cedet/semantic/util-modes.el:
7647 * cedet/semantic/analyze/complete.el:
7648 * cedet/semantic/analyze/refs.el:
7649 * cedet/semantic/bovine/c.el:
7650 * cedet/semantic/bovine/gcc.el:
7651 * cedet/semantic/bovine/make.el:
7652 * cedet/semantic/bovine/scm.el:
7653 * cedet/semantic/decorate/include.el:
7654 * cedet/semantic/decorate/mode.el:
7655 * cedet/semantic/symref/cscope.el:
7656 * cedet/semantic/symref/global.el:
7657 * cedet/semantic/symref/grep.el:
7658 * cedet/semantic/symref/idutils.el:
7659 * cedet/semantic/symref/list.el:
7660 * cedet/semantic/wisent/java-tags.el:
7661 * cedet/semantic/wisent/javascript.el:
7662 * cedet/srecode/compile.el:
7663 * cedet/srecode/cpp.el:
7664 * cedet/srecode/document.el:
7665 * cedet/srecode/el.el:
7666 * cedet/srecode/expandproto.el:
7667 * cedet/srecode/getset.el:
7668 * cedet/srecode/insert.el:
7669 * cedet/srecode/java.el:
7670 * cedet/srecode/map.el:
7671 * cedet/srecode/mode.el:
7672 * cedet/srecode/template.el:
7673 * cedet/srecode/texi.el: Remove the file-local setting of
7674 generated-autoload-feature.
7676 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
7677 and only put a prop if it is non-nil.
7679 2009-11-03 Juri Linkov <juri@jurta.org>
7681 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
7682 (menu-bar-options-menu): Fix list quoting (Bug#4429).
7684 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
7685 and "Menu" to make top-level menu item visually one unit (like
7686 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
7687 multi-word menu items). Fix :help string for quit-window.
7689 2009-11-03 Glenn Morris <rgm@gnu.org>
7691 * cedet/mode-local.el (with-mode-local): Doc fix.
7693 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7694 (byte-compile-file-form-define-abbrev-table)
7695 (byte-compile-file-form-custom-declare-variable)
7696 (byte-compile-variable-ref, byte-compile-defvar):
7697 Whether or not a warning is enabled should only affect whether we issue
7698 the warning, not whether or not we collect the relevant data.
7699 Eg warnings can be turned on and off throughout the course of a file.
7701 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
7702 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
7704 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7706 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
7707 * play/mpuz.el (mpuz-create-buffer):
7708 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
7709 (lm-print-y,s,noise, lm-print-w0, lm-init):
7710 * play/gomoku.el (gomoku-prompt-for-move):
7711 * play/fortune.el (fortune-in-buffer):
7712 * play/dissociate.el (dissociated-press):
7713 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
7714 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
7715 * mail/supercite.el (sc-eref-show):
7716 * mail/smtpmail.el (smtpmail-send-it):
7717 * mail/rmailsum.el (rmail-summary-next-labeled-message)
7718 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
7719 (rmail-summary-undelete-many, rmail-summary-rmail-update)
7720 (rmail-summary-goto-msg, rmail-summary-expunge)
7721 (rmail-summary-get-new-mail, rmail-summary-search-backward)
7722 (rmail-summary-add-label, rmail-summary-output-menu)
7723 (rmail-summary-output-body):
7724 * mail/rfc822.el (rfc822-addresses):
7725 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
7726 * mail/mailpost.el (post-mail-send-it):
7727 * mail/hashcash.el (hashcash-generate-payment):
7728 * mail/feedmail.el (feedmail-run-the-queue)
7729 (feedmail-queue-send-edit-prompt-help-first)
7730 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
7731 (feedmail-deduce-address-list):
7732 * eshell/esh-ext.el (eshell-remote-command):
7733 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
7734 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
7735 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
7736 (viper-save-string-in-file, viper-valid-marker):
7737 * emulation/viper-keym.el (viper-toggle-key):
7738 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
7739 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
7740 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
7741 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7742 (viper-exec-form-in-emacs, viper-brac-function):
7743 * emulation/viper.el (viper-delocalize-var):
7744 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
7745 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
7746 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
7747 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
7748 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
7749 * emulation/edt.el (edt-electric-helpify):
7750 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7751 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
7752 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
7753 (cua-indent-to-global-mark-column):
7754 * calendar/diary-lib.el (calendar-mark-1):
7755 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
7756 Use with-current-buffer.
7757 * emulation/viper.el (viper-delocalize-var): Use dolist.
7759 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
7761 * comint.el (comint-replace-by-expanded-history-before-point):
7762 Replace !! with the previous input string literally (Bug#1795).
7764 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
7766 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
7767 to be made up of whitespace.
7769 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
7771 * minibuffer.el (read-file-name): Don't use file dialogs for
7772 remote directories (Bug#99).
7774 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
7776 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
7778 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
7780 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
7781 instead of deleting the window or frame.
7783 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7785 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7786 Support face colors.
7788 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
7789 New function. Support face colors (Bug#1168).
7790 (tex-common-initialization): Use it.
7792 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
7793 mode allows it (Bug#1168).
7795 2009-10-31 Juri Linkov <juri@jurta.org>
7797 * facemenu.el (list-colors-display): Don't mark buffer as
7798 modified (Bug#3948).
7800 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7802 * international/mule-diag.el (list-character-sets-1): Minor
7803 message fix (Bug#3526).
7805 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
7806 face property (Bug#4834).
7807 (etags-list-tags, etags-tags-apropos-additional)
7808 (etags-tags-apropos, tags-select-tags-table): Add follow-link
7811 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
7814 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
7817 * cedet/ede.el (ede-minor-mode):
7818 * cedet/semantic.el (semantic-mode): Toggle menu separators.
7820 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7822 * textmodes/two-column.el (2C-split):
7823 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
7824 * textmodes/tex-mode.el (tex-set-buffer-directory):
7825 * textmodes/spell.el (spell-region, spell-string):
7826 * textmodes/reftex.el (reftex-erase-buffer):
7827 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
7828 * textmodes/reftex-toc.el (reftex-toc-promote-action):
7829 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
7830 (reftex-select-item):
7831 * textmodes/reftex-ref.el (reftex-label-info-update)
7832 (reftex-offer-label-menu):
7833 * textmodes/reftex-index.el (reftex-index-change-entry)
7834 (reftex-index-phrases-info):
7835 * textmodes/reftex-global.el (reftex-create-tags-file)
7836 (reftex-save-all-document-buffers, reftex-ensure-write-access):
7837 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7838 (reftex-view-crossref-from-bibtex):
7839 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7840 (reftex-extract-bib-entries-from-thebibliography)
7841 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7842 * textmodes/refbib.el (r2b-capitalize-title):
7843 (r2b-convert-buffer, r2b-help):
7844 * textmodes/page-ext.el (pages-directory)
7845 (pages-directory-goto-with-mouse):
7846 * textmodes/bibtex.el (bibtex-validate-globally):
7847 * textmodes/bib-mode.el (bib-capitalize-title):
7848 * textmodes/artist.el (artist-clear-buffer, artist-system):
7849 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7850 (local-set-scheme-interaction-buffer, xscheme-process-filter)
7851 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7852 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7853 (xscheme-send-control-g-interrupt, xscheme-start-process)
7854 (xscheme-process-sentinel, xscheme-cd):
7855 * progmodes/verilog-mode.el (verilog-read-always-signals)
7856 (verilog-set-define, verilog-getopt-file)
7857 (verilog-module-inside-filename-p):
7858 * progmodes/sh-script.el:
7859 * progmodes/python.el (python-pdbtrack-get-source-buffer)
7860 (python-pdbtrack-grub-for-buffer, python-execute-file):
7861 * progmodes/octave-inf.el (inferior-octave):
7862 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7863 (idlwave-shell-compile-helper-routines, idlwave-set-local)
7864 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7865 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7866 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7867 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7868 (idlwave-shell-filter, idlwave-shell-examine-highlight)
7869 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7870 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7871 (idlwave-shell-examine-display, idlwave-shell-run-region)
7872 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7873 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7874 * progmodes/idlw-help.el (idlwave-help-get-special-help)
7875 (idlwave-help-get-help-buffer):
7876 * progmodes/gud.el (gud-basic-call, gud-find-class)
7877 (gud-tooltip-activate-mouse-motions-if-enabled):
7878 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7879 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7880 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7881 (ebrowse-tags-next-file):
7882 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7883 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7884 (ebnf-eps-finish-and-write):
7885 * progmodes/cpp.el (cpp-edit-save):
7886 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7887 * progmodes/cc-defs.el (c-emacs-features):
7888 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7889 (antlr-directory-dependencies):
7890 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7891 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7892 (ada-find-any-references, ada-make-filename-from-adaname)
7893 (ada-make-body-gnatstub):
7894 * obsolete/rnews.el (news-list-news-groups):
7895 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
7896 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7897 * net/rcirc.el (rcirc-debug):
7898 * net/newst-treeview.el (newsticker--treeview-list-add-item)
7899 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7900 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7901 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
7902 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
7903 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7904 (newsticker--treeview-list-clear-highlight)
7905 (newsticker--treeview-list-update-highlight)
7906 (newsticker--treeview-list-highlight-start)
7907 (newsticker--treeview-tree-update-highlight)
7908 (newsticker--treeview-get-selected-item)
7909 (newsticker-treeview-mark-list-items-old)
7910 (newsticker--treeview-set-current-node):
7911 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7912 * net/newst-backend.el (newsticker--get-news-by-funcall)
7913 (newsticker--get-news-by-wget, newsticker--image-get)
7914 (newsticker--image-sentinel):
7915 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7916 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7917 (eudc-ph-close-session):
7918 * net/eudc.el (eudc-save-options):
7919 * language/thai-word.el (thai-update-word-table):
7920 * language/japan-util.el (japanese-string-conversion):
7921 * international/titdic-cnv.el (tsang-quick-converter)
7922 (ziranma-converter, ctlau-converter):
7923 * international/mule-cmds.el (describe-language-environment):
7924 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7925 (skkdic-convert-postfix, skkdic-convert-prefix):
7926 (skkdic-convert-okuri-nasi, skkdic-convert):
7927 * emacs-lisp/re-builder.el (reb-update-overlays):
7928 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7929 * emacs-lisp/gulp.el (gulp-send-requests):
7930 * emacs-lisp/find-gc.el (trace-call-tree):
7931 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7932 (eieio-describe-generic):
7933 * emacs-lisp/eieio-base.el (eieio-persistent-read):
7934 * emacs-lisp/edebug.el (edebug-outside-excursion):
7935 * emacs-lisp/debug.el (debugger-make-xrefs):
7936 * emacs-lisp/cust-print.el (custom-prin1-to-string):
7937 * emacs-lisp/chart.el (chart-new-buffer):
7938 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7939 Use with-current-buffer.
7940 * textmodes/artist.el (artist-system): Don't call
7941 copy-sequence on a fresh string.
7942 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7944 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
7946 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7947 is no item to edit. (Bug#4820)
7948 (todo-top-priorities): Restore point and restore narrowing in Todo
7951 2009-10-31 Glenn Morris <rgm@gnu.org>
7953 * net/ange-ftp.el (top-level): Don't require dired when compiling.
7954 (comint-last-output-start, comint-last-input-start)
7955 (comint-last-input-end): Don't defvar when compiling.
7956 (ange-ftp-process-file): Use bound-and-true-p.
7958 * pcmpl-rpm.el (top-level): Move provide statement to end.
7959 (pcmpl-rpm): Remove unused custom group.
7961 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7963 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7965 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7966 (byte-compile-warnings): Add `constants' as an option.
7967 (byte-compile-callargs-warn, byte-compile-arglist-warn)
7968 (display-call-tree): Update for byte-compile-fdefinition possibly
7969 returning `(macro lambda ...)'. (Bug#4778)
7970 (byte-compile-variable-ref, byte-compile-setq-default):
7971 Respect `constants' member of byte-compile-warnings.
7973 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
7974 Use mapc rather than mapcar because the return value is never used.
7976 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
7977 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
7978 * cedet/semantic/html.el:
7979 Suppress harmless warnings about setting up semantic-imenu (not
7980 part of Emacs) variables.
7982 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7984 * vc-bzr.el (vc-bzr-revision-keywords): New var.
7985 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7988 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
7989 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
7990 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
7991 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
7992 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
7993 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
7994 (semantic-analyzer-debug-global-symbol)
7995 (semantic-analyzer-debug-missing-innertype)
7996 (semantic-analyzer-debug-insert-include-summary):
7997 * cedet/semantic/util.el (semantic-file-tag-table):
7998 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
7999 (semantic-recursive-find-nonterminal-by-name):
8000 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8001 * cedet/semantic/tag-file.el (semantic-prototype-file):
8002 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8003 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8004 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8005 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8006 (semantic-idle-summary-maybe-highlight):
8007 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8008 (semantic-ia-sb-tag-info):
8009 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8010 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8011 * cedet/semantic/ede-grammar.el (project-compile-target):
8012 (ede-proj-makefile-insert-variables):
8013 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8014 (semantic-debug-set-source-location, semantic-debug-interface-layout)
8015 (semantic-debug-mode, semantic-debug):
8016 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8017 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8018 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8019 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8020 (semanticdb-find-translate-path-includes--internal)
8021 (semanticdb-reset-log, semanticdb-find-log-activity):
8022 * cedet/semantic/db-file.el (object-write):
8023 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8024 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8025 (semanticdb-create-ebrowse-database):
8026 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8027 * cedet/semantic/complete.el (semantic-displayor-focus-request)
8028 (semantic-collector-calculate-completions-raw)
8029 (semantic-complete-read-tag-analyzer):
8030 * cedet/semantic/analyze.el (semantic-analyze-pulse):
8031 * cedet/ede/util.el (ede-update-version-in-source):
8032 * cedet/ede/proj.el (project-delete-target):
8033 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8034 (ede-proj-flush-autoconf):
8035 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8036 (ede-proj-configure-synchronize):
8037 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8038 * cedet/ede/linux.el (ede-linux-version):
8039 * cedet/ede/emacs.el (ede-emacs-version):
8040 * cedet/ede/dired.el (ede-dired-add-to-target):
8041 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8042 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8043 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8044 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8045 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8046 (cedet-idutils-version-check):
8047 * cedet/cedet-global.el (cedet-gnu-global-call):
8048 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8049 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8050 * cedet/cedet-cscope.el (cedet-cscope-call)
8051 (cedet-cscope-expand-filename, cedet-cscope-version-check):
8052 Use with-current-buffer.
8053 * cedet/ede.el (ede-make-project-local-variable)
8054 (ede-set-project-variables, ede-set): Use dolist.
8056 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
8058 * textmodes/ispell.el (ispell-skip-region-alist):
8059 * international/mule-conf.el (eight-bit):
8060 * international/fontset.el (font-encoding-alist):
8061 * startup.el (pure-space-overflow-message):
8062 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8063 * paths.el (gnus-nntp-service, rmail-spool-directory)
8065 * files.el (save-some-buffers-action-alist):
8066 * cmuscheme.el (same-window-buffer-names):
8067 * ielm.el (same-window-buffer-names):
8068 * shell.el (same-window-buffer-names):
8069 * mail/sendmail.el (same-window-buffer-names):
8070 * progmodes/inf-lisp.el (same-window-buffer-names):
8071 * bindings.el (mode-line-client)
8072 (mode-line-column-line-number-mode-map):
8073 * language/tibetan.el (tibetan-precomposition-rule-regexp)
8074 (tibetan-precomposed-regexp): Purecopy string arguments.
8076 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8078 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
8079 (calcDigit-nondigit):
8080 * calc/calc-yank.el (calc-copy-to-buffer):
8081 * calc/calc-units.el (calc-invalidate-units-table):
8082 * calc/calc-trail.el (calc-trail-yank):
8083 * calc/calc-store.el (calc-insert-variables):
8084 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8085 * calc/calc-prog.el (calc-read-parse-table):
8086 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
8087 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
8088 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
8089 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
8090 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
8091 (calc-graph-name, calc-graph-find-command, calc-graph-view)
8092 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
8093 * calc/calc-ext.el (calc-realign):
8094 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
8095 (calc-embedded-finish-edit, calc-embedded-make-info)
8096 (calc-embedded-finish-command, calc-embedded-stack-change):
8097 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
8099 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
8100 (overload-docstring-extension): Use that info.
8101 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
8102 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
8103 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
8104 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
8105 (semantic-nonterminal-full-name): Add the new `when' info.
8106 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
8109 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
8110 shell-dynamic-complete-filename in preference to
8111 comint-dynamic-complete-filename.
8113 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8114 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8115 Don't consider whether the display supports colors.
8116 (bookmark-import-new-list): Use dolist.
8117 (bookmark-bmenu-mode-map): Move initialization into declaration.
8118 (bookmark-bmenu-list): Use dolist, simplify.
8119 (bookmark-show-all-annotations): Use save-selected-window and dolist.
8120 (menu-bar-final-items): Use push.
8122 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
8124 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
8125 it works on remote files.
8126 (vc-hg-diff): Don't pass any `--cwd' argument.
8128 2009-10-27 Kevin Ryde <user42@zip.com.au>
8130 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8131 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
8132 (Further to Bug#3921).
8134 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
8136 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
8137 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
8138 calling `tramp-imap-put-file'. Add file size to the call.
8139 (tramp-imap-get-file-entries): Compute also user name, file size,
8141 (tramp-imap-handle-insert-directory): Insert uid and gid.
8142 (tramp-imap-handle-file-attributes): Transform uid and gid
8143 according to `id-format'.
8144 (tramp-imap-put-file): New optional parameter SIZE. Encode file
8145 size in header X-Size.
8147 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
8149 * simple.el (transpose-subr): Give clearer error when the mark
8150 is not set. (Bug#4807)
8152 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
8154 * net/tramp.el (tramp-perl-file-truename): New defconst.
8155 Perl code contributed by yary <not.com@gmail.com> (tiny change).
8156 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
8157 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
8158 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
8160 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
8161 Ignore `dired-call-process'.
8162 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
8164 2009-10-26 Julian Scheid <julians37@gmail.com>
8166 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
8167 (tramp-get-remote-readlink): New defun.
8168 (tramp-handle-file-truename): Use it.
8169 (tramp-handle-file-exists-p): Check file-attributes cache, assume
8170 file exists if cache value present.
8171 (tramp-check-cached-permissions): New defun.
8172 (tramp-handle-file-readable-p): Use it.
8173 (tramp-handle-file-writable-p): Likewise.
8174 (tramp-handle-file-executable-p): Likewise.
8175 (tramp-handle-file-name-all-completions): Try using Perl to get
8176 partial completions. When perl not available, combine `cd' and
8177 `ls' into single remote operation and use shell expansion to get
8178 partial remote directory contents. Set `file-exists-p' cache for
8179 directory and any files returned by ls. Change cache handling to
8180 support partial directory contents. Use error message emitted by
8181 remote `cd' or Perl code for local tramp-error.
8182 (tramp-do-copy-or-rename-file-directly): Avoid separate
8183 tramp-send-command-and-check call.
8184 (tramp-handle-process-file): Merge three remote ops into one.
8185 Do not flush all caches when `process-file-side-effects' is set.
8186 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
8187 file-attributes shows uid/gid to be set already.
8189 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8191 * textmodes/tex-mode.el (tex-dvi-view-command)
8192 (tex-show-queue-command, tex-open-quote):
8193 * progmodes/ruby-mode.el (auto-mode-alist)
8194 (interpreter-mode-alist): Purecopy strings.
8196 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
8198 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
8199 string for the hook, keymap and abbrev table.
8201 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
8203 * x-dnd.el (x-dnd-xdnd-to-action):
8204 * startup.el (fancy-startup-text, fancy-about-text): Change to
8205 defconst from defvar.
8207 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
8209 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
8210 Purecopy initialization strings.
8212 * mail/sendmail.el (mail-header-separator)
8213 (mail-personal-alias-file):
8214 * mail/rmail.el (rmail-default-dont-reply-to-names)
8215 (rmail-ignored-headers, rmail-retry-ignored-headers)
8216 (rmail-highlighted-headers, rmail-secondary-file-directory)
8217 (rmail-secondary-file-regexp):
8218 * files.el (null-device, file-name-invalid-regexp)
8219 (locate-dominating-stop-dir-regexp)
8220 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
8221 (interpreter-mode-alist): Use mapcar instead of mapc.
8223 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
8225 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
8226 (completion-ignored-extensions):
8227 (debug-ignored-errors): Purecopy strings.
8229 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8231 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
8232 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
8233 (pcomplete--here): Use push.
8235 * subr.el (all-completions): Declare the 4th arg obsolete.
8237 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8239 * pcomplete.el (pcomplete-unquote-argument-function): New var.
8240 (pcomplete-unquote-argument): New function.
8241 (pcomplete--common-suffix): Always pay attention to case.
8242 (pcomplete--table-subvert): Quote and unquote the text.
8243 (pcomplete--common-quoted-suffix): New function.
8244 (pcomplete-std-complete): Use it and pcomplete-begin.
8246 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8247 we're inside a dedicated or minibuffer window.
8249 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8251 * cedet/semantic/fw.el (semantic-alias-obsolete)
8252 (semantic-varalias-obsolete): Make the `when' arg mandatory.
8253 (define-mode-overload-implementation):
8254 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
8255 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
8256 * cedet/semantic/util.el (semantic-file-token-stream)
8257 (semantic-something-to-stream):
8258 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
8259 (semantic-expand-nonterminal):
8260 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
8261 (semantic-find-dependency, semantic-find-nonterminal)
8262 (semantic-find-dependency):
8263 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
8264 (semantic-flex-text, semantic-flex-make-keyword-table)
8265 (semantic-flex-keyword-p, semantic-flex-keyword-put)
8266 (semantic-flex-keyword-get, semantic-flex-map-keywords)
8267 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
8268 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
8269 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
8270 (semantic-after-idle-scheduler-reparse-hooks):
8271 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
8272 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
8273 * cedet/semantic.el (semantic-toplevel-bovine-table)
8274 (semantic-toplevel-bovine-cache)
8275 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
8276 (semantic-init-mode-hooks, semantic-init-db-hooks)
8277 (semantic-bovination-working-type): Provide the `when' arg.
8279 2009-10-24 Karl Fogel <kfogel@red-bean.com>
8281 * bookmark.el: Update documentation, especially documentation
8282 of `bookmark-alist' and of the bookmark file format.
8283 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
8285 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
8287 * mail/emacsbug.el (report-emacs-bug): Clarify that the
8288 keybindings apply to the mail buffer (Bug#4003). Shrink help
8291 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8292 (global-whitespace-mode, global-whitespace-newline-mode)
8293 (whitespace-toggle-options, global-whitespace-toggle-options):
8296 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
8297 of xmltok-start before the end tag was inserted (Bug#2840).
8299 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
8300 patterns that are preceded by an open-paren (Bug#1320).
8302 2009-10-24 Sven Joachim <svenjoac@gmx.de>
8304 * files.el (delete-directory): Delete symlinks to directories with
8305 delete-file (Bug#4739).
8307 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
8309 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
8310 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
8311 argument to make-obsolete.
8313 * cedet/semantic/fw.el (semantic-alias-obsolete)
8314 (semantic-varalias-obsolete): Add optional WHEN argument.
8316 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
8318 * vc.el (vc-backend-for-registration): Rename from
8319 vc-get-backend-for-registration. Update callers.
8321 * international/mule-cmds.el (set-language-info-alist):
8323 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
8324 (charset): Purecopy the name.
8325 (define-char-code-property): Purecopy string arguments.
8327 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8328 Purecopy string arguments.
8330 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8331 * ediff-hook.el (menu-bar-ediff-menu):
8332 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
8333 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
8335 2009-10-24 Glenn Morris <rgm@gnu.org>
8337 * comint.el (comint-dynamic-list-completions):
8338 * term.el (term-dynamic-list-completions): Use choose-completion rather
8339 than obsolete alias mouse-choose-completion.
8341 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
8342 file-cache-choose-completion.
8343 (file-cache-choose-completion): Handle an optional event argument.
8344 (file-cache-mouse-choose-completion): Make it an obsolete alias.
8346 * progmodes/octave-mod.el (octave-complete-symbol):
8347 Use choose-completion if mouse-choose-completion is ever removed.
8349 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
8352 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
8355 * vc-hooks.el (vc-responsible-backend): Fix declaration.
8357 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8359 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
8360 Ignore `pred' now that we receive one.
8361 Handle test-completion specially.
8363 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
8365 * vc.el (vc-responsible-backend): Throw an error if not backend is
8366 found. Remove the REGISTER argument. Move the code dealing with
8368 (vc-get-backend-for-registration): ... here. New function.
8369 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
8370 of vc-responsible-backend, pass the file name instead of the
8373 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8375 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
8377 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
8378 (pcomplete-comint-setup): Don't modify a global var via
8379 accidental side-effects.
8380 (pcomplete-shell-setup): Adjust call accordingly.
8381 (pcomplete-parse-comint-arguments): Use push.
8383 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
8385 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8386 Allow uncapitalized info node names (Bug#3921).
8388 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
8389 to the DEBUG file (Bug#3781).
8391 2009-10-23 Jari Aalto <jari.aalto@cante.net>
8393 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
8394 dictionary entry (Bug#4579).
8396 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
8398 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
8399 from `rfn-eshadow-update-overlay-hook' when unloading.
8400 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
8401 "rsyncc". Adjust doc string.
8402 (tramp-temp-buffer-file-name): New buffer-local defvar.
8403 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8404 Keep temporary file when indicated by method ("rsync" and
8406 (tramp-handle-write-region): Handle APPEND.
8407 (tramp-delete-temp-file-function): New defun. Added to
8410 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
8412 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
8414 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
8416 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
8417 (color-name-rgb-alist, tty-standard-colors)
8418 (tty-color-mode-alist): Change to defconst.
8420 * simple.el (mark-inactive): Purecopy message.
8422 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
8423 (global-map, yank-menu):
8424 * textmodes/ispell.el (ispell-menu-map):
8425 * net/eudc.el (eudc-tools-menu):
8426 * international/mule-cmds.el (describe-language-environment-map)
8427 (setup-language-environment-map, set-coding-system-map)
8429 * vc-hooks.el (vc-menu-entry, vc-menu-map):
8430 * replace.el (occur-mode-map):
8431 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
8433 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
8435 * calc/calc.el (math-read-number, math-read-number-simple): Use
8438 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8440 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
8441 rather than fiddling with global-map bindings, since it should only
8442 affect per-terminal settings.
8443 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
8445 * minibuffer.el (completion-table-with-terminator): Allow to specify
8446 the terminator-regexp.
8448 * simple.el (switch-to-completions): Look for *Completions* in other
8451 * pcomplete.el: Allow the use of completion-tables.
8452 (pcomplete-std-complete): New command.
8453 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
8454 (pcomplete--here): Use a function for `form' rather than an expression,
8455 so it can be byte-compiled.
8456 (pcomplete-here, pcomplete-here*): Adjust accordingly.
8457 Add edebug declaration.
8458 (pcomplete-show-completions): Remove unused var `curbuf'.
8459 (pcomplete-do-complete, pcomplete-stub):
8460 Don't assume `completions' is a list of strings any more.
8462 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
8464 * find-dired.el (find-name-arg): Fix typo in docstring.
8466 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8468 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
8469 (pcmpl-linux-fs-types): Same, and update to new modules layout.
8471 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
8474 * comint.el (comint-read-input-ring, comint-write-input-ring)
8475 (comint-substitute-in-file-name)
8476 (comint-dynamic-complete-as-filename)
8477 (comint-dynamic-simple-complete)
8478 (comint-dynamic-list-filename-completions)
8479 (comint-dynamic-list-completions)
8480 (comint-redirect-results-list-from-process): Minor simplifications.
8482 2009-10-21 Kevin Ryde <user42@zip.com.au>
8484 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8485 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
8486 the first form. And insert a blank line after ";;; Code" since
8487 that's usual style. (Bug#4612)
8489 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
8491 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8493 * minibuffer.el (completion-table-with-terminator): Properly implement
8494 boundaries, in case `terminator' appears in the suffix.
8495 (completion--embedded-envvar-table): Don't return boundaries if
8496 there's no valid completion. Simplify.
8497 (completion-file-name-table): New completion table extracted from
8498 completion--file-name-table.
8499 (completion--file-name-table): Use it.
8500 (read-file-name-predicate): Declare obsolete.
8501 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
8502 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
8503 completion-file-name-table, and use the `pred' argument.
8504 * files.el (locate-file-completion-table): Use the `pred' arg rather
8505 than read-file-name-predicate.
8506 (abbreviate-file-name): Use \` rather than ^ for BOS.
8508 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
8510 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
8511 vc-responsible-backend to register, it causes problems.
8513 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8515 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
8517 2009-10-21 Eric Ludlam <zappo@gnu.org>
8519 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
8520 (semantic-c-debug-mode-init-pch): New functions.
8521 (semantic-c-debug-mode-init-last-mode): New var.
8522 (semantic-c-parse-lexical-token): Use them.
8524 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
8525 When extracting the argument list, limit only by point-max.
8527 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
8529 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
8530 (tramp-smb-handle-file-attributes): Use it.
8531 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
8532 (tramp-smb-handle-insert-directory): Use `mapc' rather than
8533 `mapcar'. Use `tramp-smb-get-stat-capability'.
8534 Add `dired-filename' text properties.
8535 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
8536 (tramp-smb-maybe-open-connection): Simplify check for smbclient
8539 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8541 * subr.el (read-key-delay): Reduce to 0.01.
8542 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
8545 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8547 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
8549 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
8550 (Info-menu): Remove unused vars `last' and `completions'.
8551 (Info-index-nodes): Remove unused var `node'.
8553 * info.el (Info-complete-menu-item): Use complete-with-action.
8555 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
8557 Make vc-annotate work through copies and renames.
8558 * vc-annotate.el (vc-annotate-extract-revision-at-line):
8559 Return the file name too.
8560 (vc-annotate-revision-at-line)
8561 (vc-annotate-find-revision-at-line)
8562 (vc-annotate-revision-previous-to-line)
8563 (vc-annotate-show-log-revision-at-line): Update to get the file
8564 name from vc-annotate-extract-revision-at-line.
8565 (vc-annotate-show-diff-revision-at-line-internal): Change the
8566 argument to mean whether to show a file diff or not. Get the file
8567 name from vc-annotate-extract-revision-at-line.
8568 (vc-annotate-show-diff-revision-at-line):
8569 Update vc-annotate-show-diff-revision-at-line call.
8570 (vc-annotate-warp-revision): Add an optional file argument.
8572 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
8573 (vc-git-annotate-extract-revision-at-line): Also return the file
8576 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
8577 command. Remove unused code.
8578 (vc-hg-annotate-re): Update to match --follow output.
8579 (vc-hg-annotate-extract-revision-at-line): Also return the file
8582 * vc.el: Update annotate-extract-revision-at-line documentation.
8584 2009-10-18 Kevin Ryde <user42@zip.com.au>
8586 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
8587 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
8589 * net/browse-url.el (browse-url): Identify alist with "consp and
8590 not functionp" and let all other things go down the `apply' leg,
8591 as suggested by Stefan. (Further to bug#4531.)
8593 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
8595 * minibuffer.el (read-file-name): Check for repeat before putting
8596 a default argument in file-name-history (Bug#4657).
8598 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
8599 read syntax (Bug#4737).
8601 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
8603 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8605 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
8606 (html-tag-alist, html-tag-help): Add descriptions for undocumented
8607 entries and make note of obsolete tags.
8609 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8611 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
8613 2009-10-18 Glenn Morris <rgm@gnu.org>
8615 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
8616 grep, so that binary files (eg international/uni-bidi.el) can match.
8617 Remove test for "UnicodeData" files, since it is hopefully unnecessary
8618 now, and in any case the file header format has changed.
8620 2009-10-17 Glenn Morris <rgm@gnu.org>
8622 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
8623 (flyspell-get-word, flyspell-large-region)
8624 (flyspell-auto-correct-previous-word): Doc/error message fixes.
8626 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
8628 * Makefile.in (ELCFILES): Add ede/shell.
8630 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
8632 * term/common-win.el (x-colors): Purecopy it.
8634 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8636 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
8637 permissive for when the buffer is empty.
8638 (tar-header-block-tokenize): Decode the username and groupname.
8639 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
8641 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
8643 * cedet/srecode/srt.el:
8644 * cedet/srecode/compile.el:
8645 * cedet/semantic/mru-bookmark.el:
8646 * cedet/semantic/debug.el:
8647 * cedet/semantic/complete.el:
8648 * cedet/semantic/analyze.el: Require CL when compiling.
8650 2009-10-17 Eric Ludlam <zappo@gnu.org>
8652 * cedet/semantic/scope.el
8653 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
8654 tmpscope so that the regular scope will continue to work.
8656 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
8657 Use semantic-idle-summary-highlight-face as the highlighting.
8659 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
8660 contains multibyte characters, choose first applicable coding
8661 system automatically.
8663 * cedet/ede/project-am.el (project-run-target): New method.
8664 (project-run-target): New method.
8666 * cedet/ede.el (ede-target): Add run target menu item.
8667 (ede-project, ede-minor-keymap): Add ede-run-target binding.
8668 (ede-run-target): New function.
8669 (ede-target::project-run-target): New method.
8671 * cedet/ede/proj.el (project-run-target): New method.
8673 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
8674 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
8676 (ede-proj-target-makefile-shared-object): Only libtool compilers
8677 now available. Add linkers for libtool.
8678 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
8679 (ede-proj-makefile-target-name): Always use .la extension.
8681 * cedet/ede/proj-prog.el (project-run-target): New method.
8683 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
8684 (ede-g++-linker): Change Change link lines.
8686 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
8687 When searching for old variables, go to the end of the buffer and
8688 search backward from there.
8689 (ede-proj-makefile-automake-insert-subdirs)
8690 (ede-proj-makefile-automake-insert-extradist): New methods.
8691 (ede-proj-makefile-create): Use them.
8693 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
8694 Force FILE to expand to the current target. Use file-exists-p to
8695 check that it exists.
8697 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
8698 (ede-linux-load): Wrap dir in file-name-as-directory.
8701 * cedet/ede/files.el (ede-get-locator-object): When enabling
8702 locate, do so on "top".
8704 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
8705 file-name-as-directory during compare.
8706 (ede-emacs-version): Return Emacs/XEmacs differentiator.
8707 Get version number from different places. Don't call egrep.
8708 (ede-emacs-load): Set :version slot. Call file-name-as-directory
8709 to set the directory.
8711 * cedet/ede/shell.el: New file.
8713 * cedet/inversion.el (inversion-decoders): Allow for stray . in
8714 alpha/beta variants.
8716 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8718 * international/mule-cmds.el (select-safe-coding-system): If the file
8719 has a coding cookie, use it regardless of any other setting (bug#4712).
8721 2009-10-17 Glenn Morris <rgm@gnu.org>
8723 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
8724 All errors should have messages.
8726 * foldout.el (foldout-mouse-swallow-events):
8727 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
8729 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
8730 (dired-keep-marker-copy, dired-keep-marker-hardlink)
8731 (dired-keep-marker-symlink, dired-dwim-target)
8732 (dired-copy-preserve-time): Do not autoload these defcustoms.
8734 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
8735 messages from messing up the file coding. (Bug#4623)
8737 2009-10-17 Jari Aalto <jari.aalto@cante.net>
8739 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
8740 if no match is found for the current dictionary. (Bug#4578)
8742 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
8743 optional, since that is how it is documented, and this is often called
8744 with a nil argument. (Bug#4577)
8745 (flyspell-external-point-words, flyspell-auto-correct-word)
8746 (flyspell-correct-word-before-point, flyspell-word-search-forward)
8747 (flyspell-word-search-backward): Remove nil argument in calls to
8748 flyspell-get-word, since it is not needed now.
8750 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
8752 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
8754 2009-10-16 Glenn Morris <rgm@gnu.org>
8756 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
8758 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
8760 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
8761 (ange-ftp-file-size): New function.
8762 (ange-ftp-file-attributes): Use it.
8764 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
8766 * net/tramp-smb.el (tramp-smb-version): New defvar.
8767 (tramp-smb-maybe-open-connection): Use it, in order to avoid
8770 2009-10-16 Glenn Morris <rgm@gnu.org>
8772 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8773 Maybe copy some custom properties from old to new name. (Bug#4706)
8775 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
8777 * subr.el (error, sit-for, start-process-shell-command)
8778 (start-file-process-shell-command): Set the calling convention
8779 after the function definition.
8781 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8783 * subr.el (error, sit-for, start-process-shell-command)
8784 (start-file-process-shell-command): Use the new
8785 set-advertised-calling-convention feature.
8787 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
8789 * international/ucs-normalize.el (ucs-normalize-version):
8791 (check-range): Adjust for Unicode 5.2.
8793 2009-10-15 Juri Linkov <juri@jurta.org>
8795 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
8796 to the `menu-item' format.
8798 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
8800 * net/tramp.el (tramp-replace-environment-variables): Do not fail
8801 if the environment variable does not exist.
8803 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8804 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
8806 (tramp-smb-handle-add-name-to-file)
8807 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8808 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8809 (tramp-smb-handle-file-attributes)
8810 (tramp-smb-do-file-attributes-with-stat)
8811 (tramp-smb-handle-file-local-copy)
8812 (tramp-smb-handle-insert-directory)
8813 (tramp-smb-handle-make-directory)
8814 (tramp-smb-handle-make-directory-internal)
8815 (tramp-smb-handle-make-symbolic-link)
8816 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
8817 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
8818 (tramp-smb-maybe-open-connection): Apply the changed parameters.
8819 (tramp-smb-read-file-entry): Read Disk names in compressed format.
8820 Handle long file names.
8821 (tramp-smb-get-cifs-capabilities): Check, whether the connection
8823 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
8824 Read share names with "-g" option.
8826 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
8828 * net/rcirc.el (rcirc-view-log-file): New command.
8829 (rcirc-track-minor-mode-map): Remove C-c ` binding.
8830 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
8833 2009-10-15 Glenn Morris <rgm@gnu.org>
8835 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
8836 from the second command-line argument.
8837 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
8838 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
8839 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
8840 w32-batch-update-autoloads.
8841 * emacs-lisp/autoload.el (autoload-make-program): New variable.
8842 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
8844 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
8845 the headers cannot be located. Simplify, subtracting superflous
8848 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8850 Replace completion-base-size by completion-base-position to fix bugs
8852 * simple.el (completion-base-position): New var.
8853 (completion-base-size): Mark as obsolete.
8854 (choose-completion): Make it work for mouse events as well.
8855 Pass the new base-position to choose-completion-string.
8856 (choose-completion-guess-base-position): New function, extracted from
8857 choose-completion-delete-max-match.
8858 (choose-completion-delete-max-match): Use it. Make obsolete.
8859 (choose-completion-string): Use the new base-position info.
8860 (completion-root-regexp): Delete.
8861 (completion-setup-function): Preserve completion-base-position.
8862 Eliminate obsolete base-size manipulation.
8863 * minibuffer.el (display-completion-list): Don't mess with base-size.
8864 (minibuffer-completion-help): Set completion-base-position instead.
8865 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
8867 * textmodes/bibtex.el (bibtex-complete):
8868 * emacs-lisp/crm.el (crm--choose-completion-string):
8869 Adjust to new calling convention.
8870 * complete.el (partial-completion-mode): Use minibufferp to avoid
8871 bumping into incompatible change to choose-completion-string-functions.
8872 * ido.el (ido-choose-completion-string): Make its calling convention
8874 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
8875 base-size manipulation.
8876 (comint-dynamic-list-input-ring): Use dotimes and push.
8877 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
8878 fundamental-mode. Use `or'.
8880 2009-10-14 Juri Linkov <juri@jurta.org>
8882 * misearch.el (multi-isearch-next-buffer-from-list)
8883 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
8885 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8887 * Makefile.in (compile-onefile): Load `bytecomp' rather than
8890 * minibuffer.el (completion-pcm--merge-completions): Make sure the
8891 string we return is all made up of text from the completions rather
8892 than part from the completions and part from the input (bug#4219).
8894 * ido.el (ido-everywhere): Use define-minor-mode.
8896 * buff-menu.el (list-buffers, ctl-x-map):
8897 Mark the entry points with ;;;###autoload cookies.
8899 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
8901 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
8902 correctly in the detached head case.
8903 (vc-git-print-log): Remove unused binding.
8905 * vc.el (vc-responsible-backend): When a directory is passed for
8906 for registration create a VC repository if no backend is
8907 responsible for the directory argument.
8908 (vc-deduce-fileset): Tell vc-responsible-backend to register.
8910 * vc.el: Move comments about RCS and SCCS ...
8912 * vc-sccs.el: ... here, respectively.
8914 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8916 * minibuffer.el (completion--file-name-table): Return nil if there's
8917 no file completion, even if substitute-in-file-name changed
8918 the string (bug#4708).
8920 2009-10-13 Juri Linkov <juri@jurta.org>
8922 * files-x.el (read-file-local-variable-value): Don't filter out
8923 minor modes from mode name completion (bug#4664).
8925 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
8927 * international/mule-cmds.el (ucs-names): Remove exclusion of
8928 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
8930 2009-10-13 Kenichi Handa <handa@m17n.org>
8932 * international/uni-name.el: Regenerated.
8934 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
8936 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
8937 should be automatically buffer-local, but isn't.)
8939 2009-10-12 Sam Steingold <sds@gnu.org>
8941 * progmodes/compile.el (compilation-next-error-function): Fix the
8942 timestamps if the buffer has been visited before.
8943 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
8944 non-anchored patterns, like the perl one (bug#3928).
8946 2009-10-12 Glenn Morris <rgm@gnu.org>
8948 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
8951 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
8953 * proced.el (proced-unload-function): New function.
8955 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
8956 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
8959 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
8961 2009-10-11 Juri Linkov <juri@jurta.org>
8963 * files-x.el (read-file-local-variable-value):
8964 Provide default value only for bound variables (bug#4664).
8966 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
8968 * net/tramp.el (tramp-local-host-p): Function shall return nil for
8969 connection methods like smb.
8971 * net/tramp-cache.el (tramp-flush-connection-property): The hash
8974 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8975 (tramp-smb-file-name-handler-alist): Add handlers for
8976 `add-name-to-file', `make-symbolic-link'.
8977 (tramp-smb-handle-add-name-to-file)
8978 (tramp-smb-do-file-attributes-with-stat)
8979 (tramp-smb-handle-make-symbolic-link)
8980 (tramp-smb-get-cifs-capabilities): New defuns.
8981 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8982 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8983 (tramp-smb-handle-file-local-copy)
8984 (tramp-smb-handle-make-directory-internal)
8985 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8986 The file name syntax depends on cifs capabilities.
8987 (tramp-smb-handle-file-attributes):
8988 Call `tramp-smb-do-file-attributes-with-stat' if possible.
8989 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
8990 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
8992 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
8994 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
8995 (eieio-defclass): Apply deftype handler and setf-method properties
8997 (eieio-add-new-slot): Avoid union function from cl library.
8998 (eieio--typep): New function.
8999 (eieio-perform-slot-validation): Use it.
9001 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9003 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9004 Update documentation to refer to the variables documented in r1.135.
9007 2009-10-10 Karl Fogel <kfogel@red-bean.com>
9009 * bookmark.el (Info-suffix-list): Remove this unused variable.
9010 (bookmark-current-point): Remove this obsolete variable.
9011 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9012 Adjust for removal of bookmark-current-point.
9014 (bookmarks-already-loaded, bookmark-current-buffer)
9015 (bookmark-yank-point): Document. (Bug#4188)
9017 2009-10-10 Glenn Morris <rgm@gnu.org>
9019 * frame.el (frame-height): Doc fix.
9021 * calendar/calendar.el (calendar-split-width-threshold): New option.
9022 (calendar-basic-setup): Use calendar-split-width-threshold.
9024 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
9026 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9027 Use .la for Automake.
9029 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
9031 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9032 Use "autoreconf -i". Suggested by Andreas Schwab.
9034 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
9036 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9037 Ideographic Supplement" range (U+1F200..U+1F2FF).
9039 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9041 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9042 since the list will have been rebuilt anyway. (Bug#4349)
9044 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9046 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9047 (bookmark-bmenu-execute-deletions): Don't save here, as
9048 bookmark-delete will now do so if necessary.
9049 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9052 2009-10-09 Glenn Morris <rgm@gnu.org>
9054 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9056 2009-10-09 Karl Fogel <kfogel@red-bean.com>
9058 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9059 (bookmark-jump-other-window): Just invoke bookmark-jump with new
9060 argument now, so the two function's behaviors will match. (Bug#3645)
9062 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
9064 * cedet/ede/proj.el (project-make-dist, project-compile-project):
9066 (ede-proj-dist-makefile): Use expand-file-name instead of concat
9067 to expand file names.
9069 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
9071 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9072 (tramp-file-name-real-host, tramp-file-name-port):
9073 Apply `save-match-data'.
9075 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
9076 case both directories are remote.
9077 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
9078 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
9080 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
9082 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
9083 (ede-proj-target-makefile-objectcode): Use it.
9085 * cedet/ede/source.el (ede-want-any-source-files-p)
9086 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
9087 Return search result. This error was introduced while merging.
9089 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
9091 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
9093 2009-10-07 Glenn Morris <rgm@gnu.org>
9095 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
9098 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9100 * files-x.el (read-file-local-variable): Include some
9101 non-user-variables in the completion table (bug#4664).
9103 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
9105 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
9108 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9109 (tramp-smb-file-name-handler-alist): Add handler for
9110 `copy-directory', `expand-file-name', `set-file-modes'.
9111 (tramp-smb-handle-copy-directory)
9112 (tramp-smb-handle-expand-file-name)
9113 (tramp-smb-handle-set-file-modes): New defuns.
9114 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
9115 (tramp-smb-handle-file-attributes): Simplify check for retrieving
9117 (tramp-smb-handle-insert-directory): Don't flush the cache.
9118 (tramp-smb-maybe-open-connection): Check for samba client and
9121 2009-10-07 Eli Zaretskii <eliz@gnu.org>
9123 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
9124 to not error out of search for "^lisp=" fails.
9126 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
9128 * makefile.w32-in (WINS_UPDATES): New macro.
9129 (custom-deps, finder-data, autoloads): Use it.
9131 2009-10-07 Glenn Morris <rgm@gnu.org>
9133 * Makefile.in (autoloads): Revert previous change.
9134 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
9135 the list of preloaded files passed on the command-line, get
9136 it from src/Makefile.
9138 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
9139 show the original buffer rather than a random one.
9141 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
9143 * help.el (describe-no-warranty): Place point in a slightly better
9144 position in the GPLv3 text.
9146 2009-10-06 Sam Steingold <sds@gnu.org>
9148 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
9149 the comm attribute is present before calling regexp-quote.
9151 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
9153 * play/animate.el (animate-string): For good effect, make sure
9154 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
9156 * play/animate.el (animate-sequence, animate-birthday-present):
9157 * misc.el (butterfly): Don't set `indent-tabs-mode'.
9159 2009-10-06 Glenn Morris <rgm@gnu.org>
9161 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
9163 * emacs-lisp/autoload.el (autoload-excludes): New variable.
9164 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
9165 (batch-update-autoloads): Process a string value of autoload-excludes,
9166 set during the build process.
9167 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
9169 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
9170 inside with-parsed... macro so that `v' is defined.
9172 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
9173 * progmodes/fortran.el (fortran-end-of-block)
9174 (fortran-beginning-of-block):
9175 Also push mark in the macro case.
9177 * emerge.el (emerge-show-file-name):
9178 * calc/calc.el (calc-quit):
9179 * calc/calc-misc.el (calc-big-or-small):
9180 * calc/calc-graph.el (calc-graph-view):
9181 * calc/calc-ext.el (calc-reset):
9182 * calendar/calendar.el (calendar-basic-setup):
9183 Use window-full-height-p.
9185 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
9186 header we don't understand, don't insert another. (Bug#4624)
9187 If changing mime charset, insert the new one in the right place.
9189 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
9191 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9192 (cal-tex-cursor-month): Correctly increment the end date for diary and
9193 holiday listing. (Bug#4626)
9195 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9197 * help-fns.el (describe-function-1): Don't burp if the function is not
9200 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
9202 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
9203 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
9204 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
9205 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
9207 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
9208 (eieio-default-superclass): Reflow docstrings.
9209 (this, class-option-assoc, defclass, eieio-class-un-autoload)
9210 (eieio-unbind-method-implementations, defmethod)
9211 (eieio-validate-slot-value, eieio-validate-class-slot-value)
9212 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
9213 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
9214 (eieio-slot-originating-class-p, eieio-slot-name-index)
9215 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
9216 (constructor, initialize-instance, no-next-method, object-print)
9217 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
9218 Fix typos in docstrings.
9219 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
9220 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
9221 (next-method-p): Doc fixes.
9222 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
9223 Fix typos in error messages.
9224 (eieio-defmethod): Fix typo in description of generic method.
9226 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
9227 (eieio-persistent-save-interactive, slot-missing):
9228 Fix typos in docstrings.
9229 (eieio-instance-inheritor-slot-boundp): Doc fix.
9231 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
9232 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
9234 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
9235 (eieio-custom-object-apply-reset):
9236 Fix typos in docstrings and error messages.
9238 * emacs-lisp/eieio-datadebug.el (data-debug-show):
9239 Fix typo in docstring.
9241 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9242 (eieio-browse-tree): Doc fix.
9243 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9244 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9245 Fix typos in docstrings.
9247 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9248 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9249 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9250 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9253 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
9255 * vc-hg.el (log-view-vc-backend): Declare for compiler.
9256 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
9257 Set log-view-vc-backend so that diff can work.
9259 * log-view.el (log-view-diff): Use vc-diff-internal instead of
9261 (vc-diff-internal): Autoload this instead of vc-version-diff.
9263 2009-10-05 Eli Zaretskii <eliz@gnu.org>
9265 * simple.el (eval-expression): Doc fix.
9267 * progmodes/cwarn.el (cwarn-mode): Doc fix.
9269 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
9271 * files.el (directory-files-no-dot-files-regexp): New defconst.
9272 (delete-directory): Use it.
9273 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
9275 * net/tramp.el (tramp-verbose): Fix docstring.
9276 (tramp-methods): Add recursive option to `tramp-copy-args'.
9277 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
9278 "scp1_old", "scp2_old", "rsync", "rsyncc".
9279 (tramp-default-method): Check also for `auth-source-user-or-password'.
9280 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9281 Add handler for `copy-directory'.
9282 (tramp-handle-copy-directory): New defun.
9283 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
9284 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
9285 Optimize sent command.
9287 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9289 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
9290 window if necessary.
9292 * calendar/calendar.el (calendar-basic-setup): Don't call
9293 switch-to-buffer in a dedicated window.
9295 2009-10-05 Karl Fogel <kfogel@red-bean.com>
9297 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
9298 don't do anything related to relocating, just return nil.
9299 (bookmark-error-no-filename): New error.
9300 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
9301 bookmark has no file. Don't even attempt to handle things that
9302 are not files; the whole point of custom handlers is to keep that
9303 knowledge elsewhere anyway. Tighten some comments.
9304 (bookmark-file-or-variation-thereof): Remove now-unused function.
9305 (bookmark-location): Doc string fix.
9308 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9310 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
9311 don't use a file dialog, because they usually don't know how to read
9312 a directory target from the user. (Bug#4230)
9313 Also, make sure the prompt can display directories as well as files.
9315 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9317 * bookmark.el (bookmark-set, bookmark-buffer-name):
9318 Improve doc strings. (Bug#1193)
9320 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9322 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
9323 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
9324 (bookmark-get-annotation, bookmark-set-annotation)
9325 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
9326 (bookmark-set-position, bookmark-get-front-context-string)
9327 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
9328 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
9329 (bookmark-jump-other-window, bookmark-handle-bookmark)
9330 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
9331 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
9332 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
9333 Improve doc strings to say whether bookmark can be a string or
9334 a record or both, and make other consistency and clarity fixes.
9335 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
9336 (bookmark-default-annotation-text, bookmark-yank-word)
9337 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
9338 (bookmark-import-new-list, bookmark-maybe-rename)
9339 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9340 (bookmark-bmenu-bookmark): Give these doc strings.
9341 (bookmark-bmenu-check-position): Give this a doc string, but also
9342 add a FIXME comment about how the function may be pointless.
9343 (bookmark-default-handler): Rework doc string and change a
9344 parameter name, to clarify that this takes a bookmark record
9345 not a bookmark name.
9346 (bookmark-set): Change a parameter name to indicate its meaning,
9347 and improve the doc string a bit.
9350 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9352 * bookmark.el (bookmark-alist): Document the new `handler' element
9354 (bookmark-make-record-function): Adjust documentation for above.
9357 2009-10-04 Karl Fogel <kfogel@red-bean.com>
9359 * info.el (Info-bookmark-make-record): Document this function.
9360 (Info-bookmark-jump): Document with a doc string, not just a comment.
9363 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
9365 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
9366 (semantic-new-buffer-fcn): Call parser setup functions here.
9367 (semantic-mode): Don't call parser setup functions here, it's done
9368 in semantic-new-buffer-fcn now.
9369 (semantic-mode): Parse all existing buffers when enabled.
9371 * cedet/srecode/compile.el (srecode-compile-file):
9372 Call semantic-new-buffer-fcn if the buffer has not been parsed.
9374 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
9376 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
9378 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
9379 (proj-comp-insert-variable-once): New macro, renamed from
9380 ede-pmake-insert-variable-once in ede/pmake.edl.
9381 (ede-proj-makefile-insert-variables): Use it.
9383 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
9385 * files.el (copy-directory): New defun.
9387 * dired-aux.el (dired-copy-file-recursive): Use it.
9389 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
9391 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9392 (makefile-end-of-command):
9393 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9394 (semantic-end-of-context): Fix previous change. Doc fixes.
9396 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
9398 * files-x.el (modify-dir-local-variable)
9399 (copy-dir-locals-to-file-locals-prop-line):
9400 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9401 (makefile-end-of-command):
9402 * cedet/semantic/lex.el (semantic-lex-token):
9403 * cedet/semantic/analyze/fcn.el
9404 (semantic-analyze-dereference-metatype-1):
9405 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
9406 (semantic-lex-cpp-undef):
9407 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
9408 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9409 (semantic-end-of-context): Fix typos in docstrings.
9411 * recentf.el (recentf-unload-function): New function.
9413 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
9415 * cedet/ede.el (ede-project-placeholder-cache-file):
9416 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
9417 * cedet/srecode/map.el (srecode-map-save-file):
9418 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
9420 2009-10-04 Glenn Morris <rgm@gnu.org>
9422 * window.el (window-full-height-p): Add doc string.
9424 2009-10-04 Martin Rudalics <rudalics@gmx.at>
9426 * window.el (window-full-height-p): New function. (Bug#4543)
9428 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
9430 * cedet/srecode/insert.el: Require srecode/args.
9432 * cedet/srecode/args.el: Require srecode/dictionary instead of
9435 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
9437 * files.el (auto-mode-alist): Add .srt and Project.ede.
9439 * cedet/semantic.el (semantic-mode):
9440 Handle srecode-template-mode-hook as well.
9441 (semantic-mode): Use js-mode-hook for Javascript hook.
9443 * cedet/srecode/template.el: Remove hook variable.
9445 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
9447 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
9449 (ede-project-placeholder-cache-file): Default to a file in
9450 user-emacs-directory.
9452 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
9453 templates in data-directory.
9454 (srecode-map-save-file): Default to a file in user-emacs-directory.
9456 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
9459 2009-09-30 Eric Ludlam <zappo@gnu.org>
9461 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
9464 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
9465 Only insert each variable once.
9467 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
9468 (ede-pmake-insert-variable-shared): Use it.
9470 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
9471 for lexical table iff table is nil.
9473 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
9475 * vc.el: Remove commented out code.
9476 (vc-derived-from-dir-mode): Remove, unused.
9477 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
9479 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
9481 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9482 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
9483 there could be recursive loading when `default-directory' is a
9484 remote file name. (Bug#4614)
9486 2009-10-03 Glenn Morris <rgm@gnu.org>
9488 * calendar/calendar.el (calendar-basic-setup): Handle the case where
9490 (calendar-generate-window): Test for shrinkability rather than width.
9492 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
9493 declaration, currently false.
9495 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
9496 reusing existing buffers, in case we happen to visit two files with the
9497 same basename. (Bug#4593)
9499 2009-10-02 Eli Zaretskii <eliz@gnu.org>
9501 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
9502 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
9503 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
9504 subdirs of cedet as well.
9505 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
9507 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9509 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
9510 Obey advertised-signature-table.
9512 * help-fns.el (help-function-arglist): Don't check
9513 advertised-signature-table.
9514 (describe-function-1): Do it here instead so it also applies to subrs.
9516 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
9518 * simple.el (start-file-process): Say in the doc-string, that file
9519 handlers might not support pty association, if PROGRAM is nil.
9521 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
9522 HOST and USER are strings. They are nil, when there are
9523 incomplete entries in ~/.netrc, for example.
9524 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
9525 root directory ("device busy" error otherwise).
9527 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
9528 Flush file properties of created directory.
9530 2009-10-02 Eli Zaretskii <eliz@gnu.org>
9532 * makefile.w32-in (WINS_BASIC): Remove cedet.
9533 (WINS_CEDET): Add cedet.
9534 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
9536 2009-10-02 Kevin Ryde <user42@zip.com.au>
9538 * net/browse-url.el (browse-url): Pass any symbol in
9539 browse-url-browser-function to `apply', since if you've mistakenly put
9540 an unbound symbol then the error is clearer. (Bug#4531)
9542 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
9544 * allout.el (allout-init, allout-back-to-current-heading)
9545 (allout-beginning-of-current-entry, allout-ascend-to-depth)
9546 (allout-ascend, allout-up-current-level, allout-end-of-level)
9547 (allout-previous-visible-heading, allout-forward-current-level)
9548 (allout-backward-current-level, allout-show-children):
9549 * apropos.el (apropos-describe-plist):
9550 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
9551 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
9552 * completion.el (add-completion, add-permanent-completion):
9553 * descr-text.el (describe-text-category, describe-char):
9554 * desktop.el (desktop-lazy-abort):
9555 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
9556 * dired.el (dired-build-subdir-alist):
9557 * ediff.el (ediff-version):
9558 * elide-head.el (elide-head, elide-head-show):
9559 * emerge.el (emerge-version):
9561 * face-remap.el (variable-pitch-mode):
9562 * faces.el (describe-face):
9563 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
9565 * files.el (find-file-existing, auto-save-mode):
9566 * font-lock.el (font-lock-fontify-buffer):
9567 * help-fns.el (describe-function, describe-variable)
9568 (describe-syntax, describe-categories):
9569 * help.el (view-lossage, describe-bindings, describe-key)
9571 * hexl.el (hexl-current-address):
9572 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
9573 * info.el (Info-goto-emacs-key-command-node):
9574 * log-edit.el (log-edit-insert-cvs-template)
9575 (log-edit-insert-cvs-rcstemplate):
9576 * menu-bar.el (menu-bar-mode):
9577 * mouse.el (mouse-appearance-menu):
9578 * newcomment.el (comment-indent-new-line):
9579 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
9580 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
9581 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
9582 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
9583 * recentf.el (recentf-mode):
9584 * savehist.el (savehist-mode, savehist-save):
9585 * shadowfile.el (shadow-copy-files):
9586 * simple.el (kill-ring-save, next-line, previous-line)
9587 (normal-erase-is-backspace-mode):
9588 * strokes.el (strokes-update-window-configuration)
9589 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
9590 (strokes-xpm-for-stroke):
9591 * time.el (emacs-uptime, emacs-init-time):
9592 * tutorial.el (tutorial--describe-nonstandard-key)
9593 (tutorial--detailed-help):
9594 * type-break.el (type-break-mode)
9595 (type-break-mode-line-message-mode, type-break-query-mode)
9596 (type-break-guesstimate-keystroke-threshold):
9597 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
9598 * version.el (emacs-version):
9599 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
9600 * winner.el (winner-mode):
9601 * calendar/timeclock.el (timeclock-in, timeclock-out)
9602 (timeclock-status-string, timeclock-change)
9603 (timeclock-workday-remaining-string)
9604 (timeclock-workday-elapsed-string)
9605 (timeclock-when-to-leave-string):
9606 * calendar/todo-mode.el (todo-add-category):
9607 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
9608 * emacs-lisp/autoload.el (update-file-autoloads):
9609 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
9610 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
9611 (checkdoc-message-text, checkdoc-defun):
9612 * emacs-lisp/debug.el (debugger-list-functions):
9613 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9614 * emacs-lisp/eieio-opt.el (eieio-describe-class)
9615 (eieio-describe-generic):
9616 * emacs-lisp/lisp-mnt.el (lm-synopsis):
9617 * emacs-lisp/shadow.el (list-load-path-shadows):
9618 * emulation/cua-base.el (cua-mode):
9619 * emulation/edt.el (edt-set-scroll-margins):
9620 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
9621 (tpu-toggle-regexp, tpu-toggle-search-direction)
9622 (tpu-toggle-rectangle, tpu-toggle-control-keys):
9623 * emulation/tpu-extras.el (tpu-set-scroll-margins):
9624 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9625 (viper-set-parsing-style-toggling-macro)
9626 (viper-set-emacs-state-searchstyle-macros):
9627 * emulation/viper.el (viper-set-hooks):
9628 * eshell/esh-mode.el (eshell-truncate-buffer):
9629 * international/mule-cmds.el (prefer-coding-system)
9630 (describe-input-method, describe-language-environment):
9631 * international/mule-diag.el (list-character-sets)
9632 (describe-character-set, describe-coding-system)
9633 (describe-fontset, list-fontsets, list-input-methods):
9634 * mail/sendmail.el (mail-signature):
9635 * net/ange-ftp.el (ange-ftp-copy-file):
9636 * net/browse-url.el (browse-url):
9637 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
9638 * net/quickurl.el (quickurl-add-url):
9639 * net/rcirc.el (names, topic):
9640 * net/xesam.el (xesam-mode):
9641 * play/5x5.el (5x5-new-game):
9642 * play/yow.el (apropos-zippy):
9643 * progmodes/ada-mode.el (ada-mode-version):
9644 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
9646 (f90-beginning-of-block):
9647 * progmodes/fortran.el (fortran-end-of-block)
9648 (fortran-beginning-of-block):
9649 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
9650 * progmodes/python.el (python-describe-symbol, python-shell):
9651 * term/ns-win.el (ns-print-buffer):
9652 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
9653 * textmodes/flyspell.el (flyspell-mode-on):
9654 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
9655 (pages-directory-for-addresses):
9656 * textmodes/table.el (table-recognize-cell)
9657 (table-query-dimension, table-generate-source)
9658 (table-insert-sequence, table--warn-incompatibility):
9659 * textmodes/tex-mode.el (tex-validate-buffer):
9660 * textmodes/texinfmt.el (texinfmt-version)
9661 (texinfo-format-buffer):
9662 Use `called-interactively-p' instead of `interactive-p'.
9664 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
9666 * image-mode.el (image-toggle-display):
9667 * emacs-lisp/elp.el (elp-instrument-function):
9668 * emacs-lisp/advice.el (ad-make-advised-definition):
9669 * emacs-lisp/easy-mmode.el (define-minor-mode):
9670 * net/browse-url.el (browse-url-maybe-new-window):
9671 * progmodes/sh-script.el (sh-learn-buffer-indent):
9672 Pass new argument 'any to `called-interactively-p'.
9674 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
9676 * international/uni-bidi.el:
9677 * international/uni-category.el:
9678 * international/uni-combining.el:
9679 * international/uni-comment.el:
9680 * international/uni-decimal.el:
9681 * international/uni-decomposition.el:
9682 * international/uni-digit.el:
9683 * international/uni-lowercase.el:
9684 * international/uni-mirrored.el:
9685 * international/uni-name.el:
9686 * international/uni-numeric.el:
9687 * international/uni-old-name.el:
9688 * international/uni-titlecase.el:
9689 * international/uni-uppercase.el:
9690 Regenerate from Unicode 5.2.0 data.
9692 2009-10-01 Glenn Morris <rgm@gnu.org>
9694 * Makefile.in (ELCFILES): Regenerate.
9696 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9698 * subr.el (interactive-p): Mark obsolete.
9699 (called-interactively-p): Make the optional-ness of `kind' obsolete.
9700 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
9701 advertised-signature-table for subroutines as well.
9703 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
9704 (set-advertised-calling-convention): New function.
9705 (make-obsolete, define-obsolete-function-alias)
9706 (make-obsolete-variable, define-obsolete-variable-alias):
9707 Make the optional-ness of `when' obsolete.
9708 (define-obsolete-face-alias): Make `when' non-optional.
9709 * help-fns.el (help-function-arglist):
9710 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
9711 Use advertised-signature-table.
9713 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
9715 * files.el (delete-directory): New defun. The original function
9716 in fileio.c has been renamed to `delete-directory-internal'.
9718 * dired.el (dired-delete-file): Call `delete-directory' with
9719 RECURSIVE parameter.
9721 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
9722 parameter RECURSIVE. Implementation is missing.
9724 * net/tramp.el (tramp-handle-make-directory): Flush upper
9725 directory's file properties.
9726 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
9727 (tramp-handle-dired-recursive-delete-directory): Flush directory
9728 properties after the remove command only.
9730 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9731 Handle optional parameter RECURSIVE.
9733 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
9734 Handle optional parameter RECURSIVE.
9736 * net/tramp-smb.el (tramp-smb-errors): Add error message for
9738 (tramp-smb-handle-delete-directory): Handle optional parameter
9741 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9743 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
9744 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
9745 (byte-compile-defmacro): Use backquotes.
9747 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
9749 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
9750 has no associated file.
9751 (vc-resynch-buffer): Use vc-dir-buffers.
9753 2009-10-01 Glenn Morris <rgm@gnu.org>
9755 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
9757 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
9758 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
9759 * emacs-lisp/eieio-opt.el (eieio-describe-class):
9760 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
9761 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
9762 (eieio-copy-parents-into-subclass, make-instance, class-children)
9763 (eieio-generic-form):
9764 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
9765 * cedet/cedet-idutils.el (cedet-idutils-search)
9766 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
9767 (cedet-idutils-version-check):
9768 * cedet/cedet.el (cedet-version):
9769 * cedet/data-debug.el (data-debug-insert-overlay-button)
9770 (data-debug-insert-overlay-list-button)
9771 (data-debug-insert-buffer-button)
9772 (data-debug-insert-buffer-list-button)
9773 (data-debug-insert-process-button, data-debug-insert-ring-button)
9774 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
9775 (data-debug-insert-stuff-vector-button)
9776 (data-debug-insert-symbol-button, data-debug-insert-string)
9777 (data-debug-insert-number, data-debug-insert-lambda-expression)
9778 (data-debug-insert-nil, data-debug-insert-simple-thing)
9779 (data-debug-insert-custom, data-debug-edebug-expr):
9780 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
9781 (global-ede-mode-map, ede-new, ede-debug-target)
9782 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
9783 * cedet/semantic.el (semantic-minimum-working-buffer-size)
9784 (semantic-fetch-tags, semantic-submode-list)
9785 (semantic-default-submodes):
9786 * cedet/ede/source.el (ede-source-match):
9787 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
9788 (project-am-package-info):
9789 * cedet/ede/proj.el (ede-proj-target, project-new-target):
9790 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
9791 * cedet/ede/proj-comp.el (ede-current-build-list):
9792 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
9793 * cedet/ede/files.el (ede-toplevel-project-or-nil):
9794 * cedet/ede/cpp-root.el (initialize-instance):
9795 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
9796 (autoconf-parameter-strip, autoconf-insert-new-macro):
9797 * cedet/semantic/wisent.el (wisent-lex-eoi):
9798 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
9799 (semantic-show-parser-state-mode):
9800 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
9801 * cedet/semantic/tag.el (semantic-tag-new-variable)
9802 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
9803 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
9804 (semantic--tag-deep-copy-tag-list)
9805 (semantic-tag-components-with-overlays-default):
9806 * cedet/semantic/symref.el (semantic-symref-find-text):
9807 * cedet/semantic/senator.el (senator-yank-tag)
9808 (senator-transpose-tags-up):
9809 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
9810 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
9811 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
9812 * cedet/semantic/lex.el (semantic-lex-comment-regex)
9813 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
9814 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
9815 * cedet/semantic/lex-spp.el
9816 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
9817 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
9818 * cedet/semantic/idle.el
9819 (semantic-idle-summary-current-symbol-info-brutish)
9820 (semantic-idle-summary-current-symbol-info-default):
9821 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
9822 (semantic--grammar-macro-compl-dict):
9823 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
9824 * cedet/semantic/format.el (semantic-format-tag-custom-list)
9825 (semantic-format-tag-canonical-name-default):
9826 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
9827 (semantic-find-tags-for-completion)
9828 (semantic-find-tags-by-scope-protection-default)
9829 (semantic-deep-find-tags-for-completion):
9830 * cedet/semantic/edit.el
9831 (semantic-edits-incremental-reparse-failed-hook)
9832 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
9833 (semantic-edits-splice-remove, semantic-edits-splice-replace):
9834 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
9835 * cedet/semantic/dep.el (semantic-dependency-include-path):
9836 * cedet/semantic/db.el (semanticdb-default-find-index-class)
9837 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
9838 (semanticdb-project-roots):
9839 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
9840 (semanticdb-find-adebug-insert-scanned-tag-cons)
9841 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
9842 (semanticdb-brute-deep-find-tags-for-completion):
9843 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
9844 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
9845 (semantic-end-of-context-default)
9846 (semantic-ctxt-current-function-default)
9847 (semantic-ctxt-scoped-types-default):
9848 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9849 (semantic-complete-inline-tag-engine)
9850 (semantic-complete-inline-custom-type)
9851 (semantic-complete-read-tag-analyzer):
9852 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
9853 (semantic-chart-database-size):
9854 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
9855 (semantic-analyze-current-context):
9856 * cedet/semantic/symref/list.el (semantic-symref)
9857 (semantic-symref-hide-buffer, semantic-symref-symbol):
9858 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
9859 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
9860 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
9861 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
9862 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
9863 (semantic-c-dereference-template):
9864 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
9865 (semantic--analyze-refs-full-lookup-with-parents)
9866 (semantic--analyze-refs-full-lookup-simple):
9867 * cedet/semantic/analyze/complete.el
9868 (semantic-analyze-possible-completions):
9869 * cedet/srecode/table.el (srecode-mode-table-new):
9870 * cedet/srecode/srt.el (srecode-read-variable-name):
9871 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
9872 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
9873 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
9874 * cedet/srecode/map.el (srecode-current-map):
9875 * cedet/srecode/insert.el (srecode-insert)
9876 (srecode-insert-variable-secondname-handler, srecode-insert-method)
9877 (srecode-template-inserter-point-override)
9878 (srecode-insert-include-lookup):
9879 * cedet/srecode/getset.el (srecode-auto-choose-class):
9880 * cedet/srecode/extract.el (srecode-inserter-extract):
9881 * cedet/srecode/document.el
9882 (srecode-document-autocomment-return-last-alist)
9883 (srecode-document-autocomment-param-type-alist)
9884 (srecode-document-insert-function-comment)
9885 (srecode-document-insert-variable-one-line-comment)
9886 (srecode-document-function-name-comment):
9887 * cedet/srecode/dictionary.el (srecode-create-dictionary)
9888 (srecode-compound-toString):
9889 * cedet/srecode/compile.el (srecode-flush-active-templates):
9890 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
9893 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
9894 match-data. (Bug#4555).
9896 * cedet/semantic/bovine/gcc.el
9897 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
9898 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
9900 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
9901 rather than parsing it as a regexp. This relaxes the layout
9902 requirements and makes errors easier to detect.
9903 (check-declare-verify): Check file is regular.
9904 (check-declare-directory): Doc fix.
9905 * subr.el (declare-function): Doc fix.
9907 * ibuffer.el (ibuffer-format-qualifier):
9908 * isearch.el (hi-lock-regexp-okay):
9909 * calc/calc.el (math-zerop):
9910 * mail/uce.el (rmail-msgbeg, rmail-msgend):
9911 * term/w32-win.el (setup-default-fontset, set-fontset-font):
9912 Remove unused declarations.
9914 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
9916 * cedet/semantic/wisent/javat-wy.el
9917 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
9919 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
9921 * cedet/srecode/expandproto.el: Fix provide statement.
9923 2009-09-30 Eric Ludlam <zappo@gnu.org>
9925 * emacs-lisp/eieio.el (boolean-p): Delete.
9927 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
9929 * cedet/ede/srecode.el: Fix provide statement.
9931 2009-09-30 Glenn Morris <rgm@gnu.org>
9933 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
9934 * cedet/ede/proj-aux.el (ede-aux-source):
9935 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
9937 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
9938 (semantic-mrub-switch-tags): Fix doc typos.
9940 * cedet/semantic/db-global.el (data-debug-new-buffer)
9941 (data-debug-insert-thing): Remove unneeded declarations (one broken).
9942 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
9944 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
9946 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
9947 use of CL function `remove-if-not'.
9949 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
9951 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
9952 filename is not a string.
9954 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
9956 * files.el (safe-local-eval-forms): Fix typo.
9958 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9960 * vc-hooks.el (vc-dir-buffers): New var.
9961 (vc-state-refresh): New function.
9963 (vc-after-save): Always ask the backend to recompute the new state.
9964 Always call vc-dir if necessary, using vc-dir-buffers.
9965 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
9967 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
9968 (vc-dir-prepare-status-buffer, vc-dir-update)
9969 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
9970 Don't call expand-file-name on default-directory.
9972 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
9974 * speedbar.el (speedbar-item-delete):
9975 * calc/calc-prog.el (calc-kbd-if):
9976 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
9978 * epa.el (epa-key-list-mode-map):
9979 * hi-lock.el (hi-lock-menu): Fix typos in menus.
9981 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
9982 (hs-show-hook): Fix typo in docstring.
9984 2009-09-29 Glenn Morris <rgm@gnu.org>
9986 * cedet/semantic/symref/idutils.el:
9987 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
9989 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
9991 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
9992 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
9993 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
9994 Mark declarations not understood by check-declare.
9996 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
9997 file-name-nondirectory call preventing location of cedet files.
9998 (check-declare-verify): Use literal search rather than re-search.
9999 Add basic defmethod and defclass, and define-overloadable-function.
10001 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10002 Use tramp-compat-file-attributes rather than nonexistent
10003 tramp-compat-handle-file-attributes.
10005 * Makefile.in (lisptagsfiles4): New.
10006 (AUTOGENEL): Add cedet loaddefs files.
10007 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10008 (update-elclist, compile-always, backup-compiled-files)
10009 (bootstrap-clean): Add yet another directory level.
10010 (update-elclist): Use LC_COLLATE rather than COLLATE.
10011 (ELCFILES): Update, via `make update-elclist'.
10013 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10015 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10016 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10017 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10019 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
10021 * Makefile.in (lisptagsfiles3): Define.
10022 (TAGS, TAGS-LISP): Use it.
10023 (update-elclist): Add third directory level to look for elc files.
10024 (compile-always): Likewise.
10025 (backup-compiled-files): Likewise.
10026 (bootstrap-clean): Likewise.
10027 (ELCFILES): Update.
10029 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
10031 * Makefile.in (ELCFILES): Add CEDET files.
10033 2009-09-28 Eric Ludlam <zappo@gnu.org>
10035 CEDET (development tools) package merged.
10039 * cedet/semantic/*.el:
10040 * cedet/srecode/*.el: New files.
10042 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
10044 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10046 * net/tramp.el (top): Require tramp-imap.
10048 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10049 Use `tramp-compat-handle-file-attributes'.
10051 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10053 * net/tramp-imap.el: New package.
10055 2009-09-28 Eric Ludlam <zappo@gnu.org>
10057 * emacs-lisp/chart.el:
10058 * emacs-lisp/eieio-base.el:
10059 * emacs-lisp/eieio-comp.el:
10060 * emacs-lisp/eieio-custom.el:
10061 * emacs-lisp/eieio-datadebug.el:
10062 * emacs-lisp/eieio-opt.el:
10063 * emacs-lisp/eieio-speedbar.el:
10064 * emacs-lisp/eieio.el: New files.
10066 * cedet/cedet-cscope.el:
10067 * cedet/cedet-files.el:
10068 * cedet/cedet-global.el:
10069 * cedet/cedet-idutils.el:
10070 * cedet/data-debug.el:
10071 * cedet/inversion.el:
10072 * cedet/mode-local.el:
10073 * cedet/pulse.el: New files.
10075 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10077 * whitespace.el (whitespace-trailing-regexp)
10078 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
10081 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
10083 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
10086 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
10087 menu-bar-ediff-menu.
10089 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10090 define-overloadable-function.
10092 * progmodes/autoconf.el: Provide autoconf as well, so that this
10093 file can be `require'd.
10095 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
10097 * emacs-lisp/autoload.el (generated-autoload-feature)
10098 (generated-autoload-load-name): New vars.
10099 (autoload-rubric, autoload-generate-file-autoloads): Use them.
10100 (make-autoload): Recognize define-overloadable-function and
10101 defclass forms (for EIEIO).
10103 * Makefile.in (update-subdirs): Exclude cedet directory.
10105 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
10107 * term/ns-win.el: Don't set the region face background. (Bug#4381)
10109 * faces.el: Default light-background background for region face to
10110 ns_selection_color under NS.
10112 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10114 * net/imap-hash.el: New library, see NEWS.
10116 * Makefile.in (ELCFILES): Add imap-hash.el.
10118 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
10120 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
10121 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
10122 * help-macro.el (make-help-screen): Avoid using an ambiguous function
10123 definition where the docstring could be taken for the return value.
10125 2009-09-26 Glenn Morris <rgm@gnu.org>
10127 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
10128 Add option to only show images below a certain size.
10129 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
10130 save-excursion calls.
10132 2009-09-26 Eli Zaretskii <eliz@gnu.org>
10134 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
10135 subdirectories) and eieio.
10137 2009-09-26 Alan Mackenzie <acm@muc.de>
10139 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
10140 buggy bracketing. (Bug#4289)
10142 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
10143 character constants (as case labels). (Bug#4289)
10145 2009-09-25 Juri Linkov <juri@jurta.org>
10147 * files.el (safe-local-eval-forms): Allow time-stamp in
10148 before-save-hook (Bug#4554).
10150 2009-09-25 Drew Adams <drew.adams@oracle.com>
10152 * menu-bar.el (list-buffers-directory): Doc fix.
10154 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
10156 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
10157 Try and avoid copying twice the same paragraph.
10158 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
10159 Remove save-excursion.
10160 (log-edit-changelog-entry): Do it here instead.
10162 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
10164 * bs.el (bs--get-file-name): Use `list-buffers-directory'
10165 when available, instead of hardcoding mode names. Doc fix.
10167 * menu-bar.el (list-buffers-directory): Add docstring.
10168 Make automatically buffer-local.
10170 * dired.el (dired-mode):
10171 * files.el (cd-absolute):
10172 * pcvs.el (cvs-temp-buffer):
10173 * pcvs-util.el (cvs-get-buffer-create):
10174 * shell.el (shell-mode):
10175 * vc-dir.el (vc-dir-mode):
10176 Don't make `list-buffers-directory' buffer local.
10178 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
10180 * comint.el (comint-exec, comint-run, make-comint):
10181 Doc fixes (Bug#4542).
10183 2009-09-25 Glenn Morris <rgm@gnu.org>
10185 * mail/rmailmm.el (rmail-mime): New custom group.
10186 Move all defcustoms in this file into this group.
10187 (rmail-mime-media-type-handlers-alist): Revert previous change.
10188 (rmail-mime-show-images): New option.
10189 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
10190 references to it, since it wasn't actually used for anything.
10191 (rmail-mime-insert-image): New function.
10192 (rmail-mime-image): Use rmail-mime-insert-image.
10193 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
10194 obey the value of `rmail-mime-show-images' option. Print the size of
10197 2009-09-25 David Engster <deng@randomsample.de>
10199 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
10201 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10203 * whitespace.el: Does not highlight trailing spaces While point is
10204 at end of line. Does not highligt spaces at beginning of buffer
10205 while point is at beginning of buffer. Does not highlight spaces
10206 at end of buffer while point is at end of buffer. (Bug#4177)
10208 (whitespace-display-mappings): Adjust initialization.
10209 (whitespace-point, whitespace-font-lock-refontify): New vars.
10210 (whitespace-color-on, whitespace-color-off): Adjust code.
10211 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10212 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
10213 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
10215 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
10217 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
10219 * textmodes/sgml-mode.el: Remove xml-mode alias.
10221 * files.el (auto-mode-alist, conf-mode-maybe)
10222 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
10224 2009-09-24 Alan Mackenzie <acm@muc.de>
10226 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
10227 c-forward-conditionals, but it doesn't move point and doesn't set
10229 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
10230 (c-down-conditional-with-else, c-backward-conditional)
10231 (c-forward-conditional): Refactor to use c-scan-conditionals.
10233 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
10235 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
10236 (help-default-arg-highlight): Remove.
10237 (help-highlight-arg): New function.
10238 (help-do-arg-highlight): Use it.
10239 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
10241 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10243 * term.el (term-set-scroll-region, term-handle-ansi-escape):
10244 Undo last change, which didn't fix the problem and introduced others.
10246 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
10248 * progmodes/gdb-mi.el: Don't require speedbar.
10249 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10251 2009-09-24 Glenn Morris <rgm@gnu.org>
10253 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
10255 * term/ns-win.el (ns-reg-to-script): Define for compiler.
10257 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
10258 there is no newline after the final mime boundary. (Bug#4539)
10259 Move markers on insertion so that any buttons inserted don't end up in
10260 the next part of a multipart message.
10261 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
10262 (rmail-mime-bulk-handler): Optionally handle images.
10263 (rmail-mime-image): New button action.
10264 (rmail-mime-image-handler): New function.
10265 (rmail-mime-mode): New mode.
10266 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
10268 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10270 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
10271 than just dropping elements from it (bug#4504).
10273 * term.el (term-set-scroll-region): Don't move cursor any more.
10274 (term-handle-ansi-escape): Call term-goto here instead.
10275 Suggested by Ivan Kanis <apple@kanis.eu>.
10277 * term.el: Require CL.
10278 (term-ansi-reset): New function.
10279 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
10280 (term-handle-colors-array): Simplify.
10282 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
10284 * allout.el (allout-overlay-interior-modification-handler)
10285 (allout-obtain-passphrase):
10286 * epa-file.el (epa-file-write-region):
10287 * ps-print.el (ps-begin-job):
10288 * vc-hooks.el (vc-toggle-read-only):
10289 * vc-rcs.el (vc-rcs-rollback):
10290 * vc-sccs.el (vc-sccs-rollback):
10291 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
10292 (vc-version-diff, vc-revert, vc-rollback):
10293 * wdired.el (wdired-check-kill-buffer):
10294 * emacs-lisp/authors.el (authors):
10295 * net/socks.el (socks-open-connection):
10296 * net/zeroconf.el (zeroconf-service-add-hook):
10297 * obsolete/vc-mcvs.el (vc-mcvs-register):
10298 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
10299 (gdb-select-frame):
10300 * progmodes/grep.el (lgrep, rgrep):
10301 * progmodes/idlw-help.el (idlwave-help-check-locations)
10302 (idlwave-help-html-link, idlwave-help-assistant-open-link):
10303 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10304 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
10305 (reftex-toc-rename-label): Fix typos in error messages.
10307 * dired-aux.el (dired-do-shell-command): Reflow docstring.
10308 (dired-copy-how-to-fn): Doc fix.
10309 (dired-files-attributes, dired-read-shell-command):
10310 Fix typos in docstrings.
10312 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
10313 (dired-x-find-file-other-window): Reflow docstrings.
10314 (dired-omit-marker-char, dired-read-shell-command)
10315 (dired-x-submit-report): Fix typos in docstrings.
10317 * shell.el (shell-mode-hook):
10318 * view.el (View-scroll-line-forward):
10319 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
10320 Fix typos in docstrings.
10322 * net/dig.el (dig-invoke): Fix typo in docstring.
10323 (query-dig): Reflow docstring.
10325 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
10326 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
10327 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
10328 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
10329 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
10330 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
10331 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
10332 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
10333 (idlwave-completion-map, idlwave-current-indent)
10334 (idlwave-custom-ampersand-surround, idlwave-customize)
10335 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
10336 (idlwave-define-abbrev, idlwave-determine-class-special)
10337 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
10338 (idlwave-end-block-reg, idlwave-end-of-statement)
10339 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
10340 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
10341 (idlwave-explicit-class-listed, idlwave-file-header)
10342 (idlwave-fill-paragraph, idlwave-find-class-definition)
10343 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
10344 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
10345 (idlwave-in-quote, idlwave-indent-action-table)
10346 (idlwave-indent-expand-table, idlwave-indent-line)
10347 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
10348 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
10349 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
10350 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
10351 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
10352 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
10353 (idlwave-outlawed-buffers, idlwave-popup-select)
10354 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
10355 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
10356 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
10357 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
10358 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
10359 (idlwave-statement-type, idlwave-struct-skip)
10360 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
10361 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
10362 (idlwave-what-module-find-class): Fix typos in docstrings.
10363 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
10364 (idlwave-calculate-cont-indent, idlwave-expand-equal)
10365 (idlwave-find-module, idlwave-find-structure-definition)
10366 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
10367 (idlwave-list-load-path-shadows, idlwave-next-statement)
10368 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
10369 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
10370 (idlwave-template): Reflow docstrings.
10372 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
10373 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
10374 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
10375 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
10376 (idlwave-shell-display-line, idlwave-shell-display-wframe)
10377 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
10378 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
10379 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
10380 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
10381 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
10382 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
10383 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
10384 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
10385 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
10386 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
10387 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
10388 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
10389 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
10390 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
10391 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
10392 Fix typos in docstrings.
10393 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
10394 (idlwave-shell-hide-output, idlwave-shell-mode)
10395 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
10398 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
10400 2009-09-24 Ivan Kanis <apple@kanis.eu>
10402 * term.el (term-bold-attribute): New var.
10403 (term-handle-colors-array): Use it.
10405 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
10407 * progmodes/gdb-mi.el (gdb-version): New variable.
10408 (gdb-non-stop-handler): Set gdb-version.
10409 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
10410 Condition "--thread" option on gdb-version.
10411 (gdb-invalidate-threads): Remove unused argument.
10413 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10415 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
10416 to looking-back to avoid ridiculous slow down in large files (bug#4511).
10418 2009-09-23 Glenn Morris <rgm@gnu.org>
10420 * mail/rmail.el (rmail-reply): Don't try to add a References header when
10421 replying to mail without References or Message-Id. (Bug#4525)
10423 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10425 * term/ns-win.el (ns-reg-to-script): New variable.
10427 2009-09-23 Daiki Ueno <ueno@unixuser.org>
10429 * epg.el (epg-wait-for-status): Preserve existing 'error results.
10431 2009-09-22 Sam Steingold <sds@gnu.org>
10433 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
10434 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
10435 to 1 because hg returns status 1 when nothing is found.
10436 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
10438 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10440 * textmodes/fill.el: Convert to utf-8 encoding.
10441 (fill-french-nobreak-p): Remove redundant » and « inherited from our
10444 * add-log.el (change-log-fill-forward-paragraph): New function.
10445 (change-log-mode): Use it so fill-region DTRT.
10446 Set fill-indent-according-to-mode here rather than in
10447 change-log-fill-paragraph.
10448 (change-log-fill-paragraph): Remove.
10450 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
10452 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
10453 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
10455 2009-09-22 Glenn Morris <rgm@gnu.org>
10457 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
10458 the scroll-bar scroll the calendar window rather than the buffer.
10460 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
10461 commands that move point (as opposed to scrolling).
10463 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
10465 * emacs-lisp/elint.el (elint): New custom group.
10466 (elint-log-buffer): Make it a defcustom.
10467 (elint-scan-preloaded, elint-ignored-warnings)
10468 (elint-directory-skip-re): New options.
10469 (elint-builtin-variables): Doc fix.
10470 (elint-preloaded-env): New variable.
10471 (elint-unknown-builtin-args): Add an entry for encode-time.
10472 (elint-extra-errors): Make it a variable rather than a constant.
10473 (elint-preloaded-skip-re): New constant.
10474 (elint-directory): Skip files matching elint-directory-skip-re.
10475 (elint-features): New variable, local to linted buffers.
10476 (elint-update-env): Initialize elint-features. Possibly add
10477 elint-preloaded-env to the buffer's environment.
10478 (elint-get-top-forms): Bind elint-current-pos, for log messages.
10480 (elint-init-form): New function, extracted from elint-init-env.
10481 Make non-list forms a warning rather than an error.
10482 Add the mode-map for define-derived-mode. Handle define-minor-mode,
10483 easy-menu-define, put that adds an error-condition, and provide.
10484 When requiring cl, also require cl-macs. Really require cl, to handle
10485 some cl macros. Store required libraries in the list elint-features,
10486 so as not to re-load them. Treat cc-require like require.
10487 (elint-init-env): Call elint-init-form to do the work.
10488 Handle eval-and-compile and such like.
10489 (elint-add-required-env): Do not clear messages.
10490 (elint-special-forms): Add handlers for function, defalias, if, when,
10492 (elint-form): Add optional argument to ignore elint-special-forms,
10493 useful to prevent recursive calls from handlers. Doc fix.
10494 Respect elint-ignored-warnings.
10495 (elint-form): Respect elint-ignored-warnings.
10496 (elint-bound-variable, elint-bound-function): New variables.
10497 (elint-unbound-variable): Respect elint-bound-variable.
10498 (elint-get-args): Respect elint-bound-function.
10499 (elint-check-cond-form): Add some simple handling for (f)boundp and
10501 (elint-check-defalias-form): New handler.
10502 (elint-check-let-form): Make an empty let a warning rather than an
10504 (elint-check-setq-form): Make an empty setq a warning rather than an
10505 error. Respect elint-ignored-warnings.
10506 (elint-check-defvar-form): Accept null doc-strings.
10507 (elint-check-conditional-form): New handler. Does some simple-minded
10508 checking of featurep and (f)boundp tests.
10509 (elint-put-function-args): New function.
10510 (elint-initialize): Use elint-scan-doc-file rather than
10511 elint-find-builtin-variables. Use elint-put-function-args.
10512 Possibly scan preloaded-file-list.
10513 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
10514 extend to handle functions as well.
10516 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
10518 * linum.el (linum-delete-overlays, linum-update-window):
10519 Do not modify the right margin. (Bug#3971)
10521 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
10523 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
10524 nxml-mode instead of xml-mode.
10526 2009-09-21 Kevin Ryde <user42@zip.com.au>
10528 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
10530 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10532 * net/dig.el (dig-mode): Use define-derived-mode.
10534 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
10536 * vc-dispatcher.el (vc-do-command): Return the process object in
10537 the asynchronous case. Use when instead of if. Do not run
10538 vc-exec-after to display a message if not enabled. (Bug#4463)
10540 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
10541 properties to the stash strings.
10542 (vc-git-stash-list): Return a list of strings.
10543 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
10544 (vc-git-stash-show-at-point): New functions.
10545 (vc-git-stash-map): New keymap.
10547 * register.el (ctl-x-r-map): Define the keys here instead of
10550 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
10552 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
10553 list, to workaround performance problem (bug#4485).
10555 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
10557 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
10559 2009-09-20 Daiki Ueno <ueno@unixuser.org>
10561 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
10562 Document that this option is not recommended to use.
10564 2009-09-19 Glenn Morris <rgm@gnu.org>
10566 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
10569 * calc/calc-alg.el (var):
10570 * calc/calcalg2.el (var): Define for compiler.
10572 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
10574 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
10575 Doc fix (Bug#3932).
10577 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
10579 * time-stamp.el (time-stamp-month-dd-yyyy)
10580 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
10581 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
10582 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
10583 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
10584 Remove functions that have been obsolete since 1995 (Bug#4436).
10586 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
10587 indent buffer only if called interactively (Bug#4452).
10589 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
10590 Eli Zaretskii <eliz@gnu.org>
10592 This fixes bug#4197 (merged to bug#865, though not identical).
10593 * server.el (server-auth-dir): Add docstring note about FAT32.
10594 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
10595 but warn against using them.
10597 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
10599 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
10600 older GDB where there is no has_more field.
10602 2009-09-19 Glenn Morris <rgm@gnu.org>
10604 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10606 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
10608 * files.el (auto-mode-alist): Change default for XML files to nXML
10611 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
10613 * server.el (server-ensure-safe-dir): Pass 'integer
10614 to `file-attributes', as suggested.
10616 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
10618 * dired-aux.el (dired-query-alist): Remove spurious backslash.
10619 (dired-query): Use read-key.
10621 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
10623 * cus-start.el (ns-use-qd-smoothing): Remove.
10625 2009-09-18 Glenn Morris <rgm@gnu.org>
10627 * allout.el (top-level): Remove unnecessary progn.
10629 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
10631 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
10632 definition of abbrev table.
10634 * speedbar.el (speedbar-track-mouse):
10635 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
10636 * net/eudc.el (eudc-expand-inline):
10637 * net/newst-backend.el (newsticker--cache-read-feed):
10638 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
10639 condition-case handlers.
10641 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
10643 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
10644 (gdb-var-list): Add an element for has_more field.
10645 (gdb-non-stop-handler): Enable pretty printing for STL containers.
10646 (gdb-var-create-handler, gdb-var-list-children-handler-1)
10647 (gdb-var-update-handler-1): Parse output of dynamic variable
10648 objects (STL containers).
10649 (gdb-var-delete-1): Pass var1 as an explicit second argument.
10650 (gdb-get-field): Delete alias. Use bindat-get-field directly.
10652 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
10654 (gud-speedbar-buttons): Make node expandable if expression "has more"
10657 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
10659 * startup.el (emacs-quick-startup): Remove variable and all uses.
10660 (command-line): Set `inhibit-x-resources' instead.
10661 (command-line-1): Use `inhibit-x-resources' instead.
10663 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
10665 * subr.el: Fix last change to avoid using the `unless' macro,
10666 which breaks bootstrapping.
10668 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10670 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
10671 extended definitions, in case we reload subr.el after having
10673 (eval-next-after-load): Mark as obsolete.
10675 2009-09-17 Juri Linkov <juri@jurta.org>
10677 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
10678 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
10679 (menu-bar-showhide-menu, menu-bar-tools-menu)
10680 (menu-bar-describe-menu, menu-bar-help-menu)
10681 (minibuffer-local-completion-map, minibuffer-local-map):
10684 2009-09-17 Glenn Morris <rgm@gnu.org>
10686 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
10687 arguments, whether or not it has a handler.
10689 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
10691 * simple.el (hard-newline): Give it a doc-string.
10693 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10694 (lisp-mode-syntax-table): Give them doc-strings.
10696 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
10698 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
10699 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
10700 (menu-bar-options-menu, menu-bar-showhide-menu)
10701 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
10702 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
10703 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
10704 (menu-bar-options-menu, menu-bar-tools-menu)
10705 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
10706 (menu-bar-help-menu):
10707 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
10710 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
10711 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
10712 calls for the menu names and :help.
10714 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10716 * mouse.el (minor-mode-menu-from-indicator): Pay attention
10717 to :minor-mode-function (bug#4455).
10719 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10721 * startup.el (command-line): Initialize the window-system after
10722 processing the command-line.
10724 * textmodes/page.el (what-page): Make sure we don't inf-loop if
10725 page-delimiter matches the empty string.
10727 2009-09-16 Glenn Morris <rgm@gnu.org>
10729 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
10730 byte-compile-not-obsolete-var. It's a list now.
10731 (byte-compile-not-obsolete-funcs): New variable.
10732 (byte-compile-warn-obsolete): Don't warn about functions if they are in
10733 byte-compile-not-obsolete-funcs.
10734 (byte-compile-variable-ref, byte-compile-defvar): Update for
10735 byte-compile-not-obsolete-vars name-change and list nature.
10736 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
10737 and variables behind (f)boundp tests.
10738 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
10740 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10742 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
10744 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10746 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
10747 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
10750 2009-09-15 Stephen Eglen <stephen@gnu.org>
10752 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
10753 the virtual-buffers, use the name of the buffer specified by
10754 find-file-noselect, as the match may be a symlink. (This was a
10755 problem if the target and the symlink had different names.)
10757 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10759 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
10761 * desktop.el (desktop-path): Check user-emacs-directory.
10763 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
10765 * loadup.el: Use after-load-functions to GC after loading each file.
10766 Remove the explicit GC calls that used to be sprinkled around.
10768 * subr.el (after-load-functions): New hook.
10769 (do-after-load-evaluation): Run it. Use string-match-p to detect
10770 `obsolete' packages, rather than painfully extracting the relevant
10773 2009-09-15 Glenn Morris <rgm@gnu.org>
10775 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
10776 free variable `doc'.
10778 * dired.el (dired-mode-map): Add menu entry for async shell command.
10780 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
10781 variables, also consider the .elc files, since the .el files are
10782 normally gzipped (subsequent code locates the .el.gz from the .elc).
10784 * calc/calc-prog.el (arglist): Define for compiler.
10786 * calendar/diary-lib.el (diary-display-function): Change the default to
10788 (body): Define for compiler.
10790 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
10791 (byte-compile-file-form, byte-compile-lambda)
10792 (byte-compile-top-level-body, byte-compile-form)
10793 (byte-compile-variable-ref, byte-compile-setq)
10794 (byte-compile-setq-default, byte-compile-body)
10795 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
10796 (batch-byte-compile): Give some more local variables with common names
10797 a "bytecomp-" prefix to avoid masking warnings about free variables.
10799 * startup.el (command-line-1): Give local variables with common names a
10800 distinguishing prefix, so as not to hide free variable warnings during
10803 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
10804 clever and add a suffix to make a unique name, just let the user decide
10805 whether or not to overwrite it. If the input is a directory, write the
10806 default filename to that directory. (Bug#4388)
10807 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
10808 is a filename-as-a-directory.
10810 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10812 * textmodes/page.el (what-page): Don't move to beginning of line.
10813 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
10815 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10817 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
10819 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
10821 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
10822 * help.el (help-for-help-internal): Add purecopy calls for text.
10824 * vc.el (top): print-log method now takes an optional SHORTLOG
10825 argument. Add a new method: root.
10826 (vc-root-diff, vc-print-root-log): New functions.
10827 (vc-log-short-style): New variable.
10828 (vc-print-log-internal): Add support for showing short logs.
10830 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
10831 vc-print-root-log and vc-print-root-diff.
10833 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
10834 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
10835 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
10838 * vc-cvs.el (vc-cvs-print-log):
10839 * vc-mtn.el (vc-mtn-print-log):
10840 * vc-rcs.el (vc-rcs-print-log):
10841 * vc-sccs.el (vc-sccs-print-log):
10842 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
10843 that is ignored for now.
10845 * vc-mtn.el (vc-mtn-annotate-command):
10846 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
10848 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10850 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
10851 to function-key-map, and give them ascii-character property.
10852 * term/x-win.el (x-alternatives-map):
10853 * term/ns-win.el (ns-alternatives-map):
10854 * term/internal.el (msdos-key-remapping-map):
10855 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
10857 2009-09-14 Glenn Morris <rgm@gnu.org>
10859 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
10860 temp-buffers (2009-09-12).
10862 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10864 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
10865 the new read-key function.
10867 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
10869 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
10870 is defined (Bug#4405).
10872 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
10874 * recentf.el (recentf-cleanup): Use a hash table to find
10875 duplicates (Bug#4407).
10877 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
10879 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
10880 kp-0 to ascii equivalents (Bug#4325).
10882 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
10884 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
10886 * eshell/em-hist.el:
10887 * eshell/em-dirs.el (eshell-complete-user-reference):
10888 Declare pcomplete functions and variables to avoid compiler warnings.
10890 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
10892 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
10893 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
10894 * eshell/em-alias.el (eshell-aliases-file):
10895 * eshell/em-hist.el (eshell-history-file-name):
10896 Use expand-file-name instead of concat to make file names (Bug#4308).
10898 2009-09-13 Glenn Morris <rgm@gnu.org>
10900 * ediff-merg.el (ediff-do-merge):
10901 * filesets.el (filesets-run-cmd):
10902 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
10903 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
10904 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
10905 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
10906 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
10907 Replace empty `let's with `progn'.
10909 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10911 * mail/sendmail.el (send-mail-function):
10912 * tooltip.el (tooltip-mode):
10913 * simple.el (transient-mark-mode):
10914 * rfn-eshadow.el (file-name-shadow-mode):
10915 * frame.el (blink-cursor-mode):
10916 * font-core.el (global-font-lock-mode):
10917 * files.el (temporary-file-directory)
10918 (small-temporary-file-directory, auto-save-file-name-transforms):
10919 * epa-hook.el (auto-encryption-mode):
10920 * composite.el (global-auto-composition-mode):
10921 Use custom-initialize-delay.
10922 * startup.el (command-line): Don't explicitly call
10923 custom-reevaluate-setting for all the above vars.
10924 * custom.el (custom-initialize-safe-set)
10925 (custom-initialize-safe-default): Delete.
10927 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10929 * term/x-win.el (x-initialize-window-system):
10930 * term/w32-win.el (w32-initialize-window-system):
10931 * term/ns-win.el (ns-initialize-window-system): Don't call
10932 mouse-wheel-mode since it's enabled globally by default already.
10934 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
10935 actually define the variable, but only silences the byte-compiler.
10936 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
10937 before looking it up.
10938 (mouse-wheel-scroll-amount): Also reset the bindings if this value
10941 2009-09-12 Glenn Morris <rgm@gnu.org>
10943 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
10945 (elint-add-required-env): Don't beep on error.
10946 (elint-forms): In case of error, return ENV unchanged.
10947 (elint-init-env): Skip non-list forms.
10948 (elint-log): Handle unknown file positions.
10950 2009-09-12 Daiki Ueno <ueno@unixuser.org>
10952 * epg.el (epg-make-context): Add autoload cookie.
10953 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
10954 (epg-decrypt-string, epg-start-verify, epg-verify-file)
10955 (epg-verify-string, epg-start-sign, epg-sign-file)
10956 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
10957 (epg-encrypt-string, epg-start-export-keys)
10958 (epg-export-keys-to-file, epg-export-keys-to-string)
10959 (epg-start-import-keys, epg-import-keys-from-file)
10960 (epg-import-keys-from-string, epg-start-receive-keys)
10961 (epg-receive-keys, epg-import-keys-from-server)
10962 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
10963 (epg-sign-keys, epg-start-generate-key)
10964 (epg-generate-key-from-file, epg-generate-key-from-string):
10965 Remove autoload cookie.
10967 2009-09-12 Eli Zaretskii <eliz@gnu.org>
10969 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
10970 reevaluation of trash-directory.
10972 * mwheel.el: Fix last change.
10973 (mouse-wheel-mode): New defvar.
10974 (mouse-wheel-mode): Remove autoload cookie.
10976 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10978 * mwheel.el (mwheel-installed-bindings): New var.
10979 (mouse-wheel-mode): Use it, so as to make sure we really remove all
10980 the bindings we set last time. Use custom-initialize-delay.
10981 * loadup.el: Load mwheel after term/*-win.el.
10982 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
10983 and mouse-wheel-up-event now that their first evaluation is done
10984 sufficiently late to be correct.
10986 * startup.el (tutorial-directory): Make it a defcustom.
10987 Use custom-initialize-delay rather than eval-at-startup to set it.
10988 * image.el (image-load-path): Make it a defcustom.
10989 Use custom-initialize-delay rather than eval-at-startup to set it.
10990 * subr.el (eval-at-startup): Remove.
10991 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
10993 * subr.el (do-after-load-evaluation): Warn the user after loading an
10996 2009-09-12 Glenn Morris <rgm@gnu.org>
10998 * proced.el (proced-mark-alt): Remove alias.
10999 (proced-mode-map): Remove proced-mark-alt.
11001 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11002 Elint file and directory. Remove initialization entry.
11004 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11006 (elint-current-buffer): Set mode-line-process.
11007 (elint-init-env): Handle define-derived-mode.
11008 Fix declare-function with unspecified arglist. Guard against odd
11009 defalias statements (eg iso-insert's 8859-1-map).
11010 (elint-add-required-env): Use a temp buffer.
11011 (elint-form): Just print the function/macro name, not the whole form.
11012 Return env unchanged if we fail to parse a macro.
11013 (elint-forms): Guard against parse errors.
11014 (elint-output): New function, to handle batch mode.
11015 (elint-log-message): Add optional argument. Use elint-output.
11016 (elint-set-mode-line): New function.
11018 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
11020 * emacs-lisp/elp.el (elp-not-profilable): Add more
11021 functions (Bug#4233).
11023 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
11025 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11026 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11028 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11030 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11031 (gdb-var-list-children): Use json parsing.
11033 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
11035 * progmodes/js.el (js--proper-indentation): Handle the case where
11036 char-before is null. Reported by Deniz Dogan.
11038 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
11040 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11042 2009-09-11 Daiki Ueno <ueno@unixuser.org>
11044 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11045 (epg-digest-algorithm-alist): Add SHA224.
11046 (epg-context-set-passphrase-callback)
11047 (epg-context-set-progress-callback): Add description about
11050 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11052 * custom.el (custom-delayed-init-variables): New var.
11053 (custom-initialize-delay): New function.
11054 * startup.el (command-line): "Re"evaluate all vars in
11055 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
11056 explicitly any more.
11057 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11058 to avoid creating a ~/.emacs.d at build-time (bug#4347).
11060 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11062 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
11064 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11065 (gdb-var-update-handler): Use json parsing.
11067 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
11069 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11070 decode annotated text, regardless of language environment. (Bug#2741)
11072 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11074 * Makefile.in (autoloads): Make rmail.el writable as well.
11076 2009-09-11 Glenn Morris <rgm@gnu.org>
11078 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
11080 * dired.el: Regenerate with extracted autoloads.
11081 * Makefile.in (autoloads): Make dired.el writable.
11083 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
11084 * ibuffer.el: Regenerate with extracted autoloads.
11085 * Makefile.in (autoloads): Make ibuffer.el writable.
11087 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
11088 * version.el (emacs-copyright, emacs-major-version)
11089 (emacs-minor-version): Reformat doc-strings for make-docfile.
11091 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
11092 functions and variables, since they must be stuff specific to some other
11094 (apropos-print): Make mouse-click message less specific about button.
11096 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
11097 that records where a macro was defined.
11098 * help-fns.el (describe-function-1): Mention if a function has a
11100 * help-mode.el (help-function-cmacro): New button.
11102 * locate.el (top-level): Always require dired.
11103 (locate-mode-map): Initialize inside the defvar.
11105 * net/ange-ftp.el (dired-compress-file): Declare.
11106 (ange-ftp-dired-compress-file): Add doc string.
11108 * term/ns-win.el (x-display-name, x-setup-function-keys):
11109 Unify doc-strings with X versions.
11111 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11113 * emulation/crisp.el (crisp-mode-map): Move initialization
11115 (crisp-mode): Use define-minor-mode.
11117 * progmodes/xscheme.el (xscheme-evaluation-commands):
11118 Put a :advertised-binding property rather than using
11119 advertised-xscheme-send-previous-expression.
11120 (advertised-xscheme-send-previous-expression): Declare obsolete.
11121 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
11123 (crisp-mode): Add corresponding bindings to
11124 undo's :advertised-binding instead.
11125 * dired.el (dired-mode-map): Put a :advertised-binding property rather
11126 than using dired-advertised-find-file.
11127 (dired-advertised-find-file):
11128 * simple.el (advertised-undo):
11129 * wid-edit.el (advertised-widget-backward): Declare obsolete.
11130 (widget-keymap): Put a :advertised-binding property rather
11131 than using advertised-widget-backward.
11132 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
11133 than using advertised-undo.
11134 * tutorial.el (tutorial--default-keys): Adjust accordingly.
11136 2009-09-10 Simon South <ssouth@slowcomputing.org>
11138 * progmodes/delphi.el (delphi-tab): Indent region when Transient
11139 Mark mode is enabled and region is active; otherwise indent or
11140 insert TAB as usual.
11141 (delphi-mode): Update description of TAB-key binding.
11143 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11145 * subr.el (define-key-rebound-commands): Mark obsolete.
11146 * startup.el (precompute-menubar-bindings): Remove.
11147 (normal-top-level): Remove obsolete code that tried to precompute
11149 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
11150 define-key-rebound-commands and precompute-menubar-bindings.
11152 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
11154 * net/imap.el (imap-interactive-login): Better messages.
11155 (imap-open): Fix bug with renamed buffer on reconnect.
11156 (imap-authenticate): Add buffer-local imap-last-authenticator variable
11157 for easier debugging and cleaner code. On successful (guessed based on
11158 server capabilities) secondary authentication, set imap-state
11160 (imap-last-authenticator): Define imap-last-authenticator as a variable
11163 2009-09-10 Glenn Morris <rgm@gnu.org>
11165 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
11167 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
11168 (byte-compile-file-form-autoload): Don't warn about unknown functions
11169 where the autoload statement comes after the use.
11170 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
11171 that any handlers inside the body (eg require) are in turn respected.
11173 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
11176 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
11177 and syntax and abbrev tables basic docs, if they don't have any.
11179 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
11181 * international/mule-cmds.el (top-level): Require cl when compiling.
11182 (view-hello-file): Use default-value rather than
11183 default-enable-multibyte-characters.
11185 * progmodes/fortran.el: Move all safe and risky properties into the
11188 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
11189 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
11190 * mail/undigest.el:
11191 Put autoloads in rmail.el rather than loaddefs.el.
11192 * mail/rmail.el: Regenerate with extracted autoloads.
11194 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
11195 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
11197 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
11199 Reported in thread for Bug#4375.
11200 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
11201 "-data-evaluate-expression" instead of print.
11202 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
11203 (gdb-tooltip-print): Parse output from above MI command.
11204 (gdb): Revert 2009-08-11 change. User should detach inferior
11207 Remove the word "separate" from IO functions as inferior
11208 output is now never displayed in the GUD buffer.
11210 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
11212 * startup.el (command-line-normalize-file-name): On Windows and
11213 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
11215 2009-09-10 Juri Linkov <juri@jurta.org>
11217 * isearch.el (isearch-text-char-description): Propertize escape
11218 character sequences with the `escape-glyph' face. (Bug#4344)
11220 * simple.el (shell-command): Set asynchronous process filter to
11221 `comint-output-filter'. (Bug#4343)
11223 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
11224 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
11225 the list. Move "asm" to the bottom.
11226 (grep-find-ignored-directories): Add `choice' with nil value
11227 to empty the list easily.
11228 (grep-find-ignored-files): New option.
11229 (grep-files-history): Set to nil by default instead of '("ch" "el").
11230 (grep-compute-defaults): Add "<X>" to `grep-template'.
11231 (grep-read-files): Bind new local variables `default-alias' and
11232 `default-extension'. Use a list of default values for the file prompt.
11233 (lgrep): Add `--exclude=' command line options composed from
11234 `grep-find-ignored-files'.
11235 (rgrep): Add `-name' command line options composed from
11236 `grep-find-ignored-files'. (Bug#4301)
11238 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11240 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11243 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11245 * calendar/time-date.el (autoload):
11246 Expand define-obsolete-function-alias into defalias and make-obsolete
11247 for old Emacsen that Gnus supports.
11248 (with-no-warnings): Define it for old Emacsen.
11249 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11251 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11252 float-time is available; suppress compile warning for time-to-seconds.
11254 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
11256 * net/imap.el (imap-message-map): Docstring fix.
11258 2009-09-09 Glenn Morris <rgm@gnu.org>
11260 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
11261 line numbers too. (Bug#4374)
11263 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11265 * smerge-mode.el (smerge-remove-props, smerge-refine):
11266 Use with-silent-modifications (bug#4342).
11268 * subr.el (with-silent-modifications): New macro.
11270 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
11272 * files.el (top-level): Require `cl' when compiling.
11274 2009-09-07 Glenn Morris <rgm@gnu.org>
11276 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
11278 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
11279 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
11281 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
11283 * vc-git.el (vc-git-annotate-command): Use separator to parse
11284 arguments correctly.
11286 2009-09-06 Eli Zaretskii <eliz@gnu.org>
11288 * proced.el (proced-mode): Doc fix.
11290 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
11292 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
11294 (tramp-do-file-attributes-with-ls): Check for file existence at
11296 (tramp-do-file-attributes-with-stat): Likewise.
11297 (tramp-convert-file-attributes): Return nil when attr is nil.
11299 2009-09-05 Glenn Morris <rgm@gnu.org>
11301 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
11302 properties to this button.
11303 (diary-fancy-display): Don't extend the button to the final newline.
11304 (diary-fancy-display-mode): Continue to define "q" as a local key.
11306 * calendar/cal-china.el (holiday-chinese): Make it slightly more
11309 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
11311 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
11312 (byte-compile-dest-file-function): New option.
11313 (byte-compile-dest-file): Doc fix.
11314 Obey byte-compile-dest-file-function.
11315 (byte-compile-cl-file-p): New function.
11316 (byte-compile-eval): Only suppress noruntime warnings about cl functions
11317 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
11318 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
11319 than for file being previously loaded.
11320 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
11321 (byte-compile-file-form-require): Handle the case where requiring a file
11322 indirectly causes CL to be loaded.
11324 2009-09-05 Karl Fogel <kfogel@red-bean.com>
11326 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
11327 before killing the old buffer, since by the time `kill-buffer' is
11328 run so many buffer variables have been set to nil that it may not
11329 behave as expected. (Bug#4061)
11331 2009-09-05 Karl Fogel <kfogel@red-bean.com>
11333 * files.el (find-alternate-file): If the old buffer is modified
11334 and visiting a file, behave similarly to `kill-buffer' when
11335 killing it, thus reverting to the pre-1.878 behavior; see
11336 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
11337 for discussion. Also, consult `buffer-file-name' as a variable
11338 not as a function, for consistency with the rest of the code.
11340 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
11342 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
11343 also when adding a new directory.
11345 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
11348 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
11350 * files.el (locate-file-completion-table): Make it provide boundary
11351 information, so partial-completion works better.
11353 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
11355 * mail/footnote.el (Footnote-text-under-cursor):
11356 Check footnote-text-marker-alist before using it (bug#4324).
11358 2009-09-04 Glenn Morris <rgm@gnu.org>
11360 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
11361 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
11362 * play/solitaire.el, play/tetris.el:
11363 Remove leading * from defcustom and defface docs.
11365 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
11367 (diary-fancy-overriding-map): New variable.
11368 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
11371 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
11374 2009-09-03 Glenn Morris <rgm@gnu.org>
11376 * arc-mode.el (archive-mode):
11377 * dos-fns.el (set-default-process-coding-system):
11378 * man.el (Man-getpage-in-background):
11379 * menu-bar.el (menu-bar-describe-menu):
11380 * server.el (server-process-filter):
11381 * startup.el (command-line):
11382 * tar-mode.el (tar-header-block-tokenize, tar-extract):
11383 * w32-fns.el (set-default-process-coding-system):
11384 * x-dnd.el (x-dnd-handle-file-name):
11385 * international/mule-cmds.el (mule-menu-keymap)
11386 (set-default-coding-systems, language-info-alist, set-language-info)
11387 (set-language-environment, standard-display-european-internal)
11388 (set-locale-environment):
11389 * international/mule-diag.el (mule-diag):
11390 * mail/emacsbug.el (report-emacs-bug):
11391 * mail/rmail.el (rmail-mode):
11392 * mail/sendmail.el (mail-setup):
11393 Use default-value rather than default-enable-multibyte-characters.
11395 * progmodes/f90.el: Move all safe properties into the defcustoms.
11396 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
11398 * calendar/appt.el (appt-check):
11399 * calendar/diary-lib.el (diary-set-header, diary-live-p)
11400 (diary-check-diary-file, diary-list-entries)
11401 (diary-include-other-diary-files, diary-simple-display)
11402 (diary-fancy-display, diary-print-entries)
11403 (diary-mark-included-diary-files, diary-make-entry):
11404 Don't call substitute-in-file-name on diary-file.
11406 2009-09-03 Eduard Wiebe <usenet@pusto.de>
11407 Stefan Monnier <monnier@iro.umontreal.ca>
11409 * mail/footnote.el (footnote-prefix): Make it a defcustom.
11410 (footnote-mode-map): Move initialization into the declaration.
11411 (footnote-minor-mode-map): Define it rather than changing global-map.
11412 (footnote-mode): Use define-minor-mode.
11414 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
11416 * net/tramp.el (tramp-handle-file-attributes-with-ls)
11417 (tramp-do-file-attributes-with-perl)
11418 (tramp-do-file-attributes-with-stat): Rename from
11419 `tramp-handle-file-attributes-with-*'.
11420 (tramp-handle-file-attributes): Use them.
11421 (tramp-do-directory-files-and-attributes-with-perl)
11422 (tramp-do-directory-files-and-attributes-with-stat): Rename from
11423 `tramp-handle-directory-files-and-attributes-with-*'.
11424 (tramp-handle-directory-files-and-attributes): Use them.
11425 (tramp-method-out-of-band-p): Additional parameter SIZE.
11426 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
11427 (tramp-handle-write-region): Use it.
11428 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
11429 (tramp-handle-vc-registered): Check, whether the first run did
11430 return files to be tested.
11431 (tramp-advice-make-auto-save-file-name): Do not call directly
11432 `tramp-handle-make-auto-save-file-name', because this would bypass
11433 the locking mechanism.
11435 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
11436 (file-remote-p, process-file, start-file-process, set-file-times)
11437 (tramp-compat-file-attributes): Compatibility functions shall not
11438 call directly `tramp-handle-*', because this would bypass the
11440 (tramp-compat-number-sequence): New defun.
11442 2009-09-02 Glenn Morris <rgm@gnu.org>
11444 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
11445 alias for float-time.
11446 (time-to-number-of-days): In Emacs, use float-time.
11447 * net/newst-backend.el (time-add): Suppress warnings from compat
11449 * time.el (emacs-uptime, emacs-init-time):
11450 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
11451 Use float-time rather than time-to-seconds.
11453 * minibuffer.el (completion-initials-expand): Fix typo.
11455 * faces.el (modeline, modeline-inactive, modeline-highlight)
11456 (modeline-buffer-id):
11457 * info.el (info-menu-5): Mark these face aliases as obsolete.
11459 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
11461 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
11463 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
11464 no "--thread" option.
11465 (gdb-stopped): Don't print "Switched to thread" message when it is
11468 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11470 * minibuffer.el (completion-try-completion)
11471 (completion-all-completions): Remove ill-defined (and
11472 mistakenly installed and luckily never used nor documented)
11473 `completion-styles' property.
11474 (completion-initials-expand, completion-initials-all-completions)
11475 (completion-initials-try-completion): New functions.
11476 (completion-styles-alist): Add doc to each entry.
11477 Add new `initials' entry.
11479 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
11481 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
11482 MI command -var-evaluate-expression.
11483 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
11484 and tweak for case of string child.
11485 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
11487 2009-09-01 Glenn Morris <rgm@gnu.org>
11489 * add-log.el (change-log-date-face, change-log-name-face)
11490 (change-log-email-face, change-log-file-face, change-log-list-face)
11491 (change-log-conditionals-face, change-log-function-face)
11492 (change-log-acknowledgement-face):
11493 * cus-edit.el (custom-invalid-face, custom-rogue-face)
11494 (custom-modified-face, custom-set-face, custom-changed-face)
11495 (custom-saved-face, custom-button-face, custom-button-pressed-face)
11496 (custom-documentation-face, custom-state-face, custom-comment-face)
11497 (custom-comment-tag-face, custom-variable-tag-face)
11498 (custom-variable-button-face, custom-face-tag-face)
11499 (custom-group-tag-face-1, custom-group-tag-face):
11500 * diff-mode.el (diff-header-face, diff-file-header-face)
11501 (diff-index-face, diff-hunk-header-face, diff-removed-face)
11502 (diff-added-face, diff-changed-face, diff-function-face)
11503 (diff-context-face, diff-nonexistent-face):
11504 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11505 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
11506 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11507 (Info-title-4-face):
11508 * isearch.el (isearch-lazy-highlight-face):
11509 * log-view.el (log-view-file-face, log-view-message-face):
11510 * paren.el (show-paren-match-face, show-paren-mismatch-face):
11511 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11512 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11514 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11515 (smerge-base-face, smerge-markers-face):
11516 * wid-edit.el (widget-documentation-face, widget-button-face)
11517 (widget-field-face, widget-single-line-field-face)
11518 (widget-inactive-face, widget-button-pressed-face):
11519 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
11520 (woman-addition-face):
11521 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
11522 (eshell-ls-executable-face, eshell-ls-readonly-face)
11523 (eshell-ls-unreadable-face, eshell-ls-special-face)
11524 (eshell-ls-missing-face, eshell-ls-archive-face)
11525 (eshell-ls-backup-face, eshell-ls-product-face)
11526 (eshell-ls-clutter-face):
11527 * eshell/em-prompt.el (eshell-prompt-face):
11528 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
11529 * obsolete/old-whitespace.el (whitespace-highlight-face):
11530 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
11531 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
11532 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
11533 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
11534 (antlr-font-lock-literal-face):
11535 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11536 (ebrowse-root-class-face, ebrowse-file-name-face)
11537 (ebrowse-default-face, ebrowse-member-attribute-face)
11538 (ebrowse-member-class-face, ebrowse-progress-face):
11539 * progmodes/make-mode.el (makefile-space-face):
11540 * progmodes/sh-script.el (sh-heredoc-face):
11541 * textmodes/flyspell.el (flyspell-incorrect-face)
11542 (flyspell-duplicate-face):
11543 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
11544 * textmodes/texinfo.el (texinfo-heading-face):
11545 Mark face aliases with "-face" suffix as obsolete.
11547 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
11550 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
11551 (eudc-bob-sound-menu): Use defvar rather than defconst, since
11552 easy-menu-define wants to modify these.
11554 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
11556 * net/browse-url.el (browse-url-file-url):
11557 * term/internal.el (dos-codepage-setup):
11558 Use default-value rather than default-enable-multibyte-characters.
11560 * progmodes/etags.el (etags-goto-tag-location):
11561 * progmodes/flymake.el (flymake-highlight-line)
11562 (flymake-goto-file-and-line, flymake-goto-line):
11563 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
11564 (gdb-goto-breakpoint):
11565 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11566 * progmodes/python.el (python-find-function)
11567 (python-pdbtrack-track-stack-file):
11568 * progmodes/verilog-mode.el (verilog-surelint-off):
11569 * term/ns-win.el (ns-open-file-select-line):
11570 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
11571 Use forward-line rather than goto-line.
11573 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
11574 * textmodes/reftex-index.el (reftex-display-index):
11575 * textmodes/reftex-ref.el (reftex-offer-label-menu):
11576 * textmodes/reftex-toc.el (reftex-toc):
11577 Remove unnecessary bindings of default-major-mode (all are followed by
11578 major-mode check and possible mode switch).
11580 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
11582 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11583 Handle watchpoints (bug#4282).
11584 (def-gdb-thread-buffer-command): Enable thread to be selected by
11585 clicking without selecting threads buffer first.
11586 (gdb-current-context-command): Use selected frame so that "up",
11587 "down" etc work in the GUD buffer.
11588 (gdb-update): Find selected frame before rendering stack buffer.
11589 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
11591 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11593 * progmodes/sym-comp.el (displayed-completions): Remove.
11594 (symbol-complete): Use minibuffer-complete.
11596 2009-08-31 Glenn Morris <rgm@gnu.org>
11598 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
11600 * apropos.el (apropos-symbols-internal):
11601 Handle (obsolete) face aliases.
11603 * faces.el (describe-face): Adjust the output format to be more like
11604 describe-variable, and to mention (obsolete) face aliases.
11605 Adjust the whitespace so that help-setup-xref works.
11607 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
11608 * calendar/diary-lib.el (diary-button-face):
11609 Mark these face aliases as obsolete.
11611 * calendar/calendar.el (calendar-today): Doc fix.
11613 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
11615 * progmodes/gdb-mi.el (gdb-control-all-threads)
11616 (gdb-control-current-thread): Force tool bar update.
11617 (gdb-non-stop-handler): New function.
11618 (gdb-init-1): Use it to test if non-stop mode is supported.
11619 Remove unused gdbmi buffer type.
11621 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
11623 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
11624 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
11626 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
11628 * comint.el (comint-exec-1): Check command is non-null first.
11629 Part of gdb-mi.el change (2009-08-28).
11631 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11633 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
11635 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
11637 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
11638 instead of `dolist' to avoid a recursive require when bootstrapping.
11640 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11642 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
11644 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
11646 * net/imap.el (imap-send-command): Simplify.
11647 (imap-wait-for-tag): point-max -> buffer-size.
11649 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
11651 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
11652 with constant argument.
11654 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
11656 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
11658 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
11659 Change default, since most of our files don't have a history.
11660 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
11663 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11666 * calc/calc.el: Improve commenting convention.
11667 (calc-digit-map, toplevel): Simplify.
11669 * comint.el (comint-insert-input): Be careful to only set point if we
11670 don't delegate to some other command.
11672 * proced.el (proced-signal-list): Make it an alist.
11673 (proced-grammar-alist): Capitalize names.
11674 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
11675 Disable undo manually and make it read-only.
11676 Use completion-annotate-function.
11678 * minibuffer.el (minibuffer-message): If the current buffer is not
11679 a minibuffer, insert the message in the echo area rather than at the
11681 (completion-annotate-function): New variable.
11682 (minibuffer-completion-help): Use it.
11683 (completion--embedded-envvar-table): Environment vars are
11684 always case-sensitive.
11686 2009-08-30 Glenn Morris <rgm@gnu.org>
11688 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
11689 from fortran-current-defun.
11690 (fortran-beginning-of-subprogram): Be more precise about finding the
11691 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
11692 (fortran-end-of-subprogram): Simplify.
11693 (fortran-current-defun): Use fortran-start-prog-re.
11695 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
11697 * subr.el (do-after-load-evaluation): Simplify.
11699 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
11701 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
11703 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
11704 (vc-rcs-print-log): Use it.
11706 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
11708 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11710 * paths.el (abbrev-file-name): Move to abbrev.el.
11711 * abbrev.el (abbrev-file-name): Move from paths.el.
11712 Obey user-emacs-directory.
11713 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
11714 user-emacs-directory.
11715 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
11716 abbrev-file-name and calc-settings-file any more.
11717 * startup.el (command-line): Recompute abbrev-file-name and
11718 abbreviated-home-dir.
11719 (normal-no-mouse-startup-screen): Improve the generic code and get rid
11720 of the special code for when C-h bindings haven't been changed.
11721 (display-startup-echo-area-message): Use with-current-buffer.
11722 (command-line-1): Use a list of strings, rather than a list of lists
11723 of strings for longopts.
11725 * files.el (get-free-disk-space): Use / for default-directory.
11727 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
11728 Use with-current-buffer.
11730 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
11731 Recognize immutable variables like most-positive-fixnum.
11732 (byte-compile-setq-default): Check and warn if trying to assign
11733 to an immutable variable, or a non-variable.
11735 * progmodes/cc-vars.el (c-comment-continuation-stars):
11736 * progmodes/cc-engine.el (c-looking-at-bos):
11737 * progmodes/cc-cmds.el (c-toggle-auto-state)
11738 (c-forward-into-nomenclature, c-backward-into-nomenclature)
11739 (c-comment-line-break-function): Add version of obsolescence.
11741 2009-08-28 Juri Linkov <juri@jurta.org>
11743 * files.el (magic-fallback-mode-alist): Add ZIP magic number
11744 associated with `archive-mode'.
11746 * image.el (image-type-header-regexps): Use only JPEG magic number
11747 to determine JPEG images, and don't use `image-jpeg-p' because
11748 Emacs can display non-JFIF non-Exif JPEG images.
11750 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
11752 * arc-mode.el (archive-mode):
11753 * emacs-lisp/re-builder.el (re-builder-unload-function):
11754 Protect against the default value of `major-mode' being nil.
11756 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
11758 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
11759 Fix typos in docstrings.
11761 * progmodes/js.el (js--macro-decl-re): Doc fix.
11762 (js--plain-method-re, js--split-name): Refloc docstring.
11763 (js--class-styles, js--make-merged-item, js--splice-into-items):
11764 Fix typos in docstrings; reflow docstrings.
11765 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
11766 (js--variable-decl-matcher, js--inside-pitem-p)
11767 (js--parse-state-at-point, js--get-all-known-symbols)
11768 (js--symbol-history, js-find-symbol, js--js-references)
11769 (js--moz-interactor, js--js-encode-value, js--read-tab):
11770 Fix typos in docstrings.
11772 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11774 * textmodes/reftex.el (reftex-get-file-buffer-force):
11775 * progmodes/verilog-mode.el (verilog-batch-execute-func):
11776 * emulation/viper.el (viper-go-away, viper-set-hooks):
11777 * emacs-lisp/re-builder.el (re-builder-unload-function):
11778 * emacs-lisp/bytecomp.el (byte-compile-file):
11779 * ses.el (ses-unload-function):
11780 * hexl.el (hexl-find-file):
11781 * files.el (normal-mode):
11782 * ehelp.el (with-electric-help):
11783 * autoinsert.el (auto-insert-alist):
11784 * arc-mode.el (archive-mode):
11785 Use (default-value 'major-mode) instead of default-major-mode.
11787 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
11788 * international/mule.el (load-with-code-conversion):
11789 * emacs-lisp/debug.el (debug):
11790 * ediff-vers.el (ediff-rcs-get-output-buffer):
11791 * dired.el (dired-internal-noselect): Don't let-bind
11792 default-major-mode around code that doesn't use it.
11793 E.g. buffer creation via get-buffer-create doesn't use it.
11795 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
11797 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
11798 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
11799 when writing the temp file. Otherwise, epa-file gets confused.
11800 (tramp-register-file-name-handlers): Make it a defun. Move also
11801 `epa-file-handler' to the front of `file-name-handler-alist'.
11803 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11805 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
11806 start right after a ^M.
11807 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
11808 (tramp-completion-file-name-regexp-separate)
11809 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
11810 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
11811 Don't modify last-coding-system-used by accident.
11812 (tramp-completion-file-name-handler): Apply the checks here,
11813 instead during registration.
11814 (tramp-register-file-name-handlers): Renamed from
11815 `tramp-register-file-name-handler'. Register both
11816 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
11817 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
11819 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
11821 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
11822 Remove variable ...
11823 (gdb-init-1, gdb-display-separate-io-buffer)
11824 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
11826 (gdb-inferior-io-mode): Use make-comint-in-buffer.
11827 (gdb-inferior-filter): Use comint-output-filter to stop
11828 echoing and remove ^M characters.
11830 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11832 * emulation/viper-init.el (viper-restore-cursor-type):
11833 * emulation/cua-base.el (cua--update-indications):
11834 Replace default-cursor-type with (default-value 'cursor-type).
11836 * mail/sendmail.el (mail-recover-1):
11837 * international/mule-diag.el (describe-current-coding-system-briefly)
11838 (describe-current-coding-system):
11839 * international/mule-cmds.el (select-safe-coding-system)
11840 (select-message-coding-system)
11841 (set-language-environment-coding-systems, set-locale-environment):
11842 * hexl.el (hexl-insert-multibyte-char):
11843 * dos-w32.el (find-buffer-file-type-coding-system):
11844 * simple.el (what-cursor-position):
11845 Replace uses of default-buffer-file-coding-system
11846 with (default-value 'buffer-file-coding-system).
11848 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
11849 Replace uses of default-cursor-in-non-selected-windows
11850 with (default-value 'cursor-in-non-selected-windows).
11851 Use with-current-buffer.
11853 * mail/feedmail.el: Use CL macros.
11854 (feedmail-run-the-queue, feedmail-send-it-immediately):
11855 * dos-w32.el (find-buffer-file-type): Replace uses of
11856 default-buffer-file-type with (default-value 'buffer-file-type).
11858 2009-08-28 Glenn Morris <rgm@gnu.org>
11860 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
11861 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
11862 Use default-value of major-mode rather than default-major-mode.
11864 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11866 * Makefile.in (update-elcfiles): Report left over elc files.
11868 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
11869 expand-file-name and with-current-buffer.
11870 (mail-get-names, mail-directory): Use with-current-buffer.
11872 * vc.el (vc-read-revision): New function.
11873 (vc-version-diff, vc-merge): Use it.
11875 2009-08-27 Sam Steingold <sds@gnu.org>
11877 * simple.el (kill-do-not-save-duplicates): New user option.
11878 (kill-new): When it is non-nil, and the new string is the same as
11879 the latest kill, set replace to t to avoid duplicates in kill-ring.
11881 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
11883 * net/tramp.el (tramp-handle-process-file): Do not flush all
11884 caches when `process-file-side-effects' is set.
11885 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
11886 instead of `tramp-find-file-exists-command'.
11887 Unset `process-file-side-effects'.
11889 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
11891 * net/tramp.el (tramp-methods): New method "rsyncc".
11892 (top): Add completion function for "rsyncc".
11893 (tramp-message-show-message): New defvar.
11894 (tramp-message, tramp-error): Use it.
11895 (tramp-do-copy-or-rename-file-directly): Extend check for direct
11897 (tramp-do-copy-or-rename-file-out-of-band): Handle new
11898 `tramp-methods' entry `copy-env' of "rsyncc".
11899 (tramp-vc-registered-read-file-names): New defconst.
11900 (tramp-vc-registered-file-names): New defvar.
11901 (tramp-handle-vc-registered): Implement optimization strategy.
11902 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
11903 (tramp-vc-file-name-handler): New defun.
11904 (tramp-get-ls-command, tramp-get-test-command)
11905 (tramp-get-file-exists-command, tramp-get-remote-ln)
11906 (tramp-get-remote-perl, tramp-get-remote-stat)
11907 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
11909 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
11910 (tramp-cache-inhibit-cache): Extend doc string. It allows also
11912 (tramp-get-file-property): Check for timestamps in
11913 `tramp-cache-inhibit-cache'.
11914 (tramp-set-file-property): Write timestamp.
11916 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11918 * language/japan-util.el (japanese-symbol-table): Add entries for
11921 * international/characters.el: Add category `j' to cp932-2-byte.
11923 2009-08-27 Kenichi Handa <handa@m17n.org>
11925 * international/fontset.el (build-default-fontset-data): New macro.
11926 (setup-default-fontset): Use build-default-fontset-data for CJK,
11927 tibetan, ethiopic, and ipa.
11929 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11931 * cus-start.el (default-major-mode): Customize `major-mode' instead.
11932 (enable-multibyte-characters): Not customizable any more.
11934 * subr.el (default-mode-line-format, default-header-line-format)
11935 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
11936 (default-direction-reversed, default-truncate-lines)
11937 (default-left-margin, default-tab-width, default-case-fold-search)
11938 (default-left-margin-width, default-right-margin-width)
11939 (default-left-fringe-width, default-right-fringe-width)
11940 (default-fringes-outside-margins, default-scroll-bar-width)
11941 (default-vertical-scroll-bar, default-indicate-empty-lines)
11942 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
11943 (default-fringe-cursor-alist, default-scroll-up-aggressively)
11944 (default-scroll-down-aggressively, default-fill-column)
11945 (default-cursor-type, default-buffer-file-type)
11946 (default-cursor-in-non-selected-windows)
11947 (default-buffer-file-coding-system, default-major-mode)
11948 (default-enable-multibyte-characters): Mark as obsolete.
11950 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
11952 * vc-dir.el (vc-dir-update): Remove debug helper.
11954 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
11956 2009-08-26 Sam Steingold <sds@gnu.org>
11958 * simple.el (save-interprogram-paste-before-kill): New user option.
11959 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
11960 save the interprogram-paste into kill-ring before overriding it
11961 with the Emacs kill.
11963 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11965 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
11966 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
11967 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
11968 and move to vc-rcs.el.
11969 (vc-default-next-revision): Rename to vc-rcs-next-revision and
11971 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
11972 (vc-rcs-update-changelog): Remove.
11973 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
11974 and move to vc-rcs.el.
11976 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
11977 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
11979 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
11980 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
11981 vc.el, renamed to be RCS specific.
11983 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
11985 (vc-cvs-update-changelog): Move here from vc.el.
11987 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
11990 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11992 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
11994 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11996 * vc-git.el (vc-git-register): Use "git add" for directories.
11997 (vc-git-stash, vc-git-stash-show): New functions.
11998 (vc-git-extra-menu-map): Bind them.
12000 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12001 directory correctly in case the item is a directory itself.
12003 * vc.el: Document the desired behavior for reverted files in the
12005 (vc-default-prettify-state-info): Remove function, unused.
12007 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12009 2009-08-26 Glenn Morris <rgm@gnu.org>
12011 * bindings.el (standard-mode-line-format): Reposition dashes in
12012 which-func entry. (Bug#4217)
12014 * files.el (enable-local-variables, enable-local-eval)
12015 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12017 (auto-mode-alist, ignored-local-variables)
12018 (save-some-buffers-action-alist): Move risky declarations to the
12020 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12021 (font-lock-defaults, format-alist, imenu--index-alist)
12022 (imenu-generic-expression, input-method-alist, minor-mode-alist)
12023 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12024 (mode-line-modified, mode-line-mule-info, mode-line-position)
12025 (mode-line-process, mode-line-remote, outline-level)
12026 (parse-time-rules, rmail-output-file-alist)
12027 (special-display-buffer-names, vc-mode):
12028 Move risky declarations to the relevant files.
12029 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12030 (mode-line-modified, mode-line-process, mode-line-position)
12031 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12032 * font-core.el (font-lock-defaults):
12033 * format.el (format-alist):
12034 * vc-hooks.el (vc-mode):
12035 * window.el (special-display-buffer-names):
12036 * international/mule-cmds.el (input-method-alist):
12037 Define riskiness here (dumped file) rather than in files.el.
12038 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12039 * imenu.el (imenu-generic-expression, imenu--index-alist):
12040 * outline.el (outline-level):
12041 * time.el (display-time-string):
12042 * calendar/parse-time.el (parse-time-rules):
12043 * mail/rmailout.el (rmail-output-file-alist):
12044 Autoload riskiness here, rather than placing in files.el.
12046 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
12048 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12050 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
12052 * simple.el (process-file-side-effects): New defvar.
12054 * dired-aux.el (dired-show-file-type):
12055 * vc.el (vc-diff-internal):
12056 * vc-arch.el (vc-arch-diff):
12057 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12058 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12059 * vc-git.el (vc-git-registered, vc-git-working-revision)
12060 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12061 (vc-git--empty-db-p):
12062 * vc-hooks.el (vc-user-login-name):
12063 * vc-svn.el (vc-svn-registered, vc-svn-state)
12064 (vc-svn-dir-extra-headers, vc-svn-find-revision):
12065 * progmodes/grep.el (grep-probe): Let-bind
12066 `process-file-side-effects' with nil.
12068 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12070 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12071 daemon. Replace ping by checking for running service for bluez
12072 and zeroconf. (Bug#4239)
12074 2009-08-25 Kevin Ryde <user42@zip.com.au>
12076 * net/dig.el (dig): Add autoload cookie.
12078 2009-08-25 Glenn Morris <rgm@gnu.org>
12080 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
12081 load-history for absolute file-names.
12082 (byte-compile-file-form-require): Warn about use of the cl package.
12084 * format.el (format-alist): Doc fix.
12086 * play/bubbles.el (top-level): Don't require cl at run-time.
12088 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
12091 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
12093 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
12095 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
12097 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
12099 * calc/calc-alg.el (math-trig-rewrite)
12100 (math-hyperbolic-trig-rewrite): New functions.
12101 (calc-simplify): Simplify trig functions when asked.
12103 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
12105 * diff-mode.el (diff-find-source-location): Avoid goto-line.
12107 2009-08-24 Kenichi Handa <handa@m17n.org>
12109 * language/ind-util.el (mapthread): Delete it.
12110 (combinatorial): New function.
12111 (indian--puthash-cv): Use combinatorial instead of mapthread.
12113 2009-08-22 Kevin Ryde <user42@zip.com.au>
12115 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
12116 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
12117 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
12118 Clarify docstring that the value is strings not symbols.
12119 (checkdoc-list-of-strings-p): New function.
12121 2009-08-22 Glenn Morris <rgm@gnu.org>
12123 * files.el (auto-mode-alist):
12124 * hippie-exp.el (he-concat-directory-file-name):
12125 * lpr.el (lpr-windows-system, printer-name):
12126 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
12127 * ps-print.el (ps-windows-system):
12128 * startup.el (command-line):
12129 * emulation/viper-ex.el (viper-glob-function):
12130 * international/mule-cmds.el (set-language-environment-coding-systems):
12131 * net/ange-ftp.el (ange-ftp-write-region):
12132 * obsolete/fast-lock.el (fast-lock-cache-name):
12133 Remove code for defunct system-types emx, macos, mswindows, next-mach,
12134 unisoft-unix, vax-vms, win32, w32.
12136 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
12137 given name if the pattern is not more specific.
12139 * calendar/lunar.el (lunar-phase-names): New option.
12140 (lunar-phase): Doc fix.
12141 (lunar-cycles-per-year): New constant.
12142 (lunar-index): New function.
12143 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
12144 (lunar-phase-name): Use lunar-phase-names.
12145 (calendar-lunar-phases): Use format.
12146 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
12148 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
12149 Copy imenu-example--name-and-position function here for own use.
12150 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
12152 * bs.el (bs--redisplay):
12153 * cus-edit.el (custom-redraw):
12154 * ibuffer.el (ibuffer-bury-buffer):
12155 * server.el (server-goto-line-column):
12156 * startup.el (command-line-1):
12157 * strokes.el (strokes-xpm-for-stroke):
12158 * term.el (term-display-buffer-line):
12159 * view.el (View-goto-line):
12160 * calc/calc.el (calc-do, calc-trail-buffer):
12161 * play/gamegrid.el (gamegrid-add-score-insecure):
12162 * progmodes/ada-mode.el (ada-compile-goto-error):
12163 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
12164 (ebrowse-select-1st-to-9nth):
12165 * progmodes/cperl-mode.el (cperl-time-fontification):
12166 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
12167 * progmodes/gud.el (gud-display-line):
12168 (idlwave-shell-display-line):
12169 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
12170 * progmodes/make-mode.el (makefile-browser-toggle):
12171 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
12172 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
12173 * textmodes/picture.el (picture-draw-rectangle):
12174 * textmodes/reftex-index.el (reftex-index-goto-letter):
12175 (reftex-select-jump-to-previous):
12176 * textmodes/reftex-sel.el (reftex-find-start-point)
12177 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
12178 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
12179 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
12180 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12181 * textmodes/two-column.el (2C-associated-buffer):
12182 Use forward-line rather than goto-line.
12184 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
12187 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
12188 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
12189 (quick-check-list-to-regexp): Declare.
12191 * progmodes/make-mode.el (makefile-browser-insert-selection):
12192 Use goto-char rather than goto-line.
12194 * progmodes/prolog.el (compilation-error-regexp-alist)
12195 (compilation-forget-errors): Declare.
12197 2009-08-22 Juri Linkov <juri@jurta.org>
12199 * progmodes/grep.el (lgrep, rgrep): At the beginning
12200 set `dir' to `default-directory' unless `dir' is a non-nil
12201 readable directory. (Bug#4052)
12202 (lgrep, rgrep): Change a weird way to report an error
12203 from using `read-string' to using `error'.
12204 Instead of using interactive arguments in the function body,
12205 add new argument `confirm'.
12207 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
12209 * textmodes/remember.el (remember-buffer):
12210 * progmodes/cperl-mode.el (cperl-vc-header-alist):
12211 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
12212 (icalendar-extract-ical-from-buffer):
12213 * net/newst-treeview.el (newsticker-groups-filename):
12214 * net/newst-backend.el (newsticker-cache-filename):
12215 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
12216 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
12217 (speedbar-add-ignored-path-regexp, speedbar-line-path)
12218 (speedbar-buffers-line-path, speedbar-path-line)
12219 (speedbar-buffers-line-path):
12220 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
12222 * epa.el (epa-display-verify-result):
12223 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
12225 2009-08-21 Glenn Morris <rgm@gnu.org>
12227 * progmodes/js.el (inferior-moz-process): Fix declaration.
12229 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
12231 * obsolete/rnewspost.el (news-mail-reply):
12232 Use goto-char rather than goto-line.
12234 * term/ns-win.el (ns-open-file-select-line):
12235 Use line-beginning-position rather than goto-line.
12237 * apropos.el (apropos-command):
12238 * ehelp.el (electric-helpify):
12239 * printing.el (pr-show-setup):
12240 * strokes.el (strokes-help):
12241 * tutorial.el (tutorial--describe-nonstandard-key)
12242 (tutorial--detailed-help):
12243 * woman.el (woman-mini-help, woman-display-extended-fonts):
12244 * calc/calc-help.el (calc-describe-key):
12245 * emulation/edt.el (edt-electric-helpify):
12246 * international/mule-diag.el (mule-diag):
12247 * play/yow.el (apropos-zippy):
12248 * progmodes/python.el (python-describe-symbol):
12249 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12250 * textmodes/table.el (*table--cell-describe-mode)
12251 (*table--cell-describe-bindings):
12252 Use help-print-return-message rather than the now obsolete alias.
12254 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
12255 (calendar-cursor-to-visible-date):
12256 * play/5x5.el (5x5-position-cursor):
12257 * play/decipher.el (decipher):
12258 * play/gomoku.el (gomoku-goto-xy):
12259 * play/landmark.el (lm-goto-xy):
12260 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
12261 (mpuz-paint-digit):
12262 Use forward-line, not goto-line.
12264 * mail/rmail.el (rmail-obsolete): Delete custom group.
12265 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
12266 (rmail-remote-password, rmail-remote-password-required):
12267 Remove unneeded :set-after and :set properties.
12269 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
12271 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
12273 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
12275 * loadup.el: Remove leftover macos code.
12277 * vc-git.el (vc-git-annotate-command): Run asynchronously.
12278 Explicitly pass the date format to git blame so that user local
12279 so that the output format can be parsed.
12281 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
12283 * net/dbus.el (top): Don't check for (getenv
12284 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
12286 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
12288 * log-edit.el (log-edit-strip-single-file-name): New var.
12289 (log-edit-insert-changelog): Use it. Bug#3571
12291 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12293 * subr.el (read-passwd): Use read-key so keypad keys work as well.
12296 * help.el (help-print-return-message): Rename from
12297 print-help-return-message.
12299 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
12300 cvs-mode-map parent hack.
12301 (log-view-mode): Derive from special-mode.
12303 * linum.el (linum-mode): window-size-change-functions is redundant.
12304 Adapt to new window-configuration-change-hook behavior.
12305 (linum-after-size, linum-after-config): Remove.
12307 * imenu.el (imenu-example--name-and-position)
12308 (imenu-example--lisp-extract-index-name)
12309 (imenu-example--create-lisp-index, imenu-example--create-c-index):
12312 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
12313 (inferior-prolog-mode): Use it.
12314 (inferior-prolog-load-file): Reset list of errors.
12316 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12318 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
12320 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
12322 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
12324 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
12325 is running already.
12327 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12329 * subr.el (listify-key-sequence-1): Use normal syntax since those
12330 integers are nowadays always represented by the same (positive) number
12332 (read-key-empty-map): New const.
12333 (read-key-delay): New var.
12334 (read-key): New function.
12335 (force-mode-line-update): Use with-current-buffer.
12336 (locate-user-emacs-file): Don't forget to abbreviate the file name.
12337 (start-process-shell-command, start-file-process-shell-command):
12338 Discourage the use of command-args.
12340 2009-08-19 Glenn Morris <rgm@gnu.org>
12342 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
12344 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12346 * simple.el (choose-completion-string): Don't rely on
12347 minibuffer-completing-file-name and ad-hoc checks to decide whether
12348 to continue completion or not.
12350 * minibuffer.el (minibuffer-hide-completions): New function.
12351 (completion--do-completion): Use it.
12352 (completions-annotations): New face.
12353 (completion--insert-strings): Use it.
12354 (completion-pcm--delim-wild-regex): Add docstring.
12355 (completion-pcm--string->pattern): Add support for 0-width delimiters
12356 in completion-pcm--delim-wild-regex.
12358 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
12360 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
12361 Remove unused var `buffer-modified-p'.
12363 * minibuffer.el (completion--do-completion): Move point for the #b001
12364 case as well (bug#4176).
12365 (minibuffer-complete, minibuffer-complete-word): Don't move point.
12367 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
12369 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
12370 and :session buses.
12372 2009-08-18 Kenichi Handa <handa@m17n.org>
12374 * international/ucs-normalize.el (ucs-normalize-version):
12376 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
12377 (utf-8-hfs): Make it perform normalization on encoding too.
12379 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
12380 (sentence-end-without-space): Delete duplicated chars.
12381 (sentence-end-base): Likewise.
12383 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
12384 (html-mode): Delete duplicated chars from sentence-end-base.
12386 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
12387 (texinfo-mode): Delete duplicated chars from sentence-end-base.
12389 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
12391 * files.el (hack-one-local-variable): If the mode function is for
12392 a minor mode, pass it an argument (Bug#4148).
12394 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
12396 * net/tramp.el (tramp-register-completion-file-name-handler):
12397 Check also for (member 'partial-completion completion-styles).
12399 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
12401 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
12404 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
12406 * progmodes/cperl-mode.el: Merge upstream 6.2.
12407 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
12408 (cperl-forward-re): Check cperl-brace-recursing.
12409 (cperl-highlight-charclass): New function.
12410 (cperl-find-pods-heres): Use it.
12411 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
12412 (cperl-beautify-regexp-piece): Fix column calculation.
12413 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
12414 (cperl-beautify-level): Don't process entire regexp.
12415 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
12417 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
12418 (cperl-init-faces): Build a list in the normal way.
12420 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
12422 * calendar/parse-time.el (parse-time-string-chars): Save match
12425 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
12427 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
12428 (sql-product): Use it.
12429 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
12430 (sql-set-product): Add completion.
12431 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
12432 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
12433 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
12434 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
12435 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
12436 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
12437 (sql-highlight-db2-keywords): Remove.
12438 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
12439 (sql-highlight-product): Use derived-mode-p.
12440 (sql-set-sqli-buffer): Use with-current-buffer.
12441 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
12444 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
12446 * term.el: Fix commenting convention, turn comments into docstrings.
12448 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12450 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
12452 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
12454 * calendar/parse-time.el (parse-time-string-chars): Compute using
12455 character classes, to handle non-ascii characters (Bug#3190).
12457 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
12459 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
12460 another heredoc if the user adds another < (Bug#3226).
12462 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12463 Don't initialize based on window-system (Bug#4124).
12465 * facemenu.el (facemenu-read-color): Use a completion function
12466 that accepts any defined color, such as RGB triplets (Bug#3677).
12468 * files.el (get-free-disk-space): Change fallback default
12469 directory to /. Expand DIR argument before switching to fallback.
12470 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
12472 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
12474 * files.el (load-library): Doc fix.
12476 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
12478 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
12479 (viper-if-string): Redefine C-s in the minibuffer to insert the last
12480 incremental search string.
12482 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
12485 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
12486 (ediff-merge-region-is-non-clash)
12487 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
12488 Also check if the job is really a merge job.
12490 * ediff.el (ediff-current-file): New function.
12492 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
12494 * progmodes/js.el: Edit docstrings throughout to follow Emacs
12496 (js-insert-and-indent): Delete function.
12497 (js-mode-map): Don't bind keys to js-insert-and-indent.
12498 (js-beginning-of-defun): Rename from js--beginning-of-defun.
12499 (js-end-of-defun): Rename from js--end-of-defun.
12500 (js-auto-indent-flag): Delete variable.
12502 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
12504 * progmodes/js.el: Remove proclaim statement.
12505 Defvar which-func-imenu-joiner-function to silence compiler.
12507 * files.el (auto-mode-alist): Use js-mode for .js files.
12509 * progmodes/js2-mode.el: Remove file.
12511 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
12513 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
12515 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
12517 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
12518 Karl Landstrom <karl.landstrom@brgeight.se>
12520 * progmodes/js.el: New file.
12522 2009-08-14 Mark A. Hershberger <mah@everybody.org>
12524 * timezone.el (timezone-parse-date): Add ability to understand ISO
12525 basic format (minimal separators) dates in addition to the
12526 already-supported extended format dates.
12528 2009-08-14 Eli Zaretskii <eliz@gnu.org>
12530 * international/ucs-normalize.el: Add a `coding' file variable.
12532 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
12534 2009-08-14 Sam Steingold <sds@gnu.org>
12536 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12538 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
12540 * faces.el (help-argument-name): Define it here instead of
12541 help-fns.el, because in daemon mode help-fns.el may be loaded when
12542 faces are still uninitialized (Bug#1078).
12544 * help-fns.el (help-argument-name): Move defface to faces.el.
12546 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
12548 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
12549 create buffer with a pty but no process so that GDB can make the
12550 inferior the controlling process.
12552 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
12554 * international/ucs-normalize.el: New file.
12556 2009-08-13 Richard Stallman <rms@gnu.org>
12558 * mail/rmail.el (rmail-get-attr-names):
12559 Accept an attribute header that is too short.
12561 * mail/rmail.el (rmail-forget-messages):
12562 Ignore nil elt in rmail-message-vector. Use dotimes.
12564 * progmodes/compile.el (compilation-goto-locus):
12565 Use next-error-move-function.
12567 * simple.el (next-error-move-function): New variable.
12569 2009-08-12 Juri Linkov <juri@jurta.org>
12571 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
12572 always non-nil. (Bug#4052)
12574 * replace.el (read-regexp): Return empty string when
12575 `default-value' is nil.
12576 (keep-lines-read-args): Don't use empty string as the
12577 default value for `read-regexp'. (Bug#2495)
12579 2009-08-12 Juri Linkov <juri@jurta.org>
12581 * international/mule-cmds.el (ucs-insert): Change arguments
12582 from `arg' to `character', `count', `inherit' to be the same
12583 as in `insert-char'. Doc fix. (Bug#4039)
12585 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
12587 2009-08-12 Juri Linkov <juri@jurta.org>
12589 * files-x.el: New file.
12591 * files.el: Move code that deals with adding/deleting
12592 file/directory-local variables to files-x.el.
12594 * Makefile.in (ELCFILES): Add files-x.elc.
12596 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
12598 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
12599 to use `goto-line'.
12600 (gdb-place-breakpoints, gdb-get-location): Rewritten without
12602 (gdb-invalidate-disassembly): Do not refresh upon receiving
12603 'update signal. Instead, update all disassembly buffers only after
12605 (gdb): Send -target-detach when buffer is killed (Bug#3794).
12606 (gdb-starting): Moved -data-list-register-names...
12607 (gdb-stopped): ...here so it's sent when first thread stops.
12608 (gdb-registers-handler-custom): Do nothing if register names are
12611 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
12612 from `gdb-mi.el' to avoid extra tangling.
12614 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
12615 change which breaks `gud-def' definitions used in `gdb'.
12616 (gdb-update-gud-running): No extra fuss for updating frame number.
12618 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
12620 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
12621 (describe-language-environment-map, setup-language-environment-map)
12622 (set-coding-system-map): Move initialization into declaration.
12623 (set-language-info-alist): Last arg to define-key-after can be skipped.
12625 * international/quail.el (quail-completion-1): Simplify.
12626 (quail-define-rules): Use slightly more compact code.
12627 (quail-insert-decode-map): Propertize keys, compact columns.
12629 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12632 2009-08-10 Miles Bader <miles@gnu.org>
12634 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
12635 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
12636 (js2-instance-member, js2-private-member, js2-private-function-call)
12637 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
12638 (js2-magic-paren, js2-external-variable):
12639 Remove "-face" suffix from face names.
12640 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
12641 (js2-highlight-undeclared-vars, js2-peek-token)
12642 (js2-parse-function-params, js2-mode-show-errors)
12643 (js2-mode-show-warnings, js2-make-magic-delimiter)
12644 (js2-mode-highlight-magic-parens): Update to use new face names.
12646 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
12648 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
12649 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
12651 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
12653 * subr.el: Provide hashtable-print-readable.
12655 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
12656 hs-c-like-adjust-block-beginning.
12657 (hs-hide-block-at-point): Stop hiding at the beginning of
12658 hs-block-end-regexp (Bug#700).
12660 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
12662 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
12664 (gdb-registers-handler-custom): Do not fail when register names
12667 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12669 * progmodes/gdb-mi.el (gdb-control-all-threads)
12670 (gdb-control-current-thread): Interactive setters for
12671 `gdb-gud-control-all-threads' to use in menu.
12672 (gdb-show-run-p): Show «Go» when process is not active.
12673 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
12674 gud/thread.xpm and gud/all.xpm.
12676 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
12678 * net/net-utils.el (net-utils-font-lock-keywords): New var.
12679 (nslookup-font-lock-keywords): Make it a variable.
12680 (net-utils-mode): New mode for viewing diagnostic network output.
12681 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
12682 (net-utils-run-simple): New function.
12683 (ifconfig, iwconfig, netstat, arp, route): Use it.
12685 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12687 * progmodes/gdb-mi.el (gdb-read-memory-custom)
12688 (gdb-memory-set-address, def-gdb-set-positive-number)
12689 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
12690 after changing settings.
12691 (gdb-invalidate-disassembly): Update when first shown.
12692 (gdb-edit-locals-value): Fixed.
12693 (gdb-registers-handler-custom): Print registers in right order and
12694 allow changing register values (only for current thread yet).
12695 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
12696 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
12697 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
12698 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
12700 (gdb-registers-mode-map): TAB to switch to locals.
12702 2009-08-08 Eli Zaretskii <eliz@gnu.org>
12704 * mail/rmail.el (rmail-add-mbox-headers)
12705 (rmail-set-message-counters-counter): Search for
12706 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
12708 2009-08-08 Glenn Morris <rgm@gnu.org>
12710 * Makefile.in (ELCFILES): Update.
12712 2009-08-07 Eli Zaretskii <eliz@gnu.org>
12714 * mail/sendmail.el (mail-yank-original): Set
12715 buffer-file-coding-system from the one used by the message whose
12718 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
12719 to "windows" when "pgnuplot" is used.
12720 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
12721 call accept-process-output if "pgnuplot" is used.
12722 (calc-graph-init): Don't send -display and -geometry to
12723 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
12724 running "pgnuplot -V" with shell-command-to-string.
12726 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
12729 2009-08-07 Eli Zaretskii <eliz@gnu.org>
12731 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
12734 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
12736 * vc-dispatcher.el (vc-resynch-window): Update comment.
12738 * term.el (term-handle-ansi-escape): Add comments with the
12739 terminfo capabilities implemented.
12741 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
12743 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
12744 (gdb-var-create-handler): Rewritten using JSON parser.
12745 (gdb-propertize-header): Moved earlier.
12746 (gdb-set-header): Removed to avoid duplication.
12747 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
12748 Refresh disassembly buffers only after threads list have been
12750 (gdb-threads-header, gdb-registers-header): Per-buffer header line
12753 2009-08-04 Juri Linkov <juri@jurta.org>
12755 * files.el: Commands to add/delete file/directory-local variables.
12756 (read-file-local-variable, read-file-local-variable-value)
12757 (read-file-local-variable-mode, modify-file-local-variable)
12758 (modify-file-local-variable-prop-line)
12759 (modify-dir-local-variable): New functions.
12760 (add-file-local-variable, delete-file-local-variable)
12761 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
12762 (add-dir-local-variable, delete-dir-local-variable)
12763 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
12764 (copy-dir-locals-to-file-locals-prop-line): New commands.
12766 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
12768 * abbrev.el (insert-abbrev-table-description): Prettify output.
12769 Suggested by Karl Chen.
12771 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
12773 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
12774 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
12775 (gdb-overlay-arrow-position, gdb-thread-position)
12776 (gdb-disassembly-position): Declare variables.
12777 (gdb-wait-for-pending): Function now.
12778 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
12779 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
12780 compilation goes smoothly.
12781 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
12782 (gdb-non-stop-setting): New customization setting which replaces
12783 `gdb-non-stop' so changing it doesn't break active GDB session.
12784 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
12785 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
12786 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
12787 (gdb-show-threads-by-default): New customization options.
12788 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
12790 (gdb-get-buffer-create): Send buffers update signal when they are
12792 (gdb-invalidate-locals, gdb-invalidate-registers)
12793 (gdb-invalidate-breakpoints)
12794 (gdb-invalidate-threads, gdb-invalidate-disassembly)
12795 (gdb-invalidate-memory): Accept update signal.
12796 (gdb-current-context-command): Use --frame option.
12797 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
12798 Implement `gdb-frame-number' selection logic.
12799 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
12800 whether to show GUD toolbar buttons.
12801 (gdb-thread-exited): Unselect current thread when it exits.
12802 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
12803 (gdb-mark-line): Routine which sets overlay arrow or inverses
12804 video on fringeless displays.
12805 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
12806 to build aligned columns of data in GDB buffers and set text
12807 properties line-by-line.
12808 (gdb-invalidate-breakpoints)
12809 (gdb-breakpoints-list-handler-custom)
12810 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
12811 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
12812 (gdb-registers-handler-custom): Align data columns.
12813 (gdb-locals-handler-custom): Now prints data like in variable
12815 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
12816 Removed confusing buttons.
12817 (gdb-invalidate-threads): Append --frame.
12818 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
12819 between breakpoints/threads buffers.
12820 (gdb-set-window-buffer): Now can ignore dedicated windows.
12821 (gdb-propertize-header): Use `gdb-set-window-buffer'.
12822 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
12823 (def-gdb-thread-buffer-gud-command): Replaces
12824 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
12825 for fine thread control.
12826 (gdb-preempt-existing-or-display-buffer): New function used to
12827 display bound buffers without breaking window layout.
12828 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
12829 (gdb-select-frame): New version of `gdb-frames-select' which now
12830 sets `gdb-frame-number' so commands may use --frame option instead
12831 of inner debugger state.
12832 (gdb-frame-handler): Do not set `gdb-frame-number'.
12833 (gdb-threads-mode-map): Select threads with mouse.
12835 * progmodes/gud.el (gdb-gud-context-call): Declare function to
12836 avoid compilation warning.
12837 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
12840 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
12841 Argument `key' renamed to `buffer-type'.
12842 (gdb-current-context-buffer-name): Do not add thread info to
12843 buffer name when no thread is selected.
12844 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
12845 command (bug 3794).
12846 (gdb-thread-selected): Handle `=thread-selected' notification.
12847 (gdb-wait-for-pending): New macro to deal with congestion problems.
12848 (gdb-breakpoints-list-handler-custom): Don't fail on pending
12850 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
12851 This fixes problem similar to one described in bug 3947.
12852 (gud-menu-map): More menu items.
12853 (gdb-init-1): Reset `gdb-thread-number' to nil.
12855 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
12858 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
12859 (gdb-current-context-command): Do not append --thread if
12860 `gdb-thread-number' is nil.
12861 (gdb-running-threads-count, gdb-stopped-threads-count): New
12863 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
12864 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
12865 customization options.
12866 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
12868 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
12869 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
12870 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
12871 set `gdb-thread-number' and update `gud-running' properly.
12872 (gdb-running): Update threads list when new threads appear.
12873 (gdb-stopped): Support non-stop operation and new thread switching
12875 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
12876 (gdb-json-partial-output): New set of JSON routines.
12877 (def-gdb-auto-update-trigger): New `signal-list' optional
12879 (gdb-thread-list-handler-custom): Update `gud-running',
12880 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
12881 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
12882 (gdb-continue-thread, gdb-step-thread): New commands for fine
12883 thread execution control.
12884 (gud-menu-map): New menu items to switch non-stop options.
12885 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
12886 (gdb-send): Mimic RET properly (bug 3794).
12888 * progmodes/gdb-mi.el (gdb-rules-name-maker)
12889 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
12891 (def-gdb-auto-update-handler): New nopreserve optional argument.
12892 (gdb-stack-list-frames-custom): Print stack from top to bottom.
12894 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
12895 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
12896 (gdb-parent-mode): New mode to derive other GDB modes from.
12897 (gdb-display-disassembly-for-thread)
12898 (gdb-frame-disassembly-for-thread): New commands for threads
12901 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
12902 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
12903 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
12904 (gdb-update): We now store all GDB buffers in a list so that they
12905 can be updated by traversing a list instead of calling invalidate
12906 triggers explicitly.
12907 (def-gdb-trigger-and-handler): New macro to define trigger-handler
12908 pair for GDB buffer.
12909 (gdb-stack-buffer-name): Add thread information.
12910 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
12911 handle pending triggers.
12912 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
12913 (def-gdb-thread-buffer-simple-command)
12914 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
12915 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
12916 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
12917 New commands which show buffers bound to thread.
12918 (gdb-stack-list-locals-regexp): Removed unused regexp.
12920 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
12921 (gdb-locals-buffer-name, gdb-registers-buffer-name)
12922 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
12923 to (gud-comint-buffer) in *-buffer-name functions
12924 because (gdb-get-target-string) already does that.
12925 (gdb-locals-handler-custom, gdb-registers-handler-custom)
12926 (gdb-changed-registers-handler): Rewritten without regexps.
12928 * progmodes/gdb-mi.el: Basic thread selection support.
12929 (gdb-thread-number): New variable.
12930 (gdb-current-context-command): New macro which adds --thread
12932 (gdb-threads-mode-map): Select thread with SPC.
12933 (gdb-thread-list-handler-custom): Mark current thread with overlay
12934 arrow. Synchronize GDB thread and Emacs thread.
12935 (gdb-select-thread): New command which selects current thread.
12936 (gdb-invalidate-frames, gdb-invalidate-locals)
12937 (gdb-invalidate-registers): Use --thread option.
12939 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
12941 * net/tramp.el (top): Make check for tramp-gvfs loading more
12943 (tramp-handle-insert-file-contents): `unwind-protect' must be
12944 inside `with-parsed-tramp-file-name'.
12946 * net/tramp-gvfs.el (top): Remove superfluous message when loading
12949 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
12951 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
12952 directory if CLASSPATH is not set.
12954 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
12956 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
12958 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
12960 2009-08-02 Kevin Ryde <user42@zip.com.au>
12962 * net/newst-backend.el (newsticker--raw-url-list-defaults):
12963 Update freshmeat link. Delete newsforge.com as it seems gone.
12965 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
12967 * select.el (x-set-selection): Doc fix (Bug#4021).
12969 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
12971 * help-fns.el (describe-variable): Treat list return values from
12972 dir-locals-find-file properly (Bug#4005).
12974 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
12976 * net/tramp.el (tramp-debug-message): Print also microseconds.
12978 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
12980 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
12982 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
12983 (tramp-get-debug-buffer): Change `outline-regexp' according to new
12986 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
12987 (tramp-get-file-property): Use it.
12989 * autorevert.el (auto-revert-handler): Allow
12990 `auto-revert-tail-mode' for remote files.
12992 2009-08-02 Jason Rumney <jasonr@gnu.org>
12994 * minibuffer.el (read-file-name): Treat confirm options to
12995 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
12997 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
12999 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13000 (font-lock-variable-name-face, font-lock-constant-face): Darken
13001 the colors for light backgrounds.
13003 2009-08-01 Eli Zaretskii <eliz@gnu.org>
13005 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13006 month names. (Bug#3987)
13008 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
13010 * simple.el (line-move-finish): Pass whole number to
13011 line-move-to-column.
13012 (line-move-visual): Perform hscroll to the recorded position.
13014 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
13016 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13018 2009-07-29 Alan Mackenzie <acm@muc.de>
13020 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13022 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
13024 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13025 (gdb-place-breakpoints): Use full path when setting breakpoints.
13027 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
13029 * calc/calc.el (calc-mode-map): Add keybinding for
13030 `calc-transpose-lines'.
13032 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
13034 * calc/calc-misc.el (calc-transpose-lines): New function.
13036 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
13038 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13039 Simplify check for out-of-band methods.
13040 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13041 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
13043 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
13045 * vc-git.el (vc-git-checkin): Fix typo.
13047 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
13049 * progmodes/js2-mode.el: New file.
13051 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
13053 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13054 (gud-menu-map): Adjust tooltip accordingly.
13056 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
13058 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13059 (vc-bzr-log-view-mode): Adjust log-view-file-re.
13061 * add-log.el (change-log-mode-map): Add a menu.
13063 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
13065 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13066 function returns nil.
13067 (dbus-handle-event): Handle special return value :ignore.
13068 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13070 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
13072 * view.el (view-mode-enable): Don't define Helper-return-blurb if
13075 2009-07-25 Eli Zaretskii <eliz@gnu.org>
13079 * w32-vars.el (x-select-enable-clipboard): Doc fix.
13081 * term/pc-win.el (x-display-name, x-colors)
13082 (x-select-enable-clipboard, x-select-text): Doc fix.
13084 * term/common-win.el (x-display-name, x-colors): Doc fix.
13086 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
13087 (xw-defined-colors): Doc fix.
13089 * w32-fns.el (x-select-text, x-setup-function-keys)
13090 (x-get-selection, x-set-selection): Doc fix.
13092 * term/x-win.el (x-select-text, x-setup-function-keys)
13093 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
13095 * select.el (x-set-selection): Doc fix.
13097 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
13099 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
13100 instead of "IsNSSSupportAvailable". Avahi ought to work also when
13101 "IsNSSSupportAvailable" method is not available. Reported by
13102 Steve Youngs <steve@sxemacs.org>.
13104 2009-07-24 Kenichi Handa <handa@m17n.org>
13106 * international/characters.el: Fix setting of category ?C, ?|, ?K,
13107 and ?H. Fix setting of case for Latin Extended and Greek Extended.
13108 (build-unicode-category-table): Fix range checks.
13110 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
13112 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
13113 the buffer we try to sync is current when calling
13116 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
13117 not show up to date files.
13119 2009-07-24 Glenn Morris <rgm@gnu.org>
13121 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
13122 Add autoload cookies. If necessary, initialize.
13123 (elint-log): Handle non-file buffers.
13124 (elint-initialize): Add optional argument to reinitialize.
13125 (elint-find-builtin-variables): Save excursion.
13127 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
13129 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13132 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13134 * vc.el (vc-print-log-internal): New function, split out from ...
13135 (vc-print-log): ... here.
13136 (vc-dir-move-to-goal-column): Declare.
13138 * vc-git.el (vc-git-add-signoff): New variable.
13139 (vc-git-checkin): Use it.
13140 (vc-git-toggle-signoff): New function.
13141 (vc-git-extra-menu-map): Bind it to menu.
13142 (vc-git--run-command-string): Accept a nil FILE argument.
13143 (vc-git-stash-list): New function.
13144 (vc-git-dir-extra-headers): Use it.
13146 2009-07-23 Glenn Morris <rgm@gnu.org>
13148 * help-fns.el (describe-variable): Describe ignored and risky local
13149 variables in a similar way to that in which we describe safe ones.
13151 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
13152 (byte-compile-output-file-form, byte-compile-output-docform)
13153 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
13154 Give some more local variables with common names a "bytecomp-" prefix,
13155 so as not to shadow things during compilation.
13156 * emacs-lisp/cl-macs.el (load-time-value)
13157 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
13158 `outbuffer' to `bytecomp-outbuffer'.
13160 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
13161 since the next two variables cover them automatically now.
13162 (elint-builtin-variables, elint-autoloaded-variables): New.
13163 (elint-unknown-builtin-args): Remove all members, since they can be
13164 parsed automatically now.
13165 (elint-extra-errors): New.
13166 (elint-env-add-env, elint-env-add-macro): Use cadr.
13167 (elint-current-buffer): Use or. Change final message.
13168 (elint-get-top-forms): Use line-end-position.
13169 (elint-init-env): Use cadr. Handle autoload, declare-function,
13171 (elint-add-required-env): Doc fix. Use or. Standardize error.
13172 (regexp-assoc): Remove unused function.
13173 (elint-top-form): Set elint-current-pos, to record the start of the
13174 top-level form, for compilation-mode.
13175 (elint-form): Trap errors in macro expansion. Use dolist.
13176 (elint-unbound-variable): Use elint-builtin-variables and
13177 elint-autoloaded-variables.
13178 (elint-get-args): Use cadr, or.
13179 (elint-check-cond-form): Use dolist, cadr.
13180 (elint-check-condition-case-form): Doc fix. Use cadr.
13181 Use elint-extra-errors.
13182 (elint-log): New function.
13183 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
13184 Distinguish errors and warnings.
13185 (elint-log-message): Use with-current-buffer. Inhibit read-only.
13186 Use a bytecomp-style format.
13187 (elint-clear-log): Preserve default-directory. Inhibit read-only.
13188 (elint-get-log-buffer): Use compilation mode. Disable undo.
13189 Don't truncate lines.
13190 (elint-initialize): Set builtin and autoloaded variable lists.
13191 Only process elint-unknown-builtin-args if non-nil.
13192 (elint-find-builtin-variables, elint-find-autoloaded-variables):
13194 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
13196 2009-07-22 Kevin Ryde <user42@zip.com.au>
13198 * net/newst-backend.el (newsticker--parse-atom-1.0)
13199 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13200 (newsticker--parse-rss-1.0):
13201 * progmodes/idlwave.el (idlwave-mode):
13202 * progmodes/idlw-shell.el (idlwave-shell-mode):
13203 * progmodes/vera-mode.el (vera-mode):
13204 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
13205 * progmodes/vhdl-mode.el (vhdl-mode):
13206 * textmodes/table.el (table-generate-source)
13207 (table--warn-incompatibility):
13208 Hyperlink urls in docstrings with URL `...'.
13210 2009-07-22 Glenn Morris <rgm@gnu.org>
13212 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
13213 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
13214 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
13215 Remove leading * from defcustom docs.
13217 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
13219 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
13221 (list-load-path-shadows): Optionally, just return shadows as a string.
13223 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
13225 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
13227 * mail/rmailedit.el (rmail-edit-mode): Use
13228 auto-save-include-big-deletions.
13230 * mail/rmail.el (rmail-variables): Use
13231 auto-save-include-big-deletions.
13233 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
13236 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
13238 * calc/calc.el (calc-undo-length): New variable.
13239 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13241 2009-07-21 Richard Stallman <rms@gnu.org>
13243 * files.el (auto-save-mode): Handle buffer-save-size = -2
13246 2009-07-21 Glenn Morris <rgm@gnu.org>
13248 * textmodes/ispell.el (ispell-looking-back): Update declaration.
13250 * calendar/todo-mode.el (calendar-current-date): Update declaration.
13252 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
13253 silence compiler. Instead...
13254 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
13255 (ps-print-ensure-fontified): Update for above function name changes.
13257 * printing.el (pr-mh-get-msg-num, pr-mh-show)
13258 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
13259 silence compiler. Instead...
13260 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
13261 (mh-show-buffer): Only define for compiler.
13262 (pr-mh-current-message): Update for above function name changes.
13264 * files.el (abort-if-file-too-large): Explicitly pass `filename'
13266 (find-file-noselect, insert-file-1): Update for above change.
13268 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
13270 * mail/mailclient.el (mailclient-send-it): Fix message.
13272 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
13273 (edebug-eval): Check cl-debug-env is bound.
13274 (print-level, print-circle): Don't redefine built-in variables.
13276 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
13277 (custom-print-vectors): Remove old comments from doc.
13279 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
13280 (emerge-version): Make the variable an obsolete alias for the
13281 emacs-version variable. Make the function obsolete.
13282 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
13283 Emerge options, rather than merging in into the main Options menu.
13284 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
13285 and auto advance modes. Disable edit/fast items when not relevant.
13287 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13289 * term/vt420.el (terminal-init-vt420): Fix typo.
13291 2009-07-20 Sam Steingold <sds@gnu.org>
13293 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
13294 variable (removed from compile.el on 2004-03-11).
13296 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
13298 * files.el (hack-local-variables-filter): Fix last change.
13300 2009-07-19 Juri Linkov <juri@jurta.org>
13302 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
13303 (dir-local-variables-alist): New buffer-local variable.
13304 (hack-local-variables-filter): If variable is not dir-local,
13305 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
13306 because file-local overrides dir-local.
13307 (c-postprocess-file-styles) <declare-function>:
13308 Remove obsolete declaration.
13309 (hack-dir-local-variables): Add dir-local variable/value pair to
13310 `dir-local-variables-alist' and remove duplicates. Doc fix.
13312 * help-fns.el (describe-variable): Add information about
13313 file-local and dir-local variables.
13315 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
13317 * files.el (hack-local-variables-filter): Rewrite.
13319 2009-07-19 Glenn Morris <rgm@gnu.org>
13321 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
13322 Silence compiler by only defining on XEmacs.
13324 * international/mule.el (auto-coding-regexp-alist): Only match
13325 BABYL... at the start of buffer, not of lines. (Bug#3790)
13327 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
13328 non-calendar buffers (Bug#3862). Restore "not on a date" message.
13329 (cal-menu-context-mouse-menu): Doc fix.
13331 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
13333 * simple.el (mail-user-agent): Doc fix. Set :version tag.
13335 2009-07-18 Juri Linkov <juri@jurta.org>
13337 * info.el: Virtual Info keyword finder.
13338 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
13339 (Info-finder-file): New variable.
13340 (Info-finder-find-file): New function.
13341 (finder-known-keywords, finder-package-info)
13342 (find-library-name, lm-commentary): Use defvar and
13343 declare-function to silence compiler warnings.
13344 (Info-finder-find-node): New function.
13345 (info-finder): New command.
13347 * subr.el (process-kill-buffer-query-function): New function.
13348 (add-hook)<kill-buffer-query-functions>: Add hook
13349 `process-kill-buffer-query-function'.
13351 2009-07-18 Alan Mackenzie <acm@muc.de>
13353 * progmodes/cc-mode.el (c-before-hack-hook)
13354 (c-postprocess-file-styles): Give invocation of `c-set-style'
13355 DONT-OVERRIDE parameter of t. Already set style variables will
13356 thus not be overridden by style settings given by `c-file-syle'.
13358 * files.el (hack-local-variables-filter): Remove entries with
13359 duplicate keys from `file-local-variables-alist'.
13361 2009-07-18 Eli Zaretskii <eliz@gnu.org>
13363 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
13364 x-set-selection if display-selections-p returns nil for the
13367 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
13369 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
13371 2009-07-18 Eli Zaretskii <eliz@gnu.org>
13373 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
13374 Accept nil in addition to a regexp.
13375 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
13376 Accept nil in addition to a regexp.
13377 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
13378 buffers that have an associated file. Handle nil values of
13379 desktop-buffers-not-to-save and desktop-files-not-to-save.
13382 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13383 (x-disown-selection-internal): New functions.
13385 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
13387 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
13389 (gdb-breakpoints-header): Move forward to avoid compiler warning.
13390 (gdb-make-header-line-mouse-map): Remove duplicate definition.
13392 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
13394 * simple.el (set-mark): Revert last change.
13396 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
13398 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
13399 rendering of pngs is not possible instead of messaging a long
13402 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
13404 * w32-fns.el (x-selection-owner-p): New function.
13406 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
13407 (mouse-yank-at-click, mouse-yank-primary): If
13408 select-active-regions is non-nil, deactivate the mark before
13411 * simple.el (deactivate-mark, set-mark): Only save selection if we
13414 2009-07-17 Kenichi Handa <handa@m17n.org>
13416 * case-table.el (describe-buffer-case-table): Fix for the case
13417 that KEY is a cons.
13419 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
13421 * vc-rcs.el (vc-rcs-find-file-hook):
13422 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
13424 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
13426 * net/tramp.el (tramp-wait-for-output): Handle the case when
13427 commands do not return a newline but a null byte before the shell
13430 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13432 * term/ns-win.el (ns-set-alpha): Don't declare.
13433 (ns-set-background-alpha): Remove function.
13435 2009-07-16 Kevin Ryde <user42@zip.com.au>
13437 * emacs-lisp/copyright.el (copyright-update): Save match-data across
13438 y-or-n-p, for safety.
13440 2009-07-16 Richard Stallman <rms@gnu.org>
13442 * files.el (auto-save-mode): If buffer-saved-size is -2,
13445 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
13446 (rmail-retry-ignored-headers): Add more uninteresting fields.
13448 2009-07-15 Jari Aalto <jari.aalto@cante.net>
13450 * net/rcirc.el (rcirc): Use history variables.
13451 (rcirc-server-name-history, rcirc-nick-name-history)
13452 (rcirc-server-port-history): New variables.
13454 2009-07-15 Kenichi Handa <handa@m17n.org>
13456 * international/mule-cmds.el (set-language-environment-charset):
13457 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
13460 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
13461 Delete unibyte-display.
13463 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
13465 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
13467 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
13469 * simple.el (deactivate-mark): Optional argument FORCE.
13470 (set-mark): Use deactivate-mark.
13472 * info.el (Info-search): No need to check transient-mark-mode
13473 before calling deactivate-mark.
13475 * select.el (x-set-selection): Doc fix.
13476 (x-valid-simple-selection-p): Allow buffer values.
13477 (xselect--selection-bounds): Handle buffer values. Suggested by
13478 David De La Harpe Golden.
13480 * mouse.el (mouse-set-region, mouse-drag-track): Call
13481 copy-region-as-kill before setting the mark, to let
13482 select-active-regions work.
13484 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
13486 * simple.el (deactivate-mark): If select-active-regions is
13487 non-nil, copy the selection data into a string.
13488 (activate-mark): If select-active-regions is non-nil, set the
13489 selection to the current buffer.
13490 (set-mark): Update selection if select-active-regions is non-nil.
13492 * select.el (x-valid-simple-selection-p): Allow buffer values.
13494 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
13496 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
13497 and more featureful message-mode.
13499 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
13501 * select.el (x-set-selection): Doc fix.
13502 (x-valid-simple-selection-p): Disallow selection data consisting
13503 of a list or cons of integers, since that is not used.
13504 (xselect--selection-bounds, xselect--int-to-cons): New functions.
13505 (xselect-convert-to-string, xselect-convert-to-length)
13506 (xselect-convert-to-filename, xselect-convert-to-charpos)
13507 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
13509 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
13511 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
13512 output in -break-info command (Emacs bug #3794).
13514 2009-07-14 Glenn Morris <rgm@gnu.org>
13516 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
13517 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
13518 (edebug-print-length, edebug-print-level, edebug-print-circle)
13519 (edebug-sit-for-seconds, edebug-view-outside)
13520 (edebug-bounce-point, edebug-set-global-break-condition)
13521 (edebug-Go-nonstop-mode, edebug-trace-mode)
13522 (edebug-Trace-fast-mode, edebug-continue-mode)
13523 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
13524 (edebug-visit-eval-list): Doc fixes.
13526 * subr.el (def-edebug-spec): Doc fix.
13528 2009-07-14 Kenichi Handa <handa@m17n.org>
13530 * international/characters.el: Fix setting of category ?C.
13532 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
13534 * term/ns-win.el (x-select-font): defalias x-select-font to
13535 ns-popup-font-panel instead of generate-fontset-menu.
13537 2009-07-12 Eli Zaretskii <eliz@gnu.org>
13539 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
13541 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
13543 * arc-mode.el (archive-find-type): Allow for a PK00 string before
13544 the PK\003\004 header (Bug#3770).
13546 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
13548 * pcomplete.el (pcomplete-comint-setup): Check for
13549 shell-dynamic-complete-filename too.
13551 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
13553 * simple.el (temporary-goal-column): Change the value for
13554 line-move-visual to a cons cell.
13555 (line-move-visual): Record or set the window hscroll, if
13556 necessary (Bug#3494).
13557 (line-move-1): Handle cons value of temporary-goal-column.
13559 2009-07-11 Kenichi Handa <handa@m17n.org>
13561 * international/mule-diag.el (describe-character-set): Don't show
13564 2009-07-10 Sam Steingold <sds@gnu.org>
13566 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13567 Omake sometimes indents the errors it prints, so allow all
13568 regexps to start with spaces.
13570 2009-07-10 Eli Zaretskii <eliz@gnu.org>
13572 * cus-edit.el (customize-changed-options-previous-release):
13573 Bump value to 22.1. (Bug#3804)
13575 2009-07-08 Sam Steingold <sds@gnu.org>
13577 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
13578 to be a cons cell (test . ignored-directory) to selectively ignore
13579 some directories depending on the location of the search.
13581 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
13583 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
13584 remote user is root, on the local host.
13585 (tramp-local-host-p): Either the local user or the remote user
13586 must be root. (Bug#3771)
13588 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
13590 * progmodes/gdb-mi.el (gdb): Remove description of
13591 gdb-use-separate-io-buffer.
13592 (menu): Don't allow toggling of or enable
13593 gdb-use-separate-io-buffer from menubar.
13595 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13597 * mail/unrmail.el (unrmail): Make sure the message ends with two
13598 newlines (Bug#3769).
13600 2009-07-08 Glenn Morris <rgm@gnu.org>
13602 * calendar/calendar.el (calendar-current-date): Rework previous change.
13604 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
13606 * calendar/calendar.el (calendar-current-date):
13607 Add an optional argument giving an offset from today.
13609 2009-07-08 Glenn Morris <rgm@gnu.org>
13611 * tutorial.el (tutorial--describe-nonstandard-key):
13612 Adjust the message for when a key has been unbound.
13613 (help-with-tutorial): Hide the arch-tag.
13615 2009-07-08 Kenichi Handa <handa@m17n.org>
13617 * international/fontset.el (setup-default-fontset): For each
13618 script, append (not set) font-specs.
13620 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
13623 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
13625 * progmodes/gdb-mi.el (gdb-init-1): Move sending
13626 -data-list-register-names to ...
13627 (gdb-starting): ... here because GDB 7.0 requires execution to
13628 have started when using this MI command.
13629 (gdb-set-header): New function to distinguish select and
13630 unselected tabs in gdb buffers.
13631 (gdb-propertize-header): New macro that uses gdb-set-header.
13632 (gdb-breakpoints-header, gdb-locals-header): Use it.
13633 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
13635 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
13637 * Makefile.in (ELCFILES): Remove fadr.elc.
13639 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
13641 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
13642 may contain frame information, so `string-match' should be used.
13643 (gdb-update): Disassembly is invalidated through
13644 `gdb-get-selected-frame'.
13645 (gdb-pad-string): New function to pad string with spaces.
13646 (gdb-invalidate-disassembly): Invalidate only if the buffer
13648 (gdb-disassembly-handler-custom): Column alignment.
13649 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
13651 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
13653 (gdb-frame-handler): Match convention to for disassembly buffer
13655 (gdb-stack-list-frames-handler): Rewritten without regexps.
13656 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
13657 not highlight breakpoints without line information.
13658 (gdb-input): Add trailing newline to command.
13660 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
13662 (gdb-breakpoints-list-handler-custom): Replacement for
13663 `gdb-break-list-handler'. Using real parser instead of regexps
13665 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
13666 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
13667 to place breakpoints.
13668 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
13670 (gdb-disassembly-handler-custom): Show overlay arrow.
13671 (gdb-disassembly-place-breakpoints): Show breakpoints in
13672 disassembly buffer.
13673 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13674 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
13675 instead of parsing breakpoints buffer. Fixed old menu references
13680 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
13681 (gdb-memory-address): New variable which holds top address of
13682 memory page shown in memory buffer.
13683 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
13684 customization variables.
13686 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
13687 display the memory buffer.
13688 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
13689 buffer display parameters.
13690 (def-gdb-memory-format, gdb-memory-format-binary)
13691 (gdb-memory-format-octal, gdb-memory-format-unsigned)
13692 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
13693 Functions for setting memory buffer format.
13694 (gdb-memory-unit-word, gdb-memory-unit-halfword)
13695 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
13696 unit size used in memory buffer.
13697 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
13698 to next/previous page of memory buffer.
13699 Now using (bindat-get-field) instead of fadr functions.
13701 2009-07-07 Sam Steingold <sds@gnu.org>
13703 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
13704 non-top-level files.
13706 2009-07-07 Kenichi Handa <handa@m17n.org>
13708 * international/mule-cmds.el (reset-language-environment): Put
13709 the highset priority to the charset iso-8859-1.
13711 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
13713 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
13714 to the end of the line when locating the block (Bug#700).
13716 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
13718 * net/tramp.el (tramp-handle-write-region): Flush file properties
13719 in case of short track.
13721 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
13723 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
13724 Coded custom representation of verilog error regular expressions
13725 to work with Emacs-22's new format.
13726 (verilog-error-regexp-xemacs-alist): Coded custom representation
13727 of verilog error regular expressions to work with XEmacs format.
13728 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
13729 error recognition into XEmacs.
13730 (verilog-error-regexp-add-emacs): Hook routine to install verilog
13731 error recognition into Emacs-22.
13733 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
13735 * woman.el: Remove stand-alone closing parentheses.
13736 (woman-file-name, woman2-format-paragraphs)
13737 (woman-leave-blank-lines): Code cleanup.
13738 (woman-use-own-frame): Change default to nil.
13739 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
13740 defaults to inherit from default faces.
13741 (woman2-process-escapes): Consume the newline after a stand-alone
13742 filler character (Bug#3651).
13744 2009-07-06 Glenn Morris <rgm@gnu.org>
13746 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
13747 (top-level): Move provide to the end.
13748 (ffap): Remove defunct URL from custom group.
13750 * subr.el (eval-after-load): Doc fix.
13752 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
13754 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
13755 `calc-embedded-word' is called twice.
13757 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13759 * files.el (find-alternate-file-other-window, find-alternate-file):
13760 Obey confirm-nonexistent-file-or-buffer.
13762 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
13764 * dired-aux.el (dired-show-file-type): Handle remote files.
13766 2009-07-05 Jari Aalto <jari.aalto@cante.net>
13768 * desktop.el (desktop-globals-to-save):
13769 Add file-name-history (Bug#2750).
13771 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
13773 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
13775 2009-07-04 Johan Bockgård <bojohan@gnu.org>
13777 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
13778 property on entire argument since this is what eshell-lisp-command
13781 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
13783 * net/tramp-gvfs.el (tramp-gvfs-methods)
13784 (tramp-gvfs-zeroconf-domain)
13785 (tramp-bluez-discover-devices-timeout): Add version flag.
13786 (tramp-gvfs-handler-mounted-unmounted)
13787 (tramp-gvfs-connection-mounted-p): Polish handling of
13788 incompatibilities between GVFS 0.2 and 1.0.
13790 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
13792 * cus-start.el (all): Add make-pointer-invisible.
13794 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
13796 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
13797 formatted correctly.
13799 2009-07-02 Juri Linkov <juri@jurta.org>
13801 * info.el: Virtual Info files and nodes.
13802 (Info-virtual-files, Info-virtual-nodes): New variables.
13803 (Info-current-node-virtual): New variable.
13804 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
13806 (Info-file-supports-index-cookies): Use Info-virtual-file-p
13807 to check for a virtual file instead of checking a fixed list
13809 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
13810 instead of ad-hoc processing of "dir" and (apropos history toc).
13811 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
13812 instead of ad-hoc processing of "dir" and (apropos history toc).
13813 Reread a file when moving from a virtual node.
13814 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
13815 (Info-directory-toc-nodes, Info-directory-find-file)
13816 (Info-directory-find-node): New functions.
13817 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
13818 (Info-history): Move part of code to
13819 `Info-history-find-node'.
13820 (Info-history-toc-nodes, Info-history-find-file)
13821 (Info-history-find-node): New functions.
13822 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
13823 (Info-toc): Move part of code to `Info-toc-find-node'.
13824 (Info-toc-find-node): New function.
13825 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
13826 the current Info file name to references because now the node
13827 "*TOC*" belongs to the same Info manual.
13828 (Info-toc-build): Rename from `Info-build-toc'.
13829 (Info-toc-nodes): Rename input argument `file' to `filename'.
13830 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
13831 instead of ad-hoc processing of ("dir" apropos history toc).
13832 (Info-index-nodes): Use Info-virtual-file-p
13833 to check for a virtual file instead of checking a fixed list
13835 (Info-index-node): Add check for `Info-current-node-virtual'.
13836 Raise `save-match-data' higher up the tree to contain
13837 `search-forward' too (bug fix).
13838 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
13839 (Info-virtual-index-nodes): New variable.
13840 (Info-virtual-index-find-node, Info-virtual-index): New functions.
13841 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
13842 (Info-apropos-file, Info-apropos-nodes): New variables.
13843 (Info-apropos-toc-nodes, Info-apropos-find-file)
13844 (Info-apropos-find-node, Info-apropos-matches): New functions.
13845 (info-apropos): Move part of code to `Info-apropos-find-node' and
13846 `Info-apropos-matches'.
13847 (Info-mode-map): Bind "I" to `Info-virtual-index'.
13848 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
13849 for a virtual file instead of checking a fixed list of node names.
13851 * simple.el (async-shell-command): New command.
13853 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
13855 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
13856 instead of `mount-info'.
13858 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
13860 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
13861 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
13863 2009-07-02 Kenichi Handa <handa@m17n.org>
13865 * international/mule.el (set-keyboard-coding-system): Force *-unix
13866 coding-system to avoid eol conversion.
13868 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
13870 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13871 Add handler for `process-file', `shell-command' and
13872 `start-file-process'.
13873 (tramp-gvfs-handle-shell-command)
13874 (tramp-gvfs-handle-start-file-process)
13875 (tramp-gvfs-handle-process-file): New defuns.
13876 (tramp-synce-list-devices): Simplify check for existence of property.
13878 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
13880 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
13882 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
13884 * language/korean.el (set-language-info-alist): Add korean-cp949,
13887 2009-07-01 Kenichi Handa <handa@m17n.org>
13889 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
13891 * international/encoded-kb.el: Deleted.
13893 * international/mule.el (set-keyboard-coding-system): Perform the
13894 necessary setup here instead of calling encoded-kbd-setup-display.
13896 2009-07-01 Glenn Morris <rgm@gnu.org>
13898 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
13900 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
13902 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
13904 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
13906 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
13907 Handle also the 'rename case, when setting file modes. (Bug#3712)
13908 (tramp-default-file-modes): Remove execute permissions.
13910 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
13911 (top): Add a default for "synce" in `tramp-default-user-alist'.
13912 Add completion function for "synce" method.
13913 (tramp-hal-service, tramp-hal-path-manager)
13914 (tramp-hal-interface-manager, tramp-hal-interface-device):
13916 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
13917 (tramp-synce-list-devices, tramp-synce-parse-device-names):
13920 * net/trampver.el: Update release number.
13922 2009-06-30 Kenichi Handa <handa@m17n.org>
13924 * international/fontset.el (setup-default-fontset): Add CJK fonts
13925 for symbols and the other miscellaneous characters.
13927 * language/korea-util.el (setup-korean-environment-internal):
13928 Make char-width-table suitable for Korean environments.
13929 (exit-korean-environment): Cancel above.
13931 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
13932 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
13933 setup-function to make char-width-table suitable for respective
13934 environments, and an exit-function to cancel that.
13936 * language/japan-util.el (setup-japanese-environment-internal):
13937 Call use-cjk-char-width-table with arg `ja_JP'.
13939 * international/characters.el (cjk-char-width-table): Delete it.
13940 (cjk-char-width-table-list): New variable.
13941 (use-cjk-char-width-table): New arg local-name.
13942 (use-default-char-width-table): Fix for the case that Emacs is
13943 already using the default char-width-table.
13945 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
13947 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
13948 modes mandatory. (Bug#3712)
13950 2009-06-29 Alan Mackenzie <acm@muc.de>
13952 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
13953 correction between the visible width of TABs and their number of bytes.
13955 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
13957 * server.el (server-buffer-done): Prevent kill-buffer from
13958 prompting by clearing the buffer modification flag (Bug#3696).
13960 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
13962 * progmodes/verilog-mode.el (verilog-beg-of-statement)
13963 (verilog-endcomment-reason-re): Support unique case and priority case.
13964 (verilog-basic-complete-re): Support localparam lineup.
13965 (verilog-beg-of-statement-1): Fix for robustness, unique case.
13966 (verilog-set-auto-endcomments): Fix for unique case, always_comb
13968 (verilog-leap-to-case-head): Now support *nested* unique &
13969 priority case statements.
13970 (verilog-auto-lineup): Make just declarations the default (as it
13972 (verilog-leap-to-case-head): Support priority/unique case statements.
13973 (verilog-auto-lineup): Rework to give users radio buttons to
13974 select the various styles of automatic lineup.
13975 (verilog-error-regexp-alist): Rework to support the XEmacs style
13976 of error regular expressions from compilers, lint tools &
13977 simulators. Note that GNU Emacs has made it impossible for a mode
13978 to load such things.
13979 (electric-verilog-terminate-line, verilog-indent-declaration)
13980 (verilog-auto-wiure): Rework for radio button selection of
13981 auto-lineup selection of specification of auto lineup.
13982 (verilog-beg-of-statement-1): Redesign to support proper operation
13983 in additional code, based on testing with auto-lineup.
13984 (verilog-calculate-indent, assignments & declarations)
13985 (verilog-backward-token): Enhance to support auto-lineup of
13986 assignments & declarations.
13987 (verilog-in-directive-p, verilog-at-struct-p): New function for
13988 easy test of whether we are.
13989 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
13990 to support safe execution at almost anyline.
13991 (verilog-calc-1): Properly support indenting deep inside generate
13993 (verilog-init-font): Remove definition & use of verilog-init-font,
13994 as it is redundant with font-lock-defaults.
13995 (verilog-mode): Alter the definition of verilog-font-lock-defaults
13996 to avoid circular calls if syntax-ppss is a function (as is the
13997 case now in 22.x GNU Emacs) as that function would sometimes call
13998 itself, leading to (nearly) infinite recursion.
13999 (verilog-ovm-begin-re, verilog-ovm-end-re)
14000 (verilog-ovm-statement-re, verilog-leap-to-head)
14001 (verilog-backward-token): Add support for OVM macros. Some are
14002 complete statements, and others open and close scopes like begin
14004 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14005 (verilog-defun-level-generate-only-re): Really fix the defun-list
14007 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14008 coverpoint, constraint and cross statements.
14009 (verilog-defun-level-list, verilog-generate-defun-level-list)
14010 (verilog-all-defun-level-list): Redo these specifications - it is
14011 too hard to support eval-when compile aggregation of lists also
14012 built at when-compile time.
14013 (verilog-defun-level-list): Place defconsts of variables used in
14014 building regular expressions which are built in eval-when-compile
14015 bodies in the same eval-when-compile body to facilitate compile
14017 (verilog-beg-block-re-ordered): Support indenting
14018 virtual/protected tasks and functions.
14019 (verilog-defun-level-list, verilog-in-generate-region-p)
14020 (verilog-backward-ws&directives, verilog-calc-1): Speed up
14021 indentation of some module items (generate items).
14022 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14023 across virtual/protected tasks and functions.
14025 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
14027 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14028 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
14029 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14030 in concatenations. Reported by Yishay Belkind.
14031 (verilog-auto-ascii-enum): Support one-hot state machines in
14032 AUTOASCIIENUM. Suggested by Lloyd Gomez.
14033 (verilog-auto-inst, verilog-auto-inst-port): Include interface
14034 modport in AUTOINST and add vl-modport for users. Reported by
14036 (verilog-auto-inout-module, verilog-auto-inst)
14037 (verilog-decls-get-interfaces, verilog-insert-definition)
14038 (verilog-insert-one-definition, verilog-read-decls)
14039 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14040 (verilog-sig-modport, verilog-signals-combine-bus)
14041 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14042 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14043 Suggested by David Rogoff.
14044 (verilog-repair-open-comma): Fix non-insertion of comma when
14045 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
14046 (verilog-make-width-expression): Simplify [A-1:0] expression
14047 widths to just {A{1'b0}}.
14048 (verilog-mode): Cleanup checkdoc warnings.
14049 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14050 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14051 inputs/outputs or data type. Suggested by Vasu Kandadi.
14052 (next-error-last-buffer): Fix byte-compiler warning.
14053 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14054 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14055 or shell command text during AUTO expansion. Suggested by Tad Truex.
14056 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14057 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14058 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14059 in AUTOINOUT. Reported by Matthew Lovell.
14060 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14061 causing use of <= assignments. Reported by Alex Reed.
14062 (verilog-read-decls): Fix triand, trior, wand, wor to be
14063 recognized by AUTOWIRE. Reported by Spencer Isaacson.
14064 (verilog-extended-complete-re): Support import "DPI-C" functions.
14065 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14066 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
14067 (verilog-insert-date, verilog-insert-year)
14068 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14069 Windows systems. Reported by Michael Potts.
14070 (verilog-read-module-name): Fix AUTOINST when the child module
14071 declaration's name is a tick define. Reported by Elliot Mednick.
14072 (verilog-read-decls): Fix V2K parameter bit subscripts getting
14073 passed to next parameter's definition. Reported by Bruce T.
14074 (verilog-read-decls): Fix detecting "parameter int" when using
14075 AUTOINSTPARAM. Reported by Bruce T.
14076 (verilog-goto-defun): Fix goto not finding modules unless first
14077 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
14078 (verilog-mode): Expand -f flag arguments on entry to mode so
14079 verilog-goto-defun will work. Reported by Lawrence Butcher.
14080 (verilog-getopt): Expand environment variables in -f file
14081 arguments. Suggested by Lawrence Butcher.
14082 (verilog-set-define): Fix "Symbol's value as variable is void"
14083 when reading enumerations.
14084 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
14085 Suggested by Stephen Peltan.
14086 (verilog-read-defines): Fix reading of enumerations in include
14087 files. Reported by Steve Peltan.
14089 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
14091 * files.el (trash-directory): Fix defcustom type.
14093 2009-06-28 Juri Linkov <juri@jurta.org>
14095 * help-fns.el (describe-function-1): Correctly locate adviced
14096 functions in hyperlink (Bug#2438).
14098 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
14100 * files.el (trash-directory): Change default to nil.
14101 (move-file-to-trash): If trash-directory is nil and
14102 system-move-file-to-trash is unbound, perform freedesktop-style
14105 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
14107 * files.el (move-file-to-trash): Add freedesktop trash
14110 2009-06-28 Glenn Morris <rgm@gnu.org>
14112 * autorevert.el (global-auto-revert-non-file-buffers)
14113 (global-auto-revert-mode): Doc fixes.
14115 2009-06-27 Johan Bockgård <bojohan@gnu.org>
14117 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
14119 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
14121 * faces.el (x-handle-named-frame-geometry): Ensure that we have
14122 opened an X connection before calling x-get-resource (Bug#3194).
14124 * play/doctor.el: Remove reference to obsolete website.
14125 (make-doctor-variables): Correct grammar mistake (Bug#2633).
14127 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
14129 Remove find-file-not-found-hook VC method. (Bug#2757)
14130 * vc-hooks.el (vc-file-not-found-hook)
14131 (vc-default-find-file-not-found-hook): Remove functions.
14132 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
14133 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
14136 * vc-git.el: Do not mention find-file-not-found-hook VC method.
14138 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
14140 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
14141 compatibility function for `looking-back'.
14143 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14144 Use `ispell-looking-back'.
14146 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
14148 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
14149 rather than `filename'.
14151 2009-06-23 Miles Bader <miles@gnu.org>
14153 * face-remap.el (text-scale-set): New function.
14155 2009-06-23 Glenn Morris <rgm@gnu.org>
14157 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
14159 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
14161 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
14163 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
14165 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14166 Simplify Persian conditionals.
14168 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
14169 variable `filename'.
14171 * comint.el (comint-insert-input): Doc fix.
14173 * Makefile.in (ELCFILES): Fix typo in previous change.
14175 2009-06-23 Miles Bader <miles@gnu.org>
14177 * cus-start.el: Add entry for `recenter-redisplay'.
14179 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
14181 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
14182 Add an optional argument for the backend, use it instead of
14183 calling vc-backend.
14184 (vc-mode-line): Add an optional argument for the backend.
14185 Pass the backend to vc-state and vc-working-revision. Move code for
14186 special handling for vc-state being a buffer to ...
14188 * vc-rcs.el (vc-rcs-find-file-hook):
14189 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
14191 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
14192 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
14193 vc-stay-local-p and vc-mode-line calls.
14195 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
14196 (vc-cvs-diff, vc-cvs-annotate-command)
14197 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
14198 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
14199 vc-mode-line calls.
14201 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
14203 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
14204 backend when calling vc-mode-line.
14205 (vc-register): Do not create a closure for calling the vc register
14206 function, call it directly.
14208 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
14210 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
14211 to make it obvious item can be clicked.
14213 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
14215 2009-06-23 Kenichi Handa <handa@m17n.org>
14217 * language/korea-util.el (korean-key-bindings): Change the binding
14218 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
14221 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
14223 Sync with Tramp 2.1.16.
14225 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
14227 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
14228 when a loading of a package fails. Completion function for rsync
14229 is `tramp-completion-function-alist-ssh'.
14230 (all): Replace all calls of `split-string' and
14231 `tramp-split-string' by `tramp-compat-split-string'.
14232 (tramp-default-method): Use `tramp-compat-process-running-p'.
14233 (tramp-default-proxies-alist): Allow also Lisp forms.
14234 (tramp-remote-path): Add choice "Private Directories".
14235 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
14236 (tramp-domain-regexp): Allow also "-", "_" and ".".
14237 (tramp-end-of-output): Remove newlines, and add "$" at the end.
14238 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14239 (tramp-debug-message): Insert header line in debug buffer.
14240 (tramp-handle-directory-files-and-attributes-with-stat):
14241 Care about filenames with spaces, or starting with "-".
14242 (tramp-handle-dired-uncache): New defun.
14243 (tramp-handle-insert-directory): Don't flush the directory from
14244 cache, this is handled by `dired-uncache' now.
14245 (tramp-handle-insert-file-contents): Improve error handling.
14246 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14247 Quote `tramp-end-of-output'.
14248 (tramp-action-password): Improve trace message.
14249 (tramp-check-for-regexp): Both echoes must be present, before removing.
14250 (tramp-open-connection-setup-interactive-shell): Trace coding system.
14251 (tramp-compute-multi-hops): Eval cons cells of
14252 `tramp-default-proxies-alist'.
14253 (tramp-maybe-open-connection): Use the same command pattern for
14254 first hop and further hops.
14255 (tramp-wait-for-output): Remove handling of newlines.
14256 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
14257 (tramp-split-string): Remove function. It is handled in
14260 * net/tramp-cmds.el (tramp-bug):
14261 Recommend `tramp-cleanup-all-connections' in the bug mail.
14263 * net/tramp-compat.el (tramp-compat-split-string)
14264 (tramp-compat-process-running-p): New defuns.
14266 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
14267 for `dired-uncache'.
14269 * net/tramp-gvfs.el: New package.
14271 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
14272 Add handler for `dired-uncache'.
14273 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
14275 * net/trampver.el: Update release number. Make version check fit
14278 2009-06-22 Jim Meyering <meyering@redhat.com>
14280 Automatically handle .xz suffix (XZ-compressed files), too.
14281 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
14282 XZ is the successor to LZMA: <http://tukaani.org/xz/>
14284 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
14285 Nick Roberts <nickrob@snap.net.nz>
14287 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
14288 repository (http://sphinx.net.ru/hg/gdb-mi/).
14290 2009-06-22 Glenn Morris <rgm@gnu.org>
14292 * files.el (dir-locals-collect-mode-variables): Allow for any number of
14293 `mode' and `eval' entries. (Bug#3430)
14295 * Makefile.in (ELCFILES): Add fadr.elc.
14297 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
14298 differing behavior of \n and ^ in strings. (Bug#3385)
14300 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
14302 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
14304 (lisp-indent-function): Make it a defcustom.
14306 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
14308 * progmodes/gdb-ui.el: Replace with ...
14309 * progmodes/gdb-mi.el: ... this file.
14310 * progmodes/gud.el: Modify for gdb-mi.el.
14312 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
14314 * fadr.el: New file.
14316 See ChangeLog.14 for earlier changes.
14318 ;; Local Variables:
14322 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
14324 This file is part of GNU Emacs.
14326 GNU Emacs is free software: you can redistribute it and/or modify
14327 it under the terms of the GNU General Public License as published by
14328 the Free Software Foundation, either version 3 of the License, or
14329 (at your option) any later version.
14331 GNU Emacs is distributed in the hope that it will be useful,
14332 but WITHOUT ANY WARRANTY; without even the implied warranty of
14333 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14334 GNU General Public License for more details.
14336 You should have received a copy of the GNU General Public License
14337 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
14339 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1