1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00
Commit Graph

28142 Commits

Author SHA1 Message Date
Dave Love
314767c0a5 Don't define autoconfiscated NLIST_STRUCT. 2000-04-14 17:54:26 +00:00
Dave Love
02cefd5a10 Don't define
autoconfiscated HAVE_GETLOADAVG.
2000-04-14 17:52:41 +00:00
Dave Love
f6f98c87c2 Don't define autoconfiscated
BROKEN_MKTIME.
2000-04-14 17:51:55 +00:00
Gerd Moellmann
a2522dca96 *** empty log message *** 2000-04-14 13:30:35 +00:00
Gerd Moellmann
90757bb354 (gud-jdb-build-source-files-list): Check that directory
exists before calling directory-files.
2000-04-14 13:27:48 +00:00
Gerd Moellmann
c1355e1fb4 (MAKE_LOCK_NAME): Allocate 2 more bytes.
(fill_in_lock_file_name): Avoid existing files that aren't
links.
2000-04-14 13:03:20 +00:00
Dave Love
33744b5de6 *** empty log message *** 2000-04-14 12:47:38 +00:00
Dave Love
dd4e2b007a Add LIBS, LIBOBJS. 2000-04-14 12:43:52 +00:00
Dave Love
f6a92bd8d1 (LIBOBJS): New variable.
(obj): Use it.
2000-04-14 12:40:49 +00:00
Dave Love
33fef74ef0 New variable.
(INTERVAL_SRC): Convert to make variable.
(INTERVAL_OBJ, MKTIME_OBJ, FLOAT_SUPPORT, FACE_SUPPORT)
(HAVE_X_WINDOWS, OBJECTS_SYSTEM): Remove.
(obj): Substitute INTERVAL_OBJ, add MKTIME_OBJ, GETLOADAVG_OBJ and
@LIBOBJS@.
(SOME_MACHINE_OBJECTS): Remove interval stuff.
(lisp): Substitute FACE_SUPPORT, FLOAT_SUP.
(shortlisp): Add facemenu, float-sup, frame.
(SOME_MACHINE_LISP): Remove them from here.
(LIBES): Change unused LDLIBS to autoconf LIBS.
2000-04-14 12:34:44 +00:00
Dave Love
3218b63918 Add BROKEN_MKTIME, NLIST_STRUCT, NLIST_NAME_UNION. 2000-04-14 11:24:14 +00:00
Dave Love
4487f86d42 (AC_FUNC_MKTIME): New. 2000-04-14 11:22:13 +00:00
Dave Love
38c44a9161 Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME. 2000-04-14 11:21:41 +00:00
Kenichi Handa
d3f40cbd57 (update_compositions): If FROM and TO is not in a
valid range, do nothing.
2000-04-13 23:38:19 +00:00
Kenichi Handa
9d3d591637 *** empty log message *** 2000-04-13 23:37:37 +00:00
Dave Love
6e8836101a *** empty log message *** 2000-04-13 19:42:22 +00:00
Gerd Moellmann
198e3c7ad9 *** empty log message *** 2000-04-13 19:17:06 +00:00
Gerd Moellmann
edc9cd3505 Customization fix, doc fix.
(ps-print-version): New version number (5.1.4).
(ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
(ps-print-preprint): Adjust code.
(ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
(ps-print-prologue-header, ps-print-control-characters)
(ps-spool-config): Customization fix.
2000-04-13 19:15:23 +00:00
Gerd Moellmann
8b43185594 (include-other-diary-files): Fix the fix of
2000-02-18 by doing a save-excursion.
2000-04-13 19:12:54 +00:00
Dave Love
aa455f0b87 Change maintainer. Use new backquote
syntax.
2000-04-13 19:12:13 +00:00
Gerd Moellmann
45e0dd95ba (tparam1): Abort when encountering an unknown
`%'-specifier.
2000-04-13 19:10:40 +00:00
Gerd Moellmann
cbf5ca04c1 (TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as
terminfo.o.
2000-04-13 19:10:25 +00:00
Dave Love
a16fcdfc64 Remove when, unless. 2000-04-13 19:10:09 +00:00
Gerd Moellmann
eb9e93992f (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
as TERMCAP_OBJ.
2000-04-13 19:10:05 +00:00
Dave Love
017266f83b Use keywordp. 2000-04-13 19:05:47 +00:00
Dave Love
359476e0f0 (custom-sort-items): Avoid symbol-name with new
string-lessp.
2000-04-13 19:05:10 +00:00
Dave Love
be0dd6570e (edebug-keywordp): Remove. Change callers
to use keywordp.
(edebug-spec): Enable keywordp.
2000-04-13 19:04:33 +00:00
Dave Love
88d9af06cb (keywordp): Remove. 2000-04-13 19:04:00 +00:00
Dave Love
cf6bc7c3a5 Don't quote keywords.
(cl-old-mapc): New variable.
(mapc): Use it.
(cl-map-intervals): Use with-current-buffer.  Don't check for
next-property-change.
(cl-map-overlays): Use with-current-buffer.
(cl-expt): Remove.
(copy-tree, remprop): Define unconditionally.
2000-04-13 19:03:34 +00:00
Eli Zaretskii
8eba343c5b (ispell-menu-map): Menu items rearranged and
converted to the new menu-item format, names silightly changed,
help strings added.

Support for spelling without async subprocesses:

(ispell-cmd-args, ispell-output-buffer)
(ispell-session-buffer): New variables.
(ispell-start-process, ispell-process-status,
ispell-accept-output, ispell-send-string): New functions, for
Ispell invocation when async subprocesses aren't supported.
(ispell-word, ispell-pdict-save, ispell-command-loop,
ispell-process-line, ispell-buffer-local-parsing): Replace calls
to process-send-string with calls to ispell-send-string, and
accept-process-output with ispell-accept-output.
(ispell-init-process): Call ispell-process-status instead of
process-status with.
(ispell-init-process): Call ispell-start-process.  Call
ispell-accept-output and ispell-send-string.  Don't call
process-kill-without-query and kill-process if they are unbound.
(ispell-async-processp): New function.
2000-04-13 14:02:23 +00:00
Eli Zaretskii
055a28c977 (a_write): Remove redundant semi-colons.
(e_write): Return -1 if failed to write all the data.
This fixes the changes made at 1999-12-15.
2000-04-13 10:17:16 +00:00
Dave Love
3d30065dc2 Copyright up-date. 2000-04-12 18:30:39 +00:00
Dave Love
48e5b4711d Add debug-ignored-errors.
(Info-mode-menu): Add some items.
(Info-directory): Add autoload cookie.
2000-04-12 18:28:40 +00:00
Dave Love
506c6d61a6 (menu-bar-options-menu): Make `mule' always visible.
Modify `truncate-lines'.  Make `describe-language-environment'
always visible and add help.  Modify `describe-key' help.  Invoke
Info-directory from `info'.  New entry `emacs-manual'.
2000-04-12 18:26:04 +00:00
Dave Love
3c30cb6e7e mapc 2000-04-12 17:20:46 +00:00
Dave Love
f5c750339f (mapcar1): Test for null vals to support mapc.
(Fmapc): New function.
2000-04-12 17:20:24 +00:00
Eli Zaretskii
0c3cfc5194 (NUM_MOUSE_BUTTONS): Define.
(IT_frame_up_to_date): Support the buffer local value of
cursor-type, if defined.
2000-04-12 15:46:49 +00:00
Dave Love
133f8c7149 iso-acc 2000-04-11 09:31:34 +00:00
Dave Love
88968b1145 No resize-minibuffer.
(Window Convenience): New.
2000-04-11 09:29:06 +00:00
Dave Love
d94888e3f8 *** empty log message *** 2000-04-11 09:19:51 +00:00
Gerd Moellmann
8b2affc591 (ebrowse-tree-mode): Use
propertized-buffer-identification.
(ebrowse-update-member-buffer-mode-line): Likewise.
(ebrowse--mode-strings): Removed.
(ebrowse--mode-line-props): Removed.
2000-04-10 19:56:52 +00:00
Dave Love
33465a3117 *** empty log message *** 2000-04-10 19:45:57 +00:00
Ken Raeburn
6ed565689e * Makefile.in (temacs): Revert 2000-03-12 change. 2000-04-10 19:11:45 +00:00
Dave Love
df3b0cc64e (preceding-char, following-char): Doc fix. 2000-04-10 17:42:19 +00:00
Jason Rumney
192cb6cfa2 (realize_face): Change FRAME_X_P to FRAME_WINDOW_P. 2000-04-10 14:32:11 +00:00
Jason Rumney
7cf80d4efb *** empty log message *** 2000-04-10 14:29:12 +00:00
Gerd Moellmann
1a1b189504 *** empty log message *** 2000-04-10 13:43:06 +00:00
Gerd Moellmann
86b5834669 (ebrowse-read): Skip forward over white
space before testing for end of buffer.
(ebrowse-load): Removed.
(ebrowse-revert-tree-buffer-from-file): Rewritten.
(ebrowse-create-tree-buffer): Rewritten.
(ebrowse-tree-mode): Read tree from buffer.
2000-04-10 13:35:34 +00:00
Gerd Moellmann
01fae1df89 (auto-mode-alist): Add `EBROWSE'. 2000-04-10 13:32:07 +00:00
Gerd Moellmann
fa77249f50 (setup_echo_area_for_printing): Choose an echo
area buffer, if it's not set up yet.
2000-04-10 13:14:24 +00:00