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

21405 commits

Author SHA1 Message Date
Karl Heuer
a3833dfef0 (relocate_fd): Avoid min'/max' as variable names. 1998-04-09 17:47:17 +00:00
Karl Heuer
ceafe86b40 (minmax): New macro.
(update_frame): Use it.
1998-04-09 17:21:02 +00:00
Karl Heuer
09522567d8 Delete incorrect prototype of report_file_error. 1998-04-09 17:07:32 +00:00
Karl Heuer
c66245847e (unrequest_sigio, request_sigio): Fix prototype. 1998-04-09 17:06:31 +00:00
Karl Heuer
78781e92a6 (set_frame_menubar): Call Fset_match_data, not
Fstore_match_data.
1998-04-09 17:04:35 +00:00
Karl Heuer
8be35eabe6 (abort): Don't redefine on DOS_NT. 1998-04-09 17:03:05 +00:00
André Spiegel
dc08a6b5d0 (vc-next-action): Fixed bug that prevented registering files using C-x v v. 1998-04-09 13:45:44 +00:00
Stephen Eglen
e4df16d007 Customize 1998-04-09 12:31:57 +00:00
Dan Nicolaescu
1c36bac652 *** empty log message *** 1998-04-09 05:47:28 +00:00
Kenichi Handa
90d7b74e9a (string_to_non_ascii_char): Include garbage bytes (if
any) following a multibyte character in *ACTUAL_LEN.
(Fcharset_after): New function.
(syms_of_charset): Defsubr it.
(multibyte_form_length): Modified to be consistent with
string_to_non_ascii_char.
1998-04-09 05:40:23 +00:00
Kenichi Handa
d121936ff0 (MULTIBYTE_FORM_LENGTH): Don't check LEN here. 1998-04-09 05:40:23 +00:00
Kenichi Handa
a2c983d55c (display_text_line): Code for displaying a character by
octal form is modified.
1998-04-09 05:40:23 +00:00
Kenichi Handa
907c83c82f Typos in comment fixed.
(devanagari-vertical-modifier-p): Target string to be matched with
GLYPH is modified.
(devanagari-non-vertical-modifier-p): Likewise.
(devanagari-wide-to-narrow-char): New function.
(devanagari-wide-to-narrow-iter): The second arg is changed to
2-COL-GLYPH.
1998-04-09 05:39:41 +00:00
Kenichi Handa
4a7a51cc2f Add tutorial file name for Slovak. 1998-04-09 05:39:41 +00:00
Kenichi Handa
3060bf835d (help-with-tutorial-alist): This variable deleted.
(help-with-tutorial): Get a tutorial file name by
get-language-info instead of help-with-tutorial-alist.
1998-04-09 05:39:11 +00:00
Dan Nicolaescu
8d4d1e65d5 *** empty log message *** 1998-04-08 19:38:37 +00:00
Dan Nicolaescu
f35605f3d3 *** empty log message *** 1998-04-08 19:29:35 +00:00
Karl Heuer
35dd3c558f (jdb): Do proper analysis of classes defined in a Java
source.  This removes the restriction of one class per file.
(gud-jdb-package-of-file): Removed.  Replaced with parsing routines.
(gud-jdb-skip-whitespace): New function.
(gud-jdb-skip-single-line-comment): New function.
(gud-jdb-skip-traditional-or-documentation-comment): New function.
(gud-jdb-skip-whitespace-and-comments): New function.
(gud-jdb-skip-id-ish-thing): New function.
(gud-jdb-skip-string-literal): New function.
(gud-jdb-skip-character-literal): New function.
(gud-jdb-skip-block): New function.
(gud-jdb-analyze-source): New function.
(gud-jdb-build-class-source-alist-for-file): New function.
(gud-jdb-analysis-buffer): New variable.
(gud-jdb-build-class-source-alist): Cleaner at the expense of new
variable.
1998-04-08 19:07:45 +00:00
Karl Heuer
c241bb9cbb (rmail-cease-edit): Call kill-all-local-variables.
Call rmail-variables.
(rmail-edit-mode): Call text-mode.  Don't run text-mode-hook here.
(rmail-edit-map): Use set-keymap-parent.
(rmail-old-text): Add defvar.
1998-04-08 19:03:00 +00:00
Karl Heuer
9cda36c036 (rmail-message-regexp-p): Handle messages
whose headers have not been reformatted.
(rmail-message-recipients-p): Likewise.

(rmail-movemail-program): Customized.
(rmail-message-filter): Customized.
(rmail-display-summary): Customized.
(rmail-inbox-list, rmail-keywords, rmail-current-message)
(rmail-total-messages, rmail-message-vector, rmail-deleted-vector)
(rmail-msgref-vector, rmail-overlay-list, rmail-view-buffer)
(rmail-last-label, rmail-last-regexp): Now permanent locals.
(rmail-perm-variables): Set up all permanent locals here.
(rmail-variables): Not here.
(rmail-variables): Set enable-local-variables here.
(rmail-mode-2): Not here.
1998-04-08 19:02:34 +00:00
Karl Heuer
5c5aad0710 (keyword_symbols_constant_flag): New variable.
(syms_of_data): Set up Lisp variable.
(set_internal): Obey it and give error for :-symbols.
(Fmakunbound): Likewise.
1998-04-08 18:56:20 +00:00
Karl Heuer
0dfb1b759e (Man-getpage-in-background): Bind inhibit-eol-conversion
to t before calling start-process or call-process.
1998-04-08 18:53:13 +00:00
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