Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 420:41dbb7a9d5f2 r21-2-18
Import from CVS: tag r21-2-18
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 11:24:09 +0200 |
| parents | e804706bfb8c |
| children | 95016f13131a |
comparison
equal
deleted
inserted
replaced
| 419:66615b78f1a5 | 420:41dbb7a9d5f2 |
|---|---|
| 1 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
| 2 | |
| 3 * XEmacs 21.2.18 is released | |
| 4 | |
| 5 1999-07-08 SL Baur <steve@mule.m17n.org> | |
| 6 | |
| 7 * event-Xt.c (handle_focus_event_1): Guard FRAME_X_XIC with | |
| 8 XIM_XLIB. | |
| 9 (emacs_Xt_handle_magic_event): Ditto. | |
| 10 * redisplay-x.c (x_output_string): Ditto. | |
| 11 (x_output_eol_cursor): Ditto. | |
| 12 | |
| 13 1999-06-30 Kazuyuki IENAGA <kazz@imasy.or.jp> | |
| 14 | |
| 15 * event-Xt.c, input-method-xlib.c, redisplay-x.c: Avoid the | |
| 16 problem that when XIM is destroyed or missed with some reason, | |
| 17 xemacs will die. Now xim=xlib waits the XIM will be ready and | |
| 18 endures the case of XIM end up. | |
| 19 | |
| 20 1999-07-03 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
| 21 | |
| 22 * tooltalk.c (init_tooltalk): save signal actions for SIGQUIT, | |
| 23 SIGINT and SIGCHLD before calling tt_open and restore the | |
| 24 afterwards. This fixes e.g. the zombie subprocesses on Solaris | |
| 25 | |
| 26 1999-07-06 SL Baur <steve@xemacs.org> | |
| 27 | |
| 28 * s/linux.h: gcc-2.8 changes for powerpc | |
| 29 From Justin Vallon <vallon@mindspring.com> | |
| 30 | |
| 31 1999-07-05 Didier Verna <verna@inf.enst.fr> | |
| 32 | |
| 33 * indent.c: new symbol Qcoerce. | |
| 34 (Fmove_to_column): use it + doc string update. | |
| 35 | |
| 36 1999-07-04 Andy Piper <andy@xemacs.org> | |
| 37 | |
| 38 * console.c: undo earlier Fprovide changes. | |
| 39 * fns.c: ditto. | |
| 40 * console.h: ditto. | |
| 41 | |
| 42 * console-tty.c (image_instantiator_format_create_glyphs_tty): new | |
| 43 function. validate appropriate image formats for tty. | |
| 44 | |
| 45 * glyphs.h (INITIALIZE_IMAGE_INSTANTIATOR_FORMAT_NO_SYM): | |
| 46 initialize consoles parameter. | |
| 47 (struct image_instantiator_methods): add consoles parameter. | |
| 48 (IIFORMAT_VALID_CONSOLE): new function. validate the format on the | |
| 49 console. | |
| 50 (INITIALIZE_DEVICE_IIFORMAT): validate the format on the given | |
| 51 console. | |
| 52 | |
| 53 * glyphs-msw.c: declare instantiators for later use. | |
| 54 (image_instantiator_format_create_glyphs_mswindows): validate xpm | |
| 55 and friends on the mswindows console. | |
| 56 * glyphs-x.c: ditto. | |
| 57 | |
| 58 * glyphs.c (valid_image_instantiator_format_p): disallow glyphs | |
| 59 that have not been registered on the supplied device. | |
| 60 (Fvalid_image_instantiator_format_p): add locale argument. | |
| 61 (instantiate_image_instantiator): valid image instantiator on the | |
| 62 device. | |
| 63 | |
| 64 * symsinit.h: add image_instantiator_format_create_glyphs_tty() | |
| 65 declaration. | |
| 66 | |
| 67 * emacs.c (main_1): add call to | |
| 68 image_instantiator_format_create_glyphs_tty(). | |
| 69 | |
| 70 1999-06-29 Olivier Galibert <galibert@pobox.com> | |
| 71 | |
| 72 * lisp.h: Add #include <stddef.h>. | |
| 73 | |
| 74 * sysdep.c: Remove #include <stddef.h>. | |
| 75 * symbols.c: Remove #include <stddef.h>. | |
| 76 * sheap.c: Remove #include <stddef.h>. | |
| 77 * opaque.c: Remove #include <stddef.h>. | |
| 78 * nt.c: Remove #include <stddef.h>. | |
| 79 * mule-charset.c: Remove #include <stddef.h>. | |
| 80 * marker.c: Remove #include <stddef.h>. | |
| 81 * file-coding.c: Remove #include <stddef.h>. | |
| 82 * extents.c: Remove #include <stddef.h>. | |
| 83 * elhash.c: Remove #include <stddef.h>. | |
| 84 * data.c: Remove #include <stddef.h>. | |
| 85 * chartab.c: Remove #include <stddef.h>. | |
| 86 * bytecode.c: Remove #include <stddef.h>. | |
| 87 * alloc.c: Remove #include <stddef.h>. Fix vector description | |
| 88 | |
| 89 1999-06-30 SL Baur <steve@miho.m17n.org> | |
| 90 | |
| 91 * editfns.c: Document "%s" format spec. | |
| 92 Suggested by Bob Weiner <weiner@altrasoft.com> | |
| 93 | |
| 94 1999-06-29 Andy Piper <andy@xemacs.org> | |
| 95 | |
| 96 * event-msw.c: fix definition booboo. | |
| 97 | |
| 98 1999-06-28 Andy Piper <andy@xemacs.org> | |
| 99 | |
| 100 * glyphs-x.c: change tree -> tree-view, progress -> | |
| 101 progress_gauge, edit -> edit-field, tab -> tab-control, combo -> | |
| 102 combo-box. | |
| 103 (complex_vars_of_glyphs_x): provide-on-console the implemented | |
| 104 widget types. | |
| 105 | |
| 106 * glyphs-msw.c: ditto. | |
| 107 (complex_vars_of_glyphs_mswindows): ditto. | |
| 108 | |
| 109 * lisp.h: add Fprovide_on_console. | |
| 110 | |
| 111 * fns.c (Ffeaturep): add extra optional console argument. | |
| 112 (Fprovide_on_console): like Fprovide but provides only on the | |
| 113 specified console-type. | |
| 114 (Frequire): check console-features as well as global features. | |
| 115 | |
| 116 * console.c (Fconsole_features): new function. return features for | |
| 117 this console. | |
| 118 (syms_of_console): add Fconsole_features. | |
| 119 | |
| 120 * console.h (CONMETH_FEATURES): new function for accessing features. | |
| 121 (CONSOLE_FEATURES): ditto. | |
| 122 (struct console_methods): add features slot. | |
| 123 (INITIALIZE_CONSOLE_TYPE): initialize features slot. | |
| 124 | |
| 125 1999-06-28 Andy Piper <andy@xemacs.org> | |
| 126 | |
| 127 * event-Xt.c (handle_focus_event_1): conditionally compile for | |
| 128 X11R5. | |
| 129 | |
| 130 * s/cygwin32.h: fix me website address. | |
| 131 | |
| 132 * event-msw.c: add NMHDR for pre b20 cygwin builds. | |
| 133 | |
| 134 * gui-x.c (button_item_to_widget_value): only add callback if it | |
| 135 is non-nil. | |
| 136 | |
| 137 * glyphs-x.c: add progress, edit and combo instantiators. | |
| 138 (x_widget_set_property): new function. uses lwlib to set widget | |
| 139 values. | |
| 140 (x_widget_property): new function. uses lwlib to get widget | |
| 141 values. | |
| 142 (x_button_instantiate): support images in buttons. | |
| 143 (x_button_property): new function. use lwlib to get the selected | |
| 144 state. | |
| 145 (x_progress_instantiate): new function for instantiating progress | |
| 146 gauges. | |
| 147 (x_progress_set_property): new function. sets the progress gauge | |
| 148 position. | |
| 149 (x_edit_instantiate): new function. for instantiating edit fields. | |
| 150 (x_combo_instantiate): new function. for instantiating combo | |
| 151 boxes. | |
| 152 (image_instantiator_format_create_glyphs_x): add new device ii | |
| 153 formats. | |
| 154 | |
| 155 * glyphs-msw.c (mswindows_tab_instantiate): remove redundant var. | |
| 156 | |
| 157 * console.h (CONSOLE_FEATURES): new features accesor. | |
| 158 | |
| 159 * conslots.h (MARKED_SLOT): add features entry. | |
| 160 | |
| 161 1999-06-25 Andy Piper <andy@xemacs.org> | |
| 162 | |
| 163 * menubar-x.c (menu_item_descriptor_to_widget_value_1): use new | |
| 164 gui functions. | |
| 165 | |
| 166 * menubar-msw.c: move MAX_MENUITEM_LENGTH to gui.h | |
| 167 | |
| 168 * gui.h (struct Lisp_Gui_Item): add accelerator. | |
| 169 | |
| 170 * gui.c (gui_item_add_keyval_pair): deal with accelerators. | |
| 171 (gui_item_init): ditto. | |
| 172 (gui_add_item_keywords_to_plist): ditto. | |
| 173 (mark_gui_item): ditto. | |
| 174 (gui_item_hash): ditto. | |
| 175 (gui_item_accelerator): new function. | |
| 176 (gui_name_accelerator): new function stolen from gui-x.c | |
| 177 | |
| 178 * gui-x.c (popup_selection_callback): always define. mark | |
| 179 subwindows changed after calling a callback. | |
| 180 (menu_name_to_accelerator): deleted. | |
| 181 (button_item_to_widget_value): forward gui_item things to gui_item | |
| 182 functions. | |
| 183 | |
| 184 * glyphs-x.h (struct x_subwindow_data): add data for widgets. add | |
| 185 appropriate accesors. | |
| 186 | |
| 187 * glyphs-x.c: declare new glyph formats. | |
| 188 (x_finalize_image_instance): unmanage and destroy widgets if they | |
| 189 exist. | |
| 190 (x_unmap_subwindow): handle widgets specially. | |
| 191 (x_map_subwindow): ditto. offset display of widgets by offset of | |
| 192 text widget within container. | |
| 193 (x_update_subwindow): new function. call lw_modify_all_widgets | |
| 194 when we are a widget. | |
| 195 (x_widget_instantiate): new function for generically creating | |
| 196 widgets-glyphs. toolkit specifics forwarded to lwlib. | |
| 197 (x_button_instantiate): new function for instantiating | |
| 198 widgets-glyph buttons. | |
| 199 (console_type_create_glyphs_x): register update_subwindow. | |
| 200 (image_instantiator_format_create_glyphs_x): register widget and | |
| 201 button types. | |
| 202 | |
| 203 * event-msw.c (mswindows_wnd_proc): remove redundant variable. | |
| 204 | |
| 205 * event-Xt.c (x_event_to_emacs_event): call handle_focus_event_1 | |
| 206 when we get a button press in case we do not have the focus. | |
| 207 (handle_focus_event_1): set the keyboard focus to the text widget | |
| 208 if we do not have it. | |
| 209 | |
| 210 * dialog-x.c (dbox_descriptor_to_widget_value): use new gui_item | |
| 211 functions. | |
| 212 | |
| 213 1999-06-24 SL Baur <steve@miho.m17n.org> | |
| 214 | |
| 215 * syntax.c (scan_words): Restore non-Mule code. | |
| 216 (word_constituent_p): Restore. | |
| 217 | |
| 218 1999-06-23 Olivier Galibert <galibert@pobox.com> | |
| 219 | |
| 220 * config.h.in: Add missing #undef *_USER_DEFINED. | |
| 221 | |
| 222 1999-06-23 SL Baur <steve@miho.m17n.org> | |
| 223 | |
| 224 * lisp.h (set_bit_vector_bit): Force promotion to unsigned long | |
| 225 int (fixes a 64-bit problem). | |
| 226 | |
| 227 * chartab.c (word_boundary_p): Use EQ not == for lisp_object | |
| 228 comparison. | |
| 229 | |
| 230 1999-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 231 | |
| 232 * paths.h.in (PATH_DOC): Made doc-directory configurable. | |
| 233 | |
| 234 1999-06-22 Olivier Galibert <galibert@pobox.com> | |
| 235 | |
| 236 * lrecord.h: Added basic external description system. | |
| 237 | |
| 238 * symbols.c: Added symbol, symbol-value-buffer-local, | |
| 239 symbol-value-lisp-magic and symbol-value-varalias description. | |
| 240 * mule-charset.c: Added charset description. | |
| 241 * marker.c: Added marker description. | |
| 242 * keymap.c: Added keymap description. | |
| 243 * glyphs.c: Added glyph description. | |
| 244 * floatfns.c: Added float description. | |
| 245 * file-coding.c: Added coding-system description. | |
| 246 * extents.c: Added extent description. | |
| 247 * elhash.c: Added hash-table description. | |
| 248 * data.c: Added weak-list desciption. | |
| 249 * chartab.c: Added char-table-entry and char-table description. | |
| 250 * bytecode.c: Added compiled-function description. | |
| 251 * alloc.c: Added cons, vector and string description. | |
| 252 | |
| 253 1999-06-22 Olivier Galibert <galibert@pobox.com> | |
| 254 | |
| 255 * lrecord.h (struct lrecord_header): Reduced size to 4 bytes. | |
| 256 Updated everything to the removal of the "flags" substructure. | |
| 257 | |
| 258 * lisp.h (subr_lheader_initializer): Updated. | |
| 259 * symeval.h (symbol_value_forward_lheader_initializer): Updated. | |
| 260 | |
| 261 1999-06-20 MORIOKA Tomohiko <tomo@etl.go.jp> | |
| 262 | |
| 263 * syntax.c (word_constituent_p): Deleted. | |
| 264 (scan_words): Use `WORD_BOUNDARY_P'. | |
| 265 | |
| 266 * chartab.c (Vword_combining_categories): New variable. | |
| 267 (Vword_separating_categories): Likewise. | |
| 268 (CATEGORYP): New macro. | |
| 269 (CATEGORY_SET): Likewise. | |
| 270 (CATEGORY_MEMBER): Likewise. | |
| 271 (word_boundary_p): New function. | |
| 272 (complex_vars_of_chartab): Set up new variable | |
| 273 `word-combining-categories' and `word-separating-categories'. | |
| 274 | |
| 275 1999-06-18 Olivier Galibert <galibert@pobox.com> | |
| 276 | |
| 277 * lrecord.h: Added description as a placehold in the lrecord | |
| 278 implementation structures. Added the parameter to all constructor | |
| 279 defines. | |
| 280 | |
| 281 * alloc.c: Added placeholders. | |
| 282 * buffer.c: Ditto. | |
| 283 * bytecode.c: Ditto. | |
| 284 * chartab.c: Ditto. | |
| 285 * console.c: Ditto. | |
| 286 * data.c: Ditto. | |
| 287 * database.c: Ditto. | |
| 288 * device.c: Ditto. | |
| 289 * eldap.c: Ditto. | |
| 290 * elhash.c: Ditto. | |
| 291 * eval.c: Ditto. | |
| 292 * event-stream.c: Ditto. | |
| 293 * events.c: Ditto. | |
| 294 * extents.c: Ditto. | |
| 295 * faces.c: Ditto. | |
| 296 * file-coding.c: Ditto. | |
| 297 * floatfns.c: Ditto. | |
| 298 * fns.c: Ditto. | |
| 299 * frame.c: Ditto. | |
| 300 * glyphs.c: Ditto. | |
| 301 * gui-x.c: Ditto. | |
| 302 * keymap.c: Ditto. | |
| 303 * lstream.c: Ditto. | |
| 304 * marker.c: Ditto. | |
| 305 * mule-charset.c: Ditto. | |
| 306 * objects.c: Ditto. | |
| 307 * opaque.c: Ditto. | |
| 308 * process.c: Ditto. | |
| 309 * rangetab.c: Ditto. | |
| 310 * specifier.c: Ditto. | |
| 311 * symbols.c: Ditto. | |
| 312 * toolbar.c: Ditto. | |
| 313 * tooltalk.c: Ditto. | |
| 314 * window.c: Ditto. | |
| 315 | |
| 1 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | 316 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 2 | 317 |
| 3 * XEmacs 21.2.17 is released | 318 * XEmacs 21.2.17 is released |
| 4 | 319 |
| 5 1999-06-13 Oscar Figueiredo <oscar@xemacs.org> | 320 1999-06-13 Oscar Figueiredo <oscar@xemacs.org> |
| 9 (HAVE_LDAP_RESULT2ERROR): Ditto | 324 (HAVE_LDAP_RESULT2ERROR): Ditto |
| 10 (HAVE_LDAP_PARSE_RESULT): Ditto | 325 (HAVE_LDAP_PARSE_RESULT): Ditto |
| 11 (HAVE_UMICH_LDAP): Removed | 326 (HAVE_UMICH_LDAP): Removed |
| 12 (HAVE_NS_LDAP): Removed | 327 (HAVE_NS_LDAP): Removed |
| 13 | 328 |
| 14 * eldap.h (struct Lisp_LDAP): Removed the `livep' member as | 329 * eldap.h (struct Lisp_LDAP): Removed the `livep' member as |
| 15 suggested by Olivier Galibert | 330 suggested by Olivier Galibert |
| 16 (CHECK_LIVE_LDAP): Test on `ld' instead of `livep' | 331 (CHECK_LIVE_LDAP): Test on `ld' instead of `livep' |
| 17 | 332 |
| 18 * eldap.c: Take the removal of `livep' into account in all the | 333 * eldap.c: Take the removal of `livep' into account in all the |
| 19 necessary functions | 334 necessary functions |
| 27 | 342 |
| 28 * data.c (struct int_or_double): Should use EMACS_INT not int. | 343 * data.c (struct int_or_double): Should use EMACS_INT not int. |
| 29 | 344 |
| 30 1999-06-16 Norbert Koch <n.koch@eai-delta.de> | 345 1999-06-16 Norbert Koch <n.koch@eai-delta.de> |
| 31 | 346 |
| 32 * redisplay-msw.c: Run 'ccl_driver' with 'CCL_MODE_ENCODING' as in | 347 * redisplay-msw.c: Run 'ccl_driver' with 'CCL_MODE_ENCODING' as in |
| 33 redisplay-x.c | 348 redisplay-x.c |
| 34 | 349 |
| 35 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp> | 350 1999-06-12 MORIOKA Tomohiko <tomo@etl.go.jp> |
| 36 | 351 |
| 37 * redisplay-x.c (separate_textual_runs): Run `ccl_driver' with | 352 * redisplay-x.c (separate_textual_runs): Run `ccl_driver' with |
| 305 | 620 |
| 306 * mule-charset.c (Fmake_char): Strip the eighth bit off ARG1 and | 621 * mule-charset.c (Fmake_char): Strip the eighth bit off ARG1 and |
| 307 ARG2. | 622 ARG2. |
| 308 | 623 |
| 309 1999-05-21 Andy Piper <andy@xemacs.org> | 624 1999-05-21 Andy Piper <andy@xemacs.org> |
| 310 | 625 |
| 311 * xselect.c: deleted. | 626 * xselect.c: deleted. |
| 312 | 627 |
| 313 * symsinit.h: declare select initialisation. | 628 * symsinit.h: declare select initialisation. |
| 314 | 629 |
| 315 * select.h: new file. declare commonly used select functions and | 630 * select.h: new file. declare commonly used select functions and |
| 316 variables. | 631 variables. |
| 317 | 632 |
| 440 | 755 |
| 441 * lisp.h (SYMBOL_IS_KEYWORD): A symbol can be a keyword only if it | 756 * lisp.h (SYMBOL_IS_KEYWORD): A symbol can be a keyword only if it |
| 442 is interned in the main obarray. | 757 is interned in the main obarray. |
| 443 | 758 |
| 444 1999-04-23 Gunnar Evermann <ge204@eng.cam.ac.uk> | 759 1999-04-23 Gunnar Evermann <ge204@eng.cam.ac.uk> |
| 445 | 760 |
| 446 * menubar-x.c (pre_activate_callback): set accelerator field in | 761 * menubar-x.c (pre_activate_callback): set accelerator field in |
| 447 "No menu" entries to nil. Avoid crash in | 762 "No menu" entries to nil. Avoid crash in |
| 448 command_builder_operate_menu_accelerator | 763 command_builder_operate_menu_accelerator |
| 449 | 764 |
| 450 1999-05-03 Olivier Galibert <galibert@pobox.com> | 765 1999-05-03 Olivier Galibert <galibert@pobox.com> |
| 462 1999-04-29 Andy Piper <andy@xemacs.org> | 777 1999-04-29 Andy Piper <andy@xemacs.org> |
| 463 | 778 |
| 464 * m/intel386.h: remove redundant definitions. | 779 * m/intel386.h: remove redundant definitions. |
| 465 | 780 |
| 466 * s/mingw32.h: new header for mingw32. | 781 * s/mingw32.h: new header for mingw32. |
| 467 | 782 |
| 468 * unexnt.c: (open_input_file): function moved to nt.c. | 783 * unexnt.c: (open_input_file): function moved to nt.c. |
| 469 (close_file_data): ditto. | 784 (close_file_data): ditto. |
| 470 (rva_to_section): function moved to ntproc. | 785 (rva_to_section): function moved to ntproc. |
| 471 | 786 |
| 472 * symsinit.h: declare syms_of_ntproc(); | 787 * symsinit.h: declare syms_of_ntproc(); |
| 473 | 788 |
| 474 * objects-msw.c (mswindows_font_instance_truename): new function. | 789 * objects-msw.c (mswindows_font_instance_truename): new function. |
| 475 | 790 |
| 476 * ntproc.c: remove many warnings. | 791 * ntproc.c: remove many warnings. |
| 477 (_sys_read_ahead): moved from nt.c and made static. | 792 (_sys_read_ahead): moved from nt.c and made static. |
| 478 (rva_to_section): moved from unexnt.c but not defined under | 793 (rva_to_section): moved from unexnt.c but not defined under |
| 480 (win32_executable_type): implement what we can for mingw32 | 795 (win32_executable_type): implement what we can for mingw32 |
| 481 headers. | 796 headers. |
| 482 (sys_spawnve): fix bad MULE/GCPRO bug in filename handling. | 797 (sys_spawnve): fix bad MULE/GCPRO bug in filename handling. |
| 483 | 798 |
| 484 * ntheap.h: remove declarations of functions that are now static. | 799 * ntheap.h: remove declarations of functions that are now static. |
| 485 | 800 |
| 486 * ntheap.c: support static heap. | 801 * ntheap.c: support static heap. |
| 487 | 802 |
| 488 * nt.h: conditionalise X_OK definition. | 803 * nt.h: conditionalise X_OK definition. |
| 489 | 804 |
| 490 * nt.c: eliminate many warnings and support mingw32. | 805 * nt.c: eliminate many warnings and support mingw32. |
| 491 (open_input_file): function moved from unexnt.c and made static | 806 (open_input_file): function moved from unexnt.c and made static |
| 492 (close_file_data): ditto. | 807 (close_file_data): ditto. |
| 493 (_sys_read_ahead): moved to ntproc.c | 808 (_sys_read_ahead): moved to ntproc.c |
| 494 | 809 |
| 495 * emacs.c: make sure syms_of_ntptroc gets called under windows. | 810 * emacs.c: make sure syms_of_ntptroc gets called under windows. |
| 496 | 811 |
| 497 * console-msw.h: support mingw32. | 812 * console-msw.h: support mingw32. |
| 498 * getloadavg.c: ditto. | 813 * getloadavg.c: ditto. |
| 499 * ntplay.c: ditto. | 814 * ntplay.c: ditto. |
| 500 * sysdep.c: ditto. | 815 * sysdep.c: ditto. |
| 501 * sysdir.h: ditto. | 816 * sysdir.h: ditto. |
| 502 * systime.h: ditto. | 817 * systime.h: ditto. |
| 503 * systty.h: ditto. | 818 * systty.h: ditto. |
| 504 | 819 |
| 505 * config.h.in: dont turn on DEBUG_ENCAPSULATION by default because | 820 * config.h.in: dont turn on DEBUG_ENCAPSULATION by default because |
| 506 some systems don't have all of the encapsulated system calls. | 821 some systems don't have all of the encapsulated system calls. |
| 507 | 822 |
| 508 * callproc.c: warning elimination. | 823 * callproc.c: warning elimination. |
| 509 * dired-msw.c: ditto. | 824 * dired-msw.c: ditto. |
| 510 * process-nt.c: ditto. | 825 * process-nt.c: ditto. |
| 511 * realpath.c: ditto. | 826 * realpath.c: ditto. |
| 512 | 827 |
| 513 * Makefile.in.in: tweak : and ; for building under mswindows. | 828 * Makefile.in.in: tweak : and ; for building under mswindows. |
| 514 | 829 |
| 515 1999-04-26 Michael Harnois <mharnois@willinet.net> | 830 1999-04-26 Michael Harnois <mharnois@willinet.net> |
| 516 | 831 |
| 517 * eldap.c (allocate_ldap): Adapt to the new semantics of | 832 * eldap.c (allocate_ldap): Adapt to the new semantics of |
| 518 alloc_lcrecord_type(). | 833 alloc_lcrecord_type(). |
| 519 | 834 |
| 625 (Faset): Ditto. | 940 (Faset): Ditto. |
| 626 | 941 |
| 627 * symbols.c: Make gung-ho mandatory. make_pure_pname -> | 942 * symbols.c: Make gung-ho mandatory. make_pure_pname -> |
| 628 make_string or make_string_nocopy. Fix various | 943 make_string or make_string_nocopy. Fix various |
| 629 alloc_lcrecord_type. | 944 alloc_lcrecord_type. |
| 630 | 945 |
| 631 * lread.c: Remove everything purespace related. | 946 * lread.c: Remove everything purespace related. |
| 632 (Flocate_file_clear_hashing): purified -> c_readonly. | 947 (Flocate_file_clear_hashing): purified -> c_readonly. |
| 633 (locate_file): Ditto. | 948 (locate_file): Ditto. |
| 634 (read_atom): make_pure_pname -> make_string. | 949 (read_atom): make_pure_pname -> make_string. |
| 635 | 950 |
| 794 | 1109 |
| 795 1998-12-06 Hrvoje Niksic <hniksic@srce.hr> | 1110 1998-12-06 Hrvoje Niksic <hniksic@srce.hr> |
| 796 | 1111 |
| 797 * fns.c (base64_decode_1): Remove COUNTER. | 1112 * fns.c (base64_decode_1): Remove COUNTER. |
| 798 (base64_decode_1): Accept CRLF in addition to CR. | 1113 (base64_decode_1): Accept CRLF in addition to CR. |
| 799 (base64_decode_1): Disallow a stray character after final EOF; the | 1114 (base64_decode_1): Disallow a stray character after final EOF; the |
| 800 check was probably a remnant of buggy recode code. | 1115 check was probably a remnant of buggy recode code. |
| 801 | 1116 |
| 802 1998-12-05 Hrvoje Niksic <hniksic@srce.hr> | 1117 1998-12-05 Hrvoje Niksic <hniksic@srce.hr> |
| 803 | 1118 |
| 804 * fns.c (init_provide_once): Provide `base64'. | 1119 * fns.c (init_provide_once): Provide `base64'. |
| 963 (non_ascii_valid_char_p): | 1278 (non_ascii_valid_char_p): |
| 964 (lookup_composite_char): | 1279 (lookup_composite_char): |
| 965 (composite_char_string): | 1280 (composite_char_string): |
| 966 (make-composite-char): | 1281 (make-composite-char): |
| 967 (composite-char-string): | 1282 (composite-char-string): |
| 968 (syms_of_mule_charset): | 1283 (syms_of_mule_charset): |
| 969 (complex_vars_of_mule_charset): | 1284 (complex_vars_of_mule_charset): |
| 970 * mule-charset.h (LEADING_BYTE_COMPOSITE): | 1285 * mule-charset.h (LEADING_BYTE_COMPOSITE): |
| 971 (CHAR_LEADING_BYTE): | 1286 (CHAR_LEADING_BYTE): |
| 972 (MAKE_CHAR): | 1287 (MAKE_CHAR): |
| 973 * file-coding.h (CODING_STATE_COMPOSITE): | 1288 * file-coding.h (CODING_STATE_COMPOSITE): |
| 974 (CODING_STATE_ISO2022_LOCK): | 1289 (CODING_STATE_ISO2022_LOCK): |
| 977 * file-coding.c (struct iso2022_decoder): | 1292 * file-coding.c (struct iso2022_decoder): |
| 978 (decoding_closer): | 1293 (decoding_closer): |
| 979 (reset_iso2022): | 1294 (reset_iso2022): |
| 980 (parse_iso2022_esc): | 1295 (parse_iso2022_esc): |
| 981 (encode_coding_iso2022): | 1296 (encode_coding_iso2022): |
| 982 #ifdef out all composite character support using | 1297 #ifdef out all composite character support using |
| 983 #ifdef ENABLE_COMPOSITE_CHARS | 1298 #ifdef ENABLE_COMPOSITE_CHARS |
| 984 | 1299 |
| 985 * alloc.c: Define lrecord_coding_system only if ! FILE_CODING | 1300 * alloc.c: Define lrecord_coding_system only if ! FILE_CODING |
| 986 | 1301 |
| 987 1999-03-04 Takeshi YAMADA <yamada@cslab.kecl.ntt.co.jp> | 1302 1999-03-04 Takeshi YAMADA <yamada@cslab.kecl.ntt.co.jp> |
| 988 | 1303 |
| 5262 * regex.c (re_match_2_internal): Check for quit. | 5577 * regex.c (re_match_2_internal): Check for quit. |
| 5263 | 5578 |
| 5264 1998-05-10 Hrvoje Niksic <hniksic@srce.hr> | 5579 1998-05-10 Hrvoje Niksic <hniksic@srce.hr> |
| 5265 | 5580 |
| 5266 * frame.c (Ffocus_frame): New function. | 5581 * frame.c (Ffocus_frame): New function. |
| 5267 |
