aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2002-03-07 11:30:36 +0000
committerGerd Moellmann <[email protected]>2002-03-07 11:30:36 +0000
commit52db9321f65efb16ecf11a03170cddeda54df284 (patch)
tree440d60f21d3611bc4364c4a0157affdc5d42e74f
parent5bc2ca836272fd5db7ff407d57a0268801d58bde (diff)
Add 2002 to the copyright years.
-rw-r--r--lisp/ChangeLog10
-rw-r--r--lisp/progmodes/ebrowse.el2
2 files changed, 9 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4e187bbf54..7b49821640 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2002-03-07 Gerd Moellmann <[email protected]>
+
+ * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
+ Use the other-window instead of the other-frame functions when
+ the window is dedicated.
+
2002-03-06 ShengHuo ZHU <[email protected]>
* textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
@@ -9,7 +15,7 @@
name does not contain characters that are invalid for DOS/Windows
filesystems.
- * dos-fns.el, w32-fns.el: (make-auto-save-file-name):
+ * dos-fns.el, w32-fns.el (make-auto-save-file-name):
Remove replacement functions.
2002-03-06 Gerd Moellmann <[email protected]>
@@ -61,7 +67,7 @@
2002-03-05 Michael Kifer <[email protected]>
- * ediff-init.el: comments.
+ * ediff-init.el: Comments.
* ediff-hook.el: Got rid of autoloads. Not needed, since the hook
is loaded.
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el
index 5d191d8608..796595e5d3 100644
--- a/lisp/progmodes/ebrowse.el
+++ b/lisp/progmodes/ebrowse.el
@@ -1,6 +1,6 @@
;;; ebrowse.el --- Emacs C++ class browser & tags facility
-;; Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000, 2001
+;; Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002
;; Free Software Foundation Inc.
;; Author: Gerd Moellmann <[email protected]>