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