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
d91362c9
Commit
d91362c9
authored
Feb 10, 2006
by
Nick Roberts
Browse files
Update copyright for 2006.
parent
cbd488c4
Changes
74
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
38 additions
and
34 deletions
+38
-34
lisp/progmodes/ada-prj.el
lisp/progmodes/ada-prj.el
+1
-1
lisp/progmodes/ada-stmt.el
lisp/progmodes/ada-stmt.el
+1
-1
lisp/progmodes/ada-xref.el
lisp/progmodes/ada-xref.el
+1
-1
lisp/progmodes/antlr-mode.el
lisp/progmodes/antlr-mode.el
+1
-1
lisp/progmodes/asm-mode.el
lisp/progmodes/asm-mode.el
+1
-1
lisp/progmodes/autoconf.el
lisp/progmodes/autoconf.el
+1
-1
lisp/progmodes/cc-align.el
lisp/progmodes/cc-align.el
+2
-1
lisp/progmodes/cc-awk.el
lisp/progmodes/cc-awk.el
+2
-2
lisp/progmodes/cc-bytecomp.el
lisp/progmodes/cc-bytecomp.el
+2
-2
lisp/progmodes/cc-cmds.el
lisp/progmodes/cc-cmds.el
+2
-2
lisp/progmodes/cc-compat.el
lisp/progmodes/cc-compat.el
+2
-2
lisp/progmodes/cc-defs.el
lisp/progmodes/cc-defs.el
+2
-2
lisp/progmodes/cc-engine.el
lisp/progmodes/cc-engine.el
+2
-2
lisp/progmodes/cc-fonts.el
lisp/progmodes/cc-fonts.el
+1
-1
lisp/progmodes/cc-langs.el
lisp/progmodes/cc-langs.el
+8
-5
lisp/progmodes/cc-menus.el
lisp/progmodes/cc-menus.el
+2
-2
lisp/progmodes/cc-mode.el
lisp/progmodes/cc-mode.el
+2
-2
lisp/progmodes/cc-styles.el
lisp/progmodes/cc-styles.el
+2
-2
lisp/progmodes/cc-subword.el
lisp/progmodes/cc-subword.el
+1
-1
lisp/progmodes/cc-vars.el
lisp/progmodes/cc-vars.el
+2
-2
No files found.
lisp/progmodes/ada-prj.el
View file @
d91362c9
;;; ada-prj.el --- easy editing of project files for the ada-mode
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
, 2006
;; Free Software Foundation, Inc.
;; Author: Emmanuel Briot <briot@gnat.com>
...
...
lisp/progmodes/ada-stmt.el
View file @
d91362c9
;;; ada-stmt.el --- an extension to Ada mode for inserting statement templates
;; Copyright(C) 1987, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
;; 2003, 2004, 2005 Free Software Foundation, Inc.
;; 2003, 2004, 2005
, 2006
Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
lisp/progmodes/ada-xref.el
View file @
d91362c9
;;; ada-xref.el --- for lookup and completion in Ada mode
;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
;; 2004, 2005 Free Software Foundation, Inc.
;; 2004, 2005
, 2006
Free Software Foundation, Inc.
;; Author: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
;; Rolf Ebert <ebert@inf.enst.fr>
...
...
lisp/progmodes/antlr-mode.el
View file @
d91362c9
;;; antlr-mode.el --- major mode for ANTLR grammar files
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
, 2006
;; Free Software Foundation, Inc.
;;
;; Author: Christoph.Wedler@sap.com
...
...
lisp/progmodes/asm-mode.el
View file @
d91362c9
;;; asm-mode.el --- mode for editing assembler code
;; Copyright (C) 1991, 2001, 2002, 2003, 2004, 2005
;; Copyright (C) 1991, 2001, 2002, 2003, 2004, 2005
, 2006
;; Free Software Foundation, Inc.
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
...
...
lisp/progmodes/autoconf.el
View file @
d91362c9
;;; autoconf.el --- mode for editing Autoconf configure.in files
;; Copyright (C) 2000, 2001, 2002 2003, 2004, 2005
;; Copyright (C) 2000, 2001, 2002 2003, 2004, 2005
, 2006
;; Free Software Foundation, Inc.
;; Author: Dave Love <fx@gnu.org>
...
...
lisp/progmodes/cc-align.el
View file @
d91362c9
;;; cc-align.el --- custom indentation functions for CC Mode
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005, 2006
;; Free Software Foundation, Inc.
;; Authors: 1998- Martin Stjernholm
;; 1992-1999 Barry A. Warsaw
...
...
lisp/progmodes/cc-awk.el
View file @
d91362c9
;;; cc-awk.el --- AWK specific code within cc-mode.
;; Copyright (C) 1988,94,96,2000, 2001, 2002, 2003, 2004, 2005
Free
;; Software Foundation, Inc.
;; Copyright (C) 1988,94,96,2000, 2001, 2002, 2003, 2004, 2005
, 2006
;;
Free
Software Foundation, Inc.
;; Author: Alan Mackenzie <acm@muc.de> (originally based on awk-mode.el)
;; Maintainer: FSF
...
...
lisp/progmodes/cc-bytecomp.el
View file @
d91362c9
;;; cc-bytecomp.el --- compile time setup for proper compilation
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation,
;; Inc.
;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
, 2006
;;
Free Software Foundation,
Inc.
;; Author: Martin Stjernholm
;; Maintainer: bug-cc-mode@gnu.org
...
...
lisp/progmodes/cc-cmds.el
View file @
d91362c9
;;; cc-cmds.el --- user level commands for CC Mode
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
Free Software Foundation,
;; Inc.
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
, 2006
;;
Free Software Foundation,
Inc.
;; Authors: 1998- Martin Stjernholm
;; 1992-1999 Barry A. Warsaw
...
...
lisp/progmodes/cc-compat.el
View file @
d91362c9
;;; cc-compat.el --- cc-mode compatibility with c-mode.el confusion
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
Free Software Foundation,
;; Inc.
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
, 2006
;;
Free Software Foundation,
Inc.
;; Authors: 1998- Martin Stjernholm
;; 1994-1999 Barry A. Warsaw
...
...
lisp/progmodes/cc-defs.el
View file @
d91362c9
;;; cc-defs.el --- compile time definitions for CC Mode
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
Free Software Foundation,
;; Inc.
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
, 2006
;;
Free Software Foundation,
Inc.
;; Authors: 1998- Martin Stjernholm
;; 1992-1999 Barry A. Warsaw
...
...
lisp/progmodes/cc-engine.el
View file @
d91362c9
;;; cc-engine.el --- core syntax guessing engine for CC mode
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
Free Software Foundation,
;; Inc.
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
, 2006
;;
Free Software Foundation,
Inc.
;; Authors: 1998- Martin Stjernholm
;; 1992-1999 Barry A. Warsaw
...
...
lisp/progmodes/cc-fonts.el
View file @
d91362c9
;;; cc-fonts.el --- font lock support for CC Mode
;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 2002, 2003, 2004, 2005
, 2006
Free Software Foundation, Inc.
;; Authors: 2003- Alan Mackenzie
;; 2002- Martin Stjernholm
...
...
lisp/progmodes/cc-langs.el
View file @
d91362c9
;;; cc-langs.el --- language specific settings for CC Mode
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
Free Software Foundation,
;; Inc.
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
, 2006
;;
Free Software Foundation,
Inc.
;; Authors: 1998- Martin Stjernholm
;; 1992-1999 Barry A. Warsaw
...
...
@@ -258,9 +258,12 @@ the evaluated constant value at compile time."
(
c-fn-region-is-active-p
)
]
))
"----"
(
"Toggle..."
[
"Syntactic indentation"
c-toggle-syntactic-indentation
t]
[
"Auto newline"
c-toggle-auto-newline
t]
[
"Hungry delete"
c-toggle-hungry-state
t]
)))
[
"Syntactic indentation"
c-toggle-syntactic-indentation
:style
toggle
:selected
c-syntactic-indentation]
[
"Auto newline"
c-toggle-auto-newline
:style
toggle
:selected
c-auto-newline]
[
"Hungry delete"
c-toggle-hungry-state
:style
toggle
:selected
c-hungry-delete-key]
)))
;;; Syntax tables.
...
...
lisp/progmodes/cc-menus.el
View file @
d91362c9
;;; cc-menus.el --- imenu support for CC Mode
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
Free Software Foundation,
;; Inc.
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
, 2006
;;
Free Software Foundation,
Inc.
;; Authors: 1998- Martin Stjernholm
;; 1992-1999 Barry A. Warsaw
...
...
lisp/progmodes/cc-mode.el
View file @
d91362c9
;;; cc-mode.el --- major mode for editing C and similar languages
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
Free Software Foundation,
;; Inc.
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
, 2006
;;
Free Software Foundation,
Inc.
;; Authors: 2003- Alan Mackenzie
;; 1998- Martin Stjernholm
...
...
lisp/progmodes/cc-styles.el
View file @
d91362c9
;;; cc-styles.el --- support for styles in CC Mode
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
Free Software Foundation,
;; Inc.
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
, 2006
;;
Free Software Foundation,
Inc.
;; Authors: 1998- Martin Stjernholm
;; 1992-1999 Barry A. Warsaw
...
...
lisp/progmodes/cc-subword.el
View file @
d91362c9
;;; cc-subword.el --- Handling capitalized subwords in a nomenclature
;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 2004, 2005
, 2006
Free Software Foundation, Inc.
;; Author: Masatake YAMATO
...
...
lisp/progmodes/cc-vars.el
View file @
d91362c9
;;; cc-vars.el --- user customization variables for CC Mode
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
Free Software
;; Foundation, Inc.
;; Copyright (C) 1985,1987,1992-2003, 2004, 2005
, 2006
;;
Free Software
Foundation, Inc.
;; Authors: 1998- Martin Stjernholm
;; 1992-1999 Barry A. Warsaw
...
...
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