Gerd Moellmann
3179af52e4
(simple-diary-display): Reset modeline even if
...
there are no diary entries since the diary buffer may be displayed.
1999-11-03 15:10:21 +00:00
Gerd Moellmann
d172e3e45a
(redraw-calendar): Move to nearest date before
...
redrawing.
1999-11-03 15:08:53 +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
63ca439e7f
(debug): If noninteractive, display the
...
backtrace using `message', then exit Emacs.
(debugger-batch-max-lines): New variable.
(debugger-setup-buffer): New subroutine, broken out of `debug'.
Change the messages put at the start, to say that the debugger
was entered.
1999-11-03 13:43:19 +00:00
Gerd Moellmann
dadec48230
Patch from rms.
1999-11-03 13:39:34 +00:00
Gerd Moellmann
a5c7ef8bc4
* etags.c (print_help): Change email address to send bugs to.
1999-11-03 13:09:07 +00:00
Gerd Moellmann
df5a19027a
Reading from mini-buffer reads from stdin if noninteractive.
1999-11-03 12:44:49 +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
Sam Steingold
4ff3fcc7d7
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
1999-11-02 23:19:22 +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
0391ab4713
Add image property :user-data.
1999-11-02 12:52:56 +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
00510a6b35
Patch from rms.
1999-11-02 12:38:00 +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
Gerd Moellmann
9a9dfda896
Expanded description of `field' property from Miles Bader.
1999-11-02 12:09:34 +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
f2eb772dca
(gud-perldb-massage-args): Massage correctly in the
...
presence of perl switches other than "-e".
1999-11-01 21:10:27 +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
Francesco Potortì
8dc78b523c
Last changes for etags (I hope).
1999-11-01 19:04:46 +00:00
Dave Love
4a80fa0ccb
*** empty log message ***
1999-11-01 18:27:31 +00:00
Dave Love
027f547ac6
Fix complaints from makeinfo 4.0.
1999-11-01 18:06:55 +00:00
Francesco Potortì
aca0be23e8
Document regexp changes in etags.
1999-11-01 16:40:40 +00:00
Gerd Moellmann
79ddc9c971
Patch from rms.
1999-11-01 15:52:18 +00:00
Gerd Moellmann
111259b445
*** empty log message ***
1999-11-01 15:42:30 +00:00
Gerd Moellmann
93714f3c9d
(dired-smart-shell-command): Use
...
shell-command-history as in shell-command.
1999-11-01 15:41:33 +00:00
Gerd Moellmann
ca693be807
Many doc fixes.
1999-11-01 15:28:32 +00:00
Brian Youmans
0848ab8fac
Added patch for RMS. - Brian
1999-11-01 15:18:26 +00:00
Gerd Moellmann
dd5c96e8a6
*** empty log message ***
1999-11-01 14:54:58 +00:00
Gerd Moellmann
5f60927d07
(ask-user-about-lock): Doc fix.
1999-11-01 14:53:59 +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
90c6f4b650
(blink-cursor-mode): Call internal-show-cursor instead
...
of show-cursor.
(blink-cursor-start, blink-cursor-end): Ditto.
1999-11-01 14:41:31 +00:00
Gerd Moellmann
d20679eb8f
New built-in error `text-read-only'.
1999-11-01 14:21:42 +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
400a1ed0cd
*** empty log message ***
1999-11-01 12:42:13 +00:00
Gerd Moellmann
9920303f6d
(tex-default-mode): Changed to latex-mode.
1999-11-01 12:34:43 +00:00