**************************************************************************** To use xsl-mode, add to your ~/.emacs the following lines: ;; XSL mode (autoload 'xsl-mode "xslide" "Major mode for XSL stylesheets." t) ;; Turn on font lock when in XSL mode (add-hook 'xsl-mode-hook 'turn-on-font-lock) (setq auto-mode-alist (append (list '("\\.fo" . xsl-mode) '("\\.xsl" . xsl-mode)) auto-mode-alist)) ;; Uncomment if using abbreviations ;; (abbrev-mode t) **************************************************************************** -gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/avidemux2/pkg-descr
Commit message (Expand)AuthorAgeFilesLines
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-4/+0
* Upgrade avidemux2 to the 2.4.2 version and switch to CMaketimur2008-07-151-4/+4
* - Update to 2.3.0miwi2006-12-031-1/+1
* - Update Avidemux to 2.1.0.tdb2005-12-121-3/+6