Added a comment explaining the various ways to save a game score on POSIX
[bpt/emacs.git] / src /
2003-04-25 Andrew Choi* macterm.c (x_list_fonts): Return all fonts that match...
2003-04-24 Kenichi Handa(skip_chars): Fix previous change.
2003-04-24 Kenichi Handa(skip_chars): Make the code faster by using the common
2003-04-23 Jan Djärv* xdisp.c (update_tool_bar): BLOCK_INPUT before calling
2003-04-21 Richard M. StallmanFix comment typo.
2003-04-19 Stefan Monnier(Fapply): Undo last change and add a comment about...
2003-04-18 Miles Bader(Faset): Calculate nbytes earlier, to satisfy the now...
2003-04-17 Stefan Monnier(For, Fand, Fprogn, un_autoload, do_autoload): Use...
2003-04-17 Stefan Monnier(Fsubstitute_command_keys): Remove spurious casts.
2003-04-17 Stefan Monnier(PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
2003-04-17 Stefan MonnierDon't hardcode BEG==1.
2003-04-17 Stefan Monnier(Fmake_byte_code): Improve the `usage' string.
2003-04-17 Stefan Monnier(Fdefine_abbrev_table): Use XCAR, XCDR.
2003-04-16 Richard M. Stallman*** empty log message ***
2003-04-16 Richard M. Stallman(try_window, try_window_reusing_current_matrix):
2003-04-16 Richard M. Stallman(Foverlay_recenter): Doc fix.
2003-04-14 Andrew Choi* macterm.c (mac_check_for_quit_char): Don't check...
2003-04-14 Stefan Monnier(Fsit_For): Support XEmacs-style arg list.
2003-04-11 Stefan Monnier(head_table): Use switch-frame as event_kind for select...
2003-04-11 Stefan Monnier(kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
2003-04-11 Stefan Monnier(Fformat): Lisp_Object/int mixup.
2003-04-11 Kenichi Handa*** empty log message ***
2003-04-11 Kenichi Handa*** empty log message ***
2003-04-11 Kenichi Handa(Vafter_insert_file_adjust_coding_function): Delete
2003-04-11 Kenichi Handa*** empty log message ***
2003-04-11 Kenichi Handa(temp_echo_area_glyphs): Adjust prototype.
2003-04-11 Kenichi Handa(temp_echo_area_glyphs): Change the arg to Lisp
2003-04-10 Kenichi Handa*** empty log message ***
2003-04-10 Kenichi Handa* fileio.c (Vafter_insert_file_adjust_coding_function...
2003-04-09 Jan Djärv* xterm.c (xg_scroll_callback): Call gtk_range_get_adju...
2003-04-09 Kenichi Handa*** empty log message ***
2003-04-09 Kenichi Handa(Vface_font_rescale_alist): New variable.
2003-04-09 Kenichi Handa*** empty log message ***
2003-04-09 Kenichi Handa(read1): Before calling index, check if the 2nd
2003-04-09 Kenichi Handa*** empty log message ***
2003-04-09 Richard M. Stallman*** empty log message ***
2003-04-09 Richard M. Stallman(Ffile_symlink_p): Doc fix.
2003-04-09 Richard M. Stallman(Fformat): Translate positions of text properties
2003-04-08 Richard M. Stallman(openp): Get the Qfile_exists_p handler for STRING...
2003-04-08 Richard M. Stallman(Finsert_file_contents): Doc fix.
2003-04-08 Steven Tammmac.c (init_mac_osx_environment): Switch libexec and...
2003-04-08 Kenichi Handa*** empty log message ***
2003-04-08 Kenichi Handa(coding_system_accept_latin_extra_p): New function.
2003-04-08 Kenichi Handa(code_convert_region): Fix last change.
2003-04-08 Kenichi Handa*** empty log message ***
2003-04-08 Kenichi Handa(code_convert_region_unwind): Set
2003-04-07 Thien-Thi Nguyen(md5.o): Add missing dependency info.
2003-04-06 Richard M. Stallman*** empty log message ***
2003-04-06 Richard M. Stallman(x_handle_selection_request): Move UNGCPRO to very...
2003-04-06 Richard M. Stallman(verify_bytepos): New function.
2003-04-06 Richard M. StallmanAdd many calls to CHECK_TOTAL_LENGTH.
2003-04-06 Richard M. Stallman(CHECK_TOTAL_LENGTH): New macro.
2003-04-06 Richard M. StallmanComment change.
2003-04-06 Richard M. Stallman(VALIDATE_LISP_STORAGE): Macro deleted. All calls...
2003-04-06 Juanma Barranquero(Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for...
2003-04-04 Richard M. StallmanBreak the line after the return type in function defini...
2003-04-04 Kenichi Handa(Fformat): Use a copy of FORMAT string so that we can
2003-04-03 Miles Bader(choose_face_font): Make sure *NEEDS_OVERSTRIKE is...
2003-04-01 Dave Love*** empty log message ***
2003-04-01 Dave Love(xpm_lookup_color): Grok "opaque".
2003-04-01 Kim F. Storm*** empty log message ***
2003-04-01 Andrew ChoiFix build on Mac OS X with Carbon.
2003-03-31 Kim F. Storm*** empty log message ***
2003-03-31 Kim F. Storm(frame.o): Add dependency on blockinput.h and files
2003-03-31 Juanma Barranquero*** empty log message ***
2003-03-31 Juanma Barranquero($(BLD)/frame.$(O)): Add dependency on blockinput.h...
2003-03-31 Juanma Barranquero(x_set_scroll_bar_default_width): Define return value...
2003-03-31 Juanma Barranquero(x_wm_set_icon_position): Define return value as void.
2003-03-31 Juanma Barranquero(display_x_get_resource): Use Display_Info argument...
2003-03-31 Kim F. StormFix compilation for --with-x=no.
2003-03-31 Kim F. Storm(EMACS_CLASS): Remove. Use generic define.
2003-03-31 Kim F. StormRemove unnecessary extern declarations.
2003-03-31 Kim F. StormThe following changes consolidates the common code...
2003-03-31 Kim F. StormRemove extern decl for frame parameter vars.
2003-03-31 Kim F. Storm(change_window_heights): Add prototype.
2003-03-31 Kim F. StormRemove extern decl for frame parameter vars.
2003-03-31 Kim F. Storm(EMACS_CLASS): Remove. Use generic define.
2003-03-31 Kim F. StormRemove unnecessary extern declarations.
2003-03-31 Kim F. Storm(x_get_string_resource): Use XrmDatabase.
2003-03-31 Kim F. Storm(XrmDatabase): New (dummy) typedef.
2003-03-31 Kim F. Storm* w32fns.c (Qauto_raise, Qauto_lower, ...): Remove...
2003-03-31 Kim F. Storm(EMACS_CLASS): Remove.
2003-03-31 Kim F. StormRemove unnecessary extern declarations.
2003-03-31 Kim F. Storm(Qauto_raise, Qauto_lower, ...): Remove vars for frame
2003-03-31 Kim F. Storm(Qauto_raise, Qauto_lower, ...): Declare extern all...
2003-03-31 Kim F. StormInclude blockinput.h.
2003-03-31 Kim F. Storm(frame_parm_handler): New typedef.
2003-03-31 Kim F. Storm*** empty log message ***
2003-03-30 Andreas Schwab(x_insert_glyphs): Fix swapped width and height
2003-03-30 Andreas Schwab(x_redisplay_interface): Add missing entry for
2003-03-29 Kai Großjohann(Fexpand_file_name): In the no-handler case, after
2003-03-28 Jan Djärv* gtkutil.c (xg_tool_bar_item_expose_callback): Reduce...
2003-03-28 Stefan Monnier(xt_action_hook): Unset dragging so the reset does...
2003-03-28 Stefan Monnier(xm_scroll_callback): Undo a tiny bit of the previous...
2003-03-28 Stefan Monnier(take_vertical_position_into_account): Remove.
2003-03-28 Stefan Monnier(set_vertical_scroll_bar): New fun. Extracted from...
2003-03-27 Richard M. Stallman(update_tool_bar): Recompute tool bar if
2003-03-26 Jan Djärv* gtkutil.c (xg_resize_widgets): Don't call xg_frame_cl...
2003-03-26 Jan Djärv* xdisp.c (update_menu_bar): Set w->update_mode_line...
2003-03-26 Stefan Monnier(store_symval_forwarding): Re-instate part of the code
next