bpt/emacs.git
26 years ago(shrink_decoding_region): Do not consider LF as ascii
Richard M. Stallman [Fri, 24 Apr 1998 01:05:25 +0000 (01:05 +0000)]
(shrink_decoding_region): Do not consider LF as ascii
if preceded by CR, since that confuses eol decoding.
(code_convert_region): When conversion fails with
CODING_FINISH_INSUFFICIENT_SRC, was overwriting src with garbage
from dst instead of copying from src to dst.

26 years ago(dired-chmod-program) [windows-nt]: Use chmod.
Geoff Voelker [Fri, 24 Apr 1998 00:03:56 +0000 (00:03 +0000)]
(dired-chmod-program) [windows-nt]: Use chmod.

26 years ago(sys_kill): Fix indenting.
Geoff Voelker [Thu, 23 Apr 1998 23:43:22 +0000 (23:43 +0000)]
(sys_kill): Fix indenting.

26 years agoReplace code with a new version written from scratch
Geoff Voelker [Thu, 23 Apr 1998 23:43:02 +0000 (23:43 +0000)]
Replace code with a new version written from scratch
based on xmenu.c; menu construction is now completely lazy.

26 years ago(w32_read_socket): Don't misinterpret WM_PAINT message
Geoff Voelker [Thu, 23 Apr 1998 23:42:28 +0000 (23:42 +0000)]
(w32_read_socket): Don't misinterpret WM_PAINT message
as an expose event if the repaint region is actually empty.  Also
use the standard menubar_selection_callback routine.

26 years ago(Fcopy_file): Skip dev/inode check on Windows.
Geoff Voelker [Thu, 23 Apr 1998 23:42:09 +0000 (23:42 +0000)]
(Fcopy_file): Skip dev/inode check on Windows.

26 years ago(utimbuf): New macro.
Geoff Voelker [Thu, 23 Apr 1998 23:41:42 +0000 (23:41 +0000)]
(utimbuf): New macro.

26 years ago(fstat, utime): New functions; these are provided in
Geoff Voelker [Thu, 23 Apr 1998 23:41:12 +0000 (23:41 +0000)]
(fstat, utime): New functions; these are provided in
conjunction with stat to make handling of file timestamps
consistent.
(convert_from_time_t): Fix calculation of low-order bits.
(sys_unlink): Allow read-only files to be unlinked as on Unix.

26 years ago(dir_warning): Don't log a warning if Emacs hasn't
Geoff Voelker [Thu, 23 Apr 1998 23:40:46 +0000 (23:40 +0000)]
(dir_warning): Don't log a warning if Emacs hasn't
finished initializing.

26 years ago(x_set_vertical_scroll_bars): Put scroll bars on the
Geoff Voelker [Thu, 23 Apr 1998 23:40:16 +0000 (23:40 +0000)]
(x_set_vertical_scroll_bars): Put scroll bars on the
right, as is conventional on MS-Windows.
(w32_wnd_proc): Add code to draw popup menu titles.
Ensure mouse capture is released before running popup menu.

26 years ago(scroll-bar-mode, toggle-scroll-bar): By default,
Geoff Voelker [Thu, 23 Apr 1998 23:38:50 +0000 (23:38 +0000)]
(scroll-bar-mode, toggle-scroll-bar): By default,
put scroll bars on the right on MS-Windows (since that is the
convention on Windows).

26 years ago(main): Only set environment size for real shell, and
Geoff Voelker [Thu, 23 Apr 1998 23:38:28 +0000 (23:38 +0000)]
(main): Only set environment size for real shell, and
provide extra directory argument, when running on Windows 95.

26 years agoBuild ddeclient.
Geoff Voelker [Thu, 23 Apr 1998 23:38:13 +0000 (23:38 +0000)]
Build ddeclient.

26 years agoInitial revision
Geoff Voelker [Thu, 23 Apr 1998 23:34:58 +0000 (23:34 +0000)]
Initial revision

26 years ago(frame-name-alist): Remove this variable.
Richard M. Stallman [Thu, 23 Apr 1998 22:15:47 +0000 (22:15 +0000)]
(frame-name-alist): Remove this variable.
(select-frame-by-name): Recompute the list of frames instead of
saving it in a global variable.

26 years ago*** empty log message ***
Richard M. Stallman [Thu, 23 Apr 1998 22:07:20 +0000 (22:07 +0000)]
*** empty log message ***

26 years ago(load-with-code-conversion): Don't pass extra arg to eval-buffer.
Richard M. Stallman [Thu, 23 Apr 1998 21:57:25 +0000 (21:57 +0000)]
(load-with-code-conversion): Don't pass extra arg to eval-buffer.
(set-auto-coding): Doc fix.

26 years ago(justify-current-line): Use new algorithm to apportion the spaces to be added.
Richard M. Stallman [Thu, 23 Apr 1998 21:55:15 +0000 (21:55 +0000)]
(justify-current-line): Use new algorithm to apportion the spaces to be added.

26 years ago(Fcommand_execute): Truncate command-history here.
Richard M. Stallman [Thu, 23 Apr 1998 21:25:55 +0000 (21:25 +0000)]
(Fcommand_execute): Truncate command-history here.

26 years ago(byte-compile-file): Always read the file in multibyte mode
Richard M. Stallman [Thu, 23 Apr 1998 21:24:29 +0000 (21:24 +0000)]
(byte-compile-file): Always read the file in multibyte mode
unless the file itself specifies unibyte mode.

26 years ago(read_from_string_index_byte): New variable.
Richard M. Stallman [Thu, 23 Apr 1998 21:22:51 +0000 (21:22 +0000)]
(read_from_string_index_byte): New variable.
(read_from_string_index): Now counts characters.
(readchar, unreadchar, Fread_from_string): Changed accordingly.

(readchar): Read a multibyte char all at once
from a buffer, marker or string.
(unreadchar): Unread a multibyte char all at once.
(read1): Properly handle non-escaped multibyte chars.
They force a string to be multibyte.
When reading direct from a file, any multibyte sequence means
a multibyte string.
Insist on MAX_LENGTH_OF_MULTI_BYTE_FORM bytes when checking
for read_buffer full; this way need not check specially for multibyte.

26 years ago(emacs.o): Depend on buffer.h.
Richard M. Stallman [Thu, 23 Apr 1998 21:20:31 +0000 (21:20 +0000)]
(emacs.o): Depend on buffer.h.

26 years agoInclude buffer.h
Richard M. Stallman [Thu, 23 Apr 1998 21:19:34 +0000 (21:19 +0000)]
Include buffer.h

(main): Move the --unibyte code below
the most basic initializations.
Clear out *Messages* at that point.

(main): When handling --unibyte, mark all existing
buffers as unibyte; but don't handle it when dumping.

26 years ago(Fcall_interactively): Truncate command-history here.
Richard M. Stallman [Thu, 23 Apr 1998 21:18:18 +0000 (21:18 +0000)]
(Fcall_interactively): Truncate command-history here.

26 years agoDon't require cl. Minor doc fixes.
Dave Love [Thu, 23 Apr 1998 18:00:06 +0000 (18:00 +0000)]
Don't require cl.  Minor doc fixes.
(insert-parentheses): Add 'delete-selection property.
(delete-selection-pre-hook): Simplify slightly.

26 years ago(change-log-mode): Add `* ' to paragraph-start.
Dave Love [Thu, 23 Apr 1998 17:37:12 +0000 (17:37 +0000)]
(change-log-mode): Add `* ' to paragraph-start.

26 years ago(syms_of_charset): Doc fix for nonascii-insert-offset.
Richard M. Stallman [Thu, 23 Apr 1998 04:12:09 +0000 (04:12 +0000)]
(syms_of_charset): Doc fix for nonascii-insert-offset.

26 years ago(Fbuffer_substring): Doc fix.
Richard M. Stallman [Thu, 23 Apr 1998 04:09:05 +0000 (04:09 +0000)]
(Fbuffer_substring): Doc fix.
(Finsert_and_inherit_before_markers): Doc fix.
(Finsert_and_inherit, Finsert_before_markers, Finsert): Doc fixes.

26 years ago(Fstring_make_multibyte): Doc fix.
Richard M. Stallman [Thu, 23 Apr 1998 04:03:31 +0000 (04:03 +0000)]
(Fstring_make_multibyte): Doc fix.
(Fstring_make_unibyte): Doc fix.

26 years ago(Funibyte_char_to_multibyte): Doc fix.
Richard M. Stallman [Thu, 23 Apr 1998 04:00:47 +0000 (04:00 +0000)]
(Funibyte_char_to_multibyte): Doc fix.

26 years ago(comint-replace-by-expanded-history): New arg START.
Richard M. Stallman [Thu, 23 Apr 1998 03:55:36 +0000 (03:55 +0000)]
(comint-replace-by-expanded-history): New arg START.
Don't display a message about doing history expansion.
(comint-replace-by-expanded-history-before-point): New arg START.
(comint-send-input): Pass START to comint-replace-by-expanded-history.

26 years ago(file-coding-system-alist): Use emacs-mule for .elc files.
Richard M. Stallman [Thu, 23 Apr 1998 01:34:49 +0000 (01:34 +0000)]
(file-coding-system-alist): Use emacs-mule for .elc files.

26 years ago(get_boot_time): Remove extraneous semicolon.
Erik Naggum [Wed, 22 Apr 1998 17:48:16 +0000 (17:48 +0000)]
(get_boot_time): Remove extraneous semicolon.

26 years agoRemove extraneous semicolon.
Erik Naggum [Wed, 22 Apr 1998 17:44:41 +0000 (17:44 +0000)]
Remove extraneous semicolon.

26 years ago(x-select-text, x-get-selection-value): Replace win16 with w16.
Eli Zaretskii [Wed, 22 Apr 1998 13:45:00 +0000 (13:45 +0000)]
(x-select-text, x-get-selection-value): Replace win16 with w16.

26 years ago(alloc_xfer_buf): If want_size is more than 1MB,
Eli Zaretskii [Wed, 22 Apr 1998 13:39:59 +0000 (13:39 +0000)]
(alloc_xfer_buf): If want_size is more than 1MB,
return immediately with failure.
(Fw16_set_clipboard_data, Fw16_get_clipboard_data): Replace win16
with w16.

26 years ago(help-mode-map): Add S-tab, like backtab.
Dave Love [Wed, 22 Apr 1998 11:40:18 +0000 (11:40 +0000)]
(help-mode-map): Add S-tab, like backtab.

26 years ago(Fwin16_set_clipboard_data): Call UNBLOCK_INPUT before calling sit_for.
Eli Zaretskii [Wed, 22 Apr 1998 10:26:10 +0000 (10:26 +0000)]
(Fwin16_set_clipboard_data): Call UNBLOCK_INPUT before calling sit_for.
(Fwin16_get_clipboard_data, Fwin16_set_clipboard_data): Balance
the calls to BLOCK_INPUT and UNBLOCK_INPUT.

26 years agoOnly require cl if cadr and last are not defined (thanks to Dave Love.)
Stephen Eglen [Wed, 22 Apr 1998 08:32:02 +0000 (08:32 +0000)]
Only require cl if cadr and last are not defined (thanks to Dave Love.)
Merged brackets split over several lines onto one line.

26 years ago(rmail): Don't bind enable-local-variables.
Richard M. Stallman [Wed, 22 Apr 1998 06:18:02 +0000 (06:18 +0000)]
(rmail): Don't bind enable-local-variables.

26 years ago(Info-fontify-node): For menu items, use info-xref font.
Richard M. Stallman [Wed, 22 Apr 1998 03:19:43 +0000 (03:19 +0000)]
(Info-fontify-node): For menu items, use info-xref font.
Use info-node font for the node's own name,
and do not make it mouse-sensitive.

(Info-find-node): Update Info-history after switching buffer.
(info): If no arg, and *info* buffer exists, just go to it and don't alter it.

26 years ago(defcustom, defgroup, defface): Don't use backquote.
Richard M. Stallman [Wed, 22 Apr 1998 02:46:30 +0000 (02:46 +0000)]
(defcustom, defgroup, defface): Don't use backquote.

26 years ago*** empty log message ***
Richard M. Stallman [Wed, 22 Apr 1998 02:41:08 +0000 (02:41 +0000)]
*** empty log message ***

26 years agoComment change.
Richard M. Stallman [Wed, 22 Apr 1998 02:40:39 +0000 (02:40 +0000)]
Comment change.

26 years ago(encoded-kbd-mode): Doc fix.
Richard M. Stallman [Wed, 22 Apr 1998 02:34:39 +0000 (02:34 +0000)]
(encoded-kbd-mode): Doc fix.

26 years ago(Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT.
Richard M. Stallman [Wed, 22 Apr 1998 02:14:55 +0000 (02:14 +0000)]
(Fsignal): Unconditionally do TOTALLY_UNBLOCK_INPUT.

26 years ago(help-highlight-face): Use `face' as custom type.
Richard M. Stallman [Wed, 22 Apr 1998 02:08:02 +0000 (02:08 +0000)]
(help-highlight-face): Use `face' as custom type.

26 years agoFix header comments.
Dave Love [Tue, 21 Apr 1998 18:56:02 +0000 (18:56 +0000)]
Fix header comments.
(which-func-mode): Add autoload cookie.
(which-func-mode-global): Customize.

26 years ago(remove-hook): Fix spurious quote.
Dave Love [Tue, 21 Apr 1998 18:38:34 +0000 (18:38 +0000)]
(remove-hook): Fix spurious quote.

26 years ago(describe-function): Make hyperlink to library file
Dave Love [Tue, 21 Apr 1998 13:08:47 +0000 (13:08 +0000)]
(describe-function): Make hyperlink to library file
name, if available.

26 years ago(Fcall_process) [MSDOS]: Call child_setup instead of run_msdos_command.
Eli Zaretskii [Tue, 21 Apr 1998 11:14:24 +0000 (11:14 +0000)]
(Fcall_process) [MSDOS]: Call child_setup instead of run_msdos_command.
(child_setup) [MSDOS]: Call run_msdos_command here.
(child_setup) [DOS_NT]: Get past drive letter in pwd.  Don't call
close_load_descs, since we are not in a vfork.

26 years ago(run_msdos_command): Don't construct process
Eli Zaretskii [Tue, 21 Apr 1998 11:10:56 +0000 (11:10 +0000)]
(run_msdos_command): Don't construct process
environment, it's already done in child_setup.
(run_msdos_command): Add ENVV to argument list.

26 years agoMore of previous.
Richard M. Stallman [Tue, 21 Apr 1998 06:14:05 +0000 (06:14 +0000)]
More of previous.

26 years agoExplain trouble with link farms in `make install'.
Richard M. Stallman [Tue, 21 Apr 1998 06:13:36 +0000 (06:13 +0000)]
Explain trouble with link farms in `make install'.

26 years ago(dired-move-to-filename-regexp): There might be a space
Richard M. Stallman [Tue, 21 Apr 1998 05:22:19 +0000 (05:22 +0000)]
(dired-move-to-filename-regexp): There might be a space
after the year instead of before it.

26 years ago(easy-menu-do-add-item):
Richard M. Stallman [Tue, 21 Apr 1998 04:54:46 +0000 (04:54 +0000)]
(easy-menu-do-add-item):
Do the right thing when nil is specified as criterion for activeness.
Fix string used to report an invalid item.

26 years ago(tmm-get-keymap): Handle new format menu item w/o cache.
Richard M. Stallman [Tue, 21 Apr 1998 04:51:23 +0000 (04:51 +0000)]
(tmm-get-keymap): Handle new format menu item w/o cache.
(tmm-prompt): If reach an empty menu, get an error.

26 years agoEncoding of Greek line fixed.
Kenichi Handa [Tue, 21 Apr 1998 04:03:16 +0000 (04:03 +0000)]
Encoding of Greek line fixed.

26 years ago(cl-do-arglist): Undo previous change.
Richard M. Stallman [Mon, 20 Apr 1998 22:06:27 +0000 (22:06 +0000)]
(cl-do-arglist): Undo previous change.

26 years ago(mouse-buffer-menu-mode-mult): New variable.
Richard M. Stallman [Mon, 20 Apr 1998 20:45:25 +0000 (20:45 +0000)]
(mouse-buffer-menu-mode-mult): New variable.
(mouse-buffer-menu): Obey mouse-buffer-menu-mode-mult.
Also avoid some consing.

26 years ago(Fmake_temp_name): Complete rewrite.
Richard M. Stallman [Mon, 20 Apr 1998 18:13:03 +0000 (18:13 +0000)]
(Fmake_temp_name): Complete rewrite.

26 years ago(smtpmail-send-it): Deleted all code related to Resent-To: processing.
Richard M. Stallman [Mon, 20 Apr 1998 18:03:00 +0000 (18:03 +0000)]
(smtpmail-send-it): Deleted all code related to Resent-To: processing.
(smtpmail-deduce-address-list): Changed the search for
Resent-\(To\|Cc\|Bcc\) headers.
(smtpmail-do-bcc): Delete Resent-Bcc: headers.

26 years ago*** empty log message ***
Richard M. Stallman [Mon, 20 Apr 1998 17:43:57 +0000 (17:43 +0000)]
*** empty log message ***

26 years agoInitial revision
Richard M. Stallman [Mon, 20 Apr 1998 17:37:53 +0000 (17:37 +0000)]
Initial revision

26 years ago(Fgarbage_collect): Don't truncate command-history here.
Richard M. Stallman [Mon, 20 Apr 1998 17:04:16 +0000 (17:04 +0000)]
(Fgarbage_collect): Don't truncate command-history here.

26 years agoAdd Slovak.
Richard M. Stallman [Mon, 20 Apr 1998 16:40:11 +0000 (16:40 +0000)]
Add Slovak.

26 years ago(view-really-at-end): Return true when at end and not
Andreas Schwab [Mon, 20 Apr 1998 09:37:18 +0000 (09:37 +0000)]
(view-really-at-end): Return true when at end and not
reverting.

26 years ago(readevalloop): New arg UNIBYTE. Callers changed.
Richard M. Stallman [Mon, 20 Apr 1998 07:09:58 +0000 (07:09 +0000)]
(readevalloop): New arg UNIBYTE.  Callers changed.
Use it to bind load_convert_to_unibyte.
(Feval_buffer): New arg UNIBYTE.  Pass it to readevalloop.
(readevalloop_1): New unwind-protect subroutine.
(load_convert_to_unibyte): New variable.
(syms_of_lread): Set up Lisp var.
(read1): If load_convert_to_unibyte, convert strings to unibyte.

26 years ago(copy_text): Count down bytes_left properly
Richard M. Stallman [Mon, 20 Apr 1998 07:08:40 +0000 (07:08 +0000)]
(copy_text): Count down bytes_left properly
in multibyte to unibyte case.

26 years ago(load-with-code-conversion):
Richard M. Stallman [Mon, 20 Apr 1998 07:08:17 +0000 (07:08 +0000)]
(load-with-code-conversion):
Undo previous change.  Instead, pass the UNIBYTE arg to eval-buffer.

26 years ago*** empty log message ***
Dan Nicolaescu [Mon, 20 Apr 1998 06:37:57 +0000 (06:37 +0000)]
*** empty log message ***

26 years ago(Fcompare_strings): Require first 6 args.
Richard M. Stallman [Mon, 20 Apr 1998 04:08:31 +0000 (04:08 +0000)]
(Fcompare_strings): Require first 6 args.

26 years ago(Ftry_completion): Use Fcompare_strings.
Richard M. Stallman [Mon, 20 Apr 1998 03:53:06 +0000 (03:53 +0000)]
(Ftry_completion): Use Fcompare_strings.
(Fall_completions, Fminibuffer_complete_word): Likewise.

26 years ago(Fcompare_strings): New function.
Richard M. Stallman [Mon, 20 Apr 1998 03:52:46 +0000 (03:52 +0000)]
(Fcompare_strings): New function.
(syms_of_fns): defsubr it.

26 years ago*** empty log message ***
Dan Nicolaescu [Mon, 20 Apr 1998 03:35:05 +0000 (03:35 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Dan Nicolaescu [Mon, 20 Apr 1998 02:34:53 +0000 (02:34 +0000)]
*** empty log message ***

26 years ago(SLAVIC): New macro.
Kenichi Handa [Mon, 20 Apr 1998 02:15:45 +0000 (02:15 +0000)]
(SLAVIC): New macro.
(EUROPEAN): Include ${SLAVIC}

26 years ago(lisp): Add czech.elc, slovak.elc, and romanina.elc.
Kenichi Handa [Mon, 20 Apr 1998 02:14:57 +0000 (02:14 +0000)]
(lisp): Add czech.elc, slovak.elc, and romanina.elc.
(shortlisp): Likewise.

26 years ago(Fregister_ccl_program): Put ccl-program-idx property to NAME.
Kenichi Handa [Mon, 20 Apr 1998 02:14:57 +0000 (02:14 +0000)]
(Fregister_ccl_program): Put ccl-program-idx property to NAME.

26 years ago(setup_coding_system): For a type 4 coding system,
Kenichi Handa [Mon, 20 Apr 1998 02:14:57 +0000 (02:14 +0000)]
(setup_coding_system): For a type 4 coding system,
FLAGS member of coding spec is a cons of CCL program symbols.

26 years agoFLAGS arguments for make-coding-system changed.
Kenichi Handa [Mon, 20 Apr 1998 02:14:20 +0000 (02:14 +0000)]
FLAGS arguments for make-coding-system changed.

26 years agoSet t to `documentation' info for Romanian.
Kenichi Handa [Mon, 20 Apr 1998 02:14:20 +0000 (02:14 +0000)]
Set t to `documentation' info for Romanian.

26 years ago(ccl-compile-unify-character): Inhibit
Kenichi Handa [Mon, 20 Apr 1998 02:11:52 +0000 (02:11 +0000)]
(ccl-compile-unify-character): Inhibit
unification tables specified by integer value.
(ccl-compile-translate-single-map): Likewise.
(ccl-compile-multiple-map-function): Likewise.
(ccl-compile-translate-multiple-map): Modified for nested tables.
(ccl-dump-iterate-multiple-map): Handle the case that ID is not
integer.
(ccl-dump-translate-multiple-map): Likewise.
(ccl-dump-translate-single-map): Likewise.
(declare-ccl-program): New optional arg VECTOR.
(check-ccl-program): New macro.

26 years ago(make-coding-system): If TYPE is 4, FLAGS
Kenichi Handa [Mon, 20 Apr 1998 02:11:52 +0000 (02:11 +0000)]
(make-coding-system): If TYPE is 4, FLAGS
can be a cons of CCL-PROGRAM symbols.

26 years ago(quail-start-translation): Bind
Kenichi Handa [Mon, 20 Apr 1998 02:11:52 +0000 (02:11 +0000)]
(quail-start-translation): Bind
prefix-arg to current-prefix-arg.
(quail-mode): Doc-string modified.

26 years ago*** empty log message ***
Dan Nicolaescu [Sun, 19 Apr 1998 22:26:42 +0000 (22:26 +0000)]
*** empty log message ***

26 years ago(struct Lisp_Process): Add inherit_coding_system_flag member.
Eli Zaretskii [Sun, 19 Apr 1998 14:18:01 +0000 (14:18 +0000)]
(struct Lisp_Process): Add inherit_coding_system_flag member.

26 years ago(Fset_process_inherit_coding_system_flag,
Eli Zaretskii [Sun, 19 Apr 1998 14:13:47 +0000 (14:13 +0000)]
(Fset_process_inherit_coding_system_flag,
Fprocess_inherit_coding_system_flag): New functions.
(syms_of_process): Defsubr them.
(Fstart_process, Fopen_network_stream): Initialize inherit_coding_system_flag.
(read_process_output): If the process buffer isn't dead, call
after-insert-file-set-buffer-file-coding-system.

26 years ago(interdontcompile): New macro.
Geoff Voelker [Sun, 19 Apr 1998 03:46:53 +0000 (03:46 +0000)]
(interdontcompile): New macro.
(install): Copy uncompiled files from international subdir.

26 years ago(Fx_get_cut_buffer_internal): If FORMAT is 0, cut buffer is empty.
Richard M. Stallman [Sat, 18 Apr 1998 22:14:32 +0000 (22:14 +0000)]
(Fx_get_cut_buffer_internal): If FORMAT is 0, cut buffer is empty.

26 years ago*** empty log message ***
Dan Nicolaescu [Sat, 18 Apr 1998 20:43:38 +0000 (20:43 +0000)]
*** empty log message ***

26 years agoInitial revision
Richard M. Stallman [Sat, 18 Apr 1998 20:34:51 +0000 (20:34 +0000)]
Initial revision

26 years ago*** empty log message ***
Dan Nicolaescu [Sat, 18 Apr 1998 19:48:40 +0000 (19:48 +0000)]
*** empty log message ***

26 years agoInitial revision
Dan Nicolaescu [Sat, 18 Apr 1998 19:28:13 +0000 (19:28 +0000)]
Initial revision

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

26 years ago(file-name-handler-alist): FIx previous change.
Richard M. Stallman [Sat, 18 Apr 1998 18:12:35 +0000 (18:12 +0000)]
(file-name-handler-alist): FIx previous change.

26 years agoUpdate copyright years.
Richard M. Stallman [Sat, 18 Apr 1998 17:09:18 +0000 (17:09 +0000)]
Update copyright years.

26 years agoCustomize. Add `;;; Code' line.
Stephen Eglen [Sat, 18 Apr 1998 16:38:50 +0000 (16:38 +0000)]
Customize.  Add `;;; Code' line.
ogonek-encoding-choices: new variable as helper for customizing.

26 years agoCustomize.
Stephen Eglen [Sat, 18 Apr 1998 16:35:35 +0000 (16:35 +0000)]
Customize.

26 years ago(elisp): Don't try to make makeinfo.
Richard M. Stallman [Sat, 18 Apr 1998 16:24:14 +0000 (16:24 +0000)]
(elisp): Don't try to make makeinfo.
Run makeinfo without specifying a directory.

(srcs): Add nonascii.texi, customize.texi and advice.texi.
(dist): Start by deleting `temp'.

(makeinfo, texindex): Targets deleted.
(makeinfo.o, texindex.o): Targets deleted.
(clean, dist): Don't do anything with them or with getopt*.

(SHELL): Defined.

(elisp.tps): New target.
(elisp.dvi): Depend on elisp.tps.