]> git.eshelyaron.com Git - emacs.git/log
emacs.git
27 years ago(compile-command): More doc fix.
Richard M. Stallman [Sun, 27 Jul 1997 19:25:02 +0000 (19:25 +0000)]
(compile-command): More doc fix.

27 years ago(mail-extr-voodoo): Handle unmatched quotes in the comment-deletion loop.
Richard M. Stallman [Sun, 27 Jul 1997 01:54:56 +0000 (01:54 +0000)]
(mail-extr-voodoo): Handle unmatched quotes in the comment-deletion loop.

27 years ago(file-coding-system-alist): Use no-conversion for tar files.
Richard M. Stallman [Sun, 27 Jul 1997 00:07:08 +0000 (00:07 +0000)]
(file-coding-system-alist): Use no-conversion for tar files.

27 years ago(jka-compr-added-to-file-coding-system-alist): New var.
Richard M. Stallman [Sun, 27 Jul 1997 00:06:20 +0000 (00:06 +0000)]
(jka-compr-added-to-file-coding-system-alist): New var.
(jka-compr-insert-file-contents): Set coding-system-for-read
according to file name after removing compression suffix.
(jka-compr-install): Add elemets to file-coding-system-alist.
(jka-compr-uninstall): Remove elements from file-coding-system-alist.

27 years ago(line-move): If intangibility moves us to a different line,
Richard M. Stallman [Sat, 26 Jul 1997 22:22:59 +0000 (22:22 +0000)]
(line-move): If intangibility moves us to a different line,
adjust the hpos nicely in that line.

27 years ago(read-quoted-char): Consistently downcase letter "digits".
Richard M. Stallman [Sat, 26 Jul 1997 22:21:49 +0000 (22:21 +0000)]
(read-quoted-char): Consistently downcase letter "digits".

27 years ago(strout, printchar): Handle minibuffer_auto_raise.
Richard M. Stallman [Sat, 26 Jul 1997 22:20:51 +0000 (22:20 +0000)]
(strout, printchar): Handle minibuffer_auto_raise.

27 years ago(mail-mode): Make adaptive-fill-regexp
Richard M. Stallman [Sat, 26 Jul 1997 22:19:26 +0000 (22:19 +0000)]
(mail-mode): Make adaptive-fill-regexp
match more values.  Bind adaptive-fill-first-line-regexp too.

27 years agoRecognize SunOS 3.x.
Per Bothner [Sat, 26 Jul 1997 19:01:01 +0000 (19:01 +0000)]
Recognize SunOS 3.x.

27 years ago(telnet): Handle multiple telnet programs better.
Richard M. Stallman [Sat, 26 Jul 1997 18:41:15 +0000 (18:41 +0000)]
(telnet): Handle multiple telnet programs better.
(telnet-host-properties): New variable.

27 years agoDelete MPEG Audio (it is forbidden).
Richard M. Stallman [Sat, 26 Jul 1997 01:52:56 +0000 (01:52 +0000)]
Delete MPEG Audio (it is forbidden).
Explain more about why Qt is important.
Delete screen-savers item.

27 years ago(dumpglyphs): Check the dimension of FONT while
Richard M. Stallman [Sat, 26 Jul 1997 01:43:07 +0000 (01:43 +0000)]
(dumpglyphs): Check the dimension of FONT while
setting `byte1' and `byte2' members of *CP.

(XTread_socket): Trap the BadMatch error that can occur
after a XSetInputFocus if window is not visible.

27 years ago(LD_SWITCH_SYSTEM_TEMACS): Define this instead of LD_SWITCH_SYSTEM.
Richard M. Stallman [Sat, 26 Jul 1997 01:41:59 +0000 (01:41 +0000)]
(LD_SWITCH_SYSTEM_TEMACS): Define this instead of LD_SWITCH_SYSTEM.

27 years ago(display_text_line): Don't count minibuf_prompt_width twice in taboffset.
Richard M. Stallman [Sat, 26 Jul 1997 01:41:03 +0000 (01:41 +0000)]
(display_text_line): Don't count minibuf_prompt_width twice in taboffset.

27 years ago(display_menu): If an item is disabled,
Richard M. Stallman [Sat, 26 Jul 1997 01:40:05 +0000 (01:40 +0000)]
(display_menu): If an item is disabled,
don't display its submenu (if any).

27 years agoUpdate leim/leim-list.el.
Richard M. Stallman [Fri, 25 Jul 1997 22:33:06 +0000 (22:33 +0000)]
Update leim/leim-list.el.
Pass along value of $EMACS when updating lisp dir.

27 years ago(occur): Local variable line-start redundant.
Richard M. Stallman [Fri, 25 Jul 1997 22:21:49 +0000 (22:21 +0000)]
(occur): Local variable line-start redundant.
`occur-marker' extends to the end of the line rather than one char before end.

27 years agoComment change.
Richard M. Stallman [Fri, 25 Jul 1997 22:10:42 +0000 (22:10 +0000)]
Comment change.

27 years ago(rmail-pop-password-error): New variable.
Richard M. Stallman [Fri, 25 Jul 1997 22:08:24 +0000 (22:08 +0000)]
(rmail-pop-password-error): New variable.
(rmail-insert-inbox-text): If there's an error getting mail from
the POP server, and the error matches rmail-pop-password-error or
we prompted for the POP password, assume that the password is
incorrect and erase it so that the user will be prompted again the
next time he gets mail.

27 years ago(awk-mode): Call c-initialize-cc-mode.
Richard M. Stallman [Fri, 25 Jul 1997 20:51:42 +0000 (20:51 +0000)]
(awk-mode): Call c-initialize-cc-mode.

27 years ago(compile-command): Doc fix.
Richard M. Stallman [Fri, 25 Jul 1997 19:02:00 +0000 (19:02 +0000)]
(compile-command): Doc fix.

27 years ago(Fwrite_region): Fix previous change.
Richard M. Stallman [Fri, 25 Jul 1997 18:12:53 +0000 (18:12 +0000)]
(Fwrite_region): Fix previous change.

27 years ago(doug_lea_malloc): Make __after_morecore_hook a
Richard M. Stallman [Fri, 25 Jul 1997 17:57:47 +0000 (17:57 +0000)]
(doug_lea_malloc): Make __after_morecore_hook a
prerequisite to the use of Doug Lea's malloc.

27 years ago(compilation-error-regexp-alist): Add elt for EPC F90.
Richard M. Stallman [Fri, 25 Jul 1997 17:29:29 +0000 (17:29 +0000)]
(compilation-error-regexp-alist): Add elt for EPC F90.

compilation-mode-font-lock-keywords: Ensure that each
regexp generated from compilation-error-regexp-alist begins with "^".

27 years ago(quail-update-leim-list-file): Call
Kenichi Handa [Fri, 25 Jul 1997 13:34:18 +0000 (13:34 +0000)]
(quail-update-leim-list-file): Call
find-file-noselect with t for arguments NOWARN and RAWFILE.

27 years ago(leim-list-entry-regexp): Make this match only at beginning of line.
Kenichi Handa [Fri, 25 Jul 1997 13:13:00 +0000 (13:13 +0000)]
(leim-list-entry-regexp): Make this match only at beginning of line.

27 years agocustomise & make installation/deinstallation happen on mode command not file load.
Simon Marshall [Fri, 25 Jul 1997 11:36:34 +0000 (11:36 +0000)]
customise & make installation/deinstallation happen on mode command not file load.

27 years agoWrap minibuffer-auto-raise where nec. to stop frame raising.
Simon Marshall [Fri, 25 Jul 1997 11:35:08 +0000 (11:35 +0000)]
Wrap minibuffer-auto-raise where nec. to stop frame raising.

27 years agoAdd type specs "explicit" "mutable".
Simon Marshall [Fri, 25 Jul 1997 11:34:20 +0000 (11:34 +0000)]
Add type specs "explicit" "mutable".

27 years ago(read-input-method-name): Show more appropriate error message.
Kenichi Handa [Fri, 25 Jul 1997 08:06:19 +0000 (08:06 +0000)]
(read-input-method-name): Show more appropriate error message.

27 years ago(compute_motion): Handle display table correctly for
Kenichi Handa [Fri, 25 Jul 1997 08:01:02 +0000 (08:01 +0000)]
(compute_motion): Handle display table correctly for
multibyte characters.

27 years ago(syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil.
Kenichi Handa [Fri, 25 Jul 1997 07:53:16 +0000 (07:53 +0000)]
(syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil.

27 years ago(CODING_REQUIRE_TEXT_CONVERSION,
Kenichi Handa [Fri, 25 Jul 1997 07:46:51 +0000 (07:46 +0000)]
(CODING_REQUIRE_TEXT_CONVERSION,
CODING_REQUIRE_EOL_CONVERSION, CODING_REQUIRE_CONVERSION): Deleted.
(CODING_REQUIRE_NO_CONVERSION): New macro.
(CODING_MAY_REQUIRE_NO_CONVERSION): New macro.

27 years ago(read_process_output): Use new macro
Kenichi Handa [Fri, 25 Jul 1997 07:46:51 +0000 (07:46 +0000)]
(read_process_output): Use new macro
CODING_REQUIRE_NO_CONVERSION
(send_process): Use new macro CODING_MAY_REQUIRE_NO_CONVERSION.

27 years ago(Finsert_file_contents): Use new macros
Kenichi Handa [Fri, 25 Jul 1997 07:46:51 +0000 (07:46 +0000)]
(Finsert_file_contents): Use new macros
CODING_MAY_REQUIRE_NO_CONVERSION and
CODING_MAY_REQUIRE_NO_CONVERSION.
(Fwrite_region): Correct the logic for deciding coding system.

27 years ago(setup-thai-environment): Add correct autoload cookie.
Kenichi Handa [Fri, 25 Jul 1997 07:44:24 +0000 (07:44 +0000)]
(setup-thai-environment): Add correct autoload cookie.

27 years ago(setup-tibetan-environment): Correct
Kenichi Handa [Fri, 25 Jul 1997 07:44:24 +0000 (07:44 +0000)]
(setup-tibetan-environment): Correct
coding system names.  Set default-input-method to "tibetan-wylie".

27 years ago(setup-vietnamese-environment): Add autoload cookie.
Kenichi Handa [Fri, 25 Jul 1997 07:44:24 +0000 (07:44 +0000)]
(setup-vietnamese-environment): Add autoload cookie.

27 years agoTypo in comment fixed.
Kenichi Handa [Fri, 25 Jul 1997 07:43:56 +0000 (07:43 +0000)]
Typo in comment fixed.

27 years agoInitial revision
Kenichi Handa [Fri, 25 Jul 1997 07:31:49 +0000 (07:31 +0000)]
Initial revision

27 years ago(TIT): New variable, contatination of TIT-GB and TIT-BIG5.
Kenichi Handa [Fri, 25 Jul 1997 07:31:26 +0000 (07:31 +0000)]
(TIT): New variable, contatination of TIT-GB and TIT-BIG5.
(RUN-EMACS): Do not set EMACSLOADPATH.
(ASIA): Include TIBEAN.
(all): Remove stamp-bytecomp from dependency list.
({$TIT}): New target, substitues the target ${TIT-GB} ${TIT-BIG5}.
(%.el): Make a link for byte-compiled file too.
(stamp-bytecomp): Target deleted.
(leim-list.el): Run Emacs with loading quail.
(install-XXX): These targets deleted.
(install): Remove files under INSTALLDIR before copying new files.
Run Emacs with loading quail.
(clean mostlyclean): Remove only generated files.

27 years agoRequire 'quail.
Kenichi Handa [Fri, 25 Jul 1997 07:30:07 +0000 (07:30 +0000)]
Require 'quail.

27 years agoChange Quail package name to "ethiopic".
Kenichi Handa [Fri, 25 Jul 1997 07:28:50 +0000 (07:28 +0000)]
Change Quail package name to "ethiopic".
(ethio-toggle-punctuation): Give "ethiopic" to quail-defrule.

27 years ago(metamail-region): Don't bind kanji-fileio-code
Richard M. Stallman [Fri, 25 Jul 1997 05:59:39 +0000 (05:59 +0000)]
(metamail-region): Don't bind kanji-fileio-code
or file-coding-system.  Don't call define-program-kanji-code
or define-program-coding-system.  Instead, bind coding-system-for-read.

27 years ago(${lispsource}TAGS): Specify ETAGS var in inner make.
Richard M. Stallman [Fri, 25 Jul 1997 05:37:34 +0000 (05:37 +0000)]
(${lispsource}TAGS): Specify ETAGS var in inner make.

(../src/$(OLDXMENU)): New target.

27 years ago(ETAGS): New variable.
Richard M. Stallman [Fri, 25 Jul 1997 03:10:59 +0000 (03:10 +0000)]
(ETAGS): New variable.
(TAGS): Use ${ETAGS}.

27 years ago(Vprint_gensym_alist): Renamed from printed_gensyms.
Richard M. Stallman [Fri, 25 Jul 1997 03:04:19 +0000 (03:04 +0000)]
(Vprint_gensym_alist): Renamed from printed_gensyms.
(Vprint_gensym): Now a Lisp_Object; Renamed from print_gensym.
(syms_of_print): Set up both as Lisp vars.
(PRINTPREPARE, PRINTFINISH): Don't clear Vprint_gensym_alist
if Vprint_gensym is a cons cell.

27 years ago(byte-compile-output-docform):
Richard M. Stallman [Fri, 25 Jul 1997 03:01:28 +0000 (03:01 +0000)]
(byte-compile-output-docform):
Bind print-gensym-alist; bind print-gensym to a cons cell.

27 years ago(custom-print-functions): Add defvar.
Richard M. Stallman [Fri, 25 Jul 1997 03:00:41 +0000 (03:00 +0000)]
(custom-print-functions): Add defvar.

27 years agonew version
Michael Kifer [Fri, 25 Jul 1997 01:42:53 +0000 (01:42 +0000)]
new version

27 years ago(rmail-mime-feature): Doc and custom fix.
Richard M. Stallman [Fri, 25 Jul 1997 01:01:50 +0000 (01:01 +0000)]
(rmail-mime-feature): Doc and custom fix.

27 years agoCustomized.
Richard M. Stallman [Fri, 25 Jul 1997 00:55:06 +0000 (00:55 +0000)]
Customized.
Doc fixes.

27 years ago(mail): Improve confirmation questions for file-visiting mail buffers.
Richard M. Stallman [Fri, 25 Jul 1997 00:10:37 +0000 (00:10 +0000)]
(mail): Improve confirmation questions for file-visiting mail buffers.

27 years ago(debug-ignored-errors): Update the dabbrev.el errors.
Richard M. Stallman [Thu, 24 Jul 1997 21:41:33 +0000 (21:41 +0000)]
(debug-ignored-errors): Update the dabbrev.el errors.
Add errors generated by ediff*.el.

27 years ago(ediff-update-diffs): Change error message.
Richard M. Stallman [Thu, 24 Jul 1997 21:39:26 +0000 (21:39 +0000)]
(ediff-update-diffs): Change error message.

27 years ago(selection_data_to_lisp_data):
Richard M. Stallman [Thu, 24 Jul 1997 21:29:24 +0000 (21:29 +0000)]
(selection_data_to_lisp_data):
Make the vector the right size, when format is 16.

27 years ago(landmark-repeat, landmark): New aliases.
Richard M. Stallman [Thu, 24 Jul 1997 18:22:33 +0000 (18:22 +0000)]
(landmark-repeat, landmark): New aliases.
Add autoload cookies.

27 years ago(main): Make --help msg end in newline.
Richard M. Stallman [Thu, 24 Jul 1997 18:18:49 +0000 (18:18 +0000)]
(main): Make --help msg end in newline.

27 years agoMany doc fixes.
Richard M. Stallman [Thu, 24 Jul 1997 18:17:41 +0000 (18:17 +0000)]
Many doc fixes.
(handwrite): Add autoload cookie.
(menu-bar-handwrite-map): Comment out the code to put this in the menu bar.

27 years ago(read-quoted-char): Convert function keys like Return
Richard M. Stallman [Thu, 24 Jul 1997 17:01:46 +0000 (17:01 +0000)]
(read-quoted-char): Convert function keys like Return
into ASCII equivalents.

27 years ago(Fx_create_frame): Don't fail to initialize `font'.
Richard M. Stallman [Thu, 24 Jul 1997 16:59:16 +0000 (16:59 +0000)]
(Fx_create_frame): Don't fail to initialize `font'.

27 years ago(wait_reading_process_input): Initialize total_read.
Richard M. Stallman [Thu, 24 Jul 1997 16:58:05 +0000 (16:58 +0000)]
(wait_reading_process_input): Initialize total_read.
Check for read_process_output giving back EIO.

27 years ago(Fdelete_frame): Undo previous change.
Richard M. Stallman [Thu, 24 Jul 1997 16:57:19 +0000 (16:57 +0000)]
(Fdelete_frame): Undo previous change.

27 years ago(read_char): Delete spurious UNGCPRO.
Richard M. Stallman [Thu, 24 Jul 1997 16:45:55 +0000 (16:45 +0000)]
(read_char): Delete spurious UNGCPRO.
Add UNGCPRO before the longjmps to wrong_kboard_jmpbuf.
Initialize c before the GCPRO1.

27 years agoComment change.
Richard M. Stallman [Thu, 24 Jul 1997 16:33:00 +0000 (16:33 +0000)]
Comment change.

27 years agoComment change
Richard M. Stallman [Thu, 24 Jul 1997 16:12:36 +0000 (16:12 +0000)]
Comment change

27 years agoCustomized.
Richard M. Stallman [Thu, 24 Jul 1997 07:43:07 +0000 (07:43 +0000)]
Customized.

27 years ago(calendar-day-name): New optional args WIDTH, ABSOLUTE.
Richard M. Stallman [Thu, 24 Jul 1997 07:42:23 +0000 (07:42 +0000)]
(calendar-day-name): New optional args WIDTH, ABSOLUTE.
(calendar-month-name): New optional arg WIDTH.
(generate-calendar-month, calendar-date-string): Pass new args
instead of using substring here.

27 years agoDon't create C-x r and C-x n submaps here.
Richard M. Stallman [Thu, 24 Jul 1997 07:42:07 +0000 (07:42 +0000)]
Don't create C-x r and C-x n submaps here.

27 years ago(Fforward_comment): When count1 is negative, return nil if FROM reaches STOP.
Richard M. Stallman [Thu, 24 Jul 1997 07:40:26 +0000 (07:40 +0000)]
(Fforward_comment): When count1 is negative, return nil if FROM reaches STOP.

27 years ago(Fcurrent_message): New function.
Richard M. Stallman [Thu, 24 Jul 1997 06:09:23 +0000 (06:09 +0000)]
(Fcurrent_message): New function.
(syms_of_editfns): defsubr it.

27 years ago(face-documentation): Renamed from face-doc-string.
Richard M. Stallman [Thu, 24 Jul 1997 06:04:06 +0000 (06:04 +0000)]
(face-documentation): Renamed from face-doc-string.
(set-face-documentation): Renamed from set-face-doc-string.
(face-doc-string): Make this an alias.

27 years ago(custom-declare-face): Use [set-]face-documentation.
Richard M. Stallman [Thu, 24 Jul 1997 06:03:00 +0000 (06:03 +0000)]
(custom-declare-face): Use [set-]face-documentation.

27 years ago(bg-yank-or-pop): Changed eql to eq.
Richard M. Stallman [Thu, 24 Jul 1997 05:35:30 +0000 (05:35 +0000)]
(bg-yank-or-pop): Changed eql to eq.

27 years ago(read-input-method-name): Fix error msg.
Richard M. Stallman [Thu, 24 Jul 1997 05:34:02 +0000 (05:34 +0000)]
(read-input-method-name): Fix error msg.

27 years ago(te-newline): Change eql to eq.
Richard M. Stallman [Thu, 24 Jul 1997 04:28:05 +0000 (04:28 +0000)]
(te-newline): Change eql to eq.
(te-insert-lines, te-delete-lines, te-process-output): Likewise.
(te-parse-program-and-args, te-get-char): Likewise.

27 years ago(tex-categorize-whitespace): Use eq, not eql.
Richard M. Stallman [Thu, 24 Jul 1997 04:21:34 +0000 (04:21 +0000)]
(tex-categorize-whitespace): Use eq, not eql.

27 years ago(stamp-bytecomp): Fix shell conditional.
Richard M. Stallman [Thu, 24 Jul 1997 04:06:12 +0000 (04:06 +0000)]
(stamp-bytecomp): Fix shell conditional.
(clean): Fix shell conditional.

27 years agoComment change.
Richard M. Stallman [Thu, 24 Jul 1997 04:01:12 +0000 (04:01 +0000)]
Comment change.

27 years ago(iswitchb-get-bufname): Only add buffer of current
Richard M. Stallman [Thu, 24 Jul 1997 03:36:42 +0000 (03:36 +0000)]
(iswitchb-get-bufname): Only add buffer of current
window if it is not already in list.

27 years ago(eql): byte-defop-compiler definition deleted.
Richard M. Stallman [Wed, 23 Jul 1997 21:41:47 +0000 (21:41 +0000)]
(eql): byte-defop-compiler definition deleted.

27 years agoChange eql calls to eq.
Richard M. Stallman [Wed, 23 Jul 1997 21:40:04 +0000 (21:40 +0000)]
Change eql calls to eq.

27 years agoChange eql calls to = or equal.
Richard M. Stallman [Wed, 23 Jul 1997 21:39:50 +0000 (21:39 +0000)]
Change eql calls to = or equal.

27 years agoUpdate copyright notice and permission notice.
Richard M. Stallman [Wed, 23 Jul 1997 20:57:49 +0000 (20:57 +0000)]
Update copyright notice and permission notice.

(metafont-mode): Add autoload cookie.
(metapost-mode): Add autoload cookie.

27 years ago(auto-mode-alist): Add ".mf" and ".mp" for meta-mode.el.
Richard M. Stallman [Wed, 23 Jul 1997 20:56:12 +0000 (20:56 +0000)]
(auto-mode-alist): Add ".mf" and ".mp" for meta-mode.el.
Add ".clo" for latex-mode.

27 years ago(diary-entry-time): Downcase the am/pm letter.
Richard M. Stallman [Wed, 23 Jul 1997 19:07:34 +0000 (19:07 +0000)]
(diary-entry-time): Downcase the am/pm letter.

27 years ago(syms_of_buffer): Doc fix.
Richard M. Stallman [Wed, 23 Jul 1997 16:57:18 +0000 (16:57 +0000)]
(syms_of_buffer): Doc fix.

27 years ago(syms_of_eval): Doc fix.
Richard M. Stallman [Wed, 23 Jul 1997 16:34:32 +0000 (16:34 +0000)]
(syms_of_eval): Doc fix.

27 years ago(set-face-font-explicit): Call internal-set-face-1 properly.
Richard M. Stallman [Wed, 23 Jul 1997 04:22:58 +0000 (04:22 +0000)]
(set-face-font-explicit): Call internal-set-face-1 properly.

27 years ago(occur): Use text property `occur' to store the
Richard M. Stallman [Wed, 23 Jul 1997 02:52:57 +0000 (02:52 +0000)]
(occur): Use text property `occur' to store the
marker for the occurrence in the source buffer.  This replaces the
list `occur-pos-list', and fixes the bug for multi-line matches.
Set up `occur-point' text property for occur-next and occur-prev.
(occur): occur-num-matches stores the number of matches found.
(occur-mode-find-occurrence): Use `occur' text property to find
marker for locus of the occurrence.
(occur-next, occur-prev): New commands.
(occur): Fixed bug preventing line number being displayed if line
number is less than the number of lines of context.

27 years ago(dired-omit-new-add-entry): Take new arg RELATIVE
Richard M. Stallman [Wed, 23 Jul 1997 02:51:06 +0000 (02:51 +0000)]
(dired-omit-new-add-entry): Take new arg RELATIVE
and pass it to dired-omit-old-add-entry (which is dired-add-entry).

27 years agoUndo previous change.
Richard M. Stallman [Wed, 23 Jul 1997 02:49:08 +0000 (02:49 +0000)]
Undo previous change.

27 years agoVarious error messages fixed.
Richard M. Stallman [Wed, 23 Jul 1997 02:43:48 +0000 (02:43 +0000)]
Various error messages fixed.
(ph-cadr, ph-cadr): New functions.
All calls to cdar and cadr changed.

27 years agoInitial revision
Richard M. Stallman [Wed, 23 Jul 1997 02:34:54 +0000 (02:34 +0000)]
Initial revision

27 years ago(modify-coding-system-alist): Doc fix.
Richard M. Stallman [Tue, 22 Jul 1997 23:41:34 +0000 (23:41 +0000)]
(modify-coding-system-alist): Doc fix.

27 years ago(find-buffer-file-type-coding-system,
Geoff Voelker [Tue, 22 Jul 1997 21:49:49 +0000 (21:49 +0000)]
(find-buffer-file-type-coding-system,
find-buffer-process-coding-system): Remove second argument.

27 years agoTest `__unix' along with `unix'.
Richard M. Stallman [Tue, 22 Jul 1997 21:35:43 +0000 (21:35 +0000)]
Test `__unix' along with `unix'.

27 years ago(syms_of_coding): Doc fix.
Richard M. Stallman [Tue, 22 Jul 1997 20:40:29 +0000 (20:40 +0000)]
(syms_of_coding): Doc fix.

27 years ago(mail-indent-citation): Undo previous change.
Richard M. Stallman [Tue, 22 Jul 1997 20:23:53 +0000 (20:23 +0000)]
(mail-indent-citation): Undo previous change.
Instead, convert region-end to a marker before the loop.
(mail-yank-original, mail-yank-region): Undo previous change.

27 years ago(dircategory): Delete obsolete mistaken `put'.
Richard M. Stallman [Tue, 22 Jul 1997 20:06:24 +0000 (20:06 +0000)]
(dircategory): Delete obsolete mistaken `put'.
(texinfo-end-direntry): Output extra newline.
(texinfo-format-dircategory): Parse the arg and reinsert it by hand.