Gerd Moellmann
7ca1e8b752
(struct byte_stack): New.
...
(byte_stack_list, mark_byte_stack, relocate_byte_pcs): New
(BEFORE_POTENTIAL_GC, AFTER_POTENTIAL_GC): New.
(FETCH, PUSH, POP, DISCARD, TOP, MAYBE_GC): Rewritten.
(HANDLE_RELOCATION): Removed.
(Fbyte_code): Use byte_stack structures.
1999-11-05 21:26:15 +00:00
Gerd Moellmann
4d59c34cd8
*** empty log message ***
1999-11-05 14:05:21 +00:00
Gerd Moellmann
8105cbf751
(Ffile_locked_p): Make FILENAME a required argument.
1999-11-05 14:04:40 +00:00
Gerd Moellmann
fe512f27c0
* buffer.c (syms_of_buffer): Extend documentation of
...
mode-line-format.
1999-11-05 13:46:32 +00:00
Gerd Moellmann
60b64cd673
*** empty log message ***
1999-11-04 21:07:47 +00:00
Gerd Moellmann
98cbb9a3dd
(do_completion, Fminibuffer_complete_word): Use
...
Ferase_field instead of Fdelete_field.
1999-11-04 20:30:49 +00:00
Gerd Moellmann
8bf64fe8ef
(Fdelete_field): Renamed from Ferase_field.
1999-11-04 20:30:05 +00:00
Jason Rumney
e5619f6b11
*** empty log message ***
1999-11-04 18:29:46 +00:00
Dave Love
789fddb7d7
*** empty log message ***
1999-11-04 16:32:03 +00:00
Gerd Moellmann
b51b619b17
*** empty log message ***
1999-11-03 16:27:34 +00:00
Gerd Moellmann
5d7791b36a
(Finternal_show_cursor): Change it to set the
...
cursor on/off, not toggle its state.
(Finternal_show_cursor_p): New.
(syms_of_display): Defsubr Sinternal_show_cursor_p.
1999-11-03 15:57:55 +00:00
Dave Love
5865af0db1
(split_non_ascii_string): Define return value.
1999-11-03 14:30:11 +00:00
Gerd Moellmann
cb3a6c483b
*** empty log message ***
1999-11-03 13:47:00 +00:00
Gerd Moellmann
edfef19957
(string_to_object): New.
...
(read_minibuf_noninteractive): New.
(read_minibuf): Call read_minibuf_noninteractive if
noninteractive. Use string_to_object.
1999-11-03 12:41:38 +00:00
Gerd Moellmann
82a700f3f2
*** empty log message ***
1999-11-02 23:23:08 +00:00
Gerd Moellmann
9e56fc95cc
(Fdocumentation_property): Fix bug bypassing UNGCPRO.
1999-11-02 23:18:05 +00:00
Dave Love
e69dcd60c5
Use SIGCHLD, not SIGCLD (not in glibc 2.1).
1999-11-02 23:10:56 +00:00
Dave Love
827a1788e0
Undo last change and define _GNU_SOURCE before config.h.
1999-11-02 22:44:28 +00:00
Dave Love
b5540f0dc6
Use string.h for strsignal.
1999-11-02 14:23:20 +00:00
Gerd Moellmann
a69a6e61d4
(QUIT): Give it statement form.
1999-11-02 13:25:16 +00:00
Dave Love
87e21fbd58
(init_eval): Conditionalize declaration of gcpro_level.
1999-11-02 12:58:32 +00:00
Gerd Moellmann
9fb5e03d38
(QCuser_data): New.
...
(syms_of_xfns): Initialize QCuser_data.
(parse_image_spec): Ignore :user-data DATA properties.
1999-11-02 12:51:55 +00:00
Gerd Moellmann
1b335865a4
(display_line): Set charpos of first glyph in blank
...
lines not corresponding to any text to -1, even if no glyphs are
filled in in that line.
1999-11-02 12:22:54 +00:00
Richard M. Stallman
d21bd3fbdb
(w16select.o, sound.o): Don't depend on lisp.h.
1999-11-01 23:26:54 +00:00
Richard M. Stallman
7b0cb8a0e7
(strout): Consider `noninteractive' and use stdout
...
only when PRINTCHARFUN is t.
1999-11-01 23:25:14 +00:00
Richard M. Stallman
15934ffa0e
[DEBUG_GCPRO] (gcpro_level): New variable.
...
(init_eval) [DEBUG_GCPRO]: Initialize it.
(unwind_to_catch) [DEBUG_GCPRO]: Set gcpro_level
from remaining gcprolist.
1999-11-01 23:19:20 +00:00
Richard M. Stallman
4742f5240c
(struct gcpro) [DEBUG_GCPRO]: New field `level'.
...
(gcpro_level): Declare it extern.
[DEBUG_GCPRO] (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
Alternate definitions that set `level' and increment `gcpro_level'.
[DEBUG_GCPRO] (UNGCPRO): Alternate definition that checks gcpro_level.
1999-11-01 23:16:22 +00:00
Gerd Moellmann
36fcd3d902
*** empty log message ***
1999-11-01 21:11:14 +00:00
Gerd Moellmann
6c1aa34da0
(png_load) [PNG_READ_sRGB_SUPPORTED]: Put code using
...
png_get_sRGB in #ifdef.
1999-11-01 21:05:14 +00:00
Gerd Moellmann
111259b445
*** empty log message ***
1999-11-01 15:42:30 +00:00
Gerd Moellmann
dd5c96e8a6
*** empty log message ***
1999-11-01 14:54:58 +00:00
Gerd Moellmann
c3f135409c
(Finternal_show_cursor): Renamed from Fshow_cursor.
...
(syms_of_display): Use the new name.
1999-11-01 14:43:24 +00:00
Gerd Moellmann
db8878fb45
*** empty log message ***
1999-11-01 14:42:21 +00:00
Gerd Moellmann
e28c666e3c
(verify_interval_modification): Signal text-read-only
...
instead of calling error.
1999-11-01 14:14:52 +00:00
Gerd Moellmann
6c8583110b
Add extern declaration for Qtext_read_only.
1999-11-01 14:14:31 +00:00
Gerd Moellmann
8f9f49d733
(Qtext_read_only): New built-in error.
...
(syms_of_data): Initialize it.
1999-11-01 14:14:04 +00:00
Gerd Moellmann
e76f1c446d
Remove whitespace after open or in front of closing parentheses.
1999-11-01 13:56:47 +00:00
Gerd Moellmann
575ed80579
*** empty log message ***
1999-10-31 14:01:04 +00:00
Gerd Moellmann
e82bd92274
(resize_mini_window): Compute needed height differently.
1999-10-31 13:04:20 +00:00
Gerd Moellmann
7843e09cdc
(Flength): Unroll loop over lists.
1999-10-31 02:04:50 +00:00
Gerd Moellmann
80c6cb1ff0
(append_space): Return non-zero if space was appended.
...
(display_line): Set charpos of first glyph to -1 only if that
glyph is the space added by append_glyph.
1999-10-31 02:01:25 +00:00
Gerd Moellmann
65113618fc
Extend comment for optional_new_start.
1999-10-30 20:43:26 +00:00
Kenichi Handa
3636f7a323
(code_convert_region): Update `dst' correctly.
1999-10-29 00:46:20 +00:00
Gerd Moellmann
d9e455fbec
(POP_FAILURE_POINT): Use failure_id.integer
...
as arg to DEBUG_POP and DEBUG_PRINT.
1999-10-28 21:17:43 +00:00
Gerd Moellmann
a2ad7096ec
*** empty log message ***
1999-10-28 12:13:45 +00:00
Gerd Moellmann
f2be367171
(Fmemq, Fassq, Frassq, assq_no_quit, Fassoc)
...
(Frassoc): Rewritten.
1999-10-28 12:12:47 +00:00
Gerd Moellmann
1e3196e81b
*** empty log message ***
1999-10-27 10:24:42 +00:00
Gerd Moellmann
ffe2d21f78
Add undef for HAVE_DEV_PTMX.
1999-10-27 10:22:45 +00:00
Gerd Moellmann
fdc5e0fcf4
[HAVE_DEV_PTMX]: Redefine FIRST_PTY_LETTER to 'z'.
...
Define PTY_NAME_SPRINTF.
Redefine PTY_TTY_NAME_SPRINTF.
1999-10-27 10:22:21 +00:00
Gerd Moellmann
17dbfaad0e
*** empty log message ***
1999-10-26 23:28:36 +00:00