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
639ec765
Commit
639ec765
authored
May 19, 2005
by
Nick Roberts
Browse files
*** empty log message ***
parent
7945a3f5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
1 deletion
+21
-1
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/NEWS
etc/NEWS
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+6
-0
src/ChangeLog
src/ChangeLog
+6
-0
No files found.
etc/ChangeLog
View file @
639ec765
2005-05-19 Nick Roberts <nickrob@snap.net.nz>
* TODO: post-command-idle-hook has gone.
2005-05-16 Juanma Barranquero <lekktu@gmail.com>
* NEWS: Remove references to open-network-stream-nowait and
...
...
etc/NEWS
View file @
639ec765
...
...
@@ -2278,7 +2278,7 @@ breakpoints.
Use M-x gdb to start GDB-UI.
*** The variable tooltip-gud-tips-p
is obsolet
ed. GUD tooltips can now be
*** The variable tooltip-gud-tips-p
has been remov
ed. GUD tooltips can now be
toggled independently of normal tooltips with the minor mode
`gud-tooltip-mode'.
...
...
@@ -3012,6 +3012,10 @@ the command `undefined'. (In earlier Emacs versions, it used
** General Lisp changes:
---
*** The variables post-command-idle-hook and post-command-idle-delay have
been removed. Use run-with-idle-timer instead.
+++
*** The function `eql' is now available without requiring the CL package.
...
...
lisp/ChangeLog
View file @
639ec765
2005-05-19 Nick Roberts <nickrob@snap.net.nz>
* faces.el (list-faces-display): Provide button when describe-face
is called to take user back to the list of faces.
* help-fns.el (describe-variable): Remove hyperlinks in a
variable's value as these are quite frequently inappropriate.
* follow.el (follow-submit-feedback, follow-mode): Remove
references to post-command-idle-hook.
...
...
src/ChangeLog
View file @
639ec765
2005-05-19 Nick Roberts <nickrob@snap.net.nz>
* keyboard.c (syms_of_keyboard): Remove lisp variables
post-command-idle-hook and post-command-idle-delay.
(command_loop_1): Don't try to execute post-command-idle-hook.
2005-05-16 Kim F. Storm <storm@cua.dk>
* xdisp.c (handle_display_prop): Handle empty replacement.
...
...
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