diff options
| author | Paul Eggert | 2012-07-06 09:57:32 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-06 09:57:32 -0700 |
| commit | 216ee680e5c7e34177eedab9256a85042804545c (patch) | |
| tree | 80528da450f41a75408032bd7a6aa9a0784c6f9f /src/ChangeLog | |
| parent | 5293d7586494b9ca1eb02979a0e59ca9fc8b87e6 (diff) | |
| download | emacs-216ee680e5c7e34177eedab9256a85042804545c.tar.gz emacs-216ee680e5c7e34177eedab9256a85042804545c.zip | |
* process.c: Avoid unnecessary calls to gettime.
(wait_reading_process_output): Don't get the time of day
when gobbling data immediately and not waiting, as there's no need
for it in that case. This removes a FIXME.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e6afaf821ae..ab5417f4ac4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-07-06 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * process.c: Avoid unnecessary calls to gettime. | ||
| 4 | (wait_reading_process_output): Don't get the time of day | ||
| 5 | when gobbling data immediately and not waiting, as there's no need | ||
| 6 | for it in that case. This removes a FIXME. | ||
| 7 | |||
| 1 | 2012-07-06 Jan Djärv <jan.h.d@swipnet.se> | 8 | 2012-07-06 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 9 | ||
| 3 | * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3 | 10 | * gtkutil.c (xg_event_is_for_scrollbar): Assign gwin when HAVE_GTK3 |