Jim Blandy
165c38c534
*** empty log message ***
1993-06-09 11:26:54 +00:00
Jim Blandy
4cad38d5ed
* scroll-bar.el (scroll-bar-set-window-start): Remember that the
...
scroll bar numbers reflect the accessible region of the buffer,
not the entire buffer.
1993-06-09 09:44:24 +00:00
Jim Blandy
8eda6c512f
*** empty log message ***
1993-06-09 09:23:12 +00:00
Jim Blandy
5fcbb24d47
* xdisp.c (display_text_line): Handle case where line ends in a
...
continuation character but we never actually displayed any buffer
text (due to minibuffer prompt).
1993-06-09 07:21:28 +00:00
Jim Blandy
e4571a43ea
* xterm.c (x_is_vendor_fkey): New function.
...
(XTread_socket): Call it to recognize vendor-specific function keys.
1993-06-09 04:56:47 +00:00
Jim Blandy
dbba802ad5
* s/dgux.h: Move #definition of SYSTEM_MALLOC outside of
...
MAKING_MAKEFILE conditional. No harm.
1993-06-09 04:42:19 +00:00
Jim Blandy
1120eb5e8d
* xfaces.c (init_frame_faces): Remove assumption that the selected
...
frame must be an X frame whenever there is already an X frame.
1993-06-09 04:36:41 +00:00
Jim Blandy
4b5a51c1fe
* configure.in: Test for bison.
...
* Makefile.in (YACC): New variable.
(lib-src/Makefile.in): Edit YACC into the makefile.
* Makefile.in (YACC): New variable, to be set by top-level Makefile.
1993-06-09 04:06:57 +00:00
Jim Blandy
2756d8ee8d
* alloc.c (emacs_blocked_malloc, emacs_blocked_realloc): Cast the
...
return values of malloc and realloc, to placate compilers.
1993-06-09 03:55:55 +00:00
Richard M. Stallman
536ae2dded
(dired-flag-auto-save-files): Ignore `*' added by ls -F.
1993-06-08 22:54:46 +00:00
Richard M. Stallman
5f8a398a50
(INTERVAL_WRITABLE_P): Fix backwards tests.
1993-06-08 21:08:56 +00:00
Melissa Weisshaus
798c05c3b6
Initial revision
1993-06-08 20:59:11 +00:00
Richard M. Stallman
5ef4613c56
(sc-mark): Use mark-marker.
1993-06-08 16:28:28 +00:00
Richard M. Stallman
38fdf67594
Rewrite by author; mostly rearrangements.
1993-06-08 16:25:02 +00:00
Jim Blandy
602dc898ea
* configure.in: Remove extra ;; from hpux cases.
1993-06-08 07:21:54 +00:00
Jim Blandy
4ed216b38b
* configure.in (CFLAGS): Don't set this according to the value of
...
the GCC shell variable. Instead, consult the machine and system
files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
test __GNUC__ while we're at it.
* configure.in: Check to see if the system has -ldnet.
1993-06-08 07:18:40 +00:00
Jim Blandy
ea2c2e02db
* configure.in (machine): Fix the versions in hpux version number test.
...
Do not guess based on cpu type. Do check for explicit system version.
1993-06-08 07:17:32 +00:00
Jim Blandy
11e5be7d85
* wakeup.c: Include sys/types.h, too; I think that's where time_t
...
comes from, not sys/time.h.
1993-06-08 07:15:01 +00:00
Jim Blandy
8f2d5456ad
* config.h.in (HAVE_LIBDNET): New macro, to be defined by
...
../configure.
* m/pmax.h (LIBS_MACHINE): Only put "-ldnet" here if HAVE_LIBDNET
is #defined.
1993-06-08 07:00:13 +00:00
Jim Blandy
e44e10e4ea
* ymakefile (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH): Remove these;
...
people shouldn't edit this file to choose optimization and
debugging switches anyway. ../configure will set CFLAGS to an
appropriate default, which they will be able to override.
* Makefile.in (xmakefile): Don't try to turn -g and -O in
CFLAGS into C_DEBUG_SWITCH and C_OPTIMIZE_SWITCH. CFLAGS should
be the sole source of such switches, so that setting CFLAGS
controls them completely.
1993-06-08 06:59:37 +00:00
Richard M. Stallman
8e9b75edd9
#undef static.
1993-06-08 06:20:56 +00:00
Richard M. Stallman
c81a3712fa
(Fforward_comment): Set point to where scan stops,
...
thus moving acros whitespace. When moving fwd, treat Sendcomment
as whitespace; likewise for Scomment when moving back.
(scan_sexps_forward): New arg COMMENTSTOP.
(Fparse_partial_sexp): Likewise.
1993-06-08 06:12:08 +00:00
Richard M. Stallman
aa4ed68c3e
(fortran-indent-new-line): Renamed from
...
fortran-reindent-then-newline-and-indent.
1993-06-08 05:25:19 +00:00
Richard M. Stallman
bcd5aef107
(mouse-drag-region-1): Un-comment-out this function.
1993-06-08 05:16:47 +00:00
Richard M. Stallman
b0ebdfe551
(Info-follow-reference): Fix completion defaulting.
1993-06-08 04:41:00 +00:00
Jim Blandy
6028d553ed
* make-dist: Add clauses to distribute lisp/forms-mode.
1993-06-08 04:27:18 +00:00
Richard M. Stallman
d2e1218f85
(safe-documentation): Don't crash on byte-compiled macro.
1993-06-08 01:32:42 +00:00
Richard M. Stallman
3ed5409efa
(telnet-simple-send): New function.
...
(telnet): Arrange to use that.
1993-06-08 01:29:05 +00:00
Richard M. Stallman
d177495be7
(mouse-union-first-preferred): Renamed from mouse-union-first-prefered.
1993-06-08 01:11:53 +00:00
Richard M. Stallman
3ec46acdf0
(syms_of_fileio): Set up Qset_visited_file_modtime.
...
(Fset_visited_file_modtime): Use the proper operation.
1993-06-08 01:09:50 +00:00
Richard M. Stallman
d7272cff92
(init_baud_rate) [HAVE_TERMIOS]: Use cfgetospeed.
1993-06-07 23:57:08 +00:00
Richard M. Stallman
cef13e5501
(x_caught_error_message): Change type to char* from char*[].
...
(X_CAUGHT_ERROR_MESSAGE_SIZE): New macro.
(x_error_catcher): Corresponding changes.
(x_catch_errors): Corresponding changes.
(x_check_errors): Do not free x_caught_error_message.
(x_uncatch_errors): Set x_caught_error_message to 0 after freeing it.
1993-06-07 23:52:45 +00:00
Richard M. Stallman
d2d846a3d1
Add NO_TERMIO conditional.
1993-06-07 23:40:04 +00:00
Richard M. Stallman
c2121a73a9
(texinfo-section-types-regexp): Add @chapheading.
1993-06-07 23:35:09 +00:00
Richard M. Stallman
0f1dc98e7a
(x-create-frame-with-faces): Reversevideo -> ReverseVideo.
1993-06-07 23:23:42 +00:00
Richard M. Stallman
792a0e1cea
(frame-initialize): Reversevideo -> ReverseVideo.
1993-06-07 23:23:26 +00:00
Richard M. Stallman
daa5e28ff5
(Fadd_text_properties): Don't treat the initial
...
interval specially, aside from splitting off the part starting
where we want to start changing things.
(Fremove_text_properties): Likewise.
For ending interval, split it left as in Fadd_text_properties.
(Fset_text_properties): Don't set starting interval if it goes
past END. Instead, split it left and set the left part.
1993-06-07 22:17:35 +00:00
Richard M. Stallman
93d3549919
Fix typos in previous change.
...
Add a few menu items.
(bibtex-name-alignment): Renamed from bibtex-name-alignement.
1993-06-07 20:06:34 +00:00
Richard M. Stallman
dcec1a3b19
Doc fixes. Delete local variable list at the end.
...
(expr-forward-sexp): Renamed from forw-expr.
(expr-backward-sexp): Renamed from back-expr.
1993-06-07 19:37:18 +00:00
Richard M. Stallman
4536d48457
(describe-buffer-case-table): Merge locals i and ch.
...
Make *Help* current buffer for describe-vector.
1993-06-07 19:11:40 +00:00
Richard M. Stallman
6715fb4824
(outlinify-sticky): Renamed from outlineify-sticky.
1993-06-07 18:48:08 +00:00
Richard M. Stallman
7f7436bac3
(etags-recognize-tags-table): Fix misspelling of
...
find-tag-regexp-next-line-after-failure-p.
1993-06-07 18:32:26 +00:00
Richard M. Stallman
e0fdbababf
entered into RCS
1993-06-07 18:29:36 +00:00
Richard M. Stallman
63a81d888e
(Fceiling): Fix spelling of "ceiling".
1993-06-07 18:29:07 +00:00
Richard M. Stallman
b6e18723e1
(uaf$v_thursday): Fix misspelling of "thursday".
1993-06-07 18:27:47 +00:00
Richard M. Stallman
1fe85c4562
(INTERRUPTIBLE_*): Fix spelling of macros.
1993-06-07 18:20:33 +00:00
Richard M. Stallman
f478c16076
(SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.
1993-06-07 18:05:57 +00:00
Richard M. Stallman
2fa8c0b5d4
Doc fix.
1993-06-07 17:19:36 +00:00
Richard M. Stallman
4f9d3ad880
*** empty log message ***
1993-06-07 08:06:10 +00:00
Richard M. Stallman
849056cc4c
(rmail-variables): Default rmail-inbox-list here.
...
(rmail): Not here.
1993-06-07 06:56:03 +00:00