| Commit message (Expand) | Author | Age | Files | Lines |
| * | *** empty log message *** | Gerd Moellmann | 2000-03-29 | 1 | -4/+9 |
| * | (Ftop_level): Cancel busy-cursor. | Gerd Moellmann | 2000-03-29 | 1 | -0/+4 |
| * | (read1): Accept `.' (period) as symbol start like in CL | Gerd Moellmann | 2000-03-29 | 1 | -4/+1 |
| * | (Freplace_match): Adjust multibyteness of the current | Kenichi Handa | 2000-03-29 | 1 | -4/+41 |
| * | *** empty log message *** | Kenichi Handa | 2000-03-29 | 1 | -0/+6 |
| * | *** empty log message *** | Gerd Moellmann | 2000-03-29 | 1 | -0/+4 |
| * | (call_debugger): Cancel busy-cursor. | Gerd Moellmann | 2000-03-29 | 1 | -0/+5 |
| * | *** empty log message *** | Dave Love | 2000-03-29 | 1 | -10/+0 |
| * | (analyse_first): New function obtained by ripping out most | Stefan Monnier | 2000-03-29 | 2 | -62/+96 |
| * | (GC_SETJMP_WORKS): Define for i386, sparc, m68k, alpha. | Dave Love | 2000-03-28 | 2 | -0/+12 |
| * | Include stdio.h. Test STDC_HEADERS, not __STDC__. | Dave Love | 2000-03-28 | 2 | -1/+16 |
| * | (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as an expression. | Stefan Monnier | 2000-03-27 | 2 | -123/+118 |
| * | *** empty log message *** | Jason Rumney | 2000-03-27 | 1 | -0/+4 |
| * | (Fload): Move safe_p definition to above #ifdef DOS_NT block. | Jason Rumney | 2000-03-27 | 1 | -1/+1 |
| * | (w32_read_socket): Handle WM_MENUSELECT message. | Jason Rumney | 2000-03-27 | 1 | -412/+252 |
| * | Use new macro names for handling per-buffer variables. | Gerd Moellmann | 2000-03-27 | 2 | -6/+6 |
| * | (mark_maybe_object): New function. | Gerd Moellmann | 2000-03-27 | 2 | -77/+248 |
| * | (GC_SETJMP_WORKS): Define. | Gerd Moellmann | 2000-03-27 | 2 | -0/+12 |
| * | (face_before_or_after_it_pos): Pass multibyteness | Gerd Moellmann | 2000-03-27 | 2 | -2/+11 |
| * | (direct_output_for_insert): Use DEC_TEXT_POS | Gerd Moellmann | 2000-03-27 | 1 | -1/+1 |
| * | (INC_TEXT_POS, DEC_TEXT_POS): Add parameter MULTIBYTE_P. | Gerd Moellmann | 2000-03-27 | 1 | -4/+10 |
| * | (Fsubst_char_in_region): Don't use INC_POS in unibyte | Gerd Moellmann | 2000-03-27 | 2 | -2/+10 |
| * | (x_copy_color): New function. | Gerd Moellmann | 2000-03-27 | 2 | -0/+59 |
| * | (x_set_cursor_color): Get color reference counts right. | Gerd Moellmann | 2000-03-27 | 1 | -4/+27 |
| * | (register_color, unregister_colors, unregister_colors) | Gerd Moellmann | 2000-03-27 | 1 | -2/+66 |
| * | (x_specified_cursor_type, x_copy_color): Add prototypes. | Gerd Moellmann | 2000-03-27 | 1 | -2/+4 |
| * | (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS | Gerd Moellmann | 2000-03-27 | 1 | -17/+17 |
| * | Use new macro names | Gerd Moellmann | 2000-03-27 | 4 | -24/+24 |
| * | (MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS. | Gerd Moellmann | 2000-03-27 | 1 | -15/+15 |
| * | (lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P. | Gerd Moellmann | 2000-03-27 | 1 | -0/+2 |
| * | *** empty log message *** | Gerd Moellmann | 2000-03-27 | 1 | -1/+9 |
| * | (x_specified_cursor_type): New function. | Gerd Moellmann | 2000-03-27 | 1 | -10/+30 |
| * | *** empty log message *** | Stefan Monnier | 2000-03-27 | 1 | -0/+9 |
| * | (struct buffer): Add cursor_type. | Gerd Moellmann | 2000-03-27 | 1 | -0/+2 |
| * | (enum re_opcode_t): New opcode on_failure_jump_nastyloop. | Stefan Monnier | 2000-03-26 | 1 | -6/+50 |
| * | *** empty log message *** | Gerd Moellmann | 2000-03-26 | 1 | -0/+6 |
| * | (Qfunction_documentation): New variable. | Gerd Moellmann | 2000-03-26 | 1 | -3/+13 |
| * | (syms_of_buffer): Add default-cursor-type. | Gerd Moellmann | 2000-03-26 | 2 | -1/+9 |
| * | *** empty log message *** | Gerd Moellmann | 2000-03-26 | 1 | -0/+9 |
| * | (reset_buffer): Initialize buffer's cursor_type. | Gerd Moellmann | 2000-03-26 | 1 | -0/+13 |
| * | (x_display_and_set_cursor): Choose cursor depending | Gerd Moellmann | 2000-03-26 | 1 | -6/+19 |
| * | *** empty log message *** | Gerd Moellmann | 2000-03-26 | 1 | -0/+37 |
| * | (defvar_per_buffer): Use new macros for per-buffer | Gerd Moellmann | 2000-03-26 | 1 | -3/+4 |
| * | (struct buffer): Remove member local_var_flags, | Gerd Moellmann | 2000-03-26 | 1 | -5/+80 |
| * | (print_object): Use new macros for per-buffer | Gerd Moellmann | 2000-03-26 | 1 | -4/+4 |
| * | (Fset_category_table): Use new macros for per-buffer | Gerd Moellmann | 2000-03-26 | 1 | -2/+3 |
| * | (buffer_permanent_local_flags): Make a char array. | Gerd Moellmann | 2000-03-26 | 1 | -67/+84 |
| * | (Fset_syntax_table): Use new macros for per-buffer | Gerd Moellmann | 2000-03-26 | 1 | -2/+3 |
| * | (do_symval_forwarding, store_symval_forwarding) | Gerd Moellmann | 2000-03-26 | 1 | -32/+30 |
| * | (bootstrap-emacs): Use `mv -f' instead of `mv'. | Gerd Moellmann | 2000-03-26 | 1 | -1/+1 |