Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c90f2757
Commit
c90f2757
authored
Dec 05, 2006
by
Glenn Morris
Browse files
Update copyright years.
parent
fde4e97e
Changes
69
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
21 additions
and
20 deletions
+21
-20
admin/revdiff
admin/revdiff
+2
-1
lisp/flow-ctrl.el
lisp/flow-ctrl.el
+1
-1
lisp/foldout.el
lisp/foldout.el
+1
-1
lisp/format.el
lisp/format.el
+1
-1
lisp/forms.el
lisp/forms.el
+1
-1
lisp/generic-x.el
lisp/generic-x.el
+1
-1
lisp/help-macro.el
lisp/help-macro.el
+1
-1
lisp/hilit-chg.el
lisp/hilit-chg.el
+1
-1
lisp/hippie-exp.el
lisp/hippie-exp.el
+1
-1
lisp/ielm.el
lisp/ielm.el
+1
-1
lisp/imenu.el
lisp/imenu.el
+1
-1
lisp/informat.el
lisp/informat.el
+1
-1
lisp/jka-compr.el
lisp/jka-compr.el
+1
-1
lisp/kermit.el
lisp/kermit.el
+1
-1
lisp/ledit.el
lisp/ledit.el
+1
-1
lisp/loadhist.el
lisp/loadhist.el
+1
-1
lisp/log-edit.el
lisp/log-edit.el
+1
-1
lisp/ls-lisp.el
lisp/ls-lisp.el
+1
-1
lisp/macros.el
lisp/macros.el
+1
-1
lisp/makesum.el
lisp/makesum.el
+1
-1
No files found.
admin/revdiff
View file @
c90f2757
#! /usr/bin/perl
# Copyright (C) 2001, 2006 Free Software Foundation, Inc.
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
# Foundation, Inc.
#
# This file is part of GNU Emacs.
#
...
...
lisp/flow-ctrl.el
View file @
c90f2757
;;; flow-ctrl.el --- help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control
;; Copyright (C) 1990, 1991, 1994, 2002, 2003, 2004,
;; Copyright (C) 1990, 1991, 1994,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author Kevin Gallagher
...
...
lisp/foldout.el
View file @
c90f2757
;;; foldout.el --- folding extensions for outline-mode and outline-minor-mode
;; Copyright (C) 1994, 2002, 2003, 2004, 2005,
;; Copyright (C) 1994,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Kevin Broadey <KevinB@bartley.demon.co.uk>
...
...
lisp/format.el
View file @
c90f2757
;;; format.el --- read and save files in multiple formats
;; Copyright (C) 1994, 1995, 1997, 1999, 2002, 2003, 2004,
;; Copyright (C) 1994, 1995, 1997, 1999,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Boris Goldowsky <boris@gnu.org>
...
...
lisp/forms.el
View file @
c90f2757
;;; forms.el --- Forms mode: edit a file as a form to fill in
;; Copyright (C) 1991, 1994, 1995, 1996, 1997, 2002, 2003,
;; Copyright (C) 1991, 1994, 1995, 1996, 1997,
2001,
2002, 2003,
;; 2004, 2005, 2006 Free Software Foundation, Inc.
;; Author: Johan Vromans <jvromans@squirrel.nl>
...
...
lisp/generic-x.el
View file @
c90f2757
;;; generic-x.el --- A collection of generic modes
;; Copyright (C) 1997, 1998, 2002, 2003, 2004,
;; Copyright (C) 1997, 1998,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Peter Breton <pbreton@cs.umb.edu>
...
...
lisp/help-macro.el
View file @
c90f2757
;;; help-macro.el --- makes command line help such as help-for-help
;; Copyright (C) 1993, 1994, 2002, 2003, 2004,
;; Copyright (C) 1993, 1994,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Lynn Slater <lrs@indetech.com>
...
...
lisp/hilit-chg.el
View file @
c90f2757
;;; hilit-chg.el --- minor mode displaying buffer changes with special face
;; Copyright (C) 1998, 2000, 2002, 2003, 2004,
;; Copyright (C) 1998, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Richard Sharman <rsharman@pobox.com>
...
...
lisp/hippie-exp.el
View file @
c90f2757
;;; hippie-exp.el --- expand text trying various ways to find its expansion
;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
;; Copyright (C) 1992,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Anders Holst <aho@sans.kth.se>
...
...
lisp/ielm.el
View file @
c90f2757
;;; ielm.el --- interaction mode for Emacs Lisp
;; Copyright (C) 1994, 2002, 2003, 2004, 2005,
;; Copyright (C) 1994,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: David Smith <maa036@lancaster.ac.uk>
...
...
lisp/imenu.el
View file @
c90f2757
;;; imenu.el --- framework for mode-specific buffer indexes
;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 2002, 2003, 2004,
;; Copyright (C) 1994, 1995, 1996, 1997, 1998,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Ake Stenhoff <etxaksf@aom.ericsson.se>
...
...
lisp/informat.el
View file @
c90f2757
;;; informat.el --- info support functions package for Emacs
;; Copyright (C) 1986, 2002, 2003, 2004, 2005,
;; Copyright (C) 1986,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/jka-compr.el
View file @
c90f2757
;;; jka-compr.el --- reading/writing/loading compressed files
;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000, 2002, 2003,
;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000,
2001,
2002, 2003,
;; 2004, 2005, 2006 Free Software Foundation, Inc.
;; Author: jka@ece.cmu.edu (Jay K. Adams)
...
...
lisp/kermit.el
View file @
c90f2757
;;; kermit.el --- additions to shell mode for use with kermit
;; Copyright (C) 1988, 2002, 2003, 2004, 2005,
;; Copyright (C) 1988,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Jeff Norden <jeff@colgate.csnet>
...
...
lisp/ledit.el
View file @
c90f2757
;;; ledit.el --- Emacs side of ledit interface
;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
;; Copyright (C) 1985,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/loadhist.el
View file @
c90f2757
;;; loadhist.el --- lisp functions for working with feature groups
;; Copyright (C) 1995, 1998, 2000, 2002, 2003, 2004,
;; Copyright (C) 1995, 1998, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
...
...
lisp/log-edit.el
View file @
c90f2757
;;; log-edit.el --- Major mode for editing CVS commit messages
;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
;; Copyright (C) 1999, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
...
...
lisp/ls-lisp.el
View file @
c90f2757
;;; ls-lisp.el --- emulate insert-directory completely in Emacs Lisp
;; Copyright (C) 1992, 1994, 2000, 2002, 2003, 2004,
;; Copyright (C) 1992, 1994, 2000,
2001,
2002, 2003, 2004,
;; 2005, 2006 Free Software Foundation, Inc.
;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>
...
...
lisp/macros.el
View file @
c90f2757
;;; macros.el --- non-primitive commands for keyboard macros
;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1995, 2002, 2003,
;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1995,
2001,
2002, 2003,
;; 2004, 2005, 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
lisp/makesum.el
View file @
c90f2757
;;; makesum.el --- generate key binding summary for Emacs
;; Copyright (C) 1985, 2002, 2003, 2004, 2005,
;; Copyright (C) 1985,
2001,
2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Maintainer: FSF
...
...
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment