Skip to content
Snippets Groups Projects
ChangeLog 3.43 KiB
Newer Older
  • Learn to ignore specific revisions
  • 1999-11-08  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
    
    	* jka-compr.el (auto-compression-mode): Pass original
    	argument to toggle-auto-compression.
    
    
    1999-08-08  Jan Vroonhof  <vroonhof@math.ethz.ch>
    
    	* jka-compr.el (jka-compr-call-process): Guard against use of
    	file-coding-system-for-read.
    	(jka-compr-insert-file-contents): idem.
    	(jka-value-if-bound): New function.
    
    
    steveb's avatar
    steveb committed
    1999-07-20  Darryl Okahata  <darrylo@sr.hp.com>
    
    	* tar-mode.el: `tar-regexp' must only match the names of
    	uncompressed tar files.  If it matches the names of compressed tar
    	files, tar-mode will attempt to parse the compressed tar file as
    	an uncompressed tar file, causing an error.  Note that this will
    	not affect either crypt.el nor jka-compr.el, as they will properly
    	uncompress a buffer before entering tar-mode.
    
    
    steveb's avatar
    steveb committed
    1999-07-15  SL Baur  <steve@beopen.com>
    
    	* jka-compr.el (jka-compr-install): Only diddle with
    	file-coding-system-alist in XEmacs with file-coding.
    	(jka-compr-uninstall): Ditto.
    
    
    steveb's avatar
    steveb committed
    1999-06-29  SL Baur  <steve@miho.m17n.org>
    
    	* Makefile (ELCS): ps-print.el removed.
    
    
    didierv's avatar
    didierv committed
    1999-03-19  Didier Verna  <didier@xemacs.org>
    
    	* mchat.el: version 2.0 released.
    
    
    martinb's avatar
    martinb committed
    1998-12-30  Martin Buchholz  <martin@xemacs.org>
    
    	* tar-mode.el (tar-regexp): Add autoload cookie.
    	(auto-mode-alist): Add autoload cookie.
    
    
    steveb's avatar
    steveb committed
    1998-10-01  SL Baur  <steve@altair.xemacs.org>
    
    	* ssh.el (ssh-send-Ctrl-C): send-string -> process-send-string.
    	(ssh-send-Ctrl-D): Ditto.
    	(ssh-send-Ctrl-Z): Ditto.
    	(ssh-send-Ctrl-backslash): Ditto.
    	* rlogin.el (rlogin-send-Ctrl-C): Ditto.
    	(rlogin-send-Ctrl-D): Ditto.
    	(rlogin-send-Ctrl-Z): Ditto.
    	(rlogin-send-Ctrl-backslash): Ditto.
    
    1998-09-30  SL Baur  <steve@altair.xemacs.org>
    
    	* ftelnet.el: New file.
    	* ssh.el: Sync to version 1.6
    	* rlogin.el: Sync to version 1.43
    
    1998-09-10  Noah Friedman  <friedman@splode.com>
    
    	* rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
    	`t' to add-hook also to modify the new local value.
    	* ssh.el (ssh): Here also.
    
    
    1998-07-14  SL Baur  <steve@altair.xemacs.org>
    
    	* rlogin.el: Global replace send-string -> process-send-string.
    	* ssh.el: Ditto.
    
    
    1998-06-07  Tomasz Cholewo  <tjchol01@aivo.spd.louisville.edu>
    
    	* jka-compr.el (jka-compr-partial-uncompress): Fix integer in concat.
    
    1998-06-13  SL Baur  <steve@altair.xemacs.org>
    
    	* lpr.el (print-region-1): Remove references to `buffer-file-type'.
    
    
    steveb's avatar
    steveb committed
    1998-04-17  SL Baur  <steve@altair.xemacs.org>
    
    	* rlogin.el-1.40.
    
    1998-04-06  Hrvoje Niksic  <hniksic@srce.hr>
    
    	* tar-mode.el (tar-subfile-mode): Call `auto-save-mode' with a 0,
    	argument, not nil.
    	(tar-regexp): Include `.tar.gz' files.
    
    
    steveb's avatar
    steveb committed
    1998-02-21  Aki Vehtari  <Aki.Vehtari@hut.fi>
    
    	* tar-mode.el:  Add "q" for quit, and use "C" for copy and "R" for
    
    didierv's avatar
    didierv committed
    	rename as in dired.
    
    steveb's avatar
    steveb committed
    
    
    steveb's avatar
    steveb committed
    1998-02-15  SL Baur  <steve@altair.xemacs.org>
    
    	* jka-compr.el: Reenable auto-compression-mode symbol.
    
    
    steve's avatar
    steve committed
    1998-01-24  SL Baur  <steve@altair.xemacs.org>
    
    	* Makefile (VERSION): Update to package standard 1.0.
    	* package-info.in: Ditto.
    
    
    steve's avatar
    steve committed
    1998-01-11  SL Baur  <steve@altair.xemacs.org>
    
    	* Makefile: Update to newer package interface.
    
    1998-01-05  SL Baur  <steve@altair.xemacs.org>
    
    	* Makefile: Update to newer packages interface.
    
    1997-12-27  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
    
    	* tar-mode.el: Minimal synchage with Emacs 20.  Moved `tar-' to the
    	front of all identifiers.  Some docstring improvements too.
    	(tar-mode-map): Added keybindings for [up], [down] and [return].
    
    1997-12-24  SL Baur  <steve@altair.xemacs.org>
    
    	* Makefile: Created.