mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
*** empty log message ***
This commit is contained in:
parent
0a4455b259
commit
62f3da3b1a
2 changed files with 7 additions and 5 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2004-05-15 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
|
||||
Use it to set triggered-p element of timer.
|
||||
(timer-event-handler): Set triggered-p element non-nil while running
|
||||
the timer function.
|
||||
|
||||
2004-05-14 David Ponce <david@dponce.com>
|
||||
|
||||
* tree-widget.el: New file.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
2004-05-14 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* keyboard.c (in_timer_check): New static var.
|
||||
(timer_check): Use it to guard against reentry.
|
||||
|
||||
2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* w32fns.c (Fw32_define_rgb_color): Avoid XSET.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue