From: Jan Djärv Date: Mon, 10 Oct 2005 16:14:00 +0000 (+0000) Subject: -nb changed to -nbi X-Git-Tag: emacs-pretest-22.0.90~6698 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f9e36a6dc971d61c8439f0a7d0b1df5a8e77f886;p=emacs.git -nb changed to -nbi --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 3cafdb3e471..d5bc0f4abb0 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2005-10-10 Jan Dj,Ad(Brv + + * NEWS: -nb => -nbi + 2005-10-10 Carsten Dominik * orgcard.tex: Version 3.17, no changes except version number. diff --git a/etc/NEWS b/etc/NEWS index b32e2b83fdc..3debb164866 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -177,7 +177,7 @@ disables the splash screen; see also the variable +++ ** The default is now to use an bitmap as the icon, so the command-line options ---icon-type, -i has been replaced with options --no-bitmap-icon, -nb to turn +--icon-type, -i has been replaced with options --no-bitmap-icon, -nbi to turn the bitmap icon off. +++ diff --git a/man/ChangeLog b/man/ChangeLog index 3b929275136..c4e793ac00f 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2005-10-10 Jan Dj,Ad(Brv + + * cmdargs.texi (Icons X): -nb => -nbi + 2005-10-10 Chong Yidong * frames.texi (Speedbar): A couple more clarifications. diff --git a/man/cmdargs.texi b/man/cmdargs.texi index d0ab8788150..bdb57d9b063 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi @@ -1173,8 +1173,8 @@ If you have many clients running at once, you can avoid cluttering up the screen by iconifying most of the clients. @table @samp -@item -nb -@opindex -nb +@item -nbi +@opindex -nbi @itemx --no-bitmap-icon @opindex --no-bitmap-icon @cindex Emacs icon, a gnu diff --git a/src/ChangeLog b/src/ChangeLog index d9e64625393..dada003404a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-10-10 Jan Dj,Ad(Brv + + * emacs.c (USAGE3, standard_args): -nb => -nbi + 2005-10-10 Juanma Barranquero * frame.c (Fredirect_frame_focus): Fix typos in docstring. diff --git a/src/emacs.c b/src/emacs.c index 497cdd7943f..4eee9e0e534 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -311,7 +311,7 @@ Display options:\n\ --fullscreen, -fs make first frame fullscreen\n\ --fullwidth, -fw make the first frame wide as the screen\n\ --geometry, -g GEOMETRY window geometry\n\ ---no-bitmap-icon, -nb do not use picture of gnu for Emacs icon\n\ +--no-bitmap-icon, -nbi do not use picture of gnu for Emacs icon\n\ --iconic start Emacs in iconified state\n\ --internal-border, -ib WIDTH width between text and main border\n\ --line-spacing, -lsp PIXELS additional space to put between lines\n\ @@ -1828,7 +1828,7 @@ struct standard_args standard_args[] = { "-u", "--user", 30, 1 }, { "-user", 0, 30, 1 }, { "-debug-init", "--debug-init", 20, 0 }, - { "-nb", "--no-bitmap-icon", 15, 0 }, + { "-nbi", "--no-bitmap-icon", 15, 0 }, { "-iconic", "--iconic", 15, 0 }, { "-D", "--basic-display", 12, 0}, { "-basic-display", 0, 12, 0},