]> git.eshelyaron.com Git - emacs.git/commitdiff
Add 2002 to the copyright years.
authorGerd Moellmann <gerd@gnu.org>
Thu, 7 Mar 2002 11:30:36 +0000 (11:30 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 7 Mar 2002 11:30:36 +0000 (11:30 +0000)
lisp/ChangeLog
lisp/progmodes/ebrowse.el

index 4e187bbf54503333370fe5aa273d0e036aab31ba..7b49821640d633e4cb8a8fa48dc41bbd88226bd3 100644 (file)
@@ -1,3 +1,9 @@
+2002-03-07  Gerd Moellmann  <gerd@gnu.org>
+
+       * 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  <zsh@cs.rochester.edu>
 
        * 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  <gerd@gnu.org>
@@ -61,7 +67,7 @@
 
 2002-03-05  Michael Kifer  <kifer@cs.stonybrook.edu>
 
-       * ediff-init.el: comments.
+       * ediff-init.el: Comments.
 
        * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
        is loaded.
index 5d191d86082b8d199eb239740def8df2a0015dda..796595e5d393b0d049ad6e632115499132e5853e 100644 (file)
@@ -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 <gerd@gnu.org>