Mercurial > emacs
annotate lisp/ChangeLog @ 26520:bd832bb8fbc0
*** empty log message ***
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Sun, 21 Nov 1999 14:50:21 +0000 |
| parents | 25404bcd1bf8 |
| children | bfce4a7deb1c |
| rev | line source |
|---|---|
| 26520 | 1 1999-11-21 Gerd Moellmann <gerd@gnu.org> |
| 2 | |
| 3 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el, | |
| 4 progmodes/hideif.el: Use new backquote syntax. | |
| 5 | |
| 26517 | 6 1999-11-21 Ken Manheimer <klm@python.org> |
| 7 | |
| 8 * icomplete.el (icomplete-completions): Use an explicit variable | |
| 9 `icomplete-prospects-length', obviating the need to use an | |
| 10 apparently faulty throw/catch arrangement. | |
| 11 | |
|
26515
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
12 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
|
13 |
|
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
14 * 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
|
15 character code 255. |
|
9f3d02d7daa8
term/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii <eliz@gnu.org>
parents:
26511
diff
changeset
|
16 |
| 26511 | 17 1999-11-20 Kenichi Handa <handa@mule.m17n.org> |
| 18 | |
| 19 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font | |
| 20 for the charset chinese-sisheng is 7bit encoding, not 8bit. | |
| 21 | |
|
26508
8548cb8ad6e2
(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26505
diff
changeset
|
22 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
|
23 |
| 26517 | 24 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the |
| 25 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars. | |
| 26 | |
| 27 * files.el (auto-mode-alist): Add patterns for diff-mode. | |
| 28 | |
| 29 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end | |
| 30 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
|
31 |
| 26505 | 32 1999-11-18 Dave Love <fx@gnu.org> |
| 33 | |
| 34 * simple.el (input-mode-8-bit): Fix the customization. | |
| 35 | |
| 26489 | 36 1999-11-18 Gerd Moellmann <gerd@gnu.org> |
| 37 | |
| 26494 | 38 * international/iso-acc.el (iso-languages): Add more |
| 39 characters for Portuguese. | |
| 40 | |
| 26492 | 41 * speedbar.el: Clean up comment at the start of the file. |
| 42 Remove RCS id. | |
| 43 | |
| 26489 | 44 * progmodes/compile.el (compilation-parse-errors): Use |
| 45 compilation-buffer-p instead of testing major-mode. | |
| 46 | |
| 26496 | 47 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk> |
| 48 | |
| 49 * quickurl.el Added defcustom of quickurl-completion-ignore-case. | |
| 50 (quickurl-ask): completion-ignore-case is set to the value of | |
| 51 quickurl-completion-ignore-case for the duration of the call to | |
| 52 completing-read. | |
| 53 | |
| 26487 | 54 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 55 | |
| 56 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook. | |
| 57 | |
|
26484
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
58 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
|
59 |
|
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
60 * 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
|
61 instead of ps-print-def. |
|
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
62 |
|
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
63 * 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
|
64 |
|
390d4b3523e9
rename ps-print-def.el to ps-vars.el
Kenichi Handa <handa@m17n.org>
parents:
26477
diff
changeset
|
65 * 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
|
66 |
| 26477 | 67 1999-11-17 Gerd Moellmann <gerd@gnu.org> |
| 68 | |
| 69 * simple.el (with-syntax-table): Save buffer explicitly instead of | |
| 70 using save-excursion. | |
| 71 | |
| 26467 | 72 1999-11-16 Gerd Moellmann <gerd@gnu.org> |
| 73 | |
| 74 * mail/supercite.el: New maintainer. | |
| 75 | |
| 76 1999-11-16 Reto Zimmermann <reto@synopsys.com> | |
| 77 | |
| 78 * progmodes/vhdl-mode.el: Use new backquote syntax. | |
| 79 | |
| 80 1999-11-16 Gerd Moellmann <gerd@gnu.org> | |
| 81 | |
| 82 * simple.el (with-syntax-table): New. | |
| 83 | |
|
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
84 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
|
85 |
|
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
86 * 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
|
87 |
|
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
88 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
|
89 |
|
26458
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
90 * goto-addr.el (goto-address-at-mouse, |
|
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
91 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
|
92 (goto-address-mail-method): removed variable. |
|
a74c3ac8e0d8
* goto-addr.el (goto-address-at-mouse,
Sam Steingold <sds@gnu.org>
parents:
26457
diff
changeset
|
93 (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
|
94 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
|
95 |
|
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
96 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
|
97 |
|
26457
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
98 * simple.el (backward-delete-char-untabify): |
|
285ab8ddc125
* simple.el (backward-delete-char-untabify):
Sam Steingold <sds@gnu.org>
parents:
26456
diff
changeset
|
99 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
|
100 hungrily including newlines. |
|
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
101 |
| 26456 | 102 1999-11-15 Sam Steingold <sds@ksp.com> |
| 103 | |
| 104 * 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
|
105 |
| 26452 | 106 1999-11-15 Dave Love <fx@gnu.org> |
| 107 | |
| 108 * cus-edit.el (customize-face, customize-face-other-window): | |
| 109 Require match from completing-read. | |
| 110 (custom-buffer-done-function): Default to custom-bury-buffer, not | |
| 111 bury-buffer. | |
| 112 | |
| 26450 | 113 1999-11-15 Gerd Moellmann <gerd@gnu.org> |
| 114 | |
| 26456 | 115 * mail/rmail.el, iswitchb.el, hippie-exp.el, |
| 116 progmodes/cperl-mode.el: Use new backquote syntax. | |
| 26450 | 117 |
| 26445 | 118 1998-09-14 Michael Ernst <mernst@alum.mit.edu> |
| 119 | |
| 120 * uniquify.el: Use new backquote syntax. | |
| 121 | |
| 122 1999-11-14 Markus Rost <rost@ias.edu> | |
| 26443 | 123 |
| 124 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r | |
| 125 as in ispell-local-dictionary-alist. | |
| 126 | |
| 26445 | 127 1999-11-14 Alex Schroeder <alex@gnu.org> |
| 26440 | 128 |
| 129 * ansi-color.el (ansi-color-apply): Updated regexps to include | |
| 130 highlighted face. | |
|
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
131 |
| 26445 | 132 1999-01-14 Johan Vromans <jvromans@squirrel.nl> |
| 26437 | 133 |
|
26459
1ef9d70dfb0f
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold <sds@gnu.org>
parents:
26458
diff
changeset
|
134 * forms.el (forms--make-format-elt-using-text-properties): |
| 26437 | 135 Treat `intangible' differently. |
| 136 | |
| 137 * forms.el: Use new backquote syntax. | |
| 138 | |
| 26434 | 139 1999-11-13 Gerd Moellmann <gerd@gnu.org> |
| 140 | |
| 141 * textmodes/scribe.el (scribe-mode): Doc-fix. | |
| 142 | |
|
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
143 1999-11-13 Peter Breton <pbreton@ne.mediaone.net> |
|
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
144 |
| 26435 | 145 * net-utils.el (run-network-program, net-utils-run-program): Use |
| 146 the new backquote syntax. | |
| 147 (smbclient-program, smbclient-program-options) | |
| 148 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New | |
| 149 variables | |
|
26431
e53a941311a2
*** empty log message ***
Peter Breton <pbreton@attbi.com>
parents:
26429
diff
changeset
|
150 (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
|
151 |
|
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
152 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
|
153 |
| 26435 | 154 * emulation/viper-init.el (viper-deflocalvar, viper-loop) |
| 155 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair) | |
| 156 (viper-kbd-buf-definition, viper-kbd-mode-alist) | |
| 157 (viper-kbd-mode-pair, viper-kbd-mode-definition) | |
| 158 (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
|
159 Use the new backquote syntax. |
|
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
160 |
| 26435 | 161 * emulation/viper-cmd.el (viper-test-com-defun) |
| 162 (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
|
163 Use the new backquote syntax. |
|
e20b16957cdd
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold <sds@gnu.org>
parents:
26428
diff
changeset
|
164 |
|
26428
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
165 * emacs-lisp/debug.el (debugger-env-macro): |
|
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
166 Use the new backquote syntax. |
|
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
167 |
|
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
168 * 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
|
169 Use the new backquote syntax. |
|
f572944ca41f
* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold <sds@gnu.org>
parents:
26427
diff
changeset
|
170 |
|
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
171 * 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
|
172 New user variable. |
|
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
173 (calendar-hide-window): Use it. |
|
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
174 (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
|
175 Use the new backquote syntax. |
|
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
176 |
| 26424 | 177 1999-11-12 Andrew Innes <andrewi@gnu.org> |
| 178 | |
| 179 * select.el (x-set-selection): Call buffer-substring, not | |
| 180 substring. Also fix docstring | |
| 181 | |
| 26422 | 182 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl> |
| 183 | |
| 184 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list | |
| 185 of customizable variables to bug report message. Added | |
| 186 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
|
187 |
| 26419 | 188 1999-11-12 Gerd Moellmann <gerd@gnu.org> |
| 189 | |
| 190 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name | |
| 191 to display file names. | |
| 192 | |
| 26409 | 193 1999-11-11 Gerd Moellmann <gerd@gnu.org> |
| 194 | |
| 26411 | 195 * mwheel.el: Fix copyright notice, don't require 'cl at run time. |
| 196 | |
| 26409 | 197 * isearch.el: Add lazy-highlighting feature. |
| 198 | |
| 26406 | 199 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl> |
| 200 | |
| 201 * progmodes/ps-mode.el (ps-mode-maintainer-address): New | |
| 202 constant. | |
| 203 (ps-mode-submit-bug-report): New function. Entry added to menu. | |
| 204 | |
|
26399
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
205 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
|
206 |
|
01ffc3822d09
Checked in changelog & elc file for mwheel.el
William M. Perry <wmperry@aventail.com>
parents:
26396
diff
changeset
|
207 * 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
|
208 |
| 26394 | 209 1999-11-10 Gerd Moellmann <gerd@gnu.org> |
| 210 | |
| 26406 | 211 * startup.el (initial-scratch-message): Add ";;" to the front of |
| 212 lines in the message. | |
| 213 | |
| 26396 | 214 * files.el (file-local-copy): Remove optional BUFFER argument |
| 215 because that's not used by anything. | |
| 216 | |
| 26394 | 217 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as |
| 218 to-address. | |
| 219 | |
| 26387 | 220 1999-11-08 Markus Rost <rost@ias.edu> |
| 221 | |
|
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
222 * wid-edit.el (widget-button-click): Wrap with save-excursion |
| 26387 | 223 to restore track-mouse in the correct buffer. |
| 224 | |
| 225 1999-11-08 Gerd Moellmann <gerd@gnu.org> | |
| 226 | |
| 227 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com. | |
| 228 | |
| 229 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl> | |
| 230 | |
| 231 * progmodes/ps-mode.el (ps-mode-print-function): Changed default | |
| 232 lpr-command to "lp" for some system-types. (copied from lpr.el | |
| 233 Emacs version 20.2.1). | |
|
26427
3b6cf16f3633
* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold <sds@gnu.org>
parents:
26424
diff
changeset
|
234 |
| 26362 | 235 1999-11-04 Markus Rost <rost@ias.edu> |
| 236 | |
| 237 * simple.el (comment-region): Strip off white space at end of | |
| 238 comment-start. | |
| 239 | |
| 26354 | 240 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
| 241 | |
| 242 * faces.el (secondary-selection): Fix wrong color name. | |
| 243 | |
| 26352 | 244 1999-11-04 John Tobey <jtobey@epsilondev.com> |
| 245 | |
| 246 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | |
| 247 the default when invoking perldb in a non-Perl buffer, and other | |
| 248 cases involving -e or --. | |
| 249 | |
| 26342 | 250 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
| 251 | |
| 26352 | 252 * simple.el (previous-matching-history-element) |
| 253 (next-history-element): Use delete-field instead of erase-field. | |
| 254 | |
| 255 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | |
| 256 Use delete-field instead of erase-field. | |
| 257 | |
| 26344 | 258 * faces.el (secondary-selection): Change background to yellow. |
| 259 | |
| 26342 | 260 * complete.el (PC-do-completion): Use minibuffer-prompt-end to |
| 261 find the start of the text. Use field-string to read the user | |
| 262 input. | |
| 263 | |
| 26333 | 264 1999-11-03 Gerd Moellmann <gerd@gnu.org> |
| 265 | |
| 26338 | 266 * faces.el (make-face-bold, make-face-unbold, make-face-italic) |
| 267 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument | |
| 268 for compatibility with old face implementation. | |
| 269 | |
| 26336 | 270 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit): |
| 271 Use erase-field instead of erase-buffer. | |
| 272 | |
| 26333 | 273 * frame.el (blink-cursor-mode, blink-cursor-end): Use |
| 274 internal-show-cursor with new interface. | |
| 275 (blink-cursor-timer-function): New. | |
| 276 (blink-cursor-start): Use blink-cursor-timer-function. | |
| 277 | |
| 26331 | 278 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> |
| 279 | |
| 280 * calendar.el (redraw-calendar): Move to nearest date before | |
| 281 redrawing. | |
| 282 | |
| 283 * diary-lib.el (simple-diary-display): Reset modeline even if | |
| 284 there are no diary entries since the diary buffer may be displayed. | |
| 285 | |
| 26326 | 286 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 287 | |
| 288 * emacs-lisp/debug.el (debug): If noninteractive, display the | |
| 289 backtrace using `message', then exit Emacs. | |
| 290 (debugger-batch-max-lines): New variable. | |
| 291 (debugger-setup-buffer): New subroutine, broken out of `debug'. | |
| 292 Change the messages put at the start, to say that the debugger | |
| 293 was entered. | |
| 294 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
295 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
|
296 |
|
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
297 * 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
|
298 |
| 26295 | 299 1999-11-01 John Tobey <jtobey@epsilondev.com> |
| 300 | |
| 301 * gud.el: (gud-perldb-massage-args): Massage correctly in the | |
| 302 presence of perl switches other than "-e". | |
| 303 | |
| 26287 | 304 1999-11-01 Markus Rost <rost@ias.edu> |
| 305 | |
| 306 * dired-x.el (dired-smart-shell-command): Use | |
| 307 shell-command-history as in shell-command. | |
| 308 | |
| 26282 | 309 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 310 | |
| 311 * userlock.el (ask-user-about-lock): Doc fix. | |
| 312 | |
| 26285 | 313 * frame.el: Doc fixes. |
| 314 | |
| 26271 | 315 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
| 316 | |
| 26279 | 317 * frame.el (blink-cursor-mode): Call internal-show-cursor instead |
| 318 of show-cursor. | |
| 319 (blink-cursor-start, blink-cursor-end): Ditto. | |
| 320 | |
| 26271 | 321 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. |
| 322 | |
| 26269 | 323 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 324 | |
| 325 * window.el (walk-windows): If ALL-FRAMES is a frame, | |
| 326 start on that frame. Use save-selected-window. | |
| 327 | |
| 26266 | 328 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
| 329 | |
| 330 * simple.el (end-of-buffer): Use window-end to find the window end | |
| 331 instead of vertical-motion because this handles variable-height | |
| 332 lines correctly. | |
| 333 | |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
334 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
335 |
| 26266 | 336 * 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
|
337 |
| 26266 | 338 * 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
|
339 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
|
340 windows. |
| 26266 | 341 (ediff-file-checked-in-p): Don't consider CVS |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
342 files checked in. |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
343 (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
|
344 are writing to a newly created empty file. |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
345 |
| 26266 | 346 * 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
|
347 |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
348 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
| 26266 | 349 First cd to the file directory. reportedly works |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
350 better with remote files. |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
351 |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
352 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal): |
| 26266 | 353 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
|
354 |
| 26271 | 355 * ediff-diff.el (ediff-cmp-options): New variable. |
| 26267 | 356 (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
|
357 |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
358 * ediff-ptch.el (ediff-prompt-for-patch-buffer, |
| 26266 | 359 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
|
360 patch. |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
361 |
| 26271 | 362 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c |
| 363 C-g | |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
364 |
| 26266 | 365 * viper-util.el (viper-nontrivial-find-file-function): Deleted. |
| 366 (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
|
367 (viper-save-cursor-color,viper-restore-cursor-color): |
| 26266 | 368 Improved cursor color handling. |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
369 (viper-get-saved-cursor-color-in-replace-mode, |
| 26266 | 370 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
|
371 better cursor color handling. |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
372 |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
373 * viper-ex.el (ex-read,ex-edit): |
| 26266 | 374 Fixes for correct interpretation of #,%. |
| 375 (viper-ex): Now works correctly when called from other functions. | |
| 376 (viper-glob-function): New variable. | |
| 377 (viper-ex): Save excursion before doing :global. | |
| 378 | |
| 379 * 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
|
380 |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
381 * viper-cmd.el (viper-post-command-sentinel, |
|
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
382 viper-insert-state-post-command-sentinel, |
| 26266 | 383 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
|
384 cursor colors. |
| 26267 | 385 |
| 386 * viper.el: Version change. | |
|
26263
4f315ca65976
*** empty log message ***
Michael Kifer <kifer@cs.stonybrook.edu>
parents:
26260
diff
changeset
|
387 |
| 26260 | 388 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com> |
| 389 | |
| 390 * whitespace.el (whitespace-update-modeline): Bugfix to ensure | |
| 391 that the modeline display was updated *only* when | |
| 392 `whitespace-display-in-modeline' was set, not otherwise. | |
| 393 | |
| 26248 | 394 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
| 395 | |
| 26251 | 396 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to |
| 397 "frac12". | |
| 398 | |
| 26248 | 399 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for |
| 400 ad-activate. | |
| 401 | |
| 26246 | 402 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> |
| 403 | |
| 26254 | 404 * whitespace.el: Test for existence of `defcustom' and `defgroup' |
| 405 using fboundp instead of assuming that these are not present in | |
| 406 particular flavors of emacs. | |
| 407 (whitespace-version): Update to 2.8 | |
| 408 (whitespace-display-in-modeline): Add custom variable to control | |
| 409 displaying the whitespace errors on the modeline based on | |
| 410 suggestion from <klaus.berndl@sdm.de> | |
| 411 (whitespace-buffer): Now returns `t' if unclean and `nil' if | |
| 412 clean, to enable using as a hook function, as suggested by Puneet | |
| 413 Goel <puneet@computer.org> | |
| 414 (whitespace-buffer): Fix a subtle bug that cleaned up only if | |
| 415 quiet was not set, even with whitespace-auto-cleanup set. | |
| 416 (whitespace-mode-line): Now uses less modeline real estate and | |
| 417 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace | |
| 418 which is present in the file, and <y> is any type of whitespace | |
| 419 whose check has been suppressed by setting | |
| 26246 | 420 `whitespace-check-<whitespace-type>' to nil. |
| 26254 | 421 (whitespace-unchecked-whitespaces): New function to return the |
| 422 list of whitespaces for whom checks have been suppressed. | |
| 423 (whitespace-display-unchecked-whitespaces): Renamed to | |
| 424 `whitespace-update-modeline' to reflect its functionality. | |
| 26246 | 425 |
| 26244 | 426 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
| 427 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
428 * progmodes/compile.el (compilation-error-regexp-alist): |
| 26244 | 429 Undo previous change. |
| 430 | |
| 26232 | 431 1999-10-28 Dave Love <fx@gnu.org> |
| 432 | |
| 433 * help.el (help-follow): Make arg optional again and really | |
| 434 default to point. | |
| 435 | |
| 26228 | 436 1999-10-28 Gerd Moellmann <gerd@gnu.org> |
| 437 | |
| 26234 | 438 * 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
|
439 |
| 26228 | 440 * progmodes/ada-mode.el, progmodes/ada-prj.el, |
| 441 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and | |
| 442 comment fixes. | |
| 443 | |
| 26231 | 444 * 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
|
445 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
|
446 |
| 26223 | 447 1999-10-27 Dave Love <fx@gnu.org> |
| 448 | |
| 449 * progmodes/compile.el: Checkdoc-inspired fixes. | |
| 450 | |
| 26220 | 451 1999-10-27 Gerd Moellmann <gerd@gnu.org> |
| 452 | |
| 453 * lpr.el (print-buffer): Doc-string fix. | |
| 454 | |
| 26218 | 455 1999-10-27 Dave Love <fx@gnu.org> |
| 456 | |
| 457 * emacs-lisp/advice.el: Doc fixes. | |
| 458 (ad-lemacs-p): Removed. | |
| 459 (advice): Add :link to defgroup. | |
| 460 | |
| 26209 | 461 1999-10-27 Kenichi Handa <handa@etl.go.jp> |
| 462 | |
| 463 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change | |
| 464 last-coding-system-used by the call of ange-ftp-set-ascii-mode. | |
| 465 | |
| 26207 | 466 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 467 | |
| 468 * emacs-lisp/advice.el (ad-activate-internal): Renamed from | |
| 469 ad-activate. All callers changed, including those in data.c. | |
| 470 (ad-activate-internal-off): Renamed from ad-activate-off. | |
| 471 All uses changed. | |
| 472 (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
|
473 (ad-start-advice, ad-stop-advice, ad-recover-normality): |
| 26207 | 474 Alter the definition of ad-activate-internal, not ad-activate. |
| 475 | |
| 26196 | 476 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
| 477 | |
| 478 * startup.el (command-line-1): Add support for command line | |
| 479 arguments `file' and `execute'. Fix handling of `visit'. | |
| 480 | |
| 26191 | 481 1999-10-26 Kenichi Handa <handa@etl.go.jp> |
| 482 | |
| 483 * international/mule-cmds.el (read-input-method-name): Handle the | |
| 484 case that the arg DEFAULT is symbol. | |
| 485 | |
| 486 * international/mule-diag.el (mule-diag): Handle the case that | |
| 487 default-input-method is symbol. | |
| 488 | |
| 26187 | 489 1999-10-26 Gerd Moellmann <gerd@gnu.org> |
| 490 | |
| 491 * textmodes/tildify.el: New file. | |
| 492 | |
| 26184 | 493 1999-10-25 Sam Steingold <sds@ksp.com> |
| 494 | |
| 495 * Makefile (compile-files): Fixed the "tr" strings. | |
| 496 (EMACS): Set to ../src/emacs. | |
| 497 | |
| 26173 | 498 1999-10-25 Gerd Moellmann <gerd@gnu.org> |
| 499 | |
| 500 * info.el (Info-build-node-completions): Add '("*") to the | |
| 501 completion list. | |
| 502 | |
| 26167 | 503 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 504 | |
| 505 * frame.el (auto-raise-mode): When enabling the mode, | |
| 506 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
|
507 |
| 26170 | 508 * indent.el (indent-region): Doc fix. |
| 509 | |
| 26175 | 510 * comint.el (comint-output-filter): Make the Comint buffer current |
| 511 for the comint-preoutput-filter-functions. | |
| 512 | |
| 26177 | 513 * mail/reporter.el: Doc fix. |
| 514 | |
|
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
515 1999-10-24 Stephen Eglen <stephen@gnu.org> |
|
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
516 |
|
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
517 * 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
|
518 that Octave lisp files can also run under XEmacs 20. |
|
26158
4c3791dba96a
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26156
diff
changeset
|
519 (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
|
520 |
|
26156
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
521 * iswitchb.el (iswitchb-default-keybindings): No need to use |
|
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
522 read-kbd-macro in keybindings. |
|
9a67e9379891
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
26151
diff
changeset
|
523 |
| 26151 | 524 1999-10-23 Dave Love <fx@gnu.org> |
| 525 | |
| 526 * elide-head.el: New file. | |
| 527 | |
| 26148 | 528 1999-10-23 Gerd Moellmann <gerd@gnu.org> |
| 529 | |
| 530 * Makefile (compile-files, backup-compiled-files): New targets. | |
| 531 (bootstrap, bootstrap-clean): Ditto. | |
| 532 | |
|
26138
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
533 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
|
534 |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
535 * international/mule-cmds.c (locale-language-names): |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
536 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
|
537 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
|
538 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
539 Use Latin-8 for Welsh. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
540 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
|
541 Use Latin-1 for Scots Gaelic, Tagalog. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
542 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
|
543 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
|
544 (locale-preferred-coding-systems, locale-language-names): |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
545 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
|
546 does this. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
547 (locale-charset-language-names): New variable. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
548 (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
|
549 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
|
550 language name specified by locale-language-names. |
|
7d8f9a678c69
* international/mule-cmds.c (locale-language-names):
Paul Eggert <eggert@twinsun.com>
parents:
26137
diff
changeset
|
551 |
| 26132 | 552 1999-10-22 Dave Love <fx@gnu.org> |
| 553 | |
| 26137 | 554 * make-mode.el: Minor doc fixes. |
| 555 | |
| 26132 | 556 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure. |
| 557 | |
| 26129 | 558 1999-10-21 Dave Love <fx@gnu.org> |
| 559 | |
| 560 * loadup.el: Add latin-8, latin-9. | |
| 561 | |
|
26124
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
562 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
|
563 |
|
ee67b2340a0f
* disp-table.el (standard-display-european): Remove undocumented
Paul Eggert <eggert@twinsun.com>
parents:
26122
diff
changeset
|
564 * 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
|
565 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
|
566 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
|
567 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
|
568 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
|
569 |
| 26121 | 570 1999-10-20 Gerd Moellmann <gerd@gnu.org> |
| 571 | |
| 572 * dired.el (dired-move-to-filename-regexp): Fix long comment lines | |
| 573 that were split so that part of the comment appeared as Lisp code. | |
| 574 | |
| 26117 | 575 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 576 | |
| 577 * ps-bdf.el: Doc fix. | |
| 578 | |
| 579 * ps-print-def.el: New file: common definitions for all parts of | |
| 580 ps-print. | |
| 581 (ps-multibyte-buffer): Moved from ps-mule. | |
| 582 | |
| 583 * ps-mule.el: File dependence fix. | |
| 584 (ps-multibyte-buffer): Moved to ps-print-def. | |
| 585 | |
| 586 * ps-print.el: Doc fix, better customization. | |
| 587 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble) | |
| 588 (ps-print-color-p, ps-printing-region-p, ps-n-up-database) | |
| 589 (ps-end-file): Doc fix. | |
| 590 (ps-setup, ps-begin-file): Fun fix. | |
| 591 (postscript): New group. | |
| 592 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars. | |
| 593 (ps-print-prologue-1): Adjust PostScript programming. | |
| 594 (ps-print): Adjust group hierarchy. | |
| 595 (ps-print-n-up, ps-print-zebra, ps-print-background, | |
| 596 ps-print-printer) | |
| 597 (ps-print-page): New subgroups. | |
| 598 (ps-print-prologue-header, ps-printer-name, ps-lpr-command) | |
| 599 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type) | |
| 600 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing) | |
| 601 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes) | |
| 602 (ps-zebra-stripe-height, ps-print-background-image) | |
| 603 (ps-print-background-text, ps-spool-config): Adjust customization. | |
| 604 (dos-ps-printer): Definition eliminated. | |
| 605 | |
| 606 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 607 | |
| 608 * ps-mule.el: Doc fix, define functions properly if mule package is | |
| 609 loaded or not. | |
| 610 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if | |
| 611 mule package is loaded or not. | |
| 612 | |
| 613 * ps-print.el: Doc fix, n-up printing. | |
| 614 (ps-print-version): New version number (5.0). | |
| 615 (ps-page-dimensions-database): Added document media. | |
| 616 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling) | |
| 617 (ps-page-order, ps-printing-region-p): New vars. | |
| 618 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New | |
| 619 funs. | |
| 620 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines) | |
| 621 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn) | |
| 622 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end) | |
| 623 (ps-n-up-xstart, ps-n-up-ystart): New macros. | |
| 624 (ps-print-begin-sheet-hook): New hook. | |
| 625 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New | |
| 626 const. | |
| 627 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job) | |
| 628 (ps-end-file, ps-dummy-page, ps-generate): Fix funs. | |
| 629 (ps-print-prologue-1): Adjust PostScript programming for n-up printing. | |
| 630 (ps-count-lines): Changed to defun. | |
| 631 (ps-header-page): Changed to defsubst, fix fun. | |
| 632 (ps-printing-region): Doc fix, adjust programming code. | |
| 633 (ps-output-boolean, ps-background-pages, ps-background-text) | |
| 634 (ps-background-image, ps-background, ps-get-boundingbox): Adjust | |
| 635 programming code. | |
| 636 | |
| 637 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 638 | |
| 639 * ps-print.el: Doc fix, duplex and setpagedevice configuration. | |
| 640 (ps-print-version): New version number (4.2). | |
| 641 (ps-spool-config, ps-spool-tumble): New vars. | |
| 642 (ps-print-prologue-1): Changed to defconst, adjust PostScript | |
| 643 programming, new PostScript procedure to handle errors. | |
| 644 (ps-print-prologue-2): Changed to defconst. | |
| 645 (ps-print-duplex-feature): New const: duplex and tumble setting. | |
| 646 (ps-setup, ps-begin-file): Fix funs. | |
| 647 (ps-boolean-capitalized): New fun. | |
| 648 | |
|
26112
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
649 1999-10-19 Stefan Monnier <monnier@cs.yale.edu> |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
650 |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
651 * Makefile (dontcompilefiles): Obsoleted. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
652 (DONTCOMPILE): Added emacs-lisp/cl-specs.el. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
653 (EL): Unused. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
654 (temacs): Removed (unused). |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
655 (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
|
656 version of the file (necessary for the update to work properly). |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
657 (autoloads): Force the use of `pwd`/loaddefs.el. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
658 (updates); Redefined in terms of other targets to reduce redundancy. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
659 (.el.elc): New default rule, just in case you want it. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
660 (compile): Use a single invocation of Emacs. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
661 (bootstrap-compile); Unneeded. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
662 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed. |
|
a2591ab1ddaf
(dontcompilefiles): Obsoleted.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26102
diff
changeset
|
663 |
| 26102 | 664 1999-10-19 Dave Love <fx@gnu.org> |
| 665 | |
| 666 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug. | |
| 667 | |
| 26100 | 668 1999-10-19 Sam Steingold <sds@ksp.com> |
| 669 | |
| 670 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to | |
| 671 comply with the comment. | |
| 672 | |
| 26098 | 673 1999-10-19 Gerd Moellmann <gerd@gnu.org> |
| 674 | |
| 675 * autorevert.el (auto-revert-mode): Make auto-revert-mode | |
| 676 permanent-local. | |
| 677 | |
| 26094 | 678 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
|
679 |
| 26094 | 680 * progmodes/ps-mode.el (ps-mode-print-function): Fix default |
| 681 value: \"lpr\" changed to "lpr" | |
| 682 (ps-mode-version): New constant | |
| 683 (ps-mode-show-version): New function, added key in ps-mode-map | |
| 684 (ps-run-messages): Removed | |
| 685 (ps-run-font-lock-keywords-2): New defcustom variable replacing | |
| 686 ps-run-messages. These keywords now include the value of | |
| 687 ps-run-prompt, making its fontification customizable. | |
| 688 (ps-run-init): Removed \\n from docstring, it is now added when | |
| 689 the value is used | |
| 690 (ps-run-font-lock-keywords-1): Added checking for initial ^ in | |
| 691 ps-run-prompt | |
| 692 (ps-mode): Added ps-run-font-lock-keywords-2 to list of | |
| 26095 | 693 customizable variables in doc-string (its equivalent |
| 26094 | 694 ps-run-messages was missing in previous version of the doc-string) |
| 695 (ps-run-mode): Simplified assignment to font-lock-defaults, using | |
| 696 symbols only | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
697 |
| 26091 | 698 1999-10-19 Alex Schroeder <alex@gnu.org> |
| 699 | |
| 700 * ansi-color.el: Complete rewrite. | |
| 701 | |
|
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
702 1999-10-19 Paul Eggert <eggert@twinsun.com> |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
703 |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
704 Fix bootstrapping problems. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
705 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
|
706 |
|
26084
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
707 * international/mule-cmds.el (global-map): |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
708 Do not use backquote, because that makes a bootstrapping |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
709 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
|
710 * international/mule.el (charset-id, charset-bytes, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
711 charset-dimension, charset-chars, charset-width, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
712 charset-direction, charset-iso-final-char, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
713 charset-iso-graphic-plane, charset-reverse-charset, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
714 charset-short-name, charset-long-name, charset-description, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
715 charset-plist): Likewise. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
716 * subr.el (save-match-data): Likewise. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
717 |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
718 * international/mule-cmds.el |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
719 (set-display-table-and-terminal-coding-system): New function, |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
720 containing code migrated out of set-language-environment. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
721 (set-language-environment, set-locale-environment): Use it. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
722 (locale-translation-file-name): Moved here from startup.el. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
723 (locale-language-names, locale-preferred-coding-systems): |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
724 New vars. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
725 (locale-name-match, set-locale-environment): New functions. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
726 |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
727 * language/japan-util.el (setup-japanese-environment-internal): |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
728 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
|
729 |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
730 * startup.el (iso-8859-n-locale-regexp): Remove. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
731 (locale-translation-file-name): Move to mule-cmds.el. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
732 (command-line): Move locale-stuff into set-locale-environment. |
|
804cba424b64
Fix bootstrapping problems.
Paul Eggert <eggert@twinsun.com>
parents:
26080
diff
changeset
|
733 |
| 26080 | 734 1999-10-18 Dave Love <fx@gnu.org> |
| 735 | |
| 736 * abbrev.el (add-abbrev, inverse-add-abbrev) | |
| 737 (expand-region-abbrevs): Remove properties from buffer text. | |
| 738 | |
| 26064 | 739 1999-10-17 Gerd Moellmann <gerd@gnu.org> |
| 740 | |
| 26066 | 741 * iswitchb.el (iswitchb-exhibit): Extract user-input only |
| 742 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
|
743 |
| 26064 | 744 * simple.el (minibuffer-prompt-end): Return the position |
| 745 after the prompt, not the position of that last character | |
| 746 of the prompt. | |
| 747 | |
| 26061 | 748 1999-10-17 Miles Bader <miles@gnu.org> |
| 749 | |
| 750 * simple.el: Doc fixes. | |
| 751 | |
| 752 1999-10-17 Miles Bader <miles@gnu.org> | |
| 753 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
754 * simple.el (previous-matching-history-element, next-history-element): |
| 26061 | 755 Change to work correctly even if the point is in the prompt. |
| 756 (choose-completion-string): Likewise. | |
| 757 (minibuffer-prompt-width): New function (compatibility with old subr). | |
| 758 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
759 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): |
| 26061 | 760 When constraining the final position to the current field, |
| 761 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
| 762 | |
| 763 1999-10-17 Miles Bader <miles@gnu.org> | |
| 764 | |
| 765 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
| 766 constrain-to-field. | |
| 767 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
| 768 | |
| 769 1999-10-17 Miles Bader <miles@gnu.org> | |
| 770 | |
| 771 * simple.el (line-move): Use constrain-to-field to avoid | |
| 772 moving into a prompt. | |
| 773 (previous-complete-history-element): Clarify doc string. | |
| 774 (next-complete-history-element): Likewise. | |
| 775 Use field-beginning instead of point-min. | |
| 776 (next-matching-history-element): Use field-beginning and | |
| 777 erase-field instead of point-min and erase-buffer. | |
| 778 * textmodes/paragraphs.el | |
| 779 (forward-paragraph, forward-sentence): Likewise. | |
| 780 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
| 781 constrain the kill to an field, as the movement commands now | |
| 782 do this. | |
| 783 | |
| 784 1999-10-17 Miles Bader <miles@gnu.org> | |
| 785 | |
| 786 * simple.el (previous-matching-history-element): Get the | |
| 787 minibuffer input with field-string instead of buffer-string. | |
| 788 (choose-completion-string): Likewise. | |
| 789 (next-history-element): Likewise. | |
| 790 Erase the minibuffer input with erase-field, not erase-buffer. | |
| 791 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
|
792 * textmodes/paragraphs.el (backward-kill-sentence): |
| 26061 | 793 Remove minibuffer-prompt hack. |
| 794 Constrain to any input field. | |
| 795 | |
| 26053 | 796 1999-10-17 Sam Steingold <sds@ksp.com> |
| 797 | |
| 798 * bindings.el (completion-ignored-extensions): Added ".sparcf" | |
| 799 for CMUCL on sparc and ".ufsl" for LispWorks. | |
| 800 (bound-and-true-p): Bugfix: free variable `v'. | |
| 801 | |
| 26050 | 802 1999-10-16 Dave Love <d.love@dl.ac.uk> |
| 803 | |
| 804 * emacs-lisp/edebug.el (edebug-install-read-eval-functions) | |
| 805 (edebug-uninstall-read-eval-functions): Use load-read-function, | |
| 806 avoiding elisp-eval. | |
| 807 | |
| 26048 | 808 1999-10-16 Sam Steingold <sds@ksp.com> |
| 809 | |
| 810 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq' | |
| 811 instead of `eql'. | |
| 812 | |
|
26039
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
813 1999-10-14 Stefan Monnier <monnier@cs.yale.edu> |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
814 |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
815 * 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
|
816 * 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
|
817 (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
|
818 * ediff-util.el (ediff-make-temp-file): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
819 * ediff-vers.el (ediff-pcl-cvs-view-revision): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
820 * emerge.el (emerge-make-temp-file): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
821 * 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
|
822 * vc.el (vc-update-change-log): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
823 * mail/mailpost.el (post-mail-send-it): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
824 * mail/metamail.el (metamail-region): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
825 * progmodes/cmacexp.el (c-macro-expansion): |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
826 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file. |
|
fb6b9c37cdc4
Use make-temp-file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26029
diff
changeset
|
827 |
| 26029 | 828 1999-10-15 Gerd Moellmann <gerd@gnu.org> |
| 829 | |
| 830 * smtpmail.el (smtpmail-via-smtp): Add support for | |
| 831 automatically appending a domain to RCPT TO: addresses. | |
| 832 | |
| 26027 | 833 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 834 | |
| 835 * dired.el (dired-insert-directory): Insert the amount of | |
| 836 free space after the total size. | |
| 837 (dired-free-space-program, dired-free-space-args): New variables. | |
| 838 | |
| 26023 | 839 1999-10-14 Karl Heuer <kwzh@gnu.org> |
| 840 | |
| 841 * mail/rmail.el (rmail-pop-password-error): Add new pattern. | |
| 842 | |
| 26017 | 843 1999-10-14 Dave Love <fx@gnu.org> |
| 844 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
845 * international/characters.el: |
| 26017 | 846 * international/fontset.el: |
| 847 * international/mule-conf.el: Add latin-iso8859-1[45]. | |
| 848 | |
| 849 * language/european.el: Add Latin-8, Latin-9. Modify some doc | |
| 850 strings. | |
| 851 | |
| 852 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89]. | |
| 853 (command-line): Detect Latin-[89] locales. | |
| 854 | |
| 26011 | 855 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> |
| 856 | |
| 857 * international/mule-cmds.el (select-safe-coding-system) | |
| 858 (leim-list-header): avoid the use of strings that start with backslash | |
| 859 newline since lread.c:read1 has a hack to turn those strings into | |
| 860 integer 0 during the loadup.el process. | |
| 861 | |
| 862 * diff-mode.el (diff-find-file-name): use `Index:' preferentially. | |
| 863 | |
| 26008 | 864 1999-10-13 Dave Love <fx@gnu.org> |
| 865 | |
| 866 * image.el (insert-image): Copy the image spec and add an | |
| 867 intangible property. | |
| 868 | |
|
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
869 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
|
870 |
| 26008 | 871 * help.el (help-xref-interned): Make it also work on variable-only |
| 872 and function-only symbols. | |
| 873 (help-make-xrefs): Take advantage of the new `help-xref-interned'. | |
| 874 (help-follow): If the point under mouse is not highlighted, try | |
| 875 `help-xref-interned' on the pointed-to symbol anyway. | |
| 876 | |
| 877 * info.el (Info-on-current-buffer): New entry point. | |
| 878 (Info-find-node): Split into two for Info-on-current-buffer to | |
| 879 hook into it. | |
|
26004
11f91800bec3
(Info-on-current-buffer): new entry point.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26003
diff
changeset
|
880 (Info-current-file, Info-set-mode-line, Info-up): |
| 26008 | 881 Info-current-file can now be t. |
| 882 (Info-clone-buffer-hook): function for `clone-buffer'. | |
| 883 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): | |
| 884 `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
|
885 |
|
26002
4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
26001
diff
changeset
|
886 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
|
887 |
| 26008 | 888 * simple.el (shell-command, shell-command-on-region): Use |
| 889 make-temp-file. | |
| 890 (clone-buffer, clone-process, clone-buffer-hook): New functions. | |
| 891 | |
| 892 * subr.el (with-current-buffer): Don't use backquotes to avoid | |
| 893 bootstrapping problems. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
894 |
| 26008 | 895 * loadup.el (load-path): Add subdirs for bootstrapping. |
| 896 (docstrings): Ignore errors during bootstrapping. | |
| 897 (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
|
898 |
| 26001 | 899 1999-10-12 Emmanuel Briot <briot@gnat.com> |
| 900 | |
| 901 * ada-stmt.el: Doc-string fixes. | |
| 902 | |
| 25991 | 903 1999-10-12 Gerd Moellmann <gerd@gnu.org> |
| 904 | |
| 25998 | 905 * recentf.el: New file. |
| 906 | |
| 25991 | 907 * ps-mode.el: New file. |
| 908 | |
| 909 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps, | |
| 910 case insensitive. | |
| 911 | |
| 25985 | 912 1999-10-12 Richard Sharman <rsharman@pobox.com> |
| 913 | |
| 914 * sh-script.el: Added support for indenting existing scripts. | |
| 915 (sh-mode-map): Added new bindings. | |
| 916 (sh-mode): Updated mode doc-string for new commands, added | |
| 917 make-local-variable calls, initialize mode-specific variables. | |
| 918 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line | |
| 919 is now a different function. | |
| 920 (sh-header-marker): Changed docstring. | |
| 921 (sh-set-shell): Initialize mode-specific variables. | |
| 922 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select) | |
| 923 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts): | |
| 924 Changed these define-skeleton calls to work with user-specified | |
| 925 indentation settings. | |
| 926 (sh-basic-indent-line, sh-blink, sh-calculate-indent) | |
| 927 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing) | |
| 928 (sh-electric-hash, sh-electric-less, sh-electric-rparen) | |
| 929 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info) | |
| 930 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word) | |
| 931 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if) | |
| 932 (sh-guess-basic-offset, sh-handle-after-case-label) | |
| 933 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do) | |
| 934 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac) | |
| 935 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open) | |
| 936 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close) | |
| 937 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else) | |
| 938 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case) | |
| 939 (sh-handle-this-then, sh-help-string-for-variable) | |
| 940 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent) | |
| 941 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init) | |
| 942 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp) | |
| 943 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style) | |
| 944 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable) | |
| 945 (sh-remove-our-text-properties, sh-rescan-buffer) | |
| 946 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp) | |
| 947 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer) | |
| 948 (sh-scan-case, sh-search-word, sh-set-char-syntax) | |
| 949 (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
|
950 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New |
| 25985 | 951 functions. |
| 952 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax) | |
| 953 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done) | |
| 954 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done) | |
| 955 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist) | |
| 956 (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
|
957 |
| 25983 | 958 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk> |
| 959 | |
| 25999 | 960 * quickurl.el (quickurl-list-insert): `count-lines' was returning |
| 961 a value one line to high if the cursor wasn't at the start of a | |
| 962 line. A `beginning-of-line' is now performed before making the | |
| 963 call to `count-lines'. | |
| 25983 | 964 |
|
25979
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
965 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
|
966 |
|
e1d167cf6e96
(vc-backend-diff): get rid of the autoloaded advice.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
25970
diff
changeset
|
967 * 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
|
968 |
| 25960 | 969 1999-10-09 Stefan Monnier <monnier@cs.yale.edu> |
| 970 | |
| 25962 | 971 * Makefile (setwins): abstract out the command to find subdirectories |
| 972 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base). | |
| 25970 | 973 (custom-deps, finder-data, autoloads, update-subdirs, updates) |
| 974 (autoloads-with-other-emacs): use it. | |
| 25962 | 975 |
| 25960 | 976 * diff-mode.el: new file. A mode for viewing/editing context diffs. |
| 977 | |
| 25942 | 978 1999-10-09 Gerd Moellmann <gerd@gnu.org> |
| 979 | |
| 980 * Makefile (bootstrap-compile): New target. Compile Lisp | |
| 981 files with ../src/temacs. | |
| 982 | |
| 25939 | 983 1999-10-08 Simon Marshall <simon@gnu.org> |
| 984 | |
| 985 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function. | |
| 986 (regexp-opt-group): Use it to get common suffixes in STRINGS. | |
| 987 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
|
988 |
| 25937 | 989 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
| 990 | |
| 991 * Makefile (compile): Compile files one by one. Set load-path to | |
| 992 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
|
993 |
| 25918 | 994 1999-10-08 Gerd Moellmann <gerd@gnu.org> |
| 995 | |
| 996 * Makefile (EMACSOPT, DONTCOMPILE, EL): New. | |
| 997 (emacs): Use it everywhere instead of EMACS. | |
| 998 (compile): New target. Compile all Lisp files from scratch. | |
| 999 (recompile): New target. Recompile lisp directory. | |
| 1000 (autoloads-with-other-emacs): New target. Build loaddefs.el with | |
| 1001 an Emacs executable not built in the current directory tree. | |
| 1002 | |
| 25908 | 1003 1999-10-07 Peter Breton <pbreton@ne.mediaone.net> |
| 1004 | |
| 1005 * filecache.el (file-cache-completion-ignore-case): New variable, | |
| 1006 defaulting to the value of completion-ignore-case. | |
| 1007 (file-cache-minibuffer-complete): Use it. | |
| 1008 (file-cache-files-matching, file-cache-files-matching-internal): | |
| 1009 New functions. | |
| 1010 | |
|
25905
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1011 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
|
1012 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1013 * 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
|
1014 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1015 * 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
|
1016 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1017 * 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
|
1018 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1019 * 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
|
1020 subprogram being created. |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1021 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1022 * 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
|
1023 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
|
1024 scheme |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1025 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1026 * 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
|
1027 New functions |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1028 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1029 * 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
|
1030 justification parameter |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1031 |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1032 * 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
|
1033 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
|
1034 external program |
|
1394eb90cc8d
(log-view-mode-map): Bind "q", "z", "m" and "d".
Gerd Moellmann <gerd@gnu.org>
parents:
25900
diff
changeset
|
1035 |
| 25900 | 1036 1999-10-07 Dave Love <fx@gnu.org> |
| 1037 | |
| 1038 * bindings.el (bound-and-true-p): New macro. | |
| 1039 (make-mode-line-mouse-sensitive): Don't require easymenu. | |
| 1040 | |
| 25886 | 1041 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
| 1042 | |
| 1043 * custom.el (defface): Extend documentation for new values of | |
| 1044 `type'. | |
| 1045 | |
| 1046 * faces.el (face-spec-set-match-display): Recognize `type' of | |
| 1047 `motif', `lucid', `x-toolkit'. | |
| 1048 (menu): New face. | |
| 1049 | |
| 25870 | 1050 1999-10-05 Dave Love <fx@gnu.org> |
| 1051 | |
| 1052 * files.el: Recognize temporary crontab files. | |
| 1053 | |
| 25873 | 1054 * info.el: Require jka-compr when compiling. |
| 1055 (Info-suffix-list): Add bzip2 files (non-ms-dos only). | |
| 1056 | |
| 25866 | 1057 1999-10-04 Dave Love <fx@gnu.org> |
| 1058 | |
| 1059 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines, | |
| 1060 scroll-up-aggressively, scroll-down-aggressively. | |
| 1061 | |
| 1062 * 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
|
1063 |
| 25867 | 1064 * rect.el (delete-extract-rectangle): Doc fix from verna. |
| 25866 | 1065 |
| 1066 * help-macro.el (three-step-help): Customize. | |
| 1067 | |
| 25926 | 1068 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 1069 | |
| 1070 * hexl.el (hexlify-buffer): Move point in proper range | |
| 1071 if it is too large. | |
| 1072 (hexl-after-revert-hook): Update hexl-max-address. | |
| 1073 (hexl-address-to-marker): Doc fix. | |
| 1074 | |
| 25865 | 1075 1999-10-03 Dave Love <fx@gnu.org> |
| 1076 | |
| 1077 * image.el (defimage): Remove redundant code. Substitute file in | |
| 1078 image plist. | |
| 1079 | |
| 1080 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 1081 | |
| 1082 * vc.el (vc-backend-checkout): Use coding system 'no-conversion | |
| 1083 when doing with-temp-file. | |
| 1084 | |
| 1085 1999-10-01 Dave Love <fx@gnu.org> | |
| 1086 | |
| 1087 * cus-edit.el (custom-comment-create): Fill :from and :to slots. | |
| 1088 | |
| 1089 * help.el: Require view when compiling. | |
| 1090 (view-emacs-FAQ): Use Info version. | |
| 1091 | |
| 25837 | 1092 1999-09-29 Ken'ichi Handa <handa@gnu.org> |
| 1093 | |
| 1094 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed | |
| 1095 (normat->normal). Use correct font names for Korean | |
| 1096 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H). | |
| 1097 | |
| 1098 1999-09-29 Kenichi Handa <handa@etl.go.jp> | |
| 1099 | |
| 1100 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit | |
| 1101 code not used by KOI8 to the same 8-bit code instead of mapping to | |
| 1102 SPC. | |
| 1103 (cyrillic-alternativnyj-decode-table): Likewise. | |
| 1104 | |
| 1105 1999-09-29 Alex Schroeder <alex@gnu.org> | |
| 1106 | |
| 1107 * sql.el (sql-imenu-generic-expression): new, used to set | |
| 1108 imenu-generic-expression. | |
| 1109 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting | |
| 1110 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression, | |
| 1111 imenu-case-fold-search, and imenu-syntax-alist. | |
| 1112 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when | |
| 1113 setting font-lock-defaults' SYNTAX-ALIST. | |
| 1114 | |
| 26025 | 1115 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 1116 | |
| 1117 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard | |
| 1118 macro, try again. | |
| 1119 | |
| 25837 | 1120 1999-09-28 Dave Love <fx@gnu.org> |
| 1121 | |
| 1122 * cus-edit.el (custom-comment): Change widget definition. | |
| 1123 (custom-comment-create, custom-comment-show) | |
| 1124 (custom-comment-invisible-p): Don't use :comment-overlay. | |
| 1125 (custom-comment-hide): New function. | |
| 1126 (custom-variable-set, custom-variable-save) | |
| 1127 (custom-variable-reset-standard, custom-face-set) | |
| 1128 (custom-face-save): Use it. | |
| 1129 | |
| 25946 | 1130 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 1131 | |
| 25949 | 1132 * hexl.el (hexl-mode): Do nothing if already in hexl mode. |
| 1133 | |
| 1134 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
| 1135 | |
| 25946 | 1136 * faces.el (region): Doc fix. |
| 1137 | |
| 25837 | 1138 1999-09-27 Dave Love <fx@gnu.org> |
| 1139 | |
| 1140 * isearch.el (isearch): Add :links in defgroup. | |
| 1141 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank. | |
| 1142 (isearch-switch-frame-handler): Comment out (unused). | |
| 1143 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix. | |
| 1144 (isearch-ring-retreat-edit): Doc fix. | |
| 1145 (isearch-mouse-yank): New command. | |
| 1146 (isearch-last-command-char): Removed. Callers changed to use | |
| 1147 last-command-char. | |
| 1148 (isearch-char-to-string): Removed. Callers changed to use | |
| 1149 char-to-string. | |
| 1150 | |
| 25944 | 1151 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> |
| 1152 | |
| 1153 * ispell.el (ispell-dictionary-alist-6): Don't use "-C" | |
| 1154 option for Russian. | |
| 1155 | |
| 25837 | 1156 1999-09-25 Gerd Moellmann <gerd@gnu.org> |
| 1157 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1158 * faces.el (face-differs-from-default-p): Compare face |
| 25837 | 1159 attributes individually. |
| 1160 | |
| 1161 * image.el (put-image, insert-image): Add string argument. | |
| 1162 | |
| 1163 1999-09-24 Gerd Moellmann <gerd@gnu.org> | |
| 1164 | |
| 1165 * ange-ftp.el (ange-ftp-date-regexp): Make it work for | |
| 1166 LANG=de_DE.iso88591 on HPUX 11.0. | |
| 1167 | |
| 1168 * dired.el (dired-move-to-filename-regexp): Make it work | |
| 1169 for LANG=de_DE.iso88591 on HPUX 11.0. | |
| 1170 | |
| 26171 | 1171 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 1172 | |
| 1173 * info.el (info-initialize): Don't test existence of ALTERNATIVE | |
| 1174 if we know for some other reason it should not be used. | |
| 1175 | |
| 26179 | 1176 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg): |
| 1177 New variable. | |
| 1178 (edebug-recursive-edit): Save current-prefix-arg there, | |
| 1179 bind it, and set it back at the end. | |
| 1180 (edebug-outside-excursion): Restore and update the outside | |
| 1181 value of current-prefix-arg. | |
| 1182 (edebug-emacs-version-specific): Delete support for Epoch. | |
| 1183 | |
| 26180 | 1184 1999-09-24 Howard Melman <howard@silverstream.com> |
| 1185 | |
| 1186 * imenu.el (imenu-after-jump-hook): New variable. | |
| 1187 (imenu): Run menu-after-jump-hook. | |
| 1188 (imenu-name-lookup-function): New variable. | |
| 1189 * 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
|
1190 |
| 25837 | 1191 1999-09-24 Carsten Dominik <cd@gnu.org> |
| 1192 | |
| 1193 * 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
|
1194 multiple thebibliography environments. |
| 25837 | 1195 |
| 1196 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | |
| 1197 with recentering window. | |
| 1198 (reftex-extract-bib-entries-from-thebibliography, | |
| 1199 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal | |
| 1200 with multiple thebibliography environments. | |
| 1201 | |
| 1202 * textmodes/reftex-vars.el | |
| 1203 (reftex-section-levels): Function allowed as cdr. | |
| 1204 (reftex-max-section-depth) New option. | |
| 1205 | |
| 1206 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal | |
| 1207 with multiple thebibliography environments. | |
| 1208 | |
| 1209 1999-09-23 Gerd Moellmann <gerd@gnu.org> | |
| 1210 | |
| 1211 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end | |
| 1212 instead of point-min in call to delete-region. | |
| 1213 | |
| 1214 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 1215 | |
| 1216 * vc.el (vc-backend-checkout): Use with-temp-file when checking | |
| 1217 out into arbitrary file names. | |
| 1218 | |
| 1219 1999-09-19 Ken'ichi Handa <handa@gnu.org> | |
| 1220 | |
| 1221 * language/european.el ("Turkish"): New language environment. | |
| 1222 | |
| 1223 1999-09-19 Dave Love <fx@gnu.org> | |
| 1224 | |
| 1225 * delim-col.el: New file. | |
| 1226 | |
| 1227 1999-09-17 Richard Stallman <rms@gnu.org> | |
| 1228 | |
| 1229 * files.el (after-find-file): When visiting a backup file, | |
| 1230 make it read-only. | |
| 1231 | |
| 1232 * apropos.el (apropos-symbol-face): Non-nil even for ttys. | |
| 1233 (apropos-keybinding-face, apropos-label-face): Likewise. | |
| 1234 (apropos-property-face, apropos-match-face): Likewise. | |
| 1235 (apropos-label-properties): New variable. | |
| 1236 (apropos-print-doc): Use apropos-label-properties. | |
| 1237 (apropos-print): Set apropos-label-properties. | |
| 1238 | |
| 1239 1999-09-15 Richard Stallman <rms@gnu.org> | |
| 1240 | |
| 1241 * winner.el: Use aref instead of sref. | |
| 1242 | |
| 1243 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars. | |
| 1244 | |
| 1245 1999-09-14 Gerd Moellmann <gerd@gnu.org> | |
| 1246 | |
| 1247 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print. | |
| 1248 | |
| 1249 1999-09-14 Richard Stallman <rms@gnu.org> | |
| 1250 | |
| 1251 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload | |
| 1252 cookie, even if followed by a letter. | |
| 1253 | |
| 1254 1999-09-14 Stephen Eglen <stephen@gnu.org> | |
| 1255 | |
| 1256 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and | |
| 1257 --no-line-editing are passed to Octave by including them here | |
| 1258 rather than storing them in inferior-octave-startup-args. | |
| 1259 | |
| 1260 1999-09-14 Eli Zaretskii <eliz@gnu.org> | |
| 1261 | |
| 1262 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref, | |
| 1263 command, option, env and sc. | |
| 1264 | |
| 1265 * subr.el (shell-quote-argument): Quote argument with double | |
| 1266 quotes for ms-dos. | |
| 1267 | |
| 1268 1999-09-14 Richard Stallman <rms@gnu.org> | |
| 1269 | |
| 1270 * simple.el (eval-expression-print-level): New variable. | |
| 1271 (eval-expression-print-length): New variable. | |
| 1272 (eval-expression-debug-on-error): New variable. | |
| 1273 (eval-expression): Bind print-level, print-length and | |
| 1274 debug-on-error from those vars. | |
| 1275 | |
| 1276 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp): | |
| 1277 Bind print-level, print-length and debug-on-error. | |
| 1278 | |
| 1279 1999-09-14 Inge Frick <inge@nada.kth.se> | |
| 1280 | |
| 1281 * dired.el (dired-recursive-deletes): New custom variable. | |
| 1282 (dired-re-no-dot): New variable. | |
| 1283 (dired-delete-file): New function deletes files and directories | |
| 1284 recursively. | |
| 1285 (dired-internal-do-deletions): Use `dired-delete-file' to delete files. | |
| 1286 | |
| 1287 * dired-aux.el (dired-recursive-copies): New custom variable. | |
| 1288 (dired-handle-overwrite): Broke a long line. | |
| 1289 (dired-copy-file): Call `dired-copy-file-recursive' instead of | |
| 1290 `copy-file'. | |
| 1291 (dired-copy-file-recursive): New function. Copy directories | |
| 1292 recursively. | |
| 1293 (dired-do-create-files): Added support for generalized directory | |
| 1294 target. How-to function may now return a function. New fluid | |
| 1295 variable `dired-one-file'. | |
| 1296 (dired-copy-how-to-fn): New variable. | |
| 1297 (dired-do-copy): Bind `dired-recursive-copies' to preserve it. | |
| 1298 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. | |
| 1299 (dired-do-copy-regexp): No recursive copies. | |
| 1300 | |
| 1301 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com> | |
| 1302 | |
| 1303 * whitespace.el (whitespace-version): Update version to 2.4 | |
| 1304 | |
| 1305 * whitespace.el: Add customization variables to conditionally test | |
| 1306 any of the five whitespaces, per request from Rune Kleveland | |
| 1307 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>. | |
| 1308 | |
| 1309 * whitespace.el (whitespace-spacetab-regexp): Fix doc string. | |
| 1310 | |
| 1311 * whitespace.el (whitespace-modes): Add `change-log-mode' to the | |
| 1312 list of modes to be checked for bogus whitespaces. | |
| 1313 | |
| 1314 * whitespace.el (whitespace-rescan-timer-time): Update | |
| 1315 documentation. | |
| 1316 | |
| 1317 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
| 1318 new function to update modeline with untested whitespaces. | |
| 1319 | |
| 1320 * whitespace.el (whitespace-buffer): Test only whitespaces whose | |
| 1321 checking is turned on, and update modeline using the newly created | |
| 1322 `whitespace-display-unchecked-whitespaces'. | |
| 1323 | |
| 1324 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces | |
| 1325 whose checking is turned on, and update modeline using the newly | |
| 1326 created `whitespace-display-unchecked-whitespaces'. | |
| 1327 | |
| 1328 * whitespace.el (whitespace-describe): Update documentation. | |
| 1329 | |
| 1330 * whitespace.el (whitespace-tickle-timer): Test if | |
| 1331 `whitespace-rescan-timer-time' is non-zero before tickling timer. | |
| 1332 | |
| 1333 1999-09-13 Dave Love <fx@gnu.org> | |
| 1334 | |
| 1335 * hideif.el (hide-ifdef-mode): Add autoload cookie. | |
| 1336 | |
| 1337 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode | |
| 1338 for temp buffer. | |
| 1339 (checkdoc-this-string-valid): Don't assume default comment-start. | |
| 1340 | |
| 1341 1999-09-13 Gerd Moellmann <gerd@gnu.org> | |
| 1342 | |
| 1343 * rsz-mini.el: Remove code, keep the interface. | |
| 1344 | |
| 1345 1999-09-13 Dave Love <fx@gnu.org> | |
| 1346 | |
| 1347 * help.el (help-highlight-p): Doc fix. | |
| 1348 | |
| 1349 * faces.el (mode-line, header-line, tool-bar): Add :version. | |
| 1350 (highlight, secondary-selection): Add :group. | |
| 1351 (trailing-whitespace): Add :group, :version. | |
| 1352 | |
| 1353 * wid-edit.el: Remove some compatibility code and checks. | |
| 1354 (widget-specify-field, widget-specify-button): Don't use XEmacs | |
| 1355 properties. | |
| 1356 (widget-overlay-inactive): Change error message. | |
| 1357 (widget-button-pressed-face): New variable. | |
| 1358 (widget-button-click): Use it. | |
| 1359 (widget-documentation-link-add): Specify mouse and button faces. | |
| 1360 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions | |
| 1361 removed now the functionality is built in. | |
| 1362 | |
| 1363 * cus-edit.el: Don't define-widget-keywords. | |
| 1364 (multimedia): New group. | |
| 1365 (custom-last): Function removed. | |
| 1366 (custom-quote): Add vectorp case, comment out characterp case. | |
| 1367 (custom-buffer-done-function, custom-raised-buttons): New option. | |
| 1368 (Custom-buffer-done): New function. | |
| 1369 (custom-buffer-create-internal): Obey custom-raised-buttons, | |
| 1370 Custom-buffer-done. | |
| 1371 (custom-button-face): Make it `released-button'. | |
| 1372 (custom-button-pressed-face): Make it `pressed-button' | |
| 1373 (custom-mode-map): Bind "q" to Custom-buffer-done. | |
| 1374 (custom-mode): Deal with raised/pressed buttons. | |
| 1375 | |
| 1376 Changes from Didier Verna: | |
| 1377 (custom-prompt-variable): Optional third arg makes prompt for a | |
| 1378 comment string. | |
| 1379 (customize-set-value, customize-set-variable, | |
| 1380 customize-save-variable): Optional prefix makes function handle | |
| 1381 variable comments. | |
| 1382 (customize-customized, customize-saved, custom-variable-state-set) | |
| 1383 (custom-variable-set, custom-variable-save, custom-face-state-set) | |
| 1384 (custom-variable-reset-saved, custom-variable-reset-standard) | |
| 1385 (custom-face-set, custom-face-save, custom-face-reset-saved) | |
| 1386 (custom-face-reset-standard, customize-save-customized): Handle | |
| 1387 custom comments. | |
| 1388 (custom-comment-face, custom-comment-tag-face): New face. | |
| 1389 (custom-comment): New widget. | |
| 1390 (custom-comment-create, custom-comment-delete) | |
| 1391 (custom-comment-value-set, custom-comment-show) | |
| 1392 ()custom-comment-invisible-p): New functions. | |
| 1393 (custom-variable-value-create, custom-face-value-create): Create a | |
| 1394 comment field widget. | |
| 1395 (custom-variable-menu, custom-face-menu): New entry for custom | |
| 1396 comment. | |
| 1397 (custom-face-value-create): Remove compatibility code. | |
| 1398 (custom-save-variables, custom-save-faces): Possibly save custom | |
| 1399 comments. | |
| 1400 | |
| 1401 * cus-face.el (custom-face-attributes): Simplify :underline, | |
| 1402 :overline, :inverse-video cases. Fix up :box case (probably needs | |
| 1403 more work). | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1404 |
| 25837 | 1405 Change from Didier Verna: |
| 1406 (custom-set-faces): The arguments can now have a custom comment as | |
| 1407 fourth argument. | |
| 1408 | |
| 1409 * custom.el: Don't define-widget-keywords. | |
| 1410 Change from Didier Verna: | |
| 1411 (custom-set-variables): the arguments can now have a | |
| 1412 custom comment as fifth element. | |
| 1413 | |
| 1414 1999-09-13 Richard Stallman <rms@gnu.org> | |
| 1415 | |
| 1416 * info.el (Info-find-node): Cope better if guesspos is too large. | |
| 1417 | |
| 1418 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
| 1419 | |
| 1420 * 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
|
1421 of buffer-substring because buffer-string doesn't copy the |
| 25837 | 1422 prompt. |
| 1423 | |
| 1424 * faces.el (mode-line): Replaces `modeline'. | |
| 1425 (toplevel): Make `modeline' an alias for `mode-line'. | |
| 1426 | |
| 1427 1999-09-12 Gerd Moellmann <gerd@gnu.org> | |
| 1428 | |
| 1429 * gs.el: Change `ghostscript' to `postscript' in comment. | |
| 1430 | |
| 1431 1999-09-11 Rob Riepel <riepel@Stanford.EDU> | |
| 1432 | |
| 1433 * emulation/tpu-edt.el (tpu-version): New version. | |
| 1434 (tpu-search-overlay, tpu-replace-overlay): New variables. | |
| 1435 (tpu-search-highlight, tpu-toggle-direction): New functions. | |
| 1436 (tpu-lm-replace): Set tpu-replace-overlay. | |
| 1437 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post | |
| 1438 command hook. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1439 |
| 25837 | 1440 1999-09-11 Richard Stallman <rms@gnu.org> |
| 1441 | |
| 1442 * isearch.el (isearch-mode-map): Undo previous change. | |
| 1443 | |
| 1444 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER, | |
| 1445 use all of that as the sexp. | |
| 1446 | |
| 1447 * files.el (find-file-noselect): Catch errors in file-expand-wildcards, | |
| 1448 and use the initial argument as file name directly. | |
| 1449 Likewise if nothing matches. | |
| 1450 | |
| 1451 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no> | |
| 1452 | |
| 1453 * winner.el: Major changes. Avoid changing point and mark. | |
| 1454 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
|
1455 |
| 25837 | 1456 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu> |
| 1457 | |
| 1458 * emacs-lisp/bytecomp.el (byte-compile-output-docform): | |
| 1459 Bind print-continuous-numbering and print-number-table. | |
| 1460 | |
| 1461 1999-09-10 Dave Love <fx@gnu.org> | |
| 1462 | |
| 1463 * bindings.el (debug-ignored-errors): Restore BBDB stuff. | |
| 1464 | |
| 1465 1999-09-09 Richard Stallman <rms@gnu.org> | |
| 1466 | |
| 1467 * whitespace.el: Finish making it fit Emacs conventions. | |
| 1468 Add autoloads. | |
| 1469 | |
| 1470 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il> | |
| 1471 | |
| 1472 * generic-x.el (bat-generic-mode): "::"-style comments don't | |
| 1473 need to begin with "-". Fix the font-lock definitions of ON/OFF | |
| 1474 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO | |
| 1475 from the list of keywords. Add DO to the list of keywords. | |
| 1476 | |
| 1477 1999-09-09 Dave Love <fx@gnu.org> | |
| 1478 | |
| 1479 * byte-opt.el (byte-optimize-backward-char): | |
| 1480 (byte-optimize-backward-word): New optimizations. | |
| 1481 (side-effect-free-fns, side-effect-and-error-free-fns): Add | |
| 1482 entries. | |
| 1483 | |
| 1484 1999-09-09 Gerd Moellmann <gerd@gnu.org> | |
| 1485 | |
| 1486 * image.el (put-image): Remove optional buffer parameter. | |
| 1487 | |
| 1488 * faces.el (face-italic-p): Return t only for values `italic' | |
| 1489 and `oblique'. | |
| 1490 | |
| 1491 * mouse.el (mouse-drag-mode-line-1): Extension of former | |
| 1492 mouse-drag-mode-line that also drags the header line. | |
| 1493 (mouse-drag-mode-line): Call it. | |
| 1494 (mouse-drag-header-line): New. | |
| 1495 (toplevel): Bind down-mouse-1 on header lines to | |
| 1496 mouse-drage-header-line. | |
| 1497 | |
| 1498 1999-09-08 Gerd Moellmann <gerd@gnu.org> | |
| 1499 | |
| 1500 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref. | |
| 1501 (make-mode-line-mouse-sensitive): Replace `top-line' by | |
| 1502 `header-line'. | |
| 1503 | |
| 1504 1998-09-08 Michael Ernst <mernst@alum.mit.edu> | |
| 1505 | |
| 1506 * help.el (describe-function-1): Don't return empty string for keymaps. | |
| 1507 | |
| 1508 * fill.el (fill-region-as-paragraph, canonically-space-region): | |
| 1509 Respect colon-double-space at end of line. | |
| 1510 | |
| 1511 1999-09-08 Stephen Gildea <gildea@alum.mit.edu> | |
| 1512 | |
| 1513 * files.el (backup-by-copying-when-privileged-mismatch): New variable. | |
| 1514 (backup-buffer): Use it. | |
| 1515 | |
| 1516 1999-09-08 Peter Breton <pbreton@ne.mediaone.net> | |
| 1517 | |
| 1518 * 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
|
1519 inetd-conf-generic-mode, etc-services-generic-mode, |
| 25837 | 1520 etc-passwd-generic-mode. These are all defined for Unix by default. |
| 1521 (apache-generic-mode): Use an imenu-generic-expression to list | |
| 1522 Configuration keywords. | |
| 1523 (samba-generic-mode): Use both ; and # as comment characters. | |
| 1524 (samba-generic-mode): Font-lock expressions now highlight name | |
| 1525 value pairs. | |
| 1526 (bat-generic-mode): Keywords are now case-insensitive through | |
| 1527 font-lock-defaults setting. | |
| 1528 (java-properties-generic-mode): Supports both ! and # as comment | |
| 1529 characters. | |
| 1530 (java-properties-generic-mode): Added an imenu-generic-expression | |
| 1531 (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
|
1532 different ways to separate name and value (viz, '=', ':' and |
| 25837 | 1533 whitespace). |
| 1534 (show-tabs-generic-mode): Added this new generic-mode. | |
| 1535 | |
| 1536 1999-09-08 Richard Stallman <rms@gnu.org> | |
| 1537 | |
| 1538 * progmodes/inf-lisp.el: Moved from top directory. | |
| 1539 | |
| 1540 * tar-mode.el (tar-header-block-tokenize): | |
| 1541 Use `when' instead of `and'. Fix some clobbered text. | |
| 1542 | |
| 1543 * gud.el (gud-make-debug-menu): Make a child for the | |
| 1544 local menu, for its menu bar, and the debug menu. | |
| 1545 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): | |
| 1546 Use the history in the simple way. | |
| 1547 | |
| 1548 1999-09-07 Kenichi Handa <handa@etl.go.jp> | |
| 1549 | |
| 1550 * language/korea-util.el (default-korean-keyboard): Initialize it | |
| 1551 according to the environment variable HANGUL_KEYBOARD_TYPE. | |
| 1552 | |
| 1553 1999-09-07 Richard Stallman <rms@gnu.org> | |
| 1554 | |
| 1555 * subr.el (make-temp-file): New function. | |
| 1556 | |
| 1557 1999-09-07 Stefan Monnier <monnier@cs.yale.edu> | |
| 1558 | |
| 1559 * font-lock.el (font-lock-multiline): New text property contains | |
| 1560 a boolean to indicate if the char is part of a multiline match. | |
| 1561 (font-lock-default-fontify-region): Extend the region appropriately | |
| 1562 for multiline keywords. | |
| 1563 (font-lock-default-unfontify-region): Also remove the new | |
| 1564 font-lock-multiline text property. | |
| 1565 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches. | |
| 1566 (font-lock-fontify-keywords-region): Mark multiline regexp matches. | |
| 1567 | |
| 1568 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 1569 | |
| 1570 * diary-lib.el (list-diary-entries): Make sure two-digit years | |
| 1571 have leading zeros. | |
| 1572 | |
| 1573 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
| 1574 | |
| 1575 * faces.el (face-set-after-frame-default): Initialize some | |
| 1576 attributes of some faces from frame parameters. | |
| 1577 | |
| 1578 * faces.el (scroll-bar, border, cursor, mouse): New faces. | |
| 1579 | |
| 1580 1999-09-07 Gerd Moellmann <gerd@gnu.org> | |
| 1581 | |
| 1582 * faces.el (fringe): Replaces face `margin'. | |
| 1583 | |
| 1584 1999-09-07 Dave Love <fx@gnu.org> | |
| 1585 | |
| 1586 * tar-mode.el (tar-header-block-tokenize): Bind linkname. | |
| 1587 | |
| 1588 1999-09-07 Richard Stallman <rms@gnu.org> | |
| 1589 | |
| 1590 * subr.el (push): Doc fix. | |
| 1591 | |
| 1592 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 1593 | |
| 1594 * 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
|
1595 to distinguish 20YY from 19YY. |
| 25837 | 1596 |
| 1597 * timezone.el (timezone-parse-date): Use < 69 not < 70 | |
| 1598 to distinguish 20YY from 19YY. | |
| 1599 | |
| 1600 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file. | |
| 1601 | |
| 1602 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk> | |
| 1603 | |
| 1604 * quickurl.el: (quickurl-list-focused-line): Removed. | |
| 1605 (quickurl-list-insert): Now works out the focused line using | |
| 1606 `count-lines' instead of using `quickurl-list-focused-line'. | |
| 1607 | |
| 1608 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 1609 | |
| 1610 * mail/rmail.el (rmail-retry-failure): Unconditionally move | |
| 1611 to beginning of message. | |
| 1612 | |
| 1613 1999-09-06 Dave Love <fx@gnu.org> | |
| 1614 | |
| 1615 * isearch.el (isearch-mode-map): Add mouse-2. | |
| 1616 | |
| 1617 * rmail.el (rmail-read-password): Deleted. | |
| 1618 (rmail-get-pop-password): Use read-password. | |
| 1619 | |
| 1620 * quickurl.el: Don't conditionally define caddr. | |
| 1621 (quickurl-url-comment): Use nth, not caddr in function and | |
| 1622 defsetf. | |
| 1623 | |
| 1624 1999-09-06 Richard Stallman <rms@gnu.org> | |
| 1625 | |
| 1626 * auto-show.el: Doc fixes. | |
| 1627 | |
| 1628 1999-09-06 Stephen Eglen <stephen@gnu.org> | |
| 1629 | |
| 1630 * progmodes/octave-inf.el (inferior-octave-startup-args): Add | |
| 1631 --no-line-editing so that TABs in source files are not interpreted | |
| 1632 as completion requests. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
1633 |
| 25837 | 1634 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
|
1635 |
| 25837 | 1636 * hscroll.el, auto-show.el: Remove all code, keep the public |
| 1637 interface as no-ops. | |
| 1638 | |
| 1639 * faces.el (face-bold-p): Don't return t if face has lighter | |
| 1640 weight than normal. | |
| 1641 | |
| 1642 1999-09-06 Eli Zaretskii <eliz@gnu.org> | |
| 1643 | |
| 1644 * startup.el (command-line): Make small-temporary-file-directory | |
| 1645 be nil except on ms-dos. | |
| 1646 | |
| 1647 * files.el (small-temporary-file-directory): Ditto. Also doc fix. | |
| 1648 | |
| 1649 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it | |
| 1650 is defined. | |
| 1651 | |
| 1652 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive | |
| 1653 letters with a colon after d or l. | |
| 1654 | |
| 1655 1999-09-06 Dave Love <fx@gnu.org> | |
| 1656 | |
| 1657 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.) | |
| 1658 | |
| 1659 1999-09-05 Richard Stallman <rms@gnu.org> | |
| 1660 | |
| 1661 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY. | |
| 1662 | |
| 1663 * textmodes/paragraphs.el (backward-kill-sentence): | |
| 1664 Don't test minibuffer-prompt-end here. | |
| 1665 (forward-sentence): Do handle it here. | |
| 1666 (backward-kill-paragraph): Don't test it here. | |
| 1667 (forward-paragraph): Handle it here. | |
| 1668 | |
| 1669 * mouse.el (font-menu-add-default): Simplify code. | |
| 1670 | |
| 1671 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
| 1672 | |
| 1673 * faces.el (header-line): Renamed from `top-line'. | |
| 1674 | |
| 1675 1999-09-05 Gerd Moellmann <gerd@gnu.org> | |
| 1676 | |
| 1677 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'. | |
| 1678 | |
| 1679 1999-09-04 Richard Stallman <rms@gnu.org> | |
| 1680 | |
| 1681 * whitespace.el: New file. | |
| 1682 | |
| 1683 1999-09-04 Dave Love <fx@gnu.org> | |
| 1684 | |
| 1685 * paths.el: Make some doc strings obey the make-docfile convention. | |
| 1686 | |
| 1687 * bindings.el: Likewise. | |
| 1688 (debug-ignored-errors): Remove BBDB ones. | |
| 1689 | |
| 1690 1999-09-03 Richard Stallman <rms@gnu.org> | |
| 1691 | |
| 1692 * mail/mh-comp.el (mh-forward): Get new subject line from the original, | |
| 1693 not from the draft to forward. | |
| 1694 | |
| 1695 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun. | |
| 1696 | |
| 1697 1999-09-03 Dave Love <fx@gnu.org> | |
| 1698 | |
| 1699 * double.el (double-mode): Customize the variable. | |
| 1700 | |
| 1701 1999-09-03 Kenichi Handa <handa@etl.go.jp> | |
| 1702 | |
| 1703 * international/characters.el: Delete duplicated code. | |
| 1704 | |
| 1705 1999-09-02 Richard Stallman <rms@gnu.org> | |
| 1706 | |
| 1707 * indent.el (indent-relative): Doc fix. | |
| 1708 | |
| 1709 * quickurl.el (quickurl): Doc fix. | |
| 1710 | |
| 1711 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
| 1712 | |
| 1713 * faces.el (margin): Change background to "gray" for mono (this is | |
| 1714 drawn with a stipple pattern). | |
| 1715 | |
| 1716 1999-09-02 Gerd Moellmann <gerd@gnu.org> | |
| 1717 | |
| 1718 * simple.el (next-history-element): Use minibuffer-prompt-end once | |
| 1719 again. Remove test for minibuffer-prompt-in-buffer. | |
| 1720 | |
| 1721 1999-09-02 Eli Zaretskii <eliz@gnu.org> | |
| 1722 | |
| 1723 * files.el (small-temporary-file-directory): New variable. | |
| 1724 | |
| 1725 * startup.el (command-line): Compute the value of | |
| 1726 small-temporary-file-directory. | |
| 1727 | |
| 1728 * ediff-init.el (ediff-temp-file-prefix): Use | |
| 1729 small-temporary-file-directory if non-nil. | |
| 1730 | |
| 1731 * vc.el (vc-update-change-log): Likewise. | |
| 1732 | |
| 1733 * progmodes/cmacexp.el (c-macro-expansion): Likewise. | |
| 1734 | |
| 1735 * simple.el (shell-command, shell-command-on-region): Use | |
| 1736 make-temp-name properly. Use small-temporary-file-directory if | |
| 1737 non-nil, otherwise temporary-file-directory, to generate temporary | |
| 1738 files. | |
| 1739 | |
| 1740 * dos-w32.el (direct-print-region-helper): Use | |
| 1741 temporary-file-directory. (From Stefan Monnier.) | |
| 1742 | |
| 1743 1999-09-02 Richard Stallman <rms@gnu.org> | |
| 1744 | |
| 1745 * progmodes/asm-mode.el (asm-mode): Set comment-start properly | |
| 1746 from asm-comment-char. | |
| 1747 (asm-font-lock-keywords): Recognize instruction width suffixes. | |
| 1748 | |
| 1749 1999-09-01 Richard Stallman <rms@gnu.org> | |
| 1750 | |
| 1751 * play/fortune.el: New file. | |
| 1752 | |
| 1753 1999-08-31 Dave Love <fx@gnu.org> | |
| 1754 | |
| 1755 * help.el (help-make-xrefs): Don't lose on non-empty blank line | |
| 1756 after key table. | |
| 1757 | |
| 1758 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay | |
| 1759 variables. | |
| 1760 | |
| 1761 * subr.el (push): Fix typo. | |
| 1762 | |
| 1763 1999-08-30 Kevin Blake <kblake@ticnet.com> | |
| 1764 | |
| 1765 * emacs-lisp/ring.el: Many doc fixes. | |
| 1766 (ring-size, ring-copy): New functions. | |
| 1767 | |
| 1768 1999-08-29 Richard Stallman <rms@gnu.org> | |
| 1769 | |
| 1770 * progmodes/etags.el (tags-loop-continue): | |
| 1771 After tags-loop-operate returns, force skip to next file. | |
| 1772 | |
| 1773 * mail/mail-extr.el (mail-extr-all-letters-but-separators) | |
| 1774 (mail-extr-first-letters, mail-extr-last-letters): | |
| 1775 Use character classes [:alpha:] and [:alnum:]. | |
| 1776 | |
| 1777 * subr.el (push, pop): New macros. | |
| 1778 | |
| 1779 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 1780 New item for SGI IRIX MipsPro compilers. | |
| 1781 | |
| 1782 * speedbar.el (speedbar-directory-buttons): Recognize | |
| 1783 device names when checking for file names. | |
| 1784 | |
| 1785 * array.el (array-reconfigure-rows): Use generate-new-buffer. | |
| 1786 | |
| 1787 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros, | |
| 1788 and specially handle defvar inside their expansions. | |
| 1789 (eval-defun-1): New subroutine. | |
| 1790 | |
| 1791 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 1792 Fix the Perl -w entry to allow period after line number. | |
| 1793 Don't allow newlines in file name, but allow them after line number | |
| 1794 for Perl debugging traces. | |
| 1795 | |
| 1796 * which-func.el (which-func-cleanup-function): New variable. | |
| 1797 (which-function): Call that function. | |
| 1798 | |
| 1799 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or ( | |
| 1800 to end a function name. | |
| 1801 | |
| 1802 * informat.el (Info-tagify): Don't insert more than one newline | |
| 1803 before the tag table. | |
| 1804 | |
| 1805 1999-08-29 Stefan Monnier <monnier@cs.yale.edu> | |
| 1806 | |
| 1807 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather | |
| 1808 than make-temp-name, use match-string-no-properties, and eliminate | |
| 1809 a quadratic behavior when building bibtex-strings. | |
| 1810 | |
| 1811 1999-08-29 Alex Schroeder <alex@gnu.org> | |
| 1812 | |
| 1813 * comint.el (comint-input-ring-separator): New variable. | |
| 1814 (comint-read-input-ring): Doc change; use | |
| 1815 comint-input-ring-separator when reading file. | |
| 1816 (comint-write-input-ring): Use | |
| 1817 comint-input-ring-separator when writing file. | |
| 1818 | |
| 1819 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com> | |
| 1820 | |
| 1821 * informat.el (Info-tagify): Start by widening. | |
| 1822 Match node headers that don't list the file name, | |
| 1823 and more kinds of page separations. | |
| 1824 Strip properties during tagification. | |
| 1825 Use start of node header line as tag's position. | |
| 1826 Fix the "done" message. | |
| 1827 | |
| 1828 (Info-validate): Save and restore match data around narrowing down. | |
| 1829 | |
| 1830 1999-08-28 Richard M. Stallman <rms@gnu.org> | |
| 1831 | |
| 1832 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): | |
| 1833 On repeated call, override previous values put into | |
| 1834 minor-mode-map-alist and minor-mode-alist. | |
| 1835 | |
| 1836 1999-08-28 Michael Ernst <mernst@alum.mit.edu> | |
| 1837 | |
| 1838 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format. | |
| 1839 | |
| 1840 1999-08-27 Andreas Schwab <schwab@gnu.org> | |
| 1841 | |
| 1842 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker | |
| 1843 from cvs update. | |
| 1844 | |
| 1845 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 1846 | |
| 1847 * calendar/calendar.el (calendar-move-hook): New hook. | |
| 1848 | |
| 1849 * calendar/cal-move.el: Call the new hook in every movement function. | |
| 1850 | |
| 1851 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload | |
| 1852 the right function name. | |
| 1853 | |
| 1854 1999-08-26 Stephen Gildea <gildea@alum.mit.edu> | |
| 1855 | |
| 1856 * time-stamp.el: Put quote-backquote around all symbol names | |
| 1857 in doc strings, for mousing. | |
| 1858 (time-stamp): support multi-line patterns. | |
| 1859 (time-stamp-inserts-lines): new variable. | |
| 1860 (time-stamp-count): new variable. | |
| 1861 (time-stamp-string-preprocess): fixed bug where "%%a" becomes | |
| 1862 "Thu" instead of "%a". | |
| 1863 | |
| 1864 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
| 1865 | |
| 1866 * simple.el (kill-word): Undo previous change. | |
| 1867 | |
| 1868 1999-08-25 Gerd Moellmann <gerd@gnu.org> | |
| 1869 | |
| 1870 * 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
|
1871 to the beginning of the line containing the range start and |
| 25837 | 1872 the beginning of the line following the range end. |
| 1873 | |
| 1874 1999-08-24 Dave Love <fx@gnu.org> | |
| 1875 | |
| 1876 * timezone.el: Move provide to end. | |
| 1877 (timezone-parse-date): Simplify somewhat. Assume 2-digit years | |
| 1878 <70 are 2000+. | |
| 1879 (timezone-parse-time): Simplify somewhat. | |
| 1880 | |
| 1881 1999-08-24 Gerd Moellmann <gerd@gnu.org> | |
| 1882 | |
| 1883 * faces.el (margin): Renamed from bitmap-area. | |
| 1884 | |
| 1885 1999-08-24 Alex Schroeder <alex@gnu.org> | |
| 1886 | |
| 1887 * sql.el: Doc changes. | |
| 1888 (sql-sybase): use sql-server instead of sql-database. | |
| 1889 | |
| 1890 1999-08-23 Dave Love <fx@gnu.org> | |
| 1891 | |
| 1892 * rect.el: Add/fix various doc strings. Add `*' to all the | |
| 1893 interactive specs. | |
| 1894 | |
| 1895 1999-08-21 Gerd Moellmann <gerd@gnu.org> | |
| 1896 | |
| 1897 * jit-lock.el (jit-lock-function): Use line-beginning-position. | |
| 1898 Don't unwind-protect font-lock-fontify-region. | |
| 1899 | |
| 1900 * paragraphs.el (backward-kill-paragraph): Don't move | |
| 1901 point into mini-buffer prompt. | |
| 1902 (backward-kill-sentence): Ditto. | |
| 1903 | |
| 1904 * simple.el (next-history-element): Use minibuffer-prompt-end. | |
| 1905 Remove test for minibuffer-prompt-in-buffer. | |
| 1906 (kill-word): Don't move point into mini-buffer prompt. | |
| 1907 | |
| 1908 1999-08-21 Dave Love <fx@gnu.org> | |
| 1909 | |
| 1910 * Makefile: Exclude CVS dirs like RCS. | |
| 1911 | |
| 1912 1999-08-19 Dave Love <fx@gnu.org> | |
| 1913 | |
| 1914 * tooltip.el (tooltip-mode): Customize this, per convention. | |
| 1915 (tooltip-active): Option deleted. | |
| 1916 | |
| 1917 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize. | |
| 1918 | |
| 1919 * hanoi.el, page-ext.el: Declare dynamic vars. | |
| 1920 | |
| 1921 * term.el: Avoid ange-ftp related compilation warnings. | |
| 1922 | |
| 1923 1999-08-18 Gerd Moellmann <gerd@gnu.org> | |
| 1924 | |
| 1925 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode' | |
| 1926 the default so that beginners can benefit from it without | |
| 1927 searching in manuals. | |
| 1928 | |
| 1929 1999-08-18 Ray Blaak <blaak@gnu.org> | |
| 1930 | |
| 1931 * progmodes/delphi.el: Consider assembly sections as blocks, to | |
| 1932 indent them better. Make auto-indent on newline optional. | |
| 1933 | |
| 1934 1999-08-17 Gerd Moellmann <gerd@gnu.org> | |
| 1935 | |
| 1936 * bindings.el (mode-line-modified): Look up key binding for C-x | |
| 1937 C-q. If it's bound call that binding, otherwise call | |
| 1938 toggle-read-only. | |
| 1939 | |
| 1940 1999-08-17 Dave Love <fx@gnu.org> | |
| 1941 | |
| 1942 * info.el (info): Doc fix. | |
| 1943 | |
| 1944 * finder.el (finder-known-keywords): Add `multimedia'. | |
| 1945 | |
| 1946 * apropos.el: Don't capitalize custom group name. | |
| 1947 | |
| 1948 * info-look.el: Remove compatibility code. | |
| 1949 (info-lookup-guess-default*): DTRT for point at start of symbol. | |
| 1950 (info-complete): Don't lose with point not at end of symbol. | |
| 1951 | |
| 1952 1999-08-16 Gerd Moellmann <gerd@gnu.org> | |
| 1953 | |
| 1954 * term.el (toplevel): Make face `term-default' an empty face. | |
| 1955 The code relied on the fact that Emacs ignored invalid faces in | |
| 1956 face text properties in 20.4. | |
| 1957 | |
| 1958 1999-08-16 Richard M. Stallman <rms@gnu.org> | |
| 1959 | |
| 1960 * subr.el (point-at-eol, point-at-bol): New aliases. | |
| 1961 | |
| 1962 * simple.el: Functions reordered. | |
| 1963 | |
| 1964 * rect.el (delete-rectangle-line): Use line-end-position. | |
| 1965 | |
| 1966 1999-08-16 Karl Heuer <kwzh@gnu.org> | |
| 1967 | |
| 1968 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved | |
| 1969 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
|
1970 |
| 25837 | 1971 1999-08-16 Dave Love <fx@gnu.org> |
| 1972 | |
| 1973 * mouse.el: Provide `mldrag' for compatibility. | |
| 1974 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases, | |
| 1975 marked obsolete. | |
| 1976 | |
| 1977 * mldrag.el: Removed since the features are in mouse.el. | |
| 1978 | |
| 1979 * jka-compr.el (auto-compression-mode): New variable for | |
| 1980 customization. | |
| 1981 | |
| 1982 * bindings.el (mode-line-mule-info): Doc fix. | |
| 1983 | |
| 1984 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in | |
| 1985 name comparisons. | |
| 1986 | |
| 1987 * files.el (interpreter-mode-alist): Add make, guile, clisp. | |
| 1988 (find-file): Doc fix. | |
| 1989 | |
| 1990 1999-08-16 Carsten Dominik <cd@gnu.org> | |
| 1991 | |
| 1992 * textmodes/reftex.el: Most of the code moved to other files. | |
| 1993 * textmodes/reftex-auc.el: New file, split out from reftex.el | |
| 1994 * textmodes/reftex-cite.el: New file, split out from reftex.el | |
| 1995 * textmodes/reftex-global.el: New file, split out from reftex.el | |
| 1996 * textmodes/reftex-index.el: New file, split out from reftex.el | |
| 1997 * textmodes/reftex-parse.el: New file, split out from reftex.el | |
| 1998 * textmodes/reftex-ref.el: New file, split out from reftex.el | |
| 1999 * textmodes/reftex-sel.el: New file, split out from reftex.el | |
| 2000 * textmodes/reftex-toc.el: New file, split out from reftex.el | |
| 2001 * textmodes/reftex-vars.el: New file, split out from reftex.el | |
| 2002 * textmodes/reftex-vcr.el: New file, split out from reftex.el | |
| 2003 | |
| 2004 1999-08-16 Carsten Dominik <cd@gnu.org> | |
| 2005 | |
| 2006 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed | |
| 2007 conflict with pop-up-frames. | |
| 2008 (reftex-special-environment-parsers): New constant. | |
| 2009 (reftex-label-alist): car of an entry can also be a function. | |
| 2010 (reftex-what-special-env): new function. | |
| 2011 (reftex-label-location): Call `reftex-what-special-env'. | |
| 2012 (reftex-compile-variables): Check for symbol in | |
| 2013 `reftex-label-alist'. | |
| 2014 (reftex-what-environment): fixed bug with stacked environments of | |
| 2015 same kind (e.g. enumerate). | |
| 2016 (reftex-process-string): Preserve default directory. | |
| 2017 (reftex-label-alist-builtin): changed prefixes of endnote and | |
| 2018 footnote. Also the magic words. | |
| 2019 (reftex-reference): Interprete new option | |
| 2020 `reftex-fref-is-default'. | |
| 2021 (reftex-replace-prefix-escapes): Interprete new `%S' format. | |
| 2022 (reftex-toc-mouse-view-line): Command removed (had no binding). | |
| 2023 (reftex-everything-regexp): New function. | |
| 2024 (reftex-nearest-match): Made better. | |
| 2025 (reftex-toc-find-section): Use new version of | |
| 2026 `reftex-nearest-match'. | |
| 2027 (reftex-insert-docstruct): adapted to work with the index stuff. | |
| 2028 (reftex-parse-from-file): Find index entries as well. | |
| 2029 (reftex-toc-toggle-index): New function | |
| 2030 (reftex-toc-map): `i' is now used to togle the index, File | |
| 2031 boundaries has been moved to `F'. | |
| 2032 (reftex-select-label-map): Toggling display of file boundaries is | |
| 2033 now on the `F' key, for consistency with `reftex-toc-map'. | |
| 2034 (reftex-erase-all-selection-and-index-buffers): Renamed from | |
| 2035 `reftex-erase-all-selection-buffer'. Now also kills the index | |
| 2036 buffers. | |
| 2037 (reftex-viewing-cross-references): Customization group renamed | |
| 2038 from reftex-viewing-cross-references-and-citations. | |
| 2039 (reftex-index-macro-regexp, | |
| 2040 reftex-find-index-entry-regexp-format): New variables | |
| 2041 (reftex-macros-with-index): New variable | |
| 2042 (reftex-add-index-macros): New function | |
| 2043 (reftex-renumber-simple-labels, reftex-translate): Allow for | |
| 2044 multiple labels in a single ref command. | |
| 2045 (reftex-index-support): New customization group | |
| 2046 (reftex-support-index, reftex-index-special-chars, | |
| 2047 reftex-index-macros, reftex-index-default-macro, | |
| 2048 reftex-index-default-tag, reftex-index-math-format, | |
| 2049 reftex-index-section-letters, reftex-index-include-context, | |
| 2050 reftex-index-follow-mode, reftex-index-header-face, | |
| 2051 reftex-index-section-face, reftex-index-tag-face, | |
| 2052 reftex-index-face): New options | |
| 2053 (reftex-index-map, reftex-index-menu, reftex-last-index-file, | |
| 2054 reftex-index-tag, reftex-index-return-marker, | |
| 2055 reftex-index-restriction-indicator, reftex-index-restriction-data, | |
| 2056 reftex-index-macro-regexp, reftex-index-level-re, | |
| 2057 reftex-index-key-end-re, reftex-find-index-entry-regexp-format, | |
| 2058 reftex-everything-regexp-no-index, reftex-index-re, | |
| 2059 reftex-macros-with-index, reftex-index-macro-alist): New variables | |
| 2060 (reftex-index-help, reftex-index-macros-builtin, | |
| 2061 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt, | |
| 2062 reftex-query-index-macro-help): New constants | |
| 2063 (reftex-index-selection-or-word, reftex-index, | |
| 2064 reftex-default-index, reftex-update-default-index, | |
| 2065 reftex-index-complete-tag, reftex-index-select-tag, | |
| 2066 reftex-index-complete-key, reftex-index-update-taglist, | |
| 2067 reftex-index-globally, reftex-index-mode, reftex-index-show-entry, | |
| 2068 reftex-display-index, reftex-insert-index, | |
| 2069 reftex-index-insert-new-letter, reftex-get-restriction, | |
| 2070 reftex-index-pre-command-hook, reftex-index-post-command-hook, | |
| 2071 reftex-index-show-help, reftex-index-next, reftex-index-previous, | |
| 2072 reftex-index-toggle-follow, reftex-index-toggle-context, | |
| 2073 reftex-index-view-entry, reftex-index-goto-entry-and-hide, | |
| 2074 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide, | |
| 2075 reftex-index-quit, reftex-index-quit-and-kill, | |
| 2076 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan, | |
| 2077 reftex-index-revert, reftex-index-switch-index-tag, | |
| 2078 reftex-index-restrict-to-section, reftex-index-widen, | |
| 2079 reftex-index-restriction-forward, | |
| 2080 reftex-index-restriction-backward, reftex-index-visit-location, | |
| 2081 reftex-index-analyze-entry, reftex-index-globalize, | |
| 2082 reftex-index-edit, reftex-index-toggle-range-beginning, | |
| 2083 reftex-index-toggle-range-end, reftex-index-edit-key, | |
| 2084 reftex-index-edit-attribute, reftex-index-edit-visual, | |
| 2085 reftex-index-edit-part, reftex-index-level-down, | |
| 2086 reftex-index-level-up, reftex-index-kill, reftex-index-undo, | |
| 2087 reftex-index-change-entry, reftex-index-goto-letter, | |
| 2088 reftex-add-index-macros, reftex-ensure-index-support, | |
| 2089 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
|
2090 |
| 25837 | 2091 |
| 2092 1999-08-15 Richard M. Stallman <rms@gnu.org> | |
| 2093 | |
| 2094 * paren.el (show-paren-mode): Support making show-paren-mode | |
| 2095 a buffer-local variable. Don't check for a window system. | |
| 2096 (show-paren-function): Check whether show-paren-function is | |
| 2097 enabled in current buffer; do the right thing if not. | |
| 2098 Don't check for a window system. | |
| 2099 (show-paren-mode): Make it a user variable. | |
| 2100 | |
| 2101 * add-log.el (add-log-current-defun): Exclude all trailing whitespace. | |
| 2102 Handle `enum' like `struct'. | |
| 2103 | |
| 2104 * server.el (server-process-filter): If a client visits no buffers, | |
| 2105 close it immediately before recording it. | |
| 2106 | |
| 2107 * mail/mail-utils.el (mail-unquote-printable): Make it autoload. | |
| 2108 Optimize by calling concat just once. Handle =\n sequence. | |
| 2109 (mail-unquote-printable-region): New command. | |
| 2110 (mail-quote-printable): Make it autoload. | |
| 2111 | |
| 2112 1999-08-15 Karl Heuer <kwzh@gnu.org> | |
| 2113 | |
| 2114 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org. | |
| 2115 | |
| 2116 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
| 2117 | |
| 2118 * lisp/texinfmt.el: Handle @ifnottex. | |
| 2119 | |
| 2120 1999-08-15 Eli Zaretskii <eliz@gnu.org> | |
| 2121 | |
| 2122 * frame.el (blink-cursor): Don't turn on cursor blinking for | |
| 2123 ms-dos. | |
| 2124 | |
| 2125 * faces.el (face-valid-attribute-values): Look in | |
| 2126 x-bitmap-file-path only for x and w32 window systems. | |
| 2127 | |
| 2128 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default". | |
| 2129 Do that if width is nil as well. | |
| 2130 (x-display-mm-height, x-display-mm-width): Update values. | |
| 2131 (x-colors): Compute the list from msdos-color-values. | |
| 2132 (x-select-enable-clipboard): Doc fix. | |
| 2133 (x-frob-font-weight, x-font-family-list): New functions. | |
| 2134 | |
| 2135 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
| 2136 | |
| 2137 * window.el (shrink-window-if-larger-than-buffer): Don't try to | |
| 2138 back up from beginning of buffer. | |
| 2139 | |
| 2140 1999-08-13 Karl Heuer <kwzh@gnu.org> | |
| 2141 | |
| 2142 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound. | |
| 2143 | |
| 2144 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US> | |
| 2145 | |
| 2146 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G | |
| 2147 doomsday clock, speed control is added and changes are made to | |
| 2148 allow large numbers of rings: rings now show the whole ring | |
| 2149 number, not just the last digit; consecutive rings are allowed to | |
| 2150 be the same size when necessary to fit all the rings in the | |
| 2151 window; and poles can be oriented horizontally. Face support is | |
| 2152 thrown in gratuitously. | |
| 2153 (hanoi): Changed default number of rings back to 3. | |
| 2154 (hanoi-unix, hanoi-unix-64): New commands | |
| 2155 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | |
| 2156 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | |
| 2157 hanoi-odd-ring-face): New variables. | |
| 2158 (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | |
| 2159 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | |
| 2160 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | |
| 2161 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | |
| 2162 (hanoi-topos, hanoi-draw-ring): Removed. | |
| 2163 | |
| 2164 1999-08-12 Gerd Moellmann <gerd@gnu.org> | |
| 2165 | |
| 2166 * faces.el (face-valid-attribute-values): Return an alist for | |
| 2167 families on ttys. | |
| 2168 (face-read-integer): Handle unspecified face attributes. Add | |
| 2169 completion for `unspecified'. | |
| 2170 (read-face-attribute): Handle unspecified font attributes. | |
| 2171 (face-valid-attribute-values): Add `unspecified' to lists so that | |
| 2172 it can be chosen via completion. | |
| 2173 (face-read-string): Don't recognize "none" as input. | |
| 2174 | |
| 2175 1999-08-10 Dave Love <fx@gnu.org> | |
| 2176 | |
| 2177 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc | |
| 2178 string. | |
| 2179 | |
| 2180 * sun-curs.el: Require sun-fns. | |
| 2181 | |
| 2182 1999-08-10 Dave Love <fx@gnu.org> | |
| 2183 | |
| 2184 * autorevert.el (auto-revert-mode): Add autoload cookie. | |
| 2185 | |
| 2186 * hscroll.el, auto-show.el: Files deleted -- we have built-in | |
| 2187 hscroll. | |
| 2188 | |
| 2189 * simple.el (hscroll-step, hscroll-point-visible) | |
| 2190 (hscroll-window-column): Remove now we have the mentioned real | |
| 2191 horizontal autoscrolling. | |
| 2192 | |
| 2193 1999-08-10 Richard M. Stallman <rms@gnu.org> | |
| 2194 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2195 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from |
| 25837 | 2196 control use of -f option. |
| 2197 (mail-specify-envelope-from): New variable. | |
| 2198 (mail-from-style): Doc fix. | |
| 2199 | |
| 2200 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn. | |
| 2201 (easy-menu-get-map): New arg TO-MODIFY helps choose | |
| 2202 between local and global maps. | |
| 2203 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map. | |
| 2204 (easy-menu-change): Doc fix. | |
| 2205 | |
| 2206 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward. | |
| 2207 (info-lookup-guess-default): Simplified and cleaned up. | |
| 2208 (info-lookup-guess-default*): Preserve point. | |
| 2209 | |
| 2210 * view.el (view-mode-disable): If buffer-read-only is nil, | |
| 2211 don't change it. | |
| 2212 | |
| 2213 * files.el (after-find-file): Disable View mode if buffer is no | |
| 2214 longer read-only. | |
| 2215 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
2216 * view.el (view-mode-enable, view-mode-disable): |
| 25837 | 2217 Call force-mode-line-update. |
| 2218 | |
| 2219 1999-08-10 Karl Heuer <kwzh@gnu.org> | |
| 2220 | |
| 2221 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call. | |
| 2222 * array.el, play/landmark.el, international/latin-3.el: Likewise. | |
| 2223 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise. | |
| 2224 | |
| 2225 1999-08-10 Alex Schroeder <asc@bsiag.com> | |
| 2226 | |
| 2227 * ansi-color.el (ansi-color-to-text-properties): Added New state 5 | |
| 2228 to prevent m-eating-bug. | |
| 2229 | |
| 2230 1999-08-10 Eli Zaretskii <eliz@gnu.org> | |
| 2231 | |
| 2232 * term/pc-win.el (msdos-bg-mode): Remove. Call | |
| 2233 frame-set-background-mode instead. All callers changed. | |
| 2234 (msdos-face-setup): Don't force color display parameter, it is set | |
| 2235 by frame-set-background-mode. | |
| 2236 (make-msdos-frame): Call x-handle-reverse-video and | |
| 2237 face-set-after-frame-default. Delete frame if creation failed. | |
| 2238 | |
| 2239 * faces.el (face-set-after-frame-default): Don't call | |
| 2240 make-face-x-resource-internal for the pc window-system. | |
| 2241 | |
| 2242 1999-08-10 Dave Love <fx@melange.gnu.org> | |
| 2243 | |
| 2244 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat | |
| 2245 case with no docstring specially. | |
| 2246 | |
| 2247 1999-08-09 Eli Zaretskii <eliz@gnu.org> | |
| 2248 | |
| 2249 * complete.el (PC-do-completion): If completing on file name, | |
| 2250 reproduce str by concatenating its directory and basename parts. | |
| 2251 | |
| 2252 1999-08-07 Dave Love <fx@gnu.org> | |
| 2253 | |
| 2254 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid | |
| 2255 unibyte to multibyte conversion of search-forward (from Handa), | |
| 2256 but avoid the replacement if the language is Latin-N. | |
| 2257 | |
| 2258 1999-08-06 Richard Stallman <rms@gnu.org> | |
| 2259 | |
| 2260 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args | |
| 2261 of eval-buffer. | |
| 2262 | |
| 2263 * international/mule.el (load-with-code-conversion): | |
| 2264 Pass t to eval-buffer for DO-ALLOW-PRINT. | |
| 2265 | |
| 2266 1999-08-06 Geoff Voelker <voelker@cs.washington.edu> | |
| 2267 | |
| 2268 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist | |
| 2269 of filenames and attributes. | |
| 2270 (ls-lisp-insert-directory): Use directory-files-and-attributes | |
| 2271 for speed. | |
| 2272 | |
| 2273 1999-08-05 Dave Love <fx@gnu.org> | |
| 2274 | |
| 2275 * auto-show.el (auto-show-mode): Fix :set. | |
| 2276 | |
| 2277 * widget.el (define-widget-keywords): Make dummy definition and | |
| 2278 comment-out its use. | |
| 2279 | |
| 2280 1999-08-04 Richard Stallman <rms@gnu.org> | |
| 2281 | |
| 2282 * progmodes/tcl.el: Customized. | |
| 2283 | |
| 2284 * sql.el (sql-accumulate-and-indent): Instead of testing | |
| 2285 whether this is Emacs 20 before calling comint-accumulate, | |
| 2286 test whether comint-accumulate is defined. | |
| 2287 | |
| 2288 1999-08-04 Dave Love <fx@gnu.org> | |
| 2289 | |
| 2290 * sgml-mode.el: Require outline when compiling. | |
| 2291 (sgml-mode-hook, html-mode-hook): Customize. | |
| 2292 (sgml-validate-command): Fix :version. | |
| 2293 (html-autoview-mode): Doc fix. | |
| 2294 | |
| 2295 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do | |
| 2296 nothing in Latin-N environment. | |
| 2297 | |
| 2298 * info.el (Info-find-node): Call info-initialize here. | |
| 2299 (info): Not here. | |
| 2300 (Info-file-list-for-emacs): Add message, dired-x, c, viper. | |
| 2301 | |
| 2302 1999-08-04 Richard Stallman <rms@gnu.org> | |
| 2303 | |
| 2304 * ansi-color.el: New file. | |
| 2305 | |
| 2306 1999-08-04 Stefan Monnier <monnier@cs.yale.edu> | |
| 2307 | |
| 2308 * dired.el (dired-string-replace-match): Return `nil' when no match | |
| 2309 found with global search. | |
| 2310 | |
| 2311 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file): | |
| 2312 * terminal.el (te-terminfo-directory): | |
| 2313 * mail/mailpost.el (post-mail-send-it): | |
| 2314 * mail/metamail.el (metamail-region): | |
| 2315 * progmodes/ada-mode.el (ada-tmp-directory): | |
| 2316 Use temporary-file-directory. | |
| 2317 | |
| 2318 * progmodes/compile.el (compilation-parsing-end,compilation-setup) | |
| 2319 (compilation-filter, compilation-forget-errors) | |
| 2320 (compilation-parse-errors): Use a marker instead of an integer for | |
| 2321 `compilation-parsing-end'. | |
| 2322 | |
| 2323 * progmodes/diff.el (diff-parse-differences): | |
| 2324 Use a marker instead of an integer for `compilation-parsing-end'. | |
| 2325 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
| 2326 Use a marker instead of an integer for `compilation-parsing-end'. | |
| 2327 | |
| 2328 1999-08-03 Richard Stallman <rms@gnu.org> | |
| 2329 | |
| 2330 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View. | |
| 2331 (Buffer-menu-mode): Doc fix. | |
| 2332 (Buffer-menu-view): New command. | |
| 2333 (Buffer-menu-view-other-window): New command. | |
| 2334 | |
| 2335 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com> | |
| 2336 | |
| 2337 * replace.el (query-replace-regexp-eval) | |
| 2338 (replace-eval-replacement, replace-loop-through-replacements) | |
| 2339 (replace-match-string-symbols): New functions. | |
| 2340 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA). | |
| 2341 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
|
2342 |
| 25837 | 2343 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk> |
| 2344 | |
| 2345 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f. | |
| 2346 (5x5): Doc fix. | |
| 2347 | |
| 2348 1999-08-03 Dave Love <fx@gnu.org> | |
| 2349 | |
| 2350 * fortran.el (fortran-indent-new-line): Make it an alias | |
| 2351 for reindent-then-newline-and-indent. | |
| 2352 | |
| 2353 1999-08-03 Didier Verna <verna@inf.enst.fr> | |
| 2354 | |
| 2355 * rect.el: All functions rewritten, except when noted above | |
| 2356 their declaration. Below is a list of interface changes. | |
| 2357 (apply-on-rectangle): New function, mostly replaces | |
| 2358 `operate-on-rectangle'. All callers changed. | |
| 2359 (move-to-column-force): Pass new second argument to `move-to-column'. | |
| 2360 (kill-rectangle): Added optional prefix arg to fill lines. | |
| 2361 (delete-rectangle): Ditto. | |
| 2362 (delete-whitespace-rectangle): Ditto. | |
| 2363 (delete-extract-rectangle): Ditto. | |
| 2364 (open-rectangle): Ditto. | |
| 2365 (clear-rectangle): Ditto. | |
| 2366 (delete-whitespace-rectangle-line): New function. | |
| 2367 (delete-rectangle-line): Added third arg FILL. | |
| 2368 (delete-extract-rectangle-line): Ditto. | |
| 2369 (open-rectangle-line): Ditto. | |
| 2370 (clear-rectangle-line): Ditto. | |
| 2371 | |
| 2372 1999-08-03 Ray Blaak <blaak@gnu.org> | |
| 2373 | |
| 2374 * progmodes/delphi.el: New file. | |
| 2375 | |
| 2376 1999-08-02 Richard Stallman <rms@gnu.org> | |
| 2377 | |
| 2378 * textmodes/outline.el (outline-previous-heading): New function. | |
| 2379 (outline-up-heading-all): Use outline-previous-heading. | |
| 2380 (outline-next-heading): Delete definition inserted yesterday. | |
| 2381 | |
| 2382 1999-08-01 Richard Stallman <rms@gnu.org> | |
| 2383 | |
| 2384 * textmodes/outline.el (outline-next-heading): New function. | |
| 2385 (outline-up-heading-all): New function. | |
| 2386 (outline-font-lock-level): Using outline-up-heading-all. | |
| 2387 Tell outline-back-to-heading to accept invisible headings. | |
| 2388 | |
| 2389 * simple.el (shell-command-on-region): EXIT-STATUS can be a string. | |
| 2390 | |
| 2391 * mail/mh-utils.el (mh-find-path-run): New variable. | |
| 2392 (mh-find-path): Test and set that. | |
| 2393 Set mail-user-agent only the first time this function is run. | |
| 2394 (mail-user-agent): Defvar deleted. | |
| 2395 | |
| 2396 * info.el (info-initialize): New function. | |
| 2397 (info): Call info-initialize. | |
| 2398 (Info-directory-list): Initialize to nil, | |
| 2399 so info-initialize will set it up for real. | |
| 2400 | |
| 2401 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 2402 | |
| 2403 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it | |
| 2404 does not interpret a time as the year in a day-month entry. | |
| 2405 | |
| 2406 * calendar/diary-lib.el: Change syntax table entry for colon in | |
| 2407 the diary as part of the european-date-diary-pattern fix. | |
| 2408 | |
| 2409 1999-08-01 Eli Zaretskii <eliz@gnu.org> | |
| 2410 | |
| 2411 * international/mule.el (set-auto-coding): Allow whitespace before | |
| 2412 and after the "variable: value" pair. | |
| 2413 | |
| 2414 1999-07-30 Ken'ichi Handa <handa@gnu.org> | |
| 2415 | |
| 2416 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed. | |
| 2417 (default-sendmail-coding-system): Doc-string fixed. | |
| 2418 | |
| 2419 1999-07-30 Dave Love <fx@gnu.org> | |
| 2420 | |
| 2421 * subr.el (assoc-delete-all): New function, renamed from | |
| 2422 frame-delete-all. | |
| 2423 | |
| 2424 * frame.el: Change comments to doc strings and other doc fixes. | |
| 2425 (frame-delete-all): Moved to subr.el as `assoc-delete-all'. | |
| 2426 Callers changed. | |
| 2427 (set-background-color, set-foreground-color, set-cursor-color) | |
| 2428 (set-mouse-color, set-border-color): Offer completion of colours. | |
| 2429 (cursor): Add :version to defgroup. | |
| 2430 | |
| 2431 * facemenu.el (list-colors-display): Make it work on ttys. | |
| 2432 (facemenu-read-color): Likewise. | |
| 2433 | |
| 2434 1999-07-30 Richard M. Stallman <rms@gnu.org> | |
| 2435 | |
| 2436 * frame.el (frame-notice-user-settings): If background | |
| 2437 color has been changed, update background-mode from it, | |
| 2438 then update faces. | |
| 2439 | |
| 2440 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com> | |
| 2441 | |
| 2442 * net-utils.el (finger): Don't do indirect fingering. | |
| 2443 | |
| 2444 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 2445 | |
| 2446 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of | |
| 2447 rules. Add separator at end of holidays. | |
| 2448 (cal-tex-rules): New customizable variable. | |
| 2449 (cal-tex-latexify-list): Add optional parameter to put separator | |
| 2450 at end. | |
| 2451 | |
| 2452 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu> | |
| 2453 | |
| 2454 * textmodes/fill.el (fill-individual-paragraphs): Calculate new | |
| 2455 fill prefix on each line while looping to the end of paragraph. | |
| 2456 End paragraph if it's longer than the existing fill prefix. | |
| 2457 | |
| 2458 * textmodes/fill.el (fill-context-prefix): Doc fix. | |
| 2459 | |
| 2460 1999-07-30 Dave Love <fx@gnu.org> | |
| 2461 | |
| 2462 * font-lock.el (jit-lock): Fix :load, add :version. | |
| 2463 | |
| 2464 1999-07-30 Eli Zaretskii <eliz@gnu.org> | |
| 2465 | |
| 2466 * term/pc-win.el (msdos-face-setup): Register standard colors in | |
| 2467 Vface_tty_color_alist. | |
| 2468 (face-color-supported-p, face_color_gray_p): New functions. | |
| 2469 | |
| 2470 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p | |
| 2471 is bound. | |
| 2472 | |
| 2473 * startup.el (command-line): Don't register default colors for | |
| 2474 MSDOS window-system. | |
| 2475 | |
| 2476 1999-07-29 Dave Love <fx@gnu.org> | |
| 2477 | |
| 2478 * f90.el (f90-mode-syntax-table): Change backslash to escape, not | |
| 2479 charquote. | |
| 2480 | |
| 2481 * lisp-mode.el (eval-defun): Re-written to avoid | |
| 2482 capturing variables. | |
| 2483 | |
| 2484 * picture.el (picture-beginning-of-line): Don't call | |
| 2485 hscroll-point-visible now we have real autoscrolling. | |
| 2486 (picture-end-of-line, picture-newline, picture-open-line): | |
| 2487 Likewise. | |
| 2488 | |
| 2489 * international/latin-8.el: New file. | |
| 2490 * international/latin-9.el: New file. | |
| 2491 | |
| 2492 1999-07-28 Dave Love <fx@gnu.org> | |
| 2493 | |
| 2494 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter. | |
| 2495 | |
| 2496 * msb.el: Require cl only when compiling. | |
| 2497 (msb--home-dir): Deleted. | |
| 2498 (msb--format-title): Use abbreviate-file-name. | |
| 2499 (msb--choose-file-menu): Simplify string comparison. | |
| 2500 | |
| 2501 1999-07-28 Gerd Moellmann <gerd@gnu.org> | |
| 2502 | |
| 2503 * faces.el (toolbar): Add face definition for mono displays. | |
| 2504 | |
| 2505 1999-07-27 Richard M. Stallman <rms@gnu.org> | |
| 2506 | |
| 2507 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
| 2508 | |
| 2509 * frame.el (frame-initialize): When setting frame-initial-frame-alist, | |
| 2510 force copying of default-frame-alist. | |
| 2511 | |
| 2512 1999-07-26 Ken'ichi Handa <handa@gnu.org> | |
| 2513 | |
| 2514 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp. | |
| 2515 | |
| 2516 1999-07-26 Richard M. Stallman <rms@gnu.org> | |
| 2517 | |
| 2518 * frame.el (set-mouse-color): If new color is nil, | |
| 2519 really respecify the current color. | |
| 2520 | |
| 2521 1999-07-26 Gerd Moellmann <gerd@gnu.org> | |
| 2522 | |
| 2523 * faces.el (bitmap-area): Change background of face `bitmap-area' | |
| 2524 to white for mono displays. | |
| 2525 | |
| 2526 1999-07-26 Kenichi Handa <handa@etl.go.jp> | |
| 2527 | |
| 2528 * international/ccl.el (ccl-embed-symbol): New function. | |
| 2529 (ccl-program-p): Deleted. Now it's implemented in C code. | |
| 2530 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol. | |
| 2531 (ccl-compile-translate-character): Likewise. | |
| 2532 (ccl-compile-map-single): Likewise. | |
| 2533 (ccl-compile-multiple-map-function): Likewise. | |
| 2534 (declare-ccl-program): Doc-string modified. | |
| 2535 (check-ccl-program): Check compiled CCL code by ccl-program-p. | |
| 2536 | |
| 2537 1999-07-25 Ken'ichi Handa <handa@etl.go.jp> | |
| 2538 | |
| 2539 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change. | |
| 2540 | |
| 2541 1999-07-25 Markus Rost <rost@gnu.org> | |
| 2542 | |
| 2543 * cus-edit.el (custom-save-variables, custom-save-faces): Sort | |
| 2544 the entries to make custom-file more readable. | |
| 2545 | |
| 2546 1999-07-25 Richard M. Stallman <rms@gnu.org> | |
| 2547 | |
| 2548 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs. | |
| 2549 | |
| 2550 * emacs-lisp/edebug.el: Delete compatibility code. | |
| 2551 (edebug-next-token-class): If . is followed by a digit, | |
| 2552 return `symbol' for the token class. | |
| 2553 | |
| 2554 * startup.el (command-line): If we don't find the user's init file, | |
| 2555 set user-init-file to nil. | |
| 2556 | |
| 2557 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 2558 | |
| 2559 * info-look.el (info-lookup-interactive-arguments): Add optional | |
| 2560 argument query for new choice of help mode. | |
| 2561 (info-lookup-symbol): Use it. | |
| 2562 (info-lookup-file): Ditto. | |
| 2563 (info-lookup): Don't switch to other window, if already in Info | |
| 2564 buffer. | |
| 2565 | |
| 2566 1999-07-23 Dave Love <fx@gnu.org> | |
| 2567 | |
| 2568 * fortran.el (fortran-mode-syntax-table): Change `\' to `\' | |
| 2569 syntax. | |
| 2570 (fortran-fontify-string, fortran-match-!-commen): Deleted. | |
| 2571 (fortran-font-lock-syntactic-keywords): New variable. | |
| 2572 (fortran-mode): Use it. | |
| 2573 (fortran-font-lock-keywords-1): Don't do comments. | |
| 2574 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save | |
| 2575 match data. | |
| 2576 | |
| 2577 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls. | |
| 2578 | |
| 2579 * msb.el (msb-menu-bar-update-buffers): Renamed from | |
| 2580 menu-bar-update-buffers. | |
| 2581 (msb-custom-set, msb--toggle-menu-type): Call | |
| 2582 msb-menu-bar-update-buffers. | |
| 2583 (msb-mode): Revise the hook setting. | |
| 2584 | |
| 2585 * font-lock.el (turn-on-font-lock): Use tty-display-color-p. | |
| 2586 | |
| 2587 1999-07-23 Gerd Moellmann <gerd@gnu.org> | |
| 2588 | |
| 25956 | 2589 * font-lock.el, help.el, simple.el: Re-integrate previously |
| 2590 described changes that were lost due to errors while checking them | |
| 2591 in. | |
| 25837 | 2592 |
| 2593 1999-07-23 Kevin Blake <kblake@ticnet.com> | |
| 2594 | |
| 2595 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp. | |
| 2596 | |
| 2597 1999-07-23 Ken'ichi Handa <handa@etl.go.jp> | |
| 2598 | |
| 2599 * international/encoded-kb.el | |
| 2600 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character | |
| 2601 but push it to unread-command-events. | |
| 2602 (encoded-kbd-self-insert-iso2022-8bit): Likewise. | |
| 2603 (encoded-kbd-self-insert-sjis): Likewise. | |
| 2604 (encoded-kbd-self-insert-big5): Likewise. | |
| 2605 | |
| 2606 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up | |
| 2607 before left margin and fill-prefix by fill-find-break-point. | |
| 2608 | |
| 2609 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 2610 | |
| 2611 * info-look.el (info-lookup-setup-mode): Don't give up, if | |
| 2612 info-lookup-make-completions returns an error. | |
| 2613 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file | |
| 2614 name latex, not latex2e. | |
| 2615 | |
| 2616 1999-07-21 Richard M. Stallman <rms@gnu.org> | |
| 2617 | |
| 2618 * replace.el (perform-replace): Turn off case-fold-search | |
| 2619 if FROM-STRING argument has uppercase in it. | |
| 2620 | |
| 2621 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2622 | |
| 2623 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock | |
| 2624 mode is on. Don't use end of changed text. | |
| 2625 | |
| 2626 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2627 | |
| 2628 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table. | |
| 2629 (cl-hash-table-p): Renamed from hash-table-p. | |
| 2630 (cl-hash-table-count): Renamed from hash-table-count. | |
| 2631 (maphash): Alias to cl-maphash removed. | |
| 2632 (gethash): Likewise. | |
| 2633 (puthash): Likewise. | |
| 2634 (remhash): Likewise. | |
| 2635 (clrhash): Likewise. | |
| 2636 | |
| 2637 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2638 | |
| 2639 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with | |
| 2640 third arg non-nil. See comment there why this isn't a good idea. | |
| 2641 | |
| 2642 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2643 | |
| 2644 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message. | |
| 2645 | |
| 2646 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call | |
| 2647 sit-for with 3rd arg non-nil to prevent redisplay. | |
| 2648 | |
| 2649 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2650 | |
| 2651 * image.el (image-type-from-file-header): If file doesn't | |
| 2652 have a directory part, add data-directory. | |
| 2653 | |
| 2654 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2655 | |
| 2656 * tooltip.el (tooltip-gud-tips-p): Set default to nil. | |
| 2657 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse | |
| 2658 motion handling when tooltip-gud-tips-p is nil. | |
| 2659 | |
| 2660 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2661 | |
| 2662 * tooltip.el (tooltip-mode): Don't use `plusp'. | |
| 2663 (tooltip-active): Use initial value of nil. | |
| 2664 | |
| 2665 * jit-lock.el (jit-lock-mode): Don't use `plusp'. | |
| 2666 | |
| 2667 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2668 | |
| 2669 * bindings.el (make-mode-line-mouse-sensitive): Add key | |
| 2670 definitions for `top-line'. | |
| 2671 | |
| 2672 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2673 | |
| 2674 * faces.el (top-line): New face. | |
| 2675 | |
| 2676 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2677 | |
| 2678 * image.el (image-type-regexps): Add regexp for PS files. | |
| 2679 | |
| 2680 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2681 | |
| 2682 * faces.el (set-face-attribute): Fix wrong handling of frame | |
| 2683 begin equal to t. | |
| 2684 | |
| 2685 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2686 | |
| 2687 * image.el (image-type-regexps): Add PNG format. | |
| 2688 | |
| 2689 1999-07-21 Dave Love <fx@gnu.org> | |
| 2690 | |
| 2691 * bindings.el (mode-line-modified): New variable. | |
| 2692 (mode-line-mode-menu-1): Switch to appropriate window before | |
| 2693 showing menu. | |
| 2694 | |
| 2695 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2696 | |
| 2697 * faces.el (face-underline): Removed. | |
| 2698 (face-underline-color): Ditto. | |
| 2699 | |
| 2700 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2701 | |
| 2702 * faces.el (face-x-resources): Fix typo. | |
| 2703 | |
| 2704 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2705 | |
| 2706 * faces.el: Remove handling of `:relief', extend handling of | |
| 2707 `:box'. | |
| 2708 (frame-set-background-mode): Choose new defface specs after | |
| 2709 frame parameters have changed. | |
| 2710 | |
| 2711 * cus-face.el: Ditto. | |
| 2712 | |
| 2713 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2714 | |
| 2715 * custom.el (defface): Extend documentation to include new | |
| 2716 face attributes. | |
| 2717 | |
| 2718 * cus-face.el (custom-face-attributes): Add overline, | |
| 2719 strike-through, box. | |
| 2720 | |
| 2721 * faces.el (face-valid-attribute-values): Handle overline, | |
| 2722 strike-through, box. | |
| 2723 (face-attribute-name-alist): Add pairs for new face attributes. | |
| 2724 (describe-face): Handle new face attributes. | |
| 2725 | |
| 2726 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2727 | |
| 2728 * faces.el (face-x-resources): Add overline, strike-through, box. | |
| 2729 | |
| 2730 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2731 | |
| 2732 * enriched.el (enriched-translations): Add `display' and | |
| 2733 "x-display". | |
| 2734 (enriched-handle-display-prop): New. | |
| 2735 (enriched-decode-display-prop): New. | |
| 2736 | |
| 2737 * format.el (top-level): Give `display' property | |
| 2738 `format-list-atomic-p. | |
| 2739 (format-annotate-single-property-change): Test that property. | |
| 2740 If present, treat list property values like atoms. | |
| 2741 | |
| 2742 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2743 | |
| 2744 * cus-face.el (custom-face-attributes): Use `choice' everywhere | |
| 2745 so that "*" can be entered. | |
| 2746 | |
| 2747 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2748 | |
| 2749 * cus-face.el (custom-face-attributes): Don't use `#''. | |
| 2750 | |
| 2751 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 2752 | |
| 2753 * cus-face.el (custom-face-attributes): Return underline | |
| 2754 face attribute directly from the second lambda of underline. | |
| 2755 | |
| 2756 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2757 | |
| 2758 * jit-lock.el (jit-lock-stealth-verbose): Set to nil. | |
| 2759 | |
| 2760 * frame.el (after-setting-font-hooks): New variable. | |
| 2761 (set-frame-font): Run those hooks. | |
| 2762 | |
| 2763 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region. | |
| 2764 | |
| 2765 * faces.el (set-face-attribute): Fix doc string. | |
| 2766 | |
| 2767 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2768 | |
| 2769 * cus-face.el (custom-face-attributes): Accept color name. | |
| 2770 | |
| 2771 * faces.el (face-underline-p): Accept unspecified underlining. | |
| 2772 (face-underline): Ditto. Fix doc string. | |
| 2773 | |
| 2774 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 2775 | |
| 2776 * faces.el (face-underline-color): New function. | |
| 2777 | |
| 2778 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |
| 2779 | |
| 2780 * cus-face.el (custom-face-attributes): Support underline coloring. | |
| 2781 Added slot to choose a color. | |
| 2782 | |
| 2783 * faces.el (face-underline): New function. | |
| 2784 (face-underline-p): Support underline coloring. | |
| 2785 Return nil only if the underline attribute is 'normal. | |
| 2786 (set-face-underline): New function. | |
| 2787 (face-valid-attribute-values): Support underline coloring. | |
| 2788 | |
| 2789 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2790 | |
| 2791 * image.el (insert-image): Use `display' instead of `glyph' | |
| 2792 as text property name. | |
| 2793 (put-image): Ditto. | |
| 2794 (image-type-from-file-header): Use insert-file-contents-literally. | |
| 2795 | |
| 2796 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2797 | |
| 2798 * easymenu.el (easy-menu-do-add-item): Don't use the empty | |
| 2799 string to indicate separators. | |
| 2800 | |
| 2801 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2802 | |
| 2803 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max | |
| 2804 instead of message-log. | |
| 2805 | |
| 2806 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2807 | |
| 2808 * faces.el (bitmap-area): New face. | |
| 2809 | |
| 2810 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2811 | |
| 2812 * image.el (insert-image): New. | |
| 2813 | |
| 2814 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2815 | |
| 2816 * frame.el (blink-cursor): Set the symbol's value. | |
| 2817 (show-trailing-whitespace): Change group to font-lock. | |
| 2818 | |
| 2819 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2820 | |
| 2821 * jit-lock.el: New. | |
| 2822 * font-lock.el: Add jit-mode as new support mode. | |
| 2823 | |
| 2824 * font-lock.el (font-lock-fontify-keywords-region): Stop when | |
| 2825 reaching end instead of letting re-search-forward signal an error. | |
| 2826 (demand-lock-mode): New. | |
| 2827 (font-lock-turn-on-thing-lock): Add demand-lock-mode. | |
| 2828 (font-lock-turn-off-thing-lock): Ditto. | |
| 2829 (font-lock-after-fontify-buffer): Ditto. | |
| 2830 (font-lock-after-unfontify-buffer): Ditto. | |
| 2831 | |
| 2832 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2833 | |
| 2834 * gs.el: New file. | |
| 2835 | |
| 2836 * startup.el (command-line-1): Activate tooltip mode if | |
| 2837 interactive. | |
| 2838 | |
| 2839 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2840 | |
| 2841 * faces.el (toolbar): Grey default background. | |
| 2842 (modeline): Ditto. | |
| 2843 | |
| 2844 * image.el (image-type-regexps): New. | |
| 2845 (image-type-from-file-header): New. | |
| 2846 (create-image): Call it. | |
| 2847 | |
| 2848 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2849 | |
| 2850 * image.el: New file. | |
| 2851 | |
| 2852 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2853 | |
| 2854 * bindings.el (mode-line-format): Replace `mode-name' with | |
| 2855 `(:eval mode-line-mode-name)'. | |
| 2856 (mode-line-mode-name): New. | |
| 2857 (make-mode-line-mouse-sensitive): Don't change default value | |
| 2858 of `mode-name'. | |
| 2859 | |
| 2860 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2861 | |
| 2862 * tooltip.el: New file. | |
| 2863 | |
| 2864 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2865 | |
| 2866 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3 | |
| 2867 instead of mouse-3 to pop up menus. | |
| 2868 (mode-line-kill-buffer): Removed. | |
| 2869 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over | |
| 2870 buffer name. | |
| 2871 (mode-line-buffer-menu-1): Removed. | |
| 2872 | |
| 2873 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive. | |
| 2874 | |
| 2875 * bindings.el (mode-line-buffer-identification-keymap): New. | |
| 2876 (mode-line-buffer-menu-keymap): New. | |
| 2877 (mode-line-mode-menu-keymap): New. | |
| 2878 (mode-line-unbury-buffer): New. | |
| 2879 (mode-line-other-buffer): New. | |
| 2880 (mode-line-kill-buffer): New. | |
| 2881 (mode-line-buffer-menu-1): New. | |
| 2882 (mode-line-mode-menu-1): New. | |
| 2883 (make-mode-line-mouse-sensitive): New. | |
| 2884 | |
| 2885 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2886 | |
| 2887 * help.el (describe-key-briefly): Handle mode line strings | |
| 2888 with local-map properties. | |
| 2889 (describe-key): Ditto. | |
| 2890 (mode-line-key-binding): New. | |
| 2891 | |
| 2892 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2893 | |
| 2894 * scroll-bar.el (scroll-bar-timer): New. | |
| 2895 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer. | |
| 2896 | |
| 2897 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2898 | |
| 2899 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top' | |
| 2900 and `bottom'. | |
| 2901 | |
| 2902 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2903 | |
| 2904 * scroll-bar.el (scroll-bar-toolkit-scroll): New. | |
| 2905 (global): Use different key bindings if using tookit scroll bars. | |
| 2906 | |
| 2907 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2908 | |
| 2909 * faces.el (modeline): Define mode line face with relief for | |
| 2910 class color, only. | |
| 2911 (toolbar): New face. | |
| 2912 | |
| 2913 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2914 | |
| 2915 * frame.el (frame-initialize): Set frame-creation-function to | |
| 2916 tty-create-frame-with-faces. | |
| 2917 | |
| 2918 * faces.el (frame-set-background-mode): Make it work for | |
| 2919 window-system nil. | |
| 2920 | |
| 2921 * faces.el (tty-create-frame-with-faces): New. | |
| 2922 (face-set-after-frame-default): Make it work for TTY frames. | |
| 2923 | |
| 2924 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2925 | |
| 2926 * faces.el (face-valid-attribute-values): Use tty-defined-colors. | |
| 2927 Return a list of one font family for TTYs. Don't return bitmap | |
| 2928 file paths for TTY frames. | |
| 2929 | |
| 2930 * faces.el: Add face specs for tty displays to basic faces. | |
| 2931 | |
| 2932 * font-lock.el (font-lock-comment-face): Add spec for color tty. | |
| 2933 (font-lock-string-face): Ditto. | |
| 2934 (font-lock-keyword-face): Ditto. | |
| 2935 (font-lock-builtin-face): Ditto. | |
| 2936 (font-lock-function-name-face): Ditto. | |
| 2937 (font-lock-variable-name-face): Ditto. | |
| 2938 (font-lock-type-face): Ditto. | |
| 2939 (font-lock-constant-face): Ditto. | |
| 2940 (font-lock-warning-face): Ditto. | |
| 2941 | |
| 2942 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2943 | |
| 2944 * startup.el (command-line): Register default tty colors. | |
| 2945 | |
| 2946 * faces.el (face-spec-set-match-display): Recognize `type tty'. | |
| 2947 | |
| 2948 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2949 | |
| 2950 * faces.el (modeline): For X frames, use a modeline with relief. | |
| 2951 | |
| 2952 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2953 | |
| 2954 * faces.el (frame-update-faces): Copied from 20.2. | |
| 2955 (frame-update-face-colors): Ditto. Code removed that isn't | |
| 2956 applicable in the new face implementation. | |
| 2957 | |
| 2958 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2959 | |
| 2960 * frame.el (show-trailing-whitespace): New. | |
| 2961 | |
| 2962 * faces.el (trailing-whitespace): New basic face. | |
| 2963 | |
| 2964 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2965 | |
| 2966 * cus-face.el (custom-facep): Always define as alias for facep. | |
| 2967 | |
| 2968 * cus-face.el (custom-face-attributes): Use choice widgets. | |
| 2969 Remove :bold and :italic. | |
| 2970 | |
| 2971 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2972 | |
| 2973 * faces.el (face-charset-registries): Removed since fontset.el | |
| 2974 is no always loaded. | |
| 2975 | |
| 2976 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2977 | |
| 2978 * faces.el (internal-get-face): Added as obsolete function for | |
| 2979 compatibility. | |
| 2980 | |
| 2981 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2982 | |
| 2983 * frame.el (blink-cursor-end): Call show-cursor. | |
| 2984 (blink-cursor-mode): Ditto. | |
| 2985 | |
| 2986 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2987 | |
| 2988 * faces.el (face-spec-reset-face): Reset all attributes to | |
| 2989 `unspecified'. | |
| 2990 (face-spec-set): Use it. | |
| 2991 | |
| 2992 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 2993 | |
| 2994 * faces.el (read-all-face-attributes): Bug fix. | |
| 2995 (face-read-integer): Allow nil default value. | |
| 2996 (face-valid-attribute-values): Use symbol names of attribute | |
| 2997 values for completion list. | |
| 2998 | |
| 2999 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 3000 | |
| 3001 * faces.el (internal-find-face): Define for compatibility with | |
| 3002 20.2. | |
| 3003 (face-id): Likewise. | |
| 3004 | |
| 3005 * faces.el (face-id): Return the ID of a realized face for ASCII. | |
| 3006 | |
| 3007 * fontset.el (x-charset-registries): Removed. Now in faces.el. | |
| 3008 (x-complement-fontset-spec): Use face-charset-registries. | |
| 3009 | |
| 3010 * faces.el (face-font-selection-order): Set font selection order | |
| 3011 from Lisp. | |
| 3012 (face-alternative-font-family-alist): Set alternative font | |
| 3013 families from Lisp. | |
| 3014 | |
| 3015 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 3016 | |
| 3017 * faces.el (set-face-charset-registries): Set symbol value. | |
| 3018 | |
| 3019 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 3020 | |
| 3021 * faces.el (face-set-after-frame-default): Call function | |
| 3022 internal-merge-in-global-face. | |
| 3023 | |
| 3024 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 3025 | |
| 3026 * faces.el (face-list): Return symbols from face-global-alist. | |
| 3027 | |
| 3028 * faces.el (face-list): Return a copy of the face name list so | |
| 3029 that it cannot be modified from outside (facemenu.el uses | |
| 3030 nreverse, for example). | |
| 3031 | |
| 3032 * cus-face.el (custom-face-attributes): Add :bold and :italic | |
| 3033 for compatibility with old code. | |
| 3034 | |
| 3035 * faces.el (set-face-attributes-from-resources): Additional | |
| 3036 frame parameter. | |
| 3037 (make-face-x-resource-internal): Set attributes from resources | |
| 3038 for a given frame or all frames. | |
| 3039 | |
| 3040 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 3041 | |
| 3042 * faces.el (all-faces): Removed. | |
| 3043 | |
| 3044 * custom.el (defface): Add new face attributes to function | |
| 3045 comment. | |
| 3046 | |
| 3047 * font-lock.el (font-lock-comment-face): Use new face attribute | |
| 3048 names. | |
| 3049 (font-lock-string-face): Ditto. | |
| 3050 (font-lock-keyword-face): Ditto. | |
| 3051 (font-lock-builtin-face): Ditto. | |
| 3052 (font-lock-function-name-face): Ditto. | |
| 3053 (font-lock-variable-name-face): Ditto. | |
| 3054 (font-lock-type-face): Ditto. | |
| 3055 (font-lock-reference-face): Ditto. | |
| 3056 (font-lock-warning-face): Ditto. | |
| 3057 ((boundp 'font-lock-face-attributes)): Ditto. | |
| 3058 | |
| 3059 * cus-face.el (custom-face-attributes): Use new face attributes. | |
| 3060 | |
| 3061 * faces.el (set-face-attribute-from-resource): Initialize | |
| 3062 from resources only for X and W32. | |
| 3063 | |
| 3064 * cus-face.el (custom-declare-face): Don't make frame-local | |
| 3065 faces. | |
| 3066 | |
| 3067 * faces.el (describe-face): Use princ instead of insert. | |
| 3068 | |
| 3069 * faces.el: Add XLFD manipulation functions from 20.2 again | |
| 3070 because fontset.el uses them. | |
| 3071 (face-set-after-frame-default): Add empty definition. | |
| 3072 | |
| 3073 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 3074 | |
| 3075 * faces.el (make-face): Correct typo. | |
| 3076 (set-face-attribute-from-resource): Use let*. | |
| 3077 (face-underline-p): Correct typo. | |
| 3078 (face-inverse-video-p): Ditto. | |
| 3079 (set-face-stipple): Ditto. | |
| 3080 (face-read-string): Make completion-list optional parameter. | |
| 3081 | |
| 3082 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 3083 | |
| 3084 * faces.el (face-charset-registries): Alist mapping charset | |
| 3085 symbols to registries and encoding. | |
| 3086 | |
| 3087 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 3088 | |
| 3089 * frame.el (blink-cursor-mode): Use interactive spec "P". | |
| 3090 | |
| 3091 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 3092 | |
| 3093 * frame.el (blink-cursor-mode): Function to toggle blinking cursor | |
| 3094 mode. The cursor of selected_window blinks if the mode is enabled. | |
| 3095 | |
| 3096 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 3097 | |
| 3098 * simple.el (next-history-element): Set point to the end of the | |
| 3099 prompt if minibuffer-prompt-in-buffer. | |
| 3100 | |
| 3101 1999-07-21 Gerd Moellmann <gerd@gnu.org> | |
| 3102 | |
| 3103 * faces.el (x-font-regexp): Add sub-expression parentheses for | |
| 3104 several font name components. | |
| 3105 | |
| 3106 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 3107 | |
| 3108 * faces.el (set-face-relief): Use index 12 for relief. | |
| 3109 (face-fill-in): Set relief from data. | |
| 3110 (internal-make-face): Init relief to zero. | |
| 3111 | |
| 3112 * faces.el (face-spec-set): call modify-face with additional | |
| 3113 parameters for relief and fixed-p. | |
| 3114 | |
| 3115 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 3116 | |
| 3117 * cus-face.el: ':fixed and ':relief added. | |
| 3118 | |
| 3119 * faces.el (describe-face): Add fixed font attribute and relief. | |
| 3120 (face-attr-match-p): Ditto. | |
| 3121 (face-attr-construct): Ditto. | |
| 3122 (face-spec-set): Ditto. | |
| 3123 | |
| 3124 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 3125 | |
| 3126 * faces.el (internal-make-face): Function to create a Lisp vector | |
| 3127 suitable for representing a face. | |
| 3128 (make-face): Use it instead of make-vector. | |
| 3129 (x-create-frame-with-faces): Use it instead of vector. | |
| 3130 (internal-facep): Increase vector size to 14. | |
| 3131 (internal-make-face): Ditto. | |
| 3132 (face-relief): Access relief thickness. | |
| 3133 (face-fixed-p): Access fixed font attribute. | |
| 3134 (set-face-fixed-p): Set fixed font attribute. | |
| 3135 (set-face-relief): Set relief attribute. | |
| 3136 (internal-face-interactive-int): Read int attribute of face. | |
| 3137 (modify-face): Add fixed-p and relief parameters. | |
| 3138 (copy-face): Handle fixed-p and relief. | |
| 3139 (face-equal): Compare fixed-p and relief. | |
| 3140 (face-differs-from-default-p): Ditto. | |
| 3141 (face-nontrivial-p): Add fixed-p and relief. | |
| 3142 | |
| 3143 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 3144 | |
| 3145 * faces.el (eval-when-compile): Add set-face-shadow-thickness. | |
| 3146 (internal-facep): Increase vector size. | |
| 3147 (make-face): Ditto. | |
| 3148 (face-shadow-thickness): Added. | |
| 3149 (set-face-shadow-thickness): Added. | |
| 3150 (modify-face): Add optional shadow-thickness parameter. | |
| 3151 (make-face-x-resource-internal): Add shadows. | |
| 3152 (copy-face): Ditto. | |
| 3153 (face-equal): Ditto. | |
| 3154 (face-differs-from-default-p): Ditto. | |
| 3155 (face-nontrivial-p): Ditto. | |
| 3156 (face-attr-match-p): Ditto. | |
| 3157 (face-attr-construct): Ditto. | |
| 3158 (face-spec-set): Ditto. | |
| 3159 (face-fill-in): Ditto. | |
| 3160 | |
| 3161 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 3162 | |
| 3163 * bench.el (bench-mark-split-window): New bench mark. | |
| 3164 | |
| 3165 1999-07-21 Gerd Moellmann <gerd@acm.org> | |
| 3166 | |
| 3167 * faces.el (set-face-font): Don't pass default font to | |
| 3168 x-resolve-font so that font will not have to be of the same | |
| 3169 size. | |
| 3170 | |
| 3171 1999-07-20 Dave Love <fx@gnu.org> | |
| 3172 | |
| 3173 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it | |
| 3174 unconditionally t. | |
| 3175 | |
| 3176 1999-07-20 Karl Heuer <kwzh@gnu.org> | |
| 3177 | |
| 3178 * font-lock.el (c++-font-lock-extra-types): Add "type_info". | |
| 3179 | |
| 3180 1999-07-20 Dave Love <fx@gnu.org> | |
| 3181 | |
| 3182 * help.el (describe-variable): Fix test for customizability. | |
| 3183 | |
| 3184 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer): | |
| 3185 Check for readonly buffer in interactive spec. | |
| 3186 (zap-to-char, kill-line, kill-region, comment-region, kill-word) | |
| 3187 (backward-kill-word): Add * to interactive spec. | |
| 3188 | |
| 3189 * underline.el (underline-region, ununderline-region): Add * to | |
| 3190 interactive spec. | |
| 3191 | |
| 3192 * fill.el (canonically-space-region, justify-current-line): Add * | |
| 3193 to interactive spec. | |
| 3194 (fill-region-as-paragraph, fill-paragraph, fill-region) | |
| 3195 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check | |
| 3196 readonly buffer in interactive spec. | |
| 3197 | |
| 3198 * paragraphs.el: (kill-paragraph, backward-kill-paragraph) | |
| 3199 (backward-kill-sentence, kill-sentence): Add * to interactive | |
| 3200 spec. | |
| 3201 | |
| 3202 1999-07-19 Richard M. Stallman <rms@gnu.org> | |
| 3203 | |
| 3204 * dired-aux.el (dired-do-shell-command): Doc fix. | |
| 3205 | |
| 3206 * shell.el (shell-unquote-argument): New function. | |
| 3207 (shell-directory-tracker): Use shell-unquote-argument. | |
| 3208 * comint.el (comint-arguments): Handle \ followed by space or tab. | |
| 3209 | |
| 3210 1999-07-19 John Wiegley <jwiegley@borland.com> | |
| 3211 | |
| 3212 * term.el (ansi-term-fg-faces-vector): Added support for ANSI | |
| 3213 color codes 39 and 49, which by the way lynx uses them seem to | |
| 3214 mean "foreground reset" and "background reset". | |
| 3215 | |
| 3216 1999-07-19 Karl Heuer <kwzh@gnu.org> | |
| 3217 | |
| 3218 * font-lock.el (c++-keywords): Add "typeid". | |
| 3219 | |
| 3220 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but | |
| 3221 selects no font, treat that as zero selections, not one. | |
| 3222 | |
| 3223 1999-07-19 Dave Love <fx@gnu.org> | |
| 3224 | |
| 3225 * info.el (Info-search): Don't lose with empty regexp. | |
| 3226 | |
| 3227 * version.el: Cater for (free) `ident' program, not `which'. | |
| 3228 | |
| 3229 * hl-line.el: New file. | |
| 3230 | |
| 3231 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu | |
| 3232 for modes which don't define menus. | |
| 3233 | |
| 3234 1999-07-16 Richard M. Stallman <rms@gnu.org> | |
| 3235 | |
| 3236 * webjump.el (webjump-sample-sites): Update some URLs. | |
| 3237 | |
| 3238 1999-07-14 Richard Stallman <rms@gnu.org> | |
| 3239 | |
| 3240 * Version 20.4 released. | |
| 3241 | |
| 3242 1999-07-14 Andreas Schwab <schwab@gnu.org> | |
| 3243 | |
| 3244 * compare-w.el (compare-windows): Try to find the next window in | |
| 3245 the current frame before looking at the other frames. | |
| 3246 | |
| 3247 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
| 3248 | |
| 3249 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"): | |
| 3250 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
|
3251 |
| 25837 | 3252 1999-07-12 Richard Stallman <rms@gnu.org> |
| 3253 | |
| 3254 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for | |
| 3255 Java anonymous array expressions ("new Foo[] {.. bracelist ..}"). | |
| 3256 | |
| 3257 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian. | |
| 3258 (ispell-local-dictionary-alist): Add koi8-r for character set. | |
| 3259 | |
| 3260 * textmodes/flyspell.el (flyspell-get-word): | |
| 3261 Add special handling for when ispell-otherchars is empty. | |
| 3262 | |
| 3263 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 3264 | |
| 3265 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior | |
| 3266 when having nested functons. | |
| 3267 (pascal-indent-nested-functions) (pascal-indent-line) | |
| 3268 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for | |
| 3269 indenting nested functions. | |
| 3270 | |
| 3271 1999-07-09 Richard Stallman <rms@gnu.org> | |
| 3272 | |
| 3273 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes. | |
| 3274 | |
| 3275 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 3276 | |
| 3277 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when | |
| 3278 the `end' keyword was in the very beginning of the buffer. | |
| 3279 | |
| 3280 1999-07-08 Richard Stallman <rms@gnu.org> | |
| 3281 | |
| 3282 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix. | |
| 3283 | |
| 3284 * term.el (term-emulate-terminal): Avoid infinite loop | |
| 3285 in strange case where minibuffer window is selected but not active. | |
| 3286 | |
| 3287 1999-07-07 Stephen Eglen <stephen@gnu.org> | |
| 3288 | |
| 3289 * progmodes/octave-inf.el (inferior-octave-directory-tracker): | |
| 3290 Change regexp so that it doesn't match commands beginning with `cd'. | |
| 3291 | |
| 3292 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 3293 | |
| 3294 * mail/rmail.el (mail-unsent-separator): Add a missing \\|. | |
| 3295 | |
| 3296 1999-07-06 Richard Stallman <rms@gnu.org> | |
| 3297 | |
| 3298 * hscroll.el (hscroll-minibuffer-hook): New function. | |
| 3299 (hscroll-global-mode): Add and remove that hook. | |
| 3300 Set hscroll-old-truncate-was-global's default value. | |
| 3301 | |
| 3302 1999-07-05 Richard Stallman <rms@gnu.org> | |
| 3303 | |
| 3304 * files.el (revert-buffer): Don't preserve point here. | |
| 3305 (revert-buffer-insert-file-contents-function): Doc fix. | |
| 3306 | |
| 3307 * isearch.el (isearch-process-search-char): Write octal 200 correctly. | |
| 3308 | |
| 3309 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid | |
| 3310 doing a `stat' when it isn't necessary because that can cause | |
| 3311 trouble when an NFS server is down. | |
| 3312 | |
| 3313 1999-07-04 Richard Stallman <rms@gnu.org> | |
| 3314 | |
| 3315 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer. | |
| 3316 | |
| 3317 1999-07-03 Richard Stallman <rms@gnu.org> | |
| 3318 | |
| 3319 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte | |
| 3320 for \200...\240 also. | |
| 3321 (isearch-printing-char): Use unibyte-char-to-multibyte. | |
| 3322 | |
| 3323 1999-07-02 Richard Stallman <rms@gnu.org> | |
| 3324 | |
| 3325 * frame.el (minibuffer-frame-alist): Use defcustom. | |
| 3326 (pop-up-frame-alist): Likewise. | |
| 3327 (initial-frame-alist): Specify * in the doc string. | |
| 3328 | |
| 3329 * hscroll.el (hscroll-mode): Make it a permanent local. | |
| 3330 (hscroll-mode): Don't cancel the timer | |
| 3331 if HScroll mode is enabled in some other buffer. | |
| 3332 | |
| 3333 * isearch.el (isearch-done): If search ends in middle of intangible | |
| 3334 text (due to text property), move on to the limit of that text. | |
| 3335 | |
| 3336 1999-07-01 Andrew Innes <andrewi@gnu.org> | |
| 3337 | |
| 3338 * man.el (Man-build-man-command): Use value of null-device, | |
| 3339 instead of hard-coding "/dev/null". | |
| 3340 | |
| 3341 * dos-w32.el (untranslated-canonical-name): Avoid expanding | |
| 3342 ange-ftp file names, which might force ange-ftp to prompt for a | |
| 3343 password. | |
| 3344 | |
| 3345 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t, | |
| 3346 to prevent references to temp files. | |
| 3347 | |
| 3348 1999-06-30 Richard Stallman <rms@gnu.org> | |
| 3349 | |
| 3350 * progmodes/sh-script.el (sh-feature): If nothing is known | |
| 3351 about the given shell, use the values for `sh'. | |
| 3352 | |
| 3353 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 3354 | |
| 3355 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status", | |
| 3356 to make it non-recursive. | |
| 3357 | |
| 3358 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly. | |
| 3359 | |
| 3360 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 3361 | |
| 3362 * auto-show.el (auto-show-mode): Fix Typo in :set. | |
| 3363 | |
| 3364 1999-06-29 Richard M. Stallman <rms@gnu.org> | |
| 3365 | |
| 3366 * progmodes/sh-script.el (sh-mode): When setting syntax | |
| 3367 table, default to the standard one. | |
| 3368 | |
| 3369 1999-06-27 Richard M. Stallman <rms@gnu.org> | |
| 3370 | |
| 3371 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix. | |
| 3372 | |
| 3373 1999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu> | |
| 3374 | |
| 3375 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up | |
| 3376 a frame when `return' is requested (even if pop-up-frames = t) | |
| 3377 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function' | |
| 3378 should only be set for the bibtex buffer. | |
| 3379 | |
| 3380 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix. | |
| 3381 | |
| 3382 * progmodes/compile.el: Deal with compilation-error-screen-columns | |
| 3383 being buffer-local. | |
| 3384 | |
| 3385 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 3386 | |
| 3387 * comint.el (comint-password-prompt-regexp): Allow "(again)". | |
| 3388 | |
| 3389 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 3390 | |
| 3391 * cal-x.el (calendar-only-one-frame-setup): New function. | |
| 3392 * calendar.el (calendar): Call it if requested. | |
| 3393 | |
| 3394 1999-06-24 Karl Heuer <kwzh@gnu.org> | |
| 3395 | |
| 3396 * startup.el (iso-8859-n-locale-regexp): Doc fix. | |
| 3397 | |
| 3398 1999-06-22 Richard M. Stallman <rms@gnu.org> | |
| 3399 | |
| 3400 * mail/supercite.el (sc-emacs-features): Doc fix. | |
| 3401 | |
| 3402 1999-06-22 Karl Heuer <kwzh@gnu.org> | |
| 3403 | |
| 3404 * files.el (auto-mode-alist): Add pike-mode. | |
| 3405 | |
| 3406 1999-06-20 Paul R. Eggert <eggert@twinsun.com> | |
| 3407 | |
| 3408 * tar-mode.el (tar-header-block-tokenize): Don't assume that the | |
| 3409 last byte of a numeric field is a space or a NUL. Parse it as | |
| 3410 potentially part of the number. This is used by GNU tar | |
| 3411 1.12.64012 to handle larger values. | |
| 3412 | |
| 3413 1999-06-20 Karl Heuer <kwzh@gnu.org> | |
| 3414 | |
| 3415 * custom.el (custom-handle-keyword): Fix error message. | |
| 3416 | |
| 3417 1999-06-18 Andrew Innes <andrewi@gnu.org> | |
| 3418 | |
| 3419 * mail/smtpmail.el (smtpmail-send-it): Use | |
| 3420 convert-standard-filename to make file names for queued mail safe | |
| 3421 on Windows (`:' is invalid in file names on Windows). | |
| 3422 | |
| 3423 1999-06-17 Kenichi Handa <handa@etl.go.jp> | |
| 3424 | |
| 3425 * international/mule-cmds.el (describe-current-input-method): | |
| 3426 Current-input-method is string. | |
| 3427 (toggle-input-method): Docstring fixed. | |
| 3428 | |
| 3429 * international/mule-diag.el | |
| 3430 (describe-current-coding-system-briefly): Fix format string. | |
| 3431 | |
| 3432 * international/mule-util.el (coding-system-eol-type-mnemonic): | |
| 3433 Docstring modified. Return a string. | |
| 3434 | |
| 3435 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 3436 | |
| 3437 * sql.el (sql-input-ring-file-name): Doc fix. | |
| 3438 | |
| 3439 1999-06-17 Richard M. Stallman <rms@gnu.org> | |
| 3440 | |
| 3441 * calendar/cal-x.el (special-display-buffer-names): | |
| 3442 Don't put (get-file-buffer diary-file) on this list. | |
| 3443 | |
| 3444 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov> | |
| 3445 | |
| 3446 * play/mpuz.el (mpuz-try-proposal): Fix message call. | |
| 3447 Don't penalize player for certain impossible guesses. | |
| 3448 | |
| 3449 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
| 3450 | |
| 3451 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid, | |
| 3452 return the string "Unk 0 0000" so at least it appears to be a | |
| 3453 valid timestamp to `dired-move-to-filename-regexp'. | |
| 3454 | |
| 3455 1999-06-15 Ken'ichi Handa <handa@gnu.org> | |
| 3456 | |
| 3457 * ps-print.el (ps-control-character): Fix previous change. | |
| 3458 | |
| 3459 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 3460 | |
| 3461 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid | |
| 3462 multiple output of the last message. | |
| 3463 | |
| 3464 1999-06-14 Eli Zaretskii <eliz@gnu.org> | |
| 3465 | |
| 3466 * term/internal.el (IT-display-table-setup): Do not remap \222 to | |
| 3467 the ASCII apostrophe, as most DOS codepages have some other glyph | |
| 3468 there. | |
| 3469 | |
| 3470 1999-06-14 Ken'ichi Handa <handa@gnu.org> | |
| 3471 | |
| 3472 * language/ethio-util.el (setup-ethiopic-environment-internal): | |
| 3473 Use quail-activate-hook instead of obsolete hook quail-mode-hook. | |
| 3474 (exit-ethiopic-environment): Likewize. | |
| 3475 | |
| 3476 1999-06-12 Richard M. Stallman <rms@gnu.org> | |
| 3477 | |
| 3478 * cus-start.el (scroll-preserve-screen-position): Fix typo in type. | |
| 3479 | |
| 3480 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 3481 | |
| 3482 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with | |
| 3483 custom-initialize-default to avoid infinite loop. | |
| 3484 (crisp-mode): (defun) Call transient-mark-mode here, not when | |
| 3485 loading the file. Run crisp-mode-hook here, and run | |
| 3486 crisp-load-hook when loading the file. | |
| 3487 | |
| 3488 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in | |
| 3489 rmail-summary buffer, search for pattern in rmail-file. | |
| 3490 | |
| 3491 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo. | |
| 3492 | |
| 3493 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type. | |
| 3494 | |
| 3495 * ps-print.el (ps-printer-name): Fix custom type. | |
| 3496 | |
| 3497 1999-06-12 Reto Zimmermann <reto@synopsys.com> | |
| 3498 | |
| 3499 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug. | |
| 3500 (vhdl-port-paste-generic-map): Fix indentation bug. | |
| 3501 (vhdl-port-paste-port-map): Fix indentation bug. | |
| 3502 (vhdl-scan-file-contents): Make scanning case insensitive. | |
| 3503 | |
| 3504 1999-06-11 Richard M. Stallman <rms@gnu.org> | |
| 3505 | |
| 3506 * files.el (write-file): When buffer is not already visiting a file, | |
| 3507 don't put buffer name in the minibuffer, just make it the default. | |
| 3508 Also handle just directory as arg usefully in that case. | |
| 3509 | |
| 3510 * simple.el (sendmail-user-agent-compose): | |
| 3511 Ignore case when inserting the rest of the "other" headers. | |
| 3512 | |
| 3513 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n. | |
| 3514 | |
| 3515 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix. | |
| 3516 (info-lookup-interactive-arguments): Never insert the default | |
| 3517 into the minibuffer automatically. | |
| 3518 | |
| 3519 * emacs-lisp/cl-extra.el (getf): Don't call get*. | |
| 3520 | |
| 3521 1999-06-09 Richard M. Stallman <rms@gnu.org> | |
| 3522 | |
| 3523 * simple.el (shell-command): Avoid printing "mark set" message. | |
| 3524 | |
| 3525 1999-06-09 Dave Love <fx@gnu.org> | |
| 3526 | |
| 3527 * progmodes/compile.el (compilation-error-regexp-alist): Allow | |
| 3528 digits in program name in first pattern. | |
| 3529 | |
| 3530 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 3531 | |
| 3532 * vc.el (vc-dired-mode): Don't match anything before the date in | |
| 3533 dired-move-to-filename-regexp. | |
| 3534 | |
| 3535 1999-06-07 Ken'ichi Handa <handa@gnu.org> | |
| 3536 | |
| 3537 * international/quail.el (quail-define-rules): Fix typo in | |
| 3538 docstring. | |
| 3539 | |
| 3540 1999-06-05 Stephen Eglen <stephen@gnu.org> | |
| 3541 | |
| 3542 * iswitchb.el (iswitchb-default-keybindings): Add | |
| 3543 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather | |
| 3544 than when package is loaded. | |
| 3545 | |
| 3546 1999-06-04 Richard M. Stallman <rms@gnu.org> | |
| 3547 | |
| 3548 * startup.el (command-line): Don't set user-init-file directly; | |
| 3549 tell `load' to set it. | |
| 3550 | |
| 3551 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg. | |
| 3552 | |
| 3553 * simple.el (next-history-element): | |
| 3554 Handle minibuffer-text-before-history properly when reading sexps. | |
| 3555 | |
| 3556 * disp-table.el (standard-display-european): | |
| 3557 For an interactive call by the user, | |
| 3558 don't set enable-multibyte-characters, | |
| 3559 and don't set the terminal coding system. | |
| 3560 | |
| 3561 * textmodes/refbib.el: Don't print any messages or display | |
| 3562 a buffer when loading the library. | |
| 3563 (r2b-help): Doc fix. | |
| 3564 (r2b-help-message): Update the documentation. | |
| 3565 (r2b-load-quietly): Variable deleted. | |
| 3566 (r2b-convert-buffer): Doc fix. | |
| 3567 | |
| 3568 1999-06-04 Dave Love <fx@gnu.org> | |
| 3569 | |
| 3570 * help.el (help-xref-interned): Fix insertion of fdoc and revamp. | |
| 3571 | |
| 3572 * auto-show.el: Don't change hooks on loading. | |
| 3573 (auto-show-mode): Autoload. Default to nil. Add :set &c. | |
| 3574 (auto-show-mode): Add to hooks here. | |
| 3575 | |
| 3576 1999-06-04 Richard Sharman <rsharman@pobox.com> | |
| 3577 | |
| 3578 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite | |
| 3579 recursion on bogus input. | |
| 3580 | |
| 3581 1999-06-04 Eric M. Ludlam <zappo@ultranet.com> | |
| 3582 | |
| 3583 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user | |
| 3584 does not select a buffer from the buffers menu, then the attached | |
| 3585 frame is not switched to anything. | |
| 3586 | |
| 3587 1999-06-03 Ken'ichi Handa <handa@gnu.org> | |
| 3588 | |
| 3589 * language/vietnamese.el (ccl-encode-vscii): Typo fixed | |
| 3590 (viet-viscii-...->viet-vscii...). | |
| 3591 | |
| 3592 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed. | |
| 3593 | |
| 3594 1999-06-01 Dave Love <fx@gnu.org> | |
| 3595 | |
| 3596 * progmodes/fortran.el: Add :link to defgroup. | |
| 3597 (fortran-blink-matching-if): Match ELSE statements too. | |
| 3598 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so | |
| 3599 that filling is always done. | |
| 3600 | |
| 3601 1999-05-31 Richard M. Stallman <rms@gnu.org> | |
| 3602 | |
| 3603 * simple.el (append-next-kill): Use an arg to distinguish | |
| 3604 interactive calls from Lisp calls, rather than (interactive-p). | |
| 3605 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
3606 * international/iso-transl.el (iso-transl-language-alist): |
| 25837 | 3607 Interchange n and N. |
| 3608 | |
| 3609 1999-05-31 Dave Love <fx@gnu.org> | |
| 3610 | |
| 3611 * msb.el Add to minor-mode-map-alist. Remove hook installation | |
| 3612 and keymap munging on load. | |
| 3613 (msb-mode): New option. | |
| 3614 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): | |
| 3615 Doc fix. | |
| 3616 (msb-mode-map): New variable. | |
| 3617 (msb-mode): New command. | |
| 3618 | |
| 3619 1999-05-31 Dave Love <fx@gnu.org> | |
| 3620 | |
| 3621 * ispell.el: (ispell-alternate-dictionary): Fix custom type. | |
| 3622 (ispell-complete-word-dict): Likewise. | |
| 3623 | |
| 3624 1999-05-31 Eli Zaretskii <eliz@gnu.org> | |
| 3625 | |
| 3626 * forms.el (forms-save-buffer): Call set-buffer-modified-p to | |
| 3627 force the data buffer to be saved, even if the data didn't | |
| 3628 change, in case the write filter was modified. Restore the | |
| 3629 current record after read-file-filter finishes. | |
| 3630 | |
| 3631 1999-05-29 Karl Heuer <kwzh@gnu.org> | |
| 3632 | |
| 3633 * ispell4.el: Obsolete; file deleted. | |
| 3634 | |
| 3635 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line. | |
| 3636 | |
| 3637 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if | |
| 3638 VALUE is a syntax table. | |
| 3639 | |
| 3640 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie. | |
| 3641 | |
| 3642 * simple.el (zap-to-char): Doc fix. | |
| 3643 | |
| 3644 1999-05-27 Ken'ichi Handa <handa@gnu.org> | |
| 3645 | |
| 3646 * isearch.el (isearch-quote-char): Don't assume character codes | |
| 3647 0200 - 0237 stand for characters in some single-byte character | |
| 3648 charset. | |
| 3649 | |
| 3650 1999-05-27 Dave Love <fx@gnu.org> | |
| 3651 | |
| 3652 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c. | |
| 3653 | |
| 3654 1999-05-27 Andreas Schwab <schwab@gnu.org> | |
| 3655 | |
| 3656 * dired-aux.el (dired-insert-subdir-doinsert): Check that the | |
| 3657 headerline does not exist already. | |
| 3658 | |
| 3659 1999-05-26 Richard Stallman <rms@gnu.org> | |
| 3660 | |
| 3661 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
| 3662 Avoid nested null-loops. | |
| 3663 | |
| 3664 1999-05-26 Ken'ichi Handa <handa@gnu.org> | |
| 3665 | |
| 3666 * international/characters.el: Typo fixed; prefered->preferred. | |
| 3667 | |
| 3668 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 3669 Typo fixed; prefered->preferred. | |
| 3670 | |
| 3671 * map-ynp.el (map-y-or-n-p): Don't inherit the current input | |
| 3672 method in read-event. | |
| 3673 | |
| 3674 * international/mule.el (charset-info): Doc-string fixed. | |
| 3675 | |
| 3676 1999-05-25 Ken'ichi Handa <handa@gnu.org> | |
| 3677 | |
| 3678 * mail/smtpmail.el (smtpmail-send-it): Bind | |
| 3679 smtpmail-code-conv-from properly. | |
| 3680 (smtpmail-send-data-1): If DATA is a multibyte string, encode it | |
| 3681 by smtpmail-code-conv-from. | |
| 3682 | |
| 3683 1999-05-24 Richard Stallman <rms@gnu.org> | |
| 3684 | |
| 3685 * emulation/crisp.el (crisp-submit-bug-report): Function deleted. | |
| 3686 Binding deleted also. | |
| 3687 | |
| 3688 1999-05-24 Karl Heuer <kwzh@gnu.org> | |
| 3689 | |
| 3690 * comint.el (comint-bol-or-process-mark): Doc fix. | |
| 3691 | |
| 3692 1999-05-23 Dave Love <fx@gnu.org> | |
| 3693 | |
| 3694 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map. | |
| 3695 Enter it on minor-mode-map-alist. | |
| 3696 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed. | |
| 3697 Autoload. Add custom setter. | |
| 3698 (crisp-mark-line): Doc fix. | |
| 3699 (crisp-mode): Autoload. Re-write not to frob keymaps directly. | |
| 3700 (crisp-mode-hook): Define. | |
| 3701 | |
| 3702 1999-05-23 Ken'ichi Handa <handa@gnu.org> | |
| 3703 | |
| 3704 * files.el (recover-file): Recover buffer-file-coding-system. | |
| 3705 | |
| 3706 1999-05-22 Richard Stallman <rms@gnu.org> | |
| 3707 | |
| 3708 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp | |
| 3709 regexp match the date, to avoid treating date as file size. | |
| 3710 Add YYYY S option to WESTERN/ | |
| 3711 | |
| 3712 * bookmark.el: Delete some XEmacs compatibility code. | |
| 3713 (bookmark-jump-noselect): Check vc-backend. | |
| 3714 | |
| 3715 * subr.el (add-to-list): Doc fix. | |
| 3716 | |
| 3717 1999-05-21 Stephen Eglen <stephen@gnu.org> | |
| 3718 | |
| 3719 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer. | |
| 3720 | |
| 3721 1999-05-18 Richard Stallman <rms@gnu.org> | |
| 3722 | |
| 3723 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a | |
| 3724 non-space after the @anchor command. | |
| 3725 (texinfo-format-var): Handle other nested constructs, using | |
| 3726 texinfo-parse-expanded-arg and texinfo-discard-command, not | |
| 3727 texinfo-parse-arg-discard. | |
| 3728 | |
| 3729 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable. | |
| 3730 (debug): Bind and use debugger-outer-inhibit-redisplay. | |
| 3731 Bind inhibit-redisplay to nil. | |
| 3732 (debugger-env-macro): Treat inhibit-redisplay like other outside vars. | |
| 3733 | |
| 3734 1999-05-17 Dave Love <fx@gnu.org> | |
| 3735 | |
| 3736 * help.el (describe-function-1): Extra arg, interactive-p. | |
| 3737 (describe-key, describe-function): Use it. | |
| 3738 | |
| 3739 1999-05-17 Karl Heuer <kwzh@gnu.org> | |
| 3740 | |
| 3741 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie. | |
| 3742 | |
| 3743 1999-05-16 Dave Love <fx@gnu.org> | |
| 3744 | |
| 3745 * cus-start.el (all): Delete selective-display. Add scroll-margin, | |
| 3746 scroll-preserve-screen-position, scroll-conservatively. | |
| 3747 | |
| 3748 1999-05-16 Dave Love <fx@gnu.org> | |
| 3749 | |
| 3750 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case. | |
| 3751 | |
| 3752 1999-05-15 Reto Zimmermann <reto@Synopsys.COM> | |
| 3753 | |
| 3754 * progmodes/vhdl-mode.el: Completely revised and massively extended. | |
| 3755 | |
| 3756 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | |
| 3757 | |
| 3758 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no | |
| 3759 magic number and is not associated with a file. | |
| 3760 | |
| 3761 1999-05-14 Richard M. Stallman <rms@gnu.org> | |
| 3762 | |
| 3763 * files.el (find-file-noselect-1): Fix previous change. | |
| 3764 | |
| 3765 1999-05-14 Simon Marshall <simon@gnu.org> | |
| 3766 | |
| 3767 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'. | |
| 3768 | |
| 3769 1999-05-13 Ken'ichi Handa <handa@gnu.org> | |
| 3770 | |
| 3771 * international/mule-diag.el (mule-diag): Change MULE to Mule in | |
| 3772 docstring. | |
| 3773 | |
| 3774 * international/mule-cmds.el: Change MULE to Mule in docstrings | |
| 3775 and menus. | |
| 3776 | |
| 3777 1999-05-10 Kenichi HANDA <handa@etl.go.jp> | |
| 3778 | |
| 3779 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule | |
| 3780 to correctly reflect the value of BaseLineOffset in | |
| 3781 RelativeCompose. Now the value of RelativeCompose is an array of | |
| 3782 low and high positions. | |
| 3783 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and | |
| 3784 RLC for the above change. | |
| 3785 | |
| 3786 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org> | |
| 3787 | |
| 3788 * comint.el (comint-password-prompt-regexp): Modified to match the | |
| 3789 output of ksu and ssh-add. | |
| 3790 | |
| 3791 1999-05-11 Kenichi HANDA <handa@etl.go.jp> | |
| 3792 | |
| 3793 * language/korea-util.el (isearch-toggle-korean-input-method): | |
| 3794 Adjusted for the change of input method handling in isearch.el. | |
| 3795 (isearch-hangul-switch-symbol-ksc): Likewise. | |
| 3796 (isearch-hangul-switch-hanja): Likewise. | |
| 3797 | |
| 3798 1999-05-10 Dave Love <fx@gnu.org> | |
| 3799 | |
| 3800 * help.el (help-make-xrefs): Fix typo. | |
| 3801 | |
| 3802 1999-05-10 Andreas Schwab <schwab@gnu.org> | |
| 3803 | |
| 3804 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add | |
| 3805 unibyte-display-via-language-environment. | |
| 3806 | |
| 3807 * help.el (help-make-xrefs): Handle more cases when looking for | |
| 3808 commands in a keymap description. | |
| 3809 | |
| 3810 1999-05-10 Eli Zaretskii <eliz@gnu.org> | |
| 3811 | |
| 3812 * loadup.el: For ms-dos systems, load ccl and codepage. | |
| 3813 | |
| 3814 1999-05-09 Ken'ichi Handa <handa@gnu.org> | |
| 3815 | |
| 3816 * ps-print.el (ps-control-character): Call | |
| 3817 ps-mule-prepare-ascii-font to setup ASCII fonts. | |
| 3818 | |
| 3819 * ps-mule.el (ps-mule-begin-job): Redo this change "if | |
| 3820 ps-multibyte-buffer is nil, use | |
| 3821 ps-mule-font-info-database-default." | |
| 3822 | |
| 3823 1999-05-08 Ken Stevens <k.stevens@ieee.org> | |
| 3824 | |
| 3825 * ispell.el (ispell-local-dictionary-alist): New variable for | |
| 3826 customizing local dictionaries not accessable by everyone. | |
| 3827 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. | |
| 3828 (ispell-required-version): Changed format `(major minor | |
| 3829 revision)' to support general pattern matching. | |
| 3830 (ispell-tex-skip-alists): AMS Tex block comment and `\author' | |
| 3831 skip region commented out due to incorrect skip potential in std latex. | |
| 3832 (ispell-word): Removed `when' macro. Fixed bug of not restoring | |
| 3833 cursor point on small words for calls from `ispell-minor-mode'. | |
| 3834 (check-ispell-version): Tests and accepts versions major.minor | |
| 3835 and above, with adjustments for interactions in 3.1.0-3.1.11. | |
| 3836 (ispell-get-line): No longer skips ispell process special characters. | |
| 3837 (ispell-comments-and-strings): Removed `when' macro call. | |
| 3838 (ispell-minor-check): Requires ispell-word to restore cursor point. | |
| 3839 (ispell-buffer-local-parsing): Supports checking comments only. | |
| 3840 | |
| 3841 1999-05-08 Karl Heuer <kwzh@gnu.org> | |
| 3842 | |
| 3843 * comint.el (comint-password-prompt-regexp): Fix last change to be | |
| 3844 more specific. | |
| 3845 | |
| 3846 1999-05-07 Richard M. Stallman <rms@gnu.org> | |
| 3847 | |
| 3848 * subr.el (with-temp-message): Fix the other call to message | |
| 3849 to use %s. | |
| 3850 | |
| 3851 1999-05-07 Michael Ernst <mernst@alum.mit.edu> | |
| 3852 | |
| 3853 * gud.el (gud-format-command): "%F" means file sans extension. | |
| 3854 (jdb): use %F, not %f, for gud-break. | |
| 3855 | |
| 3856 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org> | |
| 3857 | |
| 3858 * comint.el (comint-password-prompt-regexp): Modified so that it | |
| 3859 matches the output of kinit. | |
| 3860 | |
| 3861 1999-05-06 Greg Stark <gsstark@mit.edu> | |
| 3862 | |
| 3863 * timezone.el (timezone-parse-date): Recognize new format used in | |
| 3864 internet cookies. | |
| 3865 | |
| 3866 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu> | |
| 3867 | |
| 3868 * international/iso-acc.el (iso-languages): Add latin-2 cedillas. | |
| 3869 | |
| 3870 1999-05-04 Andrew Innes <andrewi@gnu.org> | |
| 3871 | |
| 3872 * time.el (display-time-update): Allow for wrap-around when | |
| 3873 checking against display-time-server-down-time. | |
| 3874 | |
| 3875 1999-05-04 Ken'ichi Handa <handa@gnu.org> | |
| 3876 | |
| 3877 * international/mule-diag.el (describe-coding-system): Fix English | |
| 3878 message. | |
| 3879 | |
| 3880 1999-05-03 Jason Rumney <jasonr@altavista.net> | |
| 3881 | |
| 3882 * term/w32-win.el: Change the x-charset-registry property for the | |
| 3883 Japanese charsets that are supported by Japanese Windows fonts. | |
| 3884 | |
| 3885 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 3886 | |
| 3887 * diary-lib.el (diary-remind): Rewritten to behave sensibly for | |
| 3888 diary-block diary entries for which the reminders and the diary | |
| 3889 entries can overlap. | |
| 3890 | |
| 3891 1999-05-02 Jason Rumney <jasonr@altavista.net> | |
| 3892 | |
| 3893 * term/w32-win.el (mouse-set-font): Ensure constructed fontset | |
| 3894 matches the font selected in the dialog. | |
| 3895 | |
| 3896 1999-05-02 Dave Love <fx@gnu.org> | |
| 3897 | |
| 3898 * browse-url.el (browse-url-browser-function): Add :version. | |
| 3899 | |
| 3900 * international/mule.el (auto-coding-alist): Add .tgz. | |
| 3901 | |
| 3902 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il> | |
| 3903 | |
| 3904 * international/codepage.el (cp-coding-system-for-codepage-1): | |
| 3905 Make the magnification parameter for the -dos encoder be 2. | |
| 3906 | |
| 3907 1999-05-2 Andrew Innes <andrewi@gnu.org> | |
| 3908 | |
| 3909 * term/w32-win.el (w32-drag-n-drop): Select file in window where | |
| 3910 it is dropped, rather than current window. | |
| 3911 | |
| 3912 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables | |
| 3913 after switching buffer, as case-fold-search is a buffer local | |
| 3914 variable. | |
| 3915 | |
| 3916 * w32-fns.el (convert-standard-filename): Only convert directory | |
| 3917 separators to backslash if the interactive shell is one of the | |
| 3918 standard Windows shells that has DOS semantics. | |
| 3919 | |
| 3920 * ls-lisp.el (ls-lisp-format-time): Trap errors from | |
| 3921 format-time-string, and return a suitable string to indicate the | |
| 3922 timestamp was invalid. | |
| 3923 | |
| 3924 * hexl.el (hexlify-command): Apply shell-quote-argument after | |
| 3925 expanding hexl-program in case exec-directory contains a space. | |
| 3926 (dehexlify-command): Ditto. | |
| 3927 | |
| 3928 * dos-w32.el (file-name-buffer-file-type-alist): Remove various | |
| 3929 file extension regexps which aren't necessarily binary files. | |
| 3930 (direct-print-region-helper): Use subst-char-in-string instead of | |
| 3931 binding directory-sep-char to convert filenames to DOS syntax. | |
| 3932 (direct-print-region-use-command-dot-com): New variable. | |
| 3933 (direct-print-region-helper): Use it to control whether to invoked | |
| 3934 command.com to print on Windows 9x. | |
| 3935 | |
| 3936 * browse-url.el (browse-url-browser-function): Default to | |
| 3937 browse-url-default-windows-browser on windows-nt. | |
| 3938 (browse-url-default-windows-browser): New function. | |
| 3939 | |
| 3940 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il> | |
| 3941 | |
| 3942 * forms.el (forms-mode): Don't call forms-first-record or | |
| 3943 forms-last-record if the data file has zero records. | |
| 3944 | |
| 3945 1999-04-29 Richard M. Stallman <rms@gnu.org> | |
| 3946 | |
| 3947 * files.el (find-file-noselect-1): If buffer-file-name has changed | |
| 3948 after find-file-not-found-hooks runs, recompute the truename. | |
| 3949 And don't use FILENAME after that point. | |
| 3950 | |
| 3951 1999-04-27 Dave Love <fx@gnu.org> | |
| 3952 | |
| 3953 * paren.el (show-paren-mode) | |
| 3954 * which-func.el (which-func-mode-global) | |
| 3955 * type-break.el (type-break-mode) | |
| 3956 * time.el (display-time-mode) | |
| 3957 * rsz-mini.el (resize-minibuffer-mode) | |
| 3958 * mouse-sel.el (mouse-sel-mode) | |
| 3959 * icomplete.el (icomplete-mode) | |
| 3960 * hscroll.el (hscroll-global-mode) | |
| 3961 * help.el (temp-buffer-resize-mode) | |
| 3962 * font-lock.el (global-font-lock-mode) | |
| 3963 * delsel.el (delete-selection-mode) | |
| 3964 * avoid.el (mouse-avoidance-mode) | |
| 3965 * autoinsert.el (auto-insert-mode) | |
| 3966 * winner.el (winner-mode): Doc fix. | |
| 3967 | |
| 3968 1999-04-26 Karl Heuer <kwzh@gnu.org> | |
| 3969 | |
| 3970 * mail/rmail.el (rmail-next-same-subject): When searching, ignore | |
| 3971 the same whitespace that was ignored in choosing the subject string. | |
| 3972 | |
| 3973 1999-04-26 Richard M. Stallman <rms@gnu.org> | |
| 3974 | |
| 3975 * info.el (Info-find-node): Position properly after finding anchor. | |
| 3976 | |
| 3977 * cus-start.el (all): Handle unibyte-display-via-language-environment. | |
| 3978 | |
| 3979 * simple.el (indent-new-comment-line): Fix previous change. | |
| 3980 | |
| 3981 * complete.el: Delete the wildcard expansion feature | |
| 3982 since that is now standard in find-file. | |
| 3983 (PC-try-load-many-files): Function deleted. | |
| 3984 (PC-after-load-many-files): Function deleted. | |
| 3985 (PC-many-files-list): Variable deleted. | |
| 3986 (PC-disable-wildcards): Variable deleted. | |
| 3987 (partial-completion-mode): Don't enable the wildcard feature. | |
| 3988 | |
| 3989 * complete.el (PC-look-for-include-file): Don't set global variables | |
| 3990 `error', `buf' and `filename' here. | |
| 3991 | |
| 3992 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker. | |
| 3993 | |
| 3994 1999-04-26 John Wiegley <johnw@oneworld.new-era.com> | |
| 3995 | |
| 3996 * textmodes/outline.el (outline-regexp): Doc fix. | |
| 3997 | |
| 3998 1999-04-26 John Wiegley <johnw@borland.com> | |
| 3999 | |
| 4000 * progmodes/compile.el (compilation-error-regexp-alist): Recognize | |
| 4001 C++Builder 4.0 error message syntax. | |
| 4002 | |
| 4003 1999-04-26 Mark Diekhans <markd@Grizzly.COM> | |
| 4004 | |
| 4005 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't | |
| 4006 supported, use find -exec. | |
| 4007 | |
| 4008 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
| 4009 | |
| 4010 * textmodes/texinfmt.el (texinfo-format-buffer): Bind | |
| 4011 coding-system-for-write, to avoid hanging when non-interactive. | |
| 4012 | |
| 4013 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de> | |
| 4014 | |
| 4015 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to | |
| 4016 start with a newline. | |
| 4017 | |
| 4018 1999-04-13 Ken'ichi Handa <handa@gnu.org> | |
| 4019 | |
| 4020 * international/mule-conf.el (x-ctext): New coding system. | |
| 4021 | |
| 4022 1999-04-12 Richard M. Stallman <rms@gnu.org> | |
| 4023 | |
| 4024 * international/mule-cmds.el (input-method-function): | |
| 4025 Add permanent-local property. | |
| 4026 | |
| 4027 1999-04-12 Dave Love <fx@gnu.org> | |
| 4028 | |
| 4029 * jka-compr.el (jka-compr-insert-file-contents): Fix previous | |
| 4030 change to use jka-compr-byte-compiler-base-file-name. | |
| 4031 | |
| 4032 * supercite.el (sc-scan-info-alist): Revert last change. | |
| 4033 (sc-attrib-selection-list): Fix :type here instead. | |
| 4034 | |
| 4035 1999-04-11 Eli Zaretskii <eliz@gnu.org> | |
| 4036 | |
| 4037 * international/mule.el (auto-coding-alist-lookup): Include ms-dos | |
| 4038 in the list of case-insensitive filesystems. | |
| 4039 | |
| 4040 1999-04-09 Kenichi Handa <handa@etl.go.jp> | |
| 4041 | |
| 4042 * international/fontset.el (create-fontset-from-fontset-spec): | |
| 4043 Don't register duplicated alias fontset names. | |
| 4044 | |
| 4045 1999-04-08 Richard Stallman <rms@gnu.org> | |
| 4046 | |
| 4047 * international/mule.el (auto-coding-alist-lookup): New function. | |
| 4048 (set-auto-coding): Use auto-coding-alist-lookup. | |
| 4049 | |
| 4050 * jka-compr.el (jka-compr-insert-file-contents): | |
| 4051 Use auto-coding-alist-lookup to check for files that | |
| 4052 should not have eol conversion, in the unibyte case. | |
| 4053 | |
| 4054 1999-04-07 Dave Love <fx@gnu.org> | |
| 4055 | |
| 4056 * help.el (describe-variable): Check custom-loads property as well | |
| 4057 as custom-type. | |
| 4058 | |
| 4059 * abbrev.el (abbrev-mode): Customizing sets the default value. | |
| 4060 | |
| 4061 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 4062 | |
| 4063 * vc.el (vc-backend-revert): For CVS files that were made | |
| 4064 writeable with "cvs edit", call "cvs unedit" to undo that. | |
| 4065 | |
| 4066 1999-04-08 Dave Love <fx@gnu.org> | |
| 4067 | |
| 4068 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type | |
| 4069 more. | |
| 4070 (sc-emacs-features): Recognize Emacs 20. | |
| 4071 (sc-read-string): Use history arg. | |
| 4072 (sc-scan-info-alist): Check for rtnvalue a cons. | |
| 4073 | |
| 4074 1999-04-08 Kenichi HANDA <handa@etl.go.jp> | |
| 4075 | |
| 4076 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a | |
| 4077 coding system to encode the message by | |
| 4078 select-message-coding-system. | |
| 4079 | |
| 4080 1999-04-07 Richard Stallman <rms@gnu.org> | |
| 4081 | |
| 4082 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition. | |
| 4083 | |
| 4084 * winner.el: Reorder definitions. | |
| 4085 | |
| 4086 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs. | |
| 4087 | |
| 4088 * mail/rmail.el (rmail-decode-babyl-format): | |
| 4089 Undo previous change. | |
| 4090 | |
| 4091 1999-04-06 Richard Stallman <rms@gnu.org> | |
| 4092 | |
| 4093 * info.el (Info-find-node): Check for an anchor at the | |
| 4094 proper place, before reading an indirect file. | |
| 4095 | |
| 4096 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL. | |
| 4097 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4098 * jka-compr.el (jka-compr-insert-file-contents): |
| 25837 | 4099 Use raw-text-unix when we want no conversion. |
| 4100 | |
| 4101 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr> | |
| 4102 | |
| 4103 * timezone.el (timezone-parse-date): Corrected regexp for | |
| 4104 style (5) date format so that tenths of seconds are optional. | |
| 4105 | |
| 4106 1999-04-05 Eli Zaretskii <eliz@gnu.org> | |
| 4107 | |
| 4108 * term/internal.el (dos-cpNNN-setup): New function, with the guts | |
| 4109 of dos-codepage-setup. | |
| 4110 (cjk-codepages-alist): New variable, an alist of Far-Eastern | |
| 4111 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
|
4112 systems. |
| 25837 | 4113 (dos-codepage-setup): Support Far-Eastern DOS terminals. |
| 4114 | |
| 4115 1999-04-05 Richard Stallman <rms@gnu.org> | |
| 4116 | |
| 4117 * mail/rmail.el (rmail-ignored-headers): Doc fix. | |
| 4118 | |
| 4119 1999-04-02 Richard Stallman <rms@gnu.org> | |
| 4120 | |
| 4121 * progmodes/compile.el (compilation-handle-exit): Do right thing | |
| 4122 if (car status) doesn't end in a newline. | |
| 4123 | |
| 4124 1999-04-01 Dave Love <fx@gnu.org> | |
| 4125 | |
| 4126 * progmodes/sql.el (SQL): Add defgroup :version. | |
| 4127 | |
| 4128 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu> | |
| 4129 | |
| 4130 * emacs-lisp/bytecomp.el (byte-compile-file): Clear | |
| 4131 buffer-file-coding-system. If the coding system used is raw-text, | |
| 4132 etc., make the *Compiler Input* buffer unibyte. | |
| 4133 | |
| 4134 * international/mule.el (find-new-buffer-file-coding-system): Doc fix. | |
| 4135 | |
| 4136 * loadup.el: Don't write the fns-...el file if not dumping. | |
| 4137 | |
| 4138 1999-03-31 Dave Love <fx@gnu.org> | |
| 4139 | |
| 4140 * snmp-mode.el (snmp): Fix defgroup :version. | |
| 4141 | |
| 4142 * hilit-chg.el (highlight-changes): Add defgroup :version. | |
| 4143 | |
| 4144 1999-03-31 Andreas Schwab <schwab@gnu.org> | |
| 4145 | |
| 4146 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after | |
| 4147 the gnus-save-hidden-threads macro. | |
| 4148 | |
| 4149 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 4150 | |
| 4151 * faces.el (face-set-after-frame-default): Obey the | |
| 4152 `customized-face' for new faces. | |
| 4153 | |
| 4154 1999-03-30 Dave Love <fx@gnu.org> | |
| 4155 | |
| 4156 * international/mule-cmds.el (current-language-environment): Doc fix. | |
| 4157 * abbrev.el (abbrev-mode): Doc fix. | |
| 4158 * autoinsert.el (auto-insert-mode): Doc fix. | |
| 4159 * complete.el (partial-completion-mode): Doc fix. | |
| 4160 * avoid.el (mouse-avoidance-mode): Doc fix. | |
| 4161 * delsel.el (delete-selection-mode): Doc fix. | |
| 4162 * font-lock.el (global-font-lock-mode): Doc fix. | |
| 4163 * help.el (temp-buffer-resize-mode): Doc fix. | |
| 4164 * hscroll.el (hscroll-global-mode): Doc fix. | |
| 4165 * icomplete.el (icomplete-mode): Doc fix. | |
| 4166 * mouse-sel.el (mouse-sel-mode): Doc fix. | |
| 4167 * paren.el (show-paren-mode): Doc fix. | |
| 4168 * rsz-mini.el (resize-minibuffer-mode): Doc fix. | |
| 4169 * time.el (display-time-mode): Doc fix. | |
| 4170 * type-break.el (type-break-mode): Doc fix. | |
| 4171 * which-func.el (which-func-mode-global): Doc fix. | |
| 4172 * winner.el (winner-mode): Doc fix. | |
| 4173 | |
| 4174 1999-03-30 Michael Ernst <mernst@alum.mit.edu> | |
| 4175 | |
| 4176 * wid-edit.el (widget-before-change): Signal text-read-only rather | |
| 4177 than an ordinary error. | |
| 4178 | |
| 4179 1999-03-30 Richard M. Stallman <rms@gnu.org> | |
| 4180 | |
| 4181 * repeat.el: Don't require advice. | |
| 4182 (repeat): Do function-indirection in check for kbd macro. | |
| 4183 In self-insert case, use the *last* char in INSERTION. | |
| 4184 | |
| 4185 1999-03-30 Karl Heuer <kwzh@gnu.org> | |
| 4186 | |
| 4187 * progmodes/cc-cmds.el (c-indent-command): Doc fix. | |
| 4188 | |
| 4189 1999-03-29 Andreas Schwab <schwab@gnu.org> | |
| 4190 | |
| 4191 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for | |
| 4192 comint-input-filter-functions. Make variables related to shell | |
| 4193 directory tracking local. | |
| 4194 | |
| 4195 1999-03-26 Andreas Schwab <schwab@gnu.org> | |
| 4196 | |
| 4197 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable. | |
| 4198 | |
| 4199 * simple.el (shell-command-on-region): Cope with exit-status being | |
| 4200 nil, which happens if call-process-region was interrupted. | |
| 4201 | |
| 4202 1999-03-26 Richard M. Stallman <rms@gnu.org> | |
| 4203 | |
| 4204 * simple.el (indent-new-comment-line): Handle use at a point | |
| 4205 after a comment-end. Handle multiple comments. | |
| 4206 | |
| 4207 * mail/rmail.el (rmail-decode-babyl-format): | |
| 4208 To prevent locking, bind buffer-file-name to nil. | |
| 4209 | |
| 4210 1999-03-26 Karl Fogel <kfogel@red-bean.com> | |
| 4211 | |
| 4212 * mail-hist.el (mail-hist-current-header-name): Don't make | |
| 4213 off-by-one-error when determining if in message body. | |
| 4214 | |
| 4215 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
| 4216 | |
| 4217 * w32-fns.el (set-default-process-coding-system): Copied from | |
| 4218 dos-w32.el, but modified to use Unix line endings for process | |
| 4219 input, and to add a suitable entry to process-coding-system-alist | |
| 4220 for DOS shells. | |
| 4221 | |
| 4222 * dos-fns.el (set-default-process-coding-system): Copied from | |
| 4223 dos-w32.el. | |
| 4224 | |
| 4225 * dos-w32.el (set-default-process-coding-system): Move function to | |
| 4226 dos-fns.el; a different version is used in w32-fns.el. | |
| 4227 | |
| 4228 1999-03-24 Dave Love <fx@gnu.org> | |
| 4229 | |
| 4230 * info.el (Info-directory-list): Revert change to re-writing | |
| 4231 Info-default-directory-list, but put `alternative' first. | |
| 4232 (Info-insert-dir): Modify selecting the top dir file as a consequence. | |
| 4233 | |
| 4234 1999-03-23 Simon Marshall <simon@gnu.org> | |
| 4235 | |
| 4236 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is | |
| 4237 on the line by itself. | |
| 4238 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if | |
| 4239 it is not in a declarative context. | |
| 4240 | |
| 4241 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 4242 | |
| 4243 * cus-edit.el (custom-variable-prompt): Allow customization of | |
| 4244 autoloaded symbols. | |
| 4245 | |
| 4246 1999-03-22 Kenichi HANDA <handa@etl.go.jp> | |
| 4247 | |
| 4248 * simple.el (what-cursor-position): Don't cause error when point | |
| 4249 is at invalid multibyte sequence. | |
| 4250 | |
| 4251 1999-03-21 Karl Heuer <kwzh@gnu.org> | |
| 4252 | |
| 4253 * complete.el (partial-completion-mode): Doc fix. | |
| 4254 | |
| 4255 1999-03-19 Richard M. Stallman <rms@gnu.org> | |
| 4256 | |
| 4257 * progmodes/cplus-md.el (old-c++): Remove :group. | |
| 4258 | |
| 4259 * progmodes/c-mode.el (old-c): Remove :group. | |
| 4260 | |
| 4261 1999-03-18 Simon Marshall <simon@gnu.org> | |
| 4262 | |
| 4263 * font-lock.el (c-font-lock-keywords-2): Added "complex" type. | |
| 4264 (java-font-lock-keywords-2): Added "strictfp" keyword. | |
| 4265 | |
| 4266 1999-03-17 Jason Rumney <jasonr@altavista.net> | |
| 4267 | |
| 4268 * w32-fns.el (set-w32-system-coding-system) New function. | |
| 4269 (w32-system-coding-system) Initialize to 'iso-latin-1. | |
| 4270 | |
| 4271 1999-03-17 Eli Zaretskii <eliz@gnu.org> | |
| 4272 | |
| 4273 * international/mule-cmds.el (set-language-environment): Fix | |
| 4274 previous change: don't use dos-codepage when unbound. | |
| 4275 | |
| 4276 1999-03-17 Karl Heuer <kwzh@gnu.org> | |
| 4277 | |
| 4278 * calendar/appt.el (appt-make-list): Fix previous change. | |
| 4279 | |
| 4280 1999-03-16 Richard M. Stallman <rms@gnu.org> | |
| 4281 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4282 * window.el (shrink-window-if-larger-than-buffer): |
| 25837 | 4283 Don't try to redisplay with the cursor at the end |
| 4284 on its own line--that would force a scroll and spoil things. | |
| 4285 | |
| 4286 1999-03-16 Eli Zaretskii <eliz@gnu.org> | |
| 4287 | |
| 4288 * international/mule-cmds.el (set-language-environment): Don't use | |
| 4289 cpNNN-nonascii-translation-table if it is unbound. | |
| 4290 | |
| 4291 * term/internal.el (dos-codepage-setup): Compute the unibyte | |
| 4292 syntax table and bind unibyte-display-via-language-environment | |
| 4293 here, rather than at top level, so that resetting to unibyte in | |
| 4294 .emacs works as expected. | |
| 4295 | |
| 4296 1999-03-15 Simon Marshall <simon@gnu.org> | |
| 4297 | |
| 4298 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. | |
| 4299 | |
| 4300 1999-03-14 Milan Zamazal <pdm@pvt.net> | |
| 4301 | |
| 4302 * abbrev.el (inverse-add-abbrev): Inherit the current input method. | |
| 4303 | |
| 4304 1999-03-14 Kenichi Handa <handa@etl.go.jp> | |
| 4305 | |
| 4306 * international/mule-util.el (detect-coding-with-priority): | |
| 4307 Restore the internal database. | |
| 4308 | |
| 4309 1999-03-14 Stephen Eglen <stephen@gnu.org> | |
| 4310 | |
| 4311 * mail/sendmail.el (sendmail-send-it): Fix typo in error string | |
| 4312 if mail-from-style has invalid value. | |
| 4313 | |
| 4314 1999-03-12 Karl Heuer <kwzh@gnu.org> | |
| 4315 | |
| 4316 * vc.el (vc-delete-logbuf-window): New var. | |
| 4317 (vc-finish-logentry): Use it. | |
| 4318 | |
| 4319 1999-03-12 Richard M. Stallman <rms@gnu.org> | |
| 4320 | |
| 4321 * startup.el (command-line-1): Improve startup msg. | |
| 4322 | |
| 4323 1999-03-12 Eric M. Ludlam <zappo@ultranet.com> | |
| 4324 | |
| 4325 * speedbar.el: Added commentary about stealthy functions. | |
| 4326 (speedbar-message) new function. | |
| 4327 (speedbar-y-or-n-p): New function | |
| 4328 (speedbar-with-attached-buffer) Moved macro before reference. | |
| 4329 Now uses `save-selected-window'. | |
| 4330 (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
|
4331 speedbar-generic-item-info, speedbar-item-info-file-helper, |
| 25837 | 4332 speedbar-item-delete, speedbar-insert-generic-list, |
| 4333 speedbar-timer-fn, speedbar-check-vc-this-line, | |
| 4334 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags, | |
| 4335 speedbar-buffers-item-info) Use speedbar-message. | |
| 4336 (speedbar-item-info) Limit `message-log-max'. | |
| 4337 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename, | |
| 4338 speedbar-item-delete, speedbar-item-object-delete, | |
| 4339 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p. | |
| 4340 | |
| 4341 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp> | |
| 4342 | |
| 4343 * server.el (server-start): Set coding system for the server | |
| 4344 process to raw-text. | |
| 4345 (server-process-filter): Decode file names if necessary. | |
| 4346 | |
| 4347 1999-03-12 Dave Love <fx@gnu.org> | |
| 4348 | |
| 4349 * textmodes/fill.el (sentence-end-double-space): Doc fix. | |
| 4350 | |
| 4351 * textmodes/paragraphs.el (sentence-end): Doc fix. | |
| 4352 | |
| 4353 1999-03-11 Karl Heuer <kwzh@gnu.org> | |
| 4354 | |
| 4355 * comint.el (comint-password-prompt-regexp): Accept "login password:" | |
| 4356 | |
| 4357 1999-03-09 Karl Heuer <kwzh@gnu.org> | |
| 4358 | |
| 4359 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line. | |
| 4360 (ispell-dictionary-alist-2): Likewise. | |
| 4361 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars. | |
| 4362 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars. | |
| 4363 (ispell-dictionary-alist): Build from six pieces, not just two. | |
| 4364 | |
| 4365 * ps-bdf.el (bdf-directory-list): Doc fix. | |
| 4366 | |
| 4367 * enriched.el (enriched-mode): Make var permanent-local. | |
| 4368 | |
| 4369 1999-03-09 Dave Love <fx@gnu.org> | |
| 4370 | |
| 4371 * textmodes/sgml-mode.el (html-mode): Use | |
| 4372 sentence-end-double-space when setting sentence-end. | |
| 4373 | |
| 4374 1999-03-09 Ken'ichi Handa <handa@gnu.org> | |
| 4375 | |
| 4376 * language/thai.el (tis-620): New alias coding system for thai-tis620. | |
| 4377 | |
| 4378 1999-03-08 Felix Lee <flee@cygnus.com> | |
| 4379 | |
| 4380 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook. | |
| 4381 | |
| 4382 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok. | |
| 4383 | |
| 4384 1999-03-08 Karl Heuer <kwzh@gnu.org> | |
| 4385 | |
| 4386 * dired-aux.el (dired-do-copy-regexp): Doc fix. | |
| 4387 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
| 4388 | |
| 4389 * dired.el (dired-do-copy-regexp): Doc fix. | |
| 4390 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | |
| 4391 | |
| 4392 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com> | |
| 4393 | |
| 4394 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. | |
| 4395 | |
| 4396 1999-03-08 Jason Rumney <jasonr@altavista.net> | |
| 4397 | |
| 4398 * international/codepage.el (cp1250-decode-table) | |
| 4399 (cp1251-decode-table, cp1253-decode-table) | |
| 4400 (cp1257-decode-table): New translation tables for MS Windows codepages. | |
| 4401 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages. | |
| 4402 | |
| 4403 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp> | |
| 4404 | |
| 4405 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly. | |
| 4406 | |
| 4407 1999-03-07 Eli Zaretskii <eliz@gnu.org> | |
| 4408 | |
| 4409 * ps-bdf.el (bdf-directory-list): Different value for ms-dos. | |
| 4410 | |
| 4411 * term/internal.el (top level): Display character 255 as 8bit as well. | |
| 4412 | |
| 4413 1999-03-06 Dave Love <fx@gnu.org> | |
| 4414 | |
| 4415 * progmodes/cc-cmds.el (c-outline-level): Bind | |
| 4416 buffer-invisibility-spec. | |
| 4417 | |
| 4418 * progmodes/c-mode.el (c-outline-level): Likewise. | |
| 4419 | |
| 4420 * progmodes/ada-mode.el (ada-outline-level): Likewise. | |
| 4421 | |
| 4422 1999-03-05 Felix Lee <flee@cygnus.com> | |
| 4423 | |
| 4424 * textmodes/outline.el (outline-get-last-sibling): Doc fix. | |
| 4425 | |
| 4426 1999-03-05 Richard M. Stallman <rms@gnu.org> | |
| 4427 | |
| 4428 * bindings.el (complete-symbol): Invert meaning of prefix arg. | |
| 4429 | |
| 4430 1999-03-05 Andrew Innes <andrewi@gnu.org> | |
| 4431 | |
| 4432 * w32-fns.el (convert-standard-filename): Convert directory | |
| 4433 separators to Windows format. | |
| 4434 | |
| 4435 1999-03-05 Andreas Schwab <schwab@gnu.org> | |
| 4436 | |
| 4437 * international/skkdic-cnv.el: Provide skkdic-cnv. | |
| 4438 (skkdic-convert): Emit code to require skkdic-cnv at compile time. | |
| 4439 (batch-skkdic-convert): Doc fix. | |
| 4440 | |
| 4441 1999-03-04 Dave Love <fx@gnu.org> | |
| 4442 | |
| 4443 * custom.el (custom-set-variables): Protect against setter errors. | |
| 4444 | |
| 4445 1999-03-04 Eli Zaretskii <eliz@gnu.org> | |
| 4446 | |
| 4447 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of | |
| 4448 the file sizes from overflowing. | |
| 4449 (ls-lisp-format): If file size is a float, use %8.0f to print it. | |
| 4450 Under -s, print the size in blocks with %4.0f, in case they have | |
| 4451 a *really* huge file. | |
| 4452 | |
| 4453 1999-03-03 Dave Love <fx@gnu.org> | |
| 4454 | |
| 4455 * options.el (edit-options): Doc fix. | |
| 4456 (list-options): Don't lose with unbound symbols. Maintain | |
| 4457 Edit-options-mode. | |
| 4458 | |
| 4459 1999-03-01 Dave Love <fx@gnu.org> | |
| 4460 | |
| 4461 * mail/supercite.el (sc-attrib-selection-list): Fix custom type. | |
| 4462 | |
| 4463 1999-02-28 Richard M. Stallman <rms@gnu.org> | |
| 4464 | |
| 4465 * ispell.el (ispell-dictionary-alist-override): New variable. | |
| 4466 (ispell-dictionary-alist): Don't setq it, | |
| 4467 if ispell-dictionary-alist-override is set. | |
| 4468 | |
| 4469 * simple.el (shell-command-default-error-buffer): Renamed from | |
| 4470 shell-command-on-region-default-error-buffer. | |
| 4471 (shell-command-on-region): Mention in echo area when there | |
| 4472 is some error output. Mention success or failure, too. | |
| 4473 Accumulate multiple error outputs | |
| 4474 going forward, with formfeed in between. Display the error buffer | |
| 4475 when we have put something in it. | |
| 4476 (shell-command): Add the ERROR-BUFFER argument feature. | |
| 4477 | |
| 4478 1999-02-28 Karl Heuer <kwzh@gnu.org> | |
| 4479 | |
| 4480 * mail/mh-utils.el (mh-lib): Doc fix. | |
| 4481 (mh-lib-progs, mh-nmh-p): New vars. | |
| 4482 (mh-find-progs): Set mh-lib-progs along with other vars. | |
| 4483 (mh-path-search): New arg FUNC-P; if specified, use that instead | |
| 4484 of mh-file-command-p. | |
| 4485 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs. | |
| 4486 | |
| 4487 * mail/mh-comp.el (mh-repl-formfile): New var. | |
| 4488 (mh-smail-batch): Don't ignore all arguments. | |
| 4489 (mh-reply): Do the right thing when using nmh. | |
| 4490 | |
| 4491 1999-02-27 Kenichi Handa <handa@etl.go.jp> | |
| 4492 | |
| 4493 * international/mule-cmds.el (select-safe-coding-system): Be sure | |
| 4494 to show a buffer being decoded. | |
| 4495 | |
| 4496 1999-02-26 Ken'ichi Handa <handa@gnu.org> | |
| 4497 | |
| 4498 * ps-bdf.el (bdf-directory-list): Initialize it to | |
| 4499 '("/usr/local/share/emacs/fonts/bdf"). | |
| 4500 | |
| 4501 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 4502 | |
| 4503 * ps-print.el: PostScript programming fix. | |
| 4504 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use | |
| 4505 setpagedevice operator). | |
| 4506 | |
| 4507 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 4508 | |
| 4509 * ps-print.el: Doc fix, font size specifies landscape and portrait | |
| 4510 sizes. | |
| 4511 (ps-print-version): New version number (4.1.4). | |
| 4512 (ps-font-size, ps-header-font-size, ps-header-title-font-size): | |
| 4513 Specifies landscape and portrait sizes. | |
| 4514 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages) | |
| 4515 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun | |
| 4516 fix. | |
| 4517 (ps-get-font-size): New fun. | |
| 4518 (ps-font-size-internal, ps-header-font-size-internal) | |
| 4519 (ps-header-title-font-size-internal): New vars. | |
| 4520 | |
| 4521 * ps-mule.el: Change of ps-print font size variable name. | |
| 4522 (ps-mule-generate-font): Fun fix. | |
| 4523 (ps-mule-begin-job): Programming uniformization. | |
| 4524 | |
| 4525 1999-02-25 Dave Love <fx@gnu.org> | |
| 4526 | |
| 4527 * help.el (help-xref-info-regexp): Allow linebreaks and capital. | |
| 4528 (help-make-xrefs): Do Info case first. | |
| 4529 | |
| 4530 * repeat.el: Don't require advice. | |
| 4531 (repeat-last-kill-command): Variable deleted. | |
| 4532 | |
| 4533 1999-02-25 Richard Stallman <rms@gnu.org> | |
| 4534 | |
| 4535 * simple.el (shell-command-on-region): Don't go into the REPLACE = t | |
| 4536 case just because the current buffer is the output buffer. | |
| 4537 | |
| 4538 1999-02-25 Kenichi Handa <handa@etl.go.jp> | |
| 4539 | |
| 4540 * simple.el (what-cursor-position): To show the character's | |
| 4541 encoding, use encoded-string-description instead of information | |
| 4542 of chaset-origin-alist. | |
| 4543 | |
| 4544 * international/mule-cmds.el (iso-2022-control-alist): New variable. | |
| 4545 (encoded-code-description): New function. | |
| 4546 (encoded-string-description): New function. | |
| 4547 (encode-coding-char): New function. | |
| 4548 | |
| 4549 1999-02-25 Andrew Innes <andrewi@gnu.org> | |
| 4550 | |
| 4551 * startup.el (command-line) [windows-nt]: Fix typo in regexp | |
| 4552 checking for .emacs[.el[c]]. | |
| 4553 | |
| 4554 1999-02-24 Richard Stallman <rms@gnu.org> | |
| 4555 | |
| 4556 * help.el (describe-function-1): Don't print a whole lambda-function. | |
| 4557 | |
| 4558 1999-02-23 Ken'ichi Handa <handa@gnu.org> | |
| 4559 | |
| 4560 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow | |
| 4561 inputting ?\240. | |
| 4562 | |
| 4563 1999-02-23 Karl Heuer <kwzh@gnu.org> | |
| 4564 | |
| 4565 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst. | |
| 4566 | |
| 4567 * midnight.el (clean-buffer-list-kill-regexps): Doc fix. | |
| 4568 (clean-buffer-list-kill-buffer-names): Doc fix. | |
| 4569 | |
| 4570 * gud.el (gud-jdb-massage-args): Spelling fix. | |
| 4571 | |
| 4572 1999-02-23 Richard M. Stallman <rms@gnu.org> | |
| 4573 | |
| 4574 * subr.el (with-temp-message): Use %s so % in old msg won't fool us. | |
| 4575 | |
| 4576 1999-02-22 Eli Zaretskii <eliz@gnu.org> | |
| 4577 | |
| 4578 * 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
|
4579 excursion while calling set-auto-coding-function. |
| 25837 | 4580 |
| 4581 * play/handwrite.el (handwrite): Require ps-print, and use | |
| 4582 ps-printer-name and ps-lpr-command. Call ps-print-region-function | |
| 4583 if it's defined, instead of forking ps-lpr-command unconditionally. | |
| 4584 | |
| 4585 1999-02-22 Kenichi Handa <handa@etl.go.jp> | |
| 4586 | |
| 4587 * international/codepage.el (cp-coding-system-for-codepage-1): Put | |
| 4588 charset-origin-alist property to a coding system for the codepage. | |
| 4589 | |
| 4590 * international/mule.el: Modify comment for charset-origin-alist | |
| 4591 property of a coding system. | |
| 4592 | |
| 4593 * simple.el (what-cursor-position): charset-origin-alist property | |
| 4594 of a coding system may be a translation table or a symbol of which | |
| 4595 `translation-table' property is a translation table. | |
| 4596 | |
| 4597 1999-02-21 Richard Stallman <rms@gnu.org> | |
| 4598 | |
| 4599 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body | |
| 4600 to the "html" template. | |
| 4601 | |
| 4602 1999-02-21 Peter Breton <pbreton@ne.mediaone.net> | |
| 4603 | |
| 4604 * dirtrack.el (dirtrack): Added docstring. Now returns input. | |
| 4605 | |
| 4606 1999-02-18 Peter Breton <pbreton@ne.mediaone.net> | |
| 4607 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4608 * dirtrack.el (dirtrack): Check for the prompt in the input string |
| 25837 | 4609 instead of the buffer. |
| 4610 | |
| 4611 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 4612 | |
| 4613 * sql.el: Set version to 1.4.1. Changed mail address to | |
| 4614 alex@gnu.org. Mention the mailing list sql.el@gnu.org. | |
| 4615 (sql-input-ring-separator): Doc fix. | |
| 4616 (sql-mode-syntax-table): double-dash starts comments is defined as | |
| 4617 ". 56" instead of ". 12b" for XEmacs. | |
| 4618 (sql-stop, sql-interactive-mode): Doc fixes. | |
| 4619 (sql-postgres): Queries for database and server, not just one. | |
| 4620 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted. | |
| 4621 | |
| 4622 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is | |
| 4623 changed. This is needed for master.el to work. | |
| 4624 (sql-set-sqli-buffer): Use the new hook. | |
| 4625 | |
| 4626 * sql.el (sql-make-alternate-buffer-name): Function that sets | |
| 4627 sql-alternate-buffer-name. | |
| 4628 (sql-alternate-buffer-name): Possible name of SQLi buffers. | |
| 4629 (sql-interactive-mode): Set sql-alternate-buffer-name. | |
| 4630 (sql-rename-buffer): New command. | |
| 4631 (sql-interactive-mode-menu): Menu for SQLi buffers. | |
| 4632 | |
| 4633 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator | |
| 4634 and sql-input-ring-file-name are used to temporarily set | |
| 4635 comint-input-ring-file-name and comint-input-ring-separator when | |
| 4636 reading and writing input history files. | |
| 4637 | |
| 4638 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name. | |
| 4639 (sql-input-ring-file-name): New variable with customization. | |
| 4640 (sql-input-ring-separator): New variable with customization. | |
| 4641 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer. | |
| 4642 Callers changed. | |
| 4643 (sql-show-sqli-buffer): The message for "sql-buffer is not set" | |
| 4644 now includes the name of the current buffer. | |
| 4645 | |
| 4646 (sql-mode): Set paragraph-separate and paragraph-start so that | |
| 4647 sql-send-paragraph sends the entire SQL statements, even if it | |
| 4648 contains indented lines. | |
| 4649 | |
| 4650 1999-02-18 Dave Love <fx@gnu.org> | |
| 4651 | |
| 4652 * format.el (format-encode-run-method, format-decode-run-method): | |
| 4653 Fix previous change. | |
| 4654 | |
| 4655 1999-02-18 Ken'ichi Handa <handa@gnu.org> | |
| 4656 | |
| 4657 * international/mule.el (coding-system-list): Moved here from | |
| 4658 mule-util.el to avoid autoloading mule-util by the call of | |
| 4659 select-safe-coding-system. | |
| 4660 | |
| 4661 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 4662 | |
| 4663 * simple.el (turn-on-auto-fill): Mark it as an option for | |
| 4664 `text-mode-hook'. | |
| 4665 | |
| 4666 1999-02-17 Richard Stallman <rms@gnu.org> | |
| 4667 | |
| 4668 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
| 4669 Don't crash if (current-local-map) is nil. | |
| 4670 | |
| 4671 1999-02-17 Peter Breton <pbreton@ne.mediaone.net> | |
| 4672 | |
| 4673 * filecache.el (file-cache-filter-regexps): Added .class. | |
| 4674 | |
| 4675 1999-02-17 Ken'ichi Handa <handa@gnu.org> | |
| 4676 | |
| 4677 * international/mule-util.el (decompose-region): Use | |
| 4678 insert-buffer-substring instead of insert-buffer to avoid putting | |
| 4679 mark. | |
| 4680 | |
| 4681 1999-02-17 Andreas Schwab <schwab@gnu.org> | |
| 4682 | |
| 4683 * calendar/cal-move.el (scroll-calendar-left): Don't set | |
| 4684 displayed-month and displayed-year here, let generate-calendar do | |
| 4685 it, after range checking. | |
| 4686 | |
| 4687 1999-02-17 Simon Marshall <simon@gnu.org> | |
| 4688 | |
| 4689 * progmodes/cc-engine.el (c-at-toplevel-p): New function. | |
| 4690 | |
| 4691 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish | |
| 4692 correctly between an object declared via a constructor and a method. | |
| 4693 (font-lock-defaults-alist): Don't give `.' word syntax for Java. | |
| 4694 (java-font-lock-keywords-1): Fontify package names individually. | |
| 4695 (java-font-lock-extra-types): Ensure regexp matches capitalised only. | |
| 4696 (java-font-lock-keywords-2): Simplify type fontification. | |
| 4697 (java-font-lock-keywords-3): Likewise. | |
| 4698 | |
| 4699 1999-02-17 Kenichi Handa <handa@etl.go.jp> | |
| 4700 | |
| 4701 * language/japanese.el (iso-2022-jp-2): New coding system. | |
| 4702 ("Japanese"): Put iso-2022-jp-2 in coding-priority property. | |
| 4703 | |
| 4704 1999-02-16 Dave Love <fx@gnu.org> | |
| 4705 | |
| 4706 * help.el (describe-function-1): Accept non-symbols. | |
| 4707 | |
| 4708 1999-02-16 Paul Eggert <eggert@twinsun.com> | |
| 4709 | |
| 4710 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we | |
| 4711 find the last match if there are multiple matches. | |
| 4712 | |
| 4713 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4714 | |
| 4715 * tex-mode.el (tex-run-command, latex-run-command) | |
| 4716 (slitex-run-command, tex-command): Doc changes. | |
| 4717 (tex-start-options-string): Autoload it. Doc change. Provide | |
| 4718 a menu for customization. Allow nil. Quote backslashes only once. | |
| 4719 (tex-start-tex): Handle nil value of tex-start-options-string | |
| 4720 and apply shell-quote-argument to it. | |
| 4721 | |
| 4722 1999-02-16 Eli Zaretskii <eliz@gnu.org> | |
| 4723 | |
| 4724 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round | |
| 4725 the size in blocks, since it can be a float. | |
| 4726 (ls-lisp-format): Likewise | |
| 4727 | |
| 4728 1999-02-16 Ken'ichi Handa <handa@gnu.org> | |
| 4729 | |
| 4730 * language/japanese.el (japanese-shift-jis): Add | |
| 4731 charset-origin-alist property. | |
| 4732 | |
| 4733 1999-02-15 Richard Stallman <rms@gnu.org> | |
| 4734 | |
| 4735 * progmodes/compile.el (compile-internal): Use save-selected-window. | |
| 4736 | |
| 4737 * subr.el (momentary-string-display): Bind inhibit-read-only. | |
| 4738 | |
| 4739 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line. | |
| 4740 | |
| 4741 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il> | |
| 4742 | |
| 4743 * mail/rmail.el (rmail-show-message): If an unseen message has a | |
| 4744 Summary-line in its header, get past one more line before looking | |
| 4745 for the X-Coding-System header. | |
| 4746 | |
| 4747 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
| 4748 | |
| 4749 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files | |
| 4750 explicitly to accomodate Windows 9X lack of a useful copy program. | |
| 4751 | |
| 4752 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 4753 | |
| 4754 * wid-edit.el (widget-choice-value-create): Use `equal' | |
| 4755 instead of `eq'. | |
| 4756 | |
| 4757 1999-02-14 Richard Stallman <rms@gnu.org> | |
| 4758 | |
| 4759 * international/iso-transl.el: | |
| 4760 (iso-transl-ae): Renamed from iso-transl-e-slash. | |
| 4761 (iso-transl-a-ring): Renamed from iso-transl-a-slash. | |
| 4762 (iso-transl-AE): Renamed from iso-transl-E-slash. | |
| 4763 (iso-transl-A-ring): Renamed from iso-transl-A-slash. | |
| 4764 (iso-transl-char-map): Related changes. | |
| 4765 | |
| 4766 * format.el (format-replace-strings): Fix value of TO in REVERSE case. | |
| 4767 | |
| 4768 1999-02-13 Richard Stallman <rms@gnu.org> | |
| 4769 | |
| 4770 * textmodes/texinfmt.el (texinfo-alias): New function. | |
| 4771 (texinfo-fold-nodename-case): Add defvar. | |
| 4772 (texinfo-format-node): Do case folding if specified. | |
| 4773 | |
| 4774 * ffap.el (ffap-file-at-point): Test local file names | |
| 4775 immediately. Strip off line numbers. | |
| 4776 | |
| 4777 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch> | |
| 4778 | |
| 4779 * sql.el: Set version to 1.3.2 | |
| 4780 (sql-solid-program): Added support for solid. | |
| 4781 (sql-help): Doc mentions sql-solid. | |
| 4782 (sql-solid): Entry function for Solid. | |
| 4783 (sql-buffer): Doc explains the use of the variable and how to | |
| 4784 change it. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
4785 (sql-mode-menu): Included entries for sql-show-sqli-buffer and |
| 25837 | 4786 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are |
| 4787 disabled if sql-buffer doesn't have a process; sql-send-paragraph | |
| 4788 is new. | |
| 4789 (sql-show-sqli-buffer): New function to display the value of | |
| 4790 sql-buffer. | |
| 4791 (sql-change-sqli-buffer): New function to change sql-buffer. | |
| 4792 (sql-mode): Doc explains how to change sql-buffer. | |
| 4793 (sql-send-paragraph): New function to send a paragraph. | |
| 4794 (sql-mode-map): Added keybinding for sql-send-paragraph. | |
| 4795 (sql-mysql): Doc corrected. | |
| 4796 (sql-ms): Doc corrected. | |
| 4797 | |
| 4798 * sql.el (sql-server): Doc fix. | |
| 4799 (sql-mysql): Added the use of sql-server to specify the host, | |
| 4800 sql-database now specifies database instead of host. | |
| 4801 (sql-mode-menu): Send... menu items are only active if sql-buffer | |
| 4802 is non-nil. | |
| 4803 (sql-help): Changed tag of entry functions a bit. | |
| 4804 | |
| 4805 * sql.el: Added keywords from `finder-by-keyword'. | |
| 4806 (sql-mode): Made sql-buffer a local variable, changed the | |
| 4807 documentation: removed instructions to add *.sql files to | |
| 4808 auto-mode-alist, added documentation for having mutliple SQL | |
| 4809 buffers sending their stuff to different SQLi buffers, each | |
| 4810 running a different process. | |
| 4811 (sql-postgres): Quoted *SQL* in doc string. | |
| 4812 (sql-ms): Likewise. | |
| 4813 (sql-ingres): Likewise. | |
| 4814 (sql-ingres): Quoted *SQL* in doc string, added references to | |
| 4815 sql-user and sql-password used during login. | |
| 4816 (sql-sybase): Quoted *SQL* in doc string, added comma. | |
| 4817 (sql-oracle): Likewise. | |
| 4818 (sql-interactive-mode): Added extensive documentation for having | |
| 4819 mutliple SQL buffers sending their stuff to different SQLi | |
| 4820 buffers, each running a different process. | |
| 4821 (sql-buffer): Changed doc from *SQL* to SQLi. | |
| 4822 (sql-get-login): Doc fix. | |
| 4823 | |
| 4824 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 4825 | |
| 4826 * international/mule-conf.el (undecided): Set ascii in | |
| 4827 safe-charsets property. | |
| 4828 | |
| 4829 1999-02-12 Richard Stallman <rms@gnu.org> | |
| 4830 | |
| 4831 * textmodes/paragraphs.el (paragraph-separate): Doc fix. | |
| 4832 | |
| 4833 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 4834 | |
| 4835 * ps-mule.el (ps-mule-font-info-database-default): Set the initial | |
| 4836 value to ps-mule-font-info-database-latin. | |
| 4837 | |
| 4838 1999-02-13 Kenichi HANDA <handa@etl.go.jp> | |
| 4839 | |
| 4840 * ps-mule.el (ps-multibyte-buffer): Doc-string modified. | |
| 4841 (ps-mule-font-info-database-default): New variable. | |
| 4842 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use | |
| 4843 ps-mule-font-info-database-default. | |
| 4844 | |
| 4845 1999-02-12 Dave Love <fx@gnu.org> | |
| 4846 | |
| 4847 * timezone.el (timezone-make-date-sortable) | |
| 4848 (timezone-make-date-arpa-standard): Doc fix. | |
| 4849 | |
| 4850 1999-02-12 Ken'ichi Handa <handa@gnu.org> | |
| 4851 | |
| 4852 * international/quail.el (quail-show-kbd-layout): Bind | |
| 4853 blink-matching-paren to nil. | |
| 4854 | |
| 4855 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field | |
| 4856 for ASCII and Latin-1. | |
| 4857 | |
| 4858 1999-02-12 Andreas Schwab <schwab@gnu.org> | |
| 4859 | |
| 4860 * gud.el (jdb): Fix regexp for comint-prompt-regexp. | |
| 4861 | |
| 4862 1999-02-12 Kenichi Handa <handa@etl.go.jp> | |
| 4863 | |
| 4864 * international/mule-cmds.el (language-info-alist): Remove | |
| 4865 description about charset-origin-alist. | |
| 4866 | |
| 4867 * international/mule.el: Comment added for a new coding system | |
| 4868 property `charset-origin-alit'. | |
| 4869 (make-translation-table): This variable deleted. | |
| 4870 | |
| 4871 * language/chinese.el (chinese-big5): Add charset-origin-alist | |
| 4872 property. | |
| 4873 ("Chinese-CNS"): Remove charset-origin-alist property. | |
| 4874 | |
| 4875 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist | |
| 4876 property. | |
| 4877 (cyrillic-alternativnyj): Likewise. | |
| 4878 ("Cyrillic-KOI8"): Remove charset-origin-alist property. | |
| 4879 ("Cyrillic-ALT"): Likewise. | |
| 4880 | |
| 4881 * language/vietnamese.el (vietnamese-viqr): Add | |
| 4882 charset-origin-alist property. | |
| 4883 ("Vietnamese"): Remove charset-origin-alist property. | |
| 4884 | |
| 4885 * simple.el (what-cursor-position): Don't use the varialbe | |
| 4886 charset-origin-alist, but use charset-origin-alist property of | |
| 4887 buffer-file-coding-system to decide external character set code. | |
| 4888 | |
| 4889 1999-02-10 Richard Stallman <rms@gnu.org> | |
| 4890 | |
| 4891 * shadowfile.el: Don't turn on the mode when the file is loaded. | |
| 4892 | |
| 4893 1999-02-09 Richard Stallman <rms@gnu.org> | |
| 4894 | |
| 4895 * progmodes/compile.el (compile-auto-highlight): Customize. | |
| 4896 | |
| 4897 * add-log.el (add-log-file-name-function): New variable. | |
| 4898 (add-change-log-entry): Call that function, if non-nil. | |
| 4899 | |
| 4900 1999-02-09 Michael Ernst <mernst@alum.mit.edu> | |
| 4901 | |
| 4902 * rmail.el (rmail-search): Track match with a marker, not an integer. | |
| 4903 | |
| 4904 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4905 | |
| 4906 * progmodes/compile.el (compilation-setup): Set value of | |
| 4907 compilation-directory-stack as in compilation-forget-errors. | |
| 4908 (compile-reinitialize-errors): Bind buffer-undo-list and | |
| 4909 deactivate-mark. | |
| 4910 (compilation-forget-errors): Likewise. | |
| 4911 | |
| 4912 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com> | |
| 4913 | |
| 4914 * textmodes/texinfo.el (texinfo-environment-regexp): Add the | |
| 4915 def... constructs. | |
| 4916 | |
| 4917 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu): | |
| 4918 Remove calls to sleep-for. | |
| 4919 | |
| 4920 1999-02-08 Eli Zaretskii <eliz@gnu.org> | |
| 4921 | |
| 4922 * international/codepage.el (cp-coding-system-for-codepage-1): On | |
| 4923 MS-DOS, use dos-unsupported-char-glyph for characters not | |
| 4924 supported by the codepage. | |
| 4925 (cp-make-coding-systems-for-codepage): Likewise. | |
| 4926 | |
| 4927 1999-02-08 Andreas Schwab <schwab@gnu.org> | |
| 4928 | |
| 4929 * international/mule-util.el (coding-system-list): Don't sort | |
| 4930 coding-system-list here. | |
| 4931 | |
| 4932 * international/mule.el (coding-system-lessp): Moved here from | |
| 4933 mule-util.el | |
| 4934 (add-to-coding-system-list): New function. | |
| 4935 (make-subsidiary-coding-system, make-coding-system, | |
| 4936 define-coding-system-alias): Use it instead of setting | |
| 4937 coding-system-list directly. | |
| 4938 | |
| 4939 1999-02-07 Dave Love <fx@gnu.org> | |
| 4940 | |
| 4941 * calendar/appt.el (appt-make-list): Don't splice quotes and date | |
| 4942 onto message. | |
| 4943 | |
| 4944 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4945 | |
| 4946 * imenu.el (imenu--last-menubar-index-alist): Add doc. | |
| 4947 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist. | |
| 4948 | |
| 4949 1999-02-06 Richard Stallman <rms@gnu.org> | |
| 4950 | |
| 4951 * language/european.el (setup-slovenian-environment): New function. | |
| 4952 ("Slovenian"): New language environment. | |
| 4953 | |
| 4954 * progmodes/sql.el (sql-help): Doc fix. | |
| 4955 (sql-mysql): Doc fix. | |
| 4956 | |
| 4957 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 4958 | |
| 4959 * tex-mode.el: When compiling, require compare-w and skeleton | |
| 4960 to pacify the byte-compiler. Move the def's of the tex-commands | |
| 4961 together. Add a comment on kill-process vs. quit-process. | |
| 4962 | |
| 4963 1999-02-05 Dave Love <fx@gnu.org> | |
| 4964 | |
| 4965 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with | |
| 4966 null markers. | |
| 4967 (compile-goto-error): Likewise. | |
| 4968 | |
| 4969 1999-02-05 Stephen Gildea <gildea@alum.mit.edu> | |
| 4970 | |
| 4971 * time-stamp.el (time-stamp-format): Format doc tighter. | |
| 4972 (time-stamp-line-limit): 0 searches the entire buffer (careful!). | |
| 4973 (time-stamp): don't re-write the time stamp if it didn't change. | |
| 4974 | |
| 4975 1999-02-05 Alex Schroeder <asc@bsiag.com> | |
| 4976 | |
| 4977 * progmodes/sql.el: Changed version to 1.2.1. | |
| 4978 (sql-pop-to-buffer-after-send-region): Improved documentation. | |
| 4979 (sql-mysql-program): Added MySQL support. | |
| 4980 (sql-prompt-length): Made prompt-length configurable. | |
| 4981 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter. | |
| 4982 (sql-help): Added MySQL support, changed documentation. | |
| 4983 (sql-send-region): A message is displayed if something is sent. | |
| 4984 (sql-mode): Added buffer-local comment-start. | |
| 4985 (sql-interactive-mode): Use sql-prompt-length to set left-margin. | |
| 4986 (sql-interactive-mode): Added buffer-local comment-start. | |
| 4987 (sql-oracle): Set sql-prompt-length. | |
| 4988 (sql-sybase): Set sql-prompt-length. | |
| 4989 (sql-mysql): Added MySQL support. | |
| 4990 (sql-ingres): Set sql-prompt-length. | |
| 4991 (sql-ms): Set sql-prompt-length. | |
| 4992 (sql-postgres): Set sql-prompt-length. | |
| 4993 | |
| 4994 1999-02-04 Eli Zaretskii <eliz@gnu.org> | |
| 4995 | |
| 4996 * term/internal.el (dos-codepage-setup): Set selection coding | |
| 4997 system to cpNNN-dos. | |
| 4998 | |
| 4999 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 5000 | |
| 5001 * international/characters.el: Let ethiopic use iso-2022-7bit. | |
| 5002 | |
| 5003 1999-02-02 Dave Love <fx@gnu.org> | |
| 5004 | |
| 5005 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here... | |
| 5006 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here. | |
| 5007 | |
| 5008 1999-02-02 Karl Heuer <kwzh@gnu.org> | |
| 5009 | |
| 5010 * terminal.el (terminal-emulator): Doc fix. | |
| 5011 | |
| 5012 1999-02-02 Ken'ichi Handa <handa@gnu.org> | |
| 5013 | |
| 5014 * international/mule-util.el (compose-chars): Doc-string | |
| 5015 modified. Correctly handle a composition character in ARGS. | |
| 5016 | |
| 5017 1999-02-01 Richard Stallman <rms@gnu.org> | |
| 5018 | |
| 5019 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var. | |
| 5020 (makefile-menu-index-function): Function deleted. | |
| 5021 (makefile-mode): Use makefile-imenu-generic-expression. | |
| 5022 | |
| 5023 1999-02-01 Geoff Voelker <voelker@cs.washington.edu> | |
| 5024 | |
| 5025 * term/w32-win.el (w32-create-initial-fontsets): Back out previous | |
| 5026 change, invoke from before-init-hook. | |
| 5027 | |
| 5028 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu> | |
| 5029 | |
| 5030 * subr.el (remove-from-invisibility-spec): Cope with the case when | |
| 5031 buffer-invisibility-spec is t. | |
| 5032 | |
| 5033 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu> | |
| 5034 | |
| 5035 * calendar/calendar.el (calendar-mode-map): Fix bindings for | |
| 5036 appt-add and appt-delete. | |
| 5037 | |
| 5038 1999-02-01 Eli Zaretskii <eliz@gnu.org> | |
| 5039 | |
| 5040 * term/pc-win.el (msdos-approximate-color): New function. | |
| 5041 (msdos-color-translate): Call it to find a DOS color that best | |
| 5042 approximates an X-style "#NNNNNN" color specification. | |
| 5043 | |
| 5044 1999-02-01 Ken'ichi Handa <handa@gnu.org> | |
| 5045 | |
| 5046 * international/mule-util.el (compose-chars-component): Add | |
| 5047 autoload cookie. | |
| 5048 | |
| 5049 1999-01-31 Ken'ichi Handa <handa@gnu.org> | |
| 5050 | |
| 5051 * international/quail.el (quail-lookup-key): If cdr of MAP is a | |
| 5052 function, replace cdr of MAP by the return value of the function | |
| 5053 unconditionally. | |
| 5054 | |
| 5055 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5056 | |
| 5057 * progmodes/compile.el (compilation-next-error-locus): Don't | |
| 5058 decrease argument FIND-AT-LEAST of compilation-next-error-locus. | |
| 5059 | |
| 5060 1999-01-31 Eli Zaretskii <eliz@gnu.org> | |
| 5061 | |
| 5062 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs | |
| 5063 and NLs before "charset", and allow the charset name be in double | |
| 5064 quotes. | |
| 5065 | |
| 5066 1999-01-31 Richard Stallman <rms@gnu.org> | |
| 5067 | |
| 5068 * imenu.el (imenu-sort-function): Fix custom type. | |
| 5069 | |
| 5070 1999-01-30 Richard Stallman <rms@gnu.org> | |
| 5071 | |
| 5072 * speedbar.el (speedbar-line-token): Match {...} instead of [...]. | |
| 5073 (speedbar-line-token): Likewise. | |
| 5074 | |
| 5075 * play/gametree.el (gametree-default-score): Use defcustom. | |
| 5076 (gametree-score-regexp, gametree-score-closer): Likewise. | |
| 5077 (gametree-score-manual-flag, gametree-score-opener): Likewise. | |
| 5078 | |
| 5079 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5080 | |
| 5081 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when | |
| 5082 decoding. | |
| 5083 | |
| 5084 1999-01-29 Markus Rost <rost@gnu.org> | |
| 5085 | |
| 5086 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by | |
| 5087 tex-validate-buffer. | |
| 5088 (plain-tex-mode, latex-mode, slitex-mode): Likewise. | |
| 5089 (tex-validate-buffer): Renamed from validate-tex-buffer. Works | |
| 5090 now with recent occur-mode. | |
| 5091 (tex-validate-region): Really walk through all Sexps. | |
| 5092 (tex-region): Bind shell-dirtrack-verbose. | |
| 5093 (tex-file, tex-bibtex-file): Likewise. | |
| 5094 | |
| 5095 1999-01-29 Dave Love <fx@gnu.org> | |
| 5096 | |
| 5097 * finder.el: (finder-commentary): Fix interactive spec. Try | |
| 5098 appending .el to file name. | |
| 5099 (finder-find-library, finder-commentary): Doc fixes. | |
| 5100 | |
| 5101 1999-01-29 Andrew Innes <andrewi@gnu.org> | |
| 5102 | |
| 5103 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes | |
| 5104 where the userid contains directory separators. | |
| 5105 | |
| 5106 1999-01-29 Dave Love <fx@gnu.org> | |
| 5107 | |
| 5108 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list. | |
| 5109 (lm-commentary): Doc fix. | |
| 5110 | |
| 5111 1999-01-29 Andreas Schwab <schwab@gnu.org> | |
| 5112 | |
| 5113 * files.el (file-expand-wildcards): Never consider `.' and `..' a | |
| 5114 wildcard match. Fix regexp that tests if dirpart contains | |
| 5115 wildcard characters. | |
| 5116 | |
| 5117 1999-01-28 Richard Stallman <rms@gnu.org> | |
| 5118 | |
| 5119 * font-lock.el (font-lock-default-unfontify-region): | |
| 5120 If not font-lock-syntactic-keywords, don't remove syntax-table prop. | |
| 5121 | |
| 5122 1999-01-27 Jason Rumney <jasonr@altavista.net> | |
| 5123 | |
| 5124 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard | |
| 5125 from FAMILY field. | |
| 5126 (w32-create-initial-fontsets): Do not use before-init-hook. | |
| 5127 (mouse-set-font): Document. Automatically create and use fontsets. | |
| 5128 | |
| 5129 * dos-w32.el (direct-print-region-helper): Check for printer | |
| 5130 being t as well as a string. | |
| 5131 | |
| 5132 1999-01-27 Kenichi Handa <handa@etl.go.jp> | |
| 5133 | |
| 5134 * mail/rmail.el (rmail-decode-mime-charset): New variable. | |
| 5135 (rmail-mime-charset-pattern): New variable. | |
| 5136 (rmail-convert-to-babyl-format): Decode by MIME-charset if | |
| 5137 rmail-decode-mime-charset is non-nil. | |
| 5138 | |
| 5139 1999-01-27 Ken'ichi Handa <handa@gnu.org> | |
| 5140 | |
| 5141 * international/characters.el: Set category `q' for all characters | |
| 5142 in tibetan and tibetan-1-column. | |
| 5143 | |
| 5144 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
| 5145 | |
| 5146 * frame.el (select-frame-by-name): Obey focus-follows-mouse. | |
| 5147 (select-frame-by-name) [windows-nt]: Use w32-focus-frame. | |
| 5148 | |
| 5149 1999-01-27 Dave Love <fx@gnu.org> | |
| 5150 | |
| 5151 * international/mule-cmds.el (current-language-environment): | |
| 5152 Provide :link, :type (choices) and appropriate :get. | |
| 5153 | |
| 5154 1999-01-27 Eli Zaretskii <eliz@gnu.org> | |
| 5155 | |
| 5156 * startup.el (command-line): Set default eol-mnemonic-* strings to | |
| 5157 display end-of-line format in mode line. | |
| 5158 | |
| 5159 * cus-start.el (all): Add eol-mnemonic-* variables. | |
| 5160 | |
| 5161 1999-01-26 Dave Love <fx@gnu.org> | |
| 5162 | |
| 5163 * startup.el (command-line-1): Up-date copyright. | |
| 5164 | |
| 5165 * paths.el (Info-default-directory-list): Use configdir twice. | |
| 5166 | |
| 5167 * info.el (Info-directory-list): Don't set path-separator now | |
| 5168 we're not shipped with Texinfo. Simplify path definition. | |
| 5169 Substitute all occurrences of instdir in Info-default-directory-list. | |
| 5170 | |
| 5171 1999-01-25 Richard Stallman <rms@gnu.org> | |
| 5172 | |
| 5173 * startup.el (normal-top-level-add-subdirs-to-load-path): | |
| 5174 Record the inode numbers of the dirs processed, to avoid loop. | |
| 5175 | |
| 5176 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
| 5177 | |
| 5178 1999-01-25 Dave Love <fx@gnu.org> | |
| 5179 | |
| 5180 * browse-url.el (browse-url-netscape-program): Doc addition. | |
| 5181 | |
| 5182 * help.el (help-make-xrefs): Default info references to an `(emacs)' | |
| 5183 prefix. | |
| 5184 | |
| 5185 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see | |
| 5186 auto-mode-alist. | |
| 5187 | |
| 5188 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 5189 | |
| 5190 * calendar/diary-lib.el (mark-diary-entries): Use | |
| 5191 assoc-ignore-case and do not capitalize when matching month and | |
| 5192 day names. | |
| 5193 | |
| 5194 * calendar/calendar.el (calendar-read-date): Ditto. | |
| 5195 | |
| 5196 * calendar/cal-hebrew.el (calendar-goto-hebrew-date) | |
| 5197 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto. | |
| 5198 | |
| 5199 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto. | |
| 5200 | |
| 5201 * calendar/cal-french.el (calendar-goto-french-date): Ditto. | |
| 5202 | |
| 5203 * calendar/cal-islam.el (calendar-goto-islamic-date) | |
| 5204 (mark-islamic-diary-entries): Ditto. | |
| 5205 | |
| 5206 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto. | |
| 5207 | |
| 5208 * calendar/cal-mayan.el (calendar-read-mayan-haab-date) | |
| 5209 (calendar-read-mayan-tzolkin-date): Ditto. | |
| 5210 | |
| 5211 * calendar/cal-persia.el (persian-prompt-for-date): Ditto. | |
| 5212 | |
| 5213 1999-01-22 Michael Ernst <mernst@alum.mit.edu> | |
| 5214 | |
| 5215 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker. | |
| 5216 | |
| 5217 1999-01-25 Karl Heuer <kwzh@gnu.org> | |
| 5218 | |
| 5219 * faces.el (list-faces-display): Multiline case of previous fix. | |
| 5220 | |
| 5221 1999-01-25 Andreas Schwab <schwab@gnu.org> | |
| 5222 | |
| 5223 * mail/mailalias.el (mail-complete-alist): Use alist as customize type. | |
| 5224 | |
| 5225 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu> | |
| 5226 | |
| 5227 * files.el (find-file): If find-file-noselect returns a list, | |
| 5228 do switch-to-buffer on each element. | |
| 5229 (find-file-other-window): Likewise for all but the first element. | |
| 5230 (find-file-other-frame): Same. | |
| 5231 (find-file-noselect): When we expand a wildcard, return a list | |
| 5232 of buffers. | |
| 5233 | |
| 5234 1999-01-24 Eli Zaretskii <eliz@gnu.org> | |
| 5235 | |
| 5236 * term/internal.el (dos-codepage-setup): Call prefer-coding-system | |
| 5237 to set the appropriate cpNNN-dos coding system as the | |
| 5238 highest-priority coding system. | |
| 5239 | |
| 5240 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
| 5241 | |
| 5242 * international/fontset.el (generate-fontset-menu): Return a | |
| 5243 sorted list by plain names of fontsets. | |
| 5244 | |
| 5245 * international/mule-diag.el (list-fontsets): Sort fontsets by | |
| 5246 plain names. | |
| 5247 | |
| 5248 * language/tibet-util.el (tibetan-vertical-stacking): If the arg | |
| 5249 FIRST is a composite character, decompose it at first. | |
| 5250 | |
| 5251 1999-01-23 Dave Love <fx@gnu.org> | |
| 5252 | |
| 5253 * format.el: Doc fixes. | |
| 5254 (format-encode-run-method): Have things happen in the right buffer. | |
| 5255 Deal with errors from method. Set coding-system-for-write. | |
| 5256 (format-decode-run-method): Have things happen in the right buffer. | |
| 5257 Deal with errors from method. Set coding-system-for-read. | |
| 5258 (format-alist): Use nil instead of unmatchable regexps. | |
| 5259 | |
| 5260 * simple.el (shell-command-on-region): Return command's exit status. | |
| 5261 | |
| 5262 1999-01-23 Eric Ludlam <zappo@gnu.org> | |
| 5263 | |
| 5264 * speedbar.el (speedbar-item-info-file-helper): Add optional arg | |
| 5265 of the file whose info we want to display. | |
| 5266 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize. | |
| 5267 (speedbar-add-mode-functions-list) Improve doc. | |
| 5268 (speedbar-line-token) New function. | |
| 5269 (speedbar-dired) Fix order of directories in -shown-directories. | |
| 5270 (speedbar-line-path): Default return is default-directory | |
| 5271 (speedbar-buffers-line-path): Return is dir name only. | |
| 5272 (speedbar-mode-functions-list): New variable. | |
| 5273 (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | |
| 5274 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | |
| 5275 speedbar-files-item-info speedbar-buffers-item-info): New functions. | |
| 5276 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | |
| 5277 New functions. | |
| 5278 (speedbar-line-file): Broke out part that fetches file from a line. | |
| 5279 (speedbar-line-text): New function extracted from speedbar-line-file. | |
| 5280 (speedbar-line-path): Converted into a replaceable function. | |
| 5281 (speedbar-files-line-path, speedbar-buffers-line-path): New functions. | |
| 5282 | |
| 5283 1999-01-23 Ken'ichi Handa <handa@gnu.org> | |
| 5284 | |
| 5285 * international/fontset.el (create-fontset-from-x-resource): Make | |
| 5286 style variants. | |
| 5287 | |
| 5288 1999-01-22 Dave Love <fx@gnu.org> | |
| 5289 | |
| 5290 * paths.el (Info-default-directory-list): Put sysdir after start. | |
| 5291 | |
| 5292 1999-01-22 Sam Steingold <sds@goems.com> | |
| 5293 | |
| 5294 * midnight.el (clean-buffer-list): do not kill a buffer if it has | |
| 5295 a process associated with it. | |
| 5296 | |
| 5297 1999-01-22 Jason Rumney <jasonr@altavista.net> | |
| 5298 | |
| 5299 * term/w32-win.el (w32-standard-fontset-spec): Simplified. | |
| 5300 | |
| 5301 1999-01-22 Felix Lee <flee@cygnus.com> | |
| 5302 | |
| 5303 * vc.el (vc-annotate-display): Delete old overlays. Fix check for | |
| 5304 major-mode. | |
| 5305 (vc-annotate-mode): Delete variable. | |
| 5306 | |
| 5307 1999-01-22 Andrew Innes <andrewi@gnu.org> | |
| 5308 | |
| 5309 * startup.el (command-line): [windows-nt]: Check for existence of | |
| 5310 .emacs file so as to notice .emacs.el or .emacs.elc and use them | |
| 5311 in preference to _emacs. | |
| 5312 | |
| 5313 1999-01-22 Dave Love <fx@gnu.org> | |
| 5314 | |
| 5315 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref. | |
| 5316 | |
| 5317 1999-01-20 Richard Stallman <rms@gnu.org> | |
| 5318 | |
| 5319 * files.el (find-file-noselect): Do wildcard processing only | |
| 5320 if new arg WILDCARDS is non-nil. | |
| 5321 (find-file, find-file-other-window): New arg WILDCARDS. | |
| 5322 Default it to non-nil if interactive. | |
| 5323 (find-file-other-frame): Likewise. | |
| 5324 (find-file-read-only): Likewise. | |
| 5325 (find-file-read-only-other-window): Likewise. | |
| 5326 (find-file-read-only-other-frame): Likewise. | |
| 5327 | |
| 5328 * wid-edit.el (widget-alist-convert-option): Delete spurious comma. | |
| 5329 (widget-plist-convert-option): Delete spurious comma. | |
| 5330 | |
| 5331 1999-01-19 Jason Rumney <jasonr@altavista.net> | |
| 5332 | |
| 5333 * term/w32-win.el (w32-standard-fontspec-spec): Change | |
| 5334 iso8859-5 to koi8-r. Add iso8859-9. | |
| 5335 | |
| 5336 1999-01-19 Dave Love <fx@gnu.org> | |
| 5337 | |
| 5338 * browse-url.el (browse-url-maybe-new-window): Delete macro and | |
| 5339 its uses. | |
| 5340 | |
| 5341 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark | |
| 5342 is active. | |
| 5343 (fortran-indent-subprogram): Likewise. | |
| 5344 | |
| 5345 1999-01-19 Dave Love <d.love@dl.ac.uk> | |
| 5346 | |
| 5347 * paths.el (Info-default-directory-list): Perhaps add /usr/info. | |
| 5348 | |
| 5349 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5350 | |
| 5351 * wid-edit.el (alist): Use sexp as default key-type. | |
| 5352 | |
| 5353 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5354 | |
| 5355 * textmodes/tex-mode.el (tex-define-common-keys): | |
| 5356 Remove key binding of tex-feed-input. | |
| 5357 (tex-mode-map): Bind tex-feed-input here. | |
| 5358 (tex-start-shell): Use compilation-shell-minor-mode. Set | |
| 5359 comint-input-filter-functions before running tex-shell-hook. | |
| 5360 (tex-start-tex): Forget compilation errors. | |
| 5361 (tex-compilation-parse-errors): Rewritten to work also with | |
| 5362 compile-mouse-goto-error and compile-goto-error. Adjusted to | |
| 5363 change in tex-region. | |
| 5364 (tex-region): For the temp file use file-name without directory. | |
| 5365 (tex-file): Expand file name of tex-print-file. | |
| 5366 | |
| 5367 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5368 | |
| 5369 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call. | |
| 5370 | |
| 5371 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 5372 | |
| 5373 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid | |
| 5374 beginning could cause Emacs to hang. Fixed. | |
| 5375 | |
| 5376 1999-01-18 Ken'ichi Handa <handa@gnu.org> | |
| 5377 | |
| 5378 * international/ccl.el (ccl-compile-translate-character): Handle | |
| 5379 the case that a tranlation table is CCL register correctly. | |
| 5380 | |
| 5381 * international/mule-cmds.el (select-safe-coding-system): | |
| 5382 Hightlight at most 256 characters. | |
| 5383 | |
| 5384 1999-01-18 Dave Love <fx@gnu.org> | |
| 5385 | |
| 5386 * startup.el (command-line): If the init file changes operation to | |
| 5387 unibyte, make all buffers unibyte and re-set language environment. | |
| 5388 | |
| 5389 * disp-table.el (standard-display-european): Make all existing | |
| 5390 buffers unibyte. Fix doc. | |
| 5391 | |
| 5392 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5393 | |
| 5394 * wid-edit.el (coding-system): Define this unconditionally. | |
| 5395 | |
| 5396 * simple.el (shell-command-on-region-default-error-buffer): New var. | |
| 5397 (shell-command-on-region): Use that variable as interactive | |
| 5398 value of ERROR-BUFFER argument. | |
| 5399 | |
| 5400 1999-01-17 Sam Steingold <sds@goems.com> | |
| 5401 | |
| 5402 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'. | |
| 5403 | |
| 5404 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5405 | |
| 5406 * progmodes/compile.el (compilation-goto-locus): If already in the | |
| 5407 compilation buffer's window, keep it in that window. | |
| 5408 (compile-mouse-goto-error): Add Doc. Don't play with windows. | |
| 5409 (compile-goto-error): Don't play with windows. | |
| 5410 | |
| 5411 * textmodes/tex-mode.el (latex-run-command): Doc fix. | |
| 5412 (tex-command): Doc fix. | |
| 5413 (tex-compilation-parse-errors): Doc fix. | |
| 5414 (tex-generate-zap-file-name): Don't start the name with -. | |
| 5415 (tex-expand-files): Works now also with strings ending with ":". | |
| 5416 | |
| 5417 1999-01-17 Ian T Zimmerman <itz@transbay.net> | |
| 5418 | |
| 5419 Patch failed to install: | |
| 5420 * gametree.el: Document scoring functionality. | |
| 5421 (gametree-score-regexp): Add optional plus sign. | |
| 5422 (gametree-score-opener): Replace `:' with `=' as the former | |
| 5423 conflicts with gametree-half-ply-regexp. | |
| 5424 (gametree-transpose-following-leaves): Add. | |
| 5425 (gametree-insert-new-leaf): Make modifying commands barf in read | |
| 5426 only buffers. | |
| 5427 (gametree-break-line-here): Add a call to | |
| 5428 `gametree-transpose-following-leaves'. This maintains the | |
| 5429 necessary invariant that on each level all leaf children precede | |
| 5430 all nonleaf children. This has always been implied, but left to | |
| 5431 the user, and, unfortunately, undocumented. | |
| 5432 | |
| 5433 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
| 5434 | |
| 5435 * wid-edit.el (plist, alist): New widget types. | |
| 5436 | |
| 5437 1999-01-17 Dave Love <fx@gnu.org> | |
| 5438 | |
| 5439 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and | |
| 5440 fix scope of condition-case therein. | |
| 5441 | |
| 5442 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
| 5443 | |
| 5444 * dos-w32.el: (find-buffer-file-type-coding-system): Use | |
| 5445 default-buffer-file-coding-system when file doesn't exist (and | |
| 5446 isn't covered by a special case) instead of forcing undecided-dos | |
| 5447 against the user's wishes. | |
| 5448 | |
| 5449 * dos-w32.el (direct-print-region-helper): New function based on | |
| 5450 direct-print-region-function; sends data to specified printer port | |
| 5451 without further translation. Recognize and handle specially the | |
| 5452 standard `print' and `nprint' programs, as well as `lpr' and | |
| 5453 similar programs. Only write directly to the printer port if no | |
| 5454 print program is specified. Work around a bug in Windows 9x | |
| 5455 affecting Win32 version of Emacs by invoking command.com to write | |
| 5456 to the printer port instead of writing directly. | |
| 5457 (direct-print-region-function): Use direct-print-region-helper to | |
| 5458 do most of the work. | |
| 5459 (direct-ps-print-region-function): New function; analogue of | |
| 5460 direct-print-region-function for ps-print. | |
| 5461 (ps-lpr-command): Comment out setq; leave as example usage. | |
| 5462 (ps-lpr-switches): Ditto. | |
| 5463 | |
| 5464 * lpr.el: (printer-name): Update docstring about usage on MS-DOS | |
| 5465 and MS-Windows. | |
| 5466 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on | |
| 5467 DOS and Windows platforms, to indicate direct printing. Update | |
| 5468 the docstring accordingly. | |
| 5469 | |
| 5470 * ps-print.el: (ps-printer-name): Update docstring about usage on | |
| 5471 MS-DOS and MS-Windows. | |
| 5472 (ps-lpr-command): Update docstring as for lpr-command. | |
| 5473 (ps-print-region-function): New variable. | |
| 5474 (ps-do-despool): Use it. | |
| 5475 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for | |
| 5476 DOS/Windows. | |
| 5477 | |
| 5478 * subr.el (subst-char-in-string): New function. | |
| 5479 | |
| 5480 1999-01-17 Eli Zaretskii <eliz@gnu.org> | |
| 5481 | |
| 5482 * international/codepage.el (cp852-decode-table): Fill a nil entry. | |
| 5483 | |
| 5484 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename. | |
| 5485 (bdf-find-font-info): New function, looks for the first readable | |
| 5486 file from a list of alternatives. | |
| 5487 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info | |
| 5488 instead of bdf-get-font-info. | |
| 5489 (bdf-generate-glyphs): If font-name is a cons cell, pass its car | |
| 5490 to ps-mule-generate-bitmap-glyph. | |
| 5491 | |
| 5492 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative | |
| 5493 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can | |
| 5494 now be a list of alternative names. | |
| 5495 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | |
| 5496 (ps-mule-prepare-font): Likewise. | |
| 5497 | |
| 5498 * international/codepage.el (cp855-decode-table, | |
| 5499 cp850-decode-table): Fill some nil entries. | |
| 5500 | |
| 5501 1999-01-16 Dave Love <fx@gnu.org> | |
| 5502 | |
| 5503 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert | |
| 5504 last change. | |
| 5505 | |
| 5506 1999-01-15 Dave Love <fx@gnu.org> | |
| 5507 | |
| 5508 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions | |
| 5509 and change regexp for command names. | |
| 5510 (help-xref-go-back, function-called-at-point, symbol-file) | |
| 5511 (where-is): Doc fixes. | |
| 5512 (help-xref-go-back): Remove interactive spec. | |
| 5513 (describe-function-1): Fix message for alias. Buttomize alias | |
| 5514 name. | |
| 5515 | |
| 5516 * simple.el (join-line): New alias. | |
| 5517 | |
| 5518 1999-01-15 Johan Vromans <jvromans@squirrel.nl> | |
| 5519 | |
| 5520 * forms.el: (forms--show-record): Convert integers to string | |
| 5521 expicitly since concat will no longer accept integers. | |
| 5522 (forms-print): Use local `total-nb-records' since | |
| 5523 `forms--total-records' will be inaccessible after buffer switching. | |
| 5524 | |
| 5525 1998-01-14 Felix Lee <flee@cygnus.com> | |
| 5526 | |
| 5527 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness. | |
| 5528 | |
| 5529 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5530 | |
| 5531 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change. | |
| 5532 | |
| 5533 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
| 5534 | |
| 5535 * international/codepage.el (cp850-decode-table): Fix previous change. | |
| 5536 | |
| 5537 1999-01-14 Simon Marshall <simon@gnu.org> | |
| 5538 | |
| 5539 * shell.el (shell-dirtrack-verbose): New custom variable. | |
| 5540 (shell-dirstack-message): Use it. | |
| 5541 | |
| 5542 1999-01-14 Kenichi Handa <handa@etl.go.jp> | |
| 5543 | |
| 5544 * international/mule-conf.el: Coding system alias `dos' for | |
| 5545 `undecided-dos', `mac' for `undecided-mac'. | |
| 5546 | |
| 5547 * international/mule-cmds.el (describe-language-environment): | |
| 5548 Don't alter input-method-alist. | |
| 5549 | |
| 5550 1999-01-13 Eli Zaretskii <eliz@gnu.org> | |
| 5551 | |
| 5552 * international/codepage.el (cp850-decode-table): Replace nil | |
| 5553 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
|
5554 Jason Rumney <jasonr@altavista.net>.) |
| 25837 | 5555 |
| 5556 1999-01-13 Dave Love <fx@gnu.org> | |
| 5557 | |
| 5558 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise". | |
| 5559 | |
| 5560 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change. | |
| 5561 | |
| 5562 1999-01-12 Karl Heuer <kwzh@gnu.org> | |
| 5563 | |
| 5564 * files.el (auto-save-hook): Defvar this. | |
| 5565 | |
| 5566 1999-01-12 Alex Schroeder <asc@bsiag.com> | |
| 5567 | |
| 5568 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock | |
| 5569 faces, eliminating the need to load font-lock before loading sql. | |
| 5570 (sql-mode-oracle-font-lock-keywords): Likewise. | |
| 5571 (sql-mode-postgres-font-lock-keywords): Likewise. | |
| 5572 | |
| 5573 1999-01-11 Dave Love <fx@gnu.org> | |
| 5574 | |
| 5575 * cus-start.el: Add inhibit-eol-conversion. | |
| 5576 | |
| 5577 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | |
| 5578 the values round. | |
| 5579 | |
| 5580 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5581 | |
| 5582 * help.el (help-mode-finish): Renamed from help-mode-maybe. | |
| 5583 Don't switch to Help mode here. | |
| 5584 (temp-buffer-setup-hook): Use help-mode-finish. | |
| 5585 (help-mode-setup): New function. | |
| 5586 (temp-buffer-setup-hook): Use help-mode-setup. | |
| 5587 | |
| 5588 * progmodes/sql.el: New file. | |
| 5589 | |
| 5590 * files.el (auto-mode-alist): Add sql-mode. | |
| 5591 | |
| 5592 * faces.el (list-faces-display): Improve the formatting | |
| 5593 by computing the maximum length required for any face-name. | |
| 5594 | |
| 5595 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5596 | |
| 5597 * progmodes/compile.el (compilation-shell-minor-mode): New function. | |
| 5598 | |
| 5599 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu> | |
| 5600 | |
| 5601 * term.el (term_send_home): Change the string to | |
| 5602 be the same as the one emitted by xterm and consistent with the | |
| 5603 ones emitted by prior and next. | |
| 5604 (term_send_end): Likewise. | |
| 5605 | |
| 5606 1999-01-10 Dave Love <fx@gnu.org> | |
| 5607 | |
| 5608 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse | |
| 5609 bindings. | |
| 5610 | |
| 5611 1999-01-10 Eli Zaretskii <eliz@gnu.org> | |
| 5612 | |
| 5613 * international/codepage.el (codepage-setup): Doc fix. | |
| 5614 (cp-decoding-vector-for-codepage): Likewise. | |
| 5615 | |
| 5616 1999-01-10 Markus Rost <rost@gnu.org> | |
| 5617 | |
| 5618 * cus-edit.el (custom-save-delete): First scan the custom-file. | |
| 5619 | |
| 5620 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5621 | |
| 5622 * international/iso-transl.el: Define a "function name" for | |
| 5623 each translation that isn't ASCII. Use these function names | |
| 5624 in iso-transl-char-map. | |
| 5625 | |
| 5626 1999-01-08 Kenichi Handa <handa@etl.go.jp> | |
| 5627 | |
| 5628 * international/mule-util.el (decompose-region): Do decomposition | |
| 5629 on temporary unibyte buffer. | |
| 5630 | |
| 5631 * international/mule.el (make-char): Doc-string modified. | |
| 5632 | |
| 5633 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5634 | |
| 5635 * simple.el (comment-region): Delete spaces only if we | |
| 5636 deleted a comment starter. | |
| 5637 | |
| 5638 1999-01-07 Dave Love <fx@gnu.org> | |
| 5639 | |
| 5640 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix. | |
| 5641 | |
| 5642 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom | |
| 5643 like eval-defun does. | |
| 5644 | |
| 5645 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark]. | |
| 5646 | |
| 5647 * generic.el: Re-write `(make-variable-buffer-local (defvar ...' | |
| 5648 constructions. Doc fixes. | |
| 5649 (generic-create-generic-function): Use defalias, not fset. | |
| 5650 | |
| 5651 * find-func.el: More doc fixes. | |
| 5652 | |
| 5653 1999-01-06 Stephen Eglen <stephen@gnu.org> | |
| 5654 | |
| 5655 * files.el (save-buffers-kill-emacs): Show the list of current | |
| 5656 processes before prompting to kill them and exit. | |
| 5657 | |
| 5658 1999-01-06 Dave Love <fx@gnu.org> | |
| 5659 | |
| 5660 * emacs-lisp/find-func.el: Doc fixes. | |
| 5661 (find-function-regexp): Extend for define-generic-mode, | |
| 5662 define-derived-mode, easy-mmode-define-minor-mode. | |
| 5663 | |
| 5664 1999-01-06 Dave Love <fx@gnu.org> | |
| 5665 | |
| 5666 * progmodes/fortran.el (fortran-window-create): Account for scroll | |
| 5667 bar width. | |
| 5668 | |
| 5669 * browse-url.el: Require (noerror) w3-auto when compiling. | |
| 5670 (browse-url-maybe-new-window): Make it a macro and revert last | |
| 5671 change to callers. | |
| 5672 (browse-url-w3): Require w3 for w3-fetch-other-window. | |
| 5673 | |
| 5674 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5675 | |
| 5676 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the | |
| 5677 argument. | |
| 5678 | |
| 5679 1999-01-06 Simon Marshall <simon@gnu.org> | |
| 5680 | |
| 5681 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix. | |
| 5682 | |
| 5683 * font-lock.el (font-lock-default-fontify-buffer): When using | |
| 5684 with-temp-message, use nil rather than current-message. | |
| 5685 | |
| 5686 * lazy-lock.el (lazy-lock-unstall): | |
| 5687 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil | |
| 5688 rather than current-message. | |
| 5689 | |
| 5690 * fast-lock.el (fast-lock-save-cache-1): | |
| 5691 (fast-lock-cache-data): When using with-temp-message, use nil rather | |
| 5692 than current-message. | |
| 5693 | |
| 5694 1999-01-06 Eli Zaretskii <eliz@gnu.org> | |
| 5695 | |
| 5696 * international/codepage.el (cp-coding-system-for-codepage-1): Add | |
| 5697 the valid-codes property. | |
| 5698 | |
| 5699 * international/mule-cmds.el (prefer-coding-system): Call | |
| 5700 set-coding-priority, so that the internal array of priorities is | |
| 5701 also updated. | |
| 5702 | |
| 5703 * international/mule-util.el: | |
| 5704 (coding-system-change-eol-conversion, | |
| 5705 coding-system-change-text-conversion): Don't define here. | |
| 5706 | |
| 5707 * international/mule-cmds.el: Define them here. Remove the | |
| 5708 autoload cookies. | |
| 5709 | |
| 5710 1999-01-06 Andreas Schwab <schwab@gnu.org> | |
| 5711 | |
| 5712 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled | |
| 5713 if it was enabled before. | |
| 5714 | |
| 5715 * view.el (View-revert-buffer-scroll-page-forward): Bind | |
| 5716 view-scroll-auto-exit instead of obsolete view-mode-auto-exit. | |
| 5717 | |
| 5718 * files.el (recover-session): Preserve point when inserting | |
| 5719 explanation. | |
| 5720 | |
| 5721 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5722 | |
| 5723 * cus-edit.el (custom-save-delete): Don't delete whitespace | |
| 5724 and comments before the sexp that is replaced. | |
| 5725 | |
| 5726 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 5727 | |
| 5728 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error. | |
| 5729 | |
| 5730 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 5731 | |
| 5732 * vc.el (vc-dired-hook): Use the original value of | |
| 5733 dired-move-to-filename-regexp on lines that have not been | |
| 5734 reformatted yet. | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5735 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the |
| 25837 | 5736 file lines have already been reformatted. |
| 5737 | |
| 5738 1999-01-05 Dave Love <fx@gnu.org> | |
| 5739 | |
| 5740 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search | |
| 5741 buffer-local. | |
| 5742 | |
| 5743 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se> | |
| 5744 | |
| 5745 * progmodes/f90.el: Change of regular expressions for type to | |
| 5746 correct highlighting and identation. Some small fixes for | |
| 5747 compatibility with XEmacs. | |
| 5748 | |
| 5749 1999-01-05 Stephen Eglen <stephen@gnu.org> | |
| 5750 | |
| 5751 * mspools.el (mspools-vm-system-mail): Provide an alternative | |
| 5752 value based on rmail-spool-directory if $MAIL is not defined. | |
| 5753 | |
| 5754 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl> | |
| 5755 | |
| 5756 * textmodes/reftex.el (reftex-section-levels): Allow negative levels. | |
| 5757 (reftex-section-info): Handle negative section levels. | |
| 5758 (reftex-view-crossref-extra): New option. | |
| 5759 (reftex-view-crossref): Generalized to work in more places. | |
| 5760 (reftex-find-citation-regexp-format, reftex-find-reference-format, | |
| 5761 reftex-macros-with-labels, reftex-global-search-marker): New variables. | |
| 5762 (reftex-view-cite-locations-from-bibtex): New command. | |
| 5763 (reftex-view-regexp-match, reftex-global-search, | |
| 5764 reftex-global-search-continue): New functions. | |
| 5765 (reftex-extract-bib-entries): No error for non-existing BibTeX | |
| 5766 file, just a message. | |
| 5767 (reftex-extract-bib-entries): Better error handling. | |
| 5768 (reftex-select-with-char): Use `*RefTeX Select*' for selection | |
| 5769 help and force it on current frame. | |
| 5770 (reftex-default-bibliography): New function. | |
| 5771 (reftex-access-parse-file): Check consistency after loading a | |
| 5772 parse file. When inconsistent, enfore rescan. | |
| 5773 (reftex-check-parse-consistency): New function. | |
| 5774 (easy-menu-define): Options section drastically shortened. | |
| 5775 | |
| 5776 1999-01-05 Kenichi Handa <handa@etl.go.jp> | |
| 5777 | |
| 5778 * language/thai-util.el (thai-compose-string): New function. | |
| 5779 | |
| 5780 1999-01-04 Inge Frick <inge@nada.kth.se> | |
| 5781 | |
| 5782 * easymenu.el (easy-menu-define): Doc fix. | |
| 5783 (easy-menu-create-menu): New keyword :included. | |
| 5784 (easy-menu-do-add-item): New keyword :included. SUFFIX may | |
| 5785 be an expression, not only a string. Simulate style `button'. | |
| 5786 Use easy-menu-define-key-intern instead of easy-menu-define-key. | |
| 5787 (easy-menu-define-key-intern): New function. | |
| 5788 (easy-menu-add-item): Understand value returned from | |
| 5789 easy-menu-item-present-p and easy-menu-remove-item. | |
| 5790 (easy-menu-return-item): New function. | |
| 5791 (easy-menu-item-present-p, easy-menu-remove-item): Use it. | |
| 5792 | |
| 5793 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5794 | |
| 5795 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
| 5796 Use rmail-output-read-rmail-file-name to read the file name. | |
| 5797 Always call rmail-output-to-rmail-file noninteractively. | |
| 5798 When count > 1, do the loop here. | |
| 5799 Handle rmail-delete-after-output here. | |
| 5800 (rmail-summary-output): Similar changes. | |
| 5801 | |
| 5802 * mail/rmailout.el: Provide `rmailout'. | |
| 5803 (rmail-output-read-rmail-file-name): New function. | |
| 5804 (rmail-output-to-rmail-file): Use that. | |
| 5805 (rmail-output-read-file-name): New function. | |
| 5806 (rmail-output): Use that. | |
| 5807 | |
| 5808 * files.el (find-file-noselect): Let /: suppress wildcard matching. | |
| 5809 Error if wildcard matches no files. | |
| 5810 | |
| 5811 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5812 | |
| 5813 * menu-bar.el (clipboard-yank): Doc fix. | |
| 5814 | |
| 5815 * info.el (Info-insert-dir): Chase symlinks for file-attributes. | |
| 5816 | |
| 5817 1998-12-31 Markus Rost <rost@delysid.gnu.org> | |
| 5818 | |
| 5819 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo. | |
| 5820 | |
| 5821 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk> | |
| 5822 | |
| 5823 * rmail.el (rmail-encode-string): Make sure mask value is | |
| 5824 positive; (emacs-pid) returns a negative number on Windows 9x | |
| 5825 which causes odd behaviour. | |
| 5826 | |
| 5827 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5828 | |
| 5829 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS, | |
| 5830 and about w32-* variables unless on Windows/NT. | |
| 5831 | |
| 5832 1998-12-31 Boris Goldowsky <boris@alum.mit.edu> | |
| 5833 | |
| 5834 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only | |
| 5835 if buffer is modified; ask about all modified buffers. | |
| 5836 | |
| 5837 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5838 | |
| 5839 * simple.el (what-cursor-position): Fix previous change. | |
| 5840 | |
| 5841 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 5842 | |
| 5843 * mail/sendmail.el (mail-mode): Eliminate ambiguous match | |
| 5844 from paragraph-start. | |
| 5845 | |
| 5846 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5847 | |
| 5848 * international/mule-cmds.el (prefer-coding-system): If the | |
| 5849 argument requires specific EOL conversion type, make the default | |
| 5850 coding systems use that. | |
| 5851 | |
| 5852 1998-12-30 Drew Csillag <drew_csillag@geocities.com> | |
| 5853 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5854 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): |
| 25837 | 5855 Use shell-command-on-region. |
| 5856 (m4-start-m4, m4-end-m4): Functions deleted. | |
| 5857 | |
| 5858 1998-12-30 Michael Ernst <mernst@alum.mit.edu> | |
| 5859 | |
| 5860 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout. | |
| 5861 | |
| 5862 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5863 | |
| 5864 * browse-url.el (browse-url-mail): Give argument SEND-ACTION | |
| 5865 to compose-mail in the correct places and as a list. | |
| 5866 | |
| 5867 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp> | |
| 5868 | |
| 5869 * page-ext.el: Added mouse-selection feature for pages directory buffer. | |
| 5870 (pages-directory-map): Bind mouse-2 | |
| 5871 (pages-copy-header-and-position): Put text property. | |
| 5872 (pages-directory-goto-with-mouse): New function. | |
| 5873 | |
| 5874 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 5875 | |
| 5876 * international/codepage.el (cp-make-coding-systems-for-codepage): | |
| 5877 Doc fix. | |
| 5878 (cp-coding-system-for-codepage-1): Likewise. | |
| 5879 | |
| 5880 1998-12-29 Kenichi Handa <handa@etl.go.jp> | |
| 5881 | |
| 5882 * language/thai-util.el (thai-post-read-conversion): Handle Thai | |
| 5883 composition sequence correctly here instead of calling | |
| 5884 thai-compose-region. | |
| 5885 | |
| 5886 * textmodes/fill.el (fill-region-as-paragraph): While deleting a | |
| 5887 newline in multibyte buffer, if previous or next character is a | |
| 5888 composite char, check the first component of the composite char. | |
| 5889 | |
| 5890 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org> | |
| 5891 | |
| 5892 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer | |
| 5893 and track-mouse. | |
| 5894 | |
| 5895 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 5896 | |
| 5897 * mail/sendmail.el (mail-yank-original): Remove text properties | |
| 5898 after insertion. | |
| 5899 (mail-yank-region): Barf if no mark is set in the message | |
| 5900 being replied to. | |
| 5901 | |
| 5902 * help.el (function-called-at-point): First look for function at point. | |
| 5903 | |
| 5904 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5905 | |
| 5906 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage. | |
| 5907 | |
| 5908 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5909 | |
| 5910 * simple.el (what-cursor-position): Print character encoding also. | |
| 5911 | |
| 5912 1998-12-26 Dave Love <fx@gnu.org> | |
| 5913 | |
| 5914 * textmodes/flyspell.el: If local-maps work, don't put | |
| 5915 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB | |
| 5916 in flyspell-mouse-map (only). | |
| 5917 (flyspell-use-local-map): New variable. | |
| 5918 Use a different mouse-2 binding in that case, | |
| 5919 and don't add to minor-mode-map-alist. | |
| 5920 (make-flyspell-overlay, flyspell-correct-word): | |
| 5921 Test flyspell-use-local-map. | |
| 5922 | |
| 5923 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5924 | |
| 5925 * files.el (file-expand-wildcards): Handle wildcards in directory name. | |
| 5926 Be careful about whether to return a relative file name, | |
| 5927 and if so, relative to what directory. | |
| 5928 | |
| 5929 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 5930 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5931 * emacs-lisp/easymenu.el (easy-menu-get-map): |
| 25837 | 5932 Change global map only if this menu exists in the global map already, |
| 5933 and not in the local map. | |
| 5934 (easy-menu-do-add-item): Fix error message. | |
| 5935 | |
| 5936 * foldout.el (foldout-inhibit-key-bindings): | |
| 5937 Avoid concatenating onto outline-minor-mode-prefix. | |
| 5938 Make a new keymap for that prefix, if it does not already have one. | |
| 5939 | |
| 5940 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> | |
| 5941 | |
| 5942 * cperl-mode.el: | |
| 5943 Can use linear algorithm for indentation if Emacs supports it. | |
| 5944 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. | |
| 5945 (cperl-after-block-p): Likewise. | |
| 5946 (cperl-after-block-and-statement-beg): Likewise. | |
| 5947 (cperl-after-block-p): After END/BEGIN we are a block. | |
| 5948 (cperl-after-expr-p): Skip labels when checking | |
| 5949 (cperl-indent-region): Make a marker for END - text added/removed. | |
| 5950 Disable hooks during the call (how to call them later?). | |
| 5951 Now indents 820-line-long function in 6.5 sec (including | |
| 5952 syntaxification) the first time (when buffer has few | |
| 5953 properties), 7.1 sec the second time. | |
| 5954 (cperl-indent-region): Do not indent whitespace lines | |
| 5955 (cperl-style-alist) | |
| 5956 Include `cperl-merge-trailing-else' where the value is clear. | |
| 5957 (cperl-styles-entries): Likewise. | |
| 5958 (cperl-problems): Improvements to docs. | |
| 5959 (cperl-tips): Likewise. | |
| 5960 (cperl-non-problems): Likewise. | |
| 5961 (cperl-mode): Make lazy syntaxification possible. | |
| 5962 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30). | |
| 5963 `font-lock-unfontify-region-function' was set to a wrong function. | |
| 5964 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
5965 (cperl-find-pods-heres): Safe a position in buffer where it is safe to |
| 25837 | 5966 restart syntaxification. Changed so that -d ?foo? is a RE. Do |
| 5967 not warn on `=cut' if doing a chunk only. 1 << 6 was OK, | |
| 5968 but 1<<6 was considered as HERE-doc. | |
| 5969 <file/glob> made into a string. | |
| 5970 Postpone addition of faces after syntactic step. | |
| 5971 Recognition of <FH> was wrong. | |
| 5972 Highlight `gem' in s///gem as a keyword. `qr' recognized. | |
| 5973 Knows that split// is null-RE. | |
| 5974 Highlights separators in 3-parts expressions as labels. | |
| 5975 <> was considered as a glob. | |
| 5976 Would err if the last line is `=head1'. | |
| 5977 $a-1 ? foo : bar; was a considered a regexp. | |
| 5978 `<< (' was considered a start of HERE-doc. | |
| 5979 mark qq[]-etc sections as syntax-type=string | |
| 5980 Was not processing sub protos after a comment ine. | |
| 5981 Was treating $a++ <= 5 as a glob. | |
| 5982 Tolerate unfinished REx at end-of-buffer. | |
| 5983 `unwind-protect' was left commented. | |
| 5984 / and ? after : start a REx. | |
| 5985 | |
| 5986 (cperl-syntaxify-by-font-lock): Set to t, should be safe now. | |
| 5987 Better default, customizes to `message' too, off in text-mode. | |
| 5988 | |
| 5989 (cperl-array-face): Renamed from `font-lock-emphasized-face', | |
| 5990 `defface'd. | |
| 5991 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'. | |
| 5992 `defface'd. | |
| 5993 (cperl-emacs-can-parse): New state variable. | |
| 5994 (cperl-indent-line): Corrected to use global state. | |
| 5995 (cperl-calculate-indent): Likewise. | |
| 5996 (cperl-fix-line-spacing): Likewise (not used yet). | |
| 5997 (cperl-calculate-indent): Did not consider `,' as | |
| 5998 continuation mark for statements. | |
| 5999 (cperl-calculate-indent): Avoid parse-data optimization at toplevel. | |
| 6000 Remove another parse-data optimization at toplevel: would | |
| 6001 indent correctly. | |
| 6002 Correct for labels when calculating indentation of continuations. | |
| 6003 Docstring updated. | |
| 6004 (cperl-choose-color): Converted to a function (to be | |
| 6005 compilable in text-mode). | |
| 6006 (cperl-dark-background): Disable without window-system. | |
| 6007 Do `defface' only if window-system. | |
| 6008 (cperl-fix-line-spacing): sped up to bail out early. | |
| 6009 (x-color-defined-p): was not compiling on XEmacs | |
| 6010 Was defmacro'ed with a tick. Remove another def. | |
| 6011 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones | |
| 6012 (cperl-unwind-to-safe): New function. | |
| 6013 (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
|
6014 (cperl-fontify-syntaxically): Unwinds start and end to go out of |
| 25837 | 6015 long strings (not very successful). |
| 6016 (cperl-forward-re): Highlight the trailing / in s/foo// as string. | |
| 6017 Highlight the starting // in s//foo/ as function-name. | |
| 6018 Emit a meaningful error instead of a cryptic one for an | |
| 6019 uncomplete REx near end-of-buffer. | |
| 6020 | |
| 6021 (cperl-electric-keyword): `qr' recognized. | |
| 6022 (cperl-electric-else): Likewise | |
| 6023 (cperl-to-comment-or-eol): Likewise | |
| 6024 (cperl-make-regexp-x): Likewise | |
| 6025 (cperl-init-faces): Likewise, and `lock' (as overridable?). | |
| 6026 Corrected to use new macros; | |
| 6027 `if' for copying `reference-face' to `constant-face' was backward. | |
| 6028 remove init `font-lock-other-emphasized-face', | |
| 6029 `font-lock-emphasized-face', `font-lock-keyword-face'. | |
| 6030 Interpolate `cperl-invalid-face'. | |
| 6031 (cperl-make-regexp-x): Misprint in a message. | |
| 6032 (cperl-syntaxify-unwind): New configuration variable | |
| 6033 (cperl-fontify-m-as-s): New configuration variable | |
| 6034 (cperl-electric-pod): check for after-expr was performed | |
| 6035 inside of POD too. | |
| 6036 (cperl-backward-to-noncomment): better treatment of PODs and HEREs. | |
| 6037 (cperl-clobber-mode-lists): New configuration variable. | |
| 6038 (cperl-not-bad-style-regexp): Updated. | |
| 6039 Init: `cperl-is-face' was busted. | |
| 6040 (cperl-make-face): New macros. | |
| 6041 (cperl-force-face): New macros. | |
| 6042 (font-lock-other-type-face): Done via `defface' too. | |
| 6043 (cperl-nonoverridable-face): New face. Renamed from | |
| 6044 `font-lock-other-type-face'. | |
| 6045 (cperl-init-faces-weak): use `cperl-force-face'. | |
| 6046 (cperl-comment-indent): Commenting __END__ was not working. | |
| 6047 (cperl-indent-for-comment): Likewise. | |
| 6048 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'. | |
| 6049 When removing old TAGS info was not relativizing filename. | |
| 6050 (cperl-tags-hier-init): Gross hack to pretend we work (are we?). | |
| 6051 Another try to work around XEmacs problems. Better progress messages. | |
| 6052 (toplevel): require custom unprotected => failure on 19.28. | |
| 6053 (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
|
6054 (cperl-find-tags): Was writing line/pos in a wrong order, |
| 25837 | 6055 pos off by 1 and not at beg-of-line. |
| 6056 (cperl-etags-snarf-tag): New macro | |
| 6057 (cperl-etags-goto-tag-location): New macro | |
| 6058 (cperl-version): New variable. New menu entry | |
| 6059 random docstrings: References to "future" 20.3 removed. | |
| 6060 Menu was described as `CPerl' instead of `Perl' | |
| 6061 (perl-font-lock-keywords): Would not highlight `sub foo($$);'. | |
| 6062 (cperl-toggle-construct-fix): Was toggling to t instead of 1. | |
| 6063 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face' | |
| 6064 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face', | |
| 6065 `font-lock-reference-face', `font-lock-keyword-face'. | |
| 6066 Use `eval-after-load'. | |
| 6067 Remove not-CPerl-related faces. | |
| 6068 (cperl-tips-faces): New variable and an entry into Mini-docs. | |
| 6069 (cperl-indent-exp): Was not processing else-blocks. | |
| 6070 (cperl-get-state): NOP line removed. | |
| 6071 (cperl-ps-print): New function and menu entry. | |
| 6072 (cperl-ps-print-face-properties): New configuration variable. | |
| 6073 (cperl-invalid-face): New configuration variable. | |
| 6074 (perl-font-lock-keywords): Highlight trailing whitespace | |
| 6075 (cperl-contract-levels): Documentation corrected. | |
| 6076 (cperl-contract-level): Likewise. | |
| 6077 (cperl-ps-extend-face-list): New macro. | |
| 6078 (cperl-invalid-face): Change to ''underline. | |
| 6079 | |
| 6080 1998-12-25 Markus Rost <rost@delysid.gnu.org> | |
| 6081 | |
| 6082 * 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
|
6083 for read-file-name. |
| 25837 | 6084 (rmail-output-to-rmail-file): Likewise. |
| 6085 | |
| 6086 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6087 | |
| 6088 * emacs-lisp/easymenu.el (easy-menu-get-map): | |
| 6089 If MENU is nil, use global menu-bar map. | |
| 6090 (easy-menu-add-item, easy-menu-remove-item): Argument renamed. | |
| 6091 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed. | |
| 6092 | |
| 6093 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 6094 | |
| 6095 * ps-mule.el (ps-mule-begin-job): Programming uniformization. | |
| 6096 | |
| 6097 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 6098 | |
| 6099 * ps-print.el (ps-print-version): New version number (4.1.3). | |
| 6100 | |
| 6101 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 6102 | |
| 6103 * international/mule-cmds.el: Use make-sparse-keymap instead of | |
| 6104 define-prefix-key when defining MULE menu items. | |
| 6105 | |
| 6106 * info.el (Info-node-at-bob-matching): New function. | |
| 6107 (Info-find-node, Info-build-node-completions): Call it. | |
| 6108 | |
| 6109 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org> | |
| 6110 | |
| 6111 * help.el (describe-function-1): Say "keymap", not "Lisp macro", | |
| 6112 when this is an autoloaded keymap. | |
| 6113 | |
| 6114 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 6115 | |
| 6116 * international/codepage.el (cp-coding-system-for-codepage-1): | |
| 6117 Create separate encoders and decoders, for DOS and Unix. Make the | |
| 6118 usual family of 3 coding systems, so that automatic detection of | |
| 6119 EOL type works. | |
| 6120 (cp-make-coding-systems-for-codepage): Don't intern DOS- and | |
| 6121 Unix-specific symbols here, and don't call | |
| 6122 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi | |
| 6123 Handa <handa@etl.go.jp>.) | |
| 6124 | |
| 6125 * dos-vars.el (dos-codepage-setup-hook): New defcustom. | |
| 6126 | |
| 6127 * term/internal.el (IT-character-translations): New variable, an | |
| 6128 alist used to display characters for which there's no glyphs in | |
| 6129 the current codepage. | |
| 6130 (IT-display-table-setup): New function, sets up the DOS terminal | |
| 6131 for a given codepage. | |
| 6132 (dos-codepage-setup): New function, sets up the MULE environment | |
| 6133 for the current value of dos-codepage. | |
| 6134 (top-level if): In the multibyte mode, turn on | |
| 6135 unibyte-display-via-language-environment. In the unibyte mode, | |
| 6136 set up the special syntax tables to map lower- to upper case and | |
| 6137 back. | |
| 6138 | |
| 6139 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org> | |
| 6140 | |
| 6141 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt. | |
| 6142 (speedbar-frame-plist) Remove useless comments. | |
| 6143 (speedbar-frame-mode) Do not specify height if it is in the param list. | |
| 6144 Use default y position w/out changing it. | |
| 6145 If default x position is a list, keep, calculate the non-list X | |
| 6146 value when devining an initial position. | |
| 6147 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files. | |
| 6148 (speedbar-tag-group-name-minimum-length): New variable. | |
| 6149 (speedbar-frame-parameter): New compatibility function. | |
| 6150 (speedbar-frame-mode): Updated to use speedbar-frame-parameter. | |
| 6151 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub | |
| 6152 groups to keep things in the right order, and to help with some | |
| 6153 naming conventions. | |
| 6154 (speedbar-create-tag-hierarchy): Enable buffer local version of | |
| 6155 `speedbar-tag-hierarchy-method' in the buffer we are tagging. | |
| 6156 (speedbar-line-path) Make DEPTH param optional. Devine it if absent. | |
| 6157 the case, derive it from the cursor location in speedbar. | |
| 6158 | |
| 6159 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 6160 | |
| 6161 * international/mule-cmds.el (set-language-environment): On MS-DOS | |
| 6162 terminals, install DOS-specific nonascii-translation-table if the | |
| 6163 language info doesn't specify one. Pass the default eol-type to | |
| 6164 set-language-environment-coding-systems. | |
| 6165 (set-default-coding-systems): Copy the eol-type property for the | |
| 6166 new default values of {buffer-file,process}-coding-system from the | |
| 6167 old defaults. | |
| 6168 (set-language-environment-coding-systems): Accept an optional | |
| 6169 argument EOL-TYPE, and set the eol-type property of the default | |
| 6170 coding systems accordingly. | |
| 6171 (set-terminal-coding-system): Enable menu item on MS-DOS terminals. | |
| 6172 (set-keyboard-coding-system): Likewise. | |
| 6173 (set-default-coding-systems): Don't set | |
| 6174 default-terminal-coding-system on MS-DOS to anything but nil. | |
| 6175 (prefer-coding-system): Describe in the doc string that | |
| 6176 default-terminal-coding-system is not changed on MS-DOS. | |
| 6177 (set-language-environment): For MS-DOS, set standard syntax table | |
| 6178 and display table for all characters with code above 127. | |
| 6179 (standard-display-european-internal): For MS-DOS, pass all | |
| 6180 characters with code above 127 directly to the terminal, and don't | |
| 6181 remap characters 160 and 146 in the unibyte case. | |
| 6182 | |
| 6183 * international/codepage.el: New file. | |
| 6184 | |
| 6185 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 6186 | |
| 6187 * diary-lib.el (diary-float): Fix end-of-year error and typos in | |
| 6188 comments. | |
| 6189 | |
| 6190 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru> | |
| 6191 | |
| 6192 * map-ynp.el (map-y-or-n-p): Ignore input methods. | |
| 6193 | |
| 6194 * subr.el (read-passwd): Likewise. | |
| 6195 | |
| 6196 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 6197 | |
| 6198 * info.el (Info-find-node): Add 1 to the position read from the | |
| 6199 tag table. Don't fail if the node delimiter ^_ is the first | |
| 6200 character in the file. | |
| 6201 (Info-insert-dir): Don't fail when the node delimiter ^_ is the | |
| 6202 first character in the file. | |
| 6203 (Info-read-subfile): Likewise. | |
| 6204 (Info-select-node): Likewise. | |
| 6205 (Info-build-node-completions): Likewise. | |
| 6206 | |
| 6207 1998-12-16 Richard Stallman <rms@gnu.org> | |
| 6208 | |
| 6209 * term/x-win.el (x-cut-buffer-or-selection-value): | |
| 6210 If clipboard is enabled, try it before PRIMARY selection. | |
| 6211 | |
| 6212 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 6213 | |
| 6214 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C | |
| 6215 insert c-cedilla and C-cedilla respectively, like in latin-1. | |
| 6216 | |
| 6217 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 6218 | |
| 6219 * language/hebrew.el: Don't use sublists in the flags argument | |
| 6220 passed to make-coding-system. | |
| 6221 | |
| 6222 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 6223 | |
| 6224 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a | |
| 6225 list of character sets found by find-charset-region. | |
| 6226 | |
| 6227 * ps-mule.el: Always require ps-print. Move some function | |
| 6228 definitions for Emacs 20.2 and the earlier to ps-print.el. | |
| 6229 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2. | |
| 6230 | |
| 6231 * ps-print.el: Define several functions for Emacs 20.2 and the | |
| 6232 earlier version. | |
| 6233 (ps-printer-name): Check if printer-name is bound. | |
| 6234 | |
| 6235 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 6236 | |
| 6237 * ps-mule.el: Programming uniformization and little code improvement. | |
| 6238 (ps-mule-prepare-font): Programming uniformization. | |
| 6239 (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
|
6240 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement. |
| 25837 | 6241 |
| 6242 * ps-bdf.el: Programming uniformization and little code improvement. | |
| 6243 (bdf-search-and-read): New fun. | |
| 6244 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path) | |
| 6245 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box) | |
| 6246 (bdf-info-relative-compose, bdf-info-baseline-offset) | |
| 6247 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector) | |
| 6248 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization. | |
| 6249 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file) | |
| 6250 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code | |
| 6251 improvement. | |
| 6252 | |
| 6253 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 6254 | |
| 6255 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix | |
| 6256 and mule related code extraction. Autoload ps-mule funs. | |
| 6257 | |
| 6258 * ps-mule.el: Doc fix. Require ps-print only when compiled. | |
| 6259 (ps-mule-prologue-generated): New fun. | |
| 6260 (ps-mule-plot-string): Add autoload cookie. | |
| 6261 (ps-mule-begin-job): Call ps-mule-prologue-generated. | |
| 6262 | |
| 6263 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 6264 | |
| 6265 * ps-bdf.el: Require ps-mule instead of ps-print. | |
| 6266 (bdf-directory-list): Add autoload cookie. | |
| 6267 | |
| 6268 * ps-mule.el: New file. Mule related code extracted from | |
| 6269 ps-print.el. Require ps-print, provide ps-mule. | |
| 6270 (ps-multibyte-buffer): Add autoload cookie. | |
| 6271 (ps-mule-prepare-ascii-font): New fun. | |
| 6272 (ps-mule-set-ascii-font): New fun. | |
| 6273 (ps-mule-skip-same-charset): Fun deleted. | |
| 6274 (ps-mule-plot-string): Set ps-mule-current-charset. | |
| 6275 (ps-mule-initialize): Add autload cookie. Don't set | |
| 6276 ps-mule-font-info-database here. | |
| 6277 (ps-mule-begin-job): Renamed from ps-mule-begin. Update | |
| 6278 ps-mule-font-info-database and ps-control-or-escape-regexp. | |
| 6279 (ps-mule-begin-page): New fun. | |
| 6280 | |
| 6281 * ps-print.el: Mule related code moved to ps-mule.el. | |
| 6282 (ps-begin-job): While setting ps-control-or-escape-regexp, don't | |
| 6283 check ps-mule-charset-list. | |
| 6284 (ps-begin-page): Don't set ps-mule-current-charset, instead call | |
| 6285 ps-mule-begin-page. | |
| 6286 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font. | |
| 6287 (ps-plot-region): Don't set ps-mule-current-charset, instead call | |
| 6288 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset, | |
| 6289 instead skip same charsets by itself. | |
| 6290 (ps-generate): Call ps-mule-initialize of needs-begin-file is | |
| 6291 non-nil. Call ps-mule-begin-job. | |
| 6292 | |
| 6293 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 6294 | |
| 6295 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf | |
| 6296 instead of bdf. | |
| 6297 | |
| 6298 * ps-print.el (ps-mule-font-info-database): Doc-string modified. | |
| 6299 (ps-mule-external-libraries): New element FEATURE. | |
| 6300 (ps-mule-init-external-library): Ajusted for the above change. | |
| 6301 (ps-mule-generate-font): Likewise. | |
| 6302 (ps-mule-generate-glyphs): Likewise. | |
| 6303 (ps-mule-prepare-font): Likewise. | |
| 6304 (ps-mule-initialize): Likewise. | |
| 6305 (ps-begin-file): Superfluous tailing parenthesis deleted. | |
| 6306 | |
| 6307 1998-12-15 Kenichi Handa <handa@etl.go.jp> | |
| 6308 | |
| 6309 * international/fontset.el (x-decompose-font-name): If PATTERN | |
| 6310 doesn't have any wild cards, return a vector made from a name that | |
| 6311 is found by x-resolve-font-name found. Comments added. | |
| 6312 | |
| 6313 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 6314 Handle the case of unknown charset. | |
| 6315 (find-multibyte-characters): If invalid multibyte characters are | |
| 6316 found, return the corresponding strings instead of character | |
| 6317 codes. | |
| 6318 (find-multibyte-characters): Adjusted for the above change. | |
| 6319 (select-safe-coding-system): For a unibyte buffer, always returns | |
| 6320 DEFAULT-CODING-SYSTEM. | |
| 6321 (get-charset-property): Fix previous change. Make it a function. | |
| 6322 (put-charset-property): Make it a function. | |
| 6323 | |
| 6324 * international/mule.el (make-coding-system): Set mime-charset | |
| 6325 property of *-with-esc coding system to nil. | |
| 6326 | |
| 6327 * international/quail.el (quail-point-in-conversion-region): New | |
| 6328 function. | |
| 6329 (quail-conversion-backward-delete-char): When a key sequence is | |
| 6330 being translated, call quail-delete-last-char. | |
| 6331 | |
| 6332 * language/devan-util.el | |
| 6333 (devanagari-reorder-glyphs-for-decomposition): Fix the way to | |
| 6334 handle devanagari-decomposition-rules. | |
| 6335 | |
| 6336 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org> | |
| 6337 | |
| 6338 * textmodes/texinfo.el (texinfo-tex-buffer): Bind | |
| 6339 tex-start-options-string to empty string. | |
| 6340 (texinfo-tex-region): Use texinfo-tex-trailer as documented. | |
| 6341 | |
| 6342 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org> | |
| 6343 | |
| 6344 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and | |
| 6345 5xx responses are already handled properly). | |
| 6346 | |
| 6347 1998-12-13 Richard Stallman <rms@gnu.org> | |
| 6348 | |
| 6349 * progmodes/compile.el (compilation-error-regexp-alist): Insist | |
| 6350 on a non-digit in the file name. | |
| 6351 | |
| 6352 * simple.el (comment-region): Handle comment-padding | |
| 6353 separately for insertion and for deletion, in the right way for each. | |
| 6354 | |
| 6355 1998-12-13 Felix Lee <flee@cygnus.com> | |
| 6356 | |
| 6357 * progmodes/compile.el (compilation-error-regexp-alist): Fix | |
| 6358 regexp to match "ChangeLog:1:1998-12-09 ..." | |
| 6359 | |
| 6360 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 6361 | |
| 6362 * cus-start.el (dos-unsupported-char-glyph): Add. | |
| 6363 | |
| 6364 1998-12-11 Dave Love <fx@gnu.org> | |
| 6365 | |
| 6366 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap | |
| 6367 forward-sexp in condition-case. | |
| 6368 | |
| 6369 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
| 6370 Remove unnecessary test on `library' for explicit file name. | |
| 6371 Widen scope of save-match-data. | |
| 6372 | |
| 6373 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 6374 | |
| 6375 * international/mule.el (load-with-code-conversion): If the loaded | |
| 6376 file was inserted with no-conversion or raw-text coding system, | |
| 6377 make the buffer unibyte. | |
| 6378 | |
| 6379 1998-12-09 Richard Stallman <rms@gnu.org> | |
| 6380 | |
| 6381 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): | |
| 6382 Get rid of nested loops. | |
| 6383 | |
| 6384 * mouse.el (mouse-drag-vertical-line): | |
| 6385 If WHICH-SIDE is not `right', then scroll bars are on the left. | |
| 6386 | |
| 6387 * loadhist.el (load-history-loaded): defvar moved to help.el. | |
| 6388 | |
| 6389 * help.el (symbol-file-load-history-loaded): Variable renamed, | |
| 6390 and defvar moved from loadhist.el. | |
| 6391 (symbol-file): Renamed from describe-function-find-file. | |
| 6392 Load fns-VERSION.el here. | |
| 6393 (describe-variable, describe-function-1): Use symbol-file. | |
| 6394 | |
| 6395 * textmodes/tex-mode.el (tex-generate-zap-file-name): | |
| 6396 Don't start the name with #. | |
| 6397 | |
| 6398 * ispell.el: Take out the eval-when's. | |
| 6399 | |
| 6400 1998-12-09 Peter Breton <pbreton@ne.mediaone.net> | |
| 6401 | |
| 6402 * dirtrack.el (dirtrack-directory-change-hook): New hook. | |
| 6403 (dirtrack): Run it. Make debug message more verbose. | |
| 6404 | |
| 6405 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
| 6406 | |
| 6407 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct | |
| 6408 name of the abbrev table, and provide support for XEmacs. | |
| 6409 (octave-xemacs-p): New variable. | |
| 6410 | |
| 6411 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 6412 | |
| 6413 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to | |
| 6414 exit, when mail-interactive is nil. | |
| 6415 | |
| 6416 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr> | |
| 6417 | |
| 6418 * files.el (after-find-file): Message fix. | |
| 6419 | |
| 6420 1998-12-09 Ken Stevens <stevens@kdstevens.com> | |
| 6421 | |
| 6422 * ispell.el (ispell-kill-ispell): Don't send newline after EOF. | |
| 6423 | |
| 6424 1998-12-09 Geoff Voelker <voelker@cs.washington.edu> | |
| 6425 | |
| 6426 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle | |
| 6427 filenames using backslashes. | |
| 6428 | |
| 6429 1998-12-09 Dave Love <fx@gnu.org> | |
| 6430 | |
| 6431 * browse-url.el (browse-url-mail): Call compose-mail-other-window | |
| 6432 with correct number of args. | |
| 6433 (browse-url-maybe-new-window): New arg. Callers changed. | |
| 6434 | |
| 6435 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing | |
| 6436 comment. | |
| 6437 | |
| 6438 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
| 6439 | |
| 6440 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional. | |
| 6441 | |
| 6442 1998-12-08 Markus Rost <rost@delysid.gnu.org> | |
| 6443 | |
| 6444 * vc.el (vc-rcs-release): Fix Type. | |
| 6445 (vc-sccs-release): Fix Type. | |
| 6446 (vc-cvs-release): Fix Type. | |
| 6447 | |
| 6448 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix | |
| 6449 arg work right. | |
| 6450 | |
| 6451 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple | |
| 6452 output of last undeleted message. | |
| 6453 | |
| 6454 1998-12-07 Geoff Voelker <voelker@cs.washington.edu> | |
| 6455 | |
| 6456 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
| 6457 (buffer-undo-list) [windows-nt]: Use different relative path. | |
| 6458 | |
| 6459 1998-12-07 Simon Marshall <simon@gnu.org> | |
| 6460 | |
| 6461 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types. | |
| 6462 | |
| 6463 1998-12-05 Markus Rost <rost@delysid.gnu.org> | |
| 6464 | |
| 6465 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler. | |
| 6466 | |
| 6467 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops. | |
| 6468 | |
| 6469 1998-12-04 Markus Rost <rost@delysid.gnu.org> | |
| 6470 | |
| 6471 * info.el (Info-menu): Don't return error if point is between menu | |
| 6472 header and first menu item. | |
| 6473 | |
| 6474 1998-12-04 Dave Love <fx@gnu.org> | |
| 6475 | |
| 6476 * help.el (describe-function-1): Fix description for alias. | |
| 6477 | |
| 6478 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org> | |
| 6479 | |
| 6480 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*- | |
| 6481 specifications from summary line. | |
| 6482 | |
| 6483 * rect.el (delete-whitespace-rectangle): Mark for autoload. | |
| 6484 (close-rectangle): Define alias only once in loaddefs.el. | |
| 6485 | |
| 6486 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 6487 | |
| 6488 * term/internal.el: Remove code which sets up a special syntax | |
| 6489 table for non-ASCII characters. | |
| 6490 | |
| 6491 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org> | |
| 6492 | |
| 6493 * dos-w32.el (direct-print-region-function): Try to ensure that | |
| 6494 printer-name is expanded to a file name on a local drive; | |
| 6495 sometimes printing a file loaded from a network volume fails. | |
| 6496 (direct-print-region-function): Add a function to | |
| 6497 write-region-annotate-functions to append a formfeed character to | |
| 6498 the region being printed, if the region doesn't end with a | |
| 6499 formfeed already. This avoids creating a second print job | |
| 6500 containing a blank page when print spooling is enabled on Windows. | |
| 6501 | |
| 6502 1998-12-02 Dave Love <fx@gnu.org> | |
| 6503 | |
| 6504 * help.el (help-make-xrefs): Use `info', not the non-autoloaded | |
| 6505 `Info-goto-node'. | |
| 6506 | |
| 6507 1998-12-02 Richard Stallman <rms@gnu.org> | |
| 6508 | |
| 6509 * help.el (temp-buffer-resize-mode): Doc fix. | |
| 6510 | |
| 6511 * cus-edit.el (custom-save-delete): Save point before | |
| 6512 reading a sexp, rather than backing up. | |
| 6513 | |
| 6514 * international/iso-transl.el: Fix previous change. | |
| 6515 | |
| 6516 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 6517 | |
| 6518 * vc.el (vc-dired-window-configuration, vc-ediff-windows, | |
| 6519 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | |
| 6520 Added defvars to suppress compilation warnings. | |
| 6521 | |
| 6522 1998-11-30 Ken Stevens <k.stevens@ieee.org> | |
| 6523 | |
| 6524 * ispell.el: Improved and fixed customize for variables: | |
| 6525 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp, | |
| 6526 ispell-dictionary-alist, ispell-skip-sgml. | |
| 6527 Improved and fixed comments in variables and messages for | |
| 6528 functions: ispell-help-in-bufferp, ispell-local-dictionary, | |
| 6529 ispell-menu-map, ispell-checking-message, ispell-parser, | |
| 6530 ispell-word, lookup-words, ispell-change-dictionary, ispell-region, | |
| 6531 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
|
6532 ispell-comments-and-strings, ispell-continue, ispell-complete-word, |
| 25837 | 6533 ispell-message-text-end, ispell-add-per-file-word-list. |
| 6534 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding | |
| 6535 system is now required for all languages. Casechars improved for | |
| 6536 castellano, castellano8, and norsk dictionaries. Dictionary | |
| 6537 norsk7-tex added. Dictionary polish added. | |
| 6538 (ispell-dictionary-alist): Redefined at load-time to support | |
| 6539 dictionary changes. | |
| 6540 (ispell-menu-map): Redefined at load-time to support menu changes. | |
| 6541 (ispell-check-version): New alias for `check-ispell-version'. | |
| 6542 (ispell-parse-output): Fixed matching for ispell error messages. | |
| 6543 Correctly returns spelling suggestions in order generated by ispell | |
| 6544 process. | |
| 6545 (check-ispell-version): Ensure `case-fold-search' doesn't get | |
| 6546 redefined. | |
| 6547 (ispell-complete-word): Ensure `case-fold-search' doesn't get | |
| 6548 redefined. Fix bug that didn't respect case of word being completed. | |
| 6549 (ispell-init-process): Set process coding system to be compatible | |
| 6550 with emacs processes and the ispell process. | |
| 6551 (ispell-kill-ispell): Ensures ispell process has terminated before | |
| 6552 starting new process. This can otherwise confuse process filters | |
| 6553 and hang the ispell process. | |
| 6554 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved | |
| 6555 skipping support for sgml. | |
| 6556 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r | |
| 6557 which could cause `ispell-complete-word' to hang. | |
| 6558 (ispell-message): Improved message reference matching. Ensure | |
| 6559 `case-fold-search' doesn't get redefined. | |
| 6560 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't | |
| 6561 get redefined. Fixed bug in returning to nroff mode from tex mode. | |
| 6562 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't | |
| 6563 get redefined. | |
| 6564 | |
| 6565 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6566 | |
| 6567 * textmodes/flyspell.el (flyspell-check-word-p): | |
| 6568 Don't delay inside a kbd macro. | |
| 6569 | |
| 6570 * subr.el (make-local-hook): Return the hook variable. | |
| 6571 | |
| 6572 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 6573 | |
| 6574 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe): | |
| 6575 Use a timer instead of post-command-hook. | |
| 6576 (hscroll-timer): New variable. | |
| 6577 | |
| 6578 1998-11-30 Dave Love <fx@gnu.org> | |
| 6579 | |
| 6580 * help.el (help-xref-button): Do nothing if text already has the | |
| 6581 help-xref property. | |
| 6582 (describe-variable): Revert previous change to hyperlink to source. | |
| 6583 | |
| 6584 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6585 | |
| 6586 * bindings.el (features): Add `base64' to this list. | |
| 6587 | |
| 6588 * loadhist.el (symbol-file): Doc fix. | |
| 6589 | |
| 6590 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src. | |
| 6591 | |
| 6592 * files.el (hack-one-local-variable): Cope with non-file buffers. | |
| 6593 | |
| 6594 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6595 | |
| 6596 * help.el (describe-mode): Put major mode first. | |
| 6597 | |
| 6598 * calendar/appt.el (appt-disp-window): Use pop-to-buffer, | |
| 6599 to support special-display and same-window features. | |
| 6600 | |
| 6601 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6602 | |
| 6603 * simple.el (transpose-subr, transpose-subr-1): Rename variables | |
| 6604 bound in one function and used in the other. | |
| 6605 (transpose-subr-start1, transpose-subr-start2): Add defvars. | |
| 6606 (transpose-subr-end1, transpose-subr-end2): Add defvars. | |
| 6607 | |
| 6608 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6609 | |
| 6610 * autoinsert.el (auto-insert-alist): Use user-mail-address. | |
| 6611 | |
| 6612 1998-11-26 Kenichi Handa <handa@etl.go.jp> | |
| 6613 | |
| 6614 * international/ccl.el (ccl-dump-translate-character-const-tbl): | |
| 6615 Give format correct control string. | |
| 6616 | |
| 6617 * international/mule.el (define-translation-table): Fix bug of | |
| 6618 setting incorrect translation-table-id. If the first element of | |
| 6619 ARGS is a translation table, just register it. | |
| 6620 | |
| 6621 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist | |
| 6622 property. | |
| 6623 | |
| 6624 1998-11-24 Michael Ernst <mernst@alum.mit.edu> | |
| 6625 | |
| 6626 * thingatpt.el (thing-at-point-url-at-point): Don't use current | |
| 6627 syntax table to determine what is whitespace. | |
| 6628 | |
| 6629 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6630 | |
| 6631 * frame.el (frame-parameter): Doc fix. | |
| 6632 | |
| 6633 * textmodes/tex-mode.el (tex-feed-input): New function. | |
| 6634 (tex-define-common-keys): Add binding for C-c C-m. | |
| 6635 | |
| 6636 1998-11-23 Dave Love <fx@gnu.org> | |
| 6637 | |
| 6638 * progmodes/fortran.el: Various minor doc fixes. | |
| 6639 (fortran-font-lock-keywords-1): Add `d' to comment-chars. | |
| 6640 (fortran-with-subprogram-narrowing): New macro. | |
| 6641 (fortran-check-for-matching-do): Use it. | |
| 6642 (fortran-end-do): Use fortran-check-end-prog-re. | |
| 6643 (fortran-beginning-do, fortran-end-if, fortran-beginning-if) | |
| 6644 (fortran-calculate-indent, fortran-calculate-indent): Likewise. | |
| 6645 | |
| 6646 1998-11-23 Simon Marshall <simon@gnu.org> | |
| 6647 | |
| 6648 * font-lock.el (font-lock-defaults): Doc fix. | |
| 6649 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message. | |
| 6650 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword. | |
| 6651 | |
| 6652 * lazy-lock.el (lazy-lock-unstall): | |
| 6653 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message. | |
| 6654 | |
| 6655 * fast-lock.el (fast-lock-save-cache-1): | |
| 6656 (fast-lock-cache-data): Rewritten to use with-temp-message. | |
| 6657 | |
| 6658 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org> | |
| 6659 | |
| 6660 * mail/rmail.el (rmail-set-message-counters-counter): Detect | |
| 6661 messages that have been added with DOS line endings and convert | |
| 6662 the line endings for such messages. | |
| 6663 | |
| 6664 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 6665 | |
| 6666 * help.el: Add resizing of temporary buffers. | |
| 6667 (temp-buffer-resize-mode): New command and variable. | |
| 6668 (temp-buffer-max-height): New variable. | |
| 6669 (resize-temp-buffer-window): New function. | |
| 6670 | |
| 6671 * window.el (window-buffer-height): New function, split from | |
| 6672 shrink-window-if-larger-than-buffer. | |
| 6673 (shrink-window-if-larger-than-buffer): Use window-buffer-height. | |
| 6674 | |
| 6675 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6676 | |
| 6677 * frame.el (initial-frame-alist): Add defcustom. | |
| 6678 | |
| 6679 * shell.el (shell-prompt-pattern): Add defcustom. | |
| 6680 | |
| 6681 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 6682 | |
| 6683 * 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
|
6684 NNTP-Posting-Date. |
| 25837 | 6685 |
| 6686 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6687 | |
| 6688 * help.el (describe-mode): Don't avoid loop indirecting thru | |
| 6689 value of INDICATOR. | |
| 6690 | |
| 6691 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6692 | |
| 6693 * help.el (describe-variable): Allow any variable with a defcustom, | |
| 6694 even if it is not a user variable. | |
| 6695 | |
| 6696 * mail/rmail.el (mail-unsent-separator): Additional alternative. | |
| 6697 | |
| 6698 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org> | |
| 6699 | |
| 6700 * gnus/nntp.el (nntp-request-group): Allow for failures when | |
| 6701 requesting a new group. | |
| 6702 | |
| 6703 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6704 | |
| 6705 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix. | |
| 6706 | |
| 6707 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 6708 | |
| 6709 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons. | |
| 6710 | |
| 6711 1998-11-19 Simon Marshall <simon@gnu.org> | |
| 6712 | |
| 6713 * subr.el (with-temp-message): New macro. | |
| 6714 | |
| 6715 * emacs-lisp/lisp-mode.el (with-temp-message): | |
| 6716 Add lisp-indent-function property. | |
| 6717 | |
| 6718 1998-11-18 Dave Love <fx@gnu.org> | |
| 6719 | |
| 6720 * progmodes/fortran.el (fortran-end-prog-re): Fix typo. | |
| 6721 | |
| 6722 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 6723 | |
| 6724 * emacs-lisp/bytecomp.el (temp-buffer-show-hook): | |
| 6725 This is not obsolete. | |
| 6726 | |
| 6727 1998-11-18 Kenichi Handa <handa@etl.go.jp> | |
| 6728 | |
| 6729 * textmodes/picture.el: Make a new map by make-keymap. | |
| 6730 (picture-desired-column): New variable. | |
| 6731 (picture-update-desired-column): New function. | |
| 6732 (picture-beginning-of-line): Set picture-desired-column to 0. | |
| 6733 (picture-end-of-line): Set picture-desired-column to the current | |
| 6734 column. | |
| 6735 (picture-forward-column): Pay attention to multi-column character. | |
| 6736 (picture-backward-column): Likewise. | |
| 6737 (picture-move-down): Likewise. | |
| 6738 (picture-move-up): Likewise. | |
| 6739 (picture-movement-nw): With prefix arg, move twice columns. | |
| 6740 (picture-movement-ne): Likewise. | |
| 6741 (picture-movement-sw): Likewise. | |
| 6742 (picture-movement-se): Likewise. | |
| 6743 (picture-set-motion): Handle two-column movements. | |
| 6744 (picture-move): Call picture-move-down or picture-forward-column | |
| 6745 only when necessary. | |
| 6746 (picture-insert): Pay attention to picture-desired-column. | |
| 6747 (picture-self-insert): Likewise. | |
| 6748 (picture-clear-column): Pay attention to multi-column character. | |
| 6749 (picture-mode): Modify doc-string for two-column movement. | |
| 6750 | |
| 6751 * rect.el (move-to-column-force): New function. | |
| 6752 (operate-on-rectangle): If coerce-tabs is non-nil, call | |
| 6753 move-to-column-force instead of move-to-column. | |
| 6754 (insert-rectangle): Call move-to-column-force instead of | |
| 6755 move-to-column. | |
| 6756 (open-rectangle-line): If begextra is not zero, call | |
| 6757 move-to-column-force. | |
| 6758 | |
| 6759 | |
| 6760 1998-11-16 Dave Love <fx@gnu.org> | |
| 6761 | |
| 6762 * textmodes/sgml-mode.el Require skeleton when compiling. | |
| 6763 (sgml-font-lock-keywords-1): Accept single-letter tags. | |
| 6764 (v2): Defvar free variable. | |
| 6765 | |
| 6766 1998-11-16 Sam Steingold <sds@goems.com> | |
| 6767 | |
| 6768 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL | |
| 6769 macro, not ELisp one. | |
| 6770 | |
| 6771 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
| 6772 | |
| 6773 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte | |
| 6774 characters to symbol. | |
| 6775 | |
| 6776 * language/japan-util.el (japanese-zenkaku-region): New optional | |
| 6777 arg KATAKANA-ONLY. | |
| 6778 | |
| 6779 1998-11-16 Kenichi Handa <handa@etl.go.jp> | |
| 6780 | |
| 6781 * international/mule.el | |
| 6782 (after-insert-file-set-buffer-file-coding-system): If the buffer | |
| 6783 is changed to unibyte, return inserted bytes. | |
| 6784 | |
| 6785 * tar-mode.el (tar-header-block-tokenize): Decode codes of file | |
| 6786 and link names if necessary. | |
| 6787 (tar-header-block-summarize): Handle the case that file or link | |
| 6788 names are multibyte. | |
| 6789 (tar-summarize-buffer): At first set the current buffer unibyte, | |
| 6790 then if there are multibyte file names, change it to multibyte. | |
| 6791 (tar-mode): Get char position from tar-header-offset. | |
| 6792 (tar-extract): Avoid multibyte<->unibyte conversion in | |
| 6793 insert-buffer-subsring by setting both buffers unibyte | |
| 6794 temporarily. | |
| 6795 (tar-copy): Set the buffer unibyte while doing a work. Write | |
| 6796 without code conversion. | |
| 6797 (tar-expunge): Set the buffer unibyte while doing a work. | |
| 6798 (tar-alter-one-field): Likewise. | |
| 6799 (tar-clear-modification-flags): Compare byte position with | |
| 6800 tar-header-offset. | |
| 6801 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in | |
| 6802 insert-buffer-subsring by setting both buffers unibyte | |
| 6803 temporarily. Pay attention to multibyteness while updating the | |
| 6804 descriptor-line. | |
| 6805 (tar-mode-write-file): Write without code conversion. | |
| 6806 | |
| 6807 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 6808 | |
| 6809 * nngateway.el: Require cl. | |
| 6810 | |
| 6811 1998-11-15 Dave Love <fx@gnu.org> | |
| 6812 | |
| 6813 * progmodes/fortran.el: Fix previous change: | |
| 6814 (fortran-end-prog-re1): Changed. | |
| 6815 (fortran-check-end-prog-re): New function. | |
| 6816 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it. | |
| 6817 | |
| 6818 1998-11-13 Tom Breton <tob@world.std.com> | |
| 6819 | |
| 6820 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of | |
| 6821 GNU Emacs. | |
| 6822 | |
| 6823 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | |
| 6824 | |
| 6825 * textmodes/reftex.el: (reftex-finding-files): Group documentation | |
| 6826 fixed. | |
| 6827 (reftex-toc-toggle-file-boundary, | |
| 6828 reftex-toc-toggle-labels, | |
| 6829 reftex-toc-toggle-context,reftex-find-start-point): New functions. | |
| 6830 (reftex-toc-include-labels, reftex-toc-include-context, | |
| 6831 reftex-toc-include-file-boundaries, | |
| 6832 reftex-toc-keep-other-windows): New options. | |
| 6833 (reftex-use-text-after-label-as-context): Option removed. | |
| 6834 (reftex-extract-bib-entries): Protect use in non-latex | |
| 6835 buffers. | |
| 6836 (reftex-toc-visit-location): Renamed from | |
| 6837 `reftex-toc-visit-line'. | |
| 6838 (reftex-latin1-to-ascii): Works now with and without Mule. | |
| 6839 (reftex-truncate): Removed special stuff for Emacs 20.2. | |
| 6840 (reftex-get-offset): Made more general. | |
| 6841 (reftex-show-label-location): Renamed from | |
| 6842 `reftex-select-label-callback'. | |
| 6843 (reftex-pop-to-label): Function removed (using | |
| 6844 `reftex-show-label-location' instead. | |
| 6845 (reftex-insert-docstruct): Renamed from | |
| 6846 `reftex-make-and-insert-label-list'. Function args changed. | |
| 6847 (reftex-toc): Now uses `reftex-insert-docstruct' and | |
| 6848 `reftex-find-start-point'. | |
| 6849 (reftex-select-item): Use `reftex-find-start-point'. | |
| 6850 (reftex-toc-visit-line): Can display labels and file | |
| 6851 boundaries. | |
| 6852 (reftex-TeX-master-file): `(TeX-master-file)' protected. | |
| 6853 | |
| 6854 1998-11-12 Sam Steingold <sds@goems.com> | |
| 6855 | |
| 6856 * browse-url.el (browse-url): Handle the case when | |
| 6857 `browse-url-browser-function' is a lambda list. | |
| 6858 | |
| 6859 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 6860 | |
| 6861 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | |
| 6862 version string. | |
| 6863 * loadhist.el (symbol-file): Likewise | |
| 6864 | |
| 6865 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | |
| 6866 | |
| 6867 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling. | |
| 6868 | |
| 6869 1998-11-11 Sam Steingold <sds@goems.com> | |
| 6870 | |
| 6871 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call | |
| 6872 `run-lisp' instead of signalling an error. | |
| 6873 | |
| 6874 1998-11-11 Karl Heuer <kwzh@gnu.org> | |
| 6875 | |
| 6876 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change. | |
| 6877 | |
| 6878 1998-11-11 Richard Stallman <rms@gnu.org> | |
| 6879 | |
| 6880 * vc-hooks.el (vc-toggle-read-only): Doc fix. | |
| 6881 | |
| 6882 1998-11-11 Per Starback <starback@update.uu.se> | |
| 6883 | |
| 6884 * ispell.el: (ispell-dictionary-alist-2): Removed svenska, | |
| 6885 renamed svenska8 to svenska, and fixed and extended CASECHARS | |
| 6886 for it. | |
| 6887 | |
| 6888 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org> | |
| 6889 | |
| 6890 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode | |
| 6891 handling if setpagedevice is not available. | |
| 6892 (ps-begin-file): Fix typo. | |
| 6893 | |
| 6894 1998-11-11 Kenichi Handa <handa@etl.go.jp> | |
| 6895 | |
| 6896 * international/mule-util.el (compose-chars-component): Signal | |
| 6897 error if CH is a rule-based composition character. | |
| 6898 (compose-chars): Signal error if an already compsed character is | |
| 6899 going to be composed by rule-base. | |
| 6900 | |
| 6901 * term/x-win.el: If a resolved ASCII font name doesn't conform to | |
| 6902 full XLFD, don't try to get information of WEIGHT and SLANT from | |
| 6903 that font name. | |
| 6904 | |
| 6905 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
| 6906 | |
| 6907 * dos-w32.el (set-default-process-coding-system): Use function on | |
| 6908 before-init-hook to set default-process-coding-system based on | |
| 6909 enable-multibyte-characters. | |
| 6910 | |
| 6911 * term/w32-win.el ([language-change]): For now ignore | |
| 6912 keyboard language-change events. | |
| 6913 | |
| 6914 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org> | |
| 6915 | |
| 6916 * ediff-util.el (ediff-make-temp-file): Run the prefix through | |
| 6917 convert-standard-file-name, but leave the results of | |
| 6918 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 | |
| 6919 characters if the original name already exists, or has a special | |
| 6920 handler. | |
| 6921 | |
| 6922 1998-11-10 Karl Heuer <kwzh@gnu.org> | |
| 6923 | |
| 6924 * international/iso-insert.el: Delete autoload cookies. | |
| 6925 | |
| 6926 * international/iso-transl.el: Add autoload cookies. | |
| 6927 | |
| 6928 1998-11-10 Richard Stallman <rms@gnu.org> | |
| 6929 | |
| 6930 * ispell.el (ispell-get-coding-system): Default to iso-latin-1. | |
| 6931 (ispell-process-line): Don't treat multibyte | |
| 6932 | |
| 6933 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk> | |
| 6934 | |
| 6935 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call | |
| 6936 setpagedevice to specify the page size if setpagedevice is | |
| 6937 available. This is necessary to select the correct paper tray on | |
| 6938 Level 2 printers with multiple paper sizes available. | |
| 6939 | |
| 6940 (ps-begin-file): Cope with font names that contain spaces, and | |
| 6941 call BeginDoc in a BeginSetup/EndSetup block. | |
| 6942 | |
| 6943 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 6944 | |
| 6945 * loadup.el (buffer-undo-list): Run fns-VERSION.el through | |
| 6946 convert-standard-filename. | |
| 6947 | |
| 6948 * loadhist.el (symbol-file): Run fns-VERSION.el through | |
| 6949 convert-standard-filename. | |
| 6950 | |
| 6951 1998-11-06 Richard Stallman <rms@gnu.org> | |
| 6952 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
6953 * textmodes/texinfmt.el (texinfo-format-scan): |
| 25837 | 6954 Detect the case of two @-commands in a row; process just the first. |
| 6955 (texinfo-append-refill): If line has a @c, insert the @refill | |
| 6956 before it. | |
| 6957 (texinfo-format-refill): Return with point where the @refill was. | |
| 6958 | |
| 6959 * files.el (hack-local-variables): Test local-enable-local-variables. | |
| 6960 (hack-local-variables-prop-line): Likewise. | |
| 6961 (set-auto-mode): Don't test local-enable-local-variables here. | |
| 6962 (enable-local-variables): Doc fix. | |
| 6963 (local-enable-local-variables): Doc fix. | |
| 6964 (normal-mode): Doc fix. | |
| 6965 | |
| 6966 1998-11-06 Karl Heuer <kwzh@gnu.org> | |
| 6967 | |
| 6968 * emacs-lisp/find-func.el (find-variable-noselect): Autoload. | |
| 6969 | |
| 6970 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM> | |
| 6971 | |
| 6972 * simple.el (line-number-mode): Doc fix. | |
| 6973 | |
| 6974 1998-11-06 Kenichi Handa <handa@etl.go.jp> | |
| 6975 | |
| 6976 * international/fontset.el (create-fontset-from-fontset-spec): | |
| 6977 Give correct arg to `error'. | |
| 6978 | |
| 6979 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org> | |
| 6980 | |
| 6981 * textmodes/sgml-mode.el (html-mode): Doc fix. | |
| 6982 (sgml-name-8bit-mode): Fix missing format character in message string. | |
| 6983 | |
| 6984 1998-11-05 Karl Heuer <kwzh@gnu.org> | |
| 6985 | |
| 6986 * mail/sendmail.el (sendmail-send-it): Check for failure. | |
| 6987 | |
| 6988 1998-11-05 Richard Stallman <rms@gnu.org> | |
| 6989 | |
| 6990 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6. | |
| 6991 | |
| 6992 * rect.el (delete-whitespace-rectangle): close-rectangle renamed. | |
| 6993 (close-rectangle): Define as alias. | |
| 6994 | |
| 6995 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu> | |
| 6996 | |
| 6997 * textmodes/tex-mode.el (tex-start-shell): Track directory changes. | |
| 6998 | |
| 6999 1998-11-05 Dave Love <fx@gnu.org> | |
| 7000 | |
| 7001 * help.el (describe-variable): Don't quote link to source. | |
| 7002 | |
| 7003 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 7004 | |
| 7005 * gud.el (gud-common-init): Use pop-to-buffer. | |
| 7006 (same-window-regexps): Add an element that matches all gud buffers. | |
| 7007 | |
| 7008 1998-11-04 Jason Rumney <jasonr@altavista.net> | |
| 7009 | |
| 7010 * term/w32-win.el (x-get-selection-value): Alias to | |
| 7011 x-cut-buffer-or-selection-value. | |
| 7012 (w32-standard-fontset-spec): New variable. | |
| 7013 (w32-create-initial-fontsets, mouse-set-font): Check whether | |
| 7014 new-fontset is available. | |
| 7015 (w32-use-w32-font-dialog): Enable use of set-variable. | |
| 7016 | |
| 7017 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | |
| 7018 | |
| 7019 * vc.el (with-vc-file, edit-vc-file): New macros. | |
| 7020 | |
| 7021 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
| 7022 | |
| 7023 * international/quail.el (quail-show-guidance-buf): Call | |
| 7024 set-minibuffer-window to set minibuffer window of the current | |
| 7025 frame correctly. | |
| 7026 | |
| 7027 1998-11-03 Theodore Jump <tjump@tertius.com> | |
| 7028 | |
| 7029 * term/w32-win.el: Require fontset. | |
| 7030 | |
| 7031 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org> | |
| 7032 | |
| 7033 * faces.el (set-face-font): Call resolve-fontset-name on w32. | |
| 7034 (set-face-font-auto): Ditto. | |
| 7035 | |
| 7036 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org> | |
| 7037 | |
| 7038 * mouse.el (mouse-drag-region): Fix typo. | |
| 7039 | |
| 7040 1998-11-02 Dave Love <fx@gnu.org> | |
| 7041 | |
| 7042 * progmodes/fortran.el Fix for fontification of strings lost somehow: | |
| 7043 (fortran-fontify-string): New function. | |
| 7044 (fortran-font-lock-keywords-1): Use it. | |
| 7045 | |
| 7046 1998-11-02 Markus Rost <rost@delysid.gnu.org> | |
| 7047 | |
| 7048 * comint.el (comint-file-name-quote-list): Doc fix. | |
| 7049 | |
| 7050 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7051 | |
| 7052 * loadup.el (buffer-undo-list): Write fns-VERSION.el into | |
| 7053 build directory, not source directory. | |
| 7054 | |
| 7055 * mouse.el (mouse-drag-region): Fake up a mouse-motion event | |
| 7056 if we did not get one for the final move. | |
| 7057 | |
| 7058 1998-11-01 Dave Love <fx@gnu.org> | |
| 7059 | |
| 7060 * goto-addr.el (goto-address-at-point, goto-address-at-mouse): | |
| 7061 Don't funcall browse-url-browser-function. | |
| 7062 | |
| 7063 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url): | |
| 7064 Don't funcall browse-url-browser-function. | |
| 7065 | |
| 7066 * fortran.el (fortran-end-prog-re1): Fix the regexp. | |
| 7067 | |
| 7068 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7069 | |
| 7070 * files.el (revert-buffer): Doc fix. | |
| 7071 | |
| 7072 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7073 | |
| 7074 * textmodes/tex-mode.el (tex-start-options-string): | |
| 7075 Quote the backslashes with more backslashes. | |
| 7076 | |
| 7077 1998-10-31 Dave Love <fx@gnu.org> | |
| 7078 | |
| 7079 * webjump.el (webjump-sample-sites): Fix Lisp archive site. | |
| 7080 (webjump): Don't funcall browse-url-browser-function. | |
| 7081 | |
| 7082 1998-10-30 Kenichi Handa <handa@etl.go.jp> | |
| 7083 | |
| 7084 * international/quail.el (quail-start-translation): Handle | |
| 7085 switching of the frame in read-key-sequence. | |
| 7086 (quail-start-conversion): Likewise. | |
| 7087 (quail-show-guidance-buf): Detach quail-guidance-buf from any | |
| 7088 windows before setting an appropriate window for it. | |
| 7089 (quail-hide-guidance-buf): Use window-minibuffer-p. Set | |
| 7090 quail-guidance-win to nil. | |
| 7091 (quail-update-guidance): If quail-guidance-buf is not in the | |
| 7092 selected frame, call quail-show-guidance-buf again. | |
| 7093 | |
| 7094 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no> | |
| 7095 | |
| 7096 * progmodes/pascal.el (pascal-mode): | |
| 7097 `blink-matching-paren-dont-ignore-comments' set to t. | |
| 7098 | |
| 7099 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 7100 | |
| 7101 * calendar/cal-menu.el (cal-menu-update): Fix menu wording. | |
| 7102 | |
| 7103 1998-10-30 Dave Love <fx@gnu.org> | |
| 7104 | |
| 7105 * vc.el (vc-backend-merge-news): Check for "P" output. | |
| 7106 | |
| 7107 * help.el (describe-variable): Hyperlink the definition. | |
| 7108 | |
| 7109 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org> | |
| 7110 | |
| 7111 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp. | |
| 7112 (sh-set-shell): Likewise. | |
| 7113 | |
| 7114 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected. | |
| 7115 | |
| 7116 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type. | |
| 7117 (edebug-on-error): Fix customize type to match that of | |
| 7118 debug-on-error. | |
| 7119 | |
| 7120 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type. | |
| 7121 | |
| 7122 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use | |
| 7123 report-emacs-bug-address instead of undefined bug-gnu-emacs. | |
| 7124 | |
| 7125 * international/mule-cmds.el (select-message-coding-system): Doc | |
| 7126 fix. | |
| 7127 | |
| 7128 * international/mule-diag.el (describe-coding-system): Describe | |
| 7129 all flags. | |
| 7130 | |
| 7131 * mail/sendmail.el (sendmail-coding-system, | |
| 7132 default-sendmail-coding-system): Doc fix. | |
| 7133 | |
| 7134 * simple.el (shell-command-on-region): Doc fix. | |
| 7135 | |
| 7136 * loadup.el: Write fns-*.el in current directory instead of | |
| 7137 data-directory since no installation directory exists yet. Mark | |
| 7138 buffer unmodified afterwards. | |
| 7139 | |
| 7140 * loadhist.el (symbol-file): Load fns-*.el from exec-directory | |
| 7141 instead of data-directory since it is architecture dependent. | |
| 7142 (load-history-loaded): Update doc string. | |
| 7143 | |
| 7144 1998-10-29 Geoff Voelker <voelker@cs.washington.edu> | |
| 7145 | |
| 7146 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC | |
| 7147 path as a default directory when canonicalizing names. | |
| 7148 | |
| 7149 * w32-fns.el: Remove a dangling reference to a directory on the | |
| 7150 build machine. | |
| 7151 | |
| 7152 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7153 | |
| 7154 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and | |
| 7155 namespace related keywords such as `class', `body', `private', | |
| 7156 `variable', `namespace eval', etc. | |
| 7157 (tcl-imenu-generic-expression): Handle itcl body and class definitions. | |
| 7158 (tcl-mode): Added ":" as a word constituent to the syntax-alist of | |
| 7159 imenu and font-lock so that searches for \sw would find words | |
| 7160 containing colons. | |
| 7161 | |
| 7162 * progmodes/etags.el (initialize-new-tags-table): | |
| 7163 Do not alter find-tag-marker-ring and tags-location-ring. | |
| 7164 | |
| 7165 1998-10-27 Geoff Voelker <voelker@cs.washington.edu> | |
| 7166 | |
| 7167 * term/w32-win.el: Require fontset. | |
| 7168 (w32-init-fontsets): New function (code from x-win.el). | |
| 7169 | |
| 7170 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 7171 | |
| 7172 * cal-x.el (diary-frame-parameters, calendar-frame-parameters, | |
| 7173 calendar-and-diary-frame-parameters): Add title parameter. | |
| 7174 | |
| 7175 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7176 | |
| 7177 * completion.el (dynamic-completion-mode): New function to enable | |
| 7178 the mode. (Just loading the file now does not change anything.) | |
| 7179 | |
| 7180 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 7181 | |
| 7182 * ps-print.el: User option for multibyte buffer handling and doc fix. | |
| 7183 (ps-multibyte-buffer): New user option. | |
| 7184 (ps-setup): Print new user option. | |
| 7185 (ps-print-quote): New fun. | |
| 7186 (ps-color-p, ps-mule-font-info-database-latin): New var. | |
| 7187 (ps-default-color, ps-mule-font-info-database) | |
| 7188 (ps-mule-font-info-database-ps-bdf): Adjust initialization. | |
| 7189 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) | |
| 7190 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): | |
| 7191 Little code improvement. | |
| 7192 (ps-mule-initialize): Initialize ps-mule-font-info-database. | |
| 7193 (ps-print-prologue-header, ps-font-family, ps-font-size) | |
| 7194 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) | |
| 7195 (ps-build-face-reference, ps-mule-font-info-database-bdf) | |
| 7196 (ps-mule-external-libraries, ps-mule-init-external-library) | |
| 7197 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): | |
| 7198 Doc fix. | |
| 7199 (ps-print-version): New version number (4.1.1) and doc fix. | |
| 7200 (ps-print-prologue-header): New user option. | |
| 7201 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): | |
| 7202 Conditional compilation for GNU Emacs and emacsens. | |
| 7203 (ps-generate-postscript-with-faces): Skip invisible text better. | |
| 7204 (ps-setup): Print new user option. | |
| 7205 (ps-print-preprint): Check if input file name exists and is unwritable. | |
| 7206 (ps-begin-file): Adjust PostScript prologue header for duplex printers | |
| 7207 and insert user PostScript prologue header comments. | |
| 7208 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): | |
| 7209 New funs. | |
| 7210 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. | |
| 7211 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): | |
| 7212 PostScript programming normalization. | |
| 7213 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) | |
| 7214 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) | |
| 7215 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) | |
| 7216 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) | |
| 7217 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): | |
| 7218 Programming style normalization. | |
| 7219 | |
| 7220 1998-10-26 Kenichi Handa <handa@etl.go.jp> | |
| 7221 | |
| 7222 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
| 7223 version, check the value of mule-version. | |
| 7224 | |
| 7225 * international/mule-util.el (compose-region): Insert then delete | |
| 7226 to preserve markers. | |
| 7227 (decompose-region): Use search-forward for efficiency. | |
| 7228 | |
| 7229 * language/chinese.el (pre-write-encode-hz): Cancel previous | |
| 7230 change, use generate-new-buffer instead of get-buffer-create. | |
| 7231 * language/devan-util.el | |
| 7232 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
| 7233 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
| 7234 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
| 7235 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
| 7236 | |
| 7237 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7238 | |
| 7239 * mail/rmailsum.el (rmail-message-subject-p): | |
| 7240 Handle message whose header has not been reformatted. | |
| 7241 | |
| 7242 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir. | |
| 7243 | |
| 7244 1998-10-25 Jason Rumney <jasonr@altavista.net> | |
| 7245 | |
| 7246 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist): | |
| 7247 New variables. | |
| 7248 (mouse-set-font): Use font menus instead of dialog according to | |
| 7249 w32-use-w32-font-dialog. | |
| 7250 | |
| 7251 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 7252 | |
| 7253 * 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
|
7254 correctly! |
| 25837 | 7255 (calendar-month-name-array): Add doc string correctly! |
| 7256 | |
| 7257 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7258 | |
| 7259 * net-utils.el (whois-get-tld): Rewrite not to use `do'. | |
| 7260 | |
| 7261 1998-10-21 Markus Rost <rost@delysid.gnu.org> | |
| 7262 | |
| 7263 * lisp/info.el (Info-next-menu-item): Stay on top of node. | |
| 7264 | |
| 7265 * mail/rmailout.el (rmail-output): Insert newline only if necessary. | |
| 7266 | |
| 7267 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case. | |
| 7268 | |
| 7269 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines. | |
| 7270 | |
| 7271 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org> | |
| 7272 | |
| 7273 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*". | |
| 7274 | |
| 7275 1998-10-21 Karl Heuer <kwzh@gnu.org> | |
| 7276 | |
| 7277 * emacs-lisp/profile.el (profile-timer-program): Var deleted. | |
| 7278 (profile-timer-process, profile-temp-result-, profile-time): Likewise. | |
| 7279 (profile-filter, profile-reset-timer): Functions deleted. | |
| 7280 (profile-check-zero-init-times, profile-get-time): Likewise. | |
| 7281 (profile-find-function, profile-quit): Likewise. | |
| 7282 (profile-distinct, profile-call-stack, profile-last-time): New vars. | |
| 7283 (profile-time-list, profile-init-list): Doc fix. | |
| 7284 (profile-functions): Simplify. | |
| 7285 (profile-print): Use float. Make output include space separators. | |
| 7286 (profile-add-time): New helper function. | |
| 7287 (profile-function-prolog): Renamed from profile-start-function. | |
| 7288 Handle profile-distinct. | |
| 7289 (profile-function-epilog): Renamed from profile-update-function. | |
| 7290 Handle profile-distinct. | |
| 7291 (profile-a-function): If the function to be profiled is an | |
| 7292 autoload form, load it. If it's lazy-loaded, fetch it. | |
| 7293 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. | |
| 7294 (profile-restore-fun): Arg FUN is now a function symbol, as was | |
| 7295 documented, rather than a one-element list. | |
| 7296 (profile-finish): Call profile-restore-fun properly. | |
| 7297 | |
| 7298 1998-10-21 Kenichi Handa <handa@etl.go.jp> | |
| 7299 | |
| 7300 * international/characters.el: Setup charset property | |
| 7301 nospace-between-words. | |
| 7302 | |
| 7303 * international/mule-cmds.el (get-charset-property): If CHARSET is | |
| 7304 composition, return nil. | |
| 7305 (put-charset-property): If CHARSET is composition, do nothing. | |
| 7306 | |
| 7307 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer. | |
| 7308 * language/devan-util.el | |
| 7309 (in-is13194-devanagari-pre-write-conversion): Likewise. | |
| 7310 * language/thai-util.el (thai-pre-write-conversion): Likewise. | |
| 7311 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise. | |
| 7312 * language/viet-util.el (viqr-pre-write-conversion): Likewise. | |
| 7313 | |
| 7314 * textmodes/fill.el (sentence-end-without-period): New variable. | |
| 7315 (canonically-space-region): Pay attention to | |
| 7316 sentence-end-without-period. | |
| 7317 (fill-find-break-point): The first argument CHARSET deleted. | |
| 7318 Caller changed. | |
| 7319 (fill-region-as-paragraph): Pay attention to charset property | |
| 7320 nospace-between-words and text property nospace-between-words. | |
| 7321 | |
| 7322 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7323 | |
| 7324 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for | |
| 7325 an unrecognized shell. | |
| 7326 | |
| 7327 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org> | |
| 7328 | |
| 7329 * desktop.el (desktop-save): Include minor modes symbolically. | |
| 7330 (desktop-create-buffer): Turn on all minor modes in `mim'. | |
| 7331 | |
| 7332 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7333 | |
| 7334 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files. | |
| 7335 (sh-font-lock-keywords): Handle rpm and rpm2. | |
| 7336 (sh-ancestor-alist): Handle rpm. | |
| 7337 | |
| 7338 * files.el (auto-mode-alist): Recognize .rpm files. | |
| 7339 Also .spec and .mspec files. | |
| 7340 | |
| 7341 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 7342 | |
| 7343 * faces.el (frame-set-background-mode): Enable the function for | |
| 7344 MSDOS frames. | |
| 7345 | |
| 7346 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 7347 | |
| 7348 * calendar/calendar.el (calendar-day-name-array): Add doc string. | |
| 7349 (calendar-month-name-array): Add doc string. | |
| 7350 | |
| 7351 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7352 | |
| 7353 * simple.el (kill-ring-max): Increased to 60. | |
| 7354 | |
| 7355 1998-10-17 Kenichi Handa <handa@etl.go.jp> | |
| 7356 | |
| 7357 * international/characters.el: Setup auto-fill-chars. | |
| 7358 | |
| 7359 * international/kinsoku.el (kinsoku): Check the variable | |
| 7360 enable-kinsoku. | |
| 7361 | |
| 7362 * simple.el (do-auto-fill): Don't check kinsoku-enable here. | |
| 7363 Don't call kinsoku directly, intead call fill-find-break-point. | |
| 7364 | |
| 7365 * textmodes/fill.el: Setup `fill-find-break-point-function' | |
| 7366 property to character sets which require `kinsoku' processing for | |
| 7367 filling. | |
| 7368 (fill-find-break-point): New function. | |
| 7369 (fill-region-as-paragraph): Don't check kinsoku-enable here. | |
| 7370 Don't call kinsoku directly, intead call fill-find-break-point. | |
| 7371 | |
| 7372 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7373 | |
| 7374 * faces.el (modify-face-read-string): Return (nil) for "none". | |
| 7375 (modify-face): Don't get error if (nil) is the argument. | |
| 7376 (face-try-color-list): Don't check whether nil is a valid color. | |
| 7377 | |
| 7378 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7379 | |
| 7380 * emacs-lisp/bytecomp.el (byte-recompile-directory): | |
| 7381 Print message about each directory, even in batch mode. | |
| 7382 | |
| 7383 * gnus/nntp.el: Require `cl' before using nnoo-declare. | |
| 7384 | |
| 7385 * ps-print.el (ps-mule-chars-in-string): No need to use sref. | |
| 7386 (ps-mule-string-char): No need to use sref. | |
| 7387 (ps-mule-next-index): No need to use sref. | |
| 7388 | |
| 7389 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved. | |
| 7390 | |
| 7391 * files.el (revert-buffer-internal-hook): Add defvar. | |
| 7392 | |
| 7393 * arc-mode.el (archive-mode): Locally set file-precious-flag. | |
| 7394 | |
| 7395 * tar-mode.el (tar-mode): Locally set file-precious-flag. | |
| 7396 | |
| 7397 1998-10-16 Markus Rost <rost@delysid.gnu.org> | |
| 7398 | |
| 7399 * international/mule-cmds.el (default-input-method): Fix custom type. | |
| 7400 | |
| 7401 * net-utils.el (whois-server-list): Fix customization type. | |
| 7402 | |
| 7403 * shell.el (shell-input-autoexpand): Fix customization group. | |
| 7404 | |
| 7405 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7406 | |
| 7407 * repeat.el (repeat): Handle keyboard macros properly. | |
| 7408 Handle new prefix arg after self-insert command. | |
| 7409 | |
| 7410 * repeat.el: Don't include cl even at compile time. | |
| 7411 (repeat): Avoid using `loop'. | |
| 7412 | |
| 7413 * simple.el (shell-command-on-region): Doc fix. | |
| 7414 (next-history-element): Special error message if no default. | |
| 7415 | |
| 7416 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7417 | |
| 7418 * ps-print.el (ps-print-buffer): Doc fix. | |
| 7419 (ps-despool): Likewise. | |
| 7420 | |
| 7421 * arc-mode.el (arc-mode): Provide arc-mode. | |
| 7422 | |
| 7423 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7424 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7425 * ps-print.el (ps-print-buffer): Doc fix. |
| 25837 | 7426 |
| 7427 1998-10-14 Dave Love <fx@gnu.org> | |
| 7428 | |
| 7429 * ange-ftp.el (ange-ftp-read-passwd): Function deleted. | |
| 7430 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. | |
| 7431 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise. | |
| 7432 | |
| 7433 * progmodes/fortran.el (fortran-mode-map): Change "Join | |
| 7434 Continuation Line" to "Join Line". | |
| 7435 (fortran-font-lock-keywords-1): Add "cycle", "exit". | |
| 7436 | |
| 7437 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> | |
| 7438 | |
| 7439 * progmodes/fortran.el (fortran-join-line): Use | |
| 7440 `delete-indentation' instead of issuing an error message if not on | |
| 7441 a continuation line. Provide for joining several lines using | |
| 7442 prefix arg. | |
| 7443 | |
| 7444 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 7445 | |
| 7446 * term/pc-win.el (msdos-color-values): New variable. | |
| 7447 (x-color-values): New function, emulates its namesake from | |
| 7448 src/xfns.c. | |
| 7449 (msdos-bg-mode): Add all dark colors to those which return | |
| 7450 "dark". | |
| 7451 | |
| 7452 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7453 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7454 * replace.el (keep-lines, flush-lines, how-many): |
| 25837 | 7455 Don't ignore case if arg has upper case letters. |
| 7456 | |
| 7457 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch> | |
| 7458 | |
| 7459 * progmodes/vhdl-mode.el | |
| 7460 (vhdl-add-index-menu): reverse order in imenu-generic-expression. | |
| 7461 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) | |
| 7462 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) | |
| 7463 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) | |
| 7464 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). | |
| 7465 (vhdl-when): Fix indentation problem. | |
| 7466 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. | |
| 7467 (vhdl-get-port, vhdl-get-generic): Bug fix in template. | |
| 7468 (vhdl-hooked-abbrev): Bug fix in hooked abbrev. | |
| 7469 | |
| 7470 1998-10-13 Geoff Voelker <voelker@cs.washington.edu> | |
| 7471 | |
| 7472 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable. | |
| 7473 (ls-lisp-insert-directory): Renamed from insert-directory. | |
| 7474 (insert-directory): New function. | |
| 7475 | |
| 7476 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7477 | |
| 7478 * simple.el (completion-fixup-function): Variable deleted. | |
| 7479 (completion-setup-function): Delete code for completion-fixup-function. | |
| 7480 * emacs-lisp/lisp.el (lisp-complete-symbol): | |
| 7481 Don't bind completion-fixup-function. | |
| 7482 | |
| 7483 * files.el (find-file-wildcards): New option. | |
| 7484 (find-file-noselect): Handle wild cards, if enabled. | |
| 7485 (file-expand-wildcards): New function. | |
| 7486 | |
| 7487 * simple.el (set-fill-column): Doc fix. | |
| 7488 | |
| 7489 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7490 | |
| 7491 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search. | |
| 7492 | |
| 7493 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org> | |
| 7494 | |
| 7495 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only): | |
| 7496 Move declaration before first use. | |
| 7497 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, | |
| 7498 hif-math, hif-factor): Rename token to hif-token and token-list to | |
| 7499 hif-token-list. | |
| 7500 (hif-token, hif-token-list): Declare them. | |
| 7501 (hif-find-ifdef-block): Return cons of top and bottom point | |
| 7502 instead of setting dynamically bound variables. | |
| 7503 (hide-ifdef-block, show-ifdef-block): Use return value of | |
| 7504 hif-find-ifdef-block. | |
| 7505 | |
| 7506 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7507 | |
| 7508 * subr.el (read-passwd): Use clear-this-command-keys. | |
| 7509 | |
| 7510 * telnet.el (telnet-initial-filter): Use clear-this-command-keys. | |
| 7511 | |
| 7512 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read | |
| 7513 and ...-for-write. | |
| 7514 | |
| 7515 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk> | |
| 7516 | |
| 7517 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected | |
| 7518 responses to GROUP command, since this may be called from a timer | |
| 7519 with quit inhibited. | |
| 7520 | |
| 7521 1998-10-12 Kenichi Handa <handa@etl.go.jp> | |
| 7522 | |
| 7523 * international/ccl.el (ccl-compile-if): If there's no false-cmds, | |
| 7524 set unconditional-jump to nil. | |
| 7525 (ccl-compile-read-multibyte-character): Return nil. | |
| 7526 (ccl-compile-write-multibyte-character): Likewise. | |
| 7527 (ccl-compile-translate-character): Likewise | |
| 7528 (ccl-compile-map-multiple): Likewise. | |
| 7529 (ccl-compile-map-single): Likewise. | |
| 7530 | |
| 7531 * international/kinsoku.el: Add coding tag. | |
| 7532 (kinsoku-bol): Remove superfluous TAB in a string. | |
| 7533 | |
| 7534 * international/mule-cmds.el (find-coding-systems-for-charsets): | |
| 7535 Delete `composition' (if any) from CHARSETS. | |
| 7536 | |
| 7537 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7538 | |
| 7539 * international/mule-cmds.el (setup-specified-language-environment): | |
| 7540 Add apropos-inhibit property. | |
| 7541 (describe-specified-language-support): Likewise. | |
| 7542 | |
| 7543 1998-10-11 Kenichi HANDA <handa@etl.go.jp> | |
| 7544 | |
| 7545 * international/mule.el (make-coding-system): Create -with-esc | |
| 7546 variant coding system. | |
| 7547 | |
| 7548 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 7549 | |
| 7550 * progmodes/etags.el (tags-loop-revert-buffers): New variable. | |
| 7551 (next-file): Optionally offer to revert a file's buffer, | |
| 7552 if it has an existing buffer but the file has changed. | |
| 7553 | |
| 7554 * info.el (Info-insert-dir): Detect and report problems | |
| 7555 in input files, such as "No Top node". Return with point | |
| 7556 at the beginning of the text. | |
| 7557 (Info-find-node): Reinsert the code to handle files | |
| 7558 with no tags table; it was deleted by mistake. | |
| 7559 | |
| 7560 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu> | |
| 7561 | |
| 7562 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let | |
| 7563 texinfo-find-higher-level-node repeatedly find the same node. | |
| 7564 (texinfo-find-higher-level-node): Doc fix. | |
| 7565 | |
| 7566 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7567 | |
| 7568 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string. | |
| 7569 (smtpmail-address-buffer): Add defvar. | |
| 7570 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise. | |
| 7571 | |
| 7572 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved. | |
| 7573 | |
| 7574 * ffap.el (ffap-machine-p-local): Fix editing error. | |
| 7575 | |
| 7576 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7577 | |
| 7578 * faces.el (frame-set-background-mode): | |
| 7579 Don't do anythung for text-only or MSDOS frame. | |
| 7580 | |
| 7581 1998-10-08 Kenichi Handa <handa@etl.go.jp> | |
| 7582 | |
| 7583 * international/quail.el (quail-defrule): New optional arg APPEND. | |
| 7584 (quail-defrule-internal): Fix bug of handling the argument APPEND. | |
| 7585 | |
| 7586 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7587 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
7588 * gnus/pop3.el (pop3-open-server): |
| 25837 | 7589 Set process-coding-system-alist around open-network-stream. |
| 7590 | |
| 7591 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7592 | |
| 7593 * files.el (save-buffer): Doc fix. | |
| 7594 | |
| 7595 1998-10-07 Karl Heuer <kwzh@gnu.org> | |
| 7596 | |
| 7597 * emacs-lisp/profile.el (profile-fix-fun): If already profiled, | |
| 7598 return DEF unchanged, not nil. Simplify. | |
| 7599 | |
| 7600 1998-10-06 Geoff Voelker <voelker@cs.washington.edu> | |
| 7601 | |
| 7602 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp. | |
| 7603 | |
| 7604 1998-10-06 Peter Breton <pbreton@ne.mediaone.net> | |
| 7605 | |
| 7606 * generic.el (generic-mode-with-type): Added hooks for generic-modes. | |
| 7607 | |
| 7608 * net-utils.el (ftp, nslookup): Require comint. | |
| 7609 (network-service-connection): Likewise. | |
| 7610 (whois-server-name): Defaults to whois.arin.net | |
| 7611 (whois-server-list, whois-server-tld, whois-guess-server): New var. | |
| 7612 (whois): Tries to guess the appropriate top-level domain server. | |
| 7613 (whois-get-tld): New function. | |
| 7614 | |
| 7615 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs. | |
| 7616 (dirtrack-debug-toggle): Added this function. | |
| 7617 | |
| 7618 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 7619 | |
| 7620 * files.el (find-file-noselect): Switch to the correct buffer | |
| 7621 before checking find-file-literally, and allow non-nil non-t | |
| 7622 rawfile params. | |
| 7623 | |
| 7624 1998-10-06 Karl Heuer <kwzh@gnu.org> | |
| 7625 | |
| 7626 * midnight.el (clean-buffer-list): Add autoload cookie. | |
| 7627 | |
| 7628 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from | |
| 7629 no-autosave. | |
| 7630 * tar-mode.el (tar-mode-revert): Likewise. | |
| 7631 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed | |
| 7632 from ediff-arrange-autosave-in-merge-jobs. Callers changed. | |
| 7633 * gnus/message.el (message-auto-save-directory): Renamed from | |
| 7634 message-autosave-directory. All references changed. | |
| 7635 | |
| 7636 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us> | |
| 7637 | |
| 7638 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary | |
| 7639 string. Expose mime stuff while searching. | |
| 7640 | |
| 7641 1998-10-06 Richard Stallman <rms@gnu.org> | |
| 7642 | |
| 7643 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result. | |
| 7644 | |
| 7645 * replace.el (perform-replace): Position point properly | |
| 7646 before and after the recursive edit of C-r. | |
| 7647 | |
| 7648 * progmodes/etags.el (tags-reset-tags-tables): Properly | |
| 7649 find the markers in the old rings that are being discarded. | |
| 7650 | |
| 7651 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7652 | |
| 7653 * apropos.el (apropos-print): control invalid characters. | |
| 7654 | |
| 7655 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X): | |
| 7656 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid | |
| 7657 confusing customize. | |
| 7658 | |
| 7659 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org> | |
| 7660 | |
| 7661 * generic-x.el (bat-generic-mode): Fix regexps for keywords and | |
| 7662 built-in commands. Add more built-in commands and fix face names. | |
| 7663 | |
| 7664 1998-10-05 Simon Marshall <simon@gnu.org> | |
| 7665 | |
| 7666 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar. | |
| 7667 | |
| 7668 1998-10-04 Eric Ludlam <zappo@gnu.org> | |
| 7669 | |
| 7670 * speedbar.el (speedbar-initial-expansion-list-name): Remove | |
| 7671 customization since it is not useful in this case. | |
| 7672 (speedbar-frame-mode): Check if cfx or cfy is a list, and make | |
| 7673 sure it gets evalled to a number. Also verify that set-frame-name | |
| 7674 fn exists before calling it. | |
| 7675 | |
| 7676 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine): | |
| 7677 Protect a `forward-sexp' call which could fail, and improved regex | |
| 7678 for ie, and eg abbreviations. | |
| 7679 | |
| 7680 1998-10-02 Noah Friedman <friedman@splode.com> | |
| 7681 | |
| 7682 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not | |
| 7683 send-string. | |
| 7684 (rlogin-send-Ctrl-D): Here also. | |
| 7685 (rlogin-send-Ctrl-Z): Here also. | |
| 7686 (rlogin-send-Ctrl-backslash): Here also. | |
| 7687 | |
| 7688 1998-10-02 Dave Love <fx@gnu.org> | |
| 7689 | |
| 7690 * outline.el (hide-region-body): Bind | |
| 7691 outline-view-change-hook to nil while making repeated calls to | |
| 7692 outline-flag-region. Run it once at the end. | |
| 7693 (hide-other, hide-sublevels, show-children): Likewise. | |
| 7694 | |
| 7695 * info-look.el: Remove duplicate scheme-mode entry. | |
| 7696 (info-lookup-make-completions): When looking for entries, check | |
| 7697 that `item' isn't null or "Menu". | |
| 7698 | |
| 7699 1998-10-01 Karl Heuer <kwzh@gnu.org> | |
| 7700 | |
| 7701 * net-utils.el: Don't require ffap. | |
| 7702 (net-utils-machine-at-point, net-utils-url-at-point): New functions. | |
| 7703 (ping, nslookup-host, finger, network-connection-to-service): Use them. | |
| 7704 | |
| 7705 1998-09-30 Richard Stallman <rms@gnu.org> | |
| 7706 | |
| 7707 * ispell.el (check-ispell-version): No need to bind default-major-mode. | |
| 7708 | |
| 7709 * imenu.el (imenu--generic-function): Sort each submenu by position. | |
| 7710 (imenu--sort-by-position): New function. | |
| 7711 | |
| 7712 * cus-edit.el (Custom-mode-menu): Fix info node name. | |
| 7713 (customize group): Fix info node name. | |
| 7714 | |
| 7715 * mail/mailalias.el (build-mail-aliases): Don't allow | |
| 7716 a newline in the alias name. Don't define an alias | |
| 7717 if the definition would be empty. | |
| 7718 | |
| 7719 * which-func.el (which-func-mode-global): Make :set function | |
| 7720 more reliable. | |
| 7721 | |
| 7722 * custom.el (custom-set-variables): Load the requests first, | |
| 7723 then check the symbol's `set' function. | |
| 7724 | |
| 7725 * ffap.el: Doc fixes. | |
| 7726 | |
| 7727 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7728 | |
| 7729 * gnus.el: (gnus-valid-select-methods): Fix type. | |
| 7730 * gnus-sum.el (gnus-summary-respool-default-method): Fix type. | |
| 7731 * gnus-score.el (gnus-orphan-score): Fix type. | |
| 7732 (gnus-score-default-header, gnus-score-default-type): Fix type. | |
| 7733 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type. | |
| 7734 (gnus-saved-headers): Fix type. | |
| 7735 | |
| 7736 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix): | |
| 7737 Avoid nil value of `two-lines-citation-part'. | |
| 7738 | |
| 7739 1998-09-30 Roman Belenov <roman@nstl.nnov.ru> | |
| 7740 | |
| 7741 * which-func.el (which-function): Handle case when | |
| 7742 (car imenu--index-alist) is nil. | |
| 7743 | |
| 7744 1998-09-29 Dave Love <fx@gnu.org> | |
| 7745 | |
| 7746 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from | |
| 7747 bzip2 args. | |
| 7748 | |
| 7749 1998-09-29 Simon Marshall <simon@gnu.org> | |
| 7750 | |
| 7751 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and | |
| 7752 comint-exec-hook. | |
| 7753 | |
| 7754 1998-09-29 Stephen Eglen <stephen@gnu.org> | |
| 7755 | |
| 7756 * info-look.el: Add support for Octave. | |
| 7757 | |
| 7758 1998-09-28 Carsten Dominik <cd@delysid.gnu.org> | |
| 7759 | |
| 7760 * textmodes/reftex.el (reftex-finding-files): New customize group. | |
| 7761 (reftex-texpath-environment-variables, | |
| 7762 reftex-use-external-file-finders, reftex-external-file-finders, | |
| 7763 reftex-search-unrecursed-path-first): New options. | |
| 7764 (reftex-process-string, reftex-find-file-externally): New | |
| 7765 functions. | |
| 7766 (reftex-access-search-path): Execute shell commands to find the | |
| 7767 search path. | |
| 7768 (reftex-toggle-auto-view-crossref): When turning on, make sure | |
| 7769 `reftex-auto-view-crossref' becomes non-nil. | |
| 7770 (reftex-abbrev-regexp): Constant removed. | |
| 7771 (reftex-convert-string): Abbrev regexp calculated locally. | |
| 7772 | |
| 7773 1998-09-28 Dave Love <fx@gnu.org> | |
| 7774 | |
| 7775 * progmodes/fortran.el: Don't call regexp-opt when deriving | |
| 7776 font-lock patterns with keywords that aren't all literal. | |
| 7777 | |
| 7778 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> | |
| 7779 | |
| 7780 * octave-inf.el (inferior-octave-prompt): Also match prompts of | |
| 7781 the form `octave.bin:1>' which come from using precopiled binary | |
| 7782 versions. | |
| 7783 | |
| 7784 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu> | |
| 7785 | |
| 7786 * help.el (help-for-help): Use %THIS-KEY%. | |
| 7787 (help-quit): Add doc. | |
| 7788 | |
| 7789 * help-macro.el (make-help-screen): Keep HELP-TEXT | |
| 7790 in a separate function definition, not in the help command FNAME. | |
| 7791 Replace %THIS-KEY% with the key sequence that ran FNAME. | |
| 7792 | |
| 7793 1998-09-25 Richard Stallman <rms@gnu.org> | |
| 7794 | |
| 7795 * textmodes/texinfo.el (texinfo-show-structure): | |
| 7796 Bind inhibit-read-only. | |
| 7797 | |
| 7798 * isearch.el (isearch-search-and-update): Properly | |
| 7799 handle upper case letters in the reverse-search special case. | |
| 7800 | |
| 7801 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7802 | |
| 7803 * gnus.el: Extend the list of autoloaded functions. | |
| 7804 | |
| 7805 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
| 7806 buffer before creating help group. (from Gnus v5.6.43, fix by | |
| 7807 1998-08-20 Per Starback <starback@update.uu.se>) | |
| 7808 | |
| 7809 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
| 7810 `rmail-output-to-rmail-file'. | |
| 7811 | |
| 7812 1998-09-25 Karl Heuer <kwzh@gnu.org> | |
| 7813 | |
| 7814 * hexl.el (hexl-mode-map): More of previous change. | |
| 7815 | |
| 7816 * textmodes/tex-mode.el (tex-run-command): Doc fix. | |
| 7817 (tex-start-tex): Don't use tex-start-options-string in star case. | |
| 7818 Quote file name in star case as well as in non-star. | |
| 7819 Add blank and quoting of option string here. | |
| 7820 (tex-start-options-string): Not here. | |
| 7821 | |
| 7822 1998-09-23 Karl Heuer <kwzh@gnu.org> | |
| 7823 | |
| 7824 * term.el (term-delimiter-argument-list): Doc fix. | |
| 7825 (term-emulate-terminal): Escape literal semicolon. | |
| 7826 * progmodes/asm-mode.el (asm-mode): Doc fix. | |
| 7827 (asm-comment-char): Escape literal semicolon. | |
| 7828 * emulation/viper-cmd.el (viper-movement-commands): Likewise. | |
| 7829 | |
| 7830 1998-09-23 Richard Stallman <rms@gnu.org> | |
| 7831 | |
| 7832 * hexl.el (hexl-mode-map): Don't override all ESC bindings, | |
| 7833 only those that normally modify the buffer. | |
| 7834 | |
| 7835 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer | |
| 7836 over again. | |
| 7837 | |
| 7838 1998-09-23 E. Jay Berkenbilt <ejb@ql.org> | |
| 7839 | |
| 7840 * ispell.el (check-ispell-version): Ensure same buffer is current | |
| 7841 when let-binding of case-fold-search ends. | |
| 7842 | |
| 7843 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 7844 | |
| 7845 * ps-print.el: Skip invisible overlay. | |
| 7846 Test for set-buffer-multibyte rather than using mule-version. | |
| 7847 (ps-print-version): New version number (4.1) and doc fix. | |
| 7848 (ps-generate-postscript-with-faces): Skip invisible overlay. | |
| 7849 | |
| 7850 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu> | |
| 7851 | |
| 7852 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes. | |
| 7853 | |
| 7854 1998-09-22 Kenichi Handa <handa@etl.go.jp> | |
| 7855 | |
| 7856 * international/quail.el (quail-update-guidance): Check for the | |
| 7857 return value of (quail-guidance) fixed. | |
| 7858 (quail-update-translation): Bind quail-current-str locally when it | |
| 7859 calls quail-update-guidance. | |
| 7860 (quail-update-translation): If input-method-exit-on-first-char is | |
| 7861 non-nil, terminate translation only when the current input method | |
| 7862 is simple. | |
| 7863 | |
| 7864 1998-09-22 Paul Eggert <eggert@twinsun.com> | |
| 7865 | |
| 7866 * startup.el (locale-translation-file-name): Prefer X-related names | |
| 7867 to the name used by GNU/Linux sans X. Set to nil if no file found. | |
| 7868 (command-line): Use locale-translation-file-name if it is not nil, | |
| 7869 instead of testing for its existence again. | |
| 7870 regexp-quote the ctype before using it in a regexp. | |
| 7871 Allow a colon to appear after the ctype in the aliases file, | |
| 7872 as is done in X11R6.4. | |
| 7873 | |
| 7874 1998-09-21 Richard Stallman <rms@gnu.org> | |
| 7875 | |
| 7876 * mail/rmail.el (rmail-resend): Work properly if invoked from summary. | |
| 7877 | |
| 7878 * calendar/appt.el (appt-interval): Variable deleted. | |
| 7879 (appt-check): For minutes in between appt-display-interval times, | |
| 7880 do check, but don't display anything except an updated mode line. | |
| 7881 Count against appt-display-interval based on minutes since | |
| 7882 first display of this appointment, not based on time of day. | |
| 7883 If appt-display-mode-line, force mode line redisplay | |
| 7884 whenever appt-mode-string has changed. | |
| 7885 (appt-add, appt-delete): Add autoload cookies. | |
| 7886 (appt-check): Catch errors from calling `diary'. | |
| 7887 (appt-max-time): Renamed from max-time. | |
| 7888 (appt-now-displayed, appt-display-count): New variables. | |
| 7889 (appt-timer): Don't create one if we already have one. | |
| 7890 | |
| 7891 * textmodes/tex-mode.el (tex-compilation-parse-errors): | |
| 7892 More general code to use the source buffer instead of the zap file. | |
| 7893 | |
| 7894 * hilit-chg.el (highlight-compare-with-file): Renamed from | |
| 7895 compare-with-file. | |
| 7896 | |
| 7897 * loadhist.el (load-history-loaded): New variable. | |
| 7898 (symbol-file): Load etc/fns-VERSION.el if that has not been done. | |
| 7899 | |
| 7900 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it. | |
| 7901 | |
| 7902 * emacs-lisp/find-func.el (find-function-search-for-symbol): | |
| 7903 Fix error messages. | |
| 7904 | |
| 7905 1998-09-21 Markus Armbruster <armbru@pond.sub.org> | |
| 7906 | |
| 7907 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an | |
| 7908 Emacs frame. | |
| 7909 | |
| 7910 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 7911 | |
| 7912 * mail/rmail.el (rmail-decode-babyl-format): Recognize both | |
| 7913 `undecided' and `undecided-unix'. | |
| 7914 | |
| 7915 1998-09-21 Dave Love <fx@gnu.org> | |
| 7916 | |
| 7917 * help.el (help-make-xrefs): Fix typo affecting Info references. | |
| 7918 | |
| 7919 * subr.el (remove-hook): Check list values to avoid errors. | |
| 7920 | |
| 7921 1998-09-18 Noah Friedman <friedman@splode.com> | |
| 7922 | |
| 7923 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and | |
| 7924 store string in eldoc-last-message without consing a new string. | |
| 7925 Rearrange logic from nested if's into cond's. | |
| 7926 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string. | |
| 7927 Do not print message; just return string. | |
| 7928 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring. | |
| 7929 Do not print message; just return string. | |
| 7930 Cache that string in eldoc-last-data. | |
| 7931 (eldoc-last-data): Make into a vector. | |
| 7932 (eldoc-get-fnsym-args-string): Use new data form of structure. | |
| 7933 (eldoc-get-var-docstring): Here also. | |
| 7934 (eldoc-last-data-store): New function. | |
| 7935 (eldoc-get-fnsym-args-string): Use it. | |
| 7936 (eldoc-get-var-docstring): Here also. | |
| 7937 (eldoc-docstring-first-line): Minimize interim string consing. | |
| 7938 Call substitute-command-keys on the result. | |
| 7939 (eldoc-print-var-docstrings, eldoc-print-docstring, | |
| 7940 eldoc-docstring-message): Functions removed. | |
| 7941 (eldoc-docstring-format-sym-doc): New function, functionality | |
| 7942 ripped out of eldoc-docstring-message. | |
| 7943 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | |
| 7944 | |
| 7945 1998-09-18 Kenichi Handa <handa@etl.go.jp> | |
| 7946 | |
| 7947 * international/mule.el (make-coding-system): Doc-string modified. | |
| 7948 | |
| 7949 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org> | |
| 7950 | |
| 7951 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type. | |
| 7952 | |
| 7953 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix | |
| 7954 customize type. | |
| 7955 | |
| 7956 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize | |
| 7957 type. | |
| 7958 | |
| 7959 * progmodes/compile.el (compilation-error-screen-columns): New | |
| 7960 variable. | |
| 7961 (compilation-next-error-locus): Use it to decide whether to use | |
| 7962 forward-char or move-to-column. | |
| 7963 | |
| 7964 * mail/rmail.el (rmail-movemail-program): Fix customize type. | |
| 7965 | |
| 7966 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | |
| 7967 feedmail-fiddle-plex-user-list, | |
| 7968 feedmail-spray-address-fiddle-plex-list, | |
| 7969 feedmail-prompt-before-queue-user-alist, | |
| 7970 feedmail-prompt-before-queue-help-supplement, | |
| 7971 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | |
| 7972 feedmail-queue-alternative-mail-header-separator): Fix customize | |
| 7973 type. | |
| 7974 | |
| 7975 * startup.el (site-run-file): Fix customize type. | |
| 7976 | |
| 7977 * speedbar.el (speedbar-initial-expansion-list-name): Fix | |
| 7978 customize type. | |
| 7979 | |
| 7980 * shell.el (shell-input-autoexpand): Fix customize type. | |
| 7981 | |
| 7982 * ps-print.el (ps-font-info-database): Add missing dots in value. | |
| 7983 Improve layout of customize type. | |
| 7984 | |
| 7985 * net-utils.el (traceroute-program-options, ping-program-options, | |
| 7986 ipconfig-program-options, netstat-program-options, | |
| 7987 arp-program-options, route-program-options, | |
| 7988 nslookup-program-options, ftp-program-options): Fix customize | |
| 7989 type. | |
| 7990 | |
| 7991 * midnight.el (clean-buffer-list-kill-regexps, | |
| 7992 clean-buffer-list-kill-buffer-names, | |
| 7993 clean-buffer-list-kill-never-buffer-names, | |
| 7994 clean-buffer-list-kill-never-regexps): Fix customize type. | |
| 7995 | |
| 7996 * man.el (Man-init-defvars): Avoid trailing nil on | |
| 7997 Man-filter-list. | |
| 7998 | |
| 7999 * lpr.el (printer-name): Fix customize type. | |
| 8000 | |
| 8001 1998-09-16 Kenichi Handa <handa@etl.go.jp> | |
| 8002 | |
| 8003 * international/mule-cmds.el (reset-language-environment): Call | |
| 8004 update-coding-systems-internal. | |
| 8005 | |
| 8006 * international/mule-conf.el: Call update-coding-systems-internal | |
| 8007 at the tail. | |
| 8008 | |
| 8009 1998-09-14 Dave Love <fx@gnu.org> | |
| 8010 | |
| 8011 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't | |
| 8012 use the menu-enable properties, pending doing it correctly and | |
| 8013 acceptably fast. | |
| 8014 | |
| 8015 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text. | |
| 8016 | |
| 8017 1998-09-13 Dave Love <d.love@dl.ac.uk> | |
| 8018 | |
| 8019 * progmodes/hideshow.el (hs-grok-mode-type): Check | |
| 8020 comment-{start,end} non-nil as well as bound. Report an error if | |
| 8021 we can't grok the mode. | |
| 8022 | |
| 8023 1998-09-13 Richard Stallman <rms@gnu.org> | |
| 8024 | |
| 8025 * simple.el (blink-matching-open): Don't log paren matching | |
| 8026 messages in *Messages*. | |
| 8027 | |
| 8028 1998-09-12 Richard Stallman <rms@gnu.org> | |
| 8029 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8030 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up): |
| 25837 | 8031 Set point-before-scroll at end even if there was an error. |
| 8032 | |
| 8033 * ange-ftp.el (ange-ftp-insert-file-contents): | |
| 8034 Use binary mode for dumb-unix hosts as for unix hosts. | |
| 8035 (ange-ftp-copy-file-internal): Likewise. | |
| 8036 | |
| 8037 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
| 8038 | |
| 8039 * emacs-lisp/pp.el: Doc fixes. | |
| 8040 | |
| 8041 * wid-edit.el (widget-menu-max-shortcuts): New variable. | |
| 8042 (widget-choose): Don't use single-char shortcuts if # items | |
| 8043 exceeds that many. Use minibuffer instead. | |
| 8044 | |
| 8045 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 8046 | |
| 8047 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg. | |
| 8048 | |
| 8049 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org> | |
| 8050 | |
| 8051 * speedbar.el (speedbar-frame-mode): Do not set frame position if | |
| 8052 in terminal mode. | |
| 8053 | |
| 8054 1998-09-10 Noah Friedman <friedman@splode.com> | |
| 8055 | |
| 8056 * rsz-mini.el (resize-minibuffer-mode): remove :version field from | |
| 8057 defcustom declaration. It's wreaking too much havoc with XEmacs | |
| 8058 and older versions of Emacs, which share this code. | |
| 8059 | |
| 8060 * type-break.el (type-break-mode): Here also. | |
| 8061 | |
| 8062 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg | |
| 8063 `t' to add-hook also to modify the new local value. | |
| 8064 | |
| 8065 1998-09-10 Dave Love <fx@gnu.org> | |
| 8066 | |
| 8067 * vc.el (vc-insert-headers): Doc fix. | |
| 8068 | |
| 8069 1998-09-10 Richard Stallman <rms@gnu.org> | |
| 8070 | |
| 8071 * textmodes/flyspell.el (flyspell-mode-on): Make the | |
| 8072 ispell-... variables permanent locals. | |
| 8073 (flyspell-mode-off): Add autoload cookie. | |
| 8074 | |
| 8075 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host, | |
| 8076 do use binary mode, just as for `unix'. | |
| 8077 (ange-ftp-host-type): If HOST is nil, return `unix'. | |
| 8078 | |
| 8079 * dired.el (dired-mark-files-containing-regexp): | |
| 8080 Don't scan directories. Ignore non-readable files. | |
| 8081 | |
| 8082 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 8083 Fix previous change: allow . and _ in command name. | |
| 8084 | |
| 8085 * dired.el (dired-mark-files-containing-regexp): Fix previous change. | |
| 8086 | |
| 8087 * uncompress.el (uncompress-while-visiting): | |
| 8088 Use just the car of what find-operation-coding-system returns. | |
| 8089 | |
| 8090 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename. | |
| 8091 | |
| 8092 * shell.el (shell-file-name-quote-list): Add # to the value. | |
| 8093 | |
| 8094 1998-09-10 E. Jay Berkenbilt <ejb@ql.org> | |
| 8095 | |
| 8096 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook | |
| 8097 to make killing of ispell process work even if | |
| 8098 kill-all-local-variables has been run. | |
| 8099 | |
| 8100 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 8101 | |
| 8102 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite | |
| 8103 loop when sexp entry ends at end of file with no newline. | |
| 8104 | |
| 8105 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
| 8106 | |
| 8107 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved) | |
| 8108 (Custom-reset-standard): Fix menu inconsistency. | |
| 8109 | |
| 8110 * mail/feedmail.el (feedmail-from-line): Allow t. | |
| 8111 (feedmail-message-id-suffix): Allow nil. | |
| 8112 | |
| 8113 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): | |
| 8114 Simplify. Make prefix arg work right. | |
| 8115 | |
| 8116 1998-09-09 Dave Love <fx@gnu.org> | |
| 8117 | |
| 8118 * textmodes/paragraphs.el (use-hard-newlines): Doc fix. | |
| 8119 | |
| 8120 * help.el (help-xref-interned): Bind inhibit-read-only when inserting. | |
| 8121 | |
| 8122 1998-09-08 Dave Love <fx@gnu.org> | |
| 8123 | |
| 8124 * add-log.el (change-log-font-lock-keywords): Do parenthesized | |
| 8125 stuff only after file names or at start of line. Allow parens | |
| 8126 around e-mail, as well as angles. | |
| 8127 | |
| 8128 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
| 8129 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
| 8130 time for nicer failure if it's not available. | |
| 8131 | |
| 8132 1998-09-07 Geoff Voelker <voelker@cs.washington.edu> | |
| 8133 | |
| 8134 * comint.el (comint-arguments): Ignore backslashes when using | |
| 8135 w32 shells that expect backslashes as the directory separator. | |
| 8136 | |
| 8137 1998-09-04 Kenichi Handa <handa@etl.go.jp> | |
| 8138 | |
| 8139 * international/fontset.el (resolved-ascii-font): New variable. | |
| 8140 (x-complement-fontset-spec): By side effect, set | |
| 8141 `resolved-ascii-font' to the resolved name of ASCII font." | |
| 8142 (create-fontset-from-fontset-spec): Don't get a value for | |
| 8143 resolved-ascii-font from the list full-fontlist. It is set by | |
| 8144 x-complement-fontset-spec now. | |
| 8145 | |
| 8146 * ps-print.el: To make it work also on Emacs 20.2 and the earlier | |
| 8147 version, check the value of mule-version. | |
| 8148 | |
| 8149 1998-09-07 Carsten Dominik <cd@delysid.gnu.org> | |
| 8150 | |
| 8151 * textmodes/reftex.el (reftex-view-crossref): Split up into | |
| 8152 several functions. No longer moves to find a macro. | |
| 8153 (reftex-view-cr-cite, reftex-view-cr-ref, | |
| 8154 reftex-end-of-bib-entry): New functions. | |
| 8155 (reftex-auto-view-crossref): New value `window' allowed. | |
| 8156 (reftex-view-crossref-when-idle): Process new `window' option in | |
| 8157 (reftex-translate-to-ascii-function): New default. | |
| 8158 (reftex-label-illegal-re): Default changed, removed Latin1. | |
| 8159 (reftex-latin1-to-ascii): New function. | |
| 8160 (reftex-what-environment): Check for section regexp before use. | |
| 8161 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | |
| 8162 absolute path names. | |
| 8163 (reftex-TeX-master-file): Changed sequence of file checks. | |
| 8164 (reftex-do-citation): bibview cache only with RefTeX mode on. | |
| 8165 | |
| 8166 1998-09-06 Richard Stallman <rms@gnu.org> | |
| 8167 | |
| 8168 * progmodes/compile.el (compilation-error-regexp-alist): | |
| 8169 In first pattern (GNU utilities and other things), | |
| 8170 allow a space after the optional program name at the beginning. | |
| 8171 | |
| 8172 * mail/mail-hist.el (mail-hist-current-header-contents): | |
| 8173 Fix previous change: use mail-header-end. | |
| 8174 | |
| 8175 1998-09-06 Bill Richter <richter@math.nwu.edu> | |
| 8176 | |
| 8177 * international/ccl.el: Doc fixes. | |
| 8178 * international/encoded-kb.el: Doc fixes. | |
| 8179 * international/fontset.el: Doc fixes. | |
| 8180 * international/kinsoku.el: Doc fixes. | |
| 8181 * international/kkc.el: Doc fixes. | |
| 8182 * international/mule-cmds.el: Doc fixes. | |
| 8183 * international/mule-conf.el: Doc fixes. | |
| 8184 * international/mule-util.el: Doc fixes. | |
| 8185 * international/mule.el: Doc fixes. | |
| 8186 | |
| 8187 1998-09-05 Eric Ludlam <zappo@gnu.org> | |
| 8188 | |
| 8189 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function. | |
| 8190 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'. | |
| 8191 (checkdoc-this-string-valid-engine): Permit ? as terminating | |
| 8192 punctuation for first line sentence breaking. | |
| 8193 (checkdoc-this-string-valid): When converting a comment into a doc | |
| 8194 string, make sure " chars are \". | |
| 8195 (checkdoc-sentencespace-region-engine): Only do double space check | |
| 8196 if based on the variable `sentence-end-double-space' | |
| 8197 (checkdoc-this-string-valid-engine): ? ends valid sentence. | |
| 8198 (checkdoc-proper-noun-region-engine): Exclude items in URLs | |
| 8199 | |
| 8200 1998-09-04 Richard Stallman <rms@gnu.org> | |
| 8201 | |
| 8202 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
| 8203 Recognize define-skeleton as a function definer. | |
| 8204 | |
| 8205 * cus-edit.el (customize-option): Refuse to customize | |
| 8206 a variable that has no defcustom. But if variable is autoloaded, | |
| 8207 first try to load the library that defines it. | |
| 8208 | |
| 8209 * international/iso-insert.el: Use `string' before calling `insert' | |
| 8210 so that in multibyte buffers we insert multibyte chars. | |
| 8211 | |
|
26318
94efc4f944a4
progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
Sam Steingold <sds@gnu.org>
parents:
26295
diff
changeset
|
8212 * dired.el (dired-mark-files-containing-regexp): |
| 25837 | 8213 Don't use find-file; instead, insert the file in a temp buffer. |
| 8214 | |
| 8215 * textmodes/tex-mode.el (tex-start-options-string): New option. | |
| 8216 (tex-start-tex): Use that variable. | |
| 8217 | |
| 8218 * mail/rmail.el (rmail-primary-inbox-list): Make the initial | |
| 8219 value in the `repeat' alternative a list. | |
| 8220 | |
| 8221 * textmodes/fill.el (fill-individual-paragraphs): Before deleting | |
| 8222 the inserted newline, verify that one was really inserted. | |
| 8223 | |
| 8224 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode | |
| 8225 remains on or remains off. | |
| 8226 (flyspell-multi-language-p): Default changed to nil. | |
| 8227 | |
| 8228 * progmodes/ada-mode.el (ada-search-ignore-string-comment): | |
| 8229 In "found in comment" case, don't beginning-of-line after forward-line. | |
| 8230 | |
| 8231 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): | |
| 8232 If the function definition is not a lambda, return original FORM | |
| 8233 with no error. | |
| 8234 | |
| 8235 1998-09-04 Peter Breton <pbreton@ne.mediaone.net> | |
| 8236 | |
| 8237 * net-utils.el (netstat-program-options): Changed from nil to "-a" | |
| 8238 so that by default netstat shows all network connections. | |
| 8239 | |
| 8240 1998-09-04 Bob Weiner <weiner@altrasoft.com> | |
| 8241 | |
| 8242 * international/quail.el: Doc fixes. | |
| 8243 | |
| 8244 * info.el (info): Don't add parens if FILE already has them. | |
| 8245 | |
| 8246 1998-09-04 Geoff Voelker <voelker@cs.washington.edu> | |
| 8247 | |
| 8248 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word | |
| 8249 on extension lines. | |
| 8250 | |
| 8251 1998-09-03 Geoff Voelker <voelker@cs.washington.edu> | |
| 8252 | |
| 8253 * w32-fns.el (w32-shell-dos-semantics): New function. | |
| 8254 | |
| 8255 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu> | |
| 8256 | |
| 8257 * 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
|
8258 completion `choice' in `quail-current-str'; don't insert it. |
| 25837 | 8259 |
| 8260 1998-09-02 Kenichi Handa <handa@etl.go.jp> | |
| 8261 | |
| 8262 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH | |
| 8263 argument to ps-mule-generate-bitmap-font. | |
| 8264 | |
| 8265 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII | |
| 8266 entry and change Latin-1 entry in the default value. | |
| 8267 (ps-mule-font-info-database-ps-bdf): New variable. | |
| 8268 (ccl-encode-ethio-unicode): Bug of CCL code fixed. | |
| 8269 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function | |
| 8270 registerd in FONT-SPEC. | |
| 8271 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct | |
| 8272 charcter width of bitmap fonts. | |
| 8273 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript | |
| 8274 procedure NF. | |
| 8275 (ps-begin-file): Output PostScript code for setting | |
| 8276 SpaceWidthRatio. | |
| 8277 (ps-plot-region): Use line-beginning-position to get a position of | |
| 8278 the beginning of the current line. | |
| 8279 | |
| 8280 * international/mule-cmds.el (register-input-method): Doc-string | |
| 8281 modified. | |
| 8282 | |
| 8283 1998-09-01 Dave Love <fx@gnu.org> | |
| 8284 | |
| 8285 * international/mule-cmds.el (current-language-environment): Fix | |
| 8286 setter function. | |
| 8287 | |
| 8288 1998-09-01 Simon Marshall <simon@gnu.org> | |
| 8289 | |
| 8290 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite. | |
| 8291 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately. | |
| 8292 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class | |
| 8293 names with font-lock-type-face. Fontify type specs, etc., with | |
| 8294 font-lock-keyword-face. | |
| 8295 | |
| 8296 1998-08-31 Kenichi Handa <handa@etl.go.jp> | |
| 8297 | |
| 8298 * international/fontset.el (x-complement-fontset-spec): If ASCII | |
| 8299 font is specified in FONTLIST, don't substitute it for the | |
| 8300 resolved name. | |
| 8301 | |
| 8302 1998-08-31 Paul Eggert <eggert@twinsun.com> | |
| 8303 | |
| 8304 * international/mule.el (charset-description): Doc fix. | |
| 8305 | |
| 8306 * language/chinese.el, language/cyrillic.el, language/czech.el, | |
| 8307 language/devanagari.el, language/ethiopic.el, | |
| 8308 language/european.el, language/hebrew.el, language/indian.el, | |
| 8309 language/japanese.el, language/korean.el, language/lao.el, | |
| 8310 language/slovak.el, language/thai.el, language/tibetan.el, | |
| 8311 language/vietnamese.el: | |
| 8312 Add coding: local variable, to avoid bootstrapping problem | |
| 8313 if you need to recompile all the Lisp files using interpreted code. | |
| 8314 | |
| 8315 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 8316 | |
| 8317 * cal-china.el (chinese-year-cache): Change range of years from | |
| 8318 1989-2000 to 1990-2010. | |
| 8319 | |
| 8320 1998-08-29 Dave Love <d.love@dl.ac.uk> | |
| 8321 | |
| 8322 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie. | |
| 8323 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined. | |
| 8324 | |
| 8325 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 8326 | |
| 8327 * ps-print.el (ps-print-control-characters): Doc-string modified. | |
| 8328 (ps-output-string-prim): Comment format changed. | |
| 8329 (ps-do-despool): Indentation of source code changed. | |
| 8330 | |
| 8331 1998-08-28 Kenichi Handa <handa@etl.go.jp> | |
| 8332 | |
| 8333 * subr.el (sref): Make it an alias of aref. Make the | |
| 8334 byte-compiler warn that it is obsolete. | |
| 8335 (char-bytes): Make the byte-compiler warn that it is obsolete. | |
| 8336 | |
| 8337 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment): | |
| 8338 Calculate the total bytes using position-bytes instead of | |
| 8339 char-bytes. | |
| 8340 | |
| 8341 1998-08-27 Karl Heuer <kwzh@gnu.org> | |
| 8342 | |
| 8343 * snmp-mode.el: New file. | |
| 8344 * files.el (auto-mode-alist): Add snmp-mode patterns. | |
| 8345 | |
| 8346 1998-08-27 Karl Eichwalder <ke@suse.de> | |
| 8347 | |
| 8348 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'. | |
| 8349 | |
| 8350 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu> | |
| 8351 | |
| 8352 * calendar/diary-lib.el (diary-block): Doc fix.. | |
| 8353 * calendar/calendar.el (diary-list-include-blanks): Doc fix.. | |
| 8354 | |
| 8355 1998-08-27 Richard Stallman <rms@gnu.org> | |
| 8356 | |
| 8357 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp. | |
| 8358 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space. | |
| 8359 Clear appt-mode-string if we don't put something in it. | |
| 8360 | |
| 8361 1998-08-27 Dave Love <fx@gnu.org> | |
| 8362 | |
| 8363 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking | |
| 8364 dired-local-variables-file for dired-x. | |
| 8365 | |
| 8366 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look | |
| 8367 for compressed library files too. | |
| 8368 | |
| 8369 1998-08-26 Kenichi Handa <handa@etl.go.jp> | |
| 8370 | |
| 8371 * language/european.el ("Latin-1"): Modify `documentation' key value. | |
| 8372 ("Latin-2"): Likewise. | |
| 8373 | |
| 8374 1998-08-26 Karl Heuer <kwzh@gnu.org> | |
| 8375 | |
| 8376 * dired-x.el (dired-guess-shell-alist-default): Fix regexp. | |
| 8377 | |
| 8378 1998-08-26 Albert L. Ting <alt@artisan.com> | |
| 8379 | |
| 8380 * mail/mail-hist.el (mail-hist-current-header-name): Fix test. | |
| 8381 (mail-hist-current-header-contents): Use mail-text-start. | |
| 8382 | |
| 8383 1998-08-26 Richard Stallman <rms@gnu.org> | |
| 8384 | |
| 8385 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2. | |
| 8386 (customize-changed-options-previous-release): New variable. | |
| 8387 (customize-changed-options): Use that variable as default arg. | |
| 8388 | |
| 8389 1998-08-26 Karl Eichwalder <ke@suse.de> | |
| 8390 | |
| 8391 * midnight.el: Require `timer' not only when compiling. | |
| 8392 | |
| 8393 1998-08-26 Per Starback <starback@update.uu.se> | |
| 8394 | |
| 8395 * gnus/gnus-start.el (gnus-check-first-time-used): Change current | |
| 8396 buffer before creating help group. | |
| 8397 | |
| 8398 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
| 8399 | |
| 8400 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind | |
| 8401 coding-system-for-write before saving. | |
| 8402 | |
| 8403 1998-08-26 Kevin Rodgers <kevinr@ihs.com> | |
| 8404 | |
| 8405 * isearch.el (isearch-forward): Doc fix. | |
| 8406 | |
| 8407 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org> | |
| 8408 | |
| 8409 * emacs-lisp/find-func.el: Fix :version tags to have a string | |
| 8410 value, not a float. | |
| 8411 | |
| 8412 * cus-dep.el: Fix typo in output. | |
| 8413 | |
| 8414 1998-08-25 Dave Love <fx@gnu.org> | |
| 8415 | |
| 8416 * repeat.el (repeat): Doc fix. | |
| 8417 [From rms:] | |
| 8418 (repeat-previous-repeated-command): New variable. | |
| 8419 (repeat): Check for real-last-command being null or repeat. Set | |
| 8420 repeat-previous-repeated-command. | |
| 8421 | |
| 8422 * browse-url.el (browse-url-netscape): Fix format for hex escapes. | |
| 8423 | |
| 8424 1998-08-25 Kenichi Handa <handa@etl.go.jp> | |
| 8425 | |
| 8426 * gnus/message.el (message-send-mail-with-sendmail): Bind | |
| 8427 coding-system-for-write by the return value of | |
| 8428 select-message-coding-system. | |
| 8429 (message-send-mail-with-qmail): Likewise. | |
| 8430 | |
| 8431 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> | |
| 8432 | |
| 8433 * emacs-lisp/autoload.el: Fix doc-string-elt property on | |
| 8434 define-derived-mode. | |
| 8435 | |
| 8436 * files.el (file-name-invalid-regexp): | |
| 8437 Fix regex for ms-dos without long file names. | |
| 8438 | |
| 8439 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
| 8440 | |
| 8441 * ps-print.el: Multi-byte buffer handling. | |
| 8442 (ps-print-version): New version number (4.0) and doc fix. | |
| 8443 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | |
| 8444 compilation for GNU Emacs and emacsens. | |
| 8445 (ps-generate-postscript-with-faces): Force invisible text to be | |
| 8446 visible. | |
| 8447 (dos-ps-printer): New var to avoid compilation gripes. | |
| 8448 | |
| 8449 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 8450 | |
| 8451 * ps-print.el (ps-mule-plot-string): Pay attention to the case | |
| 8452 that no more characters can't be printed in the current line. | |
| 8453 | |
| 8454 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 8455 | |
| 8456 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be | |
| 8457 greater than TO. | |
| 8458 | |
| 8459 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 8460 | |
| 8461 * ps-print.el: Add codes to make ps-print.el work also on Emacs | |
| 8462 20.2 and the earlier version. | |
| 8463 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | |
| 8464 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | |
| 8465 (ps-mule-find-wrappoint): Likewise. | |
| 8466 (ps-mule-generate-font): Change `X' to `x' in format | |
| 8467 control-string. | |
| 8468 (ps-generate): Call ps-mule-begin before calling ps-begin-job. | |
| 8469 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | |
| 8470 `restore' form procedures `BC' and `EC'. | |
| 8471 | |
| 8472 1998-08-24 Kenichi Handa <handa@etl.go.jp> | |
| 8473 | |
| 8474 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | |
| 8475 is an executable procedure. Make LineThickness, Xshadow, and | |
| 8476 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | |
| 8477 (ps-mule-font-info-database, ps-mule-font-info-database-ps, | |
| 8478 ps-mule-font-info-database-bdf): New vars. | |
| 8479 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | |
| 8480 (ccl-encode-ethio-unicode): New CCL program. | |
| 8481 (ps-mule-encode-ethiopic): New fun. | |
| 8482 (ps-mule-current-charset): New var. | |
| 8483 (ps-mule-get-font-spec, ps-mule-font-spec-src, | |
| 8484 ps-mule-font-spec-name, ps-mule-font-spec-encoding, | |
| 8485 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | |
| 8486 (ps-mule-external-libraries): New var. | |
| 8487 (ps-mule-init-external-library): New fun. | |
| 8488 (ps-mule-font-cache): New var. | |
| 8489 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs. | |
| 8490 (ps-last-font): New var. | |
| 8491 (ps-mule-prepare-font): New fun. | |
| 8492 (ps-mule-charset-list): New var. | |
| 8493 (ps-mule-prologue-generated, ps-mule-prologue): New vars. | |
| 8494 (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | |
| 8495 ps-mule-plot-string): New funs. | |
| 8496 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | |
| 8497 New vars. | |
| 8498 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | |
| 8499 ps-mule-prepare-cmpchar-font): New funs. | |
| 8500 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | |
| 8501 vars. | |
| 8502 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | |
| 8503 ps-mule-generate-bitmap-glyph): New funs. | |
| 8504 (ps-mule-initialize, ps-mule-begin): New funs. | |
| 8505 (ps-output-string-prim): Insert string as unibyte. | |
| 8506 (ps-output-prologue): New fun. | |
| 8507 (ps-flush-output): Handle the case of 'prologue. | |
| 8508 (ps-begin-file): Call ps-mule-initialize. | |
| 8509 (ps-begin-job): Set ps-control-or-escape-regexp differently if | |
| 8510 printing multibyte characters. | |
| 8511 (ps-begin-page): Set ps-mule-current-charset to 'ascii. | |
| 8512 (ps-basic-plot-string): Handle the case of printing ASCII | |
| 8513 characters by external libraries (e.g. BDF). | |
| 8514 (ps-set-font): Set ps-last-font. | |
| 8515 (ps-plot-region): Handle multibyte characters, use | |
| 8516 ps-mule-plot-string for them. | |
| 8517 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin. | |
| 8518 | |
| 8519 * bdf.el: New file. | |
| 8520 | |
| 8521 1998-08-23 Kenichi HANDA <handa@etl.go.jp> | |
| 8522 | |
| 8523 * international/mule-cmds.el (select-message-coding-system): New | |
| 8524 function. | |
| 8525 (set-language-environment-coding-systems): Set | |
| 8526 default-sendmail-coding-system. | |
| 8527 | |
| 8528 * mail/sendmail.el (sendmail-coding-system): Doc-string modified. | |
| 8529 (default-sendmail-coding-system): New variable. | |
| 8530 (sendmail-send-it): Encode the message by a coding system | |
| 8531 select-message-coding-system returns. | |
| 8532 | |
| 8533 1998-08-23 Eric Ludlam <zappo@gnu.org> | |
| 8534 | |
| 8535 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'. | |
| 8536 (speedbar-mode): Set buffer to read only. | |
| 8537 (speedbar-temp-buffer-show-function): For emacs don't call hook | |
| 8538 with arguments. | |
| 8539 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. | |
| 8540 | |
| 8541 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu> | |
| 8542 | |
| 8543 * speedbar.el (speedbar-key-map): Fix typo. | |
| 8544 | |
| 8545 See ChangeLog.7 for earlier changes. |
