aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-07-14 09:32:02 +0000
committerKim F. Storm2006-07-14 09:32:02 +0000
commit8a8476f9849c6bf620d370b4e72d4fedc9b5db3f (patch)
tree7188e6380131be5461bf887b549393cf3c53dd50
parent26fb7bc42235487b8558e08becccb5e3754a3a6a (diff)
downloademacs-8a8476f9849c6bf620d370b4e72d4fedc9b5db3f.tar.gz
emacs-8a8476f9849c6bf620d370b4e72d4fedc9b5db3f.zip
*** empty log message ***
-rw-r--r--admin/ChangeLog6
-rw-r--r--lisp/ChangeLog33
-rw-r--r--src/ChangeLog12
3 files changed, 31 insertions, 20 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 7519bfcee90..c8d95c8f668 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12006-07-14 Kim F. Storm <storm@cua.dk>
2
3 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
4
12006-07-09 Kim F. Storm <storm@cua.dk> 52006-07-09 Kim F. Storm <storm@cua.dk>
2 6
3 * README: Use outline format. Add FOR-RELEASE. 7 * README: Use outline format. Add FOR-RELEASE.
@@ -56,7 +60,7 @@
56 60
572006-01-27 Chong Yidong <cyd@stupidchicken.com> 612006-01-27 Chong Yidong <cyd@stupidchicken.com>
58 62
59 * FOR-RELEASE: string allocation bugs fixed. 63 * FOR-RELEASE: String allocation bugs fixed.
60 64
612005-12-13 Bill Wohler <wohler@newt.com> 652005-12-13 Bill Wohler <wohler@newt.com>
62 66
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 22e84ceaee7..3bbe4862768 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -10,7 +10,7 @@
10 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer) 10 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11 (gdb-display-threads-buffer, gdb-display-memory-buffer) 11 (gdb-display-threads-buffer, gdb-display-memory-buffer)
12 (gdb-display-locals-buffer): Use it. 12 (gdb-display-locals-buffer): Use it.
13 13
14 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer. 14 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
15 Set gdb-source-window. 15 Set gdb-source-window.
16 16
@@ -55,10 +55,9 @@
55 55
562006-07-12 Nick Roberts <nickrob@snap.net.nz> 562006-07-12 Nick Roberts <nickrob@snap.net.nz>
57 57
58 * tumme.el (tumme-create-thumb) 58 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
59 (tumme-thumbnail-display-external, tumme-display-image) 59 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
60 (tumme-rotate-thumbnail, tumme-rotate-original) 60 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
61 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
62 61
63 * thumbs.el (thumbs-call-convert): Use shell-command-switch. 62 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
64 63
@@ -94,20 +93,16 @@
94 93
952006-07-11 Nick Roberts <nickrob@snap.net.nz> 942006-07-11 Nick Roberts <nickrob@snap.net.nz>
96 95
97 * tumme.el (tumme-create-thumb) 96 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
98 (tumme-thumbnail-display-external, tumme-display-image) 97 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
99 (tumme-rotate-thumbnail, tumme-rotate-original)
100 (tumme-set-exif-data, tumme-get-exif-data): Use call-process 98 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
101 instead of shell-command. 99 instead of shell-command.
102 (tumme-create-thumbnail-buffer) 100 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
103 (tumme-create-display-image-buffer, tumme-display-thumbs) 101 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
104 (tumme-modify-mark-on-thumb-original-file, tumme-display-image) 102 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
105 (tumme-get-exif-data): Use with-current-buffer. 103 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
106 (tumme-display-properties-format) 104 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
107 (tumme-dired-insert-marked-thumbs, tumme-rotate-original) 105 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
108 (tumme-get-exif-file-name)
109 (tumme-thumbnail-set-image-description, tumme-gallery-generate):
110 Fit to 80 columns.
111 106
1122006-07-11 Kim F. Storm <storm@cua.dk> 1072006-07-11 Kim F. Storm <storm@cua.dk>
113 108
@@ -418,8 +413,8 @@
4182006-06-25 Michael Albinus <michael.albinus@gmx.de> 4132006-06-25 Michael Albinus <michael.albinus@gmx.de>
419 414
420 * net/rcompile.el (remote-compile): Replace ange-ftp based 415 * net/rcompile.el (remote-compile): Replace ange-ftp based
421 implementation by Tramp functions. Based on a patch published by 416 implementation by Tramp functions.
422 Marc Abramowitz <msabramo@gmail.com>. 417 Suggested by Marc Abramowitz <msabramo@gmail.com>.
423 418
424 * net/tramp.el (tramp-unload-tramp): Provide a doc string. 419 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
425 420
diff --git a/src/ChangeLog b/src/ChangeLog
index 8437853d887..aaa464cfd68 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12006-07-14 Kim F. Storm <storm@cua.dk>
2
3 * w32.c: Fix high cpu load for server sockets.
4 (pfn_WSAEventSelect): New function ptr.
5 (init_winsock): Load it.
6 (sys_listen): Set FILE_LISTEN flag. Set event mask for socket's
7 char_avail event object to FD_ACCEPT.
8 (sys_accept): Check FILE_LISTEN flag. Set event mask on new
9 socket's char_avail event object to FD_READ|FD_CLOSE.
10
11 * w32.h (FILE_LISTEN): New filedesc flag value.
12
12006-07-13 Kim F. Storm <storm@cua.dk> 132006-07-13 Kim F. Storm <storm@cua.dk>
2 14
3 * bytecode.c (Fbyte_code): Use CAR, CDR for Bcar, Bcdr. 15 * bytecode.c (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.