File: ChangeLog

package info (click to toggle)
xemacs21-packages 2009.02.17.dfsg.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 116,928 kB
  • ctags: 88,975
  • sloc: lisp: 1,232,060; ansic: 16,570; java: 13,514; xml: 6,477; sh: 4,611; makefile: 4,036; asm: 3,007; perl: 839; cpp: 500; ruby: 257; csh: 96; haskell: 93; awk: 49; python: 47
file content (52 lines) | stat: -rw-r--r-- 1,322 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
2003-10-31  Norbert Koch  <viteno@xemacs.org>

	* Makefile (VERSION): XEmacs package 1.02 released.

2003-03-09  Ben Wing  <ben@xemacs.org>

	* Makefile:
	Delete explicit compile:: and binkit: rules.
	Don't add custom-load.elc to the list of generated elc's.

2003-01-13  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>

	* Makefile (VERSION): XEmacs package 1.01 released.

2003-01-05  Ville Skytt  <scop@xemacs.org>

	* Sync with upstream 1.6.8.

	* README: New.
	* rubydb3x.el: New.
	* rubydb3x.el.upstream: New.
	
	* Makefile (PKG_TYPE): Change to regular.
	(REQUIRES): Add debug.
	(ELCS): Add rubydb3x.elc.
	(EXTRA_SOURCES): New, add README.
	* package-info.in (provides): Add rubydb.

2003-01-06  Ville Skytt  <scop@xemacs.org>

	* inf-ruby.el: Make auto-mode and interpreter-mode-alist
	modifications autoload-only.
	* ruby-mode.el: Ditto.

2002-11-29  Ben Wing  <ben@xemacs.org>

	* .cvsignore: Remove files now handled automatically by CVS.
	* Makefile: Use `compile' instead of hard-coded `all'.

2002-10-15  Ville Skytt  <scop@xemacs.org>

	* Makefile (srckit): Remove.

2002-09-25  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>

	* Makefile (VERSION): XEmacs package 1.00 released.

2002-09-18  Ville Skytt  <scop@xemacs.org>

	* Package created, moved Ruby modes from the prog-modes
	package here.