Initial Commit
[packages] / xemacs-packages / text-modes / ChangeLog
1 2014-06-29  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 2.05 released.
4
5 2014-06-29  Norbert Koch  <viteno@xemacs.org>
6
7         * Makefile (VERSION): XEmacs package 2.04 released.
8
9 2014-06-11  Jerry James  <james@xemacs.org>
10
11         * Makefile (ELCS): Add format-spec.elc and realphabetize.
12         * format-spec.el: New file, from Emacs.
13         * xpm-mode.el: Remove spurious executable permissions.
14         * *.xpm: Ditto.
15
16 2014-05-15  Norbert Koch  <viteno@xemacs.org>
17
18         * Makefile (VERSION): XEmacs package 2.03 released.
19
20 2014-05-15  Norbert Koch  <viteno@xemacs.org>
21
22         * Makefile (VERSION): XEmacs package 2.02 released.
23
24 2014-05-13  Jerry James  <james@xemacs.org>
25
26         * .cvsignore: Remove.
27         * .hgignore: New file.
28         * *.el: Restore CVS keyword expansions.
29
30 2012-01-10  Norbert Koch  <viteno@xemacs.org>
31
32         * Makefile (VERSION): XEmacs package 2.01 released.
33
34 2011-12-29  Steven Mitchell  <smitchel@bnin.net>
35
36         * xpm-mode.el: Fix to allow multi-char pixels, fix several parsing
37         assumptions, add custom toolbar, add many image editting functions,
38         introduced multiple tool system, and added alpha layer extension.
39
40 2011-12-22  Vin Shelton  <acs@xemacs.org>
41
42         * folding.el (folding-version):  Set $Revision to the most recent
43         CVS revision number.
44
45 2010-10-19  Norbert Koch  <viteno@xemacs.org>
46
47         * Makefile (VERSION): XEmacs package 2.00 released.
48
49 2010-10-19  Marcus Harnisch  <marcus.harnisch@xemacs.org>
50
51         * htmlize.el (htmlize-buffer-1): Must setq plist after plist-put.
52
53 2010-09-06  Norbert Koch  viteno@xemacs.org
54
55         * Makefile (VERSION): XEmacs package 1.99 released.
56
57 2010-09-03  Aidan Kehoe  <kehoea@parhasard.net>
58
59         * po-mode.el (po-mode-map):
60         Oops, the Lisp reader doesn't like (control #) as syntax; thanks
61         for the reports, Norbert Koch and Mats Lidell!
62
63 2010-09-02  Aidan Kehoe  <kehoea@parhasard.net>
64
65         * po-mode.el (po-mode-map):
66         Stop abusing the undocumented XEmacs key syntax for control
67         characters, use the documented vector-of-lists approach instead.
68
69 2009-09-05  Norbert Koch  <viteno@xemacs.org>
70
71         * Makefile (VERSION): XEmacs package 1.98 released.
72
73 2009-09-05  Jari Aalto  <jari.aalto@cante.net>
74
75         * folding.el: Modernize all macros.
76         (folding-narrow-by-default): Move variable
77         definition before `folding-advice-instantiate' which
78         refers to it.
79
80 2009-08-13  Norbert Koch  <viteno@xemacs.org>
81
82         * Makefile (VERSION): XEmacs package 1.97 released.
83
84 2009-08-13  Aidan Kehoe  <kehoea@parhasard.net>
85
86         * folding.el (folding-all-comment-blocks-in-region)
87         (folding-font-lock-keywords, fold-marks-kill):
88         Use #'destructuring-bind, not #'multiple-value-bind, avoiding
89         problems on XEmacs version with real multiple value support.
90
91 2009-01-07  Norbert Koch  <viteno@xemacs.org>
92
93         * Makefile (VERSION): XEmacs package 1.96 released.
94
95 2009-01-06  Ville Skyttä  <scop@xemacs.org>
96
97         * htmlize.el: Sync with upstream version 1.34.
98         (htmlize-x-library-search-path): Add /usr(/local)/share/X11/.
99
100 2007-06-30  Norbert Koch  <viteno@xemacs.org>
101
102         * Makefile (VERSION): XEmacs package 1.95 released.
103
104 2007-06-30  Ville Skyttä  <scop@xemacs.org>
105
106         * desktop-entry-mode.el: Update to 1.0, adds highlighting of
107         deprecated and unknown keys.
108
109 2007-05-02  Norbert Koch  <viteno@xemacs.org>
110
111         * Makefile (VERSION): XEmacs package 1.94 released.
112
113 2007-05-02  Didier Verna  <didier@xemacs.org>
114
115         * whitespace.el (whitespace-buffer): Fix and improve the
116         documentation string.
117         * whitespace.el (whitespace-cleanup): Advertise
118         `whitespace-buffer' for whitespace problems description.
119
120 2007-04-30  Norbert Koch  <viteno@xemacs.org>
121
122         * Makefile (VERSION): XEmacs package 1.93 released.
123
124 2007-04-30  Didier Verna  <didier@xemacs.org>
125
126         * whitespace.el: Doc update.
127         * whitespace.el (whitespace-version): Increase to 2.3.
128         * whitespace.el (cl): Require it.
129         * whitespace.el (whitespace-checks-custom-type): New.
130         * whitespace.el (whitespace-modes): Use it.
131         * whitespace.el (whitespace-files): New user option.
132         * whitespace.el (whitespace-check-whitespace-mode): Handle it.
133
134 2006-11-20  Norbert Koch  <viteno@xemacs.org>
135
136         * Makefile (VERSION): XEmacs package 1.92 released.
137
138 2006-11-18  root  <jari.aalto@cante.net>
139
140         * folding.el: Applied patch by Jeremy Hankins <nowan A T nowan org>,
141         which adds variable `folding-narrow-by-default'. The patch affects
142         mostly `folding-shift-in'. This makes it possible to
143         advise viper-search to open folds. Thanks.
144         Added VCS URL header to the beginning for canonnical location.
145         Updated maintainer section. Fixed Copyright years.
146
147 2006-11-02  Norbert Koch  <viteno@xemacs.org>
148
149         * Makefile (VERSION): XEmacs package 1.91 released.
150
151 2006-10-31  Ville Skyttä  <scop@xemacs.org>
152
153         * desktop-entry-mode.el: Sync with desktop entry spec v0.9.8.
154
155 2005-11-02  Norbert Koch  <viteno@xemacs.org>
156
157         * Makefile (VERSION): XEmacs package 1.90 released.
158
159         * htmlize.el: Sync with upstream version 1.28.
160
161 2005-09-21  Norbert Koch  <viteno@xemacs.org>
162
163         * Makefile (VERSION): XEmacs package 1.89 released.
164
165 2005-09-14  Jari Aalto  <jari aalto A T cante net>
166
167         * folding.el
168         (top level): Updated Copyright years and its information.
169         (folding-package-url-location): Updated URL
170         to point to XEmacs CVS server.
171
172 2005-05-10  Norbert Koch  <viteno@xemacs.org>
173
174         * Makefile (VERSION): XEmacs package 1.88 released.
175
176 2005-04-04  Robert Widhopf  <hack@robf.de>
177
178         * hexl.el: Adds as-you-type hex-input, i.e. when in the ASCII
179         columns you will enter in ASCII and when in the HEX columns you
180         will enter hex.  You may easily switch between the two columns
181         by TAB.
182
183 2005-04-17  Norbert Koch  <viteno@xemacs.org>
184
185         * Makefile (VERSION): XEmacs package 1.87 released.
186
187 2005-04-16  Adrian Aichner  <adrian@xemacs.org>
188
189         * Makefile (ELCS): Add whitespace-visual-mode.elc.
190
191 2005-04-16  Zajcev Evgeny <zevlg@yandex.ru>
192
193         * tpum.el: Initial import of tpum.
194
195 2005-04-13  Norbert Koch  <viteno@xemacs.org>
196
197         * Makefile (VERSION): XEmacs package 1.86 released.
198
199 2005-04-13  Steve Youngs  <steve@sxemacs.org>
200
201         * flyspell.el (flyspell-check-word-p): Test for XEmacs with
202         (featurep 'xemacs) instead of (fboundp 'about-xemacs).
203
204 2005-03-26  Norbert Koch  <viteno@xemacs.org>
205
206         * Makefile (VERSION): XEmacs package 1.85 released.
207
208 2005-03-25  Aidan Kehoe  <kehoea@parhasard.net>
209
210         * whitespace.el (whitespace-cleanup): Integrate this change from
211         the FSF:
212
213         2003-06-10  Rajesh Vaidheeswarran  <rv@gnu.org>
214
215                 * whitespace.el (whitespace-cleanup): Respect user
216                 preference for silence.
217
218 2005-02-14  Norbert Koch  <viteno@xemacs.org>
219
220         * Makefile (VERSION): XEmacs package 1.84 released.
221
222         * whitespace-visual-mode.el: New mode, successor to
223         old-whitespace-mode.  Includes some bug fixes.
224
225 2005-02-10  Norbert Koch  <viteno@xemacs.org>
226
227         * Makefile (VERSION): XEmacs package 1.83 released.
228
229 2005-02-10  Mike FABIAN <mfabian@suse.de>
230
231         * whitespace.el (whitespace-global-mode): Autoload a dummy autoload
232         instead of `define-minor-mode'.
233
234 2005-01-13  Norbert Koch  <viteno@xemacs.org>
235
236         * Makefile (VERSION): XEmacs package 1.82 released.
237
238 2005-01-09  Steve Youngs  <steve@sxemacs.org>
239
240         * crontab.el (crontab-delete-blank-lines): New.  To make deleting
241         blank lines in crontab files optional.
242         (crontab-save): Use it.
243
244 2004-11-26  Norbert Koch  <viteno@xemacs.org>
245
246         * Makefile (VERSION): XEmacs package 1.81 released.
247
248 2004-11-25  Jari Aalto <jari aalto A T cante dot net>
249
250         * folding.el: non-ascii character removed from bibtex-mode.
251         Changed bib-mode '@comment' => '%'. Closes Debian
252         Bug#282388
253
254 2004-11-08  Norbert Koch  <viteno@xemacs.org>
255
256         * Makefile (VERSION): XEmacs package 1.80 released.
257
258 2004-11-07  Ben Wing  <ben@xemacs.org>
259
260         * Makefile (ELCS):
261         * whitespace.el: New.
262         Import whitespace.el from FSF 21.3.  Same idea as existing
263         whitespace-mode but does more: Corrects problems as well as just
264         highlighting them.
265
266         * whitespace-mode.el:
267         * whitespace-mode.el (whitespace): Removed.
268         * whitespace-mode.el (old-whitespace): New.
269         * whitespace-mode.el (whitespace-mode): Removed.
270         * whitespace-mode.el (old-whitespace-mode): New.
271         * whitespace-mode.el (whitespace-mode-line-string): Removed.
272         * whitespace-mode.el (old-whitespace-mode-line-string): New.
273         * whitespace-mode.el (whitespace-incremental-mode-line-string): Removed.
274         * whitespace-mode.el (old-whitespace-incremental-mode-line-string): New.
275         * whitespace-mode.el (whitespace-chars): Removed.
276         * whitespace-mode.el (old-whitespace-chars): New.
277         * whitespace-mode.el (whitespace-mode-hook): Removed.
278         * whitespace-mode.el (old-whitespace-mode-hook): New.
279         * whitespace-mode.el (whitespace-incremental-mode-hook): Removed.
280         * whitespace-mode.el (old-whitespace-incremental-mode-hook): New.
281         * whitespace-mode.el (whitespace-install-toolbar-icon): Removed.
282         * whitespace-mode.el (old-whitespace-install-toolbar-icon): New.
283         * whitespace-mode.el (whitespace-install-submenu): Removed.
284         * whitespace-mode.el (old-whitespace-install-submenu): New.
285         * whitespace-mode.el (whitespace-toolbar-function): Removed.
286         * whitespace-mode.el (old-whitespace-toolbar-function): New.
287         * whitespace-mode.el (whitespace-blank-and-tab-search-string): Removed.
288         * whitespace-mode.el (old-whitespace-blank-and-tab-search-string): New.
289         * whitespace-mode.el (whitespace-tab-search-string): Removed.
290         * whitespace-mode.el (old-whitespace-tab-search-string): New.
291         * whitespace-mode.el (whitespace-blank-search-string): Removed.
292         * whitespace-mode.el (old-whitespace-blank-search-string): New.
293         * whitespace-mode.el (whitespace-blank-face): Removed.
294         * whitespace-mode.el (old-whitespace-blank-face): New.
295         * whitespace-mode.el (whitespace-tab-face): Removed.
296         * whitespace-mode.el (old-whitespace-tab-face): New.
297         * whitespace-mode.el (whitespace-highlight-chars-in-region): Removed.
298         * whitespace-mode.el (old-whitespace-highlight-chars-in-region): New.
299         * whitespace-mode.el (whitespace-show-faces): Removed.
300         * whitespace-mode.el (old-whitespace-show-faces): New.
301         * whitespace-mode.el (whitespace-highlight-region): Removed.
302         * whitespace-mode.el (old-whitespace-highlight-region): New.
303         * whitespace-mode.el (whitespace-highlight-buffer): Removed.
304         * whitespace-mode.el (old-whitespace-highlight-buffer): New.
305         * whitespace-mode.el (whitespace-find-next-highlighted-region): Removed.
306         * whitespace-mode.el (old-whitespace-find-next-highlighted-region): New.
307         * whitespace-mode.el (whitespace-incremental-highlight): Removed.
308         * whitespace-mode.el (old-whitespace-incremental-highlight): New.
309         * whitespace-mode.el (whitespace-highlight-window): Removed.
310         * whitespace-mode.el (old-whitespace-highlight-window): New.
311         * whitespace-mode.el (whitespace-dehighlight-region): Removed.
312         * whitespace-mode.el (old-whitespace-dehighlight-region): New.
313         * whitespace-mode.el (whitespace-dehighlight-buffer): Removed.
314         * whitespace-mode.el (old-whitespace-dehighlight-buffer): New.
315         * whitespace-mode.el (whitespace-highlight-after-change-function): Removed.
316         * whitespace-mode.el (old-whitespace-highlight-after-change-function): New.
317         * whitespace-mode.el (whitespace-incremental-mode): Removed.
318         * whitespace-mode.el (old-whitespace-incremental-mode): New.
319         * whitespace-mode.el (fboundp):
320         * whitespace-mode.el (and):
321         * whitespace-mode.el (whitespace-set-whitespace-chars): Removed.
322         * whitespace-mode.el (old-whitespace-set-whitespace-chars): New.
323         * whitespace-mode.el (whitespace-menu): Removed.
324         * whitespace-mode.el (old-whitespace-menu): New.
325         whitespace->old-whitespace to avoid massive name clashes.
326
327 2004-09-13  Norbert Koch  <viteno@xemacs.org>
328
329         * Makefile (VERSION): XEmacs package 1.79 released.
330
331 2004-09-10  Jari Aalto <jari aalto A T poboxes dot com>
332
333         * folding.el
334         (whole file): Extra empty newlines removed.
335         Protected all email addresses by removing AT-signs.
336         (Version): Changed version scheme to date based YYYY.MMDD, because
337         it is independent of upstream's version control software.
338         The old upstream version number was 2.117.
339         (Copyright): Removed unnecessary 'all rights reserved'.
340         The code is GPL.
341         (folding-fold-region): auctex:latex-mode's
342         `indent-according-to-mode' causes bottom fold to indent 50
343         characters forward. Added check to prevent that. Bug reported
344         by Uwe Brauer; oub A T mat dot ucm dot es.
345         (folding-check-folded): Added check for \r character, which
346         signifies collapsed folds. This fixes bug (C-x s) where buffer's folds
347         were forced to closed state if folding mode was active in some other
348         buffer. Function `folding-mode-write-file' did that, but the
349         impulse came from `folding-check-folded'.
350
351 2004-05-19  Norbert Koch  <viteno@xemacs.org>
352
353         * Makefile (VERSION): XEmacs package 1.78 released.
354
355 2004-04-18  Ville Skyttä  <scop@xemacs.org>
356
357         * desktop-entry-mode.el: GNU Emacs font-lock compatiblity tuning.
358
359 2004-04-05  Norbert Koch  <viteno@xemacs.org>
360
361         * Makefile (VERSION): XEmacs package 1.77 released.
362
363         * Makefile (VERSION): XEmacs package 1.76 released.
364
365 2004-04-01  Jari Aalto <jari aalto A T poboxes dot com>
366
367         -- Use spam protective addresses
368         -- Merged in changes made by 2003-11-12  Adrian Aichner
369         from XEmacs tree 1.15; Typo fixes for docstrings and comments.
370         -- Returned to old bug and solved it in a better way (preserve
371         region) by using different expansion macros for XEmacs and Emacs.
372         See See
373         http://list-archive.xemacs.org/xemacs-beta/199810/msg00039.html
374         (folding-forward-char-1): 2.112 Renamed. Was
375         `folding-forward-char'.
376         (folding-backward-char-1): 2.112 Renamed. Was
377         `folding-backward-char'.
378         (folding-forward-char-macro): 2.112 New. Fix XEmacs region
379         preservation with '_p' interactive spec.
380         (folding-backward-char-macro): 2.112 New. Fix XEmacs region
381         preservation with '_p' interactive spec.
382         (folding-interactive-spec-p): 2.112 New.
383
384 2004-04-05  Norbert Koch  <viteno@xemacs.org>
385
386         * Makefile (VERSION): XEmacs package 1.75 released.
387
388 2004-04-01  Norbert Koch  <viteno@xemacs.org>
389
390         * Makefile (VERSION): XEmacs package 1.74 released.
391
392 2004-01-05  Norbert Koch  <viteno@xemacs.org>
393
394         * Makefile (VERSION): XEmacs package 1.73 released.
395
396 2004-01-04  Ville Skyttä  <scop@xemacs.org>
397
398         * desktop-entry-mode.el: Version 0.93, adding imenu support,
399         better support for X-* keys and group headers, keywords reserved
400         for use with KDE and miscellaneous cosmetic changes.
401
402 2003-12-31  Ville Skyttä  <scop@xemacs.org>
403
404         * po-compat.el: Sync with gettext 0.13.1, po-mode.el already in sync.
405
406         * po-mode.el: Don't autoload auto-mode-alist association until
407         `po-mode' is autoloaded as well.
408
409 2003-11-18  Norbert Koch  <viteno@xemacs.org>
410
411         * Makefile (VERSION): XEmacs package 1.72 released.
412
413         * htmlize.el: Sync with upstream version 1.16.
414
415 2003-11-13  Norbert Koch  <viteno@xemacs.org>
416
417         * Makefile (VERSION): XEmacs package 1.71 released.
418
419 2003-11-12  Adrian Aichner  <adrian@xemacs.org>
420
421         * folding.el: Typo fixes for docstrings and comments.
422
423 2003-10-29  Norbert Koch  <viteno@xemacs.org>
424
425         * Makefile (VERSION): XEmacs package 1.70 released.
426
427 2003-10-19  Ville Skyttä  <scop@xemacs.org>
428
429         * desktop-entry-mode.el (desktop-entry-keywords):
430         Change according to new, synced regexp-opt interface.
431         (desktop-entry-mode-version): 0.92.
432
433 2003-10-19  Norbert Koch  <viteno@xemacs.org>
434
435         * Makefile (VERSION): XEmacs package 1.69 released.
436
437         * htmlize.el: Sync with upstream version 1.12.
438
439 2003-10-16  Norbert Koch  <viteno@xemacs.org>
440
441         * Makefile (VERSION): XEmacs package 1.68 released.
442
443         * htmlize.el: Sync with upstream version 1.4.
444
445 2003-10-15  Norbert Koch  <viteno@xemacs.org>
446
447         * Makefile (VERSION): XEmacs package 1.67 released.
448
449         * htmlize.el: Sync with upstream.
450
451 2003-10-09  Ville Skyttä  <scop@xemacs.org>
452
453         * apache-mode.el (apache-font-lock-keywords):
454         Reorganize mod_perl keywords, add mod_perl 2 keywords.
455
456 2003-10-13  Ville Skyttä  <scop@xemacs.org>
457
458         * desktop-entry-mode.el (desktop-entry-font-lock-keywords):
459         Highlight comments, fix keyword highlight.
460
461 2003-10-01  Norbert Koch  <viteno@xemacs.org>
462
463         * Makefile (VERSION): XEmacs package 1.66 released.
464
465 2003-09-30  Ville Skyttä  <scop@xemacs.org>
466
467         * desktop-entry-mode.el: New.
468
469 2003-09-30  Norbert Koch  <viteno@xemacs.org>
470
471         * Makefile (VERSION): XEmacs package 1.65 released.
472
473 2003-08-31  Ville Skyttä  <scop@xemacs.org>
474
475         * apache-mode.el (apache-font-lock-keywords):
476         Add handlers of various core modules.
477
478 2003-09-15  Norbert Koch  <viteno@xemacs.org>
479
480         * Makefile (VERSION): XEmacs package 1.64 released.
481
482 2003-09-14  Jari Aalto  <jari aalto A T poboxes dot com>
483
484         * other/folding.el
485         (DOCUMENTATION): Added 'Uninstall' and 'To read the manual'
486         sections.
487         (folding-install): 2.109 Removed 'folding installed' message.
488         (folding-install): 2.109 Removed 'folding uninstalled' message.
489         (folding-add-to-marks-list): 2.109 Added support to `php-mode'.
490         (folding-add-to-marks-list): 2.109 Added support to
491         `change-log-mode'.
492         (folding-add-to-marks-list): 2.109 Added support to
493         `finder-mode'
494         (folding-add-to-marks-list): 2.109 Added support to
495         `javascript-mode'.
496         (folding-uninstall-keymaps): 2.109 New.
497         (folding-install-keymaps): 2.109 New.
498         (folding-install): 2.109 Cmpletely rewritten.
499         (folding-mode): 2.109 Added (assq 'folding-mode minor-mode-alist)
500         check if not there, call `folding-install'.
501         (folding-skip-folds): Removed variable `search' and
502         `funcall'. It's faster to call `search-backward' and
503         `search-forward' directly.
504
505 2003-08-26  Norbert Koch  <viteno@xemacs.org>
506
507         * Makefile (VERSION): XEmacs package 1.63 released.
508
509 2003-08-25  Ville Skyttä  <scop@xemacs.org>
510
511         * apache-mode.el (apache-font-lock-keywords):
512         Add mod_python keywords.
513
514 2003-07-14  Norbert Koch  <viteno@xemacs.org>
515
516         * Makefile (VERSION): XEmacs package 1.62 released.
517
518 2003-07-11  Rodney Sparapani <rsparapa@mcw.edu>
519
520         * rtf-support.el (rtf-map-chars): Added support for form-feeds.
521
522 2003-06-08  Norbert Koch  <viteno@xemacs.org>
523
524         * Makefile (VERSION): XEmacs package 1.61 released.
525
526 2003-06-06  Adrian Aichner  <adrian@xemacs.org>
527
528         * po-mode.el: auto-mode-alist cookie update.
529
530 2003-03-09  Ben Wing  <ben@xemacs.org>
531
532         * Makefile:
533         Delete explicit compile:: and binkit: rules.
534         Don't add custom-load.elc to the list of generated elc's.
535
536 2003-03-02  Norbert Koch  <nk@viteno.net>
537
538         * Makefile (VERSION): XEmacs package 1.60 released.
539
540         * Makefile (VERSION): XEmacs package 1.59 released.
541
542 2003-02-17  Vasily Korytov  <deskpot@myrealbox.com>
543
544         * apache-mode.el (apache-file-patterns): Updated to include
545         (httpd|srm|access).conf.default files.
546
547 2003-02-11  Ville Skyttä  <scop@xemacs.org>
548
549         * hexl.el (hexl-find-file): Use 2nd arg for find-file
550         only if we have file-coding.
551
552 2003-02-05  Jari Aalto  <jari aalto A T poboxes dot com>
553
554         * folding.el (folding-uninstall): Folding was removed
555         from all hooks, but the buffers stayed in folding mode. Now
556         calling uninstall will terminate folding-mode in every Emacs
557         buffer; calls `turn-off-folding-mode'.
558
559 2003-01-26  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
560
561         * Makefile (VERSION): XEmacs package 1.58 released.
562
563 2003-01-23  Jari Aalto  <jari aalto A T poboxes dot com>
564
565         * folding.el: Applied patch from plasma
566         <plasmaball@pchome.com.tw>. The folding markers
567         do no longer require starting name: '{{{ MARKER', but can be
568         started with plain '{{{'. Files generated this way are compatible
569         with `vim' editor setting `set fdm=marker'.
570
571 2003-01-18  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
572
573         * Makefile (VERSION): XEmacs package 1.57 released.
574
575 2003-01-13  Vasily Korytov  <deskpot@myrealbox.com>
576
577         * css-mode.el (cssm-indent-line): Use `indent-to' for indenting.
578
579 2003-01-13  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
580
581         * Makefile (VERSION): XEmacs package 1.56 released.
582
583 2003-01-06  Ville Skyttä  <scop@xemacs.org>
584
585         * xrdb-mode.el: Make auto-mode-alist modifications autoload-only.
586         * xpm-mode.el: Ditto.
587         * scribe.el: Ditto.
588         * nroff-mode.el: Ditto.
589         * winmgr-mode.el: Ditto.
590         * css-mode.el: Ditto.
591
592 2003-01-02  Michael Shields  <shields@msrl.com>
593
594         * flyspell.el (mail-mode-flyspell-verify):  More robust handling
595         of `mail-header-separator'.  More efficient signature detection.
596         Allow for regexp metacharacters in message-header-separator.
597
598 2002-11-29  Ben Wing  <ben@xemacs.org>
599
600         * .cvsignore: Remove files now handled automatically by CVS.
601         * Makefile: Use `compile' instead of hard-coded `all'.
602
603 2002-11-01  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
604
605         * Makefile (VERSION): XEmacs package 1.55 released.
606
607 2002-09-13  Stephen J. Turnbull  <stephen@xemacs.org>
608
609         * filladapt.el (fill-region): Ensure beg <= end.
610         RFE from David Panariti <davep.xemacs@meduseld.net>.
611
612 2002-10-29  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
613
614         * Makefile (VERSION): XEmacs package 1.54 released.
615
616 2002-10-18  Glynn Clements  <glynn.clements@virgin.net>
617
618         * image-mode.el: Substantially re-written to avoid use of
619         format-alist.
620
621 2002-10-15  Ville Skyttä  <scop@xemacs.org>
622
623         * Makefile (srckit): Remove.
624
625 2002-10-07  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
626
627         * Makefile (VERSION): XEmacs package 1.53 released.
628
629 2002-09-30  Ville Skyttä  <scop@xemacs.org>
630
631         * image-mode.el: Add autoloaded auto-mode-alist associations.
632         * nroff-mode.el: Ditto.
633         * scribe.el: Ditto.
634         * winmgr-mode.el: Ditto.
635         * xrdb-mode.el: Ditto, plus add .ad to extensions.
636
637 2002-09-06  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
638
639         * Makefile (VERSION): XEmacs package 1.52 released.
640
641 2002-08-29  Ville Skyttä  <scop@xemacs.org>
642
643         * flyspell.el: Sync with upstream.
644         (flyspell-auto-correct-binding): New.
645         (flyspell-mouse-map): Use flyspell-auto-correct-binding.
646
647 2002-08-23  Jari Aalto  <jari aalto A T poboxes dot com>
648
649         * folding.el: 1.10 (folding-uninstall-hooks): 2.105
650         Removed `interactive' status.
651         (folding-install-hooks): 2.105
652         Removed `interactive' status.
653         (folding-uninstall): New user function.
654
655 2002-08-05  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
656
657         * Makefile (VERSION): XEmacs package 1.51 released.
658
659 2002-08-03  Ville Skyttä  <scop@xemacs.org>
660
661         * po-mode.el: Sync with gettext 0.11.4.  No autoloads
662         because of previously reported problems with keybindings.
663
664         * po-compat.el: New, from gettext 0.11.4.
665
666         * Makefile (ELCS): Add po-compat.elc.
667
668         * package-info.in (provides): Add po-compat.
669
670 2002-08-03 Sat  Jari Aalto  <jari aalto A T poboxes dot com>
671
672         * folding.el:
673         New feature - added font-lock support.
674         Removed LCD entry, because OHIO archive hasn't
675         been functional in years. Documentation typos cleaned a bit.
676         (folding-mode): Added call to`folding-font-lock-support'
677         (folding-font-lock-keywords): New function.
678         (folding-font-lock-support-instantiate): New function.
679         (folding-font-lock-support): New function.
680         (folding-package-url-location): Added note that folding is
681         included in XEmacs.
682         (folding-font-lock-begin-mark): New user variable.
683         (folding-font-lock-end-mark): New user variable..
684
685 2002-08-02  Ville Skyttä  <scop@xemacs.org>
686
687         * xrdb-mode.el: Sync with author version 2.27.
688
689 2002-08-02  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
690
691         * Makefile (VERSION): XEmacs package 1.50 released.
692
693 2002-08-01  Ville Skyttä  <scop@xemacs.org>
694
695         * flyspell.el: Sync with author version 1.6h, with a change:
696         (flyspell-mouse-map): Use C-; instead of C-/ for
697         flyspell-auto-correct-previous-word (C-/ is bound to undo).
698
699 2002-07-31  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
700
701         * Makefile (VERSION): XEmacs package 1.49 released.
702
703 2002-07-26  Jari Aalto  <jari aalto A T poboxes dot com>
704
705         * folding.el (folding-install): The unistall choice was
706         missing. Added.
707         (folding-uninstall-hooks): added
708         `turn-off-folding-mode'
709         (folding-mode): Moved `folding-keep-hooked' to the
710         point where folding is turned on. It should not be called
711         if folding is turned off.
712
713 2002-07-15  Adrian Aichner  <adrian@xemacs.org>
714
715         * folding.el: It's XEmacs, not Xemacs.
716
717 2002-06-27  Steve Youngs  <youngs@xemacs.org>
718
719         * Makefile (VERSION): XEmacs package 1.48 released.
720
721 2002-06-26  Steve Youngs  <youngs@xemacs.org>
722
723         * Makefile (VERSION): XEmacs package 1.47 released.
724
725 2002-06-13  Ville Skyttä  <scop@xemacs.org>
726
727         * Makefile (ELCS): Add css-mode.elc.
728         * package-info.in (provides): Add css-mode.
729         * css-mode.el, css-mode.el.upstream: New files.
730
731 2002-06-13  Ville Skyttä  <scop@xemacs.org>
732
733         * package-info.in (provides): Add po-mode.
734
735 2002-06-11  Steve Youngs  <youngs@xemacs.org>
736
737         * Makefile (ELCS): Add po-mode.elc.
738
739         * po-mode.el: New file.
740
741 2002-06-09  Stephen J. Turnbull  <stephen@xemacs.org>
742
743         * xpm-mode.el (xpm-init): Toolbar specs go with buffer, not frame.
744
745 2002-06-04  Steve Youngs  <youngs@xemacs.org>
746
747         * Makefile (VERSION): XEmacs package 1.46 released.
748
749 2002-06-02  Steve Youngs  <youngs@xemacs.org>
750
751         * Makefile (VERSION): XEmacs package 1.45 released.
752
753 2002-05-31  Steve Youngs  <youngs@xemacs.org>
754
755         * Makefile (VERSION): XEmacs package 1.44 released.
756
757 2002-05-25  Ville Skyttä  <scop@xemacs.org>
758
759         * apache-mode.el (apache-font-lock-keywords):
760         Add some missing keywords and values for apache-ssl, mod_ssl
761         and mod_perl.
762
763 2002-05-15  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
764
765         * apache-mode.el (apache-font-lock-keywords): added new keywords
766         from apache-2.0.36
767
768 2002-05-10  Steve Youngs  <youngs@xemacs.org>
769
770         * Makefile (VERSION): XEmacs package 1.43 released.
771
772 2002-05-09  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
773
774         * apache-mode.el: separated apache directives into sections
775         for easier updating
776         * apache-mode.el (apache-font-lock-keywords):
777
778 2002-04-24  Steve Youngs  <youngs@xemacs.org>
779
780         * Makefile (VERSION): XEmacs package 1.42 released.
781
782 2002-04-24  Ville Skyttä  <scop@xemacs.org>
783
784         * apache-mode.el (apache-font-lock-keywords):
785         Use string equality test in delete-duplicates.
786
787 2002-04-24  Steve Youngs  <youngs@xemacs.org>
788
789         * Makefile (VERSION): XEmacs package 1.41 released.
790
791 2002-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
792
793         * htmlize.el: Sync to upstream version 0.67
794
795 2002-04-23  Ville Skyttä  <scop@xemacs.org>
796
797         * apache-mode.el: Docstring updates.
798         (apache-font-lock-keywords):
799         Add keywords for mod_ssl, Apache-SSL and mod_perl.
800         Use delete-duplicates in regexp-opt lists.
801         Fix typo (ProxyReceiveBufferSize).
802
803 2002-04-20  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
804
805         * apache-mode.el: New file.
806
807         * Makefile (ELCS): Added apache-mode.elc.
808
809         * package-info.in (provides): Add apache-mode.
810
811 2002-04-07  Alastair J. Houghton  <ajhoughton@lineone.net>
812
813         * rtf-support.el (rtf-spool-region): Fixed extraction of font
814           information [name, size etc...] on X11.
815
816 2002-04-06  Hrvoje Niksic  <hniksic@xemacs.org>
817
818         * htmlize.el: Sync to upstream version 0.65
819
820 2002-03-25  Steve Youngs  <youngs@xemacs.org>
821
822         * Makefile (VERSION): 1.40 released.
823
824 2002-03-24  Hrvoje Niksic  <hniksic@xemacs.org>
825
826         * htmlize.el: Sync to upstream version 0.64
827
828 2002-03-13  Adrian Aichner  <adrian@xemacs.org>
829
830         * package-info.in: Fix typo for rtf-support.
831
832 2002-03-08  Volker Franz  <volker.franz@tuebingen.mpg.de>
833
834         * whitespace-mode.el (whitespace-incremental-mode): Autoload it.
835
836 2002-03-02  Jeff Mincy  <mincy@rcn.com>
837
838         * xpm-mode.el: (xpm-init) fix infinite loop,
839         (xpm-toolbar-select-colour) null button
840
841 2002-02-28  Volker Franz  <volker.franz@tuebingen.mpg.de>
842
843         * whitespace-mode.el: If add-minor-mode is bound, then uses
844         add-minor-mode instead of directly changing minor-mode-alist.
845         Added autoload-cookies for this.
846         (whitespace-mode-line-string): newly defined with
847         autoload-cookies.
848         (whitespace-incremental-mode-line-string): likewise.
849
850 2002-02-13  Steve Youngs  <youngs@xemacs.org>
851
852         * flyspell.el: Sync to upstream version 1.6g
853
854 2002-02-01  Jeff Mincy  <jeff@delphioutpost.com>
855
856         * xpm-mode.el:  Add xpm-mode to auto-mode-alist.
857
858 2002-01-24 Thu  Jari Aalto  <jari aalto A T poboxes dot com>
859
860         * folding.el:
861         (folding-bind-default-keys): Added
862         C-x . to run `folding-context-next-action'. Code by
863         Scott Evans <gse@antisleep.com> during mail exchange.
864         (folding-easy-menu-define): Added
865         `folding-context-next-action'
866         (folding-mouse-call-original): Added `car-safe' to read
867         EVENT, which may be nil.
868         (folding-next-visible-heading): Better variable
869         name `bm' => `begin-mark'
870         (folding-bind-backward-compatible-keys):
871         Used `let' to locally set `folding-mode-prefix-key', but that
872         did not accept a thing, because `folding-install' instantiated
873         the keymap using `folding-mode-prefix-key', which retained the
874         original value. Now sets permanently `folding-mode-prefix-key'
875         to C-c.
876
877 2002-01-10  John Paul Wallington  <jpw@shootybangbang.com>
878
879         * flyspell.el (flyspell-mode-line-string): fix custom type.
880
881 2001-12-30  Gleb Arshinov  <gleb@barsook.com>
882
883         * folding.el: remove comment about (now fixed) XEmacs isearch
884         support bug
885         (folding-isearch-hook-function): for XEmacs use
886         overriding-local-map or to fiddle with minor-mode-map-alist as
887         appropriate.  This supports both 21.2+ and older XEmacs isearch
888         code.
889         (folding-isearch-general): execute isearch-abort and isearch-quit
890         like any other function for clarity and to make sure any
891         side-effects of underlying implementation take effect.  cond
892         clause is no longer necessary, but is left in place to make patch
893         more clear.
894         (folding-isearch-general): always goto position returned by
895         underlying isearch function.  This makes C-g work as expected
896         (go back to original position where isearch was started)
897         (folding-isearch-general): fully mimic exit signal of isearch
898
899 2001-12-30 Sun  Jari Aalto  <jari aalto A T poboxes dot com>
900
901         * folding.el: Synched with the latest folding: 2.97.
902         All function now have uniforma naming `folding-' where the
903         previous version used both `fold-' and `folding-'.
904         Isearch support is still broken in XEmacs, works in Emacs.
905         See complete list of changes in folding itself (history
906         section)
907
908 2001-12-29  Steve Youngs  <youngs@xemacs.org>
909
910         * package-info.in: (provides): Update to include all provides.
911
912 2001-12-28  Steve Youngs  <youngs@xemacs.org>
913
914         * rtf-support.el: New file.
915
916         * Makefile (ELCS): Add rtf-support.elc
917
918 2001-07-18  Charles G Waldman  <cgw@xemacs.org>
919
920         * hexl.el (hexlify-buffer):
921         * hexl.el (dehexlify-buffer): Check whether buffer-file-system
922         is bound.
923
924 2001-06-18  Ben Wing  <ben@xemacs.org>
925
926         * hexl.el:
927         * hexl.el (hexl): New.
928         * hexl.el (hexl-iso):
929         * hexl.el (hexl-follow-ascii): New.
930         * hexl.el (hexl-ascii-extent): New.
931         * hexl.el (hexl-mode):
932         * hexl.el (hexl-after-revert-hook):
933         * hexl.el (hexl-save-buffer):
934         * hexl.el (hexl-mode-exit):
935         * hexl.el (hexl-current-address):
936         * hexl.el (hexl-address-to-marker):
937         * hexl.el (hexl-goto-address):
938         * hexl.el (hexl-scroll-up):
939         * hexl.el (hexlify-buffer):
940         * hexl.el (dehexlify-buffer):
941         * hexl.el (hexl-hex-char-to-integer):
942         * hexl.el (hexl-oct-char-to-integer):
943         * hexl.el (hexl-insert-hex-char):
944         * hexl.el (hexl-insert-hex-string): New.
945         * hexl.el (hexl-insert-octal-char):
946         * hexl.el (hexl-follow-ascii-find): New.
947         * hexl.el (hexl-mode-map):
948         Sync with FSF 21.0.103.  Now works on MS Windows.
949
950 2001-04-02  Glynn Clements  <glynn.clements@virgin.net>
951
952         * hexl.el (hexl-find-file): force use of 'binary coding-system
953
954 2001-01-25  Steve Youngs  <youngs@xemacs.org>
955
956         * ansi-color.el: Sync with author version 3.4.3.
957
958 2001-01-19  Steve Youngs  <youngs@xemacs.org>
959
960         * ansi-color.el: New file.
961
962 2000-11-16  Steve Youngs  <youngs@xemacs.org>
963
964         * filladapt.el: Sync with author version 2.12.
965
966 2000-11-01  Hrvoje Niksic <hniksic@arsdigita.com>
967
968         * htmlize.el: Update to author version 0.55.
969
970 2000-10-05  Martin Buchholz  <martin@xemacs.org>
971
972         * *: Mega typo fix.
973
974 2000-07-27  Ben Wing  <ben@xemacs.org>
975
976         * flyspell.el (setq ispell-library-path nil): hack so that this
977         will still compile when ispell executable non-existent.
978         (later that same day): revert.  fixed ispell itself.
979
980 2000-05-16  Andreas Jaeger  <aj@suse.de>
981
982         * htmlize.el: Version 0.50 from Hrvoje Niksic.
983
984 2000-02-14  Stephen J. Turnbull  <stephen@xemacs.org>
985
986         * image-mode.el (image-external-viewer): Remove variable.
987         (image-external-viewer-list): New variable.
988         (image-start-external-viewer): Search `image-external-viewer-list'
989         at run-time, rather than set `image-external-viewer' at load-time.
990
991 2000-01-15  Andreas Jaeger <aj@xemacs.org>
992
993         * flyspell.el (global-flyspell-mode): Reverted last patch for now
994         since it lead to some new unresolved problems.
995
996 2000-01-11  Didier Verna  <didier@xemacs.org>
997
998         * flyspell.el (global-flyspell-mode): add missing autoload.
999
1000 1999-11-11  Andreas Jaeger  <aj@suse.de>
1001
1002         * htmlize.el: Version 0.49 from Hrvoje Niksic <hniksic@srce.hr>.
1003
1004 1999-07-06  SL Baur  <steve@miho.m17n.org>
1005
1006         * filladapt.el (fill-paragraph): Quote leading parenthesis.
1007         (lisp-fill-paragraph): Ditto.
1008         (fill-region-as-paragraph): Ditto.
1009         (fill-region): Ditto.
1010         From Bob Weiner <weiner@altrasoft.com>
1011
1012 1999-04-22  John H Palmieri  <palmieri@member.ams.org>
1013
1014         * xpm-mode.el (xpm-parse-color):
1015         Handle s and m fields correctly if before the c field.
1016         Read color correctly from c field if before s and/or m fields.
1017
1018 1999-04-08  Sam Mikes  <smikes@alumni.hmc.edu>
1019
1020         * folding.el: (fold-mouse-call-original) use `int-to-string' in `concat'
1021
1022 1999-02-15  SL Baur  <steve@xemacs.org>
1023
1024         * Makefile (ELCS): Add htmlize.elc.
1025
1026 1998-12-30  Martin Buchholz  <martin@xemacs.org>
1027
1028         * xrdb-mode.el: Upgrade from version 2.11 -> 2.24
1029         Snarfed from http://www.python.org/emacs/xrdb-mode.el
1030
1031 1998-10-27  SL Baur  <steve@altair.xemacs.org>
1032
1033         * flyspell.el (flyspell-mode): Autoload.
1034         Remove # in add-minor-mode call (it isn't needed).
1035         Move add-minor-mode setup to end of file.
1036
1037 1998-10-21  Greg Klanderman  <greg@alphatech.com>
1038
1039         * flyspell.el (flyspell-mode-map): add autoload cookie.
1040         (top level): pass the function flyspell-mode as the fifth
1041         argument to add-minor-mode, not the value of the variable.
1042
1043 1998-10-21  Greg Klanderman  <greg@alphatech.com>
1044
1045         * flyspell.el: synch to author version 1.4d.
1046
1047 1998-09-24  SL Baur  <steve@altair.xemacs.org>
1048
1049         * flyspell.el (flyspell-mode-line-string): New variable.
1050         Use `add-minor-mode' to add the minor mode to XEmacs.
1051         (flyspell-mode): Autoload.
1052         (flyspell-mode-map): Autoload.
1053         (flyspell-mode-line-string): Autoload.
1054
1055 1998-08-29  Jeff Miller  <jmiller@smart.net>
1056
1057         * whitespace-mode.el:  added autoload cookie for whitespace-mode
1058         updated toolbar icon to use foregroundToolBarColor.
1059
1060 1998-07-03  Charles G Waldman  <cgw@pgt.com>
1061
1062         * image-mode.el: Fixed image-decode to handle start and end args.
1063
1064 1998-03-25  SL Baur  <steve@altair.xemacs.org>
1065
1066         * folding.el: New file.
1067
1068 1998-03-16  SL Baur  <steve@altair.xemacs.org>
1069
1070         * iso-acc.el: Update maintainer: field.
1071
1072 1998-02-26  SL Baur  <steve@altair.xemacs.org>
1073
1074         * filladapt.el: Version 2.12 courtesy of Kyle Jones.
1075
1076 1998-02-25  SL Baur  <steve@altair.xemacs.org>
1077
1078         * xrdb-mode.el (xrdb-submit-bug-report): Require reporter here
1079         since we don't need it for bytecompiling.
1080
1081 1998-01-25  SL Baur  <steve@altair.xemacs.org>
1082
1083         * Makefile (VERSION): Update to package standard 1.0.
1084         * package-info.in: Ditto.
1085
1086 1998-01-12  SL Baur  <steve@altair.xemacs.org>
1087
1088         * Makefile: Update to newer package interface.
1089         (ELCS): Add nroff-mode, scribe and ws-mode.
1090
1091 1998-01-03  SL Baur  <steve@altair.xemacs.org>
1092
1093         * Makefile: Update to newer package interface.
1094
1095 1997-12-24  SL Baur  <steve@altair.xemacs.org>
1096
1097         * whitespace-mode.el: Strip usage of adapt.el.
1098
1099         * xrdb-mode.el: Don't require 'reporter at bytecompile time.
1100
1101         * Makefile: Created.