Lute Kamstra
5df034de1f
*** empty log message ***
2003-09-08 08:06:58 +00:00
Andreas Schwab
03bb6a06e1
Use long instead of int when casting ABLOCKS_BUSY to
...
avoid warning.
2003-09-07 19:15:51 +00:00
Eli Zaretskii
2063d89c11
(region_limit): Support any non-zero value of BEGINNINGP.
2003-09-07 16:26:52 +00:00
Kim F. Storm
ed159bbf70
*** empty log message ***
2003-09-03 07:50:16 +00:00
Jason Rumney
fe64a394bd
*** empty log message ***
2003-09-01 21:36:56 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Dave Love
c0175e247b
(alloca.o): Remove commands.
...
(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.
2003-09-01 14:38:33 +00:00
Jason Rumney
4bc2315e9e
(w32_per_char_metric): Allow cached metrics to be
...
returned even when font_type is unknown.
2003-08-31 22:15:15 +00:00
Jason Rumney
a24d4cb27a
(init_iterator): Remove old WINDOWSNT conditional.
2003-08-31 21:38:07 +00:00
Jan Djärv
9d35adc75f
Fix pixel calculation for TrueVisuals.
2003-08-30 17:44:40 +00:00
Gerd Moellmann
6f68b035e5
(redisplay_internal): Fix change of 2003-04-30. Don't
...
tell redisplay display is accurate when it's actually been paused
for pending input.
2003-08-29 21:46:42 +00:00
Richard M. Stallman
4828b4d793
*** empty log message ***
2003-08-29 16:21:03 +00:00
Gerd Moellmann
e019878d2c
(lookup_rgb_color): Handle TrueColor visuals specially.
2003-08-29 09:29:39 +00:00
Kenichi Handa
85478bc688
(decode_coding_iso2022): Initialized local variable c2.
...
(decode_coding_sjis_big5): Likewise.
2003-08-28 08:19:07 +00:00
Jason Rumney
d3703de36c
*** empty log message ***
2003-08-27 22:57:13 +00:00
Jason Rumney
ee4a01d19d
(w32_read_socket): Fix WM_MOUSEWHEEL assignment.
2003-08-27 22:37:14 +00:00
Jason Rumney
07ce82d3dd
*** empty log message ***
2003-08-27 22:33:19 +00:00
Lute Kamstra
72d19c667d
*** empty log message ***
2003-08-26 08:47:01 +00:00
Eli Zaretskii
3d8714e792
*** empty log message ***
2003-08-24 15:11:24 +00:00
Eli Zaretskii
5459e42a3e
*** empty log message ***
2003-08-24 13:49:03 +00:00
Jan Djärv
231d6cfb0c
Create and initialize a client leader window so session management
...
doesn't restart Emacs twice.
2003-08-21 19:54:47 +00:00
Dave Love
afa88464b1
*** empty log message ***
2003-08-21 17:24:58 +00:00
Kenichi Handa
f730033e6c
(term_init): Fix previous change
2003-08-21 11:36:40 +00:00
Dave Love
6dca786ccb
Removed.
2003-08-20 16:57:22 +00:00
Richard M. Stallman
3a06a6d99b
(term_init): Use a buffer of size 4096 for tgetent since
...
FreeBSD returns something longer than 2044. Abort if the end of
the buffer is overwritten.
2003-08-19 23:47:31 +00:00
Miles Bader
27eeee55f1
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-20
...
src/xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
2003-08-19 16:20:13 +00:00
Gerd Moellmann
f4446bbf6f
(lisp_align_malloc): Check for memory full when
...
allocating ablocks, which also avoids freeing a pointer into an
ablocks structure.
2003-08-19 12:58:35 +00:00
Gerd Moellmann
2f297815d7
(Fmove_overlay): Set overlay's next pointer
...
unconditionally.
2003-08-19 12:39:00 +00:00
Richard M. Stallman
0e7d7aae70
*** empty log message ***
2003-08-17 00:27:53 +00:00
Kenichi Handa
5d55129552
*** empty log message ***
2003-08-15 12:19:08 +00:00
Andreas Schwab
f29181dc5d
(mark_object): Handle Lisp_Misc_Save_Value.
2003-08-08 23:14:48 +00:00
Andreas Schwab
1661e56b9c
(print_string): Fix printing of multibyte string with
...
nontrivial printcharfun.
2003-08-08 22:45:48 +00:00
Jan Djärv
465aa50afc
* xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
...
* xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
2003-07-31 16:10:53 +00:00
Kenichi Handa
e430e5baa0
(read_process_output): Return the actually read bytes
...
instead of the result of decoding.
2003-07-31 01:24:44 +00:00
Kenichi Handa
97e7188e57
(x_create_bitmap_from_data): Initialize have_mask member to 0.
...
(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.
2003-07-31 00:52:19 +00:00
Richard M. Stallman
b53094d605
(CFLAGS) [!OPTIMIZE]: Undo previous change.
2003-07-30 19:22:04 +00:00
Jan Djärv
631f20823c
gtkutil.c (xg_mark_data): Update calls to mark_object.
2003-07-29 18:04:15 +00:00
Richard M. Stallman
c855f2cabd
*** empty log message ***
2003-07-29 17:42:14 +00:00
Kenichi Handa
17e6d49143
(xic_set_preeditarea): Add the left fringe width to spot.x.
2003-07-28 13:05:25 +00:00
Stefan Monnier
29ea8ae9da
(Finsert_file_contents): Use delete_all_overlays.
2003-07-22 19:07:49 +00:00
Andrew Choi
1dd7ccf280
unexmacosx.c: Sort and merge unexec regions before dumping them.
2003-07-22 17:54:50 +00:00
Dave Love
f57bd9674a
*** empty log message ***
2003-07-22 17:31:46 +00:00
Stefan Monnier
7cdee93615
(MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
...
(GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
MARKBIT as the gcmarkbit for strings.
2003-07-21 20:03:35 +00:00
Richard M. Stallman
e50886d302
*** empty log message ***
2003-07-21 09:58:57 +00:00
Richard M. Stallman
fdc39b5955
(xim_initialize): Redo 6/24 change.
2003-07-17 10:15:15 +00:00
Stefan Monnier
9c53385f8c
*** empty log message ***
2003-07-16 14:40:03 +00:00
Stefan Monnier
a801bc343e
*** empty log message ***
2003-07-14 15:30:21 +00:00
Paul Eggert
dde13196ab
* alloc.c (pure, staticvec):
...
Initialize these arrays to nonzero, so that they're not
put into BSS by that optimization.
2003-07-14 05:38:24 +00:00
Richard M. Stallman
0c8b2afa5b
(START_FILES_1, END_FILES_1): Always define them.
2003-07-13 18:00:24 +00:00
Juanma Barranquero
668c2ab06d
*** empty log message ***
2003-07-13 17:52:07 +00:00