Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 377:d883f39b8495 r21-2b4
Import from CVS: tag r21-2b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:05:42 +0200 |
parents | a300bb07d72d |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
376:e2295b4d9f2e | 377:d883f39b8495 |
---|---|
1 1998-11-28 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * XEmacs 21.2-beta4 is released. | |
4 | |
5 1998-11-27 SL Baur <steve@altair.xemacs.org> | |
6 | |
7 * mule-charset.c (complex_vars_of_mule_charset): Fix graphic | |
8 property in control-1 charset. | |
9 From Julian Bradfield <jcb@daimi.au.dk> | |
10 | |
11 1998-11-26 Jan Vroonhof <vroonhof@math.ethz.ch> | |
12 | |
13 * gui-x.c (button_item_to_widget_value): Ignore :key-sequence | |
14 keyword. | |
15 Add stub for :label. | |
16 | |
17 * gui.c (gui_item_add_keyval_pair): ditto. | |
18 | |
19 * menubar-x.c (menu_item_descriptor_to_widget_value_1): Ignore | |
20 :key-sequence keyword. | |
21 Add stub for:label. | |
22 Support :active for submenus like the Windows code and FSF Emacs. | |
23 | |
24 1998-11-27 Hrvoje Niksic <hniksic@srce.hr> | |
25 | |
26 * dired.c (make_directory_hash_table): make_string() is OK because | |
27 readdir() Mule-encapsulates. | |
28 | |
29 1998-11-26 Hrvoje Niksic <hniksic@srce.hr> | |
30 | |
31 * fns.c (Fbase64_encode_string): Fix docstring. | |
32 (Fbase64_decode_string): Ditto. | |
33 | |
34 1998-11-26 Hrvoje Niksic <hniksic@srce.hr> | |
35 | |
36 * editfns.c (Ftranslate_region): Use | |
37 convert_bufbyte_string_into_emchar_string(). | |
38 | |
39 1998-11-25 Hrvoje Niksic <hniksic@srce.hr> | |
40 | |
41 * editfns.c (Ftranslate_region): Accept vectors and char-tables as | |
42 well as strings. | |
43 (Ftranslate_region): Turn table into an array of Emchars for | |
44 larger regions. | |
45 | |
46 1998-11-25 Hrvoje Niksic <hniksic@srce.hr> | |
47 | |
48 * chartab.c (Freset_char_table): Fix wrong placement of #endif. | |
49 | |
50 1998-11-24 Hrvoje Niksic <hniksic@srce.hr> | |
51 | |
52 * chartab.c (Freset_char_table): Don't blindly fill chartables of | |
53 type `char' with nils. | |
54 | |
55 * chartab.c (canonicalize_char_table_value): Coerce ints to chars | |
56 for tables of type `char'. | |
57 | |
58 1998-11-26 Didier Verna <verna@inf.enst.fr> | |
59 | |
60 * input-method-xlib.c (Initialize_Locale): don't call | |
61 XtSetLanguageProc. We've done the whole work here. | |
62 * input-method-xfs.c (Initialize_Locale): ditto. | |
63 * input-method-motif.c (Initialize_Locale): ditto. | |
64 | |
65 1998-11-26 Didier Verna <verna@inf.enst.fr> | |
66 | |
67 * process-unix.c (unix_create_process): handle properly | |
68 Vfile_name_coding_system for converting the program and directory | |
69 names. | |
70 | |
71 1998-11-27 SL Baur <steve@altair.xemacs.org> | |
72 | |
73 * m/arm.h: New file. | |
74 From James LewisMoss <dres@ioa.com> | |
75 | |
76 1998-11-27 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp> | |
77 | |
78 * m/mips-nec.h: | |
79 Fix the realpath() problem of UnixWare2.1.3. | |
80 Patches for NEC's sysv4.2 machine. | |
81 | |
82 1998-11-25 Hrvoje Niksic <hniksic@srce.hr> | |
83 | |
84 * dired.c (Fdirectory_files): Remove redundant code. | |
85 | |
86 1998-11-25 Hrvoje Niksic <hniksic@srce.hr> | |
87 | |
88 * fns.c (free_malloced_ptr): New function. | |
89 (XMALLOC_OR_ALLOCA): New macro. | |
90 (XMALLOC_UNBIND): Ditto. | |
91 (Fbase64_encode_region): Use malloc() for large blocks; arrange it | |
92 to be freed in case of non-local exit. | |
93 (Fbase64_encode_string): Ditto. | |
94 (Fbase64_decode_region): Ditto. | |
95 (Fbase64_decode_string): Ditto. | |
96 (STORE_BYTE): New macro. | |
97 (base64_decode_1): Use it. | |
98 | |
99 1998-11-25 Hrvoje Niksic <hniksic@srce.hr> | |
100 | |
101 * fns.c (base64_value_to_char): Base64 stuff. | |
102 | |
103 1998-11-24 Hrvoje Niksic <hniksic@srce.hr> | |
104 | |
105 * editfns.c (Fbuffer_substring): New function. | |
106 | |
107 * lisp.h: Declare make_string_from_buffer_no_extents(). | |
108 | |
109 * insdel.c (make_string_from_buffer_1): New function. | |
110 (make_string_from_buffer_no_extents): Ditto. | |
111 | |
112 1998-11-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
113 | |
114 * linuxplay.c: Including <fcntl.h> instead of <sys/fcntl.h> makes | |
115 sound work on AIX with OSS installed. Linux should still work. | |
116 | |
117 1998-11-03 Andy Piper <andyp@parallax.co.uk> | |
118 | |
119 * config.h.in: name change for cygwin/version.h | |
120 | |
121 * configure.in: check for cygwin/version.h now. | |
122 | |
123 * cygwin32.h: track CYGWIN_DLL_VERSION_MAJOR -> | |
124 CYGWIN_VERSION_DLL_MAJOR name change in cygwin b20. | |
125 move cygwin32/version.h to cygwin/version.h | |
126 | |
127 1998-11-03 Olivier Galibert <galibert@pobox.com> | |
128 | |
129 * lisp.h (struct Lisp_Bit_Vector): Fix declaration of bits from | |
130 int to long. | |
131 | |
132 1998-10-22 Andy Piper <andyp@parallax.co.uk> | |
133 | |
134 * cygwin32.h: track CYGWIN_DLL_VERSION_MAJOR -> | |
135 CYGWIN_VERSION_DLL_MAJOR name change in cygwin b20. | |
136 enable BROKEN_SIGIO under b20 to make QUIT work. | |
137 | |
138 1998-10-22 Andy Piper <andyp@parallax.co.uk> | |
139 | |
140 * frame-msw.c (mswindows_size_frame_internal): force frame sizing | |
141 to fit within the constraints of the screen size. I.e. make the | |
142 frame small enough to fit and move it if some of it will be | |
143 off-screen. | |
144 | |
145 1998-10-19 Greg Klanderman <greg@alphatech.com> | |
146 | |
147 * dired.c: conditionalize inclusion of user-name-completion | |
148 primitives on non-Windows NT. The needed functions don't exist on NT. | |
149 | |
150 1998-11-24 SL Baur <steve@altair.xemacs.org> | |
151 | |
152 * gifrlib.h: Clean up types for 64 bit compile. | |
153 * dgif_lib.c (DGifInitRead): Ditto. | |
154 (MakeSavedImage): Ditto. | |
155 * emacs.c (decode_path): Ditto. | |
156 From Steve Carney <carney@pa.dec.com> | |
157 | |
158 1998-10-16 William M. Perry <wmperry@aventail.com> | |
159 | |
160 * glyphs-msw.c (bitmap_table): Fixed typo in builtin bitmaps | |
161 (cehckboxes instead of checkboxes). | |
162 | |
1 1998-10-15 SL Baur <steve@altair.xemacs.org> | 163 1998-10-15 SL Baur <steve@altair.xemacs.org> |
2 | 164 |
3 * XEmacs 21.2-beta3 is released. | 165 * XEmacs 21.2-beta3 is released. |
4 | 166 |
5 1998-10-13 Raymond Toy <toy@rtp.ericsson.se> | 167 1998-10-13 Raymond Toy <toy@rtp.ericsson.se> |