Initial Commit
[packages] / xemacs-packages / xetla / ChangeLog.d / ChangeLog-0.1
1 # do not edit -- automatically generated by arch changelog
2 # non-id: automatic-ChangeLog--steve@eicq.org--2004/xetla--main--0.1
3 #
4
5 2004-12-21 04:18:48 GMT Steve Youngs <steve@eicq.org>   patch-24
6
7     Summary:
8       Font lock updates.
9     Revision:
10       xetla--main--0.1--patch-24
11
12     * xetla-defs.el (xetla-log-edit-font-lock-keywords): Add some colour to
13       the Summary and Keywords header content.
14       (xetla-cat-log-font-lock-keywords): Add font-locking to the entire
15       buffer, not just the log headers.
16     
17
18     modified files:
19      xetla-defs.el
20
21
22 2004-12-20 17:40:42 GMT Steve Youngs <steve@eicq.org>   patch-23
23
24     Summary:
25       remove unnecessary defvar from xetla-build.el
26     Revision:
27       xetla--main--0.1--patch-23
28
29
30     modified files:
31      xetla-build.el
32
33
34 2004-12-20 17:26:41 GMT Steve Youngs <steve@eicq.org>   patch-22
35
36     Summary:
37       Fix font-locking and "markerp nil" error from `C-x T a'
38     Revision:
39       xetla--main--0.1--patch-22
40
41     * xetla.el (xetla-log-edit-mode): Call `font-lock-mode'.
42     (xetla-cat-log-mode): Ditto.
43     (xetla-changes-mode): Ditto.
44     (xetla-changelog-mode): Ditto.
45     (xetla-show-changes-buffer): Remove void variable
46     `global-font-lock-mode'. 
47     
48     * xetla-defs.el (xetla-changelog-font-lock-keywords): Rewrite, specifying
49       the keywords without relying on `change-log-font-lock-keywords'.  The
50       format from `tla changelog' is slightly different from GNU style Changelog
51       files so just using `change-log-font-lock-keywords' will not work.
52     
53     * xetla-defs.el (xetla-log-edit-font-lock-keywords): Use
54       `xetla-changelog-font-lock-keywords'. 
55     
56
57     modified files:
58      xetla-defs.el xetla.el
59
60
61 2004-12-17 05:59:49 GMT Steve Youngs <steve@eicq.org>   patch-21
62
63     Summary:
64       Add autoload cookie to xetla-version<f>
65     Revision:
66       xetla--main--0.1--patch-21
67
68
69     modified files:
70      xetla.el
71
72
73 2004-12-17 03:24:56 GMT Steve Youngs <steve@eicq.org>   patch-20
74
75     Summary:
76       Improve `xetla-reload'.
77     Revision:
78       xetla--main--0.1--patch-20
79
80     * xetla-core.el (xetla-reload): Handle XEtla's auto-autoloads.el file.
81     
82
83     modified files:
84      xetla-core.el
85
86
87 2004-12-17 03:06:31 GMT Steve Youngs <steve@eicq.org>   patch-19
88
89     Summary:
90       Get rid of the need for xetla-xemacs.el.
91     Revision:
92       xetla--main--0.1--patch-19
93
94     This patch removes the need to have xetla-xemacs.el.
95     
96     All of the "Use `foo' instead of `bar' are GNU/Emacs -> XEmacs
97     corrections. 
98     
99     * Makefile (SOURCES): Remove xetla-xemacs.el
100     
101     * xetla-browse.el (xetla-widget-archives-root-node-register-archive): Use
102       `match-string' instead of `match-string-no-properties'.
103     
104     * xetla-browse.el (xetla-widget-archive-node-convert-to-source): Ditto.
105     
106     * xetla-browse.el (xetla-widget-version-control-show-revisions): Use
107       `point-at-*' instead of `line-*-position' functions.
108     
109     * xetla-browse.el (xetla-browse-toggle-subtree-maybe): Ditto.
110     
111     * xetla-browse.el (xetla-browse-dash): Ditto.
112     
113     * xetla-build.el: No need to conditionalise on featurep 'xemacs.
114       Remove cruft about mouse-avoidance.
115       Add a defvar for `global-font-lock-mode' and
116       `xetla-dead-process-buffer-queue'. 
117     
118     * xetla-core.el: Don't require xetla-xemacs.
119     
120     * xetla-core.el (xetla-version-head): Use `point-at-*' instead of
121       `line-*-position' functions.
122     
123     * xetla-core.el (xetla-archive-tree-build-archives): Ditto.
124     
125     * xetla-core.el (xetla-archive-tree-build-categories): Ditto.
126     
127     * xetla-core.el (xetla-archive-tree-build-branches): Ditto.
128     
129     * xetla-core.el (xetla-archive-tree-build-versions): Ditto.
130     
131     * xetla-core.el (xetla-archive-tree-build-revisions): Ditto.
132     
133     * xetla-core.el (xetla-revlib-tree-build-archives): Ditto.
134     
135     * xetla-core.el (xetla-revlib-tree-build-categories): Ditto.
136     
137     * xetla-core.el (xetla-revlib-tree-build-branches): Ditto.
138     
139     * xetla-core.el (xetla-revlib-tree-build-versions): Ditto.
140     
141     * xetla-core.el (xetla-revlib-tree-build-revisions): Ditto.
142     
143     * xetla-core.el (xetla-name-read-refresh-cache): Use `buffer-substring'
144       instead of `minibuffer-contents'.
145     
146     * xetla-core.el (xetla-reload): Don't try to unload `xetla-xemacs' or
147       `xetla-emacs'. 
148     
149     * xetla-defs.el (clone-process): Define it with `defun-when-void'.
150     
151     * xetla-defs.el (clone-buffer): Moved here from xetla-xemacs.el and
152       defined with `defun-when-void'.
153     
154     * xetla-defs.el (xetla-name-read-minibuf-map): Use `window-minibuffer-p'
155       and `buffer-substring' in place of `minibufferp' and
156       `minibuffer-contents' respectively.
157     
158     * xetla-tips.el: Don't require xetla-xemacs or xetla-emacs.
159     
160     * xetla.el: Don't require xetla-xemacs.
161     
162     * xetla.el (xetla-generic-popup-menu-by-keyboard): Use `point-at-*'
163       instead of `line-*-position'.
164     
165     * xetla.el (xetla-edit-log): Ditto.
166     
167     * xetla.el (xetla-add-log-entry-internal): Ditto.
168     
169     * xetla.el (xetla-show-changes-buffer): Ditto.
170     
171     * xetla.el (xetla-view-conflicts): Ditto.
172     
173     * xetla.el (xetla-file-get-revision-in-file): Ditto.
174     
175     * xetla.el (xetla-revisions-parse-list): Ditto.
176     
177     * xetla.el (xetla-bookmarks-missing-parse-changes): Ditto.
178     
179     * xetla.el (xetla-log-edit-next-field): Ditto.
180     
181     * xetla.el (xetla-log-edit-insert-log-for-merge): Ditto.
182     
183     * xetla.el (xetla-log-edit-insert-memorized-log): Ditto.
184     
185     * xetla.el (xetla-log-edit-keywords): Ditto.
186     
187     * xetla.el (xetla-log-edit-keywords-insert): Ditto.
188     
189     * xetla.el (xetla-changes-jump-to-change): Ditto.
190     
191     * xetla.el (xetla-changes-diff-or-list): Ditto.
192     
193     * xetla.el (xetla-changes-prev): Ditto.
194     
195     * xetla.el (xetla-changes-ediff): Ditto.
196     
197     * xetla.el (xetla-changes-get-file-at-point): Ditto.
198     
199     * xetla.el (xetla-tree-lint-parse-buffer): Ditto.
200     
201     * xetla.el (xetla-version): Ditto.
202     
203     * xetla.el (xetla-gnus-article-extract-log-message): Ditto.
204     
205     * xetla.el (xetla-generic-popup-menu-by-keyboard): Remove mouse-avoidence
206       crud.
207     
208     * xetla.el (xetla-name-read-insert-default-archive): Use
209       `window-minibuffer-p' and `buffer-substring' in place of `minibufferp'
210       and `minibuffer-contents' respectively.
211     
212     * xetla.el (xetla-name-read-insert-info-at-point): Ditto.
213     
214     * xetla.el (xetla-name-read-insert-partner-previous): Ditto.
215     
216     * xetla.el (xetla-name-read-insert-partner-next): Ditto.
217     
218     * xetla.el (xetla-name-read-insert-ancestor): Ditto.
219     
220     * xetla.el (xetla-name-read-insert-bookmark-previous): Ditto.
221     
222     * xetla.el (xetla-name-read-insert-bookmark-next): Ditto.
223     
224     * xetla.el (xetla-register-archive): Use `match-string' instead of
225       `match-string-no-properties'. 
226     
227     * xetla.el (xetla-merge-summary-line-for-log): Ditto.
228     
229     * xetla.el: Defvar `vc-ignore-vc-files' at compile time.
230     
231     * xetla.el (xetla-find-file-hook): Simplify somebody's idea of logic by
232       removing a useless `if' sexp.
233     
234
235     removed files:
236      .arch-ids/xetla-xemacs.el.id xetla-xemacs.el
237
238     modified files:
239      Makefile xetla-browse.el xetla-build.el xetla-core.el
240      xetla-defs.el xetla-tips.el xetla.el
241
242
243 2004-12-16 23:57:55 GMT Steve Youngs <steve@eicq.org>   patch-18
244
245     Summary:
246       Improve the list of log keywords.
247     Revision:
248       xetla--main--0.1--patch-18
249
250     * xetla-defs.el (xetla-log-edit-keywords): Richer set of keywords.
251       Remove autoload cookie.
252     
253
254     modified files:
255      xetla-defs.el
256
257
258 2004-12-16 17:45:45 GMT Steve Youngs <steve@eicq.org>   patch-17
259
260     Summary:
261       Remove a bogus doc string
262     Revision:
263       xetla--main--0.1--patch-17
264
265
266     modified files:
267      xetla.el
268
269
270 2004-12-16 17:40:06 GMT Steve Youngs <steve@eicq.org>   patch-16
271
272     Summary:
273       Make `xetla-log-edit-done' mimic `add-log-exit' a bit more.
274     Revision:
275       xetla--main--0.1--patch-16
276
277     * xetla.el (xetla-log-edit-done): Don't run `tla commit' unless there's a
278       prefix arg.
279     
280
281     modified files:
282      xetla.el
283
284
285 2004-12-16 14:39:53 GMT Steve Youngs <steve@eicq.org>   patch-15
286
287     Summary:
288       merge from hrop (finish removing buffers menu crap)
289     Revision:
290       xetla--main--0.1--patch-15
291
292     Patches applied:
293     
294      * hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-14
295        flush install-buffers instead of commenting'em out
296     
297
298     modified files:
299      xetla-browse.el xetla-core.el xetla.el
300
301     new patches:
302      hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-14
303
304
305 2004-12-16 05:20:45 GMT Steve Youngs <steve@eicq.org>   patch-14
306
307     Summary:
308       merge from hrop (remove buffers menu)
309     Revision:
310       xetla--main--0.1--patch-14
311
312     Patches applied:
313     
314      * hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-12
315        star merge from steve --patch-12 --patch-13
316     
317      * hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-13
318        flushing xetla-buffers menu
319     
320
321     modified files:
322      xetla-browse.el xetla-core.el xetla.el
323
324     new patches:
325      hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-12
326      hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-13
327
328
329 2004-12-09 09:09:55 GMT Steve Youngs <steve@eicq.org>   patch-13
330
331     Summary:
332       merge from hrop... yet another -- to - fubar
333     Revision:
334       xetla--main--0.1--patch-13
335
336     Patches applied:
337     
338      * hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-11
339        fix, some more s/-/--/ issue
340     
341
342     modified files:
343      xetla.el
344
345     new patches:
346      hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-11
347
348
349 2004-12-06 23:34:26 GMT Steve Youngs <steve@eicq.org>   patch-12
350
351     Summary:
352       merge from hrop
353     Revision:
354       xetla--main--0.1--patch-12
355
356     Patches applied:
357     
358      * hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-9
359        fix, some more parsing corrections for dealing with tla archive strings
360     
361      * hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-10
362        fix, inventory mode now correctly respects prefix arguments
363     
364
365     modified files:
366      xetla-core.el xetla.el
367
368     new patches:
369      hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-9
370      hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-10
371
372
373 2004-12-02 09:00:45 GMT Steve Youngs <steve@eicq.org>   patch-11
374
375     Summary:
376       merge from hrop
377     Revision:
378       xetla--main--0.1--patch-11
379
380     Patches applied:
381     
382      * hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-8
383        abstraction
384     
385
386     modified files:
387      xetla-core.el
388
389     new patches:
390      hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-8
391
392
393 2004-11-29 21:19:36 GMT Steve Youngs <steve@eicq.org>   patch-10
394
395     Summary:
396       merge from hrop (fix xetla-tree-version-list)
397     Revision:
398       xetla--main--0.1--patch-10
399
400     Patches applied:
401     
402      * hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-7
403        minor fix to correctly identify tree version
404     
405
406     modified files:
407      xetla.el
408
409     new patches:
410      hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-7
411
412
413 2004-11-27 00:36:28 GMT Steve Youngs <steve@eicq.org>   patch-9
414
415     Summary:
416       merge from hrop (overlay -> extent conversion)
417     Revision:
418       xetla--main--0.1--patch-9
419
420     Patches applied:
421     
422      * hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-5
423        star-merge <=patch-8 of steve-line
424     
425      * hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-6
426        evaporation of overlay cruft
427     
428
429     modified files:
430      xetla-browse.el xetla-xemacs.el xetla.el
431
432     new patches:
433      hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-5
434      hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-6
435
436
437 2004-11-25 11:28:01 GMT Steve Youngs <steve@eicq.org>   patch-8
438
439     Summary:
440       Fix faces to work with XEmacs and fix tla cmd line args
441     Revision:
442       xetla--main--0.1--patch-8
443
444     Looks like the initial xtla -> xetla renaming caused more problems than
445     it solved.  All the external tla command line args (the long options) got
446     one of the leading dashes deleted.  This fixes it.
447     
448     This patch goes a long way toward getting faces and font-locking working
449     properly.  It's not quite right yet, but at least there aren't any errors
450     any more.
451     
452     * xetla-defs.el: Redo all the faces to work properly with XEmacs.
453     (xetla-inventory-file-font-lock-keywords): Syntax fix for XEmacs.
454     (xetla-log-edit-font-lock-keywords): Ditto.
455     (xetla-changes-font-lock-keywords): Ditto.
456     (xetla-changelog-font-lock-keywords): Ditto.
457     
458     * xetla-browse.el: Ditto.
459     
460     * xetla.el (xetla-inventory): Fix tla command line args that got messed
461       up with the initial renaming.
462     
463     * xetla.el (xetla-changes): Ditto.
464     
465     * xetla.el (xetla-changes-internal): Ditto.
466     
467     * xetla.el (xetla-show-changeset): Ditto.
468     
469     * xetla.el (xetla-apply-changeset-internal): Ditto.
470     
471     * xetla.el (xetla-commit): Ditto.
472     
473     * xetla.el (xetla-logs): Ditto.
474     
475     * xetla.el (xetla-library-delete): Ditto.
476     
477     * xetla.el (xetla-library-find): Ditto.
478     
479     * xetla.el (xetla-star-merge): Ditto.
480     
481     * xetla.el (xetla-replay): Ditto.
482     
483     * xetla.el (xetla-tag): Ditto.
484     
485     * xetla.el (xetla-missing-refresh): Ditto.
486     
487     * xetla.el (xetla-bookmarks-tag): Ditto.
488     
489     * xetla.el (xetla-unregister-archive): Ditto.
490     
491     * xetla.el (xetla-make-archive-internal): Ditto.
492     
493     * xetla.el (xetla-mirror-archive): Ditto.
494     
495     * xetla.el (xetla-mirror-from-archive): Ditto.
496     
497     * xetla.el (xetla-cat-config): Ditto.
498     
499     * xetla.el (xetla-add): Ditto.
500     
501     * xetla.el (xetla-remove): Ditto.
502     
503     * xetla.el (xetla-start-project): Ditto.
504     
505     * xetla-core.el (xetla-archive-tree-build-revisions): Ditto.
506     
507     * xetla-core.el (xetla-revlib-tree-build-revisions): Ditto.
508     
509     * xetla-core.el (xetla-compute-direct-ancestor): Ditto.
510     
511     * xetla-core.el (xetla-escape): Ditto.
512     
513     * xetla-xemacs.el: Remove the font compatibility code.
514
515     modified files:
516      xetla-browse.el xetla-core.el xetla-defs.el xetla-xemacs.el
517      xetla.el
518
519
520 2004-11-25 05:55:35 GMT Steve Youngs <steve@eicq.org>   patch-7
521
522     Summary:
523       Code audit - removing xtla/gna.org references.
524     Revision:
525       xetla--main--0.1--patch-7
526
527     * xetla-tips.el (xetla-tips-array): Remove reference to gna.org.
528     
529     * xetla.el (xetla-submit-patch): Send patches to
530       xetla-devel@youngs.au.com. 
531     
532     * xetla.el (xetla-submit-bug-report): Send bugs to
533       xetla-devel@youngs.au.com. 
534     
535     * xetla.el (xetla): Update displayed info to be XEtla-centric.
536     
537
538     modified files:
539      xetla-tips.el xetla.el
540
541
542 2004-11-25 03:46:36 GMT Steve Youngs <steve@eicq.org>   patch-6
543
544     Summary:
545       Build fixes for ewoc.el
546     Revision:
547       xetla--main--0.1--patch-6
548
549     * ewoc.el (ewoc-dll): Remove this dummy variable and undo the `dll ->
550       ewoc-dll' renaming.
551       (dll): Bind as a variable at compile time only.
552     
553     This patch gives a clean compile for ewoc.el, and pretty much undoes
554     Sebastian's attempt to fix it. :-P  The problem with Sebastian's patch
555     was that he did a global `dll -> ewoc-dll' replacement and there was a
556     data type that relied on having 'dll'.
557     
558       
559     
560
561     modified files:
562      ewoc.el
563
564
565 2004-11-25 01:27:46 GMT Steve Youngs <steve@eicq.org>   patch-5
566
567     Summary:
568       syncing up patch logs from hrop
569     Revision:
570       xetla--main--0.1--patch-5
571
572     Patches applied:
573     
574      * hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--base-0
575        tag of steve@eicq.org--2004/xetla--main--0.1--base-0
576     
577      * hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-2
578        bypass compiler warnings
579     
580      * hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-3
581        fixing my fuckups
582     
583
584     new patches:
585      hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--base-0
586      hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-2
587      hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-3
588
589
590 2004-11-25 01:26:24 GMT Steve Youngs <steve@eicq.org>   patch-4
591
592     Summary:
593       merge from hrop (ewoc.el warning fix)
594     Revision:
595       xetla--main--0.1--patch-4
596
597     Patches applied:
598     
599      * hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-4
600        bypass compiler warnings
601     
602
603     modified files:
604      ewoc.el
605
606     new patches:
607      hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-4
608
609
610 2004-11-24 23:42:57 GMT Steve Youngs <steve@eicq.org>   patch-3
611
612     Summary:
613       New file xetla.texi
614     Revision:
615       xetla--main--0.1--patch-3
616
617
618     new files:
619      .arch-ids/xetla.texi.id xetla.texi
620
621
622 2004-11-24 23:41:43 GMT Steve Youngs <steve@eicq.org>   patch-2
623
624     Summary:
625       Fix the rest of the renaming fubars and add a Makefile
626     Revision:
627       xetla--main--0.1--patch-2
628
629     * xetla.el (xetla-revision-sync-tree): buxetlast -> butlast
630     (xetla-revision-star-merge): Ditto.
631     (xetla-revision-replay): Ditto.
632     (xetla-library-add-internal): New, renamed from `xetla-library-add'.  In
633     the initial xtla -> xetla renaming there was a `tla-library-add' and a
634     `tla--library-add', the keyboard macro I used to do the renaming didn't
635     take this situation into account.
636     (xetla-library-add-interactive): Use `xetla-library-add-internal'.
637     (xetla-register-archive): Use `xetla-register-archive-internal'.
638     (xetla-register-archive-internal): New.
639     (xetla-edit-archive-location): Use `xetla-register-archive-internal'.
640     (xetla-use-as-default-mirror): Ditto.
641     (xetla-archive-convert-to-source-archive): Ditto.
642     (xetla-make-archive-internal): New.
643     (xetla-make-archive): Use it.
644     
645     * xetla-core.el (xetla-name-read-refresh-cache): Ditto.
646     
647     * xetla-browse.el (xetla-widget-archives-root-node-register-archive): Use
648       `xetla-register-archive-internal'.
649     
650     * xetla-browse.el (xetla-widget-archives-root-node-make-archive): Use
651       `xetla-make-archive-internal'. 
652     
653     * Makefile: New.
654     
655     When I did the initial global renaming from xtla to xetla my keyboard
656     macro didn't take into account things like `tla-foo-bar' and
657     `tla--foo-bar' both existing.  This patch takes care of that.
658     
659     It also introduces a Makefile for people who wish to byte-compile xetla.
660     
661
662     new files:
663      .arch-ids/Makefile.id Makefile
664
665     modified files:
666      xetla-browse.el xetla-core.el xetla.el
667
668
669 2004-11-24 21:17:37 GMT Steve Youngs <steve@eicq.org>   patch-1
670
671     Summary:
672       from hrop... minor renaming fixes
673     Revision:
674       xetla--main--0.1--patch-1
675
676     Patches applied:
677     
678      * hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-1
679        minor fixes
680     
681
682     modified files:
683      xetla-core.el xetla-defs.el xetla.el
684
685     new patches:
686      hroptatyr@sxemacs.org--sxemacs/xetla--hrop--0.1--patch-1
687
688
689 2004-11-24 15:43:59 GMT Steve Youngs <steve@eicq.org>   base-0
690
691     Summary:
692       Initial import of XEtla
693     Revision:
694       xetla--main--0.1--base-0
695
696     Initial import of XEtla.
697     XEtla is based heavily on xtla, except that the emphasis is
698     on XEmacs.  We suspect that XEtla will diverge quite significantly
699     from xtla.
700
701     new files:
702      BINDINGS COPYING FEATURES TODO ewoc.el smerge.el
703      xetla-browse.el xetla-build.el xetla-core.el xetla-defs.el
704      xetla-tips.el xetla-xemacs.el xetla.el
705
706