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
eda0450a
Commit
eda0450a
authored
Sep 03, 2014
by
Martin Rudalics
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NEWS and TODO changes.
parent
568df136
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
7 deletions
+29
-7
etc/NEWS
etc/NEWS
+27
-6
etc/TODO
etc/TODO
+2
-1
No files found.
etc/NEWS
View file @
eda0450a
...
@@ -236,12 +236,33 @@ optional repeat-count argument.
...
@@ -236,12 +236,33 @@ optional repeat-count argument.
**
Emacs
can
now
draw
horizontal
scroll
bars
on
some
platforms
that
**
Emacs
can
now
draw
horizontal
scroll
bars
on
some
platforms
that
provide
toolkit
scroll
bars
,
namely
Gtk
,
Lucid
,
Motif
and
Windows
.
provide
toolkit
scroll
bars
,
namely
Gtk
,
Lucid
,
Motif
and
Windows
.
Horizontal
scroll
bars
are
turned
off
by
default
.
Use
the
command
Horizontal
scroll
bars
are
turned
off
by
default
.
`
horizontal
-
scroll
-
bar
-
mode
' to toggle them on all frames; the frame
***
New
mode
`
horizontal
-
scroll
-
bar
-
mode
' to toggle horizontal scroll
parameter `horizontal-scroll-bars'
to
turn
them
on
/
off
on
individual
bars on all existing and future frames.
frames
;
the
function
`
set
-
window
-
scroll
-
bars
' to turn them on/off on
*** New frame parameters `horizontal-scroll-bars'
and
individual windows.
`
scroll
-
bar
-
height
' to set horizontal scroll bars and their height
for individual frames and in `default-frame-alist'
.
***
New
function
`
frame
-
scroll
-
bar
-
height
' to return the height of
horizontal scroll bars on a specific frame.
*** `set-window-scroll-bars'
now
accepts
five
parameters
where
the
last
two
specify
height
and
type
of
the
window
's horizontal scroll bar.
** The height of a frame'
s
menu
and
tool
bar
are
no
more
counted
in
the
frame
's text height. This means that the text height stands only for
the height of the frame'
s
root
window
plus
that
of
the
echo
area
(
if
present
).
This
was
already
the
behavior
for
frames
with
external
tool
and
menu
bars
(
like
in
the
Gtk
builds
)
but
has
now
been
extended
to
all
builds
.
**
Frames
now
do
not
necessarily
preserve
the
number
of
columns
or
lines
they
display
when
setting
default
font
,
menu
bar
,
fringe
width
,
or
scroll
bars
.
In
particular
,
maximized
and
fullscreen
frames
are
conceptually
never
resized
if
such
settings
change
.
For
fullheight
and
fullwidth
frames
,
the
behavior
may
depend
on
the
toolkit
used
.
***
New
option
`
frame
-
inhibit
-
implied
-
resize
' if non-nil, means that
setting default font, menu bar, fringe width, or scroll bars of a
specific frame does not resize that frame in order to preserve the
number of columns or lines it displays.
* Changes in Emacs 24.5 on Non-Free Operating Systems
* Changes in Emacs 24.5 on Non-Free Operating Systems
...
...
etc/TODO
View file @
eda0450a
...
@@ -467,7 +467,8 @@ rather than interactively. This a trivial one-liner in easy-mode.el.
...
@@ -467,7 +467,8 @@ rather than interactively. This a trivial one-liner in easy-mode.el.
** Add definitions for symbol properties, for documentation purposes.
** Add definitions for symbol properties, for documentation purposes.
** Add horizontal scroll bars.
** Temporarily remove scroll bars when they are not needed, typically
when a buffer can be fully displayed in its window.
** Provide an optional feature which computes a scroll bar slider's
** Provide an optional feature which computes a scroll bar slider's
size and its position from lines instead of characters.
size and its position from lines instead of characters.
...
...
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