Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4887:a47abe9c47f2
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 26 Jan 2010 18:08:47 -0600 |
parents | ae81a2c00f4f f730384b8ddf |
children | c27efc9acb5a |
comparison
equal
deleted
inserted
replaced
4880:ae81a2c00f4f | 4887:a47abe9c47f2 |
---|---|
155 * syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR): | 155 * syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR): |
156 * syswindows.h (LOCAL_FILE_FORMAT_TO_INTERNAL_MSWIN): | 156 * syswindows.h (LOCAL_FILE_FORMAT_TO_INTERNAL_MSWIN): |
157 * syswindows.h (INTERNAL_MSWIN_TO_LOCAL_FILE_FORMAT): | 157 * syswindows.h (INTERNAL_MSWIN_TO_LOCAL_FILE_FORMAT): |
158 Declare some temporary pointer variables const to avoid compile | 158 Declare some temporary pointer variables const to avoid compile |
159 errors under C++ and/or Visual Studio 6. | 159 errors under C++ and/or Visual Studio 6. |
160 | |
161 2010-01-24 Aidan Kehoe <kehoea@parhasard.net> | |
162 | |
163 * number.c (Fnumerator, Fdenominator, Fcanonicalize_number): | |
164 Be more careful to return integers in their canonical forms here, | |
165 and to give the same answer all the time when treating a rational | |
166 that is itself is an integer as a ratio. | |
167 | |
168 2010-01-17 Vin Shelton <acs@xemacs.org> | |
169 | |
170 * fileio.c (check_writable): Remove cast from 2010-01-14 | |
171 | |
172 * syswindows.h: Use consts in macros where appropriate in lieu of | |
173 cast in check_writable(). Patch from Ben Wing. | |
174 | |
175 2010-01-16 Aidan Kehoe <kehoea@parhasard.net> | |
176 | |
177 * config.h.in: | |
178 * floatfns.c (emacs_rint): | |
179 Don't look for rint in configure, always use our own | |
180 implementation that rounds to the even number in the case of | |
181 ambiguity, for consistency with the bignum code. | |
182 | |
183 2010-01-14 Vin Shelton <acs@xemacs.org> | |
184 | |
185 * fileio.c (check_writable): Fix compilation error under Visual | |
186 Studio 6. | |
187 | |
188 * sysfile.h: | |
189 Add conditional definition for EOVERFLOW, which isn't defined | |
190 under Visual Studio 6. | |
191 | |
192 2010-01-14 Didier Verna <didier@xemacs.org> | |
193 | |
194 * faces.c (complex_vars_of_faces): change X11 bgcolor fallback of | |
195 default face to match that of gui element face. | |
160 | 196 |
161 2010-01-14 Ben Wing <ben@xemacs.org> | 197 2010-01-14 Ben Wing <ben@xemacs.org> |
162 | 198 |
163 * buffer.h: | 199 * buffer.h: |
164 * compiler.h: | 200 * compiler.h: |