]> git.eshelyaron.com Git - emacs.git/log
emacs.git
26 years ago(find-binary-process-coding-system): Remove.
Eli Zaretskii [Wed, 15 Apr 1998 15:02:22 +0000 (15:02 +0000)]
(find-binary-process-coding-system): Remove.
(default-process-coding-system): Make it be raw-text-dos if async
processes are supported, undecided-dos otherwise.

26 years ago(hexlify-buffer, dehexlify-buffer): Don't bind
Eli Zaretskii [Wed, 15 Apr 1998 14:47:47 +0000 (14:47 +0000)]
(hexlify-buffer, dehexlify-buffer): Don't bind
binary-process-{in,out}put; setup coding-systems instead.

26 years ago(sys_pipe): Use binary pipe I/O unconditionally.
Eli Zaretskii [Wed, 15 Apr 1998 14:40:43 +0000 (14:40 +0000)]
(sys_pipe): Use binary pipe I/O unconditionally.

26 years agoRemove binary-process-{in,out}put.
Eli Zaretskii [Wed, 15 Apr 1998 14:36:16 +0000 (14:36 +0000)]
Remove binary-process-{in,out}put.
(syms_of_callproc): Likewise.
(Fcall_process, Fcall_process_region): Don't use binary-process-{in,out}put.

26 years ago(RE_TRANSLATE_P): Define.
Andreas Schwab [Wed, 15 Apr 1998 10:35:44 +0000 (10:35 +0000)]
(RE_TRANSLATE_P): Define.

26 years agoUse RE_TRANSLATE_P to check whether translation is
Andreas Schwab [Wed, 15 Apr 1998 10:33:18 +0000 (10:33 +0000)]
Use RE_TRANSLATE_P to check whether translation is
needed.

26 years ago(RE_TRANSLATE_P): New macro.
Andreas Schwab [Wed, 15 Apr 1998 10:32:29 +0000 (10:32 +0000)]
(RE_TRANSLATE_P): New macro.

26 years ago(vc-dired-mode): Redefine dired-move-to-filename-regexp locally.
André Spiegel [Wed, 15 Apr 1998 10:13:07 +0000 (10:13 +0000)]
(vc-dired-mode): Redefine dired-move-to-filename-regexp locally.
(vc-dired-reformat-line): Streamlined.  Should handle all sorts of
date formats now.

26 years ago(vc-backend-revert): Fix missing argument for
Andreas Schwab [Wed, 15 Apr 1998 09:48:04 +0000 (09:48 +0000)]
(vc-backend-revert): Fix missing argument for
vc-file-setprop.

26 years ago(realloc) <emacs>: Define to xrealloc.
Andreas Schwab [Wed, 15 Apr 1998 09:39:40 +0000 (09:39 +0000)]
(realloc) <emacs>: Define to xrealloc.

26 years ago(install-arch-indep): Install customize and reftex info files.
Andreas Schwab [Wed, 15 Apr 1998 09:27:20 +0000 (09:27 +0000)]
(install-arch-indep): Install customize and reftex info files.

26 years ago(Fccl_execute_on_string): Put \n\ at eol of docstring.
Kenichi Handa [Wed, 15 Apr 1998 07:49:16 +0000 (07:49 +0000)]
(Fccl_execute_on_string): Put \n\ at eol of docstring.

26 years ago(x_set_font): Give 2nd arg nil to Fquery_fontset.
Kenichi Handa [Wed, 15 Apr 1998 07:38:29 +0000 (07:38 +0000)]
(x_set_font): Give 2nd arg nil to Fquery_fontset.
(Fx_create_frame): Likewise.

26 years ago(coding-system-change-eol-coding): New function.
Kenichi Handa [Wed, 15 Apr 1998 07:15:01 +0000 (07:15 +0000)]
(coding-system-change-eol-coding): New function.
(coding-system-change-text-coding): New function.

26 years ago(find_ccl_program_func): New variable.
Kenichi Handa [Wed, 15 Apr 1998 07:12:49 +0000 (07:12 +0000)]
(find_ccl_program_func): New variable.
(fs_load_font): Call a function pointed by find_ccl_program_func
instead of finding CCL program to encode a character by itself.
(Fquery_fontset): New optional 2nd arg REGEXPP.  Callers changed.

26 years ago(FONT_ENCODING_NOT_DECIDED): The value is changed to 255.
Kenichi Handa [Wed, 15 Apr 1998 07:12:49 +0000 (07:12 +0000)]
(FONT_ENCODING_NOT_DECIDED): The value is changed to 255.
(find_ccl_program_func): Extern it.
(Fquery_fontset): Args number changed to 2.

26 years agoTypo in comments fixed.
Kenichi Handa [Wed, 15 Apr 1998 07:12:49 +0000 (07:12 +0000)]
Typo in comments fixed.
(Qccl_program_idx, Qunification_table, Qunification_table_id): New
variables.
(syms_of_ccl): Initialize and staticpro them.
(CCL_ReadMultibyteChar2): Macro name changed from
CCL_ReadMultibyteCharacter.
(CCL_WriteMultibyteChar2): Macro name changed from
CCL_WriteMultibyteChar2.
(CCL_
(MAX_TABLE_SET_LEVEL): New macro.
(tr_stack): New type.
(translate_stack, translate_stack_pointer): New variables.
(PUSH_TRANSLATE_STACK, POP_TRANSLATE_STACK): New macros.
(ccl_driver): Adjusted for the above changes.
(resolve_symbol_ccl_program): New function.
(Fccl_execute): The arg CCL-PROGRAM can be a symbol of CCL
program.  If CCL-PRGRAM is a vector, convert symbols in it to ID
numbers by resolve_symbol_ccl_program.
(Fccl_execute_on_string): Likewise.
(Fregister_ccl_program): If the arg CCL-PRGRAM is a vector,
convert symbols in it to ID numbers by resolve_symbol_ccl_program.

26 years ago(Vccl_program_table, Qccl_program_idx): Extern them.
Kenichi Handa [Wed, 15 Apr 1998 07:12:49 +0000 (07:12 +0000)]
(Vccl_program_table, Qccl_program_idx): Extern them.

26 years ago(syms_of_xfns): Initialize find_ccl_program_func.
Kenichi Handa [Wed, 15 Apr 1998 07:12:49 +0000 (07:12 +0000)]
(syms_of_xfns): Initialize find_ccl_program_func.

26 years ago(x_find_ccl_program): New function.
Kenichi Handa [Wed, 15 Apr 1998 07:12:49 +0000 (07:12 +0000)]
(x_find_ccl_program): New function.

26 years ago(x_find_ccl_program): Extern it.
Kenichi Handa [Wed, 15 Apr 1998 07:12:49 +0000 (07:12 +0000)]
(x_find_ccl_program): Extern it.

26 years ago(mh-quit): mh-show-buffer can be nil.
Karl Heuer [Wed, 15 Apr 1998 06:31:29 +0000 (06:31 +0000)]
(mh-quit): mh-show-buffer can be nil.

26 years ago(mail-mode): Doc fix.
Karl Heuer [Wed, 15 Apr 1998 06:30:16 +0000 (06:30 +0000)]
(mail-mode): Doc fix.

26 years ago(outline-font-lock-level): New function.
Karl Heuer [Wed, 15 Apr 1998 06:28:28 +0000 (06:28 +0000)]
(outline-font-lock-level): New function.

26 years ago(file_name_as_directory): For empty arg, return `./'.
Karl Heuer [Wed, 15 Apr 1998 06:12:48 +0000 (06:12 +0000)]
(file_name_as_directory): For empty arg, return `./'.

26 years ago(byte-compile-warn-about-unresolved-functions): Fix whitespace.
Karl Heuer [Wed, 15 Apr 1998 06:10:51 +0000 (06:10 +0000)]
(byte-compile-warn-about-unresolved-functions): Fix whitespace.

26 years ago*** empty log message ***
Dan Nicolaescu [Wed, 15 Apr 1998 01:55:18 +0000 (01:55 +0000)]
*** empty log message ***

26 years agoInitial revision
Dan Nicolaescu [Wed, 15 Apr 1998 01:52:10 +0000 (01:52 +0000)]
Initial revision

26 years agoRevert erroneous 1998-04-08 change.
Dave Love [Tue, 14 Apr 1998 21:02:17 +0000 (21:02 +0000)]
Revert erroneous 1998-04-08 change.

26 years agoDon't eval-*and*-compile font-lock stuff.
Dave Love [Tue, 14 Apr 1998 20:57:00 +0000 (20:57 +0000)]
Don't eval-*and*-compile font-lock stuff.

26 years ago(mspools-folder-directory): Takes default value of ~/MAIL/ if
Stephen Eglen [Tue, 14 Apr 1998 19:23:37 +0000 (19:23 +0000)]
(mspools-folder-directory): Takes default value of ~/MAIL/ if
vm-folder-directory not bound.
(mspools-vm-system-mail): Customize the variable so that if the
environment variable $MAIL is not set, the user can easily set it.
(mspools-vm-system-mail-crash): Variable deleted; we now use
vm-crash-box.
(mspools-set-vm-spool-files): Error if mspools-folder-directory
hasn't been set.
(mspools-set-vm-spool-files): Use mspools-folder-directory rather
than vm-folder-directory.
(mspools-get-spool-files): Error if mspools-folder-directory is nil.
(mspools-get-spool-files): Add $ to regexp to ensure mspools-suffix
matches the end of the filename.
(mspools-mode-map): Bind n and p to next-line and previous-line.

26 years ago(x_destroy_bitmap): Declare as void, not int.
Karl Heuer [Tue, 14 Apr 1998 18:59:48 +0000 (18:59 +0000)]
(x_destroy_bitmap): Declare as void, not int.
(x_report_frame_params, x_set_border_pixel): Likewise.
(x_set_internal_border_width): widget_store_internal_border takes
just one arg, not two.

26 years ago(find-file-noselect): Set buffer-file-coding-system
Karl Heuer [Tue, 14 Apr 1998 18:42:32 +0000 (18:42 +0000)]
(find-file-noselect): Set buffer-file-coding-system
if RAWFILE.

26 years ago(try_window): Fix mixing of Lisp_Object and int.
Andreas Schwab [Tue, 14 Apr 1998 13:12:18 +0000 (13:12 +0000)]
(try_window): Fix mixing of Lisp_Object and int.

26 years ago(Fset_window_configuration): Fix mixing of Lisp_Object
Andreas Schwab [Tue, 14 Apr 1998 13:11:34 +0000 (13:11 +0000)]
(Fset_window_configuration): Fix mixing of Lisp_Object
and int.

26 years ago(init_sys_modes): Fix mixing of Lisp_Object and int
Andreas Schwab [Tue, 14 Apr 1998 13:10:35 +0000 (13:10 +0000)]
(init_sys_modes): Fix mixing of Lisp_Object and int

26 years ago(compile_pattern, compile_pattern_1): Fix mixing of
Andreas Schwab [Tue, 14 Apr 1998 13:09:08 +0000 (13:09 +0000)]
(compile_pattern, compile_pattern_1): Fix mixing of
Lisp_Object and int.

26 years ago(read_process_output): Fix mixing of Lisp_Object and
Andreas Schwab [Tue, 14 Apr 1998 13:05:38 +0000 (13:05 +0000)]
(read_process_output): Fix mixing of Lisp_Object and
int.

26 years ago(Fself_insert_and_exit): Fix mixing of Lisp_Object and
Andreas Schwab [Tue, 14 Apr 1998 13:03:30 +0000 (13:03 +0000)]
(Fself_insert_and_exit): Fix mixing of Lisp_Object and
int.

26 years ago(set_marker_both): Remove bogus checks on charpos.
Andreas Schwab [Tue, 14 Apr 1998 13:02:50 +0000 (13:02 +0000)]
(set_marker_both): Remove bogus checks on charpos.

26 years ago(parse_menu_item): Don't GCPRO non-lisp variables.
Andreas Schwab [Tue, 14 Apr 1998 13:01:59 +0000 (13:01 +0000)]
(parse_menu_item): Don't GCPRO non-lisp variables.

26 years ago(signal_after_change): Fix mixing of Lisp_Object and
Andreas Schwab [Tue, 14 Apr 1998 13:01:05 +0000 (13:01 +0000)]
(signal_after_change): Fix mixing of Lisp_Object and
int.

26 years ago(indented_beyond_p): Fix mixing of Lisp_Object and int.
Andreas Schwab [Tue, 14 Apr 1998 13:00:27 +0000 (13:00 +0000)]
(indented_beyond_p): Fix mixing of Lisp_Object and int.

26 years ago(Fset_mouse_position, Fset_mouse_pixel_position): Fix
Andreas Schwab [Tue, 14 Apr 1998 13:00:00 +0000 (13:00 +0000)]
(Fset_mouse_position, Fset_mouse_pixel_position): Fix
mixing of Lisp_Object and int.

26 years ago(Fsubstring, substring_both, Fchar_table_range,
Andreas Schwab [Tue, 14 Apr 1998 12:59:32 +0000 (12:59 +0000)]
(Fsubstring, substring_both, Fchar_table_range,
Fset_char_table_range): Fix mixing of Lisp_Object and int.

26 years ago(Fwrite_region): Fix mixing of Lisp_Object and int.
Andreas Schwab [Tue, 14 Apr 1998 12:58:24 +0000 (12:58 +0000)]
(Fwrite_region): Fix mixing of Lisp_Object and int.

26 years ago(Fchar_after, Fchar_before): Fix mixing of Lisp_Object
Andreas Schwab [Tue, 14 Apr 1998 12:56:53 +0000 (12:56 +0000)]
(Fchar_after, Fchar_before): Fix mixing of Lisp_Object
and int

26 years ago(code_convert_region): Fix mixing of Lisp_Object and
Andreas Schwab [Tue, 14 Apr 1998 12:55:11 +0000 (12:55 +0000)]
(code_convert_region): Fix mixing of Lisp_Object and
int.

26 years ago(Fchars_in_region): Fix mixing of Lisp_Object and int.
Andreas Schwab [Tue, 14 Apr 1998 12:53:36 +0000 (12:53 +0000)]
(Fchars_in_region): Fix mixing of Lisp_Object and int.

26 years ago(ccl_driver, syms_of_ccl): Fix mixing of Lisp_Object and
Andreas Schwab [Tue, 14 Apr 1998 12:52:08 +0000 (12:52 +0000)]
(ccl_driver, syms_of_ccl): Fix mixing of Lisp_Object and
int.

26 years ago(vc-next-action-on-file): Don't check out after registering. This is
André Spiegel [Tue, 14 Apr 1998 12:38:25 +0000 (12:38 +0000)]
(vc-next-action-on-file): Don't check out after registering.  This is
two steps instead of one, and the second does not make sense under
CVS.
(vc-next-action): Changed doc string to reflect the above.

26 years agoUpdate return types of declarations.
Andreas Schwab [Tue, 14 Apr 1998 12:34:43 +0000 (12:34 +0000)]
Update return types of declarations.

26 years agoAdd more prototypes.
Andreas Schwab [Tue, 14 Apr 1998 12:33:47 +0000 (12:33 +0000)]
Add more prototypes.

26 years agoFix -Wimplicit warnings.
Andreas Schwab [Tue, 14 Apr 1998 12:25:56 +0000 (12:25 +0000)]
Fix -Wimplicit warnings.

26 years ago(ediff-autostore-merges): Doc fix.
Andreas Schwab [Tue, 14 Apr 1998 10:56:46 +0000 (10:56 +0000)]
(ediff-autostore-merges): Doc fix.

26 years ago(rmail-movemail-flags): Fix customize type.
Andreas Schwab [Tue, 14 Apr 1998 10:48:10 +0000 (10:48 +0000)]
(rmail-movemail-flags): Fix customize type.

26 years ago(command-line-1): Better wording in mouse startup message.
André Spiegel [Tue, 14 Apr 1998 10:44:53 +0000 (10:44 +0000)]
(command-line-1): Better wording in mouse startup message.

26 years ago(byte-compile-warnings): Fix customize
Andreas Schwab [Tue, 14 Apr 1998 10:43:27 +0000 (10:43 +0000)]
(byte-compile-warnings): Fix customize
type.

26 years ago("Korean"): Doc fix.
Andreas Schwab [Tue, 14 Apr 1998 10:37:40 +0000 (10:37 +0000)]
("Korean"): Doc fix.

26 years agoPrepend ${srcdir} to all non-TIT lisp file names.
Andreas Schwab [Tue, 14 Apr 1998 10:34:22 +0000 (10:34 +0000)]
Prepend ${srcdir} to all non-TIT lisp file names.
(leim-list.el): Depend on ${WORLD}.

26 years ago(latin-2-alt-postfix): Doc fix.
Andreas Schwab [Tue, 14 Apr 1998 10:30:58 +0000 (10:30 +0000)]
(latin-2-alt-postfix): Doc fix.

26 years ago(Fset_buffer_multibyte): Do nothing if nothing actually
Andreas Schwab [Tue, 14 Apr 1998 10:27:32 +0000 (10:27 +0000)]
(Fset_buffer_multibyte): Do nothing if nothing actually
changes.

26 years ago(code_convert_region): Call adjust_after_insert also
Andreas Schwab [Tue, 14 Apr 1998 10:21:04 +0000 (10:21 +0000)]
(code_convert_region): Call adjust_after_insert also
in unibyte mode.

26 years ago(Finsert_file_contents): Call adjust_after_insert also
Andreas Schwab [Tue, 14 Apr 1998 10:20:03 +0000 (10:20 +0000)]
(Finsert_file_contents): Call adjust_after_insert also
in unibyte mode.

26 years ago(titdic-convert): Message improved.
Kenichi Handa [Tue, 14 Apr 1998 01:07:28 +0000 (01:07 +0000)]
(titdic-convert): Message improved.
(tit-process-header): Change `Do byte-compile' to `Byte-compile'.
(batch-titdic-convert): Likewise.

26 years ago(code_convert_string): Give decode_coding correct byte
Kenichi Handa [Tue, 14 Apr 1998 01:06:44 +0000 (01:06 +0000)]
(code_convert_string): Give decode_coding correct byte
length of source text.

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Tue, 14 Apr 1998 00:02:53 +0000 (00:02 +0000)]
automatically generated from GPLed version

26 years ago(strout): Convert old echo area to multibyte, like printchar.
Karl Heuer [Mon, 13 Apr 1998 18:58:10 +0000 (18:58 +0000)]
(strout): Convert old echo area to multibyte, like printchar.
(printchar, strout): If echo area text converted to multibyte
does not all fit, truncate it at char boundary.

26 years ago(report-emacs-bug-hook): Don't absolutely
Karl Heuer [Mon, 13 Apr 1998 18:57:28 +0000 (18:57 +0000)]
(report-emacs-bug-hook): Don't absolutely
reject non-ASCII characters.

26 years ago(buf_charpos_to_bytepos, buf_bytepos_to_charpos):
Karl Heuer [Mon, 13 Apr 1998 18:56:44 +0000 (18:56 +0000)]
(buf_charpos_to_bytepos, buf_bytepos_to_charpos):
When calling set_marker_both, pass the right buffer.

26 years ago(Fcompute_motion): Check that TO and FROM are in range.
Karl Heuer [Mon, 13 Apr 1998 18:56:00 +0000 (18:56 +0000)]
(Fcompute_motion): Check that TO and FROM are in range.

26 years ago(tmm-get-keymap): Handle `menu-item' menu items.
Karl Heuer [Mon, 13 Apr 1998 18:55:05 +0000 (18:55 +0000)]
(tmm-get-keymap): Handle `menu-item' menu items.

26 years ago*** empty log message ***
Karl Heuer [Mon, 13 Apr 1998 18:53:08 +0000 (18:53 +0000)]
*** empty log message ***

26 years agoCustomize mail-use-rfc822.
Stephen Eglen [Mon, 13 Apr 1998 17:16:40 +0000 (17:16 +0000)]
Customize mail-use-rfc822.

26 years agoReplace topdir with top_srcdir.
Eli Zaretskii [Mon, 13 Apr 1998 16:10:58 +0000 (16:10 +0000)]
Replace topdir with top_srcdir.

26 years ago(describe-function-1): New function.
Karl Heuer [Mon, 13 Apr 1998 06:56:24 +0000 (06:56 +0000)]
(describe-function-1): New function.
(describe-function): Use describe-function-1.
(describe-key): Likewise.

26 years ago(eval-defun): Arrange to use eval-region
Karl Heuer [Mon, 13 Apr 1998 06:55:34 +0000 (06:55 +0000)]
(eval-defun): Arrange to use eval-region
even if we have to alter the form.

26 years ago(dosv_refresh_virtual_screen): Do not use negative arguments.
Eli Zaretskii [Mon, 13 Apr 1998 06:42:31 +0000 (06:42 +0000)]
(dosv_refresh_virtual_screen): Do not use negative arguments.
(dos_direct_output): Fix the offset passed to dosv_refresh_virtual_screen.
(IT_display_cursor): Don't call dosv_refresh_virtual_screen.
(IT_reset_terminal_modes): Don't call dosv_refresh_virtual_screen
when setting cursor.

26 years ago(coding-system-eol-type-mnemonic): Return correct eol-type mnemonics
Eli Zaretskii [Mon, 13 Apr 1998 06:30:41 +0000 (06:30 +0000)]
(coding-system-eol-type-mnemonic): Return correct eol-type mnemonics
for the nonunix cases.

26 years agoFix previous change.
Kenichi Handa [Mon, 13 Apr 1998 02:35:41 +0000 (02:35 +0000)]
Fix previous change.

26 years ago(gnus-emphasis-alist): Use nth, not caddr.
Karl Heuer [Sun, 12 Apr 1998 18:13:34 +0000 (18:13 +0000)]
(gnus-emphasis-alist): Use nth, not caddr.

26 years ago(cl-do-arglist): Intern initializes the
Karl Heuer [Sun, 12 Apr 1998 18:12:18 +0000 (18:12 +0000)]
(cl-do-arglist): Intern initializes the
value of keyword symbols, so don't do it again.

26 years ago(temp_output_buffer_setup): Clear out overlays,
Karl Heuer [Sun, 12 Apr 1998 18:08:02 +0000 (18:08 +0000)]
(temp_output_buffer_setup): Clear out overlays,
visited file, undo list, etc.

26 years agoDetermine emacs-version from lisp/version.el. Pass it to
Eli Zaretskii [Sun, 12 Apr 1998 14:19:09 +0000 (14:19 +0000)]
Determine emacs-version from lisp/version.el.  Pass it to
sub-Make's.

26 years ago(re_match_2, re_search_2): Convert position to a charpos,
Karl Heuer [Sun, 12 Apr 1998 06:57:47 +0000 (06:57 +0000)]
(re_match_2, re_search_2): Convert position to a charpos,
before calling SETUP_SYNTAX_TABLE_FOR_OBJECT.

26 years ago(SETUP_SYNTAX_TABLE_FOR_OBJECT): FROM counts chars.
Karl Heuer [Sun, 12 Apr 1998 06:51:58 +0000 (06:51 +0000)]
(SETUP_SYNTAX_TABLE_FOR_OBJECT): FROM counts chars.
(SYNTAX_TABLE_BYTE_TO_CHAR): Handle the offset properly
both before and after conversion.

(UPDATE_SYNTAX_TABLE_FORWARD): Arg renamed to charpos.
(UPDATE_SYNTAX_TABLE_BACKWARD, UPDATE_SYNTAX_TABLE): Likewise.

26 years ago(print) <Lisp_String>: Fix "\ " handling.
Karl Heuer [Sun, 12 Apr 1998 06:49:26 +0000 (06:49 +0000)]
(print) <Lisp_String>: Fix "\ " handling.

26 years ago(generate-autoload-section-header): Doc fix.
Karl Heuer [Sun, 12 Apr 1998 06:46:08 +0000 (06:46 +0000)]
(generate-autoload-section-header): Doc fix.
(update-file-autoloads): Use autoload-read-section-header.
(update-autoloads-from-directories): Likewise.
(generate-autoload-section-continuation): New variable.
(autoload-read-section-header): New function.
(update-file-autoloads): Don't call save-buffer if no changes.
(generate-file-autoloads): Split the section header line
into multiple comments.

26 years ago(display_text_line): When handling selective > 0,
Karl Heuer [Sun, 12 Apr 1998 06:45:08 +0000 (06:45 +0000)]
(display_text_line): When handling selective > 0,
update pos and pos_byte with results of calling scan_newline.

26 years ago(mail-extract-address-components):
Karl Heuer [Sun, 12 Apr 1998 06:43:56 +0000 (06:43 +0000)]
(mail-extract-address-components):
Rename local :-pos to colon-pos.

26 years ago(set_internal, Fmakunbound): Fix previous change.
Karl Heuer [Sun, 12 Apr 1998 06:41:01 +0000 (06:41 +0000)]
(set_internal, Fmakunbound): Fix previous change.

26 years ago(LINKER): Add definition.
Karl Heuer [Sat, 11 Apr 1998 18:16:01 +0000 (18:16 +0000)]
(LINKER): Add definition.
(LD_SWITCH_SYSTEM): Undo previous change.

26 years ago(set_internal, Fmakunbound): No error if setting
Karl Heuer [Sat, 11 Apr 1998 18:04:12 +0000 (18:04 +0000)]
(set_internal, Fmakunbound): No error if setting
a keyword to itself.

26 years agoPut Czech lang. env. under European..
Kenichi Handa [Sat, 11 Apr 1998 02:19:18 +0000 (02:19 +0000)]
Put Czech lang. env. under European..

26 years agoPut Slovak lang. env. under European.
Kenichi Handa [Sat, 11 Apr 1998 02:19:18 +0000 (02:19 +0000)]
Put Slovak lang. env. under European.

26 years ago(describe-language-environment):
Kenichi Handa [Sat, 11 Apr 1998 02:18:31 +0000 (02:18 +0000)]
(describe-language-environment):
Print the languge environment at the head.

26 years ago(generic-char-p): A character of code 0 is not a generic char.
Kenichi Handa [Sat, 11 Apr 1998 02:18:31 +0000 (02:18 +0000)]
(generic-char-p): A character of code 0 is not a generic char.

26 years ago(list-input-methods): Fix doc string.
Karl Heuer [Sat, 11 Apr 1998 01:06:37 +0000 (01:06 +0000)]
(list-input-methods): Fix doc string.
(describe-font, describe-fontset, list-fontsets, mule-diag): Don't
use fontset-related features if global-fontset-alist is not bound.

26 years agoDelete tutorial file entry.
Kenichi Handa [Fri, 10 Apr 1998 12:33:48 +0000 (12:33 +0000)]
Delete tutorial file entry.

26 years agoDon't accept EMACS=t when testing for $EMACS set.
Karl Heuer [Fri, 10 Apr 1998 09:46:15 +0000 (09:46 +0000)]
Don't accept EMACS=t when testing for $EMACS set.