*** empty log message ***
[bpt/emacs.git] / src /
2005-07-05 Lute Kamstra*** empty log message ***
2005-07-05 Lute KamstraUpdate FSF's address.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-07-03 Richard M. Stallman*** empty log message ***
2005-07-03 Richard M. Stallman(try_window): Fix previous change in how it handles
2005-07-03 Richard M. Stallman(window_scroll_pixel_based): Take account of this_scrol...
2005-07-02 Lute KamstraUpdate FSF's address.
2005-07-02 Eli Zaretskii*** empty log message ***
2005-07-02 Eli Zaretskii(w32_draw_vertical_window_border): Use foreground of
2005-07-02 Eli Zaretskii(Fcopy_file): Rearrange the code that calls fchown and
2005-07-01 Jason Rumney* w32term.c (cleartype_active): New flag for enabling...
2005-06-30 Jan Djärv* xterm.c (handle_one_xevent): bzero compose_status...
2005-06-30 Masatake YAMATO2005-07-01 Masatake YAMATO <jet@gyve.org>
2005-06-30 Juri Linkov*** empty log message ***
2005-06-30 Juri Linkov(turn_on_face): In standout mode apply specified
2005-06-30 Juri Linkov(x_draw_vertical_window_border): Use foreground of
2005-06-30 Juri Linkov(x_draw_vertical_border): If left fringe is not present
2005-06-29 Richard M. Stallman(window_scroll_pixel_based, window_scroll_line_based):
2005-06-29 Stefan Monnier*** empty log message ***
2005-06-29 Juanma Barranquero*** empty log message ***
2005-06-29 Juanma Barranquero(user_variable_p_eh): New function.
2005-06-28 Richard M. Stallman(Fdefvar): Improve error message.
2005-06-27 YAMAMOTO Mitsuharu[USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last...
2005-06-27 Juanma Barranquero(Fdefvar): Don't try to set constant symbols.
2005-06-25 Richard M. Stallman*** empty log message ***
2005-06-25 Richard M. Stallman(Fcopy_file): New arg PRESERVE_UID_GID.
2005-06-25 Richard M. Stallman(Fx_show_tip): Pass new arg to try_window.
2005-06-25 Richard M. Stallman(try_window): New arg CHECK_MARGINS. Calls changed.
2005-06-25 Richard M. Stallman(try_window): Declare new arg.
2005-06-25 Richard M. Stallman*** empty log message ***
2005-06-25 Richard M. Stallman(call_debugger): Take full care of extending stack...
2005-06-25 Richard M. Stallman*** empty log message ***
2005-06-25 Richard M. Stallman(read1): 0.0e+NaN should make a "positive" NaN.
2005-06-24 Eli Zaretskii(Frename_file): Undo last change: no need to ifdef...
2005-06-24 Eli Zaretskii(sys_chown): New function.
2005-06-24 Eli Zaretskii(chown): New; define to sys_chown.
2005-06-24 Juanma Barranquero*** empty log message ***
2005-06-24 Juanma Barranquero(syms_of_xdisp) <nobreak-char-display>: Doc fix.
2005-06-24 Juanma Barranquero(Frename_file)[!DOS_NT]: Don't call chown on MSDOS...
2005-06-23 Richard M. Stallman*** empty log message ***
2005-06-23 Richard M. Stallman(get_next_display_element):
2005-06-23 Richard M. Stallman(Frename_file): Preserve owner and group, if possible.
2005-06-23 Juanma Barranquero(Fx_own_selection_internal): Follow error conventions.
2005-06-23 Juanma Barranquero(x_supports_face_attributes_p): Follow error conventions.
2005-06-23 Juanma Barranquero(check_x_frame, check_x_display_info): Follow error...
2005-06-23 Juanma Barranquero(Fstring_to_syntax): Follow error conventions.
2005-06-23 Juanma Barranquero(Freplace_match): Follow error conventions.
2005-06-23 Juanma Barranquero(Fstop_process, Fcontinue_process): Follow error conven...
2005-06-23 Juanma Barranquero(check_x_frame): Follow error conventions.
2005-06-23 Juanma Barranquero(read_vector): Follow error conventions.
2005-06-23 Juanma Barranquero(make_frame_without_minibuffer): Follow error conventions.
2005-06-23 Juanma Barranquero(Fdefvar, Fdefconst, Feval, Ffuncall): Follow error...
2005-06-23 Juanma Barranquero(Fsubst_char_in_region): Follow error conventions.
2005-06-23 Juanma Barranquero(Fsleep_for, Fsit_for): Follow error conventions.
2005-06-23 Juanma Barranquero(Fmake_category_set): Follow error conventions.
2005-06-23 Juanma Barranquero(Funexpand_abbrev): Follow error conventions.
2005-06-23 Juanma Barranquero*** empty log message ***
2005-06-23 Juanma Barranquero(fn_png_init_io): Don't define it.
2005-06-22 Kim F. Storm*** empty log message ***
2005-06-22 Kim F. Storm(Fmatch_data): Remove evaporate option.
2005-06-22 Kim F. Storm(save-match-data): Add comment about using evaporate arg
2005-06-22 Miles BaderRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk...
2005-06-21 Juri Linkov*** empty log message ***
2005-06-21 Juri Linkov(Fmodify_frame_parameters):
2005-06-21 Juri LinkovRename obsolete function Qframe_update_face_colors to
2005-06-21 Juri LinkovAdd extern Qframe_set_background_mode.
2005-06-21 Juanma Barranquero*** empty log message ***
2005-06-21 Juanma Barranquero(Fchar_table_range): Fix spellings.
2005-06-21 Juanma Barranquero(Fmake_network_process): Fix spellings.
2005-06-21 Juanma BarranqueroFix typo in comment.
2005-06-20 Kim F. Storm*** empty log message ***
2005-06-20 Kim F. Storm(Fsort): Doc fix.
2005-06-20 Miles BaderRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk...
2005-06-17 Richard M. StallmanFinish previous change.
2005-06-17 Richard M. Stallman*** empty log message ***
2005-06-17 Richard M. Stallman(get_next_display_element): Reverse test of Vshow_nonbr...
2005-06-17 Richard M. Stallman(produce_special_glyphs): Use spec_glyph_lookup_face.
2005-06-17 Richard M. Stallman(read_char): Call restore_getcjmp after jump occurs.
2005-06-17 Richard M. Stallman(spec_glyph_lookup_face): New function.
2005-06-17 Richard M. Stallman(spec_glyph_lookup_face): Add declaration.
2005-06-17 Richard M. Stallman(syms_of_buffer) <cursor-type>: Doc fix.
2005-06-17 Juanma Barranquero*** empty log message ***
2005-06-17 Juanma Barranquero(lisp_data_to_selection_data): Fix spelling.
2005-06-15 YAMAMOTO Mitsuharu(mac_compute_glyph_string_overhangs): Don't set
2005-06-14 Juanma Barranquero(Fdefvaralias): Rename arguments SYMBOL and ALIASED...
2005-06-13 Stefan Monnier*** empty log message ***
2005-06-13 Stefan Monnier(note_mode_line_or_margin_highlight): Lisp_Object/int...
2005-06-13 Stefan Monnier(run_pre_post_conversion_on_str): Remove unused var...
2005-06-13 Eli Zaretskii*** empty log message ***
2005-06-13 Eli Zaretskii(x_use_underline_position_properties): New variable.
2005-06-12 Jason Rumney(NEWOPENFILENAME): New struct.
2005-06-12 Eli Zaretskii*** empty log message ***
2005-06-12 Eli Zaretskii(w32_abort): Use the MB_YESNO dialog instead of
2005-06-11 Eli Zaretskii(x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
2005-06-11 Eli Zaretskii*** empty log message ***
2005-06-11 Eli Zaretskii(create_offscreen_bitmap): Cast `bitsp' to `void *...
2005-06-10 Jason Rumney*** empty log message ***
2005-06-10 Jason Rumney(Fx_file_dialog): Unblock input before falling back...
2005-06-10 Eli Zaretskii($(TEMACS)): Depend on addsection.exe.
next