*** empty log message ***
[bpt/emacs.git] / src /
2000-08-11 Kenichi Handa*** empty log message ***
2000-08-11 Kenichi Handa(enum event_kind): New member multibyte_char_keystroke.
2000-08-11 Kenichi Handa(make_lispy_event): Handle the new event type
2000-08-11 Kenichi HandaInclude coding.h.
2000-08-11 Kenichi Handa(TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.
2000-08-11 Kenichi Handa*** empty log message ***
2000-08-10 Gerd Moellmann(trace_move) [GLYPH_DEBUG]: New variable.
2000-08-10 Gerd Moellmann(Fwindow_end): Rewritten to not use Fvertical_motion,
2000-08-10 Gerd Moellmann(x_draw_bar_cursor): If cursor is on an image, draw a
2000-08-10 Miles Bader*** empty log message ***
2000-08-10 Miles Bader(note_mouse_highlight): Update calls to overlays_at.
2000-08-10 Gerd Moellmann*** empty log message ***
2000-08-10 Gerd Moellmann(Vmessages_buffer_name): New variable.
2000-08-10 Gerd Moellmann*** empty log message ***
2000-08-10 Eli Zaretskii(IT_note_mouse_highlight): Update the calls to overlays_at.
2000-08-09 Gerd Moellmann(input_pending): External declaration.
2000-08-09 Gerd Moellmann(Qredisplay_dont_pause): Declare extern.
2000-08-09 Gerd Moellmann(echo_area_display): Display thoroughly if input is
2000-08-09 Gerd Moellmann(Qredisplay_dont_pause): New variable.
2000-08-09 Eli Zaretskii*** empty log message ***
2000-08-09 Gerd Moellmann(mode_line_string): Declare parameter MODE_LINE_P.
2000-08-09 Eli Zaretskii(msdos.o): Depend on keyboard.h.
2000-08-09 Eli ZaretskiiInclude keyboard.h.
2000-08-09 Eli Zaretskii(kbd_buffer_events_waiting): Add prototype.
2000-08-09 Eli Zaretskii(kbd_buffer_events_waiting): New function.
2000-08-09 Gerd Moellmann(Ftty_suppress_bold_inverse_default_colors): Doc fix.
2000-08-09 Kenichi Handa(Fcall_process): Terminate the unwind-protect around the
2000-08-09 Kenichi Handa*** empty log message ***
2000-08-08 Miles Bader*** empty log message ***
2000-08-08 Miles Bader(note_mouse_highlight): Update call to overlays_at.
2000-08-08 Miles Bader(Fget_char_property): Update call to overlays_at.
2000-08-08 Miles Bader(face_at_buffer_position): Update call to overlays_at.
2000-08-08 Miles Bader(next_overlay_change): Update call to overlays_at.
2000-08-08 Miles Bader(overlays_at): Update prototype.
2000-08-08 Miles Bader(overlays_at): Add CHANGE_REQ parameter.
2000-08-08 Gerd Moellmann*** empty log message ***
2000-08-08 Miles Bader(do_completion): Don't consider a simple change of...
2000-08-08 Ken Raeburn(record_delete): Make sure last_point_position_buffer...
2000-08-08 Ken Raeburn(syms_of_keyboard): Initialize last_point_position_buffer.
2000-08-08 Ken Raeburn(decode_coding_string): Declare.
2000-08-08 Ken Raeburn(Fprevious_single_char_property_change): Declare.
2000-08-08 Ken Raeburn(Fprevious_single_char_property_change): Don't do arith...
2000-08-08 Ken Raeburn(find_field): Use EQ, not ==, to compare lisp objects.
2000-08-08 Ken Raeburn(menu_item_eval_property): Declare.
2000-08-08 Ken Raeburn(message_dolog): Save and protect string "*Messages...
2000-08-08 Ken Raeburn*coding.c (find_safe_codings): CHAR_TABLE_SET index...
2000-08-08 Kenichi Handa(Fchar_width): Doc fix.
2000-08-08 Kenichi Handa*** empty log message ***
2000-08-08 Gerd Moellmann*** empty log message ***
2000-08-08 Gerd Moellmann(Fstring_width): Doc fix.
2000-08-07 Gerd Moellmann(x_draw_image_foreground): Avoid drawing outside
2000-08-07 Gerd Moellmann(start_display): WHen starting display on a continuation
2000-08-07 Gerd Moellmann*** empty log message ***
2000-08-07 Gerd Moellmann(sweep_weak_table): Fix survival conditions for
2000-08-07 Gerd Moellmann(xhashtable): New command.
2000-08-07 Gerd Moellmann(sweep_weak_hash_tables): Fix the code taking unmarked
2000-08-07 Gerd Moellmann(ensure_echo_area_buffers): If a buffer was killed...
2000-08-07 Eli Zaretskii*** empty log message ***
2000-08-07 Eli Zaretskii(Fmsdos_set_mouse_buttons): Add missing backslashes in
2000-08-07 Kenichi Handa* syntax.c (skip_chars): Fix previous change. Make...
2000-08-07 Kenichi Handa*** empty log message ***
2000-08-05 Gerd Moellmann*** empty log message ***
2000-08-05 Gerd Moellmann(run_mac_command, closedir): Use `xfree' instead of...
2000-08-05 Gerd Moellmann(error): Use xfree instead of free.
2000-08-05 Gerd Moellmann(current_minor_maps): Use xmalloc instead of malloc.
2000-08-05 Gerd Moellmann(opendir, GetTempDirName, run_mac_command): Use xmalloc
2000-08-05 Gerd Moellmann(child_setup): Use xfree instead of free.
2000-08-05 Gerd Moellmann(Ftranspose_regions): Use xfree instead of free.
2000-08-05 Gerd Moellmann(Finsert_file_contents): Use xfree instead of free.
2000-08-05 Gerd Moellmann(popup_get_selection): Use xfree instead of free.
2000-08-05 Gerd MoellmannReplace `illegal' with `invalid'.
2000-08-05 Gerd MoellmannReplace `illegal' with `invalid'.
2000-08-05 Noah Friedman(Fmake_hash_table): Add missing `\n\' to end of line...
2000-08-05 Kenichi Handa(skip_chars): Fix handling of multibyte<->unibyte conve...
2000-08-04 Gerd Moellmann(skip_chars): Fix typo in error message.
2000-08-04 Andreas Schwab* m/ia64.h: Moved from s/ia64.h.
2000-08-04 Kenichi Handa*** empty log message ***
2000-08-04 Kenichi Handa(coding_restore_composition): Pay attention to the...
2000-08-04 Kenichi Handa(read_process_output): Big simplification. Handle
2000-08-04 Kenichi Handa(Fcall_process): Handle post-read-conversion of coding...
2000-08-04 Kenichi Handa(decode_coding_iso2022): More strict check for handling...
2000-08-04 Kenichi Handa*** empty log message ***
2000-08-03 Gerd Moellmann*** empty log message ***
2000-08-03 Gerd Moellmann(set_frame_size, update_wm_hints, EmacsFrameSetValues):
2000-08-03 Gerd Moellmann(update_frame_menubar): Use NULL instead of 0 at the end
2000-08-03 Gerd Moellmann(Fx_file_dialog): Use NULL instead of 0 at the end of
2000-08-02 Gerd Moellmann*** empty log message ***
2000-08-02 Gerd Moellmann(display_buffer_reuse_frames): New variable.
2000-08-02 Gerd Moellmann(Fsingle_key_description): Add parameter NO_ANGLES.
2000-08-02 Gerd Moellmann(read_char_minibuf_menu_prompt): Add new parameter
2000-08-02 Gerd Moellmann(lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
2000-08-02 Gerd Moellmann(Fsingle_key_description, xmalloc, xrealloc): Change
2000-08-01 Miles Bader(Fconstrain_to_field): Fix the conditions for deciding...
2000-07-31 Eli Zaretskii*** empty log message ***
2000-07-31 Eli Zaretskii(Fmsdos_set_mouse_buttons, syms_of_msdos): New functions.
2000-07-31 Eli Zaretskii(child_setup) [MSDOS]: malloc pwd_var instead of
2000-07-31 Eli Zaretskii(run_msdos_command): Save and restore the master
2000-07-27 Gerd Moellmann*** empty log message ***
2000-07-27 Gerd Moellmann(Fdelete): Make it work on vectors and strings in addit...
2000-07-27 Dave Love*** empty log message ***
next