diff options
| author | Miles Bader | 2001-10-05 16:48:46 +0000 |
|---|---|---|
| committer | Miles Bader | 2001-10-05 16:48:46 +0000 |
| commit | 4650e3623ce24f7fd5a149d7487de7f7a1d15827 (patch) | |
| tree | 2a5100e9f3824202f90815eb257d6441d3a39bc5 | |
| parent | ce66a8a4c6147aff3793f4c231fa4b8853c409fa (diff) | |
| download | emacs-4650e3623ce24f7fd5a149d7487de7f7a1d15827.tar.gz emacs-4650e3623ce24f7fd5a149d7487de7f7a1d15827.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/loaddefs.el | 30 | ||||
| -rw-r--r-- | src/ChangeLog | 13 |
3 files changed, 32 insertions, 16 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ff2d7d007b..33ba486a7b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-10-06 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie | ||
| 4 | removed; they apparently don't work with faces. | ||
| 5 | |||
| 1 | 2001-10-05 Sam Steingold <sds@gnu.org> | 6 | 2001-10-05 Sam Steingold <sds@gnu.org> |
| 2 | 7 | ||
| 3 | * textmodes/sgml-mode.el (html-xhtml): New user option. | 8 | * textmodes/sgml-mode.el (html-xhtml): New user option. |
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el index 1627afcbe64..c9c3d248fc4 100644 --- a/lisp/loaddefs.el +++ b/lisp/loaddefs.el | |||
| @@ -13530,7 +13530,7 @@ Clear out the file used for transmitting args when Emacs resumes." nil nil) | |||
| 13530 | 13530 | ||
| 13531 | ;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties | 13531 | ;;;### (autoloads (read-file-name-electric-shadow-mode read-file-name-electric-shadow-tty-properties |
| 13532 | ;;;;;; read-file-name-electric-shadow-properties) "rfn-eshadow" | 13532 | ;;;;;; read-file-name-electric-shadow-properties) "rfn-eshadow" |
| 13533 | ;;;;;; "rfn-eshadow.el" (15293 48131)) | 13533 | ;;;;;; "rfn-eshadow.el" (15293 57160)) |
| 13534 | ;;; Generated autoloads from rfn-eshadow.el | 13534 | ;;; Generated autoloads from rfn-eshadow.el |
| 13535 | 13535 | ||
| 13536 | (defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\ | 13536 | (defvar read-file-name-electric-shadow-properties (quote (face read-file-name-electric-shadow field shadow)) "\ |
| @@ -13545,8 +13545,6 @@ Only used when `read-file-name-electric-shadow-mode' is active and emacs | |||
| 13545 | is not running under a window-system; if emacs is running under a window | 13545 | is not running under a window-system; if emacs is running under a window |
| 13546 | system, `read-file-name-electric-shadow-properties' is used instead.") | 13546 | system, `read-file-name-electric-shadow-properties' is used instead.") |
| 13547 | 13547 | ||
| 13548 | (defface read-file-name-electric-shadow (quote ((((background dark)) :foreground "grey50") (t :foreground "grey70"))) "Face used by `read-file-name-electric-shadow-mode' for the shadow." :group (quote minibuffer)) | ||
| 13549 | |||
| 13550 | (defvar read-file-name-electric-shadow-mode nil "\ | 13548 | (defvar read-file-name-electric-shadow-mode nil "\ |
| 13551 | Non-nil if Read-File-Name-Electric-Shadow mode is enabled. | 13549 | Non-nil if Read-File-Name-Electric-Shadow mode is enabled. |
| 13552 | See the command `read-file-name-electric-shadow-mode' for a description of this minor-mode. | 13550 | See the command `read-file-name-electric-shadow-mode' for a description of this minor-mode. |
| @@ -18647,18 +18645,18 @@ Zone-mode does two things: | |||
| 18647 | 18645 | ||
| 18648 | ;;;*** | 18646 | ;;;*** |
| 18649 | 18647 | ||
| 18650 | ;;;### (autoloads nil nil ("abbrev.el" "abbrevlist.el" "allout.el" | 18648 | ;;;### (autoloads nil nil ("simple.el" "abbrev.el" "abbrevlist.el" |
| 18651 | ;;;;;; "buff-menu.el" "byte-run.el" "case-table.el" "cdl.el" "cus-dep.el" | 18649 | ;;;;;; "allout.el" "buff-menu.el" "byte-run.el" "case-table.el" |
| 18652 | ;;;;;; "cus-load.el" "cus-start.el" "custom.el" "dos-fns.el" "dos-vars.el" | 18650 | ;;;;;; "cdl.el" "cus-dep.el" "cus-load.el" "cus-start.el" "custom.el" |
| 18653 | ;;;;;; "dos-w32.el" "ediff-diff.el" "ediff-init.el" "ediff-merg.el" | 18651 | ;;;;;; "dos-fns.el" "dos-vars.el" "dos-w32.el" "ediff-diff.el" "ediff-init.el" |
| 18654 | ;;;;;; "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" "electric.el" | 18652 | ;;;;;; "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el" |
| 18655 | ;;;;;; "emacs-lock.el" "finder-inf.el" "float-sup.el" "foldout.el" | 18653 | ;;;;;; "electric.el" "emacs-lock.el" "finder-inf.el" "float-sup.el" |
| 18656 | ;;;;;; "format.el" "forms-d2.el" "forms-pass.el" "frame.el" "generic-x.el" | 18654 | ;;;;;; "foldout.el" "format.el" "forms-d2.el" "forms-pass.el" "frame.el" |
| 18657 | ;;;;;; "help.el" "indent.el" "kermit.el" "loadup.el" "map-ynp.el" | 18655 | ;;;;;; "generic-x.el" "help.el" "indent.el" "kermit.el" "loadup.el" |
| 18658 | ;;;;;; "menu-bar.el" "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse.el" | 18656 | ;;;;;; "map-ynp.el" "menu-bar.el" "misc.el" "mouse-copy.el" "mouse-drag.el" |
| 18659 | ;;;;;; "patcomp.el" "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" | 18657 | ;;;;;; "mouse.el" "patcomp.el" "paths.el" "pcvs-info.el" "pcvs-parse.el" |
| 18660 | ;;;;;; "regi.el" "register.el" "replace.el" "s-region.el" "saveplace.el" | 18658 | ;;;;;; "pcvs-util.el" "regi.el" "register.el" "replace.el" "s-region.el" |
| 18661 | ;;;;;; "scroll-bar.el" "select.el" "simple.el" "soundex.el" "subdirs.el" | 18659 | ;;;;;; "saveplace.el" "scroll-bar.el" "select.el" "soundex.el" "subdirs.el" |
| 18662 | ;;;;;; "tcp.el" "tempo.el" "timezone.el" "unused.el" "vc-hooks.el" | 18660 | ;;;;;; "tcp.el" "tempo.el" "timezone.el" "unused.el" "vc-hooks.el" |
| 18663 | ;;;;;; "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" | 18661 | ;;;;;; "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el" |
| 18664 | ;;;;;; "vt100-led.el" "w32-fns.el" "widget.el" "window.el" "xml.el" | 18662 | ;;;;;; "vt100-led.el" "w32-fns.el" "widget.el" "window.el" "xml.el" |
| @@ -18751,7 +18749,7 @@ Zone-mode does two things: | |||
| 18751 | ;;;;;; "bindings.el" "env.el" "faces.el" "files.el" "isearch.el" | 18749 | ;;;;;; "bindings.el" "env.el" "faces.el" "files.el" "isearch.el" |
| 18752 | ;;;;;; "startup.el" "subr.el" "uniquify.el" "emacs-lisp/cl-macs.el" | 18750 | ;;;;;; "startup.el" "subr.el" "uniquify.el" "emacs-lisp/cl-macs.el" |
| 18753 | ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" "emacs-lisp/lselect.el") | 18751 | ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el" "emacs-lisp/lselect.el") |
| 18754 | ;;;;;; (15293 48433 582017)) | 18752 | ;;;;;; (15293 57174 471791)) |
| 18755 | 18753 | ||
| 18756 | ;;;*** | 18754 | ;;;*** |
| 18757 | 18755 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index de0875d764e..fea0f799828 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2001-10-06 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * xterm.h (struct x_output): Add scroll_bar_top_shadow_pixel and | ||
| 4 | scroll_bar_bottom_shadow_pixel fields. | ||
| 5 | * xterm.c (x_create_toolkit_scroll_bar): Try to allocate colors | ||
| 6 | for the shadows, and tell the toolkit about them if we succeed. | ||
| 7 | (x_destroy_window) [USE_TOOLKIT_SCROLL_BARS]: | ||
| 8 | Free scroll-bar shadow colors. | ||
| 9 | * xfns.c (x_set_scroll_bar_background) [USE_TOOLKIT_SCROLL_BARS]: | ||
| 10 | Free scroll-bar shadow colors when the background color changes. | ||
| 11 | (Fx_create_frame, x_create_tip_frame) [USE_TOOLKIT_SCROLL_BARS]: | ||
| 12 | Initialize scroll-bar shadow-color fields. | ||
| 13 | |||
| 1 | 2001-10-05 Gerd Moellmann <gerd@gnu.org> | 14 | 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
| 2 | 15 | ||
| 3 | * fileio.c (Fcopy_file): If NEWNAME is a directory copy FILE there. | 16 | * fileio.c (Fcopy_file): If NEWNAME is a directory copy FILE there. |