summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (read_file_name_completion_ignore_case): New variable.John Paul Wallington2004-07-042-4/+19
* *** empty log message ***Eli Zaretskii2004-07-031-0/+5
* (dos_rawgetc): Use make_number to produce Lisp objectsEli Zaretskii2004-07-031-2/+2
* *** empty log message ***Kenichi Handa2004-06-301-0/+5
* (Fw32_set_clipboard_data): Update `nbytes' correctlyKenichi Handa2004-06-301-1/+5
* (x_detect_focus_change): Remove unused var `nr_events'.Stefan Monnier2004-06-302-2/+18
* (x_supports_face_attributes_p)Stefan Monnier2004-06-301-3/+3
* (skip_chars): Remove unused labels fwd_unibyte_ok and back_unibyte_ok.Stefan Monnier2004-06-301-2/+0
* (match_limit, Fmatch_data, Fset_match_data): YAILOM.Stefan Monnier2004-06-301-7/+7
* (Fset_fontset_font): Remove unused vars `family' and `registry'.Stefan Monnier2004-06-301-1/+1
* (${etc}DOC): Fix file name of make-docfile.Stefan Monnier2004-06-301-1/+1
* *** empty log message ***Stefan Monnier2004-06-301-21/+17
* *** empty log message ***Andreas Schwab2004-06-301-0/+10
* (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.Andreas Schwab2004-06-301-12/+13
* Declare Finit_image_library.Andreas Schwab2004-06-301-0/+1
* Fix whitespace.Andreas Schwab2004-06-301-7/+7
* macterm.c (do_window_activate, do_window_deactivate): Remove.Steven Tamm2004-06-292-46/+36
* macterm.c (mac_get_emulated_btn)Steven Tamm2004-06-292-3/+9
* (Fset_match_data): Allow buffer before end of listDavid Kastrup2004-06-292-5/+13
* macterm.c (XTread_socket): Correctly set the frame positionSteven Tamm2004-06-282-0/+36
* (xg_get_image_for_pixmap): Add workaround for monochrome displaysJan Djärv2004-06-282-1/+47
* * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref onJan Djärv2004-06-282-3/+8
* (file_dialog_callback): Disable edit control if setJason Rumney2004-06-272-7/+25
* ChangeLog format fix.David Kastrup2004-06-251-6/+6
* (free_misc): Add prototype.Kim F. Storm2004-06-241-0/+1
* (Fmapconcat, Fmapcar): Remove superfluous GCPROs.Kim F. Storm2004-06-241-9/+0
* (allocate_misc): Update total_free_markers.Kim F. Storm2004-06-242-6/+27
* *** empty log message ***Richard M. Stallman2004-06-241-0/+5
* (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.Richard M. Stallman2004-06-241-20/+0
* (Freplace_match): Adjust the match-data moreDavid Kastrup2004-06-231-47/+73
* 2004-06-23 David Kastrup <dak@gnu.org>David Kastrup2004-06-231-0/+12
* *** empty log message ***Luc Teirlinck2004-06-231-0/+5
* (Ftext_char_description): Doc fix.Luc Teirlinck2004-06-231-1/+5
* (Fsnarf_documentation): Doc fix.Luc Teirlinck2004-06-231-1/+1
* (Fmapcar, Fmapconcat): GCPRO the args array.Kim F. Storm2004-06-221-0/+9
* *** empty log message ***Kim F. Storm2004-06-221-0/+2
* (struct Lisp_Save_Value): New member dogc.Kim F. Storm2004-06-221-17/+27
* (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP andKim F. Storm2004-06-221-8/+4
* (safe_alloca_unwind): Clear dogc and pointer members.Kim F. Storm2004-06-221-1/+23
* *** empty log message ***Kim F. Storm2004-06-221-0/+14
* (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.Kim F. Storm2004-06-211-2/+2
* (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.Kim F. Storm2004-06-211-0/+20
* *** empty log message ***Kim F. Storm2004-06-211-0/+8
* (add_to_log): Use SAFE_ALLOCA.Kim F. Storm2004-06-211-1/+4
* * fns.c (string_make_multibyte, string_to_multibyte)Kim F. Storm2004-06-211-49/+55
* (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.Kim F. Storm2004-06-211-41/+29
* (MAX_ALLOCA): Remove define.Kim F. Storm2004-06-211-15/+6
* (MAX_ALLOCA): Remove define.Kim F. Storm2004-06-211-6/+2
* (Fstring): Use SAFE_ALLOCA.Kim F. Storm2004-06-211-4/+12
* (casify_object): Use SAFE_ALLOCA.Kim F. Storm2004-06-211-2/+7