Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 78:c7528f8e288d r20-0b34
Import from CVS: tag r20-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:42 +0200 |
parents | c0c698873ce1 |
children | 1ce6082ce73f |
comparison
equal
deleted
inserted
replaced
77:6cb4f478e7bc | 78:c7528f8e288d |
---|---|
1 Sat Jan 4 12:25:34 1997 Steven L Baur <steve@altair.xemacs.org> | |
2 | |
3 * prim/faces.el (init-other-random-faces): Guard against adding | |
4 modeline buffer tty face if no tty support. | |
5 | |
6 Fri Jan 3 23:15:22 1997 Greg Klanderman <greg@alphatech.com> | |
7 | |
8 * packages/backup-dir.el: Added to distribution. | |
9 | |
10 Fri Jan 3 16:20:42 1997 Steven L Baur <steve@altair.xemacs.org> | |
11 | |
12 * gnus/gnus-setup.el: Updated to gracefully handle installed | |
13 auxilliary packages like tm, and handle eventual integration of | |
14 Red Gnus/Gnus 5.4. | |
15 | |
16 Fri Jan 3 14:32:07 1997 Vinnie Shelton <shelton@icd.teradyne.com> | |
17 | |
18 * packages/gnuserv.el (gnuserv-frame): Autoload. | |
19 | |
20 * x11/x-menubar.el (default-menubar): Add option to control gnuserv | |
21 creating a new frame. | |
22 (options-menu-saved-forms): Ditto. | |
23 | |
24 Fri Jan 3 12:18:41 1997 Martin Buchholz <mrb@eng.sun.com> | |
25 | |
26 * x11/x-mouse.el: Protect creation of scrollbar-pointer-glyph with | |
27 feature test on 'scrollbar. | |
28 | |
29 Fri Jan 3 10:37:48 1997 Steven L Baur <steve@altair.xemacs.org> | |
30 | |
31 * packages/mic-paren.el (paren-activate): Update to v1.2. | |
32 | |
33 Fri Jan 3 10:21:58 1997 Pete Ware <ware@cis.ohio-state.edu> | |
34 | |
35 * x11/x-menubar.el (default-menubar): Add require-final-newline | |
36 and next-line-add-newlines as options in the options menu. | |
37 (options-menu-saved-forms): Ditto. | |
38 | |
39 Thu Jan 2 18:52:32 1997 Joel Peterson <tarzan@aosi.com> | |
40 | |
41 * prim/simple.el (blink-matching-open): Make sure point is visible | |
42 when blinking. | |
43 | |
44 Thu Jan 2 11:25:05 1997 Vinnie Shelton <shelton@icd.teradyne.com> | |
45 | |
46 * prim/replace.el (occur-mode-mouse-goto): Fix typo in Emacs 19.34 | |
47 synch up. | |
48 (occur-mode-map): Ditto. | |
49 | |
50 Wed Nov 20 19:40:05 1996 Lennart Staflin <lenst@lysator.liu.se> | |
51 | |
52 * psgml-parse.el (sgml-modify-dtd): set sgml-current-tree to | |
53 sgml-top-tree. Needed by sgml-open-element. | |
54 | |
55 Mon Nov 11 01:50:40 1996 Lennart Staflin <lenst@lysator.liu.se> | |
56 | |
57 * Version 1.0 released. | |
58 | |
59 Sun Sep 15 14:07:24 1996 Lennart Staflin <lenst@lysator.liu.se> | |
60 | |
61 * psgml.el (sgml-mode): modify mode-line-format with subst, don't | |
62 replicate the whole format in the code. | |
63 | |
64 Thu Sep 12 20:27:38 1996 Lennart Staflin <lenst@lysator.liu.se> | |
65 | |
66 * psgml-parse.el (sgml-external-file): Try to find system | |
67 identifiers using the sgml-public-map | |
68 if sgml-system-identifiers-are-preferred; this way that flag will | |
69 have effect even if the sgml-public-map contains `%s'. | |
70 (sgml-final): moved to be defined before use. | |
71 | |
72 * psgml-dtd.el (sgml-parse-parameter-literal): Try to handle | |
73 character references to character number above 255 by leaving a | |
74 character reference in then parsed entity text. | |
75 | |
76 Thu Sep 5 14:11:00 1996 Dave Love <d.love@dl.ac.uk> | |
77 | |
78 * psgml-other.el (sgml-set-face-for): Nullify | |
79 {after,before}-change-functions as well as (obsolete) | |
80 {after,before}-change-function. | |
81 | |
82 Tue Dec 31 11:34:37 1996 Steven L Baur <steve@altair.xemacs.org> | |
83 | |
84 * comint/gdb.el (gdb-mode): Require 'cc-mode if not already loaded | |
85 prior to starting gdb. | |
86 | |
87 Mon Dec 30 17:59:48 1996 Steven L Baur <steve@altair.xemacs.org> | |
88 | |
89 * comint/telnet.el (telnet-check-software-type-initialize): Remove | |
90 default in cond (which allows special treatment of password prompt | |
91 to work). | |
92 | |
93 Mon Dec 30 09:36:04 1996 Valdis Kletnieks <Valdis.Kletnieks@vt.edu> | |
94 | |
95 * packages/gnuserv.el (server-edit): Add option to allow killing | |
96 last visible frame. | |
97 | |
98 Sun Dec 29 21:36:44 1996 Steven L Baur <steve@altair.xemacs.org> | |
99 | |
100 * prim/files-nomule.el: Add trailing newline. | |
101 | |
102 Sun Dec 29 18:45:34 1996 James LewisMoss <dres@dres.elam.org> | |
103 | |
104 * modes/perl-mode.el: Add (provide 'perl-mode). | |
105 | |
106 Sun Dec 29 17:15:57 1996 Martin Buchholz <mrb@eng.sun.com> | |
107 | |
108 * ilisp/Makefile (elc): Be a little smarter about recompilation. | |
109 | |
110 Sun Dec 29 17:14:27 1996 Steven L Baur <steve@altair.xemacs.org> | |
111 | |
112 * tm/tm-edit-tipgp.el: Don't unconditionally require tinypgpa.el. | |
113 | |
1 Sat Dec 28 11:15:55 1996 Steven L Baur <steve@altair.xemacs.org> | 114 Sat Dec 28 11:15:55 1996 Steven L Baur <steve@altair.xemacs.org> |
2 | 115 |
3 * x11/x-menubar.el (default-menubar): Move Frame-local font menu | 116 * x11/x-menubar.el (default-menubar): Move Frame-local font menu |
4 option to Frame Appearance submenu. | 117 option to Frame Appearance submenu. |
5 | 118 |