diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 75917224ca9..c237ba24b0f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -92,6 +92,40 @@ | |||
| 92 | 92 | ||
| 93 | * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long. | 93 | * fns.c (Frandom): Let EMACS_UINT be wider than unsigned long. |
| 94 | 94 | ||
| 95 | 2011-05-02 Juanma Barranquero <lekktu@gmail.com> | ||
| 96 | |||
| 97 | * sysdep.c (get_tty_size) [WINDOWSNT]: Implement. (Bug#8596) | ||
| 98 | |||
| 99 | 2011-05-02 Juanma Barranquero <lekktu@gmail.com> | ||
| 100 | |||
| 101 | * gnutls.c (Qgnutls_log_level, Qgnutls_code, Qgnutls_anon) | ||
| 102 | (Qgnutls_x509pki, Qgnutls_e_interrupted, Qgnutls_e_again) | ||
| 103 | (Qgnutls_e_invalid_session, Qgnutls_e_not_ready_for_handshake) | ||
| 104 | (gnutls_global_initialized, Qgnutls_bootprop_priority) | ||
| 105 | (Qgnutls_bootprop_trustfiles, Qgnutls_bootprop_keyfiles) | ||
| 106 | (Qgnutls_bootprop_callbacks, Qgnutls_bootprop_loglevel) | ||
| 107 | (Qgnutls_bootprop_hostname, Qgnutls_bootprop_verify_flags) | ||
| 108 | (Qgnutls_bootprop_verify_error, Qgnutls_bootprop_verify_hostname_error) | ||
| 109 | (Qgnutls_bootprop_callbacks_verify): Make static. | ||
| 110 | |||
| 111 | 2011-05-01 Andreas Schwab <schwab@linux-m68k.org> | ||
| 112 | |||
| 113 | * callproc.c: Indentation fixup. | ||
| 114 | |||
| 115 | * sysdep.c (wait_for_termination_1): Make static. | ||
| 116 | (wait_for_termination, interruptible_wait_for_termination): Move | ||
| 117 | after wait_for_termination_1. | ||
| 118 | |||
| 119 | 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 120 | |||
| 121 | * sysdep.c (interruptible_wait_for_termination): New function | ||
| 122 | which is like wait_for_termination, but allows keyboard | ||
| 123 | interruptions. | ||
| 124 | |||
| 125 | * callproc.c (Fcall_process): Add (:file "file") as an option for | ||
| 126 | the STDOUT buffer. | ||
| 127 | (Fcall_process_region): Ditto. | ||
| 128 | |||
| 95 | 2011-04-30 Eli Zaretskii <eliz@gnu.org> | 129 | 2011-04-30 Eli Zaretskii <eliz@gnu.org> |
| 96 | 130 | ||
| 97 | * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)' | 131 | * dosfns.c (Fint86, Fdos_memget, Fdos_memput): Use `ASIZE (FOO)' |