aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeingGerd Moellmann2000-10-232-17/+25
* (x_connection_closed): Reset handling_signal.Gerd Moellmann2000-10-231-0/+1
* (window_scroll_pixel_based, window_scroll_line_based):Miles Bader2000-10-232-2/+9
* (Fminibuffer_complete): Pass nil for FULLY argument toMiles Bader2000-10-231-1/+1
* *** empty log message ***Miles Bader2000-10-231-0/+6
* (VCENTER_BASELINE_OFFSET): Bias the division by two, so that when a fontMiles Bader2000-10-231-1/+1
* 2000-10-22 15:07:47 ShengHuo ZHU <[email protected]>ShengHuo ZHU2000-10-222-1/+7
* Initial check-in: changes for building Emacs under Mac OS.Andrew Choi2000-10-2213-1616/+238
* Fix a typo in a comment.Eli Zaretskii2000-10-221-1/+1
* *** empty log message ***Stefan Monnier2000-10-221-2/+9
* (fix_submap_inheritance): Don't do anything if parent_entryStefan Monnier2000-10-221-13/+17
* (dos_set_window_size): Update screen dimension variables.Eli Zaretskii2000-10-212-0/+10
* (w32_cache_char_metrics): Double check that font isJason Rumney2000-10-211-1/+4
* *** empty log message ***Jason Rumney2000-10-211-0/+5
* *** empty log message ***Andrew Innes2000-10-211-0/+70
* (w32_char_font_type): Move enum from w32term.cAndrew Innes2000-10-211-0/+24
* Extern decl for w32_cache_char_metrics.Andrew Innes2000-10-211-10/+1
* (w32_load_bdf_font): Call w32_cache_char_metrics.Andrew Innes2000-10-211-1/+4
* (w32_load_system_font): Call w32_cache_char_metrics.Andrew Innes2000-10-211-0/+4
* (w32_per_char_metric): Remove HDC argument. UseAndrew Innes2000-10-211-92/+120
* Change .obj to .$(O) in all dependencies.Andrew Innes2000-10-211-82/+101
* ($(BLD)\dispnew.obj):Andrew Innes2000-10-211-1/+22
* (Fminibuffer_complete): Call Fpos_visible_in_window_pEli Zaretskii2000-10-212-1/+6
* (Fpos_visible_in_window_p): Update prototypeMiles Bader2000-10-212-1/+10
* (pos_fully_visible_in_window_p):Miles Bader2000-10-211-9/+64
* (toplevel): Conditionalize compilation of mem_*Gerd Moellmann2000-10-202-1/+11
* Move #ifdef GC_MARK_STACK back above mem_init where it used to be. mem_z etc ...Jason Rumney2000-10-201-2/+1
* *** empty log message ***Jason Rumney2000-10-201-0/+5
* (_malloc_internal) [GC_MALLOC_CHECK]: UseGerd Moellmann2000-10-202-0/+31
* (toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: UndefGerd Moellmann2000-10-201-64/+177
* [!WINDOWSNT]: Don't apply Solaris 2.5 work-around onAndrew Innes2000-10-202-5/+12
* *** empty log message ***Jason Rumney2000-10-191-0/+18
* (add_menu_item): Do not use MF_OWNERDRAW for titles, as it has stopped working.Jason Rumney2000-10-191-5/+8
* (x_produce_glyphs): Handle unibyte_display_via_language_environment correctly.Jason Rumney2000-10-191-4/+18
* (Fx_create_frame): Don't bother callingJason Rumney2000-10-191-10/+8
* Do not undef HAVE_WINDOW_SYSTEM beforeJason Rumney2000-10-191-4/+6
* (skip_debugger): Prevent a compiler warning.Gerd Moellmann2000-10-192-6/+13
* *** empty log message ***Kenichi Handa2000-10-191-0/+4
* (x_find_ccl_program): Check also fontp->full_name.Kenichi Handa2000-10-191-2/+4
* Sync with glibc, file version 1.78.Gerd Moellmann2000-10-182-727/+862
* *** empty log message ***Gerd Moellmann2000-10-181-0/+5
* (access_keymap): If IDX has a meta prefix, and there'sGerd Moellmann2000-10-181-5/+20
* (allocate_string) [GC_CHECK_STRING_BYTES]: CallGerd Moellmann2000-10-182-1/+18
* (struct x_display_info): Add color_cells and ncolor_cells.Gerd Moellmann2000-10-181-0/+7
* (x_color_cells, x_query_colors, x_query_color): NewGerd Moellmann2000-10-181-8/+83
* (x_to_xcolors, x_set_mouse_color, lookup_pixel_color)Gerd Moellmann2000-10-181-9/+7
* (adjust_markers_for_delete): Handle before-insertion markers correctly.Miles Bader2000-10-182-3/+27
* (pure_bytes_used): Renamed from pureptr.Gerd Moellmann2000-10-172-75/+85
* (try_cursor_movement): Use cursor_row_p also whenGerd Moellmann2000-10-172-5/+8
* (cursor_row_p): Take continued lines into account.Gerd Moellmann2000-10-172-17/+18