summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2009-04-16 07:50:39 +0000
committerroot <root>2009-04-16 07:50:39 +0000
commit75eeb139226f58877511c7ab6611e484cd823ac1 (patch)
tree97e912307495fa55453419dd59ea8d02880924d0
parent44f5062c3a7feb0a407fd39babce4ee9c1840341 (diff)
*** empty log message ***
-rw-r--r--Changes2
-rw-r--r--ev.pod2
2 files changed, 3 insertions, 1 deletions
diff --git a/Changes b/Changes
index c6ede60..4b2a991 100644
--- a/Changes
+++ b/Changes
@@ -16,6 +16,8 @@ TODO: fix signal handling(?) under win32
Malek Hadj-Ali).
- implement ev_suspend and ev_resume.
- new EV_CUSTOM revents flag for use by applications.
+ - add documentation section about priorites.
+ - add a glossary to the dcoumentation.
3.53 Sun Feb 15 02:38:20 CET 2009
- fix a bug in event pipe creation on win32 that would cause a
diff --git a/ev.pod b/ev.pod
index a93657b..21abaaa 100644
--- a/ev.pod
+++ b/ev.pod
@@ -1098,7 +1098,7 @@ or might not have been clamped to the valid range.
The default priority used by watchers when no priority has been set is
always C<0>, which is supposed to not be too high and not be too low :).
-See L<WATCHER PRIORITIES>, below, for a more thorough treatment of
+See L<WATCHER PRIORITY MODELS>, below, for a more thorough treatment of
priorities.
=item ev_invoke (loop, ev_TYPE *watcher, int revents)