Navigation Menu

Skip to content

Commit

Permalink
v1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
creator committed Jun 6, 2001
1 parent b04a53c commit 53ce7ed
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 22 deletions.
7 changes: 4 additions & 3 deletions HISTORY
@@ -1,5 +1,7 @@
Version ???:
------------
Version 1.32:
-------------

- Nil parent bug fixed. (Jesper)

- New advices for find-file and switch-to-buffer (Klaus).

Expand All @@ -8,7 +10,6 @@ Version ???:
scrolling within java-classes if point goes out of method-definition into
class-definition. Default is an idle time of 0.25 seconds. (Klaus).


Version 1.31:
-------------

Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
Readme for the Emacs Code Browser (ECB) v1.31
Readme for the Emacs Code Browser (ECB) v1.32
---------------------------------------------

About
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES
@@ -1,4 +1,4 @@
This file contains some important release-notes for ECB 1.31
This file contains some important release-notes for ECB 1.32

General:
--------
Expand Down
2 changes: 1 addition & 1 deletion ecb.el
Expand Up @@ -7,7 +7,7 @@
;; Keywords: java, class, browser
;; Created: Jul 2000

(defvar ecb-version "1.31"
(defvar ecb-version "1.32"
"Current ECB version.")

;; This program is free software; you can redistribute it and/or modify it under
Expand Down
4 changes: 2 additions & 2 deletions html/docs.html
@@ -1,4 +1,4 @@
<!-- This file was automatically generated by Emacs 20.7.1 at Thu May 31 23:26:21 2001, do not edit! -->
<!-- This file was automatically generated by Emacs 20.7.1 at Wed Jun 06 23:43:08 2001, do not edit! -->
<html>
<head>
<STYLE>
Expand All @@ -13,7 +13,7 @@
<table width='100%' cellspacing='0' cellpadding='2'>
<tr bgcolor='#304080'><td><font color='#ffffff'><b>Installation and Setup</b></font></td></tr>
<tr bgcolor='#ffffff'><td><font color='#000000'><ol><li>Download and unzip the latest version of ECB.
<li>Put the directory 'ecb-1.31' in your Emacs load path.
<li>Put the directory 'ecb-1.32' in your Emacs load path.
<li>Add "(require 'ecb)" to your .emacs file.
<li>Call "ecb-activate".
<li>Select the '*ECB Directories*' window (usually top-left) and press F2. This will open the customization buffer for ECB.
Expand Down
8 changes: 5 additions & 3 deletions html/download.html
@@ -1,4 +1,4 @@
<!-- This file was automatically generated by Emacs 20.7.1 at Thu May 31 23:26:21 2001, do not edit! -->
<!-- This file was automatically generated by Emacs 20.7.1 at Wed Jun 06 23:43:08 2001, do not edit! -->
<html>
<head>
<STYLE>
Expand All @@ -13,15 +13,17 @@
<table width='100%' cellspacing='0' cellpadding='2'>
<tr bgcolor='#304080'><td><font color='#ffffff'><b>The Latest Version</b></font></td></tr>
<tr bgcolor='#ffffff'><td><font color='#000000'><table>
<tr><td nowrap><img src='bullet.gif' > <a href='http://ftp1.sourceforge.net/ecb/ecb-1.31.zip' target><b>ecb-1.31.zip</b></a></td><td></td></tr>
<tr><td nowrap><img src='bullet.gif' > <a href='http://ftp1.sourceforge.net/ecb/ecb-1.31.tar.gz' target><b>ecb-1.31.tar.gz</b></a></td><td></td></tr>
<tr><td nowrap><img src='bullet.gif' > <a href='http://ftp1.sourceforge.net/ecb/ecb-1.32.zip' target><b>ecb-1.32.zip</b></a></td><td></td></tr>
<tr><td nowrap><img src='bullet.gif' > <a href='http://ftp1.sourceforge.net/ecb/ecb-1.32.tar.gz' target><b>ecb-1.32.tar.gz</b></a></td><td></td></tr>
</table>
</font></td></tr>
</table>
<br>
<table width='100%' cellspacing='0' cellpadding='2'>
<tr bgcolor='#304080'><td><font color='#ffffff'><b>Older Versions</b></font></td></tr>
<tr bgcolor='#ffffff'><td><font color='#000000'><table>
<tr><td nowrap><img src='bullet.gif' > <a href='http://ftp1.sourceforge.net/ecb/ecb-1.31.zip' target><b>ecb-1.31.zip</b></a></td><td></td></tr>
<tr><td nowrap><img src='bullet.gif' > <a href='http://ftp1.sourceforge.net/ecb/ecb-1.31.tar.gz' target><b>ecb-1.31.tar.gz</b></a></td><td></td></tr>
<tr><td nowrap><img src='bullet.gif' > <a href='http://ftp1.sourceforge.net/ecb/ecb-1.30.zip' target><b>ecb-1.30.zip</b></a></td><td></td></tr>
<tr><td nowrap><img src='bullet.gif' > <a href='http://ftp1.sourceforge.net/ecb/ecb-1.30.tar.gz' target><b>ecb-1.30.tar.gz</b></a></td><td></td></tr>
<tr><td nowrap><img src='bullet.gif' > <a href='http://ftp1.sourceforge.net/ecb/ecb-1.20.zip' target><b>ecb-1.20.zip</b></a></td><td></td></tr>
Expand Down
2 changes: 2 additions & 0 deletions html/ecb-html.el
Expand Up @@ -324,6 +324,8 @@
(h-bullet-link-list
ecb-bullet
(list
(list (concat ecb-download-url "ecb-1.31.zip") "ecb-1.31.zip")
(list (concat ecb-download-url "ecb-1.31.tar.gz") "ecb-1.31.tar.gz")
(list (concat ecb-download-url "ecb-1.30.zip") "ecb-1.30.zip")
(list (concat ecb-download-url "ecb-1.30.tar.gz") "ecb-1.30.tar.gz")
(list (concat ecb-download-url "ecb-1.20.zip") "ecb-1.20.zip")
Expand Down
2 changes: 1 addition & 1 deletion html/faq.html
@@ -1,4 +1,4 @@
<!-- This file was automatically generated by Emacs 20.7.1 at Thu May 31 23:26:21 2001, do not edit! -->
<!-- This file was automatically generated by Emacs 20.7.1 at Wed Jun 06 23:43:08 2001, do not edit! -->
<html>
<head>
<STYLE>
Expand Down
2 changes: 1 addition & 1 deletion html/javabrowser.html
@@ -1,4 +1,4 @@
<!-- This file was automatically generated by Emacs 20.7.1 at Thu May 31 23:26:21 2001, do not edit! -->
<!-- This file was automatically generated by Emacs 20.7.1 at Wed Jun 06 23:43:08 2001, do not edit! -->
<html>
<head>
<STYLE>
Expand Down
2 changes: 1 addition & 1 deletion html/links.html
@@ -1,4 +1,4 @@
<!-- This file was automatically generated by Emacs 20.7.1 at Thu May 31 23:26:21 2001, do not edit! -->
<!-- This file was automatically generated by Emacs 20.7.1 at Wed Jun 06 23:43:08 2001, do not edit! -->
<html>
<head>
<STYLE>
Expand Down
2 changes: 1 addition & 1 deletion html/logo.html
@@ -1,4 +1,4 @@
<!-- This file was automatically generated by Emacs 20.7.1 at Thu May 31 23:26:21 2001, do not edit! -->
<!-- This file was automatically generated by Emacs 20.7.1 at Wed Jun 06 23:43:08 2001, do not edit! -->
<html>
<head>
<STYLE>
Expand Down
2 changes: 1 addition & 1 deletion html/main.html
@@ -1,4 +1,4 @@
<!-- This file was automatically generated by Emacs 20.7.1 at Thu May 31 23:26:21 2001, do not edit! -->
<!-- This file was automatically generated by Emacs 20.7.1 at Wed Jun 06 23:43:08 2001, do not edit! -->
<html>
<head>
<STYLE>
Expand Down
2 changes: 1 addition & 1 deletion html/menu.html
@@ -1,4 +1,4 @@
<!-- This file was automatically generated by Emacs 20.7.1 at Thu May 31 23:26:21 2001, do not edit! -->
<!-- This file was automatically generated by Emacs 20.7.1 at Wed Jun 06 23:43:08 2001, do not edit! -->
<html>
<head>
<STYLE>
Expand Down
2 changes: 1 addition & 1 deletion html/screenshots.html
@@ -1,4 +1,4 @@
<!-- This file was automatically generated by Emacs 20.7.1 at Thu May 31 23:26:21 2001, do not edit! -->
<!-- This file was automatically generated by Emacs 20.7.1 at Wed Jun 06 23:43:08 2001, do not edit! -->
<html>
<head>
<STYLE>
Expand Down
6 changes: 3 additions & 3 deletions html/top.html
@@ -1,4 +1,4 @@
<!-- This file was automatically generated by Emacs 20.7.1 at Thu May 31 23:26:21 2001, do not edit! -->
<!-- This file was automatically generated by Emacs 20.7.1 at Wed Jun 06 23:43:08 2001, do not edit! -->
<html>
<head>
<STYLE>
Expand All @@ -11,8 +11,8 @@

<body bgcolor='#cfcfff' topmargin='0' margiwidth='0' marginheight='0' link='#0000bb' vlink='#004040' alink='#00a000'>
<table>
<tr><td nowrap width='100%'><font size='5'><b>Emacs Code Browser</b></font></td><td nowrap><a href='mailto:mayhem@home.se'><img src='mail.gif' border='0'></a></td><td nowrap><b>Updated: </b>2001-05-31</td><td nowrap><b>Latest version: </b></td><td nowrap><img src='bullet.gif' > <a href='http://ftp1.sourceforge.net/ecb/ecb-1.31.zip'><b>ecb-1.31.zip</b></a><br>
<img src='bullet.gif' > <a href='http://ftp1.sourceforge.net/ecb/ecb-1.31.tar.gz'><b>ecb-1.31.tar.gz</b></a></td><td nowrap><b>Hosted by: </b></td><td nowrap><a href='http://sourceforge.net/projects/ecb' target='_top'><img src='http://sourceforge.net/sflogo.php?group_id=17484&type=1' width='88' height='31' border='0' alt='SourceForge Logo'></a></td></tr>
<tr><td nowrap width='100%'><font size='5'><b>Emacs Code Browser</b></font></td><td nowrap><a href='mailto:mayhem@home.se'><img src='mail.gif' border='0'></a></td><td nowrap><b>Updated: </b>2001-06-06</td><td nowrap><b>Latest version: </b></td><td nowrap><img src='bullet.gif' > <a href='http://ftp1.sourceforge.net/ecb/ecb-1.32.zip'><b>ecb-1.32.zip</b></a><br>
<img src='bullet.gif' > <a href='http://ftp1.sourceforge.net/ecb/ecb-1.32.tar.gz'><b>ecb-1.32.tar.gz</b></a></td><td nowrap><b>Hosted by: </b></td><td nowrap><a href='http://sourceforge.net/projects/ecb' target='_top'><img src='http://sourceforge.net/sflogo.php?group_id=17484&type=1' width='88' height='31' border='0' alt='SourceForge Logo'></a></td></tr>
</table>

</body>
Expand Down
2 changes: 1 addition & 1 deletion make_release.sh
Expand Up @@ -6,7 +6,7 @@
# $Id$

set files="*.el HISTORY Makefile make.bat README RELEASE_NOTES"
set version="1.31"
set version="1.32"

set name=ecb-$version
set release_dir=releases
Expand Down

0 comments on commit 53ce7ed

Please sign in to comment.