diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 72e29df0262..6a1457fc5f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -16,8 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | 2003-09-23 Dave Love <fx@gnu.org> | 17 | 2003-09-23 Dave Love <fx@gnu.org> |
| 18 | 18 | ||
| 19 | * process.c (Fnetwork_interface_info): Use | 19 | * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros. |
| 20 | HAVE_STRUCT_IFREQ... macros. | ||
| 21 | 20 | ||
| 22 | 2003-09-22 Eli Zaretskii <eliz@elta.co.il> | 21 | 2003-09-22 Eli Zaretskii <eliz@elta.co.il> |
| 23 | 22 | ||
| @@ -31,9 +30,9 @@ | |||
| 31 | 30 | ||
| 32 | 2003-09-22 Masatake YAMATO <jet@gyve.org> | 31 | 2003-09-22 Masatake YAMATO <jet@gyve.org> |
| 33 | 32 | ||
| 34 | * window.c (Fset_window_scroll_bars): Validate the value of | 33 | * window.c (Fset_window_scroll_bars): Validate the value of |
| 35 | `vertical_type'. | 34 | `vertical_type'. |
| 36 | 35 | ||
| 37 | 2003-09-21 Kim F. Storm <storm@cua.dk> | 36 | 2003-09-21 Kim F. Storm <storm@cua.dk> |
| 38 | 37 | ||
| 39 | * frame.c (Vdefault_frame_scroll_bars): New variable. | 38 | * frame.c (Vdefault_frame_scroll_bars): New variable. |
| @@ -43,10 +42,6 @@ | |||
| 43 | 42 | ||
| 44 | * window.c (Fwindow_scroll_bars): Doc fix. | 43 | * window.c (Fwindow_scroll_bars): Doc fix. |
| 45 | 44 | ||
| 46 | 2003-09-19 Dave Love <fx@gnu.org> | ||
| 47 | |||
| 48 | * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h. | ||
| 49 | |||
| 50 | 2003-09-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 45 | 2003-09-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 51 | 46 | ||
| 52 | * xterm.c (x_set_offset): Take window manager decorations | 47 | * xterm.c (x_set_offset): Take window manager decorations |
| @@ -95,7 +90,7 @@ | |||
| 95 | Return 1<<optbit for known option, 0 for unknown. | 90 | Return 1<<optbit for known option, 0 for unknown. |
| 96 | Do not interpret 0 as false for boolean option (only nil). | 91 | Do not interpret 0 as false for boolean option (only nil). |
| 97 | Pass failed option and value to report_file_error. | 92 | Pass failed option and value to report_file_error. |
| 98 | (Fset_network_process_options): Replaced by Fset_network_process_option. | 93 | (Fset_network_process_options): Replace by Fset_network_process_option. |
| 99 | (Fset_network_process_option): New function to set just one option. | 94 | (Fset_network_process_option): New function to set just one option. |
| 100 | (Fmake_network_process): Allow :coding arg to be a cons. | 95 | (Fmake_network_process): Allow :coding arg to be a cons. |
| 101 | Allow :server arg to be an integer specifying backlog size. | 96 | Allow :server arg to be an integer specifying backlog size. |
| @@ -120,7 +115,16 @@ | |||
| 120 | (syms_of_process): Defsubr them. | 115 | (syms_of_process): Defsubr them. |
| 121 | 116 | ||
| 122 | * config.in: Regenerate. | 117 | * config.in: Regenerate. |
| 123 | 118 | ||
| 119 | 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 120 | |||
| 121 | * m/sr2k.h (XMARKBIT, XUNMARK): Remove. | ||
| 122 | * m/news-r6.h (XUNMARK): Remove. | ||
| 123 | * m/mips.h (XUNMARK): Remove. | ||
| 124 | * m/mips-siemens.h (XUNMARK): Remove. | ||
| 125 | * m/iris4d.h (XUNMARK): Remove. | ||
| 126 | * m/hp800.h (XMARKBIT, XUNMARK): Remove. | ||
| 127 | |||
| 124 | 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca> | 128 | 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 125 | 129 | ||
| 126 | * lisp.h (VALBITS): Don't remove 1 for the markbit. | 130 | * lisp.h (VALBITS): Don't remove 1 for the markbit. |