Mercurial > emacs
annotate lisp/ChangeLog @ 26785:60c32f18965b
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 09 Dec 1999 23:48:05 +0000 |
parents | 5bd07730f536 |
children | f961762f177a |
rev | line source |
---|---|
26785 | 1 1999-12-09 Dave Love <fx@gnu.org> |
2 | |
3 * mail/footnote.el: New file. | |
4 | |
26780 | 5 1999-12-09 Gerd Moellmann <gerd@gnu.org> |
6 | |
7 * files.el (after-find-file): Use auto-save-visited-file-name if | |
8 set. | |
9 | |
10 * mail/feedmail.el (feedmail-find-eoh): Take | |
11 feedmail-queue-alternative-mail-header-separator into account. | |
12 | |
26777
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
13 1999-12-09 Stefan Monnier <monnier@cs.yale.edu> |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
14 |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
15 * smerge-mode.el: New file. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
16 |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
17 * font-lock.el (font-lock-multiline): New variable. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
18 (font-lock-add-keywords): Rename `major-mode' into `mode'. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
19 (font-lock-remove-keywords): Added a dummy `mode' argument for |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
20 potential future support. |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
21 (font-lock-fontify-anchored-keywords, |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
22 (font-lock-fontify-keywords-region): Only handle multiline strings |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
23 if necessary (avoids a pathological behavior in (f.ex) diff-mode). |
bdcf3193d59a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26774
diff
changeset
|
24 |
26772
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
25 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
26 |
26774
57be3cdaebfb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26772
diff
changeset
|
27 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f. |
57be3cdaebfb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26772
diff
changeset
|
28 |
26772
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
29 * dired-aux.el (dired-insert-subdir): Add autoload cookie. |
409c955897d7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26760
diff
changeset
|
30 |
26760 | 31 1999-12-07 Dave Love <fx@gnu.org> |
32 | |
33 * help.el (view-emacs-problems): New command, bound to C-h P. | |
34 | |
35 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems. | |
36 | |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
37 1999-12-07 Stefan Monnier <monnier@cs.yale.edu> |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
38 |
26748
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
39 * diff-mode.el (diff-mode-shared-map): fset'd and doc change. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
40 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map): |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
41 New code to support the minor mode version. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
42 (diff-recenter): New function. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
43 (diff-next-hunk, diff-next-file): Use it. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
44 (diff-remembered-files-alist): New var. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
45 (diff-merge-strings): New function. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
46 (diff-find-file-name): Make it smarter and use the user's input more. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
47 (diff-mode): Cosmetic changes. |
8b8438e9ac12
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26747
diff
changeset
|
48 |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
49 * files.el (save-some-buffers): Turn EXITING into the more general |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
50 PRED argument to allow specifying a subset of buffers. |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
51 |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
52 * simple.el (kill-region): Use the new `delete-and-extract-region' |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
53 rather than the undo log (which is incorrect with *-change-functions). |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
54 |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
55 * font-lock.el (font-lock-default-fontify-region): Fix subtle |
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
56 off-by-one problem that could force re-fontifying the whole buffer. |
26747
a65919d40cd0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26744
diff
changeset
|
57 (font-lock-remove-keywords): New function. |
a65919d40cd0
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26744
diff
changeset
|
58 (font-lock-add-keywords): Use the new function to ensure idempotence. |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
59 |
26743
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
60 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu> |
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
61 |
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
62 * viper-cmd.el (viper-minibuffer-standard-hook, |
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
63 viper-minibuffer-real-start): new functions. |
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
64 (viper-read-string-with-history,viper-file-add-suffix, |
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
65 viper-trim-replace-chars-to-delete-if-necessary): adapt to the |
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
66 change in the status of the minibuffer prompt. |
2ddbff6366e9
* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26739
diff
changeset
|
67 |
26739 | 68 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
69 | |
70 * comint.el (comint-redirect-results-list) | |
71 (comint-redirect-results-list-from-process): Remove interactive | |
72 spec. | |
73 | |
26738
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
74 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il> |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
75 |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
76 * info.el (info-node, info-menu-5, info-xref): Define colors for |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
77 Info faces if the display supports them. |
407a5a4056e8
(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii <eliz@gnu.org>
parents:
26736
diff
changeset
|
78 |
26736
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
79 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il> |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
80 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
81 Changes for automatic remapping of X colors on terminal frames: |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
82 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
83 * term/pc-win.el (msdos-setup-initial-frame): New function, run by |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
84 term-setup-hook. Call msdos-remember-default-colors and |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
85 msdos-handle-reverse-video. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
86 (msdos-face-setup): Parts of code moved to |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
87 msdos-setup-initial-frame. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
88 (msdos-handle-reverse-video): New function, modeled after |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
89 x-handle-reverse-video. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
90 (make-msdos-frame): Don't use initial-frame-alist and |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
91 default-frame-alist. Call msdos-handle-reverse-video. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
92 (msdos-color-aliases): Remove. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
93 (msdos-color-translate, msdos-approximate-color): Remove. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
94 (msdos-color-values): Use 16-bit RGB values. RGB values updated |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
95 for better approximation of X colors. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
96 (msdos-face-setup): Call tty-color-clear. Remove code that sets |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
97 up tty-color-alist (it is now on startup.el). |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
98 (x-display-color-p, x-color-defined-p, x-color-values, |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
99 x-defined-colors, face-color-supported-p, face-color-gray-p): |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
100 Remove. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
101 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
102 * facemenu.el (facemenu-read-color, list-colors-display): Use |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
103 defined-colors for all frame types. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
104 (facemenu-color-equal): Use color-values for all frame types. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
105 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
106 * faces.el (read-face-attribute): For :foreground and :background |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
107 attributes and frames on character terminals, translate the color |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
108 to the closest supported one before looking it up in the list of |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
109 valid values. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
110 (face-valid-attribute-values): Call defined-colors for all types |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
111 of frames. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
112 (defined-colors, color-defined-p, color-values, display-color-p): |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
113 New finctions. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
114 (x-defined-colors, x-color-defined-p, x-color-values, |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
115 x-display-color-p): Aliases for the above. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
116 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
117 * startup.el (command-line): Register terminal colors for frame |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
118 types other than x and w32, but only if the terminal supports |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
119 colors. Call tty-color-define instead of face-register-tty-color. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
120 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
121 * term/x-win.el (xw-defined-colors): Renamed from |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
122 x-defined-colors. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
123 * term/w32-win.el (xw-defined-colors): Likewise. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
124 |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
125 * term/tty-colors.el: New file. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
126 * loadup.el: Load term/tty-colors. |
a0674327c167
Changes for automatic remapping of X colors on terminal frames:
Eli Zaretskii <eliz@gnu.org>
parents:
26733
diff
changeset
|
127 |
26733 | 128 1999-12-06 Dave Love <fx@gnu.org> |
129 | |
130 * ffap.el: Autoload the ffap alias directly. | |
131 | |
26727 | 132 1999-12-06 Inge Frick <inge@nada.kth.se> |
133 | |
134 * dired-aux.el (dired-do-shell-command): Changed documentation. | |
135 (dired-shell-stuff-it): A `?' in COMMAND has now the same | |
136 meaning as `*'. | |
137 | |
26721 | 138 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
139 | |
26724 | 140 * simple.el (insert-buffer): Doc fix. |
141 | |
26721 | 142 * apropos.el (apropos-mode): Add autoload cookie. |
143 | |
144 1999-12-06 Sam Steingold <sds@goems.com> | |
145 | |
146 * progmodes/etags.el (etags-tags-completion-table): Modified the | |
147 regexp to allow for the CL symbols starting with `+*'. | |
148 (tags-completion-table): Doc fix (it's an obarray, not an alist). | |
149 (tags-completion-table, tags-recognize-empty-tags-table): Remove | |
150 `function' quoting lambda. | |
151 (tags-with-face): New macro. | |
152 (list-tags, tags-apropos): Use it. | |
153 (tags-apropos-additional-actions): New user option. | |
154 (etags-tags-apropos-additional): Use it. | |
155 (tags-apropos): Call etags-tags-apropos-additional. | |
156 (tags-apropos-verbose): New user option. | |
157 (etags-tags-apropos): Use it. | |
158 (visit-tags-table-buffer, next-file): Use `unless'. | |
159 (recognize-empty-tags-table): Renamed to | |
160 tags-recognize-empty-tags-table. | |
161 (complete-tag): Call tags-complete-tag bypassing try-completion. | |
162 | |
26717 | 163 1999-12-06 Kenichi Handa <handa@etl.go.jp> |
164 | |
165 * international/mule.el (set-buffer-file-coding-system): Docstring | |
166 modified. | |
167 | |
26712 | 168 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> |
169 | |
170 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support | |
171 using the hideshow package. | |
172 (hs-special-modes-alist): Added entry for bibtex to allow the use | |
173 of the hideshow package. | |
174 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is | |
175 not longer provided by bibtex.el directly. Instead the hideshow | |
176 package should be used. | |
177 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete | |
178 references to bibtex-hide-entry-bodies. | |
179 | |
180 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
181 | |
182 * textmodes/bibtex.el: Copyright notice is up to date. Moved | |
183 maintainer information closer to the beginning of the bibtex.el | |
184 file. | |
185 (bibtex-maintainer-salutation): New constant. | |
186 (bibtex-version): New constant. | |
187 (bibtex-submit-bug-report): Use bibtex-version and | |
188 bibtex-maintainer-salutation. | |
189 (bibtex-entry-field-alist): Made booktitle field optional for | |
190 @inproceedings entries when crossreferenced. | |
191 (bibtex-entry-field-alist): Added booktitle field to proceedings | |
192 entry type (for cross referencing). Thanks to Wagner Toledo Correa | |
193 for the suggestion. | |
194 (bibtex-string-file-path): Fixed typo. | |
195 | |
196 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
197 | |
198 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &' | |
199 for reftex.el. | |
200 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex' | |
201 to menu. | |
202 | |
26708 | 203 1999-12-04 Dave Love <fx@gnu.org> |
204 | |
205 * delsel.el: Revert previous change -- region is significant to | |
206 skeleton. | |
207 | |
26702
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
208 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu> |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
209 |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
210 * viper-cmd.el (viper-change-state): Use |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
211 viper-ESC-moves-cursor-back to decide whether to move the cursor |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
212 back. |
8be2b52389a5
* viper-cmd.el (viper-change-state): Use
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26692
diff
changeset
|
213 |
26692 | 214 1999-12-03 Kenichi Handa <handa@mule.m17n.org> |
215 | |
216 * international/mule-util.el (truncate-string-to-width): Docsting | |
217 fixed. | |
218 | |
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
219 1999-12-02 Stefan Monnier <monnier@cs.yale.edu> |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
220 |
26692 | 221 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious |
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
222 use of `cond'. |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
223 (lm-with-file): Move all the find-file...kill-buffer stuff into |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
224 this macro. Make it use `find-file-noselect' and make it kill |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
225 the buffer only if it wasn't already displayed somewhere. |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
226 (lm-summary, lm-authors, lm-maintainer, lm-creation-date) |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
227 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by) |
26692 | 228 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file. |
26744
f14026cd9767
(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26743
diff
changeset
|
229 (lm-commentary): Fix to handle the case when the change log is |
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
230 at the end of the file. |
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
231 |
26689 | 232 1999-12-02 Kenichi Handa <handa@etl.go.jp> |
233 | |
234 * international/mule.el (charsetp): Fix typo in docstring. | |
235 | |
236 * international/mule-diag.el (list-coding-categories): Fix typo; | |
237 automatic -> autoload. | |
238 | |
26676 | 239 1999-12-02 Gerd Moellmann <gerd@gnu.org> |
240 | |
26686 | 241 * vc.el (vc-update-change-log): Look for rcs2log under |
242 exec-directory. | |
243 | |
26683 | 244 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change |
245 outline-regexp, add outline-level. | |
246 (lisp-outline-level): New. | |
247 | |
26681 | 248 * calendar/appt.el (appt-convert-time): Handle "12:MMam", |
249 remove extraneous string-match. | |
250 | |
26676 | 251 * finder.el (finder-commentary): Activate Finder mode. |
252 | |
26674 | 253 1999-12-01 Anders Lindgren <andersl@andersl.com> |
254 | |
255 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned | |
256 off when reverting buffers that contained mode specifiers. | |
257 `revert-buffer' is now called with non-nil PRESERVE-MODES | |
258 argument. | |
259 | |
26672 | 260 1999-12-01 Dave Love <fx@gnu.org> |
261 | |
262 * delsel.el: Grok skeleton-pair-insert-maybe. | |
263 | |
26668
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
264 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
265 |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
266 * progmodes/cperl-mode.el (cperl-under-as-char): |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
267 Use nil as default. |
d36fa3fb6939
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26666
diff
changeset
|
268 |
26660 | 269 1999-11-30 Gerd Moellmann <gerd@gnu.org> |
270 | |
271 * speedbar.el (toplevel): Remove compatibility code for Emacs | |
272 versions without custom.el. | |
273 | |
26658 | 274 1999-11-30 Dave Love <fx@gnu.org> |
275 | |
26690
1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26689
diff
changeset
|
276 * fortran.el (fortran-strip-sequence-nos): New command. |
26666 | 277 |
26662 | 278 * autoinsert.el: Minor doc fixes. |
279 (auto-insert): Return nil. | |
280 | |
26658 | 281 * faces.el (set-face-documentation): Purecopy STRING. |
282 | |
26654 | 283 1999-11-29 Dave Love <fx@gnu.org> |
284 | |
26656 | 285 * derived.el: Doc fixes, remove old backquote syntax. |
286 | |
26654 | 287 * cus-edit.el (custom-save-variables, custom-save-faces): Write a |
288 comment warning about editing. | |
289 | |
26651 | 290 * help.el (help-mode-hook): Define. |
291 | |
26649 | 292 1999-11-29 Gerd Moellmann <gerd@gnu.org> |
293 | |
294 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct | |
295 invalid translation of old-style backquote syntax to new syntax. | |
296 | |
26636
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
297 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il> |
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
298 |
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
299 * Makefile (DONTCOMPILE): Add term/internal.el. |
36564a827d06
Makefile (DONTCOMPILE): Add term/internal.el
Eli Zaretskii <eliz@gnu.org>
parents:
26628
diff
changeset
|
300 |
26628 | 301 1999-11-26 Dave Love <fx@gnu.org> |
302 | |
303 * comint.el: Fix last change. | |
304 | |
305 * emacs-lisp/advice.el: Fix last change. | |
306 | |
26626
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
307 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
308 |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
309 * cus-edit.el (Custom-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
310 (custom-variable-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
311 (custom-face-reset-standard): Doc fix. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
312 (custom-face-menu): "Reset to Standard" => "Erase Customization". |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
313 (custom-variable-menu): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
314 (custom-reset-menu): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
315 (custom-buffer-create-internal): Likewise. |
ecc4acdd96a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26624
diff
changeset
|
316 |
26624 | 317 1999-11-26 Dave Love <fx@gnu.org> |
318 | |
319 * progmodes/make-mode.el (makefile-mode-hook): Customize. | |
320 | |
321 * font-lock.el: Doc fixes. | |
322 | |
323 * menu-bar.el (menu-bar-mode): Customize. | |
324 | |
325 * cus-start.el: Add use-dialog-box. | |
326 | |
327 * add-log.el (change-log-mode-hook): Customize. | |
328 (add-log-current-defun): Use | |
329 fortran-{beginning,end}-of-subprogram. | |
330 | |
26623
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
331 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
332 |
92f785e7552d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26617
diff
changeset
|
333 * emacs-lisp/advice.el: Many doc fixes. |
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
334 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
335 * comint.el (comint-preoutput-filter-functions): Doc fix. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
336 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
337 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
338 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
339 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
340 Improve messages for capitalization of arg names, |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
341 for flag variables, for t and nil, for imperatives. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
342 Call them imperatives rather than infinitives sans "to". |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
343 (checkdoc-common-verbs-wrong-voice): Add "moves". |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
344 (checkdoc-message-text-engine): Improve messages for y-or-n-p. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
345 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
346 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
347 Don't convert comments from 3-semicolon to 2-semicolon. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
348 That is a matter of style. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
349 (checkdoc-triple-semi-comment-check-flag): Variable deleted. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
350 (checkdoc-comments): Don't bind that variable. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
351 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
352 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
353 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
354 * files.el (write-file-hooks): Doc fix. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
355 |
26608 | 356 1999-11-26 Gerd Moellmann <gerd@gnu.org> |
357 | |
358 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='. | |
359 | |
26600 | 360 1999-11-25 Dave Love <fx@gnu.org> |
361 | |
362 * hippie-exp.el: Require comint when compiling. | |
363 (hippie-expand): Add :links. | |
364 (hippie-expand-try-functions-list): Customize. | |
365 | |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
366 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu> |
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
367 |
26609 | 368 * viper*el: Replaced old-style backquotes. |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
369 |
26609 | 370 * ediff*el: Replaced old-style backquotes. |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
371 |
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
372 * ediff-merge |
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
373 (ediff-looks-like-combined-merge,ediff-get-combined-region): |
26609 | 374 Changed to support the new format for ediff-combination-pattern. |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
375 |
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
376 * ediff-diff (ediff-set-fine-overlays-in-one-buffer): |
26609 | 377 Changed to support the new format for ediff-combination-pattern. |
26588
76b6a75471e1
* viper*el: replaced old-style backquotes.
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26584
diff
changeset
|
378 |
26581 | 379 1999-11-24 Dave Love <fx@gnu.org> |
380 | |
26584 | 381 * custom.el (custom-declare-group): Purecopy DOC. |
382 (custom-handle-keyword): Purecopy VALUE. | |
383 (custom-add-link): Purecopy WIDGET. | |
384 (custom-add-version): Purecopy VERSION. | |
385 (custom-add-load): Purecopy LOAD. | |
386 | |
387 * cus-face.el (custom-declare-face): Purecopy DOC. | |
388 | |
26581 | 389 * info.el: |
390 (Info-build-node-completions, Info-search, Info-follow-reference) | |
391 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token) | |
392 (Info-find-emacs-command-nodes): Avoid properties on matched text | |
393 which may appear in minibuffer. | |
394 | |
26579 | 395 1999-11-24 Gerd Moellmann <gerd@gnu.org> |
396 | |
397 * locate.el (locate-with-filter): Doc fix. | |
398 | |
26577 | 399 1999-11-24 Alex Schroeder <alex@gnu.org> |
400 | |
401 * sql.el (sql-find-sqli-buffer): New function. | |
402 (sql-set-sqli-buffer-generally): New function. | |
403 (sql-set-sqli-buffer): Better checking of new-buffer. | |
404 (sql-copy-column): Add comma after INTO clause, too. | |
405 | |
406 1999-11-24 Alex Schroeder <alex@gnu.org> | |
407 | |
408 * sql.el (sql-imenu-generic-expression): New, used to set | |
409 imenu-generic-expression. | |
410 | |
411 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when | |
412 setting font-lock-defaults' SYNTAX-ALIST. Set | |
413 imenu-generic-expression, imenu-case-fold-search, and | |
414 imenu-syntax-alist. | |
415 | |
416 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95 | |
417 and 46 when setting font-lock-defaults' SYNTAX-ALIST. | |
418 | |
26575 | 419 1999-11-23 Andrew Innes <andrewi@gnu.org> |
420 | |
421 * w32-win.el (w32-drag-n-drop): Load files in current window, if | |
422 drop coords aren't over a specific window. | |
423 | |
26564 | 424 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
425 | |
426 * ps-print.el: Define mule funs without checking if mule package is | |
427 loaded. | |
428 (ps-print-version): New version number (5.0.1). | |
429 (ps-header-dirpart): Now uses abbreviate-file-name. | |
430 | |
26559 | 431 1999-11-23 Dave Love <fx@gnu.org> |
432 | |
26561 | 433 * fortran.el (fortran-comment-line-start): Renamed from |
434 comment-line-start. | |
435 (fortran-comment-line-start-skip): Renamed from | |
436 comment-line-start-skip. | |
437 (fortran-mode-map): Use renamed functions. Add manual and custom | |
438 entries to menu. | |
439 (fortran-mode-hook): Customize. | |
440 (fortran-comment-indent-function): Renamed from | |
441 fortran-comment-hook. | |
442 (delete-horizontal-regexp): Function deleted. | |
443 (fortran-electric-line-number): Simplified. | |
444 (fortran-beginning-of-subprogram): Renamed from | |
445 beginning-of-fortran-subprogram. | |
446 (fortran-end-of-subprogram): Renamed from | |
447 end-of-fortran-subprogram. | |
448 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram. | |
449 (fortran-previous-statement, fortran-next-statement): Simplified. | |
450 (fortran-blink-match): New function. | |
451 (fortran-blink-matching-if, fortran-blink-matching-do): Use it. | |
452 (fortran-indent-to-column): Don't use delete-horizontal-regexp. | |
453 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use | |
454 line-end-position. | |
455 (fortran-fill): No longer interactive. Simplified. | |
456 (fortran-break-line): Simplified. | |
457 (fortran-analyze-file-format): Use char-after, not looking-at. | |
458 | |
26559 | 459 * find-func.el (find-function-regexp): Use `define-minor-mode' |
460 after easy-menu change. | |
461 | |
26554 | 462 1999-11-23 Gerd Moellmann <gerd@gnu.org> |
463 | |
464 * comint.el: Add redirection.from active comint buffers into | |
465 another buffer. Written by Peter Breton. | |
466 | |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
467 1999-11-23 Stefan Monnier <monnier@cs.yale.edu> |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
468 |
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
469 * emacs-lisp/autoload.el (make-autoload): Recognize the new |
26554 | 470 `define-minor-mode'. |
26552
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
471 (define-minor-mode): Specify `doc-string-elt'. |
88324520c7fc
(make-autoload): Recognize the new `define-minor-mode'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26551
diff
changeset
|
472 |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
473 * emacs-lisp/easy-mmode.el: Changed maintainer. |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
474 (easy-mmode-define-toggle): New BODY arg; Never append `-mode'; |
26554 | 475 Use defcustom for the hooks; Improve the auto-generated docstrings. |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
476 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'. |
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
477 (define-minor-mode): Add BODY arg; Only declare the keymap if |
26554 | 478 provided; Improve the auto-generated docstrings. |
26551
271f77895660
Changed maintainer.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26545
diff
changeset
|
479 |
26533 | 480 1999-11-22 Gerd Moellmann <gerd@gnu.org> |
481 | |
26554 | 482 * textmodes/text-mode.el (text-mode): Construct paragraph-start so |
26545 | 483 that the leading `^' is at the start. This is necessary because |
484 paragraphs.el tries to remove anchors, but can find them only if | |
485 they are the first character. | |
486 | |
26543 | 487 * progmodes/antlr-mode.el: New file. |
488 | |
26533 | 489 * calendar/calendar.el: Fix autoload for |
490 calendar-absolute-from-astro. Add autoload for | |
491 calendar-print-astro-day-number. | |
492 | |
26524 | 493 1999-11-21 Anders Lindgren <andersl@andersl.com> |
494 | |
495 * follow.el: Use modern backquote syntax. Minor comment update. | |
496 | |
26520 | 497 1999-11-21 Gerd Moellmann <gerd@gnu.org> |
498 | |
26522 | 499 * simple.el (with-syntax-table): Don't switch buffers. |
500 | |
26520 | 501 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el, |
502 progmodes/hideif.el: Use new backquote syntax. | |
503 | |
26517 | 504 1999-11-21 Ken Manheimer <klm@python.org> |
505 | |
506 * icomplete.el (icomplete-completions): Use an explicit variable | |
507 `icomplete-prospects-length', obviating the need to use an | |
508 apparently faulty throw/catch arrangement. | |
509 | |
26515
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
510 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il> |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
511 |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
512 * term/internal.el (IT-display-table-setup): Don't overstep |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
513 character code 255. |
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
514 |
26511 | 515 1999-11-20 Kenichi Handa <handa@mule.m17n.org> |
516 | |
517 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font | |
518 for the charset chinese-sisheng is 7bit encoding, not 8bit. | |
519 | |
26508
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
520 1999-11-19 Stefan Monnier <monnier@cs.yale.edu> |
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
521 |
26517 | 522 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the |
523 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars. | |
524 | |
525 * files.el (auto-mode-alist): Add patterns for diff-mode. | |
526 | |
527 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end | |
528 to detect an empty prompt. | |
26508
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
529 |
26505 | 530 1999-11-18 Dave Love <fx@gnu.org> |
531 | |
532 * simple.el (input-mode-8-bit): Fix the customization. | |
533 | |
26489 | 534 1999-11-18 Gerd Moellmann <gerd@gnu.org> |
535 | |
26494 | 536 * international/iso-acc.el (iso-languages): Add more |
537 characters for Portuguese. | |
538 | |
26492 | 539 * speedbar.el: Clean up comment at the start of the file. |
540 Remove RCS id. | |
541 | |
26489 | 542 * progmodes/compile.el (compilation-parse-errors): Use |
543 compilation-buffer-p instead of testing major-mode. | |
544 | |
26496 | 545 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> |
546 | |
547 * quickurl.el Added defcustom of quickurl-completion-ignore-case. | |
548 (quickurl-ask): completion-ignore-case is set to the value of | |
549 quickurl-completion-ignore-case for the duration of the call to | |
550 completing-read. | |
551 | |
26487 | 552 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
553 | |
554 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook. | |
555 | |
26484
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
556 1999-11-18 Kenichi Handa <handa@etl.go.jp> |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
557 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
558 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
559 instead of ps-print-def. |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
560 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
561 * ps-print.el: Require ps-vars instead of ps-print-def. |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
562 |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
563 * ps-mule.el: Require ps-vars instead of ps-print-def. |
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
564 |
26477 | 565 1999-11-17 Gerd Moellmann <gerd@gnu.org> |
566 | |
567 * simple.el (with-syntax-table): Save buffer explicitly instead of | |
568 using save-excursion. | |
569 | |
26467 | 570 1999-11-16 Gerd Moellmann <gerd@gnu.org> |
571 | |
572 * mail/supercite.el: New maintainer. | |
573 | |
574 1999-11-16 Reto Zimmermann <reto@synopsys.com> | |
575 | |
576 * progmodes/vhdl-mode.el: Use new backquote syntax. | |
577 | |
578 1999-11-16 Gerd Moellmann <gerd@gnu.org> | |
579 | |
580 * simple.el (with-syntax-table): New. | |
581 | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
582 1999-11-15 Sam Steingold <sds@ksp.com> |
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
583 |
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
584 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax. |
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
585 |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
586 1999-02-22 Sam Steingold <sds@goems.com> |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
587 |
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
588 * goto-addr.el (goto-address-at-mouse, |
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
589 goto-address-find-address-at-point): use compose-mail. |
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
590 (goto-address-mail-method): removed variable. |
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
591 (goto-address-send-using-mh-e, goto-address-send-using-mhe, |
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
592 goto-address-send-using-mail): removed functions. |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
593 |
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
594 1998-11-03 Sam Steingold <sds@goems.com> |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
595 |
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
596 * simple.el (backward-delete-char-untabify): |
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
597 backward-delete-char-untabify-method can be `all' now - to delete |
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
598 hungrily including newlines. |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
599 |
26456 | 600 1999-11-15 Sam Steingold <sds@ksp.com> |
601 | |
602 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax. | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
603 |
26452 | 604 1999-11-15 Dave Love <fx@gnu.org> |
605 | |
606 * cus-edit.el (customize-face, customize-face-other-window): | |
607 Require match from completing-read. | |
608 (custom-buffer-done-function): Default to custom-bury-buffer, not | |
609 bury-buffer. | |
610 | |
26450 | 611 1999-11-15 Gerd Moellmann <gerd@gnu.org> |
612 | |
26456 | 613 * mail/rmail.el, iswitchb.el, hippie-exp.el, |
614 progmodes/cperl-mode.el: Use new backquote syntax. | |
26450 | 615 |
26445 | 616 1998-09-14 Michael Ernst <mernst@alum.mit.edu> |
617 | |
618 * uniquify.el: Use new backquote syntax. | |
619 | |
620 1999-11-14 Markus Rost <rost@ias.edu> | |
26443 | 621 |
622 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r | |
623 as in ispell-local-dictionary-alist. | |
624 | |
26445 | 625 1999-11-14 Alex Schroeder <alex@gnu.org> |
26440 | 626 |
627 * ansi-color.el (ansi-color-apply): Updated regexps to include | |
628 highlighted face. | |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
629 |
26445 | 630 1999-01-14 Johan Vromans <jvromans@squirrel.nl> |
26437 | 631 |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
632 * forms.el (forms--make-format-elt-using-text-properties): |
26437 | 633 Treat `intangible' differently. |
634 | |
635 * forms.el: Use new backquote syntax. | |
636 | |
26434 | 637 1999-11-13 Gerd Moellmann <gerd@gnu.org> |
638 | |
639 * textmodes/scribe.el (scribe-mode): Doc-fix. | |
640 | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
641 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> |
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
642 |
26435 | 643 * net-utils.el (run-network-program, net-utils-run-program): Use |
644 the new backquote syntax. | |
645 (smbclient-program, smbclient-program-options) | |
646 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New | |
647 variables | |
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
648 (smbclient, smbclient-list-shares): New functions |
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
649 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
650 1999-11-12 Sam Steingold <sds@ksp.com> |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
651 |
26435 | 652 * emulation/viper-init.el (viper-deflocalvar, viper-loop) |
653 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair) | |
654 (viper-kbd-buf-definition, viper-kbd-mode-alist) | |
655 (viper-kbd-mode-pair, viper-kbd-mode-definition) | |
656 (viper-kbd-global-pair, viper-kbd-global-definition): | |
26429
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
657 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
658 |
26435 | 659 * emulation/viper-cmd.el (viper-test-com-defun) |
660 (viper-prefix-arg-value, viper-prefix-arg-com): | |
26429
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
661 Use the new backquote syntax. |
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
662 |
26428
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
663 * emacs-lisp/debug.el (debugger-env-macro): |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
664 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
665 |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
666 * emacs-lisp/easymenu.el (easy-menu-make-symbol): |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
667 Use the new backquote syntax. |
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
668 |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
669 * calendar/calendar.el (calendar-remove-frame-by-deleting): |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
670 New user variable. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
671 (calendar-hide-window): Use it. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
672 (increment-calendar-month, calendar-for-loop, calendar-sum): |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
673 Use the new backquote syntax. |
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
674 |
26424 | 675 1999-11-12 Andrew Innes <andrewi@gnu.org> |
676 | |
677 * select.el (x-set-selection): Call buffer-substring, not | |
678 substring. Also fix docstring | |
679 | |
26422 | 680 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl> |
681 | |
682 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list | |
683 of customizable variables to bug report message. Added | |
684 system-type to package name in bug report. | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
685 |
26419 | 686 1999-11-12 Gerd Moellmann <gerd@gnu.org> |
687 | |
688 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name | |
689 to display file names. | |
690 | |
26409 | 691 1999-11-11 Gerd Moellmann <gerd@gnu.org> |
692 | |
26411 | 693 * mwheel.el: Fix copyright notice, don't require 'cl at run time. |
694 | |
26409 | 695 * isearch.el: Add lazy-highlighting feature. |
696 | |
26406 | 697 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl> |
698 | |
699 * progmodes/ps-mode.el (ps-mode-maintainer-address): New | |
700 constant. | |
701 (ps-mode-submit-bug-report): New function. Entry added to menu. | |
702 | |
26399
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
703 1999-11-10 William M. Perry <wmperry@aventail.com> |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
704 |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
705 * mwheel.el: New file to support the new style wheeled mice. |
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
706 |
26394 | 707 1999-11-10 Gerd Moellmann <gerd@gnu.org> |
708 | |
26406 | 709 * startup.el (initial-scratch-message): Add ";;" to the front of |
710 lines in the message. | |
711 | |
26396 | 712 * files.el (file-local-copy): Remove optional BUFFER argument |
713 because that's not used by anything. | |
714 | |
26394 | 715 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as |
716 to-address. | |
717 | |
26387 | 718 1999-11-08 Markus Rost <rost@ias.edu> |
719 | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
720 * wid-edit.el (widget-button-click): Wrap with save-excursion |
26387 | 721 to restore track-mouse in the correct buffer. |
722 | |
723 1999-11-08 Gerd Moellmann <gerd@gnu.org> | |
724 | |
725 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. | |
726 | |
727 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> | |
728 | |
729 * progmodes/ps-mode.el (ps-mode-print-function): Changed default | |
730 lpr-command to "lp" for some system-types. (copied from lpr.el | |
731 Emacs version 20.2.1). | |
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
732 |
26362 | 733 1999-11-04 Markus Rost <rost@ias.edu> |
734 | |
735 * simple.el (comment-region): Strip off white space at end of | |
736 comment-start. | |
737 | |
26354 | 738 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
739 | |
740 * faces.el (secondary-selection): Fix wrong color name. | |
741 | |
26352 | 742 1999-11-04 John Tobey <jtobey@epsilondev.com> |
743 | |
744 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | |
745 the default when invoking perldb in a non-Perl buffer, and other | |
746 cases involving -e or --. | |
747 | |
26342 | 748 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
749 | |
26352 | 750 * simple.el (previous-matching-history-element) |
751 (next-history-element): Use delete-field instead of erase-field. | |
752 | |
753 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | |
754 Use delete-field instead of erase-field. | |
755 | |
26344 | 756 * faces.el (secondary-selection): Change background to yellow. |
757 | |
26342 | 758 * complete.el (PC-do-completion): Use minibuffer-prompt-end to |
759 find the start of the text. Use field-string to read the user | |
760 input. | |
761 | |
26333 | 762 1999-11-03 Gerd Moellmann <gerd@gnu.org> |
763 | |
26338 | 764 * faces.el (make-face-bold, make-face-unbold, make-face-italic) |
765 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument | |
766 for compatibility with old face implementation. | |
767 | |
26336 | 768 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): |
769 Use erase-field instead of erase-buffer. | |
770 | |
26333 | 771 * frame.el (blink-cursor-mode, blink-cursor-end): Use |
772 internal-show-cursor with new interface. | |
773 (blink-cursor-timer-function): New. | |
774 (blink-cursor-start): Use blink-cursor-timer-function. | |
775 | |
26331 | 776 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
777 | |
778 * calendar.el (redraw-calendar): Move to nearest date before | |
779 redrawing. | |
780 | |
781 * diary-lib.el (simple-diary-display): Reset modeline even if | |
782 there are no diary entries since the diary buffer may be displayed. | |
783 | |
26326 | 784 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
785 | |
786 * emacs-lisp/debug.el (debug): If noninteractive, display the | |
787 backtrace using `message', then exit Emacs. | |
788 (debugger-batch-max-lines): New variable. | |
789 (debugger-setup-buffer): New subroutine, broken out of `debug'. | |
790 Change the messages put at the start, to say that the debugger | |
791 was entered. | |
792 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
793 1999-11-02 Sam Steingold <sds@ksp.com> |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
794 |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
795 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp. |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
796 |
26295 | 797 1999-11-01 John Tobey <jtobey@epsilondev.com> |
798 | |
799 * gud.el: (gud-perldb-massage-args): Massage correctly in the | |
800 presence of perl switches other than "-e". | |
801 | |
26287 | 802 1999-11-01 Markus Rost <rost@ias.edu> |
803 | |
804 * dired-x.el (dired-smart-shell-command): Use | |
805 shell-command-history as in shell-command. | |
806 | |
26282 | 807 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
808 | |
809 * userlock.el (ask-user-about-lock): Doc fix. | |
810 | |
26285 | 811 * frame.el: Doc fixes. |
812 | |
26271 | 813 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
814 | |
26279 | 815 * frame.el (blink-cursor-mode): Call internal-show-cursor instead |
816 of show-cursor. | |
817 (blink-cursor-start, blink-cursor-end): Ditto. | |
818 | |
26271 | 819 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. |
820 | |
26269 | 821 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
822 | |
823 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
824 start on that frame. Use save-selected-window. | |
825 | |
26266 | 826 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
827 | |
828 * simple.el (end-of-buffer): Use window-end to find the window end | |
829 instead of vertical-motion because this handles variable-height | |
830 lines correctly. | |
831 | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
832 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
833 |
26266 | 834 * ediff.el: Version change. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
835 |
26266 | 836 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
837 make sure you are in a good frame before deleting other |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
838 windows. |
26266 | 839 (ediff-file-checked-in-p): Don't consider CVS |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
840 files checked in. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
841 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
842 are writing to a newly created empty file. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
843 |
26266 | 844 * ediff-mult.el (ediff-show-session-group-hook): New default. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
845 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
846 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
26266 | 847 First cd to the file directory. reportedly works |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
848 better with remote files. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
849 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
850 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): |
26266 | 851 Use file-name-nondirectory when passing files to CVS. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
852 |
26271 | 853 * ediff-diff.el (ediff-cmp-options): New variable. |
26267 | 854 (ediff-same-file-contents): Use ediff-cmp-options. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
855 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
856 * ediff-ptch.el (ediff-prompt-for-patch-buffer, |
26266 | 857 ediff-get-patch-buffer): Use current buffer if it appears to be a |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
858 patch. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
859 |
26271 | 860 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c |
861 C-g | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
862 |
26266 | 863 * viper-util.el (viper-nontrivial-find-file-function): Deleted. |
864 (viper-glob-unix-files, viper-glob-mswindows-files): New functions. | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
865 (viper-save-cursor-color,viper-restore-cursor-color): |
26266 | 866 Improved cursor color handling. |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
867 (viper-get-saved-cursor-color-in-replace-mode, |
26266 | 868 viper-get-saved-cursor-color-in-insert-mode): New functions for |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
869 better cursor color handling. |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
870 |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
871 * viper-ex.el (ex-read,ex-edit): |
26266 | 872 Fixes for correct interpretation of #,%. |
873 (viper-ex): Now works correctly when called from other functions. | |
874 (viper-glob-function): New variable. | |
875 (viper-ex): Save excursion before doing :global. | |
876 | |
877 * viper-mous.el (viper-counting-clicks-p): Bug fixes. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
878 |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
879 * viper-cmd.el (viper-post-command-sentinel, |
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
880 viper-insert-state-post-command-sentinel, |
26266 | 881 viper-insert-state-pre-command-sentinel): Takes better care of |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
882 cursor colors. |
26267 | 883 |
884 * viper.el: Version change. | |
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
885 |
26260 | 886 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com> |
887 | |
888 * whitespace.el (whitespace-update-modeline): Bugfix to ensure | |
889 that the modeline display was updated *only* when | |
890 `whitespace-display-in-modeline' was set, not otherwise. | |
891 | |
26248 | 892 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
893 | |
26251 | 894 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to |
895 "frac12". | |
896 | |
26248 | 897 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for |
898 ad-activate. | |
899 | |
26246 | 900 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> |
901 | |
26254 | 902 * whitespace.el: Test for existence of `defcustom' and `defgroup' |
903 using fboundp instead of assuming that these are not present in | |
904 particular flavors of emacs. | |
905 (whitespace-version): Update to 2.8 | |
906 (whitespace-display-in-modeline): Add custom variable to control | |
907 displaying the whitespace errors on the modeline based on | |
908 suggestion from <klaus.berndl@sdm.de> | |
909 (whitespace-buffer): Now returns `t' if unclean and `nil' if | |
910 clean, to enable using as a hook function, as suggested by Puneet | |
911 Goel <puneet@computer.org> | |
912 (whitespace-buffer): Fix a subtle bug that cleaned up only if | |
913 quiet was not set, even with whitespace-auto-cleanup set. | |
914 (whitespace-mode-line): Now uses less modeline real estate and | |
915 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace | |
916 which is present in the file, and <y> is any type of whitespace | |
917 whose check has been suppressed by setting | |
26246 | 918 `whitespace-check-<whitespace-type>' to nil. |
26254 | 919 (whitespace-unchecked-whitespaces): New function to return the |
920 list of whitespaces for whom checks have been suppressed. | |
921 (whitespace-display-unchecked-whitespaces): Renamed to | |
922 `whitespace-update-modeline' to reflect its functionality. | |
26246 | 923 |
26244 | 924 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
925 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
926 * progmodes/compile.el (compilation-error-regexp-alist): |
26244 | 927 Undo previous change. |
928 | |
26232 | 929 1999-10-28 Dave Love <fx@gnu.org> |
930 | |
931 * help.el (help-follow): Make arg optional again and really | |
932 default to point. | |
933 | |
26228 | 934 1999-10-28 Gerd Moellmann <gerd@gnu.org> |
935 | |
26234 | 936 * paths.el (rmail-file-name): Make it an option. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
937 |
26228 | 938 * progmodes/ada-mode.el, progmodes/ada-prj.el, |
939 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | |
940 comment fixes. | |
941 | |
26231 | 942 * progmodes/compile.el (compilation-error-regexp-alist): Recognize |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
943 MIPS Pro 7.3 compiler error message syntax. |
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
944 |
26223 | 945 1999-10-27 Dave Love <fx@gnu.org> |
946 | |
947 * progmodes/compile.el: Checkdoc-inspired fixes. | |
948 | |
26220 | 949 1999-10-27 Gerd Moellmann <gerd@gnu.org> |
950 | |
951 * lpr.el (print-buffer): Doc-string fix. | |
952 | |
26218 | 953 1999-10-27 Dave Love <fx@gnu.org> |
954 | |
955 * emacs-lisp/advice.el: Doc fixes. | |
956 (ad-lemacs-p): Removed. | |
957 (advice): Add :link to defgroup. | |
958 | |
26209 | 959 1999-10-27 Kenichi Handa <handa@etl.go.jp> |
960 | |
961 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | |
962 last-coding-system-used by the call of ange-ftp-set-ascii-mode. | |
963 | |
26617
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
964 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
965 |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
966 * window.el (walk-windows): If ALL-FRAMES is a frame, |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
967 start on that frame. Use save-selected-window. |
2cde2efdc20f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
26609
diff
changeset
|
968 |
26207 | 969 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
970 | |
971 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
972 ad-activate. All callers changed, including those in data.c. | |
973 (ad-activate-internal-off): Renamed from ad-activate-off. | |
974 All uses changed. | |
975 (ad-activate): Renamed from ad-activate-on. All uses changed. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
976 (ad-start-advice, ad-stop-advice, ad-recover-normality): |
26207 | 977 Alter the definition of ad-activate-internal, not ad-activate. |
978 | |
26196 | 979 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
980 | |
981 * startup.el (command-line-1): Add support for command line | |
982 arguments `file' and `execute'. Fix handling of `visit'. | |
983 | |
26191 | 984 1999-10-26 Kenichi Handa <handa@etl.go.jp> |
985 | |
986 * international/mule-cmds.el (read-input-method-name): Handle the | |
987 case that the arg DEFAULT is symbol. | |
988 | |
989 * international/mule-diag.el (mule-diag): Handle the case that | |
990 default-input-method is symbol. | |
991 | |
26187 | 992 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
993 | |
994 * textmodes/tildify.el: New file. | |
995 | |
26184 | 996 1999-10-25 Sam Steingold <sds@ksp.com> |
997 | |
998 * Makefile (compile-files): Fixed the "tr" strings. | |
999 (EMACS): Set to ../src/emacs. | |
1000 | |
26173 | 1001 1999-10-25 Gerd Moellmann <gerd@gnu.org> |
1002 | |
1003 * info.el (Info-build-node-completions): Add '("*") to the | |
1004 completion list. | |
1005 | |
26167 | 1006 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1007 | |
1008 * frame.el (auto-raise-mode): When enabling the mode, | |
1009 immediately raise the selected frame. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1010 |
26170 | 1011 * indent.el (indent-region): Doc fix. |
1012 | |
26175 | 1013 * comint.el (comint-output-filter): Make the Comint buffer current |
1014 for the comint-preoutput-filter-functions. | |
1015 | |
26177 | 1016 * mail/reporter.el: Doc fix. |
1017 | |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1018 1999-10-24 Stephen Eglen <stephen@gnu.org> |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1019 |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
1020 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1021 that Octave lisp files can also run under XEmacs 20. |
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
1022 (require 'custom) added so that files can run under Emacs 19.34. |
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
1023 |
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1024 * iswitchb.el (iswitchb-default-keybindings): No need to use |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1025 read-kbd-macro in keybindings. |
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
1026 |
26151 | 1027 1999-10-23 Dave Love <fx@gnu.org> |
1028 | |
1029 * elide-head.el: New file. | |
1030 | |
26148 | 1031 1999-10-23 Gerd Moellmann <gerd@gnu.org> |
1032 | |
1033 * Makefile (compile-files, backup-compiled-files): New targets. | |
1034 (bootstrap, bootstrap-clean): Ditto. | |
1035 | |
26138
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1036 1999-10-22 Paul Eggert <eggert@twinsun.com> |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1037 |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1038 * international/mule-cmds.c (locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1039 Use Latin-1 (not Latin-3) for Afrikaans, Galician. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1040 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian, |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1041 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1042 Use Latin-8 for Welsh. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1043 Use Latin-1 for English if "en" is explicitly specified. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1044 Use Latin-1 for Scots Gaelic, Tagalog. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1045 Use Latin-1 (not Latin-4) for Greenlandic. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1046 Use Latin-1 (not Latin-2) for Albanian. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1047 (locale-preferred-coding-systems, locale-language-names): |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1048 Remove generic ISO 8859 locales; locale-charset-language-names now |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1049 does this. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1050 (locale-charset-language-names): New variable. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1051 (set-locale-environment): Use language name specified by |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1052 locale-charset-language-names if its charsets disagree with the |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1053 language name specified by locale-language-names. |
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
1054 |
26132 | 1055 1999-10-22 Dave Love <fx@gnu.org> |
1056 | |
26137 | 1057 * make-mode.el: Minor doc fixes. |
1058 | |
26132 | 1059 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. |
1060 | |
26129 | 1061 1999-10-21 Dave Love <fx@gnu.org> |
1062 | |
1063 * loadup.el: Add latin-8, latin-9. | |
1064 | |
26124
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1065 1999-10-20 Paul Eggert <eggert@twinsun.com> |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1066 |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1067 * disp-table.el (standard-display-european): Remove undocumented |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1068 arg AUTO; no longer used by startup.el. Do not attempt to treat |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1069 all non-English language environments as coding system names. |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1070 Instead, use the downcased language environment name as a coding |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1071 system name if it is one; otherwise, use latin-1. |
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
1072 |
26121 | 1073 1999-10-20 Gerd Moellmann <gerd@gnu.org> |
1074 | |
1075 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
1076 that were split so that part of the comment appeared as Lisp code. | |
1077 | |
26117 | 1078 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1079 | |
1080 * ps-bdf.el: Doc fix. | |
1081 | |
1082 * ps-print-def.el: New file: common definitions for all parts of | |
1083 ps-print. | |
1084 (ps-multibyte-buffer): Moved from ps-mule. | |
1085 | |
1086 * ps-mule.el: File dependence fix. | |
1087 (ps-multibyte-buffer): Moved to ps-print-def. | |
1088 | |
1089 * ps-print.el: Doc fix, better customization. | |
1090 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
1091 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
1092 (ps-end-file): Doc fix. | |
1093 (ps-setup, ps-begin-file): Fun fix. | |
1094 (postscript): New group. | |
1095 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
1096 (ps-print-prologue-1): Adjust PostScript programming. | |
1097 (ps-print): Adjust group hierarchy. | |
1098 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
1099 ps-print-printer) | |
1100 (ps-print-page): New subgroups. | |
1101 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
1102 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
1103 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
1104 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
1105 (ps-zebra-stripe-height, ps-print-background-image) | |
1106 (ps-print-background-text, ps-spool-config): Adjust customization. | |
1107 (dos-ps-printer): Definition eliminated. | |
1108 | |
1109 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1110 | |
1111 * ps-mule.el: Doc fix, define functions properly if mule package is | |
1112 loaded or not. | |
1113 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
1114 mule package is loaded or not. | |
1115 | |
1116 * ps-print.el: Doc fix, n-up printing. | |
1117 (ps-print-version): New version number (5.0). | |
1118 (ps-page-dimensions-database): Added document media. | |
1119 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
1120 (ps-page-order, ps-printing-region-p): New vars. | |
1121 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
1122 funs. | |
1123 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
1124 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
1125 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
1126 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
1127 (ps-print-begin-sheet-hook): New hook. | |
1128 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
1129 const. | |
1130 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
1131 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
1132 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
1133 (ps-count-lines): Changed to defun. | |
1134 (ps-header-page): Changed to defsubst, fix fun. | |
1135 (ps-printing-region): Doc fix, adjust programming code. | |
1136 (ps-output-boolean, ps-background-pages, ps-background-text) | |
1137 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
1138 programming code. | |
1139 | |
1140 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
1141 | |
1142 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
1143 (ps-print-version): New version number (4.2). | |
1144 (ps-spool-config, ps-spool-tumble): New vars. | |
1145 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
1146 programming, new PostScript procedure to handle errors. | |
1147 (ps-print-prologue-2): Changed to defconst. | |
1148 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
1149 (ps-setup, ps-begin-file): Fix funs. | |
1150 (ps-boolean-capitalized): New fun. | |
1151 | |
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1152 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1153 |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1154 * Makefile (dontcompilefiles): Obsoleted. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1155 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1156 (EL): Unused. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1157 (temacs): Removed (unused). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1158 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1159 version of the file (necessary for the update to work properly). |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1160 (autoloads): Force the use of `pwd`/loaddefs.el. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1161 (updates); Redefined in terms of other targets to reduce redundancy. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1162 (.el.elc): New default rule, just in case you want it. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1163 (compile): Use a single invocation of Emacs. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1164 (bootstrap-compile); Unneeded. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1165 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. |
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
1166 |
26102 | 1167 1999-10-19 Dave Love <fx@gnu.org> |
1168 | |
1169 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
1170 | |
26100 | 1171 1999-10-19 Sam Steingold <sds@ksp.com> |
1172 | |
1173 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
1174 comply with the comment. | |
1175 | |
26098 | 1176 1999-10-19 Gerd Moellmann <gerd@gnu.org> |
1177 | |
1178 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
1179 permanent-local. | |
1180 | |
26094 | 1181 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl> |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1182 |
26094 | 1183 * progmodes/ps-mode.el (ps-mode-print-function): Fix default |
1184 value: \"lpr\" changed to "lpr" | |
1185 (ps-mode-version): New constant | |
1186 (ps-mode-show-version): New function, added key in ps-mode-map | |
1187 (ps-run-messages): Removed | |
1188 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
1189 ps-run-messages. These keywords now include the value of | |
1190 ps-run-prompt, making its fontification customizable. | |
1191 (ps-run-init): Removed \\n from docstring, it is now added when | |
1192 the value is used | |
1193 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
1194 ps-run-prompt | |
1195 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
26095 | 1196 customizable variables in doc-string (its equivalent |
26094 | 1197 ps-run-messages was missing in previous version of the doc-string) |
1198 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
1199 symbols only | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1200 |
26091 | 1201 1999-10-19 Alex Schroeder <alex@gnu.org> |
1202 | |
1203 * ansi-color.el: Complete rewrite. | |
1204 | |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1205 1999-10-19 Paul Eggert <eggert@twinsun.com> |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1206 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1207 Fix bootstrapping problems. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1208 Use the system locale to specify Emacs locale defaults. |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1209 |
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1210 * international/mule-cmds.el (global-map): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1211 Do not use backquote, because that makes a bootstrapping |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1212 problem if you need to recompile all Lisp files using interpreted code. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1213 * international/mule.el (charset-id, charset-bytes, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1214 charset-dimension, charset-chars, charset-width, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1215 charset-direction, charset-iso-final-char, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1216 charset-iso-graphic-plane, charset-reverse-charset, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1217 charset-short-name, charset-long-name, charset-description, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1218 charset-plist): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1219 * subr.el (save-match-data): Likewise. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1220 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1221 * international/mule-cmds.el |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1222 (set-display-table-and-terminal-coding-system): New function, |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1223 containing code migrated out of set-language-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1224 (set-language-environment, set-locale-environment): Use it. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1225 (locale-translation-file-name): Moved here from startup.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1226 (locale-language-names, locale-preferred-coding-systems): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1227 New vars. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1228 (locale-name-match, set-locale-environment): New functions. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1229 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1230 * language/japan-util.el (setup-japanese-environment-internal): |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1231 Prefer japanese-iso-8bit if the system-type is usg-unix-v. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1232 |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1233 * startup.el (iso-8859-n-locale-regexp): Remove. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1234 (locale-translation-file-name): Move to mule-cmds.el. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1235 (command-line): Move locale-stuff into set-locale-environment. |
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
1236 |
26080 | 1237 1999-10-18 Dave Love <fx@gnu.org> |
1238 | |
1239 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
1240 (expand-region-abbrevs): Remove properties from buffer text. | |
1241 | |
26064 | 1242 1999-10-17 Gerd Moellmann <gerd@gnu.org> |
1243 | |
26066 | 1244 * iswitchb.el (iswitchb-exhibit): Extract user-input only |
1245 from the mini-buffer, without the prompt. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1246 |
26064 | 1247 * simple.el (minibuffer-prompt-end): Return the position |
1248 after the prompt, not the position of that last character | |
1249 of the prompt. | |
1250 | |
26061 | 1251 1999-10-17 Miles Bader <miles@gnu.org> |
1252 | |
1253 * simple.el: Doc fixes. | |
1254 | |
1255 1999-10-17 Miles Bader <miles@gnu.org> | |
1256 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1257 * simple.el (previous-matching-history-element, next-history-element): |
26061 | 1258 Change to work correctly even if the point is in the prompt. |
1259 (choose-completion-string): Likewise. | |
1260 (minibuffer-prompt-width): New function (compatibility with old subr). | |
1261 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1262 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): |
26061 | 1263 When constraining the final position to the current field, |
1264 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
1265 | |
1266 1999-10-17 Miles Bader <miles@gnu.org> | |
1267 | |
1268 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
1269 constrain-to-field. | |
1270 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
1271 | |
1272 1999-10-17 Miles Bader <miles@gnu.org> | |
1273 | |
1274 * simple.el (line-move): Use constrain-to-field to avoid | |
1275 moving into a prompt. | |
1276 (previous-complete-history-element): Clarify doc string. | |
1277 (next-complete-history-element): Likewise. | |
1278 Use field-beginning instead of point-min. | |
1279 (next-matching-history-element): Use field-beginning and | |
1280 erase-field instead of point-min and erase-buffer. | |
1281 * textmodes/paragraphs.el | |
1282 (forward-paragraph, forward-sentence): Likewise. | |
1283 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
1284 constrain the kill to an field, as the movement commands now | |
1285 do this. | |
1286 | |
1287 1999-10-17 Miles Bader <miles@gnu.org> | |
1288 | |
1289 * simple.el (previous-matching-history-element): Get the | |
1290 minibuffer input with field-string instead of buffer-string. | |
1291 (choose-completion-string): Likewise. | |
1292 (next-history-element): Likewise. | |
1293 Erase the minibuffer input with erase-field, not erase-buffer. | |
1294 Use field-beginning to find the beginning of the input. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1295 * textmodes/paragraphs.el (backward-kill-sentence): |
26061 | 1296 Remove minibuffer-prompt hack. |
1297 Constrain to any input field. | |
1298 | |
26053 | 1299 1999-10-17 Sam Steingold <sds@ksp.com> |
1300 | |
1301 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
1302 for CMUCL on sparc and ".ufsl" for LispWorks. | |
1303 (bound-and-true-p): Bugfix: free variable `v'. | |
1304 | |
26050 | 1305 1999-10-16 Dave Love <d.love@dl.ac.uk> |
1306 | |
1307 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
1308 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
1309 avoiding elisp-eval. | |
1310 | |
26048 | 1311 1999-10-16 Sam Steingold <sds@ksp.com> |
1312 | |
1313 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
1314 instead of `eql'. | |
1315 | |
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
1316 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
1317 |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
1318 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
1319 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file), |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
1320 (browse-url-temp-file-list, browse-url-delete-temp-file-list): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
1321 * ediff-util.el (ediff-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
1322 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
1323 * emerge.el (emerge-make-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
1324 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
1325 * vc.el (vc-update-change-log): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
1326 * mail/mailpost.el (post-mail-send-it): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
1327 * mail/metamail.el (metamail-region): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
1328 * progmodes/cmacexp.el (c-macro-expansion): |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
1329 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
1330 |
26029 | 1331 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
1332 | |
1333 * smtpmail.el (smtpmail-via-smtp): Add support for | |
1334 automatically appending a domain to RCPT TO: addresses. | |
1335 | |
26027 | 1336 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1337 | |
1338 * dired.el (dired-insert-directory): Insert the amount of | |
1339 free space after the total size. | |
1340 (dired-free-space-program, dired-free-space-args): New variables. | |
1341 | |
26023 | 1342 1999-10-14 Karl Heuer <kwzh@gnu.org> |
1343 | |
1344 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
1345 | |
26017 | 1346 1999-10-14 Dave Love <fx@gnu.org> |
1347 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1348 * international/characters.el: |
26017 | 1349 * international/fontset.el: |
1350 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
1351 | |
1352 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
1353 strings. | |
1354 | |
1355 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
1356 (command-line): Detect Latin-[89] locales. | |
1357 | |
26011 | 1358 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
1359 | |
1360 * international/mule-cmds.el (select-safe-coding-system) | |
1361 (leim-list-header): avoid the use of strings that start with backslash | |
1362 newline since lread.c:read1 has a hack to turn those strings into | |
1363 integer 0 during the loadup.el process. | |
1364 | |
1365 * diff-mode.el (diff-find-file-name): use `Index:' preferentially. | |
1366 | |
26008 | 1367 1999-10-13 Dave Love <fx@gnu.org> |
1368 | |
1369 * image.el (insert-image): Copy the image spec and add an | |
1370 intangible property. | |
1371 | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
1372 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
1373 |
26008 | 1374 * help.el (help-xref-interned): Make it also work on variable-only |
1375 and function-only symbols. | |
1376 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
1377 (help-follow): If the point under mouse is not highlighted, try | |
1378 `help-xref-interned' on the pointed-to symbol anyway. | |
1379 | |
1380 * info.el (Info-on-current-buffer): New entry point. | |
1381 (Info-find-node): Split into two for Info-on-current-buffer to | |
1382 hook into it. | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
1383 (Info-current-file, Info-set-mode-line, Info-up): |
26008 | 1384 Info-current-file can now be t. |
1385 (Info-clone-buffer-hook): function for `clone-buffer'. | |
1386 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): | |
1387 `clone-buffer' available in various ways to the user. | |
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
1388 |
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
1389 1999-10-12 Stefan Monnier <monnier@cs.yale.edu> |
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
1390 |
26008 | 1391 * simple.el (shell-command, shell-command-on-region): Use |
1392 make-temp-file. | |
1393 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
1394 | |
1395 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
1396 bootstrapping problems. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1397 |
26008 | 1398 * loadup.el (load-path): Add subdirs for bootstrapping. |
1399 (docstrings): Ignore errors during bootstrapping. | |
1400 (args): New `bootstrap' argument (for use in place of `dump'). | |
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
1401 |
26001 | 1402 1999-10-12 Emmanuel Briot <briot@gnat.com> |
1403 | |
1404 * ada-stmt.el: Doc-string fixes. | |
1405 | |
25991 | 1406 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
1407 | |
25998 | 1408 * recentf.el: New file. |
1409 | |
25991 | 1410 * ps-mode.el: New file. |
1411 | |
1412 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
1413 case insensitive. | |
1414 | |
25985 | 1415 1999-10-12 Richard Sharman <rsharman@pobox.com> |
1416 | |
1417 * sh-script.el: Added support for indenting existing scripts. | |
1418 (sh-mode-map): Added new bindings. | |
1419 (sh-mode): Updated mode doc-string for new commands, added | |
1420 make-local-variable calls, initialize mode-specific variables. | |
1421 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
1422 is now a different function. | |
1423 (sh-header-marker): Changed docstring. | |
1424 (sh-set-shell): Initialize mode-specific variables. | |
1425 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
1426 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
1427 Changed these define-skeleton calls to work with user-specified | |
1428 indentation settings. | |
1429 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
1430 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
1431 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
1432 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
1433 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
1434 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
1435 (sh-guess-basic-offset, sh-handle-after-case-label) | |
1436 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
1437 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
1438 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
1439 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
1440 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
1441 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
1442 (sh-handle-this-then, sh-help-string-for-variable) | |
1443 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
1444 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
1445 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
1446 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
1447 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
1448 (sh-remove-our-text-properties, sh-rescan-buffer) | |
1449 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
1450 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
1451 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
1452 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value) | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1453 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New |
25985 | 1454 functions. |
1455 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
1456 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
1457 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
1458 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
1459 (sh-var-list): New variables. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1460 |
25983 | 1461 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
1462 | |
25999 | 1463 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
1464 a value one line to high if the cursor wasn't at the start of a | |
1465 line. A `beginning-of-line' is now performed before making the | |
1466 call to `count-lines'. | |
25983 | 1467 |
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
1468 1999-10-11 Stefan Monnier <monnier@cs.yale.edu> |
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
1469 |
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
1470 * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice. |
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
1471 |
25960 | 1472 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
1473 | |
25962 | 1474 * Makefile (setwins): abstract out the command to find subdirectories |
1475 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). | |
25970 | 1476 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
1477 (autoloads-with-other-emacs): use it. | |
25962 | 1478 |
25960 | 1479 * diff-mode.el: new file. A mode for viewing/editing context diffs. |
1480 | |
25942 | 1481 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
1482 | |
1483 * Makefile (bootstrap-compile): New target. Compile Lisp | |
1484 files with ../src/temacs. | |
1485 | |
25939 | 1486 1999-10-08 Simon Marshall <simon@gnu.org> |
1487 | |
1488 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
1489 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
1490 If STRINGS is nil, return "" rather than nil. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1491 |
25937 | 1492 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
1493 | |
1494 * Makefile (compile): Compile files one by one. Set load-path to | |
1495 current directory and subdirectories when compiling. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1496 |
25918 | 1497 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
1498 | |
1499 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
1500 (emacs): Use it everywhere instead of EMACS. | |
1501 (compile): New target. Compile all Lisp files from scratch. | |
1502 (recompile): New target. Recompile lisp directory. | |
1503 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
1504 an Emacs executable not built in the current directory tree. | |
1505 | |
25908 | 1506 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
1507 | |
1508 * filecache.el (file-cache-completion-ignore-case): New variable, | |
1509 defaulting to the value of completion-ignore-case. | |
1510 (file-cache-minibuffer-complete): Use it. | |
1511 (file-cache-files-matching, file-cache-files-matching-internal): | |
1512 New functions. | |
1513 | |
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1514 1999-10-07 Emmanuel Briot <briot@gnat.com> |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1515 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1516 * ada-xref.el: New file |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1517 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1518 * ada-prj.el: New file |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1519 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1520 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1521 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1522 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1523 subprogram being created. |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1524 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1525 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*, |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1526 ada-indent-newline-indent): Rewritten to support the new indentation |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1527 scheme |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1528 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1529 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions): |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1530 New functions |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1531 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1532 * ada-mode.el (ada-fill-comment-paragraph): Add support for the |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1533 justification parameter |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1534 |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1535 * ada-mode.el (ada-make-body, ada-gen-treat-proc, |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1536 ada-make-subprogram-body): Rewritten to benefit from the gnatstub |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1537 external program |
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1538 |
25900 | 1539 1999-10-07 Dave Love <fx@gnu.org> |
1540 | |
1541 * bindings.el (bound-and-true-p): New macro. | |
1542 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
1543 | |
25886 | 1544 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
1545 | |
1546 * custom.el (defface): Extend documentation for new values of | |
1547 `type'. | |
1548 | |
1549 * faces.el (face-spec-set-match-display): Recognize `type' of | |
1550 `motif', `lucid', `x-toolkit'. | |
1551 (menu): New face. | |
1552 | |
25870 | 1553 1999-10-05 Dave Love <fx@gnu.org> |
1554 | |
1555 * files.el: Recognize temporary crontab files. | |
1556 | |
25873 | 1557 * info.el: Require jka-compr when compiling. |
1558 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
1559 | |
25866 | 1560 1999-10-04 Dave Love <fx@gnu.org> |
1561 | |
1562 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
1563 scroll-up-aggressively, scroll-down-aggressively. | |
1564 | |
1565 * time.el (display-time-mode): Add autoload cookie. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1566 |
25867 | 1567 * rect.el (delete-extract-rectangle): Doc fix from verna. |
25866 | 1568 |
1569 * help-macro.el (three-step-help): Customize. | |
1570 | |
25926 | 1571 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1572 | |
1573 * hexl.el (hexlify-buffer): Move point in proper range | |
1574 if it is too large. | |
1575 (hexl-after-revert-hook): Update hexl-max-address. | |
1576 (hexl-address-to-marker): Doc fix. | |
1577 | |
25865 | 1578 1999-10-03 Dave Love <fx@gnu.org> |
1579 | |
1580 * image.el (defimage): Remove redundant code. Substitute file in | |
1581 image plist. | |
1582 | |
1583 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1584 | |
1585 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
1586 when doing with-temp-file. | |
1587 | |
1588 1999-10-01 Dave Love <fx@gnu.org> | |
1589 | |
1590 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
1591 | |
1592 * help.el: Require view when compiling. | |
1593 (view-emacs-FAQ): Use Info version. | |
1594 | |
25837 | 1595 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
1596 | |
1597 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
1598 (normat->normal). Use correct font names for Korean | |
1599 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
1600 | |
1601 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
1602 | |
1603 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
1604 code not used by KOI8 to the same 8-bit code instead of mapping to | |
1605 SPC. | |
1606 (cyrillic-alternativnyj-decode-table): Likewise. | |
1607 | |
1608 1999-09-29 Alex Schroeder <alex@gnu.org> | |
1609 | |
1610 * sql.el (sql-imenu-generic-expression): new, used to set | |
1611 imenu-generic-expression. | |
1612 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
1613 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
1614 imenu-case-fold-search, and imenu-syntax-alist. | |
1615 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
1616 setting font-lock-defaults' SYNTAX-ALIST. | |
1617 | |
26025 | 1618 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1619 | |
1620 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
1621 macro, try again. | |
1622 | |
25837 | 1623 1999-09-28 Dave Love <fx@gnu.org> |
1624 | |
1625 * cus-edit.el (custom-comment): Change widget definition. | |
1626 (custom-comment-create, custom-comment-show) | |
1627 (custom-comment-invisible-p): Don't use :comment-overlay. | |
1628 (custom-comment-hide): New function. | |
1629 (custom-variable-set, custom-variable-save) | |
1630 (custom-variable-reset-standard, custom-face-set) | |
1631 (custom-face-save): Use it. | |
1632 | |
25946 | 1633 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1634 | |
25949 | 1635 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
1636 | |
1637 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
1638 | |
25946 | 1639 * faces.el (region): Doc fix. |
1640 | |
25837 | 1641 1999-09-27 Dave Love <fx@gnu.org> |
1642 | |
1643 * isearch.el (isearch): Add :links in defgroup. | |
1644 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
1645 (isearch-switch-frame-handler): Comment out (unused). | |
1646 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
1647 (isearch-ring-retreat-edit): Doc fix. | |
1648 (isearch-mouse-yank): New command. | |
1649 (isearch-last-command-char): Removed. Callers changed to use | |
1650 last-command-char. | |
1651 (isearch-char-to-string): Removed. Callers changed to use | |
1652 char-to-string. | |
1653 | |
25944 | 1654 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
1655 | |
1656 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
1657 option for Russian. | |
1658 | |
25837 | 1659 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
1660 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1661 * faces.el (face-differs-from-default-p): Compare face |
25837 | 1662 attributes individually. |
1663 | |
1664 * image.el (put-image, insert-image): Add string argument. | |
1665 | |
1666 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
1667 | |
1668 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
1669 LANG=de_DE.iso88591 on HPUX 11.0. | |
1670 | |
1671 * dired.el (dired-move-to-filename-regexp): Make it work | |
1672 for LANG=de_DE.iso88591 on HPUX 11.0. | |
1673 | |
26171 | 1674 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
1675 | |
1676 * info.el (info-initialize): Don't test existence of ALTERNATIVE | |
1677 if we know for some other reason it should not be used. | |
1678 | |
26179 | 1679 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): |
1680 New variable. | |
1681 (edebug-recursive-edit): Save current-prefix-arg there, | |
1682 bind it, and set it back at the end. | |
1683 (edebug-outside-excursion): Restore and update the outside | |
1684 value of current-prefix-arg. | |
1685 (edebug-emacs-version-specific): Delete support for Epoch. | |
1686 | |
26180 | 1687 1999-09-24 Howard Melman <howard@silverstream.com> |
1688 | |
1689 * imenu.el (imenu-after-jump-hook): New variable. | |
1690 (imenu): Run menu-after-jump-hook. | |
1691 (imenu-name-lookup-function): New variable. | |
1692 * imenu.el (imenu--in-alist): Use those variables. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1693 |
25837 | 1694 1999-09-24 Carsten Dominik <cd@gnu.org> |
1695 | |
1696 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1697 multiple thebibliography environments. |
25837 | 1698 |
1699 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
1700 with recentering window. | |
1701 (reftex-extract-bib-entries-from-thebibliography, | |
1702 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
1703 with multiple thebibliography environments. | |
1704 | |
1705 * textmodes/reftex-vars.el | |
1706 (reftex-section-levels): Function allowed as cdr. | |
1707 (reftex-max-section-depth) New option. | |
1708 | |
1709 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
1710 with multiple thebibliography environments. | |
1711 | |
1712 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
1713 | |
1714 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
1715 instead of point-min in call to delete-region. | |
1716 | |
1717 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
1718 | |
1719 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
1720 out into arbitrary file names. | |
1721 | |
1722 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
1723 | |
1724 * language/european.el ("Turkish"): New language environment. | |
1725 | |
1726 1999-09-19 Dave Love <fx@gnu.org> | |
1727 | |
1728 * delim-col.el: New file. | |
1729 | |
1730 1999-09-17 Richard Stallman <rms@gnu.org> | |
1731 | |
1732 * files.el (after-find-file): When visiting a backup file, | |
1733 make it read-only. | |
1734 | |
1735 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
1736 (apropos-keybinding-face, apropos-label-face): Likewise. | |
1737 (apropos-property-face, apropos-match-face): Likewise. | |
1738 (apropos-label-properties): New variable. | |
1739 (apropos-print-doc): Use apropos-label-properties. | |
1740 (apropos-print): Set apropos-label-properties. | |
1741 | |
1742 1999-09-15 Richard Stallman <rms@gnu.org> | |
1743 | |
1744 * winner.el: Use aref instead of sref. | |
1745 | |
1746 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
1747 | |
1748 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
1749 | |
1750 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
1751 | |
1752 1999-09-14 Richard Stallman <rms@gnu.org> | |
1753 | |
1754 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
1755 cookie, even if followed by a letter. | |
1756 | |
1757 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
1758 | |
1759 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
1760 --no-line-editing are passed to Octave by including them here | |
1761 rather than storing them in inferior-octave-startup-args. | |
1762 | |
1763 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
1764 | |
1765 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
1766 command, option, env and sc. | |
1767 | |
1768 * subr.el (shell-quote-argument): Quote argument with double | |
1769 quotes for ms-dos. | |
1770 | |
1771 1999-09-14 Richard Stallman <rms@gnu.org> | |
1772 | |
1773 * simple.el (eval-expression-print-level): New variable. | |
1774 (eval-expression-print-length): New variable. | |
1775 (eval-expression-debug-on-error): New variable. | |
1776 (eval-expression): Bind print-level, print-length and | |
1777 debug-on-error from those vars. | |
1778 | |
1779 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
1780 Bind print-level, print-length and debug-on-error. | |
1781 | |
1782 1999-09-14 Inge Frick <inge@nada.kth.se> | |
1783 | |
1784 * dired.el (dired-recursive-deletes): New custom variable. | |
1785 (dired-re-no-dot): New variable. | |
1786 (dired-delete-file): New function deletes files and directories | |
1787 recursively. | |
1788 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
1789 | |
1790 * dired-aux.el (dired-recursive-copies): New custom variable. | |
1791 (dired-handle-overwrite): Broke a long line. | |
1792 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
1793 `copy-file'. | |
1794 (dired-copy-file-recursive): New function. Copy directories | |
1795 recursively. | |
1796 (dired-do-create-files): Added support for generalized directory | |
1797 target. How-to function may now return a function. New fluid | |
1798 variable `dired-one-file'. | |
1799 (dired-copy-how-to-fn): New variable. | |
1800 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
1801 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
1802 (dired-do-copy-regexp): No recursive copies. | |
1803 | |
1804 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
1805 | |
1806 * whitespace.el (whitespace-version): Update version to 2.4 | |
1807 | |
1808 * whitespace.el: Add customization variables to conditionally test | |
1809 any of the five whitespaces, per request from Rune Kleveland | |
1810 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
1811 | |
1812 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
1813 | |
1814 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
1815 list of modes to be checked for bogus whitespaces. | |
1816 | |
1817 * whitespace.el (whitespace-rescan-timer-time): Update | |
1818 documentation. | |
1819 | |
1820 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
1821 new function to update modeline with untested whitespaces. | |
1822 | |
1823 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
1824 checking is turned on, and update modeline using the newly created | |
1825 `whitespace-display-unchecked-whitespaces'. | |
1826 | |
1827 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
1828 whose checking is turned on, and update modeline using the newly | |
1829 created `whitespace-display-unchecked-whitespaces'. | |
1830 | |
1831 * whitespace.el (whitespace-describe): Update documentation. | |
1832 | |
1833 * whitespace.el (whitespace-tickle-timer): Test if | |
1834 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
1835 | |
1836 1999-09-13 Dave Love <fx@gnu.org> | |
1837 | |
1838 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
1839 | |
1840 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
1841 for temp buffer. | |
1842 (checkdoc-this-string-valid): Don't assume default comment-start. | |
1843 | |
1844 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
1845 | |
1846 * rsz-mini.el: Remove code, keep the interface. | |
1847 | |
1848 1999-09-13 Dave Love <fx@gnu.org> | |
1849 | |
1850 * help.el (help-highlight-p): Doc fix. | |
1851 | |
1852 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
1853 (highlight, secondary-selection): Add :group. | |
1854 (trailing-whitespace): Add :group, :version. | |
1855 | |
1856 * wid-edit.el: Remove some compatibility code and checks. | |
1857 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
1858 properties. | |
1859 (widget-overlay-inactive): Change error message. | |
1860 (widget-button-pressed-face): New variable. | |
1861 (widget-button-click): Use it. | |
1862 (widget-documentation-link-add): Specify mouse and button faces. | |
1863 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
1864 removed now the functionality is built in. | |
1865 | |
1866 * cus-edit.el: Don't define-widget-keywords. | |
1867 (multimedia): New group. | |
1868 (custom-last): Function removed. | |
1869 (custom-quote): Add vectorp case, comment out characterp case. | |
1870 (custom-buffer-done-function, custom-raised-buttons): New option. | |
1871 (Custom-buffer-done): New function. | |
1872 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
1873 Custom-buffer-done. | |
1874 (custom-button-face): Make it `released-button'. | |
1875 (custom-button-pressed-face): Make it `pressed-button' | |
1876 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
1877 (custom-mode): Deal with raised/pressed buttons. | |
1878 | |
1879 Changes from Didier Verna: | |
1880 (custom-prompt-variable): Optional third arg makes prompt for a | |
1881 comment string. | |
1882 (customize-set-value, customize-set-variable, | |
1883 customize-save-variable): Optional prefix makes function handle | |
1884 variable comments. | |
1885 (customize-customized, customize-saved, custom-variable-state-set) | |
1886 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
1887 (custom-variable-reset-saved, custom-variable-reset-standard) | |
1888 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
1889 (custom-face-reset-standard, customize-save-customized): Handle | |
1890 custom comments. | |
1891 (custom-comment-face, custom-comment-tag-face): New face. | |
1892 (custom-comment): New widget. | |
1893 (custom-comment-create, custom-comment-delete) | |
1894 (custom-comment-value-set, custom-comment-show) | |
1895 ()custom-comment-invisible-p): New functions. | |
1896 (custom-variable-value-create, custom-face-value-create): Create a | |
1897 comment field widget. | |
1898 (custom-variable-menu, custom-face-menu): New entry for custom | |
1899 comment. | |
1900 (custom-face-value-create): Remove compatibility code. | |
1901 (custom-save-variables, custom-save-faces): Possibly save custom | |
1902 comments. | |
1903 | |
1904 * cus-face.el (custom-face-attributes): Simplify :underline, | |
1905 :overline, :inverse-video cases. Fix up :box case (probably needs | |
1906 more work). | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1907 |
25837 | 1908 Change from Didier Verna: |
1909 (custom-set-faces): The arguments can now have a custom comment as | |
1910 fourth argument. | |
1911 | |
1912 * custom.el: Don't define-widget-keywords. | |
1913 Change from Didier Verna: | |
1914 (custom-set-variables): the arguments can now have a | |
1915 custom comment as fifth element. | |
1916 | |
1917 1999-09-13 Richard Stallman <rms@gnu.org> | |
1918 | |
1919 * info.el (Info-find-node): Cope better if guesspos is too large. | |
1920 | |
1921 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
1922 | |
1923 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1924 of buffer-substring because buffer-string doesn't copy the |
25837 | 1925 prompt. |
1926 | |
1927 * faces.el (mode-line): Replaces `modeline'. | |
1928 (toplevel): Make `modeline' an alias for `mode-line'. | |
1929 | |
1930 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
1931 | |
1932 * gs.el: Change `ghostscript' to `postscript' in comment. | |
1933 | |
1934 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
1935 | |
1936 * emulation/tpu-edt.el (tpu-version): New version. | |
1937 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
1938 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
1939 (tpu-lm-replace): Set tpu-replace-overlay. | |
1940 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
1941 command hook. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1942 |
25837 | 1943 1999-09-11 Richard Stallman <rms@gnu.org> |
1944 | |
1945 * isearch.el (isearch-mode-map): Undo previous change. | |
1946 | |
1947 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
1948 use all of that as the sexp. | |
1949 | |
1950 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
1951 and use the initial argument as file name directly. | |
1952 Likewise if nothing matches. | |
1953 | |
1954 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
1955 | |
1956 * winner.el: Major changes. Avoid changing point and mark. | |
1957 Save configurations after they change, not before. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1958 |
25837 | 1959 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> |
1960 | |
1961 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
1962 Bind print-continuous-numbering and print-number-table. | |
1963 | |
1964 1999-09-10 Dave Love <fx@gnu.org> | |
1965 | |
1966 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
1967 | |
1968 1999-09-09 Richard Stallman <rms@gnu.org> | |
1969 | |
1970 * whitespace.el: Finish making it fit Emacs conventions. | |
1971 Add autoloads. | |
1972 | |
1973 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
1974 | |
1975 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
1976 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
1977 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
1978 from the list of keywords. Add DO to the list of keywords. | |
1979 | |
1980 1999-09-09 Dave Love <fx@gnu.org> | |
1981 | |
1982 * byte-opt.el (byte-optimize-backward-char): | |
1983 (byte-optimize-backward-word): New optimizations. | |
1984 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
1985 entries. | |
1986 | |
1987 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
1988 | |
1989 * image.el (put-image): Remove optional buffer parameter. | |
1990 | |
1991 * faces.el (face-italic-p): Return t only for values `italic' | |
1992 and `oblique'. | |
1993 | |
1994 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
1995 mouse-drag-mode-line that also drags the header line. | |
1996 (mouse-drag-mode-line): Call it. | |
1997 (mouse-drag-header-line): New. | |
1998 (toplevel): Bind down-mouse-1 on header lines to | |
1999 mouse-drage-header-line. | |
2000 | |
2001 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
2002 | |
2003 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
2004 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
2005 `header-line'. | |
2006 | |
2007 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
2008 | |
2009 * help.el (describe-function-1): Don't return empty string for keymaps. | |
2010 | |
2011 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
2012 Respect colon-double-space at end of line. | |
2013 | |
2014 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
2015 | |
2016 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
2017 (backup-buffer): Use it. | |
2018 | |
2019 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
2020 | |
2021 * generic-x.el (generic-define-unix-modes): Added new modes: | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2022 inetd-conf-generic-mode, etc-services-generic-mode, |
25837 | 2023 etc-passwd-generic-mode. These are all defined for Unix by default. |
2024 (apache-generic-mode): Use an imenu-generic-expression to list | |
2025 Configuration keywords. | |
2026 (samba-generic-mode): Use both ; and # as comment characters. | |
2027 (samba-generic-mode): Font-lock expressions now highlight name | |
2028 value pairs. | |
2029 (bat-generic-mode): Keywords are now case-insensitive through | |
2030 font-lock-defaults setting. | |
2031 (java-properties-generic-mode): Supports both ! and # as comment | |
2032 characters. | |
2033 (java-properties-generic-mode): Added an imenu-generic-expression | |
2034 (java-properties-generic-mode): Reworked to support the various | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2035 different ways to separate name and value (viz, '=', ':' and |
25837 | 2036 whitespace). |
2037 (show-tabs-generic-mode): Added this new generic-mode. | |
2038 | |
2039 1999-09-08 Richard Stallman <rms@gnu.org> | |
2040 | |
2041 * progmodes/inf-lisp.el: Moved from top directory. | |
2042 | |
2043 * tar-mode.el (tar-header-block-tokenize): | |
2044 Use `when' instead of `and'. Fix some clobbered text. | |
2045 | |
2046 * gud.el (gud-make-debug-menu): Make a child for the | |
2047 local menu, for its menu bar, and the debug menu. | |
2048 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
2049 Use the history in the simple way. | |
2050 | |
2051 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
2052 | |
2053 * language/korea-util.el (default-korean-keyboard): Initialize it | |
2054 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
2055 | |
2056 1999-09-07 Richard Stallman <rms@gnu.org> | |
2057 | |
2058 * subr.el (make-temp-file): New function. | |
2059 | |
2060 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
2061 | |
2062 * font-lock.el (font-lock-multiline): New text property contains | |
2063 a boolean to indicate if the char is part of a multiline match. | |
2064 (font-lock-default-fontify-region): Extend the region appropriately | |
2065 for multiline keywords. | |
2066 (font-lock-default-unfontify-region): Also remove the new | |
2067 font-lock-multiline text property. | |
2068 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
2069 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
2070 | |
2071 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2072 | |
2073 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
2074 have leading zeros. | |
2075 | |
2076 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
2077 | |
2078 * faces.el (face-set-after-frame-default): Initialize some | |
2079 attributes of some faces from frame parameters. | |
2080 | |
2081 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
2082 | |
2083 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
2084 | |
2085 * faces.el (fringe): Replaces face `margin'. | |
2086 | |
2087 1999-09-07 Dave Love <fx@gnu.org> | |
2088 | |
2089 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
2090 | |
2091 1999-09-07 Richard Stallman <rms@gnu.org> | |
2092 | |
2093 * subr.el (push): Doc fix. | |
2094 | |
2095 1999-09-06 Richard Stallman <rms@gnu.org> | |
2096 | |
2097 * vc.el (vc-annotate-display): Use < 69 not < 70 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2098 to distinguish 20YY from 19YY. |
25837 | 2099 |
2100 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
2101 to distinguish 20YY from 19YY. | |
2102 | |
2103 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
2104 | |
2105 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
2106 | |
2107 * quickurl.el: (quickurl-list-focused-line): Removed. | |
2108 (quickurl-list-insert): Now works out the focused line using | |
2109 `count-lines' instead of using `quickurl-list-focused-line'. | |
2110 | |
2111 1999-09-06 Richard Stallman <rms@gnu.org> | |
2112 | |
2113 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
2114 to beginning of message. | |
2115 | |
2116 1999-09-06 Dave Love <fx@gnu.org> | |
2117 | |
2118 * isearch.el (isearch-mode-map): Add mouse-2. | |
2119 | |
2120 * rmail.el (rmail-read-password): Deleted. | |
2121 (rmail-get-pop-password): Use read-password. | |
2122 | |
2123 * quickurl.el: Don't conditionally define caddr. | |
2124 (quickurl-url-comment): Use nth, not caddr in function and | |
2125 defsetf. | |
2126 | |
2127 1999-09-06 Richard Stallman <rms@gnu.org> | |
2128 | |
2129 * auto-show.el: Doc fixes. | |
2130 | |
2131 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
2132 | |
2133 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
2134 --no-line-editing so that TABs in source files are not interpreted | |
2135 as completion requests. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2136 |
25837 | 2137 1999-09-06 Gerd Moellmann <gerd@gnu.org> |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2138 |
25837 | 2139 * hscroll.el, auto-show.el: Remove all code, keep the public |
2140 interface as no-ops. | |
2141 | |
2142 * faces.el (face-bold-p): Don't return t if face has lighter | |
2143 weight than normal. | |
2144 | |
2145 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
2146 | |
2147 * startup.el (command-line): Make small-temporary-file-directory | |
2148 be nil except on ms-dos. | |
2149 | |
2150 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
2151 | |
2152 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
2153 is defined. | |
2154 | |
2155 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
2156 letters with a colon after d or l. | |
2157 | |
2158 1999-09-06 Dave Love <fx@gnu.org> | |
2159 | |
2160 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.) | |
2161 | |
2162 1999-09-05 Richard Stallman <rms@gnu.org> | |
2163 | |
2164 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
2165 | |
2166 * textmodes/paragraphs.el (backward-kill-sentence): | |
2167 Don't test minibuffer-prompt-end here. | |
2168 (forward-sentence): Do handle it here. | |
2169 (backward-kill-paragraph): Don't test it here. | |
2170 (forward-paragraph): Handle it here. | |
2171 | |
2172 * mouse.el (font-menu-add-default): Simplify code. | |
2173 | |
2174 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
2175 | |
2176 * faces.el (header-line): Renamed from `top-line'. | |
2177 | |
2178 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
2179 | |
2180 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
2181 | |
2182 1999-09-04 Richard Stallman <rms@gnu.org> | |
2183 | |
2184 * whitespace.el: New file. | |
2185 | |
2186 1999-09-04 Dave Love <fx@gnu.org> | |
2187 | |
2188 * paths.el: Make some doc strings obey the make-docfile convention. | |
2189 | |
2190 * bindings.el: Likewise. | |
2191 (debug-ignored-errors): Remove BBDB ones. | |
2192 | |
2193 1999-09-03 Richard Stallman <rms@gnu.org> | |
2194 | |
2195 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
2196 not from the draft to forward. | |
2197 | |
2198 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
2199 | |
2200 1999-09-03 Dave Love <fx@gnu.org> | |
2201 | |
2202 * double.el (double-mode): Customize the variable. | |
2203 | |
2204 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
2205 | |
2206 * international/characters.el: Delete duplicated code. | |
2207 | |
2208 1999-09-02 Richard Stallman <rms@gnu.org> | |
2209 | |
2210 * indent.el (indent-relative): Doc fix. | |
2211 | |
2212 * quickurl.el (quickurl): Doc fix. | |
2213 | |
2214 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
2215 | |
2216 * faces.el (margin): Change background to "gray" for mono (this is | |
2217 drawn with a stipple pattern). | |
2218 | |
2219 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
2220 | |
2221 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
2222 again. Remove test for minibuffer-prompt-in-buffer. | |
2223 | |
2224 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
2225 | |
2226 * files.el (small-temporary-file-directory): New variable. | |
2227 | |
2228 * startup.el (command-line): Compute the value of | |
2229 small-temporary-file-directory. | |
2230 | |
2231 * ediff-init.el (ediff-temp-file-prefix): Use | |
2232 small-temporary-file-directory if non-nil. | |
2233 | |
2234 * vc.el (vc-update-change-log): Likewise. | |
2235 | |
2236 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
2237 | |
2238 * simple.el (shell-command, shell-command-on-region): Use | |
2239 make-temp-name properly. Use small-temporary-file-directory if | |
2240 non-nil, otherwise temporary-file-directory, to generate temporary | |
2241 files. | |
2242 | |
2243 * dos-w32.el (direct-print-region-helper): Use | |
2244 temporary-file-directory. (From Stefan Monnier.) | |
2245 | |
2246 1999-09-02 Richard Stallman <rms@gnu.org> | |
2247 | |
2248 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
2249 from asm-comment-char. | |
2250 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
2251 | |
2252 1999-09-01 Richard Stallman <rms@gnu.org> | |
2253 | |
2254 * play/fortune.el: New file. | |
2255 | |
2256 1999-08-31 Dave Love <fx@gnu.org> | |
2257 | |
2258 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
2259 after key table. | |
2260 | |
2261 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay | |
2262 variables. | |
2263 | |
2264 * subr.el (push): Fix typo. | |
2265 | |
2266 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
2267 | |
2268 * emacs-lisp/ring.el: Many doc fixes. | |
2269 (ring-size, ring-copy): New functions. | |
2270 | |
2271 1999-08-29 Richard Stallman <rms@gnu.org> | |
2272 | |
2273 * progmodes/etags.el (tags-loop-continue): | |
2274 After tags-loop-operate returns, force skip to next file. | |
2275 | |
2276 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
2277 (mail-extr-first-letters, mail-extr-last-letters): | |
2278 Use character classes [:alpha:] and [:alnum:]. | |
2279 | |
2280 * subr.el (push, pop): New macros. | |
2281 | |
2282 * progmodes/compile.el (compilation-error-regexp-alist): | |
2283 New item for SGI IRIX MipsPro compilers. | |
2284 | |
2285 * speedbar.el (speedbar-directory-buttons): Recognize | |
2286 device names when checking for file names. | |
2287 | |
2288 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
2289 | |
2290 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
2291 and specially handle defvar inside their expansions. | |
2292 (eval-defun-1): New subroutine. | |
2293 | |
2294 * progmodes/compile.el (compilation-error-regexp-alist): | |
2295 Fix the Perl -w entry to allow period after line number. | |
2296 Don't allow newlines in file name, but allow them after line number | |
2297 for Perl debugging traces. | |
2298 | |
2299 * which-func.el (which-func-cleanup-function): New variable. | |
2300 (which-function): Call that function. | |
2301 | |
2302 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
2303 to end a function name. | |
2304 | |
2305 * informat.el (Info-tagify): Don't insert more than one newline | |
2306 before the tag table. | |
2307 | |
2308 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
2309 | |
2310 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
2311 than make-temp-name, use match-string-no-properties, and eliminate | |
2312 a quadratic behavior when building bibtex-strings. | |
2313 | |
2314 1999-08-29 Alex Schroeder <alex@gnu.org> | |
2315 | |
2316 * comint.el (comint-input-ring-separator): New variable. | |
2317 (comint-read-input-ring): Doc change; use | |
2318 comint-input-ring-separator when reading file. | |
2319 (comint-write-input-ring): Use | |
2320 comint-input-ring-separator when writing file. | |
2321 | |
2322 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
2323 | |
2324 * informat.el (Info-tagify): Start by widening. | |
2325 Match node headers that don't list the file name, | |
2326 and more kinds of page separations. | |
2327 Strip properties during tagification. | |
2328 Use start of node header line as tag's position. | |
2329 Fix the "done" message. | |
2330 | |
2331 (Info-validate): Save and restore match data around narrowing down. | |
2332 | |
2333 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
2334 | |
2335 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
2336 On repeated call, override previous values put into | |
2337 minor-mode-map-alist and minor-mode-alist. | |
2338 | |
2339 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
2340 | |
2341 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
2342 | |
2343 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
2344 | |
2345 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
2346 from cvs update. | |
2347 | |
2348 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2349 | |
2350 * calendar/calendar.el (calendar-move-hook): New hook. | |
2351 | |
2352 * calendar/cal-move.el: Call the new hook in every movement function. | |
2353 | |
2354 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
2355 the right function name. | |
2356 | |
2357 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
2358 | |
2359 * time-stamp.el: Put quote-backquote around all symbol names | |
2360 in doc strings, for mousing. | |
2361 (time-stamp): support multi-line patterns. | |
2362 (time-stamp-inserts-lines): new variable. | |
2363 (time-stamp-count): new variable. | |
2364 (time-stamp-string-preprocess): fixed bug where "%%a" becomes | |
2365 "Thu" instead of "%a". | |
2366 | |
2367 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
2368 | |
2369 * simple.el (kill-word): Undo previous change. | |
2370 | |
2371 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
2372 | |
2373 * jit-lock.el (jit-lock-function): Extend the fontified range | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2374 to the beginning of the line containing the range start and |
25837 | 2375 the beginning of the line following the range end. |
2376 | |
2377 1999-08-24 Dave Love <fx@gnu.org> | |
2378 | |
2379 * timezone.el: Move provide to end. | |
2380 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
2381 <70 are 2000+. | |
2382 (timezone-parse-time): Simplify somewhat. | |
2383 | |
2384 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
2385 | |
2386 * faces.el (margin): Renamed from bitmap-area. | |
2387 | |
2388 1999-08-24 Alex Schroeder <alex@gnu.org> | |
2389 | |
2390 * sql.el: Doc changes. | |
2391 (sql-sybase): use sql-server instead of sql-database. | |
2392 | |
2393 1999-08-23 Dave Love <fx@gnu.org> | |
2394 | |
2395 * rect.el: Add/fix various doc strings. Add `*' to all the | |
2396 interactive specs. | |
2397 | |
2398 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
2399 | |
2400 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
2401 Don't unwind-protect font-lock-fontify-region. | |
2402 | |
2403 * paragraphs.el (backward-kill-paragraph): Don't move | |
2404 point into mini-buffer prompt. | |
2405 (backward-kill-sentence): Ditto. | |
2406 | |
2407 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
2408 Remove test for minibuffer-prompt-in-buffer. | |
2409 (kill-word): Don't move point into mini-buffer prompt. | |
2410 | |
2411 1999-08-21 Dave Love <fx@gnu.org> | |
2412 | |
2413 * Makefile: Exclude CVS dirs like RCS. | |
2414 | |
2415 1999-08-19 Dave Love <fx@gnu.org> | |
2416 | |
2417 * tooltip.el (tooltip-mode): Customize this, per convention. | |
2418 (tooltip-active): Option deleted. | |
2419 | |
2420 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
2421 | |
2422 * hanoi.el, page-ext.el: Declare dynamic vars. | |
2423 | |
2424 * term.el: Avoid ange-ftp related compilation warnings. | |
2425 | |
2426 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
2427 | |
2428 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
2429 the default so that beginners can benefit from it without | |
2430 searching in manuals. | |
2431 | |
2432 1999-08-18 Ray Blaak <blaak@gnu.org> | |
2433 | |
2434 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
2435 indent them better. Make auto-indent on newline optional. | |
2436 | |
2437 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
2438 | |
2439 * bindings.el (mode-line-modified): Look up key binding for C-x | |
2440 C-q. If it's bound call that binding, otherwise call | |
2441 toggle-read-only. | |
2442 | |
2443 1999-08-17 Dave Love <fx@gnu.org> | |
2444 | |
2445 * info.el (info): Doc fix. | |
2446 | |
2447 * finder.el (finder-known-keywords): Add `multimedia'. | |
2448 | |
2449 * apropos.el: Don't capitalize custom group name. | |
2450 | |
2451 * info-look.el: Remove compatibility code. | |
2452 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
2453 (info-complete): Don't lose with point not at end of symbol. | |
2454 | |
2455 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
2456 | |
2457 * term.el (toplevel): Make face `term-default' an empty face. | |
2458 The code relied on the fact that Emacs ignored invalid faces in | |
2459 face text properties in 20.4. | |
2460 | |
2461 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
2462 | |
2463 * subr.el (point-at-eol, point-at-bol): New aliases. | |
2464 | |
2465 * simple.el: Functions reordered. | |
2466 | |
2467 * rect.el (delete-rectangle-line): Use line-end-position. | |
2468 | |
2469 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
2470 | |
2471 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
2472 here from simple.el. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2473 |
25837 | 2474 1999-08-16 Dave Love <fx@gnu.org> |
2475 | |
2476 * mouse.el: Provide `mldrag' for compatibility. | |
2477 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
2478 marked obsolete. | |
2479 | |
2480 * mldrag.el: Removed since the features are in mouse.el. | |
2481 | |
2482 * jka-compr.el (auto-compression-mode): New variable for | |
2483 customization. | |
2484 | |
2485 * bindings.el (mode-line-mule-info): Doc fix. | |
2486 | |
2487 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
2488 name comparisons. | |
2489 | |
2490 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
2491 (find-file): Doc fix. | |
2492 | |
2493 1999-08-16 Carsten Dominik <cd@gnu.org> | |
2494 | |
2495 * textmodes/reftex.el: Most of the code moved to other files. | |
2496 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
2497 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
2498 * textmodes/reftex-global.el: New file, split out from reftex.el | |
2499 * textmodes/reftex-index.el: New file, split out from reftex.el | |
2500 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
2501 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
2502 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
2503 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
2504 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
2505 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
2506 | |
2507 1999-08-16 Carsten Dominik <cd@gnu.org> | |
2508 | |
2509 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
2510 conflict with pop-up-frames. | |
2511 (reftex-special-environment-parsers): New constant. | |
2512 (reftex-label-alist): car of an entry can also be a function. | |
2513 (reftex-what-special-env): new function. | |
2514 (reftex-label-location): Call `reftex-what-special-env'. | |
2515 (reftex-compile-variables): Check for symbol in | |
2516 `reftex-label-alist'. | |
2517 (reftex-what-environment): fixed bug with stacked environments of | |
2518 same kind (e.g. enumerate). | |
2519 (reftex-process-string): Preserve default directory. | |
2520 (reftex-label-alist-builtin): changed prefixes of endnote and | |
2521 footnote. Also the magic words. | |
2522 (reftex-reference): Interprete new option | |
2523 `reftex-fref-is-default'. | |
2524 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
2525 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
2526 (reftex-everything-regexp): New function. | |
2527 (reftex-nearest-match): Made better. | |
2528 (reftex-toc-find-section): Use new version of | |
2529 `reftex-nearest-match'. | |
2530 (reftex-insert-docstruct): adapted to work with the index stuff. | |
2531 (reftex-parse-from-file): Find index entries as well. | |
2532 (reftex-toc-toggle-index): New function | |
2533 (reftex-toc-map): `i' is now used to togle the index, File | |
2534 boundaries has been moved to `F'. | |
2535 (reftex-select-label-map): Toggling display of file boundaries is | |
2536 now on the `F' key, for consistency with `reftex-toc-map'. | |
2537 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
2538 `reftex-erase-all-selection-buffer'. Now also kills the index | |
2539 buffers. | |
2540 (reftex-viewing-cross-references): Customization group renamed | |
2541 from reftex-viewing-cross-references-and-citations. | |
2542 (reftex-index-macro-regexp, | |
2543 reftex-find-index-entry-regexp-format): New variables | |
2544 (reftex-macros-with-index): New variable | |
2545 (reftex-add-index-macros): New function | |
2546 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
2547 multiple labels in a single ref command. | |
2548 (reftex-index-support): New customization group | |
2549 (reftex-support-index, reftex-index-special-chars, | |
2550 reftex-index-macros, reftex-index-default-macro, | |
2551 reftex-index-default-tag, reftex-index-math-format, | |
2552 reftex-index-section-letters, reftex-index-include-context, | |
2553 reftex-index-follow-mode, reftex-index-header-face, | |
2554 reftex-index-section-face, reftex-index-tag-face, | |
2555 reftex-index-face): New options | |
2556 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
2557 reftex-index-tag, reftex-index-return-marker, | |
2558 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
2559 reftex-index-macro-regexp, reftex-index-level-re, | |
2560 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
2561 reftex-everything-regexp-no-index, reftex-index-re, | |
2562 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
2563 (reftex-index-help, reftex-index-macros-builtin, | |
2564 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
2565 reftex-query-index-macro-help): New constants | |
2566 (reftex-index-selection-or-word, reftex-index, | |
2567 reftex-default-index, reftex-update-default-index, | |
2568 reftex-index-complete-tag, reftex-index-select-tag, | |
2569 reftex-index-complete-key, reftex-index-update-taglist, | |
2570 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
2571 reftex-display-index, reftex-insert-index, | |
2572 reftex-index-insert-new-letter, reftex-get-restriction, | |
2573 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
2574 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
2575 reftex-index-toggle-follow, reftex-index-toggle-context, | |
2576 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
2577 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
2578 reftex-index-quit, reftex-index-quit-and-kill, | |
2579 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
2580 reftex-index-revert, reftex-index-switch-index-tag, | |
2581 reftex-index-restrict-to-section, reftex-index-widen, | |
2582 reftex-index-restriction-forward, | |
2583 reftex-index-restriction-backward, reftex-index-visit-location, | |
2584 reftex-index-analyze-entry, reftex-index-globalize, | |
2585 reftex-index-edit, reftex-index-toggle-range-beginning, | |
2586 reftex-index-toggle-range-end, reftex-index-edit-key, | |
2587 reftex-index-edit-attribute, reftex-index-edit-visual, | |
2588 reftex-index-edit-part, reftex-index-level-down, | |
2589 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
2590 reftex-index-change-entry, reftex-index-goto-letter, | |
2591 reftex-add-index-macros, reftex-ensure-index-support, | |
2592 reftex-index-info-safe, reftex-index-info): New functions. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2593 |
25837 | 2594 |
2595 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
2596 | |
2597 * paren.el (show-paren-mode): Support making show-paren-mode | |
2598 a buffer-local variable. Don't check for a window system. | |
2599 (show-paren-function): Check whether show-paren-function is | |
2600 enabled in current buffer; do the right thing if not. | |
2601 Don't check for a window system. | |
2602 (show-paren-mode): Make it a user variable. | |
2603 | |
2604 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
2605 Handle `enum' like `struct'. | |
2606 | |
2607 * server.el (server-process-filter): If a client visits no buffers, | |
2608 close it immediately before recording it. | |
2609 | |
2610 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
2611 Optimize by calling concat just once. Handle =\n sequence. | |
2612 (mail-unquote-printable-region): New command. | |
2613 (mail-quote-printable): Make it autoload. | |
2614 | |
2615 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
2616 | |
2617 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
2618 | |
2619 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
2620 | |
2621 * lisp/texinfmt.el: Handle @ifnottex. | |
2622 | |
2623 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
2624 | |
2625 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
2626 ms-dos. | |
2627 | |
2628 * faces.el (face-valid-attribute-values): Look in | |
2629 x-bitmap-file-path only for x and w32 window systems. | |
2630 | |
2631 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
2632 Do that if width is nil as well. | |
2633 (x-display-mm-height, x-display-mm-width): Update values. | |
2634 (x-colors): Compute the list from msdos-color-values. | |
2635 (x-select-enable-clipboard): Doc fix. | |
2636 (x-frob-font-weight, x-font-family-list): New functions. | |
2637 | |
2638 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
2639 | |
2640 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
2641 back up from beginning of buffer. | |
2642 | |
2643 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
2644 | |
2645 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
2646 | |
2647 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
2648 | |
2649 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
2650 doomsday clock, speed control is added and changes are made to | |
2651 allow large numbers of rings: rings now show the whole ring | |
2652 number, not just the last digit; consecutive rings are allowed to | |
2653 be the same size when necessary to fit all the rings in the | |
2654 window; and poles can be oriented horizontally. Face support is | |
2655 thrown in gratuitously. | |
2656 (hanoi): Changed default number of rings back to 3. | |
2657 (hanoi-unix, hanoi-unix-64): New commands | |
2658 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
2659 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
2660 hanoi-odd-ring-face): New variables. | |
2661 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
2662 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
2663 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
2664 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
2665 (hanoi-topos, hanoi-draw-ring): Removed. | |
2666 | |
2667 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
2668 | |
2669 * faces.el (face-valid-attribute-values): Return an alist for | |
2670 families on ttys. | |
2671 (face-read-integer): Handle unspecified face attributes. Add | |
2672 completion for `unspecified'. | |
2673 (read-face-attribute): Handle unspecified font attributes. | |
2674 (face-valid-attribute-values): Add `unspecified' to lists so that | |
2675 it can be chosen via completion. | |
2676 (face-read-string): Don't recognize "none" as input. | |
2677 | |
2678 1999-08-10 Dave Love <fx@gnu.org> | |
2679 | |
2680 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
2681 string. | |
2682 | |
2683 * sun-curs.el: Require sun-fns. | |
2684 | |
2685 1999-08-10 Dave Love <fx@gnu.org> | |
2686 | |
2687 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
2688 | |
2689 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
2690 hscroll. | |
2691 | |
2692 * simple.el (hscroll-step, hscroll-point-visible) | |
2693 (hscroll-window-column): Remove now we have the mentioned real | |
2694 horizontal autoscrolling. | |
2695 | |
2696 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
2697 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2698 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from |
25837 | 2699 control use of -f option. |
2700 (mail-specify-envelope-from): New variable. | |
2701 (mail-from-style): Doc fix. | |
2702 | |
2703 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
2704 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
2705 between local and global maps. | |
2706 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
2707 (easy-menu-change): Doc fix. | |
2708 | |
2709 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
2710 (info-lookup-guess-default): Simplified and cleaned up. | |
2711 (info-lookup-guess-default*): Preserve point. | |
2712 | |
2713 * view.el (view-mode-disable): If buffer-read-only is nil, | |
2714 don't change it. | |
2715 | |
2716 * files.el (after-find-file): Disable View mode if buffer is no | |
2717 longer read-only. | |
2718 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2719 * view.el (view-mode-enable, view-mode-disable): |
25837 | 2720 Call force-mode-line-update. |
2721 | |
2722 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
2723 | |
2724 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
2725 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
2726 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
2727 | |
2728 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
2729 | |
2730 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
2731 to prevent m-eating-bug. | |
2732 | |
2733 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
2734 | |
2735 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
2736 frame-set-background-mode instead. All callers changed. | |
2737 (msdos-face-setup): Don't force color display parameter, it is set | |
2738 by frame-set-background-mode. | |
2739 (make-msdos-frame): Call x-handle-reverse-video and | |
2740 face-set-after-frame-default. Delete frame if creation failed. | |
2741 | |
2742 * faces.el (face-set-after-frame-default): Don't call | |
2743 make-face-x-resource-internal for the pc window-system. | |
2744 | |
2745 1999-08-10 Dave Love <fx@melange.gnu.org> | |
2746 | |
2747 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
2748 case with no docstring specially. | |
2749 | |
2750 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
2751 | |
2752 * complete.el (PC-do-completion): If completing on file name, | |
2753 reproduce str by concatenating its directory and basename parts. | |
2754 | |
2755 1999-08-07 Dave Love <fx@gnu.org> | |
2756 | |
2757 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
2758 unibyte to multibyte conversion of search-forward (from Handa), | |
2759 but avoid the replacement if the language is Latin-N. | |
2760 | |
2761 1999-08-06 Richard Stallman <rms@gnu.org> | |
2762 | |
2763 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
2764 of eval-buffer. | |
2765 | |
2766 * international/mule.el (load-with-code-conversion): | |
2767 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
2768 | |
2769 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
2770 | |
2771 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
2772 of filenames and attributes. | |
2773 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
2774 for speed. | |
2775 | |
2776 1999-08-05 Dave Love <fx@gnu.org> | |
2777 | |
2778 * auto-show.el (auto-show-mode): Fix :set. | |
2779 | |
2780 * widget.el (define-widget-keywords): Make dummy definition and | |
2781 comment-out its use. | |
2782 | |
2783 1999-08-04 Richard Stallman <rms@gnu.org> | |
2784 | |
2785 * progmodes/tcl.el: Customized. | |
2786 | |
2787 * sql.el (sql-accumulate-and-indent): Instead of testing | |
2788 whether this is Emacs 20 before calling comint-accumulate, | |
2789 test whether comint-accumulate is defined. | |
2790 | |
2791 1999-08-04 Dave Love <fx@gnu.org> | |
2792 | |
2793 * sgml-mode.el: Require outline when compiling. | |
2794 (sgml-mode-hook, html-mode-hook): Customize. | |
2795 (sgml-validate-command): Fix :version. | |
2796 (html-autoview-mode): Doc fix. | |
2797 | |
2798 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
2799 nothing in Latin-N environment. | |
2800 | |
2801 * info.el (Info-find-node): Call info-initialize here. | |
2802 (info): Not here. | |
2803 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
2804 | |
2805 1999-08-04 Richard Stallman <rms@gnu.org> | |
2806 | |
2807 * ansi-color.el: New file. | |
2808 | |
2809 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
2810 | |
2811 * dired.el (dired-string-replace-match): Return `nil' when no match | |
2812 found with global search. | |
2813 | |
2814 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
2815 * terminal.el (te-terminfo-directory): | |
2816 * mail/mailpost.el (post-mail-send-it): | |
2817 * mail/metamail.el (metamail-region): | |
2818 * progmodes/ada-mode.el (ada-tmp-directory): | |
2819 Use temporary-file-directory. | |
2820 | |
2821 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
2822 (compilation-filter, compilation-forget-errors) | |
2823 (compilation-parse-errors): Use a marker instead of an integer for | |
2824 `compilation-parsing-end'. | |
2825 | |
2826 * progmodes/diff.el (diff-parse-differences): | |
2827 Use a marker instead of an integer for `compilation-parsing-end'. | |
2828 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
2829 Use a marker instead of an integer for `compilation-parsing-end'. | |
2830 | |
2831 1999-08-03 Richard Stallman <rms@gnu.org> | |
2832 | |
2833 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
2834 (Buffer-menu-mode): Doc fix. | |
2835 (Buffer-menu-view): New command. | |
2836 (Buffer-menu-view-other-window): New command. | |
2837 | |
2838 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
2839 | |
2840 * replace.el (query-replace-regexp-eval) | |
2841 (replace-eval-replacement, replace-loop-through-replacements) | |
2842 (replace-match-string-symbols): New functions. | |
2843 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
2844 Use replace-loop-through-replacements. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2845 |
25837 | 2846 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> |
2847 | |
2848 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
2849 (5x5): Doc fix. | |
2850 | |
2851 1999-08-03 Dave Love <fx@gnu.org> | |
2852 | |
2853 * fortran.el (fortran-indent-new-line): Make it an alias | |
2854 for reindent-then-newline-and-indent. | |
2855 | |
2856 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
2857 | |
2858 * rect.el: All functions rewritten, except when noted above | |
2859 their declaration. Below is a list of interface changes. | |
2860 (apply-on-rectangle): New function, mostly replaces | |
2861 `operate-on-rectangle'. All callers changed. | |
2862 (move-to-column-force): Pass new second argument to `move-to-column'. | |
2863 (kill-rectangle): Added optional prefix arg to fill lines. | |
2864 (delete-rectangle): Ditto. | |
2865 (delete-whitespace-rectangle): Ditto. | |
2866 (delete-extract-rectangle): Ditto. | |
2867 (open-rectangle): Ditto. | |
2868 (clear-rectangle): Ditto. | |
2869 (delete-whitespace-rectangle-line): New function. | |
2870 (delete-rectangle-line): Added third arg FILL. | |
2871 (delete-extract-rectangle-line): Ditto. | |
2872 (open-rectangle-line): Ditto. | |
2873 (clear-rectangle-line): Ditto. | |
2874 | |
2875 1999-08-03 Ray Blaak <blaak@gnu.org> | |
2876 | |
2877 * progmodes/delphi.el: New file. | |
2878 | |
2879 1999-08-02 Richard Stallman <rms@gnu.org> | |
2880 | |
2881 * textmodes/outline.el (outline-previous-heading): New function. | |
2882 (outline-up-heading-all): Use outline-previous-heading. | |
2883 (outline-next-heading): Delete definition inserted yesterday. | |
2884 | |
2885 1999-08-01 Richard Stallman <rms@gnu.org> | |
2886 | |
2887 * textmodes/outline.el (outline-next-heading): New function. | |
2888 (outline-up-heading-all): New function. | |
2889 (outline-font-lock-level): Using outline-up-heading-all. | |
2890 Tell outline-back-to-heading to accept invisible headings. | |
2891 | |
2892 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
2893 | |
2894 * mail/mh-utils.el (mh-find-path-run): New variable. | |
2895 (mh-find-path): Test and set that. | |
2896 Set mail-user-agent only the first time this function is run. | |
2897 (mail-user-agent): Defvar deleted. | |
2898 | |
2899 * info.el (info-initialize): New function. | |
2900 (info): Call info-initialize. | |
2901 (Info-directory-list): Initialize to nil, | |
2902 so info-initialize will set it up for real. | |
2903 | |
2904 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2905 | |
2906 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
2907 does not interpret a time as the year in a day-month entry. | |
2908 | |
2909 * calendar/diary-lib.el: Change syntax table entry for colon in | |
2910 the diary as part of the european-date-diary-pattern fix. | |
2911 | |
2912 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
2913 | |
2914 * international/mule.el (set-auto-coding): Allow whitespace before | |
2915 and after the "variable: value" pair. | |
2916 | |
2917 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
2918 | |
2919 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
2920 (default-sendmail-coding-system): Doc-string fixed. | |
2921 | |
2922 1999-07-30 Dave Love <fx@gnu.org> | |
2923 | |
2924 * subr.el (assoc-delete-all): New function, renamed from | |
2925 frame-delete-all. | |
2926 | |
2927 * frame.el: Change comments to doc strings and other doc fixes. | |
2928 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
2929 Callers changed. | |
2930 (set-background-color, set-foreground-color, set-cursor-color) | |
2931 (set-mouse-color, set-border-color): Offer completion of colours. | |
2932 (cursor): Add :version to defgroup. | |
2933 | |
2934 * facemenu.el (list-colors-display): Make it work on ttys. | |
2935 (facemenu-read-color): Likewise. | |
2936 | |
2937 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
2938 | |
2939 * frame.el (frame-notice-user-settings): If background | |
2940 color has been changed, update background-mode from it, | |
2941 then update faces. | |
2942 | |
2943 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
2944 | |
2945 * net-utils.el (finger): Don't do indirect fingering. | |
2946 | |
2947 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
2948 | |
2949 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
2950 rules. Add separator at end of holidays. | |
2951 (cal-tex-rules): New customizable variable. | |
2952 (cal-tex-latexify-list): Add optional parameter to put separator | |
2953 at end. | |
2954 | |
2955 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
2956 | |
2957 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
2958 fill prefix on each line while looping to the end of paragraph. | |
2959 End paragraph if it's longer than the existing fill prefix. | |
2960 | |
2961 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
2962 | |
2963 1999-07-30 Dave Love <fx@gnu.org> | |
2964 | |
2965 * font-lock.el (jit-lock): Fix :load, add :version. | |
2966 | |
2967 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
2968 | |
2969 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
2970 Vface_tty_color_alist. | |
2971 (face-color-supported-p, face_color_gray_p): New functions. | |
2972 | |
2973 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
2974 is bound. | |
2975 | |
2976 * startup.el (command-line): Don't register default colors for | |
2977 MSDOS window-system. | |
2978 | |
2979 1999-07-29 Dave Love <fx@gnu.org> | |
2980 | |
2981 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
2982 charquote. | |
2983 | |
2984 * lisp-mode.el (eval-defun): Re-written to avoid | |
2985 capturing variables. | |
2986 | |
2987 * picture.el (picture-beginning-of-line): Don't call | |
2988 hscroll-point-visible now we have real autoscrolling. | |
2989 (picture-end-of-line, picture-newline, picture-open-line): | |
2990 Likewise. | |
2991 | |
2992 * international/latin-8.el: New file. | |
2993 * international/latin-9.el: New file. | |
2994 | |
2995 1999-07-28 Dave Love <fx@gnu.org> | |
2996 | |
2997 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
2998 | |
2999 * msb.el: Require cl only when compiling. | |
3000 (msb--home-dir): Deleted. | |
3001 (msb--format-title): Use abbreviate-file-name. | |
3002 (msb--choose-file-menu): Simplify string comparison. | |
3003 | |
3004 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
3005 | |
3006 * faces.el (toolbar): Add face definition for mono displays. | |
3007 | |
3008 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
3009 | |
3010 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
3011 | |
3012 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
3013 force copying of default-frame-alist. | |
3014 | |
3015 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
3016 | |
3017 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
3018 | |
3019 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
3020 | |
3021 * frame.el (set-mouse-color): If new color is nil, | |
3022 really respecify the current color. | |
3023 | |
3024 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
3025 | |
3026 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
3027 to white for mono displays. | |
3028 | |
3029 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
3030 | |
3031 * international/ccl.el (ccl-embed-symbol): New function. | |
3032 (ccl-program-p): Deleted. Now it's implemented in C code. | |
3033 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
3034 (ccl-compile-translate-character): Likewise. | |
3035 (ccl-compile-map-single): Likewise. | |
3036 (ccl-compile-multiple-map-function): Likewise. | |
3037 (declare-ccl-program): Doc-string modified. | |
3038 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
3039 | |
3040 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
3041 | |
3042 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
3043 | |
3044 1999-07-25 Markus Rost <rost@gnu.org> | |
3045 | |
3046 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
3047 the entries to make custom-file more readable. | |
3048 | |
3049 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
3050 | |
3051 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
3052 | |
3053 * emacs-lisp/edebug.el: Delete compatibility code. | |
3054 (edebug-next-token-class): If . is followed by a digit, | |
3055 return `symbol' for the token class. | |
3056 | |
3057 * startup.el (command-line): If we don't find the user's init file, | |
3058 set user-init-file to nil. | |
3059 | |
3060 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3061 | |
3062 * info-look.el (info-lookup-interactive-arguments): Add optional | |
3063 argument query for new choice of help mode. | |
3064 (info-lookup-symbol): Use it. | |
3065 (info-lookup-file): Ditto. | |
3066 (info-lookup): Don't switch to other window, if already in Info | |
3067 buffer. | |
3068 | |
3069 1999-07-23 Dave Love <fx@gnu.org> | |
3070 | |
3071 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
3072 syntax. | |
26624 | 3073 (fortran-fontify-string, fortran-match-!-comment): Deleted. |
25837 | 3074 (fortran-font-lock-syntactic-keywords): New variable. |
3075 (fortran-mode): Use it. | |
3076 (fortran-font-lock-keywords-1): Don't do comments. | |
3077 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
3078 match data. | |
3079 | |
3080 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
3081 | |
3082 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
3083 menu-bar-update-buffers. | |
3084 (msb-custom-set, msb--toggle-menu-type): Call | |
3085 msb-menu-bar-update-buffers. | |
3086 (msb-mode): Revise the hook setting. | |
3087 | |
3088 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
3089 | |
3090 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
3091 | |
25956 | 3092 * font-lock.el, help.el, simple.el: Re-integrate previously |
3093 described changes that were lost due to errors while checking them | |
3094 in. | |
25837 | 3095 |
3096 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
3097 | |
3098 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
3099 | |
3100 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
3101 | |
3102 * international/encoded-kb.el | |
3103 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
3104 but push it to unread-command-events. | |
3105 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
3106 (encoded-kbd-self-insert-sjis): Likewise. | |
3107 (encoded-kbd-self-insert-big5): Likewise. | |
3108 | |
3109 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
3110 before left margin and fill-prefix by fill-find-break-point. | |
3111 | |
3112 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3113 | |
3114 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
3115 info-lookup-make-completions returns an error. | |
3116 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
3117 name latex, not latex2e. | |
3118 | |
3119 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
3120 | |
3121 * replace.el (perform-replace): Turn off case-fold-search | |
3122 if FROM-STRING argument has uppercase in it. | |
3123 | |
3124 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3125 | |
3126 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
3127 mode is on. Don't use end of changed text. | |
3128 | |
3129 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3130 | |
3131 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
3132 (cl-hash-table-p): Renamed from hash-table-p. | |
3133 (cl-hash-table-count): Renamed from hash-table-count. | |
3134 (maphash): Alias to cl-maphash removed. | |
3135 (gethash): Likewise. | |
3136 (puthash): Likewise. | |
3137 (remhash): Likewise. | |
3138 (clrhash): Likewise. | |
3139 | |
3140 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3141 | |
3142 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
3143 third arg non-nil. See comment there why this isn't a good idea. | |
3144 | |
3145 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3146 | |
3147 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
3148 | |
3149 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
3150 sit-for with 3rd arg non-nil to prevent redisplay. | |
3151 | |
3152 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3153 | |
3154 * image.el (image-type-from-file-header): If file doesn't | |
3155 have a directory part, add data-directory. | |
3156 | |
3157 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3158 | |
3159 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
3160 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
3161 motion handling when tooltip-gud-tips-p is nil. | |
3162 | |
3163 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3164 | |
3165 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
3166 (tooltip-active): Use initial value of nil. | |
3167 | |
3168 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
3169 | |
3170 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3171 | |
3172 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
3173 definitions for `top-line'. | |
3174 | |
3175 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3176 | |
3177 * faces.el (top-line): New face. | |
3178 | |
3179 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3180 | |
3181 * image.el (image-type-regexps): Add regexp for PS files. | |
3182 | |
3183 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3184 | |
3185 * faces.el (set-face-attribute): Fix wrong handling of frame | |
3186 begin equal to t. | |
3187 | |
3188 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3189 | |
3190 * image.el (image-type-regexps): Add PNG format. | |
3191 | |
3192 1999-07-21 Dave Love <fx@gnu.org> | |
3193 | |
3194 * bindings.el (mode-line-modified): New variable. | |
3195 (mode-line-mode-menu-1): Switch to appropriate window before | |
3196 showing menu. | |
3197 | |
3198 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3199 | |
3200 * faces.el (face-underline): Removed. | |
3201 (face-underline-color): Ditto. | |
3202 | |
3203 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3204 | |
3205 * faces.el (face-x-resources): Fix typo. | |
3206 | |
3207 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3208 | |
3209 * faces.el: Remove handling of `:relief', extend handling of | |
3210 `:box'. | |
3211 (frame-set-background-mode): Choose new defface specs after | |
3212 frame parameters have changed. | |
3213 | |
3214 * cus-face.el: Ditto. | |
3215 | |
3216 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3217 | |
3218 * custom.el (defface): Extend documentation to include new | |
3219 face attributes. | |
3220 | |
3221 * cus-face.el (custom-face-attributes): Add overline, | |
3222 strike-through, box. | |
3223 | |
3224 * faces.el (face-valid-attribute-values): Handle overline, | |
3225 strike-through, box. | |
3226 (face-attribute-name-alist): Add pairs for new face attributes. | |
3227 (describe-face): Handle new face attributes. | |
3228 | |
3229 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3230 | |
3231 * faces.el (face-x-resources): Add overline, strike-through, box. | |
3232 | |
3233 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3234 | |
3235 * enriched.el (enriched-translations): Add `display' and | |
3236 "x-display". | |
3237 (enriched-handle-display-prop): New. | |
3238 (enriched-decode-display-prop): New. | |
3239 | |
3240 * format.el (top-level): Give `display' property | |
3241 `format-list-atomic-p. | |
3242 (format-annotate-single-property-change): Test that property. | |
3243 If present, treat list property values like atoms. | |
3244 | |
3245 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3246 | |
3247 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
3248 so that "*" can be entered. | |
3249 | |
3250 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3251 | |
3252 * cus-face.el (custom-face-attributes): Don't use `#''. | |
3253 | |
3254 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
3255 | |
3256 * cus-face.el (custom-face-attributes): Return underline | |
3257 face attribute directly from the second lambda of underline. | |
3258 | |
3259 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3260 | |
3261 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
3262 | |
3263 * frame.el (after-setting-font-hooks): New variable. | |
3264 (set-frame-font): Run those hooks. | |
3265 | |
3266 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
3267 | |
3268 * faces.el (set-face-attribute): Fix doc string. | |
3269 | |
3270 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3271 | |
3272 * cus-face.el (custom-face-attributes): Accept color name. | |
3273 | |
3274 * faces.el (face-underline-p): Accept unspecified underlining. | |
3275 (face-underline): Ditto. Fix doc string. | |
3276 | |
3277 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
3278 | |
3279 * faces.el (face-underline-color): New function. | |
3280 | |
3281 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
3282 | |
3283 * cus-face.el (custom-face-attributes): Support underline coloring. | |
3284 Added slot to choose a color. | |
3285 | |
3286 * faces.el (face-underline): New function. | |
3287 (face-underline-p): Support underline coloring. | |
3288 Return nil only if the underline attribute is 'normal. | |
3289 (set-face-underline): New function. | |
3290 (face-valid-attribute-values): Support underline coloring. | |
3291 | |
3292 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3293 | |
3294 * image.el (insert-image): Use `display' instead of `glyph' | |
3295 as text property name. | |
3296 (put-image): Ditto. | |
3297 (image-type-from-file-header): Use insert-file-contents-literally. | |
3298 | |
3299 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3300 | |
3301 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
3302 string to indicate separators. | |
3303 | |
3304 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3305 | |
3306 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
3307 instead of message-log. | |
3308 | |
3309 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3310 | |
3311 * faces.el (bitmap-area): New face. | |
3312 | |
3313 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3314 | |
3315 * image.el (insert-image): New. | |
3316 | |
3317 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3318 | |
3319 * frame.el (blink-cursor): Set the symbol's value. | |
3320 (show-trailing-whitespace): Change group to font-lock. | |
3321 | |
3322 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3323 | |
3324 * jit-lock.el: New. | |
3325 * font-lock.el: Add jit-mode as new support mode. | |
3326 | |
3327 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
3328 reaching end instead of letting re-search-forward signal an error. | |
3329 (demand-lock-mode): New. | |
3330 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
3331 (font-lock-turn-off-thing-lock): Ditto. | |
3332 (font-lock-after-fontify-buffer): Ditto. | |
3333 (font-lock-after-unfontify-buffer): Ditto. | |
3334 | |
3335 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3336 | |
3337 * gs.el: New file. | |
3338 | |
3339 * startup.el (command-line-1): Activate tooltip mode if | |
3340 interactive. | |
3341 | |
3342 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3343 | |
3344 * faces.el (toolbar): Grey default background. | |
3345 (modeline): Ditto. | |
3346 | |
3347 * image.el (image-type-regexps): New. | |
3348 (image-type-from-file-header): New. | |
3349 (create-image): Call it. | |
3350 | |
3351 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3352 | |
3353 * image.el: New file. | |
3354 | |
3355 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3356 | |
3357 * bindings.el (mode-line-format): Replace `mode-name' with | |
3358 `(:eval mode-line-mode-name)'. | |
3359 (mode-line-mode-name): New. | |
3360 (make-mode-line-mouse-sensitive): Don't change default value | |
3361 of `mode-name'. | |
3362 | |
3363 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3364 | |
3365 * tooltip.el: New file. | |
3366 | |
3367 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3368 | |
3369 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
3370 instead of mouse-3 to pop up menus. | |
3371 (mode-line-kill-buffer): Removed. | |
3372 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
3373 buffer name. | |
3374 (mode-line-buffer-menu-1): Removed. | |
3375 | |
3376 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
3377 | |
3378 * bindings.el (mode-line-buffer-identification-keymap): New. | |
3379 (mode-line-buffer-menu-keymap): New. | |
3380 (mode-line-mode-menu-keymap): New. | |
3381 (mode-line-unbury-buffer): New. | |
3382 (mode-line-other-buffer): New. | |
3383 (mode-line-kill-buffer): New. | |
3384 (mode-line-buffer-menu-1): New. | |
3385 (mode-line-mode-menu-1): New. | |
3386 (make-mode-line-mouse-sensitive): New. | |
3387 | |
3388 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3389 | |
3390 * help.el (describe-key-briefly): Handle mode line strings | |
3391 with local-map properties. | |
3392 (describe-key): Ditto. | |
3393 (mode-line-key-binding): New. | |
3394 | |
3395 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3396 | |
3397 * scroll-bar.el (scroll-bar-timer): New. | |
3398 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
3399 | |
3400 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3401 | |
3402 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
3403 and `bottom'. | |
3404 | |
3405 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3406 | |
3407 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
3408 (global): Use different key bindings if using tookit scroll bars. | |
3409 | |
3410 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3411 | |
3412 * faces.el (modeline): Define mode line face with relief for | |
3413 class color, only. | |
3414 (toolbar): New face. | |
3415 | |
3416 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3417 | |
3418 * frame.el (frame-initialize): Set frame-creation-function to | |
3419 tty-create-frame-with-faces. | |
3420 | |
3421 * faces.el (frame-set-background-mode): Make it work for | |
3422 window-system nil. | |
3423 | |
3424 * faces.el (tty-create-frame-with-faces): New. | |
3425 (face-set-after-frame-default): Make it work for TTY frames. | |
3426 | |
3427 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3428 | |
3429 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
3430 Return a list of one font family for TTYs. Don't return bitmap | |
3431 file paths for TTY frames. | |
3432 | |
3433 * faces.el: Add face specs for tty displays to basic faces. | |
3434 | |
3435 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
3436 (font-lock-string-face): Ditto. | |
3437 (font-lock-keyword-face): Ditto. | |
3438 (font-lock-builtin-face): Ditto. | |
3439 (font-lock-function-name-face): Ditto. | |
3440 (font-lock-variable-name-face): Ditto. | |
3441 (font-lock-type-face): Ditto. | |
3442 (font-lock-constant-face): Ditto. | |
3443 (font-lock-warning-face): Ditto. | |
3444 | |
3445 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3446 | |
3447 * startup.el (command-line): Register default tty colors. | |
3448 | |
3449 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
3450 | |
3451 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3452 | |
3453 * faces.el (modeline): For X frames, use a modeline with relief. | |
3454 | |
3455 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3456 | |
3457 * faces.el (frame-update-faces): Copied from 20.2. | |
3458 (frame-update-face-colors): Ditto. Code removed that isn't | |
3459 applicable in the new face implementation. | |
3460 | |
3461 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3462 | |
3463 * frame.el (show-trailing-whitespace): New. | |
3464 | |
3465 * faces.el (trailing-whitespace): New basic face. | |
3466 | |
3467 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3468 | |
3469 * cus-face.el (custom-facep): Always define as alias for facep. | |
3470 | |
3471 * cus-face.el (custom-face-attributes): Use choice widgets. | |
3472 Remove :bold and :italic. | |
3473 | |
3474 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3475 | |
3476 * faces.el (face-charset-registries): Removed since fontset.el | |
3477 is no always loaded. | |
3478 | |
3479 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3480 | |
3481 * faces.el (internal-get-face): Added as obsolete function for | |
3482 compatibility. | |
3483 | |
3484 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3485 | |
3486 * frame.el (blink-cursor-end): Call show-cursor. | |
3487 (blink-cursor-mode): Ditto. | |
3488 | |
3489 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3490 | |
3491 * faces.el (face-spec-reset-face): Reset all attributes to | |
3492 `unspecified'. | |
3493 (face-spec-set): Use it. | |
3494 | |
3495 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3496 | |
3497 * faces.el (read-all-face-attributes): Bug fix. | |
3498 (face-read-integer): Allow nil default value. | |
3499 (face-valid-attribute-values): Use symbol names of attribute | |
3500 values for completion list. | |
3501 | |
3502 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3503 | |
3504 * faces.el (internal-find-face): Define for compatibility with | |
3505 20.2. | |
3506 (face-id): Likewise. | |
3507 | |
3508 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
3509 | |
3510 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
3511 (x-complement-fontset-spec): Use face-charset-registries. | |
3512 | |
3513 * faces.el (face-font-selection-order): Set font selection order | |
3514 from Lisp. | |
3515 (face-alternative-font-family-alist): Set alternative font | |
3516 families from Lisp. | |
3517 | |
3518 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3519 | |
3520 * faces.el (set-face-charset-registries): Set symbol value. | |
3521 | |
3522 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3523 | |
3524 * faces.el (face-set-after-frame-default): Call function | |
3525 internal-merge-in-global-face. | |
3526 | |
3527 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3528 | |
3529 * faces.el (face-list): Return symbols from face-global-alist. | |
3530 | |
3531 * faces.el (face-list): Return a copy of the face name list so | |
3532 that it cannot be modified from outside (facemenu.el uses | |
3533 nreverse, for example). | |
3534 | |
3535 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
3536 for compatibility with old code. | |
3537 | |
3538 * faces.el (set-face-attributes-from-resources): Additional | |
3539 frame parameter. | |
3540 (make-face-x-resource-internal): Set attributes from resources | |
3541 for a given frame or all frames. | |
3542 | |
3543 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3544 | |
3545 * faces.el (all-faces): Removed. | |
3546 | |
3547 * custom.el (defface): Add new face attributes to function | |
3548 comment. | |
3549 | |
3550 * font-lock.el (font-lock-comment-face): Use new face attribute | |
3551 names. | |
3552 (font-lock-string-face): Ditto. | |
3553 (font-lock-keyword-face): Ditto. | |
3554 (font-lock-builtin-face): Ditto. | |
3555 (font-lock-function-name-face): Ditto. | |
3556 (font-lock-variable-name-face): Ditto. | |
3557 (font-lock-type-face): Ditto. | |
3558 (font-lock-reference-face): Ditto. | |
3559 (font-lock-warning-face): Ditto. | |
3560 ((boundp 'font-lock-face-attributes)): Ditto. | |
3561 | |
3562 * cus-face.el (custom-face-attributes): Use new face attributes. | |
3563 | |
3564 * faces.el (set-face-attribute-from-resource): Initialize | |
3565 from resources only for X and W32. | |
3566 | |
3567 * cus-face.el (custom-declare-face): Don't make frame-local | |
3568 faces. | |
3569 | |
3570 * faces.el (describe-face): Use princ instead of insert. | |
3571 | |
3572 * faces.el: Add XLFD manipulation functions from 20.2 again | |
3573 because fontset.el uses them. | |
3574 (face-set-after-frame-default): Add empty definition. | |
3575 | |
3576 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3577 | |
3578 * faces.el (make-face): Correct typo. | |
3579 (set-face-attribute-from-resource): Use let*. | |
3580 (face-underline-p): Correct typo. | |
3581 (face-inverse-video-p): Ditto. | |
3582 (set-face-stipple): Ditto. | |
3583 (face-read-string): Make completion-list optional parameter. | |
3584 | |
3585 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3586 | |
3587 * faces.el (face-charset-registries): Alist mapping charset | |
3588 symbols to registries and encoding. | |
3589 | |
3590 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3591 | |
3592 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
3593 | |
3594 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3595 | |
3596 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
3597 mode. The cursor of selected_window blinks if the mode is enabled. | |
3598 | |
3599 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3600 | |
3601 * simple.el (next-history-element): Set point to the end of the | |
3602 prompt if minibuffer-prompt-in-buffer. | |
3603 | |
3604 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
3605 | |
3606 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
3607 several font name components. | |
3608 | |
3609 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3610 | |
3611 * faces.el (set-face-relief): Use index 12 for relief. | |
3612 (face-fill-in): Set relief from data. | |
3613 (internal-make-face): Init relief to zero. | |
3614 | |
3615 * faces.el (face-spec-set): call modify-face with additional | |
3616 parameters for relief and fixed-p. | |
3617 | |
3618 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3619 | |
3620 * cus-face.el: ':fixed and ':relief added. | |
3621 | |
3622 * faces.el (describe-face): Add fixed font attribute and relief. | |
3623 (face-attr-match-p): Ditto. | |
3624 (face-attr-construct): Ditto. | |
3625 (face-spec-set): Ditto. | |
3626 | |
3627 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3628 | |
3629 * faces.el (internal-make-face): Function to create a Lisp vector | |
3630 suitable for representing a face. | |
3631 (make-face): Use it instead of make-vector. | |
3632 (x-create-frame-with-faces): Use it instead of vector. | |
3633 (internal-facep): Increase vector size to 14. | |
3634 (internal-make-face): Ditto. | |
3635 (face-relief): Access relief thickness. | |
3636 (face-fixed-p): Access fixed font attribute. | |
3637 (set-face-fixed-p): Set fixed font attribute. | |
3638 (set-face-relief): Set relief attribute. | |
3639 (internal-face-interactive-int): Read int attribute of face. | |
3640 (modify-face): Add fixed-p and relief parameters. | |
3641 (copy-face): Handle fixed-p and relief. | |
3642 (face-equal): Compare fixed-p and relief. | |
3643 (face-differs-from-default-p): Ditto. | |
3644 (face-nontrivial-p): Add fixed-p and relief. | |
3645 | |
3646 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3647 | |
3648 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
3649 (internal-facep): Increase vector size. | |
3650 (make-face): Ditto. | |
3651 (face-shadow-thickness): Added. | |
3652 (set-face-shadow-thickness): Added. | |
3653 (modify-face): Add optional shadow-thickness parameter. | |
3654 (make-face-x-resource-internal): Add shadows. | |
3655 (copy-face): Ditto. | |
3656 (face-equal): Ditto. | |
3657 (face-differs-from-default-p): Ditto. | |
3658 (face-nontrivial-p): Ditto. | |
3659 (face-attr-match-p): Ditto. | |
3660 (face-attr-construct): Ditto. | |
3661 (face-spec-set): Ditto. | |
3662 (face-fill-in): Ditto. | |
3663 | |
3664 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3665 | |
3666 * bench.el (bench-mark-split-window): New bench mark. | |
3667 | |
3668 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
3669 | |
3670 * faces.el (set-face-font): Don't pass default font to | |
3671 x-resolve-font so that font will not have to be of the same | |
3672 size. | |
3673 | |
3674 1999-07-20 Dave Love <fx@gnu.org> | |
3675 | |
3676 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
3677 unconditionally t. | |
3678 | |
3679 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
3680 | |
3681 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
3682 | |
3683 1999-07-20 Dave Love <fx@gnu.org> | |
3684 | |
3685 * help.el (describe-variable): Fix test for customizability. | |
3686 | |
3687 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
3688 Check for readonly buffer in interactive spec. | |
3689 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
3690 (backward-kill-word): Add * to interactive spec. | |
3691 | |
3692 * underline.el (underline-region, ununderline-region): Add * to | |
3693 interactive spec. | |
3694 | |
3695 * fill.el (canonically-space-region, justify-current-line): Add * | |
3696 to interactive spec. | |
3697 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
3698 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
3699 readonly buffer in interactive spec. | |
3700 | |
3701 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
3702 (backward-kill-sentence, kill-sentence): Add * to interactive | |
3703 spec. | |
3704 | |
3705 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
3706 | |
3707 * dired-aux.el (dired-do-shell-command): Doc fix. | |
3708 | |
3709 * shell.el (shell-unquote-argument): New function. | |
3710 (shell-directory-tracker): Use shell-unquote-argument. | |
3711 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
3712 | |
3713 1999-07-19 John Wiegley <jwiegley@borland.com> | |
3714 | |
3715 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
3716 color codes 39 and 49, which by the way lynx uses them seem to | |
3717 mean "foreground reset" and "background reset". | |
3718 | |
3719 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
3720 | |
3721 * font-lock.el (c++-keywords): Add "typeid". | |
3722 | |
3723 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
3724 selects no font, treat that as zero selections, not one. | |
3725 | |
3726 1999-07-19 Dave Love <fx@gnu.org> | |
3727 | |
3728 * info.el (Info-search): Don't lose with empty regexp. | |
3729 | |
3730 * version.el: Cater for (free) `ident' program, not `which'. | |
3731 | |
3732 * hl-line.el: New file. | |
3733 | |
3734 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
3735 for modes which don't define menus. | |
3736 | |
3737 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
3738 | |
3739 * webjump.el (webjump-sample-sites): Update some URLs. | |
3740 | |
3741 1999-07-14 Richard Stallman <rms@gnu.org> | |
3742 | |
3743 * Version 20.4 released. | |
3744 | |
3745 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
3746 | |
3747 * compare-w.el (compare-windows): Try to find the next window in | |
3748 the current frame before looking at the other frames. | |
3749 | |
3750 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
3751 | |
3752 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
3753 Use cyrillic-jcuken as default input method. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3754 |
25837 | 3755 1999-07-12 Richard Stallman <rms@gnu.org> |
3756 | |
3757 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
3758 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
3759 | |
3760 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
3761 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
3762 | |
3763 * textmodes/flyspell.el (flyspell-get-word): | |
3764 Add special handling for when ispell-otherchars is empty. | |
3765 | |
3766 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
3767 | |
3768 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
3769 when having nested functons. | |
3770 (pascal-indent-nested-functions) (pascal-indent-line) | |
3771 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
3772 indenting nested functions. | |
3773 | |
3774 1999-07-09 Richard Stallman <rms@gnu.org> | |
3775 | |
3776 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
3777 | |
3778 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
3779 | |
3780 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
3781 the `end' keyword was in the very beginning of the buffer. | |
3782 | |
3783 1999-07-08 Richard Stallman <rms@gnu.org> | |
3784 | |
3785 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
3786 | |
3787 * term.el (term-emulate-terminal): Avoid infinite loop | |
3788 in strange case where minibuffer window is selected but not active. | |
3789 | |
3790 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
3791 | |
3792 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
3793 Change regexp so that it doesn't match commands beginning with `cd'. | |
3794 | |
3795 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3796 | |
3797 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
3798 | |
3799 1999-07-06 Richard Stallman <rms@gnu.org> | |
3800 | |
3801 * hscroll.el (hscroll-minibuffer-hook): New function. | |
3802 (hscroll-global-mode): Add and remove that hook. | |
3803 Set hscroll-old-truncate-was-global's default value. | |
3804 | |
3805 1999-07-05 Richard Stallman <rms@gnu.org> | |
3806 | |
3807 * files.el (revert-buffer): Don't preserve point here. | |
3808 (revert-buffer-insert-file-contents-function): Doc fix. | |
3809 | |
3810 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
3811 | |
3812 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
3813 doing a `stat' when it isn't necessary because that can cause | |
3814 trouble when an NFS server is down. | |
3815 | |
3816 1999-07-04 Richard Stallman <rms@gnu.org> | |
3817 | |
3818 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
3819 | |
3820 1999-07-03 Richard Stallman <rms@gnu.org> | |
3821 | |
3822 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
3823 for \200...\240 also. | |
3824 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
3825 | |
3826 1999-07-02 Richard Stallman <rms@gnu.org> | |
3827 | |
3828 * frame.el (minibuffer-frame-alist): Use defcustom. | |
3829 (pop-up-frame-alist): Likewise. | |
3830 (initial-frame-alist): Specify * in the doc string. | |
3831 | |
3832 * hscroll.el (hscroll-mode): Make it a permanent local. | |
3833 (hscroll-mode): Don't cancel the timer | |
3834 if HScroll mode is enabled in some other buffer. | |
3835 | |
3836 * isearch.el (isearch-done): If search ends in middle of intangible | |
3837 text (due to text property), move on to the limit of that text. | |
3838 | |
3839 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
3840 | |
3841 * man.el (Man-build-man-command): Use value of null-device, | |
3842 instead of hard-coding "/dev/null". | |
3843 | |
3844 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
3845 ange-ftp file names, which might force ange-ftp to prompt for a | |
3846 password. | |
3847 | |
3848 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
3849 to prevent references to temp files. | |
3850 | |
3851 1999-06-30 Richard Stallman <rms@gnu.org> | |
3852 | |
3853 * progmodes/sh-script.el (sh-feature): If nothing is known | |
3854 about the given shell, use the values for `sh'. | |
3855 | |
3856 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
3857 | |
3858 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
3859 to make it non-recursive. | |
3860 | |
3861 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
3862 | |
3863 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3864 | |
3865 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
3866 | |
3867 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
3868 | |
3869 * progmodes/sh-script.el (sh-mode): When setting syntax | |
3870 table, default to the standard one. | |
3871 | |
3872 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
3873 | |
3874 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
3875 | |
3876 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu> | |
3877 | |
3878 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up | |
3879 a frame when `return' is requested (even if pop-up-frames = t) | |
3880 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
3881 should only be set for the bibtex buffer. | |
3882 | |
3883 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
3884 | |
3885 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
3886 being buffer-local. | |
3887 | |
3888 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
3889 | |
3890 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
3891 | |
3892 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
3893 | |
3894 * cal-x.el (calendar-only-one-frame-setup): New function. | |
3895 * calendar.el (calendar): Call it if requested. | |
3896 | |
3897 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
3898 | |
3899 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
3900 | |
3901 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
3902 | |
3903 * mail/supercite.el (sc-emacs-features): Doc fix. | |
3904 | |
3905 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
3906 | |
3907 * files.el (auto-mode-alist): Add pike-mode. | |
3908 | |
3909 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
3910 | |
3911 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
3912 last byte of a numeric field is a space or a NUL. Parse it as | |
3913 potentially part of the number. This is used by GNU tar | |
3914 1.12.64012 to handle larger values. | |
3915 | |
3916 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
3917 | |
3918 * custom.el (custom-handle-keyword): Fix error message. | |
3919 | |
3920 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
3921 | |
3922 * mail/smtpmail.el (smtpmail-send-it): Use | |
3923 convert-standard-filename to make file names for queued mail safe | |
3924 on Windows (`:' is invalid in file names on Windows). | |
3925 | |
3926 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
3927 | |
3928 * international/mule-cmds.el (describe-current-input-method): | |
3929 Current-input-method is string. | |
3930 (toggle-input-method): Docstring fixed. | |
3931 | |
3932 * international/mule-diag.el | |
3933 (describe-current-coding-system-briefly): Fix format string. | |
3934 | |
3935 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
3936 Docstring modified. Return a string. | |
3937 | |
3938 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
3939 | |
3940 * sql.el (sql-input-ring-file-name): Doc fix. | |
3941 | |
3942 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
3943 | |
3944 * calendar/cal-x.el (special-display-buffer-names): | |
3945 Don't put (get-file-buffer diary-file) on this list. | |
3946 | |
3947 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
3948 | |
3949 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
3950 Don't penalize player for certain impossible guesses. | |
3951 | |
3952 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
3953 | |
3954 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
3955 return the string "Unk 0 0000" so at least it appears to be a | |
3956 valid timestamp to `dired-move-to-filename-regexp'. | |
3957 | |
3958 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
3959 | |
3960 * ps-print.el (ps-control-character): Fix previous change. | |
3961 | |
3962 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3963 | |
3964 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
3965 multiple output of the last message. | |
3966 | |
3967 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
3968 | |
3969 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
3970 the ASCII apostrophe, as most DOS codepages have some other glyph | |
3971 there. | |
3972 | |
3973 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
3974 | |
3975 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
3976 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
3977 (exit-ethiopic-environment): Likewize. | |
3978 | |
3979 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
3980 | |
3981 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
3982 | |
3983 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
3984 | |
3985 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
3986 custom-initialize-default to avoid infinite loop. | |
3987 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
3988 loading the file. Run crisp-mode-hook here, and run | |
3989 crisp-load-hook when loading the file. | |
3990 | |
3991 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
3992 rmail-summary buffer, search for pattern in rmail-file. | |
3993 | |
3994 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
3995 | |
3996 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
3997 | |
3998 * ps-print.el (ps-printer-name): Fix custom type. | |
3999 | |
4000 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
4001 | |
4002 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
4003 (vhdl-port-paste-generic-map): Fix indentation bug. | |
4004 (vhdl-port-paste-port-map): Fix indentation bug. | |
4005 (vhdl-scan-file-contents): Make scanning case insensitive. | |
4006 | |
4007 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
4008 | |
4009 * files.el (write-file): When buffer is not already visiting a file, | |
4010 don't put buffer name in the minibuffer, just make it the default. | |
4011 Also handle just directory as arg usefully in that case. | |
4012 | |
4013 * simple.el (sendmail-user-agent-compose): | |
4014 Ignore case when inserting the rest of the "other" headers. | |
4015 | |
4016 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
4017 | |
4018 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
4019 (info-lookup-interactive-arguments): Never insert the default | |
4020 into the minibuffer automatically. | |
4021 | |
4022 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
4023 | |
4024 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
4025 | |
4026 * simple.el (shell-command): Avoid printing "mark set" message. | |
4027 | |
4028 1999-06-09 Dave Love <fx@gnu.org> | |
4029 | |
4030 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
4031 digits in program name in first pattern. | |
4032 | |
4033 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
4034 | |
4035 * vc.el (vc-dired-mode): Don't match anything before the date in | |
4036 dired-move-to-filename-regexp. | |
4037 | |
4038 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
4039 | |
4040 * international/quail.el (quail-define-rules): Fix typo in | |
4041 docstring. | |
4042 | |
4043 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
4044 | |
4045 * iswitchb.el (iswitchb-default-keybindings): Add | |
4046 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
4047 than when package is loaded. | |
4048 | |
4049 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
4050 | |
4051 * startup.el (command-line): Don't set user-init-file directly; | |
4052 tell `load' to set it. | |
4053 | |
4054 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
4055 | |
4056 * simple.el (next-history-element): | |
4057 Handle minibuffer-text-before-history properly when reading sexps. | |
4058 | |
4059 * disp-table.el (standard-display-european): | |
4060 For an interactive call by the user, | |
4061 don't set enable-multibyte-characters, | |
4062 and don't set the terminal coding system. | |
4063 | |
4064 * textmodes/refbib.el: Don't print any messages or display | |
4065 a buffer when loading the library. | |
4066 (r2b-help): Doc fix. | |
4067 (r2b-help-message): Update the documentation. | |
4068 (r2b-load-quietly): Variable deleted. | |
4069 (r2b-convert-buffer): Doc fix. | |
4070 | |
4071 1999-06-04 Dave Love <fx@gnu.org> | |
4072 | |
4073 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
4074 | |
4075 * auto-show.el: Don't change hooks on loading. | |
4076 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
4077 (auto-show-mode): Add to hooks here. | |
4078 | |
4079 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
4080 | |
4081 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
4082 recursion on bogus input. | |
4083 | |
4084 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
4085 | |
4086 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
4087 does not select a buffer from the buffers menu, then the attached | |
4088 frame is not switched to anything. | |
4089 | |
4090 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
4091 | |
4092 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
4093 (viet-viscii-...->viet-vscii...). | |
4094 | |
4095 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
4096 | |
4097 1999-06-01 Dave Love <fx@gnu.org> | |
4098 | |
4099 * progmodes/fortran.el: Add :link to defgroup. | |
4100 (fortran-blink-matching-if): Match ELSE statements too. | |
4101 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
4102 that filling is always done. | |
4103 | |
4104 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
4105 | |
4106 * simple.el (append-next-kill): Use an arg to distinguish | |
4107 interactive calls from Lisp calls, rather than (interactive-p). | |
4108 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4109 * international/iso-transl.el (iso-transl-language-alist): |
25837 | 4110 Interchange n and N. |
4111 | |
4112 1999-05-31 Dave Love <fx@gnu.org> | |
4113 | |
4114 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
4115 and keymap munging on load. | |
4116 (msb-mode): New option. | |
4117 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
4118 Doc fix. | |
4119 (msb-mode-map): New variable. | |
4120 (msb-mode): New command. | |
4121 | |
4122 1999-05-31 Dave Love <fx@gnu.org> | |
4123 | |
4124 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
4125 (ispell-complete-word-dict): Likewise. | |
4126 | |
4127 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
4128 | |
4129 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
4130 force the data buffer to be saved, even if the data didn't | |
4131 change, in case the write filter was modified. Restore the | |
4132 current record after read-file-filter finishes. | |
4133 | |
4134 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
4135 | |
4136 * ispell4.el: Obsolete; file deleted. | |
4137 | |
4138 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
4139 | |
4140 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
4141 VALUE is a syntax table. | |
4142 | |
4143 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
4144 | |
4145 * simple.el (zap-to-char): Doc fix. | |
4146 | |
4147 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
4148 | |
4149 * isearch.el (isearch-quote-char): Don't assume character codes | |
4150 0200 - 0237 stand for characters in some single-byte character | |
4151 charset. | |
4152 | |
4153 1999-05-27 Dave Love <fx@gnu.org> | |
4154 | |
4155 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
4156 | |
4157 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
4158 | |
4159 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
4160 headerline does not exist already. | |
4161 | |
4162 1999-05-26 Richard Stallman <rms@gnu.org> | |
4163 | |
4164 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
4165 Avoid nested null-loops. | |
4166 | |
4167 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
4168 | |
4169 * international/characters.el: Typo fixed; prefered->preferred. | |
4170 | |
4171 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
4172 Typo fixed; prefered->preferred. | |
4173 | |
4174 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
4175 method in read-event. | |
4176 | |
4177 * international/mule.el (charset-info): Doc-string fixed. | |
4178 | |
4179 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
4180 | |
4181 * mail/smtpmail.el (smtpmail-send-it): Bind | |
4182 smtpmail-code-conv-from properly. | |
4183 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
4184 by smtpmail-code-conv-from. | |
4185 | |
4186 1999-05-24 Richard Stallman <rms@gnu.org> | |
4187 | |
4188 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
4189 Binding deleted also. | |
4190 | |
4191 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
4192 | |
4193 * comint.el (comint-bol-or-process-mark): Doc fix. | |
4194 | |
4195 1999-05-23 Dave Love <fx@gnu.org> | |
4196 | |
4197 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
4198 Enter it on minor-mode-map-alist. | |
4199 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
4200 Autoload. Add custom setter. | |
4201 (crisp-mark-line): Doc fix. | |
4202 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
4203 (crisp-mode-hook): Define. | |
4204 | |
4205 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
4206 | |
4207 * files.el (recover-file): Recover buffer-file-coding-system. | |
4208 | |
4209 1999-05-22 Richard Stallman <rms@gnu.org> | |
4210 | |
4211 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
4212 regexp match the date, to avoid treating date as file size. | |
4213 Add YYYY S option to WESTERN/ | |
4214 | |
4215 * bookmark.el: Delete some XEmacs compatibility code. | |
4216 (bookmark-jump-noselect): Check vc-backend. | |
4217 | |
4218 * subr.el (add-to-list): Doc fix. | |
4219 | |
4220 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
4221 | |
4222 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
4223 | |
4224 1999-05-18 Richard Stallman <rms@gnu.org> | |
4225 | |
4226 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
4227 non-space after the @anchor command. | |
4228 (texinfo-format-var): Handle other nested constructs, using | |
4229 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
4230 texinfo-parse-arg-discard. | |
4231 | |
4232 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
4233 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
4234 Bind inhibit-redisplay to nil. | |
4235 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
4236 | |
4237 1999-05-17 Dave Love <fx@gnu.org> | |
4238 | |
4239 * help.el (describe-function-1): Extra arg, interactive-p. | |
4240 (describe-key, describe-function): Use it. | |
4241 | |
4242 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
4243 | |
4244 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
4245 | |
4246 1999-05-16 Dave Love <fx@gnu.org> | |
4247 | |
4248 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
4249 scroll-preserve-screen-position, scroll-conservatively. | |
4250 | |
4251 1999-05-16 Dave Love <fx@gnu.org> | |
4252 | |
4253 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
4254 | |
4255 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
4256 | |
4257 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
4258 | |
4259 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
4260 | |
4261 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
4262 magic number and is not associated with a file. | |
4263 | |
4264 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
4265 | |
4266 * files.el (find-file-noselect-1): Fix previous change. | |
4267 | |
4268 1999-05-14 Simon Marshall <simon@gnu.org> | |
4269 | |
4270 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
4271 | |
4272 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
4273 | |
4274 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
4275 docstring. | |
4276 | |
4277 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
4278 and menus. | |
4279 | |
4280 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
4281 | |
4282 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
4283 to correctly reflect the value of BaseLineOffset in | |
4284 RelativeCompose. Now the value of RelativeCompose is an array of | |
4285 low and high positions. | |
4286 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
4287 RLC for the above change. | |
4288 | |
4289 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
4290 | |
4291 * comint.el (comint-password-prompt-regexp): Modified to match the | |
4292 output of ksu and ssh-add. | |
4293 | |
4294 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
4295 | |
4296 * language/korea-util.el (isearch-toggle-korean-input-method): | |
4297 Adjusted for the change of input method handling in isearch.el. | |
4298 (isearch-hangul-switch-symbol-ksc): Likewise. | |
4299 (isearch-hangul-switch-hanja): Likewise. | |
4300 | |
4301 1999-05-10 Dave Love <fx@gnu.org> | |
4302 | |
4303 * help.el (help-make-xrefs): Fix typo. | |
4304 | |
4305 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
4306 | |
4307 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
4308 unibyte-display-via-language-environment. | |
4309 | |
4310 * help.el (help-make-xrefs): Handle more cases when looking for | |
4311 commands in a keymap description. | |
4312 | |
4313 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
4314 | |
4315 * loadup.el: For ms-dos systems, load ccl and codepage. | |
4316 | |
4317 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
4318 | |
4319 * ps-print.el (ps-control-character): Call | |
4320 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
4321 | |
4322 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
4323 ps-multibyte-buffer is nil, use | |
4324 ps-mule-font-info-database-default." | |
4325 | |
4326 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
4327 | |
4328 * ispell.el (ispell-local-dictionary-alist): New variable for | |
4329 customizing local dictionaries not accessable by everyone. | |
4330 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
4331 (ispell-required-version): Changed format `(major minor | |
4332 revision)' to support general pattern matching. | |
4333 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
4334 skip region commented out due to incorrect skip potential in std latex. | |
4335 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
4336 cursor point on small words for calls from `ispell-minor-mode'. | |
4337 (check-ispell-version): Tests and accepts versions major.minor | |
4338 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
4339 (ispell-get-line): No longer skips ispell process special characters. | |
4340 (ispell-comments-and-strings): Removed `when' macro call. | |
4341 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
4342 (ispell-buffer-local-parsing): Supports checking comments only. | |
4343 | |
4344 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
4345 | |
4346 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
4347 more specific. | |
4348 | |
4349 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
4350 | |
4351 * subr.el (with-temp-message): Fix the other call to message | |
4352 to use %s. | |
4353 | |
4354 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
4355 | |
4356 * gud.el (gud-format-command): "%F" means file sans extension. | |
4357 (jdb): use %F, not %f, for gud-break. | |
4358 | |
4359 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
4360 | |
4361 * comint.el (comint-password-prompt-regexp): Modified so that it | |
4362 matches the output of kinit. | |
4363 | |
4364 1999-05-06 Greg Stark <gsstark@mit.edu> | |
4365 | |
4366 * timezone.el (timezone-parse-date): Recognize new format used in | |
4367 internet cookies. | |
4368 | |
4369 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
4370 | |
4371 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
4372 | |
4373 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
4374 | |
4375 * time.el (display-time-update): Allow for wrap-around when | |
4376 checking against display-time-server-down-time. | |
4377 | |
4378 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
4379 | |
4380 * international/mule-diag.el (describe-coding-system): Fix English | |
4381 message. | |
4382 | |
4383 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
4384 | |
4385 * term/w32-win.el: Change the x-charset-registry property for the | |
4386 Japanese charsets that are supported by Japanese Windows fonts. | |
4387 | |
4388 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
4389 | |
4390 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
4391 diary-block diary entries for which the reminders and the diary | |
4392 entries can overlap. | |
4393 | |
4394 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
4395 | |
4396 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
4397 matches the font selected in the dialog. | |
4398 | |
4399 1999-05-02 Dave Love <fx@gnu.org> | |
4400 | |
4401 * browse-url.el (browse-url-browser-function): Add :version. | |
4402 | |
4403 * international/mule.el (auto-coding-alist): Add .tgz. | |
4404 | |
4405 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
4406 | |
4407 * international/codepage.el (cp-coding-system-for-codepage-1): | |
4408 Make the magnification parameter for the -dos encoder be 2. | |
4409 | |
4410 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
4411 | |
4412 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
4413 it is dropped, rather than current window. | |
4414 | |
4415 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
4416 after switching buffer, as case-fold-search is a buffer local | |
4417 variable. | |
4418 | |
4419 * w32-fns.el (convert-standard-filename): Only convert directory | |
4420 separators to backslash if the interactive shell is one of the | |
4421 standard Windows shells that has DOS semantics. | |
4422 | |
4423 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
4424 format-time-string, and return a suitable string to indicate the | |
4425 timestamp was invalid. | |
4426 | |
4427 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
4428 expanding hexl-program in case exec-directory contains a space. | |
4429 (dehexlify-command): Ditto. | |
4430 | |
4431 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
4432 file extension regexps which aren't necessarily binary files. | |
4433 (direct-print-region-helper): Use subst-char-in-string instead of | |
4434 binding directory-sep-char to convert filenames to DOS syntax. | |
4435 (direct-print-region-use-command-dot-com): New variable. | |
4436 (direct-print-region-helper): Use it to control whether to invoked | |
4437 command.com to print on Windows 9x. | |
4438 | |
4439 * browse-url.el (browse-url-browser-function): Default to | |
4440 browse-url-default-windows-browser on windows-nt. | |
4441 (browse-url-default-windows-browser): New function. | |
4442 | |
4443 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
4444 | |
4445 * forms.el (forms-mode): Don't call forms-first-record or | |
4446 forms-last-record if the data file has zero records. | |
4447 | |
4448 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
4449 | |
4450 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
4451 after find-file-not-found-hooks runs, recompute the truename. | |
4452 And don't use FILENAME after that point. | |
4453 | |
4454 1999-04-27 Dave Love <fx@gnu.org> | |
4455 | |
4456 * paren.el (show-paren-mode) | |
4457 * which-func.el (which-func-mode-global) | |
4458 * type-break.el (type-break-mode) | |
4459 * time.el (display-time-mode) | |
4460 * rsz-mini.el (resize-minibuffer-mode) | |
4461 * mouse-sel.el (mouse-sel-mode) | |
4462 * icomplete.el (icomplete-mode) | |
4463 * hscroll.el (hscroll-global-mode) | |
4464 * help.el (temp-buffer-resize-mode) | |
4465 * font-lock.el (global-font-lock-mode) | |
4466 * delsel.el (delete-selection-mode) | |
4467 * avoid.el (mouse-avoidance-mode) | |
4468 * autoinsert.el (auto-insert-mode) | |
4469 * winner.el (winner-mode): Doc fix. | |
4470 | |
4471 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
4472 | |
4473 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
4474 the same whitespace that was ignored in choosing the subject string. | |
4475 | |
4476 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
4477 | |
4478 * info.el (Info-find-node): Position properly after finding anchor. | |
4479 | |
4480 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
4481 | |
4482 * simple.el (indent-new-comment-line): Fix previous change. | |
4483 | |
4484 * complete.el: Delete the wildcard expansion feature | |
4485 since that is now standard in find-file. | |
4486 (PC-try-load-many-files): Function deleted. | |
4487 (PC-after-load-many-files): Function deleted. | |
4488 (PC-many-files-list): Variable deleted. | |
4489 (PC-disable-wildcards): Variable deleted. | |
4490 (partial-completion-mode): Don't enable the wildcard feature. | |
4491 | |
4492 * complete.el (PC-look-for-include-file): Don't set global variables | |
4493 `error', `buf' and `filename' here. | |
4494 | |
4495 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
4496 | |
4497 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
4498 | |
4499 * textmodes/outline.el (outline-regexp): Doc fix. | |
4500 | |
4501 1999-04-26 John Wiegley <johnw@borland.com> | |
4502 | |
4503 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
4504 C++Builder 4.0 error message syntax. | |
4505 | |
4506 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
4507 | |
4508 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
4509 supported, use find -exec. | |
4510 | |
4511 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
4512 | |
4513 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
4514 coding-system-for-write, to avoid hanging when non-interactive. | |
4515 | |
4516 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
4517 | |
4518 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
4519 start with a newline. | |
4520 | |
4521 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
4522 | |
4523 * international/mule-conf.el (x-ctext): New coding system. | |
4524 | |
4525 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
4526 | |
4527 * international/mule-cmds.el (input-method-function): | |
4528 Add permanent-local property. | |
4529 | |
4530 1999-04-12 Dave Love <fx@gnu.org> | |
4531 | |
4532 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
4533 change to use jka-compr-byte-compiler-base-file-name. | |
4534 | |
4535 * supercite.el (sc-scan-info-alist): Revert last change. | |
4536 (sc-attrib-selection-list): Fix :type here instead. | |
4537 | |
4538 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
4539 | |
4540 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
4541 in the list of case-insensitive filesystems. | |
4542 | |
4543 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
4544 | |
4545 * international/fontset.el (create-fontset-from-fontset-spec): | |
4546 Don't register duplicated alias fontset names. | |
4547 | |
4548 1999-04-08 Richard Stallman <rms@gnu.org> | |
4549 | |
4550 * international/mule.el (auto-coding-alist-lookup): New function. | |
4551 (set-auto-coding): Use auto-coding-alist-lookup. | |
4552 | |
4553 * jka-compr.el (jka-compr-insert-file-contents): | |
4554 Use auto-coding-alist-lookup to check for files that | |
4555 should not have eol conversion, in the unibyte case. | |
4556 | |
4557 1999-04-07 Dave Love <fx@gnu.org> | |
4558 | |
4559 * help.el (describe-variable): Check custom-loads property as well | |
4560 as custom-type. | |
4561 | |
4562 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
4563 | |
4564 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
4565 | |
4566 * vc.el (vc-backend-revert): For CVS files that were made | |
4567 writeable with "cvs edit", call "cvs unedit" to undo that. | |
4568 | |
4569 1999-04-08 Dave Love <fx@gnu.org> | |
4570 | |
4571 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
4572 more. | |
4573 (sc-emacs-features): Recognize Emacs 20. | |
4574 (sc-read-string): Use history arg. | |
4575 (sc-scan-info-alist): Check for rtnvalue a cons. | |
4576 | |
4577 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
4578 | |
4579 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
4580 coding system to encode the message by | |
4581 select-message-coding-system. | |
4582 | |
4583 1999-04-07 Richard Stallman <rms@gnu.org> | |
4584 | |
4585 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
4586 | |
4587 * winner.el: Reorder definitions. | |
4588 | |
4589 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
4590 | |
4591 * mail/rmail.el (rmail-decode-babyl-format): | |
4592 Undo previous change. | |
4593 | |
4594 1999-04-06 Richard Stallman <rms@gnu.org> | |
4595 | |
4596 * info.el (Info-find-node): Check for an anchor at the | |
4597 proper place, before reading an indirect file. | |
4598 | |
4599 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
4600 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4601 * jka-compr.el (jka-compr-insert-file-contents): |
25837 | 4602 Use raw-text-unix when we want no conversion. |
4603 | |
4604 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
4605 | |
4606 * timezone.el (timezone-parse-date): Corrected regexp for | |
4607 style (5) date format so that tenths of seconds are optional. | |
4608 | |
4609 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
4610 | |
4611 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
4612 of dos-codepage-setup. | |
4613 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
4614 codepages for which there's no need to set up cpNNN coding | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4615 systems. |
25837 | 4616 (dos-codepage-setup): Support Far-Eastern DOS terminals. |
4617 | |
4618 1999-04-05 Richard Stallman <rms@gnu.org> | |
4619 | |
4620 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
4621 | |
4622 1999-04-02 Richard Stallman <rms@gnu.org> | |
4623 | |
4624 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
4625 if (car status) doesn't end in a newline. | |
4626 | |
4627 1999-04-01 Dave Love <fx@gnu.org> | |
4628 | |
4629 * progmodes/sql.el (SQL): Add defgroup :version. | |
4630 | |
4631 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
4632 | |
4633 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
4634 buffer-file-coding-system. If the coding system used is raw-text, | |
4635 etc., make the *Compiler Input* buffer unibyte. | |
4636 | |
4637 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
4638 | |
4639 * loadup.el: Don't write the fns-...el file if not dumping. | |
4640 | |
4641 1999-03-31 Dave Love <fx@gnu.org> | |
4642 | |
4643 * snmp-mode.el (snmp): Fix defgroup :version. | |
4644 | |
4645 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
4646 | |
4647 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
4648 | |
4649 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
4650 the gnus-save-hidden-threads macro. | |
4651 | |
4652 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
4653 | |
4654 * faces.el (face-set-after-frame-default): Obey the | |
4655 `customized-face' for new faces. | |
4656 | |
4657 1999-03-30 Dave Love <fx@gnu.org> | |
4658 | |
4659 * international/mule-cmds.el (current-language-environment): Doc fix. | |
4660 * abbrev.el (abbrev-mode): Doc fix. | |
4661 * autoinsert.el (auto-insert-mode): Doc fix. | |
4662 * complete.el (partial-completion-mode): Doc fix. | |
4663 * avoid.el (mouse-avoidance-mode): Doc fix. | |
4664 * delsel.el (delete-selection-mode): Doc fix. | |
4665 * font-lock.el (global-font-lock-mode): Doc fix. | |
4666 * help.el (temp-buffer-resize-mode): Doc fix. | |
4667 * hscroll.el (hscroll-global-mode): Doc fix. | |
4668 * icomplete.el (icomplete-mode): Doc fix. | |
4669 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
4670 * paren.el (show-paren-mode): Doc fix. | |
4671 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
4672 * time.el (display-time-mode): Doc fix. | |
4673 * type-break.el (type-break-mode): Doc fix. | |
4674 * which-func.el (which-func-mode-global): Doc fix. | |
4675 * winner.el (winner-mode): Doc fix. | |
4676 | |
4677 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
4678 | |
4679 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
4680 than an ordinary error. | |
4681 | |
4682 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
4683 | |
4684 * repeat.el: Don't require advice. | |
4685 (repeat): Do function-indirection in check for kbd macro. | |
4686 In self-insert case, use the *last* char in INSERTION. | |
4687 | |
4688 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
4689 | |
4690 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
4691 | |
4692 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
4693 | |
4694 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
4695 comint-input-filter-functions. Make variables related to shell | |
4696 directory tracking local. | |
4697 | |
4698 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
4699 | |
4700 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
4701 | |
4702 * simple.el (shell-command-on-region): Cope with exit-status being | |
4703 nil, which happens if call-process-region was interrupted. | |
4704 | |
4705 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
4706 | |
4707 * simple.el (indent-new-comment-line): Handle use at a point | |
4708 after a comment-end. Handle multiple comments. | |
4709 | |
4710 * mail/rmail.el (rmail-decode-babyl-format): | |
4711 To prevent locking, bind buffer-file-name to nil. | |
4712 | |
4713 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
4714 | |
4715 * mail-hist.el (mail-hist-current-header-name): Don't make | |
4716 off-by-one-error when determining if in message body. | |
4717 | |
4718 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
4719 | |
4720 * w32-fns.el (set-default-process-coding-system): Copied from | |
4721 dos-w32.el, but modified to use Unix line endings for process | |
4722 input, and to add a suitable entry to process-coding-system-alist | |
4723 for DOS shells. | |
4724 | |
4725 * dos-fns.el (set-default-process-coding-system): Copied from | |
4726 dos-w32.el. | |
4727 | |
4728 * dos-w32.el (set-default-process-coding-system): Move function to | |
4729 dos-fns.el; a different version is used in w32-fns.el. | |
4730 | |
4731 1999-03-24 Dave Love <fx@gnu.org> | |
4732 | |
4733 * info.el (Info-directory-list): Revert change to re-writing | |
4734 Info-default-directory-list, but put `alternative' first. | |
4735 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
4736 | |
4737 1999-03-23 Simon Marshall <simon@gnu.org> | |
4738 | |
4739 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
4740 on the line by itself. | |
4741 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
4742 it is not in a declarative context. | |
4743 | |
4744 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
4745 | |
4746 * cus-edit.el (custom-variable-prompt): Allow customization of | |
4747 autoloaded symbols. | |
4748 | |
4749 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
4750 | |
4751 * simple.el (what-cursor-position): Don't cause error when point | |
4752 is at invalid multibyte sequence. | |
4753 | |
4754 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
4755 | |
4756 * complete.el (partial-completion-mode): Doc fix. | |
4757 | |
4758 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
4759 | |
4760 * progmodes/cplus-md.el (old-c++): Remove :group. | |
4761 | |
4762 * progmodes/c-mode.el (old-c): Remove :group. | |
4763 | |
4764 1999-03-18 Simon Marshall <simon@gnu.org> | |
4765 | |
4766 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
4767 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
4768 | |
4769 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
4770 | |
4771 * w32-fns.el (set-w32-system-coding-system) New function. | |
4772 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
4773 | |
4774 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
4775 | |
4776 * international/mule-cmds.el (set-language-environment): Fix | |
4777 previous change: don't use dos-codepage when unbound. | |
4778 | |
4779 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
4780 | |
4781 * calendar/appt.el (appt-make-list): Fix previous change. | |
4782 | |
4783 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
4784 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4785 * window.el (shrink-window-if-larger-than-buffer): |
25837 | 4786 Don't try to redisplay with the cursor at the end |
4787 on its own line--that would force a scroll and spoil things. | |
4788 | |
4789 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
4790 | |
4791 * international/mule-cmds.el (set-language-environment): Don't use | |
4792 cpNNN-nonascii-translation-table if it is unbound. | |
4793 | |
4794 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
4795 syntax table and bind unibyte-display-via-language-environment | |
4796 here, rather than at top level, so that resetting to unibyte in | |
4797 .emacs works as expected. | |
4798 | |
4799 1999-03-15 Simon Marshall <simon@gnu.org> | |
4800 | |
4801 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
4802 | |
4803 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
4804 | |
4805 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
4806 | |
4807 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
4808 | |
4809 * international/mule-util.el (detect-coding-with-priority): | |
4810 Restore the internal database. | |
4811 | |
4812 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
4813 | |
4814 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
4815 if mail-from-style has invalid value. | |
4816 | |
4817 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
4818 | |
4819 * vc.el (vc-delete-logbuf-window): New var. | |
4820 (vc-finish-logentry): Use it. | |
4821 | |
4822 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
4823 | |
4824 * startup.el (command-line-1): Improve startup msg. | |
4825 | |
4826 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
4827 | |
4828 * speedbar.el: Added commentary about stealthy functions. | |
4829 (speedbar-message) new function. | |
4830 (speedbar-y-or-n-p): New function | |
4831 (speedbar-with-attached-buffer) Moved macro before reference. | |
4832 Now uses `save-selected-window'. | |
4833 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh, | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4834 speedbar-generic-item-info, speedbar-item-info-file-helper, |
25837 | 4835 speedbar-item-delete, speedbar-insert-generic-list, |
4836 speedbar-timer-fn, speedbar-check-vc-this-line, | |
4837 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
4838 speedbar-buffers-item-info) Use speedbar-message. | |
4839 (speedbar-item-info) Limit `message-log-max'. | |
4840 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
4841 speedbar-item-delete, speedbar-item-object-delete, | |
4842 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
4843 | |
4844 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
4845 | |
4846 * server.el (server-start): Set coding system for the server | |
4847 process to raw-text. | |
4848 (server-process-filter): Decode file names if necessary. | |
4849 | |
4850 1999-03-12 Dave Love <fx@gnu.org> | |
4851 | |
4852 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
4853 | |
4854 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
4855 | |
4856 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
4857 | |
4858 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
4859 | |
4860 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
4861 | |
4862 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
4863 (ispell-dictionary-alist-2): Likewise. | |
4864 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
4865 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
4866 (ispell-dictionary-alist): Build from six pieces, not just two. | |
4867 | |
4868 * ps-bdf.el (bdf-directory-list): Doc fix. | |
4869 | |
4870 * enriched.el (enriched-mode): Make var permanent-local. | |
4871 | |
4872 1999-03-09 Dave Love <fx@gnu.org> | |
4873 | |
4874 * textmodes/sgml-mode.el (html-mode): Use | |
4875 sentence-end-double-space when setting sentence-end. | |
4876 | |
4877 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
4878 | |
4879 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
4880 | |
4881 1999-03-08 Felix Lee <flee@cygnus.com> | |
4882 | |
4883 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
4884 | |
4885 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
4886 | |
4887 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
4888 | |
4889 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
4890 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
4891 | |
4892 * dired.el (dired-do-copy-regexp): Doc fix. | |
4893 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
4894 | |
4895 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
4896 | |
4897 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
4898 | |
4899 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
4900 | |
4901 * international/codepage.el (cp1250-decode-table) | |
4902 (cp1251-decode-table, cp1253-decode-table) | |
4903 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
4904 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
4905 | |
4906 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
4907 | |
4908 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
4909 | |
4910 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
4911 | |
4912 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
4913 | |
4914 * term/internal.el (top level): Display character 255 as 8bit as well. | |
4915 | |
4916 1999-03-06 Dave Love <fx@gnu.org> | |
4917 | |
4918 * progmodes/cc-cmds.el (c-outline-level): Bind | |
4919 buffer-invisibility-spec. | |
4920 | |
4921 * progmodes/c-mode.el (c-outline-level): Likewise. | |
4922 | |
4923 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
4924 | |
4925 1999-03-05 Felix Lee <flee@cygnus.com> | |
4926 | |
4927 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
4928 | |
4929 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
4930 | |
4931 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
4932 | |
4933 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
4934 | |
4935 * w32-fns.el (convert-standard-filename): Convert directory | |
4936 separators to Windows format. | |
4937 | |
4938 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
4939 | |
4940 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
4941 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
4942 (batch-skkdic-convert): Doc fix. | |
4943 | |
4944 1999-03-04 Dave Love <fx@gnu.org> | |
4945 | |
4946 * custom.el (custom-set-variables): Protect against setter errors. | |
4947 | |
4948 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
4949 | |
4950 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
4951 the file sizes from overflowing. | |
4952 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
4953 Under -s, print the size in blocks with %4.0f, in case they have | |
4954 a *really* huge file. | |
4955 | |
4956 1999-03-03 Dave Love <fx@gnu.org> | |
4957 | |
4958 * options.el (edit-options): Doc fix. | |
4959 (list-options): Don't lose with unbound symbols. Maintain | |
4960 Edit-options-mode. | |
4961 | |
4962 1999-03-01 Dave Love <fx@gnu.org> | |
4963 | |
4964 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
4965 | |
4966 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
4967 | |
4968 * ispell.el (ispell-dictionary-alist-override): New variable. | |
4969 (ispell-dictionary-alist): Don't setq it, | |
4970 if ispell-dictionary-alist-override is set. | |
4971 | |
4972 * simple.el (shell-command-default-error-buffer): Renamed from | |
4973 shell-command-on-region-default-error-buffer. | |
4974 (shell-command-on-region): Mention in echo area when there | |
4975 is some error output. Mention success or failure, too. | |
4976 Accumulate multiple error outputs | |
4977 going forward, with formfeed in between. Display the error buffer | |
4978 when we have put something in it. | |
4979 (shell-command): Add the ERROR-BUFFER argument feature. | |
4980 | |
4981 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
4982 | |
4983 * mail/mh-utils.el (mh-lib): Doc fix. | |
4984 (mh-lib-progs, mh-nmh-p): New vars. | |
4985 (mh-find-progs): Set mh-lib-progs along with other vars. | |
4986 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
4987 of mh-file-command-p. | |
4988 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
4989 | |
4990 * mail/mh-comp.el (mh-repl-formfile): New var. | |
4991 (mh-smail-batch): Don't ignore all arguments. | |
4992 (mh-reply): Do the right thing when using nmh. | |
4993 | |
4994 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
4995 | |
4996 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
4997 to show a buffer being decoded. | |
4998 | |
4999 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
5000 | |
5001 * ps-bdf.el (bdf-directory-list): Initialize it to | |
5002 '("/usr/local/share/emacs/fonts/bdf"). | |
5003 | |
5004 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5005 | |
5006 * ps-print.el: PostScript programming fix. | |
5007 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
5008 setpagedevice operator). | |
5009 | |
5010 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
5011 | |
5012 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
5013 sizes. | |
5014 (ps-print-version): New version number (4.1.4). | |
5015 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
5016 Specifies landscape and portrait sizes. | |
5017 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
5018 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
5019 fix. | |
5020 (ps-get-font-size): New fun. | |
5021 (ps-font-size-internal, ps-header-font-size-internal) | |
5022 (ps-header-title-font-size-internal): New vars. | |
5023 | |
5024 * ps-mule.el: Change of ps-print font size variable name. | |
5025 (ps-mule-generate-font): Fun fix. | |
5026 (ps-mule-begin-job): Programming uniformization. | |
5027 | |
5028 1999-02-25 Dave Love <fx@gnu.org> | |
5029 | |
5030 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
5031 (help-make-xrefs): Do Info case first. | |
5032 | |
5033 * repeat.el: Don't require advice. | |
5034 (repeat-last-kill-command): Variable deleted. | |
5035 | |
5036 1999-02-25 Richard Stallman <rms@gnu.org> | |
5037 | |
5038 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
5039 case just because the current buffer is the output buffer. | |
5040 | |
5041 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
5042 | |
5043 * simple.el (what-cursor-position): To show the character's | |
5044 encoding, use encoded-string-description instead of information | |
5045 of chaset-origin-alist. | |
5046 | |
5047 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
5048 (encoded-code-description): New function. | |
5049 (encoded-string-description): New function. | |
5050 (encode-coding-char): New function. | |
5051 | |
5052 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
5053 | |
5054 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
5055 checking for .emacs[.el[c]]. | |
5056 | |
5057 1999-02-24 Richard Stallman <rms@gnu.org> | |
5058 | |
5059 * help.el (describe-function-1): Don't print a whole lambda-function. | |
5060 | |
5061 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
5062 | |
5063 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
5064 inputting ?\240. | |
5065 | |
5066 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
5067 | |
5068 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
5069 | |
5070 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
5071 (clean-buffer-list-kill-buffer-names): Doc fix. | |
5072 | |
5073 * gud.el (gud-jdb-massage-args): Spelling fix. | |
5074 | |
5075 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
5076 | |
5077 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
5078 | |
5079 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
5080 | |
5081 * arc-mode.el (archive-set-buffer-as-visiting-file): Save | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5082 excursion while calling set-auto-coding-function. |
25837 | 5083 |
5084 * play/handwrite.el (handwrite): Require ps-print, and use | |
5085 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
5086 if it's defined, instead of forking ps-lpr-command unconditionally. | |
5087 | |
5088 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
5089 | |
5090 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
5091 charset-origin-alist property to a coding system for the codepage. | |
5092 | |
5093 * international/mule.el: Modify comment for charset-origin-alist | |
5094 property of a coding system. | |
5095 | |
5096 * simple.el (what-cursor-position): charset-origin-alist property | |
5097 of a coding system may be a translation table or a symbol of which | |
5098 `translation-table' property is a translation table. | |
5099 | |
5100 1999-02-21 Richard Stallman <rms@gnu.org> | |
5101 | |
5102 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
5103 to the "html" template. | |
5104 | |
5105 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
5106 | |
5107 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
5108 | |
5109 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
5110 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5111 * dirtrack.el (dirtrack): Check for the prompt in the input string |
25837 | 5112 instead of the buffer. |
5113 | |
5114 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
5115 | |
5116 * sql.el: Set version to 1.4.1. Changed mail address to | |
5117 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
5118 (sql-input-ring-separator): Doc fix. | |
5119 (sql-mode-syntax-table): double-dash starts comments is defined as | |
5120 ". 56" instead of ". 12b" for XEmacs. | |
5121 (sql-stop, sql-interactive-mode): Doc fixes. | |
5122 (sql-postgres): Queries for database and server, not just one. | |
5123 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
5124 | |
5125 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
5126 changed. This is needed for master.el to work. | |
5127 (sql-set-sqli-buffer): Use the new hook. | |
5128 | |
5129 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
5130 sql-alternate-buffer-name. | |
5131 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
5132 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
5133 (sql-rename-buffer): New command. | |
5134 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
5135 | |
5136 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
5137 and sql-input-ring-file-name are used to temporarily set | |
5138 comint-input-ring-file-name and comint-input-ring-separator when | |
5139 reading and writing input history files. | |
5140 | |
5141 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
5142 (sql-input-ring-file-name): New variable with customization. | |
5143 (sql-input-ring-separator): New variable with customization. | |
5144 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
5145 Callers changed. | |
5146 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
5147 now includes the name of the current buffer. | |
5148 | |
5149 (sql-mode): Set paragraph-separate and paragraph-start so that | |
5150 sql-send-paragraph sends the entire SQL statements, even if it | |
5151 contains indented lines. | |
5152 | |
5153 1999-02-18 Dave Love <fx@gnu.org> | |
5154 | |
5155 * format.el (format-encode-run-method, format-decode-run-method): | |
5156 Fix previous change. | |
5157 | |
5158 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
5159 | |
5160 * international/mule.el (coding-system-list): Moved here from | |
5161 mule-util.el to avoid autoloading mule-util by the call of | |
5162 select-safe-coding-system. | |
5163 | |
5164 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
5165 | |
5166 * simple.el (turn-on-auto-fill): Mark it as an option for | |
5167 `text-mode-hook'. | |
5168 | |
5169 1999-02-17 Richard Stallman <rms@gnu.org> | |
5170 | |
5171 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
5172 Don't crash if (current-local-map) is nil. | |
5173 | |
5174 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
5175 | |
5176 * filecache.el (file-cache-filter-regexps): Added .class. | |
5177 | |
5178 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
5179 | |
5180 * international/mule-util.el (decompose-region): Use | |
5181 insert-buffer-substring instead of insert-buffer to avoid putting | |
5182 mark. | |
5183 | |
5184 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
5185 | |
5186 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
5187 displayed-month and displayed-year here, let generate-calendar do | |
5188 it, after range checking. | |
5189 | |
5190 1999-02-17 Simon Marshall <simon@gnu.org> | |
5191 | |
5192 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
5193 | |
5194 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
5195 correctly between an object declared via a constructor and a method. | |
5196 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
5197 (java-font-lock-keywords-1): Fontify package names individually. | |
5198 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
5199 (java-font-lock-keywords-2): Simplify type fontification. | |
5200 (java-font-lock-keywords-3): Likewise. | |
5201 | |
5202 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
5203 | |
5204 * language/japanese.el (iso-2022-jp-2): New coding system. | |
5205 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
5206 | |
5207 1999-02-16 Dave Love <fx@gnu.org> | |
5208 | |
5209 * help.el (describe-function-1): Accept non-symbols. | |
5210 | |
5211 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
5212 | |
5213 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
5214 find the last match if there are multiple matches. | |
5215 | |
5216 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5217 | |
5218 * tex-mode.el (tex-run-command, latex-run-command) | |
5219 (slitex-run-command, tex-command): Doc changes. | |
5220 (tex-start-options-string): Autoload it. Doc change. Provide | |
5221 a menu for customization. Allow nil. Quote backslashes only once. | |
5222 (tex-start-tex): Handle nil value of tex-start-options-string | |
5223 and apply shell-quote-argument to it. | |
5224 | |
5225 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
5226 | |
5227 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
5228 the size in blocks, since it can be a float. | |
5229 (ls-lisp-format): Likewise | |
5230 | |
5231 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
5232 | |
5233 * language/japanese.el (japanese-shift-jis): Add | |
5234 charset-origin-alist property. | |
5235 | |
5236 1999-02-15 Richard Stallman <rms@gnu.org> | |
5237 | |
5238 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
5239 | |
5240 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
5241 | |
5242 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
5243 | |
5244 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
5245 | |
5246 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
5247 Summary-line in its header, get past one more line before looking | |
5248 for the X-Coding-System header. | |
5249 | |
5250 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
5251 | |
5252 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
5253 explicitly to accomodate Windows 9X lack of a useful copy program. | |
5254 | |
5255 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
5256 | |
5257 * wid-edit.el (widget-choice-value-create): Use `equal' | |
5258 instead of `eq'. | |
5259 | |
5260 1999-02-14 Richard Stallman <rms@gnu.org> | |
5261 | |
5262 * international/iso-transl.el: | |
5263 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
5264 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
5265 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
5266 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
5267 (iso-transl-char-map): Related changes. | |
5268 | |
5269 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
5270 | |
5271 1999-02-13 Richard Stallman <rms@gnu.org> | |
5272 | |
5273 * textmodes/texinfmt.el (texinfo-alias): New function. | |
5274 (texinfo-fold-nodename-case): Add defvar. | |
5275 (texinfo-format-node): Do case folding if specified. | |
5276 | |
5277 * ffap.el (ffap-file-at-point): Test local file names | |
5278 immediately. Strip off line numbers. | |
5279 | |
5280 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
5281 | |
5282 * sql.el: Set version to 1.3.2 | |
5283 (sql-solid-program): Added support for solid. | |
5284 (sql-help): Doc mentions sql-solid. | |
5285 (sql-solid): Entry function for Solid. | |
5286 (sql-buffer): Doc explains the use of the variable and how to | |
5287 change it. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5288 (sql-mode-menu): Included entries for sql-show-sqli-buffer and |
25837 | 5289 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are |
5290 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
5291 is new. | |
5292 (sql-show-sqli-buffer): New function to display the value of | |
5293 sql-buffer. | |
5294 (sql-change-sqli-buffer): New function to change sql-buffer. | |
5295 (sql-mode): Doc explains how to change sql-buffer. | |
5296 (sql-send-paragraph): New function to send a paragraph. | |
5297 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
5298 (sql-mysql): Doc corrected. | |
5299 (sql-ms): Doc corrected. | |
5300 | |
5301 * sql.el (sql-server): Doc fix. | |
5302 (sql-mysql): Added the use of sql-server to specify the host, | |
5303 sql-database now specifies database instead of host. | |
5304 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
5305 is non-nil. | |
5306 (sql-help): Changed tag of entry functions a bit. | |
5307 | |
5308 * sql.el: Added keywords from `finder-by-keyword'. | |
5309 (sql-mode): Made sql-buffer a local variable, changed the | |
5310 documentation: removed instructions to add *.sql files to | |
5311 auto-mode-alist, added documentation for having mutliple SQL | |
5312 buffers sending their stuff to different SQLi buffers, each | |
5313 running a different process. | |
5314 (sql-postgres): Quoted *SQL* in doc string. | |
5315 (sql-ms): Likewise. | |
5316 (sql-ingres): Likewise. | |
5317 (sql-ingres): Quoted *SQL* in doc string, added references to | |
5318 sql-user and sql-password used during login. | |
5319 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
5320 (sql-oracle): Likewise. | |
5321 (sql-interactive-mode): Added extensive documentation for having | |
5322 mutliple SQL buffers sending their stuff to different SQLi | |
5323 buffers, each running a different process. | |
5324 (sql-buffer): Changed doc from *SQL* to SQLi. | |
5325 (sql-get-login): Doc fix. | |
5326 | |
5327 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
5328 | |
5329 * international/mule-conf.el (undecided): Set ascii in | |
5330 safe-charsets property. | |
5331 | |
5332 1999-02-12 Richard Stallman <rms@gnu.org> | |
5333 | |
5334 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
5335 | |
5336 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
5337 | |
5338 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
5339 value to ps-mule-font-info-database-latin. | |
5340 | |
5341 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
5342 | |
5343 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
5344 (ps-mule-font-info-database-default): New variable. | |
5345 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
5346 ps-mule-font-info-database-default. | |
5347 | |
5348 1999-02-12 Dave Love <fx@gnu.org> | |
5349 | |
5350 * timezone.el (timezone-make-date-sortable) | |
5351 (timezone-make-date-arpa-standard): Doc fix. | |
5352 | |
5353 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
5354 | |
5355 * international/quail.el (quail-show-kbd-layout): Bind | |
5356 blink-matching-paren to nil. | |
5357 | |
5358 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
5359 for ASCII and Latin-1. | |
5360 | |
5361 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
5362 | |
5363 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
5364 | |
5365 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
5366 | |
5367 * international/mule-cmds.el (language-info-alist): Remove | |
5368 description about charset-origin-alist. | |
5369 | |
5370 * international/mule.el: Comment added for a new coding system | |
5371 property `charset-origin-alit'. | |
5372 (make-translation-table): This variable deleted. | |
5373 | |
5374 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
5375 property. | |
5376 ("Chinese-CNS"): Remove charset-origin-alist property. | |
5377 | |
5378 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
5379 property. | |
5380 (cyrillic-alternativnyj): Likewise. | |
5381 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
5382 ("Cyrillic-ALT"): Likewise. | |
5383 | |
5384 * language/vietnamese.el (vietnamese-viqr): Add | |
5385 charset-origin-alist property. | |
5386 ("Vietnamese"): Remove charset-origin-alist property. | |
5387 | |
5388 * simple.el (what-cursor-position): Don't use the varialbe | |
5389 charset-origin-alist, but use charset-origin-alist property of | |
5390 buffer-file-coding-system to decide external character set code. | |
5391 | |
5392 1999-02-10 Richard Stallman <rms@gnu.org> | |
5393 | |
5394 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
5395 | |
5396 1999-02-09 Richard Stallman <rms@gnu.org> | |
5397 | |
5398 * progmodes/compile.el (compile-auto-highlight): Customize. | |
5399 | |
5400 * add-log.el (add-log-file-name-function): New variable. | |
5401 (add-change-log-entry): Call that function, if non-nil. | |
5402 | |
5403 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
5404 | |
5405 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
5406 | |
5407 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5408 | |
5409 * progmodes/compile.el (compilation-setup): Set value of | |
5410 compilation-directory-stack as in compilation-forget-errors. | |
5411 (compile-reinitialize-errors): Bind buffer-undo-list and | |
5412 deactivate-mark. | |
5413 (compilation-forget-errors): Likewise. | |
5414 | |
5415 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
5416 | |
5417 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
5418 def... constructs. | |
5419 | |
5420 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
5421 Remove calls to sleep-for. | |
5422 | |
5423 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
5424 | |
5425 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
5426 MS-DOS, use dos-unsupported-char-glyph for characters not | |
5427 supported by the codepage. | |
5428 (cp-make-coding-systems-for-codepage): Likewise. | |
5429 | |
5430 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
5431 | |
5432 * international/mule-util.el (coding-system-list): Don't sort | |
5433 coding-system-list here. | |
5434 | |
5435 * international/mule.el (coding-system-lessp): Moved here from | |
5436 mule-util.el | |
5437 (add-to-coding-system-list): New function. | |
5438 (make-subsidiary-coding-system, make-coding-system, | |
5439 define-coding-system-alias): Use it instead of setting | |
5440 coding-system-list directly. | |
5441 | |
5442 1999-02-07 Dave Love <fx@gnu.org> | |
5443 | |
5444 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
5445 onto message. | |
5446 | |
5447 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5448 | |
5449 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
5450 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
5451 | |
5452 1999-02-06 Richard Stallman <rms@gnu.org> | |
5453 | |
5454 * language/european.el (setup-slovenian-environment): New function. | |
5455 ("Slovenian"): New language environment. | |
5456 | |
5457 * progmodes/sql.el (sql-help): Doc fix. | |
5458 (sql-mysql): Doc fix. | |
5459 | |
5460 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5461 | |
5462 * tex-mode.el: When compiling, require compare-w and skeleton | |
5463 to pacify the byte-compiler. Move the def's of the tex-commands | |
5464 together. Add a comment on kill-process vs. quit-process. | |
5465 | |
5466 1999-02-05 Dave Love <fx@gnu.org> | |
5467 | |
5468 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
5469 null markers. | |
5470 (compile-goto-error): Likewise. | |
5471 | |
5472 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
5473 | |
5474 * time-stamp.el (time-stamp-format): Format doc tighter. | |
5475 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
5476 (time-stamp): don't re-write the time stamp if it didn't change. | |
5477 | |
5478 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
5479 | |
5480 * progmodes/sql.el: Changed version to 1.2.1. | |
5481 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
5482 (sql-mysql-program): Added MySQL support. | |
5483 (sql-prompt-length): Made prompt-length configurable. | |
5484 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
5485 (sql-help): Added MySQL support, changed documentation. | |
5486 (sql-send-region): A message is displayed if something is sent. | |
5487 (sql-mode): Added buffer-local comment-start. | |
5488 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
5489 (sql-interactive-mode): Added buffer-local comment-start. | |
5490 (sql-oracle): Set sql-prompt-length. | |
5491 (sql-sybase): Set sql-prompt-length. | |
5492 (sql-mysql): Added MySQL support. | |
5493 (sql-ingres): Set sql-prompt-length. | |
5494 (sql-ms): Set sql-prompt-length. | |
5495 (sql-postgres): Set sql-prompt-length. | |
5496 | |
5497 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
5498 | |
5499 * term/internal.el (dos-codepage-setup): Set selection coding | |
5500 system to cpNNN-dos. | |
5501 | |
5502 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5503 | |
5504 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
5505 | |
5506 1999-02-02 Dave Love <fx@gnu.org> | |
5507 | |
5508 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
5509 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
5510 | |
5511 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
5512 | |
5513 * terminal.el (terminal-emulator): Doc fix. | |
5514 | |
5515 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
5516 | |
5517 * international/mule-util.el (compose-chars): Doc-string | |
5518 modified. Correctly handle a composition character in ARGS. | |
5519 | |
5520 1999-02-01 Richard Stallman <rms@gnu.org> | |
5521 | |
5522 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
5523 (makefile-menu-index-function): Function deleted. | |
5524 (makefile-mode): Use makefile-imenu-generic-expression. | |
5525 | |
5526 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
5527 | |
5528 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
5529 change, invoke from before-init-hook. | |
5530 | |
5531 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
5532 | |
5533 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
5534 buffer-invisibility-spec is t. | |
5535 | |
5536 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
5537 | |
5538 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
5539 appt-add and appt-delete. | |
5540 | |
5541 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
5542 | |
5543 * term/pc-win.el (msdos-approximate-color): New function. | |
5544 (msdos-color-translate): Call it to find a DOS color that best | |
5545 approximates an X-style "#NNNNNN" color specification. | |
5546 | |
5547 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
5548 | |
5549 * international/mule-util.el (compose-chars-component): Add | |
5550 autoload cookie. | |
5551 | |
5552 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
5553 | |
5554 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
5555 function, replace cdr of MAP by the return value of the function | |
5556 unconditionally. | |
5557 | |
5558 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5559 | |
5560 * progmodes/compile.el (compilation-next-error-locus): Don't | |
5561 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
5562 | |
5563 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
5564 | |
5565 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
5566 and NLs before "charset", and allow the charset name be in double | |
5567 quotes. | |
5568 | |
5569 1999-01-31 Richard Stallman <rms@gnu.org> | |
5570 | |
5571 * imenu.el (imenu-sort-function): Fix custom type. | |
5572 | |
5573 1999-01-30 Richard Stallman <rms@gnu.org> | |
5574 | |
5575 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
5576 (speedbar-line-token): Likewise. | |
5577 | |
5578 * play/gametree.el (gametree-default-score): Use defcustom. | |
5579 (gametree-score-regexp, gametree-score-closer): Likewise. | |
5580 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
5581 | |
5582 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5583 | |
5584 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
5585 decoding. | |
5586 | |
5587 1999-01-29 Markus Rost <rost@gnu.org> | |
5588 | |
5589 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
5590 tex-validate-buffer. | |
5591 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
5592 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
5593 now with recent occur-mode. | |
5594 (tex-validate-region): Really walk through all Sexps. | |
5595 (tex-region): Bind shell-dirtrack-verbose. | |
5596 (tex-file, tex-bibtex-file): Likewise. | |
5597 | |
5598 1999-01-29 Dave Love <fx@gnu.org> | |
5599 | |
5600 * finder.el: (finder-commentary): Fix interactive spec. Try | |
5601 appending .el to file name. | |
5602 (finder-find-library, finder-commentary): Doc fixes. | |
5603 | |
5604 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
5605 | |
5606 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
5607 where the userid contains directory separators. | |
5608 | |
5609 1999-01-29 Dave Love <fx@gnu.org> | |
5610 | |
5611 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
5612 (lm-commentary): Doc fix. | |
5613 | |
5614 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
5615 | |
5616 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
5617 wildcard match. Fix regexp that tests if dirpart contains | |
5618 wildcard characters. | |
5619 | |
5620 1999-01-28 Richard Stallman <rms@gnu.org> | |
5621 | |
5622 * font-lock.el (font-lock-default-unfontify-region): | |
5623 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
5624 | |
5625 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
5626 | |
5627 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
5628 from FAMILY field. | |
5629 (w32-create-initial-fontsets): Do not use before-init-hook. | |
5630 (mouse-set-font): Document. Automatically create and use fontsets. | |
5631 | |
5632 * dos-w32.el (direct-print-region-helper): Check for printer | |
5633 being t as well as a string. | |
5634 | |
5635 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
5636 | |
5637 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
5638 (rmail-mime-charset-pattern): New variable. | |
5639 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
5640 rmail-decode-mime-charset is non-nil. | |
5641 | |
5642 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
5643 | |
5644 * international/characters.el: Set category `q' for all characters | |
5645 in tibetan and tibetan-1-column. | |
5646 | |
5647 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
5648 | |
5649 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
5650 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
5651 | |
5652 1999-01-27 Dave Love <fx@gnu.org> | |
5653 | |
5654 * international/mule-cmds.el (current-language-environment): | |
5655 Provide :link, :type (choices) and appropriate :get. | |
5656 | |
5657 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
5658 | |
5659 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
5660 display end-of-line format in mode line. | |
5661 | |
5662 * cus-start.el (all): Add eol-mnemonic-* variables. | |
5663 | |
5664 1999-01-26 Dave Love <fx@gnu.org> | |
5665 | |
5666 * startup.el (command-line-1): Up-date copyright. | |
5667 | |
5668 * paths.el (Info-default-directory-list): Use configdir twice. | |
5669 | |
5670 * info.el (Info-directory-list): Don't set path-separator now | |
5671 we're not shipped with Texinfo. Simplify path definition. | |
5672 Substitute all occurrences of instdir in Info-default-directory-list. | |
5673 | |
5674 1999-01-25 Richard Stallman <rms@gnu.org> | |
5675 | |
5676 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
5677 Record the inode numbers of the dirs processed, to avoid loop. | |
5678 | |
5679 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
5680 | |
5681 1999-01-25 Dave Love <fx@gnu.org> | |
5682 | |
5683 * browse-url.el (browse-url-netscape-program): Doc addition. | |
5684 | |
5685 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
5686 prefix. | |
5687 | |
5688 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
5689 auto-mode-alist. | |
5690 | |
5691 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
5692 | |
5693 * calendar/diary-lib.el (mark-diary-entries): Use | |
5694 assoc-ignore-case and do not capitalize when matching month and | |
5695 day names. | |
5696 | |
5697 * calendar/calendar.el (calendar-read-date): Ditto. | |
5698 | |
5699 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
5700 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
5701 | |
5702 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
5703 | |
5704 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
5705 | |
5706 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
5707 (mark-islamic-diary-entries): Ditto. | |
5708 | |
5709 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
5710 | |
5711 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
5712 (calendar-read-mayan-tzolkin-date): Ditto. | |
5713 | |
5714 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
5715 | |
5716 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
5717 | |
5718 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
5719 | |
5720 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
5721 | |
5722 * faces.el (list-faces-display): Multiline case of previous fix. | |
5723 | |
5724 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
5725 | |
5726 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
5727 | |
5728 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
5729 | |
5730 * files.el (find-file): If find-file-noselect returns a list, | |
5731 do switch-to-buffer on each element. | |
5732 (find-file-other-window): Likewise for all but the first element. | |
5733 (find-file-other-frame): Same. | |
5734 (find-file-noselect): When we expand a wildcard, return a list | |
5735 of buffers. | |
5736 | |
5737 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
5738 | |
5739 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
5740 to set the appropriate cpNNN-dos coding system as the | |
5741 highest-priority coding system. | |
5742 | |
5743 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
5744 | |
5745 * international/fontset.el (generate-fontset-menu): Return a | |
5746 sorted list by plain names of fontsets. | |
5747 | |
5748 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
5749 plain names. | |
5750 | |
5751 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
5752 FIRST is a composite character, decompose it at first. | |
5753 | |
5754 1999-01-23 Dave Love <fx@gnu.org> | |
5755 | |
5756 * format.el: Doc fixes. | |
5757 (format-encode-run-method): Have things happen in the right buffer. | |
5758 Deal with errors from method. Set coding-system-for-write. | |
5759 (format-decode-run-method): Have things happen in the right buffer. | |
5760 Deal with errors from method. Set coding-system-for-read. | |
5761 (format-alist): Use nil instead of unmatchable regexps. | |
5762 | |
5763 * simple.el (shell-command-on-region): Return command's exit status. | |
5764 | |
5765 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
5766 | |
5767 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
5768 of the file whose info we want to display. | |
5769 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
5770 (speedbar-add-mode-functions-list) Improve doc. | |
5771 (speedbar-line-token) New function. | |
5772 (speedbar-dired) Fix order of directories in -shown-directories. | |
5773 (speedbar-line-path): Default return is default-directory | |
5774 (speedbar-buffers-line-path): Return is dir name only. | |
5775 (speedbar-mode-functions-list): New variable. | |
5776 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
5777 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
5778 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
5779 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
5780 New functions. | |
5781 (speedbar-line-file): Broke out part that fetches file from a line. | |
5782 (speedbar-line-text): New function extracted from speedbar-line-file. | |
5783 (speedbar-line-path): Converted into a replaceable function. | |
5784 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
5785 | |
5786 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
5787 | |
5788 * international/fontset.el (create-fontset-from-x-resource): Make | |
5789 style variants. | |
5790 | |
5791 1999-01-22 Dave Love <fx@gnu.org> | |
5792 | |
5793 * paths.el (Info-default-directory-list): Put sysdir after start. | |
5794 | |
5795 1999-01-22 Sam Steingold <sds@goems.com> | |
5796 | |
5797 * midnight.el (clean-buffer-list): do not kill a buffer if it has | |
5798 a process associated with it. | |
5799 | |
5800 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
5801 | |
5802 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
5803 | |
5804 1999-01-22 Felix Lee <flee@cygnus.com> | |
5805 | |
5806 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
5807 major-mode. | |
5808 (vc-annotate-mode): Delete variable. | |
5809 | |
5810 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
5811 | |
5812 * startup.el (command-line): [windows-nt]: Check for existence of | |
5813 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
5814 in preference to _emacs. | |
5815 | |
5816 1999-01-22 Dave Love <fx@gnu.org> | |
5817 | |
5818 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
5819 | |
5820 1999-01-20 Richard Stallman <rms@gnu.org> | |
5821 | |
5822 * files.el (find-file-noselect): Do wildcard processing only | |
5823 if new arg WILDCARDS is non-nil. | |
5824 (find-file, find-file-other-window): New arg WILDCARDS. | |
5825 Default it to non-nil if interactive. | |
5826 (find-file-other-frame): Likewise. | |
5827 (find-file-read-only): Likewise. | |
5828 (find-file-read-only-other-window): Likewise. | |
5829 (find-file-read-only-other-frame): Likewise. | |
5830 | |
5831 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
5832 (widget-plist-convert-option): Delete spurious comma. | |
5833 | |
5834 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
5835 | |
5836 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
5837 iso8859-5 to koi8-r. Add iso8859-9. | |
5838 | |
5839 1999-01-19 Dave Love <fx@gnu.org> | |
5840 | |
5841 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
5842 its uses. | |
5843 | |
5844 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
5845 is active. | |
5846 (fortran-indent-subprogram): Likewise. | |
5847 | |
5848 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
5849 | |
5850 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
5851 | |
5852 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5853 | |
5854 * wid-edit.el (alist): Use sexp as default key-type. | |
5855 | |
5856 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5857 | |
5858 * textmodes/tex-mode.el (tex-define-common-keys): | |
5859 Remove key binding of tex-feed-input. | |
5860 (tex-mode-map): Bind tex-feed-input here. | |
5861 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
5862 comint-input-filter-functions before running tex-shell-hook. | |
5863 (tex-start-tex): Forget compilation errors. | |
5864 (tex-compilation-parse-errors): Rewritten to work also with | |
5865 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
5866 change in tex-region. | |
5867 (tex-region): For the temp file use file-name without directory. | |
5868 (tex-file): Expand file name of tex-print-file. | |
5869 | |
5870 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5871 | |
5872 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
5873 | |
5874 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
5875 | |
5876 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
5877 beginning could cause Emacs to hang. Fixed. | |
5878 | |
5879 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
5880 | |
5881 * international/ccl.el (ccl-compile-translate-character): Handle | |
5882 the case that a tranlation table is CCL register correctly. | |
5883 | |
5884 * international/mule-cmds.el (select-safe-coding-system): | |
5885 Hightlight at most 256 characters. | |
5886 | |
5887 1999-01-18 Dave Love <fx@gnu.org> | |
5888 | |
5889 * startup.el (command-line): If the init file changes operation to | |
5890 unibyte, make all buffers unibyte and re-set language environment. | |
5891 | |
5892 * disp-table.el (standard-display-european): Make all existing | |
5893 buffers unibyte. Fix doc. | |
5894 | |
5895 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
5896 | |
5897 * wid-edit.el (coding-system): Define this unconditionally. | |
5898 | |
5899 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
5900 (shell-command-on-region): Use that variable as interactive | |
5901 value of ERROR-BUFFER argument. | |
5902 | |
5903 1999-01-17 Sam Steingold <sds@goems.com> | |
5904 | |
5905 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'. | |
5906 | |
5907 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
5908 | |
5909 * progmodes/compile.el (compilation-goto-locus): If already in the | |
5910 compilation buffer's window, keep it in that window. | |
5911 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
5912 (compile-goto-error): Don't play with windows. | |
5913 | |
5914 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
5915 (tex-command): Doc fix. | |
5916 (tex-compilation-parse-errors): Doc fix. | |
5917 (tex-generate-zap-file-name): Don't start the name with -. | |
5918 (tex-expand-files): Works now also with strings ending with ":". | |
5919 | |
5920 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
5921 | |
5922 Patch failed to install: | |
5923 * gametree.el: Document scoring functionality. | |
5924 (gametree-score-regexp): Add optional plus sign. | |
5925 (gametree-score-opener): Replace `:' with `=' as the former | |
5926 conflicts with gametree-half-ply-regexp. | |
5927 (gametree-transpose-following-leaves): Add. | |
5928 (gametree-insert-new-leaf): Make modifying commands barf in read | |
5929 only buffers. | |
5930 (gametree-break-line-here): Add a call to | |
5931 `gametree-transpose-following-leaves'. This maintains the | |
5932 necessary invariant that on each level all leaf children precede | |
5933 all nonleaf children. This has always been implied, but left to | |
5934 the user, and, unfortunately, undocumented. | |
5935 | |
5936 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
5937 | |
5938 * wid-edit.el (plist, alist): New widget types. | |
5939 | |
5940 1999-01-17 Dave Love <fx@gnu.org> | |
5941 | |
5942 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
5943 fix scope of condition-case therein. | |
5944 | |
5945 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
5946 | |
5947 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
5948 default-buffer-file-coding-system when file doesn't exist (and | |
5949 isn't covered by a special case) instead of forcing undecided-dos | |
5950 against the user's wishes. | |
5951 | |
5952 * dos-w32.el (direct-print-region-helper): New function based on | |
5953 direct-print-region-function; sends data to specified printer port | |
5954 without further translation. Recognize and handle specially the | |
5955 standard `print' and `nprint' programs, as well as `lpr' and | |
5956 similar programs. Only write directly to the printer port if no | |
5957 print program is specified. Work around a bug in Windows 9x | |
5958 affecting Win32 version of Emacs by invoking command.com to write | |
5959 to the printer port instead of writing directly. | |
5960 (direct-print-region-function): Use direct-print-region-helper to | |
5961 do most of the work. | |
5962 (direct-ps-print-region-function): New function; analogue of | |
5963 direct-print-region-function for ps-print. | |
5964 (ps-lpr-command): Comment out setq; leave as example usage. | |
5965 (ps-lpr-switches): Ditto. | |
5966 | |
5967 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
5968 and MS-Windows. | |
5969 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
5970 DOS and Windows platforms, to indicate direct printing. Update | |
5971 the docstring accordingly. | |
5972 | |
5973 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
5974 MS-DOS and MS-Windows. | |
5975 (ps-lpr-command): Update docstring as for lpr-command. | |
5976 (ps-print-region-function): New variable. | |
5977 (ps-do-despool): Use it. | |
5978 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
5979 DOS/Windows. | |
5980 | |
5981 * subr.el (subst-char-in-string): New function. | |
5982 | |
5983 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
5984 | |
5985 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
5986 | |
5987 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
5988 (bdf-find-font-info): New function, looks for the first readable | |
5989 file from a list of alternatives. | |
5990 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
5991 instead of bdf-get-font-info. | |
5992 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
5993 to ps-mule-generate-bitmap-glyph. | |
5994 | |
5995 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
5996 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
5997 now be a list of alternative names. | |
5998 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
5999 (ps-mule-prepare-font): Likewise. | |
6000 | |
6001 * international/codepage.el (cp855-decode-table, | |
6002 cp850-decode-table): Fill some nil entries. | |
6003 | |
6004 1999-01-16 Dave Love <fx@gnu.org> | |
6005 | |
6006 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
6007 last change. | |
6008 | |
6009 1999-01-15 Dave Love <fx@gnu.org> | |
6010 | |
6011 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
6012 and change regexp for command names. | |
6013 (help-xref-go-back, function-called-at-point, symbol-file) | |
6014 (where-is): Doc fixes. | |
6015 (help-xref-go-back): Remove interactive spec. | |
6016 (describe-function-1): Fix message for alias. Buttomize alias | |
6017 name. | |
6018 | |
6019 * simple.el (join-line): New alias. | |
6020 | |
6021 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
6022 | |
6023 * forms.el: (forms--show-record): Convert integers to string | |
6024 expicitly since concat will no longer accept integers. | |
6025 (forms-print): Use local `total-nb-records' since | |
6026 `forms--total-records' will be inaccessible after buffer switching. | |
6027 | |
6028 1998-01-14 Felix Lee <flee@cygnus.com> | |
6029 | |
6030 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness. | |
6031 | |
6032 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6033 | |
6034 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
6035 | |
6036 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
6037 | |
6038 * international/codepage.el (cp850-decode-table): Fix previous change. | |
6039 | |
6040 1999-01-14 Simon Marshall <simon@gnu.org> | |
6041 | |
6042 * shell.el (shell-dirtrack-verbose): New custom variable. | |
6043 (shell-dirstack-message): Use it. | |
6044 | |
6045 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
6046 | |
6047 * international/mule-conf.el: Coding system alias `dos' for | |
6048 `undecided-dos', `mac' for `undecided-mac'. | |
6049 | |
6050 * international/mule-cmds.el (describe-language-environment): | |
6051 Don't alter input-method-alist. | |
6052 | |
6053 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
6054 | |
6055 * international/codepage.el (cp850-decode-table): Replace nil | |
6056 entries with codes of similary looking glyphs. (Suggested by | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6057 Jason Rumney <jasonr@altavista.net>.) |
25837 | 6058 |
6059 1999-01-13 Dave Love <fx@gnu.org> | |
6060 | |
6061 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
6062 | |
6063 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
6064 | |
6065 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
6066 | |
6067 * files.el (auto-save-hook): Defvar this. | |
6068 | |
6069 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
6070 | |
6071 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
6072 faces, eliminating the need to load font-lock before loading sql. | |
6073 (sql-mode-oracle-font-lock-keywords): Likewise. | |
6074 (sql-mode-postgres-font-lock-keywords): Likewise. | |
6075 | |
6076 1999-01-11 Dave Love <fx@gnu.org> | |
6077 | |
6078 * cus-start.el: Add inhibit-eol-conversion. | |
6079 | |
6080 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
6081 the values round. | |
6082 | |
6083 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6084 | |
6085 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
6086 Don't switch to Help mode here. | |
6087 (temp-buffer-setup-hook): Use help-mode-finish. | |
6088 (help-mode-setup): New function. | |
6089 (temp-buffer-setup-hook): Use help-mode-setup. | |
6090 | |
6091 * progmodes/sql.el: New file. | |
6092 | |
6093 * files.el (auto-mode-alist): Add sql-mode. | |
6094 | |
6095 * faces.el (list-faces-display): Improve the formatting | |
6096 by computing the maximum length required for any face-name. | |
6097 | |
6098 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6099 | |
6100 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
6101 | |
6102 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
6103 | |
6104 * term.el (term_send_home): Change the string to | |
6105 be the same as the one emitted by xterm and consistent with the | |
6106 ones emitted by prior and next. | |
6107 (term_send_end): Likewise. | |
6108 | |
6109 1999-01-10 Dave Love <fx@gnu.org> | |
6110 | |
6111 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
6112 bindings. | |
6113 | |
6114 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
6115 | |
6116 * international/codepage.el (codepage-setup): Doc fix. | |
6117 (cp-decoding-vector-for-codepage): Likewise. | |
6118 | |
6119 1999-01-10 Markus Rost <rost@gnu.org> | |
6120 | |
6121 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
6122 | |
6123 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6124 | |
6125 * international/iso-transl.el: Define a "function name" for | |
6126 each translation that isn't ASCII. Use these function names | |
6127 in iso-transl-char-map. | |
6128 | |
6129 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
6130 | |
6131 * international/mule-util.el (decompose-region): Do decomposition | |
6132 on temporary unibyte buffer. | |
6133 | |
6134 * international/mule.el (make-char): Doc-string modified. | |
6135 | |
6136 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6137 | |
6138 * simple.el (comment-region): Delete spaces only if we | |
6139 deleted a comment starter. | |
6140 | |
6141 1999-01-07 Dave Love <fx@gnu.org> | |
6142 | |
6143 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
6144 | |
6145 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
6146 like eval-defun does. | |
6147 | |
6148 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
6149 | |
6150 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
6151 constructions. Doc fixes. | |
6152 (generic-create-generic-function): Use defalias, not fset. | |
6153 | |
6154 * find-func.el: More doc fixes. | |
6155 | |
6156 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
6157 | |
6158 * files.el (save-buffers-kill-emacs): Show the list of current | |
6159 processes before prompting to kill them and exit. | |
6160 | |
6161 1999-01-06 Dave Love <fx@gnu.org> | |
6162 | |
6163 * emacs-lisp/find-func.el: Doc fixes. | |
6164 (find-function-regexp): Extend for define-generic-mode, | |
6165 define-derived-mode, easy-mmode-define-minor-mode. | |
6166 | |
6167 1999-01-06 Dave Love <fx@gnu.org> | |
6168 | |
6169 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
6170 bar width. | |
6171 | |
6172 * browse-url.el: Require (noerror) w3-auto when compiling. | |
6173 (browse-url-maybe-new-window): Make it a macro and revert last | |
6174 change to callers. | |
6175 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
6176 | |
6177 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6178 | |
6179 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
6180 argument. | |
6181 | |
6182 1999-01-06 Simon Marshall <simon@gnu.org> | |
6183 | |
6184 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
6185 | |
6186 * font-lock.el (font-lock-default-fontify-buffer): When using | |
6187 with-temp-message, use nil rather than current-message. | |
6188 | |
6189 * lazy-lock.el (lazy-lock-unstall): | |
6190 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
6191 rather than current-message. | |
6192 | |
6193 * fast-lock.el (fast-lock-save-cache-1): | |
6194 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
6195 than current-message. | |
6196 | |
6197 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
6198 | |
6199 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
6200 the valid-codes property. | |
6201 | |
6202 * international/mule-cmds.el (prefer-coding-system): Call | |
6203 set-coding-priority, so that the internal array of priorities is | |
6204 also updated. | |
6205 | |
6206 * international/mule-util.el: | |
6207 (coding-system-change-eol-conversion, | |
6208 coding-system-change-text-conversion): Don't define here. | |
6209 | |
6210 * international/mule-cmds.el: Define them here. Remove the | |
6211 autoload cookies. | |
6212 | |
6213 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
6214 | |
6215 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
6216 if it was enabled before. | |
6217 | |
6218 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
6219 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
6220 | |
6221 * files.el (recover-session): Preserve point when inserting | |
6222 explanation. | |
6223 | |
6224 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6225 | |
6226 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
6227 and comments before the sexp that is replaced. | |
6228 | |
6229 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6230 | |
6231 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
6232 | |
6233 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
6234 | |
6235 * vc.el (vc-dired-hook): Use the original value of | |
6236 dired-move-to-filename-regexp on lines that have not been | |
6237 reformatted yet. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6238 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the |
25837 | 6239 file lines have already been reformatted. |
6240 | |
6241 1999-01-05 Dave Love <fx@gnu.org> | |
6242 | |
6243 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
6244 buffer-local. | |
6245 | |
6246 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
6247 | |
6248 * progmodes/f90.el: Change of regular expressions for type to | |
6249 correct highlighting and identation. Some small fixes for | |
6250 compatibility with XEmacs. | |
6251 | |
6252 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
6253 | |
6254 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
6255 value based on rmail-spool-directory if $MAIL is not defined. | |
6256 | |
6257 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
6258 | |
6259 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
6260 (reftex-section-info): Handle negative section levels. | |
6261 (reftex-view-crossref-extra): New option. | |
6262 (reftex-view-crossref): Generalized to work in more places. | |
6263 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
6264 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
6265 (reftex-view-cite-locations-from-bibtex): New command. | |
6266 (reftex-view-regexp-match, reftex-global-search, | |
6267 reftex-global-search-continue): New functions. | |
6268 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
6269 file, just a message. | |
6270 (reftex-extract-bib-entries): Better error handling. | |
6271 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
6272 help and force it on current frame. | |
6273 (reftex-default-bibliography): New function. | |
6274 (reftex-access-parse-file): Check consistency after loading a | |
6275 parse file. When inconsistent, enfore rescan. | |
6276 (reftex-check-parse-consistency): New function. | |
6277 (easy-menu-define): Options section drastically shortened. | |
6278 | |
6279 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
6280 | |
6281 * language/thai-util.el (thai-compose-string): New function. | |
6282 | |
6283 1999-01-04 Inge Frick <inge@nada.kth.se> | |
6284 | |
6285 * easymenu.el (easy-menu-define): Doc fix. | |
6286 (easy-menu-create-menu): New keyword :included. | |
6287 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
6288 be an expression, not only a string. Simulate style `button'. | |
6289 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
6290 (easy-menu-define-key-intern): New function. | |
6291 (easy-menu-add-item): Understand value returned from | |
6292 easy-menu-item-present-p and easy-menu-remove-item. | |
6293 (easy-menu-return-item): New function. | |
6294 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
6295 | |
6296 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6297 | |
6298 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
6299 Use rmail-output-read-rmail-file-name to read the file name. | |
6300 Always call rmail-output-to-rmail-file noninteractively. | |
6301 When count > 1, do the loop here. | |
6302 Handle rmail-delete-after-output here. | |
6303 (rmail-summary-output): Similar changes. | |
6304 | |
6305 * mail/rmailout.el: Provide `rmailout'. | |
6306 (rmail-output-read-rmail-file-name): New function. | |
6307 (rmail-output-to-rmail-file): Use that. | |
6308 (rmail-output-read-file-name): New function. | |
6309 (rmail-output): Use that. | |
6310 | |
6311 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
6312 Error if wildcard matches no files. | |
6313 | |
6314 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6315 | |
6316 * menu-bar.el (clipboard-yank): Doc fix. | |
6317 | |
6318 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
6319 | |
6320 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
6321 | |
6322 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
6323 | |
6324 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
6325 | |
6326 * rmail.el (rmail-encode-string): Make sure mask value is | |
6327 positive; (emacs-pid) returns a negative number on Windows 9x | |
6328 which causes odd behaviour. | |
6329 | |
6330 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6331 | |
6332 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
6333 and about w32-* variables unless on Windows/NT. | |
6334 | |
6335 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
6336 | |
6337 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
6338 if buffer is modified; ask about all modified buffers. | |
6339 | |
6340 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6341 | |
6342 * simple.el (what-cursor-position): Fix previous change. | |
6343 | |
6344 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
6345 | |
6346 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
6347 from paragraph-start. | |
6348 | |
6349 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6350 | |
6351 * international/mule-cmds.el (prefer-coding-system): If the | |
6352 argument requires specific EOL conversion type, make the default | |
6353 coding systems use that. | |
6354 | |
6355 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
6356 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6357 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): |
25837 | 6358 Use shell-command-on-region. |
6359 (m4-start-m4, m4-end-m4): Functions deleted. | |
6360 | |
6361 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
6362 | |
6363 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
6364 | |
6365 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6366 | |
6367 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
6368 to compose-mail in the correct places and as a list. | |
6369 | |
6370 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
6371 | |
6372 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
6373 (pages-directory-map): Bind mouse-2 | |
6374 (pages-copy-header-and-position): Put text property. | |
6375 (pages-directory-goto-with-mouse): New function. | |
6376 | |
6377 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6378 | |
6379 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
6380 Doc fix. | |
6381 (cp-coding-system-for-codepage-1): Likewise. | |
6382 | |
6383 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
6384 | |
6385 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
6386 composition sequence correctly here instead of calling | |
6387 thai-compose-region. | |
6388 | |
6389 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
6390 newline in multibyte buffer, if previous or next character is a | |
6391 composite char, check the first component of the composite char. | |
6392 | |
6393 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
6394 | |
6395 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
6396 and track-mouse. | |
6397 | |
6398 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6399 | |
6400 * mail/sendmail.el (mail-yank-original): Remove text properties | |
6401 after insertion. | |
6402 (mail-yank-region): Barf if no mark is set in the message | |
6403 being replied to. | |
6404 | |
6405 * help.el (function-called-at-point): First look for function at point. | |
6406 | |
6407 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6408 | |
6409 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
6410 | |
6411 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6412 | |
6413 * simple.el (what-cursor-position): Print character encoding also. | |
6414 | |
6415 1998-12-26 Dave Love <fx@gnu.org> | |
6416 | |
6417 * textmodes/flyspell.el: If local-maps work, don't put | |
6418 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
6419 in flyspell-mouse-map (only). | |
6420 (flyspell-use-local-map): New variable. | |
6421 Use a different mouse-2 binding in that case, | |
6422 and don't add to minor-mode-map-alist. | |
6423 (make-flyspell-overlay, flyspell-correct-word): | |
6424 Test flyspell-use-local-map. | |
6425 | |
6426 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6427 | |
6428 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
6429 Be careful about whether to return a relative file name, | |
6430 and if so, relative to what directory. | |
6431 | |
6432 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6433 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6434 * emacs-lisp/easymenu.el (easy-menu-get-map): |
25837 | 6435 Change global map only if this menu exists in the global map already, |
6436 and not in the local map. | |
6437 (easy-menu-do-add-item): Fix error message. | |
6438 | |
6439 * foldout.el (foldout-inhibit-key-bindings): | |
6440 Avoid concatenating onto outline-minor-mode-prefix. | |
6441 Make a new keymap for that prefix, if it does not already have one. | |
6442 | |
6443 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
6444 | |
6445 * cperl-mode.el: | |
6446 Can use linear algorithm for indentation if Emacs supports it. | |
6447 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
6448 (cperl-after-block-p): Likewise. | |
6449 (cperl-after-block-and-statement-beg): Likewise. | |
6450 (cperl-after-block-p): After END/BEGIN we are a block. | |
6451 (cperl-after-expr-p): Skip labels when checking | |
6452 (cperl-indent-region): Make a marker for END - text added/removed. | |
6453 Disable hooks during the call (how to call them later?). | |
6454 Now indents 820-line-long function in 6.5 sec (including | |
6455 syntaxification) the first time (when buffer has few | |
6456 properties), 7.1 sec the second time. | |
6457 (cperl-indent-region): Do not indent whitespace lines | |
6458 (cperl-style-alist) | |
6459 Include `cperl-merge-trailing-else' where the value is clear. | |
6460 (cperl-styles-entries): Likewise. | |
6461 (cperl-problems): Improvements to docs. | |
6462 (cperl-tips): Likewise. | |
6463 (cperl-non-problems): Likewise. | |
6464 (cperl-mode): Make lazy syntaxification possible. | |
6465 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
6466 `font-lock-unfontify-region-function' was set to a wrong function. | |
6467 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6468 (cperl-find-pods-heres): Safe a position in buffer where it is safe to |
25837 | 6469 restart syntaxification. Changed so that -d ?foo? is a RE. Do |
6470 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
6471 but 1<<6 was considered as HERE-doc. | |
6472 <file/glob> made into a string. | |
6473 Postpone addition of faces after syntactic step. | |
6474 Recognition of <FH> was wrong. | |
6475 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
6476 Knows that split// is null-RE. | |
6477 Highlights separators in 3-parts expressions as labels. | |
6478 <> was considered as a glob. | |
6479 Would err if the last line is `=head1'. | |
6480 $a-1 ? foo : bar; was a considered a regexp. | |
6481 `<< (' was considered a start of HERE-doc. | |
6482 mark qq[]-etc sections as syntax-type=string | |
6483 Was not processing sub protos after a comment ine. | |
6484 Was treating $a++ <= 5 as a glob. | |
6485 Tolerate unfinished REx at end-of-buffer. | |
6486 `unwind-protect' was left commented. | |
6487 / and ? after : start a REx. | |
6488 | |
6489 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
6490 Better default, customizes to `message' too, off in text-mode. | |
6491 | |
6492 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
6493 `defface'd. | |
6494 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
6495 `defface'd. | |
6496 (cperl-emacs-can-parse): New state variable. | |
6497 (cperl-indent-line): Corrected to use global state. | |
6498 (cperl-calculate-indent): Likewise. | |
6499 (cperl-fix-line-spacing): Likewise (not used yet). | |
6500 (cperl-calculate-indent): Did not consider `,' as | |
6501 continuation mark for statements. | |
6502 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
6503 Remove another parse-data optimization at toplevel: would | |
6504 indent correctly. | |
6505 Correct for labels when calculating indentation of continuations. | |
6506 Docstring updated. | |
6507 (cperl-choose-color): Converted to a function (to be | |
6508 compilable in text-mode). | |
6509 (cperl-dark-background): Disable without window-system. | |
6510 Do `defface' only if window-system. | |
6511 (cperl-fix-line-spacing): sped up to bail out early. | |
6512 (x-color-defined-p): was not compiling on XEmacs | |
6513 Was defmacro'ed with a tick. Remove another def. | |
6514 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones | |
6515 (cperl-unwind-to-safe): New function. | |
6516 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position. | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6517 (cperl-fontify-syntaxically): Unwinds start and end to go out of |
25837 | 6518 long strings (not very successful). |
6519 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
6520 Highlight the starting // in s//foo/ as function-name. | |
6521 Emit a meaningful error instead of a cryptic one for an | |
6522 uncomplete REx near end-of-buffer. | |
6523 | |
6524 (cperl-electric-keyword): `qr' recognized. | |
6525 (cperl-electric-else): Likewise | |
6526 (cperl-to-comment-or-eol): Likewise | |
6527 (cperl-make-regexp-x): Likewise | |
6528 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
6529 Corrected to use new macros; | |
6530 `if' for copying `reference-face' to `constant-face' was backward. | |
6531 remove init `font-lock-other-emphasized-face', | |
6532 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
6533 Interpolate `cperl-invalid-face'. | |
6534 (cperl-make-regexp-x): Misprint in a message. | |
6535 (cperl-syntaxify-unwind): New configuration variable | |
6536 (cperl-fontify-m-as-s): New configuration variable | |
6537 (cperl-electric-pod): check for after-expr was performed | |
6538 inside of POD too. | |
6539 (cperl-backward-to-noncomment): better treatment of PODs and HEREs. | |
6540 (cperl-clobber-mode-lists): New configuration variable. | |
6541 (cperl-not-bad-style-regexp): Updated. | |
6542 Init: `cperl-is-face' was busted. | |
6543 (cperl-make-face): New macros. | |
6544 (cperl-force-face): New macros. | |
6545 (font-lock-other-type-face): Done via `defface' too. | |
6546 (cperl-nonoverridable-face): New face. Renamed from | |
6547 `font-lock-other-type-face'. | |
6548 (cperl-init-faces-weak): use `cperl-force-face'. | |
6549 (cperl-comment-indent): Commenting __END__ was not working. | |
6550 (cperl-indent-for-comment): Likewise. | |
6551 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
6552 When removing old TAGS info was not relativizing filename. | |
6553 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
6554 Another try to work around XEmacs problems. Better progress messages. | |
6555 (toplevel): require custom unprotected => failure on 19.28. | |
6556 (cperl-xemacs-p): defined when compile too | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6557 (cperl-find-tags): Was writing line/pos in a wrong order, |
25837 | 6558 pos off by 1 and not at beg-of-line. |
6559 (cperl-etags-snarf-tag): New macro | |
6560 (cperl-etags-goto-tag-location): New macro | |
6561 (cperl-version): New variable. New menu entry | |
6562 random docstrings: References to "future" 20.3 removed. | |
6563 Menu was described as `CPerl' instead of `Perl' | |
6564 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
6565 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
6566 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
6567 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
6568 `font-lock-reference-face', `font-lock-keyword-face'. | |
6569 Use `eval-after-load'. | |
6570 Remove not-CPerl-related faces. | |
6571 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
6572 (cperl-indent-exp): Was not processing else-blocks. | |
6573 (cperl-get-state): NOP line removed. | |
6574 (cperl-ps-print): New function and menu entry. | |
6575 (cperl-ps-print-face-properties): New configuration variable. | |
6576 (cperl-invalid-face): New configuration variable. | |
6577 (perl-font-lock-keywords): Highlight trailing whitespace | |
6578 (cperl-contract-levels): Documentation corrected. | |
6579 (cperl-contract-level): Likewise. | |
6580 (cperl-ps-extend-face-list): New macro. | |
6581 (cperl-invalid-face): Change to ''underline. | |
6582 | |
6583 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
6584 | |
6585 * mail/rmailout.el (rmail-output): Abbreviate name of default-file | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6586 for read-file-name. |
25837 | 6587 (rmail-output-to-rmail-file): Likewise. |
6588 | |
6589 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6590 | |
6591 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
6592 If MENU is nil, use global menu-bar map. | |
6593 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
6594 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
6595 | |
6596 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6597 | |
6598 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
6599 | |
6600 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6601 | |
6602 * ps-print.el (ps-print-version): New version number (4.1.3). | |
6603 | |
6604 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6605 | |
6606 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
6607 define-prefix-key when defining MULE menu items. | |
6608 | |
6609 * info.el (Info-node-at-bob-matching): New function. | |
6610 (Info-find-node, Info-build-node-completions): Call it. | |
6611 | |
6612 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
6613 | |
6614 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
6615 when this is an autoloaded keymap. | |
6616 | |
6617 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6618 | |
6619 * international/codepage.el (cp-coding-system-for-codepage-1): | |
6620 Create separate encoders and decoders, for DOS and Unix. Make the | |
6621 usual family of 3 coding systems, so that automatic detection of | |
6622 EOL type works. | |
6623 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
6624 Unix-specific symbols here, and don't call | |
6625 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
6626 Handa <handa@etl.go.jp>.) | |
6627 | |
6628 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
6629 | |
6630 * term/internal.el (IT-character-translations): New variable, an | |
6631 alist used to display characters for which there's no glyphs in | |
6632 the current codepage. | |
6633 (IT-display-table-setup): New function, sets up the DOS terminal | |
6634 for a given codepage. | |
6635 (dos-codepage-setup): New function, sets up the MULE environment | |
6636 for the current value of dos-codepage. | |
6637 (top-level if): In the multibyte mode, turn on | |
6638 unibyte-display-via-language-environment. In the unibyte mode, | |
6639 set up the special syntax tables to map lower- to upper case and | |
6640 back. | |
6641 | |
6642 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
6643 | |
6644 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
6645 (speedbar-frame-plist) Remove useless comments. | |
6646 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
6647 Use default y position w/out changing it. | |
6648 If default x position is a list, keep, calculate the non-list X | |
6649 value when devining an initial position. | |
6650 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
6651 (speedbar-tag-group-name-minimum-length): New variable. | |
6652 (speedbar-frame-parameter): New compatibility function. | |
6653 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
6654 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
6655 groups to keep things in the right order, and to help with some | |
6656 naming conventions. | |
6657 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
6658 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
6659 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
6660 the case, derive it from the cursor location in speedbar. | |
6661 | |
6662 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6663 | |
6664 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
6665 terminals, install DOS-specific nonascii-translation-table if the | |
6666 language info doesn't specify one. Pass the default eol-type to | |
6667 set-language-environment-coding-systems. | |
6668 (set-default-coding-systems): Copy the eol-type property for the | |
6669 new default values of {buffer-file,process}-coding-system from the | |
6670 old defaults. | |
6671 (set-language-environment-coding-systems): Accept an optional | |
6672 argument EOL-TYPE, and set the eol-type property of the default | |
6673 coding systems accordingly. | |
6674 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
6675 (set-keyboard-coding-system): Likewise. | |
6676 (set-default-coding-systems): Don't set | |
6677 default-terminal-coding-system on MS-DOS to anything but nil. | |
6678 (prefer-coding-system): Describe in the doc string that | |
6679 default-terminal-coding-system is not changed on MS-DOS. | |
6680 (set-language-environment): For MS-DOS, set standard syntax table | |
6681 and display table for all characters with code above 127. | |
6682 (standard-display-european-internal): For MS-DOS, pass all | |
6683 characters with code above 127 directly to the terminal, and don't | |
6684 remap characters 160 and 146 in the unibyte case. | |
6685 | |
6686 * international/codepage.el: New file. | |
6687 | |
6688 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
6689 | |
6690 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
6691 comments. | |
6692 | |
6693 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
6694 | |
6695 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
6696 | |
6697 * subr.el (read-passwd): Likewise. | |
6698 | |
6699 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6700 | |
6701 * info.el (Info-find-node): Add 1 to the position read from the | |
6702 tag table. Don't fail if the node delimiter ^_ is the first | |
6703 character in the file. | |
6704 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
6705 first character in the file. | |
6706 (Info-read-subfile): Likewise. | |
6707 (Info-select-node): Likewise. | |
6708 (Info-build-node-completions): Likewise. | |
6709 | |
6710 1998-12-16 Richard Stallman <rms@gnu.org> | |
6711 | |
6712 * term/x-win.el (x-cut-buffer-or-selection-value): | |
6713 If clipboard is enabled, try it before PRIMARY selection. | |
6714 | |
6715 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
6716 | |
6717 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
6718 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
6719 | |
6720 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
6721 | |
6722 * language/hebrew.el: Don't use sublists in the flags argument | |
6723 passed to make-coding-system. | |
6724 | |
6725 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6726 | |
6727 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
6728 list of character sets found by find-charset-region. | |
6729 | |
6730 * ps-mule.el: Always require ps-print. Move some function | |
6731 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
6732 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
6733 | |
6734 * ps-print.el: Define several functions for Emacs 20.2 and the | |
6735 earlier version. | |
6736 (ps-printer-name): Check if printer-name is bound. | |
6737 | |
6738 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6739 | |
6740 * ps-mule.el: Programming uniformization and little code improvement. | |
6741 (ps-mule-prepare-font): Programming uniformization. | |
6742 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar) | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6743 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. |
25837 | 6744 |
6745 * ps-bdf.el: Programming uniformization and little code improvement. | |
6746 (bdf-search-and-read): New fun. | |
6747 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
6748 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
6749 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
6750 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
6751 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
6752 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
6753 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
6754 improvement. | |
6755 | |
6756 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
6757 | |
6758 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
6759 and mule related code extraction. Autoload ps-mule funs. | |
6760 | |
6761 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
6762 (ps-mule-prologue-generated): New fun. | |
6763 (ps-mule-plot-string): Add autoload cookie. | |
6764 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
6765 | |
6766 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6767 | |
6768 * ps-bdf.el: Require ps-mule instead of ps-print. | |
6769 (bdf-directory-list): Add autoload cookie. | |
6770 | |
6771 * ps-mule.el: New file. Mule related code extracted from | |
6772 ps-print.el. Require ps-print, provide ps-mule. | |
6773 (ps-multibyte-buffer): Add autoload cookie. | |
6774 (ps-mule-prepare-ascii-font): New fun. | |
6775 (ps-mule-set-ascii-font): New fun. | |
6776 (ps-mule-skip-same-charset): Fun deleted. | |
6777 (ps-mule-plot-string): Set ps-mule-current-charset. | |
6778 (ps-mule-initialize): Add autload cookie. Don't set | |
6779 ps-mule-font-info-database here. | |
6780 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
6781 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
6782 (ps-mule-begin-page): New fun. | |
6783 | |
6784 * ps-print.el: Mule related code moved to ps-mule.el. | |
6785 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
6786 check ps-mule-charset-list. | |
6787 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
6788 ps-mule-begin-page. | |
6789 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
6790 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
6791 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
6792 instead skip same charsets by itself. | |
6793 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
6794 non-nil. Call ps-mule-begin-job. | |
6795 | |
6796 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6797 | |
6798 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
6799 instead of bdf. | |
6800 | |
6801 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
6802 (ps-mule-external-libraries): New element FEATURE. | |
6803 (ps-mule-init-external-library): Ajusted for the above change. | |
6804 (ps-mule-generate-font): Likewise. | |
6805 (ps-mule-generate-glyphs): Likewise. | |
6806 (ps-mule-prepare-font): Likewise. | |
6807 (ps-mule-initialize): Likewise. | |
6808 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
6809 | |
6810 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
6811 | |
6812 * international/fontset.el (x-decompose-font-name): If PATTERN | |
6813 doesn't have any wild cards, return a vector made from a name that | |
6814 is found by x-resolve-font-name found. Comments added. | |
6815 | |
6816 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
6817 Handle the case of unknown charset. | |
6818 (find-multibyte-characters): If invalid multibyte characters are | |
6819 found, return the corresponding strings instead of character | |
6820 codes. | |
6821 (find-multibyte-characters): Adjusted for the above change. | |
6822 (select-safe-coding-system): For a unibyte buffer, always returns | |
6823 DEFAULT-CODING-SYSTEM. | |
6824 (get-charset-property): Fix previous change. Make it a function. | |
6825 (put-charset-property): Make it a function. | |
6826 | |
6827 * international/mule.el (make-coding-system): Set mime-charset | |
6828 property of *-with-esc coding system to nil. | |
6829 | |
6830 * international/quail.el (quail-point-in-conversion-region): New | |
6831 function. | |
6832 (quail-conversion-backward-delete-char): When a key sequence is | |
6833 being translated, call quail-delete-last-char. | |
6834 | |
6835 * language/devan-util.el | |
6836 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
6837 handle devanagari-decomposition-rules. | |
6838 | |
6839 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
6840 | |
6841 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
6842 tex-start-options-string to empty string. | |
6843 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
6844 | |
6845 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
6846 | |
6847 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
6848 5xx responses are already handled properly). | |
6849 | |
6850 1998-12-13 Richard Stallman <rms@gnu.org> | |
6851 | |
6852 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
6853 on a non-digit in the file name. | |
6854 | |
6855 * simple.el (comment-region): Handle comment-padding | |
6856 separately for insertion and for deletion, in the right way for each. | |
6857 | |
6858 1998-12-13 Felix Lee <flee@cygnus.com> | |
6859 | |
6860 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
6861 regexp to match "ChangeLog:1:1998-12-09 ..." | |
6862 | |
6863 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
6864 | |
6865 * cus-start.el (dos-unsupported-char-glyph): Add. | |
6866 | |
6867 1998-12-11 Dave Love <fx@gnu.org> | |
6868 | |
6869 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
6870 forward-sexp in condition-case. | |
6871 | |
6872 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
6873 Remove unnecessary test on `library' for explicit file name. | |
6874 Widen scope of save-match-data. | |
6875 | |
6876 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
6877 | |
6878 * international/mule.el (load-with-code-conversion): If the loaded | |
6879 file was inserted with no-conversion or raw-text coding system, | |
6880 make the buffer unibyte. | |
6881 | |
6882 1998-12-09 Richard Stallman <rms@gnu.org> | |
6883 | |
6884 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
6885 Get rid of nested loops. | |
6886 | |
6887 * mouse.el (mouse-drag-vertical-line): | |
6888 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
6889 | |
6890 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
6891 | |
6892 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
6893 and defvar moved from loadhist.el. | |
6894 (symbol-file): Renamed from describe-function-find-file. | |
6895 Load fns-VERSION.el here. | |
6896 (describe-variable, describe-function-1): Use symbol-file. | |
6897 | |
6898 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
6899 Don't start the name with #. | |
6900 | |
6901 * ispell.el: Take out the eval-when's. | |
6902 | |
6903 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
6904 | |
6905 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
6906 (dirtrack): Run it. Make debug message more verbose. | |
6907 | |
6908 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
6909 | |
6910 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
6911 name of the abbrev table, and provide support for XEmacs. | |
6912 (octave-xemacs-p): New variable. | |
6913 | |
6914 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
6915 | |
6916 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
6917 exit, when mail-interactive is nil. | |
6918 | |
6919 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
6920 | |
6921 * files.el (after-find-file): Message fix. | |
6922 | |
6923 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
6924 | |
6925 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
6926 | |
6927 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
6928 | |
6929 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
6930 filenames using backslashes. | |
6931 | |
6932 1998-12-09 Dave Love <fx@gnu.org> | |
6933 | |
6934 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
6935 with correct number of args. | |
6936 (browse-url-maybe-new-window): New arg. Callers changed. | |
6937 | |
6938 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
6939 comment. | |
6940 | |
6941 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
6942 | |
6943 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
6944 | |
6945 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
6946 | |
6947 * vc.el (vc-rcs-release): Fix Type. | |
6948 (vc-sccs-release): Fix Type. | |
6949 (vc-cvs-release): Fix Type. | |
6950 | |
6951 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
6952 arg work right. | |
6953 | |
6954 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
6955 output of last undeleted message. | |
6956 | |
6957 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
6958 | |
6959 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
6960 (buffer-undo-list) [windows-nt]: Use different relative path. | |
6961 | |
6962 1998-12-07 Simon Marshall <simon@gnu.org> | |
6963 | |
6964 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
6965 | |
6966 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
6967 | |
6968 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
6969 | |
6970 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
6971 | |
6972 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
6973 | |
6974 * info.el (Info-menu): Don't return error if point is between menu | |
6975 header and first menu item. | |
6976 | |
6977 1998-12-04 Dave Love <fx@gnu.org> | |
6978 | |
6979 * help.el (describe-function-1): Fix description for alias. | |
6980 | |
6981 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
6982 | |
6983 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
6984 specifications from summary line. | |
6985 | |
6986 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
6987 (close-rectangle): Define alias only once in loaddefs.el. | |
6988 | |
6989 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
6990 | |
6991 * term/internal.el: Remove code which sets up a special syntax | |
6992 table for non-ASCII characters. | |
6993 | |
6994 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
6995 | |
6996 * dos-w32.el (direct-print-region-function): Try to ensure that | |
6997 printer-name is expanded to a file name on a local drive; | |
6998 sometimes printing a file loaded from a network volume fails. | |
6999 (direct-print-region-function): Add a function to | |
7000 write-region-annotate-functions to append a formfeed character to | |
7001 the region being printed, if the region doesn't end with a | |
7002 formfeed already. This avoids creating a second print job | |
7003 containing a blank page when print spooling is enabled on Windows. | |
7004 | |
7005 1998-12-02 Dave Love <fx@gnu.org> | |
7006 | |
7007 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
7008 `Info-goto-node'. | |
7009 | |
7010 1998-12-02 Richard Stallman <rms@gnu.org> | |
7011 | |
7012 * help.el (temp-buffer-resize-mode): Doc fix. | |
7013 | |
7014 * cus-edit.el (custom-save-delete): Save point before | |
7015 reading a sexp, rather than backing up. | |
7016 | |
7017 * international/iso-transl.el: Fix previous change. | |
7018 | |
7019 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
7020 | |
7021 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
7022 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
7023 Added defvars to suppress compilation warnings. | |
7024 | |
7025 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
7026 | |
7027 * ispell.el: Improved and fixed customize for variables: | |
7028 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
7029 ispell-dictionary-alist, ispell-skip-sgml. | |
7030 Improved and fixed comments in variables and messages for | |
7031 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
7032 ispell-menu-map, ispell-checking-message, ispell-parser, | |
7033 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
7034 ispell-begin-tex-skip-regexp, ispell-begin-skip-region, | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7035 ispell-comments-and-strings, ispell-continue, ispell-complete-word, |
25837 | 7036 ispell-message-text-end, ispell-add-per-file-word-list. |
7037 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
7038 system is now required for all languages. Casechars improved for | |
7039 castellano, castellano8, and norsk dictionaries. Dictionary | |
7040 norsk7-tex added. Dictionary polish added. | |
7041 (ispell-dictionary-alist): Redefined at load-time to support | |
7042 dictionary changes. | |
7043 (ispell-menu-map): Redefined at load-time to support menu changes. | |
7044 (ispell-check-version): New alias for `check-ispell-version'. | |
7045 (ispell-parse-output): Fixed matching for ispell error messages. | |
7046 Correctly returns spelling suggestions in order generated by ispell | |
7047 process. | |
7048 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
7049 redefined. | |
7050 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
7051 redefined. Fix bug that didn't respect case of word being completed. | |
7052 (ispell-init-process): Set process coding system to be compatible | |
7053 with emacs processes and the ispell process. | |
7054 (ispell-kill-ispell): Ensures ispell process has terminated before | |
7055 starting new process. This can otherwise confuse process filters | |
7056 and hang the ispell process. | |
7057 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
7058 skipping support for sgml. | |
7059 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
7060 which could cause `ispell-complete-word' to hang. | |
7061 (ispell-message): Improved message reference matching. Ensure | |
7062 `case-fold-search' doesn't get redefined. | |
7063 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
7064 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
7065 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
7066 get redefined. | |
7067 | |
7068 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7069 | |
7070 * textmodes/flyspell.el (flyspell-check-word-p): | |
7071 Don't delay inside a kbd macro. | |
7072 | |
7073 * subr.el (make-local-hook): Return the hook variable. | |
7074 | |
7075 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7076 | |
7077 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
7078 Use a timer instead of post-command-hook. | |
7079 (hscroll-timer): New variable. | |
7080 | |
7081 1998-11-30 Dave Love <fx@gnu.org> | |
7082 | |
7083 * help.el (help-xref-button): Do nothing if text already has the | |
7084 help-xref property. | |
7085 (describe-variable): Revert previous change to hyperlink to source. | |
7086 | |
7087 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7088 | |
7089 * bindings.el (features): Add `base64' to this list. | |
7090 | |
7091 * loadhist.el (symbol-file): Doc fix. | |
7092 | |
7093 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
7094 | |
7095 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
7096 | |
7097 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7098 | |
7099 * help.el (describe-mode): Put major mode first. | |
7100 | |
7101 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
7102 to support special-display and same-window features. | |
7103 | |
7104 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7105 | |
7106 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
7107 bound in one function and used in the other. | |
7108 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
7109 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
7110 | |
7111 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7112 | |
7113 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
7114 | |
7115 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
7116 | |
7117 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
7118 Give format correct control string. | |
7119 | |
7120 * international/mule.el (define-translation-table): Fix bug of | |
7121 setting incorrect translation-table-id. If the first element of | |
7122 ARGS is a translation table, just register it. | |
7123 | |
7124 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
7125 property. | |
7126 | |
7127 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
7128 | |
7129 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
7130 syntax table to determine what is whitespace. | |
7131 | |
7132 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7133 | |
7134 * frame.el (frame-parameter): Doc fix. | |
7135 | |
7136 * textmodes/tex-mode.el (tex-feed-input): New function. | |
7137 (tex-define-common-keys): Add binding for C-c C-m. | |
7138 | |
7139 1998-11-23 Dave Love <fx@gnu.org> | |
7140 | |
7141 * progmodes/fortran.el: Various minor doc fixes. | |
7142 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
7143 (fortran-with-subprogram-narrowing): New macro. | |
7144 (fortran-check-for-matching-do): Use it. | |
7145 (fortran-end-do): Use fortran-check-end-prog-re. | |
7146 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
7147 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
7148 | |
7149 1998-11-23 Simon Marshall <simon@gnu.org> | |
7150 | |
7151 * font-lock.el (font-lock-defaults): Doc fix. | |
7152 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
7153 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
7154 | |
7155 * lazy-lock.el (lazy-lock-unstall): | |
7156 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
7157 | |
7158 * fast-lock.el (fast-lock-save-cache-1): | |
7159 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
7160 | |
7161 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
7162 | |
7163 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
7164 messages that have been added with DOS line endings and convert | |
7165 the line endings for such messages. | |
7166 | |
7167 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7168 | |
7169 * help.el: Add resizing of temporary buffers. | |
7170 (temp-buffer-resize-mode): New command and variable. | |
7171 (temp-buffer-max-height): New variable. | |
7172 (resize-temp-buffer-window): New function. | |
7173 | |
7174 * window.el (window-buffer-height): New function, split from | |
7175 shrink-window-if-larger-than-buffer. | |
7176 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
7177 | |
7178 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7179 | |
7180 * frame.el (initial-frame-alist): Add defcustom. | |
7181 | |
7182 * shell.el (shell-prompt-pattern): Add defcustom. | |
7183 | |
7184 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7185 | |
7186 * message.el (message-ignored-supersedes-headers): Remove | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7187 NNTP-Posting-Date. |
25837 | 7188 |
7189 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7190 | |
7191 * help.el (describe-mode): Don't avoid loop indirecting thru | |
7192 value of INDICATOR. | |
7193 | |
7194 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7195 | |
7196 * help.el (describe-variable): Allow any variable with a defcustom, | |
7197 even if it is not a user variable. | |
7198 | |
7199 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
7200 | |
7201 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
7202 | |
7203 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
7204 requesting a new group. | |
7205 | |
7206 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7207 | |
7208 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
7209 | |
7210 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7211 | |
7212 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
7213 | |
7214 1998-11-19 Simon Marshall <simon@gnu.org> | |
7215 | |
7216 * subr.el (with-temp-message): New macro. | |
7217 | |
7218 * emacs-lisp/lisp-mode.el (with-temp-message): | |
7219 Add lisp-indent-function property. | |
7220 | |
7221 1998-11-18 Dave Love <fx@gnu.org> | |
7222 | |
7223 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
7224 | |
7225 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7226 | |
7227 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
7228 This is not obsolete. | |
7229 | |
7230 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
7231 | |
7232 * textmodes/picture.el: Make a new map by make-keymap. | |
7233 (picture-desired-column): New variable. | |
7234 (picture-update-desired-column): New function. | |
7235 (picture-beginning-of-line): Set picture-desired-column to 0. | |
7236 (picture-end-of-line): Set picture-desired-column to the current | |
7237 column. | |
7238 (picture-forward-column): Pay attention to multi-column character. | |
7239 (picture-backward-column): Likewise. | |
7240 (picture-move-down): Likewise. | |
7241 (picture-move-up): Likewise. | |
7242 (picture-movement-nw): With prefix arg, move twice columns. | |
7243 (picture-movement-ne): Likewise. | |
7244 (picture-movement-sw): Likewise. | |
7245 (picture-movement-se): Likewise. | |
7246 (picture-set-motion): Handle two-column movements. | |
7247 (picture-move): Call picture-move-down or picture-forward-column | |
7248 only when necessary. | |
7249 (picture-insert): Pay attention to picture-desired-column. | |
7250 (picture-self-insert): Likewise. | |
7251 (picture-clear-column): Pay attention to multi-column character. | |
7252 (picture-mode): Modify doc-string for two-column movement. | |
7253 | |
7254 * rect.el (move-to-column-force): New function. | |
7255 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
7256 move-to-column-force instead of move-to-column. | |
7257 (insert-rectangle): Call move-to-column-force instead of | |
7258 move-to-column. | |
7259 (open-rectangle-line): If begextra is not zero, call | |
7260 move-to-column-force. | |
7261 | |
7262 | |
7263 1998-11-16 Dave Love <fx@gnu.org> | |
7264 | |
7265 * textmodes/sgml-mode.el Require skeleton when compiling. | |
7266 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
7267 (v2): Defvar free variable. | |
7268 | |
7269 1998-11-16 Sam Steingold <sds@goems.com> | |
7270 | |
7271 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL | |
7272 macro, not ELisp one. | |
7273 | |
7274 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
7275 | |
7276 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
7277 characters to symbol. | |
7278 | |
7279 * language/japan-util.el (japanese-zenkaku-region): New optional | |
7280 arg KATAKANA-ONLY. | |
7281 | |
7282 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
7283 | |
7284 * international/mule.el | |
7285 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
7286 is changed to unibyte, return inserted bytes. | |
7287 | |
7288 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
7289 and link names if necessary. | |
7290 (tar-header-block-summarize): Handle the case that file or link | |
7291 names are multibyte. | |
7292 (tar-summarize-buffer): At first set the current buffer unibyte, | |
7293 then if there are multibyte file names, change it to multibyte. | |
7294 (tar-mode): Get char position from tar-header-offset. | |
7295 (tar-extract): Avoid multibyte<->unibyte conversion in | |
7296 insert-buffer-subsring by setting both buffers unibyte | |
7297 temporarily. | |
7298 (tar-copy): Set the buffer unibyte while doing a work. Write | |
7299 without code conversion. | |
7300 (tar-expunge): Set the buffer unibyte while doing a work. | |
7301 (tar-alter-one-field): Likewise. | |
7302 (tar-clear-modification-flags): Compare byte position with | |
7303 tar-header-offset. | |
7304 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
7305 insert-buffer-subsring by setting both buffers unibyte | |
7306 temporarily. Pay attention to multibyteness while updating the | |
7307 descriptor-line. | |
7308 (tar-mode-write-file): Write without code conversion. | |
7309 | |
7310 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7311 | |
7312 * nngateway.el: Require cl. | |
7313 | |
7314 1998-11-15 Dave Love <fx@gnu.org> | |
7315 | |
7316 * progmodes/fortran.el: Fix previous change: | |
7317 (fortran-end-prog-re1): Changed. | |
7318 (fortran-check-end-prog-re): New function. | |
7319 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
7320 | |
7321 1998-11-13 Tom Breton <tob@world.std.com> | |
7322 | |
7323 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
7324 GNU Emacs. | |
7325 | |
7326 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
7327 | |
7328 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
7329 fixed. | |
7330 (reftex-toc-toggle-file-boundary, | |
7331 reftex-toc-toggle-labels, | |
7332 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
7333 (reftex-toc-include-labels, reftex-toc-include-context, | |
7334 reftex-toc-include-file-boundaries, | |
7335 reftex-toc-keep-other-windows): New options. | |
7336 (reftex-use-text-after-label-as-context): Option removed. | |
7337 (reftex-extract-bib-entries): Protect use in non-latex | |
7338 buffers. | |
7339 (reftex-toc-visit-location): Renamed from | |
7340 `reftex-toc-visit-line'. | |
7341 (reftex-latin1-to-ascii): Works now with and without Mule. | |
7342 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
7343 (reftex-get-offset): Made more general. | |
7344 (reftex-show-label-location): Renamed from | |
7345 `reftex-select-label-callback'. | |
7346 (reftex-pop-to-label): Function removed (using | |
7347 `reftex-show-label-location' instead. | |
7348 (reftex-insert-docstruct): Renamed from | |
7349 `reftex-make-and-insert-label-list'. Function args changed. | |
7350 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
7351 `reftex-find-start-point'. | |
7352 (reftex-select-item): Use `reftex-find-start-point'. | |
7353 (reftex-toc-visit-line): Can display labels and file | |
7354 boundaries. | |
7355 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
7356 | |
7357 1998-11-12 Sam Steingold <sds@goems.com> | |
7358 | |
7359 * browse-url.el (browse-url): Handle the case when | |
7360 `browse-url-browser-function' is a lambda list. | |
7361 | |
7362 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7363 | |
7364 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
7365 version string. | |
7366 * loadhist.el (symbol-file): Likewise | |
7367 | |
7368 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
7369 | |
7370 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
7371 | |
7372 1998-11-11 Sam Steingold <sds@goems.com> | |
7373 | |
7374 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
7375 `run-lisp' instead of signalling an error. | |
7376 | |
7377 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
7378 | |
7379 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
7380 | |
7381 1998-11-11 Richard Stallman <rms@gnu.org> | |
7382 | |
7383 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
7384 | |
7385 1998-11-11 Per Starback <starback@update.uu.se> | |
7386 | |
7387 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
7388 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
7389 for it. | |
7390 | |
7391 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
7392 | |
7393 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
7394 handling if setpagedevice is not available. | |
7395 (ps-begin-file): Fix typo. | |
7396 | |
7397 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
7398 | |
7399 * international/mule-util.el (compose-chars-component): Signal | |
7400 error if CH is a rule-based composition character. | |
7401 (compose-chars): Signal error if an already compsed character is | |
7402 going to be composed by rule-base. | |
7403 | |
7404 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
7405 full XLFD, don't try to get information of WEIGHT and SLANT from | |
7406 that font name. | |
7407 | |
7408 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
7409 | |
7410 * dos-w32.el (set-default-process-coding-system): Use function on | |
7411 before-init-hook to set default-process-coding-system based on | |
7412 enable-multibyte-characters. | |
7413 | |
7414 * term/w32-win.el ([language-change]): For now ignore | |
7415 keyboard language-change events. | |
7416 | |
7417 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
7418 | |
7419 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
7420 convert-standard-file-name, but leave the results of | |
7421 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
7422 characters if the original name already exists, or has a special | |
7423 handler. | |
7424 | |
7425 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
7426 | |
7427 * international/iso-insert.el: Delete autoload cookies. | |
7428 | |
7429 * international/iso-transl.el: Add autoload cookies. | |
7430 | |
7431 1998-11-10 Richard Stallman <rms@gnu.org> | |
7432 | |
7433 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
7434 (ispell-process-line): Don't treat multibyte | |
7435 | |
7436 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
7437 | |
7438 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
7439 setpagedevice to specify the page size if setpagedevice is | |
7440 available. This is necessary to select the correct paper tray on | |
7441 Level 2 printers with multiple paper sizes available. | |
7442 | |
7443 (ps-begin-file): Cope with font names that contain spaces, and | |
7444 call BeginDoc in a BeginSetup/EndSetup block. | |
7445 | |
7446 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7447 | |
7448 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
7449 convert-standard-filename. | |
7450 | |
7451 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
7452 convert-standard-filename. | |
7453 | |
7454 1998-11-06 Richard Stallman <rms@gnu.org> | |
7455 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7456 * textmodes/texinfmt.el (texinfo-format-scan): |
25837 | 7457 Detect the case of two @-commands in a row; process just the first. |
7458 (texinfo-append-refill): If line has a @c, insert the @refill | |
7459 before it. | |
7460 (texinfo-format-refill): Return with point where the @refill was. | |
7461 | |
7462 * files.el (hack-local-variables): Test local-enable-local-variables. | |
7463 (hack-local-variables-prop-line): Likewise. | |
7464 (set-auto-mode): Don't test local-enable-local-variables here. | |
7465 (enable-local-variables): Doc fix. | |
7466 (local-enable-local-variables): Doc fix. | |
7467 (normal-mode): Doc fix. | |
7468 | |
7469 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
7470 | |
7471 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
7472 | |
7473 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
7474 | |
7475 * simple.el (line-number-mode): Doc fix. | |
7476 | |
7477 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
7478 | |
7479 * international/fontset.el (create-fontset-from-fontset-spec): | |
7480 Give correct arg to `error'. | |
7481 | |
7482 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
7483 | |
7484 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
7485 (sgml-name-8bit-mode): Fix missing format character in message string. | |
7486 | |
7487 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
7488 | |
7489 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
7490 | |
7491 1998-11-05 Richard Stallman <rms@gnu.org> | |
7492 | |
7493 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
7494 | |
7495 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
7496 (close-rectangle): Define as alias. | |
7497 | |
7498 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
7499 | |
7500 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
7501 | |
7502 1998-11-05 Dave Love <fx@gnu.org> | |
7503 | |
7504 * help.el (describe-variable): Don't quote link to source. | |
7505 | |
7506 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
7507 | |
7508 * gud.el (gud-common-init): Use pop-to-buffer. | |
7509 (same-window-regexps): Add an element that matches all gud buffers. | |
7510 | |
7511 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
7512 | |
7513 * term/w32-win.el (x-get-selection-value): Alias to | |
7514 x-cut-buffer-or-selection-value. | |
7515 (w32-standard-fontset-spec): New variable. | |
7516 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
7517 new-fontset is available. | |
7518 (w32-use-w32-font-dialog): Enable use of set-variable. | |
7519 | |
7520 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
7521 | |
7522 * vc.el (with-vc-file, edit-vc-file): New macros. | |
7523 | |
7524 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
7525 | |
7526 * international/quail.el (quail-show-guidance-buf): Call | |
7527 set-minibuffer-window to set minibuffer window of the current | |
7528 frame correctly. | |
7529 | |
7530 1998-11-03 Theodore Jump <tjump@tertius.com> | |
7531 | |
7532 * term/w32-win.el: Require fontset. | |
7533 | |
7534 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
7535 | |
7536 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
7537 (set-face-font-auto): Ditto. | |
7538 | |
7539 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
7540 | |
7541 * mouse.el (mouse-drag-region): Fix typo. | |
7542 | |
7543 1998-11-02 Dave Love <fx@gnu.org> | |
7544 | |
7545 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
7546 (fortran-fontify-string): New function. | |
7547 (fortran-font-lock-keywords-1): Use it. | |
7548 | |
7549 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
7550 | |
7551 * comint.el (comint-file-name-quote-list): Doc fix. | |
7552 | |
7553 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7554 | |
7555 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
7556 build directory, not source directory. | |
7557 | |
7558 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
7559 if we did not get one for the final move. | |
7560 | |
7561 1998-11-01 Dave Love <fx@gnu.org> | |
7562 | |
7563 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
7564 Don't funcall browse-url-browser-function. | |
7565 | |
7566 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
7567 Don't funcall browse-url-browser-function. | |
7568 | |
7569 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
7570 | |
7571 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7572 | |
7573 * files.el (revert-buffer): Doc fix. | |
7574 | |
7575 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7576 | |
7577 * textmodes/tex-mode.el (tex-start-options-string): | |
7578 Quote the backslashes with more backslashes. | |
7579 | |
7580 1998-10-31 Dave Love <fx@gnu.org> | |
7581 | |
7582 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
7583 (webjump): Don't funcall browse-url-browser-function. | |
7584 | |
7585 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
7586 | |
7587 * international/quail.el (quail-start-translation): Handle | |
7588 switching of the frame in read-key-sequence. | |
7589 (quail-start-conversion): Likewise. | |
7590 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
7591 windows before setting an appropriate window for it. | |
7592 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
7593 quail-guidance-win to nil. | |
7594 (quail-update-guidance): If quail-guidance-buf is not in the | |
7595 selected frame, call quail-show-guidance-buf again. | |
7596 | |
7597 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
7598 | |
7599 * progmodes/pascal.el (pascal-mode): | |
7600 `blink-matching-paren-dont-ignore-comments' set to t. | |
7601 | |
7602 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7603 | |
7604 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
7605 | |
7606 1998-10-30 Dave Love <fx@gnu.org> | |
7607 | |
7608 * vc.el (vc-backend-merge-news): Check for "P" output. | |
7609 | |
7610 * help.el (describe-variable): Hyperlink the definition. | |
7611 | |
7612 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
7613 | |
7614 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
7615 (sh-set-shell): Likewise. | |
7616 | |
7617 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
7618 | |
7619 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
7620 (edebug-on-error): Fix customize type to match that of | |
7621 debug-on-error. | |
7622 | |
7623 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
7624 | |
7625 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
7626 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
7627 | |
7628 * international/mule-cmds.el (select-message-coding-system): Doc | |
7629 fix. | |
7630 | |
7631 * international/mule-diag.el (describe-coding-system): Describe | |
7632 all flags. | |
7633 | |
7634 * mail/sendmail.el (sendmail-coding-system, | |
7635 default-sendmail-coding-system): Doc fix. | |
7636 | |
7637 * simple.el (shell-command-on-region): Doc fix. | |
7638 | |
7639 * loadup.el: Write fns-*.el in current directory instead of | |
7640 data-directory since no installation directory exists yet. Mark | |
7641 buffer unmodified afterwards. | |
7642 | |
7643 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
7644 instead of data-directory since it is architecture dependent. | |
7645 (load-history-loaded): Update doc string. | |
7646 | |
7647 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
7648 | |
7649 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
7650 path as a default directory when canonicalizing names. | |
7651 | |
7652 * w32-fns.el: Remove a dangling reference to a directory on the | |
7653 build machine. | |
7654 | |
7655 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7656 | |
7657 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
7658 namespace related keywords such as `class', `body', `private', | |
7659 `variable', `namespace eval', etc. | |
7660 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
7661 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
7662 imenu and font-lock so that searches for \sw would find words | |
7663 containing colons. | |
7664 | |
7665 * progmodes/etags.el (initialize-new-tags-table): | |
7666 Do not alter find-tag-marker-ring and tags-location-ring. | |
7667 | |
7668 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
7669 | |
7670 * term/w32-win.el: Require fontset. | |
7671 (w32-init-fontsets): New function (code from x-win.el). | |
7672 | |
7673 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7674 | |
7675 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
7676 calendar-and-diary-frame-parameters): Add title parameter. | |
7677 | |
7678 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7679 | |
7680 * completion.el (dynamic-completion-mode): New function to enable | |
7681 the mode. (Just loading the file now does not change anything.) | |
7682 | |
7683 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
7684 | |
7685 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
7686 (ps-multibyte-buffer): New user option. | |
7687 (ps-setup): Print new user option. | |
7688 (ps-print-quote): New fun. | |
7689 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
7690 (ps-default-color, ps-mule-font-info-database) | |
7691 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
7692 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
7693 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
7694 Little code improvement. | |
7695 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
7696 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
7697 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
7698 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
7699 (ps-mule-external-libraries, ps-mule-init-external-library) | |
7700 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
7701 Doc fix. | |
7702 (ps-print-version): New version number (4.1.1) and doc fix. | |
7703 (ps-print-prologue-header): New user option. | |
7704 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
7705 Conditional compilation for GNU Emacs and emacsens. | |
7706 (ps-generate-postscript-with-faces): Skip invisible text better. | |
7707 (ps-setup): Print new user option. | |
7708 (ps-print-preprint): Check if input file name exists and is unwritable. | |
7709 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
7710 and insert user PostScript prologue header comments. | |
7711 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
7712 New funs. | |
7713 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
7714 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
7715 PostScript programming normalization. | |
7716 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
7717 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
7718 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
7719 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
7720 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
7721 Programming style normalization. | |
7722 | |
7723 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
7724 | |
7725 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
7726 version, check the value of mule-version. | |
7727 | |
7728 * international/mule-util.el (compose-region): Insert then delete | |
7729 to preserve markers. | |
7730 (decompose-region): Use search-forward for efficiency. | |
7731 | |
7732 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
7733 change, use generate-new-buffer instead of get-buffer-create. | |
7734 * language/devan-util.el | |
7735 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
7736 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
7737 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
7738 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
7739 | |
7740 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7741 | |
7742 * mail/rmailsum.el (rmail-message-subject-p): | |
7743 Handle message whose header has not been reformatted. | |
7744 | |
7745 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
7746 | |
7747 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
7748 | |
7749 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
7750 New variables. | |
7751 (mouse-set-font): Use font menus instead of dialog according to | |
7752 w32-use-w32-font-dialog. | |
7753 | |
7754 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7755 | |
7756 * calendar/calendar.el (calendar-day-name-array): Add doc string | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7757 correctly! |
25837 | 7758 (calendar-month-name-array): Add doc string correctly! |
7759 | |
7760 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7761 | |
7762 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
7763 | |
7764 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
7765 | |
7766 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
7767 | |
7768 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
7769 | |
7770 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
7771 | |
7772 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
7773 | |
7774 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
7775 | |
7776 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
7777 | |
7778 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
7779 | |
7780 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
7781 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
7782 (profile-filter, profile-reset-timer): Functions deleted. | |
7783 (profile-check-zero-init-times, profile-get-time): Likewise. | |
7784 (profile-find-function, profile-quit): Likewise. | |
7785 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
7786 (profile-time-list, profile-init-list): Doc fix. | |
7787 (profile-functions): Simplify. | |
7788 (profile-print): Use float. Make output include space separators. | |
7789 (profile-add-time): New helper function. | |
7790 (profile-function-prolog): Renamed from profile-start-function. | |
7791 Handle profile-distinct. | |
7792 (profile-function-epilog): Renamed from profile-update-function. | |
7793 Handle profile-distinct. | |
7794 (profile-a-function): If the function to be profiled is an | |
7795 autoload form, load it. If it's lazy-loaded, fetch it. | |
7796 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
7797 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
7798 documented, rather than a one-element list. | |
7799 (profile-finish): Call profile-restore-fun properly. | |
7800 | |
7801 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
7802 | |
7803 * international/characters.el: Setup charset property | |
7804 nospace-between-words. | |
7805 | |
7806 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
7807 composition, return nil. | |
7808 (put-charset-property): If CHARSET is composition, do nothing. | |
7809 | |
7810 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
7811 * language/devan-util.el | |
7812 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
7813 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
7814 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
7815 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
7816 | |
7817 * textmodes/fill.el (sentence-end-without-period): New variable. | |
7818 (canonically-space-region): Pay attention to | |
7819 sentence-end-without-period. | |
7820 (fill-find-break-point): The first argument CHARSET deleted. | |
7821 Caller changed. | |
7822 (fill-region-as-paragraph): Pay attention to charset property | |
7823 nospace-between-words and text property nospace-between-words. | |
7824 | |
7825 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7826 | |
7827 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
7828 an unrecognized shell. | |
7829 | |
7830 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
7831 | |
7832 * desktop.el (desktop-save): Include minor modes symbolically. | |
7833 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
7834 | |
7835 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7836 | |
7837 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
7838 (sh-font-lock-keywords): Handle rpm and rpm2. | |
7839 (sh-ancestor-alist): Handle rpm. | |
7840 | |
7841 * files.el (auto-mode-alist): Recognize .rpm files. | |
7842 Also .spec and .mspec files. | |
7843 | |
7844 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7845 | |
7846 * faces.el (frame-set-background-mode): Enable the function for | |
7847 MSDOS frames. | |
7848 | |
7849 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
7850 | |
7851 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
7852 (calendar-month-name-array): Add doc string. | |
7853 | |
7854 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7855 | |
7856 * simple.el (kill-ring-max): Increased to 60. | |
7857 | |
7858 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
7859 | |
7860 * international/characters.el: Setup auto-fill-chars. | |
7861 | |
7862 * international/kinsoku.el (kinsoku): Check the variable | |
7863 enable-kinsoku. | |
7864 | |
7865 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
7866 Don't call kinsoku directly, intead call fill-find-break-point. | |
7867 | |
7868 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
7869 property to character sets which require `kinsoku' processing for | |
7870 filling. | |
7871 (fill-find-break-point): New function. | |
7872 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
7873 Don't call kinsoku directly, intead call fill-find-break-point. | |
7874 | |
7875 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7876 | |
7877 * faces.el (modify-face-read-string): Return (nil) for "none". | |
7878 (modify-face): Don't get error if (nil) is the argument. | |
7879 (face-try-color-list): Don't check whether nil is a valid color. | |
7880 | |
7881 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7882 | |
7883 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
7884 Print message about each directory, even in batch mode. | |
7885 | |
7886 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
7887 | |
7888 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
7889 (ps-mule-string-char): No need to use sref. | |
7890 (ps-mule-next-index): No need to use sref. | |
7891 | |
7892 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
7893 | |
7894 * files.el (revert-buffer-internal-hook): Add defvar. | |
7895 | |
7896 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
7897 | |
7898 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
7899 | |
7900 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
7901 | |
7902 * international/mule-cmds.el (default-input-method): Fix custom type. | |
7903 | |
7904 * net-utils.el (whois-server-list): Fix customization type. | |
7905 | |
7906 * shell.el (shell-input-autoexpand): Fix customization group. | |
7907 | |
7908 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7909 | |
7910 * repeat.el (repeat): Handle keyboard macros properly. | |
7911 Handle new prefix arg after self-insert command. | |
7912 | |
7913 * repeat.el: Don't include cl even at compile time. | |
7914 (repeat): Avoid using `loop'. | |
7915 | |
7916 * simple.el (shell-command-on-region): Doc fix. | |
7917 (next-history-element): Special error message if no default. | |
7918 | |
7919 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7920 | |
7921 * ps-print.el (ps-print-buffer): Doc fix. | |
7922 (ps-despool): Likewise. | |
7923 | |
7924 * arc-mode.el (arc-mode): Provide arc-mode. | |
7925 | |
7926 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7927 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7928 * ps-print.el (ps-print-buffer): Doc fix. |
25837 | 7929 |
7930 1998-10-14 Dave Love <fx@gnu.org> | |
7931 | |
7932 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
7933 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
7934 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
7935 | |
7936 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
7937 Continuation Line" to "Join Line". | |
7938 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
7939 | |
7940 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
7941 | |
7942 * progmodes/fortran.el (fortran-join-line): Use | |
7943 `delete-indentation' instead of issuing an error message if not on | |
7944 a continuation line. Provide for joining several lines using | |
7945 prefix arg. | |
7946 | |
7947 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
7948 | |
7949 * term/pc-win.el (msdos-color-values): New variable. | |
7950 (x-color-values): New function, emulates its namesake from | |
7951 src/xfns.c. | |
7952 (msdos-bg-mode): Add all dark colors to those which return | |
7953 "dark". | |
7954 | |
7955 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7956 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7957 * replace.el (keep-lines, flush-lines, how-many): |
25837 | 7958 Don't ignore case if arg has upper case letters. |
7959 | |
7960 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
7961 | |
7962 * progmodes/vhdl-mode.el | |
7963 (vhdl-add-index-menu): reverse order in imenu-generic-expression. | |
7964 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) | |
7965 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
7966 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
7967 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
7968 (vhdl-when): Fix indentation problem. | |
7969 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
7970 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
7971 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
7972 | |
7973 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
7974 | |
7975 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
7976 (ls-lisp-insert-directory): Renamed from insert-directory. | |
7977 (insert-directory): New function. | |
7978 | |
7979 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
7980 | |
7981 * simple.el (completion-fixup-function): Variable deleted. | |
7982 (completion-setup-function): Delete code for completion-fixup-function. | |
7983 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
7984 Don't bind completion-fixup-function. | |
7985 | |
7986 * files.el (find-file-wildcards): New option. | |
7987 (find-file-noselect): Handle wild cards, if enabled. | |
7988 (file-expand-wildcards): New function. | |
7989 | |
7990 * simple.el (set-fill-column): Doc fix. | |
7991 | |
7992 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
7993 | |
7994 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
7995 | |
7996 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
7997 | |
7998 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
7999 Move declaration before first use. | |
8000 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
8001 hif-math, hif-factor): Rename token to hif-token and token-list to | |
8002 hif-token-list. | |
8003 (hif-token, hif-token-list): Declare them. | |
8004 (hif-find-ifdef-block): Return cons of top and bottom point | |
8005 instead of setting dynamically bound variables. | |
8006 (hide-ifdef-block, show-ifdef-block): Use return value of | |
8007 hif-find-ifdef-block. | |
8008 | |
8009 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8010 | |
8011 * subr.el (read-passwd): Use clear-this-command-keys. | |
8012 | |
8013 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
8014 | |
8015 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
8016 and ...-for-write. | |
8017 | |
8018 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
8019 | |
8020 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
8021 responses to GROUP command, since this may be called from a timer | |
8022 with quit inhibited. | |
8023 | |
8024 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
8025 | |
8026 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
8027 set unconditional-jump to nil. | |
8028 (ccl-compile-read-multibyte-character): Return nil. | |
8029 (ccl-compile-write-multibyte-character): Likewise. | |
8030 (ccl-compile-translate-character): Likewise | |
8031 (ccl-compile-map-multiple): Likewise. | |
8032 (ccl-compile-map-single): Likewise. | |
8033 | |
8034 * international/kinsoku.el: Add coding tag. | |
8035 (kinsoku-bol): Remove superfluous TAB in a string. | |
8036 | |
8037 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
8038 Delete `composition' (if any) from CHARSETS. | |
8039 | |
8040 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8041 | |
8042 * international/mule-cmds.el (setup-specified-language-environment): | |
8043 Add apropos-inhibit property. | |
8044 (describe-specified-language-support): Likewise. | |
8045 | |
8046 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
8047 | |
8048 * international/mule.el (make-coding-system): Create -with-esc | |
8049 variant coding system. | |
8050 | |
8051 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
8052 | |
8053 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
8054 (next-file): Optionally offer to revert a file's buffer, | |
8055 if it has an existing buffer but the file has changed. | |
8056 | |
8057 * info.el (Info-insert-dir): Detect and report problems | |
8058 in input files, such as "No Top node". Return with point | |
8059 at the beginning of the text. | |
8060 (Info-find-node): Reinsert the code to handle files | |
8061 with no tags table; it was deleted by mistake. | |
8062 | |
8063 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
8064 | |
8065 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
8066 texinfo-find-higher-level-node repeatedly find the same node. | |
8067 (texinfo-find-higher-level-node): Doc fix. | |
8068 | |
8069 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8070 | |
8071 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
8072 (smtpmail-address-buffer): Add defvar. | |
8073 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
8074 | |
8075 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
8076 | |
8077 * ffap.el (ffap-machine-p-local): Fix editing error. | |
8078 | |
8079 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8080 | |
8081 * faces.el (frame-set-background-mode): | |
8082 Don't do anythung for text-only or MSDOS frame. | |
8083 | |
8084 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
8085 | |
8086 * international/quail.el (quail-defrule): New optional arg APPEND. | |
8087 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
8088 | |
8089 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8090 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8091 * gnus/pop3.el (pop3-open-server): |
25837 | 8092 Set process-coding-system-alist around open-network-stream. |
8093 | |
8094 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8095 | |
8096 * files.el (save-buffer): Doc fix. | |
8097 | |
8098 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
8099 | |
8100 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
8101 return DEF unchanged, not nil. Simplify. | |
8102 | |
8103 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
8104 | |
8105 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
8106 | |
8107 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
8108 | |
8109 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
8110 | |
8111 * net-utils.el (ftp, nslookup): Require comint. | |
8112 (network-service-connection): Likewise. | |
8113 (whois-server-name): Defaults to whois.arin.net | |
8114 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
8115 (whois): Tries to guess the appropriate top-level domain server. | |
8116 (whois-get-tld): New function. | |
8117 | |
8118 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
8119 (dirtrack-debug-toggle): Added this function. | |
8120 | |
8121 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8122 | |
8123 * files.el (find-file-noselect): Switch to the correct buffer | |
8124 before checking find-file-literally, and allow non-nil non-t | |
8125 rawfile params. | |
8126 | |
8127 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
8128 | |
8129 * midnight.el (clean-buffer-list): Add autoload cookie. | |
8130 | |
8131 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
8132 no-autosave. | |
8133 * tar-mode.el (tar-mode-revert): Likewise. | |
8134 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
8135 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
8136 * gnus/message.el (message-auto-save-directory): Renamed from | |
8137 message-autosave-directory. All references changed. | |
8138 | |
8139 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
8140 | |
8141 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
8142 string. Expose mime stuff while searching. | |
8143 | |
8144 1998-10-06 Richard Stallman <rms@gnu.org> | |
8145 | |
8146 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
8147 | |
8148 * replace.el (perform-replace): Position point properly | |
8149 before and after the recursive edit of C-r. | |
8150 | |
8151 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
8152 find the markers in the old rings that are being discarded. | |
8153 | |
8154 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8155 | |
8156 * apropos.el (apropos-print): control invalid characters. | |
8157 | |
8158 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
8159 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
8160 confusing customize. | |
8161 | |
8162 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
8163 | |
8164 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
8165 built-in commands. Add more built-in commands and fix face names. | |
8166 | |
8167 1998-10-05 Simon Marshall <simon@gnu.org> | |
8168 | |
8169 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
8170 | |
8171 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
8172 | |
8173 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
8174 customization since it is not useful in this case. | |
8175 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
8176 sure it gets evalled to a number. Also verify that set-frame-name | |
8177 fn exists before calling it. | |
8178 | |
8179 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
8180 Protect a `forward-sexp' call which could fail, and improved regex | |
8181 for ie, and eg abbreviations. | |
8182 | |
8183 1998-10-02 Noah Friedman <friedman@splode.com> | |
8184 | |
8185 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
8186 send-string. | |
8187 (rlogin-send-Ctrl-D): Here also. | |
8188 (rlogin-send-Ctrl-Z): Here also. | |
8189 (rlogin-send-Ctrl-backslash): Here also. | |
8190 | |
8191 1998-10-02 Dave Love <fx@gnu.org> | |
8192 | |
8193 * outline.el (hide-region-body): Bind | |
8194 outline-view-change-hook to nil while making repeated calls to | |
8195 outline-flag-region. Run it once at the end. | |
8196 (hide-other, hide-sublevels, show-children): Likewise. | |
8197 | |
8198 * info-look.el: Remove duplicate scheme-mode entry. | |
8199 (info-lookup-make-completions): When looking for entries, check | |
8200 that `item' isn't null or "Menu". | |
8201 | |
8202 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
8203 | |
8204 * net-utils.el: Don't require ffap. | |
8205 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
8206 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
8207 | |
8208 1998-09-30 Richard Stallman <rms@gnu.org> | |
8209 | |
8210 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
8211 | |
8212 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
8213 (imenu--sort-by-position): New function. | |
8214 | |
8215 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
8216 (customize group): Fix info node name. | |
8217 | |
8218 * mail/mailalias.el (build-mail-aliases): Don't allow | |
8219 a newline in the alias name. Don't define an alias | |
8220 if the definition would be empty. | |
8221 | |
8222 * which-func.el (which-func-mode-global): Make :set function | |
8223 more reliable. | |
8224 | |
8225 * custom.el (custom-set-variables): Load the requests first, | |
8226 then check the symbol's `set' function. | |
8227 | |
8228 * ffap.el: Doc fixes. | |
8229 | |
8230 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8231 | |
8232 * gnus.el: (gnus-valid-select-methods): Fix type. | |
8233 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
8234 * gnus-score.el (gnus-orphan-score): Fix type. | |
8235 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
8236 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
8237 (gnus-saved-headers): Fix type. | |
8238 | |
8239 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
8240 Avoid nil value of `two-lines-citation-part'. | |
8241 | |
8242 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
8243 | |
8244 * which-func.el (which-function): Handle case when | |
8245 (car imenu--index-alist) is nil. | |
8246 | |
8247 1998-09-29 Dave Love <fx@gnu.org> | |
8248 | |
8249 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
8250 bzip2 args. | |
8251 | |
8252 1998-09-29 Simon Marshall <simon@gnu.org> | |
8253 | |
8254 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
8255 comint-exec-hook. | |
8256 | |
8257 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
8258 | |
8259 * info-look.el: Add support for Octave. | |
8260 | |
8261 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
8262 | |
8263 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
8264 (reftex-texpath-environment-variables, | |
8265 reftex-use-external-file-finders, reftex-external-file-finders, | |
8266 reftex-search-unrecursed-path-first): New options. | |
8267 (reftex-process-string, reftex-find-file-externally): New | |
8268 functions. | |
8269 (reftex-access-search-path): Execute shell commands to find the | |
8270 search path. | |
8271 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
8272 `reftex-auto-view-crossref' becomes non-nil. | |
8273 (reftex-abbrev-regexp): Constant removed. | |
8274 (reftex-convert-string): Abbrev regexp calculated locally. | |
8275 | |
8276 1998-09-28 Dave Love <fx@gnu.org> | |
8277 | |
8278 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
8279 font-lock patterns with keywords that aren't all literal. | |
8280 | |
8281 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
8282 | |
8283 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
8284 the form `octave.bin:1>' which come from using precopiled binary | |
8285 versions. | |
8286 | |
8287 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
8288 | |
8289 * help.el (help-for-help): Use %THIS-KEY%. | |
8290 (help-quit): Add doc. | |
8291 | |
8292 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
8293 in a separate function definition, not in the help command FNAME. | |
8294 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
8295 | |
8296 1998-09-25 Richard Stallman <rms@gnu.org> | |
8297 | |
8298 * textmodes/texinfo.el (texinfo-show-structure): | |
8299 Bind inhibit-read-only. | |
8300 | |
8301 * isearch.el (isearch-search-and-update): Properly | |
8302 handle upper case letters in the reverse-search special case. | |
8303 | |
8304 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8305 | |
8306 * gnus.el: Extend the list of autoloaded functions. | |
8307 | |
8308 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
8309 buffer before creating help group. (from Gnus v5.6.43, fix by | |
8310 1998-08-20 Per Starback <starback@update.uu.se>) | |
8311 | |
8312 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
8313 `rmail-output-to-rmail-file'. | |
8314 | |
8315 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
8316 | |
8317 * hexl.el (hexl-mode-map): More of previous change. | |
8318 | |
8319 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
8320 (tex-start-tex): Don't use tex-start-options-string in star case. | |
8321 Quote file name in star case as well as in non-star. | |
8322 Add blank and quoting of option string here. | |
8323 (tex-start-options-string): Not here. | |
8324 | |
8325 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
8326 | |
8327 * term.el (term-delimiter-argument-list): Doc fix. | |
8328 (term-emulate-terminal): Escape literal semicolon. | |
8329 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
8330 (asm-comment-char): Escape literal semicolon. | |
8331 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
8332 | |
8333 1998-09-23 Richard Stallman <rms@gnu.org> | |
8334 | |
8335 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
8336 only those that normally modify the buffer. | |
8337 | |
8338 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
8339 over again. | |
8340 | |
8341 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
8342 | |
8343 * ispell.el (check-ispell-version): Ensure same buffer is current | |
8344 when let-binding of case-fold-search ends. | |
8345 | |
8346 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8347 | |
8348 * ps-print.el: Skip invisible overlay. | |
8349 Test for set-buffer-multibyte rather than using mule-version. | |
8350 (ps-print-version): New version number (4.1) and doc fix. | |
8351 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
8352 | |
8353 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
8354 | |
8355 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
8356 | |
8357 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
8358 | |
8359 * international/quail.el (quail-update-guidance): Check for the | |
8360 return value of (quail-guidance) fixed. | |
8361 (quail-update-translation): Bind quail-current-str locally when it | |
8362 calls quail-update-guidance. | |
8363 (quail-update-translation): If input-method-exit-on-first-char is | |
8364 non-nil, terminate translation only when the current input method | |
8365 is simple. | |
8366 | |
8367 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
8368 | |
8369 * startup.el (locale-translation-file-name): Prefer X-related names | |
8370 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
8371 (command-line): Use locale-translation-file-name if it is not nil, | |
8372 instead of testing for its existence again. | |
8373 regexp-quote the ctype before using it in a regexp. | |
8374 Allow a colon to appear after the ctype in the aliases file, | |
8375 as is done in X11R6.4. | |
8376 | |
8377 1998-09-21 Richard Stallman <rms@gnu.org> | |
8378 | |
8379 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
8380 | |
8381 * calendar/appt.el (appt-interval): Variable deleted. | |
8382 (appt-check): For minutes in between appt-display-interval times, | |
8383 do check, but don't display anything except an updated mode line. | |
8384 Count against appt-display-interval based on minutes since | |
8385 first display of this appointment, not based on time of day. | |
8386 If appt-display-mode-line, force mode line redisplay | |
8387 whenever appt-mode-string has changed. | |
8388 (appt-add, appt-delete): Add autoload cookies. | |
8389 (appt-check): Catch errors from calling `diary'. | |
8390 (appt-max-time): Renamed from max-time. | |
8391 (appt-now-displayed, appt-display-count): New variables. | |
8392 (appt-timer): Don't create one if we already have one. | |
8393 | |
8394 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
8395 More general code to use the source buffer instead of the zap file. | |
8396 | |
8397 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
8398 compare-with-file. | |
8399 | |
8400 * loadhist.el (load-history-loaded): New variable. | |
8401 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
8402 | |
8403 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
8404 | |
8405 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
8406 Fix error messages. | |
8407 | |
8408 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
8409 | |
8410 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
8411 Emacs frame. | |
8412 | |
8413 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8414 | |
8415 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
8416 `undecided' and `undecided-unix'. | |
8417 | |
8418 1998-09-21 Dave Love <fx@gnu.org> | |
8419 | |
8420 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
8421 | |
8422 * subr.el (remove-hook): Check list values to avoid errors. | |
8423 | |
8424 1998-09-18 Noah Friedman <friedman@splode.com> | |
8425 | |
8426 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
8427 store string in eldoc-last-message without consing a new string. | |
8428 Rearrange logic from nested if's into cond's. | |
8429 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
8430 Do not print message; just return string. | |
8431 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
8432 Do not print message; just return string. | |
8433 Cache that string in eldoc-last-data. | |
8434 (eldoc-last-data): Make into a vector. | |
8435 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
8436 (eldoc-get-var-docstring): Here also. | |
8437 (eldoc-last-data-store): New function. | |
8438 (eldoc-get-fnsym-args-string): Use it. | |
8439 (eldoc-get-var-docstring): Here also. | |
8440 (eldoc-docstring-first-line): Minimize interim string consing. | |
8441 Call substitute-command-keys on the result. | |
8442 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
8443 eldoc-docstring-message): Functions removed. | |
8444 (eldoc-docstring-format-sym-doc): New function, functionality | |
8445 ripped out of eldoc-docstring-message. | |
8446 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
8447 | |
8448 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
8449 | |
8450 * international/mule.el (make-coding-system): Doc-string modified. | |
8451 | |
8452 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
8453 | |
8454 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
8455 | |
8456 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
8457 customize type. | |
8458 | |
8459 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
8460 type. | |
8461 | |
8462 * progmodes/compile.el (compilation-error-screen-columns): New | |
8463 variable. | |
8464 (compilation-next-error-locus): Use it to decide whether to use | |
8465 forward-char or move-to-column. | |
8466 | |
8467 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
8468 | |
8469 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
8470 feedmail-fiddle-plex-user-list, | |
8471 feedmail-spray-address-fiddle-plex-list, | |
8472 feedmail-prompt-before-queue-user-alist, | |
8473 feedmail-prompt-before-queue-help-supplement, | |
8474 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
8475 feedmail-queue-alternative-mail-header-separator): Fix customize | |
8476 type. | |
8477 | |
8478 * startup.el (site-run-file): Fix customize type. | |
8479 | |
8480 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
8481 customize type. | |
8482 | |
8483 * shell.el (shell-input-autoexpand): Fix customize type. | |
8484 | |
8485 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
8486 Improve layout of customize type. | |
8487 | |
8488 * net-utils.el (traceroute-program-options, ping-program-options, | |
8489 ipconfig-program-options, netstat-program-options, | |
8490 arp-program-options, route-program-options, | |
8491 nslookup-program-options, ftp-program-options): Fix customize | |
8492 type. | |
8493 | |
8494 * midnight.el (clean-buffer-list-kill-regexps, | |
8495 clean-buffer-list-kill-buffer-names, | |
8496 clean-buffer-list-kill-never-buffer-names, | |
8497 clean-buffer-list-kill-never-regexps): Fix customize type. | |
8498 | |
8499 * man.el (Man-init-defvars): Avoid trailing nil on | |
8500 Man-filter-list. | |
8501 | |
8502 * lpr.el (printer-name): Fix customize type. | |
8503 | |
8504 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
8505 | |
8506 * international/mule-cmds.el (reset-language-environment): Call | |
8507 update-coding-systems-internal. | |
8508 | |
8509 * international/mule-conf.el: Call update-coding-systems-internal | |
8510 at the tail. | |
8511 | |
8512 1998-09-14 Dave Love <fx@gnu.org> | |
8513 | |
8514 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
8515 use the menu-enable properties, pending doing it correctly and | |
8516 acceptably fast. | |
8517 | |
8518 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
8519 | |
8520 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
8521 | |
8522 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
8523 comment-{start,end} non-nil as well as bound. Report an error if | |
8524 we can't grok the mode. | |
8525 | |
8526 1998-09-13 Richard Stallman <rms@gnu.org> | |
8527 | |
8528 * simple.el (blink-matching-open): Don't log paren matching | |
8529 messages in *Messages*. | |
8530 | |
8531 1998-09-12 Richard Stallman <rms@gnu.org> | |
8532 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8533 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): |
25837 | 8534 Set point-before-scroll at end even if there was an error. |
8535 | |
8536 * ange-ftp.el (ange-ftp-insert-file-contents): | |
8537 Use binary mode for dumb-unix hosts as for unix hosts. | |
8538 (ange-ftp-copy-file-internal): Likewise. | |
8539 | |
8540 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
8541 | |
8542 * emacs-lisp/pp.el: Doc fixes. | |
8543 | |
8544 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
8545 (widget-choose): Don't use single-char shortcuts if # items | |
8546 exceeds that many. Use minibuffer instead. | |
8547 | |
8548 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8549 | |
8550 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
8551 | |
8552 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
8553 | |
8554 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
8555 in terminal mode. | |
8556 | |
8557 1998-09-10 Noah Friedman <friedman@splode.com> | |
8558 | |
8559 * rsz-mini.el (resize-minibuffer-mode): remove :version field from | |
8560 defcustom declaration. It's wreaking too much havoc with XEmacs | |
8561 and older versions of Emacs, which share this code. | |
8562 | |
8563 * type-break.el (type-break-mode): Here also. | |
8564 | |
8565 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
8566 `t' to add-hook also to modify the new local value. | |
8567 | |
8568 1998-09-10 Dave Love <fx@gnu.org> | |
8569 | |
8570 * vc.el (vc-insert-headers): Doc fix. | |
8571 | |
8572 1998-09-10 Richard Stallman <rms@gnu.org> | |
8573 | |
8574 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
8575 ispell-... variables permanent locals. | |
8576 (flyspell-mode-off): Add autoload cookie. | |
8577 | |
8578 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
8579 do use binary mode, just as for `unix'. | |
8580 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
8581 | |
8582 * dired.el (dired-mark-files-containing-regexp): | |
8583 Don't scan directories. Ignore non-readable files. | |
8584 | |
8585 * progmodes/compile.el (compilation-error-regexp-alist): | |
8586 Fix previous change: allow . and _ in command name. | |
8587 | |
8588 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
8589 | |
8590 * uncompress.el (uncompress-while-visiting): | |
8591 Use just the car of what find-operation-coding-system returns. | |
8592 | |
8593 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
8594 | |
8595 * shell.el (shell-file-name-quote-list): Add # to the value. | |
8596 | |
8597 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
8598 | |
8599 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook | |
8600 to make killing of ispell process work even if | |
8601 kill-all-local-variables has been run. | |
8602 | |
8603 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8604 | |
8605 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
8606 loop when sexp entry ends at end of file with no newline. | |
8607 | |
8608 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
8609 | |
8610 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
8611 (Custom-reset-standard): Fix menu inconsistency. | |
8612 | |
8613 * mail/feedmail.el (feedmail-from-line): Allow t. | |
8614 (feedmail-message-id-suffix): Allow nil. | |
8615 | |
8616 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
8617 Simplify. Make prefix arg work right. | |
8618 | |
8619 1998-09-09 Dave Love <fx@gnu.org> | |
8620 | |
8621 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
8622 | |
8623 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
8624 | |
8625 1998-09-08 Dave Love <fx@gnu.org> | |
8626 | |
8627 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
8628 stuff only after file names or at start of line. Allow parens | |
8629 around e-mail, as well as angles. | |
8630 | |
8631 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
8632 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
8633 time for nicer failure if it's not available. | |
8634 | |
8635 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
8636 | |
8637 * comint.el (comint-arguments): Ignore backslashes when using | |
8638 w32 shells that expect backslashes as the directory separator. | |
8639 | |
8640 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
8641 | |
8642 * international/fontset.el (resolved-ascii-font): New variable. | |
8643 (x-complement-fontset-spec): By side effect, set | |
8644 `resolved-ascii-font' to the resolved name of ASCII font." | |
8645 (create-fontset-from-fontset-spec): Don't get a value for | |
8646 resolved-ascii-font from the list full-fontlist. It is set by | |
8647 x-complement-fontset-spec now. | |
8648 | |
8649 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
8650 version, check the value of mule-version. | |
8651 | |
8652 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
8653 | |
8654 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
8655 several functions. No longer moves to find a macro. | |
8656 (reftex-view-cr-cite, reftex-view-cr-ref, | |
8657 reftex-end-of-bib-entry): New functions. | |
8658 (reftex-auto-view-crossref): New value `window' allowed. | |
8659 (reftex-view-crossref-when-idle): Process new `window' option in | |
8660 (reftex-translate-to-ascii-function): New default. | |
8661 (reftex-label-illegal-re): Default changed, removed Latin1. | |
8662 (reftex-latin1-to-ascii): New function. | |
8663 (reftex-what-environment): Check for section regexp before use. | |
8664 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
8665 absolute path names. | |
8666 (reftex-TeX-master-file): Changed sequence of file checks. | |
8667 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
8668 | |
8669 1998-09-06 Richard Stallman <rms@gnu.org> | |
8670 | |
8671 * progmodes/compile.el (compilation-error-regexp-alist): | |
8672 In first pattern (GNU utilities and other things), | |
8673 allow a space after the optional program name at the beginning. | |
8674 | |
8675 * mail/mail-hist.el (mail-hist-current-header-contents): | |
8676 Fix previous change: use mail-header-end. | |
8677 | |
8678 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
8679 | |
8680 * international/ccl.el: Doc fixes. | |
8681 * international/encoded-kb.el: Doc fixes. | |
8682 * international/fontset.el: Doc fixes. | |
8683 * international/kinsoku.el: Doc fixes. | |
8684 * international/kkc.el: Doc fixes. | |
8685 * international/mule-cmds.el: Doc fixes. | |
8686 * international/mule-conf.el: Doc fixes. | |
8687 * international/mule-util.el: Doc fixes. | |
8688 * international/mule.el: Doc fixes. | |
8689 | |
8690 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
8691 | |
8692 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
8693 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
8694 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
8695 punctuation for first line sentence breaking. | |
8696 (checkdoc-this-string-valid): When converting a comment into a doc | |
8697 string, make sure " chars are \". | |
8698 (checkdoc-sentencespace-region-engine): Only do double space check | |
8699 if based on the variable `sentence-end-double-space' | |
8700 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
8701 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
8702 | |
8703 1998-09-04 Richard Stallman <rms@gnu.org> | |
8704 | |
8705 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
8706 Recognize define-skeleton as a function definer. | |
8707 | |
8708 * cus-edit.el (customize-option): Refuse to customize | |
8709 a variable that has no defcustom. But if variable is autoloaded, | |
8710 first try to load the library that defines it. | |
8711 | |
8712 * international/iso-insert.el: Use `string' before calling `insert' | |
8713 so that in multibyte buffers we insert multibyte chars. | |
8714 | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8715 * dired.el (dired-mark-files-containing-regexp): |
25837 | 8716 Don't use find-file; instead, insert the file in a temp buffer. |
8717 | |
8718 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
8719 (tex-start-tex): Use that variable. | |
8720 | |
8721 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
8722 value in the `repeat' alternative a list. | |
8723 | |
8724 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
8725 the inserted newline, verify that one was really inserted. | |
8726 | |
8727 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
8728 remains on or remains off. | |
8729 (flyspell-multi-language-p): Default changed to nil. | |
8730 | |
8731 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
8732 In "found in comment" case, don't beginning-of-line after forward-line. | |
8733 | |
8734 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
8735 If the function definition is not a lambda, return original FORM | |
8736 with no error. | |
8737 | |
8738 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
8739 | |
8740 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
8741 so that by default netstat shows all network connections. | |
8742 | |
8743 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
8744 | |
8745 * international/quail.el: Doc fixes. | |
8746 | |
8747 * info.el (info): Don't add parens if FILE already has them. | |
8748 | |
8749 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
8750 | |
8751 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
8752 on extension lines. | |
8753 | |
8754 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
8755 | |
8756 * w32-fns.el (w32-shell-dos-semantics): New function. | |
8757 | |
8758 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
8759 | |
8760 * international/quail.el (quail-choose-completion-string): Store | |
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8761 completion `choice' in `quail-current-str'; don't insert it. |
25837 | 8762 |
8763 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
8764 | |
8765 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
8766 argument to ps-mule-generate-bitmap-font. | |
8767 | |
8768 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
8769 entry and change Latin-1 entry in the default value. | |
8770 (ps-mule-font-info-database-ps-bdf): New variable. | |
8771 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
8772 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
8773 registerd in FONT-SPEC. | |
8774 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
8775 charcter width of bitmap fonts. | |
8776 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
8777 procedure NF. | |
8778 (ps-begin-file): Output PostScript code for setting | |
8779 SpaceWidthRatio. | |
8780 (ps-plot-region): Use line-beginning-position to get a position of | |
8781 the beginning of the current line. | |
8782 | |
8783 * international/mule-cmds.el (register-input-method): Doc-string | |
8784 modified. | |
8785 | |
8786 1998-09-01 Dave Love <fx@gnu.org> | |
8787 | |
8788 * international/mule-cmds.el (current-language-environment): Fix | |
8789 setter function. | |
8790 | |
8791 1998-09-01 Simon Marshall <simon@gnu.org> | |
8792 | |
8793 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
8794 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
8795 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
8796 names with font-lock-type-face. Fontify type specs, etc., with | |
8797 font-lock-keyword-face. | |
8798 | |
8799 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
8800 | |
8801 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
8802 font is specified in FONTLIST, don't substitute it for the | |
8803 resolved name. | |
8804 | |
8805 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
8806 | |
8807 * international/mule.el (charset-description): Doc fix. | |
8808 | |
8809 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
8810 language/devanagari.el, language/ethiopic.el, | |
8811 language/european.el, language/hebrew.el, language/indian.el, | |
8812 language/japanese.el, language/korean.el, language/lao.el, | |
8813 language/slovak.el, language/thai.el, language/tibetan.el, | |
8814 language/vietnamese.el: | |
8815 Add coding: local variable, to avoid bootstrapping problem | |
8816 if you need to recompile all the Lisp files using interpreted code. | |
8817 | |
8818 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8819 | |
8820 * cal-china.el (chinese-year-cache): Change range of years from | |
8821 1989-2000 to 1990-2010. | |
8822 | |
8823 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
8824 | |
8825 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
8826 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
8827 | |
8828 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8829 | |
8830 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
8831 (ps-output-string-prim): Comment format changed. | |
8832 (ps-do-despool): Indentation of source code changed. | |
8833 | |
8834 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
8835 | |
8836 * subr.el (sref): Make it an alias of aref. Make the | |
8837 byte-compiler warn that it is obsolete. | |
8838 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
8839 | |
8840 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
8841 Calculate the total bytes using position-bytes instead of | |
8842 char-bytes. | |
8843 | |
8844 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
8845 | |
8846 * snmp-mode.el: New file. | |
8847 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
8848 | |
8849 1998-08-27 Karl Eichwalder <ke@suse.de> | |
8850 | |
8851 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
8852 | |
8853 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
8854 | |
8855 * calendar/diary-lib.el (diary-block): Doc fix.. | |
8856 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
8857 | |
8858 1998-08-27 Richard Stallman <rms@gnu.org> | |
8859 | |
8860 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
8861 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
8862 Clear appt-mode-string if we don't put something in it. | |
8863 | |
8864 1998-08-27 Dave Love <fx@gnu.org> | |
8865 | |
8866 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
8867 dired-local-variables-file for dired-x. | |
8868 | |
8869 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
8870 for compressed library files too. | |
8871 | |
8872 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
8873 | |
8874 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
8875 ("Latin-2"): Likewise. | |
8876 | |
8877 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
8878 | |
8879 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
8880 | |
8881 1998-08-26 Albert L. Ting <alt@artisan.com> | |
8882 | |
8883 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
8884 (mail-hist-current-header-contents): Use mail-text-start. | |
8885 | |
8886 1998-08-26 Richard Stallman <rms@gnu.org> | |
8887 | |
8888 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
8889 (customize-changed-options-previous-release): New variable. | |
8890 (customize-changed-options): Use that variable as default arg. | |
8891 | |
8892 1998-08-26 Karl Eichwalder <ke@suse.de> | |
8893 | |
8894 * midnight.el: Require `timer' not only when compiling. | |
8895 | |
8896 1998-08-26 Per Starback <starback@update.uu.se> | |
8897 | |
8898 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
8899 buffer before creating help group. | |
8900 | |
8901 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8902 | |
8903 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
8904 coding-system-for-write before saving. | |
8905 | |
8906 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
8907 | |
8908 * isearch.el (isearch-forward): Doc fix. | |
8909 | |
8910 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
8911 | |
8912 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
8913 value, not a float. | |
8914 | |
8915 * cus-dep.el: Fix typo in output. | |
8916 | |
8917 1998-08-25 Dave Love <fx@gnu.org> | |
8918 | |
8919 * repeat.el (repeat): Doc fix. | |
8920 [From rms:] | |
8921 (repeat-previous-repeated-command): New variable. | |
8922 (repeat): Check for real-last-command being null or repeat. Set | |
8923 repeat-previous-repeated-command. | |
8924 | |
8925 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
8926 | |
8927 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
8928 | |
8929 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
8930 coding-system-for-write by the return value of | |
8931 select-message-coding-system. | |
8932 (message-send-mail-with-qmail): Likewise. | |
8933 | |
8934 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
8935 | |
8936 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
8937 define-derived-mode. | |
8938 | |
8939 * files.el (file-name-invalid-regexp): | |
8940 Fix regex for ms-dos without long file names. | |
8941 | |
8942 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
8943 | |
8944 * ps-print.el: Multi-byte buffer handling. | |
8945 (ps-print-version): New version number (4.0) and doc fix. | |
8946 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
8947 compilation for GNU Emacs and emacsens. | |
8948 (ps-generate-postscript-with-faces): Force invisible text to be | |
8949 visible. | |
8950 (dos-ps-printer): New var to avoid compilation gripes. | |
8951 | |
8952 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8953 | |
8954 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
8955 that no more characters can't be printed in the current line. | |
8956 | |
8957 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8958 | |
8959 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
8960 greater than TO. | |
8961 | |
8962 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8963 | |
8964 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
8965 20.2 and the earlier version. | |
8966 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
8967 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
8968 (ps-mule-find-wrappoint): Likewise. | |
8969 (ps-mule-generate-font): Change `X' to `x' in format | |
8970 control-string. | |
8971 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
8972 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
8973 `restore' form procedures `BC' and `EC'. | |
8974 | |
8975 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
8976 | |
8977 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
8978 is an executable procedure. Make LineThickness, Xshadow, and | |
8979 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
8980 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
8981 ps-mule-font-info-database-bdf): New vars. | |
8982 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
8983 (ccl-encode-ethio-unicode): New CCL program. | |
8984 (ps-mule-encode-ethiopic): New fun. | |
8985 (ps-mule-current-charset): New var. | |
8986 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
8987 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
8988 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
8989 (ps-mule-external-libraries): New var. | |
8990 (ps-mule-init-external-library): New fun. | |
8991 (ps-mule-font-cache): New var. | |
8992 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
8993 (ps-last-font): New var. | |
8994 (ps-mule-prepare-font): New fun. | |
8995 (ps-mule-charset-list): New var. | |
8996 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
8997 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
8998 ps-mule-plot-string): New funs. | |
8999 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
9000 New vars. | |
9001 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
9002 ps-mule-prepare-cmpchar-font): New funs. | |
9003 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
9004 vars. | |
9005 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
9006 ps-mule-generate-bitmap-glyph): New funs. | |
9007 (ps-mule-initialize, ps-mule-begin): New funs. | |
9008 (ps-output-string-prim): Insert string as unibyte. | |
9009 (ps-output-prologue): New fun. | |
9010 (ps-flush-output): Handle the case of 'prologue. | |
9011 (ps-begin-file): Call ps-mule-initialize. | |
9012 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
9013 printing multibyte characters. | |
9014 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
9015 (ps-basic-plot-string): Handle the case of printing ASCII | |
9016 characters by external libraries (e.g. BDF). | |
9017 (ps-set-font): Set ps-last-font. | |
9018 (ps-plot-region): Handle multibyte characters, use | |
9019 ps-mule-plot-string for them. | |
9020 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
9021 | |
9022 * bdf.el: New file. | |
9023 | |
9024 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
9025 | |
9026 * international/mule-cmds.el (select-message-coding-system): New | |
9027 function. | |
9028 (set-language-environment-coding-systems): Set | |
9029 default-sendmail-coding-system. | |
9030 | |
9031 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
9032 (default-sendmail-coding-system): New variable. | |
9033 (sendmail-send-it): Encode the message by a coding system | |
9034 select-message-coding-system returns. | |
9035 | |
9036 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
9037 | |
9038 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'. | |
9039 (speedbar-mode): Set buffer to read only. | |
9040 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
9041 with arguments. | |
9042 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
9043 | |
9044 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
9045 | |
9046 * speedbar.el (speedbar-key-map): Fix typo. | |
9047 | |
9048 See ChangeLog.7 for earlier changes. |