aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Eli Zaretskii2000-10-071-0/+7
|
* *** empty log message ***Dave Love2000-10-061-0/+13
|
* (Fx_popup_menu, Fx_popup_dialog): Check for tool-barDave Love2000-10-051-0/+5
| | | | position like menu-bar.
* (merge_face_heights): Use safe_call instead ofGerd Moellmann2000-10-051-0/+23
| | | | call_function.
* *** empty log message ***Miles Bader2000-10-051-0/+5
|
* (Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'.Stefan Monnier2000-10-041-0/+5
| | | | (where_is_internal_1): Don't bother ignoring menu-items any more.
* *** empty log message ***Gerd Moellmann2000-10-041-0/+7
|
* (Fgarbage_collect): Prevent compiler warning for a callEli Zaretskii2000-10-031-0/+5
| | | | to `mark_object'.
* (prev_char_comstart_first): Remove.Stefan Monnier2000-10-021-0/+9
| | | | | | (back_comment): Check two-char comment markers more carefully to better handle overlapping cases like *//* or /* */* */ ... Match nestedness of ender/starter.
* *** empty log message ***Dave Love2000-10-021-0/+8
|
* *** empty log message ***Gerd Moellmann2000-10-021-2/+13
|
* (keymap_memberp): New function.Stefan Monnier2000-09-301-0/+8
| | | | | | | (Fset_keymap_parent): Use it. (fix_submap_inheritance): Use get_keyelt, get_keymap_1 and KEYMAPP. Use keymap_memberp to avoid creating cycles. (access_keymap): Use KEYMAPP.
* *** empty log message ***other-branches/gerd_0001Gerd Moellmann2000-09-301-0/+6
|
* *** empty log message ***Jason Rumney2000-09-291-0/+36
|
* *** empty log message ***Dave Love2000-09-291-0/+4
|
* (updating_frame): Declare extern.Gerd Moellmann2000-09-291-0/+7
|
* .Andreas Schwab2000-09-291-0/+4
|
* (menu_bar_one_keymap): If KEYMAP is a symbol,Gerd Moellmann2000-09-291-0/+4
| | | | | use its function definition. (tool_bar_items): Likewise.
* *** empty log message ***Gerd Moellmann2000-09-291-0/+4
|
* *** empty log message ***Kenichi Handa2000-09-291-0/+4
|
* *** 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
|