comparison lisp/ChangeLog @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 30d2cfa1092a
children 1d62742628b6
comparison
equal deleted inserted replaced
366:83d76f480a59 367:a4f53d9b3154
1 2001-01-07 XEmacs Build Bot <builds@cvs.xemacs.org>
2
3 * XEmacs 21.1.13 is released
4
5 2000-12-08 Adrian Aichner <adrian@xemacs.org>
6
7 * simple.el (indent-for-comment): Preserve indentation of comments
8 starting in column 0, as documented in (Info-goto-node
9 "(xemacs)Comments"). Update docstring accordingly.
10 * simple.el (kill-comment): Typo fix.
11
12 2000-12-16 Stephen J. Turnbull <stephen@xemacs.org>
13
14 * mule/mule-coding.el: Reorder coding priority list. Works around
15 crash in ISO-lock coding system reported by M. Fabian.
16
17 2000-12-04 Didier Verna <didier@xemacs.org>
18
19 * mouse.el (default-mouse-track-set-point-in-window): remove
20 spurious '+' operation detected by Martin.
21
22 2000-12-01 Martin Bucholz <martin@xemacs.org>
23
24 * cl-extra.el (coerce):
25 Implement char to integer coercion.
26 Remove extraneous (numberp) test.
27
28 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
29
30 * cus-face.el: Typo fixes and tiny clarifications.
31
32 2000-10-24 Didier Verna <didier@xemacs.org>
33
34 * info.el (Info-emacs-info-file-name): defconst it.
35 * info.el (Info-footnote-tag): defcustom it.
36 * info.el (Info-no-description-string): ditto.
37 * info.el (Info-find-node): adapt to new semantics of
38 'Info-suffixed-file (don't do the case variants stuff).
39 * info.el (Info-insert-dir): rewrite the dir file variants code.
40 * info.el (Info-directory-files): New. Return the list of info
41 files in a directory.
42 * info.el (Info-dir-outdated-p): use it.
43 * info.el (Info-parse-dir-entries): ditto.
44 * info.el (Info-build-dir-anew): don't restrict to files ending
45 with a ".info.*" extension.
46 * info.el (Info-set-mode-line): ditto.
47 * info.el (Info-read-subfile): adapt to new semantics of
48 'Info-suffixed-file (append 'exact argument).
49 * info.el (Info-all-case-regexp): New. Return a regexp matching a
50 string independently of the case.
51 * info.el (Info-suffixed-file): use it (match all possible case
52 for the file name).
53 * info.el (Info-insert-file-contents): code cleanup.
54 * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
55 columns.
56 * info.el (Info-batch-rebuild-dir): ditto.
57 * info.el (Info-search): ditto.
58 * info.el (Info-fontify-node): ditto.
59
60 2000-12-03 Jorma Laaksonen <jorma.laaksonen@hut.fi>
61
62 * package-admin.el: Allow package removal from
63 early-package-load-path.
64
65 2000-10-16 Yoshiki Hayashi <yoshiki@xemacs.org>
66
67 * byte-optimize.el (byte-after-unbind-pos): Remove byte-equal.
68
69 2000-10-26 Yoshiki Hayashi <yoshiki@xemacs.org>
70
71 * startup.el (normal-top-level): Set up auto-save-list-file-name
72 iff auto-save-list-prefix is non-nil.
73
74 2000-04-18 Hrvoje Niksic <hniksic@iskon.hr>
75
76 * code-files.el (convert-mbox-coding-system): Deleted.
77 (file-coding-system-alist): Removed reference to
78 convert-mbox-coding-system.
79
80 1999-10-29 Hrvoje Niksic <hniksic@iskon.hr>
81
82 * font-lock.el (font-lock-lisp-like): New function.
83 (font-lock-fontify-syntactically-region): Use it.
84
85 2000-10-11 Martin Buchholz <martin@xemacs.org>
86
87 * simple.el (turn-on-auto-fill): Add (interactive).
88 * mwheel.el (mwheel-install): Add (interactive).
89 * font-lock.el (turn-on-font-lock): Add (interactive).
90 (turn-off-font-lock): Add (interactive).
91
92 2000-10-08 Adrian Aichner <adrian@xemacs.org>
93
94 * wid-edit.el (widget-specify-active): map over extents in current
95 buffer like `widget-specify-inactive' does. Mapping over the
96 inactive extent object does not work since the current extent is
97 ignored by `map-extents'.
98
99 1999-06-02 Oscar Figueiredo <oscar@xemacs.org>
100
101 * subr.el (split-string): Avoid infinite looping
102
103 2000-10-12 Daniel Pittman <daniel@rimspace.net>
104
105 * simple.el (do-auto-fill): Use the function pointer to by
106 `comment-line-break-function', not `indent-new-comment-line'. This
107 fixes an issue with cc-mode comment continuation.
108
109 2000-11-18 Stephen Carney <carney@scubadoo.com>
110
111 * etags.el: Prevent tag-search from going compute-bound.
112
113 2000-09-19 Martin Buchholz <martin@xemacs.org>
114
115 * easymenu.el: doc fixes.
116 (easy-menu-do-define): Use backquote.
117 (easy-menu-change):
118 (easy-menu-add):
119 `when' seems much clearer than `if' here.
120 (easy-menu-remove):
121 (easy-menu-add-item):
122 (easy-menu-item-present-p):
123 (easy-menu-remove-item):
124 Wrap using (when (featurep 'menubar) ...)
125
126 2000-09-12 Martin Buchholz <martin@xemacs.org>
127
128 * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
129 Renamed from `byte-compile-file-form-defvar'.
130 * bytecomp.el (byte-compile-defvar-or-defconst):
131 Only cons onto current-load-list in top-level forms.
132 Else this leaks a cons cell every time a defun is called.
133 Renamed from `byte-compile-defvar', for clarity.
134 Warn when docstring of defvar is not a string.
135 Use consistent error messages.
136 Better comments.
137
138 2000-09-11 Martin Buchholz <martin@xemacs.org>
139
140 * cl-macs.el (cl-do-proclaim):
141 Fix (declare (special ...)) warning suppression syntax.
142
143 2000-08-22 Stephen J. Turnbull <stephen@xemacs.org>
144
145 * mule/mule-init.el (auto-language-alist): Distinguish zh_CN, zh_TW.
146
1 2000-08-04 XEmacs Build Bot <builds@cvs.xemacs.org> 147 2000-08-04 XEmacs Build Bot <builds@cvs.xemacs.org>
2 148
3 * XEmacs 21.1.12 is released 149 * XEmacs 21.1.12 is released
4 150
5 2000-08-02 Martin Buchholz <martin@xemacs.org> 151 2000-08-02 Martin Buchholz <martin@xemacs.org>
1152 directory. Does completion on available packages when 1298 directory. Does completion on available packages when
1153 querying for package names. Will also search for .tgz files 1299 querying for package names. Will also search for .tgz files
1154 in addition for .tar.gz files. Tries to reload 1300 in addition for .tar.gz files. Tries to reload
1155 auto-autoloads, as a convenience when loading new packages, 1301 auto-autoloads, as a convenience when loading new packages,
1156 and also tries to add any new package paths to `load-path'. 1302 and also tries to add any new package paths to `load-path'.
1157 Changed all occurences of `concat' to use `expand-file-name'. 1303 Changed all occurrences of `concat' to use `expand-file-name'.
1158 1304
1159 * package-ui.el: New file which implements the main visual 1305 * package-ui.el: New file which implements the main visual
1160 package browser/installer, which is started via a menu pick or 1306 package browser/installer, which is started via a menu pick or
1161 M-x pui-list packages. 1307 M-x pui-list packages.
1162 1308
1398 1544
1399 * about.el: Tweaked my entry in about-hackers. 1545 * about.el: Tweaked my entry in about-hackers.
1400 1546
1401 * find-paths.el (paths-emacs-root-p): 1547 * find-paths.el (paths-emacs-root-p):
1402 Relaxed emacs-root checking of an in-place installation to 1548 Relaxed emacs-root checking of an in-place installation to
1403 also accomodate the flat layout used on MS Windows. 1549 also accommodate the flat layout used on MS Windows.
1404 1550
1405 1998-06-29 John Jones <jj@asu.edu> 1551 1998-06-29 John Jones <jj@asu.edu>
1406 1552
1407 * package-get.el: calls to package-get-update-all will only 1553 * package-get.el: calls to package-get-update-all will only
1408 update packages which are already installed. 1554 update packages which are already installed.
2727 * setup-paths.el: Changed `directory-sep-char' to 2873 * setup-paths.el: Changed `directory-sep-char' to
2728 `path-separator', following a change in GNU Emacs. 2874 `path-separator', following a change in GNU Emacs.
2729 2875
2730 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> 2876 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
2731 2877
2732 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour 2878 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behavior
2733 (Info-build-dir-anew): Add a final newline. 2879 (Info-build-dir-anew): Add a final newline.
2734 (Info-build-dir-anew): Do not issue warning when rebuilding policy 2880 (Info-build-dir-anew): Do not issue warning when rebuilding policy
2735 is `always' 2881 is `always'
2736 (Info-rebuild-dir): Ditto 2882 (Info-rebuild-dir): Ditto
2737 2883
4108 4254
4109 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru> 4255 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
4110 4256
4111 * dumped-lisp.el: x-menubar.el dumped along with mswindows native 4257 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
4112 GUI XEmacs. Rename? x-menubar is rather window system 4258 GUI XEmacs. Rename? x-menubar is rather window system
4113 independant, except for a couple of items. 4259 independent, except for a couple of items.
4114 4260
4115 1997-12-26 SL Baur <steve@altair.xemacs.org> 4261 1997-12-26 SL Baur <steve@altair.xemacs.org>
4116 4262
4117 * x-menubar.el (default-menubar): Remove hyperbole and oobr 4263 * x-menubar.el (default-menubar): Remove hyperbole and oobr
4118 entries as they will no longer be distributed with XEmacs. 4264 entries as they will no longer be distributed with XEmacs.