Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f9e36a6d
Commit
f9e36a6d
authored
Oct 10, 2005
by
Jan Djärv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-nb changed to -nbi
parent
92d22d48
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
5 deletions
+17
-5
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/NEWS
etc/NEWS
+1
-1
man/ChangeLog
man/ChangeLog
+4
-0
man/cmdargs.texi
man/cmdargs.texi
+2
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/emacs.c
src/emacs.c
+2
-2
No files found.
etc/ChangeLog
View file @
f9e36a6d
2005-10-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* NEWS: -nb => -nbi
2005-10-10 Carsten Dominik <dominik@science.uva.nl>
* orgcard.tex: Version 3.17, no changes except version number.
...
...
etc/NEWS
View file @
f9e36a6d
...
...
@@ -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, -nb
i
to turn
the bitmap icon off.
+++
...
...
man/ChangeLog
View file @
f9e36a6d
2005-10-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* cmdargs.texi (Icons X): -nb => -nbi
2005-10-10 Chong Yidong <cyd@stupidchicken.com>
* frames.texi (Speedbar): A couple more clarifications.
...
...
man/cmdargs.texi
View file @
f9e36a6d
...
...
@@ -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 -nb
i
@opindex -nb
i
@itemx --no-bitmap-icon
@opindex --no-bitmap-icon
@cindex Emacs icon, a gnu
...
...
src/ChangeLog
View file @
f9e36a6d
2005-10-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* emacs.c (USAGE3, standard_args): -nb => -nbi
2005-10-10 Juanma Barranquero <lekktu@gmail.com>
* frame.c (Fredirect_frame_focus): Fix typos in docstring.
...
...
src/emacs.c
View file @
f9e36a6d
...
...
@@ -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, -nb
i
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
},
{
"-nb
i
"
,
"--no-bitmap-icon"
,
15
,
0
},
{
"-iconic"
,
"--iconic"
,
15
,
0
},
{
"-D"
,
"--basic-display"
,
12
,
0
},
{
"-basic-display"
,
0
,
12
,
0
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment