]> code.delx.au - gnu-emacs/history - src
(fns.o): Depend on md5.h.
[gnu-emacs] / src /
2003-07-31 Jan Djärv* xfns.c (xg_set_icon): Rewrite to compile with GTK...
2003-07-31 Kenichi Handa(read_process_output): Return the actually read bytes
2003-07-31 Kenichi Handa(x_create_bitmap_from_data): Initialize have_mask membe...
2003-07-31 Kenichi Handa(struct x_bitmap_record): New member have_mask.
2003-07-30 Richard M. Stallman(CFLAGS) [!OPTIMIZE]: Undo previous change.
2003-07-29 Jan Djärvgtkutil.c (xg_mark_data): Update calls to mark_object.
2003-07-29 Richard M. Stallman*** empty log message ***
2003-07-29 Richard M. Stallman(xim_open_dpy, xim_initialize, xim_close_dpy):
2003-07-29 Richard M. Stallman(Fclear_string): New function.
2003-07-28 Kenichi Handa(xic_set_preeditarea): Add the left fringe width to...
2003-07-23 Dave Love*** empty log message ***
2003-07-22 Stefan Monnier(temp_output_buffer_setup): Typo.
2003-07-22 Stefan Monnier(Finsert_file_contents): Use delete_all_overlays.
2003-07-22 Stefan Monnier(temp_output_buffer_setup): Use delete_all_overlays.
2003-07-22 Stefan Monnier(run_pre_post_conversion_on_str): Use delete_all_overlays.
2003-07-22 Stefan MonnierDon't check HAVE_PNG_H: autoconf doesn't seem to find it.
2003-07-22 Stefan Monnier(get_minibuffer): Use it.
2003-07-22 Stefan Monnier(delete_all_overlays): Declare.
2003-07-22 Stefan Monnier(delete_all_overlays): New function.
2003-07-22 Andrew Choiunexmacosx.c: Sort and merge unexec regions before...
2003-07-22 Dave Love*** empty log message ***
2003-07-22 Dave LoveConsider both png.h and libpng/png.h.
2003-07-22 Stefan Monnier(get_minibuffer): Be careful when calling `reset_buffer'
2003-07-21 Stefan Monnier(MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
2003-07-21 Richard M. Stallman*** empty log message ***
2003-07-21 Richard M. Stallman(LD_SWITCH_SYSTEM_TEMACS): Add undef.
2003-07-21 Richard M. Stallman(Flocale_info): Renamed from Flanginfo. Doc fixes.
2003-07-21 Richard M. StallmanUse -Wl syntax.
2003-07-21 Richard M. Stallman(syms_of_alloc): Doc fixes.
2003-07-17 Richard M. Stallman(xim_initialize): Redo 6/24 change.
2003-07-16 Stefan Monnier*** empty log message ***
2003-07-15 Stefan Monnier(copy_overlays): Use EMACS_INT for positions.
2003-07-15 Stefan MonnierUse bitmaps for cons cells, as was done for floats.
2003-07-14 Stefan Monnier*** empty log message ***
2003-07-14 Paul Eggert* alloc.c (pure, staticvec):
2003-07-14 Paul Eggert(pure, staticvec): Initialize these arrays to nonzero...
2003-07-14 Stefan Monnier(BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update...
2003-07-13 Richard M. Stallman(START_FILES_1, END_FILES_1): Always define them.
2003-07-13 Juanma Barranquero*** empty log message ***
2003-07-13 Juanma Barranquero(xg_set_icon): New function.
2003-07-13 Juanma Barranquero(x_bitmap_mask, x_create_bitmap_mask): New functions...
2003-07-13 Juanma Barranquero(x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add...
2003-07-12 Richard M. Stallman*** empty log message ***
2003-07-12 Richard M. Stallman(unexec): Consider a section to precede the .bss
2003-07-12 Richard M. Stallman(CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
2003-07-12 Richard M. Stallman(HAVE_CRTIN): Add #undef.
2003-07-12 Richard M. Stallman(START_FILES, LIB_STANDARD): Use START_FILES_1, END_FIL...
2003-07-12 Richard M. StallmanDon't include bsd4-3.h.
2003-07-12 Richard M. StallmanInclude libpng/png.h instead of png.h.
2003-07-11 Stefan Monnier*** empty log message ***
2003-07-11 Andreas Schwab(adjust_overlays_for_insert, adjust_overlays_for_delete...
2003-07-11 Andreas Schwab(modify_overlay): Update prototype.
2003-07-09 Stefan Monnier(VALBITS): Define in terms of GCTYPEBITS.
2003-07-09 Stefan Monnier(struct interval): Move from lisp.h.
2003-07-09 Stefan MonnierInclude intervals.h for Fset_text_properties.
2003-07-09 Stefan Monnier(struct buffer_text, struct buffer): Use EMACS_INT for
2003-07-09 Stefan Monnier(fix_overlays_before): Fix typo in last commit.
2003-07-09 Stefan Monnier(overlay_strings, recenter_overlay_lists): Fix typo...
2003-07-09 Stefan Monnier(mark_object): Mark the new `next' field of overlays.
2003-07-09 Stefan Monnier(run_pre_post_conversion_on_str): Use new type for...
2003-07-09 Stefan Monnier(overlays_around): Use new type for overlays_(before...
2003-07-09 Stefan Monnier(load_overlay_strings): Use new type for overlays_...
2003-07-09 Stefan Monnier(Finsert_file_contents): Use new type for overlays_...
2003-07-09 Stefan Monnier(current_column): Use new type for overlays_(before...
2003-07-09 Stefan Monnier(signal_before_change, signal_after_change): Use new...
2003-07-09 Stefan Monnier(set_point_both): Use new type for overlays_(before...
2003-07-09 Stefan Monnier(temp_output_buffer_setup): Use new type for overlays_...
2003-07-09 Stefan Monnier(struct buffer): Change overlays_before and overlays_after
2003-07-09 Stefan Monnier(struct Lisp_Overlay): New field `next'.
2003-07-09 Stefan Monnier*** empty log message ***
2003-07-08 Kim F. Storm*** empty log message ***
2003-07-08 Stefan Monnier(report_overlay_modification): Don't run hooks while
2003-07-08 Kim F. Storm(x_term_init) [!USE_XIM]: Use `useXIM' resource to...
2003-07-08 Stefan Monnier(reset_buffer, recenter_overlay_lists)
2003-07-08 Kim F. Storm(use_xim) [!USE_XIM]: Default to disable XIM if emacs
2003-07-08 Kim F. Storm*** empty log message ***
2003-07-08 Stefan Monnier(struct buffer): Use an int for overlay_center.
2003-07-08 Stefan Monnier(fast_find_position): Remove unused var.
2003-07-08 Stefan Monnier(Qexpand_abbrev): New sym.
2003-07-07 Richard M. Stallman*** empty log message ***
2003-07-07 Richard M. Stallman(reseat_1): Set it->area to TEXT_AREA.
2003-07-07 Richard M. Stallman(Fgarbage_collect): Doc fix.
2003-07-07 Kenichi Handa(Fkill_buffer): Clear charpos cache if necessary.
2003-07-06 Stefan Monnier(read_minibuf): UNGCPRO before returning.
2003-07-06 Stefan Monnier(live_float_p): Check that p is not past the `floats...
2003-07-06 Jason Rumney(last_clipboard_sequence_number): New variable.
2003-07-06 Jason Rumney(clipboard_sequence_fn): New variable.
2003-07-06 Jason Rumney(ClipboardSequence_Proc): New type.
2003-07-06 Stefan Monnier(MARKBIT): Remove definition since lisp.h does not...
2003-07-06 Stefan Monnier(XSETMARKBIT): Remove unused macro.
2003-07-06 Stefan Monnier(mark_object): Change arg to only take Lisp_Object...
2003-07-06 Stefan Monnier(mark_byte_stack): Update calls to mark_object.
2003-07-06 Stefan Monnier(sweep_weak_table): Update calls to mark_object.
2003-07-06 Stefan Monnier(mark_kboards): Update calls to mark_object.
2003-07-06 Stefan Monnier(mark_object): Change prototype to only pass Lisp_Object.
2003-07-06 Jason RumneyRemove #ifdefs from comments, as they are ignored there.
2003-07-06 Jason Rumney(struct ablock): Only include padding when there is...
2003-07-06 Jason Rumney*** empty log message ***
2003-07-04 Stefan Monnier*** empty log message ***
2003-07-04 Stefan Monnier(struct Lisp_Float): Remove unused field `type'.
next