[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/idlwave 286e3e121e 153/360: - Update FSF address.
From: |
ELPA Syncer |
Subject: |
[elpa] externals/idlwave 286e3e121e 153/360: - Update FSF address. |
Date: |
Sun, 28 Apr 2024 00:59:18 -0400 (EDT) |
branch: externals/idlwave
commit 286e3e121e283dad6e12b11966bbdf2764ca43fb
Author: jdsmith <jdsmith>
Commit: jdsmith <jdsmith>
- Update FSF address.
- Added variables to hush compiler.
---
idlw-toolbar.el | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/idlw-toolbar.el b/idlw-toolbar.el
index 9b6f046830..c191846089 100644
--- a/idlw-toolbar.el
+++ b/idlw-toolbar.el
@@ -1,10 +1,11 @@
;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE
-;; Copyright (c) 1999, 2000, 2001,2002,2004 Free Software Foundation
+;; Copyright (c) 1999, 2000, 2001, 2002, 2004
+;; Free Software Foundation
;; Author: Carsten Dominik <dominik@astro.uva.nl>
;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
;; Version: VERSIONTAG
-;; Date: $Date: 2005/05/06 23:08:23 $
+;; Date: $Date: 2006/01/09 19:37:27 $
;; Keywords: processes
;; This file is part of GNU Emacs.
@@ -21,8 +22,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
;;; Commentary:
@@ -43,7 +44,10 @@
(toolbar-make-button-list image)
(list 'image :type 'xpm :data image)))
+(defvar idlwave-toolbar)
(defvar default-toolbar)
+(defvar idlwave-toolbar-is-possible)
+
(if (not (or (and (featurep 'xemacs) ; This is XEmacs
(featurep 'xpm) ; need xpm
(featurep 'toolbar)) ; ... and the toolbar
- [elpa] externals/idlwave bf0448c03f 068/360: - Fixed line-beginning-position for XEmacs., (continued)
- [elpa] externals/idlwave bf0448c03f 068/360: - Fixed line-beginning-position for XEmacs., ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave f3922dcc2d 065/360: Removed helpcode dependency., ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave 9cb83ee993 100/360: - New link format for different HTML contents produced with the IDLv6.0, ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave e932b9811b 097/360: - Support for IDLv6.0, including +=, etc. assignment operators with, ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave c9e8a63c08 113/360: - Improved test for continuing assignments, to reject assignments in, ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave 8a8f690461 117/360: - Add a special face for highlighted disabled breakpoints (gray by default)., ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave a6829e5499 129/360: - Change prompt pattern to accomodate random '\r' in prompt (since OSX, ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave 666b7c8ca0 095/360: - Minor doc header fix., ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave c002a59ac8 149/360: - Change default help location to be relative, help/online_help, for, ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave 06937cda94 134/360: - Note on fsf-compat., ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave 286e3e121e 153/360: - Update FSF address.,
ELPA Syncer <=
- [elpa] externals/idlwave 8c2b4950e6 160/360: - Be more careful about expanding help dir for non-system help., ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave 93e6504404 163/360: - (idlwave-push-mark): Removed obsolete, ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave fa3390f48d 214/360: Added, ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave ba16611ec5 240/360: Use 'with-current-buffer' instead of save-excursion, ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave 971611a29d 203/360: Help details., ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave 869416181d 182/360: Copyright/date, ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave cc8cc7e5bf 225/360: Correct bug in help loc., ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave d3672014de 222/360: Updated dates., ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave ed5c2c4cd1 192/360: Improve error detect regexp for multi-line errors, ELPA Syncer, 2024/04/28
- [elpa] externals/idlwave d845f124b4 246/360: Use argument %s to message/error, ELPA Syncer, 2024/04/28