]> code.delx.au - gnu-emacs/history - src
*** empty log message ***
[gnu-emacs] / src /
2004-03-14 Kim F. Storm*** empty log message ***
2004-03-13 Eli Zaretskii*** empty log message ***
2004-03-13 Eli Zaretskii(XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
2004-03-13 Eli Zaretskii(main): Call syms_of_xmenu only if HAVE_MENUS is defined.
2004-03-12 Richard M. Stallman*** empty log message ***
2004-03-12 Richard M. Stallman(internal_equal): New arg PROPS controls comparing
2004-03-11 Kim F. Storm*** empty log message ***
2004-03-11 Kim F. Storm* macterm.h (x_list_fonts, x_get_font_info, x_load_font)
2004-03-11 Kim F. Storm(XTread_socket): Fix mouse click on tool bar.
2004-03-11 Kim F. Storm(x_list_fonts, x_get_font_info, x_load_font)
2004-03-11 Kim F. Storm(XImagePtr, XImagePtr_or_DC): Move typedefs to dispexte...
2004-03-11 Kim F. Storm* dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
2004-03-11 Kim F. StormMove image related prototypes from xfns.c section to...
2004-03-11 Kim F. Storm*** empty log message ***
2004-03-11 Kim F. StormTypo
2004-03-11 Kim F. Storm(XOBJ): Consolidate into one list. Add fringe.o.
2004-03-11 Steven Tamm* image.c [MAC_OSX]: Include sys/stat.h
2004-03-11 Miles BaderAdd arch tagline
2004-03-11 Kim F. StormImage consolidation.
2004-03-11 Kim F. StormImage consolidation:
2004-03-11 Kim F. StormImage consolidation:
2004-03-11 Kim F. StormImage consolidation:
2004-03-11 Kim F. StormNew file (image.c) for Image consolidation:
2004-03-11 Kim F. StormImage consolidation:
2004-03-11 Kim F. StormImage consolidation:
2004-03-11 Kim F. StormImage consolidation:
2004-03-11 Kim F. StormImage consolidation:
2004-03-11 Kim F. StormImage consolidation:
2004-03-11 Kim F. StormImage consolidation:
2004-03-11 Kim F. Storm(x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
2004-03-09 Kenichi Handa(decode_coding_emacs_mule): Handle insufficent source...
2004-03-07 Eli ZaretskiiUTF-8 is now RFC3629.
2004-03-04 Richard M. Stallman*** empty log message ***
2004-03-04 Richard M. Stallman(LD_SWITCH_SYSTEM_TEMACS): New definition.
2004-03-04 Richard M. Stallman(Fdisplay_buffer): Doc fix.
2004-03-04 Richard M. Stallman(Fpop_to_buffer): Doc fix.
2004-03-03 Kim F. Storm(display_line): Fix call to get_overlay_arrow_glyph_row.
2004-03-03 Kim F. Storm*** empty log message ***
2004-03-02 Stefan Monnier*** empty log message ***
2004-03-02 Stefan Monnier(Ftranslate_region): Lisp_Object/int mixup.
2004-03-02 Richard M. Stallman(compute_motion): Save vpos in prev_vpos, like hpos...
2004-03-02 Kenichi Handa(Fsubstitute_command_keys): Fix counding bytes.
2004-03-02 Kim F. Storm*** empty log message ***
2004-03-01 Kim F. Storm(draw_fringe_bitmap): Use w->overlay_arrow_bitmap if...
2004-03-01 Kim F. Storm(make_window): Initialize overlay_arrow_bitmap.
2004-03-01 Kim F. Storm(struct window): New member overlay_arrow_bitmap.
2004-03-01 Kim F. Storm(Voverlay_arrow_variable_list): New variable to properly
2004-03-01 Jason Rumney(w32_read_socket): Fix last change to ButtonPress handling.
2004-03-01 Juanma Barranquero*** empty log message ***
2004-03-01 Juanma Barranquero($(BLD)/fringe.$(O)): Add dependencies.
2004-03-01 Juanma Barranquero(Fdefine_fringe_bitmap): Fix typo in docstring.
2004-03-01 Jan Djärv* xfns.c (Fx_display_color_cells): Use number of planes...
2004-03-01 Kenichi Handa*** empty log message ***
2004-03-01 Kenichi Handa(Ftranslate_region): Fix previous change
2004-03-01 Kenichi Handa(Ftranslate_region): Handle multibyte chars in the arg
2004-02-29 Kim F. Storm*** empty log message ***
2004-02-28 Jan Djärvxfns.c (x_window): Fixed indentation
2004-02-28 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk...
2004-02-28 Kim F. Storm(window_loop, Fforce_window_update): Force mode line
2004-02-28 Kim F. Storm(mark_window_display_accurate): Remove prototype.
2004-02-28 Kim F. Storm(update_window): Update header line also if there are
2004-02-27 Kim F. Storm*** empty log message ***
2004-02-27 Kim F. Storm(x_session_check_input): Fix prototype.
2004-02-27 Kim F. Storm(x_focus_changed, x_detect_focus_change): Remove
2004-02-27 Kim F. Storm(x_session_check_input): Remove numchars arg.
2004-02-27 Kim F. Storm(w32_read_socket): Remove bufp_r and numcharsp args.
2004-02-27 Kim F. Storm(w32_console_mouse_position): Fix prototype.
2004-02-27 Kim F. Storm(w32_console_read_socket): Remove bufp_r and
2004-02-27 Kim F. Storm(read_socket_hook): Fix prototype.
2004-02-27 Kim F. Storm(read_socket_hook): Fix arg list.
2004-02-27 Kim F. Storm(BUFFER_SIZE_FACTOR): Remove.
2004-02-27 Kim F. Storm(XTread_socket): Remove bufp_r and numcharsp args...
2004-02-27 Kim F. Storm(kbd_buffer_store_event_hold): Add prototype.
2004-02-27 Kim F. Storm(kbd_buffer_store_event_hold): New function to store
2004-02-26 Steven TammInserting Yamomotosan's changes for MacOSX image suppor...
2004-02-26 Kim F. Storm*** empty log message ***
2004-02-26 Kim F. StormTemporary fix; increase NREAD_INPUT_EVENTS to 512.
2004-02-25 Kim F. Storm(handle_single_display_prop): Handle left-fringe and
2004-02-25 Kim F. Storm*** empty log message ***
2004-02-25 Miles BaderRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk...
2004-02-24 Jason Rumney*** empty log message ***
2004-02-24 Jason Rumney(slurp_file, xbm_scan, xbm_load_image)
2004-02-24 Luc Teirlinck*** empty log message ***
2004-02-24 Luc Teirlinck(Finsert_abbrev_table_description): Doc fix.
2004-02-22 Jason Rumney(w32_draw_fringe_bitmap): Draw overlaid bitmaps
2004-02-22 Jason Rumney*** empty log message ***
2004-02-21 Eli Zaretskii(USAGE1): Split into two halves.
2004-02-21 Eli Zaretskii*** empty log message ***
2004-02-21 Eli Zaretskii(USAGE1): Add --no-desktop. Move --display from USAGE2.
2004-02-20 Luc Teirlinck*** empty log message ***
2004-02-20 Luc Teirlinck(Fdefine_category, Fcategory_docstring)
2004-02-19 Kim F. StormFix whitespace.
2004-02-19 Kim F. StormUndo 2004-02-16 and 2004-02-17 changes.
2004-02-19 Kim F. Storm*** empty log message ***
2004-02-19 Stefan Monnier(union Lisp_Object): Give a more precise type for ...
2004-02-19 Andreas Schwab.
2004-02-19 Andreas Schwab(Fdefine_fringe_bitmap): Use && instead of & to avoid
2004-02-18 Kim F. Storm(get_window_cursor_type, display_and_set_cursor): Fix...
2004-02-18 Kim F. Storm*** empty log message ***
2004-02-17 Kim F. Storm(get_window_cursor_type): Don't look at glyph if NULL.
next