| Commit message (Expand) | Author | Age | Files | Lines |
* | (read_file_name_completion_ignore_case): New variable. | John Paul Wallington | 2004-07-04 | 2 | -4/+19 |
* | *** empty log message *** | Eli Zaretskii | 2004-07-03 | 1 | -0/+5 |
* | (dos_rawgetc): Use make_number to produce Lisp objects | Eli Zaretskii | 2004-07-03 | 1 | -2/+2 |
* | *** empty log message *** | Kenichi Handa | 2004-06-30 | 1 | -0/+5 |
* | (Fw32_set_clipboard_data): Update `nbytes' correctly | Kenichi Handa | 2004-06-30 | 1 | -1/+5 |
* | (x_detect_focus_change): Remove unused var `nr_events'. | Stefan Monnier | 2004-06-30 | 2 | -2/+18 |
* | (x_supports_face_attributes_p) | Stefan Monnier | 2004-06-30 | 1 | -3/+3 |
* | (skip_chars): Remove unused labels fwd_unibyte_ok and back_unibyte_ok. | Stefan Monnier | 2004-06-30 | 1 | -2/+0 |
* | (match_limit, Fmatch_data, Fset_match_data): YAILOM. | Stefan Monnier | 2004-06-30 | 1 | -7/+7 |
* | (Fset_fontset_font): Remove unused vars `family' and `registry'. | Stefan Monnier | 2004-06-30 | 1 | -1/+1 |
* | (${etc}DOC): Fix file name of make-docfile. | Stefan Monnier | 2004-06-30 | 1 | -1/+1 |
* | *** empty log message *** | Stefan Monnier | 2004-06-30 | 1 | -21/+17 |
* | *** empty log message *** | Andreas Schwab | 2004-06-30 | 1 | -0/+10 |
* | (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES. | Andreas Schwab | 2004-06-30 | 1 | -12/+13 |
* | Declare Finit_image_library. | Andreas Schwab | 2004-06-30 | 1 | -0/+1 |
* | Fix whitespace. | Andreas Schwab | 2004-06-30 | 1 | -7/+7 |
* | macterm.c (do_window_activate, do_window_deactivate): Remove. | Steven Tamm | 2004-06-29 | 2 | -46/+36 |
* | macterm.c (mac_get_emulated_btn) | Steven Tamm | 2004-06-29 | 2 | -3/+9 |
* | (Fset_match_data): Allow buffer before end of list | David Kastrup | 2004-06-29 | 2 | -5/+13 |
* | macterm.c (XTread_socket): Correctly set the frame position | Steven Tamm | 2004-06-28 | 2 | -0/+36 |
* | (xg_get_image_for_pixmap): Add workaround for monochrome displays | Jan Djärv | 2004-06-28 | 2 | -1/+47 |
* | * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on | Jan Djärv | 2004-06-28 | 2 | -3/+8 |
* | (file_dialog_callback): Disable edit control if set | Jason Rumney | 2004-06-27 | 2 | -7/+25 |
* | ChangeLog format fix. | David Kastrup | 2004-06-25 | 1 | -6/+6 |
* | (free_misc): Add prototype. | Kim F. Storm | 2004-06-24 | 1 | -0/+1 |
* | (Fmapconcat, Fmapcar): Remove superfluous GCPROs. | Kim F. Storm | 2004-06-24 | 1 | -9/+0 |
* | (allocate_misc): Update total_free_markers. | Kim F. Storm | 2004-06-24 | 2 | -6/+27 |
* | *** empty log message *** | Richard M. Stallman | 2004-06-24 | 1 | -0/+5 |
* | (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted. | Richard M. Stallman | 2004-06-24 | 1 | -20/+0 |
* | (Freplace_match): Adjust the match-data more | David Kastrup | 2004-06-23 | 1 | -47/+73 |
* | 2004-06-23 David Kastrup <dak@gnu.org> | David Kastrup | 2004-06-23 | 1 | -0/+12 |
* | *** empty log message *** | Luc Teirlinck | 2004-06-23 | 1 | -0/+5 |
* | (Ftext_char_description): Doc fix. | Luc Teirlinck | 2004-06-23 | 1 | -1/+5 |
* | (Fsnarf_documentation): Doc fix. | Luc Teirlinck | 2004-06-23 | 1 | -1/+1 |
* | (Fmapcar, Fmapconcat): GCPRO the args array. | Kim F. Storm | 2004-06-22 | 1 | -0/+9 |
* | *** empty log message *** | Kim F. Storm | 2004-06-22 | 1 | -0/+2 |
* | (struct Lisp_Save_Value): New member dogc. | Kim F. Storm | 2004-06-22 | 1 | -17/+27 |
* | (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and | Kim F. Storm | 2004-06-22 | 1 | -8/+4 |
* | (safe_alloca_unwind): Clear dogc and pointer members. | Kim F. Storm | 2004-06-22 | 1 | -1/+23 |
* | *** empty log message *** | Kim F. Storm | 2004-06-22 | 1 | -0/+14 |
* | (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP. | Kim F. Storm | 2004-06-21 | 1 | -2/+2 |
* | (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects. | Kim F. Storm | 2004-06-21 | 1 | -0/+20 |
* | *** empty log message *** | Kim F. Storm | 2004-06-21 | 1 | -0/+8 |
* | (add_to_log): Use SAFE_ALLOCA. | Kim F. Storm | 2004-06-21 | 1 | -1/+4 |
* | * fns.c (string_make_multibyte, string_to_multibyte) | Kim F. Storm | 2004-06-21 | 1 | -49/+55 |
* | (Fformat, Ftranspose_regions): Use SAFE_ALLOCA. | Kim F. Storm | 2004-06-21 | 1 | -41/+29 |
* | (MAX_ALLOCA): Remove define. | Kim F. Storm | 2004-06-21 | 1 | -15/+6 |
* | (MAX_ALLOCA): Remove define. | Kim F. Storm | 2004-06-21 | 1 | -6/+2 |
* | (Fstring): Use SAFE_ALLOCA. | Kim F. Storm | 2004-06-21 | 1 | -4/+12 |
* | (casify_object): Use SAFE_ALLOCA. | Kim F. Storm | 2004-06-21 | 1 | -2/+7 |