aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* (safe_alloca_unwind): New function.Kim F. Storm2004-06-211-0/+11
* (MAX_ALLOCA): Define here.Kim F. Storm2004-06-211-0/+31
* *** empty log message ***Kim F. Storm2004-06-211-0/+29
* (Fwith_output_to_temp_buffer): Doc fix.Eli Zaretskii2004-06-212-1/+5
* *** empty log message ***Richard M. Stallman2004-06-211-0/+13
* (Finternal_copy_lisp_face): Small cleanup; doc fix.Richard M. Stallman2004-06-211-7/+8
* (match_limit): Cleaner err msg when no match data available.Richard M. Stallman2004-06-211-2/+4
* (syms_of_window): Doc fix.Richard M. Stallman2004-06-211-6/+8
* (command_loop_1): Handle values `only' and `identity' for Vtransient_mark_mode.Richard M. Stallman2004-06-211-0/+12
* (syms_of_buffer): Doc fix.Richard M. Stallman2004-06-211-1/+5
* (Ftry_completion, Fall_completions): Do lazy bindingDavid Kastrup2004-06-202-28/+58
* * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y fromJan Djärv2004-06-172-2/+5
* * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.Jan Djärv2004-06-172-2/+12
* * macfns.c (Fx_display_color_cells): Do not limit return value to 256.Jan Djärv2004-06-173-2/+15
* Undo 2004-06-16T15:10:55Z!storm@cua.dk changes (committed accidentally)Kim F. Storm2004-06-171-13/+1
* (syms_of_buffer): Clarify `fill-column' docstring.Luc Teirlinck2004-06-161-1/+1
* *** empty log message ***Luc Teirlinck2004-06-161-0/+4
* Update copyright.Kim F. Storm2004-06-1613-16/+29
* (Vimage_types): Remove extern.Kim F. Storm2004-06-161-2/+0
* *** empty log message ***Kim F. Storm2004-06-161-0/+4
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410Miles Bader2004-06-162-0/+8
* (try_cursor_movement): Exclude header line from scrollKim F. Storm2004-06-151-9/+35