aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (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
* *** empty log message ***Kim F. Storm2004-06-151-0/+8
* (skip_chars): Only recognize [:class:] when it has theKim F. Storm2004-06-151-10/+7
* *** empty log message ***Kim F. Storm2004-06-151-1/+6
* * gtkutil.c (xg_get_image_for_pixmap): New function.Jan Djärv2004-06-142-24/+100
* * xterm.h (struct x_display_info): Typo in comment fixed.Jan Djärv2004-06-141-1/+1
* *** empty log message ***Juanma Barranquero2004-06-141-1/+29
* (Vimage_types): Delete (moved to image.c).Juanma Barranquero2004-06-141-9/+0
* (Vimage_types): Move from xdisp.c.Juanma Barranquero2004-06-141-74/+155
* (Vimage_types): Make it conditional on HAVE_WINDOW_SYSTEM.Juanma Barranquero2004-06-141-1/+2
* *** empty log message ***Andreas Schwab2004-06-141-0/+5
* *** empty log message ***Richard M. Stallman2004-06-131-0/+28
* (cmd_error): Don't call any_kboard_state if inside a recursive edit level.Richard M. Stallman2004-06-131-1/+6
* Comment change.Richard M. Stallman2004-06-131-0/+2
* (re_wctype, re_iswctype): Function defs longer static.Richard M. Stallman2004-06-131-34/+3