comparison lisp/ChangeLog @ 274:ca9a9ec9c1c1 r21-0b35

Import from CVS: tag r21-0b35
author cvs
date Mon, 13 Aug 2007 10:29:42 +0200
parents c5d627a313b1
children 6330739388db
comparison
equal deleted inserted replaced
273:411aac7253ef 274:ca9a9ec9c1c1
1 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
2
3 * code-process.el (start-process): Fallback to 'undecided instead
4 of 'binary for process input coding stream.
5
6 * process.el (start-process): Docstring fix.
7
8 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
9
10 * info.el (Info-insert-dir): Do not insert temporary dir files
11 in Info-dir-file-attributes
12 (Info-build-dir-anew): Ensure temporary buffer is not read-only
13 (Info-rebuild-dir): Ditto.
14
15 1998-04-09 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
16
17 * obsolete.el: Added obsoleteness declarations for
18 `site-directory' and `Info-default-directory-list'.
19
20 1998-04-08 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
21
22 * find-paths.el (paths-find-emacs-root): Only look at the
23 executable at the end of the symlink chain for determining the
24 Emacs root.
25
26 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
27
28 * setup-paths.el (paths-construct-info-path): Changed construction
29 to cater to gone default in configure.
30
31 * find-paths.el (paths-uniq-append): Added.
32
33 * packages.el: Rewritten package path construction once again.
34
35 * dump-paths.el, startup.el: Removed package-path as a global
36 variable.
37
38 * package-admin.el (package-admin-add-single-file-package):
39 (package-admin-add-binary-package): Changed package-path to
40 late-packages.
41
42 * packages.el (packages-split-path): Split path at "/" rather than
43 nil according to change in emacs.c.
44
45 1998-04-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
46
47 * setup-paths.el (paths-construct-info-path): Changed info path
48 order so that directories come out right.
49 (paths-find-lock-directory): Fixed bug: It used to think
50 configure-lock-directory is a path.
51
52 1998-04-06 Jeff Miller <jmiller@smart.net>
53
54 * x-toolbar.el: Added toolbar-vector-xxxxxx defvars. Modified
55 initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars. This
56 eases the use of toolbar-add/kill-item functions.
57
58 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
59
60 * code-files.el (file-coding-system-alist): Commented out
61 loaddefs.el magical treatment.
62
63 1998-04-06 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
64
65 * info.el (Info-rebuild-outdated-dir): Added new option
66 `conservative' and made it the default
67 (Info-rebuild-dir): Appropriately parse multi-line description
68 strings, and multi-section dir files. Issue warning when dir
69 is rebuilt as temporary
70 (Info-build-dir-anew): Issue warning when dir is built as
71 temporary
72
73 1998-04-04 Kirill M. Katsnelson <kkm@kis.ru>
74
75 * list-mode.el (list-mode-map): Bind highlight motion commands to
76 standard keys left, right, C-b and C-f.
77
78 1998-03-29 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
79
80 * files.el (auto-mode-alist): allow .sc for Scheme->C
81
82 1998-04-06 SL Baur <steve@altair.xemacs.org>
83
84 * loadup.el (pureload): Don't quote (garbage-collect).
85
86 1998-04-04 SL Baur <steve@altair.xemacs.org>
87
88 * package-get-base.el: Updated.
89
1 1998-04-04 Hrvoje Niksic <hniksic@srce.hr> 90 1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
2 91
3 * isearch-mode.el (isearch-just-started): New variable. 92 * isearch-mode.el (isearch-just-started): New variable.
4 (isearch-mode): Set it. 93 (isearch-mode): Set it.
5 (isearch-repeat): Advance one character forward only if the search 94 (isearch-repeat): Advance one character forward only if the search