Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | b2472a1930f2 |
children | ca9a9ec9c1c1 |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
1 1998-04-04 Hrvoje Niksic <hniksic@srce.hr> | |
2 | |
3 * isearch-mode.el (isearch-just-started): New variable. | |
4 (isearch-mode): Set it. | |
5 (isearch-repeat): Advance one character forward only if the search | |
6 was successful, and was not just started. | |
7 (isearch-repeat): Clear isearch-just-started. | |
8 | |
9 1998-04-02 SL Baur <steve@altair.xemacs.org> | |
10 | |
11 * finder.el (finder-compile-keywords): Don't eval new finder-inf | |
12 if running -batch. | |
13 | |
14 1998-03-26 Hrvoje Niksic <hniksic@srce.hr> | |
15 | |
16 * subr.el (listify-key-sequence): Removed. | |
17 | |
18 1998-03-31 Hrvoje Niksic <hniksic@srce.hr> | |
19 | |
20 * bytecomp.el (byte-compile-print-gensym): New option. | |
21 (byte-compile-output-file-form): Use it. | |
22 (byte-compile-output-docform): Ditto. | |
23 (byte-compile-compiled-obj-to-list): Ditto. | |
24 | |
25 Sun Mar 29 1998 Andy Piper <andyp@parallax.co.uk> | |
26 | |
27 * msw-glyphs.el: set frame icon if xpm support. | |
28 | |
29 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com> | |
30 | |
31 * help.el: Code that pretty prints variable values | |
32 removed. | |
33 | |
34 1998-04-02 SL Baur <steve@altair.xemacs.org> | |
35 | |
36 * find-paths.el (paths-emacs-root-p): Correct test for installation | |
37 directory. | |
38 From Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
39 | |
40 1998-03-30 Kyle Jones <kyle_jones@wonderworks.com> | |
41 | |
42 * loaddefs.el: Don't set debug-ignored-errors; leave | |
43 its default value set to nil. | |
44 | |
45 1998-03-29 Damon Lipparelli <lipp@primus.com> | |
46 | |
47 * info.el (Info-rebuild-dir): fixed mis-spelling. | |
48 | |
49 1998-03-29 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
50 | |
51 * info.el (Info-rebuild-outdated-dir): New custom var | |
52 (Info-insert-node): Create/update dir file when needed, ie when it | |
53 does not exist or is older than some info files in directory | |
54 | |
55 1998-04-01 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
56 | |
57 * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed | |
58 for last packages, mainly for using a 20.4 package base. | |
59 | |
60 * packages.el (late-packages): Typo fix. It was called | |
61 early-packages. | |
62 | |
63 * find-paths.el (paths-find-emacs-root): Bug fix: it now chases | |
64 relative symlinks correctly. | |
65 (paths-find-emacs-roots): More rigorous checking for plausible | |
66 configuration-time root. | |
67 | |
68 * startup.el (normal-top-level): Added a warning if XEmacs cannot | |
69 find its roots. | |
70 | |
71 1998-03-27 Martin Buchholz <martin@xemacs.org> | |
72 | |
73 * faces.el: Fix docstrings. | |
74 * glyphs.el: Fix docstrings. | |
75 * mouse.el: Fix docstrings. | |
76 | |
77 * frame.el: Change phrase `current frame' to `selected frame'. | |
78 | |
79 * faces.el (face-spec-set-match-display): Make FRAME arg optional. | |
80 | |
81 * bytecomp.el (displaying-byte-compile-warnings): Rewrite some | |
82 macros using backquote to make them infinitely more readable. | |
83 | |
84 1998-03-30 SL Baur <steve@altair.xemacs.org> | |
85 | |
86 * packages.el (packages-find-package-path): Hardcoded specialized | |
87 InfoDock support until we can clean this up. | |
88 | |
89 * help.el (describe-bindings-1): Return the value of the bindings | |
90 help buffer created. | |
91 (describe-bindings): Ditto. | |
92 | |
93 * simple.el (set-variable): Restore previous behavior of not | |
94 bombing if the variable to set is not boundp. | |
95 | |
96 1998-03-30 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
97 | |
98 * packages.el (packages-handle-package-dumped-lisps): Allow for | |
99 non-local files to be loaded off the package-lisp variable. | |
100 | |
1 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com> | 101 1998-03-27 Kyle Jones <kyle_jones@wonderworks.com> |
2 | 102 |
3 * x-faces.el: Global X resources should override | 103 * x-faces.el: Global X resources should override |
4 specs for all device classes (color, grayscale, mono); | 104 specs for all device classes (color, grayscale, mono); |
5 code currently doesn't override any of them. Fixed by | 105 code currently doesn't override any of them. Fixed by |