Initial Commit
[packages] / xemacs-packages / mmm-mode / ChangeLog
1 2014-05-15  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 1.08 released.
4
5 2014-05-15  Norbert Koch  <viteno@xemacs.org>
6
7         * Makefile (VERSION): XEmacs package 1.07 released.
8
9 2014-05-13  Jerry James  <james@xemacs.org>
10
11         * .cvsignore: Remove.
12         * .hgignore: New file.
13         * *.el: Restore CVS keyword expansions.
14         * mkinstalldirs: Ditto.
15         * mmm.texinfo: Update for texinfo 5.x.
16
17 2012-01-10  Norbert Koch  <viteno@xemacs.org>
18
19         * Makefile (VERSION): XEmacs package 1.06 released.
20
21 2011-12-01  Didier Verna  <didier@xemacs.org>
22
23         * mmm-class.el: Add compiler magic so code using
24         multiple-value-list compiled on 21.4 works on 21.5.
25
26 2011-12-01  Didier Verna  <didier@xemacs.org>
27
28         * mmm-class.el (mmm-ify): Fix infinite loop in mmm-ify introduced
29         by revision f9f3c7b63268 (2010-02-07  Aidan Kehoe
30         <kehoea@parhasard.net> below). Re-incorporate the call to
31         mmm-match-region in the loop).
32
33 2010-02-09  Norbert Koch  <viteno@xemacs.org>
34
35         * Makefile (VERSION): XEmacs package 1.05 released.
36
37 2010-02-07  Aidan Kehoe  <kehoea@parhasard.net>
38
39         * mmm-class.el: Add compiler magic so code using multiple values
40         compiled on 21.4 works on 21.5.
41         (mmm-ify): Call #'multiple-value-bind here instead of assuming
42         #'values always returns a list; thanks for the bug report, Marcus.
43
44 2009-08-14  Norbert Koch  <viteno@xemacs.org>
45
46         * Makefile (VERSION): XEmacs package 1.04 released.
47
48 2009-08-13  Aidan Kehoe  <kehoea@parhasard.net>
49
50         * mmm-cmds.el:
51         * mmm-cmds.el (mmm-destructuring-bind): New.
52         Macro that corresponds to `destructuring-bind', but that does not
53         error if the structures do not match. 
54         * mmm-cmds.el (mmm-insert-by-key):
55         Use it, instead of `multiple-value-bind', to avoid unwanted
56         interactions with actual working multiple-value implementations. 
57
58 2008-12-27  Norbert Koch  <viteno@xemacs.org>
59
60         * Makefile (VERSION): XEmacs package 1.03 released.
61
62 2008-11-15  Marcus Harnisch  <marcus.harnisch@gmx.net>
63
64         * Makefile (MAINTAINER): New maintainer
65         Marcus Harnisch <marcus.harnisch@gmx.net>
66
67         * Merged changes from upstream version 0.4.8
68
69         * ChangeLog:
70         * ChangeLog-upstream: Split ChangeLog to track upstream changes
71         separately.
72
73 2004-03-02  Norbert Koch  <viteno@xemacs.org>
74
75         * Makefile (VERSION): XEmacs package 1.02 released.
76
77 2004-02-17  Jerry James  <james@xemacs.org>
78
79         * mmm-cmds.el: Define combine-after-change-calls to be progn.
80
81 2003-10-29  Norbert Koch  <viteno@xemacs.org>
82
83         * Makefile (VERSION): XEmacs package 1.01 released.
84
85 2003-10-19  Ville Skyttä  <scop@xemacs.org>
86
87         * mmm-compat.el (mmm-regexp-opt): Alias to regexp-opt
88         according to new, synced regexp-opt interface.
89
90 2003-03-21  Ben Wing  <ben@xemacs.org>
91
92         * .cvsignore: Add entries for mmm*.html.
93
94 2003-03-09  Ben Wing  <ben@xemacs.org>
95
96         * Makefile:
97         Delete explicit compile:: and binkit: rules.
98         Don't add custom-load.elc to the list of generated elc's.
99         Use EXPLICIT_DOCS instead of explicitly giving the targets
100         and dependencies.
101         Use DOCS_TEXINFO_EXTENSION, EXTRA_TEXI_FILES, EXTRA_DOC_FILES.
102
103 2002-11-29  Ben Wing  <ben@xemacs.org>
104
105         * .cvsignore: Remove files now handled automatically by CVS.
106         * Makefile: Use `compile' instead of hard-coded `all'.
107
108 2002-10-15  Ville Skyttä  <scop@xemacs.org>
109
110         * Makefile (srckit): Remove.
111
112 2002-02-24  Steve Youngs  <youngs@xemacs.org>
113
114         * XEmacs package created.