1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

27358 Commits

Author SHA1 Message Date
Gerd Moellmann
5a7b902473 (shadow-when): Removed. 2000-02-12 19:47:18 +00:00
Gerd Moellmann
2b706b50d0 (tempo-dolist, tempo-mapc): Removed.
(tempo-process-and-insert-string): Use dolist instead of
tempo-dolist.
2000-02-12 19:46:42 +00:00
Gerd Moellmann
fba5d1de83 (sgml-mode-common): Remove `$' from regexp for paragraph-start. 2000-02-12 19:45:53 +00:00
Gerd Moellmann
97bd30eb51 (rmail-dont-reply-to): Remove leading commas as well. 2000-02-12 19:44:56 +00:00
Gerd Moellmann
090f7baafb (syms_of_xdisp): Doc fix for scroll-conservatively. 2000-02-12 19:37:56 +00:00
Dave Love
aaf2320cdf *** empty log message *** 2000-02-12 18:09:26 +00:00
Dave Love
621dcb6d1a Don't define HAVE_VFORK or HAVE_SYS_SIGLIST. 2000-02-12 17:05:37 +00:00
Dave Love
1a7c1bba91 Define C_DEBUG_SWITCH for non-gcc. 2000-02-12 17:03:54 +00:00
Dave Love
214f85082c Don't define HAVE_VFORK. 2000-02-12 16:57:46 +00:00
Dave Love
95a7ed060d Don't define HAVE_ALLOCA. 2000-02-12 16:49:52 +00:00
Dave Love
647847ea57 *** empty log message *** 2000-02-12 16:37:27 +00:00
Dave Love
92457a0bd8 Add vfork bits. 2000-02-12 16:25:11 +00:00
Dave Love
79e1207885 Use AC_FUNC_VFORK. 2000-02-12 16:21:43 +00:00
Gerd Moellmann
eedf8bde8e *** empty log message *** 2000-02-12 14:14:32 +00:00
Gerd Moellmann
67a516c61a (stop_other_atimers, run_all_atimers)
(unwind_stop_other_atimers): Add function prototypes.
2000-02-12 13:13:59 +00:00
Gerd Moellmann
9c2e3e8df1 (stopped_atimers): New variable.
(stop_other_atimers, run_all_atimers, unwind_stop_other_atimers):
New functions.
2000-02-12 13:13:13 +00:00
Gerd Moellmann
4cf3fa0818 (Fopen_network_stream) [POLL_FOR_INPUT]: Register
unwind function to undo the effect of stopping atimers.
2000-02-12 13:12:17 +00:00
Gerd Moellmann
6fe007f7d1 (bind_polling_period): Stop all timers except
poll_timer.
2000-02-12 13:11:29 +00:00
Gerd Moellmann
077c040bfa (HAVE_XRMSETDATABASE): Define if not already defined. 2000-02-12 13:10:19 +00:00
Dave Love
1a65910f03 Add Tamago. 2000-02-11 14:05:48 +00:00
Ken Raeburn
8476c2f86f * Makefile.in (LIBX): Link in tiff library before jpeg, since tiff library may
depend on jpeg.
(atimer.o): Depends on atimer.c.
2000-02-11 06:04:09 +00:00
Kenichi Handa
233cc02d54 (del_range_1): Call update_compositions.
(del_range_both): Call update_compositions just once..
2000-02-11 02:20:49 +00:00
Kenichi Handa
0e85e4a316 *** empty log message *** 2000-02-11 02:20:01 +00:00
Francesco Potortì
71cbb89543 2000-02-10 Francesco Potorti` <pot@gnu.org>
* etags.c (iswhite): Redefined not to consider '\0' as white
	space, and use it throughout in place of isspace, thus preventing a
	potential signed char to int conversion problem.
	(MSDOS): #undefine befere redefining

2000-02-04  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>

	* etags.c (many functions): Add prototypes.
2000-02-10 21:28:51 +00:00
Dave Love
97fa0cc812 *** empty log message *** 2000-02-10 20:28:26 +00:00
Dave Love
d9d57cb2ce (create_frame_xic): Fix initialization of automatic aggregates for pcc. 2000-02-10 20:26:39 +00:00
Dave Love
0dacfc4b8a (pfnote, new_pfnote, C_entries, prolog_pred, erlang_func): Add
`static' to definitions to keep pcc happy.
2000-02-10 20:00:05 +00:00
Dave Love
a0eddf92d5 *** empty log message *** 2000-02-10 18:50:33 +00:00
Dave Love
4e85dd7ae5 Don't bother testing for defalias. Don't set up `caar' &c that we now
have.
2000-02-10 17:54:30 +00:00
Dave Love
99f016129e (widgets) [defgroup]: Remove url link.
(widget-color-choice-list, widget-color-history, widget-mouse-help):
Deleted.
(widget-specify-field, widget-specify-button): Don't use
widget-mouse-help as help-echo property.
(default): Use #'ignore for :validate and :mouse-down-action.
(checkbox): Add help-echo.
(widget-sexp-validate): Rewritten to clarify error messages.
(character): Use char-valid-p in :match function.
(widget-color-complete): Use facemenu-color-alist.
(widget-color-action): Use facemenu-read-color.
2000-02-10 17:47:48 +00:00
Richard M. Stallman
1dffc5db08 *** empty log message *** 2000-02-09 23:54:58 +00:00
Dave Love
f4db5c4b66 Comment fix. 2000-02-09 20:37:57 +00:00
Dave Love
6cbc1482fe (command-line-1): Don't call make-mode-line-mouse-sensitive. 2000-02-09 12:43:30 +00:00
Kenichi Handa
4ffd487076 (CCL_MAKE_CHAR): New macro.
(ccl_driver) <CCL_TranslateCharacter>: Check the validity of
registers by CCL_MAKE_CHAR before calling translate_char.
<CCL_TranslateCharacterConstTbl> Likewise.
2000-02-09 12:20:01 +00:00
Dave Love
5e1cddda2b (mode-line-input-method-map): New variable.
(mode-line-mule-info): Use it; fix last change.
(mode-line-mode-menu): Move definition.
(mode-line-mouse-sensitive-p): Deleted.
(mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
(make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
2000-02-09 12:18:48 +00:00
Kenichi Handa
25566a3ca7 *** empty log message *** 2000-02-09 12:18:00 +00:00
Ray Blaak
e97a246146 Make resourcestring a declaration region, like const and var. 2000-02-09 07:04:15 +00:00
Dave Love
69da54ba20 (__EXTENSIONS__): Define. 2000-02-08 10:00:51 +00:00
Gerd Moellmann
f7136ee81a *** empty log message *** 2000-02-07 23:29:31 +00:00
Gerd Moellmann
77e38f8bbb (rmail-retry-failure): Use
rmail-beginning-of-message before rmail-toggle-header, because the
former toggles headers.
2000-02-07 23:27:14 +00:00
Gerd Moellmann
3af38f6c44 (BASE_PURESIZE): Increase to 650000. 2000-02-07 23:20:53 +00:00
Eli Zaretskii
7768790bd3 (XMenuActivate): Turn off the cursor after displaying
the help message.
2000-02-07 14:18:57 +00:00
Eli Zaretskii
38fd211bc0 Add capabilities se, so, us, ue, md, mh, mb, mr, and me to the fake
termcap entry.
2000-02-07 11:26:42 +00:00
Stefan Monnier
fef8c55b16 (diff-kill-junk): New interactive function.
(diff-reverse-direction): Use delete-and-extract-region.
(diff-post-command-hook): Restrict the area so that the hook also works
outside of any diff hunk.  This is necessary for the minor-mode.
(diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
(diff-minor-mode): Setup the hooks for header-hunk rewriting.
2000-02-07 02:01:07 +00:00
Stefan Monnier
6e1d0d151d (font-lock-keywords): Fix doc for multiline matches.
(font-lock-add-keywords): Make it work even if font-lock-mode is nil,
so that it can be used more easily in <foo>-mode-hook.  Also make sure
to avoid duplicate entries.
(font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
(font-lock-remove-keywords): Just as was done for `add', allow it to
work even if font-lock-mode is nil.  Also make sure we don't modify
any pre-existing list by forcing a copy-sequence.  Finally rename
`major-mode' to `mode'.
(font-lock-fontify-syntactic-anchored-keywords)
(font-lock-fontify-anchored-keywords)
(font-lock-fontify-keywords-region): Use line-end-position.
Don't make `font-lock-multiline' local (it's now done in
font-lock-set-defaults).
(font-lock-set-defaults): Make `font-lock-multiline' local.  Also
move the `font-lock-fontified' creation to inside the `unless'.
2000-02-07 01:49:33 +00:00
Ken Raeburn
66e4690ffa * sound.c (sound_cleanup): Don't call device close routine if pointer is null. 2000-02-07 00:45:16 +00:00
Andrew Innes
a75dfea0a5 * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
around image definitions and prototypes.
(gamma_correct) [WINDOWSNT]: New prototype.

* w32term.c (x_make_frame_visible): Replace call to
input_poll_signal with poll_for_input.

* window.c [WINDOWSNT]: Include w32term.h.

* xdisp.c [WINDOWSNT]: Include w32term.h.

* makefile.nt: Add dependencies on w32gui.h.
(OBJ1): Include atimer.obj.
($(BLD)\atimer.obj): New dependency rule.

* w32.c (sigmask): New function (does nothing).
(sigunblock): Ditto.

* frame.c [WINDOWSNT]: Include w32term.h.

* w32gui.h (struct W32FontStruct): Add ascent and descent slots.

* lread.c (syms_of_lread): Fix literal newlines.

* emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around
the string constant limit (2048 bytes) in MSVC.
(main): Ditto.
2000-02-06 23:37:51 +00:00
Andrew Innes
8f23f28053 [WINDOWSNT]: Include w32term.h. 2000-02-06 23:37:49 +00:00
Andrew Innes
0052a264ee (struct W32FontStruct): Add ascent and descent slots. 2000-02-06 23:37:47 +00:00
Andrew Innes
a9b4e0ec68 (x_make_frame_visible): Replace call to
input_poll_signal with poll_for_input.
2000-02-06 23:37:47 +00:00