bpt/emacs.git
26 years agoMove inclusion of unistd.h to top, else fails on
Dave Love [Wed, 8 Apr 1998 17:31:45 +0000 (17:31 +0000)]
Move inclusion of unistd.h to top, else fails on
Irix6, at least.

26 years ago(init_dosfns): Fix bug in passing segment address of the transfer buffer.
Eli Zaretskii [Wed, 8 Apr 1998 13:48:30 +0000 (13:48 +0000)]
(init_dosfns): Fix bug in passing segment address of the transfer buffer.

26 years ago(fix_submap_inheritance): Fix parens.
Karl Heuer [Wed, 8 Apr 1998 08:24:33 +0000 (08:24 +0000)]
(fix_submap_inheritance): Fix parens.

26 years ago(default, widget-default-default-get): Define it.
Richard M. Stallman [Wed, 8 Apr 1998 07:26:54 +0000 (07:26 +0000)]
(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.

26 years ago(scroll-bar-drag): Set point-before-scroll
Richard M. Stallman [Wed, 8 Apr 1998 07:25:05 +0000 (07:25 +0000)]
(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.

26 years ago(mouse-save-then-kill): Get point-before-scroll
Richard M. Stallman [Wed, 8 Apr 1998 07:22:05 +0000 (07:22 +0000)]
(mouse-save-then-kill): Get point-before-scroll
from the right buffer.

26 years ago(make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.
Richard M. Stallman [Wed, 8 Apr 1998 07:15:51 +0000 (07:15 +0000)]
(make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.
(make_minibuffer_frame): Likewise.

26 years ago(redisplay_window): If updating mode line,
Richard M. Stallman [Wed, 8 Apr 1998 07:15:02 +0000 (07:15 +0000)]
(redisplay_window): If updating mode line,
temporarily change selected_frame

26 years ago(Fmake_temp_name): Detect error return from mktemp.
Karl Heuer [Wed, 8 Apr 1998 07:08:28 +0000 (07:08 +0000)]
(Fmake_temp_name): Detect error return from mktemp.

26 years agoCorrect starting commentary.
Karl Heuer [Wed, 8 Apr 1998 07:05:35 +0000 (07:05 +0000)]
Correct starting commentary.

26 years agoAdd coding-priority. Use iso-8859-2 instead
Karl Heuer [Wed, 8 Apr 1998 07:03:51 +0000 (07:03 +0000)]
Add coding-priority.  Use iso-8859-2 instead
of iso-latin-2.  Correct starting commentary.

26 years agoAdd coding-priority. Improve sample text.
Karl Heuer [Wed, 8 Apr 1998 07:03:30 +0000 (07:03 +0000)]
Add coding-priority.  Improve sample text.
Correct starting commentary.

26 years ago(string_to_non_ascii_char, multibyte_form_length)
Karl Heuer [Wed, 8 Apr 1998 06:55:55 +0000 (06:55 +0000)]
(string_to_non_ascii_char, multibyte_form_length)
(split_non_ascii_string, str_cmpchar_id): Make the STR argument
const unsigned char *.

26 years ago(abort): Don't redefine on MSDOS.
Karl Heuer [Wed, 8 Apr 1998 06:50:51 +0000 (06:50 +0000)]
(abort): Don't redefine on MSDOS.

26 years ago(Fwin16_set_clipboard_data): Call message2 with 3
Karl Heuer [Wed, 8 Apr 1998 06:50:34 +0000 (06:50 +0000)]
(Fwin16_set_clipboard_data): Call message2 with 3
arguments.

26 years ago(CHAR_STRING): Cast to unsigned char ** explicitly.
Karl Heuer [Wed, 8 Apr 1998 06:50:18 +0000 (06:50 +0000)]
(CHAR_STRING): Cast to unsigned char ** explicitly.

26 years ago(request_sigio, unrequest_sigio): Make consistent with
Karl Heuer [Wed, 8 Apr 1998 06:49:50 +0000 (06:49 +0000)]
(request_sigio, unrequest_sigio): Make consistent with
prototypes in lisp.h.

26 years ago(kill_buffer_processes): Make consistent with
Karl Heuer [Wed, 8 Apr 1998 06:49:17 +0000 (06:49 +0000)]
(kill_buffer_processes): Make consistent with
prototype on lisp.h.

26 years agoInclude <utmp.h> only if CLASH_DETECTION is
Karl Heuer [Wed, 8 Apr 1998 06:48:59 +0000 (06:48 +0000)]
Include <utmp.h> only if CLASH_DETECTION is
defined.

26 years ago(describe_command): Use quotes around symbol name.
Karl Heuer [Wed, 8 Apr 1998 06:43:52 +0000 (06:43 +0000)]
(describe_command): Use quotes around symbol name.

26 years agoOld changes finally checked into RCS
Karl Heuer [Wed, 8 Apr 1998 06:09:04 +0000 (06:09 +0000)]
Old changes finally checked into RCS

26 years agoUse regexp-opt and eval-and-compile to
Dave Love [Tue, 7 Apr 1998 18:59:44 +0000 (18:59 +0000)]
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.

26 years ago(add-to-list): Always return updated value of LIST-VAR.
Karl Heuer [Tue, 7 Apr 1998 18:22:28 +0000 (18:22 +0000)]
(add-to-list): Always return updated value of LIST-VAR.

26 years ago(find-file-visit-truename): Don't setq this.
Karl Heuer [Tue, 7 Apr 1998 18:13:23 +0000 (18:13 +0000)]
(find-file-visit-truename): Don't setq this.

26 years agonext-screen-context-lines is an integer, not boolean.
Stephen Eglen [Tue, 7 Apr 1998 17:47:01 +0000 (17:47 +0000)]
next-screen-context-lines is an integer, not boolean.

26 years ago(main): Obey environment variable EMACS_UNIBYTE as
Dave Love [Tue, 7 Apr 1998 11:48:18 +0000 (11:48 +0000)]
(main): Obey environment variable EMACS_UNIBYTE as
alternative to --unibyte.

26 years agoDoc fix in rmail-mode.
Stephen Eglen [Tue, 7 Apr 1998 08:56:13 +0000 (08:56 +0000)]
Doc fix in rmail-mode.

26 years ago(re_match_2) <anychar>: In unibyte case, set buf_ch as unsigned.
Karl Heuer [Tue, 7 Apr 1998 04:07:58 +0000 (04:07 +0000)]
(re_match_2) <anychar>: In unibyte case, set buf_ch as unsigned.

26 years agoAdd --with-gssapi to specify GSS-API
Karl Heuer [Tue, 7 Apr 1998 04:00:53 +0000 (04:00 +0000)]
Add --with-gssapi to specify GSS-API
authentication support for movemail.

26 years ago(GSSAPI, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI, HAVE_GSSAPI_H):
Karl Heuer [Tue, 7 Apr 1998 03:26:32 +0000 (03:26 +0000)]
(GSSAPI, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI, HAVE_GSSAPI_H):
Add undefs for GSS-API support in movemail.

26 years ago(re_match_2_internal): Declare buf_ch unsigned int.
Richard M. Stallman [Tue, 7 Apr 1998 03:21:46 +0000 (03:21 +0000)]
(re_match_2_internal): Declare buf_ch unsigned int.

26 years agoDon't include <string.h> when configuring.
Richard M. Stallman [Tue, 7 Apr 1998 03:21:19 +0000 (03:21 +0000)]
Don't include <string.h> when configuring.

26 years ago(install-arch-indep): Fix previous change.
Richard M. Stallman [Tue, 7 Apr 1998 03:20:31 +0000 (03:20 +0000)]
(install-arch-indep): Fix previous change.

26 years agoFix previous change.
Karl Heuer [Mon, 6 Apr 1998 22:22:05 +0000 (22:22 +0000)]
Fix previous change.

26 years agoIntegrate support for GSS-API
Karl Heuer [Mon, 6 Apr 1998 22:16:30 +0000 (22:16 +0000)]
Integrate support for GSS-API
authentication, implemented by Kevin L. Mitchel <klmitch@mit.edu>.

26 years ago[MAIL_USE_POP]: Add support for "-g" and "-k"
Karl Heuer [Mon, 6 Apr 1998 22:10:30 +0000 (22:10 +0000)]
[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.

26 years ago(rmail-movemail-flags): New customizable variable
Karl Heuer [Mon, 6 Apr 1998 22:05:23 +0000 (22:05 +0000)]
(rmail-movemail-flags): New customizable variable
to specify additional flags to pass to movemail.
(rmail-insert-inbox-text): Use rmail-movemail-flags.

26 years ago(command-line-1): Fix punctuation in startup screen.
Karl Heuer [Mon, 6 Apr 1998 21:55:01 +0000 (21:55 +0000)]
(command-line-1): Fix punctuation in startup screen.

26 years ago(Fdirectory_files): Use make_uninit_multibyte_string.
Karl Heuer [Mon, 6 Apr 1998 21:52:29 +0000 (21:52 +0000)]
(Fdirectory_files): Use make_uninit_multibyte_string.
Use STRING_BYTES on encoded_directory.

26 years ago(ENVADD): Enviroment vars to pass to texi2dvi. Use
Andreas Schwab [Mon, 6 Apr 1998 10:33:02 +0000 (10:33 +0000)]
(ENVADD): Enviroment vars to pass to texi2dvi.  Use
it in dvi targets.
(../etc/GNU): Change to $(srcdir) first.

26 years agoAlways declare xmalloc.
Andreas Schwab [Mon, 6 Apr 1998 10:23:30 +0000 (10:23 +0000)]
Always declare xmalloc.
[USE_XAW]: Include <X11/Xaw/Paned.h>.
(lwlib_memset, lwlib_bcopy): Explicitly declare return type.

26 years agoMove cancelations up. Include <stdlib.h> if
Andreas Schwab [Mon, 6 Apr 1998 10:17:33 +0000 (10:17 +0000)]
Move cancelations up.  Include <stdlib.h> if
available.

26 years ago(_XOPEN_SOURCE): Define for declaration of cuserid.
Andreas Schwab [Mon, 6 Apr 1998 10:15:16 +0000 (10:15 +0000)]
(_XOPEN_SOURCE): Define for declaration of cuserid.
(parse_header): Explicitly declare return type.

26 years agoInclude <unistd.h> if available.
Andreas Schwab [Mon, 6 Apr 1998 10:14:26 +0000 (10:14 +0000)]
Include <unistd.h> if available.
(main, handle_signals, perror_1, fatal_error): Explicitly declare
return types.  Add forward declarations.

26 years agoInclude <stdlib.h> and <unistd.h> if available.
Andreas Schwab [Mon, 6 Apr 1998 10:13:46 +0000 (10:13 +0000)]
Include <stdlib.h> and <unistd.h> if available.
Don't declare geteuid.
(print_help_and_exit): Change return type to void.  Forward
declare it.

26 years agoInclude <stdlib.h> if available.
Andreas Schwab [Mon, 6 Apr 1998 10:12:28 +0000 (10:12 +0000)]
Include <stdlib.h> if available.
(main): Explicitly declare return type.

26 years ago(help-make-xrefs): Grok commands in keymap table
Dave Love [Mon, 6 Apr 1998 09:56:55 +0000 (09:56 +0000)]
(help-make-xrefs): Grok commands in keymap table
expansions.
(help-xref-button): Simplify.
(help-make-xrefs): Set overriding keymap properly.

26 years ago(lrt-composing-pattern-double-c): Change
Andreas Schwab [Mon, 6 Apr 1998 09:49:37 +0000 (09:49 +0000)]
(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.

26 years ago(Flength): Doc fix.
Andreas Schwab [Mon, 6 Apr 1998 09:33:40 +0000 (09:33 +0000)]
(Flength): Doc fix.

26 years ago(unexec): Account for possible padding before the old .bss
Andreas Schwab [Mon, 6 Apr 1998 09:26:20 +0000 (09:26 +0000)]
(unexec): Account for possible padding before the old .bss
section.

26 years ago(Ftranspose_regions): Fix order of parameters for replace_range.
Andreas Schwab [Mon, 6 Apr 1998 09:20:04 +0000 (09:20 +0000)]
(Ftranspose_regions): Fix order of parameters for replace_range.

26 years ago(Fdirectory_files): GCPRO encoded_directory and list.
Andreas Schwab [Mon, 6 Apr 1998 09:11:05 +0000 (09:11 +0000)]
(Fdirectory_files): GCPRO encoded_directory  and list.
Compute needsep only once.  Pass correct arg to chars_in_text.

26 years ago(gc_sweep): Avoid using two loop variables counting the
Andreas Schwab [Mon, 6 Apr 1998 09:04:23 +0000 (09:04 +0000)]
(gc_sweep): Avoid using two loop variables counting the
same thing.

26 years agoCheck for string.h.
Andreas Schwab [Mon, 6 Apr 1998 08:57:37 +0000 (08:57 +0000)]
Check for string.h.

26 years ago(subset-p): Renamed from
Kenichi Handa [Mon, 6 Apr 1998 05:07:36 +0000 (05:07 +0000)]
(subset-p): Renamed from
find-safe-coding-system-list-subset-p.
(find-coding-systems-region, find-coding-systems-string): New
functions.
(find-coding-systems-for-charsets): Renamed from
find-safe-coding-system.  This is now a helper function of the
above two.
(select-safe-coding-system): Adjusted for the above changes.

26 years ago(setup-japanese-environment): Setup
Kenichi Handa [Mon, 6 Apr 1998 05:06:56 +0000 (05:06 +0000)]
(setup-japanese-environment): Setup
sentence-end suitable for Japanese text.
(exit-japanese-environment): New function.

26 years agoSet exit-function to
Kenichi Handa [Mon, 6 Apr 1998 05:06:56 +0000 (05:06 +0000)]
Set exit-function to
exit-japanese-environment for Japanese environment.

26 years ago(Fstring_as_unibyte): Set size_byte field to -1.
Kenichi Handa [Mon, 6 Apr 1998 05:06:12 +0000 (05:06 +0000)]
(Fstring_as_unibyte): Set size_byte field to -1.

26 years ago(print) <Lisp_String>: Follow a hex escape with `\ ' if nec.
Richard M. Stallman [Sun, 5 Apr 1998 19:18:32 +0000 (19:18 +0000)]
(print) <Lisp_String>: Follow a hex escape with `\ ' if nec.

26 years agoFix previous change.
Richard M. Stallman [Sun, 5 Apr 1998 19:13:50 +0000 (19:13 +0000)]
Fix previous change.

26 years ago(help-highlight-face): Use underline.
Richard M. Stallman [Sun, 5 Apr 1998 19:10:02 +0000 (19:10 +0000)]
(help-highlight-face): Use underline.
(help-mode-maybe): Ensure read-only.
(help-xref-button): Obey help-highlight-p.
(help-follow): Remove check for args being a list.
(help-mode): Doc fix.
(help-highlight-p): Put in help group.

(help-make-xrefs): Insert button label in scope of
inhibit-read-only binding.
(help-mode-map, help-make-xrefs): Define TAB, RET correctly.

Make hyperlinks for cross-reference info intuited from *Help* buffer.
(help-font-lock-keywords): Removed.
(help-mode-map): Define keys for navigating hyperlinks.
(help-xref-stack, help-xref-stack-item): New permanent-local variables.
(help-mode): Set font-lock-defaults to nil.
(help-mode-maybe): Invoke help-make-xrefs in Help mode.
(help-setup-xref): New function.
(describe-key, describe-mode, describe-function,
describe-variable): Call it.
(view-lossage, describe-bindings): Nullify help-xref-stack,
help-xref-stack-item.
(help-highlight-p): New option.
(help-highlight-face): New variable.
(help-back-label, help-xref-symbol-regexp, help-xref-info-regexp):
New variables.
(help-setup-xref, help-make-xrefs, help-xref-button,
help-xref-interned, help-xref-mode, help-follow-mouse,
help-xref-go-back, help-go-back, help-follow, help-next-ref): New functions.

26 years ago(vc-dired-mode): Make dired-after-readin-hook a local hook, not a local variable.
André Spiegel [Sun, 5 Apr 1998 18:54:35 +0000 (18:54 +0000)]
(vc-dired-mode): Make dired-after-readin-hook a local hook, not a local variable.

26 years ago(update-file-autoloads): Redo 1997-08-23 change.
Richard M. Stallman [Sun, 5 Apr 1998 18:47:51 +0000 (18:47 +0000)]
(update-file-autoloads): Redo 1997-08-23 change.

26 years ago(vc-merge, vc-backend-merge): New functions.
André Spiegel [Sun, 5 Apr 1998 18:45:06 +0000 (18:45 +0000)]
(vc-merge, vc-backend-merge): New functions.
(vc-resolve-conflicts): Added optional parameters for buffer names.
(vc-branch-p): New function.

26 years ago(vc-prefix-map): Added "m" for vc-merge.
André Spiegel [Sun, 5 Apr 1998 18:44:35 +0000 (18:44 +0000)]
(vc-prefix-map): Added "m" for vc-merge.

26 years ago(vc-ensure-vc-buffer): New function.
André Spiegel [Sun, 5 Apr 1998 18:43:15 +0000 (18:43 +0000)]
(vc-ensure-vc-buffer): New function.
(vc-registration-error): Replaced by the above.  Updated all callers.
(file-executable-p-18, file-regular-p-18): Removed.

26 years agoCustomized.
Stephen Eglen [Sun, 5 Apr 1998 18:26:32 +0000 (18:26 +0000)]
Customized.

26 years agoFix header line.
Dave Love [Sun, 5 Apr 1998 17:43:09 +0000 (17:43 +0000)]
Fix header line.

26 years agoCustomized.
Stephen Eglen [Sun, 5 Apr 1998 16:14:58 +0000 (16:14 +0000)]
Customized.

26 years ago(command-line): Fix paren error.
Dave Love [Sun, 5 Apr 1998 11:46:30 +0000 (11:46 +0000)]
(command-line): Fix paren error.

26 years ago(webjump): Use assoc-ignore-case for locating the proper URL.
Richard M. Stallman [Sun, 5 Apr 1998 03:19:59 +0000 (03:19 +0000)]
(webjump): Use assoc-ignore-case for locating the proper URL.

26 years ago(report-emacs-bug-hook): Use skip-chars-forward
Richard M. Stallman [Sun, 5 Apr 1998 01:05:15 +0000 (01:05 +0000)]
(report-emacs-bug-hook): Use skip-chars-forward
to check for non-ASCII characters, and to find them.
Don't use find-charset-region.
(report-emacs-bug-pretest-address): Update address.
(report-emacs-bug-address): Likewise.

26 years ago(make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.
Richard M. Stallman [Sat, 4 Apr 1998 06:37:54 +0000 (06:37 +0000)]
(make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.
(make_minibuffer_frame): Likewise.

26 years ago(Fmessage_box): Pass the missing third argument
Richard M. Stallman [Sat, 4 Apr 1998 05:27:31 +0000 (05:27 +0000)]
(Fmessage_box): Pass the missing third argument
STRING_MULTIBYTE (val) to message2.

26 years ago(vc-next-action-dired): Use dired-do-redisplay. Handle
Richard M. Stallman [Sat, 4 Apr 1998 05:22:37 +0000 (05:22 +0000)]
(vc-next-action-dired): Use dired-do-redisplay.  Handle
window configuration correctly.
(vc-next-action): Save window configuration for vc-next-action-dired.
(vc-finish-logentry): Only kill log buffer if it does exist.
(vc-dired-mode): Rewritten so that it works entirely through
dired-after-readin-hook.  Subdirectories are handled just as in
ordinary dired.
(vc-dired-hook): New function.
(vc-state-info, vc-dired-reformat-line): Adapted.
(vc-dired-update, vc-dired-update-line): Removed.
(vc-directory): Rewritten.
(vc-directory-18): Removed.
(vc-dired-mark-locked): New function, bound to "*l" in vc-dired-mode.
(vc-do-command): Only compute vc-name if it is really needed.
(vc-fetch-cvs-status): New function.
(vc-dired-hook): Use it.

26 years ago(vc-parse-cvs-status): New function.
Richard M. Stallman [Sat, 4 Apr 1998 05:21:44 +0000 (05:21 +0000)]
(vc-parse-cvs-status): New function.
(vc-fetch-master-properties): Moved cvs status retrieval to the above.
(vc-backend): If a file is not registered, remember that by setting
the property to `none'.
(vc-name): Use the mechanism of vc-backend to compute the value.
(vc-after-save): Don't access vc-backend property directly.

26 years ago(put_entries): Use %ld.
Richard M. Stallman [Sat, 4 Apr 1998 02:22:08 +0000 (02:22 +0000)]
(put_entries): Use %ld.

26 years ago(fatal): Declare the arg.
Richard M. Stallman [Sat, 4 Apr 1998 02:21:01 +0000 (02:21 +0000)]
(fatal): Declare the arg.

26 years ago(report-emacs-bug-hook): Don't bind enable-multibyte-characters.
Richard M. Stallman [Sat, 4 Apr 1998 00:07:57 +0000 (00:07 +0000)]
(report-emacs-bug-hook): Don't bind enable-multibyte-characters.

26 years ago(regex_compile) [!MATCH_MAY_ALLOCATE]: Fix paren error.
Richard M. Stallman [Sat, 4 Apr 1998 00:00:06 +0000 (00:00 +0000)]
(regex_compile) [!MATCH_MAY_ALLOCATE]: Fix paren error.

26 years ago(set_intervals_multibyte): Function moved after set_intervals_multibyte_1.
Richard M. Stallman [Fri, 3 Apr 1998 23:58:11 +0000 (23:58 +0000)]
(set_intervals_multibyte): Function moved after set_intervals_multibyte_1.

26 years ago(command-line): If already unibyte, just load
Richard M. Stallman [Fri, 3 Apr 1998 23:49:11 +0000 (23:49 +0000)]
(command-line): If already unibyte, just load
latin-N instead of calling set-language-environment.

26 years ago(report-emacs-bug): Use set-buffer-multibyte.
Richard M. Stallman [Fri, 3 Apr 1998 21:06:38 +0000 (21:06 +0000)]
(report-emacs-bug): Use set-buffer-multibyte.

26 years ago(compile_range): Unused function deleted.
Richard M. Stallman [Fri, 3 Apr 1998 07:33:13 +0000 (07:33 +0000)]
(compile_range): Unused function deleted.
(regex_compile): Special handling for range \177-\377.
(regex_compile): Cast args to TRANSLATE to unsigned char.
(re_search_2): Fix forward scan handling multibyte.
Recognize that nonascii characters are not in the fastmap.
Handle fetching multibyte characters for backward scan,
(re_match_2_internal): Handle multibyte and translation
in exactn and anychar.
(bcmp_translate): Handle multibyte chars for translation.

(TRANSLATE): Don't cast to  unsigned char.

(PATFETCH): Use RE_TRANSLATE to translate.

26 years ago(rmail-mode-2): Locally set enable-local-variables
Richard M. Stallman [Fri, 3 Apr 1998 05:34:10 +0000 (05:34 +0000)]
(rmail-mode-2): Locally set enable-local-variables
to nil, so a local var list in a message won't confuse things.

26 years ago(report-emacs-bug-hook): Fix the regexp for
Richard M. Stallman [Fri, 3 Apr 1998 05:11:30 +0000 (05:11 +0000)]
(report-emacs-bug-hook): Fix the regexp for
matching non-ASCII characters.

26 years ago(rul-generic-mode): Use font-lock-builtin-face,
Richard M. Stallman [Fri, 3 Apr 1998 04:40:40 +0000 (04:40 +0000)]
(rul-generic-mode): Use font-lock-builtin-face,
not font-lock-em[hasized-face.

26 years ago(Fmake_variable_frame_local): Doc fix.
Richard M. Stallman [Fri, 3 Apr 1998 03:13:32 +0000 (03:13 +0000)]
(Fmake_variable_frame_local): Doc fix.

26 years agoRemove some directories that don't really work now.
Richard M. Stallman [Fri, 3 Apr 1998 01:52:38 +0000 (01:52 +0000)]
Remove some directories that don't really work now.

26 years ago(Fstring_as_multibyte): Never return unibyte string unchanged.
Richard M. Stallman [Thu, 2 Apr 1998 22:48:51 +0000 (22:48 +0000)]
(Fstring_as_multibyte): Never return unibyte string unchanged.
Set size_byte field.

26 years ago(main): Add [--unibyte] to usage.
Dave Love [Thu, 2 Apr 1998 18:46:08 +0000 (18:46 +0000)]
(main): Add [--unibyte] to usage.

26 years ago(RE_TRANSLATE): Use char_table_translate.
Richard M. Stallman [Thu, 2 Apr 1998 08:11:19 +0000 (08:11 +0000)]
(RE_TRANSLATE): Use char_table_translate.

26 years ago(char_table_translate): New function.
Richard M. Stallman [Thu, 2 Apr 1998 08:10:56 +0000 (08:10 +0000)]
(char_table_translate): New function.

26 years ago(widget-beginning-of-line): Don't set zmacs-region-stays.
Richard M. Stallman [Thu, 2 Apr 1998 06:41:37 +0000 (06:41 +0000)]
(widget-beginning-of-line): Don't set zmacs-region-stays.
(widget-end-of-line): Likewise.
(widget-glyph-click): Use read-event.
(widget-color-choice-list): Delete compatibility code.
(widget-color-sample-face-get): Likewise.
(widget-choose): Likewise.
(widget-event-point): Fix paren error.

26 years agoDelete some compatibility code.
Richard M. Stallman [Thu, 2 Apr 1998 06:33:26 +0000 (06:33 +0000)]
Delete some compatibility code.
(widget-event-point, widget-read-event): Define unconditionally.

(widget-echo-help-mouse): Don't use window-end.

(widget-choice-value-create): If there is an :explicit-choice, respect it.
(widget-choice-action): Record an explicit choice in :explicit-choice.

26 years agoAdd support for jdb (Java debugger).
Richard M. Stallman [Thu, 2 Apr 1998 05:04:20 +0000 (05:04 +0000)]
Add support for jdb (Java debugger).
(jdb): New function.
(gud-jdb-history): New variable.
(gud-jdb-directories): New variable.
(gud-jdb-source-files): New variable.
(gud-jdb-build-source-files-list): New function.
(gud-jdb-package-of-file): New function.
(gud-jdb-class-source-alist): New variable.
(gud-jdb-build-class-source-alist): New function.
(gud-jdb-massage-args): New function.
(gud-jdb-find-source-file): New function.
(gud-jdb-marker-filter): New function.
(gud-jdb-find-file): New function.
(gud-jdb-command-name): New variable.
(gud-perldb-command-name): Variable renamed from perldb-command-name.

26 years ago(redisplay_window): Fix computing pos from last_point.
Richard M. Stallman [Thu, 2 Apr 1998 04:40:52 +0000 (04:40 +0000)]
(redisplay_window): Fix computing pos from last_point.

26 years ago(info-lookup->topic-cache): Use defun, not defsubst.
Richard M. Stallman [Thu, 2 Apr 1998 04:36:00 +0000 (04:36 +0000)]
(info-lookup->topic-cache): Use defun, not defsubst.
(info-lookup->mode-cache, info-lookup->initialized): Likewise.
(info-lookup->completions, info-lookup->refer-modes): Likewise.
(info-lookup->all-modes): Likewise.

(info-lookup-quick-all-modes): New function.
(info-complete): Find the symbol to complete first,
then compute list of completions.

(lisp-mode): Add info-lookup-maybe-add-help for it.

26 years ago(follow-scroll-up): Cope if `window-end' returns nil.
Richard M. Stallman [Thu, 2 Apr 1998 03:37:18 +0000 (03:37 +0000)]
(follow-scroll-up): Cope if `window-end' returns nil.
(follow-select-if-end-visible): Likewise.
(follow-mode-version): Variable removed.

26 years ago(buf_charpos_to_bytepos): Delete local variable gapend_byte.
Kenichi Handa [Thu, 2 Apr 1998 00:25:47 +0000 (00:25 +0000)]
(buf_charpos_to_bytepos): Delete local variable gapend_byte.