diff options
| author | Kenichi Handa | 2000-05-17 23:35:57 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-05-17 23:35:57 +0000 |
| commit | 813086ea086548d2fbcd92b2a6af13cb70aea860 (patch) | |
| tree | 17949a014dcadedf795e9d64fcf1b76635946911 | |
| parent | c151654a5a25d76b3fc031e889142176e7ae58b2 (diff) | |
| download | emacs-813086ea086548d2fbcd92b2a6af13cb70aea860.tar.gz emacs-813086ea086548d2fbcd92b2a6af13cb70aea860.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 14 | ||||
| -rw-r--r-- | src/ChangeLog | 18 | ||||
| -rw-r--r-- | src/fns.c | 23 |
3 files changed, 28 insertions, 27 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2f7fd3e20b2..b60936ddd71 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-05-18 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * international/mule-diag.el (describe-char-after): Call | ||
| 4 | internal-char-font, not char-font. If internal-char-font returns | ||
| 5 | nil, display "-- none --". | ||
| 6 | |||
| 1 | 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> | 7 | 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 8 | ||
| 3 | * image.el (image-type-available-p): Don't reference image-types | 9 | * image.el (image-type-available-p): Don't reference image-types |
| @@ -183,9 +189,7 @@ | |||
| 183 | * international/mule-conf.el: Add more information in descriptions | 189 | * international/mule-conf.el: Add more information in descriptions |
| 184 | of character sets. | 190 | of character sets. |
| 185 | 191 | ||
| 186 | * international/mule-diag.el (syntax-description-table): New | 192 | * international/mule-diag.el (describe-char-after): New function. |
| 187 | variable. | ||
| 188 | (describe-char-after): New function. | ||
| 189 | (describe-font-internal): Adjusted for the change of font-info. | 193 | (describe-font-internal): Adjusted for the change of font-info. |
| 190 | (describe-font): Likewise. | 194 | (describe-font): Likewise. |
| 191 | (print-fontset): Rewritten for the new fontset implementation. | 195 | (print-fontset): Rewritten for the new fontset implementation. |
| @@ -195,7 +199,9 @@ | |||
| 195 | * simple.el (what-cursor-position): If DETAIL is non-nil, call | 199 | * simple.el (what-cursor-position): If DETAIL is non-nil, call |
| 196 | describe-char-after instead of displaying the detail in the echo | 200 | describe-char-after instead of displaying the detail in the echo |
| 197 | area. | 201 | area. |
| 198 | 202 | (syntax-code-table): Format changed. | |
| 203 | (string-to-syntax): Adjusted for the above change. | ||
| 204 | |||
| 199 | 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> | 205 | 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> |
| 200 | 206 | ||
| 201 | * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode. | 207 | * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode. |
diff --git a/src/ChangeLog b/src/ChangeLog index f6aa7237227..23d5e01f833 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2000-05-18 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * fns.c (map_char_table): Pay attention to character number of | ||
| 4 | charset. Check the validity of charset at the first level. For | ||
| 5 | leaf nodes that has nil value, call C_FUNCTION or FUNCTION with | ||
| 6 | the default value. | ||
| 7 | |||
| 8 | * fontset.c: Include "buffer.h". | ||
| 9 | (fs_load_font): If the face has fontset, record the face ID in | ||
| 10 | that fontset. | ||
| 11 | (Finternal_char_font): New function. | ||
| 12 | (accumulate_font_info): New function. | ||
| 13 | (Ffontset_info): Rewritten for the new fontset implementation. | ||
| 14 | (syms_of_fontset): Register Vdefault_fontset in the first element | ||
| 15 | of Vfontset_table. Include Vdefault_fontset in | ||
| 16 | Vfontset_alias_alist. Declare `internal-char-font' as a Lisp | ||
| 17 | function. | ||
| 18 | |||
| 1 | 2000-05-16 Dave Love <fx@gnu.org> | 19 | 2000-05-16 Dave Love <fx@gnu.org> |
| 2 | 20 | ||
| 3 | * m/iris5d.h: Deleted -- unused. | 21 | * m/iris5d.h: Deleted -- unused. |
| @@ -4730,29 +4730,7 @@ integers, including negative integers.") | |||
| 4730 | return Fput (name, Qhash_table_test, list2 (test, hash)); | 4730 | return Fput (name, Qhash_table_test, list2 (test, hash)); |
| 4731 | } | 4731 | } |
| 4732 | 4732 | ||
| 4733 | |||
| 4734 | #include <sys/times.h> | ||
| 4735 | #include <limits.h> | ||
| 4736 | |||
| 4737 | DEFUN ("cpu-ticks", Fcpy_ticks, Scpu_ticks, 0, 0, 0, | ||
| 4738 | "Return time-accounting information.\n\ | ||
| 4739 | Value is a list (UTIME STIME CUTIME CSTIME), where\n\ | ||
| 4740 | UTIME is the CPU time used by the current process in the user space,\n\ | ||
| 4741 | STIME is the CPU time used by the current process in the system kernel space\n\ | ||
| 4742 | CUTIME is the CPU time used by the current and its children processs\n\ | ||
| 4743 | in the user space,\n\ | ||
| 4744 | CSTIME is the CPU time used by the current and its children processs\n\ | ||
| 4745 | in the system kernel space.") | ||
| 4746 | () | ||
| 4747 | { | ||
| 4748 | struct tms buf; | ||
| 4749 | 4733 | ||
| 4750 | times (&buf); | ||
| 4751 | return list4 (make_number (buf.tms_utime), | ||
| 4752 | make_number (buf.tms_stime), | ||
| 4753 | make_number (buf.tms_cutime), | ||
| 4754 | make_number (buf.tms_cstime)); | ||
| 4755 | } | ||
| 4756 | 4734 | ||
| 4757 | 4735 | ||
| 4758 | void | 4736 | void |
| @@ -4897,7 +4875,6 @@ invoked by mouse clicks and mouse menu items."); | |||
| 4897 | defsubr (&Sbase64_decode_region); | 4875 | defsubr (&Sbase64_decode_region); |
| 4898 | defsubr (&Sbase64_encode_string); | 4876 | defsubr (&Sbase64_encode_string); |
| 4899 | defsubr (&Sbase64_decode_string); | 4877 | defsubr (&Sbase64_decode_string); |
| 4900 | defsubr (&Scpu_ticks); | ||
| 4901 | } | 4878 | } |
| 4902 | 4879 | ||
| 4903 | 4880 | ||