]> code.delx.au - gnu-emacs/history - src
Change customization group to `c' from `C'.
[gnu-emacs] / src /
2000-04-01 Gerd Moellmann*** empty log message ***
2000-04-01 Gerd Moellmann(TN_no_color_video): New variable.
2000-04-01 Ken RaeburnFix Lisp_Object/int type confusion revealed by making...
2000-04-01 Ken Raeburn* window.c (CURBEG, CURSIZE): Don't overload lisp objec...
2000-04-01 Gerd Moellmann*** empty log message ***
2000-04-01 Gerd Moellmann(realize_basic_faces): Block input while realizing
2000-04-01 Gerd Moellmann(lispy_mouse_names): Add additional mouse names.
2000-04-01 Gerd Moellmann(NUM_MOUSE_BUTTONS): Increase to 15.
2000-03-31 Gerd Moellmann*** empty log message ***
2000-03-31 Gerd Moellmann(x_produce_glyphs): When displaying unibyte text
2000-03-30 Ken Raeburn* lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
2000-03-30 Ken Raeburn* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS...
2000-03-30 Gerd Moellmann(xstrdup): Add prototype.
2000-03-30 Gerd Moellmann(realize_tty_face): Use find_symbol_value instead
2000-03-30 Gerd Moellmann(xstrdup): Moved here from xfaces.c.
2000-03-30 Gerd Moellmann(free_image_cache): Free the cache structure itself
2000-03-30 Kenichi Handa*** empty log message ***
2000-03-30 Kenichi HandaAugment the comment of lookup_face.
2000-03-29 Ken Raeburn* scroll.c (CHECK_BOUNDS): Renamed from CHECK.
2000-03-29 Ken RaeburnStop assuming interval pointers and lisp objects can...
2000-03-29 Gerd Moellmann*** empty log message ***
2000-03-29 Gerd Moellmann(Ftop_level): Cancel busy-cursor.
2000-03-29 Gerd Moellmann(read1): Accept `.' (period) as symbol start like in CL
2000-03-29 Kenichi Handa(Freplace_match): Adjust multibyteness of the current
2000-03-29 Kenichi Handa*** empty log message ***
2000-03-29 Gerd Moellmann*** empty log message ***
2000-03-29 Gerd Moellmann(call_debugger): Cancel busy-cursor.
2000-03-29 Dave Love*** empty log message ***
2000-03-29 Stefan Monnier(analyse_first): New function obtained by ripping out...
2000-03-28 Dave Love(GC_SETJMP_WORKS): Define for i386, sparc, m68k, alpha.
2000-03-28 Dave LoveInclude stdio.h. Test STDC_HEADERS, not __STDC__.
2000-03-27 Stefan Monnier(REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable...
2000-03-27 Jason Rumney*** empty log message ***
2000-03-27 Jason Rumney(Fload): Move safe_p definition to above #ifdef DOS_NT...
2000-03-27 Jason Rumney(w32_read_socket): Handle WM_MENUSELECT message.
2000-03-27 Gerd MoellmannUse new macro names for handling per-buffer variables.
2000-03-27 Gerd Moellmann(mark_maybe_object): New function.
2000-03-27 Gerd Moellmann(GC_SETJMP_WORKS): Define.
2000-03-27 Gerd Moellmann(face_before_or_after_it_pos): Pass multibyteness
2000-03-27 Gerd Moellmann(direct_output_for_insert): Use DEC_TEXT_POS
2000-03-27 Gerd Moellmann(INC_TEXT_POS, DEC_TEXT_POS): Add parameter MULTIBYTE_P.
2000-03-27 Gerd Moellmann(Fsubst_char_in_region): Don't use INC_POS in unibyte
2000-03-27 Gerd Moellmann(x_copy_color): New function.
2000-03-27 Gerd Moellmann(x_set_cursor_color): Get color reference counts right.
2000-03-27 Gerd Moellmann(register_color, unregister_colors, unregister_colors)
2000-03-27 Gerd Moellmann(x_specified_cursor_type, x_copy_color): Add prototypes.
2000-03-27 Gerd Moellmann(buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS
2000-03-27 Gerd MoellmannUse new macro names
2000-03-27 Gerd Moellmann(MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS.
2000-03-27 Gerd Moellmann(lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P.
2000-03-27 Gerd Moellmann*** empty log message ***
2000-03-27 Gerd Moellmann(x_specified_cursor_type): New function.
2000-03-27 Stefan Monnier*** empty log message ***
2000-03-27 Gerd Moellmann(struct buffer): Add cursor_type.
2000-03-26 Stefan Monnier(enum re_opcode_t): New opcode on_failure_jump_nastyloop.
2000-03-26 Gerd Moellmann*** empty log message ***
2000-03-26 Gerd Moellmann(Qfunction_documentation): New variable.
2000-03-26 Gerd Moellmann(syms_of_buffer): Add default-cursor-type.
2000-03-26 Gerd Moellmann*** empty log message ***
2000-03-26 Gerd Moellmann(reset_buffer): Initialize buffer's cursor_type.
2000-03-26 Gerd Moellmann(x_display_and_set_cursor): Choose cursor depending
2000-03-26 Gerd Moellmann*** empty log message ***
2000-03-26 Gerd Moellmann(defvar_per_buffer): Use new macros for per-buffer
2000-03-26 Gerd Moellmann(struct buffer): Remove member local_var_flags,
2000-03-26 Gerd Moellmann(print_object): Use new macros for per-buffer
2000-03-26 Gerd Moellmann(Fset_category_table): Use new macros for per-buffer
2000-03-26 Gerd Moellmann(buffer_permanent_local_flags): Make a char array.
2000-03-26 Gerd Moellmann(Fset_syntax_table): Use new macros for per-buffer
2000-03-26 Gerd Moellmann(do_symval_forwarding, store_symval_forwarding)
2000-03-26 Gerd Moellmann(bootstrap-emacs): Use `mv -f' instead of `mv'.
2000-03-25 Dave Love(load-history): Fix doc string.
2000-03-24 Gerd Moellmann*** empty log message ***
2000-03-24 Gerd Moellmann(x_term_init): Unblock input around call1.
2000-03-24 Gerd Moellmann*** empty log message ***
2000-03-24 Gerd Moellmann(open_paren_in_column_0_is_defun_start): New variable.
2000-03-24 Stefan Monnier* eval.c (Fautoload): Add entry in load-history (if...
2000-03-24 Gerd Moellmann(Fvertical_motion): Always use the current buffer.
2000-03-23 Gerd Moellmann*** empty log message ***
2000-03-23 Gerd Moellmann(fast_find_position): Make sure not to consider rows
2000-03-23 Stefan Monnier(enum syntaxcode): Provide default for non-Emacs.
2000-03-22 Jason Rumney*** empty log message ***
2000-03-22 Jason Rumney(single_submenu): Set help string to NULL if none.
2000-03-22 Jason Rumney(w32_wnd_proc): Handle WM_MENUSELECT message.
2000-03-22 Jason RumneyInclude frame.h and dispextern.h before fontset.h.
2000-03-22 Jason Rumney(w32bdf.obj): Update dependencies.
2000-03-22 Ken RaeburnChanges towards better type safety regarding intervals...
2000-03-22 Dave Love(re_compile_fastmap, re_match_2_internal): Fix cast...
2000-03-22 Gerd Moellmann*** empty log message ***
2000-03-22 Gerd Moellmann(LIBS_TERMCAP): Undef.
2000-03-22 Gerd Moellmann(lface_same_font_attributes_p): Compare font attributes
2000-03-22 Stefan Monnier(CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default
2000-03-22 Kenichi Handa[!HAVE_WINDOW_SYSTEM] (FACE_SUITABLE_FOR_CHAR_P,
2000-03-22 Kenichi Handa*** empty log message ***
2000-03-21 Dave Love*** empty log message ***
2000-03-21 Dave Love(Fset_fontset_font, Ffontset_font): Fix newlines in...
2000-03-21 Gerd Moellmann(check_lface_attrs) [GLYPH_DEBUG]: Fix syntax error.
2000-03-21 Kenichi Handa*** empty log message ***
2000-03-21 Kenichi Handa(fontset.o): Depend on dispextern.h.
2000-03-21 Kenichi HandaInclude fontset.h after dispextern.h.
2000-03-21 Kenichi Handa(Qx_charset_registry, Vface_default_registry):
next