aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create and initialize a client leader window so session managementJan Djärv2003-08-216-11/+90
| | | | doesn't restart Emacs twice.
* *** empty log message ***Dave Love2003-08-211-0/+4
|
* Use _MIPS_SZLONG, not _LP64.Dave Love2003-08-211-1/+4
|
* (term_init): Fix previous changeKenichi Handa2003-08-212-5/+8
|
* (term_init): Fix previous change; don't rely on theKenichi Handa2003-08-211-0/+4
| | | | length of `buffer' if TERMINFO is defined.
* Removed.Dave Love2003-08-202-350/+21
|
* (LWLIB_OPTIONS): Removed (unused).Dave Love2003-08-201-38/+4
| | | | | (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on atimer.h, blockinput.h.
* Some merging with gnulib. Change logic and docDave Love2003-08-201-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 Love2003-08-201-2/+3
|
* Include lisp.h.Dave Love2003-08-201-0/+3
|
* (EMACS_LISP_H): New.Dave Love2003-08-201-1/+5
| | | | (popup_activated_flag): Don't declare.
* (term_init): Use a buffer of size 4096 for tgetent sinceRichard M. Stallman2003-08-192-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. Stallman2003-08-191-0/+3
|
* Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-20Miles Bader2003-08-192-1/+5
| | | | src/xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
* (lisp_align_malloc): Check for memory full whenGerd Moellmann2003-08-192-15/+23
| | | | | allocating ablocks, which also avoids freeing a pointer into an ablocks structure.
* (BASE_PURESIZE): Increase to 1100000.Gerd Moellmann2003-08-191-1/+1
|
* (Fmove_overlay): Set overlay's next pointerGerd Moellmann2003-08-192-6/+9
| | | | unconditionally.
* *** empty log message ***Richard M. Stallman2003-08-171-0/+14
|
* (Fforward_word): Argument changed to optional. Set default value to 1.Richard M. Stallman2003-08-171-6/+10
|
* (Fwrite_region): Fix conditional expression to issue the right message.Richard M. Stallman2003-08-171-1/+1
|
* (Fencode_time): Doc fix.Richard M. Stallman2003-08-171-0/+3
|
* (try_font_list): Call try_alternative_families to try any familyKenichi Handa2003-08-151-1/+1
| | | | with the given registry.
* *** empty log message ***Kenichi Handa2003-08-151-0/+9
|
* * xfaces.c (better_font_p): Prefer a real scalable font; i.e. notKenichi Handa2003-08-151-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 Schwab2003-08-082-0/+3
|
* (print_string): Fix printing of multibyte string withAndreas Schwab2003-08-082-1/+6
| | | | nontrivial printcharfun.
* * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.Jan Djärv2003-07-313-24/+45
| | | | * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
* (read_process_output): Return the actually read bytesKenichi Handa2003-07-312-7/+9
| | | | instead of the result of decoding.
* (x_create_bitmap_from_data): Initialize have_mask member to 0.Kenichi Handa2003-07-312-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 Handa2003-07-311-0/+1
|
* (CFLAGS) [!OPTIMIZE]: Undo previous change.Richard M. Stallman2003-07-302-5/+4
|
* gtkutil.c (xg_mark_data): Update calls to mark_object.Jan Djärv2003-07-292-2/+6
|
* *** empty log message ***Richard M. Stallman2003-07-291-0/+8
|
* (xim_open_dpy, xim_initialize, xim_close_dpy):Richard M. Stallman2003-07-291-0/+6
| | | | Conditionalize XIM code on HAVE_XIM.
* (Fclear_string): New function.Richard M. Stallman2003-07-291-0/+15
| | | | (syms_of_fns): defsubr it.
* (xic_set_preeditarea): Add the left fringe width to spot.x.Kenichi Handa2003-07-282-1/+6
|
* *** empty log message ***Dave Love2003-07-231-3/+13
|
* (temp_output_buffer_setup): Typo.Stefan Monnier2003-07-221-2/+2
|
* (Finsert_file_contents): Use delete_all_overlays.Stefan Monnier2003-07-222-3/+15
|
* (temp_output_buffer_setup): Use delete_all_overlays.Stefan Monnier2003-07-221-2/+3
|
* (run_pre_post_conversion_on_str): Use delete_all_overlays.Stefan Monnier2003-07-221-2/+3
|
* Don't check HAVE_PNG_H: autoconf doesn't seem to find it.Stefan Monnier2003-07-221-5/+3
|
* (get_minibuffer): Use it.Stefan Monnier2003-07-221-19/+4
|
* (delete_all_overlays): Declare.Stefan Monnier2003-07-221-0/+1
|
* (delete_all_overlays): New function.Stefan Monnier2003-07-221-1/+29
|
* unexmacosx.c: Sort and merge unexec regions before dumping them.Andrew Choi2003-07-222-1/+48
|
* *** empty log message ***Dave Love2003-07-221-0/+4
|
* Consider both png.h and libpng/png.h.Dave Love2003-07-221-3/+9
|
* (get_minibuffer): Be careful when calling `reset_buffer'Stefan Monnier2003-07-221-1/+20
| | | | which assumes the buffer is uninitialized.
* (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)Stefan Monnier2003-07-212-5/+11
| | | | | (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than MARKBIT as the gcmarkbit for strings.