Mercurial > emacs
comparison src/ChangeLog @ 46174:42efbb69cf37
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 04 Jul 2002 10:38:00 +0000 |
parents | 36989d5089ee |
children | 7eaa94461682 |
comparison
equal
deleted
inserted
replaced
46173:b2fc143f439d | 46174:42efbb69cf37 |
---|---|
1 2002-07-04 Juanma Barranquero <lektu@terra.es> | |
2 | |
3 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact) | |
4 obsolescence information. | |
5 | |
1 2002-07-03 Andrew Choi <akochoi@shaw.ca> | 6 2002-07-03 Andrew Choi <akochoi@shaw.ca> |
2 | 7 |
3 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching | 8 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching |
4 pattern. Search cache first. | 9 pattern. Search cache first. |
5 (init_font_name_table): Also add entry for jisx0201.1976-0 coding | 10 (init_font_name_table): Also add entry for jisx0201.1976-0 coding |
40 | 45 |
41 * keyboard.c (timer_last_idleness_start_time): New variable. | 46 * keyboard.c (timer_last_idleness_start_time): New variable. |
42 (timer_start_idle): Set that. | 47 (timer_start_idle): Set that. |
43 (read_key_sequence): Use that to reset timer_idleness_start_time | 48 (read_key_sequence): Use that to reset timer_idleness_start_time |
44 to previous value. | 49 to previous value. |
45 | 50 |
46 * window.c (Frecenter): With arg, set optional_new_start. | 51 * window.c (Frecenter): With arg, set optional_new_start. |
47 | 52 |
48 * xdisp.c (redisplay_internal): Make optional_new_start really work. | 53 * xdisp.c (redisplay_internal): Make optional_new_start really work. |
49 | 54 |
50 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of | 55 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of |
90 (Fformat_mode_line): Now returns propertized string by | 95 (Fformat_mode_line): Now returns propertized string by |
91 default. New arg NO-PROPS to ignore properties. | 96 default. New arg NO-PROPS to ignore properties. |
92 (decode_mode_spec): Only add two dashes for %- in propertized | 97 (decode_mode_spec): Only add two dashes for %- in propertized |
93 mode-line string. | 98 mode-line string. |
94 (syms_of_xdisp): Init and staticpro mode_line_string_list. | 99 (syms_of_xdisp): Init and staticpro mode_line_string_list. |
95 | 100 |
96 2002-06-27 Stefan Monnier <monnier@cs.yale.edu> | 101 2002-06-27 Stefan Monnier <monnier@cs.yale.edu> |
97 | 102 |
98 * minibuf.c (minibuffer_completion_contents): Add return type. | 103 * minibuf.c (minibuffer_completion_contents): Add return type. |
99 | 104 |
100 2002-06-27 Juanma Barranquero <lektu@terra.es> | 105 2002-06-27 Juanma Barranquero <lektu@terra.es> |