Added a comment explaining the various ways to save a game score on POSIX
[bpt/emacs.git] / src /
2003-03-25 Stefan Monnier(store_symval_forwarding): Delete special read-only
2003-03-25 Stefan Monnier(overlays_in): Declare static.
2003-03-24 Andrew ChoiAllow building on Mac OS X again after Kim's merging...
2003-03-24 John Paul Wallington(redisplay_window): If mini window's buffer is not
2003-03-23 Kim F. Storm(w32_draw_window_cursor): Fix last change.
2003-03-23 Kim F. Storm*** empty log message ***
2003-03-23 Kenichi Handa(make_string_from_bytes, make_specified_string):
2003-03-23 Kenichi Handa(make_string_from_bytes): Add `const' for the arg
2003-03-23 Jan DjärvRemoved one line too many
2003-03-23 Jan Djärv* xdisp.c (get_glyph_string_clip_rect): Removed ; at...
2003-03-23 Jan DjärvFinally (?) fix flicker in scroll bar.
2003-03-22 Kim F. StormFix long lines.
2003-03-22 Stefan Monnier*** empty log message ***
2003-03-22 Thien-Thi NguyenMake sure space precedes end-of-line backslashes.
2003-03-21 Kim F. Storm*** empty log message ***
2003-03-21 Kim F. StormFix compilation with --with-x=no.
2003-03-21 Kim F. Storm(STORE_NATIVE_RECT): New macro.
2003-03-21 Kim F. Storm* xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
2003-03-21 Kim F. Storm(pixel_to_glyph_coords, glyph_to_pixel_coords):
2003-03-21 Kim F. Storm*** empty log message ***
2003-03-21 Kim F. Storm(get_glyph_string_clip_rect): Use FRAME_INTERNAL_BORDER...
2003-03-21 Kim F. Storm(struct redisplay_interface): Add active_p argument to
2003-03-21 Kim F. Storm*** empty log message ***
2003-03-21 Kim F. StormFix compilation for --with-x=no.
2003-03-21 Kim F. Storm*** empty log message ***
2003-03-21 Kim F. Storm(No_Cursor): Declare as None for X.
2003-03-21 Kim F. Storm* xterm.c: Remove consolidated defines and code.
2003-03-21 Kim F. StormSetup and use hand_cursor instead of cross_cursor.
2003-03-21 Kim F. StormThe following changes consolidate code related to writi...
2003-03-21 Kim F. Storm(window_from_coordinates): Fix prototype.
2003-03-21 Kim F. Storm* window.c (enum window_part): Move to dispextern.h.
2003-03-21 Kim F. Storm(struct w32_output): Remove cross_cursor member.
2003-03-21 Kim F. Storm* w32term.c: Remove consolidated defines and code.
2003-03-21 Kim F. Storm(No_Cursor): Define as 0 for W32.
2003-03-21 Kim F. StormRemove setup of cross_cursor (already has hand_cursor).
2003-03-21 Kim F. StormRemove consolidated defines and code.
2003-03-21 Kim F. Storm(estimate_mode_line_height): Move to xdisp.c.
2003-03-21 Kim F. Storm(Display_Info): Add generic typedef.
2003-03-21 Kim F. StormRemove consolidated defines and code.
2003-03-21 Kim F. Storm(xdisp.o): Add dependency on keymap.h.
2003-03-21 Kim F. Storm(struct mac_output): Replace member cross_cursor by
2003-03-21 Kim F. Storm* macterm.c: Remove consolidated defines and code.
2003-03-21 Kim F. Storm(No_Cursor): Define as 0 for Mac.
2003-03-21 Kim F. Storm(x_set_mouse_color): Setup hand_cursor instead of cross...
2003-03-21 Kim F. Storm(make_lispy_event): Use enum window_part.
2003-03-21 Kim F. Storm(mode_line_string, marginal_area_string): Use enum
2003-03-21 Kim F. Storm* dispextern.h (Display_Info): Generic typedef for...
2003-03-21 Kim F. Storm(xdisp.o): Add dependency on blockinput.h and files
2003-03-21 Kenichi Handa*** empty log message ***
2003-03-21 Kenichi Handa(Fexpand_file_name): Fix previous change.
2003-03-19 Kenichi Handa(make_specified_string): Fix previous change.
2003-03-19 Kenichi Handa(Fread_file_name): Fix previous change.
2003-03-19 Kenichi Handa*** empty log message ***
2003-03-19 Kenichi Handa(Ffile_name_directory): Reconstruct file name by
2003-03-18 Kim F. StormFix compilation with --with-x=no.
2003-03-18 Jan Djärv* gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_d...
2003-03-18 Stefan Monnier(Faccessible_keymaps): Remove unused var.
2003-03-18 Stefan Monnier(accessible_keymaps_1): Break cycles but without preventing
2003-03-18 Jan Djärvgtkutil.h: Removed xg_ignore_next_thumb.
2003-03-18 Kenichi Handa*** empty log message ***
2003-03-18 Kenichi Handa(Vchar_coding_system_table): Remove this variable.
2003-03-17 Jan Djärv* gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check...
2003-03-17 Jan DjärvNew approach to scrolling and scroll bars for better...
2003-03-17 Juanma Barranquero($(BLD)/xdisp.$(O)): Depend also on atimer.h and systime.h.
2003-03-17 Juanma Barranquero($(BLD)/xdisp.$(O)): Add dependency from blockinput.h.
2003-03-17 Stefan MonnierInclude blockinput.h for interrupt_input_blocked.
2003-03-16 Jason Rumney(jpeg_load, png_load, slurp_file): Read image files
2003-03-16 Jason Rumney(w32_encode_char): Prevent double-byte chars from crash...
2003-03-16 Jason RumneyUse HDC for Display.
2003-03-16 Juanma Barranquero(x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
2003-03-16 Kim F. StormFix typo.
2003-03-16 Kim F. Storm(FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
2003-03-16 Kim F. StormThe following changes consolidate some of the gui-indep...
2003-03-16 Kim F. Storm(XChar2b): Move typedef here for consolidation.
2003-03-16 Kim F. Storm(FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
2003-03-16 Kim F. StormRemove consolidated defines and code.
2003-03-16 Kim F. Storm(Display): Add dummy typedef for consolidation.
2003-03-16 Kim F. Storm(FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
2003-03-16 Kim F. StormRemove consolidated defines and code.
2003-03-16 Kim F. StormConsolidate gui-independent "glyph string" code here.
2003-03-16 Kim F. Storm(struct glyph): Reduce face_id member from 22 to
2003-03-16 Kim F. StormThe following changes consolidate some of the gui-indep...
2003-03-16 Stefan Monnier(Vmenu_events): New var.
2003-03-14 Richard M. Stallman(read1): After #!, exit loop on eof.
2003-03-14 Stefan Monnier*** empty log message ***
2003-03-14 Jan Djärvgtkutil.h: Add declaration for xg_frame_cleared.
2003-03-14 Jan DjärvClear frame didn't redraw scrollbars, fixed that.
2003-03-14 Jan DjärvReduce flicker in GTK scrollbars.
2003-03-13 Kenichi Handa*** empty log message ***
2003-03-13 Kenichi Handa(Fdetect_coding_region): Fix docstring.
2003-03-13 Kenichi Handa(Fdetect_coding_string): Fix docstring.
2003-03-13 Andreas Schwab.
2003-03-13 Andreas SchwabAdd prototype for create_menus.
2003-03-12 Andreas Schwab.
2003-03-12 Andreas Schwab(selection_data_to_lisp_data): Use int instead of
2003-03-12 Andreas Schwab(long_to_cons): Fix type of top.
2003-03-12 Andreas Schwab(xg_tool_bar_help_callback): Add missing return value.
2003-03-12 Andreas Schwab.
2003-03-12 Andreas Schwab(xg_update_frame_menubar): Add missing return value.
2003-03-12 Kim F. StormMake last change compile on non-X systems.
next