| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Dave Love | 2000-01-28 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-01-28 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-01-28 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2000-01-27 | 1 | -0/+24 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-01-27 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2000-01-27 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2000-01-26 | 1 | -1/+3 |
| | | |||||
| * | (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where | Gerd Moellmann | 2000-01-26 | 1 | -0/+5 |
| | | | | | an error may be signalled. | ||||
| * | [__GNUC__ && __GNUC_MINOR__ >= 95]: Undef | Gerd Moellmann | 2000-01-26 | 1 | -0/+3 |
| | | | | | LD_SWITCH_SYSTEM inherited from irix5-0.h. | ||||
| * | (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo. | Gerd Moellmann | 2000-01-26 | 1 | -0/+4 |
| | | |||||
| * | (Fstring): If there is a multibyte char among | Gerd Moellmann | 2000-01-25 | 1 | -0/+5 |
| | | | | | the args, always return a multibyte string. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-01-25 | 1 | -0/+49 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2000-01-24 | 1 | -0/+5 |
| | | |||||
| * | (IT_menu_display): Truncate long menu lines at the right | Eli Zaretskii | 2000-01-24 | 1 | -0/+5 |
| | | | | | screen boundary. | ||||
| * | (w32_defined_color): Apply gamma correction before trying to map to | Jason Rumney | 2000-01-23 | 1 | -0/+23 |
| | | | | | | | the palette. (w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame to w32_clear_rect. | ||||
| * | Port of redisplay to W32. | Jason Rumney | 2000-01-23 | 1 | -0/+43 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2000-01-22 | 1 | -0/+4 |
| | | |||||
| * | (set_internal): Fix the criteria for whether | Richard M. Stallman | 2000-01-20 | 1 | -0/+5 |
| | | | | | to swap out the old cached binding. | ||||
| * | *** empty log message *** | Dave Love | 2000-01-19 | 1 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-01-18 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-01-17 | 1 | -73/+0 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-01-17 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-01-17 | 1 | -0/+21 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-01-13 | 1 | -0/+4 |
| | | |||||
| * | (with-syntax-table): Moved to subr.el. | Richard M. Stallman | 2000-01-12 | 1 | -22/+37 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-01-11 | 1 | -4/+5 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2000-01-11 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-01-11 | 1 | -0/+5 |
| | | |||||
| * | . | Andreas Schwab | 2000-01-11 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2000-01-08 | 1 | -1/+5 |
| | | |||||
| * | (Fcompleting_read): Doc fix. | Gerd Moellmann | 2000-01-07 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-01-05 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-01-04 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-01-04 | 1 | -0/+5 |
| | | |||||
| * | (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give | Gerd Moellmann | 2000-01-04 | 1 | -0/+3 |
| | | | | | macros statement form. | ||||
| * | (struct sound): Renamed from struct sound_file. | Gerd Moellmann | 2000-01-04 | 1 | -0/+12 |
| | | | | | | | | | | | | | | (struct sound): Add members `data' and `header_size'. (enum sound_attr): Add SOUND_DATA. (current_sound, current_sound_device): Variables renamed from sound_file and sound_device. (parse_sound): Parse :data. (parse_sound): Handle sound data in strings. (find_sound_type): Function renamed from find_sound_file_type. (wav_init, au_init): Fail if sound's header_size is smaller than needed header size. (wav_play, au_play): Play sounds from string data. | ||||
| * | (Fgarbage_collect): Return number of live and free | Gerd Moellmann | 2000-01-04 | 1 | -0/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | strings. (mark_buffer): Remove code in #if 0. (gc_sweep): Ditto. (UNMARK_BALANCE_INTERVALS): Give the macro statement form. (strings_consed): New variable. (allocate_string): Set it. (syms_of_alloc): Add DEFVAR_INT for strings_consed. (Fmemory_use_counts): Return strings_consed. Use Flist. General cleanup in comments etc. Remove conditional compilation for `standalone'. (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): (GC_STRING_BYTES, GC_STRING_CHARS): New macros. (DONT_COPY_FLAG): Removed. (SBLOCK_SIZE, LARGE_STRING_BYTES): New macros. (struct sdata, struct sblock): New (struct string_block): Rewritten. (STRINGS_IN_STRING_BLOCK): New macro. (oldest_sblock, current_sblock, total_strings, total_free_strings) (large_sblocks, string_blocks, string_free_list): New variables. (NEXT_FREE_LISP_STRING, SDATA_OF_STRING, SDATA_SIZE): New macros. (init_strings): Rewritten. (allocate_string, allocate_string_data, compact_small_strings) (free_large_strings, sweep_strings): New functions. (STRING_BLOCK_SIZE, STRING_BLOCK_OUTSIZE) (struct string_block_head, current_string_block) (first_string_block, large_string_blocks, STRING_FULLSIZE) (STRING_PAD): Removed. (make_uninit_multibyte_string, make_pure_string): Rewritten. (Fgarbage_collect): Don't set mark bit in large strings. (mark_object): Mark strings differently. Mark symbol names differently. (survives_gc_p): Test marked strings differently. (gc_sweep): Sweep strings differently, unmark strings in symbol names. (compact_strings): Removed. | ||||
| * | (syms_of_xfaces): defsubr Scolor_gray_p and | Eli Zaretskii | 2000-01-04 | 1 | -0/+5 |
| | | | | | Scolor_supported_p even if HAVE_X_WINDOWS is not defined. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-01-04 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-01-04 | 1 | -1/+1 |
| | | |||||
| * | (encode_terminal_code): Fix the previous change. | Kenichi Handa | 2000-01-04 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-01-04 | 1 | -0/+4 |
| | | |||||
| * | (NO_EDITRES): Define even if HAVE_LIBXMU. | Gerd Moellmann | 2000-01-03 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2000-01-03 | 1 | -0/+5 |
| | | |||||
| * | (unspecified_colors): Remove. | Eli Zaretskii | 2000-01-03 | 1 | -0/+17 |
| | | | | | | | | (msdos_stdcolor_idx): Use global variables unspecified_fg and unspecified_bg. (msdos_stdcolor_name): Return strings for unspecified fore- and back-ground colors. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-01-03 | 1 | -0/+10 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2000-01-03 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2000-01-02 | 1 | -0/+11 |
| | | |||||
| * | (insert_glyphs): Pass glyph, not &glyph, to | Eli Zaretskii | 2000-01-02 | 1 | -0/+5 |
| | | | | | encode_terminal_code. | ||||
| * | (mode_line_string): Support termcap frames as well. | Eli Zaretskii | 2000-01-02 | 1 | -0/+4 |
| | | |||||