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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
|
2009-01-20 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.13 released.
2009-01-20 Stephen J. Turnbull <stephen@xemacs.org>
* Makefile (MAINTAINER): Skip retired, change to XEmacs Dev Team.
2008-12-01 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.12 released.
* Makefile (VERSION): XEmacs package 1.11 released.
2008-11-28 Skip Montanaro <skip@pobox.com>
* python-mode.el: Sync with latest Launchpad version.
* python-mode.el.upstream: remove.
2008-01-20 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.10 released.
2008-01-17 Skip Montanaro <skip@pobox.com>
* python-mode.el: Replace what's here with the current version
from the python-mode SF project.
* python-mode.el.upstream: Sync with the SF version. In the
future, XEmacs maintainers can update python-mode.el, then I can
diff to see what needs to either move upstream or be retained in
future sync operations.
2007-05-22 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.09 released.
2007-05-09 Jerry James <james@xemacs.org>
* pydoc.el (pydoc-kill-async-output): Revert the previous change
as part of reverting comint/shell.
2006-05-25 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.08 released.
2006-05-16 Jerry James <james@xemacs.org>
* pydoc.el (pydoc-kill-async-output): Change the obsolete
comint-kill-output to comint-delete-output.
2005-12-19 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.07 released.
2005-12-10 Ville Skytt <scop@xemacs.org>
* pydoc.el (pydoc-initialize): Make python search for
pydoc_lisp.py* from the package data dir.
* Makefile (DATA_FILES): New, add pydoc_lisp.py.
(DATA_DEST): New, set to $(PACKAGE).
(EXTRA_SOURCES): Remove pydoc_lisp.py.
2004-04-13 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.06 released.
2004-03-25 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.05 released.
* Makefile (REQUIRES): edit-utils and fsf-compat are necessary
to build the package after the update to the current version of
python-mode.el.
2004-02-16 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.04 released.
2003-10-31 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.03 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.02 released.
2003-01-06 Ville Skytt <scop@xemacs.org>
* python-mode.el: Make auto-mode and interpreter-mode-alist
entries autoload-only.
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-10-07 Rendhalver [Peter Brown] <rendhalver@xemacs.org>
* Makefile (VERSION): XEmacs package 1.01 released.
2002-09-30 Ville Skytt <scop@xemacs.org>
* python-mode.el: Add autoloaded auto-mode-alist and
interpreter-mode-alist associations.
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 pydoc and python-mode from the
prog-modes package here.
|