From 3e567c74cec2c0a4331aa0100db8204e9ca98f2e Mon Sep 17 00:00:00 2001 From: psg <> Date: Mon, 27 Oct 2003 01:44:51 +0000 Subject: apt-sources.el new upstream version 0.9.8 --- apt-sources.el | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) (limited to 'apt-sources.el') diff --git a/apt-sources.el b/apt-sources.el index 6088892..712b0a0 100644 --- a/apt-sources.el +++ b/apt-sources.el @@ -1,7 +1,7 @@ ;;; apt-sources.el --- Mode for editing apt source.list file ;; -;; Time-stamp: "03/05/12 00:06:03 drs" -;; Version: 0.9.7 +;; Time-stamp: "2003-10-18 19:50:43 drs" +;; Version: 0.9.8 ;; $Revision: ;; $Id: ;; $Source: @@ -73,52 +73,54 @@ ;;; History: +;; 0.9.8 -- Remove dependancy to autoinsert, because it's no longer required. +;; (suggested by Peter S. Galbraith ) ;; 0.9.7 -- Converted relevant defvar statements to defcustom, and added -;; `auto-mode-alist' entry. (Peter S. Galbraith ) +;; `auto-mode-alist' entry. (Peter S. Galbraith ) ;; -- Add completion to some of the fields in `apt-sources-new-source' -;; and the functions that change parameters. (suggested by -;; Peter S. Galbraith ) +;; and the functions that change parameters. (suggested by +;; Peter S. Galbraith ) ;; -- Add menu support. (suggested by Peter S. Galbraith ) ;; -- Change name from `apt-sources-insert-source' to ;; `apt-sources-new-source'. (suggested by Peter S. Galbraith -;; ) +;; ) ;; -- Change name from `apt-sources-insert-local-var' to ;; `apt-sources-insert-local-vars'. (suggested by Peter S. Galbraith -;; ) +;; ) ;; -- Change `apt-sources-change-components' to handle absence of -;; components. (Dr. Rafael Sepúlveda ) +;; components. (Dr. Rafael Sepúlveda ) ;; -- Change the web page address form where you can find the latest version. -;; (Dr. Rafael Sepúlveda ) +;; (Dr. Rafael Sepúlveda ) ;; 0.9.6 -- Added a better description to what is APT and file 'sources.list'. -;; (Ole Laursen ) +;; (Ole Laursen ) ;; 0.9.5 -- Fixed typo in docstring of function `apt-sources-around-lines'. ;; -- Rewrite function `apt-sources-around-lines' with a better algorithm. -;; (John Paul Wallington ) +;; (John Paul Wallington ) ;; -- Added a description to apt and sources.list ;; (David Combs ) ;; -- Added name and email from contributors. :) -;; (Dr. Rafael Sepúlveda ) +;; (Dr. Rafael Sepúlveda ) ;; 0.9.4 -- Added a missing option in function `apt-sources-insert-source' to -;; select 'ftp' type. +;; select 'ftp' type. ;; -- Added URI-type 'https'. ;; -- Fix some function's documentation mistakes. -;; (Dr. Rafael Sepúlveda ) +;; (Dr. Rafael Sepúlveda ) ;; 0.9.3 -- Fix a recently introduced bug that prevents keybindings work under -;; Xemacs. -;; (John Paul Wallington ) +;; Xemacs. +;; (John Paul Wallington ) ;; 0.9.2 -- Fix a bug with a keybinding that called a function with another name. ;; -- Make variable `comment-start' buffer-local. ;; -- Change the keybinding zone to be more compact and portable. -;; (John Paul Wallington ) +;; (John Paul Wallington ) ;; -- Change some keybindings. -;; (Dr. Rafael Sepúlveda ) +;; (Dr. Rafael Sepúlveda ) ;; ;; 0.9.1 -- Corrected a bug in the 'cond' clauses that prevented to byte-compile. -;; (Perkens-Golomb, Burkhard )' +;; (Perkens-Golomb, Burkhard )' ;; -- Make variable `comment-start-skip' buffer-local. -;; (Stefan Monnier ) +;; (Stefan Monnier ) ;; 0.9 -- first release. -;; (Dr. Rafael Sepúlveda ) +;; (Dr. Rafael Sepúlveda ) ;;; Code: -- cgit v1.2.1