1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 16:41:45 -08:00
Commit graph

21383 commits

Author SHA1 Message Date
Dave Love
2d060bebe7 (fortran-fill-paragraph): This is the one
which must return t, not:
(fortran-fill-statement):
1998-04-08 18:08:59 +00:00
Dave Love
79f13bba7d Move inclusion of unistd.h to top, else fails on
Irix6, at least.
1998-04-08 17:31:45 +00:00
Eli Zaretskii
7a2fd3696f (init_dosfns): Fix bug in passing segment address of the transfer buffer. 1998-04-08 13:48:30 +00:00
Karl Heuer
c02a3079ee (fix_submap_inheritance): Fix parens. 1998-04-08 08:24:33 +00:00
Richard M. Stallman
783824f57e (default, widget-default-default-get): Define it.
(group, widget-group-default-get): Define it.
(menu-choice, widget-choice-default-get): Define it.
(widget-default-get): New function.
(widget-choice-action): Call it.
(widget-editable-list-entry-create): Call it.
1998-04-08 07:26:54 +00:00
Richard M. Stallman
cb183ca05d (scroll-bar-drag): Set point-before-scroll
in the right buffer, from point in the right window.
(scroll-bar-scroll-down, scroll-bar-scroll-up): Likewise.
1998-04-08 07:25:05 +00:00
Richard M. Stallman
53016bead4 (mouse-save-then-kill): Get point-before-scroll
from the right buffer.
1998-04-08 07:22:05 +00:00
Richard M. Stallman
c9e5d3d141 (make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.
(make_minibuffer_frame): Likewise.
1998-04-08 07:15:51 +00:00
Richard M. Stallman
5ba50c519e (redisplay_window): If updating mode line,
temporarily change selected_frame
1998-04-08 07:15:02 +00:00
Karl Heuer
d8afad26de (Fmake_temp_name): Detect error return from mktemp. 1998-04-08 07:08:28 +00:00
Karl Heuer
0593f44634 Correct starting commentary. 1998-04-08 07:05:35 +00:00
Karl Heuer
88337979e4 Add coding-priority. Use iso-8859-2 instead
of iso-latin-2.  Correct starting commentary.
1998-04-08 07:03:51 +00:00
Karl Heuer
5360c4bbe4 Add coding-priority. Improve sample text.
Correct starting commentary.
1998-04-08 07:03:30 +00:00
Karl Heuer
8867de6748 (string_to_non_ascii_char, multibyte_form_length)
(split_non_ascii_string, str_cmpchar_id): Make the STR argument
const unsigned char *.
1998-04-08 06:55:55 +00:00
Karl Heuer
c9fe9cce7b (abort): Don't redefine on MSDOS. 1998-04-08 06:50:51 +00:00
Karl Heuer
a63f12f992 (Fwin16_set_clipboard_data): Call message2 with 3
arguments.
1998-04-08 06:50:34 +00:00
Karl Heuer
54c182d14b (CHAR_STRING): Cast to unsigned char ** explicitly. 1998-04-08 06:50:18 +00:00
Karl Heuer
b9ca50003b (request_sigio, unrequest_sigio): Make consistent with
prototypes in lisp.h.
1998-04-08 06:49:50 +00:00
Karl Heuer
d9bb0c3292 (kill_buffer_processes): Make consistent with
prototype on lisp.h.
1998-04-08 06:49:17 +00:00
Karl Heuer
e788eecc88 Include <utmp.h> only if CLASH_DETECTION is
defined.
1998-04-08 06:48:59 +00:00
Karl Heuer
e13608fb05 (describe_command): Use quotes around symbol name. 1998-04-08 06:43:52 +00:00
Karl Heuer
56cf8ff5ef Old changes finally checked into RCS 1998-04-08 06:09:04 +00:00
Dave Love
1eb6bf70dc Use regexp-opt and eval-and-compile to
build font-lock patterns.
(fortran-mode): Define indent-region-function,
indent-line-function.
(fortran-tab-mode-string): Make buffer-local.
(fortran-comment-indent-style): Custom tweak.
(fortran-comment-region, fortran-electric-line-number,
fortran-analyze-depth, fortran-break-before-delimiters,
fortran-mode): Doc fix.
(fortran-startup-message, bug-fortran-mode): Variables
deleted.
(fortran-font-lock-keywords-1): Add "select", "case"; allow
double-quoted strings.
(fortran-mode-map): Add fill-paragraph menu item.  Don't
define \t.
(fortran-mode): Make `fill-column' buffer-local; set
`fill-paragraph-function', `indent-region-function',
`indent-line-function'.
(calculate-fortran-indent): Renamed to:
(fortran-calculate-indent):
(fortran-split-line): Simplify.
(fortran-remove-continuation): New function.
(fortran-join-line): Use it.
(fortran-end-prog-re1, fortran-end-prog-re): New variables.
(beginning-of-fortran-subprogram, end-of-fortran-subprogram):
Use them.
(fortran-blink-matching-if, fortran-blink-matching-do,
fortran-indent-new-line): Bind case-fold-search.
(fortran-end-do, fortran-beginning-do, fortran-end-if,
fortran-beginning-if): Bind case-fold-search.  Allow labelled
blocks.  Use fortran-end-prog-re.
(fortran-if-start-re): New variable.
(fortran-calculate-indent): Allow labelled blocks.  Simplify the
conds.  Make select case indentation work.
(fortran-is-in-string-p): Ignore Emacs 18 bug kluge.
(fortran-fill): Allow double quotes in check for string.
(fortran-fill-paragraph): New function.
(fortran-fill-statement): New function.
1998-04-07 18:59:44 +00:00
Karl Heuer
15171a06d3 (add-to-list): Always return updated value of LIST-VAR. 1998-04-07 18:22:28 +00:00
Karl Heuer
912ec20a41 (find-file-visit-truename): Don't setq this. 1998-04-07 18:13:23 +00:00
Stephen Eglen
74f54b5457 next-screen-context-lines is an integer, not boolean. 1998-04-07 17:47:01 +00:00
Dave Love
28a3f8110d (main): Obey environment variable EMACS_UNIBYTE as
alternative to --unibyte.
1998-04-07 11:48:18 +00:00
Stephen Eglen
74ae80cdf3 Doc fix in rmail-mode. 1998-04-07 08:56:13 +00:00
Karl Heuer
85bc1d4ea5 (re_match_2) <anychar>: In unibyte case, set buf_ch as unsigned. 1998-04-07 04:07:58 +00:00
Karl Heuer
aef8a36fb0 Add --with-gssapi to specify GSS-API
authentication support for movemail.
1998-04-07 04:00:53 +00:00
Karl Heuer
e0834ad2c7 (GSSAPI, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI, HAVE_GSSAPI_H):
Add undefs for GSS-API support in movemail.
1998-04-07 03:26:32 +00:00
Richard M. Stallman
e71b197157 (re_match_2_internal): Declare buf_ch unsigned int. 1998-04-07 03:21:46 +00:00
Richard M. Stallman
69927a6cec Don't include <string.h> when configuring. 1998-04-07 03:21:19 +00:00
Richard M. Stallman
8dd455e101 (install-arch-indep): Fix previous change. 1998-04-07 03:20:31 +00:00
Karl Heuer
442f5309d9 Fix previous change. 1998-04-06 22:22:05 +00:00
Karl Heuer
0ea9573750 Integrate support for GSS-API
authentication, implemented by Kevin L. Mitchel <klmitch@mit.edu>.
1998-04-06 22:16:30 +00:00
Karl Heuer
a51623bcff [MAIL_USE_POP]: Add support for "-g" and "-k"
command-line flags to tell movemail to use GSS-API or Kerberos
authentication if they are supported.
1998-04-06 22:10:30 +00:00
Karl Heuer
757c233251 (rmail-movemail-flags): New customizable variable
to specify additional flags to pass to movemail.
(rmail-insert-inbox-text): Use rmail-movemail-flags.
1998-04-06 22:05:23 +00:00
Karl Heuer
a46aa0b2b3 (command-line-1): Fix punctuation in startup screen. 1998-04-06 21:55:01 +00:00
Karl Heuer
e540cbed19 (Fdirectory_files): Use make_uninit_multibyte_string.
Use STRING_BYTES on encoded_directory.
1998-04-06 21:52:29 +00:00
Andreas Schwab
2ca250f9be (ENVADD): Enviroment vars to pass to texi2dvi. Use
it in dvi targets.
(../etc/GNU): Change to $(srcdir) first.
1998-04-06 10:33:02 +00:00
Andreas Schwab
cec17865e8 Always declare xmalloc.
[USE_XAW]: Include <X11/Xaw/Paned.h>.
(lwlib_memset, lwlib_bcopy): Explicitly declare return type.
1998-04-06 10:23:30 +00:00
Andreas Schwab
2e0a5ae090 Move cancelations up. Include <stdlib.h> if
available.
1998-04-06 10:17:33 +00:00
Andreas Schwab
cb58ebb0cb (_XOPEN_SOURCE): Define for declaration of cuserid.
(parse_header): Explicitly declare return type.
1998-04-06 10:15:16 +00:00
Andreas Schwab
4e7ef1d6c5 Include <unistd.h> if available.
(main, handle_signals, perror_1, fatal_error): Explicitly declare
return types.  Add forward declarations.
1998-04-06 10:14:26 +00:00
Andreas Schwab
7f3bff3e4c Include <stdlib.h> and <unistd.h> if available.
Don't declare geteuid.
(print_help_and_exit): Change return type to void.  Forward
declare it.
1998-04-06 10:13:46 +00:00
Andreas Schwab
1f8c2f557f Include <stdlib.h> if available.
(main): Explicitly declare return type.
1998-04-06 10:12:28 +00:00
Dave Love
ff3453e4d1 (help-make-xrefs): Grok commands in keymap table
expansions.
(help-xref-button): Simplify.
(help-make-xrefs): Set overriding keymap properly.
1998-04-06 09:56:55 +00:00
Andreas Schwab
515e3036c0 (lrt-composing-pattern-double-c): Change
chars-in-string to length.
(lrt-generate-quail-map): Change sref to aref, and make second
argument of substring a character index.
1998-04-06 09:49:37 +00:00
Andreas Schwab
96ced23cf1 (Flength): Doc fix. 1998-04-06 09:33:40 +00:00