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
ce629713
Commit
ce629713
authored
Aug 20, 2006
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
79ffb765
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
0 deletions
+26
-0
etc/NEWS
etc/NEWS
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+8
-0
lispref/ChangeLog
lispref/ChangeLog
+7
-0
src/ChangeLog
src/ChangeLog
+7
-0
No files found.
etc/NEWS
View file @
ce629713
...
...
@@ -4665,6 +4665,7 @@ keymap alist to this list.
*** The definition of a key-binding passed to define-key can use XEmacs-style
key-sequences, such as [(control a)].
** Abbrev changes:
+++
...
...
@@ -5493,6 +5494,9 @@ been renamed to `disabled-command-function'. The variable
*** `emacsserver' now runs `pre-command-hook' and `post-command-hook'
when it receives a request from emacsclient.
+++
*** `current-idle-time' reports how long Emacs has been idle.
** Lisp file loading changes:
+++
...
...
lisp/ChangeLog
View file @
ce629713
2006-08-20 Richard Stallman <rms@gnu.org>
* simple.el (line-number-at-pos): Doc fix.
* emacs-lisp/timer.el (run-with-idle-timer): Pass t to
timer-activate-when-idle, so timer can run before Emacs becomes
non-idle again.
2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
* whitespace.el (whitespace-cleanup-internal): New optional arg
...
...
lispref/ChangeLog
View file @
ce629713
2006
-
08
-
20
Richard
Stallman
<
rms
@
gnu
.
org
>
*
os
.
texi
(
Idle
Timers
):
New
node
,
split
out
from
Timers
.
Document
current
-
idle
-
time
.
*
commands
.
texi
(
Reading
One
Event
):
Update
xref
.
*
elisp
.
texi
(
Top
):
Update
subnode
menu
.
2006
-
08
-
16
Richard
Stallman
<
rms
@
gnu
.
org
>
*
keymaps
.
texi
(
Extended
Menu
Items
):
Show
format
of
cached
...
...
src/ChangeLog
View file @
ce629713
2006-08-20 Richard Stallman <rms@gnu.org>
* xfaces.c (load_pixmap): Add quotes in error message.
* keyboard.c (Fcurrent_idle_time): New function.
(syms_of_keyboard): defsubr it.
2006-08-18 Nick Roberts <nickrob@snap.net.nz>
* window.c (Fset_window_fringes): Do nothing on a tty.
...
...
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