1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00
Commit graph

26840 commits

Author SHA1 Message Date
Gerd Moellmann
cee971adcc Fix typo in previous change. 1999-11-24 14:01:54 +00:00
Gerd Moellmann
00da0e4ab4 (PVEC_FLAG): New variable. 1999-11-24 13:56:09 +00:00
Gerd Moellmann
f1b14279ae (enum pvec_type): Put PVEC_FLAG in #if 0. 1999-11-24 13:53:39 +00:00
Dave Love
851cab134c Include sys/stat.h. Declare filemodestring. 1999-11-24 12:56:02 +00:00
Kenichi Handa
68e684a019 Define mule funs without checking if mule package is
loaded.
(ps-print-version): New version number (5.0.1).
(ps-header-dirpart): Now uses abbreviate-file-name.
1999-11-24 02:29:08 +00:00
Ken Raeburn
a21616bdc5 * configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to
be deleted.  Check for the k5crypto library as well as the crypto library; MIT
Kerberos 1.1 changed the name.
1999-11-23 22:16:16 +00:00
Dave Love
5ebc0846ef *** empty log message *** 1999-11-23 20:38:00 +00:00
Dave Love
7dae727d72 (fortran-comment-line-start): Renamed from comment-line-start.
(fortran-comment-line-start-skip): Renamed from
comment-line-start-skip.
(fortran-mode-map): Use renamed functions.  Add manual and custom
entries to menu.
(fortran-mode-hook): Customize.
(fortran-comment-indent-function): Renamed from fortran-comment-hook.
(delete-horizontal-regexp): Function deleted.
(fortran-electric-line-number): Simplified.
(fortran-beginning-of-subprogram): Renamed from
beginning-of-fortran-subprogram.
(fortran-end-of-subprogram): Renamed from end-of-fortran-subprogram.
(fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
(fortran-previous-statement, fortran-next-statement): Simplified.
(fortran-blink-match): New function.
(fortran-blink-matching-if, fortran-blink-matching-do): Use it.
(fortran-indent-to-column): Don't use delete-horizontal-regexp.
(fortran-find-comment-start-skip, fortran-is-in-string-p): Use
line-end-position.
(fortran-fill): No longer interactive.  Simplified.
(fortran-break-line): Simplified.
(fortran-analyze-file-format): Use char-after, not looking-at.
1999-11-23 20:19:47 +00:00
Dave Love
d8f479c6d2 (find-function-regexp): Use `define-minor-mode' after easy-menu
change.
1999-11-23 19:12:27 +00:00
Gerd Moellmann
b1775dc141 *** empty log message *** 1999-11-23 17:27:52 +00:00
Gerd Moellmann
c31d7cc9f3 (unexec): Use unsigned instead of uintptr_t because
that fails on IBM PowerPC, AIX 4.2.
1999-11-23 17:22:03 +00:00
Eli Zaretskii
08de620019 (syms_of_buffer): Add %z, %Z, %m and %& to the doc
string of mode-line-format.  Remove the obsolete %t.
1999-11-23 13:17:01 +00:00
Gerd Moellmann
3965beb02c Add redirection.from active comint buffers into
another buffer.  Written by Peter Breton.
1999-11-23 10:20:07 +00:00
Stefan Monnier
bc165bcee0 (make-autoload): Recognize the new `define-minor-mode'.
(define-minor-mode): Specify `doc-string-elt'.
1999-11-23 09:26:55 +00:00
Stefan Monnier
29cc3b845b Changed maintainer.
(easy-mmode-define-toggle): New BODY arg; Never append `-mode';
  Use defcustom for the hooks; Improve the auto-generated docstrings.
(easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
(define-minor-mode): Add BODY arg; Only declare the keymap if
  provided; Improve the auto-generated docstrings.
1999-11-23 09:08:38 +00:00
Gerd Moellmann
f67a1f3e69 Add CRs. 1999-11-22 22:44:15 +00:00
Gerd Moellmann
2c9b8e9d18 Pass on command line arguments to make. 1999-11-22 22:35:45 +00:00
Gerd Moellmann
f2fa858fe4 (direct_output_for_insert): Increment glyph positions
for glyphs from buffer text only.
1999-11-22 17:38:21 +00:00
Gerd Moellmann
855b9e3374 (text-mode): Contruct paragraph-start so
that the leading `^' is at the start.  This is necessary because
paragraphs.el tries to remove anchors, but can find them only if
they are the first character.
1999-11-22 16:14:41 +00:00
Gerd Moellmann
98e85e3465 *** empty log message *** 1999-11-22 15:20:32 +00:00
Gerd Moellmann
b21dc00230 Major mode for ANTLR grammar files. 1999-11-22 15:18:35 +00:00
Gerd Moellmann
03d9c64c3e --with-syntax-table changed. 1999-11-22 15:14:45 +00:00
Gerd Moellmann
7624a507f5 (fast_install): Bring commands up-to-date, and fix typo. 1999-11-22 14:56:24 +00:00
Gerd Moellmann
caeb7756e5 No need to generate subdirs.el. 1999-11-22 14:44:00 +00:00
Gerd Moellmann
371f58d5d8 *** empty log message *** 1999-11-22 14:41:25 +00:00
Gerd Moellmann
b37434d30e Leim makefile for NT. 1999-11-22 14:41:06 +00:00
Gerd Moellmann
460c6535ff (EMACSLOADPATH): Include leim. 1999-11-22 14:37:38 +00:00
Gerd Moellmann
e005bb40cb (env_vars): Include leim in default EMACSLOADPATH
definition.
1999-11-22 14:37:08 +00:00
Gerd Moellmann
45760b79f1 (all): Build leim if present.
(install): Install leim if present.
(clean): Clean leim if present.
1999-11-22 14:36:35 +00:00
Gerd Moellmann
02fda8fffb *** empty log message *** 1999-11-22 13:22:55 +00:00
Gerd Moellmann
30aa3f192c (gdb_valbits, gdb_gctypebits, gdb_emacs_intbits)
(gdb_data_seg_bits): New variables.
1999-11-22 13:19:41 +00:00
Gerd Moellmann
d0ee1a95da (enum gdb_lisp_params): Put in #if 0, since it doesn't
work on systems not allowing enumerators > INT_MAX, and it
won't work if EMACS_INT is long long.
1999-11-22 13:17:23 +00:00
Gerd Moellmann
d1b8adf7a6 Fix autoload for calendar-absolute-from-astro. Add autoload for
calendar-print-astro-day-number.
1999-11-22 12:54:38 +00:00
Paul Eggert
1b0d24e7f6 *** empty log message *** 1999-11-22 08:21:28 +00:00
Paul Eggert
493c3eed38 (ABORT_RETURN_TYPE, FREE_RETURN_TYPE):
New macros.
1999-11-22 08:20:53 +00:00
Paul Eggert
08e3087b62 (malloc, realloc, calloc): Remove decls;
stdlib.h now does this.
1999-11-22 08:20:40 +00:00
Paul Eggert
ca9c056758 * callproc.c (strerror): Remove decl.
* fileio.c (strerror): Likewise.
* process.c (strerror): Likewise.
* emacs.c (strerror): Likewise.
(Vsystem_messages_locale): Renamed from Vmessages_locale.
All uses changed.
(Vprevious_system_messages_locale): Likewise, from
Vprevious_messages_locale.
(Vsystem_time_locale): Likewise, from Vtime_locale.
(Vprevious_system_time_locale): Likewise, from Vprevious_time_locale.
(ABORT_RETURN_TYPE): New macro.
(abort): Return type is now ABORT_RETURN_TYPE.
(main): Always invoke init_signals, even if POSIX_SIGNALS is not
defined.
(syms_of_emacs): messages-locale -> system-messages-locale,
previous-messages-locale -> previous-system-messages-locale,
time-locale -> system-time-locale,
previous-time-locale -> previous-system-time-locale.

* gmalloc.c (PP, __ptr_t): Assume ANSI C if STDC_HEADERS is defined.
(const): Do not define; that's config.h's job.
(<limits.h>): Include if HAVE_LIMITS_H is defined.
(CHAR_BIT): Move test for definedness outside of limits.h condition.
(<stddef.h>): Include if STDC_HEADERS is defined.
(FREE_RETURN_TYPE): New macro.
(free): Return type is now FREE_RETURN_TYPE.

* lisp.h (synchronize_system_time_locale): Renamed from
synchronize_time_locale.  All uses changed.
(synchronize_system_messages_locale): Likewise, from
synchronize_messages_locale.

* process.c (sys_siglist): Remove.

* syntax.c (scan_sexps_forward): Use abort, not assert.

* sysdep.c (my_sys_siglist): New var.
(sys_siglist): New macro.  Remove old initialized vars of same name.
(init_signals): Initialize sys_siglist.

* xfns.c (abort): Remove decl; stdlib.h now does this.
1999-11-22 08:19:51 +00:00
Paul Eggert
b718982a2a Rename messages-locale to system-messages-locale
and time-locale to system-time-locale.  Do not mention
previous-system-messages-locale and previous-system-time-locale.
1999-11-22 08:17:42 +00:00
Gerd Moellmann
c86b6fd20a Use modern backquote syntax. Minor comment update. 1999-11-21 16:46:24 +00:00
Gerd Moellmann
c29cefdfa0 (with-syntax-table): Don't switch buffers. 1999-11-21 15:08:37 +00:00
Gerd Moellmann
d8f1319a79 Use new backquote syntax. 1999-11-21 14:50:21 +00:00
Gerd Moellmann
3672ef68e7 Update copyright. 1999-11-21 14:25:14 +00:00
Gerd Moellmann
1934dbf4c9 (icomplete-completions): Use an explicit variable
`icomplete-prospects-length', obviating the need to use an
apparently faulty throw/catch arrangement.
1999-11-21 13:44:26 +00:00
Eli Zaretskii
a88d2801b8 term/internal.el (IT-display-table-setup): Don't overstep
character code 255.
1999-11-21 11:29:25 +00:00
Paul Eggert
fa71a53211 Describe the relationship between set-locale-environment and
set-language-environment, and why one might want to invoke
set-locale-environment.
1999-11-20 06:51:09 +00:00
Kenichi Handa
2dedd03c49 (ps-mule-font-info-database-bdf): Default BDF font
for the charset chinese-sisheng is 7bit encoding, not 8bit.
1999-11-20 00:17:14 +00:00
Kenichi Handa
88c6f31448 *** empty log message *** 1999-11-20 00:16:46 +00:00
Stefan Monnier
d294c01f59 (scroll-bar-toolkit-scroll): add handling of the `ratio'
event for Xaw and Xaw3d(without arrows) scrollbars.
1999-11-19 20:18:47 +00:00
Stefan Monnier
a9fb0b79ab (auto-mode-alist): add patterns for diff-mode. 1999-11-19 20:14:12 +00:00
Stefan Monnier
d7a0208b27 (PC-do-complete-and-exit): use minibuffer-prompt-end to
detect an empty prompt.
1999-11-19 16:05:04 +00:00