Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 361:7347b34c275b r21-1-10
Import from CVS: tag r21-1-10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:58:40 +0200 |
parents | 8e84bee8ddd0 |
children | 972bbb6d6ca2 |
comparison
equal
deleted
inserted
replaced
360:0f00b38cfccb | 361:7347b34c275b |
---|---|
1 2000-05-06 XEmacs Build Bot <builds@cvs.xemacs.org> | |
2 | |
3 * XEmacs 21.1.10 is released | |
4 | |
5 2000-04-26 Mike Woolley <mike@bulsara.com> | |
6 | |
7 * ntheap.c: Changed recreate_heap to limit the amount reserved | |
8 for the heap to that which is actually available. Also now | |
9 displays a message box (with some dignostics) in the event that | |
10 it still can't start. | |
11 | |
12 2000-04-29 Mike Alexander <mta@arbortext.com> | |
13 | |
14 * indent.c (vmotion_1): If point_in_line_start_cache fails simply | |
15 return the input position instead of asserting out. | |
16 | |
17 2000-04-27 SL Baur <steve@turbolinux.co.jp> | |
18 | |
19 * Backport of Hrvoje Niksic patch of 29-Nov-1998 to fix a | |
20 redisplay crash tickled by TurboLinux 6.0. | |
21 | |
22 1998-11-29 Hrvoje Niksic <hniksic@srce.hr> | |
23 | |
24 * specifier.c (display_table_validate): Update. | |
25 | |
26 * redisplay.c (create_text_block): Use them. | |
27 | |
28 * glyphs.c (display_table_entry): New function. | |
29 (get_display_tables): Ditto. | |
30 | |
31 * glyphs.h: declare them. | |
32 | |
33 2000-04-11 Jan Vroonhof <jan@xemacs.org> | |
34 | |
35 * process-unix.c (unix_send_process): Guard against process MIA | |
36 after Faccept_process_output. | |
37 | |
38 2000-04-30 Martin Buchholz <martin@xemacs.org> | |
39 | |
40 * alloc.c (allocate_string_chars_struct): | |
41 (make_uninit_string): | |
42 (resize_string): | |
43 (verify_string_chars_integrity): | |
44 (compact_string_chars): Now only called for small strings. | |
45 (sweep_strings): | |
46 Backport of xemacs-21.2 fix of 2000-01-09. | |
47 String allocation rewrite. | |
48 Properly handle resizing big strings. | |
49 Fixes crash when evaluating: | |
50 (aset (make-string 9003 ??) 1 (make-char 'latin-iso8859-1 57)) | |
51 (CHARS_TO_STRING_CHAR): Remove. No longer needed. | |
52 Big strings had unused space at beginning. | |
53 | |
54 2000-04-19 Martin Buchholz <martin@xemacs.org> | |
55 | |
56 * sysdep.c (get_pty_max_bytes): | |
57 Fix hangs on DEC OSF 4.0 when (process-send-string) sends | |
58 strings longer than 252 bytes. | |
59 | |
60 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
61 | |
62 * fileio.c (Fmake_symbolic_link): | |
63 (Ffile_symlink_p): | |
64 Run handlers even if local machine doesn't have symlinks. | |
65 | |
66 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch> | |
67 | |
68 * redisplay.c (regenerate_window): Make sure we set a sane value | |
69 for end_pos even if we jump out of the loop. | |
70 (regenerate_window): Answer Ben's question :-). | |
71 (start_end_of_last_line): Add may_error argument. | |
72 (start_of_last_line): | |
73 (end_of_last_line): Pass may_error = 0. | |
74 (end_of_last_line_may_error): New function. | |
75 (pixel_to_glyph_translation): Use it, so we don't crash in | |
76 event_to_glyph. | |
77 | |
78 2000-03-03 Jan Vroonhof <vroonhof@math.ethz.ch> | |
79 | |
80 * scrollbar-x.c (x_update_vertical_scrollbar_callback): | |
81 (x_update_horizontal_scrollbar_callback): Return if no mirror was | |
82 found. Scrollbar event probably belonged to some old config. | |
83 | |
84 1999-12-30 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
85 | |
86 * file-coding.c (reset_decoding_stream): Clear previous | |
87 detection state when autodetect. | |
88 | |
89 2000-03-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
90 | |
91 * eldap.c (signal_ldap_error): New parameter list | |
92 (print_ldap): | |
93 (allocate_ldap): | |
94 (finalize_ldap): | |
95 (Fldap_status): Use the `ld' field of the Lisp_LDAP structure to | |
96 test whether the structure has been initialized | |
97 (Fldap_open): Use `slow_down_interrupts'/`speed_up_interrupts' | |
98 around `ldap_open' | |
99 Use the option LDAP_OPT_RESTART to avoid LDAP being wedged by | |
100 XEmacs interrupts | |
101 Remove unnecessary `slow_down_interrupts'/`speed_up_interrupts' | |
102 calls | |
103 (struct ldap_unwind_struct): | |
104 (ldap_search_unwind): | |
105 (Fldap_search_internal): Handle binary values | |
106 (toplevel): Do not provide `ldap' anymore | |
107 | |
108 * eldap.h (struct Lisp_LDAP): Deleted the `livep' field of | |
109 Lisp_LDAP | |
110 (CHECK_LIVE_LDAP): Take it into account | |
111 | |
112 * config.h.in: Updated LDAP defines | |
113 | |
114 2000-03-03 Andy Piper <andy@xemacs.org> | |
115 | |
116 * objects-msw.c: Cygwin patches. | |
117 | |
118 2000-03-03 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
119 | |
120 * device-msw.c (mswindows_delete_device): | |
121 Free DDE string handles. | |
122 | |
123 2000-02-19 Martin Buchholz <martin@xemacs.org> | |
124 | |
125 * fileio.c (Ffile_truename): convert return from realpath() using | |
126 FORMATE_FILENAME, not FORMAT_BINARY. | |
127 Fixes obvious bug with non-ASCII symlinks if | |
128 file-name-coding-system is, for example, iso-8859-2. | |
129 | |
1 2000-02-13 XEmacs Build Bot <builds@cvs.xemacs.org> | 130 2000-02-13 XEmacs Build Bot <builds@cvs.xemacs.org> |
2 | 131 |
3 * XEmacs 21.1.9 is released | 132 * XEmacs 21.1.9 is released |
4 | 133 |
5 2000-02-09 Andy Piper <andy@xemacs.org> | 134 2000-02-09 Andy Piper <andy@xemacs.org> |