diff options
| author | Stefan Monnier | 2001-06-08 12:08:28 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-06-08 12:08:28 +0000 |
| commit | 5a905a7ebbd7c44263a2591c7dafefdc2e6b7fcf (patch) | |
| tree | 216b2a6caf1e6784dbad0b301d259c735b4fb703 /lisp/ChangeLog.8 | |
| parent | cfe62f7a83221506057c11e1b6377910b28954f6 (diff) | |
| download | emacs-5a905a7ebbd7c44263a2591c7dafefdc2e6b7fcf.tar.gz emacs-5a905a7ebbd7c44263a2591c7dafefdc2e6b7fcf.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog.8')
| -rw-r--r-- | lisp/ChangeLog.8 | 54 |
1 files changed, 23 insertions, 31 deletions
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index 727506f1022..7946b59e9fe 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -8299,24 +8299,19 @@ | |||
| 8299 | 8299 | ||
| 8300 | 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> | 8300 | 1998-11-13 Carsten Dominik <cd@delysid.gnu.org> |
| 8301 | 8301 | ||
| 8302 | * textmodes/reftex.el: (reftex-finding-files): Group documentation | 8302 | * textmodes/reftex.el: (reftex-finding-files): Group documentation fixed. |
| 8303 | fixed. | 8303 | (reftex-toc-toggle-file-boundary, reftex-toc-toggle-labels) |
| 8304 | (reftex-toc-toggle-file-boundary, | 8304 | (reftex-toc-toggle-context,reftex-find-start-point): New functions. |
| 8305 | reftex-toc-toggle-labels, | 8305 | (reftex-toc-include-labels, reftex-toc-include-context) |
| 8306 | reftex-toc-toggle-context,reftex-find-start-point): New functions. | 8306 | (reftex-toc-include-file-boundaries, reftex-toc-keep-other-windows): |
| 8307 | (reftex-toc-include-labels, reftex-toc-include-context, | 8307 | New options. |
| 8308 | reftex-toc-include-file-boundaries, | ||
| 8309 | reftex-toc-keep-other-windows): New options. | ||
| 8310 | (reftex-use-text-after-label-as-context): Option removed. | 8308 | (reftex-use-text-after-label-as-context): Option removed. |
| 8311 | (reftex-extract-bib-entries): Protect use in non-latex | 8309 | (reftex-extract-bib-entries): Protect use in non-latex buffers. |
| 8312 | buffers. | 8310 | (reftex-toc-visit-location): Renamed from `reftex-toc-visit-line'. |
| 8313 | (reftex-toc-visit-location): Renamed from | ||
| 8314 | `reftex-toc-visit-line'. | ||
| 8315 | (reftex-latin1-to-ascii): Works now with and without Mule. | 8311 | (reftex-latin1-to-ascii): Works now with and without Mule. |
| 8316 | (reftex-truncate): Removed special stuff for Emacs 20.2. | 8312 | (reftex-truncate): Removed special stuff for Emacs 20.2. |
| 8317 | (reftex-get-offset): Made more general. | 8313 | (reftex-get-offset): Made more general. |
| 8318 | (reftex-show-label-location): Renamed from | 8314 | (reftex-show-label-location): Renamed from `reftex-select-label-callback'. |
| 8319 | `reftex-select-label-callback'. | ||
| 8320 | (reftex-pop-to-label): Function removed (using | 8315 | (reftex-pop-to-label): Function removed (using |
| 8321 | `reftex-show-label-location' instead. | 8316 | `reftex-show-label-location' instead. |
| 8322 | (reftex-insert-docstruct): Renamed from | 8317 | (reftex-insert-docstruct): Renamed from |
| @@ -8324,8 +8319,7 @@ | |||
| 8324 | (reftex-toc): Now uses `reftex-insert-docstruct' and | 8319 | (reftex-toc): Now uses `reftex-insert-docstruct' and |
| 8325 | `reftex-find-start-point'. | 8320 | `reftex-find-start-point'. |
| 8326 | (reftex-select-item): Use `reftex-find-start-point'. | 8321 | (reftex-select-item): Use `reftex-find-start-point'. |
| 8327 | (reftex-toc-visit-line): Can display labels and file | 8322 | (reftex-toc-visit-line): Can display labels and file boundaries. |
| 8328 | boundaries. | ||
| 8329 | (reftex-TeX-master-file): `(TeX-master-file)' protected. | 8323 | (reftex-TeX-master-file): `(TeX-master-file)' protected. |
| 8330 | 8324 | ||
| 8331 | 1998-11-12 Sam Steingold <sds@goems.com> | 8325 | 1998-11-12 Sam Steingold <sds@goems.com> |
| @@ -8337,7 +8331,7 @@ | |||
| 8337 | 8331 | ||
| 8338 | * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the | 8332 | * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the |
| 8339 | version string. | 8333 | version string. |
| 8340 | * loadhist.el (symbol-file): Likewise | 8334 | * loadhist.el (symbol-file): Likewise. |
| 8341 | 8335 | ||
| 8342 | 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> | 8336 | 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM> |
| 8343 | 8337 | ||
| @@ -9627,8 +9621,8 @@ | |||
| 9627 | 9621 | ||
| 9628 | * textmodes/reftex.el (reftex-view-crossref): Split up into | 9622 | * textmodes/reftex.el (reftex-view-crossref): Split up into |
| 9629 | several functions. No longer moves to find a macro. | 9623 | several functions. No longer moves to find a macro. |
| 9630 | (reftex-view-cr-cite, reftex-view-cr-ref, | 9624 | (reftex-view-cr-cite, reftex-view-cr-ref, reftex-end-of-bib-entry): |
| 9631 | reftex-end-of-bib-entry): New functions. | 9625 | New functions. |
| 9632 | (reftex-auto-view-crossref): New value `window' allowed. | 9626 | (reftex-auto-view-crossref): New value `window' allowed. |
| 9633 | (reftex-view-crossref-when-idle): Process new `window' option in | 9627 | (reftex-view-crossref-when-idle): Process new `window' option in |
| 9634 | (reftex-translate-to-ascii-function): New default. | 9628 | (reftex-translate-to-ascii-function): New default. |
| @@ -9638,7 +9632,7 @@ | |||
| 9638 | (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with | 9632 | (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with |
| 9639 | absolute path names. | 9633 | absolute path names. |
| 9640 | (reftex-TeX-master-file): Changed sequence of file checks. | 9634 | (reftex-TeX-master-file): Changed sequence of file checks. |
| 9641 | (reftex-do-citation): bibview cache only with RefTeX mode on. | 9635 | (reftex-do-citation): Bibview cache only with RefTeX mode on. |
| 9642 | 9636 | ||
| 9643 | 1998-09-06 Richard Stallman <rms@gnu.org> | 9637 | 1998-09-06 Richard Stallman <rms@gnu.org> |
| 9644 | 9638 | ||
| @@ -9917,10 +9911,9 @@ | |||
| 9917 | 9911 | ||
| 9918 | * ps-print.el: Multi-byte buffer handling. | 9912 | * ps-print.el: Multi-byte buffer handling. |
| 9919 | (ps-print-version): New version number (4.0) and doc fix. | 9913 | (ps-print-version): New version number (4.0) and doc fix. |
| 9920 | (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional | 9914 | (ps-color-device, ps-face-bold-p, ps-face-italic-p): |
| 9921 | compilation for GNU Emacs and emacsens. | 9915 | Conditional compilation for GNU Emacs and emacsens. |
| 9922 | (ps-generate-postscript-with-faces): Force invisible text to be | 9916 | (ps-generate-postscript-with-faces): Force invisible text to be visible. |
| 9923 | visible. | ||
| 9924 | (dos-ps-printer): New var to avoid compilation gripes. | 9917 | (dos-ps-printer): New var to avoid compilation gripes. |
| 9925 | 9918 | ||
| 9926 | 1998-08-24 Kenichi Handa <handa@etl.go.jp> | 9919 | 1998-08-24 Kenichi Handa <handa@etl.go.jp> |
| @@ -9940,8 +9933,7 @@ | |||
| 9940 | (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. | 9933 | (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2. |
| 9941 | (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. | 9934 | (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise. |
| 9942 | (ps-mule-find-wrappoint): Likewise. | 9935 | (ps-mule-find-wrappoint): Likewise. |
| 9943 | (ps-mule-generate-font): Change `X' to `x' in format | 9936 | (ps-mule-generate-font): Change `X' to `x' in format control-string. |
| 9944 | control-string. | ||
| 9945 | (ps-generate): Call ps-mule-begin before calling ps-begin-job. | 9937 | (ps-generate): Call ps-mule-begin before calling ps-begin-job. |
| 9946 | (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and | 9938 | (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and |
| 9947 | `restore' form procedures `BC' and `EC'. | 9939 | `restore' form procedures `BC' and `EC'. |
| @@ -9951,15 +9943,15 @@ | |||
| 9951 | * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox | 9943 | * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox |
| 9952 | is an executable procedure. Make LineThickness, Xshadow, and | 9944 | is an executable procedure. Make LineThickness, Xshadow, and |
| 9953 | Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. | 9945 | Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc. |
| 9954 | (ps-mule-font-info-database, ps-mule-font-info-database-ps, | 9946 | (ps-mule-font-info-database, ps-mule-font-info-database-ps) |
| 9955 | ps-mule-font-info-database-bdf): New vars. | 9947 | (ps-mule-font-info-database-bdf): New vars. |
| 9956 | (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. | 9948 | (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs. |
| 9957 | (ccl-encode-ethio-unicode): New CCL program. | 9949 | (ccl-encode-ethio-unicode): New CCL program. |
| 9958 | (ps-mule-encode-ethiopic): New fun. | 9950 | (ps-mule-encode-ethiopic): New fun. |
| 9959 | (ps-mule-current-charset): New var. | 9951 | (ps-mule-current-charset): New var. |
| 9960 | (ps-mule-get-font-spec, ps-mule-font-spec-src, | 9952 | (ps-mule-get-font-spec, ps-mule-font-spec-src) |
| 9961 | ps-mule-font-spec-name, ps-mule-font-spec-encoding, | 9953 | (ps-mule-font-spec-name, ps-mule-font-spec-encoding) |
| 9962 | ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. | 9954 | (ps-mule-font-spec-bytes, ps-mule-printable-p): New funs. |
| 9963 | (ps-mule-external-libraries): New var. | 9955 | (ps-mule-external-libraries): New var. |
| 9964 | (ps-mule-init-external-library): New fun. | 9956 | (ps-mule-init-external-library): New fun. |
| 9965 | (ps-mule-font-cache): New var. | 9957 | (ps-mule-font-cache): New var. |