From: Jan Djärv Date: Sun, 9 Oct 2005 06:56:14 +0000 (+0000) Subject: * emacs.c (standard_args): Removed options -i, -itype, --icon-type, X-Git-Tag: emacs-pretest-22.0.90~6736 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e313fc07dda725c02e43890e59b13c9e661eec83;p=emacs.git * emacs.c (standard_args): Removed options -i, -itype, --icon-type, added -nb, --no-bitmap-icon. * xfns.c (Fx_create_frame): Make bitmapIcon have default on. --- diff --git a/src/ChangeLog b/src/ChangeLog index d466f5d3bf2..d9b2eb7ab3c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2005-10-09 Jan Dj,Ad(Brv + + * emacs.c (standard_args): Removed options -i, -itype, --icon-type, + added -nb, --no-bitmap-icon. + + * xfns.c (Fx_create_frame): Make bitmapIcon have default on. + 2005-10-08 YAMAMOTO Mitsuharu * macgui.h (MAX_CLIP_RECTS): New define.