Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a5bd14d3
Commit
a5bd14d3
authored
Jun 19, 2006
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
5fe0b054
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
0 deletions
+29
-0
etc/TODO
etc/TODO
+2
-0
lisp/ChangeLog
lisp/ChangeLog
+13
-0
lispref/ChangeLog
lispref/ChangeLog
+4
-0
src/ChangeLog
src/ChangeLog
+10
-0
No files found.
etc/TODO
View file @
a5bd14d3
...
...
@@ -305,6 +305,8 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
** Check what hooks would help Emacspeak -- see the defadvising in W3.
** Add definitions for symbol properties, for documentation purposes.
** Add horizontal scroll bars.
** Provide an optional feature which computes a scroll bar slider's
...
...
lisp/ChangeLog
View file @
a5bd14d3
2006-06-19 Richard Stallman <rms@gnu.org>
* bindings.el (mode-line-format): Save some mode line space.
* files.el (find-file-noselect): Improve the question wording.
(basic-save-buffer-2): Mask UMASK against 666.
* mouse.el (mouse-drag-vertical-line-rightward-window): New function.
(mouse-drag-vertical-line): Call it.
* cus-edit.el (customize-option, customize-option-other-window):
Error if SYMBOL is nil.
2006-06-19 Carsten Dominik <dominik@science.uva.nl>
* textmodes/org.el: Require noutline, also on XEmacs.
...
...
lispref/ChangeLog
View file @
a5bd14d3
2006-06-19 Richard Stallman <rms@gnu.org>
* processes.texi (Bindat Spec): Clarify previous change.
2006-06-16 Richard Stallman <rms@gnu.org>
* tips.texi (Coding Conventions): Better explain conventions
...
...
src/ChangeLog
View file @
a5bd14d3
2006-06-19 Richard Stallman <rms@gnu.org>
* window.c (size_window): New arg FIRST_ONLY. All callers changed.
(adjust_window_trailing_edge): Specially compute FIRST_PARALLEL
for the case of a top-level window and the following minibuffer.
Don't exit because of no `next' when there is a parent.
Use the FIRST_ONLY feature when resizing following windows.
* syntax.c (init_syntax_once): Give most control chars' syntax Spunct.
2006-06-17 Kim F. Storm <storm@cua.dk>
* dispnew.c (update_frame): Check for input pending on entry.
...
...
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