]> code.delx.au - gnu-emacs/history - src
(Fcommandp): Doc fix.
[gnu-emacs] / src /
2002-05-15 Eli Zaretskii(Fcommandp): Doc fix.
2002-05-14 Stefan Monnier(keymap_parent): New fun, extracted from Fkeymap_parent.
2002-05-13 Kenichi Handa(search_buffer): Give up boyer moore search if inverse
2002-05-13 Kenichi Handa*** empty log message ***
2002-05-11 Eli Zaretskii(decode_coding) <coding_type_ccl>: If a lone CR
2002-05-11 Andreas Schwab(intersection): Keep the elements of the returned list
2002-05-10 Kim F. Storm(current_minor_maps): Fixed resizing of cmm_maps;
2002-05-10 Kim F. Storm*** empty log message ***
2002-05-10 Jason Rumney(enum_font_cb2): Don't use DBCS raster fonts.
2002-05-10 Eli Zaretskii*** empty log message ***
2002-05-10 Eli Zaretskii(encode_coding_sjis_big5): Enclose bitwise AND in
2002-05-10 Kim F. Storm(Vemulation_mode_map_alists): New variable.
2002-05-10 Kim F. Storm*** empty log message ***
2002-05-10 Richard M. Stallman*** empty log message ***
2002-05-10 Richard M. Stallman(Freplace_match): Doc fix.
2002-05-08 Kim F. Storm*** empty log message ***
2002-05-08 Kim F. Storm(x_draw_image_foreground, x_draw_image_foreground_1):
2002-05-08 Kim F. Storm(x_draw_image_foreground, w32_draw_image_foreground_1):
2002-05-07 Eli Zaretskii(lisp_data_to_selection_data): Don't set selection
2002-05-06 Pavel Janík(mac-cut-function): Doc fix.
2002-05-05 Richard M. Stallman[DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
2002-05-04 Jason Rumney*** empty log message ***
2002-05-04 Jason Rumney(make_lispy_event) <mouse-wheel>: Set count to 1
2002-05-04 Jason Rumney(init_process): Only add server subfeature if we can
2002-05-04 Jason Rumney*** empty log message ***
2002-05-04 Andrew Choi2002-05-04 Andrew Choi <akochoi@shaw.ca>
2002-05-03 Jason Rumney*** empty log message ***
2002-05-03 Jason Rumney(Fmake_network_process): Only support server sockets
2002-05-03 Jason Rumney(HAVE_SELECT): Define.
2002-05-03 Jason Rumney* s/ms-w32.h (HAVE_SELECT): Define.
2002-05-03 Colin Walters(Vgame_score_directory): Renamed to Vshared_game_score_...
2002-05-03 Colin Walters*** empty log message ***
2002-05-03 Jason Rumney(sys_getpeername, fcntl): New functions.
2002-05-03 Jason Rumneyinclude sys/file.h.
2002-05-01 Andrew Choi2002-04-30 Andrew Choi <akochoi@shaw.ca>
2002-04-30 Richard M. Stallman[emacs]: Include stdio.h.
2002-04-30 Richard M. Stallman*** empty log message ***
2002-04-30 Richard M. StallmanComment change.
2002-04-30 Richard M. Stallman(Frequire): Error if called while preparing to dump.
2002-04-30 Richard M. Stallman(do_autoload): Error if called while preparing to dump.
2002-04-30 Stefan Monnier(x_create_bitmap_from_file, x_find_image_file): Update...
2002-04-30 Stefan Monnier(sys_spawnve): Update call to openp.
2002-04-30 Stefan Monnier(check_windows_init_file): Update call to openp.
2002-04-30 Stefan Monnier(Fplay_sound_internal): Update call to openp.
2002-04-30 Stefan Monnier(Fstart_process): Update call to openp.
2002-04-30 Stefan Monnier(run_mac_command): Update call to openp.
2002-04-30 Stefan Monnier(init_cmdargs): Update call to openp.
2002-04-30 Stefan Monnier(Fcall_process): Update call to openp.
2002-04-30 Stefan Monnier(openp): Change arg exec_only to predicate.
2002-04-30 Stefan Monnier(openp): Update prototype.
2002-04-29 Colin Walters*** empty log message ***
2002-04-29 Colin Walters(Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]: Default to
2002-04-29 Colin Walters*** empty log message ***
2002-04-29 Stefan Monnier*** empty log message ***
2002-04-29 Stefan Monnier(remove_properties): Don't use XCAR without CONSP.
2002-04-29 Stefan Monnier(XTread_socket): Disable the Xutf8LookupString code.
2002-04-29 Pavel Janík*** empty log message ***
2002-04-29 Pavel Janík(DEFAULT_TOOL_BAR_BUTTON_MARGIN)
2002-04-28 Richard M. Stallman*** empty log message ***
2002-04-28 Richard M. Stallman(Fcommandp): New arg for_call_interactively.
2002-04-28 Richard M. Stallman(Fcommandp): Declare new arg.
2002-04-28 Richard M. Stallman(Fall_completions, Ftry_completion): New arg to Fcommandp.
2002-04-28 Jason Rumney*** empty log message ***
2002-04-28 Jason Rumney(syms_of_w32proc): Get true file attributes by default.
2002-04-28 Jason Rumney(stat, fstat): Use file index information to generate
2002-04-26 Andrew ChoiPatch for building Emacs on Mac OS X. April 26, 2002...
2002-04-26 Gerd Moellmann(x_draw_phys_cursor_glyph): Undo last change. Compute
2002-04-26 Eli Zaretskii(CHAR_COMPONENTS_VALID_P): Tell in a comment that some...
2002-04-25 Pavel Janík(abbrev-start-location): Doc fix.
2002-04-25 Gerd Moellmann(x_draw_phys_cursor_glyph): Take into account that...
2002-04-25 Pavel Janík(Fvertical_motion): Fix last change.
2002-04-25 Gerd Moellmann(Fvertical_motion): Move to the start of the line
2002-04-24 Gerd Moellmann(update_text_area): Set phys_cursor_on_p to 0 in the
2002-04-24 Gerd Moellmann(x_display_and_set_cursor): Set phys_cursor_width to
2002-04-24 Gerd Moellmann(notice_overwritten_cursor): Fix an off by 1 error.
2002-04-23 Colin Walters*** empty log message ***
2002-04-23 Colin Walters(syms_of_buffer): Doc fix.
2002-04-23 Richard M. Stallman(x_set_mouse_color): Change default for cross_cursor...
2002-04-23 Paul Eggert(init_buffer): Fix PWD comment.
2002-04-23 Gerd Moellmann(notice_overwritten_cursor): Handle the special case
2002-04-23 Gerd Moellmann(x_draw_hollow_cursor, x_draw_bar_cursor)
2002-04-22 Pavel JaníkFix misleading comment after #endif.
2002-04-22 Pavel Janík*** empty log message ***
2002-04-22 Pavel JaníkRemove unused global variable `minibuf_prompt_pixel_width'.
2002-04-22 Pavel JaníkFix typo.
2002-04-22 Richard M. Stallman*** empty log message ***
2002-04-22 Richard M. Stallman(Fend_of_line): Handle intangible text in mid line.
2002-04-22 Kim F. Storm(remove_properties): Fixed trap for malformed plist.
2002-04-22 Richard M. Stallman(make_window): Initialize height_fixed_p,
2002-04-22 Pavel JaníkAdd comment of arbitrary chosen constant 59.
2002-04-20 Pavel Janík*** empty log message ***
2002-04-20 Pavel Janík(use-dialog-box): Doc fix.
2002-04-19 Pavel Janík*** empty log message ***
2002-04-19 Pavel Janík(note_mode_line_or_margin_highlight): Remove unused...
2002-04-19 Stefan Monnier(clear_font_table): Don't free the default font of
2002-04-19 Juanma Barranquero(Fmove_to_column): Remove unused local variable `next_b...
2002-04-19 Eli Zaretskii*** empty log message ***
2002-04-19 Eli Zaretskii(Qhbar): New variable.
2002-04-19 Eli Zaretskii(text_cursor_kinds): New enumeration member HBAR_CURSOR.
2002-04-19 Eli Zaretskii(x_draw_bar_cursor): New argument KIND; callers changed.
next