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
8eb2b87f
Commit
8eb2b87f
authored
Jun 12, 2006
by
Kim F. Storm
Browse files
*** empty log message ***
parent
d012c62b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
lispref/ChangeLog
lispref/ChangeLog
+4
-0
src/ChangeLog
src/ChangeLog
+13
-0
No files found.
lispref/ChangeLog
View file @
8eb2b87f
2006
-
06
-
13
Kim
F
.
Storm
<
storm
@
cua
.
dk
>
*
display
.
texi
(
Forcing
Redisplay
):
Add
redisplay
-
preemption
-
period
.
2006
-
06
-
10
Luc
Teirlinck
<
teirllm
@
auburn
.
edu
>
2006
-
06
-
10
Luc
Teirlinck
<
teirllm
@
auburn
.
edu
>
*
tips
.
texi
(
Coding
Conventions
):
Add
`@
end
itemize
'.
*
tips
.
texi
(
Coding
Conventions
):
Add
`@
end
itemize
'.
...
...
src/ChangeLog
View file @
8eb2b87f
2006-06-13 Kim F. Storm <storm@cua.dk>
* dispnew.c: Modify preemptive redisplay to be based on periodic
checks for input.
(PERIODIC_PREEMPTION_CHECKING): Define to 1 iff EMACS_HAS_USECS.
(Vredisplay_preemption_period): New variable.
(syms_of_display): DEFVAR_LISP and initialize it.
(preemption_period, preemption_next_check): New variables.
(update_frame, update_single_window): Initialize them based on
Vredisplay_preemption_period if !force_p.
(update_window, update_frame_1): Use them to determine when to
check for input.
2006-06-03 Aidan Kehoe <kehoea@parhasard.net>
2006-06-03 Aidan Kehoe <kehoea@parhasard.net>
* lread.c (read_escape): Provide a Unicode character escape
* lread.c (read_escape): Provide a Unicode character escape
...
...
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