bpt/emacs.git
26 years ago(detect_coding_mask): Include CODING_CATEGORY_MASK_BINARY in the
Richard M. Stallman [Mon, 4 Aug 1997 03:01:57 +0000 (03:01 +0000)]
(detect_coding_mask): Include CODING_CATEGORY_MASK_BINARY in the
return value if any 8-bit code is found.

Doc fix.

26 years ago(Frequire): Pass t for the MUST-SUFFIX arg to Fload.
Richard M. Stallman [Mon, 4 Aug 1997 03:00:36 +0000 (03:00 +0000)]
(Frequire): Pass t for the MUST-SUFFIX arg to Fload.

26 years ago(do_autoload): Pass new arg to Fload.
Richard M. Stallman [Mon, 4 Aug 1997 03:00:25 +0000 (03:00 +0000)]
(do_autoload): Pass new arg to Fload.

26 years ago(Fload): New optional arg MUST-SUFFIX.
Richard M. Stallman [Mon, 4 Aug 1997 03:00:11 +0000 (03:00 +0000)]
(Fload): New optional arg MUST-SUFFIX.

26 years agoAlternative colors for standard faces if dark background.
Richard M. Stallman [Mon, 4 Aug 1997 02:57:47 +0000 (02:57 +0000)]
Alternative colors for standard faces if dark background.

26 years ago(hexlify-buffer, dehexlify-buffer):
Richard M. Stallman [Mon, 4 Aug 1997 02:44:42 +0000 (02:44 +0000)]
(hexlify-buffer, dehexlify-buffer):
Pay attention to buffer-file-type.
(hexl-save-buffer): Don't bind buffer-file-type around save-buffer.

26 years ago(x-cut-buffer-or-selection-value): Try both
Richard M. Stallman [Mon, 4 Aug 1997 01:53:36 +0000 (01:53 +0000)]
(x-cut-buffer-or-selection-value): Try both
COMPOUND_TEXT and STRING as types for the selection.

26 years ago(rmail-summary-mouse-goto-message): New function.
Richard M. Stallman [Mon, 4 Aug 1997 01:42:50 +0000 (01:42 +0000)]
(rmail-summary-mouse-goto-message): New function.
(rmail-summary-mode-map): Bind it to Mouse-2.

26 years agoDelete whitespace.
Richard M. Stallman [Mon, 4 Aug 1997 01:11:01 +0000 (01:11 +0000)]
Delete whitespace.

26 years ago(shell-command-on-region, shell-command): Doc fixes.
Richard M. Stallman [Mon, 4 Aug 1997 00:51:07 +0000 (00:51 +0000)]
(shell-command-on-region, shell-command): Doc fixes.
(do-auto-fill): Don't break the line right after a comment starter.

26 years ago(copyright-regexp): Recognize @copyright{}.
Richard M. Stallman [Mon, 4 Aug 1997 00:39:09 +0000 (00:39 +0000)]
(copyright-regexp): Recognize @copyright{}.

26 years ago(copyright-regexp): Recognize the Latin-1 copyright symbol.
Richard M. Stallman [Mon, 4 Aug 1997 00:37:04 +0000 (00:37 +0000)]
(copyright-regexp): Recognize the Latin-1 copyright symbol.

26 years ago(LD_SWITCH_MACHINE):
Richard M. Stallman [Sun, 3 Aug 1997 22:59:26 +0000 (22:59 +0000)]
(LD_SWITCH_MACHINE):
Add #ifdef emacs around all the definitions of this.

26 years ago(i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
Richard M. Stallman [Sun, 3 Aug 1997 22:58:19 +0000 (22:58 +0000)]
(i*86-*-sysv4.2uw*): Set NON_GNU_CPP.

26 years agoFix previous change.
Richard M. Stallman [Sun, 3 Aug 1997 22:57:46 +0000 (22:57 +0000)]
Fix previous change.

26 years ago(vc-menu-map): Replace entries for "Check In" and "Check Out" with
André Spiegel [Sun, 3 Aug 1997 12:48:31 +0000 (12:48 +0000)]
(vc-menu-map): Replace entries for "Check In" and "Check Out" with
new entry "Check In/Out" (calling vc-next-action).

26 years agoCleaned up variables, prefix and cursor position.
Oliver Seidel [Sun, 3 Aug 1997 12:47:26 +0000 (12:47 +0000)]
Cleaned up variables, prefix and cursor position.

26 years agoIt appears to work.
Oliver Seidel [Sun, 3 Aug 1997 12:15:28 +0000 (12:15 +0000)]
It appears to work.

26 years agoInitial revision
Oliver Seidel [Sun, 3 Aug 1997 12:15:13 +0000 (12:15 +0000)]
Initial revision

26 years agoComment change.
Richard M. Stallman [Sun, 3 Aug 1997 05:06:05 +0000 (05:06 +0000)]
Comment change.

26 years ago(face-attr-match-p): New function.
Richard M. Stallman [Sun, 3 Aug 1997 04:10:36 +0000 (04:10 +0000)]
(face-attr-match-p): New function.
(face-attr-match-1, face-spec-match-p, face-attr-construct): Likewise.
(face-spec-choose): New function.
(face-spec-set): Use face-spec-choose.

26 years ago(custom-face-value-create): Take account
Richard M. Stallman [Sun, 3 Aug 1997 04:10:08 +0000 (04:10 +0000)]
(custom-face-value-create): Take account
of changes in the frame made outside of customize.

26 years ago(CODING_CATEGORY_MASK_BINARY): New macro.
Kenichi Handa [Sun, 3 Aug 1997 03:02:05 +0000 (03:02 +0000)]
(CODING_CATEGORY_MASK_BINARY): New macro.

26 years ago(x_set_frame_parameters): Heading comment fixed.
Kenichi Handa [Sun, 3 Aug 1997 03:02:05 +0000 (03:02 +0000)]
(x_set_frame_parameters): Heading comment fixed.
(x_default_parameter): Likewise.

26 years ago(Vclipboard_coding_system): New variable.
Kenichi Handa [Sun, 3 Aug 1997 03:02:05 +0000 (03:02 +0000)]
(Vclipboard_coding_system): New variable.
(selection_data_to_lisp_data): Decode text by
Vclipboard_coding_system.
(lisp_data_to_selection_data): Encode text by
Vclipboard_coding_system.
(syms_of_xselect): Declare clipboard-coding-system as Lisp
variable and initialize it.

26 years agoIn quail-mode-map, bind
Kenichi Handa [Sun, 3 Aug 1997 02:59:30 +0000 (02:59 +0000)]
In quail-mode-map, bind
ethio-insert-ethio-space Shift-SPACE.  Add translation rules to
Quail package "ethiopic".

26 years ago(setup-chinese-gb-environment): Set
Kenichi Handa [Sun, 3 Aug 1997 02:54:04 +0000 (02:54 +0000)]
(setup-chinese-gb-environment): Set
default value of default-input-method.
(setup-chinese-big5-environment): Likewise.
(setup-chinese-cns-environment): Likewise.  Correct input method
name.

26 years ago(setup-ethiopic-environment): Bind
Kenichi Handa [Sun, 3 Aug 1997 02:54:04 +0000 (02:54 +0000)]
(setup-ethiopic-environment): Bind
correct commands in global-map, rmail-mode-map, and mail-mode-map.
Set default value of default-input-method.

26 years ago(ccl-encode-ethio-font): Fix typo in doc-string.
Kenichi Handa [Sun, 3 Aug 1997 02:54:04 +0000 (02:54 +0000)]
(ccl-encode-ethio-font): Fix typo in doc-string.

26 years ago(setup-8-bit-environment): Set default value of default-input-method.
Kenichi Handa [Sun, 3 Aug 1997 02:54:04 +0000 (02:54 +0000)]
(setup-8-bit-environment): Set default value of default-input-method.

26 years ago(setup-japanese-environment): Set default value of default-input-method.
Kenichi Handa [Sun, 3 Aug 1997 02:54:04 +0000 (02:54 +0000)]
(setup-japanese-environment): Set default value of default-input-method.

26 years ago(setup-korean-environment): Set default value of default-input-method.
Kenichi Handa [Sun, 3 Aug 1997 02:54:04 +0000 (02:54 +0000)]
(setup-korean-environment): Set default value of default-input-method.

26 years ago(setup-tibetan-environment): Set default value of default-input-method.
Kenichi Handa [Sun, 3 Aug 1997 02:54:04 +0000 (02:54 +0000)]
(setup-tibetan-environment): Set default value of default-input-method.

26 years agoFix previous change.
Kenichi Handa [Sun, 3 Aug 1997 02:51:30 +0000 (02:51 +0000)]
Fix previous change.

26 years ago(quail-next-translation): Call
Kenichi Handa [Sun, 3 Aug 1997 02:50:47 +0000 (02:50 +0000)]
(quail-next-translation): Call
quail-execute-non-quail-command when no current translations.
(quail-prev-translation): Likewise.
(quail-next-translation-block): Likewise.
(quail-prev-translation-block): Likewise.

26 years agoDoc fixes; fix error message text.
Richard M. Stallman [Sat, 2 Aug 1997 21:59:55 +0000 (21:59 +0000)]
Doc fixes; fix error message text.

26 years ago(term-ignore-error): Fix foolish errors.
Richard M. Stallman [Sat, 2 Aug 1997 20:41:55 +0000 (20:41 +0000)]
(term-ignore-error): Fix foolish errors.

26 years ago(describe-current-coding-system): Clean up output format.
Richard M. Stallman [Sat, 2 Aug 1997 10:15:43 +0000 (10:15 +0000)]
(describe-current-coding-system): Clean up output format.

26 years ago(compute_motion): Correct the criterion for when to
Richard M. Stallman [Sat, 2 Aug 1997 09:30:17 +0000 (09:30 +0000)]
(compute_motion): Correct the criterion for when to
move back 1 space when we terminate just after continuing the line.

26 years agonew version
Michael Kifer [Sat, 2 Aug 1997 07:40:22 +0000 (07:40 +0000)]
new version

26 years agonew version
Michael Kifer [Sat, 2 Aug 1997 06:56:24 +0000 (06:56 +0000)]
new version

26 years agoFix up coding system.
Richard M. Stallman [Sat, 2 Aug 1997 03:13:34 +0000 (03:13 +0000)]
Fix up coding system.

26 years ago(adaptive-fill-first-line-regexp): Fix regexp.
Richard M. Stallman [Fri, 1 Aug 1997 19:20:29 +0000 (19:20 +0000)]
(adaptive-fill-first-line-regexp): Fix regexp.

26 years ago(mode-line-mule-info): Delete the conditional on enable-multibyte-characters.
Richard M. Stallman [Fri, 1 Aug 1997 19:19:51 +0000 (19:19 +0000)]
(mode-line-mule-info): Delete the conditional on enable-multibyte-characters.

26 years ago(mail-mode): Recognize foo> prefix
Richard M. Stallman [Fri, 1 Aug 1997 18:12:50 +0000 (18:12 +0000)]
(mail-mode): Recognize foo> prefix
even without leading space.

26 years agoTranslate -svr4 to -sysv4 and -unixware to -sysv4.2uw.
Richard M. Stallman [Fri, 1 Aug 1997 18:09:30 +0000 (18:09 +0000)]
Translate -svr4 to -sysv4 and -unixware to -sysv4.2uw.

26 years ago(standard-display-cyrillic-translit): New function.
Richard M. Stallman [Fri, 1 Aug 1997 17:09:45 +0000 (17:09 +0000)]
(standard-display-cyrillic-translit): New function.

26 years agoComment change.
Richard M. Stallman [Fri, 1 Aug 1997 07:18:01 +0000 (07:18 +0000)]
Comment change.

26 years ago(cyrillic-translit): New input method.
Richard M. Stallman [Fri, 1 Aug 1997 06:45:06 +0000 (06:45 +0000)]
(cyrillic-translit): New input method.

26 years ago(isearch-hide-immediately): Doc fix.
Richard M. Stallman [Fri, 1 Aug 1997 04:53:34 +0000 (04:53 +0000)]
(isearch-hide-immediately): Doc fix.

26 years ago(encode_coding_iso2022): When source data ends not at
Kenichi Handa [Fri, 1 Aug 1997 01:36:20 +0000 (01:36 +0000)]
(encode_coding_iso2022): When source data ends not at
character boundardy, set data in coding->carryover correctly, and
set SRC to SRC_END.
(encode_coding_sjis_big5): Likewise.
(encode_coding): Don't set coding->carryover_size to 0.

26 years ago(Fwrite_region): Don't try to flush out a data twice.
Kenichi Handa [Fri, 1 Aug 1997 01:36:20 +0000 (01:36 +0000)]
(Fwrite_region): Don't try to flush out a data twice.

26 years ago(standard-display-european): New arg AUTO.
Richard M. Stallman [Fri, 1 Aug 1997 01:22:16 +0000 (01:22 +0000)]
(standard-display-european): New arg AUTO.
Normally, set enable-multibyte-characters to nil.

26 years ago(command-line): Pass t for AUTO arg to standard-display-european.
Richard M. Stallman [Fri, 1 Aug 1997 01:21:51 +0000 (01:21 +0000)]
(command-line): Pass t for AUTO arg to standard-display-european.

26 years agoMany doc strings and messages changed.
Richard M. Stallman [Fri, 1 Aug 1997 01:04:56 +0000 (01:04 +0000)]
Many doc strings and messages changed.

26 years ago(direct_output_for_insert): Set last_point_x properly.
Richard M. Stallman [Fri, 1 Aug 1997 00:58:56 +0000 (00:58 +0000)]
(direct_output_for_insert): Set last_point_x properly.

26 years ago(x_list_fonts): Request at least 10 fonts by XListFonts.
Kenichi Handa [Fri, 1 Aug 1997 00:29:34 +0000 (00:29 +0000)]
(x_list_fonts): Request at least 10 fonts by XListFonts.

26 years ago(redisplay_window): Fix one-off in handling
Richard M. Stallman [Fri, 1 Aug 1997 00:12:35 +0000 (00:12 +0000)]
(redisplay_window): Fix one-off in handling
scroll-conservatively for scrolling up.

26 years ago(x_list_fonts): Reject a font whose min_bounds.width is 0.
Richard M. Stallman [Thu, 31 Jul 1997 16:44:49 +0000 (16:44 +0000)]
(x_list_fonts): Reject a font whose min_bounds.width is 0.

26 years ago(diary-face, calendar-today-face, holiday-face):
Richard M. Stallman [Thu, 31 Jul 1997 15:38:10 +0000 (15:38 +0000)]
(diary-face, calendar-today-face, holiday-face):
Use defface to define them.

26 years ago(current_lock_owner): Don't try to delete lock
Richard M. Stallman [Thu, 31 Jul 1997 07:54:07 +0000 (07:54 +0000)]
(current_lock_owner): Don't try to delete lock
if this or another existing process owns it!

26 years ago(eval-last-sexp): Ignore `...' around sexp.
Richard M. Stallman [Thu, 31 Jul 1997 06:59:37 +0000 (06:59 +0000)]
(eval-last-sexp): Ignore `...' around sexp.

26 years ago(prefer-coding-system): Change also
Kenichi Handa [Thu, 31 Jul 1997 06:48:05 +0000 (06:48 +0000)]
(prefer-coding-system): Change also
default value of buffer-file-coding-system.

26 years ago(vc-backend-checkin): For CVS, forget the checkout model after commit.
Richard M. Stallman [Thu, 31 Jul 1997 06:23:19 +0000 (06:23 +0000)]
(vc-backend-checkin): For CVS, forget the checkout model after commit.
(vc-backend-checkout): Use "cvs edit" for files with manual checkout.
(vc-minor-part, vc-previous-version): New functions.
(vc-diff): Don't ask or guess version numbers.
(vc-version-diff): Suggest default versions based on the file state.

26 years ago(vc-checkout-model): For CVS, look at
Richard M. Stallman [Thu, 31 Jul 1997 06:16:32 +0000 (06:16 +0000)]
(vc-checkout-model): For CVS, look at
permissions to see if a file is "watched".

26 years ago(read_process_output): Don't call setup_coding_system
Richard M. Stallman [Thu, 31 Jul 1997 06:08:07 +0000 (06:08 +0000)]
(read_process_output): Don't call setup_coding_system
for proc_decode_coding_system[channel].  It is already done in
detect_coding called via decode_coding.

(wait_reading_process_input): Call detect_input_pending
whenever read_kbd is 0, not just when wait_for_cell.

26 years ago(encode_coding_iso2022): Write out invalid multibyte
Kenichi Handa [Thu, 31 Jul 1997 05:55:12 +0000 (05:55 +0000)]
(encode_coding_iso2022): Write out invalid multibyte
forms in a buffer as is.
(detect_coding_mask): If ISO_CODE_CSI appears in an invalid
sequence, ignore it.

26 years agoDo not create style-variants of fontset. They
Kenichi Handa [Thu, 31 Jul 1997 05:54:43 +0000 (05:54 +0000)]
Do not create style-variants of fontset.  They
are just registered in uninstanciated-fontset-alist.

26 years ago(set-face-font-auto): Create a fontset if FONT is a
Kenichi Handa [Thu, 31 Jul 1997 05:54:08 +0000 (05:54 +0000)]
(set-face-font-auto): Create a fontset if FONT is a
fontset not instanciated fontset.

26 years ago(fontset-name-p): New function.
Kenichi Handa [Thu, 31 Jul 1997 05:53:31 +0000 (05:53 +0000)]
(fontset-name-p): New function.
(uninstanciated-fontset-alist): New variable.
(create-fontset-from-fontset-spec): Delete arg STYLE.  Register
style-variants of FONTSET in uninstanciated-fontset-alist.
(create-fontset-from-x-resource): Call
create-fontset-from-fontset-spec correctly.

26 years ago(reference-point-alist): Doc-string modified.
Kenichi Handa [Thu, 31 Jul 1997 05:53:31 +0000 (05:53 +0000)]
(reference-point-alist): Doc-string modified.

26 years agonew version
Michael Kifer [Thu, 31 Jul 1997 04:04:23 +0000 (04:04 +0000)]
new version

26 years ago(lock_if_free): Don't loop; for strange error, return -1.
Richard M. Stallman [Wed, 30 Jul 1997 19:45:01 +0000 (19:45 +0000)]
(lock_if_free): Don't loop; for strange error, return -1.

26 years ago(redisplay_window): Fix previous change.
Richard M. Stallman [Wed, 30 Jul 1997 19:44:31 +0000 (19:44 +0000)]
(redisplay_window): Fix previous change.

(decode_mode_spec_coding): If multibyte chars disabled.
display only the eol flag.

26 years ago(uniquify-buffer-name-style): Fix typo.
Richard M. Stallman [Wed, 30 Jul 1997 19:29:13 +0000 (19:29 +0000)]
(uniquify-buffer-name-style): Fix typo.

26 years ago(info-node, info-xref, info-menu-5):
Richard M. Stallman [Wed, 30 Jul 1997 18:15:19 +0000 (18:15 +0000)]
(info-node, info-xref, info-menu-5):
Define faces with defface.
(Info-mode): Don't define faces here, and don't alter Info-fontify.
Locally set line-move-ignore-invisible.
(Info-fontify-node): Test type of frame here.

26 years agoUpdate distribution terms.
Richard M. Stallman [Wed, 30 Jul 1997 16:14:07 +0000 (16:14 +0000)]
Update distribution terms.

26 years ago(mspools-using-vm): Better handling of VM initialization.
Richard M. Stallman [Wed, 30 Jul 1997 16:12:30 +0000 (16:12 +0000)]
(mspools-using-vm): Better handling of VM initialization.
(mspools-size-folder): Allow symbolic links to spool files.

26 years agoSynched with 1.9954.
Per Abrahamsen [Wed, 30 Jul 1997 12:04:50 +0000 (12:04 +0000)]
Synched with 1.9954.

26 years ago(LIBXMU): Alternative definition if CANNOT_DUMP.
Richard M. Stallman [Wed, 30 Jul 1997 04:28:44 +0000 (04:28 +0000)]
(LIBXMU): Alternative definition if CANNOT_DUMP.

26 years ago(LDFLAGS, CPPFLAGS): Get them from configure like CFLAGS.
Richard M. Stallman [Wed, 30 Jul 1997 04:24:46 +0000 (04:24 +0000)]
(LDFLAGS, CPPFLAGS): Get them from configure like CFLAGS.

26 years ago(CPPFLAGS): Get this from configure, like CFLAGS.
Richard M. Stallman [Wed, 30 Jul 1997 04:22:56 +0000 (04:22 +0000)]
(CPPFLAGS): Get this from configure, like CFLAGS.

26 years ago(mule-menu-keymap): Fix menu item names.
Richard M. Stallman [Wed, 30 Jul 1997 04:10:55 +0000 (04:10 +0000)]
(mule-menu-keymap): Fix menu item names.

26 years agoMinor cleanup.
Richard M. Stallman [Wed, 30 Jul 1997 03:57:26 +0000 (03:57 +0000)]
Minor cleanup.

26 years agoComment change.
Richard M. Stallman [Wed, 30 Jul 1997 02:21:19 +0000 (02:21 +0000)]
Comment change.

26 years agodon't add text for the modeline.
Simon Marshall [Tue, 29 Jul 1997 12:25:05 +0000 (12:25 +0000)]
don't add text for the modeline.

26 years ago(Fformat_time_string): Don't hang if strftime produces
Richard M. Stallman [Tue, 29 Jul 1997 02:29:32 +0000 (02:29 +0000)]
(Fformat_time_string): Don't hang if strftime produces
an empty string.  Fix arguments of second call to strftime.
Remove check for result being negative, this cannot happen.

26 years ago(rmail-resend): Use user-mail-address.
Richard M. Stallman [Tue, 29 Jul 1997 02:15:28 +0000 (02:15 +0000)]
(rmail-resend): Use user-mail-address.

26 years ago(sort_args): Check properly for `--'.
Richard M. Stallman [Tue, 29 Jul 1997 00:53:09 +0000 (00:53 +0000)]
(sort_args): Check properly for `--'.

26 years agoupdate from main archive 970728
Ulrich Drepper [Mon, 28 Jul 1997 23:37:45 +0000 (23:37 +0000)]
update from main archive 970728

26 years ago(makefile-space-face): Add defface.
Richard M. Stallman [Mon, 28 Jul 1997 22:22:27 +0000 (22:22 +0000)]
(makefile-space-face): Add defface.
(makefile-define-space-face): Function deleted.
(makefile-mode): Don't call makefile-define-space-font.

26 years ago(x_new_font): Follow the change in x_set_scroll_bar_width and make the
Richard M. Stallman [Mon, 28 Jul 1997 18:33:11 +0000 (18:33 +0000)]
(x_new_font): Follow the change in x_set_scroll_bar_width and make the
scroll bar at least 14 pixels wide.

26 years ago(Fx_create_frame): Initialize fontset in output_data.
Richard M. Stallman [Mon, 28 Jul 1997 18:30:44 +0000 (18:30 +0000)]
(Fx_create_frame): Initialize fontset in output_data.

26 years ago(non_ascii_char_to_string): Fix typos.
Richard M. Stallman [Mon, 28 Jul 1997 18:20:01 +0000 (18:20 +0000)]
(non_ascii_char_to_string): Fix typos.

26 years ago(debug-ignored-errors): Delete ^Quit$ element.
Richard M. Stallman [Mon, 28 Jul 1997 17:17:28 +0000 (17:17 +0000)]
(debug-ignored-errors): Delete ^Quit$ element.

26 years ago[HAVE_LIBNCURSES]: Declare ospeed as short, unless NCURSES_OSPEED_T.
Richard M. Stallman [Mon, 28 Jul 1997 17:04:18 +0000 (17:04 +0000)]
[HAVE_LIBNCURSES]: Declare ospeed as short, unless NCURSES_OSPEED_T.

26 years agoSynched with 1.9951.
Per Abrahamsen [Mon, 28 Jul 1997 15:46:57 +0000 (15:46 +0000)]
Synched with 1.9951.

26 years ago(x_term_init) [! HAVE_X11R5]: Don't try to use XtCvtStringToFont.
Richard M. Stallman [Mon, 28 Jul 1997 15:10:21 +0000 (15:10 +0000)]
(x_term_init) [! HAVE_X11R5]: Don't try to use XtCvtStringToFont.

26 years ago(map_obarray): Don't crash if something strange is in the obarray.
Richard M. Stallman [Mon, 28 Jul 1997 15:09:31 +0000 (15:09 +0000)]
(map_obarray): Don't crash if something strange is in the obarray.

26 years ago(update-autoloads-from-directories):
Richard M. Stallman [Mon, 28 Jul 1997 15:09:00 +0000 (15:09 +0000)]
(update-autoloads-from-directories):
Always update loaddefs.el in the source-directory.