X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/14d2d39965bda959071fef98f3a2b9a7747a576b..cd9b5d3e5194b2c2da7ed83ab8759a9503cb4ee8:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63cbf5f0ae..909adf8fe0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,198 @@ +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. + Patch applied by Adrian Robert. + +2008-08-20 Kevin Ryde + + * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on + directive lines. + +2008-08-20 Michael Albinus + + * net/xesam.el (xesam-highlight-string): Precise doc string. + (xesam-highlight-buffer): New defun. + (xesam-refresh-entry): Use it. Better check for sourceModified. + +2008-08-19 Chong Yidong + + * edmacro.el (edmacro-parse-keys): Catch events with spaces in + their names. + +2008-08-19 Kenichi Handa + + * language/european.el ("Esperanto"): Change the preferred + charsets to iso-8859-3. + + * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets. + + * international/fontset.el (script-representative-chars): + Delete the entry for symbol. + (setup-default-fontset): For symbol characters, don't specify + :script property. + +2008-08-19 Chong Yidong + + * minibuffer.el (completion-table-dynamic): Doc fix. + + * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is + saved. + +2008-08-18 Chong Yidong + + * emulation/edt.el (edt-default-emulation-setup): Share + global-buffers-menu-map with the emulated global map. + +2008-08-18 Adrian Robert + + * term/ns-win.el (global): Uncomment "put backspace + ascii-character..." and friends, they are needed for tramp. + +2008-08-18 Kenichi Handa + + * international/mule-diag.el (font-show-log): Add optional arg N + to control the limit of font listing. + +2008-08-18 Chong Yidong + + * window.el (recenter-top-bottom): Determine top and bottom + positions using scroll-margin instead of scroll-conservatively. + +2008-08-17 Roland Winkler + + * proced.el (proced-send-signal): Use beginning-of-line. + +2008-08-17 Roland Winkler + + * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals. + (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-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. + (proced-header-space): Removed. + (proced-send-signal): Handle errors. Operate on current process + if no process is marked. + (proced-why): New command. + (proced-log, proced-log-summary): New functions. + (proced-help): Use proced-why. + * textmodes/bibtex.el (bibtex-entry-format): Mark as safe. + (bibtex-autokey-year-title-separator): Fix doscstring. + +2008-08-17 Michael Albinus + + * 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'. + (xesam-new-search): Initialize `xesam-vendor'. + +2008-08-15 Glenn Morris + + * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in + a pipeline. + * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline, + unless at the end of the pipeline. (Bug#699). + 2008-08-14 Chong Yidong * minibuffer.el (completion-boundaries): Doc fix. @@ -5,6 +200,7 @@ completing in the minibuffer. * simple.el (completion-base-size): Doc fix. + (choose-completion): Try reselecting completion-reference-buffer. 2008-08-14 Michael Albinus @@ -1125,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 @@ -1584,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.