X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/795d93585c7129fc45d369ec0843c84212fca213..cd9b5d3e5194b2c2da7ed83ab8759a9503cb4ee8:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ef23d308cc..909adf8fe0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,98 @@ +2008-08-23 Glenn Morris + + * progmodes/fortran.el (fortran-tab-mode-string) + (fortran-comment-line-start, fortran-continuation-string): Doc fixes. + +2008-08-23 Eli Zaretskii + + * term/pc-win.el (msdos-setup-keyboard) : + Add declare-function. + + * startup.el (command-line): Don't call tty-register-default-colors + if initial-window-system is `pc'. + + * term/internal.el (local-function-key-map): Fix unbalanced parens. + (msdos-key-remapping-map): New variable. Move + here all the special keys we will be remapping via + local-function-key-map. + (msdos-setup-keyboard): New function. + + * term/pc-win.el (msdos-create-frame-with-faces): Renamed from + make-msdos-frame. + (terminal-init-internal): New function, errors out if called. + (msdos-initialize-window-system): New function. + (msdos-create-frame-with-faces): Set the terminal's + `terminal-initted' (sic!) parameter. + (frame-creation-function-alist): Add msdos-create-frame-with-faces. + (window-system-initialization-alist): Add + msdos-initialize-window-system. + (handle-args-function-alist): Use tty-handle-args for `pc' + ``window system'' as well. + (pc-win): Provide. + + * term/tty-colors.el (tty-register-default-colors): Remove bogus + code for using msdos-color-values. + + * loadup.el [ms-dos]: Load term/pc-win. + +2008-08-23 Dan Nicolaescu + + * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a + directory name. + +2008-08-23 Nick Roberts + + * progmodes/gud.el (gud-common-init): Use absolute file so that + perldb works with tramp (sudo). + + * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy + match data in process filters. + +2008-08-23 Martin Rudalics + + * dired.el (dired-buffer-stale-p): Do not revert buffer that + can be written. + +2008-08-23 Glenn Morris + + * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg. + (dired-guess-shell-alist-user): Doc fix. (Bug#417). + +2008-08-23 Chong Yidong + + * subr.el (temp-buffer-show-hook): Doc fix. + +2008-08-22 Michael Albinus + + * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t" + and "INSIDE_EMACS=...". Reported by Tassilo Horn + . + + * net/trampver.el: Update release number. + + * net/xesam.el (xesam-minor-mode): New minor mode. + (xesam-highlight-buffer): Remove. Code moved to + `xesam-minor-mode'. + (xesam-refresh-entry): Use `xesam-minor-mode'. + +2008-08-21 Chong Yidong + + * minibuffer.el (completion--try-word-completion): Disable + partial-completion when considering the addition of a space or + hyphen. + +2008-08-21 John Paul Wallington + + * mail/rmail.el (rmail-insert-inbox-text): Ensure that the + filename of `tofile' doesn't contain any colons on Windows, + Cygwin, and MS-DOS systems. + +2008-08-21 Daiki Ueno + + * epg.el (epg-make-context, epg-context-set-passphrase-callback) + (epg-context-set-progress-callback): Make sure the callback is a + cons of a function and a handback. Update all callers. + 2008-08-20 David Reitter * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove. @@ -26,8 +121,8 @@ * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets. - * international/fontset.el (script-representative-chars): Delete - the entry for symbol. + * international/fontset.el (script-representative-chars): + Delete the entry for symbol. (setup-default-fontset): For symbol characters, don't specify :script property. @@ -68,9 +163,8 @@ (proced-mode-map): Add tooltips for menus. Use radio buttons for listing types. (proced-log-buffer): New variable. - (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate - on region if transient-mark-mode is turned on and the region is - active. + (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on + region if transient-mark-mode is turned on and the region is active. (proced-omit-processes): Renamed from proced-hide-processes to avoid key clash with describe-mode (bound to h). Search for marked processes starting from point-min. @@ -85,8 +179,8 @@ 2008-08-17 Michael Albinus - * net/xesam.el (xesam-vendor, xesam-notify-function): New local - variables. + * net/xesam.el (xesam-vendor, xesam-notify-function): + New local variables. (xesam-mode): Extend docstring. Initialize `xesam-notify-function'. (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove Debbugs specific code; it shall be enabled via `xesam-mode-hooks'. @@ -1227,7 +1321,7 @@ (line-move-1): Convert temporary-goal-column back to an integer if it was set as a float by a previous call to line-move-visual. (end-of-visual-line, beginning-of-visual-line) - (next-logical-line, previous-logical-line): New functions. + (next-logical-line, previous-logical-line): New functions. 2008-07-17 David Reitter @@ -1686,7 +1780,7 @@ keybindings to ctl-x-map. * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l" - to the new map `ctl-x-r-map' in autoload cookies. + to the new map `ctl-x-r-map' in autoload cookies. * expand.el: Rebind two global `C-x a' keys "n", "p" to the new map `abbrev-map' in autoload cookies.