Mercurial > emacs
annotate src/ChangeLog @ 33040:307c229d44bb
*** empty log message ***
| author | Jason Rumney <jasonr@gnu.org> |
|---|---|
| date | Sun, 29 Oct 2000 21:02:58 +0000 |
| parents | b81a0bbc5682 |
| children | f7a3d4e0ddb5 |
| rev | line source |
|---|---|
| 33040 | 1 2000-10-29 Jason Rumney <jasonr@gnu.org> |
| 2 | |
| 3 * w32term.h (FONT_DESCENT): Negate descent of BDF fonts. | |
| 4 | |
| 5 * w32term.c (w32_bdf_per_char_metric): Negate descent. | |
| 6 (w32_cache_char_metrics): Handle possibility that 'x' does not | |
| 7 exist in a BDF font. | |
| 8 (W32_TEXTOUT): w32_BDF_TextOut wants number of bytes not chars. | |
| 9 | |
| 10 * w32bdf.h (bdffont): Add nchars. | |
| 11 | |
| 12 * w32bdf.c (set_bdf_font_info): Set it. | |
| 13 (w32_BDF_TextOut): Swap byte order of double byte characters. | |
| 14 (w32_load_bdf_font): Set double_byte_p based on bdf_font->nchars. | |
| 15 | |
| 33013 | 16 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il> |
| 17 | |
| 18 * frame.c (Fframe_parameters): Fix the change from 2000-10-16: | |
| 19 don't override the colors in frame's param_alist, unless they are | |
| 20 unspecified. | |
| 21 | |
| 22 * term.c (reassert_line_highlight): If inverse_video is non-zero, | |
| 23 reverse the effect of the highlight flag. | |
| 24 | |
|
32991
a3db89bef2e5
* window.h (Fwindow_live_p): Declare.
Ken Raeburn <raeburn@raeburn.org>
parents:
32988
diff
changeset
|
25 2000-10-27 Ken Raeburn <raeburn@gnu.org> |
|
a3db89bef2e5
* window.h (Fwindow_live_p): Declare.
Ken Raeburn <raeburn@raeburn.org>
parents:
32988
diff
changeset
|
26 |
|
a3db89bef2e5
* window.h (Fwindow_live_p): Declare.
Ken Raeburn <raeburn@raeburn.org>
parents:
32988
diff
changeset
|
27 * window.h (Fwindow_live_p): Declare. |
|
a3db89bef2e5
* window.h (Fwindow_live_p): Declare.
Ken Raeburn <raeburn@raeburn.org>
parents:
32988
diff
changeset
|
28 |
|
32992
8d46095169e8
* undo.c (record_delete): Check that last_undo_buffer is really a buffer before
Ken Raeburn <raeburn@raeburn.org>
parents:
32991
diff
changeset
|
29 * undo.c (record_delete): Check that last_undo_buffer is really a |
|
8d46095169e8
* undo.c (record_delete): Check that last_undo_buffer is really a buffer before
Ken Raeburn <raeburn@raeburn.org>
parents:
32991
diff
changeset
|
30 buffer before applying XBUFFER to it. |
|
8d46095169e8
* undo.c (record_delete): Check that last_undo_buffer is really a buffer before
Ken Raeburn <raeburn@raeburn.org>
parents:
32991
diff
changeset
|
31 |
|
8d46095169e8
* undo.c (record_delete): Check that last_undo_buffer is really a buffer before
Ken Raeburn <raeburn@raeburn.org>
parents:
32991
diff
changeset
|
32 * keymap.c (where_is_internal): Pass lisp object, not integer, to |
|
8d46095169e8
* undo.c (record_delete): Check that last_undo_buffer is really a buffer before
Ken Raeburn <raeburn@raeburn.org>
parents:
32991
diff
changeset
|
33 Faref. |
|
8d46095169e8
* undo.c (record_delete): Check that last_undo_buffer is really a buffer before
Ken Raeburn <raeburn@raeburn.org>
parents:
32991
diff
changeset
|
34 |
|
32988
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
35 2000-10-27 Stefan Monnier <monnier@cs.yale.edu> |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
36 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
37 * lisp.h (KEYMAPP): New macro. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
38 (get_keymap): Remove. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
39 (get_keymap_1): Rename get_keymap. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
40 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
41 * keyboard.h (get_keymap_1, Fkeymapp): Remove prototype. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
42 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
43 * xterm.c (note_mode_line_highlight): Use KEYMAPP. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
44 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
45 * xmenu.c (single_submenu): Use KEYMAPP. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
46 (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
47 Use KEYMAPP rather than Fkeymapp. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
48 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
49 * w32term.c (note_mode_line_highlight): Use KEYMAPP. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
50 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
51 * w32menu.c (True, False): Remove (use TRUE and FALSE instead). |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
52 (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
53 Use KEYMAPP rather than Fkeymapp. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
54 (single_submenu): Use KEYMAPP. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
55 (w32_menu_show, w32_dialog_show): Use TRUE. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
56 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
57 * minibuf.c (Fread_from_minibuffer): Update call to get_keymap. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
58 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
59 * keymap.c (KEYMAPP): Remove (moved to lisp.h). |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
60 (Fkeymapp): Use KEYMAPP. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
61 (get_keymap): Rename from get_keymap_1. Remove old def. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
62 Return t when autoload=0 and error=0 and the keymap needs autoloading. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
63 (Fcopy_keymap): Check (eq (car x) 'keymap) rather than using Fkeymapp. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
64 (Fminor_mode_key_binding): Don't raise an error if the binding |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
65 is not a keymap. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
66 (Fuse_global_map, Fuse_local_map): Allow autoloading. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
67 (Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
68 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
69 * keyboard.c (read_char): get_keymap_1 -> get_keymap. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
70 Allow Vspecial_event_map to be autoloaded. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
71 (menu_bar_items): Fetch the keymap rather than using keymapp. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
72 (menu_bar_one_keymap): No need to follow func-indirect any more. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
73 (parse_menu_item): get_keymap_1 -> get_keymap. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
74 (tool_bar_items): Fetch the keymap rather than using keymapp. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
75 (read_key_sequence): Use KEYMAPP. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
76 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
77 * intervals.c (get_local_map): Use get_keymap rather than following |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
78 function-indirections explicitly. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
79 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
80 * doc.c (Fsubstitute_command_keys): get_keymap_1 -> get_keymap. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
81 |
| 32982 | 82 2000-10-27 Jason Rumney <jasonr@gnu.org> |
| 83 | |
| 84 * w32fns.c (Fx_create_frame): Make default fontsize on w32 10 | |
| 85 point, as Windows has oversized fonts. | |
| 86 | |
| 87 * fontset.c (syms_of_fontset) [WINDOWSNT]: Likewise. | |
| 88 | |
| 32974 | 89 2000-10-27 Gerd Moellmann <gerd@gnu.org> |
| 90 | |
| 91 * gmalloc.c [GC_MCHECK]: Add code from mcheck.c of glibc-1.09.1. | |
| 92 (freehook, reallochook): Handle null pointer arguments. | |
| 93 (__malloc_initialize) [GC_MCHECK]: Call mcheck. | |
| 94 | |
|
32956
c3d1f9ca38a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32946
diff
changeset
|
95 2000-10-27 Stefan Monnier <monnier@cs.yale.edu> |
|
c3d1f9ca38a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32946
diff
changeset
|
96 |
|
c3d1f9ca38a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32946
diff
changeset
|
97 * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal) |
|
c3d1f9ca38a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32946
diff
changeset
|
98 (re_match_2_internal, re_match_2_internal, re_match_2_internal): |
|
c3d1f9ca38a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32946
diff
changeset
|
99 Giving in to popular pressure to shut up the compiler with casts. |
|
c3d1f9ca38a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32946
diff
changeset
|
100 |
| 32946 | 101 2000-10-27 Gerd Moellmann <gerd@gnu.org> |
| 102 | |
| 103 * xterm.c (x_draw_glyph_string): Treat XA_UNDERLINE_POSITION as a | |
| 104 signed value, and use a default value computed from the font's | |
| 105 maximum descent. | |
| 106 | |
| 32941 | 107 2000-10-27 Miles Bader <miles@lsi.nec.co.jp> |
| 108 | |
| 109 * xterm.c (x_draw_glyph_string): Add a workaround so that fonts | |
| 110 that specify a negative underline position can still use underlines. | |
| 111 | |
| 112 * window.c (Fpos_visible_in_window_p): Make POS default to | |
| 113 WINDOW's point, not the current buffer's point. | |
| 114 | |
| 32934 | 115 2000-10-26 Dave Love <fx@gnu.org> |
| 116 | |
| 117 * s/sol2-5.h: Don't define SYSTEM_MALLOC so that we can find out | |
| 118 when it's necessary. | |
| 119 | |
| 32908 | 120 2000-10-26 Gerd Moellmann <gerd@gnu.org> |
| 121 | |
| 32929 | 122 * window.c (size_window): Compute size difference from sum of old |
| 123 child window sizes instead of from parent's size. | |
| 124 | |
| 32913 | 125 * xdisp.c (pos_visible_p): Change current buffer if necessary. |
| 126 Handle obscured lines at the top of the window. | |
| 127 | |
| 128 * frame.c (Fdelete_frame): Doc fix. Move running the hook | |
| 129 down after the last error condition check. | |
| 130 | |
| 32908 | 131 * frame.c (Fdelete_frame): Run delete-frame-hook. |
| 132 | |
| 32895 | 133 2000-10-26 Kenichi Handa <handa@etl.go.jp> |
| 134 | |
| 135 * coding.c (decode_coding): Fix previous change (check also | |
| 136 CODING_MODE_LAST_BLOCK). | |
| 137 | |
|
32890
ba002124ad94
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32879
diff
changeset
|
138 2000-10-25 Stefan Monnier <monnier@cs.yale.edu> |
|
ba002124ad94
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32879
diff
changeset
|
139 |
|
32893
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
140 * regex.c: More `unsigned char' -> `re_char' changes. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
141 Also change several `int' into `re_wchar_t'. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
142 (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
143 (PUSH_FAILURE_POINTER): Don't cast any more. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
144 (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
145 We want GCC to complain, since this piece of code makes |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
146 re_match non-reentrant, which *should* be fixed. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
147 (GET_BUFFER_SPACE): Use size_t rather than unsigned long. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
148 (EXTEND_BUFFER): Use RETALLOC. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
149 (SET_LIST_BIT): Don't cast. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
150 (re_wchar_t): New type. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
151 (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
152 that those two functions will always properly return. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
153 (IMMEDIATE_QUIT_CHECK): Cast to void. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
154 (analyse_first): Use recursion rather than an explicit stack. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
155 (re_compile_fastmap): Can't fail anymore. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
156 (re_search_2): Don't check re_compile_fastmap for failure. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
157 (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
158 Now also sets the new value (passed in a new argument). |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
159 (re_match_2_internal): Use it. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
160 Also, use a new var `reg' of type size_t when looping through regs |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
161 rather than reuse the inappropriate `mcnt'. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
162 |
|
32890
ba002124ad94
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32879
diff
changeset
|
163 * keymap.c (where_is_cache, where_is_cache_keymaps): New vars. |
|
ba002124ad94
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32879
diff
changeset
|
164 (Fset_keymap_parent, store_in_keymap): Flush the where-is cache. |
|
ba002124ad94
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32879
diff
changeset
|
165 (where_is_internal): Renamed from Fwhere_is_internal. |
|
ba002124ad94
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32879
diff
changeset
|
166 Don't DEFUN any more. Arg `xkeymap' replaced by `keymaps'. |
|
ba002124ad94
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32879
diff
changeset
|
167 (Fwhere_is_internal): New function wrapping where_is_internal. |
|
ba002124ad94
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32879
diff
changeset
|
168 (where_is_internal_1): Handle the case where we're filling the cache. |
|
ba002124ad94
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32879
diff
changeset
|
169 (syms_of_keymap): Init and gcpro the where_is_cache(|_keymaps). |
|
ba002124ad94
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32879
diff
changeset
|
170 |
| 32879 | 171 2000-10-25 Miles Bader <miles@gnu.org> |
| 172 | |
| 173 * xdisp.c (pos_visible_p): Don't add `it.current_y' twice. | |
| 174 | |
| 32877 | 175 2000-10-25 Gerd Moellmann <gerd@gnu.org> |
| 176 | |
| 177 * window.c (pos_fully_visible_p): Removed. | |
| 178 (Fpos_visible_in_window_p): Use pos_visible_p to determine | |
| 179 if position is visible and/or fully visible. | |
| 180 | |
| 181 * lisp.h (pos_visible_p): Add prototype. | |
| 182 | |
| 183 * xdisp.c (pos_visible_p): New function. | |
| 184 | |
| 32863 | 185 2000-10-25 Kenichi Handa <handa@etl.go.jp> |
| 186 | |
| 187 * process.c (send_process): If OBJECT is t, it means that the data | |
| 188 is from C string, but we should encode it. Before calling | |
| 189 setup_raw_text_coding_system, be sure to flush out data by the | |
| 190 previous coding system. | |
| 191 | |
| 32851 | 192 2000-10-25 Miles Bader <miles@lsi.nec.co.jp> |
| 193 | |
| 32858 | 194 * buffer.c (overlays_at): Only let CHANGE_REQ inhibit an |
| 195 assignment of startpos to prev when startpos == pos. | |
| 196 | |
| 32851 | 197 * editfns.c (find_field): Set the field stickiness correctly from |
| 198 overlay fields. Use renamed `text_property_stickiness'. | |
| 199 (text_property_stickiness): Renamed from `char_property_stickiness'. | |
| 32854 | 200 Only check text properties, not overlays. |
| 32851 | 201 * textprop.c (get_char_property_and_overlay): New function. |
| 202 (Fget_char_property): Use it. | |
| 203 * intervals.h (get_char_property_and_overlay): Add declaration. | |
| 204 | |
|
32847
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
205 2000-10-25 Stefan Monnier <monnier@cs.yale.edu> |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
206 |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
207 * keymap.c: Use AREF, ASET and ASIZE macros. |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
208 (Fmake_sparse_keymap): Docstring fix. |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
209 (synkey): Remove. |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
210 (shadow_lookup): Move up. |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
211 Handle the case where lookup-key returns an integer. |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
212 (where_is_internal_1): Drop arg `keymap'. Don't check shadowing. |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
213 (where_is_internal_2): Adapt to fewer args for where_is_internal_1. |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
214 (Fwhere_is_internal): Allow `xkeymap' to be a list of keymaps. |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
215 Simplify/rewrite the keymap-finding code. |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
216 Add check for command shadowing, using shadow_lookup. |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
217 |
|
32845
e92097fd9144
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32838
diff
changeset
|
218 2000-10-24 Stefan Monnier <monnier@cs.yale.edu> |
|
e92097fd9144
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32838
diff
changeset
|
219 |
|
e92097fd9144
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32838
diff
changeset
|
220 * keymap.c (fix_submap_inheritance): Use get_keymap_1 on parent_entry |
|
e92097fd9144
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32838
diff
changeset
|
221 rather than KEYMAPP, to allow EQ to work correctly if parent_entry is |
|
e92097fd9144
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32838
diff
changeset
|
222 a symbol. |
|
e92097fd9144
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32838
diff
changeset
|
223 |
| 32827 | 224 2000-10-24 Andrew Innes <andrewi@gnu.org> |
| 225 | |
| 226 * dired.c (directory_files_internal_unwind): New function. | |
| 227 (directory_files_internal): Use it to ensure closedir is called | |
| 228 even if expand-file-name or file-attributes throw, eg. because of | |
| 229 a user interrupt. Also enable immediate_quit while calling | |
| 230 re_search, so that matching can be interrupted as well. | |
| 231 | |
|
32911
67ee3f53d728
Copy across changelog entries for regex.c.
Andrew Innes <andrewi@gnu.org>
parents:
32908
diff
changeset
|
232 2000-10-24 Andrew Innes <andrewi@gnu.org> |
|
67ee3f53d728
Copy across changelog entries for regex.c.
Andrew Innes <andrewi@gnu.org>
parents:
32908
diff
changeset
|
233 |
|
67ee3f53d728
Copy across changelog entries for regex.c.
Andrew Innes <andrewi@gnu.org>
parents:
32908
diff
changeset
|
234 * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on |
|
67ee3f53d728
Copy across changelog entries for regex.c.
Andrew Innes <andrewi@gnu.org>
parents:
32908
diff
changeset
|
235 NT-Emacs only. |
|
67ee3f53d728
Copy across changelog entries for regex.c.
Andrew Innes <andrewi@gnu.org>
parents:
32908
diff
changeset
|
236 (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT, |
|
67ee3f53d728
Copy across changelog entries for regex.c.
Andrew Innes <andrewi@gnu.org>
parents:
32908
diff
changeset
|
237 so that re_search functions only quit when callers expect them to. |
|
67ee3f53d728
Copy across changelog entries for regex.c.
Andrew Innes <andrewi@gnu.org>
parents:
32908
diff
changeset
|
238 |
|
67ee3f53d728
Copy across changelog entries for regex.c.
Andrew Innes <andrewi@gnu.org>
parents:
32908
diff
changeset
|
239 2000-10-24 Kenichi Handa <handa@etl.go.jp> |
|
67ee3f53d728
Copy across changelog entries for regex.c.
Andrew Innes <andrewi@gnu.org>
parents:
32908
diff
changeset
|
240 |
|
67ee3f53d728
Copy across changelog entries for regex.c.
Andrew Innes <andrewi@gnu.org>
parents:
32908
diff
changeset
|
241 * regex.c (regex_compile): Change the way of handling a range from |
|
67ee3f53d728
Copy across changelog entries for regex.c.
Andrew Innes <andrewi@gnu.org>
parents:
32908
diff
changeset
|
242 a char less than 256 to a char not less than 256. |
|
67ee3f53d728
Copy across changelog entries for regex.c.
Andrew Innes <andrewi@gnu.org>
parents:
32908
diff
changeset
|
243 |
| 32815 | 244 2000-10-24 Gerd Moellmann <gerd@gnu.org> |
| 245 | |
| 32825 | 246 * window.c (size_window): Prevent setting window's width or |
| 247 height to a negative value (esp. with XSETFASTINT). | |
| 248 | |
| 32822 | 249 * gmalloc.c (state_protected_p, last_state_size, last_heapinfo) |
| 250 [GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New variables. | |
| 251 (protect_malloc_state) [GC_MALLOC_CHECK && | |
| 252 GC_PROTECT_MALLOC_STATE]: New function. | |
| 253 (PROTECT_MALLOC_STATE): New macro. | |
| 254 (__malloc_initialize, morecore, _malloc_internal) | |
| 255 (_free_internal) _realloc_internal): Use it to make _heapinfo | |
| 256 read-only outside of gmalloc. | |
| 257 | |
| 32819 | 258 * keymap.c: Update copyright. |
| 259 | |
| 32815 | 260 * .gdbinit (xbacktrace): Handle case that $bt->function isn't |
| 261 a symbol. | |
| 262 | |
| 32834 | 263 2000-10-24 Colin Walters <walters@cis.ohio-state.edu> |
| 264 | |
| 265 * filelock.c (unlock_all_files): Use unlock_file to expand each | |
| 266 buffer's file_truename before trying remove its lock file. | |
| 267 | |
| 32808 | 268 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il> |
| 269 | |
| 270 * coding.c (decode_coding_emacs_mule): If coding->eol_type is CR | |
| 271 or CRLF, decode EOLs. | |
| 272 | |
| 32799 | 273 2000-10-24 Kenichi Handa <handa@etl.go.jp> |
| 274 | |
| 275 * window.c (Fdisplay_buffer): Fix doc. | |
| 276 | |
| 32793 | 277 2000-10-23 Jason Rumney <jasonr@gnu.org> |
| 278 | |
| 279 * fontset.c (syms_of_fontset) [WINDOWSNT]: Special case for | |
| 280 ASCII font of default fontset on Windows. | |
| 281 | |
| 282 * w32term.c (VCENTER_BASELINE_OFFSET): Bias division (see | |
| 283 xterm.c comment below). | |
| 284 | |
| 285 * w32fns.c (x_to_w32_font): Initialize dpi from dpyinfo->resy. | |
| 286 | |
| 32777 | 287 2000-10-23 Gerd Moellmann <gerd@gnu.org> |
| 288 | |
| 289 * xterm.c (x_connection_closed): Reset handling_signal. | |
| 290 | |
| 291 * alloc.c (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing | |
| 292 null. | |
| 293 | |
| 32774 | 294 2000-10-23 Miles Bader <miles@gnu.org> |
| 295 | |
| 296 * window.c (window_scroll_pixel_based, window_scroll_line_based): | |
| 297 Pass nil for FULLY argument to Fpos_visible_in_window_p to | |
| 298 maintain old behavior. | |
| 299 * minibuf.c (Fminibuffer_complete): Likewise. | |
| 300 | |
| 32755 | 301 2000-10-23 Miles Bader <miles@lsi.nec.co.jp> |
| 302 | |
| 303 * xterm.c (VCENTER_BASELINE_OFFSET): Bias the division by two, so | |
| 304 that when a font can't be exactly centered, it errs up rather than | |
| 305 down. | |
| 306 | |
| 32808 | 307 2000-10-23 ShengHuo ZHU <zsh@cs.rochester.edu> |
|
32753
401f661f11d4
2000-10-22 15:07:47 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
32752
diff
changeset
|
308 |
|
401f661f11d4
2000-10-22 15:07:47 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
32752
diff
changeset
|
309 * fns.c (Fbase64_decode_string): The decoded result should be |
|
401f661f11d4
2000-10-22 15:07:47 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
32752
diff
changeset
|
310 unibyte. |
|
401f661f11d4
2000-10-22 15:07:47 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
32752
diff
changeset
|
311 |
|
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
312 2000-10-23 Andrew Choi <akochoi@i-cable.com> |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
313 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
314 * dispextern.h [macintosh]: Include macgui.h instead of macterm.h. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
315 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
316 * dispnew.c [macintosh]: Include macterm.h. |
| 32777 | 317 (init_display) [macintosh]: Initialization for window system. |
|
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
318 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
319 * emacs.c (main) [macintosh]: Call syms_of_textprop, |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
320 syms_of_macfns, syms_of_ccl, syms_of_fontset, syms_of_xterm, |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
321 syms_of_search, x_term_init, and init_keyboard before calling |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
322 init_window_once. Also, call syms_of_xmenu. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
323 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
324 * fontset.c (syms_of_fontset) [macintosh]: Set ASCII font of |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
325 default fontset to Monaco. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
326 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
327 * frame.c [macintosh]: Include macterm.h. Remove declarations of |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
328 NewMacWindow and DisposeMacWindow. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
329 (make_terminal_frame) [macintosh]: Call make_mac_terminal_frame |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
330 instead of calling NewMacWindow and setting fields of |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
331 f->output_data.mac directly. Call init_frame_faces. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
332 (Fdelete_frame) [macintosh]: Remove unused code. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
333 (Fmodify_frame_parameters) [macintosh]: Call |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
334 x_set_frame_parameters instead of mac_set_frame_parameters. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
335 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
336 * frame.h [macintosh]: Define menu_bar_lines field in struct |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
337 frame. Define FRAME_EXTERNAL_MENU_BAR macro. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
338 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
339 * keyboard.c [macintosh]: Include macterm.h. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
340 (kbd_buffer_get_event) [macintosh]: Generate delete_window_event |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
341 and menu_bar_activate_event type events as for X and NT. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
342 (make_lispy_event) [macintosh]: Construct lisp events of type |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
343 MENU_BAR_EVENT as for X and NT. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
344 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
345 * sysdep.c [macintosh]: Remove declaration for sys_signal. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
346 Include stdlib.h. Remove definition of Vx_bitmap_file_path. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
347 (sys_subshell) [macintosh]: Remove definition entirely. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
348 (init_sys_modes) [macintosh]: Do not initialize Vwindow_system and |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
349 Vwindow_system_version here. Remove initialization of |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
350 Vx_bitmap_file_path. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
351 (read_input_waiting): Correct the number of parameters passed to |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
352 read_socket_hook. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
353 Move all Macintosh functions to mac/mac.c. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
354 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
355 * term.c [macintosh]: Include macterm.h. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
356 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
357 * window.c [macintosh]: Include macterm.h. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
358 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
359 * xdisp.c [macintosh]: Include macterm.h. Declare |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
360 set_frame_menubar and pending_menu_activation. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
361 (echo_area_display) [macintosh]: Do not return if terminal frame |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
362 is the selected frame. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
363 (update_menu_bar) [macintosh]: Check FRAME_EXTERNAL_MENU_BAR (f). |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
364 Allow only the selected frame to set menu bar. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
365 (redisplay_window) [macintosh]: Obtain menu bar to redisplay by |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
366 calling FRAME_EXTERNAL_MENU_BAR (f). |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
367 (display_menu_bar) [macintosh]: Check FRAME_MAC_P (f). |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
368 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
369 * xfaces.c [macintosh]: Include macterm.h. Define x_display_info |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
370 and check_x. Declare XCreateGC. Define x_create_gc and |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
371 x_free_gc. Initialize font_sort_order. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
372 (x_face_list_fonts) [macintosh]: Use the same code as WINDOWSNT, |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
373 but call x_list_fonts instead of w32_list_fonts. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
374 (Finternal_face_x_get_resource) [macintosh]: Do not call |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
375 display_x_get_resource. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
376 (prepare_face_for_display) [macintosh]: Set xgcv.font. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
377 (realize_x_face) [macintosh]: Load the font if it is specified in |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
378 ATTRS. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
379 (syms_of_xfaces) [macintosh]: Initialize Vscalable_fonts_allowed |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
380 to Qt. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
381 |
|
32740
fd9781e17343
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32731
diff
changeset
|
382 2000-10-22 Stefan Monnier <monnier@cs.yale.edu> |
|
fd9781e17343
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32731
diff
changeset
|
383 |
|
fd9781e17343
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32731
diff
changeset
|
384 * keymap.c (fix_submap_inheritance): Don't do anything if parent_entry |
|
fd9781e17343
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32731
diff
changeset
|
385 is nil: since we go to the end of submap anyway, we'd end up |
|
fd9781e17343
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32731
diff
changeset
|
386 setting nil to nil. |
|
fd9781e17343
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32731
diff
changeset
|
387 (access_keymap): Don't use KEYMAPP on meta_map since KEYMAPP |
|
fd9781e17343
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32731
diff
changeset
|
388 doesn't obey autoload. |
|
fd9781e17343
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32731
diff
changeset
|
389 |
| 32731 | 390 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il> |
| 391 | |
|
32740
fd9781e17343
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32731
diff
changeset
|
392 * msdos.c (dos_set_window_size): Update screen dimension variables. |
| 32731 | 393 |
| 32726 | 394 2000-10-21 Jason Rumney <jasonr@gnu.org> |
| 395 | |
| 396 * w32term.c (w32_cache_char_metrics): Double check that font is | |
| 397 really fixed pitch before trusting tmPitchAndFamily. | |
| 398 | |
| 32725 | 399 2000-10-21 Andrew Innes <andrewi@gnu.org> |
| 400 | |
| 401 * w32gui.h (w32_char_font_type): Move enum from w32term.c | |
| 402 | |
| 403 * w32term.h: Extern decl for w32_cache_char_metrics. | |
| 404 | |
| 405 * w32bdf.c (w32_load_bdf_font): Call w32_cache_char_metrics. | |
| 406 | |
| 407 * w32fns.c (w32_load_system_font): Call w32_cache_char_metrics. | |
| 408 (w32_unload_font): Free per_char array if present. | |
| 409 | |
| 410 * w32term.c (w32_per_char_metric): Remove HDC argument. Use | |
| 411 cached information in emulated XFontStruct to handle common cases | |
| 412 quickly. Do not allocate XCharStruct for return. | |
| 413 (w32_native_per_char_metric): New function. | |
| 414 (w32_bdf_per_char_metric): Fill in supplied XCharStruct instead of | |
| 415 allocating one. | |
| 416 (x_produce_glyphs): Don't get an HDC. Change calls to | |
| 417 w32_per_char_metric to match arg change above. Remove calls to | |
| 418 free results. | |
| 419 (w32_get_glyph_overhangs): Ditto. | |
| 420 (w32_cache_char_metrics): New function. | |
| 421 | |
| 422 * makefile.w32-in: Change .obj to .$(O) in all dependencies. | |
| 423 ($(BLD)/casefiddle.$(O)): Remove compile command. | |
| 424 ($(BLD)/gmalloc.$(O)): Remove compile command. | |
| 425 ($(BLD)/dispnew.obj): | |
| 426 ($(BLD)/keyboard.obj): | |
| 427 ($(BLD)/w32inevt.obj): | |
| 428 ($(BLD)/w32bdf.obj): | |
| 429 ($(BLD)/alloc.obj): | |
| 430 ($(BLD)/buffer.obj): | |
| 431 ($(BLD)/editfns.obj): | |
| 432 ($(BLD)/emacs.obj): | |
| 433 ($(BLD)/fileio.obj): | |
| 434 ($(BLD)/fns.obj): | |
| 435 ($(BLD)/indent.obj): | |
| 436 ($(BLD)/insdel.obj): | |
| 437 ($(BLD)/intervals.obj): | |
| 438 ($(BLD)/minibuf.obj): | |
| 439 ($(BLD)/print.obj): | |
| 440 ($(BLD)/scroll.obj): | |
| 441 ($(BLD)/sysdep.obj): | |
| 442 ($(BLD)/textprop.obj): | |
| 443 ($(BLD)/widget.obj): | |
| 444 ($(BLD)/xdisp.obj): Add dependency on w32gui.h. | |
| 445 ($(BLD)/term.obj): Add dependency on dispextern.h. | |
| 446 | |
| 447 * makefile.nt ($(BLD)\dispnew.obj): | |
| 448 ($(BLD)\keyboard.obj): | |
| 449 ($(BLD)\w32inevt.obj): | |
| 450 ($(BLD)\w32bdf.obj): | |
| 451 ($(BLD)\alloc.obj): | |
| 452 ($(BLD)\buffer.obj): | |
| 453 ($(BLD)\editfns.obj): | |
| 454 ($(BLD)\emacs.obj): | |
| 455 ($(BLD)\fileio.obj): | |
| 456 ($(BLD)\fns.obj): | |
| 457 ($(BLD)\indent.obj): | |
| 458 ($(BLD)\insdel.obj): | |
| 459 ($(BLD)\intervals.obj): | |
| 460 ($(BLD)\minibuf.obj): | |
| 461 ($(BLD)\print.obj): | |
| 462 ($(BLD)\scroll.obj): | |
| 463 ($(BLD)\sysdep.obj): | |
| 464 ($(BLD)\textprop.obj): | |
| 465 ($(BLD)\widget.obj): | |
| 466 ($(BLD)\xdisp.obj): Add dependency on w32gui.h. | |
| 467 ($(BLD)\term.obj): Add dependency on dispextern.h | |
| 468 | |
| 32715 | 469 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il> |
| 470 | |
| 471 * minibuf.c (Fminibuffer_complete): Call Fpos_visible_in_window_p | |
| 472 with an additional argument of Qt. | |
| 473 | |
| 32712 | 474 2000-10-21 Miles Bader <miles@gnu.org> |
| 475 | |
| 476 * window.c (pos_fully_visible_in_window_p): New function. | |
| 477 (Fpos_visible_in_window_p): Add FULLY argument. | |
| 478 Use pos_fully_visible_in_window_p. | |
| 479 (window_scroll_pixel_based, window_scroll_line_based): Update | |
| 480 calls to Fpos_visible_in_window_p. | |
| 481 * lisp.h (Fpos_visible_in_window_p): Update prototype | |
| 482 | |
| 32701 | 483 2000-10-20 Gerd Moellmann <gerd@gnu.org> |
| 484 | |
| 485 * alloc.c (toplevel): Conditionalize compilation of mem_* | |
| 486 functions differently. | |
| 487 | |
| 32698 | 488 2000-10-20 Jason Rumney <jasonr@gnu.org> |
| 489 | |
| 490 * alloc.c (toplevel): Move #ifdef GC_MARK_STACK back to above | |
| 491 mem_init where it used to be. mem_z etc not defined otherwise. | |
| 492 | |
| 32694 | 493 2000-10-20 Gerd Moellmann <gerd@gnu.org> |
| 494 | |
| 495 * alloc.c (toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: Undef | |
| 496 GC_MALLOC_CHECK. | |
| 497 (toplevel) [GC_MARK_STACK || GC_MALLOC_CHECK]: Move mem_node | |
| 498 structure definition and related variabled to the top of the file. | |
| 499 Include this code when GC_MALLOC_CHECK is defined. | |
| 500 (lisp_malloc, lisp_free) [GC_MALLOC_CHECK]: Don't | |
| 501 register/unregister allocated region. | |
| 502 (emacs_blocked_free) [GC_MALLOC_CHECK]: Check if freeing something | |
| 503 which isn't allocated. | |
| 504 (emacs_blocked_malloc) [GC_MALLOC_CHECK]: Check if returning | |
| 505 something which is already in use. | |
| 506 (emacs_blocked_realloc) [GC_MALLOC_CHECK]: Likewise. | |
| 507 (mem_insert) [GC_MALLOC_CHECK]: Use _malloc_internal. | |
| 508 (mem_delete) [GC_MALLOC_CHECK]: Use _free_internal. | |
| 509 (init_alloc_once) [GC_MALLOC_CHECK]: Call mem_init. | |
| 510 | |
| 511 * gmalloc.c (_malloc_internal) [GC_MALLOC_CHECK]: Use | |
| 512 _malloc_internal instead of malloc. | |
| 513 (_free_internal) [GC_MALLOC_CHECK]: Use _free_internal instead | |
| 514 of free. | |
| 515 | |
| 32688 | 516 2000-10-20 Andrew Innes <andrewi@gnu.org> |
| 517 | |
| 518 * strftime.c [!WINDOWSNT]: Don't apply Solaris 2.5 work-around on | |
| 519 Windows. | |
| 520 (my_strftime) <macro>: Don't use macro arg list when redefining as | |
| 521 _strftime_copytm. | |
| 522 (my_strftime) <function>: Supply 0 as ut argument. | |
| 523 | |
| 32673 | 524 2000-10-19 Jason Rumney <jasonr@altavista.net> |
| 525 | |
| 526 * w32console.c: Do not undef HAVE_WINDOW_SYSTEM before | |
| 527 including dispextern.h, as it stops faces from working. | |
| 528 | |
| 529 * w32fns.c (Fx_create_frame): Don't bother calling | |
| 530 face-set-after-frame-default since the caller does it for us | |
| 531 anyway. Clean up calls to x_get_arg to be consistent with X. | |
| 532 | |
| 533 * w32term.c (x_produce_glyphs): Handle | |
| 534 unibyte_display_via_language_environment correctly. | |
| 535 (w32_draw_box_rect): Fix the calculation of width and height. | |
| 536 | |
| 537 * w32menu.c (add_menu_item): Do not use MF_OWNERDRAW for titles, | |
| 538 as it has stopped working. | |
| 539 (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar position like | |
| 540 menu-bar. | |
| 541 | |
| 32658 | 542 2000-10-19 Gerd Moellmann <gerd@gnu.org> |
| 543 | |
| 544 * eval.c (skip_debugger): Prevent a compiler warning. | |
| 545 (Fcondition_case): Likewise. | |
| 546 (Fbacktrace_frame): Use a null interactive spec. | |
| 547 | |
| 32644 | 548 2000-10-19 Kenichi Handa <handa@etl.go.jp> |
| 549 | |
| 550 * xterm.c (x_find_ccl_program): Check also fontp->full_name. | |
| 551 | |
| 32610 | 552 2000-10-18 Gerd Moellmann <gerd@gnu.org> |
| 553 | |
| 32630 | 554 * strftime.c: Sync with glibc, file version 1.78. |
| 555 (my_strftime) [HAVE_TZNAME]: Use `UTC' instead of `GMT' which | |
| 556 should no longer be used according to ISO 8601. | |
| 557 | |
| 32625 | 558 * keymap.c (access_keymap): If IDX has a meta prefix, and there's |
| 559 no map for meta_prefix_char, don't try to use it as a keymap. | |
| 560 Instead, if T_OK is non-zero, look up a default binding, if any, | |
| 561 otherwise, if T_OK is zero, return nil. | |
| 562 | |
| 32610 | 563 * xfns.c (x_to_xcolors, x_set_mouse_color, lookup_pixel_color) |
| 564 (x_to_xcolors, png_load): Use x_query_color. | |
| 565 | |
| 566 * xterm.c (x_color_cells, x_query_colors, x_query_color): New | |
| 567 functions. | |
| 568 (x_alloc_nearest_color): Use it to reduce calls to XQueryColors | |
| 569 which can be slow. | |
| 570 (x_copy_color, x_alloc_lighter_color): Likewise. | |
| 571 | |
| 572 * xterm.h (struct x_display_info): Add color_cells and ncolor_cells. | |
| 573 (x_query_color, x_query_colors): Add prototype. | |
| 574 | |
| 575 * alloc.c (allocate_string) [GC_CHECK_STRING_BYTES]: Call | |
| 576 check_string_bytes only if not noninteractive, increase count to 50. | |
| 577 | |
| 32602 | 578 2000-10-18 Miles Bader <miles@lsi.nec.co.jp> |
| 579 | |
| 580 * insdel.c (adjust_markers_for_delete): Handle before-insertion | |
| 581 markers correctly. | |
| 582 | |
| 32586 | 583 2000-10-17 Gerd Moellmann <gerd@gnu.org> |
| 584 | |
| 32595 | 585 * alloc.c (pure_bytes_used): Renamed from pureptr. |
| 586 (ALIGN): New macro. | |
| 587 (pure_alloc): New function. | |
| 588 (make_pure_string, pure_cons, make_pure_float, make_pure_vector): | |
| 589 Use it. | |
| 590 (Fpurecopy): Use PURE_POINTER_P. | |
| 591 | |
| 32593 | 592 * xdisp.c (try_cursor_movement): Use cursor_row_p also when |
| 593 PT has moved backward. | |
| 594 | |
| 32591 | 595 * xdisp.c (cursor_row_p): Take continued lines into account. |
| 596 | |
|
32587
b3918817f15f
(mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
Gerd Moellmann <gerd@gnu.org>
parents:
32586
diff
changeset
|
597 * alloc.c (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of |
|
b3918817f15f
(mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
Gerd Moellmann <gerd@gnu.org>
parents:
32586
diff
changeset
|
598 string's size_byte. |
|
b3918817f15f
(mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
Gerd Moellmann <gerd@gnu.org>
parents:
32586
diff
changeset
|
599 (check_string_bytes) [GC_CHECK_STRING_BYTES]: New function. |
|
b3918817f15f
(mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
Gerd Moellmann <gerd@gnu.org>
parents:
32586
diff
changeset
|
600 (check_string_bytes_count) [GC_CHECK_STRING_BYTES]: New variable. |
|
b3918817f15f
(mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
Gerd Moellmann <gerd@gnu.org>
parents:
32586
diff
changeset
|
601 (allocate_string) [GC_CHECK_STRING_BYTES]: Call it for every 10th |
|
b3918817f15f
(mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
Gerd Moellmann <gerd@gnu.org>
parents:
32586
diff
changeset
|
602 string allocated. |
|
b3918817f15f
(mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
Gerd Moellmann <gerd@gnu.org>
parents:
32586
diff
changeset
|
603 |
| 32586 | 604 * xdisp.c (forward_to_next_line_start): Switch iterator's handling |
| 605 of selective display off while searching for the next line start. | |
| 606 | |
| 32561 | 607 2000-10-17 Kenichi Handa <handa@etl.go.jp> |
| 608 | |
| 609 * Makefile.in (term.o): Depend on dispextern.h. | |
| 610 | |
|
32560
aaa33e5bc33b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32556
diff
changeset
|
611 2000-10-16 Stefan Monnier <monnier@cs.yale.edu> |
|
aaa33e5bc33b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32556
diff
changeset
|
612 |
|
aaa33e5bc33b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32556
diff
changeset
|
613 * keymap.c (keymap_memberp): Ensure that nil is not a member. |
|
aaa33e5bc33b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32556
diff
changeset
|
614 |
| 32550 | 615 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
| 616 | |
| 32555 | 617 * xdisp.c (set_iterator_to_next): Reset box start and end flags of |
| 618 the iterator at the beginning, so that they can be set later on, | |
| 32556 | 619 for instance in reseat_at_next_visible_line_start, without being |
| 32554 | 620 overwritten. |
| 621 | |
| 32550 | 622 * xfns.c (pbm_format): Add :foreground and :background keywords. |
| 623 (PBM_FOREGROUND, PBM_BACKGROUND): New enumerators. | |
| 32555 | 624 (xbm_load): Recognize foreground and background color |
| 32550 | 625 specifications. |
| 626 | |
| 32548 | 627 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il> |
| 628 | |
| 629 * dispextern.h (unspecified_fg, unspecified_bg): Declare. | |
| 630 | |
| 631 * dosfns.c (unspecified_fg, unspecified_bg): Remove extern | |
| 632 declaration. | |
| 633 | |
| 634 * msdos.c (IT_set_face): Compare highlighted face with the default | |
| 635 face, and invert colors if these faces' colors are identical. | |
| 636 (Fmsdos_remember_default_colors): Don't swap foreground and | |
| 637 background colors in initial_colors[]. | |
| 638 (IT_set_frame_parameters): Don't swap frame's foreground and | |
| 639 background pixels. If ALIST includes "(reverse . t)", swap | |
| 640 foreground-color and background-color properties in frame's | |
| 641 param_alist. If the original frame's param_alist doesn't specify | |
| 642 the colors, store unspecified-fg and unspecified-bg, reversed if | |
| 643 required. | |
| 644 | |
| 645 * frame.c (Fframe_parameters): If a tty's frame's param_alist says | |
| 646 the colors are unspecified and reversed, reverse fore- and back- | |
| 647 ground in the returned value. | |
| 648 (Fframe_parameter): Ditto. | |
| 649 | |
| 32535 | 650 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
| 651 | |
| 32541 | 652 * xdisp.c (find_last_unchanged_at_beg_row): Renamed from |
| 653 get_last_unchanged_at_beg_row. | |
| 654 (find_first_unchanged_at_end_row): Renamed from | |
| 655 get_first_unchanged_at_end_row. | |
| 656 (find_first_unchanged_at_end_row): Convert assertions to | |
| 657 unconditional tests which abort. When looking for a row in | |
| 658 unchanged text, don't go further back than first_text_row. | |
| 659 | |
| 32535 | 660 * xdisp.c (try_scrolling) <cursor in scroll margin at the bottom>: |
| 661 Don't add in the last line's height when deciding if the new | |
| 662 position is below the scroll margin. | |
| 663 | |
| 32525 | 664 2000-10-16 Miles Bader <miles@gnu.org> |
| 32518 | 665 |
| 666 * editfns.c (Fconstrain_to_field): Check carefully for field | |
| 667 boundaries if either OLD_POS or NEW_POS has a non-nil field | |
| 668 property, even if they're the same. | |
| 669 | |
| 32512 | 670 2000-10-16 Kenichi Handa <handa@etl.go.jp> |
| 671 | |
| 672 * xterm.c (x_draw_box_rect): Fix the calculation of width and | |
| 673 height for XFillRectangle. | |
| 674 | |
|
32510
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
675 2000-10-15 Stefan Monnier <monnier@cs.yale.edu> |
|
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
676 |
|
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
677 * syntax.c (Fstring_to_syntax): New function extracted from |
|
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
678 Fmodify_syntax_entry. |
|
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
679 (Fmodify_syntax_entry): Use it and document the ! and | fences. |
|
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
680 (skip_chars, Fforward_comment): Remove unused variables. |
|
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
681 (syms_of_syntax): Add defsubr for string-to-syntax. |
|
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
682 (describe_syntax): Add code for comment and string fences. |
|
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
683 |
|
32477
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
684 2000-10-14 Stefan Monnier <monnier@cs.yale.edu> |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
685 |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
686 * keymap.c (access_keymap): Add AUTOLOAD parameter. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
687 Do the meta->esc mapping. Call get_keyelt before returning. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
688 Start scanning from the second element (the first is always `keymap') |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
689 to make it easier to detect when we reach a parent map. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
690 Handle the case of inheriting from a symbol whose function is a map. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
691 (Fkeymap_parent): Also handle the `inherit from symbol' case. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
692 (fix_submap_inheritance, Fdefine_key): Update call to access_keymap. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
693 (get_keyelt, Flookup_key): Update call to access_keymap. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
694 Remove the meta->esc mappings. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
695 (define_as_prefix): Delete old disabled code. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
696 (menu_item_p): New function. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
697 (where_is_internal_1): Skip over the few remaining menu items. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
698 * lisp.h (access_keymap): Update prototype. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
699 * keyboard.c (read_char, menu_bar_items, tool_bar_items): |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
700 Update call to access_keymap. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
701 (follow_key, read_key_sequence): Update calls to access_keymap. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
702 Remove the meta->esc mappings. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
703 |
| 32461 | 704 2000-10-13 Gerd Moellmann <gerd@gnu.org> |
| 705 | |
| 32469 | 706 * dispnew.c (direct_output_for_insert): Call set_iterator_to_next |
| 707 with additional argument. | |
| 708 | |
| 32461 | 709 * xdisp.c (cursor_row_p): New function. |
| 710 (try_cursor_movement, display_line): Use it. | |
| 711 | |
| 712 * xdisp.c (append_space): Also save/restore iterator's current | |
| 713 character and its length. | |
| 714 | |
| 715 * xdisp.c (init_from_display_pos): Add an assertion. | |
| 716 (handle_stop): Don't set iterator's add_overlay_start. | |
| 717 (handle_invisible_prop): Likewise. | |
| 718 (load_overlay_strings): If text under an overlay is invisible, | |
| 719 take both before- and after-strings into account when the iterator | |
| 720 is positioned either at the start or at the end of the overlay. | |
| 721 (forward_to_next_line_start): Rewritten. | |
| 722 (reseat_at_next_visible_line_start): Rewritten. | |
| 723 (set_iterator_to_next): Add parameter RESEAT_P. | |
| 724 | |
| 725 * dispextern.h (struct it): Remove member add_overlay_start. | |
| 726 (set_iterator_to_next): Change prototype. | |
| 727 | |
| 32442 | 728 2000-10-13 Kenichi Handa <handa@etl.go.jp> |
| 729 | |
| 730 * coding.c (code_convert_region): Be sure to initialize | |
| 731 coding->category_idx. | |
| 32444 | 732 (decode_coding_string): Set coding->src_multibyte and |
| 733 coding->dst_multibyte before using CODING_REQUIRE_DECODING. | |
| 734 (encode_coding_string): Set coding->src_multibyte and | |
| 735 coding->dst_multibyte before using CODING_REQUIRE_ENCODING. | |
| 32442 | 736 |
|
32434
2c839d052cbd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32427
diff
changeset
|
737 2000-10-12 Stefan Monnier <monnier@cs.yale.edu> |
|
2c839d052cbd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32427
diff
changeset
|
738 |
|
2c839d052cbd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32427
diff
changeset
|
739 * xfns.c (Fx_create_frame): Don't bother calling |
|
2c839d052cbd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32427
diff
changeset
|
740 face-set-after-frame-default since the caller does it for us anyway. |
|
2c839d052cbd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32427
diff
changeset
|
741 |
| 32427 | 742 2000-10-12 Eli Zaretskii <eliz@is.elta.co.il> |
| 743 | |
| 744 * window.c (coordinates_in_window): Fix detection of vertical line | |
| 745 on character terminals. | |
| 746 | |
| 32421 | 747 2000-10-12 Gerd Moellmann <gerd@gnu.org> |
| 748 | |
| 749 * editfns.c (save_excursion_save): Additionally record the | |
| 750 selected window. | |
| 751 (save_excursion_restore): If buffer was visible in a window, and a | |
| 752 different window was selected, and the old selected window is | |
| 753 still live, restore point in that window. | |
| 754 | |
| 32397 | 755 2000-10-12 Kenichi Handa <handa@etl.go.jp> |
| 756 | |
| 32400 | 757 * xterm.c (x_produce_glyphs): Handle |
| 758 unibyte_display_via_language_environment correctly. | |
| 759 | |
| 32398 | 760 * regex.c (regex_compile): Change the way of handling a range from |
| 761 unibyte char to multibyte char. | |
| 762 | |
| 763 * syntax.c (skip_chars): Change the way of handling a range from | |
| 764 unibyte char to multibyte char. | |
| 765 | |
| 32397 | 766 * process.c (read_process_output): Cancel previous change. |
| 767 | |
| 32381 | 768 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il> |
| 769 | |
| 32388 | 770 * search.c (Fsearch_backward, Fsearch_forward): Doc fix. |
| 771 | |
| 32381 | 772 * charset.c (Ffind_charset_string): Doc fix. |
| 773 (Ffind_charset_region): Doc fix. | |
| 774 | |
| 32369 | 775 2000-10-11 Kenichi Handa <handa@mule.m17n.org> |
| 776 | |
| 32370 | 777 * process.c (read_process_output): Fix previous change. Adjust |
| 778 multibyteness of text to insert in a buffer by | |
| 32372 | 779 string_make_unibyte/multibyte instead of |
| 32370 | 780 Fstring_as_unibyte/multibyte. |
| 32369 | 781 |
| 32361 | 782 2000-10-10 Andreas Schwab <schwab@suse.de> |
| 783 | |
| 784 * alloc.c (mark_object): Remove all workarounds installed on | |
| 785 1993-08-08. | |
| 786 | |
| 32352 | 787 2000-10-10 Kenichi Handa <handa@etl.go.jp> |
| 788 | |
| 789 * fns.c (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before | |
| 790 returning. | |
| 791 (base64_encode_1): Make it work for a text of multibyte form. | |
| 792 (Fbase64_decode_region): Allocate sufficient memory for multibyte | |
| 793 case. Don't call str_to_multibyte because base64_decode_1 | |
| 794 produces correct multibyte form for eight-bit codes. | |
| 795 (Fbase64_decode_string): Adjusted for the change of | |
| 796 base64_decode_1. | |
| 797 (base64_decode_1): New args MULTIBYTE and NCHARS_RETURN. If | |
| 798 MULTIBYTE is nonzero, produce correct multibyte form for eight-bit | |
| 799 codes. | |
| 800 | |
| 801 * charset.h (CHAR_STRING): Optimized for single byte characters. | |
| 802 | |
| 32342 | 803 2000-10-09 Andreas Schwab <schwab@suse.de> |
| 804 | |
| 805 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to | |
| 806 -1 after socket is closed, to fall through to error processing. | |
| 807 | |
| 32336 | 808 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il> |
| 809 | |
| 810 * msdos.c (IT_set_frame_parameters): Don't initialize Lisp_Object | |
| 32381 | 811 variables. If ALIST includes foreground-color or |
| 32336 | 812 background-color, change also the colors of the default face for |
| 813 this frame. | |
| 814 | |
| 32273 | 815 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il> |
| 816 | |
| 817 * msdos.c (top-level) <Qbackground_color, Qforeground_color>: Make | |
| 818 them extern (they are defined on xfaces.c). | |
| 819 (syms_of_msdos): Don't intern and don't staticpro | |
| 820 Qbackground_color and Qforeground_color. | |
| 821 | |
| 32255 | 822 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il> |
| 823 | |
| 824 * frame.c (Fframe_parameter): For non-windowed frames, if | |
| 825 f->param_alist says foreground or background color is unspecified, | |
| 826 call tty_color_name to return the color name computed from the | |
| 827 frame's current colors. | |
| 828 | |
| 32238 | 829 2000-10-06 Dave Love <fx@gnu.org> |
| 830 | |
| 831 * terminfo.c (ospeed): Don't declare. | |
| 832 | |
| 833 * sysdep.c: Don't include string.h. | |
| 834 (h_errno): Declare conditional also on TRY_AGAIN. | |
| 835 | |
| 836 * charset.c (Ffind_charset_string): Doc fix. | |
| 837 | |
| 838 * fns.c (Fbase64_encode_region, Fbase64_encode_string) | |
| 839 (Fbase64_decode_region, Fbase64_decode_string): More explicit | |
| 840 error messages. | |
| 841 | |
| 32180 | 842 2000-10-05 Dave Love <fx@gnu.org> |
| 843 | |
| 844 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar | |
| 845 position like menu-bar. | |
| 846 | |
| 32177 | 847 2000-10-05 Gerd Moellmann <gerd@gnu.org> |
| 848 | |
| 849 * keyboard.c (Frecursive_edit): Make sure redisplay can happen. | |
| 850 | |
| 851 * xdisp.c (handle_single_display_prop): Use safe_call1. | |
| 852 (safe_call): Renamed from call_function. | |
| 853 (safe_call1): New function. | |
| 854 (handle_fontified_prop): Use safe_call1 instead of call1. | |
| 855 (safe_eval): Renamed from eval_form. | |
| 856 (safe_eval_handler): Renamed from eval_handler. | |
| 857 (handle_single_display_prop, display_mode_element): Use safe_eval | |
| 858 instead of eval_form. | |
| 859 | |
| 860 * xfaces.c (merge_face_heights): Use safe_call instead of | |
| 861 call_function. | |
| 862 | |
| 863 * keyboard.c (show_help_echo): Use safe_call instead of | |
| 864 call_function; use safe_eval instead of eval_form. | |
| 865 | |
| 866 * lisp.h (safe_call): Renamed from call_function. | |
| 867 (safe_eval): Renamed from eval_form. | |
| 868 (safe_call1): Add prototype. | |
| 869 | |
| 32165 | 870 2000-10-05 Miles Bader <miles@lsi.nec.co.jp> |
| 871 | |
| 872 * xfns.c (image_ascent): Rearrange ascent calculation for the | |
| 873 has-a-font case. | |
| 874 | |
|
32146
e5229d4b9f90
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32142
diff
changeset
|
875 2000-10-04 Stefan Monnier <monnier@cs.yale.edu> |
|
e5229d4b9f90
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32142
diff
changeset
|
876 |
|
e5229d4b9f90
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32142
diff
changeset
|
877 * keymap.c (Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'. |
|
e5229d4b9f90
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32142
diff
changeset
|
878 (where_is_internal_1): Don't bother ignoring menu-items any more. |
|
e5229d4b9f90
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32142
diff
changeset
|
879 |
| 32142 | 880 2000-10-04 Gerd Moellmann <gerd@gnu.org> |
| 881 | |
| 882 * keyboard.c (update_menu_bindings): New variable. | |
| 883 (parse_menu_item): Use AREF. If update_menu_bindings | |
| 884 is 0, don't update menu bindings. | |
| 885 (syms_of_keyboard): New Lisp variable `update-menu-bindings'. | |
| 886 | |
| 32100 | 887 2000-10-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 888 | |
| 889 * alloc.c (Fgarbage_collect): Prevent compiler warning for a call | |
| 890 to `mark_object'. | |
| 891 | |
|
32088
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
892 2000-10-02 Stefan Monnier <monnier@cs.yale.edu> |
|
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
893 |
|
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
894 * syntax.c (forw_comment): Match nestedness of ender/starter. |
|
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
895 (Fforward_comment): Treat an unmatched \n comment-ender as whitespace. |
|
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
896 (prev_char_comstart_first): Remove. |
|
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
897 (back_comment): Check two-char comment markers more carefully |
|
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
898 to better handle overlapping cases like *//* or /* */* */ ... |
|
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
899 Match nestedness of ender/starter. |
|
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
900 |
| 32075 | 901 2000-10-02 Dave Love <fx@gnu.org> |
| 902 | |
| 903 * config.in (HAVE_GAI_STRERROR): Add undef. | |
| 904 | |
| 905 * process.c (Fopen_network_stream): Use it. | |
| 906 | |
| 907 * m/alpha.h (NO_REMAP): Don't define. | |
| 908 | |
| 32068 | 909 2000-10-02 Gerd Moellmann <gerd@gnu.org> |
| 910 | |
| 911 * lisp.h (wrong_type_argument): Remove NO_RETURN, the function can | |
| 912 return with a string converted to an integer or vice versa when | |
| 913 Vmocklisp_arguments is t. | |
| 914 (Fsignal): Likewise. The function can return for `quit'. | |
| 915 (struct gcpro): Declare member `var' to point to a volatile | |
| 916 Lisp_Object. | |
| 917 | |
| 918 * eval.c (error): Prevent compiler warning. | |
| 919 | |
|
32039
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
920 2000-09-30 Stefan Monnier <monnier@cs.yale.edu> |
|
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
921 |
|
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
922 * keymap.c (keymap_memberp): New function. |
|
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
923 (Fset_keymap_parent): Use it. |
|
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
924 (fix_submap_inheritance): Use get_keyelt, get_keymap_1 and KEYMAPP. |
|
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
925 Use keymap_memberp to avoid creating cycles. |
|
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
926 (access_keymap): Use KEYMAPP. |
|
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
927 |
| 32034 | 928 2000-09-30 Gerd Moellmann <gerd@gnu.org> |
| 929 | |
| 930 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Use | |
| 32068 | 931 gai_strerror. Make sure xerrno is set if connect fails. Improve |
| 932 error recovery. | |
| 32034 | 933 |
| 32021 | 934 2000-09-29 Jason Rumney <jasonr@gnu.org> |
| 935 | |
| 936 * w32term.c (w32_char_font_type, w32_encode_char) | |
| 937 (x_produce_glyphs): Distinguish single and multibyte BDF fonts. | |
| 938 (w32_bdf_per_char_metric): New function. | |
| 939 (w32_per_char_metric): Use it. | |
| 940 (x_draw_glyph_string_background): Always draw background for BDF | |
| 941 glyphs. | |
| 942 | |
| 943 * w32bdf.h (glyph_struct, cache_bitmap): Cache bitmap data, not | |
| 944 GDI object which is a scarce resource. | |
| 945 | |
| 946 * w32bdf.c (search_file_line): Fix skipping of whitespace. | |
| 947 (get_quoted_string): Fix limit on memchr search. | |
| 948 (set_bdf_font_info): Use unsigned chars. Negate yoffset. | |
| 949 (w32_init_bdf_font): Initialize codepoint and bitmap heaps. | |
| 950 (w32_free_bdf_font): Free bitmaps and codepoints on heaps. | |
| 951 (get_cached_font_char, cache_char_offset): Use macro | |
| 952 BDF_CODEPOINT_RANGE_COVER_P. | |
| 953 (cache_char_offset): Use HeapAlloc to allocate codepoints on own heap. | |
| 954 (clear_cached_bitmap_slots): New function. | |
| 955 (GET_HEX_VALUE): G-Z, g-z are not hex. | |
| 956 (w32_get_bdf_glyph): Convert to DIB format. Return bytes read. | |
| 957 (get_bitmap_with_cache): Use new cache implementation. | |
| 958 (create_offscreen_bitmap): New function. | |
| 959 (w32_BDF_TextOut): Use it. Draw glyphs as DIBs. | |
| 960 | |
| 961 * w32term.c (x_produce_glyphs): If the distance from the current | |
| 962 position to the next tab stop is less than a canonical character | |
| 963 width, use the tab stop after that. | |
| 964 (x_draw_glyphs): Handle case START and END are out of bounds more | |
| 965 carefully. | |
| 966 (x_clear_mouse_face): Block/unblock input. | |
| 967 (x_display_and_set_cursor): Don't show a hollow box cursor for | |
| 968 buffers whose cursor_type is nil. | |
| 969 | |
| 32001 | 970 2000-09-29 Gerd Moellmann <gerd@gnu.org> |
| 971 | |
| 972 * xfns.c (x_set_tool_bar_lines): Clear frame when tool bar | |
| 973 disappears. | |
| 974 | |
| 975 * dispextern.h (updating_frame): Declare extern. | |
| 976 | |
| 31998 | 977 2000-09-29 Andreas Schwab <schwab@suse.de> |
| 978 | |
| 979 * m/ia64.h: Remove hack of not prototyping bcopy, etc. | |
| 980 | |
| 31992 | 981 2000-09-29 Gerd Moellmann <gerd@gnu.org> |
| 982 | |
| 31996 | 983 * keyboard.c (menu_bar_one_keymap): If KEYMAP is a symbol, |
| 984 use its function definition. | |
| 985 (tool_bar_items): Likewise. | |
| 986 | |
| 31992 | 987 * lisp.h (fatal): Declare NO_RETURN. |
| 988 | |
| 31988 | 989 2000-09-29 Kenichi Handa <handa@etl.go.jp> |
| 990 | |
| 991 * keymap.c: Remove the line "#undef NULL". | |
| 992 | |
| 31953 | 993 2000-09-28 Gerd Moellmann <gerd@gnu.org> |
| 994 | |
| 995 * xterm.c (x_make_frame_visible): Try harder to make the frame | |
| 996 visible. | |
| 997 | |
| 31946 | 998 2000-09-28 Dave Love <fx@gnu.org> |
| 999 | |
| 31959 | 1000 * s/osf5-0.h: Define USE_MMAP_FOR_BUFFERS, not REL_ALLOC_MMAP. |
| 1001 | |
| 32002 | 1002 * s/sunos413.h (USE_MMAP_FOR_BUFFERS): Define. |
| 1003 | |
| 1004 * .gdbinit (xreload): Note its need on GNU/Linux. | |
| 1005 | |
| 31946 | 1006 * m/alpha.h (XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare |
| 1007 r_alloc, r_alloc_free. | |
| 1008 | |
| 31943 | 1009 2000-09-28 Kenichi Handa <handa@etl.go.jp> |
| 1010 | |
| 1011 * syntax.c (skip_chars): Handle negation correctly. | |
| 1012 | |
| 31936 | 1013 2000-09-27 Gerd Moellmann <gerd@gnu.org> |
| 1014 | |
| 31941 | 1015 * xfaces.c (realize_default_face): Call set_lface_from_font_name |
| 1016 with non-zero FORCE_P argument. | |
| 1017 | |
| 31936 | 1018 * dispnew.c (adjust_glyph_matrix, enable_glyph_matrix_rows): |
| 1019 Add assertions. | |
| 1020 | |
| 1021 * xdisp.c (window_box_height): Add an assertion. | |
| 1022 | |
| 1023 * xfns.c (x_set_tool_bar_lines): Don't use more lines for the | |
| 1024 tool-bar than is available. | |
| 1025 (x_change_window_heights): Renamed from x_set_menu_bar_lines_1. | |
| 1026 | |
| 31926 | 1027 2000-09-27 Dave Love <fx@gnu.org> |
| 1028 | |
| 31946 | 1029 * s/irix6-5.h: Now works 64-bit. Tidied. |
| 31926 | 1030 |
| 31898 | 1031 2000-09-26 Gerd Moellmann <gerd@gnu.org> |
| 1032 | |
| 31908 | 1033 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT |
| 1034 instead of BITS_PER_INT. | |
| 1035 (XINT, XUINT) [NO_UNION_TYPE]: Cast result to EMACS_INT and | |
| 1036 EMACS_UINT, respectively. | |
| 1037 (NO_UNION_TYPE) [USE_LISP_UNION_TYPE]: Undefine. | |
| 1038 | |
| 1039 * m/sparc.h (BITS_PER_EMACS_INT) [__arch64__]: Don't define. | |
| 1040 | |
| 1041 * unexelf.c (ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64. | |
| 1042 | |
| 31904 | 1043 * window.c (freeze_window_starts): Construct last argument for |
| 1044 foreach_window differently. | |
| 1045 | |
| 1046 * xfns.c (x_decode_color): Don't return a Lisp_Object. | |
| 1047 | |
| 1048 * lisp.h (union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and | |
| 1049 EMACS_UINT instead of `int' and `unsigned int'. | |
| 1050 (XSET) [EXPLICIT_SIGN_EXTEND]: Use EMACS_INT instead of `int'. | |
| 1051 | |
| 1052 * frame.h (struct frame): Make the `nothing' member of union | |
| 1053 output_data an EMACS_INT. | |
| 1054 | |
| 31898 | 1055 * alloc.c (GC_CHECK_STRING_BYTES): Temporarily define, for bug |
| 1056 hunting. | |
| 1057 (struct sdata) [GC_CHECK_STRING_BYTES]: Always record the string's | |
| 1058 size in the sdata structure. | |
| 1059 (SDATA_NBYTES, SDATA_DATA): New macros. | |
| 1060 (SDATA_OF_STRING, SDATA_SIZE) [GC_CHECK_STRING_BYTES]: Define | |
| 1061 differently for the different layout of the sdata structure. | |
| 1062 (allocate_string_data) [GC_CHECK_STRING_BYTES]: Record string size | |
| 1063 in sdata. | |
| 1064 (sweep_strings, compact_small_strings) [GC_CHECK_STRING_BYTES]: | |
| 1065 Check that size recorded in the string size and size recorded in | |
| 1066 the sdata structure agree. | |
| 1067 | |
| 31893 | 1068 2000-09-25 Dave Love <fx@gnu.org> |
| 1069 | |
| 1070 * buffer.c: Include stdio.h. | |
| 1071 | |
| 1072 Partly suggested by Eduardo Horvath <eeh@netbsd.org>. | |
| 1073 | |
| 1074 * ralloc.c (__malloc_extra_blocks): Declare as __malloc_size_t. | |
| 1075 | |
| 1076 * alloc.c (__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it. | |
| 1077 (__malloc_size_t) [!DOUG_LEA_MALLOC]: Define unconditionally as | |
| 1078 size_t. | |
| 1079 (__malloc_extra_blocks): Declare as __malloc_size_t. | |
| 1080 | |
| 31867 | 1081 2000-09-25 Gerd Moellmann <gerd@gnu.org> |
| 1082 | |
| 31890 | 1083 * alloc.c (mark_image): Use GC_NILP instead of NILP. |
| 1084 | |
| 31881 | 1085 * keyboard.c (show_help_echo): Set help_echo_showing_p. |
| 1086 (read_char): If help-echo is showing, preserve the echo area | |
| 1087 when redisplaying. | |
| 1088 | |
| 1089 * xdisp.c (help_echo_showing_p): New variable. | |
| 1090 (set_message): Reset it to 0. | |
| 1091 (init_xdisp): Initialize help_echo_showing_p. | |
| 1092 | |
| 1093 * dispextern.h (help_echo_showing_p): Declare extern. | |
| 1094 | |
| 1095 * config.in: Fix typo in __GNUC_MINOR__. | |
| 1096 | |
| 1097 * keyboard.h (quit_throw_to_read_char): Declare NO_RETURN. | |
| 1098 | |
| 31872 | 1099 * s/freebsd.h (POSIX_SIGNALS): Define. |
| 1100 | |
| 31867 | 1101 * xterm.c (x_clear_mouse_face): Block/unblock input. |
| 1102 | |
| 31866 | 1103 2000-09-24 Dave Love <fx@gnu.org> |
| 1104 | |
| 1105 * fns.c (base64_encode_1): Fix last change. | |
| 1106 | |
| 31851 | 1107 2000-09-22 Gerd Moellmann <gerd@gnu.org> |
| 1108 | |
| 1109 * dispnew.c (enable_glyph_matrix_rows): Remove xasserts. | |
| 1110 | |
| 1111 * xdisp.c (try_window_reusing_current_matrix): More fixes | |
| 1112 for the case window has a header-line. | |
| 1113 | |
| 31843 | 1114 2000-09-22 Dave Love <fx@gnu.org> |
| 1115 | |
| 31848 | 1116 * xdisp.c (syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide |
| 1117 a doc string. | |
| 1118 | |
| 1119 * xterm.c [SOLARIS2]: Remove redundant include of string.h. | |
| 1120 | |
| 31843 | 1121 * fns.c (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix. |
| 1122 | |
| 31805 | 1123 2000-09-21 Gerd Moellmann <gerd@gnu.org> |
| 1124 | |
| 31848 | 1125 * config.in (NO_RETURN): Define as `__attribute__((__noreturn__))' |
| 31834 | 1126 for GCC >= 2.5. |
| 1127 | |
| 1128 * lisp.h (wrong_type_argument, Fthrow, Fsignal, error): Declare | |
| 1129 NO_RETURN. | |
| 1130 | |
| 31831 | 1131 * window.c, term.c, xmenu.c, xrdb.c, emacs.c, macros.c, |
| 1132 * keymap.c, insdel.c, marker.c, minibuf.c, fileio.c, dired.c, | |
| 1133 * indent.c, search.c, alloc.c, data.c: Avoid some more compiler | |
| 1134 warnings. | |
| 1135 | |
| 1136 * marker.c (byte_char_debug_check): Return void. | |
| 1137 | |
| 31827 | 1138 * xfns.c (Fx_create_frame): Set default frame parameter value |
| 1139 for tool-bar-lines to 1. | |
| 1140 | |
| 1141 * dispnew.c (scrolling_window): Compare y-positions of rows | |
| 1142 equal at the start. Some simplification. | |
| 1143 | |
| 1144 * xdisp.c (try_window_reusing_current_matrix): Fix computation of | |
| 1145 reused rows' y-position in the case window has a header-line, and | |
| 1146 new window start is greater than old window start. | |
| 1147 | |
| 31807 | 1148 * process.c (process_sent_to): New variable. |
| 1149 (send_process): Workaround for a crash on sparc-sun-solaris-2.6 | |
| 1150 with GCC 2.95.2 caused by a parameter being clobbered by longjmp. | |
| 1151 Declare more parameters volatile. | |
| 1152 | |
| 31805 | 1153 * lread.c (Vrecursive_load_depth_limit): New variable. |
| 1154 (Fload): Check recursive loads whose recursion depth exceeds | |
| 1155 Vrecursive_load_depth_limit. | |
| 1156 (syms_of_lread): DERFAR_LISP recursive-load-depth-limit. | |
| 1157 | |
| 31763 | 1158 2000-09-20 Gerd Moellmann <gerd@gnu.org> |
| 1159 | |
| 31776 | 1160 * fileio.c (Fread_file_name): Doc fix. |
| 1161 | |
| 1162 * editfns.c (Fmessage_or_box): Doc fix. | |
| 1163 | |
| 1164 * fns.c (Fy_or_n_p, Fyes_or_no_p): Doc fix. | |
| 1165 | |
| 31770 | 1166 * xfns.c (xbm_scan): Allow C-style comments. |
| 1167 | |
| 31763 | 1168 * xfns.c (xpm_init_color_cache) [ALLOC_XPM_COLORS]: If color |
| 1169 symbols are specified, add color translations to the cache. | |
| 1170 (xpm_color_bucket, xpm_cache_color) [ALLOC_XPM_COLORS]: New | |
| 1171 functions. | |
| 1172 (xpm_lookup_color) [ALLOC_XPM_COLORS]: Use xpm_color_bucket and | |
| 1173 xpm_cache_color. | |
| 1174 (xpm_load) [ALLOC_XPM_COLORS]: Pass frame and XPM attributes | |
| 1175 structures to xpm_init_color_cache. | |
| 1176 | |
| 31733 | 1177 2000-09-19 Gerd Moellmann <gerd@gnu.org> |
| 1178 | |
| 1179 * dispnew.c (update_window_line): Make sure to always draw | |
| 1180 mode-lines. | |
| 1181 | |
| 31713 | 1182 2000-09-19 Andrew Innes <andrewi@gnu.org> |
| 1183 | |
| 1184 * makefile.nt (bootstrap-emacs): Don't change directory. | |
| 1185 | |
| 31701 | 1186 2000-09-19 Kenichi Handa <handa@etl.go.jp> |
| 1187 | |
| 31704 | 1188 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change. |
| 1189 | |
| 31701 | 1190 * ccl.c (Fccl_execute_on_string): Make multibyte string correctly. |
| 1191 If output buffer is too small, signal an appropriated error. | |
| 1192 | |
| 31698 | 1193 2000-09-18 Dave Love <fx@gnu.org> |
| 1194 | |
| 1195 * keyboard.c (menu_bar_items, tool_bar_items) | |
| 1196 (current_active_maps): Remove redundant get_local_map call. | |
| 1197 | |
| 31687 | 1198 2000-09-18 Gerd Moellmann <gerd@gnu.org> |
| 1199 | |
| 31700 | 1200 * xterm.c (x_display_and_set_cursor): Don't show a hollow box |
| 1201 cursor for buffers whose cursor_type is nil. | |
| 1202 | |
| 31696 | 1203 * xterm.c (x_draw_image_glyph_string): Remove a comment describing |
| 1204 a feature to implement that is already implemented. | |
| 1205 (note_mouse_highlight, x_find_ccl_program): Avoid some compiler | |
| 1206 warnings. | |
| 1207 | |
| 1208 * xfns.c (x_clear_image_1): New function. | |
| 1209 (x_clear_image): Use it. | |
| 1210 (x_from_xcolors): Use x_clear_image_1; don't free the image's | |
| 1211 mask. | |
| 1212 | |
| 31692 | 1213 * dispnew.c (update_window): Move test for invisible lines |
| 1214 at the top to update_window_line. | |
| 1215 (update_window_line): Handle invisible lines here. | |
| 1216 | |
| 31689 | 1217 * xfns.c (clear_image_cache): Clear current matrices of all |
| 1218 frames sharing an image cache. Block input while freeing | |
| 1219 images. Fix timestamp comparison. | |
| 1220 (x_clear_image): Also free the mask. | |
| 1221 | |
| 31687 | 1222 * xfns.c (lookup_image): Block input while loading the image so |
| 1223 that we won't get interrupted in a state where the image isn't yet | |
| 1224 set up completely. | |
| 1225 (xbm_load_image, xbm_load, xpm_load, xpm_load, lookup_rgb_color) | |
| 1226 (lookup_pixel_color, x_to_xcolors, x_from_xcolors) | |
| 1227 (x_disable_image, x_build_heuristic_mask, pbm_load, png_load) | |
| 1228 (jpeg_load, tiff_load, gif_load, gs_load): Don't block/unblock | |
| 1229 input. | |
| 1230 | |
| 31654 | 1231 2000-09-16 Gerd Moellmann <gerd@gnu.org> |
| 1232 | |
| 1233 * dispnew.c (update_window): Make sure to make desired rows | |
| 1234 current even if they are completely invisible at the top | |
| 1235 of a window. | |
| 1236 | |
| 31636 | 1237 2000-09-15 Gerd Moellmann <gerd@gnu.org> |
| 1238 | |
| 31652 | 1239 * xfns.c (lookup_image): Build mask before applying an algorithm. |
| 1240 Recognize algorithm `disabled'. | |
| 1241 (cross_disabled_images): New variable. | |
| 1242 (COLOR_INTENSITY): New macro. | |
| 1243 (x_detect_edges): Use COLOR_INTENSITY. | |
| 1244 (x_disable_image): New function. | |
| 1245 (syms_of_xfns): DEFVAR_BOOL cross_disabled_images. | |
| 1246 | |
| 1247 * xdisp.c (build_desired_tool_bar_string): For a toolbar item in | |
| 1248 disabled state, don't apply an image transformation algorithm if | |
| 1249 the user specified an image for the disabled state. Use | |
| 31687 | 1250 `:algorithm disabled' for creating a disabled item's image if the |
| 31652 | 1251 user hasn't specified an image. |
| 1252 | |
| 31639 | 1253 * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color |
| 1254 allocation functions with the XPM lib. | |
| 1255 (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure. | |
| 1256 (XPM_COLOR_CACHE_BUCKETS) [ALLOC_XPM_COLORS]: New macro. | |
| 1257 (xpm_color_cache) [ALLOC_XPM_COLORS]: New variable. | |
| 1258 (xpm_init_color_cache, xpm_free_color_cache, xpm_lookup_color) | |
| 1259 (xpm_alloc_color, xpm_free_colors) [ALLOC_XPM_COLORS]: New | |
| 1260 functions. | |
| 1261 (xpm_load) [ALLOC_XPM_COLORS]: Use Emacs' own color allocation | |
| 1262 functions, if possible, because these handle color allocation | |
| 1263 failure more gracefully. | |
| 1264 (Fimage_mask_p): New function. | |
| 1265 | |
| 31636 | 1266 * xfns.c (QCmatrix, QCcolor_adjustment, QCmask, Qemboss) |
| 1267 (Qedge_detection, Qheuristic): New symbols. | |
| 1268 (syms_of_xfns): Initialize new symbols. | |
| 1269 (lookup_image): Handle `:mask X', `:algorithm emboss', and | |
| 1270 `algorithm (edge-detection ...)'. | |
| 1271 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format): | |
| 1272 (tiff_format, gif_format, gs_format): Add `:mask'. | |
| 1273 (XBM_MASK, XPM_MASK, PBM_MASK, PNG_MASK, JPEG_MASK, TIFF_MASK) | |
| 1274 (GIF_MASK, GS_MASK): New enumerators. | |
| 1275 (x_laplace_read_row, x_laplace_write_row): Functions removed. | |
| 1276 (emboss_matrix, laplace_matrix): New variables. | |
| 1277 (x_to_xcolors, x_from_xcolors, x_detect_edges, x_emboss) | |
| 1278 (x_edge_detection): New functions. | |
| 1279 (x_laplace): Rewritten in terms of x_detect_edges. | |
| 1280 (x_build_heuristic_mask): If image has a mask, free it. | |
| 1281 | |
| 31632 | 1282 2000-09-14 Andrew Innes <andrewi@gnu.org> |
| 1283 | |
| 1284 * makefile.w32-in: Revert to Unix line endings. | |
| 1285 | |
| 31630 | 1286 2000-09-14 Andrew Innes <andrewi@gnu.org> |
| 1287 | |
| 1288 * makefile.w32-in: Standardize indentation somewhat. | |
| 1289 (bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to | |
| 1290 cater for differences between shells. | |
| 1291 | |
| 1292 * w32term.c (w32_per_char_metric): Handle non-TrueType fonts. | |
| 1293 | |
| 31615 | 1294 2000-09-14 Gerd Moellmann <gerd@gnu.org> |
| 1295 | |
| 1296 * xterm.c (x_produce_glyphs): If the distance from the current | |
| 1297 position to the next tab stop is less than a canonical character | |
| 1298 width, use the tab stop after that. | |
| 1299 | |
| 31613 | 1300 2000-09-14 Dave Love <fx@gnu.org> |
| 1301 | |
| 1302 * buffer.c (alloc_buffer_text): Fix xmalloc call. | |
| 1303 | |
| 31607 | 1304 2000-09-14 Gerd Moellmann <gerd@gnu.org> |
| 1305 | |
| 31611 | 1306 * xdisp.c (handle_fontified_prop): While running fontification |
| 1307 functions, bind `fontification-functions' and | |
| 1308 `after-change-functions' to nil. | |
| 1309 | |
| 31607 | 1310 * s/freebsd.h, s/irix-5.0.h, s/sol2.h, s/template.h |
| 1311 (USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP. | |
| 1312 | |
| 1313 * Makefile.in (mallocobj) [SYSTEM_MALLOC]: Don't add ralloc.o. | |
| 1314 | |
| 1315 * emacs.c: Change conditional compilation on REL_ALLOC_MMAP to | |
| 1316 USE_MMAP_FOR_BUFFERS. | |
| 1317 | |
| 1318 * insdel.c (make_gap): Use enlarge_buffer_text. | |
| 1319 | |
| 1320 * buffer.c: Move allocation with mmap here, from ralloc.c. Change | |
| 1321 conditional compilation on REL_ALLOC_MMAP to USE_MMAP_FOR_BUFFERS. | |
| 1322 (mmap_alloc, mmap_free, mmap_realloc) [REL_ALLOC_MMAP]: Renamed | |
| 1323 from former r_alloc_* functions in ralloc.c. | |
| 1324 (mmap_page_size, mmap_initialized_p) [REL_ALLOC_MMAP]: New | |
| 1325 variables. | |
| 1326 (MEM_ALIGN) [REL_ALLOC_MMAP]: New macro. | |
| 1327 (mmap_init) [REL_ALLOC_MMAP]: New function. | |
| 1328 (alloc_buffer_text, enlarge_buffer_text, free_buffer_text): New | |
| 1329 functions replacing macros BUFFER_ALLOC, BUFFER_REALLOC, and | |
| 1330 BUFFER_FREE. | |
| 1331 | |
| 1332 * buffer.h (BUFFER_ALLOC, BUFFER_REALLOC, BUFFER_FREE): Removed. | |
| 1333 (enlarge_buffer_text): Add prototype. | |
| 1334 | |
| 1335 * ralloc.c: Remove everything having to do with the use of mmap. | |
| 1336 | |
| 31577 | 1337 2000-09-13 Gerd Moellmann <gerd@gnu.org> |
| 1338 | |
| 31588 | 1339 * sound.c (Fplay_sound): Doc fix. |
| 1340 | |
| 31580 | 1341 * keyboard.c: Avoid some more compiler warnings. |
| 1342 (parse_tool_bar_item): Ignore cached key bindings. | |
| 1343 | |
| 31577 | 1344 * alloc.c: Add some comments about DOUG_LEA_MALLOC's use of mmap |
| 1345 and allocation of Lisp data. | |
| 1346 | |
| 31555 | 1347 2000-09-12 Gerd Moellmann <gerd@gnu.org> |
| 1348 | |
| 31571 | 1349 * xfaces.c: Remove conditional compilation on SCALABLE_FONTS. |
| 1350 (Finternal_set_lisp_face_attribute): If frame is 0, set new frame | |
| 1351 defaults first. | |
| 1352 | |
| 31555 | 1353 * lread.c (Fload): Put code checking for recursive loads in #if 0. |
| 1354 | |
| 31550 | 1355 2000-09-12 Miyashita Hisashi <himi@meadowy.org> |
| 1356 | |
| 1357 * ccl.c: Comment fixed. | |
| 1358 (MAX_MAP_SET_LEVEL): Increased to 30. | |
| 1359 (PUSH_MAPPING_STACK): Enclose with do-while block. | |
| 1360 (POP_MAPPING_STACK): Likewise. | |
| 1361 (stack_idx_of_map_multiple): New variable. | |
| 1362 (CCL_CALL_FOR_MAP_INSTRUCTION): New macro. | |
| 1363 (ccl_driver) <CCL_IterateMultipleMap>: If the content is a symbol, | |
| 1364 call the corresponding CCL program by | |
| 1365 CCL_CALL_FOR_MAP_INSTRUCTION. | |
| 1366 (ccl_driver) <CCL_MapSingle>: Likewise. | |
| 1367 (ccl_driver) <CCL_MapMultiple>: Rewritten to fix many bugs, deal | |
| 1368 with the case where looking up process reaches to the end of | |
| 1369 map-set, and call CCL programs as the above change. | |
| 1370 | |
| 31535 | 1371 2000-09-11 Gerd Moellmann <gerd@gnu.org> |
| 1372 | |
| 31544 | 1373 * xfns.c (png_load, jpeg_load): Declare some variables volatile |
| 1374 that might be clobbered by longjmp. | |
| 1375 (check_x_display_info, x_decode_color, create_frame_xic) | |
| 1376 (Fx_display_backing_store, Fx_display_visual_class) | |
| 1377 (x_build_heuristic_mask, pbm_scan_number): Avoid compiler | |
| 1378 warnings. | |
| 1379 | |
| 31537 | 1380 * lread.c (init_lread): Set Vloads_in_progress to nil. |
| 1381 (Fload): Show list of recursively loaded files, when signaling an | |
| 1382 error. | |
| 1383 | |
| 31535 | 1384 * lread.c (Vloads_in_progress): New variable. |
| 1385 (record_load_unwind): New function. | |
| 1386 (Fload): Check for recursive loads. | |
| 1387 (syms_of_lread): Initialize Vloads_in_progress. | |
| 1388 (read_integer, read1): Avoid some compiler warnings. | |
| 1389 | |
| 1390 * fns.c (concat, Fsubstring, internal_equal, Fnconc): Avoid some | |
| 1391 compiler warnings. | |
| 1392 | |
| 31532 | 1393 2000-09-11 Miles Bader <miles@gnu.org> |
| 1394 | |
| 1395 * editfns.c (Fbuffer_string): Doc fix. | |
| 1396 | |
| 31526 | 1397 2000-09-10 Gerd Moellmann <gerd@gnu.org> |
| 1398 | |
| 1399 * ralloc.c (mmap_enlarge): Don't return 0 if successful. | |
| 1400 | |
|
31524
3935d834ff04
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
Ken Raeburn <raeburn@raeburn.org>
parents:
31523
diff
changeset
|
1401 2000-09-09 Ken Raeburn <raeburn@gnu.org> |
|
3935d834ff04
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
Ken Raeburn <raeburn@raeburn.org>
parents:
31523
diff
changeset
|
1402 |
|
3935d834ff04
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
Ken Raeburn <raeburn@raeburn.org>
parents:
31523
diff
changeset
|
1403 * s/netbsd.h: Use NOT_C_CODE, not NO_C_SOURCE, when deciding |
|
3935d834ff04
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
Ken Raeburn <raeburn@raeburn.org>
parents:
31523
diff
changeset
|
1404 whether to include other header files. |
|
3935d834ff04
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
Ken Raeburn <raeburn@raeburn.org>
parents:
31523
diff
changeset
|
1405 |
| 31523 | 1406 2000-09-09 Gerd Moellmann <gerd@gnu.org> |
| 1407 | |
| 1408 * xfaces.c (CYCLE_CHECK): Don't use the Lisp_Object returned | |
| 31527 | 1409 by Fmemq as a boolean. |
| 31523 | 1410 |
|
31521
8fa910d9155b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31516
diff
changeset
|
1411 2000-09-08 Stefan Monnier <monnier@cs.yale.edu> |
|
8fa910d9155b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31516
diff
changeset
|
1412 |
|
8fa910d9155b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31516
diff
changeset
|
1413 * xfaces.c (Finternal_set_lisp_face_attribute): Minor thinko. |
|
8fa910d9155b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31516
diff
changeset
|
1414 |
| 31490 | 1415 2000-09-08 Gerd Moellmann <gerd@gnu.org> |
| 1416 | |
| 31516 | 1417 * ralloc.c (mmap_fd): Remove initializer which can make it |
| 1418 read-only in a dumped Emacs. | |
| 1419 (mmap_fd_1): New variable. | |
| 1420 (mmap_set_vars): Remove local `fd'. Save mmap_fd in mmap_fd_1, | |
| 1421 restore it from there. | |
| 1422 (r_alloc, r_re_alloc, r_alloc_free): Call r_alloc_init | |
| 1423 unconditionally so that mmap_fd can be initialized there. | |
| 1424 (r_alloc_init_fd): Open-coded in r_alloc_init; function removed. | |
| 1425 (r_alloc_init) [REL_ALLOC_MMAP && !MAP_ANON]: Open /dev/zero. | |
| 1426 (r_alloc_init) [REL_ALLOC_MMAP && MAP_ANON]: Set mmap_fd to -1. | |
| 1427 | |
| 31508 | 1428 * xfaces.c (Finternal_merge_in_global_face): Return a Lisp object. |
| 1429 | |
| 1430 * xdisp.c (dump_glyph_row): Fix printf format string. | |
| 1431 (display_line, move_it_in_display_line_to): Avoid compiler | |
| 1432 warnings. | |
| 1433 | |
| 31502 | 1434 * s/freebsd.h (GC_MARK_STACK, REL_ALLOC_MMAP): Define. |
| 1435 | |
| 31497 | 1436 * keymap.c (Fset_keymap_parent): Check for cycles in keymap |
| 1437 inheritance. | |
| 1438 | |
| 31494 | 1439 * xdisp.c (try_window_id): When trying to locate cursor in |
| 1440 unchanged rows at the top, handle the case that we can't find it. | |
| 1441 | |
| 31490 | 1442 * xterm.c (x_draw_glyphs): Handle case START and END are out |
| 1443 of bounds more carefully. | |
| 1444 | |
| 31488 | 1445 2000-09-08 Dave Love <fx@gnu.org> |
| 1446 | |
| 31505 | 1447 * s/sol2.h (REL_ALLOC_MMAP): Define. |
| 1448 * s/irix5-0.h (REL_ALLOC_MMAP): Likewise. | |
| 1449 | |
| 1450 * ralloc.c: Don't include string.h (redundant). | |
| 1451 (MAP_ANON) [REL_ALLOC_MMAP]: Ensure it's defined. | |
| 1452 [!MAP_ANON]: Include fcntl.h. | |
| 1453 (mmap_fd) [REL_ALLOC_MMAP]: New variable. | |
| 1454 (r_alloc, r_re_alloc, r_alloc_free) | |
| 1455 (mmap_enlarge, mmap_set_vars): Use it. | |
| 1456 (r_alloc_init_fd): New function. | |
| 1457 (__morecore) [SYSTEM_MALLOC]: Don't declare. | |
| 1458 (r_alloc_init): Call r_alloc_init_fd. Conditionalize stuff on | |
| 1459 malloc type. | |
| 1460 | |
| 1461 * Makefile.in (allocaobj) [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: | |
| 1462 Remove vm-limit.o. | |
| 1463 | |
| 31488 | 1464 * unexelf.c (SHT_MIPS_DEBUG, HDRR) [__mips__]: Really confine last |
| 1465 change to __NetBSD__. | |
| 1466 | |
| 31485 | 1467 2000-09-08 Kenichi Handa <handa@etl.go.jp> |
| 1468 | |
| 1469 * search.c (compile_pattern): Check the multibyteness of cached | |
| 1470 string and PATTERN. | |
| 1471 | |
| 31484 | 1472 2000-09-08 Miles Bader <miles@gnu.org> |
| 1473 | |
| 1474 * xfaces.c (default_face_vector): Function removed. | |
| 1475 (Finternal_merge_in_global_face): Restore old global/local | |
| 1476 attribute override order. Use inline loop instead of calling | |
| 1477 default_face_vector. | |
| 1478 | |
| 31474 | 1479 2000-09-07 Gerd Moellmann <gerd@gnu.org> |
| 1480 | |
| 1481 * ralloc.c (obtain, relinquish, relinquish, r_alloc_size_in_use) | |
| 1482 (get_bloc, relocate_blocs, update_heap_bloc_correspondence) | |
| 1483 (resize_bloc, r_alloc_sbrk, r_alloc_init): Add casts to `char *' | |
| 1484 where necessary, in case POINTER_TYPE is `void'. | |
| 1485 | |
| 31472 | 1486 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il> |
| 1487 | |
| 1488 * frame.c (make_terminal_frame): Initialize frame foreground and | |
| 1489 background colors to unspecified, for the initial instance of an | |
| 1490 MSDOS frame. | |
| 1491 | |
| 31467 | 1492 2000-09-07 Gerd Moellmann <gerd@gnu.org> |
| 1493 | |
| 31469 | 1494 * ralloc.c (mmap_find): Fix overlap computation. |
| 1495 (mmap_enlarge): Compute nbytes before trying to find an | |
| 1496 overlapping region. | |
| 1497 | |
| 31467 | 1498 * xfaces.c (smaller_face): Compare font heights with `<' and `>' |
| 1499 instead of `!='. | |
| 1500 | |
| 1501 * lread.c (syms_of_lread): Change value of regexp | |
| 1502 Vbytecomp_version_regexp to not match some XEmacs-compiled files. | |
| 1503 | |
| 1504 * xmenu.c (xdialog_show): When looking up the selection in | |
| 1505 menu_items, take `quote' boundaries into account; this corresponds | |
| 1506 to a nil ITEM in x-popup-dialog. | |
| 1507 | |
| 31454 | 1508 2000-09-07 Kenichi Handa <handa@etl.go.jp> |
| 1509 | |
| 31459 | 1510 * charset.h (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80, |
| 1511 not 0x81. | |
| 1512 (MIN_CHAR_OFFICIAL_DIMENSION1): Define it as ((0x81 - 0x70) << 7). | |
| 1513 | |
| 31454 | 1514 * coding.c (encode_coding_sjis_big5): Use translation table for |
| 31456 | 1515 encoding, not decoding. Fix the handling of latin-jisx0201. |
| 1516 Check for the charset katakana-jisx0201 too. | |
| 31454 | 1517 (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1. |
| 31467 | 1518 (detect_coding_sjis): Check the byte sequence more rigidly. |
| 31454 | 1519 |
| 31441 | 1520 2000-09-07 Gerd Moellmann <gerd@gnu.org> |
| 1521 | |
| 31452 | 1522 * xfaces.c (Vparam_value_alist): New variable. |
| 1523 (syms_of_xfaces): Initialize it. | |
| 1524 (Finternal_set_lisp_face_attribute): Avoid more consing. | |
| 1525 | |
| 1526 * frame.c (Fframe_parameter): Handle `name' and `background-mode' | |
| 1527 specially. | |
| 1528 (Fframe_parameter) [HAVE_X_WINDOWS]: Handle `display' specially. | |
| 1529 (Qbackground_mode): New variable. | |
| 1530 (syms_of_frame_1): Initialize Qbackground_mode. | |
| 1531 | |
| 1532 * lisp.h (Qdisplay): Declare extern. | |
| 31444 | 1533 |
| 31441 | 1534 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is 0, |
| 1535 change face on all frames, and change the default for new frames. | |
| 1536 | |
| 31438 | 1537 2000-09-07 Dave Love <fx@gnu.org> |
| 1538 | |
| 1539 * Makefile.in [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: Set mallocobj. | |
| 1540 | |
| 31418 | 1541 2000-09-07 Kenichi Handa <handa@etl.go.jp> |
| 1542 | |
| 31433 | 1543 * charset.h (MAKE_CHAR): Be sure to set MSB of C1 to 0. |
| 1544 | |
| 31432 | 1545 * charset.c: Include composite.h |
| 1546 (lisp_string_width): New function. | |
| 1547 (Fstring_width): Call lisp_string_width instead of strwidth. | |
| 1548 | |
| 1549 * Makefile.in (charset.o): Depends on composite.h. | |
| 1550 | |
| 31418 | 1551 * process.c (read_process_output): Before inserting the decoded |
| 1552 text in the buffer, adjust the multibyteness. | |
| 1553 | |
| 31409 | 1554 2000-09-06 Gerd Moellmann <gerd@gnu.org> |
| 1555 | |
| 31417 | 1556 * buffer.c (set_buffer_internal_1) [REL_ALLOC_MMAP]: If |
| 1557 buffer's text buffer is null, map new memory. | |
| 1558 | |
| 31415 | 1559 * ralloc.c (POINTER, SIZE) [emacs]: Define in terms of |
| 1560 POINTER_TYPE and size_t. | |
| 1561 (struct mmap_region) [REL_ALLOC_MMAP]: New structure. | |
| 1562 (mmap_regions, mmap_regions_1) [REL_ALLOC_MMAP]: New variables. | |
| 1563 (ROUND, MMAP_REGION_STRUCT_SIZE, MMAP_REGION, MMAP_USER_AREA) | |
| 1564 [REL_ALLOC_MMAP]: New macros. | |
| 1565 (mmap_find, mmap_free, mmap_enlarge, mmap_set_vars) | |
| 1566 (mmap_mapped_bytes, r_alloc, r_re_alloc, r_alloc_free) | |
| 1567 [REL_ALLOC_MMAP]: New functions. | |
| 1568 | |
| 1569 * emacs.c (Fdump_emacs) [REL_ALLOC_MMAP]: Call mmap_set_vars | |
| 1570 before and after unexec. | |
| 1571 | |
| 1572 * buffer.c (init_buffer) [REL_ALLOC_MMAP]: Map new buffer | |
| 1573 text buffers if necessary. | |
| 1574 | |
| 1575 * buffer.h (R_ALLOC_DECLARE): Removed because unused. | |
| 1576 (r_alloc, r_re_alloc, r_alloc_free): Use POINTER_TYPE and size_t | |
| 1577 in prototypes. | |
| 1578 | |
| 31409 | 1579 * config.in (HAVE_MMAP): Add #undef. |
| 1580 | |
| 31394 | 1581 2000-09-05 Gerd Moellmann <gerd@gnu.org> |
| 1582 | |
| 31402 | 1583 * frame.c (Qdisplay_type): New variable. |
| 1584 (syms_of_frame_1): Initialize it. | |
| 1585 (Fframe_parameter): New function that avoids consing. | |
| 1586 (syms_of_frame): Defsubr it. | |
| 1587 | |
| 31396 | 1588 * buffer.c (Fother_buffer): Consider buffers as invisible when |
| 1589 they are displayed in a window on an invisible frame. | |
| 1590 | |
| 31394 | 1591 * window.c (window_loop) <GET_LARGEST_WINDOW>: Fix bug making |
| 1592 get-largest-window always return nil. | |
| 1593 | |
| 31368 | 1594 2000-09-04 Gerd Moellmann <gerd@gnu.org> |
| 1595 | |
| 1596 * lread.c (syms_of_lread): Make Vbytecomp_version_regexp a Lisp | |
| 1597 variable; recognize Emacs 19 elc files. | |
| 1598 | |
| 31366 | 1599 2000-09-04 Miles Bader <miles@gnu.org> |
| 1600 | |
| 1601 * xmenu.c (xmenu_show): Call x_set_menu_resources_from_menu_face | |
| 1602 before initially popping up the menu, so the menu doesn't flash | |
| 1603 when the face settings are significantly different from the | |
| 1604 defaults. | |
| 1605 | |
|
31360
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1606 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1607 |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1608 * regex.c (WIDE_CHAR_SUPPORT): New macro. |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1609 (btowc, iswctype, wctype) [_LIBC]: Redefine to __<fun>. |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1610 (BIT_ALPHA, BIT_ALNUM, BIT_ASCII, BIT_NONASCII, BIT_GRAPH, BIT_PRINT) |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1611 (BIT_UNIBYTE): Remove. |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1612 (re_match_2_internal): Delete corresponding code and streamline the |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1613 BIT_MULTIBYTE case to not bother checking ISUNIBYTE. |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1614 (CHAR_CLASS_MAX_LENGTH) [!WIDE_CHAR_SUPPORT]: Set to 9 rather than 6. |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1615 (re_wctype_t): New type. |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1616 (re_wctype, re_iswctype, re_wctype_to_bit): New functions. |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1617 (regex_compile): Use them and fix handling of overly long char classes. |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1618 |
| 31352 | 1619 2000-09-03 Andrew Innes <andrewi@gnu.org> |
| 1620 | |
| 31359 | 1621 * makefile.w32-in: Change to DOS line endings. |
| 1622 | |
| 31352 | 1623 * s/ms-w32.h (ORDINARY_LINK): New define. |
| 1624 | |
| 1625 * w32.c (_ANONYMOUS_UNION) [__GNUC__]: New define | |
| 1626 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
| 1627 | |
| 1628 * makefile.w32-in (clean): Don't delete config.h and epaths.h. | |
| 1629 (distclean): Delete them here instead. | |
| 1630 | |
| 31355 | 1631 * w32proc.c (compare_env): Convert to uppercase for comparison, |
| 1632 not lowercase, to match how the native Windows shell works. | |
| 1633 | |
| 31346 | 1634 2000-09-03 Jason Rumney <jasonr@gnu.org> |
| 1635 | |
| 1636 * ChangeLog: Remove -unix from coding. Let Emacs autodetect, as | |
| 1637 CVS changes the line-ends when checking in/out on DOS/Windows. | |
| 1638 | |
| 1639 * makefile.nt (emacs): Do not change directory to run temacs, as | |
| 1640 the load-path is set relative to current directory. | |
| 1641 | |
| 31342 | 1642 2000-09-03 Miles Bader <miles@gnu.org> |
| 1643 | |
| 1644 * xterm.c (x_alloc_lighter_color_for_widget): New function. | |
| 1645 | |
| 31333 | 1646 2000-09-02 Gerd Moellmann <gerd@gnu.org> |
| 1647 | |
| 31339 | 1648 * xdisp.c (redisplay_mode_lines): New function. |
| 1649 (display_mode_lines): Return number of mode lines displayed. | |
| 1650 (echo_area_display): Use redisplay_mode_lines to draw garbaged | |
| 1651 mode lines. Don't temporarily bind redisplay-dont-pause to t. | |
| 1652 | |
| 31337 | 1653 * emacs.c, callint.c, doc.c, editfns.c: Remove includes of |
| 1654 string.h and strings.h. | |
| 1655 (index) [HAVE_INDEX]: Add prototype. | |
| 1656 | |
| 31333 | 1657 * unexelf.c (SHT_PROGBITS) [__NetBSD__ && !PT_LOAD]: Don't define. |
| 1658 (SHT_MIPS_DEBUG, HDRR) [__NetBSD__ && __mips__]: Define. | |
| 1659 | |
| 1660 * s/netbsd.h [!NO_C_SOURCE]: Include <signal.h>. | |
| 1661 (GC_SETJMP_WORKS, GC_MARK_STACK): Define. | |
| 1662 | |
| 31316 | 1663 2000-09-01 Gerd Moellmann <gerd@gnu.org> |
| 1664 | |
| 1665 * lread.c (read1): Accept `?' as symbol constituent, for | |
| 1666 compatiblity with XEmacs. | |
| 1667 | |
|
31312
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
1668 2000-08-31 Stefan Monnier <monnier@cs.yale.edu> |
|
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
1669 |
|
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
1670 * regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag. |
|
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
1671 (struct re_pattern_buffer): Remove newline_anchor. |
|
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
1672 * regex.c: Keep namespace clean for GNU libc by renaming <fun> |
|
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
1673 to __<fun> and using `weak_alias (__<fun>, <fun>)'. |
|
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
1674 (re_max_failures, fail_stack): Use size_t rather than unsigned. |
|
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
1675 (regex_compile): For ^ and $, choose between buffer and line (beg|end) |
|
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
1676 depending on the new RE_NO_NEWLINE_ANCHOR syntax flag. |
|
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
1677 (print_compiled_pattern, re_search_2, mutually_exclusive_p) |
|
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
1678 (re_match_2_internal, re_compile_pattern, re_comp, regcomp): |
|
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
1679 Get rid of references to newline_anchor. |
|
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
1680 (regcomp): Allocate and precompute a fastmap. |
|
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
1681 |
| 31308 | 1682 2000-08-31 Gerd Moellmann <gerd@gnu.org> |
| 1683 | |
| 1684 * lread.c (openp): GCPRO local variable `filename'. | |
| 1685 | |
|
31300
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1686 2000-08-30 Stefan Monnier <monnier@cs.yale.edu> |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1687 |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1688 * regex.h (struct re_pattern_buffer): Use size_t for used/allocated. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1689 |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1690 * regex.c: Merge some changes from GNU libc. Add prototypes. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1691 (bcopy, bcmp, REGEX_REALLOCATE, re_match_2_internal): |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1692 Use memcmp and memcpy instead of bcopy and bcmp. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1693 (init_syntax_once): Use ISALNUM. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1694 (PUSH_FAILURE_POINT, re_match_2_internal): Remove failure_id. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1695 (REG_UNSET_VALUE): Remove. Use NULL instead. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1696 (REG_UNSET, re_match_2_internal): Use NULL. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1697 (SET_HIGH_BOUND, MOVE_BUFFER_POINTER, ELSE_EXTEND_BUFFER_HIGH_BOUND): |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1698 New macros. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1699 (EXTEND_BUFFER): Use them (to work with BOUNDED_POINTERS). |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1700 (GET_UNSIGNED_NUMBER): Don't use ISDIGIT. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1701 (regex_compile): In handle_interval, return an error rather than try to |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1702 unfetch the interval if we can't find the closing brace. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1703 Obey the RE_NO_GNU_OPS syntax bit. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1704 (TOLOWER): New macro. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1705 (regcomp): Use it. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1706 (regexec): Allocate regs.start and regs.end as one block. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1707 |
| 31293 | 1708 2000-08-30 Gerd Moellmann <gerd@gnu.org> |
| 1709 | |
| 31296 | 1710 * xdisp.c (echo_area_display): Check display_completed instead |
| 1711 of calling detect_input_pending. | |
| 1712 | |
| 31297 | 1713 * dispnew.c (update_frame): Only set display_completed here; move |
| 31296 | 1714 the update_begin and update_end calls here from update_frame_1. |
| 1715 (update_frame_1): Don't set display_completed here, don't call | |
| 1716 update_begin/update_end. | |
| 1717 | |
| 31293 | 1718 * xfaces.c (set_font_frame_param): Use Fmodify_frame_parameters |
| 1719 instead of store_frame_param. | |
| 1720 | |
| 31272 | 1721 2000-08-29 Gerd Moellmann <gerd@gnu.org> |
| 1722 | |
| 1723 * dispnew.c (build_frame_matrix_from_leaf_window): If a row of a | |
| 1724 desired window matrix hasn't been displayed, use the current row | |
| 1725 instead. Make sure that only those frame rows are updated for | |
| 1726 which there exists a corresponding enabled desired row. | |
| 1727 | |
| 31263 | 1728 2000-08-29 Miles Bader <miles@gnu.org> |
| 1729 | |
| 1730 * xfaces.c (default_face_vector): New function. | |
| 1731 (Finternal_merge_in_global_face): Use it instead of merge_face_vectors. | |
| 1732 | |
| 31256 | 1733 2000-08-29 Gerd Moellmann <gerd@gnu.org> |
| 1734 | |
| 1735 * lread.c (openp): Prevent temporary string passed to | |
| 1736 Ffile_readable_p from being garbage collected. | |
| 1737 | |
| 31234 | 1738 2000-08-28 Dave Love <fx@gnu.org> |
| 1739 | |
| 1740 * keymap.c (store_in_keymap): Add `static' to declaration. | |
| 1741 | |
| 31229 | 1742 2000-08-28 Gerd Moellmann <gerd@gnu.org> |
| 1743 | |
| 1744 * emacs.c, callint.c, doc.c, editfns.c | |
| 1745 (toplevel) [HAVE_STRING_H]: Include string.h. | |
| 1746 (toplevel) [HAVE_STRINGS_H]: Include strings.h. | |
| 1747 (index): Remove prototypes which might conflict with non-standard | |
| 1748 definitions of index/strchr. | |
| 1749 | |
| 1750 * s/usg5-3.h (index): Define only if not HAVE_INDEX. | |
| 1751 (rindex): Define only if !HAVE_RINDEX. | |
| 1752 | |
| 1753 * s/sco5.h (bcopy, bzero, bcmp): Don't define. | |
| 1754 | |
| 1755 * config.in (HAVE_INDEX, HAVE_RINDEX, HAVE_STRINGS_H): Add undefs. | |
| 1756 | |
| 31222 | 1757 2000-08-28 Miles Bader <miles@gnu.org> |
| 1758 | |
| 1759 * xfaces.c (merge_face_vectors): Clear TO's :font attribute if | |
| 1760 made inconsistent by a font-related attribute in FROM. | |
| 1761 (merge_face_inheritance): Add function comment. | |
| 1762 | |
| 31216 | 1763 2000-08-28 Kenichi Handa <handa@etl.go.jp> |
| 1764 | |
| 1765 * keyboard.c (read_char_minibuf_menu_prompt): Call read_char with | |
| 1766 the 4th arg (PREV_EVENT) Qt to suppress input method. | |
| 1767 | |
|
31210
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1768 2000-08-27 Stefan Monnier <monnier@cs.yale.edu> |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1769 |
|
31214
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
1770 * regex.c: Indent cpp directives and remove parens after `defined'. |
|
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
1771 (PTR_TO_OFFSET, POS_AS_IN_BUFFER): Move to a better place. |
|
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
1772 (ISDIGIT, ISCNTRL, ISXDIGIT) [!emacs]: Remove duplicate definition. |
|
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
1773 (regex_compile): Use RE_FRUGAL instead of RE_ALL_GREEDY. |
|
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
1774 (re_compile_pattern): Use size_t for length. |
|
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
1775 (init_syntax_once): Move to a better place. |
|
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
1776 * regex.h: Merge changes from GNU libc. Indent cpp directives. |
|
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
1777 (RE_FRUGAL): Replaces RE_ALL_GREEDY (inverted meaning). |
|
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
1778 |
|
31210
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1779 * syntax.c (back_comment): Detect cases where a comment-starter is |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1780 actually inside another comment as in: /* a // b */ c // d \n. |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1781 Make it clear that `comstart_pos' is unused for nested comments. |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1782 |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1783 * keymap.c (store_in_keymap, fix_submap_inheritance): New prototypes. |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1784 (KEYMAPP): New macro. |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1785 (Fkeymap_parent, Fset_keymap_parent): Use it. |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1786 (fix_submap_inheritance): Mark it static. |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1787 (define_as_prefix, describe_buffer_bindings, describe_command) |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1788 (describe_translation, describe_map): Complete prototypes. |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1789 |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1790 * lisp.h (store_in_keymap, fix_submap_inheritance): Remove. |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1791 |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1792 * keyboard.c (menu_bar_item): Detect duplicate entries for all items |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1793 to better match the key-lookup behavior. |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1794 |
| 31203 | 1795 2000-08-27 Gerd Moellmann <gerd@gnu.org> |
| 1796 | |
| 1797 * xfaces.c (lface_fully_specified_p): Handle :inherit. | |
| 1798 (Finternal_set_lisp_face_attribute): Fix typo in error message. | |
| 1799 | |
| 31200 | 1800 2000-08-27 Eli Zaretskii <eliz@is.elta.co.il> |
| 1801 | |
| 1802 * Makefile.in (dispnew.o, indent.o, fontset.o, minibuf.o) | |
| 1803 (process.o, scroll.o, sysdep.o): Depend on keyboard.h. | |
| 1804 (xterm.o): Depend on coding.h | |
| 1805 | |
| 31181 | 1806 2000-08-26 Kenichi Handa <handa@etl.go.jp> |
| 1807 | |
| 1808 * cmds.c (internal_self_insert): Delete '#ifdef HAVE_FACES' and | |
| 1809 the corresponding '#endif'. | |
| 1810 | |
| 31180 | 1811 2000-08-26 Miles Bader <miles@gnu.org> |
| 1812 | |
| 1813 * dispextern.h (enum lface_attribute_index): Add LFACE_INHERIT_INDEX. | |
| 1814 * xfaces.c (QCinherit): New variable. | |
| 1815 (syms_of_xfaces): Initialize it. | |
| 1816 (LFACE_INHERIT): New macro. | |
| 1817 (Finternal_get_lisp_face_attribute) | |
| 1818 (merge_face_vector_with_property) | |
| 1819 (Finternal_set_lisp_face_attribute): Deal with :inherit attribute. | |
| 1820 (check_lface_attrs): Allow new types of face height. Check | |
| 1821 inherit attribute. | |
| 1822 (CYCLE_CHECK): New macro. | |
| 1823 (merge_face_inheritance): New function. | |
| 1824 (merge_face_vectors): Merge inherited faces too. Add F and | |
| 1825 CYCLE_CHECK arguments. | |
| 1826 (merge_face_vector_with_property, Finternal_merge_in_global_face) | |
| 1827 (lookup_named_face, lookup_derived_face, realize_named_face) | |
| 1828 (face_at_string_position, face_at_buffer_position): Supply | |
| 1829 new F and CYCLE_CHECK arguments to merge_face_vectors. | |
| 1830 (merge_face_heights): New function. | |
| 1831 (merge_face_vectors, merge_face_vector_with_property) | |
| 1832 (Finternal_set_lisp_face_attribute): Call merge_face_heights to | |
| 1833 handle relative face heights. | |
| 1834 (lface_same_font_attributes_p): Compare heights using EQ. | |
| 1835 | |
| 31176 | 1836 2000-08-26 Kenichi Handa <handa@etl.go.jp> |
| 1837 | |
| 1838 * charset.c (char_to_string): Check the character validity. | |
| 1839 (char_valid_p): If C is not less than MAX_CHAR, be sure to return | |
| 1840 0. | |
| 1841 | |
|
31172
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1842 2000-08-25 Stefan Monnier <monnier@cs.yale.edu> |
|
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1843 |
|
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1844 * regex.c (PUSH_FAILURE_COUNT): New macro. |
|
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1845 (POP_FAILURE_REG_OR_COUNT): Renamed from POP_FAILURE_REG. |
|
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1846 Handle popping of a register's or a counter's data. |
|
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1847 (POP_FAILURE_POINT): Use the new name. |
|
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1848 (re_match_2_internal): Push counter data on the stack for succeed_n, |
|
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1849 jump_n and set_number_at and remove misleading dead code in succeed_n. |
|
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1850 |
| 31171 | 1851 2000-08-25 Gerd Moellmann <gerd@gnu.org> |
| 1852 | |
| 1853 * xdisp.c (redisplay_internal): If considering all windows on all | |
| 1854 frames, update the display for each frame as soon as possible, | |
| 1855 instead of first building all desired matrices for all frames, and | |
| 1856 then updating them all. | |
| 1857 (try_cursor_movement): Handle case that last_cursor.vpos is -1. | |
| 1858 | |
| 31148 | 1859 2000-08-24 Gerd Moellmann <gerd@gnu.org> |
| 1860 | |
| 31153 | 1861 * bytecode.c (mark_byte_stack): Add a comment. |
| 1862 | |
| 31148 | 1863 * frame.h (FRAME_FLAGS_AREA_COLS, FRAME_FLAGS_AREA_WIDTH) |
| 1864 (FRAME_LEFT_FLAGS_AREA_WIDTH): Return 0 unless frame is | |
| 1865 a graphical frame. | |
| 1866 | |
| 31137 | 1867 2000-08-24 Kenichi Handa <handa@etl.go.jp> |
| 1868 | |
| 31139 | 1869 * minibuf.c (do_completion): Always use compare-string, not |
| 1870 string-equal because the latter doesn't pay attention to | |
| 1871 multibyteness of strings. | |
| 1872 | |
| 31137 | 1873 * process.c (create_process): Don't setup raw-text coding here. |
| 1874 (Fopen_network_stream): Don't set coding->src_multibyte and | |
| 1875 coding->dst_multibyte here. | |
| 1876 (read_process_output): For process filter, return unibyte string | |
| 1877 if default-enable-multibyte-characters is nil. | |
| 1878 (send_process): If OBJECT is multibyte text, be sure to encoded it | |
| 1879 by the specified coding system for the process. Otherwise, setup | |
| 1880 raw-text coding. | |
| 1881 (init_process): Don't initialize default-process-coding-system | |
| 1882 here. | |
| 1883 | |
| 31129 | 1884 2000-08-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 1885 | |
| 1886 * buffer.c (syms_of_buffer) <scroll-up-aggressively>: Doc fix. | |
| 1887 <scroll-down-aggressively>: Likewise. | |
| 1888 | |
| 31121 | 1889 2000-08-23 Kenichi Handa <handa@etl.go.jp> |
| 1890 | |
| 31122 | 1891 * coding.c (encode_eol): Fix bug for the case of dst_bytes being |
| 1892 zero. Set coding->produced_char correctly. | |
| 31121 | 1893 |
| 31120 | 1894 2000-08-22 Andrew Innes <andrewi@gnu.org> |
| 1895 | |
| 1896 * makefile.w32-in: New file. | |
| 1897 | |
| 1898 * unexw32.c (unexec): Ignore old_name, and use the actual location | |
| 1899 of the current executable instead. Base new_name on this. | |
| 1900 | |
| 1901 * w32proc.c (create_child): Remove reference to security | |
| 1902 descriptor, which isn't needed and doesn't compile with mingw32. | |
| 1903 | |
| 1904 * w32term.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
| 1905 up dllimport attributes. | |
| 1906 (x_update_window_end): Update prototype. | |
| 1907 | |
| 1908 * unexec.c (write_segment) [USE_CRT_DLL]: Remove unnecessary | |
| 1909 extern, which screws up dllimport attributes. | |
| 1910 | |
| 1911 * sysdep.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
| 1912 up dllimport attributes. | |
| 1913 | |
| 1914 * strftime.c [USE_CRT_DLL]: Remove unnecessary extern, which | |
| 1915 screws up dllimport attributes. | |
| 1916 | |
| 1917 * process.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
| 1918 up dllimport attributes. | |
| 1919 (create_process) [USE_CRT_DLL]: Remove unnecessary extern, which | |
| 1920 screws up dllimport attributes. | |
| 1921 | |
| 1922 * lread.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
| 1923 up dllimport attributes. | |
| 1924 | |
| 1925 * keyboard.c [USE_CRT_DLL]: Remove unnecessary extern, which | |
| 1926 screws up dllimport attributes. | |
| 1927 | |
| 1928 * floatfns.c [USE_CRT_DLL]: Remove unnecessary extern, which | |
| 1929 screws up dllimport attributes. | |
| 1930 | |
| 1931 * fileio.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
| 1932 up dllimport attributes. | |
| 1933 | |
| 1934 * emacs.c (malloc_initialize_hook) [USE_CRT_DLL]: Remove | |
| 1935 unnecessary extern, which screws up dllimport attributes. | |
| 1936 (main): Ditto. | |
| 1937 | |
| 1938 * editfns.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
| 1939 up dllimport attributes. | |
| 1940 | |
| 1941 * dispnew.c (window_change_signal) [USE_CRT_DLL]: Remove | |
| 1942 unnecessary extern, which screws up dllimport attributes. | |
| 1943 | |
| 1944 * callproc.c [USE_CRT_DLL]: Remove unnecessary extern, which | |
| 1945 screws up dllimport attributes. | |
| 1946 | |
| 1947 * buffer.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
| 1948 up dllimport attributes. | |
| 1949 | |
| 1950 * w32proc.c (IsValidLocale): Extern missing from mingw32 headers. | |
| 1951 | |
| 1952 * w32bdf.c (search_file_line): | |
| 1953 (set_bdf_font_info): | |
| 1954 (seek_char): | |
| 1955 (w32_get_bdf_glyph): | |
| 1956 (w32_BDF_to_x_font): Fix compile warnings. | |
| 1957 | |
| 1958 * w32menu.c: Include keyboard.h before frame.h. Fix compile | |
| 1959 warnings. | |
| 1960 | |
| 1961 * w32select.c: Include keyboard.h before frame.h. | |
| 1962 | |
| 1963 * w32fns.c (max): Define macro. | |
| 1964 (JOHAB_CHARSET): Define if not known. | |
| 1965 (MOD_ALT, MOD_CONTROL, MOD_SHIFT, MOD_WIN): Define if not known. | |
| 1966 (Fx_show_tip): Synch with X version. | |
| 1967 | |
| 1968 * w32xfns.c: Include keyboard.h before frame.h. | |
| 1969 | |
| 1970 * w32fns.c: Include keyboard.h before frame.h. | |
| 1971 | |
| 1972 * w32term.c: Include keyboard.h before frame.h. | |
| 1973 | |
| 1974 * fontset.c: Include keyboard.h before frame.h. | |
| 1975 | |
| 1976 * w32inevt.c: Include keyboard.h before frame.h. | |
| 1977 (MOUSE_MOVED): Define if not known. | |
| 1978 | |
| 1979 * minibuf.c: Include keyboard.h before frame.h. | |
| 1980 | |
| 1981 * keyboard.c: Include keyboard.h before frame.h. | |
| 1982 | |
| 1983 * indent.c: Include keyboard.h before frame.h. | |
| 1984 | |
| 1985 * dispnew.c: Include keyboard.h before frame.h. | |
| 1986 | |
| 1987 * buffer.c: Include keyboard.h before frame.h. | |
| 1988 | |
| 1989 * alloc.c: Include keyboard.h before frame.h. | |
| 1990 | |
| 1991 * print.c: Include keyboard.h before frame.h. | |
| 1992 | |
| 1993 * process.c: Include keyboard.h before frame.h. | |
| 1994 | |
| 1995 * scroll.c: Include keyboard.h before frame.h. | |
| 1996 | |
| 1997 * sysdep.c: Include keyboard.h before frame.h. | |
| 1998 | |
| 1999 * term.c: Include keyboard.h before frame.h. | |
| 2000 | |
| 2001 * window.c: Include keyboard.h before frame.h. | |
| 2002 | |
| 2003 * xdisp.c: Include keyboard.h before frame.h. | |
| 2004 Separate GLYPH_DEBUG and DEBUG_TRACE_MOVE. | |
| 2005 | |
| 2006 * frame.c: Include keyboard.h before frame.h. | |
| 2007 | |
| 2008 * w32heap.h: Undefine min, max. | |
| 2009 | |
| 2010 * w32gui.h: Undefine min, max. | |
| 2011 | |
| 2012 * unexw32.c: Change PUCHAR to PCHAR. | |
| 2013 (PTR_TO_OFFSET): Cast ptr to unsigned char *. | |
| 2014 (relocate_offset): | |
| 2015 (get_section_info): | |
| 2016 (copy_executable_and_dump_data): Remove unnecessary static defs. | |
| 2017 (copy_executable_and_dump_data): Fix compile warnings. | |
| 2018 | |
| 2019 * sysdep.c (NULL) [WINDOWSNT]: Define NULL if not defined. | |
| 2020 | |
| 2021 * w32console.c (min): Define macro. | |
| 2022 (clear_frame, write_glyphs): Fix compile warning. | |
| 2023 | |
| 2024 * w32proc.c (compare_env): | |
| 2025 (find_child_console): Fix compile warning. | |
| 2026 | |
| 2027 * w32.c (sys_strerror): Use sys_nerr instead of _sys_nerr. Use | |
| 2028 sys_errlist instead of _sys_errlist. | |
| 2029 (get_emacs_configuration_options): New function. | |
| 2030 | |
| 2031 * s/ms-w32.h (sys_nerr): Provide default definition. | |
| 2032 (strdup, strupr, strnicmp, stricmp, tzset, tzname): Map to same | |
| 2033 name with _ prepended. | |
| 2034 (NSIG): Define if not known. | |
| 2035 (get_emacs_configuration): Provide extern declaration. | |
| 2036 (get_emacs_configuration_options): Provide extern declaration. | |
| 2037 (EMACS_CONFIG_OPTIONS): Call get_emacs_configuration_options. | |
| 2038 | |
| 2039 * w32.c (gettimeofday): Use struct timeb, not struct _timeb. | |
| 2040 (map_w32_filename): | |
| 2041 (read_unc_volume): Fix compile warning. | |
| 2042 | |
| 2043 * s/ms-w32.h (_WINSOCK_H): Define to prevent normal winsock | |
| 2044 definitions from being used. | |
| 2045 | |
| 2046 * lisp.h [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd. | |
| 2047 | |
| 2048 * w32.c (unc_volume_file_attributes): | |
| 2049 (open_unc_volume): Make arg const. | |
| 2050 | |
| 2051 * sysdep.c [WINDOWSNT]: Remove extern decl of errno. | |
| 2052 (read_input_waiting): Remove excess parameter. | |
| 2053 | |
| 2054 * w32.c (init_environment): Call _access. | |
| 2055 (check_windows_init_file): Call _close. | |
| 2056 (init_user_info): Call _putenv. | |
| 2057 (init_environment): Call _putenv and _strdup. | |
| 2058 (init_ntproc): Reset volume info cache on startup. | |
| 2059 | |
| 2060 * s/ms-w32.h (malloc, free, realloc, calloc): Rename if | |
| 2061 USE_CRT_DLL is defined, so Emacs can use GNU malloc even though it | |
| 2062 cannot override the CRT malloc. | |
| 2063 | |
| 2064 * makefile.nt (LOCAL_FLAGS): Define USE_CRT_DLL if requested. | |
| 2065 (LINK_FLAGS): Append to original value of LINK_FLAGS. | |
| 2066 | |
| 2067 * w32heap.c [!USE_CRT_DLL]: Don't define _heap_init and _heap_term | |
| 2068 unless we are linking with a static CRT. | |
| 2069 (RVA_TO_PTR): Cast result to unsigned char*. | |
| 2070 | |
| 2071 * w32.c (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup. | |
| 2072 (add_volume_info): Use xstrdup. | |
| 2073 | |
|
31107
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
2074 2000-08-22 Stefan Monnier <monnier@cs.yale.edu> |
|
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
2075 |
|
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
2076 * minibuf.c (Vcompletion_auto_help): Renamed from `auto_help'. |
|
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
2077 (do_completion, Fminibuffer_complete_word): Use it. |
|
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
2078 (syms_of_minibuf): Turn completion-auto-help into a proper Lisp |
|
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
2079 var so it can take non-boolean values. |
|
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
2080 |
| 31004 | 2081 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
| 2082 | |
| 31017 | 2083 * editfns.c (find_field): Formatting changes. |
| 2084 (toplevel): Some old-style function forward declarations | |
| 2085 changed to prototypes, some new protypes added, some functions | |
| 2086 made static. | |
| 2087 | |
| 2088 * lisp.h (set_time_zone_rule): Add prototype. | |
| 2089 (use_dialog_box): External declaration. | |
| 2090 | |
| 31014 | 2091 * keyboard.c (gen_help_event): Add parameter SIZE. |
| 2092 (kbd_buffer_events_waiting): Slightly rewritten. | |
| 2093 (clear_event): New function. | |
| 2094 (kbd_buffer_get_event): Use it, and clear the input_events of | |
| 2095 HELP_EVENTs. | |
| 2096 (init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and | |
| 2097 don't fill the newly created array with nils. | |
| 2098 (toplevel): Convert some old-style function forward declarations | |
| 2099 to prototypes. | |
| 2100 | |
| 2101 * keyboard.h (gen_help_event): Change prototype. | |
| 2102 | |
| 2103 * xterm.c (XTread_socket): Change calls to gen_help_event. | |
| 2104 | |
| 2105 * w32term.c (w32_read_socket): Change calls to gen_help_event. | |
| 2106 | |
| 31004 | 2107 * eval.c (Fmacroexpand): Doc fix. |
| 2108 | |
| 30990 | 2109 2000-08-20 Jason Rumney <jasonr@gnu.org> |
| 2110 | |
| 2111 * w32term.h (x_display_info_for_display): Remove as this function | |
| 2112 does not exist on W32. | |
| 2113 | |
| 2114 * w32term.c (help_echo_window): New variable. | |
| 2115 (syms_of_w32term): staticpro it. | |
| 2116 (note_mode_line_highlight): Set it. | |
| 2117 (XTextExtents16): Removed as there is no equivalent on W32. | |
| 2118 (x_compute_glyph_string_overhangs): Incomplete body removed, as | |
| 2119 the X way of doing this will not work for W32. | |
| 2120 (w32_intersect_rectangles): Removed. Use IntersectRect API call. | |
| 2121 (x_draw_image_foreground): Avoid drawing outside of the clip area | |
| 2122 when image doesn't have a mask. | |
| 2123 (note_mouse_highlight): Process overlays in the right order of | |
| 2124 priority. Set help_echo_window. | |
| 2125 (x_draw_bar_cursor): If cursor is on an image, draw a box cursor | |
| 2126 because that's more visible for large images. | |
| 2127 | |
| 2128 * w32menu.c (keymap_panes): Pass the keymap's prompt as the pane | |
| 2129 name to single_keymap_panes. | |
| 2130 (w32_menu_show): Set wv->title when dealing with titles. | |
| 2131 (w32_menu_display_help): Call show_help_echo with OBJECT and POS. | |
| 2132 | |
| 30977 | 2133 2000-08-21 Miles Bader <miles@gnu.org> |
| 2134 | |
| 2135 * minibuf.c (do_completion): Try again if we rewrite the input | |
| 2136 string, but no completion was done, so that any completion message | |
| 2137 will be correct. | |
| 2138 | |
| 30975 | 2139 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
| 2140 | |
| 2141 * xfaces.c (lface_equal_p): Compare strings differently. | |
| 2142 (Qtty_color_alist, Vtty_defined_color_alist): New variables. | |
| 2143 (realize_tty_face): Use them. | |
| 2144 (syms_of_xfaces): Initialize new variables. | |
| 2145 (map_tty_color): New function, extracted from realize_tty_face. | |
| 2146 (map_tty_color) [MSDOS || WINDOWSNT]: If using the frame's default | |
| 2147 foreground or background color, store the new color name in the | |
| 2148 realized face; previous code trying to do this had no effect. | |
| 2149 (realize_tty_face): Use map_tty_color. | |
| 2150 (Fclear_face_cache): Set face_change_count and ensure thorough | |
| 2151 redisplay. | |
| 2152 | |
| 30963 | 2153 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
| 2154 | |
| 30975 | 2155 * undo.c (record_first_change, record_marker_adjustment): Don't |
| 2156 use XBUFFER on last_undo_buffer which might not be a buffer. | |
| 30963 | 2157 |
| 30949 | 2158 2000-08-18 Kenichi Handa <handa@etl.go.jp> |
| 2159 | |
| 2160 * coding.c (decode_coding_string): Set members consumed, | |
| 2161 consumed_char, produced, produced_char of *coding correctly. If | |
| 2162 decode_coding doesn't consume any byte, don't try anymore. | |
| 2163 (encode_coding_string): Likewise. | |
| 2164 | |
| 30944 | 2165 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
| 2166 | |
| 30975 | 2167 * lisp.h (CHECK) [ENABLE_CHECKING]: Make both sides of the |
| 2168 conditional have void type, for Standard C compilers. | |
| 30944 | 2169 |
| 2170 * xdisp.c (redisplay_internal): Compare windows for equality with | |
| 2171 EQ, instead of applying XWINDOW to something that might not | |
| 2172 be a window. | |
| 2173 | |
| 30940 | 2174 2000-08-18 Kenichi Handa <handa@etl.go.jp> |
| 2175 | |
| 2176 * fontset.c (Finternal_char_font): Search only the selected frame | |
| 2177 for a window of the current buffer. | |
| 2178 | |
| 30937 | 2179 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
| 2180 | |
| 30975 | 2181 * minibuf.c (do_completion): Use EQ instead of `!=' to compare |
| 30939 | 2182 Lisp_Objects. |
| 2183 | |
| 30937 | 2184 * keyboard.c (kbd_buffer_get_event): Handle the case that the |
| 2185 second half of a HELP_EVENT is found at the start of kbd_buffer. | |
| 2186 | |
| 30932 | 2187 2000-08-18 Miles Bader <miles@gnu.org> |
| 2188 | |
| 30935 | 2189 * lisp.h (Lisp_String): Replace DECLARE_INTERVALS with real decl. |
| 2190 | |
| 30932 | 2191 * editfns.c (save_restriction_save): Rewrite to use markers. |
| 2192 (save_restriction_restore): Rewrite to understand new form of data | |
| 2193 saved by save_restriction_save. | |
| 2194 (Fsave_restriction): Remove cautionary note in doc-string. | |
| 2195 | |
| 30928 | 2196 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
| 2197 | |
| 2198 * fileio.c (build_annotations): Add a comment explaining the | |
| 2199 return value of format-annotate-function. Replace a spurious call | |
| 2200 to Flength with a CONSP test. Call format-annotate-function with | |
| 2201 a fifth arg specifying how many times the function is been called | |
| 2202 in a row, to let it choose temporary buffers appropriately. | |
| 2203 | |
| 30919 | 2204 2000-08-17 Dave Love <fx@gnu.org> |
| 2205 | |
| 2206 * lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't | |
| 2207 declare make_temp_name twice. | |
| 2208 | |
| 2209 * lread.c: Prototype readevalloop, load_unwind, | |
| 2210 load_descriptor_unwind. | |
| 2211 (unreadpure): Give it an arg. | |
| 2212 | |
| 2213 * unexalpha.c: Prototype fatal_unexec, mark_x, | |
| 2214 update_dynamic_symbols. Declare unexec as void. | |
| 2215 | |
| 2216 * cm.c [HAVE_TERMCAP_H]: Include <termcap.h>. | |
| 2217 [!HAVE_TERMCAP_H]: Prototype tputs, tgoto. | |
| 2218 | |
| 2219 * alloc.c (lisp_malloc): Declare with POINTER_TYPE. | |
| 2220 [SYSTEM_MALLOC]: Make decls in malloc.h conditional on | |
| 2221 DOUG_LEA_MALLOC. | |
| 2222 | |
| 2223 * alloca.c: Use #error. | |
| 2224 [POINTER_TYPE]: Use it. | |
| 2225 | |
| 2226 * eval.c (Fdefvar): Doc fix. | |
| 2227 | |
| 2228 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Avoid | |
| 2229 INITIALIZE_INTERVAL. | |
| 2230 | |
| 2231 * buffer.h: Avoid DECLARE_INTERVALS. | |
| 2232 | |
| 2233 * config.in: Add size_t. | |
| 2234 | |
| 30901 | 2235 2000-08-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 2236 | |
| 2237 * w16select.c (set_clipboard_data): If there's not enough memory | |
| 2238 to put text into clipboard, return 1, as Fw16_set_clipboard_data | |
| 2239 expects. In case of other failures, return 3. | |
| 2240 (system_error_msg): New error message. | |
| 2241 (Fw16_set_clipboard_data): If set_clipboard_data returns 3, print | |
| 2242 system_error_msg. | |
| 2243 | |
| 30849 | 2244 2000-08-16 Gerd Moellmann <gerd@gnu.org> |
| 2245 | |
| 2246 * term.c (write_glyphs): Also turn off inverse video after turning | |
| 2247 off other appearances in case TS_exit_attribute_mode is not equal | |
| 2248 to TS_end_standout_mode. | |
| 2249 (insert_glyphs): Turn inverse video on/off for each run of glyphs | |
| 2250 with the same face. | |
| 2251 (turn_off_face): Reset standout_mode only if | |
| 2252 TS_exit_attribute_mode has been output and TS_exit_attribute_mode | |
| 2253 is equal to TS_end_standout_mode. | |
| 2254 | |
| 30843 | 2255 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
| 2256 | |
| 30846 | 2257 * coding.c (encode_coding): Fix the bug of not flushing ISO escape |
| 2258 sequence at the end of the source block. | |
| 2259 | |
| 30843 | 2260 * ccl.c (Fccl_program_p): Docstring modified. |
| 2261 (Fccl_execute): Likewise. | |
| 2262 (Fccl_execute_on_string): Likewise. | |
| 2263 | |
| 30841 | 2264 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
| 2265 | |
| 2266 * msdos.c (IT_write_glyphs): Convert cbp to unsigned char *. | |
| 2267 | |
| 30830 | 2268 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
| 2269 | |
| 2270 The following changes are mainly to fix bugs of | |
| 2271 encode/decode-coding-string failing if encoding/decoding return | |
| 2272 CODING_FINISH_INSUFFICIENT_DST. In addition, delete the global | |
| 2273 variable conversion_buffer. | |
| 2274 | |
| 2275 * ccl.c (CCL_WRITE_CHAR): If CH is eight-bit-control char, | |
| 2276 decrement dst_end to avoid buffer overflow in the later call of | |
| 2277 string_as_multibyte | |
| 2278 | |
| 2279 * coding.h (conversion_buffer_size, conversion_buffer) | |
| 2280 (get_conversion_buffer): Extern deleted. | |
| 2281 | |
| 2282 * coding.c (MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted. | |
| 2283 (conversion_buffer, conversion_buffer_size): Variables deleted. | |
| 2284 (get_conversion_buffer): Function deleted. | |
| 2285 (struct conversion_buffer): New structure. | |
| 2286 (MAX_ALLOCA): New macro. | |
| 2287 (allocate_conversion_buffer): New macro. | |
| 2288 (extend_conversion_buffer, free_conversion_buffer): New functions. | |
| 2289 (ccl_coding_driver): Set coding->result. | |
| 2290 (decode_coding): Set coding->result to CODING_FINISH_NORMAL if | |
| 2291 this is the last block of source. | |
| 2292 (encode_coding): Likewise. Handle the source block as the last | |
| 2293 one only when the whole source text is consumed. | |
| 2294 (decode_coding_string): Handle the case that the output buffer is | |
| 2295 too small to decode the whole source text. Use | |
| 2296 allocate_conversion_buffer, extend_conversion_buffer and | |
| 2297 free_conversion_buffer, not get_conversion_buffer. | |
| 2298 (encode_coding_string): Likewise. | |
| 2299 (init_coding): Function deleted. | |
| 2300 (init_coding_once): Delete code to initialize | |
| 2301 conversion_buffer_size. | |
| 2302 | |
| 2303 * emacs.c (main): Don't call init_coding. | |
| 2304 | |
| 2305 * msdos.c (IT_write_glyphs): Use a locally declared | |
| 2306 conversion_buffer. | |
| 2307 | |
| 2308 * term.c (write_glyphs): Use a locally declared conversion_buffer. | |
| 2309 (insert_glyphs): Likewise. | |
| 2310 | |
| 2311 * w32console.c (write_glyphs): Use a locally declared | |
| 2312 conversion_buffer. | |
| 2313 | |
| 30827 | 2314 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
| 2315 | |
| 2316 * msdos.c (IT_update_begin): Don't crash if mouse_face_mouse_frame | |
| 2317 member of display_info is NULL. | |
| 2318 | |
| 30822 | 2319 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
| 2320 | |
| 30825 | 2321 * alloc.c (compact_small_strings): Use safe_bcopy, add an |
| 2322 assertion. | |
| 2323 | |
| 30822 | 2324 * term.c (turn_off_face): Reset standout_mode when resetting |
| 30825 | 2325 appearances with capability `me'. |
| 30822 | 2326 (write_glyphs): Switch on inverse video before each face change. |
| 2327 | |
| 30785 | 2328 2000-08-14 Dave Love <fx@gnu.org> |
| 2329 | |
| 2330 * alloc.c [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk. | |
| 2331 [!HAVE_UNISTD_H]: Use POINTER_TYPE to declare sbrk. | |
| 2332 (lisp_free): Declare and make static. | |
| 2333 | |
| 2334 * window.c: Fix embedded comment. | |
| 2335 (syms_of_window): Fix doc string. | |
| 2336 | |
| 30781 | 2337 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
| 2338 | |
| 2339 * keymap.c (push_key_description): If C without modifiers is < 32, | |
| 2340 make sure to print `C-' before `M-', like in the manual. | |
| 2341 | |
| 30762 | 2342 2000-08-11 Gerd Moellmann <gerd@gnu.org> |
| 2343 | |
| 2344 * fns.c (hashfn_eq, hashfn_eql): Don't handle strings specially | |
| 2345 since they aren't relocated anymore. | |
| 2346 (sxhash_string): Make sure returned hash code fits in a Lisp | |
| 2347 integer. | |
| 2348 | |
| 2349 * xdisp.c (try_cursor_movement): Fix handling of cursor in | |
| 2350 partially visible line which is smaller than the window's | |
| 2351 height. | |
| 2352 | |
| 30753 | 2353 2000-08-11 Kenichi Handa <handa@etl.go.jp> |
| 2354 | |
| 2355 * ccl.c (CCL_READ_CHAR): If source is multibyte, pay attention to | |
| 2356 the multibyte form of eight-bit-control characters. | |
| 2357 (Fccl_execute_on_string): Initialize ccl->multibyte. | |
| 2358 | |
| 2359 * ccl.h (struct ccl_program): New member multibyte. | |
| 2360 | |
| 2361 * coding.c (ccl_coding_driver): Initialize ccl->multibyte. | |
| 2362 | |
| 30751 | 2363 2000-08-11 Kenichi Handa <handa@etl.go.jp> |
| 2364 | |
| 2365 * regex.c (regex_compile) <normal_char>: Pay attention to | |
| 2366 multibyteness. | |
| 2367 (analyse_first) <exactn>: Setup fastmap correctly for | |
| 2368 eight-bit-control characters. | |
| 2369 | |
| 2370 2000-08-11 Kenichi Handa <handa@etl.go.jp> | |
| 2371 | |
| 2372 * termhooks.h (enum event_kind): New member | |
| 2373 multibyte_char_keystroke. | |
| 2374 | |
| 2375 * keyboard.c (make_lispy_event): Handle the new event type | |
| 2376 multibyte_char_keystroke. | |
| 2377 | |
| 2378 * xterm.c: Include coding.h. | |
| 2379 (XTread_socket): Work around a bug of XmbLookupString. If the | |
| 2380 input is from XIM, decode it according to the current locale. In | |
| 2381 that case, generate multibyte_char_keystroke events. | |
| 2382 | |
| 30746 | 2383 2000-08-11 Kenichi Handa <handa@etl.go.jp> |
| 2384 | |
| 2385 * xdisp.c (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon. | |
| 2386 (TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy. | |
| 2387 | |
| 30745 | 2388 2000-08-10 Gerd Moellmann <gerd@gnu.org> |
| 2389 | |
| 2390 * xdisp.c (trace_move) [GLYPH_DEBUG]: New variable. | |
| 2391 (TRACE_MOVE) [GLYPH_DEBUG]: New macro. | |
| 2392 (move_it_in_display_line_to): Record iterator's ascent and descent | |
| 2393 before producing glyphs, and restore them when we know the glyph | |
| 2394 doesn't fit on the line. | |
| 2395 (move_it_to): Restructured so that it's easier to debug. If | |
| 2396 moving to a vpos, and not moving to an x or character position, | |
| 2397 stop as soon as the specified vpos is reached; don't move further | |
| 2398 into that line because that might change the computed line height. | |
| 2399 (try_cursor_movement): New function, extracted from the cursor | |
| 2400 movement branch of redisplay_window. If ending on a partially | |
| 2401 visible line, don't try to scroll if the cursor line is taller | |
| 2402 than the window. | |
| 2403 (redisplay_window): Use try_cursor_movement. | |
| 2404 | |
| 2405 * window.c (Fwindow_end): Rewritten to not use Fvertical_motion, | |
| 2406 because that function doesn't cope with variable-height lines. | |
| 2407 | |
| 2408 * xterm.c (x_draw_bar_cursor): If cursor is on an image, draw a | |
| 2409 box cursor because that's better visible for large images. | |
| 2410 | |
| 30737 | 2411 2000-08-10 Miles Bader <miles@gnu.org> |
| 2412 | |
| 2413 * w32term.c (note_mouse_highlight): Update calls to overlays_at. | |
| 2414 | |
| 30729 | 2415 2000-08-10 Gerd Moellmann <gerd@gnu.org> |
| 2416 | |
| 2417 * xdisp.c (Vmessages_buffer_name): New variable. | |
| 2418 (message_dolog): Use it. | |
| 2419 (syms_of_xdisp): Initialize it. | |
| 2420 | |
| 30726 | 2421 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
| 2422 | |
| 2423 * msdos.c (IT_note_mouse_highlight): Update the calls to | |
| 2424 overlays_at. | |
| 2425 (toplevel) <kbd_buffer_store_event>: Remove prototype, it's | |
| 2426 redundant now that keyboard.h is included. | |
| 2427 | |
| 30715 | 2428 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
| 2429 | |
| 2430 * keyboard.c (kbd_buffer_events_waiting): New function. | |
| 2431 | |
| 2432 * keyboard.h (kbd_buffer_events_waiting): Add prototype. | |
| 2433 | |
| 2434 * msdos.c: Include keyboard.h. | |
| 2435 (XMenuActivate): Empty no_event events from the event buffer. If | |
| 2436 no events are left after that, call clear_input_pending. | |
| 2437 (mouse_clear_clicks): New function, code moved from mouse_init. | |
| 2438 (mouse_init, XMenuActivate): Call mouse_clear_clicks to force the | |
| 2439 mouse driver to ``forget'' any past clicks. | |
| 2440 | |
| 2441 * Makefile.in (msdos.o): Depend on keyboard.h. | |
| 2442 | |
| 30708 | 2443 2000-08-09 Gerd Moellmann <gerd@gnu.org> |
| 2444 | |
| 30724 | 2445 * lisp.h (input_pending): External declaration. |
| 2446 | |
| 2447 * dispextern.h (Qredisplay_dont_pause): Declare extern. | |
| 2448 | |
| 2449 * xdisp.c (echo_area_display): Display thoroughly if input is | |
| 2450 pending. Bind redisplay-dont-pause to t during the redisplay. | |
| 2451 in case input is pending. | |
| 2452 | |
| 2453 * dispnew.c (Qredisplay_dont_pause): New variable. | |
| 2454 (syms_of_display): Initialize and staticpro it. | |
| 2455 (update_frame_1): Don't interrupt the display for pending input if | |
| 2456 redisplay_dont_pause is set. | |
| 2457 | |
| 30714 | 2458 * dispnew.c (mode_line_string): Declare parameter MODE_LINE_P. |
| 2459 | |
| 30708 | 2460 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix. |
| 2461 | |
| 30702 | 2462 2000-08-09 Miles Bader <miles@lsi.nec.co.jp> |
| 2463 | |
| 2464 * callproc.c (Fcall_process): Terminate the unwind-protect around | |
| 2465 the post-read-conversion of coding system. | |
| 2466 | |
| 30701 | 2467 * buffer.c (overlays_at): Add CHANGE_REQ parameter. |
| 2468 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it. | |
| 2469 * buffer.h (overlays_at): Update prototype. | |
| 2470 * xdisp.c (next_overlay_change): Update call to overlays_at. | |
| 2471 * xfaces.c (face_at_buffer_position): Likewise. | |
| 2472 * textprop.c (Fget_char_property): Likewise. | |
| 2473 * xterm.c (note_mouse_highlight): Likewise. | |
| 2474 | |
| 30685 | 2475 * minibuf.c (do_completion): Don't consider a simple change of |
| 2476 case as `completion'. | |
| 2477 | |
|
30674
9aad40936cfe
*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
Ken Raeburn <raeburn@raeburn.org>
parents:
30672
diff
changeset
|
2478 2000-08-08 Ken Raeburn <raeburn@gnu.org> |
|
9aad40936cfe
*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
Ken Raeburn <raeburn@raeburn.org>
parents:
30672
diff
changeset
|
2479 |
|
30683
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2480 * keyboard.c (syms_of_keyboard): Initialize |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2481 last_point_position_buffer. |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2482 * undo.c (record_delete): Make sure last_point_position_buffer is |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2483 a buffer before comparing pointers. |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2484 |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2485 * coding.h (decode_coding_string): Declare. |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2486 |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2487 * intervals.h (Fprevious_single_char_property_change): Declare. |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2488 |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2489 * textprop.c (Fprevious_single_char_property_change): Don't do |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2490 arithmetic directly on lisp objects. |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2491 |
| 30693 | 2492 * editfns.c (find_field): Use EQ, not ==, to compare Lisp |
|
30683
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2493 objects. |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2494 |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2495 * keyboard.h (menu_item_eval_property): Declare. |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2496 |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2497 * xdisp.c (message_dolog): Save and protect string "*Messages*" to |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2498 reuse as buffer name, instead of recreating (and discarding) every |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2499 time a message is logged. |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2500 (with_echo_area_buffer): Make callback arg A2 a lisp object. |
| 30693 | 2501 (current_message_1, truncate_message_1, set_message_1) |
| 2502 (display_echo_area_1, resize_mini_window_1): Signatures changed. | |
| 2503 (current_message, truncate_echo_area, display_echo_area) | |
| 2504 (resize_echo_area_axactly): Changed calls. | |
|
30683
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2505 |
|
30674
9aad40936cfe
*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
Ken Raeburn <raeburn@raeburn.org>
parents:
30672
diff
changeset
|
2506 * coding.c (find_safe_codings): CHAR_TABLE_SET index must be a |
| 30693 | 2507 Lisp object. |
|
30674
9aad40936cfe
*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
Ken Raeburn <raeburn@raeburn.org>
parents:
30672
diff
changeset
|
2508 (Ffind_coding_systems_region_internal): First argument to Fappend |
| 30693 | 2509 must be an integer, not a Lisp object. |
|
30674
9aad40936cfe
*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
Ken Raeburn <raeburn@raeburn.org>
parents:
30672
diff
changeset
|
2510 |
| 30672 | 2511 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
| 2512 | |
| 2513 * charset.c (Fchar_width): Doc fix. | |
| 2514 | |
| 30671 | 2515 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
| 2516 | |
| 2517 * charset.c (Fstring_width): Doc fix. | |
| 2518 | |
| 30632 | 2519 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
| 2520 | |
| 30708 | 2521 * xdisp.c (start_display): When starting display on a continuation |
| 30654 | 2522 line, clear ascent and descent members of the iterator structure; |
| 2523 the height of the continued line does not affect the height of the | |
| 2524 continuation line. | |
| 2525 (make_cursor_line_fully_visible): Do nothing if cursor is on a | |
| 2526 line taller than the window. | |
| 2527 (redisplay_window) <forced window start>: Handle case that the | |
| 2528 middle of the window is not found in any row. | |
| 2529 (dump_glyph_row): Show more information. | |
| 2530 (compute_line_metrics): Use MATRIX_FIRST_TEXT_ROW to determine the | |
| 2531 first text line in a glyph matrix. | |
| 2532 | |
| 2533 * xterm.c (x_draw_image_foreground): Avoid drawing outside | |
| 2534 of the clip area when image doesn't have a mask. | |
| 2535 | |
| 30639 | 2536 * fns.c (sweep_weak_table): Fix survival conditions for |
| 2537 key-or-value and key-and-value weakness. | |
| 2538 | |
| 2539 * .gdbinit (xhashtable): New command. | |
| 2540 | |
| 30635 | 2541 * fns.c (sweep_weak_hash_tables): Fix the code taking unmarked |
| 2542 tables out of the list of all weak hash tables. | |
| 2543 | |
| 30632 | 2544 * xdisp.c (ensure_echo_area_buffers): If a buffer was killed, and |
| 30633 | 2545 a new buffer is created, make sure echo_area_buffer[] references |
| 2546 the new buffer. | |
| 30632 | 2547 |
| 30629 | 2548 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
| 2549 | |
| 2550 * msdos.c (Fmsdos_set_mouse_buttons): Add missing backslashes in | |
| 2551 the doc string. | |
| 2552 | |
| 30625 | 2553 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
| 2554 | |
| 2555 * syntax.c (skip_chars): Fix previous change. Make the handling | |
| 2556 of unibyte string consistent with that of regex search. | |
| 2557 | |
| 30603 | 2558 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
| 2559 | |
| 30614 | 2560 * xmenu.c (popup_get_selection): Use xfree instead of free. |
| 2561 | |
| 2562 * fileio.c (Finsert_file_contents): Use xfree instead of free. | |
| 2563 | |
| 2564 * editfns.c (Ftranspose_regions): Use xfree instead of free. | |
| 2565 | |
| 2566 * callproc.c (child_setup): Use xfree instead of free. | |
| 2567 | |
| 2568 * sysdep.c (opendir, GetTempDirName, run_mac_command): Use xmalloc | |
| 2569 instead of malloc. | |
| 2570 (run_mac_command, closedir): Use `xfree' instead of `free'. | |
| 2571 | |
| 2572 * keymap.c (current_minor_maps): Use xmalloc instead of malloc. | |
| 2573 | |
| 2574 * eval.c (error): Use xfree instead of free. | |
| 2575 | |
| 30603 | 2576 * xfaces.c, xfns.c, w32fns.c: Replace `illegal' with `invalid'. |
| 2577 | |
| 2578 * fns.c: Replace `illegal' with `invalid'. | |
| 30614 | 2579 (Fmake_hash_table, make_hash_table): Allow table size of 0. |
| 30603 | 2580 |
|
30596
48a9e9f4fd9d
(skip_chars): Fix handling of multibyte<->unibyte conversion.
Kenichi Handa <handa@m17n.org>
parents:
30595
diff
changeset
|
2581 2000-08-05 Kenichi Handa <handa@etl.go.jp> |
|
48a9e9f4fd9d
(skip_chars): Fix handling of multibyte<->unibyte conversion.
Kenichi Handa <handa@m17n.org>
parents:
30595
diff
changeset
|
2582 |
|
48a9e9f4fd9d
(skip_chars): Fix handling of multibyte<->unibyte conversion.
Kenichi Handa <handa@m17n.org>
parents:
30595
diff
changeset
|
2583 * syntax.c (skip_chars): Fix handling of multibyte<->unibyte |
|
48a9e9f4fd9d
(skip_chars): Fix handling of multibyte<->unibyte conversion.
Kenichi Handa <handa@m17n.org>
parents:
30595
diff
changeset
|
2584 conversion. |
|
48a9e9f4fd9d
(skip_chars): Fix handling of multibyte<->unibyte conversion.
Kenichi Handa <handa@m17n.org>
parents:
30595
diff
changeset
|
2585 |
|
30598
e0b06b3efefe
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30596
diff
changeset
|
2586 2000-08-04 Noah Friedman <friedman@splode.com> |
|
e0b06b3efefe
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30596
diff
changeset
|
2587 |
|
e0b06b3efefe
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30596
diff
changeset
|
2588 * fns.c (Fmake_hash_table): Add missing `\n\' to end of line in |
|
e0b06b3efefe
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30596
diff
changeset
|
2589 docstring. |
|
e0b06b3efefe
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30596
diff
changeset
|
2590 |
| 30595 | 2591 2000-08-04 Gerd Moellmann <gerd@gnu.org> |
| 2592 | |
| 2593 * syntax.c (skip_chars): Fix typo in error message. | |
| 2594 | |
|
30588
bfbe4e93bdcf
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30582
diff
changeset
|
2595 2000-08-04 Andreas Schwab <schwab@suse.de> |
|
bfbe4e93bdcf
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30582
diff
changeset
|
2596 |
|
bfbe4e93bdcf
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30582
diff
changeset
|
2597 * m/ia64.h: Moved from s/ia64.h. |
|
bfbe4e93bdcf
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30582
diff
changeset
|
2598 |
| 30577 | 2599 2000-08-04 Kenichi Handa <handa@etl.go.jp> |
| 2600 | |
| 30582 | 2601 * process.c (read_process_output): Big simplification. Handle |
| 2602 composition and post-read-conversion of coding system correctly. | |
| 2603 (send_process): Handle composition correctly. | |
| 2604 | |
| 2605 * callproc.c (Fcall_process): Handle post-read-conversion of | |
| 2606 coding system if any. | |
| 2607 | |
| 30577 | 2608 * coding.c (decode_coding_iso2022): More strict check for handling |
| 2609 single shifting. | |
| 30582 | 2610 (coding_restore_composition): Pay attention to the case that |
| 2611 cmp_data is not set properly (because of invalid code in the | |
| 2612 source text). | |
| 2613 (run_pre_post_conversion_on_str): Include text properties in the | |
| 2614 resulting string. | |
| 2615 (decode_coding_string): Set members of coding correctly. | |
| 30577 | 2616 |
| 30576 | 2617 2000-08-03 Gerd Moellmann <gerd@gnu.org> |
| 2618 | |
| 2619 * s/ia64.h: New file. | |
| 2620 | |
| 2621 * widget.c (set_frame_size, update_wm_hints, EmacsFrameSetValues): | |
| 2622 Use NULL instead of 0 at the end of variable argument list of | |
| 2623 XtVaGetValues and XtVaSetValues, because 0 fails on systems where | |
| 2624 sizeof (int) < sizeof (void *). | |
| 2625 | |
| 2626 * xmenu.c (update_frame_menubar): Use NULL instead of 0 at the end | |
| 2627 of variable argument lists of XtVaGetValues and XtVaSetValues. | |
| 2628 | |
| 2629 * xfns.c (Fx_file_dialog): Use NULL instead of 0 at the end of | |
| 2630 variable argument lists of XtVaGetValues and XtVaSetValues. | |
| 2631 | |
| 30564 | 2632 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
| 2633 | |
| 2634 * alloc.c (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE. | |
| 2635 (xrealloc, xmalloc): Use size_t. Some callers adjusted. | |
| 2636 | |
| 2637 * lisp.h (Fsingle_key_description, xmalloc, xrealloc): Change | |
| 2638 prototype. | |
| 2639 | |
| 2640 * keyboard.c (read_char_minibuf_menu_prompt): Add new parameter | |
| 2641 in call to Fsingle_key_description. | |
| 2642 | |
| 2643 * keymap.c (Fsingle_key_description): Add parameter NO_ANGLES. | |
| 2644 Callers changed. | |
| 2645 | |
| 2646 2000-08-02 Colin Walters <walters@cis.ohio-state.edu> | |
| 2647 | |
| 2648 * window.c (display_buffer_reuse_frames): New variable. | |
| 2649 (Fdisplay_buffer): If display_buffer_reuse_frames is set, reuse | |
| 2650 frames displaying BUFFER. | |
| 2651 (syms_of_window): Define Lisp variable | |
| 2652 display-buffer-reuse-frames. | |
| 2653 | |
| 30551 | 2654 2000-08-01 Miles Bader <miles@gnu.org> |
| 2655 | |
| 2656 * editfns.c (Fconstrain_to_field): Fix the conditions for deciding | |
| 2657 when to constrain NEW_POS (they were pretty screwed up before). | |
| 2658 | |
| 30531 | 2659 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
| 2660 | |
| 2661 * msdos.c (run_msdos_command): Save and restore the master | |
| 2662 environment, for the case that child_setup signals an error. | |
| 2663 When mirroring slashes in DOS shell commands, don't fail when | |
| 2664 argv[2] has embedded blanks. | |
| 30533 | 2665 (Fmsdos_set_mouse_buttons, mouse_setup_buttons): New functions. |
| 2666 (syms_of_msdos): Defsubr Fmsdos_set_mouse_buttons. | |
| 2667 (dos_ttraw): Call mouse_setup_buttons. | |
| 30531 | 2668 |
| 2669 * callproc.c (child_setup) [MSDOS]: malloc pwd_var instead of | |
| 2670 using alloca; free it after run_msdos_command returns. | |
| 2671 | |
| 30507 | 2672 2000-07-27 Dave Love <fx@gnu.org> |
| 2673 | |
| 2674 * s/irix6-5.h (IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't | |
| 2675 define. | |
| 2676 [_MIPS_SZLONG == 64]: Set up for 64-bit mode -- not currently | |
| 2677 working. | |
| 2678 | |
| 2679 * m/iris4d.h (XUINT, XSET, XUNMARK) [_LP64]: Don't define. | |
| 2680 | |
| 30504 | 2681 2000-07-27 Eli Zaretskii <eliz@is.elta.co.il> |
| 2682 | |
| 2683 * editfns.c (lisp_time_argument): Fix last change. | |
| 2684 | |
| 30502 | 2685 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
| 2686 | |
| 30511 | 2687 * fns.c (Fdelete): Make it work on vectors and strings in addition |
| 2688 to lists. | |
| 2689 | |
| 30502 | 2690 * fns.c (Qkey_or_value, Qkey_and_value): New variables. |
| 2691 (syms_of_fns): Initialize new variables. | |
| 2692 (sweep_weak_table): Handle weakness `key-or-value' and | |
| 2693 `key-and-value'. | |
| 2694 (Fmake_hash_table): Recognize `key-and-value' and `key-or-value' | |
| 2695 weakness, with t meaning the same as `key-and-value'. | |
| 2696 | |
| 30490 | 2697 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
| 2698 | |
| 2699 * coding.h (struct coding_system): Member safe_charset deleted. | |
| 2700 | |
| 2701 * coding.c (Qsafe_charsets): This variable deleted. | |
| 2702 (Qsafe_chars, Vchar_coding_system_table, Qchar_coding_system): New | |
| 2703 variables. | |
| 2704 (coding_safe_chars): New function. | |
| 2705 (CODING_SAFE_CHAR_P): New macro. | |
| 2706 (CHARSET_OK): New arg C. Call CODING_SAFE_CHAR_P instead of | |
| 2707 checking safe_charsets member of the coding system. Caller | |
| 2708 changed. | |
| 2709 (detect_coding_iso2022): New local variable safe_chars. | |
| 2710 (DECODE_DESIGNATION): Call CODING_SAFE_CHAR_P instead of checking | |
| 2711 safe_charsets member of the coding system. | |
| 2712 (decode_coding_iso2022): New local variable safe_chars. | |
| 2713 (ENCODE_ISO_CHARACTER_DIMENSION1): Don't check unsafe chars here. | |
| 2714 (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise. | |
| 2715 (ENCODE_ISO_CHARACTER): Arguments changed. Caller changed. | |
| 2716 (ENCODE_UNSAFE_CHARACTER): New macro. | |
| 2717 (encode_coding_iso2022): New local variable safe_chars. Check | |
| 2718 unsafe chars. | |
| 2719 (setup_coding_system): Delete the code to initialize | |
| 2720 coding->safe_charses | |
| 2721 (intersection, find_safe_codings): New functions. | |
| 2722 (Ffind_coding_systems_region_internal): New function. | |
| 2723 (syms_of_coding): Defsubr it. Initialize Qsafe_chars, | |
| 2724 Qsafe_cding_system. Make Vchar_coding_system_table a Lisp | |
| 2725 variable and initialize it. | |
| 2726 | |
| 2727 * fns.c (char_table_ref_and_index): New function. | |
| 2728 | |
| 2729 * lisp.h (char_table_ref_and_index): Add prototype. | |
| 2730 | |
| 30480 | 2731 2000-07-26 Sam Steingold <sds@gnu.org> |
| 2732 | |
| 2733 * editfns.c (lisp_time_argument): Added third argument `usec'. | |
| 30511 | 2734 (Ffloat_time): New built-in Lisp function. |
| 30480 | 2735 |
| 30473 | 2736 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
| 2737 | |
| 30477 | 2738 * dispextern.h (GLYPH_FROM_CHAR_GLYPH): Use CHARACTERBITS bits |
| 2739 for the character code. | |
| 2740 | |
| 2741 * config.in (HAVE_SOUND): Define only for FreeBSD, NetBSD and | |
| 2742 GNU/Linux. | |
| 2743 | |
| 30473 | 2744 * xmenu.c (menu_highlight_callback): Call show_help_echo directly |
| 2745 if called for a popup menu. | |
| 2746 (xmenu_show): Store help string in widget values. | |
| 2747 | |
| 30466 | 2748 2000-07-26 Dave Love <fx@gnu.org> |
| 2749 | |
| 2750 * syswait.h: Move some definitions. | |
| 2751 (HAVE_SYS_WAIT_H): Undef for HPUX7, Convex. | |
| 2752 [!HAVE_SYS_WAIT_H]: Define things unconditionally. More | |
| 2753 perspicuous definitions. | |
| 2754 (WTERMSIG): Fix bit pattern used. | |
| 2755 | |
| 30460 | 2756 2000-07-26 Kenichi Handa <handa@etl.go.jp> |
| 2757 | |
| 2758 * print.c (print_object): If vector printing is truncated, print | |
| 2759 "..." to indicate it as well as the case of list printing. | |
| 2760 | |
| 30444 | 2761 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
| 2762 | |
| 30449 | 2763 * xdisp.c (next_element_from_display_vector): Improve comments. |
| 2764 | |
| 2765 * lisp.h (GLYPH_MASK_CHAR, GLYPH_MASK_FACE): Use 19 bits | |
| 2766 for the character code, and the rest for the face id as in 20.x. | |
| 2767 (FAST_GLYPH_FACE, FAST_MAKE_GLYPH): Changed accordingly. | |
| 2768 | |
| 2769 * window.c (window_display_table): Cleaned up. | |
| 2770 | |
| 30444 | 2771 * syntax.c (Fforward_word): Add last arg nil in call of |
| 2772 Fconstrain_to_field. | |
| 2773 | |
| 30442 | 2774 2000-07-25 Eli Zaretskii <eliz@is.elta.co.il> |
| 2775 | |
| 30449 | 2776 * fileio.c (Frename_file) [DOS_NT]: If the file names are |
| 30442 | 2777 identical but for the letter-case, don't call |
| 2778 barf_or_query_if_file_exists. | |
| 2779 | |
| 30438 | 2780 2000-07-25 Miles Bader <miles@gnu.org> |
| 2781 | |
| 2782 * editfns.c (find_field): Honor special `boundary' fields. | |
| 2783 (Qboundary): New variables. | |
| 2784 (syms_of_editfns): Initialize Qboundary. | |
| 2785 (Fconstrain_to_field): Add the INHIBIT-CAPTURE-PROPERTY argument. | |
| 2786 Use scan_buffer instead of find_before_next_newline, because it | |
| 2787 allows us to detect the boundary case where there's a newline at | |
| 2788 the search limit. | |
| 2789 * lisp.h (Fconstrain_to_field): Update external declaration. | |
| 2790 | |
| 30433 | 2791 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
| 2792 | |
| 2793 * print.c (temp_output_buffer_setup): Don't call1 Vrun_hooks | |
| 2794 if that is nil. | |
| 30438 | 2795 |
| 30431 | 2796 2000-07-24 Dave Love <fx@gnu.org> |
| 2797 | |
| 2798 * s/sunos4-0.h, s/sol2.h: | |
| 2799 (LIBS_TERMCAP): Move from m/sparc.h. | |
| 2800 | |
| 2801 * m/sparc.h (TERMINFO): Moved to system files (probably only | |
| 2802 relevant for sunos4 judging by its vintage). | |
| 2803 (BITS_PER_LONG, BITS_PER_EMACS_INT, _LP64): Define conditional on | |
| 2804 __arch64__. | |
| 2805 | |
| 30424 | 2806 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
| 2807 | |
| 2808 * xmenu.c (keymap_panes): Pass the keymap's prompt as the pane | |
| 2809 name to single_keymap_panes. | |
| 2810 | |
| 30418 | 2811 2000-07-24 Andreas Schwab <schwab@suse.de> |
| 2812 | |
| 2813 * fns.c (Fmakehash): Pass Qeql to Fmake_hash_table if TEST is nil. | |
| 2814 | |
| 30415 | 2815 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
| 2816 | |
| 2817 * xdisp.c (with_echo_area_buffer): Take additional EMACS_INT | |
| 2818 parameters instead of using int parameters. Expect FN to accept | |
| 2819 EMACS_INT parameters. | |
| 2820 (display_echo_area, resize_echo_area_axactly, current_message) | |
| 2821 (truncate_echo_area, set_message_1): Call with_echo_area_buffer | |
| 2822 with new argument list. | |
| 2823 (resize_mini_window_1): New callback function. | |
| 2824 (current_message_1, truncate_message_1, set_message_1): Change | |
| 2825 parameter lists to the new format expected by | |
| 2826 with_echo_area_buffer. | |
| 2827 | |
| 30397 | 2828 2000-07-24 Kenichi Handa <handa@etl.go.jp> |
| 2829 | |
| 2830 * fontset.c (fontset_ref): Remove INLINE declaration. | |
| 2831 (fontset_ref_via_base): Likewise. | |
| 2832 (Fset_fontset_font): Convert FAMILY and REGISTRY specifications | |
| 2833 to downcase. | |
| 2834 | |
| 30382 | 2835 2000-07-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 2836 | |
| 2837 * msdos.c (IT_note_mouse_highlight): Process overlays in the | |
| 2838 correct order of priority. If help echo was found in an overlay, | |
| 2839 use that overlay as the object in which the help echo was found. | |
| 2840 | |
| 30378 | 2841 2000-07-22 Miles Bader <miles@gnu.org> |
| 2842 | |
| 2843 * textprop.c (Fprevious_single_char_property_change): The initial | |
| 2844 property value should be from the position preceding POSITION, not | |
| 2845 following it. | |
| 2846 | |
| 30377 | 2847 2000-07-22 Eli Zaretskii <eliz@is.elta.co.il> |
| 2848 | |
| 2849 * coding.c (syms_of_coding): Doc fix for | |
| 2850 inhibit-iso-escape-detection. | |
| 2851 | |
| 30364 | 2852 2000-07-21 Gerd Moellmann <gerd@gnu.org> |
| 2853 | |
| 30372 | 2854 * xterm.c (note_mouse_highlight): Process overlays in the right |
| 2855 order of priority. | |
| 30480 | 2856 |
| 30370 | 2857 * keyboard.c (show_help_echo, gen_help_event): Extend comments. |
| 2858 | |
| 2859 * xterm.c (note_mouse_highlight): If help-echo was found in an | |
| 2860 overlay, use that overlay as the object in which the help was | |
| 2861 found. | |
| 2862 | |
| 30367 | 2863 * window.c (foreach_window_1): Fix typo reversing an if-condition. |
| 30480 | 2864 |
| 30364 | 2865 * window.c (foreach_window): Instead of a fake variable argument |
| 2866 list, take one USER_DATA argument. | |
| 2867 (foreach_window_1): Likewise, and call callback functions with two | |
| 2868 args, the window and USER_DATA. | |
| 2869 (struct check_window_data): New struct. | |
| 2870 (check_window_containing): Use it. | |
| 2871 (window_from_coordinates): Set up a struct check_window_data for | |
| 2872 foreach_window. | |
| 2873 (add_window_to_list, freeze_window_start): Change parameters | |
| 2874 according to new calling convention. | |
| 2875 | |
| 2876 * window.h (foreach_window): Change prototype. | |
| 2877 | |
| 2878 * buffer.c (Fprevious_overlay_change): Avoid memory leak. | |
| 2879 | |
| 2880 2000-07-21 Eli Zaretskii <eliz@is.elta.co.il> | |
| 2881 | |
| 2882 * xmenu.c (menu_help_callback): Call show_help_echo with | |
| 2883 additional arguments OBJECT and POS. | |
| 2884 | |
| 30355 | 2885 2000-07-21 Kenichi Handa <handa@etl.go.jp> |
| 2886 | |
| 30357 | 2887 * data.c (Faset): Allow storing any multibyte character in a |
| 2888 string. Convert unibyte string to multibyte if necessary. | |
| 2889 | |
| 30355 | 2890 * xfns.c (x_encode_text): New function. |
| 2891 (x_set_name): Use x_encode_text. | |
| 2892 (x_set_title): Likewise. | |
| 2893 | |
| 2894 * xselect.c (lisp_data_to_selection_data): Use x_encode_text. | |
| 2895 | |
| 2896 * xterm.h (x_encode_text): Add prototype. | |
| 2897 | |
| 30346 | 2898 2000-07-20 Dave Love <fx@gnu.org> |
| 2899 | |
| 2900 * ccl.c (Fccl_execute_on_string): Don't check xmalloc return. Use | |
| 2901 xfree, not free. | |
| 2902 | |
| 30342 | 2903 2000-07-20 Eli Zaretskii <eliz@is.elta.co.il> |
| 2904 | |
| 2905 * msdos.c (help_echo_window): New variable. | |
| 2906 (syms_of_msdos): Initialize and staticpro it. | |
| 2907 (IT_note_mode_line_highlight): Set help_echo_window. | |
| 2908 (IT_note_mouse_highlight): Ditto. | |
| 2909 (dos_rawgetc): Store help_echo_window in the second event produced | |
| 2910 for HELP_EVENTs. | |
| 2911 | |
| 2912 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight): | |
| 2913 Record the object that generated the help echo and the position of | |
| 2914 that object in help_echo_object and help_echo_pos. Record that | |
| 2915 some glyphs in a row are displayed in mouse-face. | |
| 2916 (IT_update_begin): Don't clear mouse highlight unless one of the | |
| 2917 enabled glyph rows is marked as being displayed in mouse-face. | |
| 2918 (dos_rawgetc): Generate 2 events for HELP_EVENT. Pass the object | |
| 2919 and position recorded in help_echo_object and help_echo_pos to the | |
| 2920 event queue. | |
| 2921 (IT_menu_display): Accept a new argument PN: the pane number of | |
| 2922 the current menu pane. Record the pane number and the item | |
| 2923 number of the item which has associated help string. | |
| 2924 (XMenuActivate): Update the prototype for help_callback in | |
| 2925 function declaration. Call IT_menu_display with the current menu | |
| 2926 pane number as an additional argument. Call help_callback with | |
| 2927 two additional arguments: the pane number and the item number of | |
| 2928 the menu item associated with the help text. | |
| 2929 (help_echo_object, help_echo_pos): New variables. | |
| 2930 (syms_of_msdos): Initialize them and staticpro help_echo_object. | |
| 2931 | |
| 2932 * msdos.h (XMenuActivate): Update prototype. | |
| 2933 | |
| 30318 | 2934 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
| 2935 | |
| 30329 | 2936 * xdisp.c (with_echo_area_buffer): Call FN with more arguments. |
| 2937 Add some more prototypes. | |
| 2938 | |
| 2939 * xterm.c, xterm.h: Add some more prototypes. | |
| 2940 | |
| 2941 * lisp.h (Fnext_single_char_property_change): Add prototype. | |
| 2942 | |
| 2943 * dispnew.c (direct_output_for_insert): Remove confusing | |
| 2944 outer local variable mouse_face_overwritten_p. | |
| 2945 (glyph_row_slice_p): Put in #ifdef GLYPH_DEBUG. | |
| 2946 | |
| 30318 | 2947 * alloc.c (allocate_string_data): Don't copy old string contents. |
| 2948 | |
| 30314 | 2949 2000-07-19 Kenichi Handa <handa@etl.go.jp> |
| 2950 | |
| 2951 * coding.c (code_convert_region): Delete text properties before | |
| 2952 shrinking the conversion region. | |
| 2953 | |
| 30303 | 2954 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
| 2955 | |
| 30308 | 2956 * dispnew.c (update_text_area): Write the whole row if it |
| 2957 has mouse-face in it. | |
| 2958 | |
| 30305 | 2959 * xfaces.c (face-alternative-font-family-alist): Remove |
| 2960 DEFVAR_LISP; staticpro instead. | |
| 2961 | |
| 30480 | 2962 * xmenu.c (menu_help_callback): Call show_help_echo with |
| 30303 | 2963 new arguments. |
| 2964 | |
| 2965 * keyboard.c (show_help_echo): Add parameter WINDOW. | |
| 2966 (read_char): Call show_help_echo with window extracted from Lisp | |
| 2967 help event. | |
| 2968 (gen_help_event): Add parameter WINDOW. | |
| 2969 | |
| 2970 * keyboard.h (show_help_echo, gen_help_event): Change prototypes. | |
| 2971 | |
| 2972 * xterm.c (help_echo_window): New variable. | |
| 2973 (note_mouse_highlight, note_tool_bar_highlight): Set | |
| 2974 help_echo_window. | |
| 2975 (XTread_socket): Pass help_echo_window to gen_help_event. | |
| 2976 (syms_of_xterm): Initialize and staticpro help_echo_window. | |
| 2977 | |
| 30298 | 2978 2000-07-18 Dave Love <fx@gnu.org> |
| 2979 | |
| 2980 * Makefile.in: Fix dependencies of blockinput.h on atimer.h, | |
| 2981 systime.h. | |
| 2982 | |
| 30290 | 2983 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
| 2984 | |
| 30296 | 2985 * alloc.c (allocate_string_data): If string had already data |
| 2986 assigned, copy old contents to new string data. | |
| 2987 | |
| 2988 * coding.c (syms_of_coding): Fix typo in spelling of variable | |
| 2989 `inhibit-iso-escape-detection'. | |
| 2990 | |
| 30290 | 2991 * alloca.c (free) [emacs && EMACS_FREE]: Define as EMACS_FREE. |
| 2992 | |
| 2993 * Makefile.in: Add dependencies on dispextern.h. | |
| 2994 (alloca.o): Don't define malloc and define EMACS_FREE instead of | |
| 2995 `free'; both can conflict with system header files. | |
| 2996 | |
| 30281 | 2997 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
| 2998 | |
| 2999 * charset.h (MAKE_CHAR): Return reasonable code even if CHARSET is | |
| 3000 undefined. | |
| 3001 | |
| 30266 | 3002 2000-07-18 Dave Love <fx@gnu.org> |
| 3003 | |
| 3004 * window.c (Fwindow_list): Declare arg `window'. | |
| 3005 | |
| 30262 | 3006 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
| 3007 | |
| 3008 * coding.c (setup_coding_system): Don't override the explicitly | |
| 3009 specified designations. | |
| 3010 | |
| 30245 | 3011 2000-07-15 Miles Bader <miles@gnu.org> |
| 3012 | |
| 3013 * editfns.c (char_property_eq, char_property_stickiness): Renamed | |
| 3014 from `text_property_eq' and `text_property_stickiness', respectively. | |
| 3015 (find_field, Fconstrain_to_field, char_property_eq) | |
| 3016 (char_property_stickiness): Changed to call char-property functions | |
| 3017 instead of text-property-only ones. | |
| 3018 | |
| 3019 * textprop.c (Fnext_single_char_property_change): Made a subr (was | |
| 3020 `next_single_char_property_change'). Do more error checking, and | |
| 3021 cleanup limit behavior. | |
| 3022 (Fprevious_single_char_property_change): New function. | |
| 3023 (syms_of_textprop): Initialize new subrs. | |
| 3024 | |
| 3025 * xdisp.c (display_prop_end, invisible_text_between_p): | |
| 3026 Call Fnext_single_char_property_change instead of | |
| 3027 next_single_char_property_change. | |
| 3028 | |
| 30241 | 3029 2000-07-15 Jason Rumney <jasonr@gnu.org> |
| 3030 | |
| 3031 * w32menu.c (w32_menu_show): Call free_menubar_widget_value_tree | |
| 3032 after menu is finished with. | |
| 3033 (add_menu_item): Only consider wv->title as a menu title. | |
| 3034 (w32_menu_display_help): Add OBJECT and POS to show_help_echo. | |
| 3035 | |
| 3036 * w32fns.c (w32_wnd_proc) [WM_DRAW_ITEM]: Do not try to draw a | |
| 3037 null title. | |
| 3038 (FONT_REGEXP): Remove unused macro, and its sub-components. | |
| 3039 (syms_of_w32fns): Replace underscore in w32-enable-synthesized-fonts. | |
| 3040 | |
| 3041 * w32term.c (help_echo_object, help_echo_pos): New variables. | |
| 3042 (note_mode_line_highlight): Store additional information about the | |
| 3043 help-echo in help_echo_object and help_echo_pos. Check both | |
| 3044 `local-map' and `keymap' properties for changing the cursor | |
| 3045 (note_mouse_highlight): Store additional information about the | |
| 3046 help-echo in help_echo_object and help_echo_pos. | |
| 3047 (note_tool_bar_highlight): Set help_echo_object to nil and | |
| 3048 help_echo_pos to -1. | |
| 3049 (w32_read_socket): Use gen_help_event instead of filling | |
| 3050 input_events manually. | |
| 3051 (syms_of_w32term): Staticpro help_echo_object. | |
| 3052 (x_update_window_end): Add parameter MOUSE_FACE_OVERWRITTEN_P. If | |
| 3053 set, arrange for a mouse-highlight redisplay in | |
| 3054 XTframe_up_to_date. | |
| 3055 (x_clear_mouse_face): New function. | |
| 3056 (w32_redisplay_interface): Add pointer to x_clear_mouse_face. | |
| 3057 (x_update_window_begin): No need to turn off the mouse | |
| 3058 highlight here. | |
| 3059 (show_mouse_face): Set the mouse_face_p flag of glyph rows | |
| 3060 depending on whether they contain glyphs highlighted in | |
| 3061 mouse-face. | |
| 3062 (x_fill_stretch_glyph_string): Consume runs of stretch | |
| 3063 glyphs instead of a single one. | |
| 3064 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string | |
| 3065 with new argument list. | |
| 3066 (x_set_glyph_string_gc): Make sure the face's GC is valid. | |
| 3067 (x_append_glyph, x_append_composite_glyph) | |
| 3068 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to | |
| 3069 changes in struct glyph starting 1999-12-27. See comments for | |
| 3070 xterm.c on 2000-07-05. | |
| 3071 | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3072 2000-07-14 Sam Steingold <sds@gnu.org> |
|
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3073 |
|
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3074 * xfaces.c (realize_x_face): Fix the last patch: |
|
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3075 check `default_face' before dereferencing. |
|
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3076 |
| 30229 | 3077 2000-07-14 Dave Love <fx@gnu.org> |
| 3078 | |
| 30266 | 3079 * syntax.c (back_comment): Add null default in switch (for pcc). |
| 30229 | 3080 |
| 30206 | 3081 2000-07-14 Kenichi Handa <handa@etl.go.jp> |
| 3082 | |
| 30210 | 3083 * xfaces.c (realize_x_face): Make fontset using the base of the |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3084 default_face's fontset, not using the default fontset. |
| 30210 | 3085 |
| 30206 | 3086 * coding.c (inhibit_iso_escape_detection): New variable. |
| 3087 (syms_of_coding): Make it a Lisp variable. | |
| 3088 (detect_coding_iso2022): If inhibit_iso_escape_detection is | |
| 3089 nonzero, ignore ISO2022's escape sequence. | |
| 3090 | |
| 30203 | 3091 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
| 3092 | |
| 30234 | 3093 * alloca.c (malloc) [emacs]: Define as xmalloc. |
| 3094 | |
| 30226 | 3095 * xfns.c (Fx_show_tip): If frame parameters contain a position, |
| 3096 use that instead of the mouse position. Add parameters DX and DY. | |
| 3097 | |
| 3098 * dispextern.h (Fx_show_tip): Adjust number of parameters | |
| 3099 in prototype. | |
| 3100 | |
| 30219 | 3101 * keyboard.c (show_help_echo): Add parameters OBJECT and POS. |
| 3102 if HELP is a function, call it with OBJECT and POS as parameters | |
| 3103 to get the help to display. | |
| 3104 (gen_help_event, kbd_buffer_store_help_event): New functions. | |
| 3105 (kbd_buffer_get_event): Construct the Lisp help-event differently. | |
| 3106 (read_char): Call show_help_echo with new parameters. | |
| 3107 | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3108 * keyboard.h (gen_help_event, kbd_buffer_store_help_event): |
| 30219 | 3109 Add prototypes. |
| 3110 | |
| 3111 * xterm.c (help_echo_object, help_echo_pos): New variables. | |
| 3112 (note_mode_line_highlight): Store additional information about the | |
| 3113 help-echo in help_echo_object and help_echo_pos. Check both | |
| 3114 `local-map' and `keymap' properties for changing the cursor | |
| 3115 (note_mouse_highlight): Store additional information about the | |
| 3116 help-echo in help_echo_object and help_echo_pos. | |
| 3117 (note_tool_bar_highlight): Set help_echo_object to nil and | |
| 3118 help_echo_pos to -1. | |
| 3119 (XTread_socket): Use gen_help_event instead of filling | |
| 3120 input_events manually. | |
| 3121 (syms_of_xterm): Staticpro help_echo_object. | |
| 3122 | |
| 3123 * xmenu.c (menu_highlight_callback): Use | |
| 3124 kbd_buffer_store_help_event instead of setting up and input_event | |
| 3125 structure manually. | |
| 3126 | |
| 3127 * xdisp.c (eval_form): GCPRO argument sexpr. | |
| 3128 (call_function): New function. | |
| 3129 (handle_single_display_prop): Use call_function and FUNCTIONP | |
| 3130 instead of checking whether if font_height is a symbol and | |
| 3131 using eval_form. | |
| 3132 | |
| 3133 * eval.c (internal_condition_case_2): New function. | |
| 3134 | |
| 3135 * lisp.h (FUNCTIONP): New macro. | |
| 3136 (internal_condition_case_2, call_function): Add prototypes. | |
| 3137 | |
| 30203 | 3138 * xterm.c (construct_mouse_click, x_scroll_bar_to_input_event) |
| 3139 (x_scroll_bar_handle_click, SET_SAVED_MENU_EVENT, XTread_socket): | |
| 3140 Always set `arg' member of input_events. | |
| 3141 (construct_menu_click): Unused function removed. | |
| 3142 | |
| 3143 * msdos.c (dos_rawgetc): Always set `arg' member of input_events. | |
| 3144 | |
| 3145 * w32term.c (construct_mouse_click, construct_mouse_wheel) | |
| 3146 (construct_drag_n_drop, x_scroll_bar_handle_click) | |
| 3147 (w32_read_socket): Always set `arg' member of input_events. | |
| 3148 | |
| 3149 * keyboard.c (show_help_echo): Use eval_form. Add comment. | |
| 3150 | |
| 3151 * lisp.h (eval_form): Add prototype. | |
| 3152 | |
| 3153 * xdisp.c (eval_form): Make it externally visible. | |
| 3154 | |
| 30183 | 3155 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
| 3156 | |
| 3157 * xterm.c (x_handle_tool_bar_click): Store the frame in the | |
| 3158 frame_or_window slot of TOOL_BAR_EVENT input events instead of | |
| 3159 consing. For prefix events, store the frame in the `arg' slot of | |
| 3160 the event, otherwise store the key there. | |
| 3161 (XTread_socket): Instead of consing, use the frame_or_window slot | |
| 3162 of HELP_EVENTs for the frame, and the `arg' slot for the help | |
| 3163 string. | |
| 3164 | |
| 3165 * xmenu.c (menu_highlight_callback): Store help string in the | |
| 3166 `arg' member of the input event; don't cons. | |
| 3167 (menubar_selection_callback): Use the `arg' slot of input events | |
| 3168 to queue additional information, instead of consing. | |
| 3169 | |
| 3170 * msdos.c (dos_rawgetc): Adapt to change of HELP_EVENTs. | |
| 3171 | |
| 3172 * w32term.c (w32_handle_tool_bar_click): Adapt to changes in | |
| 3173 TOOL_BAR_EVENTs. | |
| 3174 (w32_read_socket): Adapt to changes in HELP_EVENTs. | |
| 3175 | |
| 3176 * w32menu.c (menubar_selection_callback): Use the `arg' slot of | |
| 3177 input events to queue additional information, instead of consing. | |
| 3178 | |
| 3179 * keyboard.c (kbd_buffer_gcpro): Renamed from | |
| 3180 kbd_buffer_frame_or_window. Now used for all Lisp objects | |
| 3181 referenced from the input queue. | |
| 3182 (kbd_buffer_store_event): Always use structure assignment for | |
| 3183 copying input events. Record all Lisp objects referenced from | |
| 3184 events in kbd_buffer_gcpro. | |
| 3185 (kbd_buffer_get_event): Construct Lisp `help-echo' events | |
| 3186 differently from input events. Test for prefix menu_bar_events | |
| 3187 and TOOL_BAR_EVENTs differently. Reset all slots used by an input | |
| 3188 event in kbd_buffer_gcpro to nil. | |
| 3189 (make_lispy_event) <TOOL_BAR_EVENT>: Treat an input event whose | |
| 3190 frame_or_window is equal to its arg member as prefix events. | |
| 3191 (stuff_buffered_input): Reset all slots in kbd_buffer_gcpro | |
| 3192 used by an input event to nil. | |
| 3193 (init_keyboard): Use two times the size of the input queue | |
| 3194 for kbd_buffer_gcpro. | |
| 3195 (syms_of_keyboard): Likewise. | |
| 3196 | |
| 3197 * emacs.c (handle_USR2_signal, handle_USR1_signal): Use | |
| 3198 USER_SIGNAL_EVENT. | |
| 3199 | |
| 3200 * termhooks.h (struct input_event): Add member `arg'. | |
| 3201 (MENU_BAR_EVENT): Renamed from menu_bar_event. | |
| 3202 (USER_SIGNAL_EVENT): Renamed from user_signal. | |
| 3203 | |
| 3204 * xfaces.c (ASET): Remove definition. | |
| 3205 | |
| 3206 * lisp.h (AREF, ASET, ASIZE): New macros. | |
| 3207 | |
| 3208 * fontset.c (AREF, ASIZE): Remove definitions. | |
| 3209 | |
| 3210 * fns.c (AREF): Remove definition. | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3211 |
| 30183 | 3212 * composite.c (AREF): Remove definition. |
| 3213 | |
| 30163 | 3214 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
| 3215 | |
| 30166 | 3216 * dispnew.c (redraw_overlapped_rows): Add missing local. |
| 3217 (scrolling_window): Remove debug code. | |
| 3218 | |
| 30163 | 3219 * xdisp.c (try_window_reusing_current_matrix, try_window_id): |
| 3220 Before scrolling, turn off a mouse-highlight in the window | |
| 3221 being scrolled. | |
| 3222 | |
| 3223 * xterm.c (x_update_window_end): Add parameter | |
| 3224 MOUSE_FACE_OVERWRITTEN_P. If set, arrange for a mouse-highlight | |
| 3225 redisplay in XTframe_up_to_date. | |
| 3226 (x_clear_mouse_face): New function. | |
| 3227 (x_redisplay_interface): Add pointer to x_clear_mouse_face. | |
| 3228 | |
| 3229 * dispnew.c (make_current): Preserve the mouse_face_p flag of the | |
| 3230 current glyph row. | |
| 3231 (update_window_line): Add parameter MOUSE_FACE_OVERWRITTEN_P. Set | |
| 3232 it when any row is written to that contains glyphs highlighted in | |
| 3233 mouse-face. | |
| 3234 (update_window): Call the window update end hook with new | |
| 3235 parameter MOUSE_FACE_OVERWRITTEN_P. | |
| 3236 (direct_output_for_insert): Give up if row contains mouse-face. | |
| 3237 | |
| 3238 * dispextern.h (struct redisplay_interface): Add parameter | |
| 3239 MOUSE_FACE_OVERWRITTEN_P to update_window_end_hook function. | |
| 3240 (clear_mouse_face): New function pointer member. | |
| 3241 | |
|
30157
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
3242 2000-07-11 Stefan Monnier <monnier@cs.yale.edu> |
|
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
3243 |
|
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
3244 * syntax.c (back_comment): Use one switch rather than a few `if's. |
|
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
3245 Obey open_paren_in_column_0_is_defun_start. |
|
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
3246 When reverting to the `slow' method, try to nicely handle the case |
|
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
3247 of nested comments by checking that the comment-starter we found |
|
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
3248 does indeed match the comment-ender. |
|
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
3249 (scan_sexps_forward, scan_sexps_forward): |
|
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
3250 Ignore excessive opening parenthesis rather than throwing an error. |
|
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
3251 |
| 30155 | 3252 2000-07-11 Gerd Moellmann <gerd@gnu.org> |
| 3253 | |
| 3254 * doc.c (Fsubstitute_command_keys): Handle case that a GC | |
| 3255 in Fwhere_is_internal or get_keymap_1 relocates string contents. | |
| 3256 | |
| 3257 * dispnew.c (direct_output_forward_char): Give up if currently | |
| 3258 displaying a message instead of the minibuffer contents. | |
| 3259 | |
| 3260 * xterm.c (x_update_window_begin): No need to turn off the mouse | |
| 3261 highlight here. | |
| 3262 (show_mouse_face): Set the mouse_face_p flag of glyph rows | |
| 3263 depending on whether they contain glyphs highlighted in | |
| 3264 mouse-face. | |
| 3265 | |
| 3266 * dispnew.c (row_equal_p): Add parameter MOUSE_FACE_P. If set, | |
| 3267 compare the mouse_face_p flags of both rows. | |
| 3268 | |
| 3269 * dispextern.h (struct glyph_row): Add flag mouse_face_p. | |
| 3270 | |
| 30146 | 3271 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
| 3272 | |
| 3273 * keyboard.c (show_help_echo): Accept additional parameter | |
| 3274 ok_to_overwrite_keystroke_echo. | |
| 3275 (read_char): Call show_help_echo with a zero | |
| 3276 ok_to_overwrite_keystroke_echo argument. | |
| 3277 * keyboard.h (show_help_echo): Update prototype of | |
| 3278 show_help_echo. | |
| 3279 * xmenu.c (menu_help_callback): Call show_help_echo with non-zero | |
| 3280 ok_to_overwrite_keystroke_echo argument. | |
| 3281 * w32menu.c (w32_menu_display_help): Call show_help_echo with | |
| 3282 non-zero ok_to_overwrite_keystroke_echo argument. | |
| 3283 | |
| 30135 | 3284 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
| 3285 | |
| 30140 | 3286 * xdisp.c (try_window_id): If changes are all below what is |
| 3287 displayed in the window, and point is in the window, we still | |
| 3288 might have to find point on the display. | |
| 3289 | |
| 3290 * xterm.c (x_fill_stretch_glyph_string): Consume runs of stretch | |
| 3291 glyphs instead of a single one. | |
| 3292 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string | |
| 3293 with new argument list. | |
| 3294 (x_set_glyph_string_gc): Make sure the face's GC is valid. | |
| 3295 | |
| 30135 | 3296 * keymap.c (get_keymap_1): Add comment that this function can GC. |
| 3297 (where_is_internal_2, where_is_internal_1): Add GCPROs, add | |
| 3298 comment that functions can GC. | |
| 3299 (Fset_keymap_parent): GCPRO arg KEYMAP. | |
| 3300 | |
| 30133 | 3301 2000-07-10 Eli Zaretskii <eliz@is.elta.co.il> |
| 3302 | |
| 3303 * msdos.c (XMenuActivate): After exiting the menu, restore the | |
| 3304 echo area message and erase it. | |
| 3305 | |
| 30125 | 3306 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
| 3307 | |
| 3308 * fontset.c (Ffontset_info): Make the return value more compatible | |
| 3309 with that of Emacs 20. | |
| 3310 | |
| 30107 | 3311 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
| 3312 | |
| 3313 * eval.c (Fsignal): Handle case that backtrace_list is null. | |
| 3314 | |
| 30104 | 3315 2000-07-07 Kenichi Handa <handa@etl.go.jp> |
| 3316 | |
| 3317 * ccl.c (Fccl_execute): Typo fixed. | |
| 3318 | |
| 30096 | 3319 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
| 3320 | |
| 30103 | 3321 * window.c (window_loop): Add missing gcpro1 local variable. |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3322 |
| 30096 | 3323 * window.c (Fwindow_list): Reverse list at the end. |
| 3324 (candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil | |
| 3325 means allow windows on OWINDOW's frame, only. | |
| 3326 (window_loop): Simplified; use Fwindow_list. | |
| 3327 | |
| 3328 * Makefile.in (TAGS-LISP): Don't pass `$(lispsource)' to make. | |
| 3329 | |
| 30085 | 3330 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
| 3331 | |
| 3332 * xterm.c (XTread_socket): Increment handling_signal at the start, | |
| 3333 decrement it at the end. | |
| 3334 | |
| 3335 * eval.c (handling_signal): New variable. | |
| 3336 (Fsignal): Abort if handling_signal is non-zero. | |
| 3337 | |
| 3338 * lisp.h (handling_signal): External declaration. | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3339 |
| 30085 | 3340 * s/freebsd.h (WAITTYPE, WRETCODE): Put in #if 0. |
| 3341 | |
|
30079
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3342 2000-07-05 Ken Raeburn <raeburn@gnu.org> |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3343 |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3344 Sound support for NetBSD through "Linux emulation" support: |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3345 * config.in (HAVE_SOUNDCARD_H): Undef. |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3346 (HAVE_SOUND): Define if HAVE_SOUNDCARD_H. |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3347 * Makefile.in (LIBSOUND): New variable. |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3348 (LIBES): Include it. |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3349 * sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3350 <soundcard.h>. |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3351 (DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3352 elsewhere. |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3353 (vox_open): Use DEFAULT_SOUND_DEVICE. |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3354 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio. |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3355 |
| 30076 | 3356 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
| 3357 | |
| 3358 * print.c (print_error_message): If Vsignaling_function is set, | |
| 3359 show it in *Messages*. | |
| 3360 | |
| 3361 * lisp.h (Vsignaling_function): External declaration. | |
| 3362 | |
| 3363 * eval.c (Vsignaling_function): New variable. | |
| 3364 (Fsignal): Compute it. | |
| 3365 (syms_of_eval): Staticpro it. | |
| 3366 | |
| 30069 | 3367 2000-07-05 Dave Love <fx@gnu.org> |
| 3368 | |
| 3369 * syswait.h: Use the autoconf recommended approach. Old code | |
| 3370 #if'd out in case we need to revert. | |
| 3371 | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3372 * config.in (HAVE_SYS_WAIT_H): Added. |
| 30069 | 3373 |
| 30067 | 3374 2000-07-05 Andrew Innes <andrewi@gnu.org> |
| 3375 | |
| 3376 * vm-limit.c (check_memory_limits) [REL_ALLOC]: Use real_morecore | |
| 3377 when non-NULL instead of __morecore, to take account of buffer | |
| 3378 memory. This also solves a problem with spurious memory warnings | |
| 3379 on Windows. | |
| 3380 | |
| 3381 * ralloc.c: Make real_morecore non-static. | |
| 3382 | |
| 3383 * eval.c (internal_condition_case): Comment out abort if | |
| 3384 interrupt_input_blocked is not zero. | |
| 3385 | |
| 3386 * makefile.nt: Add support for `bootstrap' and related targets. | |
| 3387 Include minimal debug info in emacs.exe in release build. | |
| 3388 Remove all dependencies on lisp.h, and fixup some others. | |
| 3389 | |
| 3390 * w32.c (init_environment): Install code from 20.7 for providing | |
| 3391 default values for environment variables, based on the | |
| 3392 executable's own location. | |
| 3393 (map_w32_filename): Handle filenames that are longer than | |
| 3394 MAX_PATH. | |
| 3395 (sys_socket): Install socket inheritance bug fix from 20.7. | |
| 3396 | |
| 3397 * alloca.c [emacs]: Include lisp.h (needed by atimer.h included | |
| 3398 here via blockinput.h). | |
| 3399 | |
|
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3400 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3401 |
|
30098
54ef6ace438d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30096
diff
changeset
|
3402 * w32menu.c (w32_menu_display_help): |
|
54ef6ace438d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30096
diff
changeset
|
3403 * xmenu.c (menu_help_callback): Use show_help_echo. |
|
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3404 |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3405 * keyboard.h (show_help_echo): Declare. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3406 |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3407 * keyboard.c (show_help_echo): New function, extracted from read_char. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3408 Feval its `msg' argument if it's a cons cell. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3409 (read_char): Use it. |
|
30118
67bba9343314
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30107
diff
changeset
|
3410 (follow_key): Pass `autoload' to get_keyelt. |
|
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3411 |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3412 * xterm.c (note_mode_line_highlight, note_mouse_highlight) |
|
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3413 (note_tool_bar_highlight, XTread_socket): |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3414 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight) |
|
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3415 (dos_rawgetc): |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3416 * w32term.c (note_mode_line_highlight, note_mouse_highlight) |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3417 (note_tool_bar_highlight, w32_read_socket): |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3418 Do not gratuitously ignore non-string `help-echo' properties. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3419 |
| 30043 | 3420 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
| 3421 | |
| 30049 | 3422 * eval.c (Feval): Put check for interrupt_input_block in #if 0. |
| 3423 | |
| 30046 | 3424 * window.c (delete_all_subwindows): Reset Vwindow_list. |
| 3425 | |
| 30043 | 3426 * xterm.c (x_append_glyph, x_append_composite_glyph) |
| 3427 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to | |
| 3428 changes in struct glyph starting 1999-12-27. Some bit-fields of | |
| 3429 struct glyph were not set, which made glyphs unequal when compared | |
| 3430 with GLYPH_EQUAL_P. Redisplay outputs such glyphs, and flickering | |
| 3431 effects were the result. This also depended on the contents of | |
| 3432 memory returned by xmalloc. If flickering happens again, activate | |
| 3433 the code in clear_glyph_row that's in #if 0. If the flickering is | |
| 3434 gone with that, chances are that it is caused by something | |
| 3435 similar. | |
| 3436 | |
| 3437 * dispnew.c (clear_glyph_row): Add debug code in #if 0. | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3438 |
| 30043 | 3439 * dispextern.h: Add some comments. |
| 3440 | |
| 3441 * window.c (add_window_to_list): Add parameter LIST. | |
| 3442 (window_list): Order list so that, for each frame, windows are | |
| 3443 in canonical order, and so that frames appear in the list in | |
| 3444 the order given by Vframe_list. | |
| 3445 (next_window): Reverse the handling of NEXT_P. | |
| 3446 | |
| 30031 | 3447 2000-07-04 Gerd Moellmann <gerd@gnu.org> |
| 3448 | |
| 30038 | 3449 * window.c (Vwindow_list): New variable. |
| 3450 (make_window, delete_window): Set Vwindow_list to nil. | |
| 3451 (check_window_containing): New function. | |
| 3452 (window_from_coordinates): Rewritten. | |
| 3453 (add_window_to_list, window_list, candidate_window_p) | |
| 3454 (decode_next_window_args, next_window): New functions. | |
| 3455 (Fnext_window, Fprevious_window): Rewritten in terms of | |
| 3456 next_window. | |
| 3457 (Fwindow_list): New function. | |
| 3458 (Fother_window): Cleaned up. | |
| 3459 (foreach_window): Add a longer "variable argument list". Let | |
| 3460 callback function return 0 to indicate that cycling over windows | |
| 3461 should stop. | |
| 3462 (foreach_window_1): Likewise. | |
| 3463 (freeze_window_start): Return int. | |
| 3464 (init_window): New function. | |
| 3465 (syms_of_window): Staticpro Vwindow_list and defsubr Swindow_list. | |
| 3466 | |
| 3467 * emacs.c (handle_USR1_signal, handle_USR2_signal) Clear | |
| 3468 input_event with bzero. | |
| 3469 (main): Call init_window. | |
| 3470 | |
| 30031 | 3471 * keymap.c (get_keyelt): Temporarily inhibit GC while evaluating |
| 3472 a menu filter. | |
| 3473 | |
| 30026 | 3474 2000-07-04 Kenichi Handa <handa@etl.go.jp> |
| 3475 | |
| 3476 * composite.h (make_composition_value_copy): Extern it. | |
| 3477 | |
| 3478 * composite.c (make_composition_value_copy): New function. | |
| 3479 | |
| 3480 * editfns.c (Fformat): While copying text properties, make each | |
| 3481 composition property value a copy. | |
| 3482 | |
| 3483 * fns.c (concat): While copying text properties, make each | |
| 3484 composition property value a copy. | |
| 3485 | |
| 29996 | 3486 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
| 3487 | |
| 30012 | 3488 * m/macppc.h (LINKER, LD_SWITCH_MACHINE) [LINUX]: Define. |
| 3489 | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3490 * fns.c (sweep_weak_table): Mark only objects that are not |
| 30008 | 3491 marked already. |
| 3492 | |
| 29996 | 3493 * frame.c (next_frame, prev_frame): If MINIBUF is a window, |
| 3494 include those frames as candidates which have their focus | |
| 3495 redirected to the minibuffer frame. | |
| 3496 | |
|
29992
c1a99b7c6085
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29989
diff
changeset
|
3497 2000-07-03 Stefan Monnier <monnier@cs.yale.edu> |
|
c1a99b7c6085
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29989
diff
changeset
|
3498 |
|
c1a99b7c6085
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29989
diff
changeset
|
3499 * fns.c (Fputhash): Return `value' rather than nil. |
|
c1a99b7c6085
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29989
diff
changeset
|
3500 |
| 29988 | 3501 2000-06-30 Gerd Moellmann <gerd@gnu.org> |
| 3502 | |
| 29989 | 3503 * frame.c (next_frame): Don't check focus redirection in case |
| 3504 MINIBUF is a window. Doing so excludes frames using MINIBUF | |
| 29988 | 3505 unless their focus is redirected, which contradicts the |
| 3506 specification of next-frame, and leads to infinite loops in | |
| 3507 certain situations when cycling through windows with next-window. | |
| 3508 | |
| 29983 | 3509 2000-06-30 Kenichi Handa <handa@etl.go.jp> |
| 3510 | |
| 29984 | 3511 * coding.c (code_convert_region): Even if the length of text is |
| 29983 | 3512 zero, try to convert it if coding->type is coding_type_ccl. |
| 29984 | 3513 (decode_coding_string, encode_coding_string): Likewise. |
| 29983 | 3514 |
| 29972 | 3515 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
| 3516 | |
| 29982 | 3517 * xdisp.c (try_window_reusing_current_matrix): Don't try to reuse |
| 29989 | 3518 the display if windows_or_buffers_changed. |
| 29982 | 3519 |
| 3520 * dispnew.c (struct row_entry): New structure. | |
| 3521 (row_entry_pool, row_entry_pool_size, row_entry_idx, row_table) | |
| 3522 (row_table_size, old_lines, new_lines, old_lines_size) | |
| 3523 (new_lines_size, run_pool, runs_size, runs): New variables. | |
| 3524 (add_row_entry): New function. | |
| 3525 (scrolling_window): Use data structures allocated with xmalloc and | |
| 29989 | 3526 held in global variables, instead of allocating them with alloca and |
| 29982 | 3527 holding them in local variables. Use a larger hash table whose |
| 3528 size depends on glyph matrix sizes. Don't use bzero to clear the | |
| 3529 hash table; instead, clear used slots only. | |
| 3530 | |
| 3531 * fns.c (next_almost_prime): Make it externally visible. | |
| 3532 | |
| 3533 * lisp.h (next_almost_prime): Add prototype. | |
| 3534 | |
| 29972 | 3535 * s/isc4-0.h (sigunblock): Define. |
| 3536 | |
| 3537 * s/sco5.h (sigunblock): Define. | |
| 3538 | |
| 29965 | 3539 2000-06-27 Dave Love <fx@gnu.org> |
| 3540 | |
| 3541 * s/osf1.h (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change | |
| 3542 (moved to osf5-0.h). | |
| 3543 [!NOT_C_CODE]: Protect string.h stuff. | |
| 3544 | |
| 3545 * s/osf5-0.h (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED) | |
| 3546 (sys_siglist, NSIG): Definitions moved here from osf1.h. | |
| 3547 | |
| 29961 | 3548 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
| 3549 | |
| 29989 | 3550 * xdisp.c (resize_mini_window): Subtract the extra line spacing |
| 29961 | 3551 below the last line from the needed window height. |
| 3552 | |
|
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
3553 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
|
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
3554 |
|
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
3555 * fns.c (Fplist_member): Renamed from Fwidget_plist_member. |
|
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
3556 (Fwidget_get): Use it. |
|
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
3557 (syms_of_fns): Defsubr it. |
|
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
3558 |
| 29939 | 3559 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
| 3560 | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3561 * xterm.c (xim_initialize) [!USE_XIM]: Don't set up the |
| 29949 | 3562 display info for XIM. |
| 3563 (xim_open_dpy): Likewise. | |
| 3564 (xim_close_dpy): Don't free the display info's XIM. | |
| 3565 | |
| 3566 * xfns.c (x_window) [!USE_XIM]: Don't call create_frame_ic. | |
| 3567 | |
| 3568 * config.in (USE_XIM): New define. | |
| 3569 | |
| 29942 | 3570 * keymap.c (get_keyelt): For menu-items containing a `:filter |
| 3571 FILTER', apply FILTER to the menu-item's definition to get the | |
| 3572 real definition to use. | |
| 3573 | |
| 3574 * lisp.h (QCfilter): External declaration. | |
| 3575 | |
| 29939 | 3576 * xfns.c (Fimage_size): New function. |
| 3577 (syms_of_xfns): Defsubr it. | |
| 3578 | |
| 29933 | 3579 2000-06-26 Andreas Schwab <schwab@suse.de> |
| 3580 | |
| 3581 * coding.c (decode_coding_string): Re-fetch STRING_BYTES after | |
| 3582 Fstring_as_unibyte. | |
| 3583 | |
| 29930 | 3584 2000-06-25 Dave Love <fx@gnu.org> |
| 3585 | |
| 3586 * term.c [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag, | |
| 3587 tgetnum. | |
| 3588 | |
| 3589 * Makefile.in (blockinput.h): Depend on atimer.h. | |
| 3590 (atimer.h): Depend on systime.h. | |
| 3591 | |
| 3592 * blockinput.h: Protect against multiple inclusion. Include | |
| 3593 atimer.h. | |
| 3594 | |
| 3595 * atimer.h: Protect against multiple inclusion. Include | |
| 3596 systime.h. | |
| 3597 | |
| 3598 * lisp.h (swap_in_global_binding): Declare. | |
| 3599 | |
|
29921
8a4552214d84
* process.c (Fopen_network_stream): Turn off atimers for duration of call to
Ken Raeburn <raeburn@raeburn.org>
parents:
29918
diff
changeset
|
3600 2000-06-24 Ken Raeburn <raeburn@gnu.org> |
|
8a4552214d84
* process.c (Fopen_network_stream): Turn off atimers for duration of call to
Ken Raeburn <raeburn@raeburn.org>
parents:
29918
diff
changeset
|
3601 |
|
8a4552214d84
* process.c (Fopen_network_stream): Turn off atimers for duration of call to
Ken Raeburn <raeburn@raeburn.org>
parents:
29918
diff
changeset
|
3602 * process.c (Fopen_network_stream): Turn off atimers for duration |
|
8a4552214d84
* process.c (Fopen_network_stream): Turn off atimers for duration of call to
Ken Raeburn <raeburn@raeburn.org>
parents:
29918
diff
changeset
|
3603 of call to connect. (Patch from Gerd.) |
|
8a4552214d84
* process.c (Fopen_network_stream): Turn off atimers for duration of call to
Ken Raeburn <raeburn@raeburn.org>
parents:
29918
diff
changeset
|
3604 |
| 29916 | 3605 2000-06-23 Dave Love <fx@gnu.org> |
| 3606 | |
| 29918 | 3607 * ralloc.c: Maybe include unistd.h |
| 3608 | |
| 29916 | 3609 * emacs.c (setgrp): Undefine before defining. |
| 3610 (malloc_warning, set_time_zone_rule, index): Prototype. | |
| 3611 | |
| 3612 * systime.h (EMACS_GET_TIME) [!GETTIMEOFDAY_ONE_ARGUMENT]: Use | |
| 3613 HAVE_STRUCT_TIMEZONE. | |
| 3614 | |
| 3615 * s/osf1.h: Move string.h hack here from alpha.h and make it | |
| 3616 conditional. | |
| 3617 (C_SWITCH_SYSTEM): Use _OSF_SOURCE, not -BSD, which clashes with | |
| 3618 _XOPEN_SOURCE. | |
| 3619 (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist, NSIG): Define. | |
| 3620 (SOCKLEN_TYPE): Don't define. | |
| 3621 | |
| 3622 * m/alpha.h: Remove string.h hack. | |
| 3623 | |
| 3624 * s/osf5-0.h: New file. | |
| 3625 | |
| 3626 * filelock.c: Use feature tests for fcntl.h, string.h. Don't | |
| 3627 include time.h, done by systime.h. | |
| 3628 [__FreeBSD__]: Remove redundant includes. | |
| 3629 | |
| 29942 | 3630 * callproc.c (setpgrp): Undefine before defining. |
| 29916 | 3631 (delete_temp_file): Return Qnil to avoid warning. |
| 3632 | |
| 3633 * config.in (HAVE_TERM_H, HAVE_STRUCT_TIMEZONE): Add. | |
| 3634 | |
| 3635 * xfaces.c: Include fontset.h dependent on HAVE_WINDOW_SYSTEM, not | |
| 3636 HAVE_X_WINDOWS. | |
| 3637 | |
| 3638 * fontset.h (free_face_fontset): Renamed from fs_free_face_fontset. | |
| 3639 | |
| 3640 * composite.h (compose_text): Declare. | |
| 3641 | |
| 3642 * xterm.c: Don't include sys/types.h unconditionally. Don't | |
| 3643 protect its inclusion with !USG (following xmenu.c). | |
| 3644 | |
| 29888 | 3645 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
| 3646 | |
| 3647 * xfns.c (x_create_tip_frame): Initialize frame's colors like | |
| 3648 in x_create_frame. | |
| 3649 | |
| 29878 | 3650 2000-06-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 3651 | |
| 3652 * coding.c (decode_eol_post_ccl): Special handling for undecided | |
| 3653 and inconsistent EOL types. | |
| 3654 | |
| 29860 | 3655 2000-06-22 Gerd Moellmann <gerd@gnu.org> |
| 3656 | |
| 29868 | 3657 * xrdb.c (x_load_resources): Add default resource for scroll bar's |
| 3658 trough color and main window's background color. | |
| 3659 | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3660 * xfns.c (Fx_file_dialog) [HAVE_MOTIF_2_1]: Handle events |
| 29868 | 3661 differently. |
| 3662 | |
| 3663 * xterm.h (Xt_app_con): External declaration. | |
| 3664 | |
| 3665 * widget.c (EmacsFrameRealize): Fix typo. | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3666 |
| 29862 | 3667 * widget.c (EmacsFrameRealize): Remove SubstructureRedirectMask. |
| 3668 | |
| 29860 | 3669 * xdisp.c (handle_stop): Initialize it->add_overlay_start to zero. |
| 3670 (handle_invisible_prop): Record the start of invisible text in | |
| 3671 it->add_overlay_start. | |
| 3672 (struct overlay_entry): Add member `overlay'. | |
| 3673 (handle_overlay_change): Simplify. | |
| 3674 (next_overlay_string): After having processed overlay strings at the | |
| 3675 end of the buffer, record that fact in | |
| 3676 it->overlay_strings_at_end_processed_p. | |
| 3677 (compare_overlay_entries): If before- and after-strings come | |
| 3678 from the same overlay, let before-strings come first. | |
| 3679 (RECORD_OVERLAY_STRING): Record the overlay that strings come from. | |
| 3680 (load_overlay_strings): Take it->add_overlay_start into account | |
| 3681 when adding overlay strings. | |
| 3682 | |
| 3683 * dispextern.h (struct it): Add member add_overlay_start. | |
| 3684 | |
| 29852 | 3685 2000-06-22 Dave Love <fx@gnu.org> |
| 3686 | |
| 3687 * s/isc3-0.h (C_SWITCH_SYSTEM): Define _XOPEN_SOURCE=500. | |
| 3688 | |
| 3689 * s/gnu-linux.h (C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here. | |
| 3690 | |
| 29846 | 3691 2000-06-22 Kenichi Handa <handa@etl.go.jp> |
| 3692 | |
| 3693 * ccl.c (ccl_driver) <CCL_End>: Decrement stack_idx only when it | |
| 3694 is greater than 0. | |
| 3695 | |
| 29843 | 3696 2000-06-21 Dave Love <fx@gnu.org> |
| 3697 | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3698 * Makefile.in (GETLOADAVG_OBJ): Removed -- LIBOBJS does it. |
| 29843 | 3699 |
|
29836
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
3700 2000-06-21 Stefan Monnier <monnier@cs.yale.edu> |
|
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
3701 |
|
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
3702 * syntax.c (back_comment): Simplify string-parity counting (with |
|
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
3703 the added benefit of handling multiple string-styles as long as |
|
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
3704 they are not intertwined). |
|
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
3705 Jump to the slow code as soon as a comment starter is found in |
|
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
3706 a "string_lossage" position. Fixes the case: " /* " /* " */. |
|
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
3707 |
| 29834 | 3708 2000-06-21 Dave Love <fx@gnu.org> |
| 3709 | |
| 3710 * Makefile.in: Use GETLOADAVG_LIBS. | |
| 3711 | |
| 3712 * config.in: Add HAVE_FCNTL_H, _FILE_OFFSET_BITS, | |
| 3713 _LARGEFILE_SOURCE, _LARGE_FILES, _XOPEN_SOURCE. | |
| 3714 | |
|
29822
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
3715 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
|
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
3716 |
|
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
3717 * syntax.c (describe_syntax): Recognize the `n'estable bit. |
|
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
3718 (Fforward_comment, scan_lists): |
|
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
3719 Check the comstyle of single-char comment-starters. |
|
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
3720 (scan_sexps_forward): Don't try to recognize `half comment-enders' if |
|
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
3721 we're just at the beginning of the comment (f.ex with (*) ... (*)). |
|
29824
26ad198aa883
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29822
diff
changeset
|
3722 Check the comstyle of single-char comment-starters. |
|
26ad198aa883
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29822
diff
changeset
|
3723 Clarify control-flow around the Scomment case. |
|
29822
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
3724 |
| 29815 | 3725 2000-06-20 Dave Love <fx@gnu.org> |
| 3726 | |
|
29824
26ad198aa883
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29822
diff
changeset
|
3727 * fns.c (make_hash_table, maybe_resize_hash_table): |
|
26ad198aa883
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29822
diff
changeset
|
3728 Cast arg of next_almost_prime. |
| 29815 | 3729 |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3730 * tparam.c [emacs]: Include lisp.h. |
| 29815 | 3731 |
| 3732 * termcap.c [emacs]: Test HAVE_FCNTL_H, not USG5. Include lisp.h | |
| 3733 and unistd.h. | |
| 3734 | |
| 29814 | 3735 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
| 3736 | |
| 29820 | 3737 * keyboard.c (adjust_point_for_property): Check if display |
| 3738 property should be treated as intangible by looking at its | |
| 3739 value. | |
| 3740 | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3741 * xdisp.c (single_display_prop_intangible_p) |
| 29820 | 3742 (display_prop_intangible_p): New functions. |
| 3743 | |
| 3744 * dispextern.h (display_prop_intangible_p): Add prototype. | |
| 3745 | |
| 3746 * xdisp.c (dump_glyph_row): Show type of glyph->object. | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3747 |
| 29814 | 3748 * s/isc4-0.h (sigblock): Redefined to pass a pointer as second |
| 3749 argument to sigprocmask. | |
| 3750 | |
| 3751 * s/sco5.h (sigblock): Redefined to pass a pointer as second | |
| 3752 argument to sigprocmask. | |
| 3753 | |
| 3754 * syssignal.h (sigblock, sigunblock) [USG5_4]: Set | |
| 3755 sigprocmask_set, and pass a pointer to it to sigprocmask. | |
| 3756 | |
| 3757 * sysdep.c (sigprocmask_set): New variable. | |
| 3758 | |
| 3759 * fileio.c (make_temp_name): Don't use `%s' in string passed to | |
| 3760 report_file_error. | |
| 3761 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3762 2000-06-20 Sam Steingold <sds@gnu.org> |
|
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3763 |
|
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3764 * xrdb.c: Don't declare xmalloc, xrealloc. |
|
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3765 |
|
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29796
diff
changeset
|
3766 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29796
diff
changeset
|
3767 |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29796
diff
changeset
|
3768 * regex.c (re_match, re_match_2): Protect calls to alloca (0). |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29796
diff
changeset
|
3769 (re_comp): Cast gettext return value to avoid complaints when |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29796
diff
changeset
|
3770 !HAVE_LIBINTL. |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29796
diff
changeset
|
3771 |
| 29786 | 3772 2000-06-20 Dave Love <fx@gnu.org> |
| 3773 | |
| 29796 | 3774 * m/stride.h, m/mips.h: Don't define HAVE_GETWD, |
| 3775 HAVE_GETTIMEOFDAY. | |
| 3776 | |
| 29815 | 3777 * m/ibmrt-aix.h: Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK. |
| 29796 | 3778 |
|
29824
26ad198aa883
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29822
diff
changeset
|
3779 * m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare HAVE_GETWD. |
| 29796 | 3780 |
| 3781 * m/alpha.h: Don't declare xmalloc, xrealloc. | |
| 3782 | |
| 29790 | 3783 * s/ux4800.h: Don't declare GETTIMEOFDAY_ONE_ARGUMENT. |
| 3784 | |
| 3785 * s/usg5-4-2.h: Don't declare HAVE_GETWD, VFORK_RETURN_TYPE. | |
| 3786 | |
| 3787 * s/umips.h: Don't declare HAVE_GETWD, HAVE_GETTIMEOFDAY. | |
| 3788 | |
| 3789 * s/cxux.h, s/gnu-linux.h, s/iris3-6.h, s/irix3-3.h: Don't declare | |
| 3790 HAVE_GETWD. | |
| 3791 | |
| 29786 | 3792 * keyboard.h (poll_for_input_1): Declare. |
| 3793 | |
| 3794 * getloadavg.c: Don't define NLIST_STRUCT (handled by configure). | |
| 3795 | |
| 3796 * alloc.c (xmalloc, xrealloc, xfree): Define using POINTER_TYPE. | |
| 3797 | |
| 3798 * doprnt.c: Don't declare xmalloc, xrealloc. | |
| 3799 | |
| 3800 * lisp.h (x_set_tool_bar_lines, free_frame_xic, compose_text) | |
| 3801 (getenv, ctime, getwd): Removed. | |
| 3802 (xmalloc, xrealloc, xfree): Declare using POINTER_TYPE. | |
| 3803 | |
| 3804 * xterm.h: Remove duplicate prototypes. Declare free_frame_xic, | |
| 3805 x_set_tool_bar_lines. | |
| 3806 | |
| 3807 * config.in: Add HAVE_GETWD. Move some definitions above | |
| 3808 machine/system includes. | |
| 3809 | |
| 29766 | 3810 2000-06-20 Kenichi Handa <handa@etl.go.jp> |
| 3811 | |
| 29770 | 3812 * s/bsd386.h (HAVE_GETLOADAVG): Define it as 1. |
| 3813 | |
| 29766 | 3814 * xfaces.c (font_list): Handle the case that REGISTRY doesn't |
| 3815 contain information about ENCODING. | |
| 3816 | |
| 3817 * fontset.c (FONTSET_ASCII): Use the first element of char table | |
| 3818 for an ASCII font, not defalt slot. | |
| 3819 (fontset_ref_via_base): If FONTSET doesn't contain information for | |
| 3820 C, try the default fontset. | |
| 3821 (make_fontset): Don't copy the default fontset. | |
| 3822 (fontset_font_pattern): Likewise. | |
| 3823 (accumulate_font_info): If ELT is nil, use the corresponding | |
| 3824 element in the default fontset. | |
| 3825 | |
| 29752 | 3826 2000-06-19 Dave Love <fx@gnu.org> |
| 3827 | |
| 29758 | 3828 * syntax.c (Fparse_partial_sexp): Doc fix. |
| 3829 | |
| 3830 * regex.h: Test PROTOTYPES as well as __STDC__. | |
| 3831 | |
| 29752 | 3832 * unexalpha.c: Include errno.h, string.h, unistd.h. Don't declare |
| 3833 errno, strerror. Put text after #endif in comment. | |
| 3834 | |
| 3835 * xdisp.c (dump_glyph_matrix): Add `static' to declaration (for | |
| 3836 pcc). | |
| 3837 | |
| 3838 * xterm.c (x_frame_of_widget): Likewise. | |
| 3839 | |
| 29747 | 3840 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
| 3841 | |
| 3842 * abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table | |
| 3843 to Vfundamental_mode_abbrev_table. | |
| 3844 | |
| 3845 * alloc.c (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no | |
| 3846 bogus objects are marked. This slows down GC by ~80 percent, but | |
| 3847 it might be worth trying when debugging GC-related problems. | |
| 3848 This feature requires conservative stack marking to be enabled. | |
| 3849 | |
| 3850 * xterm.c (XTread_socket) <KeyPress>: In case XmbLookupString | |
| 3851 returns XLookupChars, reset `modifiers' to zero. | |
| 3852 | |
| 29738 | 3853 2000-06-19 Dave Love <fx@gnu.org> |
| 3854 | |
| 3855 * mktime.c: Unprotoized. | |
| 3856 | |
|
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30329
diff
changeset
|
3857 2000-06-19 Richard Stallman <rms@gnu.org> |
| 29736 | 3858 |
| 3859 * data.c (set_internal): If variable is frame-local, | |
| 3860 store the new value immediately into the frame parameter alist. | |
| 3861 | |
|
29726
c9430bc1c824
* keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checks
Ken Raeburn <raeburn@raeburn.org>
parents:
29720
diff
changeset
|
3862 2000-06-19 Ken Raeburn <raeburn@gnu.org> |
|
c9430bc1c824
* keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checks
Ken Raeburn <raeburn@raeburn.org>
parents:
29720
diff
changeset
|
3863 |
|
29728
f0f1e1365670
fix jpeg error-handling setup
Ken Raeburn <raeburn@raeburn.org>
parents:
29727
diff
changeset
|
3864 * xfns.c (jpeg_load): Fetch error-handling data first, then fill |
|
f0f1e1365670
fix jpeg error-handling setup
Ken Raeburn <raeburn@raeburn.org>
parents:
29727
diff
changeset
|
3865 in the custom handler pointer. |
|
f0f1e1365670
fix jpeg error-handling setup
Ken Raeburn <raeburn@raeburn.org>
parents:
29727
diff
changeset
|
3866 |
|
29726
c9430bc1c824
* keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checks
Ken Raeburn <raeburn@raeburn.org>
parents:
29720
diff
changeset
|
3867 * keyboard.c (follow_key, read_key_sequence): Use XUINT on key |
|
29727
a1a4b7597a40
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
29726
diff
changeset
|
3868 value, or checks for CHAR_META can fail when Lisp_Object is a |
|
a1a4b7597a40
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
29726
diff
changeset
|
3869 union type. |
|
29726
c9430bc1c824
* keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checks
Ken Raeburn <raeburn@raeburn.org>
parents:
29720
diff
changeset
|
3870 * keymap.c (get_keyelt): Likewise. |
|
c9430bc1c824
* keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checks
Ken Raeburn <raeburn@raeburn.org>
parents:
29720
diff
changeset
|
3871 |
| 29720 | 3872 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
| 3873 | |
| 3874 * ccl.h (struct ccl_program): New member eol_type. | |
| 3875 (struct ccl_spec): New member cr_carryover. | |
| 3876 | |
| 3877 * ccl.c (CCL_WRITE_CHAR): Convert NL according to ccl->eol_type. | |
| 3878 (setup_ccl_program): Initialize ccl->eol_type to CODING_EOL_LF. | |
| 3879 | |
| 3880 * coding.c (setup_coding_system) <4>: Reset member `cr_carryover'. | |
| 3881 (ccl_coding_driver): On encoding, initialize ccl->eol_type. | |
| 3882 (decode_eol_post_ccl): New function. | |
| 3883 (decode_coding): Don't detect EOL format here for CCL based coding | |
| 3884 systems. | |
| 3885 (decode_coding) <coding_type_ccl>: Handle carryovered CR. Call | |
| 3886 decode_eol_post_ccl after running the CCL program. | |
| 3887 (code_convert_region): Don't detect EOL format here for CCL based | |
| 3888 coding systems. | |
| 3889 (decode_coding_string): Likewise. | |
| 3890 | |
|
29717
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3891 2000-06-18 Ken Raeburn <raeburn@gnu.org> |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3892 |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3893 * charset.c (update_charset_table): Use XINT on "iso_final_char" |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3894 when treating it as an integer. |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3895 |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3896 * coding.h (encode_coding_string): Declare. |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3897 |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3898 * keyboard.c (read_key_sequence): Use XINT on "pos" when treating |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3899 it as an integer. |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3900 |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3901 * keymap.c (Fwhere_is_internal): Rename argument "keymap" to |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3902 "xkeymap" to avoid shadowing the "enum map_type" value that needs |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3903 to be passed to get_local_map. |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3904 |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3905 * sound.c (Fplay_sound): Don't call make_number on |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3906 Frun_hook_with_args count argument. |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3907 |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3908 * xterm.c (x_send_scroll_bar_event): Fudge lisp object/integer |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3909 for lisp objects in X event structure data field, when lisp |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3910 objects are represented with unions. |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3911 (x_scroll_bar_to_input_event): Ditto. |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3912 |
|
29697
f24d81dfa064
* xdisp.c (decode_mode_spec): In "no_value" case, do NUL termination of string.
Ken Raeburn <raeburn@raeburn.org>
parents:
29696
diff
changeset
|
3913 2000-06-16 Ken Raeburn <raeburn@gnu.org> |
|
f24d81dfa064
* xdisp.c (decode_mode_spec): In "no_value" case, do NUL termination of string.
Ken Raeburn <raeburn@raeburn.org>
parents:
29696
diff
changeset
|
3914 |
|
f24d81dfa064
* xdisp.c (decode_mode_spec): In "no_value" case, do NUL termination of string.
Ken Raeburn <raeburn@raeburn.org>
parents:
29696
diff
changeset
|
3915 * xdisp.c (decode_mode_spec): In "no_value" case, do NUL |
|
29698
9ad6e18de5f7
* xdisp.c (decode_mode_spec): Fix sense of test whether Vline_number_display_limit is an integer.
Ken Raeburn <raeburn@raeburn.org>
parents:
29697
diff
changeset
|
3916 termination of string. Fix sense of test whether |
|
9ad6e18de5f7
* xdisp.c (decode_mode_spec): Fix sense of test whether Vline_number_display_limit is an integer.
Ken Raeburn <raeburn@raeburn.org>
parents:
29697
diff
changeset
|
3917 Vline_number_display_limit is an integer. |
|
29697
f24d81dfa064
* xdisp.c (decode_mode_spec): In "no_value" case, do NUL termination of string.
Ken Raeburn <raeburn@raeburn.org>
parents:
29696
diff
changeset
|
3918 |
| 29688 | 3919 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
| 3920 | |
| 29712 | 3921 * xfaces.c (syms_of_xfaces) [DEBUG_X_COLORS]: Defsubr dump_colors |
| 3922 only if HAVE_X_WINDOWS. | |
| 3923 | |
| 29696 | 3924 * keymap.c (describe_buffer_bindings): Add `\f\n' in front |
| 3925 of titles. | |
| 3926 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3927 * dispnew.c (update_frame_1): Handle case that cursor vpos is |
| 29688 | 3928 out of bounds. |
| 3929 | |
| 29670 | 3930 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
| 3931 | |
| 3932 * unexec.c (toplevel): Fix last change, so as not to deprive MSDOS | |
| 3933 of its headers. | |
| 3934 | |
| 29662 | 3935 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
| 3936 | |
| 3937 * coding.c (decode_coding_emacs_mule): Always set src_base at the | |
| 3938 start of the while loop. | |
| 3939 | |
| 29661 | 3940 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
| 3941 | |
| 29673 | 3942 * atimer.c (alarm_signal_handler): Add forward declaration. |
| 3943 | |
| 29661 | 3944 * data.c (set_internal): Remove debug code. |
| 3945 | |
| 29637 | 3946 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
| 3947 | |
| 29657 | 3948 * Makefile.in (bootstrap-temacs): Add `-I../src'. |
| 3949 | |
| 29654 | 3950 * unexec.c (toplevel) [COFF]: Include coff.h. |
| 3951 | |
| 3952 * s/lynxos.h: New file. | |
| 3953 | |
| 3954 * keymap.c (Fsingle_key_description): Enclose function key and | |
| 3955 event symbol names in angle brackets. | |
| 3956 | |
| 29644 | 3957 * xdisp.c (setup_echo_area_for_printing): Call |
| 3958 message_log_maybe_newline if message_buf_print is not set. | |
| 3959 | |
| 3960 * print.c (printchar, strout): Don't check message_buf_print | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3961 before calling setup_echo_area_for_printing because that |
| 29644 | 3962 function does something useful even when message_buf_print is |
| 3963 already set. | |
| 3964 | |
| 29637 | 3965 * xdisp.c (message_truncate_lines, Qmessage_truncate_lines): New |
| 3966 variables. | |
| 3967 (ensure_echo_area_buffers): Initialize echo buffer's | |
| 3968 truncate lines setting to nil. | |
| 3969 (with_echo_area_buffer): Don't set the echo buffer's truncate | |
| 3970 lines setting here. | |
| 29644 | 3971 (set_message_1): Set it here instead, based on the value |
| 29637 | 3972 of message_truncate_lines. |
| 3973 (resize_mini_window): Handle case that lines are truncated. | |
| 3974 (syms_of_xdisp): Initialize Qmessage_truncate_lines. DEFVAR_BOOL | |
| 3975 message-truncate-lines. | |
| 3976 | |
| 3977 * keyboard.c (read_char): Bind message-truncate-lines to t | |
| 3978 while displaying a help-echo. | |
| 3979 | |
| 3980 * lisp.h (Qmessage_truncate_lines): External declaration. | |
| 3981 | |
| 29620 | 3982 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
| 3983 | |
| 29633 | 3984 * xdisp.c (Vline_number_display_limit): Renamed from |
| 3985 line_number_display_limit. | |
| 3986 (syms_of_xdisp): Use DEFVAR_LISP for line-number-display-limit. | |
| 3987 Extend documentation string. Initialize | |
| 3988 Vline_number_display_limit to nil meaning no limit. | |
| 3989 (decode_mode_spec): Use Vline_number_display_limit with its new | |
| 3990 meaning. | |
| 3991 | |
| 29620 | 3992 * xterm.c (x_check_font) [GLYPH_DEBUG]: Add prototype. |
| 3993 | |
|
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30329
diff
changeset
|
3994 2000-06-13 Richard Stallman <rms@gnu.org> |
| 29620 | 3995 |
| 3996 * frame.c (Fmodify_frame_parameters): Doc fix. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3997 |
| 29620 | 3998 * xfns.c (x_set_frame_parameters): Comment fix. |
| 3999 | |
| 4000 * frame.c (store_frame_param): Call swap_in_global_binding if the | |
| 4001 variable's current binding was chosen based on this frame. | |
| 4002 | |
| 4003 * data.c (swap_in_global_binding): New function. | |
| 4004 | |
| 29615 | 4005 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
| 4006 | |
| 4007 * msdos.c (IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING | |
| 4008 macro, instead AND with CODING_REQUIRE_ENCODING_MASK. | |
| 4009 | |
| 29612 | 4010 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
| 4011 | |
| 4012 * msdos.h (EMACS_MSDOS_H): Renamed from MSDOS_H_. | |
| 4013 | |
| 29606 | 4014 2000-06-12 Jason Rumney <jasonr@gnu.org> |
| 4015 | |
| 4016 * w32bdf.h (EMACS_W32BDF_H): Renamed from __W32BDF_H__ | |
| 4017 | |
| 4018 * w32.h (EMACS_W32_H): Renamed from _NT_H_ | |
| 4019 | |
| 4020 * w32gui.h (EMACS_W32GUI_H): Renamed from __W32GUI_H__ | |
| 4021 | |
| 4022 * w32inevt.h (EMACS_W32INEVT_H): Renamed from __NTINEVT_H__ | |
| 4023 | |
| 29603 | 4024 2000-06-12 Gerd Moellmann <gerd@gnu.org> |
| 4025 | |
| 4026 * xfaces.c (Fdump_colors) [DEBUG_X_COLORS]: New function. | |
| 4027 (syms_of_xfaces): Defsubr Sdump_colors. | |
| 4028 (x_free_colors): Don't treat b&w specially on default visual. | |
| 4029 (x_free_dpy_colors): New function. | |
| 4030 (free_face_colors): Don't check visual class; it's done | |
| 4031 in x_free_colors. | |
| 4032 | |
| 4033 * xterm.c (x_frame_of_widget): New function. | |
| 4034 (x_alloc_nearest_color_for_widget): Use it. | |
| 4035 (x_copy_dpy_color): New function. | |
| 4036 (x_destroy_window): Free various colors. | |
| 4037 | |
| 29574 | 4038 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
| 4039 | |
| 4040 * ccl.h (EMACS_CCL_H): Renamed from _CCL_H. | |
| 4041 | |
| 4042 * charset.h (EMACS_CHARSET_H): Renamed from _CHARSET_H. | |
| 4043 | |
| 4044 * coding.h (EMASC_CODING_H): Renamed from _CODING_H. | |
| 4045 | |
| 4046 * composite.h (EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H. | |
| 4047 | |
| 4048 * fontset.h (EMACS_FONTSET_H): Renamed from _FONTSET_H. | |
| 4049 | |
| 29560 | 4050 2000-06-11 Dave Love <fx@gnu.org> |
| 4051 | |
| 4052 * systime.h (EMACS_SYSTIME_H): Renamed from _SYSTIME_H. | |
| 4053 | |
| 29558 | 4054 2000-06-11 Eli Zaretskii <eliz@is.elta.co.il> |
| 4055 | |
| 4056 * msdos.h: Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead. | |
| 4057 | |
| 29556 | 4058 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
| 4059 | |
| 29603 | 4060 * xmenu.c (xmenu_show): Cast second parameter of lw_popup_menu |
| 29556 | 4061 to `XEvent *'. |
| 4062 | |
| 29537 | 4063 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
| 4064 | |
| 29545 | 4065 * regex.c (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env. |
| 4066 (regex_compile): Fix the code for handling the case of single byte | |
| 4067 char and multibyte char being mixed in a range within [...]. | |
| 4068 | |
| 29541 | 4069 * fileio.c (Finsert_file_contents): Be sure to setup src_multibyte |
| 4070 and dst_multibyte members of coding. | |
| 4071 | |
| 29537 | 4072 * charset.c (update_charset_table): Update the table |
| 4073 bytes_by_char_head. | |
| 4074 (init_charset_once): Initialize elements of bytes_by_char_head to | |
| 4075 1 except for leading codes for private charases. | |
| 4076 | |
| 4077 * charset.h (CHARSET_8_BIT_GRAPHIC): Define as 0x80. | |
| 4078 (UNIBYTE_STR_AS_MULTIBYTE_P): Fix for an invalid multibyte | |
| 4079 sequence. | |
| 4080 | |
|
29536
4def8a9e785a
* xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
Ken Raeburn <raeburn@raeburn.org>
parents:
29517
diff
changeset
|
4081 2000-06-09 Ken Raeburn <raeburn@gnu.org> |
|
4def8a9e785a
* xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
Ken Raeburn <raeburn@raeburn.org>
parents:
29517
diff
changeset
|
4082 |
|
4def8a9e785a
* xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
Ken Raeburn <raeburn@raeburn.org>
parents:
29517
diff
changeset
|
4083 * xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to |
|
4def8a9e785a
* xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
Ken Raeburn <raeburn@raeburn.org>
parents:
29517
diff
changeset
|
4084 access the data it doesn't point to. |
|
4def8a9e785a
* xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
Ken Raeburn <raeburn@raeburn.org>
parents:
29517
diff
changeset
|
4085 |
| 29517 | 4086 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
| 4087 | |
| 4088 * xterm.c (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which | |
| 29556 | 4089 will be translated to a switch-frame event when reading the |
| 29517 | 4090 event queue. This is necessary because Emacs otherwise won't |
| 4091 perform a switch-frame to a new frame until some other event, for | |
| 4092 example a keystroke event, forces it to do so. This has various | |
| 4093 effects, one visible being that the cursor of a frame created with | |
| 4094 C-x 5 2 or switched to with a window manager key binding like | |
| 4095 A-TAB stays hollow because selected_window isn't on the newly | |
| 4096 focused frame until the switch-frame is performed. | |
| 4097 | |
| 4098 * keyboard.c (kbd_buffer_get_event): Handle FOCUS_IN_EVENT by | |
| 4099 generating a switch-frame event if necessary. | |
| 4100 | |
| 4101 * termhooks.h (enum event_kind): Add FOCUS_IN_EVENT. | |
| 4102 | |
| 4103 * xdisp.c (handle_fontified_prop): Don't GCPRO local var `pos'; | |
| 4104 it's an integer. | |
| 4105 | |
| 29502 | 4106 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
| 4107 | |
| 4108 * fontset.c (Fset_fontset_font): The arg CHARACTER may be a | |
| 4109 charset. | |
| 4110 | |
| 29482 | 4111 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
| 4112 | |
| 29489 | 4113 * window.c (displayed_window_lines): Take empty lines at |
| 4114 the bottom of a window into account. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4115 |
| 29487 | 4116 * window.c (displayed_window_lines): New function. |
| 4117 (Fmove_to_window_line): Use displayed_window_lines to determine | |
| 4118 the number of lines to move, instead of using the window's height. | |
| 4119 | |
| 4120 * lread.c (readevalloop): If READCHARFUN sets point to ZV, arrange | |
| 4121 to stop reading, even if the form read sets point to a different | |
| 4122 value when evaluated. | |
| 4123 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4124 * xdisp.c (display_line): Fix code deciding in which line to |
| 29482 | 4125 put the cursor. |
| 4126 | |
| 29479 | 4127 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
| 4128 | |
| 4129 * fileio.c (e_write): Free composition data if stored in | |
| 4130 coding->cmp_data. | |
| 4131 | |
| 29460 | 4132 2000-06-06 Gerd Moellmann <gerd@gnu.org> |
| 4133 | |
| 29475 | 4134 * xdisp.c (display_line): Set row's and iterator's |
| 4135 starts_in_middle_of_char_p and ends_in_middle_of_char_p flags. | |
| 4136 Set cursor even if row ends in the middle of a character. | |
| 4137 (dump_glyph_row): Print values of new flags. | |
| 4138 (redisplay_window) <cursor movement in unchanged window>: When | |
| 4139 point has been moved forward, and PT is at the end of the cursor | |
| 4140 row, don't place the cursor in the next row if the cursor row ends | |
| 4141 in the middle of a character or at ZV. | |
| 4142 | |
| 4143 * dispextern.h (struct it): Add starts_in_middle_of_char_p. | |
| 4144 (struct glyph_row): Add starts_in_middle_of_char_p and | |
| 4145 ends_in_middle_of_char_p. | |
| 4146 (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P): Test row's | |
| 4147 ends_in_middle_of_char_p flag. | |
| 4148 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Likewise. | |
| 4149 | |
| 29463 | 4150 * term.c (append_glyph): Revert change of 2000-06-06. |
| 4151 | |
| 4152 * xdisp.c (display_line): Revert change of 2000-06-06. Treat | |
| 4153 padding glyph not fitting on line as whole character not | |
| 4154 fitting on line. | |
| 4155 | |
| 29460 | 4156 * xterm.c (x_produce_glyphs): Don't xassert `it->descent > 0'; |
| 4157 this isn't true for images with `:ascent 100'. | |
| 4158 | |
| 29450 | 4159 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
| 4160 | |
| 29457 | 4161 * buffer.c (Fset_buffer_multibyte): Don't make the current buffer |
| 4162 as modified if it is originally unmodified. | |
| 4163 | |
| 29450 | 4164 * term.c (encode_terminal_code): Change the way to check if |
| 4165 terminal coding does any conversion. | |
| 4166 (append_glyph): Set glyph->pixel_width correctly. | |
| 4167 | |
| 29451 | 4168 * xdisp.c (display_line): While checking line continuation, pay |
| 4169 attention to a padding glyph. | |
| 4170 | |
| 29447 | 4171 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
| 4172 | |
| 4173 * xdisp.c (redisplay_window): Always use set_buffer_internal_1. | |
| 4174 | |
| 29431 | 4175 2000-06-05 Dave Love <fx@gnu.org> |
| 4176 | |
| 29444 | 4177 * xdisp.c: Include fontset.h. |
| 4178 | |
| 4179 * xfns.c (x_real_positions): Declare tmp_nchildren as unsigned. | |
| 4180 | |
| 4181 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned. | |
| 4182 | |
| 4183 * dispnew.c: Conditionally include term.h. | |
| 4184 | |
| 4185 * coding.h: Declare code_convert_string_norecord. | |
| 4186 | |
| 4187 * frame.h (struct frame): Use volatile unconditionally. | |
| 4188 | |
| 4189 * buffer.h: Remove Vbefore_change_function, Vafter_change_function. | |
| 4190 | |
| 4191 * xmenu.c (menu_item_selection): Declare volatile unconditionally. | |
| 4192 | |
| 4193 * systime.h: Protect against multiple inclusion. | |
| 4194 (timezone) [USG5_4]: Define as time_t. | |
| 4195 | |
| 4196 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES. | |
| 4197 (Foptimize_char_table, make_temp_name): Declare. | |
| 4198 | |
| 4199 * Makefile.in (xdisp.o): Depend on fontset.h. | |
| 4200 | |
| 4201 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned. | |
| 4202 | |
| 4203 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES. | |
| 4204 (Foptimize_char_table, make_temp_name): Declare. | |
| 4205 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4206 * s/irix4-0.h: |
| 29431 | 4207 * s/irix5-0.h: |
| 4208 * s/netbsd.h: Don't define autoconfiscated MATHERR. | |
| 4209 | |
| 29397 | 4210 2000-06-02 Dave Love <fx@gnu.org> |
| 4211 | |
| 4212 * lread.c (_XOPEN_SOURCE, __EXTENSIONS__): Don't define. | |
| 4213 | |
| 29395 | 4214 2000-06-02 Gerd Moellmann <gerd@gnu.org> |
| 4215 | |
| 4216 * xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the | |
| 29447 | 4217 result face, set flags in that face indicating that colors may not |
| 29395 | 4218 be freed. |
| 4219 | |
| 4220 * xterm.c (x_set_mouse_face_gc): If first glyph isn't a character | |
| 4221 glyph, use the ASCII NUL character to determine the face. | |
| 4222 | |
| 29388 | 4223 2000-06-02 Dave Love <fx@gnu.org> |
| 4224 | |
| 4225 * sysdep.c: Conditionally include stdlib.h, unistd.h. | |
| 4226 (VFORK_RETURN_TYPE): Remove. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4227 |
| 29388 | 4228 * config.in: Add NO_MATHERR. |
| 4229 | |
| 29368 | 4230 2000-06-01 Dave Love <fx@gnu.org> |
| 4231 | |
| 29383 | 4232 * cmds.c (internal_self_insert): Don't check |
| 4233 Vbefore_change_function, Vafter_change_function. | |
| 4234 | |
| 4235 * insdel.c (signal_before_change, signal_after_change): Likewise. | |
| 4236 | |
| 4237 * buffer.c (Vbefore_change_function, Vafter_change_function): | |
| 4238 Variables and their initializations deleted. | |
| 4239 | |
| 29372 | 4240 * callint.c (Fcall_interactively): Doc fix. |
| 4241 | |
| 29368 | 4242 * terminfo.c (ospeed) [HAVE_SPEED_T]: Don't declare extern. |
| 4243 | |
| 29343 | 4244 2000-05-31 Dave Love <fx@gnu.org> |
| 4245 | |
| 4246 * textprop.c: Revert last change -- duplicated. | |
| 4247 | |
| 29338 | 4248 2000-05-31 Gerd Moellmann <gerd@gnu.org> |
| 4249 | |
| 4250 * dispnew.c (find_glyph_row_slice, swap_glyphs_in_rows): Put | |
| 4251 in #if 0. | |
| 4252 | |
| 4253 * lisp.h (eassert) [!ENABLE_CHECKING]: Define as `(void) 0'. | |
| 4254 | |
| 29331 | 4255 2000-05-31 Jason Rumney <jasonr@gnu.org> |
| 4256 | |
| 29334 | 4257 * search.c (Fre_search_forward, Fre_search_backward) |
| 4258 (Fposix_search_backward, Fposix_search_forward): Fix newlines in docs. | |
| 4259 | |
| 29331 | 4260 * w32select.c (Fw32_set_clipboard_data): Change QNil to Qnil. |
| 4261 | |
| 29308 | 4262 2000-05-30 Jason Rumney <jasonr@gnu.org> |
| 4263 | |
| 4264 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: New macros. | |
| 4265 [WINDOWSNT]: Add extern for Vw32_system_coding_system. | |
| 4266 | |
| 4267 * dispextern.h (struct glyph) [WINDOWSNT]: Add w32_font_type | |
| 4268 member. | |
| 4269 | |
| 4270 * fileio.c (Fread_file_name) [HAVE_NTGUI]: Use file dialog. | |
| 4271 (Fread_file_name) [HAVE_NTGUI, USE_MOTIF]: Do not attempt to | |
| 4272 expand a nil default_filename. | |
| 4273 | |
| 4274 * keyboard.c (make_lispy_event) [WINDOWS_NT]: Pass a window | |
| 4275 pointer to glyph_to_pixel_coords, not a frame. | |
| 4276 | |
| 4277 * makefile.nt (w32fns.obj, w32menu.obj): Add charset.h and | |
| 4278 coding.h to dependencies. | |
| 4279 | |
| 4280 * w32bdf.c (w32_load_bdf_font): Initialize font->double_byte_p. | |
| 4281 | |
| 4282 * w32console.c (glyph_to_pixel_coords): Change first parameter to | |
| 4283 window pointer to be consistent with w32term.c and xterm.c. | |
| 4284 | |
| 4285 * w32fns.c: Format and doc changes to bring closer to xfns.c. | |
| 4286 (VIETNAMESE_CHARSET): Define if not defined in system headers. | |
| 4287 (Qline_spacing, Qcenter): New variables. | |
| 4288 (Qw32_charset_*, w32_codepage_for_font): Moved from w32term.c. | |
| 4289 (x_set_line_spacing): New function. | |
| 4290 (x_set_frame_parameters): Use FRAME_NEW_WIDTH, FRAME_NEW_HEIGHT | |
| 4291 macros. | |
| 4292 (x_specified_cursor_type): New function. | |
| 4293 (x_set_cursor_type): Use it. | |
| 4294 (x_set_name, x_set_title): Use ENCODE_SYSTEM to encode titlebar | |
| 4295 and icon strings. | |
| 4296 (validate_x_resource_name, x_get_resource_string): Measure lengths | |
| 4297 of external strings in bytes. | |
| 4298 (w32_wnd_proc) [WM_MEASURE_ITEM]: Avoid calling | |
| 4299 GetTextExtentPoint32 with NULL title. | |
| 4300 (Fx_create_frame): Initialize Qline_spacing. | |
| 4301 (w32_load_system_font): Initialize font->double_byte_p. | |
| 4302 (x_to_w32_charset): Use Vw32_charset_info_alist. | |
| 4303 (Image, busy cursor, tooltip functions): Merged changes from | |
| 4304 xfns.c. Not yet functional on Windows. | |
| 4305 | |
| 4306 * w32gui.h (W32FontStruct): Add double_byte_p member. | |
| 4307 | |
| 4308 * w32inevt.c (NUM_TRANSLATED_MOUSE_BUTTONS): New constant. | |
| 4309 (emacs_button_translation): Use it. | |
| 4310 (do_mouse_event): Allow up to 32 mouse buttons by allowing any bit | |
| 4311 in `mask' to be set. | |
| 4312 | |
| 4313 * w32menu.c (single_submenu, w32_menu_show): Call ENCODE_SYSTEM on | |
| 4314 menu strings. | |
| 4315 | |
| 4316 * w32term.c: Format and doc changes to bring closer to xterm.c. | |
| 4317 (w32_char_font_type): New enum. | |
| 4318 (Qw32_charset_*, w32_codepage_for_font): Moved to w32fns.c. | |
| 4319 (w32_per_char_metric): Use w32_char_font_type instead of unicode_p. | |
| 4320 (w32_encode_char): New function. | |
| 4321 (x_encode_char): Removed. | |
| 4322 (x_get_glyph_and_face_encoding): Use w32_encode_char in place of | |
| 4323 x_encode_char and w32_font_is_double_byte. | |
| 4324 (x_produce_image_glyph): Use image_ascent. | |
| 4325 (x_produce_glyphs): Use new version of w32_per_char_metric and | |
| 4326 handle NULL return value. Allow extra line spacing. | |
| 4327 (W32_TEXTOUT): Distinguish between Unicode and DBCS text. | |
| 4328 (w32_get_glyph_overhangs): Remove unicode_p param. Use | |
| 4329 w32_font_type member of glyph instead. | |
| 4330 (x_draw_glyph_string): Draw underline and strike-out for BDF fonts. | |
| 4331 (fast_find_position): Make sure not to consider rows not visible | |
| 4332 in the window. | |
| 4333 (w32_read_socket) [WM_MENUSELECT]: Cannot call | |
| 4334 w32_menu_display_help with input blocked, as it can abort. | |
| 4335 (x_display_and_set_cursor): Choose cursor depending | |
| 4336 on buffer-local value of cursor_type. | |
| 4337 (x_draw_bar_cursor): Add parameter WIDTH. | |
| 4338 | |
| 4339 * w32term.h (CP_DEFAULT): Define. | |
| 4340 (Fx_display_color_p, Fx_display_grayscale_p, image_ascent): Declare. | |
| 4341 | |
| 29302 | 4342 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
| 4343 | |
| 4344 * search.c (Fre_search_forward, Fre_search_backward) | |
| 4345 (Fposix_search_backward, Fposix_search_forward): Doc fix. | |
| 4346 | |
| 29298 | 4347 2000-05-30 Kenichi Handa <handa@etl.go.jp> |
| 4348 | |
| 4349 * coding.c (detect_coding_iso2022): Fix code for checking | |
| 4350 CODING_CATEGORY_MASK_ISO_8_2. | |
| 4351 | |
|
29297
1c3d15e270b6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29295
diff
changeset
|
4352 2000-05-29 Stefan Monnier <monnier@cs.yale.edu> |
|
1c3d15e270b6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29295
diff
changeset
|
4353 |
|
1c3d15e270b6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29295
diff
changeset
|
4354 * regex.c (PREFETCH_NOLIMIT): New function. |
|
1c3d15e270b6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29295
diff
changeset
|
4355 (re_match_2_internal): Use it and adjust the end_match_2 logic. |
|
1c3d15e270b6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29295
diff
changeset
|
4356 |
| 29285 | 4357 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
| 4358 | |
| 29295 | 4359 * syntax.c (find_defun_start): Move test for |
| 4360 open_paren_in_column_0_is_defun_start outside of the loop. | |
| 4361 | |
| 29292 | 4362 * xdisp.c (redisplay_window): Really switch buffers when |
| 4363 displaying mode lines, and temporarily set selected_frame to the | |
| 4364 frame of the window that's redisplayed. | |
| 4365 | |
| 29285 | 4366 * xfaces.c (free_realized_faces): Block/unblock input. |
| 4367 (free_realized_multibyte_face): Ditto. | |
| 4368 | |
| 29283 | 4369 2000-05-29 Dave Love <fx@gnu.org> |
| 4370 | |
| 4371 * textprop.c (Qkeymap): New variable. | |
| 4372 (syms_of_textprop): Intern it. | |
| 4373 | |
| 4374 * keymap.c: Include intervals.h. | |
| 4375 (Fkey_binding, Fwhere_is_internal): Deal with `keymap' property. | |
| 4376 | |
| 4377 * Makefile.in (keymap.o): Depend on intervals.h. | |
| 4378 | |
| 4379 * keyboard.c (menu_bar_items, tool_bar_items) | |
| 4380 (Fexecute_extended_command): Deal with `keymap' property. | |
| 4381 (read_key_sequence): Track map from `keymap' property as well as | |
| 4382 `local_map'. | |
| 4383 | |
| 4384 * intervals.c (get_local_map): Extra arg to allow looking for | |
| 4385 `keymap' too. | |
| 4386 | |
| 4387 * intervals.h (map_property): New enum. | |
| 4388 (get_local_map): Extra arg using it. | |
| 4389 (Qkeymap): Declare. | |
| 4390 | |
| 29285 | 4391 * lisp.h (get_local_map): Don't declare here. |
| 29283 | 4392 |
| 29271 | 4393 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
| 4394 | |
| 4395 * Makefile.in (callproc.o): Depend on composite.h. | |
| 4396 | |
| 4397 * callproc.c: Include composite.h. | |
| 4398 (Fcall_process): Handle composition correctly. | |
| 4399 | |
| 4400 * coding.h (coding_allocate_composition_data): Extern it. | |
| 4401 (coding_restore_composition): Likewise. | |
| 4402 | |
| 4403 * coding.c (DECODE_COMPOSITION_START): If coding->cmp_data is not | |
| 4404 yet allocated, finish decoding with result | |
| 4405 CODING_FINISH_INSUFFICIENT_CMP. | |
| 4406 (coding_allocate_composition_data): Make it non-static. | |
| 4407 (coding_restore_composition): Likewise. | |
| 4408 | |
| 29270 | 4409 2000-05-29 Eli Zaretskii <eliz@is.elta.co.il> |
| 4410 | |
| 4411 * charset.c (syms_of_charset): Revert last change. | |
| 4412 | |
| 29264 | 4413 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
| 4414 | |
| 4415 * term.c (produce_glyphs): Treat characters from the eight-bit-* | |
|
30196
52c1b7a2e7a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30183
diff
changeset
|
4416 charsets as unibyte, with 1-column screen width. Sent by Kenichi |
|
52c1b7a2e7a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30183
diff
changeset
|
4417 Handa. |
| 29264 | 4418 |
| 29261 | 4419 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
| 4420 | |
| 4421 * charset.c (syms_of_charset): Set width of character sets | |
| 4422 eight-bit-control and eight-bit-graphic to 1 column. | |
| 4423 | |
| 29254 | 4424 2000-05-26 Gerd Moellmann <gerd@gnu.org> |
| 4425 | |
| 4426 * config.in (HAVE_SPEED_T): New define. | |
| 4427 | |
| 4428 * sysdep.c, terminfo.c (ospeed) [HAVE_SPEED_T]: Declare as | |
| 4429 `extern speed_t'. | |
| 4430 | |
| 29248 | 4431 2000-05-26 Dave Love <fx@gnu.org> |
| 4432 | |
| 4433 * coding.c (shrink_decoding_region): Initialize eol_conversion. | |
| 4434 | |
| 4435 * data.c (Qsubrp, Qmany, Qunevalled): New variables. | |
| 4436 (Fsubr_arity): New function. | |
| 4437 (syms_of_data): Install them. | |
| 4438 | |
| 29226 | 4439 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
| 4440 | |
| 29235 | 4441 * charset.c (init_charset_once): Set the table bytes_by_char_head |
| 4442 correctly. | |
| 4443 | |
| 29230 | 4444 * fontset.c (syms_of_fontset): Adjust the font name for ascii of |
| 4445 the default fontset to what Emacs uses by default. | |
| 29235 | 4446 (check_registry_encoding): This function deleted. |
| 4447 (Fset_fontset_font): Remove the adhoc condition for the default | |
| 4448 fontset. Allow cons in FONTNAME. | |
| 4449 | |
| 4450 * fns.c (map_char_table): Ignore char-table entries for | |
| 4451 charsets eight-bit-control and eight-bit-graphic. | |
| 29226 | 4452 |
|
29198
b3592c1e9ddb
* emacs.c (main): Initialize keyboard syms before initializing
Ken Raeburn <raeburn@raeburn.org>
parents:
29196
diff
changeset
|
4453 2000-05-25 Ken Raeburn <raeburn@gnu.org> |
|
b3592c1e9ddb
* emacs.c (main): Initialize keyboard syms before initializing
Ken Raeburn <raeburn@raeburn.org>
parents:
29196
diff
changeset
|
4454 |
|
b3592c1e9ddb
* emacs.c (main): Initialize keyboard syms before initializing
Ken Raeburn <raeburn@raeburn.org>
parents:
29196
diff
changeset
|
4455 * emacs.c (main): Initialize keyboard syms before initializing |
|
b3592c1e9ddb
* emacs.c (main): Initialize keyboard syms before initializing
Ken Raeburn <raeburn@raeburn.org>
parents:
29196
diff
changeset
|
4456 window code, so face names are available. |
|
b3592c1e9ddb
* emacs.c (main): Initialize keyboard syms before initializing
Ken Raeburn <raeburn@raeburn.org>
parents:
29196
diff
changeset
|
4457 |
|
29195
1da5b007c8c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29193
diff
changeset
|
4458 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
|
1da5b007c8c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29193
diff
changeset
|
4459 |
|
1da5b007c8c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29193
diff
changeset
|
4460 * regex.c (at_begline_loc_p): Also recognize the \\(?:^ case |
|
1da5b007c8c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29193
diff
changeset
|
4461 of an anchor at the beginning of a shy-group. |
|
1da5b007c8c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29193
diff
changeset
|
4462 |
| 29193 | 4463 2000-05-25 Gerd Moellmann <gerd@gnu.org> |
| 4464 | |
| 4465 * xdisp.c (handle_invisible_prop): Don't try to skip over | |
| 4466 invisible text if end of text is already reached. | |
| 4467 | |
| 29183 | 4468 2000-05-25 Dave Love <fx@gnu.org> |
| 4469 | |
| 29186 | 4470 * xdisp.c (Fdump_glyph_matrix): Declare the arg. |
| 4471 | |
| 29183 | 4472 * coding.c (encode_eol): Add null statement after label. |
| 4473 | |
| 29181 | 4474 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
| 4475 | |
| 4476 * w16select.c (Fw16_set_clipboard_data): Fix the change from | |
| 4477 2000-05-20. | |
| 4478 | |
| 29173 | 4479 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
| 4480 | |
| 29174 | 4481 * ccl.c (ccl_driver): Fix previous change. |
| 29173 | 4482 |
| 29169 | 4483 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
| 4484 | |
| 29171 | 4485 * coding.c (run_pre_post_conversion_on_str): Set point to the |
| 4486 beginning of buffer before calling coding->post_read_conversion. | |
| 4487 (decode_coding_string): Give correct args to | |
| 4488 run_pre_post_conversion_on_str. | |
| 4489 (encode_coding_string): Likewise. | |
| 4490 | |
| 29169 | 4491 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2> |
| 4492 <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and | |
| 4493 eight-bit-graphic correctly. | |
| 4494 | |
| 29153 | 4495 2000-05-24 Kenichi HANDA <handa@etl.go.jp> |
| 4496 | |
| 4497 * fileio.c (Finsert_file_contents): Even if a file is not found, | |
| 4498 execute codes for setting up coding system. Call | |
| 4499 after-insert-file-functions unconditionally. | |
| 4500 | |
| 29151 | 4501 2000-05-24 Gerd Moellmann <gerd@gnu.org> |
| 4502 | |
| 4503 * callproc.c, emacs.c, sysdep.c (setpgrp): Don't define if USG and | |
| 4504 BSD_PGRPS are not defined. | |
| 4505 | |
| 29142 | 4506 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
| 4507 | |
| 4508 * charset.c (update_charset_table): Accept nil in LONG_NAME and | |
| 4509 DESCRIPTION. | |
| 4510 (syms_of_charset): Avoid building same strings. | |
| 4511 | |
| 29127 | 4512 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
| 4513 | |
| 4514 * lread.c (Fload): Add a comment about the meaning of | |
| 4515 Vuser_init_file being t. | |
| 4516 | |
| 4517 * puresize.h (BASE_PURESIZE): Increase to 675000. | |
| 4518 | |
| 4519 * s/gnu-linux.h (setpgrp): Don't define it here because this | |
| 4520 prevents compilation on GNU/Linux systems with glib 2.2. | |
| 4521 | |
| 4522 * callproc.c, emacs.c, sysdep.c (setpgrp) [HAVE_SETPGID]: Define | |
| 4523 as setpgid. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4524 |
| 29104 | 4525 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 4526 | |
| 4527 * Makefile.in (SOME_MACHINE_LISP): Add disp-table.elc, | |
| 4528 dos-vars.elc, ccl.elc, and codepage.elc, all loaded by the MS-DOS | |
| 4529 version. | |
| 4530 (MSDOS_SUPPORT): Add dos-vars.elc, ccl.elc, and codepage.elc. | |
| 4531 | |
| 29092 | 4532 2000-05-23 Kenichi Handa <handa@etl.go.jp> |
| 4533 | |
|
29100
a941c97dc65b
(skip_chars): FETCH_STRING_CHAR_ADVANCE unconditionally.
Kenichi Handa <handa@m17n.org>
parents:
29096
diff
changeset
|
4534 * syntax.c (skip_chars): Use FETCH_STRING_CHAR_ADVANCE |
|
a941c97dc65b
(skip_chars): FETCH_STRING_CHAR_ADVANCE unconditionally.
Kenichi Handa <handa@m17n.org>
parents:
29096
diff
changeset
|
4535 unconditionally. |
|
a941c97dc65b
(skip_chars): FETCH_STRING_CHAR_ADVANCE unconditionally.
Kenichi Handa <handa@m17n.org>
parents:
29096
diff
changeset
|
4536 |
| 29096 | 4537 * msdos.c (IT_write_glyphs): Set coding->src_multibyte to 1. |
| 4538 | |
| 4539 * term.c (encode_terminal_code): Set coding->src_multibyte | |
| 4540 properly. | |
| 4541 | |
| 29092 | 4542 * coding.c (encode_eol): Fix a bug of DOS style EOL encoding. |
| 4543 | |
| 29064 | 4544 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
| 4545 | |
|
29068
61a23dd336ab
(read_char): Allow character codes 128..255 to be
Kenichi Handa <handa@m17n.org>
parents:
29064
diff
changeset
|
4546 * keyboard.c (read_char): Allow character codes 128..255 to be |
|
61a23dd336ab
(read_char): Allow character codes 128..255 to be
Kenichi Handa <handa@m17n.org>
parents:
29064
diff
changeset
|
4547 handled by input-method-function. |
|
61a23dd336ab
(read_char): Allow character codes 128..255 to be
Kenichi Handa <handa@m17n.org>
parents:
29064
diff
changeset
|
4548 |
| 29064 | 4549 * insdel.c (adjust_markers_for_replace): Fix previous change. |
| 4550 (adjust_after_replace): If PREV_TEXT is nil, call | |
| 4551 adjust_markers_for_insert, not adjust_markers_for_replace. | |
| 4552 | |
| 29036 | 4553 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp> |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4554 |
| 29036 | 4555 * s/gnu-linux.h (UNIX98_PTYS) [HAVE_GRANDPT]: Define. |
| 4556 (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF) | |
| 4557 [HAVE_GRANDPT]: Define. | |
| 4558 (C_SWITCH_SYSTEM): Add -D_XOPEN_SOURCE. | |
| 4559 | |
| 4560 * sysdep.c (setup_pty): Treat case that UNIX98_PTYS is defined | |
| 4561 like SYSV_PTYS. | |
| 4562 | |
| 4563 * config.in (HAVE_GRANDPT, HAVE_GETPT): New defines. | |
| 4564 | |
| 4565 * process.c (toplevel) [UNIX98_PTYS]: Include stdlib.h. | |
| 4566 | |
| 29028 | 4567 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
| 4568 | |
| 4569 The following changes are to handle 8-bit characters in a | |
| 4570 multibyte buffer/string without facing with byte combining | |
| 4571 problem. Two new charsets eight-bit-control (for 0x80..0x9F) and | |
| 4572 eight-bit-graphic (for 0xA0..0xFF) are introduced. | |
| 4573 | |
| 4574 * Makefile.in (fns.o): Depend on charset.h. | |
| 4575 | |
| 4576 * alloc.c (Fmake_byte_code): If BYTECODE-STRING is multibyte, | |
| 4577 convert it to unibyte. | |
| 4578 (make_string): Use parse_str_as_multibyte, not chars_in_text. | |
| 4579 | |
| 4580 * buffer.c (advance_to_char_boundary): Don't use DEC_POS to find a | |
| 4581 apparent char boundary. | |
| 4582 (Fset_buffer_multibyte): Convert 8-bit characters in the range | |
| 4583 0x80..0x9F to/from multibyte form. | |
| 4584 | |
| 4585 * bytecode.c (Fbyte_code): If arg BYTESTR is multibyte, convert it | |
| 4586 to unibyte. | |
| 4587 | |
| 4588 * callproc.c (Fcall_process): Always encode an argument string if | |
| 4589 it is multibyte. Setup src_multibyte and dst_multibyte members of | |
| 4590 process_coding properly. | |
| 29102 | 4591 |
| 29028 | 4592 * category.c (Fmodify_category_entry): Use SPLIT_CHAR, not |
| 4593 SPLIT_NON_ASCII_CHAR. | |
| 4594 | |
| 4595 * ccl.c (CCL_WRITE_CHAR): Be sure to write single byte characters | |
| 4596 as is. | |
| 4597 (CCL_MAKE_CHAR): Use MAKE_CHAR, not MAKE_NON_ASCII_CHAR. | |
| 4598 | |
| 4599 * charset.c (Qeight_bit_control, Qeight_bit_graphic): New | |
| 4600 variables. | |
| 4601 (SPLIT_CHARACTER_SEQ): This macro deleted. | |
| 4602 (SPLIT_MULTIBYTE_SEQ): Assume that multibyte sequence at STR is | |
| 4603 valid. | |
| 4604 (CHAR_COMPONENTS_VALID_P): Handle new charsets; eight-bit-control | |
| 4605 and eight-bit-graphic. | |
| 4606 (char_to_string): Likewise. Signal an error for too large | |
| 4607 character code. | |
| 4608 (char_printable_p): Return 0 for 8-bit characters. | |
| 4609 (update_charset_table): Update iso_charset_table only when a final | |
| 4610 character is non-negative. | |
| 4611 (find_charset_in_text): Renamed from find_charset_in_str. | |
| 4612 Arguments and return value changed. Callers changed. | |
| 4613 (Fdefine_charset): Args ISO-FINAL-CHAR and ISO-GRAPHIC-PLANE can | |
| 4614 be -1 if CHARSET is used only internally. | |
| 4615 (Fmake_char_internal): Handle new charsets; eight-bit-control and | |
| 4616 eight-bit-graphic. | |
| 4617 (Fcharset_after): Simplified. | |
| 4618 (char_valid_p): Use SPLIT_CHAR, not SPLIT_NON_ASCII_CHAR. | |
| 4619 (char_bytes): Return 2 for chars of the range 0xA0..0xFF. | |
| 4620 (multibyte_chars_in_text): Simplified by assuming there's no | |
| 4621 invalid multibyte sequence. | |
| 4622 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte, | |
| 4623 str_as_unibyte): New functions. | |
| 4624 (Fstring): Simpified by assuming that byte combining never | |
| 4625 happens. | |
| 4626 (init_charset_once): Initialization for | |
| 4627 LEADING_CODE_8_BIT_CONTROL. | |
| 4628 (syms_of_charset): Intern and staticpro Qeight_bit_control and | |
| 4629 Qeight_bit_graphic. Include them in Vcharset_list. Make charsets | |
| 4630 eight-bit-control and eight-bit-graphic. | |
| 4631 | |
| 4632 * charset.h (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL, | |
| 4633 CHARSET_8_BIT_GRAPHIC): New macros. | |
| 4634 (SINGLE_BYTE_CHAR_P): Make it faster by using casting. | |
| 4635 (CHARSET_ISO_GRAPHIC_PLANE): Use XINT instead of XFASTINT. | |
| 4636 (CHARSET_REVERSE_CHARSET): Likewise. | |
| 4637 (CHARSET_VALID_P): Handle new charsets; eight-bit-control and | |
| 4638 eight-bit-graphic. | |
| 4639 (BYTES_BY_CHAR_HEAD, WIDTH_BY_CHAR_HEAD): Optimize for ASCII. | |
| 4640 (CHAR_CHARSET, MAKE_CHAR, SPLIT_CHAR, CHAR_BYTES): Likewise. | |
| 4641 (PARSE_MULTIBYTE_SEQ) [BYTE_COMBINING_DEBUG]: Abort if we | |
| 4642 encounter an invalid multibyte sequence. | |
| 4643 (PARSE_MULTIBYTE_SEQ) [not BYTE_COMBINING_DEBUG]: Assume multibyte | |
| 4644 sequence is always valid. | |
| 4645 (MAKE_NON_ASCII_CHAR, SPLIT_NON_ASCII_CHAR): These macros Deleted. | |
| 4646 (UNIBYTE_STR_AS_MULTIBYTE_P, MULTIBYTE_STR_AS_UNIBYTE_P): New | |
| 4647 macros. | |
| 4648 (CHAR_STRING): For 8-bit characters, call char_to_string. | |
| 4649 (INC_POS) [not BYTE_COMBINING_DEBUG]: Faster version. Assume | |
| 4650 multibyte sequence is always valid. | |
| 4651 (BUF_INC_POS) [not BYTE_COMBINING_DEBUG]: Likewise. | |
| 4652 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte, | |
| 4653 str_as_unibyte): Extern them. | |
| 4654 (BCOPY_SHORT): Fix a bug. | |
| 4655 (CHAR_LEN): This macro deleted. Callers changed to use | |
| 4656 CHAR_BYTES. | |
| 4657 (FETCH_STRING_CHAR_ADVANCE): Check multibyteness of STRING. | |
| 4658 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): New macro. | |
| 4659 (FETCH_CHAR_ADVANCE): Check multibyteness of the current buffer. | |
| 4660 | |
| 29161 | 4661 * coding.c (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->result to |
| 29028 | 4662 CODING_FINISH_INSUFFICIENT_SRC if there's not enough source. |
| 4663 (ONE_MORE_CHAR, EMIT_CHAR, EMIT_ONE_BYTE, EMIT_TWO_BYTE, | |
| 4664 EMIT_BYTES): New macros. | |
| 4665 (THREE_MORE_BYTES, DECODE_CHARACTER_ASCII, | |
| 4666 DECODE_CHARACTER_DIMENSION1, DECODE_CHARACTER_DIMENSION2): These | |
| 4667 macros deleted. | |
| 4668 (CHECK_CODE_RANGE_A0_FF): This macro deleted. | |
| 4669 (detect_coding_emacs_mule): Use UNIBYTE_STR_AS_MULTIBYTE_P to | |
| 4670 check the validity of multibyte sequence. | |
| 4671 (decode_coding_emacs_mule): New function. | |
| 4672 (encode_coding_emacs_mule): New macro. | |
| 4673 (detect_coding_iso2022): Use ONE_MORE_BYTE to fetch a byte from | |
| 4674 the source. | |
| 4675 (DECODE_ISO_CHARACTER): Just return a character code. | |
| 4676 (DECODE_COMPOSITION_START): Set coding->result instead of result. | |
| 4677 (decode_coding_iso2022, decode_coding_sjis_big5, decode_eol): Use | |
| 4678 EMIT_CHAR to produced decoded characters. Exit the loop only by | |
| 4679 macros ONE_MORE_BYTE or EMIT_CHAR. Don't handle the case of last | |
| 4680 block here. | |
| 4681 (ENCODE_ISO_CHARACTER): Don't translate character here. Produce | |
| 4682 only position codes for an invalid character. | |
| 4683 (encode_designation_at_bol): Return new destination pointer. 5th | |
| 4684 arg DSTP is changed to DST. | |
| 4685 (encode_coding_iso2022, decode_coding_sjis_big5): Get a character | |
| 4686 from the source by ONE_MORE_CHAR. Don't handle the case of last | |
| 4687 block here. | |
| 4688 (DECODE_SJIS_BIG5_CHARACTER, ENCODE_SJIS_BIG5_CHARACTER): These | |
| 4689 macros deleted. | |
| 4690 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8, | |
| 4691 detect_coding_utf_16, detect_coding_ccl): Use ONE_MORE_BYTE and | |
| 4692 TWO_MORE_BYTES to fetch a byte from the source. | |
| 4693 (encode_eol): Pay attention to coding->src_multibyte. | |
| 4694 (detect_coding, detect_eol): Preserve members src_multibyte and | |
| 4695 dst_multibyte. | |
| 4696 (DECODING_BUFFER_MAG): Return 2 even for coding_type_raw_text. | |
| 4697 (encoding_buffer_size): Set magnification to 3 for all coding | |
| 4698 systems that require encoding. | |
| 4699 (ccl_coding_driver): For decoding, be sure that the result is | |
| 4700 valid multibyte sequence. | |
| 4701 (decode_coding): Initialize coding->errors and coding->result. | |
| 4702 For emacs-mule, call decode_coding_emacs_mule. For no-conversion | |
| 4703 and raw-text, always call decode_eol. Handle the case of last | |
| 4704 block here. If not coding->dst_multibyte, convert the resulting | |
| 4705 sequence to unibyte. | |
| 4706 (encode_coding): Initialize coding->errors and coding->result. | |
| 4707 For emacs-mule, call encode_coding_emacs_mule. For no-conversion | |
| 4708 and raw-text, always call encode_eol. Handle the case of last | |
| 4709 block here. | |
| 4710 (shrink_decoding_region, shrink_encoding_region): Detect cases | |
| 4711 that we can't skip data more rigidly. | |
| 4712 (code_convert_region): Setup src_multibyte and dst_multibyte | |
| 4713 members of coding. For decoding, if the buffer is multibyte, | |
| 4714 convert the source sequence to unibyte in advance. For encoding, | |
| 4715 if the buffer is multibyte, convert the resulting sequence to | |
| 4716 multibyte afterward. | |
| 4717 (run_pre_post_conversion_on_str): New function. | |
| 4718 (code_convert_string): Deleted and divided into the following two. | |
| 4719 (decode_coding_string, encode_coding_string): New functions. | |
| 4720 (code_convert_string1, code_convert_string_norecord): Call one of | |
| 4721 above. | |
| 4722 (Fdecode_sjis_char, Fdecode_big5_char): Use MAKE_CHAR instead of | |
| 4723 MAKE_NON_ASCII_CHAR. | |
| 4724 (Fset_terminal_coding_system_internal, | |
| 4725 Fset_safe_terminal_coding_system_internal): Setup src_multibyte | |
| 4726 and dst_multibyte members. | |
| 4727 (init_coding_once): Initialize iso_code_class with new enum | |
| 4728 ISO_control_0 and ISO_control_1. | |
| 4729 | |
| 4730 * coding.h (enum iso_code_class_type): Member ISO_control_code is | |
| 4731 devided into ISO_control_0 and ISO_control_1. | |
| 4732 (struct coding_system): New members src_multibyte, dst_multibyte, | |
| 4733 errors, and result. Delete member fake_multibyte. | |
| 4734 (CODING_REQUIRE_DECODING): Return 1 if coding->dst_multibyte is | |
| 4735 nonzero. | |
| 4736 (CODING_REQUIRE_ENCODING): Return 1 if coding->src_multibyte is | |
| 4737 nonzero. | |
| 4738 | |
| 4739 * data.c (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR. | |
| 4740 (Faset): Likewise. | |
| 4741 | |
| 4742 * editfns.c (Fformat): Be sure to convert 8-bit characters to | |
| 4743 multibyte form. | |
| 4744 (Ftranspose_region) [BYTE_COMBINING_DEBUG]: Abort if byte | |
| 4745 combining occurs. | |
| 4746 (Ftranspose_region): Delete codes for handling byte combining. | |
| 4747 | |
| 4748 * fileio.c (Finsert_file_contents): Setup src_multibyte and | |
| 4749 dst_multibyte members of coding. On handling REPLACE on unibyte | |
| 4750 buffer, convert the result of decode_coding to unibyte. On | |
| 4751 inserting into a mutibyte buffer, always call code_convert_region. | |
| 29161 | 4752 (e_write): Setup coding->src_multibyte according to the |
| 29028 | 4753 multibyteness of the source (buffer or string). |
| 4754 | |
| 4755 * fns.c (concat): Handle 8-bit characters correctly. | |
| 4756 (Fstring_as_unibyte): Be sure to make all 8-bit characters in | |
| 4757 unibyte in the result. | |
| 4758 (Fstring_as_multibyte): Be sure to make all 8-bit characters in | |
| 4759 valid multibyte form in the result. | |
| 4760 (map_char_table): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR. | |
| 4761 (Fbase64_encode_region, Fbase64_encode_string): If base64_encode_1 | |
| 4762 return -1, signal an error. | |
| 4763 (base64_encode_1): New arg MULTIBYTE. Get each character by | |
| 4764 CHAR_STRING_AND_LENGTH if MULTIBYTE is nonzero. If a multibyte | |
| 4765 character is found, return -1. | |
| 4766 (Fbase64_decode_region): Delete codes for handling byte-combining. | |
| 4767 Treat each decoded byte as a unibyte character. | |
| 4768 (Fbase64_decode_string): Return unibyte string. | |
| 4769 (Fcompare_strings, concat, string_byte_to_char): Use | |
| 4770 FETCH_STRING_CHAR_ADVANCE_NO_CHECK instead off | |
| 4771 FETCH_STRING_CHAR_ADVANCE. | |
| 4772 (Fstring_lessp): Use FETCH_STRING_CHAR_ADVANCE unconditionally. | |
| 4773 (mapcar1): If SEQ is string, always use FETCH_STRING_CHAR_ADVANCE. | |
| 4774 | |
| 4775 * fontset.c (fontset_ref): Use SPLIT_CHAR instead of | |
| 4776 SPLIT_NON_ASCII_CHAR. | |
| 4777 (fontset_ref_via_base, fontset_set): Likewise | |
| 4778 | |
| 4779 * insdel.c (adjust_markers_for_record_delete): Deleted. | |
| 4780 (adjust_markers_for_insert): Argument changed. Caller changed. | |
| 4781 (adjust_markers_for_replace): Likewise. | |
| 4782 (ADJUST_CHAR_POS, combine_bytes, byte_combining_error, | |
| 4783 CHECK_BYTE_COMBINING_FOR_INSERT): Deleted. | |
| 4784 (copy_text): Delete unused local varialbe c_save. For converting | |
| 4785 to multibyte, be sure to make all 8-bit characters in valid | |
| 4786 multibyte form. | |
| 4787 (count_size_as_multibyte): Handle 8-bit characters correctly. | |
| 4788 (insert_1_both, insert_from_string_1, insert_from_buffer_1, | |
| 4789 adjust_after_replace, replace_range, del_range_2) | |
| 4790 [BYTE_COMBINING_DEBUG]: Abort if byte combining occurs. | |
| 4791 (insert_1_both, insert_from_string_1, insert_from_buffer_1, | |
| 4792 adjust_after_replace, replace_range, del_range_2) Delete codes for | |
| 4793 handling byte combining. | |
| 4794 (adjust_before_replace): Deleted. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4795 |
| 29028 | 4796 * keymap.c (Fsingle_key_description): Use SPLIT_CHAR instead of |
| 4797 SPLIT_NON_ASCII_CHAR. | |
| 4798 (describe_vector): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR. | |
| 4799 (Faccessible_keymaps): Use FETCH_STRING_CHAR_ADVANCE | |
| 4800 unconditionally. | |
| 4801 (Fkey_description): Likewise. | |
| 4802 | |
| 4803 * lread.c (read1): On reading multibyte string, be sure to make | |
| 4804 all 8-bit chararacters in valid multibyte form. | |
| 4805 (readchar): Use FETCH_STRING_CHAR_ADVANCE unconditionally. | |
| 4806 | |
| 4807 * print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE | |
| 4808 unconditionally. | |
| 4809 | |
| 4810 * process.c (Fstart_process): GCPRO current_dir before calling | |
| 4811 Ffind_operation_coding_system. Encode arguments here. | |
| 4812 (create_process): Don't encode arguments here. Setup | |
| 4813 src_multibyte and dst_multibyte members of struct coding. | |
| 4814 (read_process_output): Setup src_multibyte and dst_multibyte | |
| 4815 members of struct coding. If the output is to multibyte buffer, | |
| 4816 always decode the output of the process. Adjust the | |
| 4817 representation of 8-bit characters to the multibyteness of the | |
| 4818 output. | |
| 4819 (send_process): Setup coding->src_multibyte according to the | |
| 4820 multibyteness of the source. | |
| 4821 | |
| 4822 * search.c (wordify): Use FETCH_STRING_CHAR_ADVANCE | |
| 4823 unconditionally. | |
| 4824 (Freplace_match): Use FETCH_STRING_CHAR_ADVANCE and | |
| 4825 FETCH_STRING_CHAR_ADVANCE_NO_CHECK appropriately. | |
| 4826 | |
| 4827 * term.c (produce_special_glyphs): Use CHAR_BYTES instead of | |
| 4828 CHAR_LEN. | |
| 4829 | |
| 4830 * w16select.c (Fw16_set_clipboard_data): Setup members | |
| 4831 src_multibyte and dst_multibyte of coding. Adjusted for the | |
| 4832 change for find_charset_in_str. | |
| 4833 (Fw16_get_clipboard_data): Likewise. | |
| 4834 | |
| 4835 * w32fns.c (w32_to_x_font): Setup members src_multibyte and | |
| 4836 dst_multibyte of coding. | |
| 4837 (x_to_w32_font): Likewise. | |
| 4838 | |
| 4839 * w32select.c (Fw32_set_clipboard_data): Setup members | |
| 4840 src_multibyte and dst_multibyte of coding. Adjusted for the | |
| 4841 change for find_charset_in_str. | |
| 4842 (Fw32_get_clipboard_data): Likewise. | |
| 4843 | |
| 4844 * xdisp.c (get_next_display_element): Handle 8-bit characters | |
| 4845 correctly. | |
| 4846 (next_element_from_display_vector): Use CHAR_BYTES instead of | |
| 4847 CHAR_LEN. | |
| 4848 (disp_char_vector): Use SPLIT_CHAR instead of | |
| 4849 SPLIT_NON_ASCII_CHAR. | |
| 4850 | |
| 4851 * xselect.c (selection_data_to_lisp_data): Setup members | |
| 4852 src_multibyte and dst_multibyte of coding. Adjusted for the | |
| 4853 change for find_charset_in_str. | |
| 4854 (lisp_data_to_selection_data): Likewise. | |
| 4855 | |
| 28988 | 4856 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
| 4857 | |
| 28993 | 4858 * buffer.c (Fbury_buffer): Avoid trouble from burying a killed |
| 4859 buffer. | |
| 4860 | |
| 28988 | 4861 * dispextern.h (Vimage_types): Add extern declaration. |
| 4862 | |
| 4863 * xdisp.c (Vimage_types): Moved here from xfns.c. | |
| 4864 (syms_of_xdisp): Move `image-types' variable here from xfns.c. | |
| 4865 | |
| 4866 * xfns.c (Vimages_types): Moved to xdisp.c. | |
| 4867 (syms_of_xfns): Move `image-types' to xdisp.c. | |
| 4868 | |
| 4869 * w32fns.c (Vimage_types): Removed. | |
| 4870 (syms_of_w32fns): Remove `image-types'. | |
| 4871 | |
| 28965 | 4872 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
| 4873 | |
| 4874 * fns.c (map_char_table): Pay attention to character number of | |
| 4875 charset. Check the validity of charset at the first level. For | |
| 4876 leaf nodes that has nil value, call C_FUNCTION or FUNCTION with | |
| 4877 the default value. | |
| 4878 | |
| 4879 * fontset.c: Include "buffer.h". | |
| 4880 (fs_load_font): If the face has fontset, record the face ID in | |
| 4881 that fontset. | |
| 4882 (Finternal_char_font): New function. | |
| 4883 (accumulate_font_info): New function. | |
| 4884 (Ffontset_info): Rewritten for the new fontset implementation. | |
| 4885 (syms_of_fontset): Register Vdefault_fontset in the first element | |
| 4886 of Vfontset_table. Include Vdefault_fontset in | |
| 4887 Vfontset_alias_alist. Declare `internal-char-font' as a Lisp | |
| 4888 function. | |
| 4889 | |
| 28945 | 4890 2000-05-16 Dave Love <fx@gnu.org> |
| 4891 | |
| 4892 * m/iris5d.h: Deleted -- unused. | |
| 4893 | |
| 28929 | 4894 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
| 4895 | |
| 28939 | 4896 * xdisp.c, w32.c, print.c, msdos.c, emacs.c: Use the term |
| 4897 `invalid' instead of `illegal'. | |
| 4898 | |
| 4899 * indent.c (Fmove_to_column): When ending within a tab, insert | |
| 4900 spaces first so that markers at the end of the tab get adjusted. | |
| 4901 | |
| 28931 | 4902 * frame.c (frames_bury_buffer): Don't add a buffer to the frame's |
| 4903 buffer list that wasn't selected in that frame. | |
| 4904 | |
| 28929 | 4905 * filelock.c (get_boot_time): To obtain an 8 char file name, which |
| 4906 is needed on mescaline, use a 2 char prefix, and call | |
| 4907 make_temp_name with second arg non-zero. | |
| 4908 | |
| 4909 * fileio.c (make_temp_name): New function, extracted from | |
| 4910 Fmake_temp_name. | |
| 4911 (Fmake_temp_name): Use it. | |
| 4912 | |
| 28921 | 4913 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
| 4914 | |
| 4915 * window.c (coordinates_in_window): Subtract 1 when computing | |
| 4916 right_x. | |
| 4917 | |
| 28919 | 4918 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
| 4919 | |
| 4920 * Makefile.in (lisp): Add env.elc. | |
| 4921 | |
| 4922 * callproc.c (Fgetenv_internal): Renamed from Fgetenv. | |
| 4923 | |
| 28887 | 4924 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
| 4925 | |
| 4926 * search.c (Freplace_match): Handle case of `\N' in the | |
| 4927 replacement when there's no group N. | |
| 4928 | |
| 28870 | 4929 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
| 4930 | |
| 28877 | 4931 * xdisp.c (add_to_log): Don't pass the terminating NUL byte |
| 4932 of the message to message_dolog. | |
| 4933 | |
| 28872 | 4934 * keyboard.c (read_char): Don't clear current message for help |
| 4935 events; let the code handling help events handle this. Change | |
| 4936 code detecting help events that should be ignored. | |
| 4937 | |
| 28870 | 4938 * xdisp.c (handle_single_display_prop): Don't try to set PT if |
| 4939 we're interating over a string. | |
| 4940 | |
| 28848 | 4941 2000-05-09 Dave Love <fx@gnu.org> |
| 4942 | |
| 4943 * fileio.c (Fwrite_region): If APPEND arg is an integer, seek to | |
| 4944 that offset before writing. Move gcpro region past call of | |
| 4945 Ffile_regular_p. | |
| 4946 | |
| 28820 | 4947 2000-05-04 Dave Love <fx@gnu.org> |
| 4948 | |
| 4949 * buffer.c (syms_of_buffer) [auto-fill-function]: Doc fix. | |
| 4950 | |
| 28817 | 4951 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
| 4952 | |
| 4953 * insdel.c (insert_from_buffer_1): Adjust FROM position by number | |
| 4954 of inserted characters when BUF equals the current buffer, and PT | |
| 4955 is in front of or equal to FROM. | |
| 4956 | |
| 28795 | 4957 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
| 4958 | |
| 28805 | 4959 * xdisp.c (handle_single_display_prop): If display property value |
| 4960 is invalid, or something not supported on the frame, restore | |
| 4961 iterator's position to what it was initially. Make sure to return | |
| 4962 0 for invalid and unsupported property values. | |
| 4963 | |
| 28795 | 4964 * xterm.c (x_produce_glyphs) <composite chars>: Handle case |
| 4965 that x_per_char_metric returns null. | |
| 4966 | |
| 28782 | 4967 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
| 4968 | |
| 28789 | 4969 * xterm.h (struct face): Add forward declaration. |
| 4970 (struct image): Ditto. | |
| 4971 (image_ascent): Add prototype. | |
| 4972 | |
| 4973 * xterm.c (x_produce_image_glyph, x_draw_image_foreground) | |
| 4974 (x_draw_image_relief, x_draw_image_foreground_1): Call function | |
| 4975 image_ascent instead of using IMAGE_ASCENT. | |
| 4976 | |
| 4977 * dispextern.h (DEFAULT_IMAGE_HEIGHT): New macro. | |
| 4978 (IMAGE_ASCENT): Removed. | |
| 4979 | |
| 4980 * xfns.c (Qcenter): New variable. | |
| 4981 (enum image_value_type): Add IMAGE_ASCENT_VALUE. | |
| 4982 (parse_image_spec): Handle IMAGE_ASCENT_VALUE. | |
| 4983 (image_ascent): New function. | |
| 4984 (lookup_image): Recognize `:ascent center'. | |
| 4985 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format) | |
| 4986 (tiff_format, gif_format, gs_format): Use IMAGE_ASCENT_VALUE. | |
| 4987 (xbm_load): Don't set image's ascent here. | |
| 4988 (xbm_image_p, xpm_image_p, pbm_image_p, png_image_p) | |
| 4989 (jpeg_image_p, tiff_image_p, gif_image_p, gs_image_p): Don't | |
| 4990 check ascent values here. | |
| 4991 (Fimagep, Flookup_image [GLYPH_DEBUG]: Removed. | |
| 4992 (syms_of_xfns) [GLYPH_DEBUG]: Don't defsubr removed functions. | |
| 4993 (syms_of_xfns): Initialize Qcenter. | |
| 4994 | |
| 28782 | 4995 * eval.c (Fsignal): If lisp_eval_depth or spepdl_size are near |
| 4996 to the limits, increase the limits. | |
| 4997 | |
| 28765 | 4998 2000-05-01 Kenichi Handa <handa@etl.go.jp> |
| 4999 | |
| 5000 * fontset.c (fs_load_font): By default, use 0x00..0x7f for ASCII. | |
| 5001 Check Vfont_encoding_alist against the full name of the opened | |
| 5002 font. | |
| 5003 | |
| 28755 | 5004 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
| 5005 | |
| 5006 * xdisp.c (make_cursor_line_fully_visible): Handle case of rows | |
| 5007 taller than the window. | |
| 5008 | |
| 28752 | 5009 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
| 5010 | |
| 5011 * xfaces.c (realize_x_face): Fix the argument of the second | |
| 5012 xassert. BASE_FACE may not be a face for ASCII. | |
| 5013 | |
| 28734 | 5014 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
| 5015 | |
| 28748 | 5016 * print.c (print_object): Treat print-length < 0 as nil. |
| 5017 | |
| 5018 * Makefile.in (termcapobj): Don't use TERMCAP_OBJ. | |
| 5019 | |
| 5020 * s/freebsd.h (TERMCAP_OBJ): Removed. | |
| 5021 (LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000. | |
| 5022 | |
| 5023 * lread.c (read1): Don't treat period followed by certain | |
| 5024 characters as symbol start. | |
| 5025 | |
| 5026 * xfns.c (slurp_file): New function. | |
| 5027 (xbm_image_p): Handle case of in-memory XBM files. | |
| 5028 (xbm_scan): Rewritten to work on memory buffers instead of files. | |
| 5029 (xbm_read_bitmap_data): Renamed from xbm_read_bitmap_file_data. | |
| 5030 Work on memory buffers instead of files. If DATA is null test | |
| 5031 if buffer looks like an in-memory XBM file. | |
| 5032 (xbm_load_image): Renamed from xbm_load_image_file. Work on | |
| 5033 memory buffers instead of files. | |
| 5034 (xbm_file_p): New function. | |
| 5035 (xbm_load): Accept :data DATA where DATA is an in-memory XBM file. | |
| 5036 | |
| 28734 | 5037 * lread.c (end_of_file_error): New function. |
| 5038 (read1): Call it instead of signaling `end-of-file' directly. | |
| 5039 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5040 * print.c (print_error_message): Print data of `end-of-file' |
| 28734 | 5041 with Fprinc instead of Fprin1. |
| 5042 | |
|
28727
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
5043 2000-04-26 Ken Raeburn <raeburn@gnu.org> |
|
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
5044 |
|
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
5045 * window.c (freeze_window_start): Check that minibuffer scroll |
|
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
5046 window isn't nil before extracting the window structure pointer |
|
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
5047 from it. |
|
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
5048 |
|
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
5049 * undo.c (record_delete): If we hit the end of the undo list, stop |
|
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
5050 picking elements apart. |
|
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
5051 |
| 28724 | 5052 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
| 5053 | |
| 5054 * xdisp.c (display_line): If lines are continued, restore | |
| 5055 iterator's ascent/descent information to the values before the | |
| 5056 first glyph not fitting on the line. | |
| 5057 | |
| 28710 | 5058 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
| 5059 | |
| 5060 * xdisp.c (try_window_id) <all changes above window start>: Adjust | |
| 5061 positions in glyph matrix. Don't compute new window end | |
| 5062 positions. | |
| 5063 | |
| 5064 * dispnew.c (increment_matrix_positions): Renamed from | |
| 5065 increment_glyph_matrix_buffer_positions. | |
| 5066 (increment_row_positions): Renamed from | |
| 5067 increment_glyph_row_buffer_positions. | |
| 5068 | |
| 5069 * dispextern.h: Change names of renamed functions from dispnew.c | |
| 5070 in prototypes. | |
| 5071 | |
| 28695 | 5072 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
| 5073 | |
| 28699 | 5074 * fileio.c (Fdo_auto_save): Create directories for auto-save |
| 5075 list file if necessary. | |
| 5076 | |
| 28695 | 5077 * xdisp.c (init_iterator): Set iterator's extra_line_spacing |
| 5078 from buffer or frame. | |
| 5079 (automatic_hscrolling_p): New variable. | |
| 5080 (hscroll_windows): Scroll windows horizontally only if automatic | |
| 5081 hscrolling is allowed. | |
| 5082 (syms_of_xdisp): New variable `automatic-hscrolling'. | |
| 5083 | |
| 5084 * frame.h (struct frame): Add member extra_line_spacing. | |
| 5085 | |
| 5086 * xfns.c (x_set_line_spacing): New function. | |
| 5087 (Fx_create_frame): Set line spacing from resources. | |
| 5088 (Qline_spacing): New variable. | |
| 5089 (syms_of_xfns): Initialize Qline_spacing. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5090 |
| 28695 | 5091 * emacs.c (USAGE2): Add `--line-spacing' and `-lsp'. |
| 5092 | |
| 5093 * buffer.c (init_buffer_once): Handle extra_line_spacing. | |
| 5094 (syms_of_buffer): Add `default-line-spacing' and `line-spacing'. | |
| 28699 | 5095 (reset_buffer): Don't initialize extra2 and extra3. Initialize |
| 28695 | 5096 extra_line_spacing from default value. |
| 5097 (init_buffer_once): Initialize default value of extra_line_spacing. | |
| 5098 | |
| 5099 * buffer.h (struct buffer): Add extra_line_spacing, remove extra2 | |
| 5100 and extra3. | |
| 5101 | |
| 5102 * xterm.c (x_produce_glyphs): Remove reference to struct it's | |
| 5103 prompt_width. Add extra line spacing. | |
| 5104 | |
| 5105 * term.c (produce_glyphs): Remove reference to struct it's | |
| 5106 prompt_width. | |
| 5107 | |
| 5108 * dispextern.h (struct it): Remove member prompt_width, add | |
| 5109 extra_line_spacing. | |
| 5110 | |
| 28683 | 5111 2000-04-22 Gerd Moellmann <gerd@gnu.org> |
| 5112 | |
| 5113 * dispnew.c (update_frame_line): When writing a whole line, make | |
| 5114 sure cursor is in the right row afterwards, otherwise a use of | |
| 5115 capability `ch' in cmgoto might leave the cursor in the row below. | |
| 5116 | |
| 28680 | 5117 2000-04-21 Gerd Moellmann <gerd@gnu.org> |
| 5118 | |
| 5119 * lisp.h (struct Lisp_Buffer_Cons): Remove. | |
| 5120 | |
| 5121 * keyboard.c (timer_check): Fix typo in comment. | |
| 5122 | |
| 28675 | 5123 2000-04-21 Kenichi Handa <handa@etl.go.jp> |
| 5124 | |
| 5125 * fontset.c (Fset_fontset_font): Fix docstring. Local variable | |
| 5126 name change: ch -> character. | |
| 5127 | |
| 28674 | 5128 2000-04-20 Gerd Moellmann <gerd@gnu.org> |
| 5129 | |
| 5130 * keyboard.c (echo_message_buffer): New variable. | |
| 5131 (echo_now): Set echo_message_buffer to the echo area buffer used | |
| 5132 to display the echo. | |
| 5133 (cancel_echoing): Reset echo_message_buffer to nil. | |
| 5134 (read_char): Code rewritten that handles canceling an echo or | |
| 5135 echoing a dash, respectively. | |
| 5136 | |
| 5137 * fileio.c (Ffile_writable_p) [WINDOWSNT]: Return nil if parent | |
| 5138 directory doesn't exist. | |
| 5139 | |
| 28668 | 5140 2000-04-19 Dave Love <fx@gnu.org> |
| 5141 | |
| 5142 * fns.c (syms_of_fns): Defsubr mapc. | |
| 28756 | 5143 (concat): Don't allow numeric args. |
| 5144 (Fconcat): Doc change. | |
| 28668 | 5145 |
|
28665
e6b28c64d3a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28653
diff
changeset
|
5146 2000-04-19 Stefan Monnier <monnier@cs.yale.edu> |
|
e6b28c64d3a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28653
diff
changeset
|
5147 |
|
e6b28c64d3a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28653
diff
changeset
|
5148 * regex.c (re_match_2_internal): Don't shorten the strings anymore, |
|
e6b28c64d3a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28653
diff
changeset
|
5149 instead define end_match(1|2) more carefully. |
|
e6b28c64d3a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28653
diff
changeset
|
5150 Use GET_CHAR_BEFORE_2 for `begline'. |
|
e6b28c64d3a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28653
diff
changeset
|
5151 |
| 28648 | 5152 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
| 5153 | |
| 28653 | 5154 * frame.h (SELECTED_FRAME): Change definition to compile cleanly |
| 5155 on 64-bit systems where NULL is defined as `0'. | |
| 5156 | |
| 5157 * xdisp.c (with_echo_area_buffer): Add more `int' parameters for | |
| 5158 the `variable argument list' to make it work on Alpha. | |
| 5159 | |
| 28648 | 5160 * m/alpha.h (_LP64) [!_LP64]: Define. |
| 5161 (ORDINARY_LINK): Define for NetBSD. | |
| 5162 | |
| 5163 * m/macppc.h (ORDINARY_LINK): Define for NetBSD. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5164 |
| 28637 | 5165 2000-04-19 Dave Love <fx@gnu.org> |
| 5166 | |
| 28644 | 5167 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Revert 2000-04-14 |
| 5168 change. | |
| 5169 | |
| 5170 * Makefile.in (LIBS): Don't use. | |
| 5171 (GETLOADAVG_OBJ): Define again. | |
| 5172 (otherobj): Add GETLOADAVG_OBJ. | |
| 5173 | |
| 28637 | 5174 * buffer.c (Fmake_indirect_buffer): Escape newline in doc. |
| 5175 | |
| 28630 | 5176 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
| 5177 | |
| 28634 | 5178 * lread.c (read_filtered_event): Cancel and start busy cursor. |
| 5179 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5180 * xterm.c (x_produce_glyphs) <ASCII chars>: Take into account |
| 28630 | 5181 that the per-character metrics may be null. |
| 5182 | |
| 28621 | 5183 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
| 5184 | |
| 28626 | 5185 * buffer.c (clone_per_buffer_values): New function. |
| 5186 (Fmake_indirect_buffer): Add optional argument CLONE. Call | |
| 5187 clone_per_buffer_values if CLONE is not nil. | |
| 5188 | |
| 28621 | 5189 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix. |
| 5190 | |
| 28610 | 5191 2000-04-16 Dave Love <fx@gnu.org> |
| 5192 | |
| 5193 * Makefile.in: Remove obsolete localcpp stuff. | |
| 5194 (GETLOADAVG_OBJ): Don't define. | |
| 5195 (obj): Move LIBOBJS... | |
| 5196 (otherobj): ... to here. | |
| 5197 (MSDOS_OBJ): Convert to make variable -- preprocessing zapped | |
| 5198 whitespace-only lines after the continuation (Irix). | |
| 5199 | |
| 28598 | 5200 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
| 5201 | |
| 5202 * xfns.c (xpm_load) [DEBUG_X_COLORS]: Register colors. | |
| 5203 | |
| 5204 * s/freebsd.h (LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'. | |
| 5205 | |
| 28595 | 5206 2000-04-14 Dave Love <fx@gnu.org> |
| 5207 | |
| 5208 * s/aix3-1.h, s/bsd4-2.h, s/bsd4-3.h, s/cxux.h, s/dgux.h, s/gnu.h: | |
| 5209 * s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/rtu.h: | |
| 5210 * s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, s/usg5-2.h: | |
| 5211 * s/usg5-3.h, s/xenix.h, s/umax.h: Don't define autoconfiscated | |
| 5212 NLIST_STRUCT. | |
| 5213 | |
| 5214 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Don't define | |
| 5215 autoconfiscated HAVE_GETLOADAVG. | |
| 5216 | |
| 5217 * s/nextstep.h, s/sco4.h, s/sco5.h: Don't define autoconfiscated | |
| 5218 BROKEN_MKTIME. | |
| 5219 | |
| 28591 | 5220 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
| 5221 | |
| 5222 * filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes. | |
| 5223 (fill_in_lock_file_name): Avoid existing files that aren't | |
| 5224 links. | |
| 5225 | |
| 28588 | 5226 2000-04-14 Dave Love <fx@gnu.org> |
| 5227 | |
| 28598 | 5228 * Makefile.in (LIBS, LIBOBJS): New variable. |
| 28588 | 5229 (INTERVAL_SRC): Convert to make variable. |
| 5230 (INTERVAL_OBJ, MKTIME_OBJ, FLOAT_SUPPORT, FACE_SUPPORT) | |
| 5231 (HAVE_X_WINDOWS, OBJECTS_SYSTEM): Remove. | |
| 5232 (obj): Substitute INTERVAL_OBJ, add MKTIME_OBJ, GETLOADAVG_OBJ and | |
| 5233 add LIBOBJS. | |
| 5234 (SOME_MACHINE_OBJECTS): Remove interval stuff. | |
| 5235 (lisp): Substitute FACE_SUPPORT, FLOAT_SUP. | |
| 5236 (shortlisp): Add facemenu, float-sup, frame. | |
| 5237 (SOME_MACHINE_LISP): Remove them from here. | |
| 5238 (LIBES): Change unused LDLIBS to autoconf LIBS. | |
| 5239 | |
| 5240 * config.in: Add BROKEN_MKTIME, NLIST_STRUCT, NLIST_NAME_UNION. | |
| 5241 | |
| 28579 | 5242 2000-04-14 Kenichi Handa <handa@etl.go.jp> |
| 5243 | |
| 28580 | 5244 * composite.c (update_compositions): If FROM and TO are not in a |
| 28579 | 5245 valid range, do nothing. |
| 5246 | |
| 28577 | 5247 2000-04-13 Gerd Moellmann <gerd@gnu.org> |
| 5248 | |
| 5249 * tparam.c (tparam1): Abort when encountering an unknown | |
| 5250 `%'-specifier. | |
| 5251 | |
| 5252 * s/freebsd.h (TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as | |
| 5253 terminfo.o. | |
| 5254 | |
| 5255 * Makefile.in (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define | |
| 5256 as TERMCAP_OBJ. | |
| 5257 | |
| 28562 | 5258 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
| 5259 | |
| 5260 * fileio.c (a_write): Remove redundant semi-colons. | |
| 5261 (e_write): Return -1 if failed to write all the data. | |
| 5262 This fixes the changes made at 1999-12-15. | |
| 5263 | |
|
28555
976bc44944da
(mapcar1): Test for null vals to support mapc.
Dave Love <fx@gnu.org>
parents:
28554
diff
changeset
|
5264 2000-04-12 Dave Love <fx@gnu.org> |
|
976bc44944da
(mapcar1): Test for null vals to support mapc.
Dave Love <fx@gnu.org>
parents:
28554
diff
changeset
|
5265 |
|
976bc44944da
(mapcar1): Test for null vals to support mapc.
Dave Love <fx@gnu.org>
parents:
28554
diff
changeset
|
5266 * fns.c (mapcar1): Test for null vals to support mapc. |
|
976bc44944da
(mapcar1): Test for null vals to support mapc.
Dave Love <fx@gnu.org>
parents:
28554
diff
changeset
|
5267 (Fmapc): New function. |
|
976bc44944da
(mapcar1): Test for null vals to support mapc.
Dave Love <fx@gnu.org>
parents:
28554
diff
changeset
|
5268 |
| 28554 | 5269 2000-04-12 Eli Zaretskii <eliz@is.elta.co.il> |
| 5270 | |
| 5271 * msdos.c (NUM_MOUSE_BUTTONS): Define. | |
| 5272 (IT_frame_up_to_date): Support the buffer local value of | |
| 5273 cursor-type, if defined. | |
| 5274 | |
| 28547 | 5275 2000-04-10 Dave Love <fx@gnu.org> |
| 5276 | |
| 5277 * editfns.c (preceding-char, following-char): Doc fix. | |
| 5278 | |
|
28546
74440e467c99
* Makefile.in (temacs): Revert 2000-03-12 change.
Ken Raeburn <raeburn@raeburn.org>
parents:
28543
diff
changeset
|
5279 2000-04-10 Ken Raeburn <raeburn@gnu.org> |
|
74440e467c99
* Makefile.in (temacs): Revert 2000-03-12 change.
Ken Raeburn <raeburn@raeburn.org>
parents:
28543
diff
changeset
|
5280 |
|
74440e467c99
* Makefile.in (temacs): Revert 2000-03-12 change.
Ken Raeburn <raeburn@raeburn.org>
parents:
28543
diff
changeset
|
5281 * Makefile.in (temacs): Revert 2000-03-12 change. |
|
74440e467c99
* Makefile.in (temacs): Revert 2000-03-12 change.
Ken Raeburn <raeburn@raeburn.org>
parents:
28543
diff
changeset
|
5282 |
| 28543 | 5283 2000-04-10 Jason Rumney <jasonr@gnu.org> |
| 5284 | |
| 5285 * xfaces.c (realize_face): Change FRAME_X_P to FRAME_WINDOW_P. | |
| 5286 | |
| 28538 | 5287 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
| 5288 | |
| 28542 | 5289 * xdisp.c (setup_echo_area_for_printing): Choose an echo |
| 5290 area buffer, if it's not set up yet. | |
| 5291 | |
| 28538 | 5292 * indent.c (compute_motion): Set immediate_quit. |
| 5293 | |
| 28523 | 5294 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
| 5295 | |
| 28530 | 5296 * xfaces.c (tty_suppress_bold_inverse_default_colors_p): New |
| 5297 variable. | |
| 5298 (realize_tty_face): Suppress boldness if colors are the inverse of | |
| 5299 the default colors, and tty_suppress_bold_inverse_default_colors_p | |
| 5300 is set. | |
| 5301 (Ftty_suppress_bold_inverse_default_colors): New function. | |
| 5302 (syms_of_xfaces): Defsubr it. | |
| 5303 | |
| 28523 | 5304 * buffer.c (Frestore_buffer_modified_p): New function. |
| 5305 (syms_of_buffer): Defsubr it. | |
| 5306 | |
|
28514
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
5307 2000-04-08 Ken Raeburn <raeburn@gnu.org> |
|
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
5308 |
|
28515
75bd73426842
* charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
Ken Raeburn <raeburn@raeburn.org>
parents:
28514
diff
changeset
|
5309 * charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a |
|
75bd73426842
* charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
Ken Raeburn <raeburn@raeburn.org>
parents:
28514
diff
changeset
|
5310 charset id (int) argument, not a charset (Lisp_Object). |
|
75bd73426842
* charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
Ken Raeburn <raeburn@raeburn.org>
parents:
28514
diff
changeset
|
5311 |
|
28514
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
5312 * coding.h (code_convert_string): Declare. |
|
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
5313 * coding.c (code_convert_string_norecord): Pass an int, not a lisp |
|
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
5314 object, as the fourth argument to code_convert_string. |
|
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
5315 |
|
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
5316 * fontset.c (make_fontset_for_ascii_face): Use XINT on return |
|
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
5317 value. |
|
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
5318 (Fset_fontset_font): Use EQ to compare lisp objects. |
|
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
5319 |
|
28507
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5320 2000-04-05 Ken Raeburn <raeburn@gnu.org> |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5321 |
|
28509
022a7fd54bfe
* intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointer
Ken Raeburn <raeburn@raeburn.org>
parents:
28508
diff
changeset
|
5322 * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for |
|
022a7fd54bfe
* intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointer
Ken Raeburn <raeburn@raeburn.org>
parents:
28508
diff
changeset
|
5323 a pointer that looks like a lisp object. |
|
022a7fd54bfe
* intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointer
Ken Raeburn <raeburn@raeburn.org>
parents:
28508
diff
changeset
|
5324 (SET_INTERVAL_OBJECT): Don't explicitly compare the object with |
|
022a7fd54bfe
* intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointer
Ken Raeburn <raeburn@raeburn.org>
parents:
28508
diff
changeset
|
5325 zero, instead see whether it's an integer object, since they can't |
|
022a7fd54bfe
* intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointer
Ken Raeburn <raeburn@raeburn.org>
parents:
28508
diff
changeset
|
5326 have intervals. |
|
022a7fd54bfe
* intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointer
Ken Raeburn <raeburn@raeburn.org>
parents:
28508
diff
changeset
|
5327 (GET_INTERVAL_OBJECT): Simply assign to the destination. |
|
022a7fd54bfe
* intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointer
Ken Raeburn <raeburn@raeburn.org>
parents:
28508
diff
changeset
|
5328 |
|
28507
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5329 * dispnew.c (allocate_matrices_for_frame_redisplay, |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5330 direct_output_forward_char): Use X(U)INT and make_number as needed |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5331 to convert between (unsigned) int values and lisp integers. |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5332 * keyboard.c (read_key_sequence): Likewise. |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5333 * lread.c (substitute_object_recurse): Likewise. |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5334 * fns.c (concat, hash_lookup, hash_remove): Likewise. |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5335 * minibuf.c (do_completion, Fminibuffer_complete_word, |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5336 Fminibuffer_completion_help): Likewise. |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5337 * term.c (produce_special_glyphs): Likewise. |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5338 |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5339 * fileio.c (Fwrite_region): Use EQ when comparing lisp objects. |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5340 * print.c (print_preprocess, print_object): Likewise. |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5341 |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5342 * search.c (compile_pattern): Use NILP when checking for nil. |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5343 |
|
28508
a68042252425
* lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Ken Raeburn <raeburn@raeburn.org>
parents:
28507
diff
changeset
|
5344 * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && |
|
a68042252425
* lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Ken Raeburn <raeburn@raeburn.org>
parents:
28507
diff
changeset
|
5345 __OPTIMIZE__]: Provide a GNU C macro version that handles |
|
a68042252425
* lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Ken Raeburn <raeburn@raeburn.org>
parents:
28507
diff
changeset
|
5346 lisp-object unions. |
|
a68042252425
* lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Ken Raeburn <raeburn@raeburn.org>
parents:
28507
diff
changeset
|
5347 (XSET) [!NO_UNION_TYPE]: Set the value field first, then the type |
|
a68042252425
* lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Ken Raeburn <raeburn@raeburn.org>
parents:
28507
diff
changeset
|
5348 field, to better cope with ENABLE_CHECKING and calls that modify a |
|
a68042252425
* lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Ken Raeburn <raeburn@raeburn.org>
parents:
28507
diff
changeset
|
5349 Lisp_Object using its old value. |
|
a68042252425
* lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Ken Raeburn <raeburn@raeburn.org>
parents:
28507
diff
changeset
|
5350 |
| 28499 | 5351 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
| 5352 | |
| 28506 | 5353 * window.c (compare_window_configurations): Signal an error |
| 5354 if parameters C1 or C2 aren't window configurations. | |
| 5355 | |
| 28499 | 5356 * bytecode.c (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/ |
| 5357 AFTER_POTENTIAL_GC calls around calls to functions that can | |
| 5358 signal an error and thus invoke the debugger. | |
| 5359 | |
| 28483 | 5360 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
| 5361 | |
| 28496 | 5362 * fns.c (Fbase64_decode_region, Fbase64_decode_string): Signal |
| 5363 an error if decoding fails. | |
| 5364 | |
| 28483 | 5365 * keyboard.c (lispy_mouse_names): Variable removed. |
| 5366 (Vlispy_mouse_stem): New variable. | |
| 5367 (syms_of_keyboard): Initialize Vlispy_mouse_stem. | |
| 5368 (make_lispy_event) <mouse_click, scroll_bar_click>: Don't abort | |
| 5369 for any mouse button number. Increase size of mouse_syms and | |
| 5370 button_down_location as needed. Call modify_event_symbol with | |
| 5371 different arguments. | |
| 5372 (make_lispy_event) <scroll_bar_click> [USE_TOOLKIT_SCROLL_BARS]: | |
| 5373 Call modify_event_symbol with different arguments. | |
| 5374 (make_lispy_event) <w32_scroll_bar_click> [WINDOWSNT]: Don't abort | |
| 5375 for any button number. Call modify_event_symbol with different | |
| 5376 arguments. | |
| 5377 (modify_event_symbol): Rename NAME_ALIST to NAME_ALIST_OR_STEM. | |
| 5378 Accept a string for NAME_ALIST_OR_STEM. | |
| 5379 | |
| 5380 * lisp.h (larger_vector): Add prototype. | |
| 5381 | |
| 5382 * fns.c (larger_vector): Make externally visible. | |
| 5383 | |
| 5384 * termhooks.h (NUM_MOUSE_BUTTONS): Removed. | |
| 5385 | |
|
28473
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5386 2000-04-02 Stefan Monnier <monnier@cs.yale.edu> |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5387 |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5388 * regex.c (PTR_TO_OFFSET) [!emacs]: Remove. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5389 (RE_MULTIBYTE_P, RE_STRING_CHAR_AND_LENGTH): New macros. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5390 (GET_CHAR_BEFORE_2): Moved from charset.h plus fixed minor bug when |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5391 we are between str1 and str2. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5392 (MAX_MULTIBYTE_LENGTH, CHAR_STRING) [!emacs]: Provide trivial default. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5393 (PATFETCH): Use `TRANSLATE'. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5394 (PATFETCH_RAW): Fetch multibyte char if applicable. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5395 (PATUNFETCH): Remove. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5396 (regex_compile): Rely on PATFETCH to do most of the multibyte magic. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5397 When writing a char, write it directly into the pattern buffer rather |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5398 than going needlessly through a temp char-array. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5399 (re_match_2_internal): Similarly, rely on RE_STRING_CHAR to do the |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5400 multibyte magic and remove the useless `#ifdef emacs'. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5401 (bcmp_translate): Don't compare as multibyte chars when in a unibyte |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5402 buffer. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5403 |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5404 * regex.h (struct re_pattern_buffer): Make field `multibyte' |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5405 conditional on `emacs'. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5406 |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5407 * charset.h (GET_CHAR_BEFORE_2): Moved to regex.c. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5408 |
|
28469
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
5409 2000-04-01 Ken Raeburn <raeburn@gnu.org> |
|
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
5410 |
|
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
5411 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand |
|
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
5412 non-union-type versions of XMARK and friends here, because XMARK |
|
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
5413 and friends won't work on an integer field if NO_UNION_TYPE is not |
|
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
5414 defined. |
|
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
5415 (make_number): Define as a function if it's not defined as a |
|
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
5416 macro. |
|
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
5417 |
|
28472
bae9218986ac
* composite.c (run_composite_function): Use NILP when checking for nil.
Ken Raeburn <raeburn@raeburn.org>
parents:
28471
diff
changeset
|
5418 * composite.c (run_composite_function): Use NILP when checking for |
|
bae9218986ac
* composite.c (run_composite_function): Use NILP when checking for nil.
Ken Raeburn <raeburn@raeburn.org>
parents:
28471
diff
changeset
|
5419 nil. |
|
bae9218986ac
* composite.c (run_composite_function): Use NILP when checking for nil.
Ken Raeburn <raeburn@raeburn.org>
parents:
28471
diff
changeset
|
5420 (syms_of_composite): Delete local var NARGS, pass an int as first |
|
bae9218986ac
* composite.c (run_composite_function): Use NILP when checking for nil.
Ken Raeburn <raeburn@raeburn.org>
parents:
28471
diff
changeset
|
5421 argument to Fmake_hash_table. |
|
bae9218986ac
* composite.c (run_composite_function): Use NILP when checking for nil.
Ken Raeburn <raeburn@raeburn.org>
parents:
28471
diff
changeset
|
5422 |
|
28471
f3d784d3eb5d
fix error in last log message
Ken Raeburn <raeburn@raeburn.org>
parents:
28470
diff
changeset
|
5423 * editfns.c (text_property_stickiness): Use NILP to test |
|
f3d784d3eb5d
fix error in last log message
Ken Raeburn <raeburn@raeburn.org>
parents:
28470
diff
changeset
|
5424 Lisp_Object boolean value. |
|
f3d784d3eb5d
fix error in last log message
Ken Raeburn <raeburn@raeburn.org>
parents:
28470
diff
changeset
|
5425 (Fmessage_or_box): Don't use NILP to test int variable. |
|
28470
93996c44b23a
* editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP to test
Ken Raeburn <raeburn@raeburn.org>
parents:
28469
diff
changeset
|
5426 (Fformat): Use a temporary variable to avoid ENABLE_CHECKING |
|
93996c44b23a
* editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP to test
Ken Raeburn <raeburn@raeburn.org>
parents:
28469
diff
changeset
|
5427 problems reading from and changing the same lisp value in an |
|
93996c44b23a
* editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP to test
Ken Raeburn <raeburn@raeburn.org>
parents:
28469
diff
changeset
|
5428 XSETSTRING call. |
|
93996c44b23a
* editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP to test
Ken Raeburn <raeburn@raeburn.org>
parents:
28469
diff
changeset
|
5429 |
| 28466 | 5430 2000-04-01 Gerd Moellmann <gerd@gnu.org> |
| 5431 | |
| 5432 * term.c (TN_no_color_video): New variable. | |
| 5433 (term_init): Intitialize TN_no_color_video. | |
| 5434 (enum no_color_bit): New enumeration. | |
| 5435 (MAY_USE_WITH_COLORS_P): New macro. | |
| 5436 (turn_on_face): Use it to determine if attributes may be used | |
| 5437 combined with colors. | |
| 5438 | |
|
28463
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
5439 2000-04-01 Ken Raeburn <raeburn@gnu.org> |
|
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
5440 |
|
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
5441 * window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues |
|
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
5442 with int lvalues via casts; instead, just yield lisp object |
|
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
5443 lvalues. |
|
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
5444 (enlarge_window): Variable sizep now points to Lisp_Object. Use |
|
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
5445 proper accessor macros. |
|
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
5446 (shrink_window_lowest_first): w->top is Lisp_Object; use XINT. |
|
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
5447 (grow_mini_window): Fix typo getting int value of root->height. |
|
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
5448 |
|
28464
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5449 * xdisp.c (compute_string_pos): Fix order of arguments to |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5450 string_pos_nchars_ahead. |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5451 (handle_fontified_prop, add_to_log): Pass int, not Lisp_Object, as |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5452 count arg to variable-arg routines like Frun_hook_with_args and |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5453 Fformat. |
| 28483 | 5454 (back_to_previous_visible_line_start) |
| 5455 (build_desired_tool_bar_string): Pass Lisp_Object, not int, to | |
|
28464
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5456 fixed-arg routines like Fget_char_property and Fmake_string. |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5457 (reconsider_clip_changes): Use XINT when comparing integer lisp |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5458 objects, or passing them as int arguments. |
| 28483 | 5459 (mark_window_display_accurate, insert_left_trunc_glyphs) |
| 5460 (append_space, extend_face_to_end_of_line): Use make_number when | |
|
28464
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5461 storing or passing integer values as lisp objects. |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5462 (set_cursor_from_row, highlight_trailing_whitespace): Use |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5463 INTEGERP, not implicit test against zero, for glyph object. |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5464 (try_window_id): Don't use make_number when we want an int value. |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5465 |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5466 * xfaces.c (xlfd_symbolic_value): Make last argument a |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5467 Lisp_Object, to be consistent with callers. |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5468 (Fbitmap_spec_p): Use XINT to get numeric value of height. |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5469 (lface_hash): Apply XFASTINT to lisp values before folding in. |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5470 |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5471 * xfns.c (Fx_show_tip): Use make_number to get lisp objects to |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5472 fill in window width and height. Pass an int, not a lisp object, |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5473 as first arg to Finsert. |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5474 |
| 28455 | 5475 2000-04-01 Gerd Moellmann <gerd@gnu.org> |
| 5476 | |
| 28462 | 5477 * xfaces.c (realize_basic_faces): Block input while realizing |
| 5478 the faces. | |
| 5479 | |
| 28455 | 5480 * keyboard.c (lispy_mouse_names): Add additional mouse names. |
| 5481 | |
| 5482 * termhooks.h (NUM_MOUSE_BUTTONS): Increase to 15. | |
| 5483 | |
| 28444 | 5484 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
| 5485 | |
| 5486 * xterm.c (x_produce_glyphs): When displaying unibyte text | |
| 28462 | 5487 or ASCII, handle case that per-char metric is null. |
| 28444 | 5488 |
|
28417
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5489 2000-03-30 Ken Raeburn <raeburn@gnu.org> |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5490 |
|
28430
f805ef5a2a03
* lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
Ken Raeburn <raeburn@raeburn.org>
parents:
28417
diff
changeset
|
5491 * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef. |
|
f805ef5a2a03
* lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
Ken Raeburn <raeburn@raeburn.org>
parents:
28417
diff
changeset
|
5492 |
|
28417
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5493 * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5494 XSUBR, XBUFFER): Verify correct object type before returning |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5495 pointer, using eassert. |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5496 * frame.h (XFRAME): Likewise. |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5497 |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5498 * buffer.c (Frename_buffer, Fset_buffer_multibyte, |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5499 swap_out_buffer_local_variables, Fmove_overlay): Don't apply |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5500 XSYMBOL, XBUFFER, etc, to values that may be nil or of the wrong |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5501 type. |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5502 * data.c (set_internal): Likewise. |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5503 * dispextern.h (WINDOW_WANTS_MODELINE_P, |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5504 WINDOW_WANTS_HEADER_LINE_P): Likewise. |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5505 * fileio.c (auto_save_1): Likewise. |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5506 * insdel.c (check_markers): Likewise. |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5507 * marker.c (buf_charpos_to_bytepos, unchain_marker): Likewise. |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5508 * undo.c (record_insert): Likewise. |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5509 * vmsproc.c (child_sig): Likewise. |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5510 * window.c (unshow_buffer, window_loop): Likewise. |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5511 * xterm.c (x_erase_phys_cursor): Likewise. |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5512 |
| 28415 | 5513 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
| 5514 | |
| 5515 * xfns.c (free_image_cache): Free the cache structure itself | |
| 5516 last, after all its members have been freed. | |
| 5517 | |
| 5518 * lisp.h (xstrdup): Add prototype. | |
| 5519 | |
| 5520 * alloc.c (xstrdup): Moved here from xfaces.c. | |
| 5521 (allocating_for_lisp): Variable removed. | |
| 5522 (lisp_malloc): Block input around the calls to malloc and | |
| 5523 mem_insert. | |
| 5524 | |
| 5525 * xfaces.c (realize_tty_face): Use find_symbol_value instead | |
| 5526 of Fsymbol_value. | |
| 5527 (xstrdup): Moved to alloc.c. | |
| 5528 | |
|
28406
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5529 2000-03-29 Ken Raeburn <raeburn@gnu.org> |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5530 |
|
28407
f15029804aba
* scroll.c (CHECK_BOUNDS): Renamed from CHECK.
Ken Raeburn <raeburn@raeburn.org>
parents:
28406
diff
changeset
|
5531 * scroll.c (CHECK_BOUNDS): Renamed from CHECK. |
|
f15029804aba
* scroll.c (CHECK_BOUNDS): Renamed from CHECK.
Ken Raeburn <raeburn@raeburn.org>
parents:
28406
diff
changeset
|
5532 |
|
f15029804aba
* scroll.c (CHECK_BOUNDS): Renamed from CHECK.
Ken Raeburn <raeburn@raeburn.org>
parents:
28406
diff
changeset
|
5533 * emacs.c (main): Fix sense of no-loadup test. |
|
f15029804aba
* scroll.c (CHECK_BOUNDS): Renamed from CHECK.
Ken Raeburn <raeburn@raeburn.org>
parents:
28406
diff
changeset
|
5534 |
|
28406
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5535 * config.in (ENABLE_CHECKING): Undef. |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5536 |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5537 * lisp.h (struct interval): Replace "parent" field with a union of |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5538 interval pointer and Lisp_Object; add new bitfield to use as |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5539 discriminant. Change other flag fields to bitfields. |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5540 (CHECK): New macro for consistency checking. If ENABLE_CHECKING |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5541 is defined and the supplied test fails, print a message and |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5542 abort. |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5543 (eassert): New macro. Use CHECK to provide an assert-like |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5544 facility. |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5545 |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5546 * intervals.h (NULL_INTERVAL_P): Now applies only to real interval |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5547 pointers; abort if the value looks like a lisp object. |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5548 (NULL_INTERVAL_P, NULL_PARENT, HAS_PARENT, HAS_OBJECT, SET_PARENT, |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5549 SET_OBJECT, INTERVAL_PARENT, GET_INTERVAL_OBJECT, COPY_PARENT): |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5550 Modify for new interval parent definition. |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5551 |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5552 * alloc.c (mark_interval_tree, MARK_INTERVAL_TREE, |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5553 UNMARK_BALANCE_INTERVALS): Update references that need an |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5554 addressable lisp object in the interval structure. |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5555 (die): New function. |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5556 (suppress_checking): New variable. |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5557 |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5558 * intervals.c (interval_start_pos): Just return 0 if there's no |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5559 parent object. |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5560 |
| 28390 | 5561 2000-03-29 Gerd Moellmann <gerd@gnu.org> |
| 5562 | |
| 5563 * lread.c (read1): Accept `.' (period) as symbol start like in CL | |
| 5564 and earlier Emacs versions. | |
| 5565 | |
| 5566 * keyboard.c (Ftop_level): Cancel busy-cursor. | |
| 5567 | |
| 5568 * eval.c (call_debugger): Cancel busy-cursor. | |
| 5569 | |
| 28385 | 5570 2000-03-29 Kenichi Handa <handa@etl.go.jp> |
| 5571 | |
| 5572 * search.c (Freplace_match): Adjust multibyteness of the current | |
| 28386 | 5573 buffer and NEWTEXT. Free allocated memory before signaling an |
| 5574 error. | |
| 28385 | 5575 |
|
28381
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
5576 2000-03-28 Stefan Monnier <monnier@cs.yale.edu> |
|
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
5577 |
|
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
5578 * regex.c (analyse_first): New function obtained by ripping out most |
|
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
5579 of re_compile_fastmap and generalizing it a little bit so that it |
|
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
5580 can also just return whether a given (sub)pattern can match the empty |
|
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
5581 string or not. |
|
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
5582 (regex_compile): Use `analyse_first' to decide whether the loop-check |
|
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
5583 needs to be done or not for *, +, *? and +? (the loop check is costly |
|
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
5584 for non-greedy repetition). |
|
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
5585 (re_compile_fastmap): Delegate the actual work to `analyse_first'. |
|
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
5586 |
| 28375 | 5587 2000-03-28 Dave Love <fx@gnu.org> |
| 5588 | |
| 28379 | 5589 * s/gnu-linux.h (GC_SETJMP_WORKS): Define for i386, sparc, m68k, |
| 5590 alpha. | |
| 5591 | |
| 28375 | 5592 * alloc.c: Include stdio.h. Test STDC_HEADERS, not __STDC__. |
| 5593 | |
|
28373
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5594 2000-03-27 Stefan Monnier <monnier@cs.yale.edu> |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5595 |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5596 * regex.c (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5597 an expression. |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5598 (enum re_opcode_t): Update description of succeed_n. |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5599 (PATFETCH): Always define. |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5600 (regex_compile): Use lookahead rather than PATUNFETCH (for repetition |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5601 operators, char classes, shy-groups and intervals). |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5602 Optimize special cases of intervals so as to only use succeed_n and |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5603 jump_n when really needed. |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5604 (re_compile_fastmap): Simplify handling of jump_n and succeed_n now |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5605 that we don't have to handle the special cases any more. |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5606 Simplify on_failure_jump handling as well. |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5607 |
| 28371 | 5608 2000-03-28 Jason Rumney <jasonr@gnu.org> |
| 5609 | |
| 5610 * lread.c (Fload): Move safe_p definition to above #ifdef DOS_NT. | |
| 5611 | |
| 28348 | 5612 2000-03-27 Gerd Moellmann <gerd@gnu.org> |
| 5613 | |
| 28366 | 5614 * s/freebsd.h (GC_SETJMP_WORKS): Define. |
| 5615 | |
| 5616 * s/msdos.h (GC_SETJMP_WORKS): Define. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5617 |
| 28366 | 5618 * alloc.c (mark_maybe_object): New function. |
| 5619 (mark_memory): Use it. | |
| 5620 (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): New macros. | |
| 5621 (setjmp_tested_p, longjmp_done): New variables. | |
| 5622 (test_setjmp): New function. | |
| 5623 (mark_stack) [!GC_SETJMP_WORKS]: Call test_setjmp. | |
| 5624 (init_alloc): Initialize setjmp_tested_p and longjmp_done. | |
| 5625 | |
| 28363 | 5626 * xdisp.c (face_before_or_after_it_pos): Pass multibyteness |
| 5627 to DEC_TEXT_POS and INC_TEXT_POS. | |
| 5628 | |
| 5629 * dispnew.c (direct_output_for_insert): Use DEC_TEXT_POS | |
| 5630 with parameter MULTIBYTE_P. | |
| 5631 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5632 * dispextern.h (INC_TEXT_POS, DEC_TEXT_POS): Add parameter |
| 28363 | 5633 MULTIBYTE_P. |
| 5634 | |
| 28359 | 5635 * editfns.c (Fsubst_char_in_region): Don't use INC_POS in unibyte |
| 28366 | 5636 buffers because it looks for multibyte character byte sequences |
| 5637 which don't exist in unibyte text. | |
| 28359 | 5638 |
| 28357 | 5639 * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes. |
| 5640 | |
| 28368 | 5641 * xfaces.c (register_color, unregister_color, unregister_colors) |
| 28357 | 5642 [DEBUG_X_COLORS]: New functions. |
| 5643 (x_free_colors) [DEBUG_X_COLORS]: Unregister colors. | |
| 5644 | |
| 5645 * xfns.c (x_set_cursor_color): Get color reference counts right. | |
| 5646 | |
| 5647 * xterm.c (x_copy_color): New function. | |
| 5648 (x_alloc_nearest_color) [DEBUG_X_COLORS]: Call register_color. | |
| 5649 | |
| 5650 * buffer.h (MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS. | |
| 5651 (PER_BUFFER_VAR_OFFSET): Renamed from BUFFER_LOCAL_VAR_OFFSET. | |
| 5652 (PER_BUFFER_VAR_IDX): Renamed from BUFFER_LOCAL_VAR_IDX. | |
| 5653 (PER_BUFFER_VALUE_P): Renamed from BUFFER_HAS_LOCAL_VALUE_P. | |
| 5654 (SET_PER_BUFFER_VALUE_P): Renamed from SET_BUFFER_HAS_LOCAL_VALUE_P. | |
| 5655 (PER_BUFFER_IDX): Renamed from BUFFER_LOCAL_IDX. | |
| 5656 (PER_BUFFER_DEFAULT): Renamed from BUFFER_LOCAL_DEFAULT_VALUE. | |
| 5657 (PER_BUFFER_VALUE): Renamed from BUFFER_LOCAL_VALUE. | |
| 5658 (PER_BUFFER_SYMBOL): Renamed from BUFFER_LOCAL_SYMBOL. | |
| 5659 (PER_BUFFER_TYPE): Renamed from BUFFER_LOCAL_TYPE. | |
| 5660 | |
| 28368 | 5661 * category.c, data.c, syntax.c, print.c, lread.c: Use new macro |
| 5662 names for handling per-buffer variables. | |
| 28357 | 5663 |
| 5664 * buffer.c (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS | |
| 5665 instead of MAX_BUFFER_LOCAL_VARS. | |
| 5666 (last_per_buffer_idx): Renamed from max_buffer_local_idx. | |
| 5667 | |
| 5668 * xfaces.c (lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P. | |
| 5669 | |
| 28348 | 5670 * xfns.c (x_specified_cursor_type): New function. |
| 5671 (x_set_cursor_type): Use it. | |
| 5672 | |
| 5673 * buffer.h (struct buffer): Add cursor_type. | |
| 5674 | |
|
28346
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
5675 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
|
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
5676 |
|
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
5677 * regex.c (enum re_opcode_t): New opcode on_failure_jump_nastyloop. |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5678 (print_partial_compiled_pattern, re_compile_fastmap): Handle new |
| 28348 | 5679 opcode. |
|
28346
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
5680 (regex_compile): Use on_failure_jump_nastyloop for non-greedy loops. |
|
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
5681 (re_match_2_internal): Add code for on_failure_jump_nastyloop when |
|
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
5682 executing it as well as when popping it off the stack to find infinite |
|
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
5683 loops in non-greedy repetition operators. |
|
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
5684 |
| 28320 | 5685 2000-03-26 Gerd Moellmann <gerd@gnu.org> |
| 5686 | |
| 28335 | 5687 * doc.c (Qfunction_documentation): New variable. |
| 5688 (syms_of_doc): Initialize Qfunction_documentation. | |
| 5689 (Fdocumentation): If FUNCTION is a symbol with non-nil | |
| 5690 `function-documentation' property, return a documentation derived | |
| 5691 from that. | |
| 5692 | |
| 28333 | 5693 * buffer.c (syms_of_buffer): Add default-cursor-type. |
| 5694 (init_buffer_once): Don't let cursor_type have a local value | |
| 5695 in every buffer. | |
| 5696 | |
| 28323 | 5697 * xterm.c (x_display_and_set_cursor): Choose cursor depending |
| 5698 on buffer-local value of cursor_type. | |
| 5699 (x_draw_bar_cursor): Add parameter WIDTH. | |
| 5700 | |
| 5701 * buffer.c (reset_buffer): Initialize buffer's cursor_type. | |
| 5702 (init_buffer_once): Set default cursor_type value to t. | |
| 5703 Mark cursor_type as local everywhere. | |
| 5704 (syms_of_buffer): New per-buffer variable cursor-type. | |
| 5705 | |
| 28320 | 5706 * buffer.h (struct buffer): Remove member local_var_flags, |
| 5707 add local_flags. | |
| 5708 (MAX_BUFFER_LOCAL_VARS): New macro. | |
| 5709 (BUFFER_LOCAL_VAR_OFFSET, BUFFER_LOCAL_VAR_IDX) | |
| 5710 (BUFFER_HAS_LOCAL_VALUE_P, SET_BUFFER_HAS_LOCAL_VALUE_P) | |
| 5711 (BUFFER_LOCAL_IDX, BUFFER_LOCAL_DEFAULT_VALUE, BUFFER_LOCAL_VALUE) | |
| 5712 (BUFFER_LOCAL_SYMBOL, BUFFER_LOCAL_TYPE): New macros. | |
| 5713 | |
| 5714 * print.c (print_object): Use new macros for per-buffer | |
| 5715 variables. | |
| 5716 | |
| 5717 * category.c (Fset_category_table): Use new macros for per-buffer | |
| 5718 variables. | |
| 5719 | |
| 5720 * buffer.c (buffer_permanent_local_flags): Make a char array. | |
| 5721 (max_buffer_local_idx): New variable. | |
| 5722 (reset_buffer_local_variables, Fbuffer_local_variables): Rewritten | |
| 5723 for new handling of per-buffer variables. | |
| 5724 (buffer_slot_type_mismatch): Use new macros for per-buffer vars. | |
| 5725 (init_buffer_once): Initialize per-buffer vars differently. | |
| 5726 Set max_buffer_local_idx. | |
| 5727 | |
| 5728 * syntax.c (Fset_syntax_table): Use new macros for per-buffer | |
| 5729 variables. | |
| 5730 | |
| 5731 * lread.c (defvar_per_buffer): Use new macros for per-buffer | |
| 5732 variables. | |
| 5733 | |
| 5734 * data.c (do_symval_forwarding, store_symval_forwarding) | |
| 5735 (find_symbol_value, set_internal, default_value, Fset_default) | |
| 5736 (Fkill_local_variable, Flocal_variable_p): Use new macros for | |
| 5737 per-buffer variables. | |
| 5738 | |
| 5739 * Makefile.in (bootstrap-emacs): Use `mv -f' instead of `mv'. | |
| 5740 | |
| 28303 | 5741 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
| 5742 | |
| 28308 | 5743 * xterm.c (x_term_init): Unblock input around call1 of |
| 5744 Qvendor_specific_keysyms. | |
| 5745 | |
| 28303 | 5746 * syntax.c (open_paren_in_column_0_is_defun_start): New variable. |
| 5747 (find_defun_start): Consider an open parenthesis in column 0 | |
| 5748 a defun start only if open_paren_in_column_0_is_defun_start is set. | |
| 5749 (syms_of_syntax): New variable open-paren-in-column-0-is-defun-start. | |
| 5750 | |
|
28298
4ec88f0050a1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28294
diff
changeset
|
5751 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
|
4ec88f0050a1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28294
diff
changeset
|
5752 |
|
4ec88f0050a1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28294
diff
changeset
|
5753 * eval.c (Fautoload): Add entry in load-history (if after dump). |
|
4ec88f0050a1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28294
diff
changeset
|
5754 * lread.c (load-history): Update docstring. |
|
4ec88f0050a1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28294
diff
changeset
|
5755 |
| 28294 | 5756 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
| 5757 | |
| 5758 * indent.c (Fvertical_motion): Always use the current buffer. | |
| 5759 Temporarily change the window's buffer, if necessary. | |
| 5760 | |
| 28283 | 5761 2000-03-23 Gerd Moellmann <gerd@gnu.org> |
| 5762 | |
| 5763 * xterm.c (fast_find_position): Make sure not to consider rows | |
| 5764 not visible in the window. | |
| 5765 | |
|
28280
6f0261bc95b8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5766 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
|
6f0261bc95b8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5767 |
|
6f0261bc95b8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5768 * regex.c (enum syntaxcode): Provide default for non-Emacs. |
|
6f0261bc95b8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5769 (re_compile_fastmap, re_match_2_internal): Undo Dave's previous fix. |
|
6f0261bc95b8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5770 |
| 28276 | 5771 2000-03-22 Jason Rumney <jasonr@gnu.org> |
| 5772 | |
| 5773 * w32menu.c (single_submenu): Set help string to NULL if none. | |
| 5774 (w32_menu_show): Set help string correctly. | |
| 5775 (add-menu-item): Set help string in MIIM_DATA for menu item. | |
| 5776 Load SetMenuItemInfoA explicitly. | |
| 5777 (w32_menu_display_help): New function. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5778 |
| 28276 | 5779 * w32fns.c (w32_wnd_proc): Handle WM_MENUSELECT message. |
| 5780 (QCdata): Moved to xdisp.c. | |
| 5781 | |
| 5782 * w32term.c (w32_read_socket): Handle WM_MENUSELECT message. | |
| 5783 (Vw32_charset_to_codepage_alist): Removed. | |
| 5784 (Vw32_charset_info_alist): New variable. | |
| 5785 (Qw32_charset_[ansi, default, symbol, shiftjis, hangul, gb2312, | |
| 5786 chinesebig5, oem, easteurope, turkish, baltic, russian, arabic, | |
| 5787 greek, hebrew, thai, johab, mac, unicode]): New symbols. | |
| 5788 (x_produce_glyphs): Remove out of date #ifdef 0'd section. Replace | |
| 5789 with TODO comment. | |
| 5790 (w32_codepage_for_font): Use Vw32_charset_info_alist. | |
| 5791 (syms_of_w32term): Remove Vw32_charset_to_codepage_alist. | |
| 5792 Define Vw32_charset_info_alist and w32_charset symbols. | |
| 5793 | |
| 5794 2000-03-22 Jason Rumney <jasonr@gnu.org> | |
| 5795 | |
| 5796 * makefile.nt (w32bdf.obj): Update dependencies. | |
| 5797 | |
| 5798 * w32bdf.c: Include frame.h and dispextern.h before fontset.h. | |
| 5799 | |
| 5800 * w32fns.c: Include fontset.h after dispextern.h. | |
| 5801 (Fx_create_frame): Do not create fontset. | |
| 5802 (w32_load_system_font): Doc fix. | |
| 5803 (Fx_close_connection): Free full_name if it is not shared. | |
| 5804 | |
| 5805 * w32term.c: Include fontset.h after dispextern.h. | |
| 5806 (x_get_glyph_face_and_encoding): New parameter two_byte_p. Callers | |
| 5807 updated. | |
| 5808 (w32_per_char_metric): If PCM is invalid, delete and return NULL. | |
| 5809 (x_get_char_and_face_encoding): Use FACE_FOR_CHAR to get face_id. | |
| 5810 (w32_font_is_double_byte): New function, needs body. | |
| 5811 (x_append_glyph): Set glyph->glyph_not_available_p. | |
| 5812 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set | |
| 5813 it->charset. If it->multibyte_p is zero and it->c is a multibyte | |
| 5814 character, convert it to a unibyte character. | |
| 5815 (struct glyph_string): Delete member `charset'. | |
| 5816 (W32_TEXTOUT): Temporarily remove charset_dim until another way of | |
| 5817 calculating it is found. | |
| 5818 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle | |
| 5819 the case that per char metric is not available correctly. | |
| 5820 (x_fill_glyph_string): Handle the case that the specific glyph is | |
| 5821 not available correctly. | |
| 5822 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset. | |
| 5823 (BUILD_COMPOSITE_GLYPH_STRING): Likewise. | |
| 5824 (x_new_font): Call FS_LOAD_FONT, not fs_load_font. | |
| 5825 (x_new_fontset): Call fontset_ascii to get ASCII font name of the | |
| 5826 fontset. Don't call FS_LOAD_FONT. | |
| 5827 | |
|
28269
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5828 2000-03-22 Ken Raeburn <raeburn@gnu.org> |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5829 |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5830 * intervals.h (NULL_INTERVAL): Cast to INTERVAL type. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5831 (INT_LISPLIKE): New macro. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5832 (NULL_INTERVAL_P): Use it. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5833 (INTERVAL_HAS_PARENT, INTERVAL_HAS_OBJECT, SET_INTERVAL_PARENT, |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5834 SET_INTERVAL_OBJECT, INTERVAL_PARENT, COPY_INTERVAL_PARENT, |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5835 GET_INTERVAL_OBJECT, INTERVAL_PARENT_OR_NULL): New macros. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5836 |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5837 * alloc.c (make_interval, gc_sweep): Use new macros; eliminate all |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5838 explicit references to "parent" field of struct interval and |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5839 associated unclean type conversions. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5840 * intervals.c (create_root_interval, root_interval, rotate_right, |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5841 rotate_left, balance_possible_root_interval, split_interval_right, |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5842 split_interval_left, interval_start_pos, find_interval, |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5843 next_interval, previous_interval, update_interval, |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5844 adjust_intervals_for_insertion, delete_node, delete_interval, |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5845 adjust_intervals_for_deletion, merge_interval_right, |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5846 merge_interval_left, reproduce_tree, graft_intervals_into_buffer, |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5847 copy_intervals_to_string): Likewise. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5848 * intervals.h (AM_LEFT_CHILD, AM_RIGHT_CHILD, RESET_INTERVAL): |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5849 Likewise. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5850 * syntax.c (update_syntax_table): Likewise. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5851 |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5852 * intervals.c (reproduce_tree_obj): New function, like |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5853 reproduce_tree but takes a Lisp_Object for the parent. Declare |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5854 with prototype. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5855 (graft_intervals_into_buffer): Use it when appropriate. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5856 (reproduce_tree): Declare with prototype. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5857 (balance_possible_root_interval): Check that the parent is a lisp |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5858 object before trying to examine its type. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5859 |
| 28267 | 5860 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
| 5861 | |
| 5862 * xfaces.c (lface_same_font_attributes_p): Compare font attributes | |
| 5863 as strings only if both are known to be strings. | |
| 5864 | |
| 5865 * s/openbsd.h (LIBS_TERMCAP): Undef. | |
| 5866 | |
|
28262
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5867 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5868 |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5869 * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5870 definitions for non-Emacs compilation. |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5871 (enum re_opcode_t): Remove (not)wordchar and move (not)syntaxspec |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5872 outside of `#ifdef emacs'. |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5873 (print_partial_compiled_pattern): Update. |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5874 (regex_compile): Use (not)syntaxspec(Sword) instead of (not)wordchar. |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5875 (re_compile_fastmap): Merge handling of charset and charset_not (for |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5876 emacs and non-emacs compilation as well). |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5877 Similarly for (not)categoryspec and (not)syntaxspec. |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5878 Don't use the fastmap when reaching `anychar' since the added |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5879 complexity is not justified. |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5880 (re_match_2_internal): Merge (not)wordchar (emacs and non-emacs) |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5881 and (not)syntaxspec. Merge (not)categoryspec. |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5882 |
| 28253 | 5883 2000-03-22 Kenichi Handa <handa@etl.go.jp> |
| 5884 | |
| 28255 | 5885 * dispextern.h [!HAVE_WINDOW_SYSTEM] (FACE_SUITABLE_FOR_CHAR_P, |
| 5886 FACE_FOR_CHAR): Define them differently for the configuration of | |
| 5887 --without-x. | |
| 28253 | 5888 |
| 28242 | 5889 2000-03-21 Dave Love <fx@gnu.org> |
| 5890 | |
| 5891 * fontset.c (Fset_fontset_font, Ffontset_font): Fix newlines in | |
| 5892 doc string. | |
| 5893 | |
| 28238 | 5894 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
| 5895 | |
| 5896 * xfaces.c (check_lface_attrs) [GLYPH_DEBUG]: Fix syntax error. | |
| 5897 (lface_fully_specified_p): Don't check contents of | |
| 5898 LFACE_FONT_INDEX because that attribute is optional. | |
| 5899 (realize_x_face): Remove now unwarranted xassert. | |
| 5900 | |
| 28218 | 5901 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
| 5902 | |
| 28219 | 5903 The following changes are to make font selection based on |
| 5904 characters, not charset. In addition, they recover fontset | |
| 5905 facilities while utilizing the new font selection mechanism. | |
| 28218 | 5906 |
| 28233 | 5907 * Makefile.in (fontset.o): Depend on dispextern.h. |
| 5908 | |
| 5909 * alloc.c (mark_face_cache): Don't mark face->registry. | |
| 5910 | |
| 28218 | 5911 * dispextern.h (struct glyph): New member glyph_not_available_p. |
| 5912 Use 22 bits for face_id. | |
| 5913 (enum lface_attribute_index): Add LFACE_FONT_INDEX. | |
| 5914 (struct face): Delete member registry, new member ascii_face. | |
| 5915 (FACE_SUITABLE_FOR_CHAR_P): Renamed from | |
| 5916 FACE_SUITABLE_FOR_CHARSET_P. Caller changed. | |
| 5917 (FACE_FOR_CHAR): Renamed from FACE_FOR_CHARSET. Caller changed. | |
| 5918 (struct it): Delete member charset, new member | |
| 5919 glyph_not_available_p. | |
| 5920 | |
| 5921 * fontset.h (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed. | |
| 5922 (struct fontset_info, struct fontset_data): Structs removed. | |
| 5923 (allloc_fontset_data, free_fontset_data, fs_regiser_fontset, | |
| 5924 Vglobale_fontset_alist, font_idx_temp): Externs removed. | |
| 5925 (fs_load_font, fs_query_fontset): Adjusted for new argument. | |
| 5926 (fs_free_face_fontset, fontset_font_pattern, | |
| 5927 face_suitable_for_char_p, face_for_char, | |
| 5928 make_fontset_for_ascii_face): Extern them. | |
| 5929 (FS_LOAD_FONT): Adjusted for the change of fontset implementation. | |
| 5930 (FS_LOAD_FACE_FONT): New macro. | |
| 5931 | |
| 5932 * fontset.c: All codes rewritten or adjusted for the change of | |
| 5933 fontset implementation. Now fontset is represented by char table. | |
| 5934 (Vglobal_fontset_alist, font_idx_temp, my_strcasetbl): Variables | |
| 5935 removed. | |
| 5936 (my_strcasecmp): Function removed. | |
| 5937 (Vfontset_table, next_fontset_id, Vdefault_fontset): New | |
| 5938 variables. | |
| 5939 (AREF, ASIZE): New macros. | |
| 5940 (FONTSET_FROM_ID, FONTSET_ID, FONTSET_NAME, FONTSET_FRAME, | |
| 5941 FONTSET_ASCII, FONTSET_BASE, BASE_FONTSET_P, FONTSET_REF, | |
| 5942 FONTSET_REF_VIA_BASE, FONTSET_SET): New macros. | |
| 5943 (fontset_ref, fontset_ref_via_base, fontset_set, make_fontset, | |
| 5944 fontset_id_valid_p, font_family_registry, fontset_name, | |
| 5945 fontset_ascii, free_face_fontset, face_suitable_for_char_p, | |
| 5946 face_for_char, make_fontset_for_ascii_face, fontset_font_pattern): | |
| 5947 New functions. | |
| 5948 (fs_load_font): New arg FACE. Caller changed. | |
| 5949 (fs_query_fontset): Argument changed. Caller changed. | |
| 5950 (Fquery_fontset): call fs_query_fontset. | |
| 5951 (fs_register_fontset, alloc_fontset_data, free_fontset_data): | |
| 5952 Functions removed. | |
| 5953 (clear_fontset_elements, check_registry_encoding, | |
| 5954 check_fontset_name): New functions. | |
| 5955 (syms_of_fontset): Set char-table-extra-slots property of fontset | |
| 5956 to 3. Staticpro and initialize Vfontset_table and | |
| 5957 Vdefault_fontset. Defsubr fontset_font and fontset_list. | |
| 5958 | |
| 5959 * frame.h (struct frame): Member `fontset_data' removed. | |
| 5960 (FRAME_FONTSET_DATA): Macro removed. | |
| 5961 | |
| 5962 * frame.c (make_frame): Don't allocate f->fontset_data. | |
| 5963 (Fdelete_frame): Don't free f->fontset_data. | |
| 5964 | |
| 28233 | 5965 * msdos.c (XMenuActivate): Args to lookup_derived_face changed. |
| 5966 | |
| 28218 | 5967 * xdisp.c (charset_at_position): Function removed. |
| 5968 (init_iterator): Don't set member charset of struct `it'. | |
| 5969 (handle_face_prop, reseat_to_string, set_iterator_to_next, | |
| 5970 next_element_from_display_vector, insert_left_trunc_glyphs): | |
| 5971 Likewise. | |
| 5972 (face_before_or_after_it_pos): Call FACE_FOR_CHAR, not | |
| 5973 FACE_FOR_CHARSET. | |
| 5974 (get_next_display_element, append_space, | |
| 5975 extend_face_to_end_of_line): Likewise. | |
| 5976 | |
| 5977 * xfaces.c (Qx_charset_registry, Vface_default_registry): | |
| 5978 Variables removed. | |
| 5979 (clear_font_table, frame_update_line_height, load_face_font): | |
| 5980 Adjusted for the change of fontset implementation. | |
| 5981 (load_face_fontset_font): Function removed. | |
| 5982 (pixel_point_size): New function. | |
| 5983 (font_list): Argument type changed. Caller changed. | |
| 5984 (LFACE_FONT): New macro. | |
| 5985 (check_lface_attrs): Check attr[LFACE_FONT_INDEX]. | |
| 5986 (set_lface_from_font_name): Type of arg FONTNAME is changed to | |
| 5987 Lisp_Object. Determine the font name by actually loading a font | |
| 5988 by the specified pattern. Set LFACE_FONT (lface) to the specified | |
| 5989 pattern. Even if a font is not found, don't try alternatives. | |
| 5990 (Finternal_set_lisp_face_attribute): Handle `font' slot in lface. | |
| 5991 (set_font_frame_param): If `font' is specified in lface, use it. | |
| 5992 (Finternal_get_lisp_face_attribute): Handle `font' slot in lface. | |
| 5993 (lface_same_font_attributes_p): Likewise. | |
| 5994 (make_realized_face): Arguent changed. Caller changed. Set | |
| 5995 face->ascii_face to face itself. | |
| 5996 (free_realized_face): Free face->fontset if face is for ASCII. | |
| 5997 (face_suitable_for_iso8859_1_p, face_suitable_for_charset_p, | |
| 5998 deduce_unibyte_registry, x_charset_registry): Functions removed. | |
| 5999 (free_realized_multibyte_face): New function. | |
| 6000 (lookup_face, lookup_named_face, lookup_derived_face): Argument | |
| 6001 changed. Caller changed. | |
| 6002 (try_font_list): Argument type changed. | |
| 6003 (face_fontset): Check `font' slot of ATTRS, not `family' slot. | |
| 6004 (choose_face_font): Argument changed. Handle fontset properly. | |
| 6005 (choose_face_fontset_font): Function removed. | |
| 6006 (realize_default_face, realize_named_face): Don't remove the | |
| 6007 former face here. | |
| 6008 (realize_face): Argument changed. Caller changed. Remove face | |
| 6009 with the arg former_face_id in advance. Load font for the new | |
| 6010 face. | |
| 6011 (realize_x_face): Argument changed. Caller changed. For a | |
| 6012 multibyte character, share fontset with base_face. For a single | |
| 6013 byte character, make a new realized fontset. Don't load a font | |
| 6014 here. | |
| 6015 (realize_tty_face): Argument changed. Caller changed. | |
| 6016 (compute_char_face): Call FACE_FOR_CHAR, not FACE_FOR_CHARSET. | |
| 6017 (face_at_buffer_position): Don't check multibyte_p for returning | |
| 6018 DEFAULT_FACE_ID. | |
| 6019 (face_at_string_position): Call FACE_SUITABLE_FOR_CHAR_P, not | |
| 6020 FACE_SUITABLE_FOR_CHARSET_P. | |
| 6021 (syms_of_xfaces): Remove code for Qx_charset_registry and | |
| 6022 Vface_default_registry. | |
| 6023 | |
| 28233 | 6024 * xterm.c: Include fontset.h after dispextern.h. Undo the changes |
| 6025 related to PER_CHAR_METRIC done by Gerd on 2000-03-03. | |
| 28218 | 6026 (x_per_char_metric): Don't try FONT->default_char. Even if |
| 6027 pcm->width is zero, glyph bits may exist. | |
| 6028 (x_encode_char): Always initialize char2b->byte1. | |
| 6029 (x_get_char_face_and_encoding): Call FACE_FOR_CHAR to get face_id. | |
| 6030 (x_get_glyph_face_and_encoding): New arg two_byte_p. Caller | |
| 6031 changed. | |
| 6032 (x_append_glyph): Set glyph->glyph_not_available_p. | |
| 6033 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set | |
| 6034 it->charset. Handle the case that per char metric is not | |
| 6035 available. If it->multibyte_p is zero and it->c is a multibyte | |
| 6036 character, convert it to a unibyte character. | |
| 6037 (struct glyph_string): Delete member `charset'. | |
| 6038 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle | |
| 6039 the case that per char metric is not available correctly. | |
| 6040 (x_fill_glyph_string): Handle the case that the specific glyph is | |
| 6041 not available correctly. | |
| 6042 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset. | |
| 6043 (BUILD_COMPOSITE_GLYPH_STRING): Likewise. | |
| 6044 (x_new_font): Call FS_LOAD_FONT, not fs_load_font. | |
| 6045 (x_new_fontset): Call fontset_ascii to get ASCII font name of the | |
| 6046 fontset. Don't call FS_LOAD_FONT. | |
| 6047 | |
| 6048 * xfns.c (Fx_create_frame): Don't cal fs_register_fontset. | |
| 6049 (x_create_tip_frame): Likewise. | |
| 6050 (Fx_close_connection): Free full_name of font_info. | |
| 6051 | |
| 6052 * fns.c (optimize_sub_char_table): New function. | |
| 6053 (Foptimize_char_table): New function. | |
| 6054 (syms_of_fns): Defsubr Soptimize_char_table. | |
| 6055 | |
| 28209 | 6056 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
| 6057 | |
| 6058 * buffer.c (Fset_buffer_modified_p): Set update_mode_lines | |
| 6059 only if buffer is displayed in some window. | |
| 6060 | |
| 6061 * xdisp.c (handle_single_display_prop): Initialize local `value'. | |
| 6062 (try_window_reusing_current_matrix): Don't call scroll run | |
| 6063 function if run's current and desired position are the same; | |
| 6064 this prevents cursor flickering. | |
| 6065 | |
|
28204
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6066 2000-03-19 Stefan Monnier <monnier@cs.yale.edu> |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6067 |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6068 * regex.h (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6069 |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6070 * regex.c (RE_STRING_CHAR): New macro. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6071 (GET_CHAR_AFER_2): Remove. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6072 (RE_TRANSLATE, RE_TRANSLATE_P): New macros moved from regex.h. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6073 (enum re_opcode_t): Remove on_failure_jump_exclusive. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6074 (print_partial_compiled_pattern, re_compile_fastmap) |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6075 (re_match_2_internal): Remove on_failure_jump_exclusive. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6076 (regex_compile): Turn optimizable P+ loops into PP*, so that the |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6077 optimization only need to work for * (ie. can use of_keep_string_jump). |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6078 Remove the special case for .*\n since it is now covered by the general |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6079 optimization. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6080 (re_search_2): Don't bother with `room'. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6081 (skip_one_char): New function. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6082 (skip_noops): Simplify since `memory' is not needed any more. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6083 (mutually_exclusive_p): Restructure slightly to use `switch' and |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6084 add handling for "all" remaining cases. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6085 (re_match_2_internal): Change on_failure_jump_smart to use |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6086 on_failure_keep_string_jump (and redirect the end-of-loop jump) |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6087 rather than on_failure_jump_exclusive. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6088 |
| 28201 | 6089 2000-03-19 Gerd Moellmann <gerd@gnu.org> |
| 6090 | |
| 6091 * xfns.c (select_visual): Don't set dpyinfo->n_planes to the | |
| 6092 number of bits per RGB because it's everywhere used as the depth | |
| 6093 of the visual. | |
| 6094 | |
| 6095 * term.c (calculate_costs): Remove code dealing with X frames. | |
| 6096 | |
|
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30329
diff
changeset
|
6097 2000-03-19 Richard M. Stallman <rms@gnu.org> |
|
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
6098 |
|
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
6099 * lread.c (syms_of_lread): Doc fix for load-convert-to-unibyte. |
|
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
6100 |
| 28194 | 6101 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
| 6102 | |
| 6103 * lread.c (read_integer): Unread the last char not consumed. | |
| 6104 | |
| 28184 | 6105 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
| 6106 | |
| 6107 * xterm.c (x_update_window_cursor): Don't update in frames | |
| 28194 | 6108 which are in the process of being deleted. |
| 28184 | 6109 |
| 28166 | 6110 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
| 6111 | |
| 28176 | 6112 * Makefile.in (mostlyclean): Add `*.core'. |
| 6113 (clean): Add `bootstrap-emacs'. | |
| 6114 | |
| 28166 | 6115 * lread.c (read_integer): New function. |
| 6116 (read1): Support read syntax #o, #x, #b, #r. | |
| 6117 | |
|
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6118 2000-03-15 Stefan Monnier <monnier@cs.yale.edu> |
|
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6119 |
| 28166 | 6120 * regex.c (re_match_2): Fix string shortening (to fit `stop') to |
| 6121 make sure POINTER_TO_OFFSET gives the same value before and after | |
| 6122 PREFETCH. Use `dfail' to guarantee "atomic" matching. | |
|
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6123 (PTR_TO_OFFSET): Use POINTER_TO_OFFSET. |
|
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6124 (debug): Now only active if > 0 rather than if != 0. |
|
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6125 (DEBUG_*): Update for the new meaning of `debug'. |
| 28166 | 6126 (print_partial_compiled_pattern): Add missing `succeed' case. Use |
| 6127 CHARSET_* macros in the charset(_not) branch. Fix off-by-two bugs | |
| 6128 in `succeed_n', `jump_n' and `set_number_at'. | |
|
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6129 (store_op1, store_op2, insert_op1, insert_op2) |
|
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6130 (at_begline_loc_p, at_endline_loc_p): Add prototype. |
| 28166 | 6131 (group_in_compile_stack): Move to after its arg's types are |
| 6132 declared and add a prototype. | |
|
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6133 (PATFETCH): Define in terms of PATFETCH_RAW. |
| 28166 | 6134 (GET_UNSIGNED_NUMBER): Add the usual `do { ... } while(0)' |
| 6135 wrapper. | |
|
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6136 (QUIT): Redefine as a nop except for NTemacs. |
| 28166 | 6137 (regex_compile): Handle intervals {,M} as if it was {0,M}. Fix |
| 6138 indentation of the greedy-op and shy-group code. | |
|
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6139 (at_(beg|end)line_loc_p): Fix argument's types. |
|
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6140 (re_compile_fastmap): Ifdef out failure_stack_ptr to shut up gcc. |
|
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6141 (re_search_2): Use POS_AS_IN_BUFFER. Simplify `room' computation. |
|
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6142 (MATCHING_IN_FIRST_STRING): Remove. |
| 28166 | 6143 (re_match_2): Use POS_AS_IN_BUFFER. Ifdef out failure_stack_ptr |
| 6144 to shut up gcc. Use FIRST_STRING_P and POINTER_TO_OFFSET. Use | |
| 6145 QUIT unconditionally. | |
|
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6146 |
| 28159 | 6147 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
| 6148 | |
| 6149 * minibuf.c (Fminibuffer_complete): Set point to ZV if finding | |
| 6150 a sole completion. | |
| 6151 | |
| 6152 * process.c (send_process): Add a hint that the function | |
| 6153 can call Lisp code to its comment. | |
| 6154 | |
| 6155 * lread.c (load_dangerous_libraries): New variable. | |
| 6156 (Vbytecomp_version_regexp): New variable. | |
| 6157 (safe_to_load_p): New function. | |
| 6158 (Fload): Handle files not compiled with Emacs specially. | |
| 6159 (syms_of_lread): New Lisp variable load-dangerous-libraries. | |
| 6160 | |
| 28139 | 6161 2000-03-14 Gerd Moellmann <gerd@gnu.org> |
| 6162 | |
| 28147 | 6163 * lisp.h (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon. |
| 6164 | |
| 6165 * xterm.c (xim_close_dpy, xim_initialize): Use X11R6-style XIM | |
| 6166 support functions only if HAVE_X11R6_XIM is defined. | |
| 6167 (xim_instantiate_callback): Define only if HAVE_X11R6_XIM. | |
| 6168 | |
| 6169 * s/sol2.h (INHIBIT_X11R6_XIM): Define. | |
| 6170 | |
| 6171 * xfns.c (X_I18N_INHIBITED): Don't define. | |
| 6172 (create_frame_xic): Remove conditional compilation on | |
| 6173 X_I18N_INHIBITED. | |
| 6174 (x_kill_gs_process, x_window): Use FRAME_X_VISUAL. | |
| 6175 | |
| 6176 * config.in (HAVE_X_I18N): Moved here from xterm.h. | |
| 6177 (HAVE_X11R6_XIM): Define. | |
| 6178 | |
| 6179 * xterm.h (HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in. | |
| 6180 | |
| 28139 | 6181 * xterm.c (x_term_init): Add support for X resource `synchronous'. |
| 6182 If set, call XSynchronize. | |
| 6183 | |
|
28138
d2e19a90c9ef
* regex.c: Declare a new type `re_char' used throughout the code for the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28137
diff
changeset
|
6184 2000-03-13 Stefan Monnier <monnier@cs.yale.edu> |
|
d2e19a90c9ef
* regex.c: Declare a new type `re_char' used throughout the code for the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28137
diff
changeset
|
6185 |
| 28139 | 6186 * regex.c: Declare a new type `re_char' used throughout the code |
| 6187 for the string char type. It's `const unsigned char' to match the | |
| 6188 rest of Emacs. Consistently make sure all pointers to strings use | |
| 6189 it and make sure all pointers into the pattern use `unsigned | |
| 6190 char'. | |
|
28138
d2e19a90c9ef
* regex.c: Declare a new type `re_char' used throughout the code for the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28137
diff
changeset
|
6191 (re_match_2_internal): Use `PREFETCH+STRING_CHAR' instead of |
| 28139 | 6192 GET_CHAR_AFTER_2. Also merge wordbound and notwordbound to reduce |
| 6193 code duplication. | |
|
28138
d2e19a90c9ef
* regex.c: Declare a new type `re_char' used throughout the code for the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28137
diff
changeset
|
6194 |
|
d2e19a90c9ef
* regex.c: Declare a new type `re_char' used throughout the code for the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28137
diff
changeset
|
6195 * charset.h (GET_CHAR_AFTER_2): Remove. |
|
d2e19a90c9ef
* regex.c: Declare a new type `re_char' used throughout the code for the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28137
diff
changeset
|
6196 (GET_CHAR_BEFORE_2): Use unsigned chars, like everywhere else. |
|
d2e19a90c9ef
* regex.c: Declare a new type `re_char' used throughout the code for the
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28137
diff
changeset
|
6197 |
|
28133
afb4e92f898d
* Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before
Ken Raeburn <raeburn@raeburn.org>
parents:
28122
diff
changeset
|
6198 2000-03-12 Ken Raeburn <raeburn@gnu.org> |
|
afb4e92f898d
* Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before
Ken Raeburn <raeburn@raeburn.org>
parents:
28122
diff
changeset
|
6199 |
|
afb4e92f898d
* Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before
Ken Raeburn <raeburn@raeburn.org>
parents:
28122
diff
changeset
|
6200 * Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary |
|
afb4e92f898d
* Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before
Ken Raeburn <raeburn@raeburn.org>
parents:
28122
diff
changeset
|
6201 variable before the invocation of YMF_PASS_LDFLAGS, in case both |
|
afb4e92f898d
* Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before
Ken Raeburn <raeburn@raeburn.org>
parents:
28122
diff
changeset
|
6202 of them try to use backquotes. |
|
afb4e92f898d
* Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before
Ken Raeburn <raeburn@raeburn.org>
parents:
28122
diff
changeset
|
6203 |
| 28122 | 6204 2000-03-12 Dave Love <fx@gnu.org> |
| 6205 | |
| 6206 * unexelf.c: Restore changes of 1999-10-19. | |
| 6207 (unexec): Don't adjust bss for sbss type SHT_PROGBITS; otherwise | |
| 6208 fix its type and alignment; copy it from current process. | |
| 6209 | |
| 28098 | 6210 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
| 6211 | |
| 28120 | 6212 * atimer.c (cancel_atimer): Break out of the loop as soon as timer |
| 6213 has been found. Fix bug not computing timer's predecessor. | |
| 6214 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6215 * fileio.c (Fread_file_name): Handle case that DIR contains a |
| 28118 | 6216 file name. |
| 6217 | |
| 28109 | 6218 * window.c (Fsave_window_excursion): Doc fix. |
| 6219 | |
| 28098 | 6220 * xfns.c (x_defined_color): Rewritten to use |
| 6221 x_allocate_nearest_color. | |
| 6222 | |
| 28095 | 6223 2000-03-12 Eli Zaretskii <eliz@is.elta.co.il> |
| 6224 | |
| 6225 * msdos.c (vga_installed): New function, code moved from | |
| 6226 dos_set_window_size. | |
| 6227 (Qbar, Qcursor_type, outside_cursor): New variables. | |
| 6228 (syms_of_msdos): Intern and staticpro them. | |
| 6229 (dos_ttraw) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Save the cursor | |
| 6230 shape used outside Emacs when called for the first time. | |
| 6231 (dos_ttcooked) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Restore the | |
| 6232 cursor shape used outside Emacs. | |
| 6233 (msdos_set_cursor_shape, IT_set_cursor_type): New functions. | |
| 6234 (IT_frame_up_to_date): Call IT_set_cursor_type, in case the cursor | |
| 6235 type has changed. | |
| 6236 (IT_set_frame_parameters): Call IT_set_cursor_type if the frame | |
| 6237 parameters specify the cursor. Make qreverse a global | |
| 6238 variable (renamed to Qreverse). | |
| 6239 | |
| 28073 | 6240 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
| 6241 | |
| 6242 * fns.c (Fy_or_n_p): Cancel busy-cursor. | |
| 6243 | |
|
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6244 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6245 |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6246 This is a big redesign of failure-stack and register handling, prompted |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6247 by bugs revealed when trying to add shy-groups. Overall, what happened |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6248 is that loops are now structured a little differently, groups can be |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6249 shy and the code is a little simpler. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6250 |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6251 * regex.h: Update the copyright. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6252 (RE_SHY_GROUPS): New value. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6253 (RE_UNMATCHED_RIGHT_PAREN_ORD): Renumber. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6254 (RE_SYNTAX_EMACS): Add RE_SHY_GROUPS. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6255 |
| 28073 | 6256 * regex.c (enum re_opcode_t): Remove jump_past_alt, |
| 6257 maybe_pop_jump, push_dummy_failure and dumy_failure_jump. Add | |
| 6258 on_failure_jump_(exclusive, loop and smart). Also fix the comment | |
| 6259 for (start|stop)_memory since they now only take one argument (the | |
| 6260 second has becomes unnecessary). | |
| 6261 (print_partial_compiled_pattern): Adjust for changes in | |
| 6262 re_opcode_t. | |
| 6263 (print_compiled_pattern): Use %ld to printf long ints and flush to | |
| 6264 make debugging a little easier. | |
|
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6265 (union fail_stack_elt): Make the integer unsigned. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6266 (struct fail_stack_type): Add a `frame' element. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6267 (INIT_FAIL_STACK): Init `frame' as well. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6268 (POP_PATTERN_OP): New macro for re_compile_fastmap. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6269 (DEBUG_PUSH, DEBUG_POP): Remove. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6270 (NUM_REG_ITEMS): Remove. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6271 (NUM_NONREG_ITEMS): Adjust. |
| 28073 | 6272 (FAILURE_PAT, FAILURE_STR, NEXT_FAILURE_HANDLE) |
| 6273 (TOP_FAILURE_HANDLE): New macros for the cycle detection. | |
|
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6274 (ENSURE_FAIL_STACK): New macro for PUSH_FAILURE_(REG|POINT). |
| 28073 | 6275 (PUSH_FAILURE_REG, POP_FAILURE_REG, CHECK_INFINITE_LOOP): New |
| 6276 macros. | |
| 6277 (PUSH_FAILURE_POINT): Don't push registers any more. The pattern | |
| 6278 address pushed is not the destination of the jump but the source | |
| 6279 of it instead. | |
|
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6280 (NUM_FAILURE_ITEMS): Remove. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6281 (POP_FAILURE_POINT): Adapt to the new stack structure (i.e. pop |
| 28073 | 6282 registers before the actual failure point). Don't hardcode any |
| 6283 meaning for str==NULL anymore. | |
|
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6284 (union register_info_type, REG_MATCH_NULL_STRING_P, IS_ACTIVE) |
| 28073 | 6285 (MATCHED_SOMETHING, EVER_MATCHED_SOMETHING, SET_REGS_MATCHED): |
| 6286 Remove. | |
|
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6287 (REG_UNSET_VALUE): Use NULL (why not?). |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6288 (compile_range): Remove declaration since it doesn't exist. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6289 (struct compile_stack_elt_t): Remove inner_group_offset. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6290 (old_reg(start|end), reg_info, reg_dummy, reg_info_dummy): Remove. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6291 (regex_grow_registers): Remove dead code. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6292 (FIXUP_ALT_JUMP): New macro. |
| 28073 | 6293 (regex_compile): Add shy-groups Change loops to use |
| 6294 on_failure_jump_smart&jump instead of | |
| 6295 on_failure_jump&maybe_pop_jump. Change + loops to eliminate the | |
| 6296 initial (dummy_failure_)jump. Remove c1_base (looks like unused | |
| 6297 variable to me). Use `jump' instead of `jump_past_alt' and don't | |
| 6298 bother with push_dummy_failure in alternatives since it is now | |
| 6299 unnecessary. Use FIXUP_ALT_JUMP. Eliminate a useless `#ifdef | |
| 6300 emacs' for (re)allocating the stack. | |
| 6301 (re_compile_fastmap): Remove dead variables i and num_regs. Exit | |
| 6302 from loop when bufp->can_be_null rather than jumping to `done'. | |
| 6303 Avoid jumping backwards so as to ensure termination. Use | |
| 6304 PATTERN_STACK_EMPTY and POP_PATTERN_OP. Improved handling of | |
| 6305 backreferences. Remove dead code in handling of `anychar'. | |
|
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6306 (skip_noops, mutually_exclusive_p): New functions taken from the |
| 28073 | 6307 handling of `maybe_pop_jump' in re_match_2_internal. Slightly |
| 6308 improve mutually_exclusive_p to handle ".+\n". | |
| 6309 (lowest_active_reg, highest_active_reg, | |
| 6310 NO_(LOWEST|HIGHEST)_ACTIVE_REG) Remove. | |
| 6311 (re_match_2_internal): Use %p instead of 0x%x when printf'ing | |
| 6312 ptrs. Don't SET_REGS_MATCHED anymore. Remove many dead | |
| 6313 variables. Push register (in `start_memory') on the stack rather | |
| 6314 than storing it in old_reg(start|end). Remove the cycle detection | |
| 6315 from `stop_memory', replaced by the use of on_failure_jump_loop | |
| 6316 for greedy loops. Add code for the new on_failure_jump_<foo>. | |
| 6317 Remove ad-hoc code in `on_failure_jump' to push more registers in | |
| 6318 the case of a loop. Take out code from `maybe_pop_jump' into | |
| 6319 separate functions and adapt it to the semantics of | |
| 6320 `on_failure_jump_smart'. Remove jump_past_alt, dummy_failure_jump | |
| 6321 and push_dummy_failure. Remove dummy_failure handling and | |
| 6322 handling of `failures to jump to on_failure_jump' (this last one | |
| 6323 was already dead code, it seems). | |
| 6324 (group_match_null_string_p, alt_match_null_string_p) | |
| 6325 (common_op_match_null_string_p): Remove. | |
|
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6326 |
| 28059 | 6327 2000-03-08 Dave Love <fx@gnu.org> |
| 6328 | |
| 28060 | 6329 * config.in: Don't depend on __STDC__ for volatile. |
| 6330 Add POINTER_TYPE, PTR, PROTOTYPES. | |
| 6331 | |
| 28059 | 6332 * hftctl.c, strftime.c: Use PROTOTYPES. |
| 6333 * eval.c (find_handler_clause): Likewise. | |
| 6334 | |
| 6335 * mem-limits.h: Use POINTER_TYPE. | |
| 6336 | |
| 6337 * lisp.h (P_): Define based on PROTOTYPES, not __STDC__. | |
| 6338 (memory_warnings): Declare using POINTER_TYPE. | |
| 6339 | |
| 28046 | 6340 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
| 6341 | |
| 28051 | 6342 * xfns.c (x_set_cursor_type): If ARG is nil, give frame no cursor. |
| 6343 | |
| 28048 | 6344 * xdisp.c (display_echo_area): Temporarily inhibit garbage |
| 6345 collection. | |
| 6346 | |
| 28046 | 6347 * xfns.c: Remove obsolete code in #if 0. |
| 6348 (Fx_focus_frame): New function. | |
| 6349 | |
| 28137 | 6350 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
| 6351 | |
| 6352 * coding.c (coding_category_name): Add coding-category-utf-8, | |
| 6353 coding-category-utf-16-be, coding-category-utf-16-le. | |
| 6354 (UTF_8_1_OCTET_P, UTF_8_EXTRA_OCTET_P, UTF_8_2_OCTET_LEADING_P, | |
| 6355 UTF_8_3_OCTET_LEADING_P, UTF_8_4_OCTET_LEADING_P, | |
| 6356 UTF_8_5_OCTET_LEADING_P, UTF_8_6_OCTET_LEADING_P): New macros. | |
| 6357 (detect_coding_utf_8): New function. | |
| 6358 (UTF_16_INVALID_P, UTF_16_HIGH_SURROGATE_P | |
| 6359 UTF_16_LOW_SURROGATE_P): New macros. | |
| 6360 (detect_coding_utf_16): New function | |
| 6361 (detect_coding_mask): When priorities are specified, skip any | |
| 6362 categories that have `nil' coding-system. Fix bug of returning | |
| 6363 wrong mask when PRIORITIES is specified and detect_coding_XXX() | |
| 6364 returns a mask not set in PRIORITIES. | |
| 6365 (detect_eol_type_in_2_octet_form): New function. | |
| 6366 (detect_eol): selects detect_eol_type_XXX to call according to | |
| 6367 cooding->category_idx. | |
| 6368 (detect_coding_system): Remove `nil' coding-system in the result. | |
| 6369 (Fupdate_coding_systems_internal): Update all coding-categories. | |
| 6370 | |
| 6371 * coding.h (CODING_CATEGORY_IDX_UTF_8, | |
| 6372 CODING_CATEGORY_IDX_UTF_16_BE, CODING_CATEGORY_IDX_UTF_16_LE): New | |
| 6373 macros. | |
| 6374 (CODING_CATEGORY_IDX_RAW_TEXT, CODING_CATEGORY_IDX_BINARY, | |
| 6375 CODING_CATEGORY_IDX_MAX): Adjusted for the above macros. | |
| 6376 CODING_CATEGORY_IDX_UTF_16_LE. | |
| 6377 (CODING_CATEGORY_MASK_UTF_8, CODING_CATEGORY_MASK_UTF_16_BE, | |
| 6378 CODING_CATEGORY_MASK_UTF_16_LE): New macros. | |
| 6379 (CODING_CATEGORY_MASK_ANY): Include the above macros. | |
| 6380 (CODING_CATEGORY_MASK_UTF_16_BE_LE): New macro. | |
| 6381 | |
| 28026 | 6382 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
| 6383 | |
| 28037 | 6384 * doc.c (Fdocumentation_property): If value is not a string, |
| 6385 and doesn't refer to etc/DOC, evaluate it to obtain a string. | |
| 6386 | |
| 28035 | 6387 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to |
| 6388 close the display with XtCloseDisplay. This caused a bus error | |
| 6389 on OpenWindows. | |
| 6390 | |
| 28027 | 6391 * minibuf.c (Fminibuffer_complete): Move point to ZV when input is |
| 6392 complete but not unique. | |
| 28026 | 6393 |
| 28011 | 6394 2000-03-06 Gerd Moellmann <gerd@gnu.org> |
| 6395 | |
| 28014 | 6396 * process.c (send_process): Remove local variable `procname' that |
| 6397 might become invalid when a GC happens. Instead, access the | |
| 6398 process name slot directly. | |
| 6399 | |
| 28011 | 6400 * xfns.c (x_set_menu_bar_lines_1): Adjust window's orig_top and |
| 6401 orig_height if set. | |
| 6402 | |
| 6403 * frame.c (set_menu_bar_lines_1): Adjust window's orig_top and | |
| 6404 orig_height if set. | |
| 6405 | |
| 28009 | 6406 2000-03-06 Eli Zaretskii <eliz@is.elta.co.il> |
| 6407 | |
| 6408 * msdos.c (IT_note_mouse_highlight): Return immediately if frame's | |
| 6409 glyph matrices have been freed. | |
| 6410 | |
| 27995 | 6411 2000-03-05 Gerd Moellmann <gerd@gnu.org> |
| 6412 | |
| 28005 | 6413 * Makefile.in (tags): Include ../lwlib/TAGS in TAGS. |
| 28007 | 6414 (bootstrap-temacs): Set LC_ALL to C like for temacs. |
| 28005 | 6415 |
| 6416 * xfns.c (QCdata): Moved to xdisp.c. | |
| 6417 | |
| 6418 * xdisp.c (QCdata): Moved here from xfns.c. | |
| 6419 (syms_of_xdisp): Initialize QCdata. | |
| 6420 | |
| 6421 * frame.h (FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define. | |
| 6422 | |
| 6423 * window.c (coordinates_in_window): Use | |
| 6424 FRAME_INTERNAL_BORDER_WIDTH_SAFE instead of | |
| 6425 FRAME_INTERNAL_BORDER_WIDTH. | |
| 6426 | |
| 27995 | 6427 * xdisp.c (try_window_id): Recompute unchanged information if |
| 28011 | 6428 it is obviously invalid. |
| 27995 | 6429 |
| 6430 * xterm.c (x_term_init): Create a colormap if not using the | |
| 6431 default visual. | |
| 6432 | |
| 6433 * xterm.h (select_visual): Change prototype. | |
| 6434 | |
| 6435 * xfns.c (select_visual): Rewritten. Recognize user-specified | |
| 6436 visual classes. | |
| 6437 (visual_classes): New variable. | |
| 6438 | |
| 27989 | 6439 2000-03-04 Gerd Moellmann <gerd@gnu.org> |
| 6440 | |
| 6441 * xfns.c (x_defined_color, x_set_mouse_color, lookup_rgb_color) | |
| 6442 (lookup_pixel_color, x_laplace, x_build_heuristic_mask) | |
| 6443 (png_load): Access colormap of frame using FRAME_X_COLORMAP. | |
| 6444 (x_decode_color): Don't handle allocation of white and black | |
| 6445 specially. | |
| 6446 (x_window) [USE_X_TOOLKIT]: Set XtNvisual, XtNdepth, and | |
| 6447 XtNcolormap resources. | |
| 6448 (x_window) [!USE_X_TOOLKIT]: Pass colormap to XCreateWindow. | |
| 6449 (Fx_create_frame): Initialize color members of x_output structure. | |
| 6450 (xpm_load): Pass colormap to XPM lib. | |
| 6451 | |
| 6452 * xfaces.c (x_free_colors): Access colormap of frame using | |
| 6453 FRAME_X_COLORMAP. Be paranoid about freeing black and white | |
| 6454 when default colormap is used. | |
| 6455 | |
| 6456 * xterm.c (x_term_init): Set Colormap member of x_display_info | |
| 6457 structure. Copy colormap if resource `privateColormap' is | |
| 6458 specified (PseudoColor only). | |
| 6459 (x_setup_relief_color): Access colormap of frame using | |
| 6460 FRAME_X_COLORMAP. | |
| 6461 | |
| 6462 * xterm.h (struct x_display_info): Add Colormap member `cmap'. | |
| 6463 (FRAME_X_COLORMAP, FRAME_X_VISUAL): New macros. | |
| 6464 | |
| 27983 | 6465 2000-03-04 Jason Rumney <jasonr@gnu.org> |
| 6466 | |
| 6467 * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or | |
| 6468 other non-platform-specific equivalents. | |
| 27989 | 6469 [WINDOWSNT]: Include w32term.h, fontset.h and define X |
| 27983 | 6470 specific functions and macros as their w32 equivalents where |
| 6471 non-platform-specifics are not available. | |
| 6472 [HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM. | |
| 6473 (x_create_gc, x_free_gc) [WINDOWSNT]: Add W32 versions. | |
| 6474 (clear_font_table) [WINDOWSNT]: Call w32_unload_font. | |
| 6475 (frame_update_line_height): Use macros to access f->output_data. | |
| 6476 (defined_color): Remove FIXME comments; fixed. | |
| 6477 (x_face_list_fonts, prepare_face_for_display): Put X specifics | |
| 6478 into #ifdef blocks. Add WINDOWSNT blocks. | |
| 6479 (Fx_list_fonts): Use macros for accessing font data. | |
| 6480 (set_lface_from_font_name): Different default fonts for X and | |
| 6481 WINDOWSNT. | |
| 6482 (font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as | |
| 6483 scalable for backward compatibility. | |
| 27989 | 6484 (realize_tty_face) [MSDOS]: Do the same for WINDOWSNT. |
| 27983 | 6485 (syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default. |
| 6486 | |
| 27989 | 6487 * emacs.c (main) [HAVE_NTGUI]: Call syms_of_xfaces instead of |
| 27983 | 6488 syms_of_w32faces. |
| 6489 | |
| 6490 * makefile.nt (w32faces.obj): Remove. | |
| 6491 (xfaces.obj): Add. | |
| 6492 | |
| 27978 | 6493 2000-03-03 Jason Rumney <jasonr@gnu.org> |
| 6494 | |
| 6495 * keyboard.c (make_lispy_event): Call buffer_posn_from_coords with | |
| 6496 correct parameters. | |
| 6497 | |
|
27977
026eb782382e
* unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
Ken Raeburn <raeburn@raeburn.org>
parents:
27976
diff
changeset
|
6498 2000-03-03 Ken Raeburn <raeburn@gnu.org> |
|
026eb782382e
* unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
Ken Raeburn <raeburn@raeburn.org>
parents:
27976
diff
changeset
|
6499 |
|
026eb782382e
* unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
Ken Raeburn <raeburn@raeburn.org>
parents:
27976
diff
changeset
|
6500 * unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide |
|
026eb782382e
* unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
Ken Raeburn <raeburn@raeburn.org>
parents:
27976
diff
changeset
|
6501 standard ELF definitions here if the system header does not. |
|
026eb782382e
* unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
Ken Raeburn <raeburn@raeburn.org>
parents:
27976
diff
changeset
|
6502 |
| 27976 | 6503 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
| 6504 | |
| 6505 * xterm.c (PER_CHAR_METRIC): Removed. | |
| 6506 (x_per_char_metric_1, x_default_char): New functions. | |
| 6507 (x_per_char_metric): If font's default char is invalid, return | |
| 6508 metrics of a suitably chosen usable default char. | |
| 6509 (x_draw_glyph_string_foreground): If font has an invalid default | |
| 27989 | 6510 char, replace occurrences of unprintable chars with a suitably |
| 6511 chosen usable default char. | |
| 27976 | 6512 |
| 27965 | 6513 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
| 6514 | |
| 27969 | 6515 * xterm.c (note_mouse_highlight): Return quickly if frame's |
| 6516 glyph matrices have been freed. | |
| 6517 | |
| 6518 * dispnew.c (free_glyphs): Block input while freeing matrices. | |
| 6519 | |
| 27965 | 6520 * xfns.c (x_clear_image, x_kill_gs_process): Use x_free_colors. |
| 6521 | |
| 6522 * xterm.c (x_alloc_lighter_color, x_setup_relief_color): Use | |
| 6523 x_free_colors. | |
| 6524 | |
| 6525 * dispextern.h (x_free_colors): Add prototype. | |
| 6526 | |
| 6527 * xfaces.c (x_free_colors): New function. | |
| 6528 (unload_color, free_face_colors): Use it. | |
| 6529 | |
| 27958 | 6530 2000-03-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 6531 | |
| 6532 * msdos.h (FRAME_INTERNAL_BORDER_WIDTH): Define to zero. | |
| 6533 | |
| 6534 * window.c [MSDOS]: Include msdos.h. | |
| 6535 | |
| 27954 | 6536 2000-03-02 Dave Love <fx@gnu.org> |
| 6537 | |
| 6538 * m/powerpcle.h, m/sparc.h: Don't set C_OPTIMIZE_SWITCH. | |
| 6539 | |
| 6540 * m/mips-siemens.h, m/news-r6.h, m/news-risc.h, m/tekxd88.h: Don't | |
| 6541 set C_OPTIMIZE_SWITCH for gcc. | |
| 6542 | |
| 27942 | 6543 2000-03-02 Kenichi Handa <handa@etl.go.jp> |
| 6544 | |
| 6545 * coding.c (coding_save_composition): Be sure to allocate | |
| 6546 composition data area in coding even if there's no composition in | |
| 6547 the current run. | |
| 6548 | |
| 27938 | 6549 2000-03-01 Jason Rumney <jasonr@gnu.org> |
| 6550 | |
| 6551 * w32term.c: Equivalent changes to those made to xterm.c on | |
| 6552 2000-02-25 and 2000-02-24. | |
| 6553 | |
| 6554 * w32fns.c: Equivalent changes to those made to xfns.c on | |
| 6555 2000-02-25 and 2000-02-21. | |
| 6556 | |
| 6557 * sysdep.c: [WINDOWSNT]: Use sys_read and sys_write to ensure | |
| 6558 correct line-end convention is followed. | |
| 6559 | |
| 6560 * w32menu.c [HAVE_BOXES]: Remove #undef. | |
| 6561 (single_keymap_panes): Remove code for simulating checkmarks. | |
| 6562 (single_menu_item): Remove notbuttons_ptr argument. Callers changed. | |
| 6563 Remove code for drawing simulated checkmarks. | |
| 6564 (w32_menu_show): make unibyte help string correctly. | |
| 6565 (add_menu_item): draw standard Windows checkmarks. Draw radio | |
| 6566 buttons as radio buttons if possible. | |
| 6567 | |
| 27919 | 6568 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
| 6569 | |
| 27927 | 6570 * sysdep.c (start_of_text): Don't define this function for NetBSD |
| 6571 with ELF. | |
| 6572 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6573 * m/pmax.h (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]: |
| 27927 | 6574 Don't define. |
| 6575 (UNEXEC) [__NetBSD__ || __OpenBSD__]: Define to unexelf.o. | |
| 6576 (LINKER): Don't undef if __NetBSD__ is defined. | |
| 6577 | |
| 6578 * m/mips.h (LINKER) [__NetBSD__ || __OpenBSD__]: Don't define. | |
| 6579 | |
| 6580 * fileio.c [__NetBSD__]: Define `unix'. | |
| 6581 | |
| 27919 | 6582 * xfns.c (start_busy_cursor): Allow floats for busy-cursor-delay. |
| 6583 | |
| 27910 | 6584 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
| 6585 | |
| 27914 | 6586 * atimer.c (start_atimer): Don't abort when timers are stopped. |
| 6587 (append_atimer_lists): New function. | |
| 6588 (cancel_atimer, stop_other_atimers, run_all_atimers): Handle | |
| 6589 arbitrary lists of stopped and running atimers. | |
| 6590 | |
| 27910 | 6591 * atimer.c (cancel_atimer): Handle canceling an atimer when |
| 6592 some timers are stopped. | |
| 6593 | |
| 6594 * xfns.c (cancel_busy_cursor): Set busy_cursor_atimer to null | |
| 6595 after canceling it. | |
| 6596 | |
| 6597 * fns.c (maybe_resize_hash_table): Handle case of new size | |
| 6598 coming out as being the same as old size. | |
| 6599 | |
| 27898 | 6600 2000-02-27 Jason Rumney <jasonr@gnu.org> |
| 6601 | |
| 6602 * makefile.nt: Add atimer.h to dependencies. | |
| 6603 * w32.c (init_environment): Set Vw32_num_mouse_buttons here. | |
| 6604 * w32console.c: Only disable window system features for dispextern.h | |
| 6605 (initialize_w32_display): Build a display info for the console. | |
| 6606 * w32faces.c (tty_defined_color): Apply xfaces.c change from 02-17. | |
| 6607 * w32fns.c (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN, | |
| 6608 WM_LBUTTON_UP, WM_RBUTTON_UP]: Do not treat 4 or more button mice | |
| 6609 as 2 button mice. | |
| 6610 * w32gui.h (struct W32FontStruct): Revert last change after change | |
| 6611 to xdisp.c. | |
| 6612 * w32menu.c (single_submenu): Set up help string. | |
| 6613 [!HAVE_MULTILINGUAL_MENU]: Don't overwrite item_name with descrip. | |
| 6614 (w32_dialog_show): Set up help string. | |
| 6615 * w32term.c (w32_display_info_for_display): Remove unused function. | |
| 6616 (w32_draw_bitmap): Use pre-built bitmaps. | |
| 6617 (w32_initialize_display_info): New function to initialize parts of | |
| 6618 display info that are common to both GUI and console frames. | |
| 6619 (w32_term_init): Use w32_initialize_display_info. Do not set | |
| 6620 Vw32_num_mouse_buttons here, as it is not called for console | |
| 6621 frames. Build bitmaps for indicating truncated lines etc. | |
| 6622 (x_delete_display): Destroy pre-built bitmaps. | |
| 6623 * xdisp.c (handle_single_display_prop): Use FONT_HEIGHT macro. | |
| 6624 (echo_area_display): Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM. | |
| 6625 | |
| 27886 | 6626 2000-02-27 Dave Love <fx@gnu.org> |
| 6627 | |
| 6628 * lisp.h: Add a bunch of prototypes. | |
| 6629 | |
| 27878 | 6630 2000-02-26 Kenichi Handa <handa@etl.go.jp> |
| 6631 | |
| 27879 | 6632 * keyboard.c (read_char): Set `usec' correctly. |
| 27878 | 6633 |
| 27876 | 6634 2000-02-25 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
| 6635 | |
| 6636 * ccl.c (ccl_driver) [CCL_MapMultiple]: When the mapped value is | |
| 6637 `lambda', set reg[RRR] to the map index. | |
| 6638 (ccl_driver) [CCL_MapSingle]: When the mapped value is found, set | |
| 6639 reg[RRR] to 0. Otherwise, set it to -1. | |
| 6640 | |
| 27875 | 6641 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
| 6642 | |
| 27927 | 6643 * emacs.c (main): Remove code snippet commented out with `//'. |
| 27875 | 6644 |
|
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30329
diff
changeset
|
6645 2000-02-25 Richard M. Stallman <rms@gnu.org> |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6646 |
| 27873 | 6647 * fileio.c (Ffile_symlink_p): If result starts with a `/' |
| 6648 and contains a `:', prepend `/:'. | |
| 6649 | |
| 6650 * window.c (select_window_1): If selected_window is nil, | |
| 6651 don't "swap out" the buffer's point. | |
| 6652 (Fset_window_configuration): Set selected_window to nil | |
| 6653 before calling Fselect_window. | |
| 6654 (unshow_buffer): Don't set point in buffer from window's point | |
| 6655 if another more recently selected window also shows the buffer. | |
| 6656 | |
| 27849 | 6657 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
| 6658 | |
| 27868 | 6659 * keyboard.c (recursive_edit_1): Cancel busy-cursor. |
| 6660 | |
| 27866 | 6661 * xfns.c (inhibit_busy_cursor, busy_count): Removed. |
| 6662 (Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed. | |
| 6663 (busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay): New | |
| 6664 variables. | |
| 6665 (DEFAULT_BUSY_CURSOR_DELAY): New define. | |
| 6666 (start_busy_cursor, cancel_busy_cursor, show_busy_cursor) | |
| 6667 (hide_busy_cursor): New functions. | |
| 6668 (syms_of_xfns): DEFVAR_LISP Vbusy_cursor_delay. | |
| 6669 | |
| 6670 * minibuf.c (read_minibuf): Cancel busy-cursor. | |
| 6671 | |
| 6672 * keyboard.c (command_loop_1): Call start_busy_cursor before | |
| 6673 Fcommand_execute and cancel_busy_cursor after it. | |
| 6674 (timer_check): Remove busy-cursor code. | |
| 6675 (Fread_key_sequence, Fread_key_sequence_vector): Start/cancel busy | |
| 6676 cursor timer. | |
| 6677 | |
| 6678 * process.c (wait_reading_process_input): Remove busy-cursor code. | |
| 6679 | |
| 6680 * eval.c (Fsignal): Call cancel_busy_cursor instead of | |
| 6681 Fx_hide_busy_cursor. | |
| 6682 | |
| 6683 * dispextern.h (Fx_show_busy_cursor, Fx_hide_busy_cursor): | |
| 6684 Remove prototyoes. | |
| 6685 (start_busy_cursor, cancel_busy_cursor): Add prototypes. | |
| 6686 | |
| 6687 * lisp.h (Fx_hide_busy_cursor): Remove prototype. | |
| 6688 | |
| 6689 * xterm.c (XTread_socket): Remove busy-cursor code. | |
| 6690 | |
| 27856 | 6691 * dispnew.c (flush_stdout) [GLYPH_DEBUG]: New function. |
| 6692 (build_frame_matrix_from_leaf_window): Put code handling | |
| 6693 glyph row's not being a slice of a frame row in #if 0. | |
| 6694 (sync_window_with_frame_matrix_rows): New function. | |
| 6695 (frame_row_to_window): New function. | |
| 6696 (mirror_line_dance): Handle copies between windows. | |
| 6697 | |
| 27853 | 6698 * lread.c (Fload): Use `xfree' instead of `free'. |
| 6699 (init_obarray): Use `xmalloc' instead of `malloc'. | |
| 6700 | |
| 27849 | 6701 * window.c (Fset_window_buffer): Set WINDOW to the window |
| 6702 after decoding. | |
| 27851 | 6703 (coordinates_in_window): Take frame's internal border width |
| 6704 into account. | |
| 27849 | 6705 |
| 27847 | 6706 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
| 6707 | |
| 6708 * xterm.c (x_display_and_set_cursor): Display cursor of | |
| 6709 non-selected windows depending on the setting of | |
| 6710 cursor_in_non_selected_windows. | |
| 6711 | |
| 6712 * xdisp.c (cursor_in_non_selected_windows): New variable. | |
| 6713 (syms_of_xdisp): DEFVAR_BOOL it. | |
| 6714 | |
| 27820 | 6715 2000-02-23 Gerd Moellmann <gerd@gnu.org> |
| 6716 | |
| 27827 | 6717 * data.c (Fstring_to_number): If number is greater than what |
| 6718 fits into an integer, return a float. | |
| 6719 | |
| 27820 | 6720 * eval.c (specbind): Remove references to |
| 6721 keyword_symbols_constant_flag. | |
| 6722 | |
| 6723 * data.c (keyword_symbols_constant_flag): Removed. | |
| 6724 (Fmakunbound, set_internal, syms_of_data): Remove references to | |
| 6725 keyword_symbols_constant_flag. | |
| 6726 | |
| 6727 * bytecode.c (Fbyte_code): Remove keyword_symbols_constant_flag. | |
| 6728 | |
| 27813 | 6729 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
| 6730 | |
| 6731 * syntax.c (multibyte_syntax_as_symbol): New variable. | |
| 6732 (syms_of_syntax): Declare it as a Lisp variable. | |
| 6733 (SYNTAX_WITH_MULTIBYTE_CHECK): New macro. | |
| 6734 (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are | |
| 6735 nonzero, treat all multibyte characters as symbol. | |
| 27847 | 6736 (init_syntax_once): Give syntax `word' to all multibyte |
| 27813 | 6737 characters. |
| 6738 | |
| 27801 | 6739 2000-02-22 Eli Zaretskii <eliz@is.elta.co.il> |
| 6740 | |
| 27853 | 6741 * frame.c (Fdelete_frame): Don't let echo_area_window remain on |
|
30196
52c1b7a2e7a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30183
diff
changeset
|
6742 a deleted frame. |
| 27801 | 6743 |
| 27799 | 6744 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
| 6745 | |
| 6746 * frame.c (Fmouse_position): GCPRO retval instead of x and y. | |
| 6747 | |
| 6748 * xfns.c (x_window_to_frame, x_any_window_to_frame) | |
| 6749 (x_non_menubar_window_to_frame): Check the busy-cursor window. | |
| 6750 | |
| 27796 | 6751 2000-02-21 Dave Love <fx@gnu.org> |
| 6752 | |
| 6753 * frame.c (Vmouse_position_function): New variable. | |
| 6754 (Fmouse_position): Use it. | |
| 6755 (syms_of_frame): Install it. | |
| 6756 | |
| 6757 * charset.c (find_charset_in_str): Fix use of `c' instead of `c1'. | |
| 6758 | |
| 27790 | 6759 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
| 6760 | |
| 6761 * fileio.c (Finsert_file_contents): Unbind the binding of | |
| 6762 standard-output done by temp_output_buffer_setup. | |
| 27785 | 6763 |
| 6764 * eval.c (funcall_lambda): Don't bind Qmocklisp_arguments unless | |
| 6765 Vmocklisp_arguments is nil. Inline Fcar and Fcdr. | |
| 6766 (specbind, unbind_to): Handle most common case of non-constant | |
| 6767 symbol with trivial value specially. | |
| 6768 | |
| 6769 * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case. | |
| 6770 | |
|
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30329
diff
changeset
|
6771 2000-02-20 Richard M. Stallman <rms@gnu.org> |
|
27780
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
6772 |
|
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
6773 * data.c (Fmake_variable_buffer_local): Doc fix. |
|
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
6774 Init found_for_buffer to 0. |
|
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
6775 (Fmake_variable_frame_local): If the variable has already |
|
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
6776 been buffer-local, set the check_frame field. |
|
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
6777 |
| 27776 | 6778 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
| 6779 | |
| 6780 * msdos.c (IT_write_glyphs): Allocate a larger screen_buf as data | |
| 6781 produced for CODING_MODE_LAST_BLOCK requires. | |
| 6782 | |
| 27767 | 6783 2000-02-18 Dave Love <fx@gnu.org> |
| 6784 | |
| 6785 * keyboard.c (echo_keystrokes): Remove declaration. | |
| 6786 (Vecho_keystrokes) New variable. | |
| 6787 (read_char, record_menu_key, read_key_sequence): Use it to allow | |
| 6788 use of float value. | |
| 6789 (syms_of_keyboard): Change Vecho_keystrokes declaration. | |
| 6790 | |
| 6791 * lread.c: Undef feature selection macros before defining. | |
| 6792 | |
| 27759 | 6793 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
| 6794 | |
| 6795 * data.c (let_shadows_buffer_binding_p): Ignore specbindings | |
| 6796 for symbols other than the symbol in question. | |
| 6797 | |
| 27751 | 6798 2000-02-17 Dave Love <fx@gnu.org> |
| 6799 | |
| 6800 * s/sol2.h (C_DEBUG_SWITCH): Define to allow optimization. | |
| 6801 | |
| 27747 | 6802 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
| 6803 | |
| 27749 | 6804 * emacs.c (main): Use #if GC_MARK_STACK instead of #ifdef. |
| 6805 | |
| 27747 | 6806 * alloc.c (enum mem_type): Compile unconditionally. |
| 6807 | |
| 27744 | 6808 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 6809 | |
| 6810 * xfaces.c (tty_defined_color): Don't return faulire indication | |
| 6811 for unspecified-fg and unspecified-bg pseudo-colors. | |
| 6812 | |
| 27726 | 6813 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
| 6814 | |
| 27742 | 6815 * alloc.c (mark_object): Don't mark symbol names in pure space. |
| 6816 (gc_sweep): Don't unmark symbol names in pure space. | |
| 6817 | |
| 6818 * lisp.h (GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS) | |
| 6819 (GC_MARK_STACK_CHECK_GCPROS, GC_USE_GCPROS_CHECK_ZOMBIES) | |
| 6820 [GC_MARK_STACK]: New defines. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6821 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, UNGCPRO) |
| 27742 | 6822 [GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS]: Define as no-ops. |
| 6823 | |
| 6824 * emacs.c (main) [GC_MARK_STACK]: Initialize stack_base. | |
| 6825 | |
| 6826 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use | |
| 6827 allocate_buffer instead of xmalloc. | |
| 6828 | |
| 6829 * alloc.c (toplevel): Include setjmp.h. | |
| 6830 (PURE_POINTER_P): New define. | |
| 6831 (enum mem_type) [GC_MARK_STACK]: New enumeration. | |
| 6832 (Vdead) [GC_MARK_STACK]: New variable. | |
| 6833 (lisp_malloc): Add parameter TYPE, call mem_insert if | |
| 6834 GC_MARK_STACK is defined. | |
| 6835 (allocate_buffer): New function. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6836 (lisp_free) [GC_MARK_STACK]: Call mem_delete. |
| 27742 | 6837 (free_float) [GC_MARK_STACK]: Set type to Vdead. |
| 6838 (free_cons) [GC_MARK_STACK]: Set car to Vdead. | |
| 6839 (stack_base, mem_root, mem_z) [GC_MARK_STACK]: New variables. | |
| 6840 (MEM_NIL) [GC_MARK_STACK]: New define. | |
| 6841 (struct mem_node) [GC_MARK_STACK]: New structure. | |
| 6842 (mem_init, mem_find, mem_insert, mem_delete, mem_insert_fixup) | |
| 6843 (mem_delete_fixup, mem_rotate_left, mem_rotate_right) | |
| 6844 (live_string_p, live_cons_p, live_symbol_p, live_float_p) | |
| 6845 (live_misc_p, live_vector_p, live_buffer_p, mark_memory) | |
| 6846 (mark_stack) [GC_MARK_STACK]: New functions. | |
| 6847 (Fgarbage_collect) [GC_MARK_STACK]: Call mark_stack. | |
| 6848 (clear_marks): Removed. | |
| 6849 (gc_sweep): Set free conses' car, free floats' type, free | |
| 6850 symbols' function to Vdead. Use lisp_free to free buffers. | |
| 6851 (init_alloc_once): Initialize Vdead. | |
| 6852 (survives_gc_p): Return non-zero for pure objects. | |
| 6853 | |
| 6854 * alloc.c: Add comments throughout the file. | |
| 6855 | |
| 27735 | 6856 * atimer.c (stop_other_atimers): Don't call cancel_atimer because |
| 6857 that unblocks alarms. | |
| 6858 | |
| 27729 | 6859 * alloc.c, bytecode.c, data.c, dispnew.c, ecrt0.c, editfns.c, |
| 6860 emacs.c, floatfns.c, fns.c, lread.c, print.c, config.in, lisp.h, | |
| 6861 Makefile.in: Remove `LISP_FLOAT_TYPE' and `standalone'. | |
| 6862 | |
| 27726 | 6863 * frame.c (make_frame): Set frame initiallly to `garbaged'. |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6864 |
| 27720 | 6865 2000-02-17 Kenichi Handa <handa@etl.go.jp> |
| 6866 | |
| 27722 | 6867 * xdisp.c (decode_mode_spec_coding): Delete superfluous code to |
| 27723 | 6868 avoid infinite error signaling. Allocate sufficient memory for |
| 27722 | 6869 eol_str in the case that eoltype is Lisp_Int. |
| 27720 | 6870 |
|
27719
73926d5a4d9f
(Fforward_comment): Undo the previous change, since cc-mode
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27710
diff
changeset
|
6871 2000-02-17 Stefan Monnier <monnier@cs.yale.edu> |
|
73926d5a4d9f
(Fforward_comment): Undo the previous change, since cc-mode
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27710
diff
changeset
|
6872 |
|
73926d5a4d9f
(Fforward_comment): Undo the previous change, since cc-mode
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27710
diff
changeset
|
6873 * syntax.c (Fforward_comment): Undo the previous change, since cc-mode |
|
73926d5a4d9f
(Fforward_comment): Undo the previous change, since cc-mode
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27710
diff
changeset
|
6874 depends on the previous behavior. |
|
73926d5a4d9f
(Fforward_comment): Undo the previous change, since cc-mode
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27710
diff
changeset
|
6875 |
| 27710 | 6876 2000-02-16 Gerd Moellmann <gerd@gnu.org> |
| 6877 | |
| 6878 * sysdep.c (vfork) [!HAVE_VFORK]: Removed. | |
| 6879 | |
| 27707 | 6880 2000-02-15 Gerd Moellmann <gerd@gnu.org> |
| 6881 | |
| 6882 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN): Define. | |
| 6883 | |
| 6884 * process.c (send_process) [BROKEN_PTY_READ_AFTER_EAGAIN]: | |
| 27710 | 6885 Workaround for FreeBSD bug. Clear output queue after EAGAIN in |
| 27707 | 6886 write(2). |
| 6887 | |
|
27702
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6888 2000-02-15 Richard M. Stallman <rms@gnu.org> |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6889 |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6890 * data.c (set_internal): Don't make variable buffer-local |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6891 if within a let-binding for the same buffer. |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6892 (let_shadows_buffer_binding_p): New function. |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6893 |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6894 * eval.c (specbind): For buffer-local value, |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6895 record the current buffer also. |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6896 (unbind_to): Cope with that change. |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6897 |
| 27700 | 6898 2000-02-15 Gerd Moellmann <gerd@gnu.org> |
| 6899 | |
| 6900 * window.c (Fsave_window_excursion): Doc fix. | |
| 6901 | |
|
27698
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6902 2000-02-15 Stefan Monnier <monnier@cs.yale.edu> |
|
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6903 |
|
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6904 * syntax.c (back_comment): Make sure we only consider comment-starters |
|
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6905 of the relevant style and return -1 in case of a failure to find the |
|
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6906 beginning of the comment. |
|
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6907 (Fforward_comment): If back_comment fails, go back to the position just |
|
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6908 after the comment-end. |
|
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6909 (scan_lists): Add comment describing a very minor bug. |
|
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6910 |
|
27697
409a708c27b3
(Ftry_completion, Fall_completions): Add a reference to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27696
diff
changeset
|
6911 2000-02-14 Stefan Monnier <monnier@cs.yale.edu> |
|
409a708c27b3
(Ftry_completion, Fall_completions): Add a reference to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27696
diff
changeset
|
6912 |
|
409a708c27b3
(Ftry_completion, Fall_completions): Add a reference to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27696
diff
changeset
|
6913 * minibuf.c (Ftry_completion, Fall_completions): Add a reference to |
|
409a708c27b3
(Ftry_completion, Fall_completions): Add a reference to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27696
diff
changeset
|
6914 `completion-regexp-list' in the docstring. |
|
409a708c27b3
(Ftry_completion, Fall_completions): Add a reference to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27696
diff
changeset
|
6915 |
| 27696 | 6916 2000-02-14 Dave Love <fx@gnu.org> |
| 6917 | |
| 6918 * xfaces.c (tty_defined_color): Declare color_idx unsigned long. | |
| 6919 | |
|
27692
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6920 2000-02-14 Stefan Monnier <monnier@cs.yale.edu> |
|
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6921 |
|
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6922 * regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS |
|
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6923 to Emacs' syntax. Also fix the comment about set/not-set meanings |
|
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6924 since Emacs syntax is not the value 0 any more. |
|
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6925 * search.c (compile_pattern_1): Remove RE_CHAR_CLASSES from the syntax |
|
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6926 since it's now part of RE_SYNTAX_EMACS. |
|
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6927 |
| 27689 | 6928 2000-02-12 Dave Love <fx@gnu.org> |
| 6929 | |
| 6930 * frame.h (SELECTED_FRAME): Use NULL, not 0 to avoid warnings on | |
| 6931 Alpha. | |
| 6932 | |
| 27687 | 6933 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
| 6934 | |
| 6935 * xdisp.c (syms_of_xdisp): Doc fix for scroll-conservatively. | |
| 6936 | |
| 27680 | 6937 2000-02-12 Dave Love <fx@gnu.org> |
| 6938 | |
| 6939 * s/aix3-2.h, s/osf-1.h: Define C_DEBUG_SWITCH for non-gcc. | |
| 6940 | |
| 6941 * s/ux4800.h, s/umips.h, s/umax.h, s/sol2.h, s/sco5.h, s/rtu.h: | |
| 27687 | 6942 * s/ptx4.h, s/umax.h, s/dgux.h, s/bsd4-2.h, s/bsd4-3.h: |
| 6943 * s/hpux.h: Don't define HAVE_VFORK. | |
| 27680 | 6944 |
| 6945 * s/gnu-linux.h: Don't define HAVE_VFORK or HAVE_SYS_SIGLIST. | |
| 6946 | |
| 6947 * s/nextstep.h: Don't define HAVE_ALLOCA. | |
| 6948 | |
| 6949 * config.in: Add vfork bits. | |
| 6950 | |
| 27672 | 6951 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
| 6952 | |
| 6953 * process.c (Fopen_network_stream) [POLL_FOR_INPUT]: Register | |
| 6954 unwind function to undo the effect of stopping atimers. | |
| 6955 | |
| 6956 * keyboard.c (bind_polling_period): Stop all timers except | |
| 6957 poll_timer. | |
| 6958 | |
| 6959 * atimer.c (stopped_atimers): New variable. | |
| 6960 (stop_other_atimers, run_all_atimers, unwind_stop_other_atimers): | |
| 6961 New functions. | |
| 6962 | |
| 6963 * atimer.h (stop_other_atimers, run_all_atimers) | |
| 6964 (unwind_stop_other_atimers): Add function prototypes. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6965 |
| 27672 | 6966 * s/hpux10.h (HAVE_XRMSETDATABASE): Define if not already defined. |
| 6967 | |
|
27665
105b01b90125
* Makefile.in (LIBX): Link in tiff library before jpeg, since tiff library may
Ken Raeburn <raeburn@raeburn.org>
parents:
27663
diff
changeset
|
6968 2000-02-11 Ken Raeburn <raeburn@gnu.org> |
|
105b01b90125
* Makefile.in (LIBX): Link in tiff library before jpeg, since tiff library may
Ken Raeburn <raeburn@raeburn.org>
parents:
27663
diff
changeset
|
6969 |
|
105b01b90125
* Makefile.in (LIBX): Link in tiff library before jpeg, since tiff library may
Ken Raeburn <raeburn@raeburn.org>
parents:
27663
diff
changeset
|
6970 * Makefile.in (LIBX): Link in tiff library before jpeg, since tiff |
|
105b01b90125
* Makefile.in (LIBX): Link in tiff library before jpeg, since tiff library may
Ken Raeburn <raeburn@raeburn.org>
parents:
27663
diff
changeset
|
6971 library may depend on jpeg. |
|
105b01b90125
* Makefile.in (LIBX): Link in tiff library before jpeg, since tiff library may
Ken Raeburn <raeburn@raeburn.org>
parents:
27663
diff
changeset
|
6972 (atimer.o): Depends on atimer.c. |
|
105b01b90125
* Makefile.in (LIBX): Link in tiff library before jpeg, since tiff library may
Ken Raeburn <raeburn@raeburn.org>
parents:
27663
diff
changeset
|
6973 |
| 27663 | 6974 2000-02-11 Kenichi Handa <handa@etl.go.jp> |
| 6975 | |
| 6976 * insdel.c (del_range_1): Call update_compositions. | |
| 6977 (del_range_both): Call update_compositions just once.. | |
| 6978 | |
| 27660 | 6979 2000-02-10 Dave Love <fx@gnu.org> |
| 6980 | |
| 6981 * xfns.c (create_frame_xic): Fix initialization of automatic | |
| 6982 aggregates for pcc. | |
| 6983 | |
| 27648 | 6984 2000-02-09 Kenichi Handa <handa@etl.go.jp> |
| 6985 | |
| 6986 * ccl.c (CCL_MAKE_CHAR): New macro. | |
| 6987 (ccl_driver) <CCL_TranslateCharacter>: Check the validity of | |
| 6988 registers by CCL_MAKE_CHAR before calling translate_char. | |
| 6989 <CCL_TranslateCharacterConstTbl> Likewise. | |
| 6990 | |
| 27646 | 6991 2000-02-08 Dave Love <fx@gnu.org> |
| 6992 | |
| 6993 * lread.c (__EXTENSIONS__): Define. | |
| 6994 | |
| 27644 | 6995 2000-02-08 Gerd Moellmann <gerd@gnu.org> |
| 6996 | |
| 6997 * puresize.h (BASE_PURESIZE): Increase to 650000. | |
| 6998 | |
| 27641 | 6999 2000-02-07 Eli Zaretskii <eliz@is.elta.co.il> |
| 7000 | |
| 7001 * msdos.c (XMenuActivate): Turn off the cursor after displaying | |
| 7002 the help message. | |
| 7003 | |
| 27639 | 7004 2000-02-07 Eli Zaretskii <eliz@is.elta.co.il> |
| 7005 | |
| 7006 * s/msdos.h (INTERNAL_TERMINAL): Add capabilities se, so, us, ue, | |
| 7007 md, mh, mb, mr, and me to the fake termcap entry. | |
| 7008 | |
|
27635
8344762c0da2
* sound.c (sound_cleanup): Don't call device close routine if pointer is null.
Ken Raeburn <raeburn@raeburn.org>
parents:
27634
diff
changeset
|
7009 2000-02-06 Ken Raeburn <raeburn@gnu.org> |
|
8344762c0da2
* sound.c (sound_cleanup): Don't call device close routine if pointer is null.
Ken Raeburn <raeburn@raeburn.org>
parents:
27634
diff
changeset
|
7010 |
|
8344762c0da2
* sound.c (sound_cleanup): Don't call device close routine if pointer is null.
Ken Raeburn <raeburn@raeburn.org>
parents:
27634
diff
changeset
|
7011 * sound.c (sound_cleanup): Don't call device close routine if the |
|
8344762c0da2
* sound.c (sound_cleanup): Don't call device close routine if pointer is null.
Ken Raeburn <raeburn@raeburn.org>
parents:
27634
diff
changeset
|
7012 function pointer is null. |
|
8344762c0da2
* sound.c (sound_cleanup): Don't call device close routine if pointer is null.
Ken Raeburn <raeburn@raeburn.org>
parents:
27634
diff
changeset
|
7013 |
|
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7014 2000-02-06 Andrew Innes <andrewi@gnu.org> |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7015 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7016 * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM, |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7017 around image definitions and prototypes. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7018 (gamma_correct) [WINDOWSNT]: New prototype. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7019 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7020 * w32term.c (x_make_frame_visible): Replace call to |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7021 input_poll_signal with poll_for_input. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7022 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7023 * window.c [WINDOWSNT]: Include w32term.h. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7024 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7025 * xdisp.c [WINDOWSNT]: Include w32term.h. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7026 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7027 * makefile.nt: Add dependencies on w32gui.h. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7028 (OBJ1): Include atimer.obj. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7029 ($(BLD)\atimer.obj): New dependency rule. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7030 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7031 * w32.c (sigmask): New function (does nothing). |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7032 (sigunblock): Ditto. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7033 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7034 * frame.c [WINDOWSNT]: Include w32term.h. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7035 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7036 * w32gui.h (struct W32FontStruct): Add ascent and descent slots. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7037 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7038 * lread.c (syms_of_lread): Fix literal newlines. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7039 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7040 * emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7041 the string constant limit (2048 bytes) in MSVC. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7042 (main): Ditto. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7043 |
| 27620 | 7044 2000-02-05 INOUE Seiichiro <inoue@ainet.or.jp> |
| 7045 | |
| 7046 * xterm.c (x_display_and_set_cursor) [HAVE_X_I18N]: Set pre-edit | |
| 7047 area. | |
| 7048 (x_display_cursor) [HAVE_X_I18N]: Don't set it here. | |
| 7049 (XTread_socket) [HAVE_X_I18N]: <KeyPress, KeyRelease>: Don't | |
| 7050 dispatch the event. | |
| 7051 | |
| 27614 | 7052 2000-02-04 Dave Love <fx@gnu.org> |
| 7053 | |
| 7054 * fileio.c: Remove some unused vars. | |
| 7055 (_GNU_SOURCE): Define (for euidaccess). | |
| 7056 | |
| 7057 * lread.c (_XOPEN_SOURCE): Declare (for ftello). | |
| 7058 | |
| 7059 * minibuf.c (read_minibuf_noninteractive): Remove undeclared | |
| 7060 gcpro1, gcpro2. | |
| 7061 (read_minibuf): Deal with allow_props correctly. | |
| 7062 | |
| 27594 | 7063 2000-02-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 7064 | |
| 7065 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Enlarge to 60000. | |
| 7066 | |
|
27635
8344762c0da2
* sound.c (sound_cleanup): Don't call device close routine if pointer is null.
Ken Raeburn <raeburn@raeburn.org>
parents:
27634
diff
changeset
|
7067 2000-02-03 Ken Raeburn <raeburn@gnu.org> |
|
27592
5cd59d1800ad
* search.c (compile_pattern): If a cache entry has a nil regexp, fill in that
Ken Raeburn <raeburn@raeburn.org>
parents:
27591
diff
changeset
|
7068 |
|
5cd59d1800ad
* search.c (compile_pattern): If a cache entry has a nil regexp, fill in that
Ken Raeburn <raeburn@raeburn.org>
parents:
27591
diff
changeset
|
7069 * search.c (compile_pattern): If a cache entry has a nil regexp, |
|
5cd59d1800ad
* search.c (compile_pattern): If a cache entry has a nil regexp, fill in that
Ken Raeburn <raeburn@raeburn.org>
parents:
27591
diff
changeset
|
7070 fill in that entry instead of clobbering a previously cached |
|
5cd59d1800ad
* search.c (compile_pattern): If a cache entry has a nil regexp, fill in that
Ken Raeburn <raeburn@raeburn.org>
parents:
27591
diff
changeset
|
7071 string regexp. |
|
5cd59d1800ad
* search.c (compile_pattern): If a cache entry has a nil regexp, fill in that
Ken Raeburn <raeburn@raeburn.org>
parents:
27591
diff
changeset
|
7072 |
|
27635
8344762c0da2
* sound.c (sound_cleanup): Don't call device close routine if pointer is null.
Ken Raeburn <raeburn@raeburn.org>
parents:
27634
diff
changeset
|
7073 2000-02-02 Ken Raeburn <raeburn@gnu.org> |
|
27591
459744c91b53
* puresize.h (BASE_PURESIZE): Increase to 610000.
Ken Raeburn <raeburn@raeburn.org>
parents:
27587
diff
changeset
|
7074 |
|
459744c91b53
* puresize.h (BASE_PURESIZE): Increase to 610000.
Ken Raeburn <raeburn@raeburn.org>
parents:
27587
diff
changeset
|
7075 * puresize.h (BASE_PURESIZE): Increase to 610000. |
|
459744c91b53
* puresize.h (BASE_PURESIZE): Increase to 610000.
Ken Raeburn <raeburn@raeburn.org>
parents:
27587
diff
changeset
|
7076 |
| 27587 | 7077 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
| 7078 | |
| 7079 * frame.c (Fframe_parameters): Add GCPRO because tty_color_name | |
| 7080 can GC. | |
| 7081 | |
| 27565 | 7082 2000-02-02 Kenichi Handa <handa@etl.go.jp> |
| 7083 | |
| 27567 | 7084 * ccl.c (ccl_driver) <CCL_WriteExprRegister>: Set jump_address |
| 7085 instead of incrementing ic directly. | |
| 7086 <CCL_WriteExprConst> Likewise. | |
| 7087 <ccl_set_expr>: Set ic to jump_address. | |
| 7088 | |
| 27565 | 7089 * fileio.c (e_write): Fix the handling of |
| 7090 CODING_FINISH_INSUFFICIENT_SRC. | |
| 7091 | |
| 27561 | 7092 2000-02-01 Dave Love <fx@gnu.org> |
| 7093 | |
| 7094 * editfns.c (Fpropertize): Doc fix. | |
| 7095 | |
| 7096 * process.c (Fstart_process): Doc fix. | |
| 7097 | |
| 7098 * eval.c: Fix various doc strings not to duplicate information | |
| 7099 from help-manyarg-func-alist. | |
| 7100 | |
| 7101 * window.c (Fset_window_margins): Don't make interactive. Doc | |
| 7102 fix. | |
| 7103 | |
| 7104 * doc.c (Vhelp_manyarg_func_alist): New variable. | |
| 7105 (Fdocumentation): Use it. | |
| 7106 (syms_of_doc): Define it. | |
| 7107 | |
| 27531 | 7108 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
| 7109 | |
| 27545 | 7110 * xterm.c (xim_open_dpy): Remove unused local variable. |
| 7111 | |
| 27541 | 7112 * emacs.c (USAGE): Use term `display options' instead of `X |
| 7113 options'. | |
| 7114 | |
| 7115 * xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]: New function. | |
| 7116 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it. | |
| 7117 | |
| 27531 | 7118 * fns.c (sweep_weak_table): New function. |
| 7119 (sweep_weak_hash_tables): Use it. Keep on marking until there | |
| 7120 is no more change. | |
| 7121 | |
| 27527 | 7122 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
| 7123 | |
| 7124 * xterm.c (x_delete_display): Update next_noop_dpyinfo to ensure | |
| 7125 that XTread_socket does not crash by trying to call XNoOp on a | |
| 7126 closed display. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
7127 |
| 27523 | 7128 2000-01-30 Jason Rumney <jasonr@gnu.org> |
| 7129 | |
| 7130 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to): | |
| 7131 Change selected_frame to SELECTED_FRAME (). | |
| 7132 (w32_console_mouse_position): Remove #ifndef MULE from around | |
| 7133 `insist' parameter. | |
| 7134 | |
| 7135 * makefile.nt: Remove dosfns.obj. | |
| 7136 | |
| 7137 * term.c (term_init) [WINDOWSNT]: Initialize TN_max_colors. | |
| 7138 | |
| 7139 * w32fns.c (w32_defined_color): Check for valid frame before | |
| 7140 applying gamma correction. Eliminate dependency on frame elsewhere. | |
| 7141 (w32_load_system_font): Switch FIXED_PITCH and VARIABLE_PITCH. | |
| 7142 (w32_to_x_font): Use resx and resy not height_in and width_in. | |
| 7143 (x_to_w32_font): Doc fix. | |
| 7144 (xlfd_strip_height): New function to strip and return font height. | |
| 7145 (w32_font_match): Compare height separately from rest of xlfd | |
| 7146 spec, using xlfd_strip_height. | |
| 7147 | |
| 7148 * w32term.c (w32_term_init): Swap resx and height_in, resy and | |
| 7149 width_in. Use w32_defined_color in place of defined_color. | |
| 7150 | |
| 7151 * w32faces.c: Merge more of DOS and X specifics in preparation for | |
| 7152 merge with xfaces.c. | |
| 7153 (defined_color): Remove FIXME comment. | |
| 7154 (tty_color_name): Provide w32-specific function. | |
| 7155 (realize_tty_face): Handle FACE_TTY_DEFAULT*_COLOR specially. | |
| 7156 | |
| 7157 * w32console.c (turn_on_face, turn_off_face): Removed. | |
| 7158 (w32_face_attributes): New function. | |
| 7159 (Global_variables): Reduce scope where possible. | |
| 7160 (clear_frame, ins_del_lines, scroll_line): Use char_attr_normal as | |
| 7161 fill attribute. | |
| 7162 (hl_mode): Don't modify text attributes. | |
| 7163 (write_glyphs): Don't do anything if len <= 0. Use | |
| 7164 w32_face_attributes to get attributes for drawing. Write | |
| 7165 terminating codes using char_attr_normal. | |
| 7166 (reset_terminal_modes, set_terminal_modes): Turn off highlight. | |
| 7167 (update_begin, update_end): Likewise. | |
| 7168 (vga_stdcolor_name): New function. | |
| 7169 (initialize_w32_display): Remove char_attr_reverse and char_attr. | |
| 7170 (Fset_screen_color): Remove char_attr_reverse. | |
| 7171 | |
| 27506 | 7172 2000-01-29 Gerd Moellmann <gerd@gnu.org> |
| 7173 | |
| 7174 * xfns.c (xic_set_preeditarea): Take window parameter and | |
| 7175 window-relative pixel-positions. | |
| 7176 | |
| 7177 * xterm.c (x_display_cursor): Set XIC pre-edit area only if window | |
| 7178 is its frame's selected window. | |
| 7179 (xim_instantiate_callback): Likewise. | |
| 7180 | |
| 7181 * xfns.c (x_create_im): Removed. | |
| 7182 (DEFAULT_STYLE, DEFAULT_FONT): Removed. | |
| 7183 (supported_xim_styles): Renamed from supported_styles. | |
| 7184 (best_xim_style): Renamed from best_style. | |
| 7185 (create_frame_xic): Renamed from xic_create_frame. | |
| 7186 (free_frame_xic): Renamed from xic_destroy_frame. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
7187 |
| 27506 | 7188 2000-01-29 INOUE Seiichiro <inoue@ainet.or.jp> |
| 7189 | |
| 7190 * xterm.c (XTread_socket) [HAVE_X_I18N]: If event is for none of | |
| 7191 our frames, call XFilterEvent with 2nd parameter `None'. | |
| 7192 (XTread_socket) <KeyPress> [HAVE_X_I18N]: Handle XmbLookupString | |
| 7193 returning XBufferOverflow. | |
| 7194 (XTread_socket) <ConfigureNotify> [HAVE_X_I18N]: Set XIC status | |
| 7195 area. | |
| 7196 (x_display_cursor) [HAVE_X_I18N]: Set XIC pre-edit area. | |
| 7197 (x_new_fontset) [HAVE_X_I18N]: Create XIC status area fontset. | |
| 7198 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback) | |
| 7199 (xim_initialize, xim_close) | |
| 7200 [HAVE_X_I18N && HAVE_X11R6]: New functions. | |
| 7201 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame. | |
| 7202 (x_term_init) [HAVE_X_I18N]: Call xim_initialize. | |
| 7203 (x_delete_display) [HAVE_X_I18N]: Call xim_close. | |
| 7204 | |
| 7205 * xterm.h (struct x_display_info) [HAVE_X_I18N]: Add members `xim' | |
| 7206 and `xim_styles'. | |
| 7207 (struct x_output) [HAVE_X_I18N]: Remove member `xim', add | |
| 7208 `xic_style' and `xic_xfs'. | |
| 7209 (FRAME_MENUBAR_HEIGHT, FRAME_X_XIM, FRAME_X_XIM_STYLES) | |
| 7210 (FRAME_XIC_STYLE, FRAME_XIC_FONTSET): New macros. | |
| 7211 (FRAME_XIM): Removed. | |
| 7212 | |
| 7213 * xfns.c (supported_styles): New variable. | |
| 7214 (DEFAULT_STYLE, DEFAULT_FONT): New macros | |
| 7215 (xic_create_xfontset, best_style, xic_create_frame) | |
| 7216 (xic_destroy_frame, xic_set_preeditarea, xic_set_statusarea) | |
| 7217 (xic_set_xfontset): New functions. | |
| 7218 | |
| 27491 | 7219 2000-01-28 Dave Love <fx@gnu.org> |
| 7220 | |
| 7221 * s/irix6-5.h: Revert last change after change to irix5-0.h. | |
| 7222 | |
| 7223 * m/iris4d.h (C_SWITCH_MACHINE): Don't use -G0. | |
| 7224 | |
| 27473 | 7225 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
| 7226 | |
| 27481 | 7227 * buffer.c (Fother_buffer): Don't call Fset_buffer_major_mode |
| 7228 for *scratch* if it already existed. | |
| 7229 | |
| 27473 | 7230 * emacs.c (USAGE): New macro. |
| 7231 (main): Use it to display usage information. | |
| 7232 | |
| 27464 | 7233 2000-01-27 Eli Zaretskii <eliz@is.elta.co.il> |
| 7234 | |
| 7235 Support for the menu-help feature: | |
| 7236 | |
| 7237 * msdos.h: Change prototypes of XMenuAddSelection and | |
| 7238 XMenuActivate. | |
| 7239 | |
| 7240 * msdos.c (IT_clear_end_of_line): Print the extent of the cleared | |
| 7241 part of the line to the termscript file. | |
| 7242 (IT_clear_to_end): Clear the entire line, not just its beginning. | |
| 7243 (menu_help_message, prev_menu_help_message): New variables. | |
| 7244 (IT_menu_make_room): Make room for the help_text member. | |
| 7245 (IT_menu_display): New argument disp_help; all callers changed. | |
| 7246 If disp_help is non-zero, store the help text of the active menu | |
| 7247 item in menu_help_message. | |
| 7248 (XMenuAddPane): Initialize the help_text member to NULL. | |
| 7249 (XMenuAddSelection): New argument help_text. Store it in the | |
| 7250 XMenu structure. | |
| 7251 (XMenuActivate): New argument help_callback. If the value of | |
| 7252 menu_help_message has changed since the last time, display the | |
| 7253 menu help message text while waiting for the mouse to move. Clear | |
| 7254 the echo area before exiting. | |
| 7255 (XMenuDestroy): Free the help_text member. | |
| 7256 | |
| 27459 | 7257 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
| 7258 | |
| 7259 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT]: Pass help to | |
| 7260 XMenuAddSelection. Pass help callback to XMenuActivate. | |
| 7261 (menu_help_callback) [!USE_X_TOOLKIT]: New function. | |
| 7262 | |
| 27453 | 7263 2000-01-27 Eli Zaretskii <eliz@is.elta.co.il> |
| 7264 | |
| 7265 * atimer.c (start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECS | |
| 7266 and EMACS_SET_USECS. | |
| 7267 | |
| 27443 | 7268 2000-01-26 Dave Love <fx@gnu.org> |
| 7269 | |
| 27446 | 7270 * editfns.c (Fchar_after, Fchar_before): Doc fix. |
| 7271 | |
| 27443 | 7272 * bytecode.c (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where |
| 7273 an error may be signalled. | |
| 7274 | |
| 27439 | 7275 2000-01-26 Gerd Moellmann <gerd@gnu.org> |
| 7276 | |
| 27441 | 7277 * s/irix6-5.h [__GNUC__ && __GNUC_MINOR__ >= 95]: Undef |
| 7278 LD_SWITCH_SYSTEM inherited from irix5-0.h. | |
| 7279 | |
| 27439 | 7280 * bytecode.c (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo. |
| 7281 | |
| 27435 | 7282 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
| 7283 | |
| 7284 * charset.c (Fstring): If there is a multibyte char among | |
| 7285 the args, always return a multibyte string. | |
| 7286 | |
| 27433 | 7287 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
| 7288 | |
| 7289 * sysdep.c (sys_select): Turn atimers off and on instead of | |
| 7290 recording and restoring old alarm handler | |
| 7291 | |
| 7292 * process.c (toplevel): Include atimer.h. | |
| 7293 (create_process_1): Rewritten. | |
| 7294 (create_process): Use atimers instead of alarm. | |
| 7295 (wait_reading_process_input) [hpux]: Turn atimers off instead | |
| 7296 of turning off SIGALRM. | |
| 7297 (wait_reading_process_input): Turn off atimers instead off | |
| 7298 calling stop_polling. | |
| 7299 | |
| 7300 * emacs.c (main): Call init_atimer. | |
| 7301 | |
| 7302 * keyboard.c (toplevel): Include systime.h and atimer.h. | |
| 7303 (polling_for_input): Removed because unused. | |
| 7304 (input_poll_signal) [POLL_FOR_INPUT]: Removed. | |
| 7305 (poll_timer): New variable. | |
| 7306 (poll_for_input, poll_for_input_1): New functions. | |
| 7307 (start_polling, stop_polling): Rewritten. | |
| 7308 | |
| 7309 * keyboard.h (polling_for_input): Removed. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
7310 |
| 27433 | 7311 * atimer.h, atimer.c: New files. |
| 7312 | |
| 7313 * Makefile.in (obj): Add atimer.o. | |
| 7314 (atimer.o): New target. | |
| 7315 | |
| 7316 * blockinput.h (pending_atimers): Add extern declaration. | |
| 7317 (UNBLOCK_INPUT): Rewritten. Handle pending atimers. | |
| 7318 | |
| 7319 * lisp.h (popup_activated_flag): Add extern declaration. | |
| 7320 | |
| 7321 * xmenu.c (popup_activated_flag): Make externally visible. | |
| 7322 (popup_activate_callback) [USE_MOTIF]: Increment | |
| 7323 popup_activated_flag. | |
| 7324 (popup_deactivate_callback) [USE_MOTIF]: Decrement it. | |
| 7325 | |
| 7326 * xterm.c (toplevel): Include atimer.h. | |
| 7327 (toolkit_scroll_bar_interaction): New variable. | |
| 7328 (Fxt_process_timeouts): Removed. | |
| 7329 (x_process_timeouts): New function. | |
| 7330 (xt_action_hook): Clear toolkit_scroll_bar_interaction. | |
| 7331 (x_send_scroll_bar_event): Set toolkit_scroll_bar_interaction. | |
| 7332 (x_make_frame_visible): Call poll_for_input_1 instead of | |
| 7333 input_poll_signal. Don't call alarm. | |
| 7334 (x_initialize): Install timer calling x_process_timeouts. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
7335 |
| 27413 | 7336 2000-01-24 Dave Love <fx@gnu.org> |
| 7337 | |
| 27446 | 7338 * s/irix5-0.h: Don't set LD_SWITCH_SYSTEM -- we use unexelf now. |
| 27413 | 7339 Don't use -cckr -- apparently not now necessary. |
| 7340 | |
| 27410 | 7341 2000-01-24 Eli Zaretskii <eliz@is.elta.co.il> |
| 7342 | |
| 7343 * msdos.c (IT_menu_display): Truncate long menu lines at the right | |
| 7344 screen boundary. | |
| 7345 | |
| 27408 | 7346 2000-01-23 Jason Rumney <jasonr@gnu.org> |
| 7347 | |
| 7348 * w32fns.c (w32_defined_color): Apply gamma correction before | |
| 7349 trying to map to the palette. | |
| 7350 (w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame | |
| 7351 to w32_clear_rect. | |
| 7352 | |
| 7353 * w32term.c (w32_fill_rect): Do not try to deal with NULL hdc | |
| 7354 here. Callers changed to always pass real device context. | |
| 7355 (w32_draw_bitmap): Likewise. | |
| 7356 (w32_get_glyph_overhangs): Likewise. | |
| 7357 (w32_draw_box_rect): Make use of s->hdc rather than getting a new | |
| 7358 one. | |
| 7359 (w32_set_vertical_scroll_bar): Pass correct HWND parameters to | |
| 7360 pfnSetScrollInfo and SetScrollRange. | |
| 7361 (x_get_char_face_and_encoding): Don't turn iso8859-1 characters | |
| 7362 back into MULE characters after decoding them. | |
| 7363 (x_get_glyph_face_and_encoding): Likewise. | |
| 7364 (w32_per_char_metric): Use GetCharExtentPoint32W as fallback when | |
| 7365 GetCharABCWidthsW fails, since this is defined on Windows 9x. | |
| 7366 (x_produce_glyphs): Calculate per char metrics for a character | |
| 7367 that we know exists in default font when font_not_found_p is true. | |
| 7368 | |
| 27393 | 7369 2000-01-22 Jason Rumney <jasonr@gnu.org> |
| 7370 | |
| 7371 * makefile.nt (intervals.obj, composite.obj): New modules. | |
| 7372 (composite.h): Added as dependency where appropriate. | |
| 7373 | |
| 7374 * w32gui.h (XGCValue): New struct for emulating X GCs. | |
| 7375 | |
| 7376 * w32term.h (XCharStruct): New struct for emulating X. | |
| 7377 | |
| 7378 * w32console.c (turn_on_face, turn_off_face): New functions. | |
| 7379 (change_line_highlight): New prototype for new redisplay. | |
| 7380 (write_glyphs): Support multibyte text. Support faces. | |
| 7381 | |
| 7382 * w32faces.c: Complete rewrite for new redisplay based on new | |
| 7383 xfaces.c. | |
| 7384 | |
| 7385 * w32fns.c: Use SELECTED_FRAME macro in place of selected_frame | |
| 7386 throughout. struct frame * in place of FRAME_PTR. | |
| 7387 Skeleton support for images, toolbars, tooltips from xfns.c. | |
| 7388 (Fx_create_frame): Use system default for default scroll bar | |
| 7389 width. | |
| 7390 (w32_get_arg): Renamed from x_get_arg. | |
| 7391 (Fx_file_dialog): New function. | |
| 7392 (w32_list_fonts): Check cache before asking system. | |
| 7393 (Vw32_enable_synthesized_fonts): New variable. | |
| 7394 (Vw32_enable_italics): Obsolete, removed. | |
| 7395 | |
| 7396 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to): | |
| 7397 Use SELECTED_FRAME macro. | |
| 7398 | |
| 7399 * w32menu.c: Add skeleton support for help strings on menus. | |
| 7400 (add_menu_item): Native checkbox and radio support added, but not | |
| 7401 yet enabled due to bugs. | |
| 7402 (push_menu_item): Add parameters type, selection and help. | |
| 7403 Callers updated. | |
| 7404 Formatting changes to reduce unnecessary diffs with xmenu.c. | |
| 7405 | |
| 7406 * w32select.c (Fw32_set_clipboard_data): Update call to | |
| 7407 find_charset_in_str. | |
| 7408 | |
| 7409 * w32term.c: Complete rewrite for new redisplay based on new | |
| 7410 xterm.c with necessary sections merged back in from old w32term.c. | |
| 7411 | |
|
27702
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
7412 2000-01-21 Richard M. Stallman <rms@gnu.org> |
|
27390
10e53615a9d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27372
diff
changeset
|
7413 |
|
10e53615a9d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27372
diff
changeset
|
7414 * data.c (set_internal): Further fix in same criterion. |
|
10e53615a9d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27372
diff
changeset
|
7415 |
|
27702
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
7416 2000-01-20 Richard M. Stallman <rms@gnu.org> |
|
27372
79d08dbee5fd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27366
diff
changeset
|
7417 |
|
79d08dbee5fd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27366
diff
changeset
|
7418 * data.c (set_internal): Fix the criteria for whether |
|
79d08dbee5fd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27366
diff
changeset
|
7419 to swap out the old cached binding. |
|
79d08dbee5fd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27366
diff
changeset
|
7420 |
| 27366 | 7421 2000-01-19 Dave Love <fx@gnu.org> |
| 7422 | |
| 7423 * lread.c: (syms_of_lread) [user-init-file]: Doc change. | |
| 7424 | |
| 27354 | 7425 2000-01-18 Kenichi Handa <handa@etl.go.jp> |
| 7426 | |
| 7427 * regex.c (re_compile_fastmap): While checking a range table for | |
| 7428 `charset', skip flag bits for a character class correctly. | |
| 7429 | |
| 27344 | 7430 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
| 7431 | |
| 27347 | 7432 * m/news-risc.h (LD_SWITCH_MACHINE): Define differently for GCC. |
| 7433 | |
| 27344 | 7434 * xfns.c (x_window): Call lw_create_widget with new parameter |
| 7435 list. | |
| 7436 | |
| 7437 * widget.c (EmacsFrameSetCharSize): Change size of children first | |
| 7438 because of problems with main window geometry management under | |
| 7439 Lesstif. | |
| 7440 | |
| 7441 * xmenu.c (enum menu_item_idx): New enumeration replacing defines | |
| 7442 MENU_ITEMS_ITEM_.*. | |
| 7443 (MENU_ITEMS_ITEM_HELP): New enumerator. | |
| 7444 (push_menu_item): Add parameter HELP. Record help in menu_items. | |
| 7445 (single_menu_item, single_submenu, list_of_items): Call | |
| 7446 push_menu_item with new parameter. | |
| 7447 (single_submenu): Set help string in widget value. | |
| 7448 (menu_highlight_callback): New function. | |
| 7449 (set_frame_menubar): Call lw_create_widget with new | |
| 7450 parameter list. | |
| 7451 (xmenu_show, xdialog_show): Ditto. | |
| 7452 | |
| 27316 | 7453 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
| 7454 | |
| 7455 * sound.c (Fplay_sound): Improve doc string. | |
| 7456 | |
|
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27299
diff
changeset
|
7457 2000-01-11 Richard M. Stallman <rms@gnu.org> |
|
27299
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7458 |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7459 * lisp.h (set_internal): Enter the new arg. |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7460 |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7461 * eval.c (specbind): Record buffer-local variables specially, |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7462 indicating which buffer's binding was saved. |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7463 (unbind_to): Restore buffer-local variables specially |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7464 in the proper buffer. |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7465 |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7466 * data.c (set_internal): New arg BUF. |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
7467 |
|
27299
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7468 * eval.c (specbind, unbind_to): Pass new arg to set_internal. |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7469 * data.c (Fset): Pass new arg to set_internal. |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7470 * bytecode.c (Fbyte_code): Pass new arg to set_internal. |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
7471 |
| 27291 | 7472 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
| 7473 | |
| 7474 * .gdbinit: Adapt to new strings. Add xbacktrace, xreload, | |
| 7475 xprintsym. | |
| 7476 | |
|
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27299
diff
changeset
|
7477 2000-01-11 Richard M. Stallman <rms@gnu.org> |
|
27283
f3eca57846e3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27276
diff
changeset
|
7478 |
|
f3eca57846e3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27276
diff
changeset
|
7479 * minibuf.c (Ftry_completion): Doc fix. |
|
f3eca57846e3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27276
diff
changeset
|
7480 |
| 27276 | 7481 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
| 7482 | |
| 7483 * keyboard.c (Fclear_this_command_keys): Clear recent_keys | |
| 7484 vector, too. | |
| 7485 | |
| 27273 | 7486 2000-01-11 Andreas Schwab <schwab@suse.de> |
| 7487 | |
| 7488 * coding.c (code_convert_region): Initialize total_skip. | |
| 7489 | |
| 27244 | 7490 2000-01-08 Dave Love <fx@gnu.org> |
| 7491 | |
| 7492 * eval.c (Fuser_variable_p): Check customizability too. | |
| 7493 | |
| 27237 | 7494 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
| 7495 | |
| 7496 * minibuf.c (Fcompleting_read): Doc fix. | |
| 7497 | |
| 27158 | 7498 2000-01-05 Gerd Moellmann <gerd@gnu.org> |
| 7499 | |
| 27171 | 7500 * s/freebsd.h (C_SWITCH_SYSTEM): Add -I /usr/local/include and |
| 7501 -L /usr/local/lib. | |
| 7502 | |
| 27158 | 7503 * xfns.c (x_create_im): New function to set IM and IC of a frame. |
| 7504 Check that input style is supported before trying to create an | |
| 7505 IC for it. | |
| 7506 (x_window): Call x_create_im. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
7507 |
| 27143 | 7508 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
| 7509 | |
| 27155 | 7510 * xfns.c (current_gif_memory_src): New variable. |
| 7511 (gif_load): Record the address of the current memory source | |
| 7512 in current_gif_memory_src. | |
| 7513 (gif_read_from_memory): Use current_gif_memory_src. | |
| 7514 | |
| 27150 | 7515 * systime.h (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give |
| 7516 macros statement form. | |
| 7517 | |
| 27147 | 7518 * sound.c (struct sound): Renamed from struct sound_file. |
| 7519 (struct sound): Add members `data' and `header_size'. | |
| 7520 (enum sound_attr): Add SOUND_DATA. | |
| 7521 (current_sound, current_sound_device): Variables renamed from | |
| 7522 sound_file and sound_device. | |
| 7523 (parse_sound): Parse :data. | |
| 7524 (parse_sound): Handle sound data in strings. | |
| 7525 (find_sound_type): Function renamed from find_sound_file_type. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
7526 (wav_init, au_init): Fail if sound's header_size is smaller than |
| 27147 | 7527 needed header size. |
| 7528 (wav_play, au_play): Play sounds from string data. | |
| 7529 | |
| 27143 | 7530 * puresize.h (BASE_PURE_SIZE): Increase to 600000. |
| 7531 | |
| 7532 * lisp.h: Add prototype for allocate_string_data. | |
| 7533 | |
| 7534 * alloc.c (Fgarbage_collect): Return number of live and free | |
| 7535 strings. | |
| 7536 | |
| 7537 * alloc.c (mark_buffer): Remove code in #if 0. | |
| 7538 (gc_sweep): Ditto. | |
| 7539 (UNMARK_BALANCE_INTERVALS): Give the macro statement form. | |
| 7540 (strings_consed): New variable. | |
| 7541 (allocate_string): Set it. | |
| 7542 (syms_of_alloc): Add DEFVAR_INT for strings_consed. | |
| 7543 (Fmemory_use_counts): Return strings_consed. Use Flist. | |
| 7544 | |
| 7545 * alloc.c: General cleanup in comments etc. Remove conditional | |
| 7546 compilation for `standalone'. | |
| 7547 | |
| 7548 * lisp.h (struct Lisp_String): Make DATA member `unsigned char *'. | |
| 7549 | |
| 7550 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): | |
| 7551 (GC_STRING_BYTES, GC_STRING_CHARS): New macros. | |
| 7552 (DONT_COPY_FLAG): Removed. | |
| 7553 (SBLOCK_SIZE, LARGE_STRING_BYTES): New macros. | |
| 7554 (struct sdata, struct sblock): New | |
| 7555 (struct string_block): Rewritten. | |
| 7556 (STRINGS_IN_STRING_BLOCK): New macro. | |
| 7557 (oldest_sblock, current_sblock, total_strings, total_free_strings) | |
| 7558 (large_sblocks, string_blocks, string_free_list): New variables. | |
| 7559 (NEXT_FREE_LISP_STRING, SDATA_OF_STRING, SDATA_SIZE): New macros. | |
| 7560 (init_strings): Rewritten. | |
| 7561 (allocate_string, allocate_string_data, compact_small_strings) | |
| 7562 (free_large_strings, sweep_strings): New functions. | |
| 7563 (STRING_BLOCK_SIZE, STRING_BLOCK_OUTSIZE) | |
| 7564 (struct string_block_head, current_string_block) | |
| 7565 (first_string_block, large_string_blocks, STRING_FULLSIZE) | |
| 7566 (STRING_PAD): Removed. | |
| 7567 (make_uninit_multibyte_string, make_pure_string): Rewritten. | |
| 7568 (Fgarbage_collect): Don't set mark bit in large strings. | |
| 7569 (mark_object): Mark strings differently. Mark symbol names | |
| 7570 differently. | |
| 7571 (survives_gc_p): Test marked strings differently. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
7572 (gc_sweep): Sweep strings differently, unmark strings in |
| 27143 | 7573 symbol names. |
| 7574 (compact_strings): Removed. | |
| 7575 | |
| 27138 | 7576 2000-01-04 Eli Zaretskii <eliz@is.elta.co.il> |
| 7577 | |
| 7578 * xfaces.c (syms_of_xfaces): defsubr Scolor_gray_p and | |
| 7579 Scolor_supported_p even if HAVE_X_WINDOWS is not defined. | |
| 7580 | |
| 27127 | 7581 2000-01-04 Kenichi Handa <handa@etl.go.jp> |
| 7582 | |
| 27133 | 7583 * fileio.c (Finsert_file_contents): Signal error if visiting file |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
7584 in a non-empty buffer. |
| 27133 | 7585 |
| 27130 | 7586 * term.c (encode_terminal_code): Fix the previous change. |
| 27127 | 7587 |
| 27122 | 7588 2000-01-03 Gerd Moellmann <gerd@gnu.org> |
| 7589 | |
| 7590 * xfaces.c (syms_of_xfaces): Change Sface_color_gray_p to | |
| 7591 Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p. | |
| 7592 | |
| 7593 * s/hpux9.h (NO_EDITRES): Define even if HAVE_LIBXMU. | |
| 7594 | |
| 27119 | 7595 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 7596 | |
| 7597 * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No | |
| 7598 need to test for MSDOS frames. | |
| 7599 | |
| 27116 | 7600 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 7601 | |
| 7602 * dosfns.c (unspecified_colors): Remove. | |
| 7603 (msdos_stdcolor_idx): Use global variables unspecified_fg and | |
| 7604 unspecified_bg. | |
| 7605 (msdos_stdcolor_name): Return strings for unspecified fore- and | |
| 7606 back-ground colors. | |
| 7607 | |
| 7608 * xfaces.c (Qunspecified_fg, Qunspecified_bg): Remove. | |
| 27680 | 7609 (syms_of_xfaces): Remove their staticpro's. |
| 27116 | 7610 (tty_color_name): Return Lisp strings for unspecified fore- and |
| 7611 back-ground colors. | |
| 7612 (Finternal_set_lisp_face_attribute): Remove the special treatment | |
| 7613 for Qunspecified_{f,b}g. | |
| 7614 (realize_default_face): Replace Qunspecified_{f,b}g with a Lisp | |
| 7615 string. | |
| 7616 | |
| 27112 | 7617 2000-01-03 Gerd Moellmann <gerd@gnu.org> |
| 7618 | |
| 7619 * xdisp.c (reseat_at_next_visible_line_start): Position before | |
| 7620 newline only if ending up on a newline. | |
| 7621 (next_element_from_ellipsis): Return success. Handle case of | |
| 7622 displaying no ellipsis. Fix case of ellipsis defined in display | |
| 7623 table. | |
| 7624 (next_element_from_buffer): Return 0 if next_element_from_ellipsis | |
| 7625 returns 0. | |
| 7626 | |
| 27102 | 7627 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 7628 | |
| 7629 * xfaces.c (Fcolor_gray_p): Renamed from face-color-gray-p. | |
| 7630 (Fcolor_supported_p): Renamed from face-color-supported-p. | |
| 7631 | |
| 27091 | 7632 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 7633 | |
| 7634 * xfaces.c (tty_defined_color): Pass frame to tty-color-desc. The | |
| 7635 list of colors renamed to tty-defined-color-alist. | |
| 7636 (tty_color_name): Pass the frame to tty-color-by-index. | |
| 7637 (realize_tty_face): tty-color-alist is now a function which | |
| 7638 accepts the frame as argument. | |
| 7639 | |
| 7640 * term.c (Ftty_display_color_p): Accept an optional argument | |
| 7641 FRAME. | |
| 7642 | |
| 27086 | 7643 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 7644 | |
| 7645 * term.c (insert_glyphs): Pass glyph, not &glyph, to | |
| 7646 encode_terminal_code. | |
| 7647 | |
| 27084 | 7648 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 7649 | |
| 7650 * dispnew.c (mode_line_string): Support termcap frames as well. | |
| 7651 | |
| 27067 | 7652 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
| 7653 | |
| 27082 | 7654 * syntax.c (Fforward_word): Undo previous change. |
| 7655 | |
| 7656 * editfns.c (Fconstrain_to_field): Don't constrain if | |
| 7657 inhibit-field-text-motion is non-nil. | |
| 7658 (Fline_beginning_position): Undo previous change. | |
| 7659 (Fline_end_position): Ditto. | |
| 7660 | |
| 7661 * syntax.c (Fforward_word): Notice field boundaries only if | |
| 7662 inhibit-field-text-motion is nil. | |
| 7663 | |
| 7664 * lisp.h: Add extern declaration for Vinhibit_field_text_motion. | |
| 7665 | |
| 7666 * editfns.c (Vinhibit_field_text_motion): New variable. | |
| 7667 (inhibit-field-text-motion): New DEFVAR_LISP. | |
| 7668 (Fline_beginning_position, Fline_end_position): Notice field | |
| 7669 boundaries only if inhibit-field-text-motion is nil. | |
| 7670 | |
| 27072 | 7671 * xfns.c (x_create_x_image_and_pixmap): Remove parameter FILE. |
| 7672 All calls adjusted. | |
| 7673 (x_build_heuristic_mask): Likewise. | |
| 7674 (xbm_load_image_from_file): Change error output. | |
| 7675 (xbm_load, xpm_load, pbm_load, png_load, jpeg_load, tiff_load) | |
| 7676 (gif_load, gs_load, x_kill_gs_process): Ditto. | |
| 7677 | |
| 27067 | 7678 * xfns.c (gif_load): Avoid sign extension and thus out of bounds |
| 7679 color indices when accessing raster pixels. | |
| 27070 | 7680 (gif_image_p, png_image_p, jpeg_image_p, tiff_image_p): Allow only |
| 7681 one of :file or :data. | |
| 7682 (enum pbm_keyword_index): Add PBM_DATA. | |
| 7683 (pbm_format): Add :data. | |
| 7684 (pbm_image_p): Allow either :file or :data. | |
| 7685 (pbm_read_file): New function. | |
| 7686 (pbm_scan_number): Rewritten to read from string. | |
| 7687 (pbm_load): Support :data. | |
| 27067 | 7688 |
| 30727 | 7689 See ChangeLog.8 for earlier changes. |
| 30994 | 7690 |
| 7691 ;; Local Variables: | |
| 31346 | 7692 ;; coding: iso-2022-7bit |
| 30994 | 7693 ;; End: |
