diff options
| author | Joakim Verona | 2011-12-28 04:12:56 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-12-28 04:12:56 +0100 |
| commit | bb29f044aa967831cd664c54eba0de0c701436ce (patch) | |
| tree | 1398cc9780bbae0fdad071a3a3765a571c3f6d7b /src/ChangeLog.11 | |
| parent | 3c935a7e996701244d166f684119f0ff97e25496 (diff) | |
| parent | 5e605a2e528955721fc6f2bd7b9f174c15075fb1 (diff) | |
| download | emacs-bb29f044aa967831cd664c54eba0de0c701436ce.tar.gz emacs-bb29f044aa967831cd664c54eba0de0c701436ce.zip | |
upstream i think
Diffstat (limited to 'src/ChangeLog.11')
| -rw-r--r-- | src/ChangeLog.11 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index 07d4f4ec116..7c46dea675c 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -966,7 +966,7 @@ | |||
| 966 | ($(BLD)/editfns.$(O)): Depend on ../lib/strftime.h. | 966 | ($(BLD)/editfns.$(O)): Depend on ../lib/strftime.h. |
| 967 | ($(BLD)/print.$(O)): Depend on ../lib/ftoastr.h and ../lib/intprops.h. | 967 | ($(BLD)/print.$(O)): Depend on ../lib/ftoastr.h and ../lib/intprops.h. |
| 968 | 968 | ||
| 969 | * deps.mk: Update for recent changes: gnutls support, gnulib | 969 | * deps.mk: Update for recent changes: GnuTLS support, gnulib |
| 970 | imports, addition of globals.h. | 970 | imports, addition of globals.h. |
| 971 | 971 | ||
| 972 | * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on | 972 | * makefile.w32-in ($(BLD)/sysdep.$(O)): Depend on |
| @@ -2191,7 +2191,7 @@ | |||
| 2191 | 2010-12-16 Jan Djärv <jan.h.d@swipnet.se> | 2191 | 2010-12-16 Jan Djärv <jan.h.d@swipnet.se> |
| 2192 | 2192 | ||
| 2193 | * nsterm.m (ns_draw_window_cursor): If the cursor color is the | 2193 | * nsterm.m (ns_draw_window_cursor): If the cursor color is the |
| 2194 | same as the background, use the face forground as cursor. | 2194 | same as the background, use the face foreground as cursor. |
| 2195 | 2195 | ||
| 2196 | 2010-12-13 Eli Zaretskii <eliz@gnu.org> | 2196 | 2010-12-13 Eli Zaretskii <eliz@gnu.org> |
| 2197 | 2197 | ||
| @@ -3268,7 +3268,7 @@ | |||
| 3268 | 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | 3268 | 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 3269 | 3269 | ||
| 3270 | * gnutls.c (emacs_gnutls_write): If we're trying to write before | 3270 | * gnutls.c (emacs_gnutls_write): If we're trying to write before |
| 3271 | gnutls is ready, return EAGAIN as the errno. | 3271 | GnuTLS is ready, return EAGAIN as the errno. |
| 3272 | 3272 | ||
| 3273 | 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu> | 3273 | 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu> |
| 3274 | 3274 | ||
| @@ -3585,12 +3585,12 @@ | |||
| 3585 | * process.c (make_process): Set the gnutls_p field to zero by | 3585 | * process.c (make_process): Set the gnutls_p field to zero by |
| 3586 | default. | 3586 | default. |
| 3587 | (read_process_output): Always call the gnutls_read function if the | 3587 | (read_process_output): Always call the gnutls_read function if the |
| 3588 | stream is a gnutls stream. | 3588 | stream is a GnuTLS stream. |
| 3589 | (send_process): Ditto for writes. | 3589 | (send_process): Ditto for writes. |
| 3590 | 3590 | ||
| 3591 | * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read | 3591 | * gnutls.c (emacs_gnutls_write, emacs_gnutls_read): Refuse to read |
| 3592 | or write anything until the state is GNUTLS_STAGE_READY. | 3592 | or write anything until the state is GNUTLS_STAGE_READY. |
| 3593 | (Fgnutls_boot): Mark the stream as being a gnutls stream. | 3593 | (Fgnutls_boot): Mark the stream as being a GnuTLS stream. |
| 3594 | 3594 | ||
| 3595 | 2010-09-29 Eli Zaretskii <eliz@gnu.org> | 3595 | 2010-09-29 Eli Zaretskii <eliz@gnu.org> |
| 3596 | 3596 | ||
| @@ -11805,7 +11805,7 @@ | |||
| 11805 | * coding.c (encode_coding_utf_16): Fix checking of a Unicode | 11805 | * coding.c (encode_coding_utf_16): Fix checking of a Unicode |
| 11806 | character. | 11806 | character. |
| 11807 | 11807 | ||
| 11808 | * cmds.c (Fself_insert_command): Avoid unnecessay | 11808 | * cmds.c (Fself_insert_command): Avoid unnecessary |
| 11809 | unibyte->multibyte conversion. (Bug#4240) (Bug#4037) | 11809 | unibyte->multibyte conversion. (Bug#4240) (Bug#4037) |
| 11810 | 11810 | ||
| 11811 | 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu> | 11811 | 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu> |
| @@ -22234,7 +22234,7 @@ | |||
| 22234 | * lisp.h (Fdelete_terminal): Declare. | 22234 | * lisp.h (Fdelete_terminal): Declare. |
| 22235 | 22235 | ||
| 22236 | * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID) | 22236 | * charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID) |
| 22237 | (CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of | 22237 | (CHECK_CHARSET_GET_ATTR): Don't use the nonexistent return value of |
| 22238 | wrong_type_argument. | 22238 | wrong_type_argument. |
| 22239 | 22239 | ||
| 22240 | 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp> | 22240 | 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp> |
| @@ -27366,7 +27366,7 @@ | |||
| 27366 | 27366 | ||
| 27367 | * ccl.c: Include "character.h". | 27367 | * ccl.c: Include "character.h". |
| 27368 | (Qccl, Qcclp): New variables. | 27368 | (Qccl, Qcclp): New variables. |
| 27369 | (CCL_WRITE_CHAR): Alway treat the arg CH as a character even if | 27369 | (CCL_WRITE_CHAR): Always treat the arg CH as a character even if |
| 27370 | it's less than 256. | 27370 | it's less than 256. |
| 27371 | (CCL_WRITE_MULTIBYTE_CHAR): Delete. | 27371 | (CCL_WRITE_MULTIBYTE_CHAR): Delete. |
| 27372 | (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC | 27372 | (CCL_WRITE_STRING, CCL_READ_CHAR): Adjust for the change of SRC |
| @@ -31330,7 +31330,7 @@ | |||
| 31330 | 31330 | ||
| 31331 | 2007-05-12 Chong Yidong <cyd@stupidchicken.com> | 31331 | 2007-05-12 Chong Yidong <cyd@stupidchicken.com> |
| 31332 | 31332 | ||
| 31333 | * image.c (pbm_load): Correctly check image size for greyscale pbm. | 31333 | * image.c (pbm_load): Correctly check image size for grayscale pbm. |
| 31334 | 31334 | ||
| 31335 | * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC). | 31335 | * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC). |
| 31336 | 31336 | ||