aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Kenichi Handa2003-09-261-5/+0
|
* (map_char_table): Protect `range' from GC.Andreas Schwab2003-09-101-0/+5
| | | | (map_char_table_for_charset): Likewise.
* New directoryKenichi Handa2003-09-081-195/+0
|
* *** empty log message ***Kim F. Storm2003-09-031-0/+6
|
* *** empty log message ***Jason Rumney2003-09-011-0/+6
|
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* (alloca.o): Remove commands.Dave Love2003-09-011-0/+8
| | | | | | | (coding.o): Depend on intervals.h composite.h window.h. (emacs.o): Depend on window.h keyboard.h keymap.h. (gtkutil.o): Depend on keyboard.h charset.h coding.h. (bytecode.o): Depend on window.h.
* (w32_per_char_metric): Allow cached metrics to beJason Rumney2003-08-311-0/+3
| | | | returned even when font_type is unknown.
* (init_iterator): Remove old WINDOWSNT conditional.Jason Rumney2003-08-311-0/+4
|
* Fix pixel calculation for TrueVisuals.Jan Djärv2003-08-301-0/+10
|
* (redisplay_internal): Fix change of 2003-04-30. Don'tGerd Moellmann2003-08-291-0/+6
| | | | | tell redisplay display is accurate when it's actually been paused for pending input.
* *** empty log message ***Richard M. Stallman2003-08-291-0/+18
|
* (lookup_rgb_color): Handle TrueColor visuals specially.Gerd Moellmann2003-08-291-0/+4
|
* (decode_coding_iso2022): Initialized local variable c2.Kenichi Handa2003-08-281-0/+5
| | | | (decode_coding_sjis_big5): Likewise.
* *** empty log message ***Jason Rumney2003-08-271-0/+2
|
* (w32_read_socket): Fix WM_MOUSEWHEEL assignment.Jason Rumney2003-08-271-0/+2
|
* *** empty log message ***Jason Rumney2003-08-271-0/+4
|
* *** empty log message ***Lute Kamstra2003-08-261-0/+5
|
* *** empty log message ***Eli Zaretskii2003-08-241-0/+3
|
* *** empty log message ***Eli Zaretskii2003-08-241-0/+7
|
* Create and initialize a client leader window so session managementJan Djärv2003-08-211-0/+16
| | | | doesn't restart Emacs twice.
* *** empty log message ***Dave Love2003-08-211-0/+4
|
* (term_init): Fix previous changeKenichi Handa2003-08-211-0/+5
|
* Removed.Dave Love2003-08-201-0/+21
|
* (term_init): Use a buffer of size 4096 for tgetent sinceRichard M. Stallman2003-08-191-0/+9
| | | | | FreeBSD returns something longer than 2044. Abort if the end of the buffer is overwritten.
* Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-20Miles Bader2003-08-191-0/+4
| | | | src/xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
* (lisp_align_malloc): Check for memory full whenGerd Moellmann2003-08-191-0/+6
| | | | | allocating ablocks, which also avoids freeing a pointer into an ablocks structure.
* (Fmove_overlay): Set overlay's next pointerGerd Moellmann2003-08-191-0/+5
| | | | unconditionally.
* *** empty log message ***Richard M. Stallman2003-08-171-0/+14
|
* *** empty log message ***Kenichi Handa2003-08-151-0/+9
|
* (mark_object): Handle Lisp_Misc_Save_Value.Andreas Schwab2003-08-081-0/+2
|
* (print_string): Fix printing of multibyte string withAndreas Schwab2003-08-081-0/+5
| | | | nontrivial printcharfun.
* * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.Jan Djärv2003-07-311-0/+6
| | | | * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
* (read_process_output): Return the actually read bytesKenichi Handa2003-07-311-0/+5
| | | | instead of the result of decoding.
* (x_create_bitmap_from_data): Initialize have_mask member to 0.Kenichi Handa2003-07-311-0/+11
| | | | | | | (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.
* (CFLAGS) [!OPTIMIZE]: Undo previous change.Richard M. Stallman2003-07-301-0/+4
|
* gtkutil.c (xg_mark_data): Update calls to mark_object.Jan Djärv2003-07-291-0/+4
|
* *** empty log message ***Richard M. Stallman2003-07-291-0/+8
|
* (xic_set_preeditarea): Add the left fringe width to spot.x.Kenichi Handa2003-07-281-0/+5
|
* (Finsert_file_contents): Use delete_all_overlays.Stefan Monnier2003-07-221-1/+12
|
* unexmacosx.c: Sort and merge unexec regions before dumping them.Andrew Choi2003-07-221-0/+6
|
* *** empty log message ***Dave Love2003-07-221-0/+4
|
* (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)Stefan Monnier2003-07-211-0/+6
| | | | | (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than MARKBIT as the gcmarkbit for strings.
* *** empty log message ***Richard M. Stallman2003-07-211-0/+13
|
* (xim_initialize): Redo 6/24 change.Richard M. Stallman2003-07-171-0/+4
|
* *** empty log message ***Stefan Monnier2003-07-161-0/+19
|
* *** empty log message ***Stefan Monnier2003-07-141-4/+12
|
* * alloc.c (pure, staticvec):Paul Eggert2003-07-141-0/+11
| | | | | Initialize these arrays to nonzero, so that they're not put into BSS by that optimization.
* (START_FILES_1, END_FILES_1): Always define them.Richard M. Stallman2003-07-131-0/+4
|
* *** empty log message ***Juanma Barranquero2003-07-131-0/+13
|