aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Dave Love2000-09-281-0/+2
|
* *** empty log message ***Gerd Moellmann2000-09-281-0/+5
|
* *** empty log message ***Dave Love2000-09-281-1/+6
|
* *** empty log message ***Kenichi Handa2000-09-281-0/+4
|
* *** empty log message ***Gerd Moellmann2000-09-271-0/+3
|
* *** empty log message ***Gerd Moellmann2000-09-271-0/+11
|
* *** empty log message ***Dave Love2000-09-271-0/+4
|
* (XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INTGerd Moellmann2000-09-261-0/+10
| | | | | | | instead of BITS_PER_INT. (XINT, XUINT) [NO_UNION_TYPE]: Cast result to EMACS_INT and EMACS_UINT, respectively. (NO_UNION_TYPE) [USE_LISP_UNION_TYPE]: Undefine.
* *** empty log message ***Gerd Moellmann2000-09-261-0/+12
|
* (GC_CHECK_STRING_BYTES): Temporarily define, for bugGerd Moellmann2000-09-261-0/+15
| | | | | | | | | | | | | | hunting. (struct sdata) [GC_CHECK_STRING_BYTES]: Always record the string's size in the sdata structure. (SDATA_NBYTES, SDATA_DATA): New macros. (SDATA_OF_STRING, SDATA_SIZE) [GC_CHECK_STRING_BYTES]: Define differently for the different layout of the sdata structure. (allocate_string_data) [GC_CHECK_STRING_BYTES]: Record string size in sdata. (sweep_strings, compact_small_strings) [GC_CHECK_STRING_BYTES]: Check that size recorded in the string size and size recorded in the sdata structure agree.
* (__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.Dave Love2000-09-251-0/+13
| | | | | | (__malloc_size_t) [!DOUG_LEA_MALLOC]: Define unconditionally as size_t. (__malloc_extra_blocks): Declare as __malloc_size_t.
* (mark_image): Use GC_NILP instead of NILP.Gerd Moellmann2000-09-251-0/+2
|
* *** empty log message ***Gerd Moellmann2000-09-251-0/+14
|
* *** empty log message ***Gerd Moellmann2000-09-251-0/+2
|
* *** empty log message ***Gerd Moellmann2000-09-251-0/+4
|
* (base64_encode_1): Fix last change.Dave Love2000-09-251-0/+4
|
* (enable_glyph_matrix_rows): Remove xasserts.Gerd Moellmann2000-09-221-0/+7
|
* *** empty log message ***Dave Love2000-09-221-1/+6
|
* (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.Dave Love2000-09-221-0/+4
|
* (wrong_type_argument, Fthrow, Fsignal, error): DeclareGerd Moellmann2000-09-211-0/+6
| | | | NO_RETURN.
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-0/+7
| | | | (byte_char_debug_check): Return void.
* *** empty log message ***Gerd Moellmann2000-09-211-0/+10
|
* *** empty log message ***Gerd Moellmann2000-09-211-0/+5
|
* (Vrecursive_load_depth_limit): New variable.Gerd Moellmann2000-09-211-0/+7
| | | | | | (Fload): Check recursive loads whose recursion depth exceeds Vrecursive_load_depth_limit. (syms_of_lread): DERFAR_LISP recursive-load-depth-limit.
* *** empty log message ***Gerd Moellmann2000-09-201-0/+6
|
* *** empty log message ***Gerd Moellmann2000-09-201-0/+2
|
* *** empty log message ***Gerd Moellmann2000-09-201-0/+11
|
* *** empty log message ***Gerd Moellmann2000-09-191-0/+5
|
* (bootstrap-emacs): Don't change directory.Andrew Innes2000-09-191-0/+4
|
* *** empty log message ***Kenichi Handa2000-09-191-0/+2
|
* *** empty log message ***Kenichi Handa2000-09-191-0/+5
|
* (x_display_and_set_cursor): Don't show a hollow boxGerd Moellmann2000-09-181-0/+3
| | | | cursor for buffers whose cursor_type is nil.
* (menu_bar_items, tool_bar_items)Dave Love2000-09-181-0/+5
| | | | (current_active_maps): Remove redundant get_local_map call.
* *** empty log message ***Gerd Moellmann2000-09-181-0/+10
|
* *** empty log message ***Gerd Moellmann2000-09-181-0/+4
|
* (clear_image_cache): Clear current matrices of allGerd Moellmann2000-09-181-0/+5
| | | | | | frames sharing an image cache. Block input while freeing images. Fix timestamp comparison. (x_clear_image): Also free the mask.
* (lookup_image): Block input while loading the image soGerd Moellmann2000-09-181-1/+12
| | | | | | | | | | that we won't get interrupted in a state where the image isn't yet set up completely. (xbm_load_image, xbm_load, xpm_load, xpm_load, lookup_rgb_color) (lookup_pixel_color, x_to_xcolors, x_from_xcolors) (x_disable_image, x_build_heuristic_mask, pbm_load, png_load) (jpeg_load, tiff_load, gif_load, gs_load): Don't block/unblock input.
* (update_window): Make sure to make desired rowsGerd Moellmann2000-09-161-0/+6
| | | | | current even if they are completely invisible at the top of a window.
* *** empty log message ***Gerd Moellmann2000-09-151-0/+14
|
* *** empty log message ***Gerd Moellmann2000-09-151-0/+13
|
* *** empty log message ***Gerd Moellmann2000-09-151-0/+18
|
* *** empty log message ***Andrew Innes2000-09-141-0/+4
|
* *** empty log message ***Andrew Innes2000-09-141-0/+8
|
* (x_produce_glyphs): If the distance from the currentGerd Moellmann2000-09-141-0/+6
| | | | | position to the next tab stop is less than a canonical character width, use the tab stop after that.
* *** empty log message ***Dave Love2000-09-141-0/+4
|
* (handle_fontified_prop): While running fontificationGerd Moellmann2000-09-141-0/+4
| | | | | functions, bind `fontification-functions' and `after-change-functions' to nil.
* *** empty log message ***Gerd Moellmann2000-09-141-0/+29
|
* (Fplay_sound): Doc fix.Gerd Moellmann2000-09-131-0/+2
|
* Avoid some more compiler warnings.Gerd Moellmann2000-09-131-0/+3
| | | | (parse_tool_bar_item): Ignore cached key bindings.
* Add some comments about DOUG_LEA_MALLOC's use of mmapGerd Moellmann2000-09-131-0/+5
| | | | and allocation of Lisp data.