erc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erc-commit] [commit][emacs22] Name the menu "ERC", not "IRC".


From: mwolson
Subject: [Erc-commit] [commit][emacs22] Name the menu "ERC", not "IRC".
Date: Sun, 14 Oct 2007 00:48:26 -0400

commit b067bff547c318f2338212f39ce61d2c123ca4c6
Author: Diane Murray <address@hidden>
Date:   Mon Aug 14 21:49:03 2006 +0000

    Name the menu "ERC", not "IRC".
    
    * erc-menu.el: Updated copyright years.  Removed EmacsWiki URL.
      (erc-menu-definition): Name the menu "ERC" instead of "IRC" to
      avoid confusion with rcirc and other clients.
    git-archimport-id: address@hidden/erc--main--0--patch-43

diff --git a/ChangeLog b/ChangeLog
index 83edaed..89b8f12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-08-14  Diane Murray  <address@hidden>
 
+       * erc-menu.el: Updated copyright years.  Removed EmacsWiki URL.
+       (erc-menu-definition): Name the menu "ERC" instead of "IRC" to
+       avoid confusion with rcirc and other clients.
+
        * erc-backend.el (erc-server-banned): New variable.
        (erc-server-connect): Set `erc-server-banned' to nil.
        (erc-process-sentinel-1): Use `erc-server-reconnect-p'.
diff --git a/erc-menu.el b/erc-menu.el
index 36c28b7..a398e35 100644
--- a/erc-menu.el
+++ b/erc-menu.el
@@ -1,10 +1,9 @@
 ;; erc-menu.el -- Menu-bar definitions for ERC
 
-;; Copyright (C) 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <address@hidden>
 ;; Keywords: comm, processes, menu
-;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcMenu
 
 ;; This file is part of GNU Emacs.
 
@@ -32,7 +31,7 @@
 (require 'easymenu)
 
 (defvar erc-menu-definition
-  (list "IRC"
+  (list "ERC"
        ["Connect to server..." erc-select t]
        ["Disconnect from server..." erc-quit-server erc-server-connected]
        "-"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]