Mercurial > emacs
changeset 38823:c0ba1d102e9d
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 15 Aug 2001 09:31:06 +0000 |
parents | 7315a84d9fde |
children | 3dab620fa384 |
files | lisp/ChangeLog lisp/obsolete/sc.el src/ChangeLog |
diffstat | 3 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Aug 15 09:06:32 2001 +0000 +++ b/lisp/ChangeLog Wed Aug 15 09:31:06 2001 +0000 @@ -1,5 +1,7 @@ 2001-08-15 Gerd Moellmann <gerd@gnu.org> + * Makefile.in (DONTCOMPILE): Remove sc.el. + * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins. Don't include term/.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp/obsolete/sc.el Wed Aug 15 09:31:06 2001 +0000 @@ -0,0 +1,14 @@ +;;; sc.el --- old name for supercite + +;; Maintainer: FSF + +;; This file is part of GNU Emacs. + +;;; Commentary: + +;;; Code: + +(require 'supercite) +(provide 'sc) + +;;; sc.el ends here
--- a/src/ChangeLog Wed Aug 15 09:06:32 2001 +0000 +++ b/src/ChangeLog Wed Aug 15 09:31:06 2001 +0000 @@ -1,3 +1,8 @@ +2001-08-15 Gerd Moellmann <gerd@gnu.org> + + * xfaces.c (x_update_menu_appearance): Don't call + set_frame_menubar, let the next redisplay do it. + 2001-08-14 Andrew Innes <andrewi@gnu.org> * w32term.c (x_draw_glyph_string): Draw relief (if any) before