| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Create and initialize a client leader window so session management | Jan Djärv | 2003-08-21 | 6 | -11/+90 |
| | | | | | doesn't restart Emacs twice. | ||||
| * | *** empty log message *** | Dave Love | 2003-08-21 | 1 | -0/+4 |
| | | |||||
| * | Use _MIPS_SZLONG, not _LP64. | Dave Love | 2003-08-21 | 1 | -1/+4 |
| | | |||||
| * | (term_init): Fix previous change | Kenichi Handa | 2003-08-21 | 2 | -5/+8 |
| | | |||||
| * | (term_init): Fix previous change; don't rely on the | Kenichi Handa | 2003-08-21 | 1 | -0/+4 |
| | | | | | length of `buffer' if TERMINFO is defined. | ||||
| * | Removed. | Dave Love | 2003-08-20 | 2 | -350/+21 |
| | | |||||
| * | (LWLIB_OPTIONS): Removed (unused). | Dave Love | 2003-08-20 | 1 | -38/+4 |
| | | | | | | (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on atimer.h, blockinput.h. | ||||
| * | Some merging with gnulib. Change logic and doc | Dave Love | 2003-08-20 | 1 | -26/+22 |
| | | | | | | | | concerning (x)malloc/(x)free -- no longer Emacs-specific. [DO_BLOCK_INPUT]: Don't include lisp.h. (xmalloc, xfree): Declare. (malloc): Don't declare. | ||||
| * | (lisp_align_malloc): Change type of `aligned'. | Dave Love | 2003-08-20 | 1 | -2/+3 |
| | | |||||
| * | Include lisp.h. | Dave Love | 2003-08-20 | 1 | -0/+3 |
| | | |||||
| * | (EMACS_LISP_H): New. | Dave Love | 2003-08-20 | 1 | -1/+5 |
| | | | | | (popup_activated_flag): Don't declare. | ||||
| * | (term_init): Use a buffer of size 4096 for tgetent since | Richard M. Stallman | 2003-08-19 | 2 | -10/+18 |
| | | | | | | FreeBSD returns something longer than 2044. Abort if the end of the buffer is overwritten. | ||||
| * | [__FreeBSD_version >= 400000]: Define TERMINFO, use -lncurses. | Richard M. Stallman | 2003-08-19 | 1 | -0/+3 |
| | | |||||
| * | Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-20 | Miles Bader | 2003-08-19 | 2 | -1/+5 |
| | | | | | src/xterm.c (x_term_init): Correctly use result of Ffile_readable_p. | ||||
| * | (lisp_align_malloc): Check for memory full when | Gerd Moellmann | 2003-08-19 | 2 | -15/+23 |
| | | | | | | allocating ablocks, which also avoids freeing a pointer into an ablocks structure. | ||||
| * | (BASE_PURESIZE): Increase to 1100000. | Gerd Moellmann | 2003-08-19 | 1 | -1/+1 |
| | | |||||
| * | (Fmove_overlay): Set overlay's next pointer | Gerd Moellmann | 2003-08-19 | 2 | -6/+9 |
| | | | | | unconditionally. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2003-08-17 | 1 | -0/+14 |
| | | |||||
| * | (Fforward_word): Argument changed to optional. Set default value to 1. | Richard M. Stallman | 2003-08-17 | 1 | -6/+10 |
| | | |||||
| * | (Fwrite_region): Fix conditional expression to issue the right message. | Richard M. Stallman | 2003-08-17 | 1 | -1/+1 |
| | | |||||
| * | (Fencode_time): Doc fix. | Richard M. Stallman | 2003-08-17 | 1 | -0/+3 |
| | | |||||
| * | (try_font_list): Call try_alternative_families to try any family | Kenichi Handa | 2003-08-15 | 1 | -1/+1 |
| | | | | | with the given registry. | ||||
| * | *** empty log message *** | Kenichi Handa | 2003-08-15 | 1 | -0/+9 |
| | | |||||
| * | * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not | Kenichi Handa | 2003-08-15 | 1 | -1/+16 |
| | | | | | | | what autoscaled. (best_matching_font): Once we find a better scalable font, set non_scalable_has_exact_height_p to 1. | ||||
| * | (mark_object): Handle Lisp_Misc_Save_Value. | Andreas Schwab | 2003-08-08 | 2 | -0/+3 |
| | | |||||
| * | (print_string): Fix printing of multibyte string with | Andreas Schwab | 2003-08-08 | 2 | -1/+6 |
| | | | | | nontrivial printcharfun. | ||||
| * | * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2. | Jan Djärv | 2003-07-31 | 3 | -24/+45 |
| | | | | | * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds. | ||||
| * | (read_process_output): Return the actually read bytes | Kenichi Handa | 2003-07-31 | 2 | -7/+9 |
| | | | | | instead of the result of decoding. | ||||
| * | (x_create_bitmap_from_data): Initialize have_mask member to 0. | Kenichi Handa | 2003-07-31 | 2 | -2/+18 |
| | | | | | | | | (x_create_bitmap_from_file): Likewise. (x_destroy_bitmap): Check have_mask member before freeing a mask. (x_destroy_all_bitmaps): Likewise. (x_create_bitmap_mask): Set have_mask member to 1. | ||||
| * | (struct x_bitmap_record): New member have_mask. | Kenichi Handa | 2003-07-31 | 1 | -0/+1 |
| | | |||||
| * | (CFLAGS) [!OPTIMIZE]: Undo previous change. | Richard M. Stallman | 2003-07-30 | 2 | -5/+4 |
| | | |||||
| * | gtkutil.c (xg_mark_data): Update calls to mark_object. | Jan Djärv | 2003-07-29 | 2 | -2/+6 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2003-07-29 | 1 | -0/+8 |
| | | |||||
| * | (xim_open_dpy, xim_initialize, xim_close_dpy): | Richard M. Stallman | 2003-07-29 | 1 | -0/+6 |
| | | | | | Conditionalize XIM code on HAVE_XIM. | ||||
| * | (Fclear_string): New function. | Richard M. Stallman | 2003-07-29 | 1 | -0/+15 |
| | | | | | (syms_of_fns): defsubr it. | ||||
| * | (xic_set_preeditarea): Add the left fringe width to spot.x. | Kenichi Handa | 2003-07-28 | 2 | -1/+6 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2003-07-23 | 1 | -3/+13 |
| | | |||||
| * | (temp_output_buffer_setup): Typo. | Stefan Monnier | 2003-07-22 | 1 | -2/+2 |
| | | |||||
| * | (Finsert_file_contents): Use delete_all_overlays. | Stefan Monnier | 2003-07-22 | 2 | -3/+15 |
| | | |||||
| * | (temp_output_buffer_setup): Use delete_all_overlays. | Stefan Monnier | 2003-07-22 | 1 | -2/+3 |
| | | |||||
| * | (run_pre_post_conversion_on_str): Use delete_all_overlays. | Stefan Monnier | 2003-07-22 | 1 | -2/+3 |
| | | |||||
| * | Don't check HAVE_PNG_H: autoconf doesn't seem to find it. | Stefan Monnier | 2003-07-22 | 1 | -5/+3 |
| | | |||||
| * | (get_minibuffer): Use it. | Stefan Monnier | 2003-07-22 | 1 | -19/+4 |
| | | |||||
| * | (delete_all_overlays): Declare. | Stefan Monnier | 2003-07-22 | 1 | -0/+1 |
| | | |||||
| * | (delete_all_overlays): New function. | Stefan Monnier | 2003-07-22 | 1 | -1/+29 |
| | | |||||
| * | unexmacosx.c: Sort and merge unexec regions before dumping them. | Andrew Choi | 2003-07-22 | 2 | -1/+48 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2003-07-22 | 1 | -0/+4 |
| | | |||||
| * | Consider both png.h and libpng/png.h. | Dave Love | 2003-07-22 | 1 | -3/+9 |
| | | |||||
| * | (get_minibuffer): Be careful when calling `reset_buffer' | Stefan Monnier | 2003-07-22 | 1 | -1/+20 |
| | | | | | which assumes the buffer is uninitialized. | ||||
| * | (MARK_STRING, UNMARK_STRING, STRING_MARKED_P) | Stefan Monnier | 2003-07-21 | 2 | -5/+11 |
| | | | | | | (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than MARKBIT as the gcmarkbit for strings. | ||||