Initial Commit
[packages] / xemacs-packages / python-modes / ChangeLog
1 2014-05-15  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 1.16 released.
4
5 2014-05-15  Norbert Koch  <viteno@xemacs.org>
6
7         * Makefile (VERSION): XEmacs package 1.15 released.
8
9 2014-05-13  Jerry James  <james@xemacs.org>
10
11         * .cvsignore: Remove.
12         * .hgignore: New file.
13         * pydoc.el.upstream: Restore CVS keyword expansions.
14
15 2011-12-23  Vin Shelton  <acs@xemacs.org>
16
17         * pydoc.el (string-lessp): Set $Revision to the most recent CVS
18         revision number.
19
20 2009-09-30  Norbert Koch  <viteno@xemacs.org>
21
22         * Makefile (VERSION): XEmacs package 1.14 released.
23
24 2009-09-29  Andreas Roehler  <andreas.roehler@online.de>
25
26         * python-mode.el: add python-mode-hooks
27         beginning-of-defun-function, end-of-defun-function
28
29 2009-09-29  Andreas Roehler  <andreas.roehler@online.de>
30
31         * python-mode.el: hs-minor-mode support added
32         new variables py-hide-show-keywords, py-hide-show-hide-docstrings
33
34 2009-01-20  Norbert Koch  <viteno@xemacs.org>
35
36         * Makefile (VERSION): XEmacs package 1.13 released.
37
38 2009-01-20  Stephen J. Turnbull  <stephen@xemacs.org>
39
40         * Makefile (MAINTAINER): Skip retired, change to XEmacs Dev Team.
41
42 2008-12-01  Norbert Koch  <viteno@xemacs.org>
43
44         * Makefile (VERSION): XEmacs package 1.12 released.
45
46         * Makefile (VERSION): XEmacs package 1.11 released.
47
48 2008-11-28  Skip Montanaro  <skip@pobox.com>
49
50         * python-mode.el: Sync with latest Launchpad version.
51         * python-mode.el.upstream: remove.
52         
53 2008-01-20  Norbert Koch  <viteno@xemacs.org>
54
55         * Makefile (VERSION): XEmacs package 1.10 released.
56
57 2008-01-17  Skip Montanaro  <skip@pobox.com>
58
59         * python-mode.el: Replace what's here with the current version
60         from the python-mode SF project.
61         * python-mode.el.upstream: Sync with the SF version.  In the
62         future, XEmacs maintainers can update python-mode.el, then I can
63         diff to see what needs to either move upstream or be retained in
64         future sync operations.
65         
66 2007-05-22  Norbert Koch  <viteno@xemacs.org>
67
68         * Makefile (VERSION): XEmacs package 1.09 released.
69
70 2007-05-09  Jerry James  <james@xemacs.org>
71
72         * pydoc.el (pydoc-kill-async-output): Revert the previous change
73         as part of reverting comint/shell.
74
75 2006-05-25  Norbert Koch  <viteno@xemacs.org>
76
77         * Makefile (VERSION): XEmacs package 1.08 released.
78
79 2006-05-16  Jerry James  <james@xemacs.org>
80
81         * pydoc.el (pydoc-kill-async-output): Change the obsolete
82         comint-kill-output to comint-delete-output.
83
84 2005-12-19  Norbert Koch  <viteno@xemacs.org>
85
86         * Makefile (VERSION): XEmacs package 1.07 released.
87
88 2005-12-10  Ville Skyttä  <scop@xemacs.org>
89
90         * pydoc.el (pydoc-initialize): Make python search for
91         pydoc_lisp.py* from the package data dir.
92
93         * Makefile (DATA_FILES): New, add pydoc_lisp.py.
94         (DATA_DEST): New, set to $(PACKAGE).
95         (EXTRA_SOURCES): Remove pydoc_lisp.py.
96
97 2004-04-13  Norbert Koch  <viteno@xemacs.org>
98
99         * Makefile (VERSION): XEmacs package 1.06 released.
100
101 2004-03-25  Norbert Koch  <viteno@xemacs.org>
102
103         * Makefile (VERSION): XEmacs package 1.05 released.
104
105         * Makefile (REQUIRES): edit-utils and fsf-compat are necessary
106         to build the package after the update to the current version of
107         python-mode.el. 
108
109 2004-02-16  Norbert Koch  <viteno@xemacs.org>
110
111         * Makefile (VERSION): XEmacs package 1.04 released.
112
113 2003-10-31  Norbert Koch  <viteno@xemacs.org>
114
115         * Makefile (VERSION): XEmacs package 1.03 released.
116
117 2003-03-09  Ben Wing  <ben@xemacs.org>
118
119         * Makefile:
120         Delete explicit compile:: and binkit: rules.
121         Don't add custom-load.elc to the list of generated elc's.
122
123 2003-01-13  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
124
125         * Makefile (VERSION): XEmacs package 1.02 released.
126
127 2003-01-06  Ville Skyttä  <scop@xemacs.org>
128
129         * python-mode.el: Make auto-mode and interpreter-mode-alist
130         entries autoload-only.
131
132 2002-11-29  Ben Wing  <ben@xemacs.org>
133
134         * .cvsignore: Remove files now handled automatically by CVS.
135         * Makefile: Use `compile' instead of hard-coded `all'.
136
137 2002-10-15  Ville Skyttä  <scop@xemacs.org>
138
139         * Makefile (srckit): Remove.
140
141 2002-10-07  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
142
143         * Makefile (VERSION): XEmacs package 1.01 released.
144
145 2002-09-30  Ville Skyttä  <scop@xemacs.org>
146
147         * python-mode.el: Add autoloaded auto-mode-alist and
148         interpreter-mode-alist associations.
149
150 2002-09-25  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
151
152         * Makefile (VERSION): XEmacs package 1.00 released.
153
154 2002-09-18  Ville Skyttä  <scop@xemacs.org>
155
156         * Package created, moved pydoc and python-mode from the
157         prog-modes package here.
158