Mercurial > emacs
annotate src/ChangeLog @ 32988:c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
(get_keymap): Remove.
(get_keymap_1): Rename get_keymap.
* keyboard.h (get_keymap_1, Fkeymapp): Remove prototype.
* xterm.c (note_mode_line_highlight): Use KEYMAPP.
* xmenu.c (single_submenu): Use KEYMAPP.
(Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
Use KEYMAPP rather than Fkeymapp.
* w32term.c (note_mode_line_highlight): Use KEYMAPP.
* w32menu.c (True, False): Remove (use TRUE and FALSE instead).
(Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
Use KEYMAPP rather than Fkeymapp.
(single_submenu): Use KEYMAPP.
(w32_menu_show, w32_dialog_show): Use TRUE.
* minibuf.c (Fread_from_minibuffer): Update call to get_keymap.
* keymap.c (KEYMAPP): Remove (moved to lisp.h).
(Fkeymapp): Use KEYMAPP.
(get_keymap): Rename from get_keymap_1. Remove old def.
Return t when autoload=0 and error=0 and the keymap needs autoloading.
(Fcopy_keymap): Check (eq (car x) 'keymap) rather than using Fkeymapp.
(Fminor_mode_key_binding): Don't raise an error if the binding
is not a keymap.
(Fuse_global_map, Fuse_local_map): Allow autoloading.
(Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp.
* keyboard.c (read_char): get_keymap_1 -> get_keymap.
Allow Vspecial_event_map to be autoloaded.
(menu_bar_items): Fetch the keymap rather than using keymapp.
(menu_bar_one_keymap): No need to follow func-indirect any more.
(parse_menu_item): get_keymap_1 -> get_keymap.
(tool_bar_items): Fetch the keymap rather than using keymapp.
(read_key_sequence): Use KEYMAPP.
* intervals.c (get_local_map): Use get_keymap rather than following
function-indirections explicitly.
* doc.c (Fsubstitute_command_keys): get_keymap_1 -> get_keymap.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Fri, 27 Oct 2000 22:20:19 +0000 |
| parents | 36a2f5c43e8f |
| children | a3db89bef2e5 |
| rev | line source |
|---|---|
|
32988
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
1 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
|
2 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
3 * lisp.h (KEYMAPP): New macro. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
4 (get_keymap): Remove. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
5 (get_keymap_1): Rename get_keymap. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
6 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
7 * keyboard.h (get_keymap_1, Fkeymapp): Remove prototype. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
8 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
9 * xterm.c (note_mode_line_highlight): Use KEYMAPP. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
10 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
11 * xmenu.c (single_submenu): Use KEYMAPP. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
12 (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
|
13 Use KEYMAPP rather than Fkeymapp. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
14 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
15 * w32term.c (note_mode_line_highlight): Use KEYMAPP. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
16 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
17 * 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
|
18 (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
|
19 Use KEYMAPP rather than Fkeymapp. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
20 (single_submenu): Use KEYMAPP. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
21 (w32_menu_show, w32_dialog_show): Use TRUE. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
22 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
23 * 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
|
24 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
25 * keymap.c (KEYMAPP): Remove (moved to lisp.h). |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
26 (Fkeymapp): Use KEYMAPP. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
27 (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
|
28 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
|
29 (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
|
30 (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
|
31 is not a keymap. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
32 (Fuse_global_map, Fuse_local_map): Allow autoloading. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
33 (Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
34 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
35 * 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
|
36 Allow Vspecial_event_map to be autoloaded. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
37 (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
|
38 (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
|
39 (parse_menu_item): get_keymap_1 -> get_keymap. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
40 (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
|
41 (read_key_sequence): Use KEYMAPP. |
|
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 * 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
|
44 function-indirections explicitly. |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
45 |
|
c3435dc00ed7
* lisp.h (KEYMAPP): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32982
diff
changeset
|
46 * 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
|
47 |
| 32982 | 48 2000-10-27 Jason Rumney <jasonr@gnu.org> |
| 49 | |
| 50 * w32fns.c (Fx_create_frame): Make default fontsize on w32 10 | |
| 51 point, as Windows has oversized fonts. | |
| 52 | |
| 53 * fontset.c (syms_of_fontset) [WINDOWSNT]: Likewise. | |
| 54 | |
| 32974 | 55 2000-10-27 Gerd Moellmann <gerd@gnu.org> |
| 56 | |
| 57 * gmalloc.c [GC_MCHECK]: Add code from mcheck.c of glibc-1.09.1. | |
| 58 (freehook, reallochook): Handle null pointer arguments. | |
| 59 (__malloc_initialize) [GC_MCHECK]: Call mcheck. | |
| 60 | |
|
32956
c3d1f9ca38a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32946
diff
changeset
|
61 2000-10-27 Stefan Monnier <monnier@cs.yale.edu> |
|
c3d1f9ca38a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32946
diff
changeset
|
62 |
|
c3d1f9ca38a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32946
diff
changeset
|
63 * 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
|
64 (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
|
65 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
|
66 |
| 32946 | 67 2000-10-27 Gerd Moellmann <gerd@gnu.org> |
| 68 | |
| 69 * xterm.c (x_draw_glyph_string): Treat XA_UNDERLINE_POSITION as a | |
| 70 signed value, and use a default value computed from the font's | |
| 71 maximum descent. | |
| 72 | |
| 32941 | 73 2000-10-27 Miles Bader <miles@lsi.nec.co.jp> |
| 74 | |
| 75 * xterm.c (x_draw_glyph_string): Add a workaround so that fonts | |
| 76 that specify a negative underline position can still use underlines. | |
| 77 | |
| 78 * window.c (Fpos_visible_in_window_p): Make POS default to | |
| 79 WINDOW's point, not the current buffer's point. | |
| 80 | |
| 32934 | 81 2000-10-26 Dave Love <fx@gnu.org> |
| 82 | |
| 83 * s/sol2-5.h: Don't define SYSTEM_MALLOC so that we can find out | |
| 84 when it's necessary. | |
| 85 | |
| 32908 | 86 2000-10-26 Gerd Moellmann <gerd@gnu.org> |
| 87 | |
| 32929 | 88 * window.c (size_window): Compute size difference from sum of old |
| 89 child window sizes instead of from parent's size. | |
| 90 | |
| 32913 | 91 * xdisp.c (pos_visible_p): Change current buffer if necessary. |
| 92 Handle obscured lines at the top of the window. | |
| 93 | |
| 94 * frame.c (Fdelete_frame): Doc fix. Move running the hook | |
| 95 down after the last error condition check. | |
| 96 | |
| 32908 | 97 * frame.c (Fdelete_frame): Run delete-frame-hook. |
| 98 | |
| 32895 | 99 2000-10-26 Kenichi Handa <handa@etl.go.jp> |
| 100 | |
| 101 * coding.c (decode_coding): Fix previous change (check also | |
| 102 CODING_MODE_LAST_BLOCK). | |
| 103 | |
|
32890
ba002124ad94
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32879
diff
changeset
|
104 2000-10-25 Stefan Monnier <monnier@cs.yale.edu> |
|
ba002124ad94
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32879
diff
changeset
|
105 |
|
32893
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
106 * regex.c: More `unsigned char' -> `re_char' changes. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
107 Also change several `int' into `re_wchar_t'. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
108 (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
109 (PUSH_FAILURE_POINTER): Don't cast any more. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
110 (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
|
111 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
|
112 re_match non-reentrant, which *should* be fixed. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
113 (GET_BUFFER_SPACE): Use size_t rather than unsigned long. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
114 (EXTEND_BUFFER): Use RETALLOC. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
115 (SET_LIST_BIT): Don't cast. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
116 (re_wchar_t): New type. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
117 (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
|
118 that those two functions will always properly return. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
119 (IMMEDIATE_QUIT_CHECK): Cast to void. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
120 (analyse_first): Use recursion rather than an explicit stack. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
121 (re_compile_fastmap): Can't fail anymore. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
122 (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
|
123 (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
124 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
|
125 (re_match_2_internal): Use it. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
126 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
|
127 rather than reuse the inappropriate `mcnt'. |
|
7306d81dd8bc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32890
diff
changeset
|
128 |
|
32890
ba002124ad94
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32879
diff
changeset
|
129 * 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
|
130 (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
|
131 (where_is_internal): Renamed from Fwhere_is_internal. |
|
ba002124ad94
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32879
diff
changeset
|
132 Don't DEFUN any more. Arg `xkeymap' replaced by `keymaps'. |
|
ba002124ad94
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32879
diff
changeset
|
133 (Fwhere_is_internal): New function wrapping where_is_internal. |
|
ba002124ad94
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32879
diff
changeset
|
134 (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
|
135 (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
|
136 |
| 32879 | 137 2000-10-25 Miles Bader <miles@gnu.org> |
| 138 | |
| 139 * xdisp.c (pos_visible_p): Don't add `it.current_y' twice. | |
| 140 | |
| 32877 | 141 2000-10-25 Gerd Moellmann <gerd@gnu.org> |
| 142 | |
| 143 * window.c (pos_fully_visible_p): Removed. | |
| 144 (Fpos_visible_in_window_p): Use pos_visible_p to determine | |
| 145 if position is visible and/or fully visible. | |
| 146 | |
| 147 * lisp.h (pos_visible_p): Add prototype. | |
| 148 | |
| 149 * xdisp.c (pos_visible_p): New function. | |
| 150 | |
| 32863 | 151 2000-10-25 Kenichi Handa <handa@etl.go.jp> |
| 152 | |
| 153 * process.c (send_process): If OBJECT is t, it means that the data | |
| 154 is from C string, but we should encode it. Before calling | |
| 155 setup_raw_text_coding_system, be sure to flush out data by the | |
| 156 previous coding system. | |
| 157 | |
| 32851 | 158 2000-10-25 Miles Bader <miles@lsi.nec.co.jp> |
| 159 | |
| 32858 | 160 * buffer.c (overlays_at): Only let CHANGE_REQ inhibit an |
| 161 assignment of startpos to prev when startpos == pos. | |
| 162 | |
| 32851 | 163 * editfns.c (find_field): Set the field stickiness correctly from |
| 164 overlay fields. Use renamed `text_property_stickiness'. | |
| 165 (text_property_stickiness): Renamed from `char_property_stickiness'. | |
| 32854 | 166 Only check text properties, not overlays. |
| 32851 | 167 * textprop.c (get_char_property_and_overlay): New function. |
| 168 (Fget_char_property): Use it. | |
| 169 * intervals.h (get_char_property_and_overlay): Add declaration. | |
| 170 | |
|
32847
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
171 2000-10-25 Stefan Monnier <monnier@cs.yale.edu> |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
172 |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
173 * keymap.c: Use AREF, ASET and ASIZE macros. |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
174 (Fmake_sparse_keymap): Docstring fix. |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
175 (synkey): Remove. |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
176 (shadow_lookup): Move up. |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
177 Handle the case where lookup-key returns an integer. |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
178 (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
|
179 (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
|
180 (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
|
181 Simplify/rewrite the keymap-finding code. |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
182 Add check for command shadowing, using shadow_lookup. |
|
0e2ea6e876c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32845
diff
changeset
|
183 |
|
32845
e92097fd9144
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32838
diff
changeset
|
184 2000-10-24 Stefan Monnier <monnier@cs.yale.edu> |
|
e92097fd9144
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32838
diff
changeset
|
185 |
|
e92097fd9144
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32838
diff
changeset
|
186 * 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
|
187 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
|
188 a symbol. |
|
e92097fd9144
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32838
diff
changeset
|
189 |
| 32827 | 190 2000-10-24 Andrew Innes <andrewi@gnu.org> |
| 191 | |
| 192 * dired.c (directory_files_internal_unwind): New function. | |
| 193 (directory_files_internal): Use it to ensure closedir is called | |
| 194 even if expand-file-name or file-attributes throw, eg. because of | |
| 195 a user interrupt. Also enable immediate_quit while calling | |
| 196 re_search, so that matching can be interrupted as well. | |
| 197 | |
|
32911
67ee3f53d728
Copy across changelog entries for regex.c.
Andrew Innes <andrewi@gnu.org>
parents:
32908
diff
changeset
|
198 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
|
199 |
|
67ee3f53d728
Copy across changelog entries for regex.c.
Andrew Innes <andrewi@gnu.org>
parents:
32908
diff
changeset
|
200 * 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
|
201 NT-Emacs only. |
|
67ee3f53d728
Copy across changelog entries for regex.c.
Andrew Innes <andrewi@gnu.org>
parents:
32908
diff
changeset
|
202 (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
|
203 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
|
204 |
|
67ee3f53d728
Copy across changelog entries for regex.c.
Andrew Innes <andrewi@gnu.org>
parents:
32908
diff
changeset
|
205 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
|
206 |
|
67ee3f53d728
Copy across changelog entries for regex.c.
Andrew Innes <andrewi@gnu.org>
parents:
32908
diff
changeset
|
207 * 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
|
208 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
|
209 |
| 32815 | 210 2000-10-24 Gerd Moellmann <gerd@gnu.org> |
| 211 | |
| 32825 | 212 * window.c (size_window): Prevent setting window's width or |
| 213 height to a negative value (esp. with XSETFASTINT). | |
| 214 | |
| 32822 | 215 * gmalloc.c (state_protected_p, last_state_size, last_heapinfo) |
| 216 [GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New variables. | |
| 217 (protect_malloc_state) [GC_MALLOC_CHECK && | |
| 218 GC_PROTECT_MALLOC_STATE]: New function. | |
| 219 (PROTECT_MALLOC_STATE): New macro. | |
| 220 (__malloc_initialize, morecore, _malloc_internal) | |
| 221 (_free_internal) _realloc_internal): Use it to make _heapinfo | |
| 222 read-only outside of gmalloc. | |
| 223 | |
| 32819 | 224 * keymap.c: Update copyright. |
| 225 | |
| 32815 | 226 * .gdbinit (xbacktrace): Handle case that $bt->function isn't |
| 227 a symbol. | |
| 228 | |
| 32834 | 229 2000-10-24 Colin Walters <walters@cis.ohio-state.edu> |
| 230 | |
| 231 * filelock.c (unlock_all_files): Use unlock_file to expand each | |
| 232 buffer's file_truename before trying remove its lock file. | |
| 233 | |
| 32808 | 234 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il> |
| 235 | |
| 236 * coding.c (decode_coding_emacs_mule): If coding->eol_type is CR | |
| 237 or CRLF, decode EOLs. | |
| 238 | |
| 32799 | 239 2000-10-24 Kenichi Handa <handa@etl.go.jp> |
| 240 | |
| 241 * window.c (Fdisplay_buffer): Fix doc. | |
| 242 | |
| 32793 | 243 2000-10-23 Jason Rumney <jasonr@gnu.org> |
| 244 | |
| 245 * fontset.c (syms_of_fontset) [WINDOWSNT]: Special case for | |
| 246 ASCII font of default fontset on Windows. | |
| 247 | |
| 248 * w32term.c (VCENTER_BASELINE_OFFSET): Bias division (see | |
| 249 xterm.c comment below). | |
| 250 | |
| 251 * w32fns.c (x_to_w32_font): Initialize dpi from dpyinfo->resy. | |
| 252 | |
| 32777 | 253 2000-10-23 Gerd Moellmann <gerd@gnu.org> |
| 254 | |
| 255 * xterm.c (x_connection_closed): Reset handling_signal. | |
| 256 | |
| 257 * alloc.c (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing | |
| 258 null. | |
| 259 | |
| 32774 | 260 2000-10-23 Miles Bader <miles@gnu.org> |
| 261 | |
| 262 * window.c (window_scroll_pixel_based, window_scroll_line_based): | |
| 263 Pass nil for FULLY argument to Fpos_visible_in_window_p to | |
| 264 maintain old behavior. | |
| 265 * minibuf.c (Fminibuffer_complete): Likewise. | |
| 266 | |
| 32755 | 267 2000-10-23 Miles Bader <miles@lsi.nec.co.jp> |
| 268 | |
| 269 * xterm.c (VCENTER_BASELINE_OFFSET): Bias the division by two, so | |
| 270 that when a font can't be exactly centered, it errs up rather than | |
| 271 down. | |
| 272 | |
| 32808 | 273 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
|
274 |
|
401f661f11d4
2000-10-22 15:07:47 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
32752
diff
changeset
|
275 * 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
|
276 unibyte. |
|
401f661f11d4
2000-10-22 15:07:47 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
32752
diff
changeset
|
277 |
|
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
278 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
|
279 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
280 * 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
|
281 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
282 * dispnew.c [macintosh]: Include macterm.h. |
| 32777 | 283 (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
|
284 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
285 * 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
|
286 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
|
287 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
|
288 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
|
289 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
290 * 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
|
291 default fontset to Monaco. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
292 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
293 * 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
|
294 NewMacWindow and DisposeMacWindow. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
295 (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
|
296 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
|
297 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
|
298 (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
|
299 (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
|
300 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
|
301 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
302 * 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
|
303 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
|
304 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
305 * 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
|
306 (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
|
307 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
|
308 (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
|
309 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
|
310 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
311 * 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
|
312 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
|
313 (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
|
314 (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
|
315 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
|
316 Vx_bitmap_file_path. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
317 (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
|
318 read_socket_hook. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
319 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
|
320 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
321 * 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
|
322 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
323 * 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
|
324 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
325 * 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
|
326 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
|
327 (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
|
328 is the selected frame. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
329 (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
|
330 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
|
331 (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
|
332 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
|
333 (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
|
334 |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
335 * 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
|
336 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
|
337 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
|
338 (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
|
339 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
|
340 (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
|
341 display_x_get_resource. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
342 (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
|
343 (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
|
344 ATTRS. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
345 (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
|
346 to Qt. |
|
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
32740
diff
changeset
|
347 |
|
32740
fd9781e17343
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32731
diff
changeset
|
348 2000-10-22 Stefan Monnier <monnier@cs.yale.edu> |
|
fd9781e17343
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32731
diff
changeset
|
349 |
|
fd9781e17343
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32731
diff
changeset
|
350 * 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
|
351 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
|
352 setting nil to nil. |
|
fd9781e17343
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32731
diff
changeset
|
353 (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
|
354 doesn't obey autoload. |
|
fd9781e17343
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32731
diff
changeset
|
355 |
| 32731 | 356 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il> |
| 357 | |
|
32740
fd9781e17343
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32731
diff
changeset
|
358 * msdos.c (dos_set_window_size): Update screen dimension variables. |
| 32731 | 359 |
| 32726 | 360 2000-10-21 Jason Rumney <jasonr@gnu.org> |
| 361 | |
| 362 * w32term.c (w32_cache_char_metrics): Double check that font is | |
| 363 really fixed pitch before trusting tmPitchAndFamily. | |
| 364 | |
| 32725 | 365 2000-10-21 Andrew Innes <andrewi@gnu.org> |
| 366 | |
| 367 * w32gui.h (w32_char_font_type): Move enum from w32term.c | |
| 368 | |
| 369 * w32term.h: Extern decl for w32_cache_char_metrics. | |
| 370 | |
| 371 * w32bdf.c (w32_load_bdf_font): Call w32_cache_char_metrics. | |
| 372 | |
| 373 * w32fns.c (w32_load_system_font): Call w32_cache_char_metrics. | |
| 374 (w32_unload_font): Free per_char array if present. | |
| 375 | |
| 376 * w32term.c (w32_per_char_metric): Remove HDC argument. Use | |
| 377 cached information in emulated XFontStruct to handle common cases | |
| 378 quickly. Do not allocate XCharStruct for return. | |
| 379 (w32_native_per_char_metric): New function. | |
| 380 (w32_bdf_per_char_metric): Fill in supplied XCharStruct instead of | |
| 381 allocating one. | |
| 382 (x_produce_glyphs): Don't get an HDC. Change calls to | |
| 383 w32_per_char_metric to match arg change above. Remove calls to | |
| 384 free results. | |
| 385 (w32_get_glyph_overhangs): Ditto. | |
| 386 (w32_cache_char_metrics): New function. | |
| 387 | |
| 388 * makefile.w32-in: Change .obj to .$(O) in all dependencies. | |
| 389 ($(BLD)/casefiddle.$(O)): Remove compile command. | |
| 390 ($(BLD)/gmalloc.$(O)): Remove compile command. | |
| 391 ($(BLD)/dispnew.obj): | |
| 392 ($(BLD)/keyboard.obj): | |
| 393 ($(BLD)/w32inevt.obj): | |
| 394 ($(BLD)/w32bdf.obj): | |
| 395 ($(BLD)/alloc.obj): | |
| 396 ($(BLD)/buffer.obj): | |
| 397 ($(BLD)/editfns.obj): | |
| 398 ($(BLD)/emacs.obj): | |
| 399 ($(BLD)/fileio.obj): | |
| 400 ($(BLD)/fns.obj): | |
| 401 ($(BLD)/indent.obj): | |
| 402 ($(BLD)/insdel.obj): | |
| 403 ($(BLD)/intervals.obj): | |
| 404 ($(BLD)/minibuf.obj): | |
| 405 ($(BLD)/print.obj): | |
| 406 ($(BLD)/scroll.obj): | |
| 407 ($(BLD)/sysdep.obj): | |
| 408 ($(BLD)/textprop.obj): | |
| 409 ($(BLD)/widget.obj): | |
| 410 ($(BLD)/xdisp.obj): Add dependency on w32gui.h. | |
| 411 ($(BLD)/term.obj): Add dependency on dispextern.h. | |
| 412 | |
| 413 * makefile.nt ($(BLD)\dispnew.obj): | |
| 414 ($(BLD)\keyboard.obj): | |
| 415 ($(BLD)\w32inevt.obj): | |
| 416 ($(BLD)\w32bdf.obj): | |
| 417 ($(BLD)\alloc.obj): | |
| 418 ($(BLD)\buffer.obj): | |
| 419 ($(BLD)\editfns.obj): | |
| 420 ($(BLD)\emacs.obj): | |
| 421 ($(BLD)\fileio.obj): | |
| 422 ($(BLD)\fns.obj): | |
| 423 ($(BLD)\indent.obj): | |
| 424 ($(BLD)\insdel.obj): | |
| 425 ($(BLD)\intervals.obj): | |
| 426 ($(BLD)\minibuf.obj): | |
| 427 ($(BLD)\print.obj): | |
| 428 ($(BLD)\scroll.obj): | |
| 429 ($(BLD)\sysdep.obj): | |
| 430 ($(BLD)\textprop.obj): | |
| 431 ($(BLD)\widget.obj): | |
| 432 ($(BLD)\xdisp.obj): Add dependency on w32gui.h. | |
| 433 ($(BLD)\term.obj): Add dependency on dispextern.h | |
| 434 | |
| 32715 | 435 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il> |
| 436 | |
| 437 * minibuf.c (Fminibuffer_complete): Call Fpos_visible_in_window_p | |
| 438 with an additional argument of Qt. | |
| 439 | |
| 32712 | 440 2000-10-21 Miles Bader <miles@gnu.org> |
| 441 | |
| 442 * window.c (pos_fully_visible_in_window_p): New function. | |
| 443 (Fpos_visible_in_window_p): Add FULLY argument. | |
| 444 Use pos_fully_visible_in_window_p. | |
| 445 (window_scroll_pixel_based, window_scroll_line_based): Update | |
| 446 calls to Fpos_visible_in_window_p. | |
| 447 * lisp.h (Fpos_visible_in_window_p): Update prototype | |
| 448 | |
| 32701 | 449 2000-10-20 Gerd Moellmann <gerd@gnu.org> |
| 450 | |
| 451 * alloc.c (toplevel): Conditionalize compilation of mem_* | |
| 452 functions differently. | |
| 453 | |
| 32698 | 454 2000-10-20 Jason Rumney <jasonr@gnu.org> |
| 455 | |
| 456 * alloc.c (toplevel): Move #ifdef GC_MARK_STACK back to above | |
| 457 mem_init where it used to be. mem_z etc not defined otherwise. | |
| 458 | |
| 32694 | 459 2000-10-20 Gerd Moellmann <gerd@gnu.org> |
| 460 | |
| 461 * alloc.c (toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: Undef | |
| 462 GC_MALLOC_CHECK. | |
| 463 (toplevel) [GC_MARK_STACK || GC_MALLOC_CHECK]: Move mem_node | |
| 464 structure definition and related variabled to the top of the file. | |
| 465 Include this code when GC_MALLOC_CHECK is defined. | |
| 466 (lisp_malloc, lisp_free) [GC_MALLOC_CHECK]: Don't | |
| 467 register/unregister allocated region. | |
| 468 (emacs_blocked_free) [GC_MALLOC_CHECK]: Check if freeing something | |
| 469 which isn't allocated. | |
| 470 (emacs_blocked_malloc) [GC_MALLOC_CHECK]: Check if returning | |
| 471 something which is already in use. | |
| 472 (emacs_blocked_realloc) [GC_MALLOC_CHECK]: Likewise. | |
| 473 (mem_insert) [GC_MALLOC_CHECK]: Use _malloc_internal. | |
| 474 (mem_delete) [GC_MALLOC_CHECK]: Use _free_internal. | |
| 475 (init_alloc_once) [GC_MALLOC_CHECK]: Call mem_init. | |
| 476 | |
| 477 * gmalloc.c (_malloc_internal) [GC_MALLOC_CHECK]: Use | |
| 478 _malloc_internal instead of malloc. | |
| 479 (_free_internal) [GC_MALLOC_CHECK]: Use _free_internal instead | |
| 480 of free. | |
| 481 | |
| 32688 | 482 2000-10-20 Andrew Innes <andrewi@gnu.org> |
| 483 | |
| 484 * strftime.c [!WINDOWSNT]: Don't apply Solaris 2.5 work-around on | |
| 485 Windows. | |
| 486 (my_strftime) <macro>: Don't use macro arg list when redefining as | |
| 487 _strftime_copytm. | |
| 488 (my_strftime) <function>: Supply 0 as ut argument. | |
| 489 | |
| 32673 | 490 2000-10-19 Jason Rumney <jasonr@altavista.net> |
| 491 | |
| 492 * w32console.c: Do not undef HAVE_WINDOW_SYSTEM before | |
| 493 including dispextern.h, as it stops faces from working. | |
| 494 | |
| 495 * w32fns.c (Fx_create_frame): Don't bother calling | |
| 496 face-set-after-frame-default since the caller does it for us | |
| 497 anyway. Clean up calls to x_get_arg to be consistent with X. | |
| 498 | |
| 499 * w32term.c (x_produce_glyphs): Handle | |
| 500 unibyte_display_via_language_environment correctly. | |
| 501 (w32_draw_box_rect): Fix the calculation of width and height. | |
| 502 | |
| 503 * w32menu.c (add_menu_item): Do not use MF_OWNERDRAW for titles, | |
| 504 as it has stopped working. | |
| 505 (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar position like | |
| 506 menu-bar. | |
| 507 | |
| 32658 | 508 2000-10-19 Gerd Moellmann <gerd@gnu.org> |
| 509 | |
| 510 * eval.c (skip_debugger): Prevent a compiler warning. | |
| 511 (Fcondition_case): Likewise. | |
| 512 (Fbacktrace_frame): Use a null interactive spec. | |
| 513 | |
| 32644 | 514 2000-10-19 Kenichi Handa <handa@etl.go.jp> |
| 515 | |
| 516 * xterm.c (x_find_ccl_program): Check also fontp->full_name. | |
| 517 | |
| 32610 | 518 2000-10-18 Gerd Moellmann <gerd@gnu.org> |
| 519 | |
| 32630 | 520 * strftime.c: Sync with glibc, file version 1.78. |
| 521 (my_strftime) [HAVE_TZNAME]: Use `UTC' instead of `GMT' which | |
| 522 should no longer be used according to ISO 8601. | |
| 523 | |
| 32625 | 524 * keymap.c (access_keymap): If IDX has a meta prefix, and there's |
| 525 no map for meta_prefix_char, don't try to use it as a keymap. | |
| 526 Instead, if T_OK is non-zero, look up a default binding, if any, | |
| 527 otherwise, if T_OK is zero, return nil. | |
| 528 | |
| 32610 | 529 * xfns.c (x_to_xcolors, x_set_mouse_color, lookup_pixel_color) |
| 530 (x_to_xcolors, png_load): Use x_query_color. | |
| 531 | |
| 532 * xterm.c (x_color_cells, x_query_colors, x_query_color): New | |
| 533 functions. | |
| 534 (x_alloc_nearest_color): Use it to reduce calls to XQueryColors | |
| 535 which can be slow. | |
| 536 (x_copy_color, x_alloc_lighter_color): Likewise. | |
| 537 | |
| 538 * xterm.h (struct x_display_info): Add color_cells and ncolor_cells. | |
| 539 (x_query_color, x_query_colors): Add prototype. | |
| 540 | |
| 541 * alloc.c (allocate_string) [GC_CHECK_STRING_BYTES]: Call | |
| 542 check_string_bytes only if not noninteractive, increase count to 50. | |
| 543 | |
| 32602 | 544 2000-10-18 Miles Bader <miles@lsi.nec.co.jp> |
| 545 | |
| 546 * insdel.c (adjust_markers_for_delete): Handle before-insertion | |
| 547 markers correctly. | |
| 548 | |
| 32586 | 549 2000-10-17 Gerd Moellmann <gerd@gnu.org> |
| 550 | |
| 32595 | 551 * alloc.c (pure_bytes_used): Renamed from pureptr. |
| 552 (ALIGN): New macro. | |
| 553 (pure_alloc): New function. | |
| 554 (make_pure_string, pure_cons, make_pure_float, make_pure_vector): | |
| 555 Use it. | |
| 556 (Fpurecopy): Use PURE_POINTER_P. | |
| 557 | |
| 32593 | 558 * xdisp.c (try_cursor_movement): Use cursor_row_p also when |
| 559 PT has moved backward. | |
| 560 | |
| 32591 | 561 * xdisp.c (cursor_row_p): Take continued lines into account. |
| 562 | |
|
32587
b3918817f15f
(mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
Gerd Moellmann <gerd@gnu.org>
parents:
32586
diff
changeset
|
563 * 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
|
564 string's size_byte. |
|
b3918817f15f
(mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
Gerd Moellmann <gerd@gnu.org>
parents:
32586
diff
changeset
|
565 (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
|
566 (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
|
567 (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
|
568 string allocated. |
|
b3918817f15f
(mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
Gerd Moellmann <gerd@gnu.org>
parents:
32586
diff
changeset
|
569 |
| 32586 | 570 * xdisp.c (forward_to_next_line_start): Switch iterator's handling |
| 571 of selective display off while searching for the next line start. | |
| 572 | |
| 32561 | 573 2000-10-17 Kenichi Handa <handa@etl.go.jp> |
| 574 | |
| 575 * Makefile.in (term.o): Depend on dispextern.h. | |
| 576 | |
|
32560
aaa33e5bc33b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32556
diff
changeset
|
577 2000-10-16 Stefan Monnier <monnier@cs.yale.edu> |
|
aaa33e5bc33b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32556
diff
changeset
|
578 |
|
aaa33e5bc33b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32556
diff
changeset
|
579 * 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
|
580 |
| 32550 | 581 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
| 582 | |
| 32555 | 583 * xdisp.c (set_iterator_to_next): Reset box start and end flags of |
| 584 the iterator at the beginning, so that they can be set later on, | |
| 32556 | 585 for instance in reseat_at_next_visible_line_start, without being |
| 32554 | 586 overwritten. |
| 587 | |
| 32550 | 588 * xfns.c (pbm_format): Add :foreground and :background keywords. |
| 589 (PBM_FOREGROUND, PBM_BACKGROUND): New enumerators. | |
| 32555 | 590 (xbm_load): Recognize foreground and background color |
| 32550 | 591 specifications. |
| 592 | |
| 32548 | 593 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il> |
| 594 | |
| 595 * dispextern.h (unspecified_fg, unspecified_bg): Declare. | |
| 596 | |
| 597 * dosfns.c (unspecified_fg, unspecified_bg): Remove extern | |
| 598 declaration. | |
| 599 | |
| 600 * msdos.c (IT_set_face): Compare highlighted face with the default | |
| 601 face, and invert colors if these faces' colors are identical. | |
| 602 (Fmsdos_remember_default_colors): Don't swap foreground and | |
| 603 background colors in initial_colors[]. | |
| 604 (IT_set_frame_parameters): Don't swap frame's foreground and | |
| 605 background pixels. If ALIST includes "(reverse . t)", swap | |
| 606 foreground-color and background-color properties in frame's | |
| 607 param_alist. If the original frame's param_alist doesn't specify | |
| 608 the colors, store unspecified-fg and unspecified-bg, reversed if | |
| 609 required. | |
| 610 | |
| 611 * frame.c (Fframe_parameters): If a tty's frame's param_alist says | |
| 612 the colors are unspecified and reversed, reverse fore- and back- | |
| 613 ground in the returned value. | |
| 614 (Fframe_parameter): Ditto. | |
| 615 | |
| 32535 | 616 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
| 617 | |
| 32541 | 618 * xdisp.c (find_last_unchanged_at_beg_row): Renamed from |
| 619 get_last_unchanged_at_beg_row. | |
| 620 (find_first_unchanged_at_end_row): Renamed from | |
| 621 get_first_unchanged_at_end_row. | |
| 622 (find_first_unchanged_at_end_row): Convert assertions to | |
| 623 unconditional tests which abort. When looking for a row in | |
| 624 unchanged text, don't go further back than first_text_row. | |
| 625 | |
| 32535 | 626 * xdisp.c (try_scrolling) <cursor in scroll margin at the bottom>: |
| 627 Don't add in the last line's height when deciding if the new | |
| 628 position is below the scroll margin. | |
| 629 | |
| 32525 | 630 2000-10-16 Miles Bader <miles@gnu.org> |
| 32518 | 631 |
| 632 * editfns.c (Fconstrain_to_field): Check carefully for field | |
| 633 boundaries if either OLD_POS or NEW_POS has a non-nil field | |
| 634 property, even if they're the same. | |
| 635 | |
| 32512 | 636 2000-10-16 Kenichi Handa <handa@etl.go.jp> |
| 637 | |
| 638 * xterm.c (x_draw_box_rect): Fix the calculation of width and | |
| 639 height for XFillRectangle. | |
| 640 | |
|
32510
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
641 2000-10-15 Stefan Monnier <monnier@cs.yale.edu> |
|
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
642 |
|
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
643 * syntax.c (Fstring_to_syntax): New function extracted from |
|
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
644 Fmodify_syntax_entry. |
|
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
645 (Fmodify_syntax_entry): Use it and document the ! and | fences. |
|
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
646 (skip_chars, Fforward_comment): Remove unused variables. |
|
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
647 (syms_of_syntax): Add defsubr for string-to-syntax. |
|
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
648 (describe_syntax): Add code for comment and string fences. |
|
0640dae5f283
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32477
diff
changeset
|
649 |
|
32477
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
650 2000-10-14 Stefan Monnier <monnier@cs.yale.edu> |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
651 |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
652 * keymap.c (access_keymap): Add AUTOLOAD parameter. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
653 Do the meta->esc mapping. Call get_keyelt before returning. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
654 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
|
655 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
|
656 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
|
657 (Fkeymap_parent): Also handle the `inherit from symbol' case. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
658 (fix_submap_inheritance, Fdefine_key): Update call to access_keymap. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
659 (get_keyelt, Flookup_key): Update call to access_keymap. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
660 Remove the meta->esc mappings. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
661 (define_as_prefix): Delete old disabled code. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
662 (menu_item_p): New function. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
663 (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
|
664 * lisp.h (access_keymap): Update prototype. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
665 * keyboard.c (read_char, menu_bar_items, tool_bar_items): |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
666 Update call to access_keymap. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
667 (follow_key, read_key_sequence): Update calls to access_keymap. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
668 Remove the meta->esc mappings. |
|
f68c04b9e4a4
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32469
diff
changeset
|
669 |
| 32461 | 670 2000-10-13 Gerd Moellmann <gerd@gnu.org> |
| 671 | |
| 32469 | 672 * dispnew.c (direct_output_for_insert): Call set_iterator_to_next |
| 673 with additional argument. | |
| 674 | |
| 32461 | 675 * xdisp.c (cursor_row_p): New function. |
| 676 (try_cursor_movement, display_line): Use it. | |
| 677 | |
| 678 * xdisp.c (append_space): Also save/restore iterator's current | |
| 679 character and its length. | |
| 680 | |
| 681 * xdisp.c (init_from_display_pos): Add an assertion. | |
| 682 (handle_stop): Don't set iterator's add_overlay_start. | |
| 683 (handle_invisible_prop): Likewise. | |
| 684 (load_overlay_strings): If text under an overlay is invisible, | |
| 685 take both before- and after-strings into account when the iterator | |
| 686 is positioned either at the start or at the end of the overlay. | |
| 687 (forward_to_next_line_start): Rewritten. | |
| 688 (reseat_at_next_visible_line_start): Rewritten. | |
| 689 (set_iterator_to_next): Add parameter RESEAT_P. | |
| 690 | |
| 691 * dispextern.h (struct it): Remove member add_overlay_start. | |
| 692 (set_iterator_to_next): Change prototype. | |
| 693 | |
| 32442 | 694 2000-10-13 Kenichi Handa <handa@etl.go.jp> |
| 695 | |
| 696 * coding.c (code_convert_region): Be sure to initialize | |
| 697 coding->category_idx. | |
| 32444 | 698 (decode_coding_string): Set coding->src_multibyte and |
| 699 coding->dst_multibyte before using CODING_REQUIRE_DECODING. | |
| 700 (encode_coding_string): Set coding->src_multibyte and | |
| 701 coding->dst_multibyte before using CODING_REQUIRE_ENCODING. | |
| 32442 | 702 |
|
32434
2c839d052cbd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32427
diff
changeset
|
703 2000-10-12 Stefan Monnier <monnier@cs.yale.edu> |
|
2c839d052cbd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32427
diff
changeset
|
704 |
|
2c839d052cbd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32427
diff
changeset
|
705 * xfns.c (Fx_create_frame): Don't bother calling |
|
2c839d052cbd
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32427
diff
changeset
|
706 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
|
707 |
| 32427 | 708 2000-10-12 Eli Zaretskii <eliz@is.elta.co.il> |
| 709 | |
| 710 * window.c (coordinates_in_window): Fix detection of vertical line | |
| 711 on character terminals. | |
| 712 | |
| 32421 | 713 2000-10-12 Gerd Moellmann <gerd@gnu.org> |
| 714 | |
| 715 * editfns.c (save_excursion_save): Additionally record the | |
| 716 selected window. | |
| 717 (save_excursion_restore): If buffer was visible in a window, and a | |
| 718 different window was selected, and the old selected window is | |
| 719 still live, restore point in that window. | |
| 720 | |
| 32397 | 721 2000-10-12 Kenichi Handa <handa@etl.go.jp> |
| 722 | |
| 32400 | 723 * xterm.c (x_produce_glyphs): Handle |
| 724 unibyte_display_via_language_environment correctly. | |
| 725 | |
| 32398 | 726 * regex.c (regex_compile): Change the way of handling a range from |
| 727 unibyte char to multibyte char. | |
| 728 | |
| 729 * syntax.c (skip_chars): Change the way of handling a range from | |
| 730 unibyte char to multibyte char. | |
| 731 | |
| 32397 | 732 * process.c (read_process_output): Cancel previous change. |
| 733 | |
| 32381 | 734 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il> |
| 735 | |
| 32388 | 736 * search.c (Fsearch_backward, Fsearch_forward): Doc fix. |
| 737 | |
| 32381 | 738 * charset.c (Ffind_charset_string): Doc fix. |
| 739 (Ffind_charset_region): Doc fix. | |
| 740 | |
| 32369 | 741 2000-10-11 Kenichi Handa <handa@mule.m17n.org> |
| 742 | |
| 32370 | 743 * process.c (read_process_output): Fix previous change. Adjust |
| 744 multibyteness of text to insert in a buffer by | |
| 32372 | 745 string_make_unibyte/multibyte instead of |
| 32370 | 746 Fstring_as_unibyte/multibyte. |
| 32369 | 747 |
| 32361 | 748 2000-10-10 Andreas Schwab <schwab@suse.de> |
| 749 | |
| 750 * alloc.c (mark_object): Remove all workarounds installed on | |
| 751 1993-08-08. | |
| 752 | |
| 32352 | 753 2000-10-10 Kenichi Handa <handa@etl.go.jp> |
| 754 | |
| 755 * fns.c (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before | |
| 756 returning. | |
| 757 (base64_encode_1): Make it work for a text of multibyte form. | |
| 758 (Fbase64_decode_region): Allocate sufficient memory for multibyte | |
| 759 case. Don't call str_to_multibyte because base64_decode_1 | |
| 760 produces correct multibyte form for eight-bit codes. | |
| 761 (Fbase64_decode_string): Adjusted for the change of | |
| 762 base64_decode_1. | |
| 763 (base64_decode_1): New args MULTIBYTE and NCHARS_RETURN. If | |
| 764 MULTIBYTE is nonzero, produce correct multibyte form for eight-bit | |
| 765 codes. | |
| 766 | |
| 767 * charset.h (CHAR_STRING): Optimized for single byte characters. | |
| 768 | |
| 32342 | 769 2000-10-09 Andreas Schwab <schwab@suse.de> |
| 770 | |
| 771 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to | |
| 772 -1 after socket is closed, to fall through to error processing. | |
| 773 | |
| 32336 | 774 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il> |
| 775 | |
| 776 * msdos.c (IT_set_frame_parameters): Don't initialize Lisp_Object | |
| 32381 | 777 variables. If ALIST includes foreground-color or |
| 32336 | 778 background-color, change also the colors of the default face for |
| 779 this frame. | |
| 780 | |
| 32273 | 781 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il> |
| 782 | |
| 783 * msdos.c (top-level) <Qbackground_color, Qforeground_color>: Make | |
| 784 them extern (they are defined on xfaces.c). | |
| 785 (syms_of_msdos): Don't intern and don't staticpro | |
| 786 Qbackground_color and Qforeground_color. | |
| 787 | |
| 32255 | 788 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il> |
| 789 | |
| 790 * frame.c (Fframe_parameter): For non-windowed frames, if | |
| 791 f->param_alist says foreground or background color is unspecified, | |
| 792 call tty_color_name to return the color name computed from the | |
| 793 frame's current colors. | |
| 794 | |
| 32238 | 795 2000-10-06 Dave Love <fx@gnu.org> |
| 796 | |
| 797 * terminfo.c (ospeed): Don't declare. | |
| 798 | |
| 799 * sysdep.c: Don't include string.h. | |
| 800 (h_errno): Declare conditional also on TRY_AGAIN. | |
| 801 | |
| 802 * charset.c (Ffind_charset_string): Doc fix. | |
| 803 | |
| 804 * fns.c (Fbase64_encode_region, Fbase64_encode_string) | |
| 805 (Fbase64_decode_region, Fbase64_decode_string): More explicit | |
| 806 error messages. | |
| 807 | |
| 32180 | 808 2000-10-05 Dave Love <fx@gnu.org> |
| 809 | |
| 810 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar | |
| 811 position like menu-bar. | |
| 812 | |
| 32177 | 813 2000-10-05 Gerd Moellmann <gerd@gnu.org> |
| 814 | |
| 815 * keyboard.c (Frecursive_edit): Make sure redisplay can happen. | |
| 816 | |
| 817 * xdisp.c (handle_single_display_prop): Use safe_call1. | |
| 818 (safe_call): Renamed from call_function. | |
| 819 (safe_call1): New function. | |
| 820 (handle_fontified_prop): Use safe_call1 instead of call1. | |
| 821 (safe_eval): Renamed from eval_form. | |
| 822 (safe_eval_handler): Renamed from eval_handler. | |
| 823 (handle_single_display_prop, display_mode_element): Use safe_eval | |
| 824 instead of eval_form. | |
| 825 | |
| 826 * xfaces.c (merge_face_heights): Use safe_call instead of | |
| 827 call_function. | |
| 828 | |
| 829 * keyboard.c (show_help_echo): Use safe_call instead of | |
| 830 call_function; use safe_eval instead of eval_form. | |
| 831 | |
| 832 * lisp.h (safe_call): Renamed from call_function. | |
| 833 (safe_eval): Renamed from eval_form. | |
| 834 (safe_call1): Add prototype. | |
| 835 | |
| 32165 | 836 2000-10-05 Miles Bader <miles@lsi.nec.co.jp> |
| 837 | |
| 838 * xfns.c (image_ascent): Rearrange ascent calculation for the | |
| 839 has-a-font case. | |
| 840 | |
|
32146
e5229d4b9f90
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32142
diff
changeset
|
841 2000-10-04 Stefan Monnier <monnier@cs.yale.edu> |
|
e5229d4b9f90
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32142
diff
changeset
|
842 |
|
e5229d4b9f90
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32142
diff
changeset
|
843 * 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
|
844 (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
|
845 |
| 32142 | 846 2000-10-04 Gerd Moellmann <gerd@gnu.org> |
| 847 | |
| 848 * keyboard.c (update_menu_bindings): New variable. | |
| 849 (parse_menu_item): Use AREF. If update_menu_bindings | |
| 850 is 0, don't update menu bindings. | |
| 851 (syms_of_keyboard): New Lisp variable `update-menu-bindings'. | |
| 852 | |
| 32100 | 853 2000-10-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 854 | |
| 855 * alloc.c (Fgarbage_collect): Prevent compiler warning for a call | |
| 856 to `mark_object'. | |
| 857 | |
|
32088
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
858 2000-10-02 Stefan Monnier <monnier@cs.yale.edu> |
|
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
859 |
|
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
860 * syntax.c (forw_comment): Match nestedness of ender/starter. |
|
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
861 (Fforward_comment): Treat an unmatched \n comment-ender as whitespace. |
|
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
862 (prev_char_comstart_first): Remove. |
|
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
863 (back_comment): Check two-char comment markers more carefully |
|
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
864 to better handle overlapping cases like *//* or /* */* */ ... |
|
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
865 Match nestedness of ender/starter. |
|
cd19a69a3759
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32075
diff
changeset
|
866 |
| 32075 | 867 2000-10-02 Dave Love <fx@gnu.org> |
| 868 | |
| 869 * config.in (HAVE_GAI_STRERROR): Add undef. | |
| 870 | |
| 871 * process.c (Fopen_network_stream): Use it. | |
| 872 | |
| 873 * m/alpha.h (NO_REMAP): Don't define. | |
| 874 | |
| 32068 | 875 2000-10-02 Gerd Moellmann <gerd@gnu.org> |
| 876 | |
| 877 * lisp.h (wrong_type_argument): Remove NO_RETURN, the function can | |
| 878 return with a string converted to an integer or vice versa when | |
| 879 Vmocklisp_arguments is t. | |
| 880 (Fsignal): Likewise. The function can return for `quit'. | |
| 881 (struct gcpro): Declare member `var' to point to a volatile | |
| 882 Lisp_Object. | |
| 883 | |
| 884 * eval.c (error): Prevent compiler warning. | |
| 885 | |
|
32039
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
886 2000-09-30 Stefan Monnier <monnier@cs.yale.edu> |
|
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
887 |
|
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
888 * keymap.c (keymap_memberp): New function. |
|
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
889 (Fset_keymap_parent): Use it. |
|
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
890 (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
|
891 Use keymap_memberp to avoid creating cycles. |
|
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
892 (access_keymap): Use KEYMAPP. |
|
8c8661e981c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
32034
diff
changeset
|
893 |
| 32034 | 894 2000-09-30 Gerd Moellmann <gerd@gnu.org> |
| 895 | |
| 896 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Use | |
| 32068 | 897 gai_strerror. Make sure xerrno is set if connect fails. Improve |
| 898 error recovery. | |
| 32034 | 899 |
| 32021 | 900 2000-09-29 Jason Rumney <jasonr@gnu.org> |
| 901 | |
| 902 * w32term.c (w32_char_font_type, w32_encode_char) | |
| 903 (x_produce_glyphs): Distinguish single and multibyte BDF fonts. | |
| 904 (w32_bdf_per_char_metric): New function. | |
| 905 (w32_per_char_metric): Use it. | |
| 906 (x_draw_glyph_string_background): Always draw background for BDF | |
| 907 glyphs. | |
| 908 | |
| 909 * w32bdf.h (glyph_struct, cache_bitmap): Cache bitmap data, not | |
| 910 GDI object which is a scarce resource. | |
| 911 | |
| 912 * w32bdf.c (search_file_line): Fix skipping of whitespace. | |
| 913 (get_quoted_string): Fix limit on memchr search. | |
| 914 (set_bdf_font_info): Use unsigned chars. Negate yoffset. | |
| 915 (w32_init_bdf_font): Initialize codepoint and bitmap heaps. | |
| 916 (w32_free_bdf_font): Free bitmaps and codepoints on heaps. | |
| 917 (get_cached_font_char, cache_char_offset): Use macro | |
| 918 BDF_CODEPOINT_RANGE_COVER_P. | |
| 919 (cache_char_offset): Use HeapAlloc to allocate codepoints on own heap. | |
| 920 (clear_cached_bitmap_slots): New function. | |
| 921 (GET_HEX_VALUE): G-Z, g-z are not hex. | |
| 922 (w32_get_bdf_glyph): Convert to DIB format. Return bytes read. | |
| 923 (get_bitmap_with_cache): Use new cache implementation. | |
| 924 (create_offscreen_bitmap): New function. | |
| 925 (w32_BDF_TextOut): Use it. Draw glyphs as DIBs. | |
| 926 | |
| 927 * w32term.c (x_produce_glyphs): If the distance from the current | |
| 928 position to the next tab stop is less than a canonical character | |
| 929 width, use the tab stop after that. | |
| 930 (x_draw_glyphs): Handle case START and END are out of bounds more | |
| 931 carefully. | |
| 932 (x_clear_mouse_face): Block/unblock input. | |
| 933 (x_display_and_set_cursor): Don't show a hollow box cursor for | |
| 934 buffers whose cursor_type is nil. | |
| 935 | |
| 32001 | 936 2000-09-29 Gerd Moellmann <gerd@gnu.org> |
| 937 | |
| 938 * xfns.c (x_set_tool_bar_lines): Clear frame when tool bar | |
| 939 disappears. | |
| 940 | |
| 941 * dispextern.h (updating_frame): Declare extern. | |
| 942 | |
| 31998 | 943 2000-09-29 Andreas Schwab <schwab@suse.de> |
| 944 | |
| 945 * m/ia64.h: Remove hack of not prototyping bcopy, etc. | |
| 946 | |
| 31992 | 947 2000-09-29 Gerd Moellmann <gerd@gnu.org> |
| 948 | |
| 31996 | 949 * keyboard.c (menu_bar_one_keymap): If KEYMAP is a symbol, |
| 950 use its function definition. | |
| 951 (tool_bar_items): Likewise. | |
| 952 | |
| 31992 | 953 * lisp.h (fatal): Declare NO_RETURN. |
| 954 | |
| 31988 | 955 2000-09-29 Kenichi Handa <handa@etl.go.jp> |
| 956 | |
| 957 * keymap.c: Remove the line "#undef NULL". | |
| 958 | |
| 31953 | 959 2000-09-28 Gerd Moellmann <gerd@gnu.org> |
| 960 | |
| 961 * xterm.c (x_make_frame_visible): Try harder to make the frame | |
| 962 visible. | |
| 963 | |
| 31946 | 964 2000-09-28 Dave Love <fx@gnu.org> |
| 965 | |
| 31959 | 966 * s/osf5-0.h: Define USE_MMAP_FOR_BUFFERS, not REL_ALLOC_MMAP. |
| 967 | |
| 32002 | 968 * s/sunos413.h (USE_MMAP_FOR_BUFFERS): Define. |
| 969 | |
| 970 * .gdbinit (xreload): Note its need on GNU/Linux. | |
| 971 | |
| 31946 | 972 * m/alpha.h (XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare |
| 973 r_alloc, r_alloc_free. | |
| 974 | |
| 31943 | 975 2000-09-28 Kenichi Handa <handa@etl.go.jp> |
| 976 | |
| 977 * syntax.c (skip_chars): Handle negation correctly. | |
| 978 | |
| 31936 | 979 2000-09-27 Gerd Moellmann <gerd@gnu.org> |
| 980 | |
| 31941 | 981 * xfaces.c (realize_default_face): Call set_lface_from_font_name |
| 982 with non-zero FORCE_P argument. | |
| 983 | |
| 31936 | 984 * dispnew.c (adjust_glyph_matrix, enable_glyph_matrix_rows): |
| 985 Add assertions. | |
| 986 | |
| 987 * xdisp.c (window_box_height): Add an assertion. | |
| 988 | |
| 989 * xfns.c (x_set_tool_bar_lines): Don't use more lines for the | |
| 990 tool-bar than is available. | |
| 991 (x_change_window_heights): Renamed from x_set_menu_bar_lines_1. | |
| 992 | |
| 31926 | 993 2000-09-27 Dave Love <fx@gnu.org> |
| 994 | |
| 31946 | 995 * s/irix6-5.h: Now works 64-bit. Tidied. |
| 31926 | 996 |
| 31898 | 997 2000-09-26 Gerd Moellmann <gerd@gnu.org> |
| 998 | |
| 31908 | 999 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT |
| 1000 instead of BITS_PER_INT. | |
| 1001 (XINT, XUINT) [NO_UNION_TYPE]: Cast result to EMACS_INT and | |
| 1002 EMACS_UINT, respectively. | |
| 1003 (NO_UNION_TYPE) [USE_LISP_UNION_TYPE]: Undefine. | |
| 1004 | |
| 1005 * m/sparc.h (BITS_PER_EMACS_INT) [__arch64__]: Don't define. | |
| 1006 | |
| 1007 * unexelf.c (ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64. | |
| 1008 | |
| 31904 | 1009 * window.c (freeze_window_starts): Construct last argument for |
| 1010 foreach_window differently. | |
| 1011 | |
| 1012 * xfns.c (x_decode_color): Don't return a Lisp_Object. | |
| 1013 | |
| 1014 * lisp.h (union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and | |
| 1015 EMACS_UINT instead of `int' and `unsigned int'. | |
| 1016 (XSET) [EXPLICIT_SIGN_EXTEND]: Use EMACS_INT instead of `int'. | |
| 1017 | |
| 1018 * frame.h (struct frame): Make the `nothing' member of union | |
| 1019 output_data an EMACS_INT. | |
| 1020 | |
| 31898 | 1021 * alloc.c (GC_CHECK_STRING_BYTES): Temporarily define, for bug |
| 1022 hunting. | |
| 1023 (struct sdata) [GC_CHECK_STRING_BYTES]: Always record the string's | |
| 1024 size in the sdata structure. | |
| 1025 (SDATA_NBYTES, SDATA_DATA): New macros. | |
| 1026 (SDATA_OF_STRING, SDATA_SIZE) [GC_CHECK_STRING_BYTES]: Define | |
| 1027 differently for the different layout of the sdata structure. | |
| 1028 (allocate_string_data) [GC_CHECK_STRING_BYTES]: Record string size | |
| 1029 in sdata. | |
| 1030 (sweep_strings, compact_small_strings) [GC_CHECK_STRING_BYTES]: | |
| 1031 Check that size recorded in the string size and size recorded in | |
| 1032 the sdata structure agree. | |
| 1033 | |
| 31893 | 1034 2000-09-25 Dave Love <fx@gnu.org> |
| 1035 | |
| 1036 * buffer.c: Include stdio.h. | |
| 1037 | |
| 1038 Partly suggested by Eduardo Horvath <eeh@netbsd.org>. | |
| 1039 | |
| 1040 * ralloc.c (__malloc_extra_blocks): Declare as __malloc_size_t. | |
| 1041 | |
| 1042 * alloc.c (__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it. | |
| 1043 (__malloc_size_t) [!DOUG_LEA_MALLOC]: Define unconditionally as | |
| 1044 size_t. | |
| 1045 (__malloc_extra_blocks): Declare as __malloc_size_t. | |
| 1046 | |
| 31867 | 1047 2000-09-25 Gerd Moellmann <gerd@gnu.org> |
| 1048 | |
| 31890 | 1049 * alloc.c (mark_image): Use GC_NILP instead of NILP. |
| 1050 | |
| 31881 | 1051 * keyboard.c (show_help_echo): Set help_echo_showing_p. |
| 1052 (read_char): If help-echo is showing, preserve the echo area | |
| 1053 when redisplaying. | |
| 1054 | |
| 1055 * xdisp.c (help_echo_showing_p): New variable. | |
| 1056 (set_message): Reset it to 0. | |
| 1057 (init_xdisp): Initialize help_echo_showing_p. | |
| 1058 | |
| 1059 * dispextern.h (help_echo_showing_p): Declare extern. | |
| 1060 | |
| 1061 * config.in: Fix typo in __GNUC_MINOR__. | |
| 1062 | |
| 1063 * keyboard.h (quit_throw_to_read_char): Declare NO_RETURN. | |
| 1064 | |
| 31872 | 1065 * s/freebsd.h (POSIX_SIGNALS): Define. |
| 1066 | |
| 31867 | 1067 * xterm.c (x_clear_mouse_face): Block/unblock input. |
| 1068 | |
| 31866 | 1069 2000-09-24 Dave Love <fx@gnu.org> |
| 1070 | |
| 1071 * fns.c (base64_encode_1): Fix last change. | |
| 1072 | |
| 31851 | 1073 2000-09-22 Gerd Moellmann <gerd@gnu.org> |
| 1074 | |
| 1075 * dispnew.c (enable_glyph_matrix_rows): Remove xasserts. | |
| 1076 | |
| 1077 * xdisp.c (try_window_reusing_current_matrix): More fixes | |
| 1078 for the case window has a header-line. | |
| 1079 | |
| 31843 | 1080 2000-09-22 Dave Love <fx@gnu.org> |
| 1081 | |
| 31848 | 1082 * xdisp.c (syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide |
| 1083 a doc string. | |
| 1084 | |
| 1085 * xterm.c [SOLARIS2]: Remove redundant include of string.h. | |
| 1086 | |
| 31843 | 1087 * fns.c (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix. |
| 1088 | |
| 31805 | 1089 2000-09-21 Gerd Moellmann <gerd@gnu.org> |
| 1090 | |
| 31848 | 1091 * config.in (NO_RETURN): Define as `__attribute__((__noreturn__))' |
| 31834 | 1092 for GCC >= 2.5. |
| 1093 | |
| 1094 * lisp.h (wrong_type_argument, Fthrow, Fsignal, error): Declare | |
| 1095 NO_RETURN. | |
| 1096 | |
| 31831 | 1097 * window.c, term.c, xmenu.c, xrdb.c, emacs.c, macros.c, |
| 1098 * keymap.c, insdel.c, marker.c, minibuf.c, fileio.c, dired.c, | |
| 1099 * indent.c, search.c, alloc.c, data.c: Avoid some more compiler | |
| 1100 warnings. | |
| 1101 | |
| 1102 * marker.c (byte_char_debug_check): Return void. | |
| 1103 | |
| 31827 | 1104 * xfns.c (Fx_create_frame): Set default frame parameter value |
| 1105 for tool-bar-lines to 1. | |
| 1106 | |
| 1107 * dispnew.c (scrolling_window): Compare y-positions of rows | |
| 1108 equal at the start. Some simplification. | |
| 1109 | |
| 1110 * xdisp.c (try_window_reusing_current_matrix): Fix computation of | |
| 1111 reused rows' y-position in the case window has a header-line, and | |
| 1112 new window start is greater than old window start. | |
| 1113 | |
| 31807 | 1114 * process.c (process_sent_to): New variable. |
| 1115 (send_process): Workaround for a crash on sparc-sun-solaris-2.6 | |
| 1116 with GCC 2.95.2 caused by a parameter being clobbered by longjmp. | |
| 1117 Declare more parameters volatile. | |
| 1118 | |
| 31805 | 1119 * lread.c (Vrecursive_load_depth_limit): New variable. |
| 1120 (Fload): Check recursive loads whose recursion depth exceeds | |
| 1121 Vrecursive_load_depth_limit. | |
| 1122 (syms_of_lread): DERFAR_LISP recursive-load-depth-limit. | |
| 1123 | |
| 31763 | 1124 2000-09-20 Gerd Moellmann <gerd@gnu.org> |
| 1125 | |
| 31776 | 1126 * fileio.c (Fread_file_name): Doc fix. |
| 1127 | |
| 1128 * editfns.c (Fmessage_or_box): Doc fix. | |
| 1129 | |
| 1130 * fns.c (Fy_or_n_p, Fyes_or_no_p): Doc fix. | |
| 1131 | |
| 31770 | 1132 * xfns.c (xbm_scan): Allow C-style comments. |
| 1133 | |
| 31763 | 1134 * xfns.c (xpm_init_color_cache) [ALLOC_XPM_COLORS]: If color |
| 1135 symbols are specified, add color translations to the cache. | |
| 1136 (xpm_color_bucket, xpm_cache_color) [ALLOC_XPM_COLORS]: New | |
| 1137 functions. | |
| 1138 (xpm_lookup_color) [ALLOC_XPM_COLORS]: Use xpm_color_bucket and | |
| 1139 xpm_cache_color. | |
| 1140 (xpm_load) [ALLOC_XPM_COLORS]: Pass frame and XPM attributes | |
| 1141 structures to xpm_init_color_cache. | |
| 1142 | |
| 31733 | 1143 2000-09-19 Gerd Moellmann <gerd@gnu.org> |
| 1144 | |
| 1145 * dispnew.c (update_window_line): Make sure to always draw | |
| 1146 mode-lines. | |
| 1147 | |
| 31713 | 1148 2000-09-19 Andrew Innes <andrewi@gnu.org> |
| 1149 | |
| 1150 * makefile.nt (bootstrap-emacs): Don't change directory. | |
| 1151 | |
| 31701 | 1152 2000-09-19 Kenichi Handa <handa@etl.go.jp> |
| 1153 | |
| 31704 | 1154 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change. |
| 1155 | |
| 31701 | 1156 * ccl.c (Fccl_execute_on_string): Make multibyte string correctly. |
| 1157 If output buffer is too small, signal an appropriated error. | |
| 1158 | |
| 31698 | 1159 2000-09-18 Dave Love <fx@gnu.org> |
| 1160 | |
| 1161 * keyboard.c (menu_bar_items, tool_bar_items) | |
| 1162 (current_active_maps): Remove redundant get_local_map call. | |
| 1163 | |
| 31687 | 1164 2000-09-18 Gerd Moellmann <gerd@gnu.org> |
| 1165 | |
| 31700 | 1166 * xterm.c (x_display_and_set_cursor): Don't show a hollow box |
| 1167 cursor for buffers whose cursor_type is nil. | |
| 1168 | |
| 31696 | 1169 * xterm.c (x_draw_image_glyph_string): Remove a comment describing |
| 1170 a feature to implement that is already implemented. | |
| 1171 (note_mouse_highlight, x_find_ccl_program): Avoid some compiler | |
| 1172 warnings. | |
| 1173 | |
| 1174 * xfns.c (x_clear_image_1): New function. | |
| 1175 (x_clear_image): Use it. | |
| 1176 (x_from_xcolors): Use x_clear_image_1; don't free the image's | |
| 1177 mask. | |
| 1178 | |
| 31692 | 1179 * dispnew.c (update_window): Move test for invisible lines |
| 1180 at the top to update_window_line. | |
| 1181 (update_window_line): Handle invisible lines here. | |
| 1182 | |
| 31689 | 1183 * xfns.c (clear_image_cache): Clear current matrices of all |
| 1184 frames sharing an image cache. Block input while freeing | |
| 1185 images. Fix timestamp comparison. | |
| 1186 (x_clear_image): Also free the mask. | |
| 1187 | |
| 31687 | 1188 * xfns.c (lookup_image): Block input while loading the image so |
| 1189 that we won't get interrupted in a state where the image isn't yet | |
| 1190 set up completely. | |
| 1191 (xbm_load_image, xbm_load, xpm_load, xpm_load, lookup_rgb_color) | |
| 1192 (lookup_pixel_color, x_to_xcolors, x_from_xcolors) | |
| 1193 (x_disable_image, x_build_heuristic_mask, pbm_load, png_load) | |
| 1194 (jpeg_load, tiff_load, gif_load, gs_load): Don't block/unblock | |
| 1195 input. | |
| 1196 | |
| 31654 | 1197 2000-09-16 Gerd Moellmann <gerd@gnu.org> |
| 1198 | |
| 1199 * dispnew.c (update_window): Make sure to make desired rows | |
| 1200 current even if they are completely invisible at the top | |
| 1201 of a window. | |
| 1202 | |
| 31636 | 1203 2000-09-15 Gerd Moellmann <gerd@gnu.org> |
| 1204 | |
| 31652 | 1205 * xfns.c (lookup_image): Build mask before applying an algorithm. |
| 1206 Recognize algorithm `disabled'. | |
| 1207 (cross_disabled_images): New variable. | |
| 1208 (COLOR_INTENSITY): New macro. | |
| 1209 (x_detect_edges): Use COLOR_INTENSITY. | |
| 1210 (x_disable_image): New function. | |
| 1211 (syms_of_xfns): DEFVAR_BOOL cross_disabled_images. | |
| 1212 | |
| 1213 * xdisp.c (build_desired_tool_bar_string): For a toolbar item in | |
| 1214 disabled state, don't apply an image transformation algorithm if | |
| 1215 the user specified an image for the disabled state. Use | |
| 31687 | 1216 `:algorithm disabled' for creating a disabled item's image if the |
| 31652 | 1217 user hasn't specified an image. |
| 1218 | |
| 31639 | 1219 * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color |
| 1220 allocation functions with the XPM lib. | |
| 1221 (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure. | |
| 1222 (XPM_COLOR_CACHE_BUCKETS) [ALLOC_XPM_COLORS]: New macro. | |
| 1223 (xpm_color_cache) [ALLOC_XPM_COLORS]: New variable. | |
| 1224 (xpm_init_color_cache, xpm_free_color_cache, xpm_lookup_color) | |
| 1225 (xpm_alloc_color, xpm_free_colors) [ALLOC_XPM_COLORS]: New | |
| 1226 functions. | |
| 1227 (xpm_load) [ALLOC_XPM_COLORS]: Use Emacs' own color allocation | |
| 1228 functions, if possible, because these handle color allocation | |
| 1229 failure more gracefully. | |
| 1230 (Fimage_mask_p): New function. | |
| 1231 | |
| 31636 | 1232 * xfns.c (QCmatrix, QCcolor_adjustment, QCmask, Qemboss) |
| 1233 (Qedge_detection, Qheuristic): New symbols. | |
| 1234 (syms_of_xfns): Initialize new symbols. | |
| 1235 (lookup_image): Handle `:mask X', `:algorithm emboss', and | |
| 1236 `algorithm (edge-detection ...)'. | |
| 1237 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format): | |
| 1238 (tiff_format, gif_format, gs_format): Add `:mask'. | |
| 1239 (XBM_MASK, XPM_MASK, PBM_MASK, PNG_MASK, JPEG_MASK, TIFF_MASK) | |
| 1240 (GIF_MASK, GS_MASK): New enumerators. | |
| 1241 (x_laplace_read_row, x_laplace_write_row): Functions removed. | |
| 1242 (emboss_matrix, laplace_matrix): New variables. | |
| 1243 (x_to_xcolors, x_from_xcolors, x_detect_edges, x_emboss) | |
| 1244 (x_edge_detection): New functions. | |
| 1245 (x_laplace): Rewritten in terms of x_detect_edges. | |
| 1246 (x_build_heuristic_mask): If image has a mask, free it. | |
| 1247 | |
| 31632 | 1248 2000-09-14 Andrew Innes <andrewi@gnu.org> |
| 1249 | |
| 1250 * makefile.w32-in: Revert to Unix line endings. | |
| 1251 | |
| 31630 | 1252 2000-09-14 Andrew Innes <andrewi@gnu.org> |
| 1253 | |
| 1254 * makefile.w32-in: Standardize indentation somewhat. | |
| 1255 (bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to | |
| 1256 cater for differences between shells. | |
| 1257 | |
| 1258 * w32term.c (w32_per_char_metric): Handle non-TrueType fonts. | |
| 1259 | |
| 31615 | 1260 2000-09-14 Gerd Moellmann <gerd@gnu.org> |
| 1261 | |
| 1262 * xterm.c (x_produce_glyphs): If the distance from the current | |
| 1263 position to the next tab stop is less than a canonical character | |
| 1264 width, use the tab stop after that. | |
| 1265 | |
| 31613 | 1266 2000-09-14 Dave Love <fx@gnu.org> |
| 1267 | |
| 1268 * buffer.c (alloc_buffer_text): Fix xmalloc call. | |
| 1269 | |
| 31607 | 1270 2000-09-14 Gerd Moellmann <gerd@gnu.org> |
| 1271 | |
| 31611 | 1272 * xdisp.c (handle_fontified_prop): While running fontification |
| 1273 functions, bind `fontification-functions' and | |
| 1274 `after-change-functions' to nil. | |
| 1275 | |
| 31607 | 1276 * s/freebsd.h, s/irix-5.0.h, s/sol2.h, s/template.h |
| 1277 (USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP. | |
| 1278 | |
| 1279 * Makefile.in (mallocobj) [SYSTEM_MALLOC]: Don't add ralloc.o. | |
| 1280 | |
| 1281 * emacs.c: Change conditional compilation on REL_ALLOC_MMAP to | |
| 1282 USE_MMAP_FOR_BUFFERS. | |
| 1283 | |
| 1284 * insdel.c (make_gap): Use enlarge_buffer_text. | |
| 1285 | |
| 1286 * buffer.c: Move allocation with mmap here, from ralloc.c. Change | |
| 1287 conditional compilation on REL_ALLOC_MMAP to USE_MMAP_FOR_BUFFERS. | |
| 1288 (mmap_alloc, mmap_free, mmap_realloc) [REL_ALLOC_MMAP]: Renamed | |
| 1289 from former r_alloc_* functions in ralloc.c. | |
| 1290 (mmap_page_size, mmap_initialized_p) [REL_ALLOC_MMAP]: New | |
| 1291 variables. | |
| 1292 (MEM_ALIGN) [REL_ALLOC_MMAP]: New macro. | |
| 1293 (mmap_init) [REL_ALLOC_MMAP]: New function. | |
| 1294 (alloc_buffer_text, enlarge_buffer_text, free_buffer_text): New | |
| 1295 functions replacing macros BUFFER_ALLOC, BUFFER_REALLOC, and | |
| 1296 BUFFER_FREE. | |
| 1297 | |
| 1298 * buffer.h (BUFFER_ALLOC, BUFFER_REALLOC, BUFFER_FREE): Removed. | |
| 1299 (enlarge_buffer_text): Add prototype. | |
| 1300 | |
| 1301 * ralloc.c: Remove everything having to do with the use of mmap. | |
| 1302 | |
| 31577 | 1303 2000-09-13 Gerd Moellmann <gerd@gnu.org> |
| 1304 | |
| 31588 | 1305 * sound.c (Fplay_sound): Doc fix. |
| 1306 | |
| 31580 | 1307 * keyboard.c: Avoid some more compiler warnings. |
| 1308 (parse_tool_bar_item): Ignore cached key bindings. | |
| 1309 | |
| 31577 | 1310 * alloc.c: Add some comments about DOUG_LEA_MALLOC's use of mmap |
| 1311 and allocation of Lisp data. | |
| 1312 | |
| 31555 | 1313 2000-09-12 Gerd Moellmann <gerd@gnu.org> |
| 1314 | |
| 31571 | 1315 * xfaces.c: Remove conditional compilation on SCALABLE_FONTS. |
| 1316 (Finternal_set_lisp_face_attribute): If frame is 0, set new frame | |
| 1317 defaults first. | |
| 1318 | |
| 31555 | 1319 * lread.c (Fload): Put code checking for recursive loads in #if 0. |
| 1320 | |
| 31550 | 1321 2000-09-12 Miyashita Hisashi <himi@meadowy.org> |
| 1322 | |
| 1323 * ccl.c: Comment fixed. | |
| 1324 (MAX_MAP_SET_LEVEL): Increased to 30. | |
| 1325 (PUSH_MAPPING_STACK): Enclose with do-while block. | |
| 1326 (POP_MAPPING_STACK): Likewise. | |
| 1327 (stack_idx_of_map_multiple): New variable. | |
| 1328 (CCL_CALL_FOR_MAP_INSTRUCTION): New macro. | |
| 1329 (ccl_driver) <CCL_IterateMultipleMap>: If the content is a symbol, | |
| 1330 call the corresponding CCL program by | |
| 1331 CCL_CALL_FOR_MAP_INSTRUCTION. | |
| 1332 (ccl_driver) <CCL_MapSingle>: Likewise. | |
| 1333 (ccl_driver) <CCL_MapMultiple>: Rewritten to fix many bugs, deal | |
| 1334 with the case where looking up process reaches to the end of | |
| 1335 map-set, and call CCL programs as the above change. | |
| 1336 | |
| 31535 | 1337 2000-09-11 Gerd Moellmann <gerd@gnu.org> |
| 1338 | |
| 31544 | 1339 * xfns.c (png_load, jpeg_load): Declare some variables volatile |
| 1340 that might be clobbered by longjmp. | |
| 1341 (check_x_display_info, x_decode_color, create_frame_xic) | |
| 1342 (Fx_display_backing_store, Fx_display_visual_class) | |
| 1343 (x_build_heuristic_mask, pbm_scan_number): Avoid compiler | |
| 1344 warnings. | |
| 1345 | |
| 31537 | 1346 * lread.c (init_lread): Set Vloads_in_progress to nil. |
| 1347 (Fload): Show list of recursively loaded files, when signaling an | |
| 1348 error. | |
| 1349 | |
| 31535 | 1350 * lread.c (Vloads_in_progress): New variable. |
| 1351 (record_load_unwind): New function. | |
| 1352 (Fload): Check for recursive loads. | |
| 1353 (syms_of_lread): Initialize Vloads_in_progress. | |
| 1354 (read_integer, read1): Avoid some compiler warnings. | |
| 1355 | |
| 1356 * fns.c (concat, Fsubstring, internal_equal, Fnconc): Avoid some | |
| 1357 compiler warnings. | |
| 1358 | |
| 31532 | 1359 2000-09-11 Miles Bader <miles@gnu.org> |
| 1360 | |
| 1361 * editfns.c (Fbuffer_string): Doc fix. | |
| 1362 | |
| 31526 | 1363 2000-09-10 Gerd Moellmann <gerd@gnu.org> |
| 1364 | |
| 1365 * ralloc.c (mmap_enlarge): Don't return 0 if successful. | |
| 1366 | |
|
31524
3935d834ff04
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
Ken Raeburn <raeburn@raeburn.org>
parents:
31523
diff
changeset
|
1367 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
|
1368 |
|
3935d834ff04
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
Ken Raeburn <raeburn@raeburn.org>
parents:
31523
diff
changeset
|
1369 * 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
|
1370 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
|
1371 |
| 31523 | 1372 2000-09-09 Gerd Moellmann <gerd@gnu.org> |
| 1373 | |
| 1374 * xfaces.c (CYCLE_CHECK): Don't use the Lisp_Object returned | |
| 31527 | 1375 by Fmemq as a boolean. |
| 31523 | 1376 |
|
31521
8fa910d9155b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31516
diff
changeset
|
1377 2000-09-08 Stefan Monnier <monnier@cs.yale.edu> |
|
8fa910d9155b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31516
diff
changeset
|
1378 |
|
8fa910d9155b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31516
diff
changeset
|
1379 * xfaces.c (Finternal_set_lisp_face_attribute): Minor thinko. |
|
8fa910d9155b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31516
diff
changeset
|
1380 |
| 31490 | 1381 2000-09-08 Gerd Moellmann <gerd@gnu.org> |
| 1382 | |
| 31516 | 1383 * ralloc.c (mmap_fd): Remove initializer which can make it |
| 1384 read-only in a dumped Emacs. | |
| 1385 (mmap_fd_1): New variable. | |
| 1386 (mmap_set_vars): Remove local `fd'. Save mmap_fd in mmap_fd_1, | |
| 1387 restore it from there. | |
| 1388 (r_alloc, r_re_alloc, r_alloc_free): Call r_alloc_init | |
| 1389 unconditionally so that mmap_fd can be initialized there. | |
| 1390 (r_alloc_init_fd): Open-coded in r_alloc_init; function removed. | |
| 1391 (r_alloc_init) [REL_ALLOC_MMAP && !MAP_ANON]: Open /dev/zero. | |
| 1392 (r_alloc_init) [REL_ALLOC_MMAP && MAP_ANON]: Set mmap_fd to -1. | |
| 1393 | |
| 31508 | 1394 * xfaces.c (Finternal_merge_in_global_face): Return a Lisp object. |
| 1395 | |
| 1396 * xdisp.c (dump_glyph_row): Fix printf format string. | |
| 1397 (display_line, move_it_in_display_line_to): Avoid compiler | |
| 1398 warnings. | |
| 1399 | |
| 31502 | 1400 * s/freebsd.h (GC_MARK_STACK, REL_ALLOC_MMAP): Define. |
| 1401 | |
| 31497 | 1402 * keymap.c (Fset_keymap_parent): Check for cycles in keymap |
| 1403 inheritance. | |
| 1404 | |
| 31494 | 1405 * xdisp.c (try_window_id): When trying to locate cursor in |
| 1406 unchanged rows at the top, handle the case that we can't find it. | |
| 1407 | |
| 31490 | 1408 * xterm.c (x_draw_glyphs): Handle case START and END are out |
| 1409 of bounds more carefully. | |
| 1410 | |
| 31488 | 1411 2000-09-08 Dave Love <fx@gnu.org> |
| 1412 | |
| 31505 | 1413 * s/sol2.h (REL_ALLOC_MMAP): Define. |
| 1414 * s/irix5-0.h (REL_ALLOC_MMAP): Likewise. | |
| 1415 | |
| 1416 * ralloc.c: Don't include string.h (redundant). | |
| 1417 (MAP_ANON) [REL_ALLOC_MMAP]: Ensure it's defined. | |
| 1418 [!MAP_ANON]: Include fcntl.h. | |
| 1419 (mmap_fd) [REL_ALLOC_MMAP]: New variable. | |
| 1420 (r_alloc, r_re_alloc, r_alloc_free) | |
| 1421 (mmap_enlarge, mmap_set_vars): Use it. | |
| 1422 (r_alloc_init_fd): New function. | |
| 1423 (__morecore) [SYSTEM_MALLOC]: Don't declare. | |
| 1424 (r_alloc_init): Call r_alloc_init_fd. Conditionalize stuff on | |
| 1425 malloc type. | |
| 1426 | |
| 1427 * Makefile.in (allocaobj) [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: | |
| 1428 Remove vm-limit.o. | |
| 1429 | |
| 31488 | 1430 * unexelf.c (SHT_MIPS_DEBUG, HDRR) [__mips__]: Really confine last |
| 1431 change to __NetBSD__. | |
| 1432 | |
| 31485 | 1433 2000-09-08 Kenichi Handa <handa@etl.go.jp> |
| 1434 | |
| 1435 * search.c (compile_pattern): Check the multibyteness of cached | |
| 1436 string and PATTERN. | |
| 1437 | |
| 31484 | 1438 2000-09-08 Miles Bader <miles@gnu.org> |
| 1439 | |
| 1440 * xfaces.c (default_face_vector): Function removed. | |
| 1441 (Finternal_merge_in_global_face): Restore old global/local | |
| 1442 attribute override order. Use inline loop instead of calling | |
| 1443 default_face_vector. | |
| 1444 | |
| 31474 | 1445 2000-09-07 Gerd Moellmann <gerd@gnu.org> |
| 1446 | |
| 1447 * ralloc.c (obtain, relinquish, relinquish, r_alloc_size_in_use) | |
| 1448 (get_bloc, relocate_blocs, update_heap_bloc_correspondence) | |
| 1449 (resize_bloc, r_alloc_sbrk, r_alloc_init): Add casts to `char *' | |
| 1450 where necessary, in case POINTER_TYPE is `void'. | |
| 1451 | |
| 31472 | 1452 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il> |
| 1453 | |
| 1454 * frame.c (make_terminal_frame): Initialize frame foreground and | |
| 1455 background colors to unspecified, for the initial instance of an | |
| 1456 MSDOS frame. | |
| 1457 | |
| 31467 | 1458 2000-09-07 Gerd Moellmann <gerd@gnu.org> |
| 1459 | |
| 31469 | 1460 * ralloc.c (mmap_find): Fix overlap computation. |
| 1461 (mmap_enlarge): Compute nbytes before trying to find an | |
| 1462 overlapping region. | |
| 1463 | |
| 31467 | 1464 * xfaces.c (smaller_face): Compare font heights with `<' and `>' |
| 1465 instead of `!='. | |
| 1466 | |
| 1467 * lread.c (syms_of_lread): Change value of regexp | |
| 1468 Vbytecomp_version_regexp to not match some XEmacs-compiled files. | |
| 1469 | |
| 1470 * xmenu.c (xdialog_show): When looking up the selection in | |
| 1471 menu_items, take `quote' boundaries into account; this corresponds | |
| 1472 to a nil ITEM in x-popup-dialog. | |
| 1473 | |
| 31454 | 1474 2000-09-07 Kenichi Handa <handa@etl.go.jp> |
| 1475 | |
| 31459 | 1476 * charset.h (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80, |
| 1477 not 0x81. | |
| 1478 (MIN_CHAR_OFFICIAL_DIMENSION1): Define it as ((0x81 - 0x70) << 7). | |
| 1479 | |
| 31454 | 1480 * coding.c (encode_coding_sjis_big5): Use translation table for |
| 31456 | 1481 encoding, not decoding. Fix the handling of latin-jisx0201. |
| 1482 Check for the charset katakana-jisx0201 too. | |
| 31454 | 1483 (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1. |
| 31467 | 1484 (detect_coding_sjis): Check the byte sequence more rigidly. |
| 31454 | 1485 |
| 31441 | 1486 2000-09-07 Gerd Moellmann <gerd@gnu.org> |
| 1487 | |
| 31452 | 1488 * xfaces.c (Vparam_value_alist): New variable. |
| 1489 (syms_of_xfaces): Initialize it. | |
| 1490 (Finternal_set_lisp_face_attribute): Avoid more consing. | |
| 1491 | |
| 1492 * frame.c (Fframe_parameter): Handle `name' and `background-mode' | |
| 1493 specially. | |
| 1494 (Fframe_parameter) [HAVE_X_WINDOWS]: Handle `display' specially. | |
| 1495 (Qbackground_mode): New variable. | |
| 1496 (syms_of_frame_1): Initialize Qbackground_mode. | |
| 1497 | |
| 1498 * lisp.h (Qdisplay): Declare extern. | |
| 31444 | 1499 |
| 31441 | 1500 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is 0, |
| 1501 change face on all frames, and change the default for new frames. | |
| 1502 | |
| 31438 | 1503 2000-09-07 Dave Love <fx@gnu.org> |
| 1504 | |
| 1505 * Makefile.in [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: Set mallocobj. | |
| 1506 | |
| 31418 | 1507 2000-09-07 Kenichi Handa <handa@etl.go.jp> |
| 1508 | |
| 31433 | 1509 * charset.h (MAKE_CHAR): Be sure to set MSB of C1 to 0. |
| 1510 | |
| 31432 | 1511 * charset.c: Include composite.h |
| 1512 (lisp_string_width): New function. | |
| 1513 (Fstring_width): Call lisp_string_width instead of strwidth. | |
| 1514 | |
| 1515 * Makefile.in (charset.o): Depends on composite.h. | |
| 1516 | |
| 31418 | 1517 * process.c (read_process_output): Before inserting the decoded |
| 1518 text in the buffer, adjust the multibyteness. | |
| 1519 | |
| 31409 | 1520 2000-09-06 Gerd Moellmann <gerd@gnu.org> |
| 1521 | |
| 31417 | 1522 * buffer.c (set_buffer_internal_1) [REL_ALLOC_MMAP]: If |
| 1523 buffer's text buffer is null, map new memory. | |
| 1524 | |
| 31415 | 1525 * ralloc.c (POINTER, SIZE) [emacs]: Define in terms of |
| 1526 POINTER_TYPE and size_t. | |
| 1527 (struct mmap_region) [REL_ALLOC_MMAP]: New structure. | |
| 1528 (mmap_regions, mmap_regions_1) [REL_ALLOC_MMAP]: New variables. | |
| 1529 (ROUND, MMAP_REGION_STRUCT_SIZE, MMAP_REGION, MMAP_USER_AREA) | |
| 1530 [REL_ALLOC_MMAP]: New macros. | |
| 1531 (mmap_find, mmap_free, mmap_enlarge, mmap_set_vars) | |
| 1532 (mmap_mapped_bytes, r_alloc, r_re_alloc, r_alloc_free) | |
| 1533 [REL_ALLOC_MMAP]: New functions. | |
| 1534 | |
| 1535 * emacs.c (Fdump_emacs) [REL_ALLOC_MMAP]: Call mmap_set_vars | |
| 1536 before and after unexec. | |
| 1537 | |
| 1538 * buffer.c (init_buffer) [REL_ALLOC_MMAP]: Map new buffer | |
| 1539 text buffers if necessary. | |
| 1540 | |
| 1541 * buffer.h (R_ALLOC_DECLARE): Removed because unused. | |
| 1542 (r_alloc, r_re_alloc, r_alloc_free): Use POINTER_TYPE and size_t | |
| 1543 in prototypes. | |
| 1544 | |
| 31409 | 1545 * config.in (HAVE_MMAP): Add #undef. |
| 1546 | |
| 31394 | 1547 2000-09-05 Gerd Moellmann <gerd@gnu.org> |
| 1548 | |
| 31402 | 1549 * frame.c (Qdisplay_type): New variable. |
| 1550 (syms_of_frame_1): Initialize it. | |
| 1551 (Fframe_parameter): New function that avoids consing. | |
| 1552 (syms_of_frame): Defsubr it. | |
| 1553 | |
| 31396 | 1554 * buffer.c (Fother_buffer): Consider buffers as invisible when |
| 1555 they are displayed in a window on an invisible frame. | |
| 1556 | |
| 31394 | 1557 * window.c (window_loop) <GET_LARGEST_WINDOW>: Fix bug making |
| 1558 get-largest-window always return nil. | |
| 1559 | |
| 31368 | 1560 2000-09-04 Gerd Moellmann <gerd@gnu.org> |
| 1561 | |
| 1562 * lread.c (syms_of_lread): Make Vbytecomp_version_regexp a Lisp | |
| 1563 variable; recognize Emacs 19 elc files. | |
| 1564 | |
| 31366 | 1565 2000-09-04 Miles Bader <miles@gnu.org> |
| 1566 | |
| 1567 * xmenu.c (xmenu_show): Call x_set_menu_resources_from_menu_face | |
| 1568 before initially popping up the menu, so the menu doesn't flash | |
| 1569 when the face settings are significantly different from the | |
| 1570 defaults. | |
| 1571 | |
|
31360
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1572 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
|
1573 |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1574 * regex.c (WIDE_CHAR_SUPPORT): New macro. |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1575 (btowc, iswctype, wctype) [_LIBC]: Redefine to __<fun>. |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1576 (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
|
1577 (BIT_UNIBYTE): Remove. |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1578 (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
|
1579 BIT_MULTIBYTE case to not bother checking ISUNIBYTE. |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1580 (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
|
1581 (re_wctype_t): New type. |
|
b8513fe83893
(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31359
diff
changeset
|
1582 (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
|
1583 (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
|
1584 |
| 31352 | 1585 2000-09-03 Andrew Innes <andrewi@gnu.org> |
| 1586 | |
| 31359 | 1587 * makefile.w32-in: Change to DOS line endings. |
| 1588 | |
| 31352 | 1589 * s/ms-w32.h (ORDINARY_LINK): New define. |
| 1590 | |
| 1591 * w32.c (_ANONYMOUS_UNION) [__GNUC__]: New define | |
| 1592 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
| 1593 | |
| 1594 * makefile.w32-in (clean): Don't delete config.h and epaths.h. | |
| 1595 (distclean): Delete them here instead. | |
| 1596 | |
| 31355 | 1597 * w32proc.c (compare_env): Convert to uppercase for comparison, |
| 1598 not lowercase, to match how the native Windows shell works. | |
| 1599 | |
| 31346 | 1600 2000-09-03 Jason Rumney <jasonr@gnu.org> |
| 1601 | |
| 1602 * ChangeLog: Remove -unix from coding. Let Emacs autodetect, as | |
| 1603 CVS changes the line-ends when checking in/out on DOS/Windows. | |
| 1604 | |
| 1605 * makefile.nt (emacs): Do not change directory to run temacs, as | |
| 1606 the load-path is set relative to current directory. | |
| 1607 | |
| 31342 | 1608 2000-09-03 Miles Bader <miles@gnu.org> |
| 1609 | |
| 1610 * xterm.c (x_alloc_lighter_color_for_widget): New function. | |
| 1611 | |
| 31333 | 1612 2000-09-02 Gerd Moellmann <gerd@gnu.org> |
| 1613 | |
| 31339 | 1614 * xdisp.c (redisplay_mode_lines): New function. |
| 1615 (display_mode_lines): Return number of mode lines displayed. | |
| 1616 (echo_area_display): Use redisplay_mode_lines to draw garbaged | |
| 1617 mode lines. Don't temporarily bind redisplay-dont-pause to t. | |
| 1618 | |
| 31337 | 1619 * emacs.c, callint.c, doc.c, editfns.c: Remove includes of |
| 1620 string.h and strings.h. | |
| 1621 (index) [HAVE_INDEX]: Add prototype. | |
| 1622 | |
| 31333 | 1623 * unexelf.c (SHT_PROGBITS) [__NetBSD__ && !PT_LOAD]: Don't define. |
| 1624 (SHT_MIPS_DEBUG, HDRR) [__NetBSD__ && __mips__]: Define. | |
| 1625 | |
| 1626 * s/netbsd.h [!NO_C_SOURCE]: Include <signal.h>. | |
| 1627 (GC_SETJMP_WORKS, GC_MARK_STACK): Define. | |
| 1628 | |
| 31316 | 1629 2000-09-01 Gerd Moellmann <gerd@gnu.org> |
| 1630 | |
| 1631 * lread.c (read1): Accept `?' as symbol constituent, for | |
| 1632 compatiblity with XEmacs. | |
| 1633 | |
|
31312
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
1634 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
|
1635 |
|
e6b19a60e035
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31308
diff
changeset
|
1636 * 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
|
1637 (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
|
1638 * 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
|
1639 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
|
1640 (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
|
1641 (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
|
1642 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
|
1643 (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
|
1644 (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
|
1645 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
|
1646 (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
|
1647 |
| 31308 | 1648 2000-08-31 Gerd Moellmann <gerd@gnu.org> |
| 1649 | |
| 1650 * lread.c (openp): GCPRO local variable `filename'. | |
| 1651 | |
|
31300
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1652 2000-08-30 Stefan Monnier <monnier@cs.yale.edu> |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1653 |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1654 * 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
|
1655 |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1656 * regex.c: Merge some changes from GNU libc. Add prototypes. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1657 (bcopy, bcmp, REGEX_REALLOCATE, re_match_2_internal): |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1658 Use memcmp and memcpy instead of bcopy and bcmp. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1659 (init_syntax_once): Use ISALNUM. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1660 (PUSH_FAILURE_POINT, re_match_2_internal): Remove failure_id. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1661 (REG_UNSET_VALUE): Remove. Use NULL instead. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1662 (REG_UNSET, re_match_2_internal): Use NULL. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1663 (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
|
1664 New macros. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1665 (EXTEND_BUFFER): Use them (to work with BOUNDED_POINTERS). |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1666 (GET_UNSIGNED_NUMBER): Don't use ISDIGIT. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1667 (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
|
1668 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
|
1669 Obey the RE_NO_GNU_OPS syntax bit. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1670 (TOLOWER): New macro. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1671 (regcomp): Use it. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1672 (regexec): Allocate regs.start and regs.end as one block. |
|
c4d65bb448a6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31297
diff
changeset
|
1673 |
| 31293 | 1674 2000-08-30 Gerd Moellmann <gerd@gnu.org> |
| 1675 | |
| 31296 | 1676 * xdisp.c (echo_area_display): Check display_completed instead |
| 1677 of calling detect_input_pending. | |
| 1678 | |
| 31297 | 1679 * dispnew.c (update_frame): Only set display_completed here; move |
| 31296 | 1680 the update_begin and update_end calls here from update_frame_1. |
| 1681 (update_frame_1): Don't set display_completed here, don't call | |
| 1682 update_begin/update_end. | |
| 1683 | |
| 31293 | 1684 * xfaces.c (set_font_frame_param): Use Fmodify_frame_parameters |
| 1685 instead of store_frame_param. | |
| 1686 | |
| 31272 | 1687 2000-08-29 Gerd Moellmann <gerd@gnu.org> |
| 1688 | |
| 1689 * dispnew.c (build_frame_matrix_from_leaf_window): If a row of a | |
| 1690 desired window matrix hasn't been displayed, use the current row | |
| 1691 instead. Make sure that only those frame rows are updated for | |
| 1692 which there exists a corresponding enabled desired row. | |
| 1693 | |
| 31263 | 1694 2000-08-29 Miles Bader <miles@gnu.org> |
| 1695 | |
| 1696 * xfaces.c (default_face_vector): New function. | |
| 1697 (Finternal_merge_in_global_face): Use it instead of merge_face_vectors. | |
| 1698 | |
| 31256 | 1699 2000-08-29 Gerd Moellmann <gerd@gnu.org> |
| 1700 | |
| 1701 * lread.c (openp): Prevent temporary string passed to | |
| 1702 Ffile_readable_p from being garbage collected. | |
| 1703 | |
| 31234 | 1704 2000-08-28 Dave Love <fx@gnu.org> |
| 1705 | |
| 1706 * keymap.c (store_in_keymap): Add `static' to declaration. | |
| 1707 | |
| 31229 | 1708 2000-08-28 Gerd Moellmann <gerd@gnu.org> |
| 1709 | |
| 1710 * emacs.c, callint.c, doc.c, editfns.c | |
| 1711 (toplevel) [HAVE_STRING_H]: Include string.h. | |
| 1712 (toplevel) [HAVE_STRINGS_H]: Include strings.h. | |
| 1713 (index): Remove prototypes which might conflict with non-standard | |
| 1714 definitions of index/strchr. | |
| 1715 | |
| 1716 * s/usg5-3.h (index): Define only if not HAVE_INDEX. | |
| 1717 (rindex): Define only if !HAVE_RINDEX. | |
| 1718 | |
| 1719 * s/sco5.h (bcopy, bzero, bcmp): Don't define. | |
| 1720 | |
| 1721 * config.in (HAVE_INDEX, HAVE_RINDEX, HAVE_STRINGS_H): Add undefs. | |
| 1722 | |
| 31222 | 1723 2000-08-28 Miles Bader <miles@gnu.org> |
| 1724 | |
| 1725 * xfaces.c (merge_face_vectors): Clear TO's :font attribute if | |
| 1726 made inconsistent by a font-related attribute in FROM. | |
| 1727 (merge_face_inheritance): Add function comment. | |
| 1728 | |
| 31216 | 1729 2000-08-28 Kenichi Handa <handa@etl.go.jp> |
| 1730 | |
| 1731 * keyboard.c (read_char_minibuf_menu_prompt): Call read_char with | |
| 1732 the 4th arg (PREV_EVENT) Qt to suppress input method. | |
| 1733 | |
|
31210
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1734 2000-08-27 Stefan Monnier <monnier@cs.yale.edu> |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1735 |
|
31214
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
1736 * regex.c: Indent cpp directives and remove parens after `defined'. |
|
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
1737 (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
|
1738 (ISDIGIT, ISCNTRL, ISXDIGIT) [!emacs]: Remove duplicate definition. |
|
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
1739 (regex_compile): Use RE_FRUGAL instead of RE_ALL_GREEDY. |
|
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
1740 (re_compile_pattern): Use size_t for length. |
|
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
1741 (init_syntax_once): Move to a better place. |
|
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
1742 * regex.h: Merge changes from GNU libc. Indent cpp directives. |
|
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
1743 (RE_FRUGAL): Replaces RE_ALL_GREEDY (inverted meaning). |
|
09f57791137e
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31210
diff
changeset
|
1744 |
|
31210
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1745 * 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
|
1746 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
|
1747 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
|
1748 |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1749 * keymap.c (store_in_keymap, fix_submap_inheritance): New prototypes. |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1750 (KEYMAPP): New macro. |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1751 (Fkeymap_parent, Fset_keymap_parent): Use it. |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1752 (fix_submap_inheritance): Mark it static. |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1753 (define_as_prefix, describe_buffer_bindings, describe_command) |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1754 (describe_translation, describe_map): Complete prototypes. |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1755 |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1756 * lisp.h (store_in_keymap, fix_submap_inheritance): Remove. |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1757 |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1758 * 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
|
1759 to better match the key-lookup behavior. |
|
c45b6e464f4c
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31203
diff
changeset
|
1760 |
| 31203 | 1761 2000-08-27 Gerd Moellmann <gerd@gnu.org> |
| 1762 | |
| 1763 * xfaces.c (lface_fully_specified_p): Handle :inherit. | |
| 1764 (Finternal_set_lisp_face_attribute): Fix typo in error message. | |
| 1765 | |
| 31200 | 1766 2000-08-27 Eli Zaretskii <eliz@is.elta.co.il> |
| 1767 | |
| 1768 * Makefile.in (dispnew.o, indent.o, fontset.o, minibuf.o) | |
| 1769 (process.o, scroll.o, sysdep.o): Depend on keyboard.h. | |
| 1770 (xterm.o): Depend on coding.h | |
| 1771 | |
| 31181 | 1772 2000-08-26 Kenichi Handa <handa@etl.go.jp> |
| 1773 | |
| 1774 * cmds.c (internal_self_insert): Delete '#ifdef HAVE_FACES' and | |
| 1775 the corresponding '#endif'. | |
| 1776 | |
| 31180 | 1777 2000-08-26 Miles Bader <miles@gnu.org> |
| 1778 | |
| 1779 * dispextern.h (enum lface_attribute_index): Add LFACE_INHERIT_INDEX. | |
| 1780 * xfaces.c (QCinherit): New variable. | |
| 1781 (syms_of_xfaces): Initialize it. | |
| 1782 (LFACE_INHERIT): New macro. | |
| 1783 (Finternal_get_lisp_face_attribute) | |
| 1784 (merge_face_vector_with_property) | |
| 1785 (Finternal_set_lisp_face_attribute): Deal with :inherit attribute. | |
| 1786 (check_lface_attrs): Allow new types of face height. Check | |
| 1787 inherit attribute. | |
| 1788 (CYCLE_CHECK): New macro. | |
| 1789 (merge_face_inheritance): New function. | |
| 1790 (merge_face_vectors): Merge inherited faces too. Add F and | |
| 1791 CYCLE_CHECK arguments. | |
| 1792 (merge_face_vector_with_property, Finternal_merge_in_global_face) | |
| 1793 (lookup_named_face, lookup_derived_face, realize_named_face) | |
| 1794 (face_at_string_position, face_at_buffer_position): Supply | |
| 1795 new F and CYCLE_CHECK arguments to merge_face_vectors. | |
| 1796 (merge_face_heights): New function. | |
| 1797 (merge_face_vectors, merge_face_vector_with_property) | |
| 1798 (Finternal_set_lisp_face_attribute): Call merge_face_heights to | |
| 1799 handle relative face heights. | |
| 1800 (lface_same_font_attributes_p): Compare heights using EQ. | |
| 1801 | |
| 31176 | 1802 2000-08-26 Kenichi Handa <handa@etl.go.jp> |
| 1803 | |
| 1804 * charset.c (char_to_string): Check the character validity. | |
| 1805 (char_valid_p): If C is not less than MAX_CHAR, be sure to return | |
| 1806 0. | |
| 1807 | |
|
31172
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1808 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
|
1809 |
|
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1810 * regex.c (PUSH_FAILURE_COUNT): New macro. |
|
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1811 (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
|
1812 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
|
1813 (POP_FAILURE_POINT): Use the new name. |
|
0ee53ec2081a
(PUSH_FAILURE_COUNT): New macro.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31171
diff
changeset
|
1814 (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
|
1815 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
|
1816 |
| 31171 | 1817 2000-08-25 Gerd Moellmann <gerd@gnu.org> |
| 1818 | |
| 1819 * xdisp.c (redisplay_internal): If considering all windows on all | |
| 1820 frames, update the display for each frame as soon as possible, | |
| 1821 instead of first building all desired matrices for all frames, and | |
| 1822 then updating them all. | |
| 1823 (try_cursor_movement): Handle case that last_cursor.vpos is -1. | |
| 1824 | |
| 31148 | 1825 2000-08-24 Gerd Moellmann <gerd@gnu.org> |
| 1826 | |
| 31153 | 1827 * bytecode.c (mark_byte_stack): Add a comment. |
| 1828 | |
| 31148 | 1829 * frame.h (FRAME_FLAGS_AREA_COLS, FRAME_FLAGS_AREA_WIDTH) |
| 1830 (FRAME_LEFT_FLAGS_AREA_WIDTH): Return 0 unless frame is | |
| 1831 a graphical frame. | |
| 1832 | |
| 31137 | 1833 2000-08-24 Kenichi Handa <handa@etl.go.jp> |
| 1834 | |
| 31139 | 1835 * minibuf.c (do_completion): Always use compare-string, not |
| 1836 string-equal because the latter doesn't pay attention to | |
| 1837 multibyteness of strings. | |
| 1838 | |
| 31137 | 1839 * process.c (create_process): Don't setup raw-text coding here. |
| 1840 (Fopen_network_stream): Don't set coding->src_multibyte and | |
| 1841 coding->dst_multibyte here. | |
| 1842 (read_process_output): For process filter, return unibyte string | |
| 1843 if default-enable-multibyte-characters is nil. | |
| 1844 (send_process): If OBJECT is multibyte text, be sure to encoded it | |
| 1845 by the specified coding system for the process. Otherwise, setup | |
| 1846 raw-text coding. | |
| 1847 (init_process): Don't initialize default-process-coding-system | |
| 1848 here. | |
| 1849 | |
| 31129 | 1850 2000-08-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 1851 | |
| 1852 * buffer.c (syms_of_buffer) <scroll-up-aggressively>: Doc fix. | |
| 1853 <scroll-down-aggressively>: Likewise. | |
| 1854 | |
| 31121 | 1855 2000-08-23 Kenichi Handa <handa@etl.go.jp> |
| 1856 | |
| 31122 | 1857 * coding.c (encode_eol): Fix bug for the case of dst_bytes being |
| 1858 zero. Set coding->produced_char correctly. | |
| 31121 | 1859 |
| 31120 | 1860 2000-08-22 Andrew Innes <andrewi@gnu.org> |
| 1861 | |
| 1862 * makefile.w32-in: New file. | |
| 1863 | |
| 1864 * unexw32.c (unexec): Ignore old_name, and use the actual location | |
| 1865 of the current executable instead. Base new_name on this. | |
| 1866 | |
| 1867 * w32proc.c (create_child): Remove reference to security | |
| 1868 descriptor, which isn't needed and doesn't compile with mingw32. | |
| 1869 | |
| 1870 * w32term.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
| 1871 up dllimport attributes. | |
| 1872 (x_update_window_end): Update prototype. | |
| 1873 | |
| 1874 * unexec.c (write_segment) [USE_CRT_DLL]: Remove unnecessary | |
| 1875 extern, which screws up dllimport attributes. | |
| 1876 | |
| 1877 * sysdep.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
| 1878 up dllimport attributes. | |
| 1879 | |
| 1880 * strftime.c [USE_CRT_DLL]: Remove unnecessary extern, which | |
| 1881 screws up dllimport attributes. | |
| 1882 | |
| 1883 * process.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
| 1884 up dllimport attributes. | |
| 1885 (create_process) [USE_CRT_DLL]: Remove unnecessary extern, which | |
| 1886 screws up dllimport attributes. | |
| 1887 | |
| 1888 * lread.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
| 1889 up dllimport attributes. | |
| 1890 | |
| 1891 * keyboard.c [USE_CRT_DLL]: Remove unnecessary extern, which | |
| 1892 screws up dllimport attributes. | |
| 1893 | |
| 1894 * floatfns.c [USE_CRT_DLL]: Remove unnecessary extern, which | |
| 1895 screws up dllimport attributes. | |
| 1896 | |
| 1897 * fileio.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
| 1898 up dllimport attributes. | |
| 1899 | |
| 1900 * emacs.c (malloc_initialize_hook) [USE_CRT_DLL]: Remove | |
| 1901 unnecessary extern, which screws up dllimport attributes. | |
| 1902 (main): Ditto. | |
| 1903 | |
| 1904 * editfns.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
| 1905 up dllimport attributes. | |
| 1906 | |
| 1907 * dispnew.c (window_change_signal) [USE_CRT_DLL]: Remove | |
| 1908 unnecessary extern, which screws up dllimport attributes. | |
| 1909 | |
| 1910 * callproc.c [USE_CRT_DLL]: Remove unnecessary extern, which | |
| 1911 screws up dllimport attributes. | |
| 1912 | |
| 1913 * buffer.c [USE_CRT_DLL]: Remove unnecessary extern, which screws | |
| 1914 up dllimport attributes. | |
| 1915 | |
| 1916 * w32proc.c (IsValidLocale): Extern missing from mingw32 headers. | |
| 1917 | |
| 1918 * w32bdf.c (search_file_line): | |
| 1919 (set_bdf_font_info): | |
| 1920 (seek_char): | |
| 1921 (w32_get_bdf_glyph): | |
| 1922 (w32_BDF_to_x_font): Fix compile warnings. | |
| 1923 | |
| 1924 * w32menu.c: Include keyboard.h before frame.h. Fix compile | |
| 1925 warnings. | |
| 1926 | |
| 1927 * w32select.c: Include keyboard.h before frame.h. | |
| 1928 | |
| 1929 * w32fns.c (max): Define macro. | |
| 1930 (JOHAB_CHARSET): Define if not known. | |
| 1931 (MOD_ALT, MOD_CONTROL, MOD_SHIFT, MOD_WIN): Define if not known. | |
| 1932 (Fx_show_tip): Synch with X version. | |
| 1933 | |
| 1934 * w32xfns.c: Include keyboard.h before frame.h. | |
| 1935 | |
| 1936 * w32fns.c: Include keyboard.h before frame.h. | |
| 1937 | |
| 1938 * w32term.c: Include keyboard.h before frame.h. | |
| 1939 | |
| 1940 * fontset.c: Include keyboard.h before frame.h. | |
| 1941 | |
| 1942 * w32inevt.c: Include keyboard.h before frame.h. | |
| 1943 (MOUSE_MOVED): Define if not known. | |
| 1944 | |
| 1945 * minibuf.c: Include keyboard.h before frame.h. | |
| 1946 | |
| 1947 * keyboard.c: Include keyboard.h before frame.h. | |
| 1948 | |
| 1949 * indent.c: Include keyboard.h before frame.h. | |
| 1950 | |
| 1951 * dispnew.c: Include keyboard.h before frame.h. | |
| 1952 | |
| 1953 * buffer.c: Include keyboard.h before frame.h. | |
| 1954 | |
| 1955 * alloc.c: Include keyboard.h before frame.h. | |
| 1956 | |
| 1957 * print.c: Include keyboard.h before frame.h. | |
| 1958 | |
| 1959 * process.c: Include keyboard.h before frame.h. | |
| 1960 | |
| 1961 * scroll.c: Include keyboard.h before frame.h. | |
| 1962 | |
| 1963 * sysdep.c: Include keyboard.h before frame.h. | |
| 1964 | |
| 1965 * term.c: Include keyboard.h before frame.h. | |
| 1966 | |
| 1967 * window.c: Include keyboard.h before frame.h. | |
| 1968 | |
| 1969 * xdisp.c: Include keyboard.h before frame.h. | |
| 1970 Separate GLYPH_DEBUG and DEBUG_TRACE_MOVE. | |
| 1971 | |
| 1972 * frame.c: Include keyboard.h before frame.h. | |
| 1973 | |
| 1974 * w32heap.h: Undefine min, max. | |
| 1975 | |
| 1976 * w32gui.h: Undefine min, max. | |
| 1977 | |
| 1978 * unexw32.c: Change PUCHAR to PCHAR. | |
| 1979 (PTR_TO_OFFSET): Cast ptr to unsigned char *. | |
| 1980 (relocate_offset): | |
| 1981 (get_section_info): | |
| 1982 (copy_executable_and_dump_data): Remove unnecessary static defs. | |
| 1983 (copy_executable_and_dump_data): Fix compile warnings. | |
| 1984 | |
| 1985 * sysdep.c (NULL) [WINDOWSNT]: Define NULL if not defined. | |
| 1986 | |
| 1987 * w32console.c (min): Define macro. | |
| 1988 (clear_frame, write_glyphs): Fix compile warning. | |
| 1989 | |
| 1990 * w32proc.c (compare_env): | |
| 1991 (find_child_console): Fix compile warning. | |
| 1992 | |
| 1993 * w32.c (sys_strerror): Use sys_nerr instead of _sys_nerr. Use | |
| 1994 sys_errlist instead of _sys_errlist. | |
| 1995 (get_emacs_configuration_options): New function. | |
| 1996 | |
| 1997 * s/ms-w32.h (sys_nerr): Provide default definition. | |
| 1998 (strdup, strupr, strnicmp, stricmp, tzset, tzname): Map to same | |
| 1999 name with _ prepended. | |
| 2000 (NSIG): Define if not known. | |
| 2001 (get_emacs_configuration): Provide extern declaration. | |
| 2002 (get_emacs_configuration_options): Provide extern declaration. | |
| 2003 (EMACS_CONFIG_OPTIONS): Call get_emacs_configuration_options. | |
| 2004 | |
| 2005 * w32.c (gettimeofday): Use struct timeb, not struct _timeb. | |
| 2006 (map_w32_filename): | |
| 2007 (read_unc_volume): Fix compile warning. | |
| 2008 | |
| 2009 * s/ms-w32.h (_WINSOCK_H): Define to prevent normal winsock | |
| 2010 definitions from being used. | |
| 2011 | |
| 2012 * lisp.h [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd. | |
| 2013 | |
| 2014 * w32.c (unc_volume_file_attributes): | |
| 2015 (open_unc_volume): Make arg const. | |
| 2016 | |
| 2017 * sysdep.c [WINDOWSNT]: Remove extern decl of errno. | |
| 2018 (read_input_waiting): Remove excess parameter. | |
| 2019 | |
| 2020 * w32.c (init_environment): Call _access. | |
| 2021 (check_windows_init_file): Call _close. | |
| 2022 (init_user_info): Call _putenv. | |
| 2023 (init_environment): Call _putenv and _strdup. | |
| 2024 (init_ntproc): Reset volume info cache on startup. | |
| 2025 | |
| 2026 * s/ms-w32.h (malloc, free, realloc, calloc): Rename if | |
| 2027 USE_CRT_DLL is defined, so Emacs can use GNU malloc even though it | |
| 2028 cannot override the CRT malloc. | |
| 2029 | |
| 2030 * makefile.nt (LOCAL_FLAGS): Define USE_CRT_DLL if requested. | |
| 2031 (LINK_FLAGS): Append to original value of LINK_FLAGS. | |
| 2032 | |
| 2033 * w32heap.c [!USE_CRT_DLL]: Don't define _heap_init and _heap_term | |
| 2034 unless we are linking with a static CRT. | |
| 2035 (RVA_TO_PTR): Cast result to unsigned char*. | |
| 2036 | |
| 2037 * w32.c (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup. | |
| 2038 (add_volume_info): Use xstrdup. | |
| 2039 | |
|
31107
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
2040 2000-08-22 Stefan Monnier <monnier@cs.yale.edu> |
|
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
2041 |
|
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
2042 * minibuf.c (Vcompletion_auto_help): Renamed from `auto_help'. |
|
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
2043 (do_completion, Fminibuffer_complete_word): Use it. |
|
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
2044 (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
|
2045 var so it can take non-boolean values. |
|
138c4e88e0fe
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
31017
diff
changeset
|
2046 |
| 31004 | 2047 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
| 2048 | |
| 31017 | 2049 * editfns.c (find_field): Formatting changes. |
| 2050 (toplevel): Some old-style function forward declarations | |
| 2051 changed to prototypes, some new protypes added, some functions | |
| 2052 made static. | |
| 2053 | |
| 2054 * lisp.h (set_time_zone_rule): Add prototype. | |
| 2055 (use_dialog_box): External declaration. | |
| 2056 | |
| 31014 | 2057 * keyboard.c (gen_help_event): Add parameter SIZE. |
| 2058 (kbd_buffer_events_waiting): Slightly rewritten. | |
| 2059 (clear_event): New function. | |
| 2060 (kbd_buffer_get_event): Use it, and clear the input_events of | |
| 2061 HELP_EVENTs. | |
| 2062 (init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and | |
| 2063 don't fill the newly created array with nils. | |
| 2064 (toplevel): Convert some old-style function forward declarations | |
| 2065 to prototypes. | |
| 2066 | |
| 2067 * keyboard.h (gen_help_event): Change prototype. | |
| 2068 | |
| 2069 * xterm.c (XTread_socket): Change calls to gen_help_event. | |
| 2070 | |
| 2071 * w32term.c (w32_read_socket): Change calls to gen_help_event. | |
| 2072 | |
| 31004 | 2073 * eval.c (Fmacroexpand): Doc fix. |
| 2074 | |
| 30990 | 2075 2000-08-20 Jason Rumney <jasonr@gnu.org> |
| 2076 | |
| 2077 * w32term.h (x_display_info_for_display): Remove as this function | |
| 2078 does not exist on W32. | |
| 2079 | |
| 2080 * w32term.c (help_echo_window): New variable. | |
| 2081 (syms_of_w32term): staticpro it. | |
| 2082 (note_mode_line_highlight): Set it. | |
| 2083 (XTextExtents16): Removed as there is no equivalent on W32. | |
| 2084 (x_compute_glyph_string_overhangs): Incomplete body removed, as | |
| 2085 the X way of doing this will not work for W32. | |
| 2086 (w32_intersect_rectangles): Removed. Use IntersectRect API call. | |
| 2087 (x_draw_image_foreground): Avoid drawing outside of the clip area | |
| 2088 when image doesn't have a mask. | |
| 2089 (note_mouse_highlight): Process overlays in the right order of | |
| 2090 priority. Set help_echo_window. | |
| 2091 (x_draw_bar_cursor): If cursor is on an image, draw a box cursor | |
| 2092 because that's more visible for large images. | |
| 2093 | |
| 2094 * w32menu.c (keymap_panes): Pass the keymap's prompt as the pane | |
| 2095 name to single_keymap_panes. | |
| 2096 (w32_menu_show): Set wv->title when dealing with titles. | |
| 2097 (w32_menu_display_help): Call show_help_echo with OBJECT and POS. | |
| 2098 | |
| 30977 | 2099 2000-08-21 Miles Bader <miles@gnu.org> |
| 2100 | |
| 2101 * minibuf.c (do_completion): Try again if we rewrite the input | |
| 2102 string, but no completion was done, so that any completion message | |
| 2103 will be correct. | |
| 2104 | |
| 30975 | 2105 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
| 2106 | |
| 2107 * xfaces.c (lface_equal_p): Compare strings differently. | |
| 2108 (Qtty_color_alist, Vtty_defined_color_alist): New variables. | |
| 2109 (realize_tty_face): Use them. | |
| 2110 (syms_of_xfaces): Initialize new variables. | |
| 2111 (map_tty_color): New function, extracted from realize_tty_face. | |
| 2112 (map_tty_color) [MSDOS || WINDOWSNT]: If using the frame's default | |
| 2113 foreground or background color, store the new color name in the | |
| 2114 realized face; previous code trying to do this had no effect. | |
| 2115 (realize_tty_face): Use map_tty_color. | |
| 2116 (Fclear_face_cache): Set face_change_count and ensure thorough | |
| 2117 redisplay. | |
| 2118 | |
| 30963 | 2119 2000-08-19 Gerd Moellmann <gerd@gnu.org> |
| 2120 | |
| 30975 | 2121 * undo.c (record_first_change, record_marker_adjustment): Don't |
| 2122 use XBUFFER on last_undo_buffer which might not be a buffer. | |
| 30963 | 2123 |
| 30949 | 2124 2000-08-18 Kenichi Handa <handa@etl.go.jp> |
| 2125 | |
| 2126 * coding.c (decode_coding_string): Set members consumed, | |
| 2127 consumed_char, produced, produced_char of *coding correctly. If | |
| 2128 decode_coding doesn't consume any byte, don't try anymore. | |
| 2129 (encode_coding_string): Likewise. | |
| 2130 | |
| 30944 | 2131 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
| 2132 | |
| 30975 | 2133 * lisp.h (CHECK) [ENABLE_CHECKING]: Make both sides of the |
| 2134 conditional have void type, for Standard C compilers. | |
| 30944 | 2135 |
| 2136 * xdisp.c (redisplay_internal): Compare windows for equality with | |
| 2137 EQ, instead of applying XWINDOW to something that might not | |
| 2138 be a window. | |
| 2139 | |
| 30940 | 2140 2000-08-18 Kenichi Handa <handa@etl.go.jp> |
| 2141 | |
| 2142 * fontset.c (Finternal_char_font): Search only the selected frame | |
| 2143 for a window of the current buffer. | |
| 2144 | |
| 30937 | 2145 2000-08-18 Gerd Moellmann <gerd@gnu.org> |
| 2146 | |
| 30975 | 2147 * minibuf.c (do_completion): Use EQ instead of `!=' to compare |
| 30939 | 2148 Lisp_Objects. |
| 2149 | |
| 30937 | 2150 * keyboard.c (kbd_buffer_get_event): Handle the case that the |
| 2151 second half of a HELP_EVENT is found at the start of kbd_buffer. | |
| 2152 | |
| 30932 | 2153 2000-08-18 Miles Bader <miles@gnu.org> |
| 2154 | |
| 30935 | 2155 * lisp.h (Lisp_String): Replace DECLARE_INTERVALS with real decl. |
| 2156 | |
| 30932 | 2157 * editfns.c (save_restriction_save): Rewrite to use markers. |
| 2158 (save_restriction_restore): Rewrite to understand new form of data | |
| 2159 saved by save_restriction_save. | |
| 2160 (Fsave_restriction): Remove cautionary note in doc-string. | |
| 2161 | |
| 30928 | 2162 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
| 2163 | |
| 2164 * fileio.c (build_annotations): Add a comment explaining the | |
| 2165 return value of format-annotate-function. Replace a spurious call | |
| 2166 to Flength with a CONSP test. Call format-annotate-function with | |
| 2167 a fifth arg specifying how many times the function is been called | |
| 2168 in a row, to let it choose temporary buffers appropriately. | |
| 2169 | |
| 30919 | 2170 2000-08-17 Dave Love <fx@gnu.org> |
| 2171 | |
| 2172 * lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't | |
| 2173 declare make_temp_name twice. | |
| 2174 | |
| 2175 * lread.c: Prototype readevalloop, load_unwind, | |
| 2176 load_descriptor_unwind. | |
| 2177 (unreadpure): Give it an arg. | |
| 2178 | |
| 2179 * unexalpha.c: Prototype fatal_unexec, mark_x, | |
| 2180 update_dynamic_symbols. Declare unexec as void. | |
| 2181 | |
| 2182 * cm.c [HAVE_TERMCAP_H]: Include <termcap.h>. | |
| 2183 [!HAVE_TERMCAP_H]: Prototype tputs, tgoto. | |
| 2184 | |
| 2185 * alloc.c (lisp_malloc): Declare with POINTER_TYPE. | |
| 2186 [SYSTEM_MALLOC]: Make decls in malloc.h conditional on | |
| 2187 DOUG_LEA_MALLOC. | |
| 2188 | |
| 2189 * alloca.c: Use #error. | |
| 2190 [POINTER_TYPE]: Use it. | |
| 2191 | |
| 2192 * eval.c (Fdefvar): Doc fix. | |
| 2193 | |
| 2194 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Avoid | |
| 2195 INITIALIZE_INTERVAL. | |
| 2196 | |
| 2197 * buffer.h: Avoid DECLARE_INTERVALS. | |
| 2198 | |
| 2199 * config.in: Add size_t. | |
| 2200 | |
| 30901 | 2201 2000-08-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 2202 | |
| 2203 * w16select.c (set_clipboard_data): If there's not enough memory | |
| 2204 to put text into clipboard, return 1, as Fw16_set_clipboard_data | |
| 2205 expects. In case of other failures, return 3. | |
| 2206 (system_error_msg): New error message. | |
| 2207 (Fw16_set_clipboard_data): If set_clipboard_data returns 3, print | |
| 2208 system_error_msg. | |
| 2209 | |
| 30849 | 2210 2000-08-16 Gerd Moellmann <gerd@gnu.org> |
| 2211 | |
| 2212 * term.c (write_glyphs): Also turn off inverse video after turning | |
| 2213 off other appearances in case TS_exit_attribute_mode is not equal | |
| 2214 to TS_end_standout_mode. | |
| 2215 (insert_glyphs): Turn inverse video on/off for each run of glyphs | |
| 2216 with the same face. | |
| 2217 (turn_off_face): Reset standout_mode only if | |
| 2218 TS_exit_attribute_mode has been output and TS_exit_attribute_mode | |
| 2219 is equal to TS_end_standout_mode. | |
| 2220 | |
| 30843 | 2221 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
| 2222 | |
| 30846 | 2223 * coding.c (encode_coding): Fix the bug of not flushing ISO escape |
| 2224 sequence at the end of the source block. | |
| 2225 | |
| 30843 | 2226 * ccl.c (Fccl_program_p): Docstring modified. |
| 2227 (Fccl_execute): Likewise. | |
| 2228 (Fccl_execute_on_string): Likewise. | |
| 2229 | |
| 30841 | 2230 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
| 2231 | |
| 2232 * msdos.c (IT_write_glyphs): Convert cbp to unsigned char *. | |
| 2233 | |
| 30830 | 2234 2000-08-16 Kenichi Handa <handa@etl.go.jp> |
| 2235 | |
| 2236 The following changes are mainly to fix bugs of | |
| 2237 encode/decode-coding-string failing if encoding/decoding return | |
| 2238 CODING_FINISH_INSUFFICIENT_DST. In addition, delete the global | |
| 2239 variable conversion_buffer. | |
| 2240 | |
| 2241 * ccl.c (CCL_WRITE_CHAR): If CH is eight-bit-control char, | |
| 2242 decrement dst_end to avoid buffer overflow in the later call of | |
| 2243 string_as_multibyte | |
| 2244 | |
| 2245 * coding.h (conversion_buffer_size, conversion_buffer) | |
| 2246 (get_conversion_buffer): Extern deleted. | |
| 2247 | |
| 2248 * coding.c (MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted. | |
| 2249 (conversion_buffer, conversion_buffer_size): Variables deleted. | |
| 2250 (get_conversion_buffer): Function deleted. | |
| 2251 (struct conversion_buffer): New structure. | |
| 2252 (MAX_ALLOCA): New macro. | |
| 2253 (allocate_conversion_buffer): New macro. | |
| 2254 (extend_conversion_buffer, free_conversion_buffer): New functions. | |
| 2255 (ccl_coding_driver): Set coding->result. | |
| 2256 (decode_coding): Set coding->result to CODING_FINISH_NORMAL if | |
| 2257 this is the last block of source. | |
| 2258 (encode_coding): Likewise. Handle the source block as the last | |
| 2259 one only when the whole source text is consumed. | |
| 2260 (decode_coding_string): Handle the case that the output buffer is | |
| 2261 too small to decode the whole source text. Use | |
| 2262 allocate_conversion_buffer, extend_conversion_buffer and | |
| 2263 free_conversion_buffer, not get_conversion_buffer. | |
| 2264 (encode_coding_string): Likewise. | |
| 2265 (init_coding): Function deleted. | |
| 2266 (init_coding_once): Delete code to initialize | |
| 2267 conversion_buffer_size. | |
| 2268 | |
| 2269 * emacs.c (main): Don't call init_coding. | |
| 2270 | |
| 2271 * msdos.c (IT_write_glyphs): Use a locally declared | |
| 2272 conversion_buffer. | |
| 2273 | |
| 2274 * term.c (write_glyphs): Use a locally declared conversion_buffer. | |
| 2275 (insert_glyphs): Likewise. | |
| 2276 | |
| 2277 * w32console.c (write_glyphs): Use a locally declared | |
| 2278 conversion_buffer. | |
| 2279 | |
| 30827 | 2280 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il> |
| 2281 | |
| 2282 * msdos.c (IT_update_begin): Don't crash if mouse_face_mouse_frame | |
| 2283 member of display_info is NULL. | |
| 2284 | |
| 30822 | 2285 2000-08-15 Gerd Moellmann <gerd@gnu.org> |
| 2286 | |
| 30825 | 2287 * alloc.c (compact_small_strings): Use safe_bcopy, add an |
| 2288 assertion. | |
| 2289 | |
| 30822 | 2290 * term.c (turn_off_face): Reset standout_mode when resetting |
| 30825 | 2291 appearances with capability `me'. |
| 30822 | 2292 (write_glyphs): Switch on inverse video before each face change. |
| 2293 | |
| 30785 | 2294 2000-08-14 Dave Love <fx@gnu.org> |
| 2295 | |
| 2296 * alloc.c [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk. | |
| 2297 [!HAVE_UNISTD_H]: Use POINTER_TYPE to declare sbrk. | |
| 2298 (lisp_free): Declare and make static. | |
| 2299 | |
| 2300 * window.c: Fix embedded comment. | |
| 2301 (syms_of_window): Fix doc string. | |
| 2302 | |
| 30781 | 2303 2000-08-14 Gerd Moellmann <gerd@gnu.org> |
| 2304 | |
| 2305 * keymap.c (push_key_description): If C without modifiers is < 32, | |
| 2306 make sure to print `C-' before `M-', like in the manual. | |
| 2307 | |
| 30762 | 2308 2000-08-11 Gerd Moellmann <gerd@gnu.org> |
| 2309 | |
| 2310 * fns.c (hashfn_eq, hashfn_eql): Don't handle strings specially | |
| 2311 since they aren't relocated anymore. | |
| 2312 (sxhash_string): Make sure returned hash code fits in a Lisp | |
| 2313 integer. | |
| 2314 | |
| 2315 * xdisp.c (try_cursor_movement): Fix handling of cursor in | |
| 2316 partially visible line which is smaller than the window's | |
| 2317 height. | |
| 2318 | |
| 30753 | 2319 2000-08-11 Kenichi Handa <handa@etl.go.jp> |
| 2320 | |
| 2321 * ccl.c (CCL_READ_CHAR): If source is multibyte, pay attention to | |
| 2322 the multibyte form of eight-bit-control characters. | |
| 2323 (Fccl_execute_on_string): Initialize ccl->multibyte. | |
| 2324 | |
| 2325 * ccl.h (struct ccl_program): New member multibyte. | |
| 2326 | |
| 2327 * coding.c (ccl_coding_driver): Initialize ccl->multibyte. | |
| 2328 | |
| 30751 | 2329 2000-08-11 Kenichi Handa <handa@etl.go.jp> |
| 2330 | |
| 2331 * regex.c (regex_compile) <normal_char>: Pay attention to | |
| 2332 multibyteness. | |
| 2333 (analyse_first) <exactn>: Setup fastmap correctly for | |
| 2334 eight-bit-control characters. | |
| 2335 | |
| 2336 2000-08-11 Kenichi Handa <handa@etl.go.jp> | |
| 2337 | |
| 2338 * termhooks.h (enum event_kind): New member | |
| 2339 multibyte_char_keystroke. | |
| 2340 | |
| 2341 * keyboard.c (make_lispy_event): Handle the new event type | |
| 2342 multibyte_char_keystroke. | |
| 2343 | |
| 2344 * xterm.c: Include coding.h. | |
| 2345 (XTread_socket): Work around a bug of XmbLookupString. If the | |
| 2346 input is from XIM, decode it according to the current locale. In | |
| 2347 that case, generate multibyte_char_keystroke events. | |
| 2348 | |
| 30746 | 2349 2000-08-11 Kenichi Handa <handa@etl.go.jp> |
| 2350 | |
| 2351 * xdisp.c (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon. | |
| 2352 (TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy. | |
| 2353 | |
| 30745 | 2354 2000-08-10 Gerd Moellmann <gerd@gnu.org> |
| 2355 | |
| 2356 * xdisp.c (trace_move) [GLYPH_DEBUG]: New variable. | |
| 2357 (TRACE_MOVE) [GLYPH_DEBUG]: New macro. | |
| 2358 (move_it_in_display_line_to): Record iterator's ascent and descent | |
| 2359 before producing glyphs, and restore them when we know the glyph | |
| 2360 doesn't fit on the line. | |
| 2361 (move_it_to): Restructured so that it's easier to debug. If | |
| 2362 moving to a vpos, and not moving to an x or character position, | |
| 2363 stop as soon as the specified vpos is reached; don't move further | |
| 2364 into that line because that might change the computed line height. | |
| 2365 (try_cursor_movement): New function, extracted from the cursor | |
| 2366 movement branch of redisplay_window. If ending on a partially | |
| 2367 visible line, don't try to scroll if the cursor line is taller | |
| 2368 than the window. | |
| 2369 (redisplay_window): Use try_cursor_movement. | |
| 2370 | |
| 2371 * window.c (Fwindow_end): Rewritten to not use Fvertical_motion, | |
| 2372 because that function doesn't cope with variable-height lines. | |
| 2373 | |
| 2374 * xterm.c (x_draw_bar_cursor): If cursor is on an image, draw a | |
| 2375 box cursor because that's better visible for large images. | |
| 2376 | |
| 30737 | 2377 2000-08-10 Miles Bader <miles@gnu.org> |
| 2378 | |
| 2379 * w32term.c (note_mouse_highlight): Update calls to overlays_at. | |
| 2380 | |
| 30729 | 2381 2000-08-10 Gerd Moellmann <gerd@gnu.org> |
| 2382 | |
| 2383 * xdisp.c (Vmessages_buffer_name): New variable. | |
| 2384 (message_dolog): Use it. | |
| 2385 (syms_of_xdisp): Initialize it. | |
| 2386 | |
| 30726 | 2387 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
| 2388 | |
| 2389 * msdos.c (IT_note_mouse_highlight): Update the calls to | |
| 2390 overlays_at. | |
| 2391 (toplevel) <kbd_buffer_store_event>: Remove prototype, it's | |
| 2392 redundant now that keyboard.h is included. | |
| 2393 | |
| 30715 | 2394 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il> |
| 2395 | |
| 2396 * keyboard.c (kbd_buffer_events_waiting): New function. | |
| 2397 | |
| 2398 * keyboard.h (kbd_buffer_events_waiting): Add prototype. | |
| 2399 | |
| 2400 * msdos.c: Include keyboard.h. | |
| 2401 (XMenuActivate): Empty no_event events from the event buffer. If | |
| 2402 no events are left after that, call clear_input_pending. | |
| 2403 (mouse_clear_clicks): New function, code moved from mouse_init. | |
| 2404 (mouse_init, XMenuActivate): Call mouse_clear_clicks to force the | |
| 2405 mouse driver to ``forget'' any past clicks. | |
| 2406 | |
| 2407 * Makefile.in (msdos.o): Depend on keyboard.h. | |
| 2408 | |
| 30708 | 2409 2000-08-09 Gerd Moellmann <gerd@gnu.org> |
| 2410 | |
| 30724 | 2411 * lisp.h (input_pending): External declaration. |
| 2412 | |
| 2413 * dispextern.h (Qredisplay_dont_pause): Declare extern. | |
| 2414 | |
| 2415 * xdisp.c (echo_area_display): Display thoroughly if input is | |
| 2416 pending. Bind redisplay-dont-pause to t during the redisplay. | |
| 2417 in case input is pending. | |
| 2418 | |
| 2419 * dispnew.c (Qredisplay_dont_pause): New variable. | |
| 2420 (syms_of_display): Initialize and staticpro it. | |
| 2421 (update_frame_1): Don't interrupt the display for pending input if | |
| 2422 redisplay_dont_pause is set. | |
| 2423 | |
| 30714 | 2424 * dispnew.c (mode_line_string): Declare parameter MODE_LINE_P. |
| 2425 | |
| 30708 | 2426 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix. |
| 2427 | |
| 30702 | 2428 2000-08-09 Miles Bader <miles@lsi.nec.co.jp> |
| 2429 | |
| 2430 * callproc.c (Fcall_process): Terminate the unwind-protect around | |
| 2431 the post-read-conversion of coding system. | |
| 2432 | |
| 30701 | 2433 * buffer.c (overlays_at): Add CHANGE_REQ parameter. |
| 2434 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it. | |
| 2435 * buffer.h (overlays_at): Update prototype. | |
| 2436 * xdisp.c (next_overlay_change): Update call to overlays_at. | |
| 2437 * xfaces.c (face_at_buffer_position): Likewise. | |
| 2438 * textprop.c (Fget_char_property): Likewise. | |
| 2439 * xterm.c (note_mouse_highlight): Likewise. | |
| 2440 | |
| 30685 | 2441 * minibuf.c (do_completion): Don't consider a simple change of |
| 2442 case as `completion'. | |
| 2443 | |
|
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
|
2444 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
|
2445 |
|
30683
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2446 * keyboard.c (syms_of_keyboard): Initialize |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2447 last_point_position_buffer. |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2448 * undo.c (record_delete): Make sure last_point_position_buffer is |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2449 a buffer before comparing pointers. |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2450 |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2451 * coding.h (decode_coding_string): Declare. |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2452 |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2453 * intervals.h (Fprevious_single_char_property_change): Declare. |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2454 |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2455 * textprop.c (Fprevious_single_char_property_change): Don't do |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2456 arithmetic directly on lisp objects. |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2457 |
| 30693 | 2458 * editfns.c (find_field): Use EQ, not ==, to compare Lisp |
|
30683
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2459 objects. |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2460 |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2461 * keyboard.h (menu_item_eval_property): Declare. |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2462 |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2463 * xdisp.c (message_dolog): Save and protect string "*Messages*" to |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2464 reuse as buffer name, instead of recreating (and discarding) every |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2465 time a message is logged. |
|
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2466 (with_echo_area_buffer): Make callback arg A2 a lisp object. |
| 30693 | 2467 (current_message_1, truncate_message_1, set_message_1) |
| 2468 (display_echo_area_1, resize_mini_window_1): Signatures changed. | |
| 2469 (current_message, truncate_echo_area, display_echo_area) | |
| 2470 (resize_echo_area_axactly): Changed calls. | |
|
30683
386d91b16514
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
30674
diff
changeset
|
2471 |
|
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
|
2472 * coding.c (find_safe_codings): CHAR_TABLE_SET index must be a |
| 30693 | 2473 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
|
2474 (Ffind_coding_systems_region_internal): First argument to Fappend |
| 30693 | 2475 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
|
2476 |
| 30672 | 2477 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
| 2478 | |
| 2479 * charset.c (Fchar_width): Doc fix. | |
| 2480 | |
| 30671 | 2481 2000-08-08 Gerd Moellmann <gerd@gnu.org> |
| 2482 | |
| 2483 * charset.c (Fstring_width): Doc fix. | |
| 2484 | |
| 30632 | 2485 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
| 2486 | |
| 30708 | 2487 * xdisp.c (start_display): When starting display on a continuation |
| 30654 | 2488 line, clear ascent and descent members of the iterator structure; |
| 2489 the height of the continued line does not affect the height of the | |
| 2490 continuation line. | |
| 2491 (make_cursor_line_fully_visible): Do nothing if cursor is on a | |
| 2492 line taller than the window. | |
| 2493 (redisplay_window) <forced window start>: Handle case that the | |
| 2494 middle of the window is not found in any row. | |
| 2495 (dump_glyph_row): Show more information. | |
| 2496 (compute_line_metrics): Use MATRIX_FIRST_TEXT_ROW to determine the | |
| 2497 first text line in a glyph matrix. | |
| 2498 | |
| 2499 * xterm.c (x_draw_image_foreground): Avoid drawing outside | |
| 2500 of the clip area when image doesn't have a mask. | |
| 2501 | |
| 30639 | 2502 * fns.c (sweep_weak_table): Fix survival conditions for |
| 2503 key-or-value and key-and-value weakness. | |
| 2504 | |
| 2505 * .gdbinit (xhashtable): New command. | |
| 2506 | |
| 30635 | 2507 * fns.c (sweep_weak_hash_tables): Fix the code taking unmarked |
| 2508 tables out of the list of all weak hash tables. | |
| 2509 | |
| 30632 | 2510 * xdisp.c (ensure_echo_area_buffers): If a buffer was killed, and |
| 30633 | 2511 a new buffer is created, make sure echo_area_buffer[] references |
| 2512 the new buffer. | |
| 30632 | 2513 |
| 30629 | 2514 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il> |
| 2515 | |
| 2516 * msdos.c (Fmsdos_set_mouse_buttons): Add missing backslashes in | |
| 2517 the doc string. | |
| 2518 | |
| 30625 | 2519 2000-08-07 Kenichi Handa <handa@etl.go.jp> |
| 2520 | |
| 2521 * syntax.c (skip_chars): Fix previous change. Make the handling | |
| 2522 of unibyte string consistent with that of regex search. | |
| 2523 | |
| 30603 | 2524 2000-08-05 Gerd Moellmann <gerd@gnu.org> |
| 2525 | |
| 30614 | 2526 * xmenu.c (popup_get_selection): Use xfree instead of free. |
| 2527 | |
| 2528 * fileio.c (Finsert_file_contents): Use xfree instead of free. | |
| 2529 | |
| 2530 * editfns.c (Ftranspose_regions): Use xfree instead of free. | |
| 2531 | |
| 2532 * callproc.c (child_setup): Use xfree instead of free. | |
| 2533 | |
| 2534 * sysdep.c (opendir, GetTempDirName, run_mac_command): Use xmalloc | |
| 2535 instead of malloc. | |
| 2536 (run_mac_command, closedir): Use `xfree' instead of `free'. | |
| 2537 | |
| 2538 * keymap.c (current_minor_maps): Use xmalloc instead of malloc. | |
| 2539 | |
| 2540 * eval.c (error): Use xfree instead of free. | |
| 2541 | |
| 30603 | 2542 * xfaces.c, xfns.c, w32fns.c: Replace `illegal' with `invalid'. |
| 2543 | |
| 2544 * fns.c: Replace `illegal' with `invalid'. | |
| 30614 | 2545 (Fmake_hash_table, make_hash_table): Allow table size of 0. |
| 30603 | 2546 |
|
30596
48a9e9f4fd9d
(skip_chars): Fix handling of multibyte<->unibyte conversion.
Kenichi Handa <handa@m17n.org>
parents:
30595
diff
changeset
|
2547 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
|
2548 |
|
48a9e9f4fd9d
(skip_chars): Fix handling of multibyte<->unibyte conversion.
Kenichi Handa <handa@m17n.org>
parents:
30595
diff
changeset
|
2549 * 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
|
2550 conversion. |
|
48a9e9f4fd9d
(skip_chars): Fix handling of multibyte<->unibyte conversion.
Kenichi Handa <handa@m17n.org>
parents:
30595
diff
changeset
|
2551 |
|
30598
e0b06b3efefe
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30596
diff
changeset
|
2552 2000-08-04 Noah Friedman <friedman@splode.com> |
|
e0b06b3efefe
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30596
diff
changeset
|
2553 |
|
e0b06b3efefe
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30596
diff
changeset
|
2554 * 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
|
2555 docstring. |
|
e0b06b3efefe
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
30596
diff
changeset
|
2556 |
| 30595 | 2557 2000-08-04 Gerd Moellmann <gerd@gnu.org> |
| 2558 | |
| 2559 * syntax.c (skip_chars): Fix typo in error message. | |
| 2560 | |
|
30588
bfbe4e93bdcf
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30582
diff
changeset
|
2561 2000-08-04 Andreas Schwab <schwab@suse.de> |
|
bfbe4e93bdcf
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30582
diff
changeset
|
2562 |
|
bfbe4e93bdcf
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30582
diff
changeset
|
2563 * m/ia64.h: Moved from s/ia64.h. |
|
bfbe4e93bdcf
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
30582
diff
changeset
|
2564 |
| 30577 | 2565 2000-08-04 Kenichi Handa <handa@etl.go.jp> |
| 2566 | |
| 30582 | 2567 * process.c (read_process_output): Big simplification. Handle |
| 2568 composition and post-read-conversion of coding system correctly. | |
| 2569 (send_process): Handle composition correctly. | |
| 2570 | |
| 2571 * callproc.c (Fcall_process): Handle post-read-conversion of | |
| 2572 coding system if any. | |
| 2573 | |
| 30577 | 2574 * coding.c (decode_coding_iso2022): More strict check for handling |
| 2575 single shifting. | |
| 30582 | 2576 (coding_restore_composition): Pay attention to the case that |
| 2577 cmp_data is not set properly (because of invalid code in the | |
| 2578 source text). | |
| 2579 (run_pre_post_conversion_on_str): Include text properties in the | |
| 2580 resulting string. | |
| 2581 (decode_coding_string): Set members of coding correctly. | |
| 30577 | 2582 |
| 30576 | 2583 2000-08-03 Gerd Moellmann <gerd@gnu.org> |
| 2584 | |
| 2585 * s/ia64.h: New file. | |
| 2586 | |
| 2587 * widget.c (set_frame_size, update_wm_hints, EmacsFrameSetValues): | |
| 2588 Use NULL instead of 0 at the end of variable argument list of | |
| 2589 XtVaGetValues and XtVaSetValues, because 0 fails on systems where | |
| 2590 sizeof (int) < sizeof (void *). | |
| 2591 | |
| 2592 * xmenu.c (update_frame_menubar): Use NULL instead of 0 at the end | |
| 2593 of variable argument lists of XtVaGetValues and XtVaSetValues. | |
| 2594 | |
| 2595 * xfns.c (Fx_file_dialog): Use NULL instead of 0 at the end of | |
| 2596 variable argument lists of XtVaGetValues and XtVaSetValues. | |
| 2597 | |
| 30564 | 2598 2000-08-02 Gerd Moellmann <gerd@gnu.org> |
| 2599 | |
| 2600 * alloc.c (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE. | |
| 2601 (xrealloc, xmalloc): Use size_t. Some callers adjusted. | |
| 2602 | |
| 2603 * lisp.h (Fsingle_key_description, xmalloc, xrealloc): Change | |
| 2604 prototype. | |
| 2605 | |
| 2606 * keyboard.c (read_char_minibuf_menu_prompt): Add new parameter | |
| 2607 in call to Fsingle_key_description. | |
| 2608 | |
| 2609 * keymap.c (Fsingle_key_description): Add parameter NO_ANGLES. | |
| 2610 Callers changed. | |
| 2611 | |
| 2612 2000-08-02 Colin Walters <walters@cis.ohio-state.edu> | |
| 2613 | |
| 2614 * window.c (display_buffer_reuse_frames): New variable. | |
| 2615 (Fdisplay_buffer): If display_buffer_reuse_frames is set, reuse | |
| 2616 frames displaying BUFFER. | |
| 2617 (syms_of_window): Define Lisp variable | |
| 2618 display-buffer-reuse-frames. | |
| 2619 | |
| 30551 | 2620 2000-08-01 Miles Bader <miles@gnu.org> |
| 2621 | |
| 2622 * editfns.c (Fconstrain_to_field): Fix the conditions for deciding | |
| 2623 when to constrain NEW_POS (they were pretty screwed up before). | |
| 2624 | |
| 30531 | 2625 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
| 2626 | |
| 2627 * msdos.c (run_msdos_command): Save and restore the master | |
| 2628 environment, for the case that child_setup signals an error. | |
| 2629 When mirroring slashes in DOS shell commands, don't fail when | |
| 2630 argv[2] has embedded blanks. | |
| 30533 | 2631 (Fmsdos_set_mouse_buttons, mouse_setup_buttons): New functions. |
| 2632 (syms_of_msdos): Defsubr Fmsdos_set_mouse_buttons. | |
| 2633 (dos_ttraw): Call mouse_setup_buttons. | |
| 30531 | 2634 |
| 2635 * callproc.c (child_setup) [MSDOS]: malloc pwd_var instead of | |
| 2636 using alloca; free it after run_msdos_command returns. | |
| 2637 | |
| 30507 | 2638 2000-07-27 Dave Love <fx@gnu.org> |
| 2639 | |
| 2640 * s/irix6-5.h (IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't | |
| 2641 define. | |
| 2642 [_MIPS_SZLONG == 64]: Set up for 64-bit mode -- not currently | |
| 2643 working. | |
| 2644 | |
| 2645 * m/iris4d.h (XUINT, XSET, XUNMARK) [_LP64]: Don't define. | |
| 2646 | |
| 30504 | 2647 2000-07-27 Eli Zaretskii <eliz@is.elta.co.il> |
| 2648 | |
| 2649 * editfns.c (lisp_time_argument): Fix last change. | |
| 2650 | |
| 30502 | 2651 2000-07-27 Gerd Moellmann <gerd@gnu.org> |
| 2652 | |
| 30511 | 2653 * fns.c (Fdelete): Make it work on vectors and strings in addition |
| 2654 to lists. | |
| 2655 | |
| 30502 | 2656 * fns.c (Qkey_or_value, Qkey_and_value): New variables. |
| 2657 (syms_of_fns): Initialize new variables. | |
| 2658 (sweep_weak_table): Handle weakness `key-or-value' and | |
| 2659 `key-and-value'. | |
| 2660 (Fmake_hash_table): Recognize `key-and-value' and `key-or-value' | |
| 2661 weakness, with t meaning the same as `key-and-value'. | |
| 2662 | |
| 30490 | 2663 2000-07-27 Kenichi Handa <handa@etl.go.jp> |
| 2664 | |
| 2665 * coding.h (struct coding_system): Member safe_charset deleted. | |
| 2666 | |
| 2667 * coding.c (Qsafe_charsets): This variable deleted. | |
| 2668 (Qsafe_chars, Vchar_coding_system_table, Qchar_coding_system): New | |
| 2669 variables. | |
| 2670 (coding_safe_chars): New function. | |
| 2671 (CODING_SAFE_CHAR_P): New macro. | |
| 2672 (CHARSET_OK): New arg C. Call CODING_SAFE_CHAR_P instead of | |
| 2673 checking safe_charsets member of the coding system. Caller | |
| 2674 changed. | |
| 2675 (detect_coding_iso2022): New local variable safe_chars. | |
| 2676 (DECODE_DESIGNATION): Call CODING_SAFE_CHAR_P instead of checking | |
| 2677 safe_charsets member of the coding system. | |
| 2678 (decode_coding_iso2022): New local variable safe_chars. | |
| 2679 (ENCODE_ISO_CHARACTER_DIMENSION1): Don't check unsafe chars here. | |
| 2680 (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise. | |
| 2681 (ENCODE_ISO_CHARACTER): Arguments changed. Caller changed. | |
| 2682 (ENCODE_UNSAFE_CHARACTER): New macro. | |
| 2683 (encode_coding_iso2022): New local variable safe_chars. Check | |
| 2684 unsafe chars. | |
| 2685 (setup_coding_system): Delete the code to initialize | |
| 2686 coding->safe_charses | |
| 2687 (intersection, find_safe_codings): New functions. | |
| 2688 (Ffind_coding_systems_region_internal): New function. | |
| 2689 (syms_of_coding): Defsubr it. Initialize Qsafe_chars, | |
| 2690 Qsafe_cding_system. Make Vchar_coding_system_table a Lisp | |
| 2691 variable and initialize it. | |
| 2692 | |
| 2693 * fns.c (char_table_ref_and_index): New function. | |
| 2694 | |
| 2695 * lisp.h (char_table_ref_and_index): Add prototype. | |
| 2696 | |
| 30480 | 2697 2000-07-26 Sam Steingold <sds@gnu.org> |
| 2698 | |
| 2699 * editfns.c (lisp_time_argument): Added third argument `usec'. | |
| 30511 | 2700 (Ffloat_time): New built-in Lisp function. |
| 30480 | 2701 |
| 30473 | 2702 2000-07-26 Gerd Moellmann <gerd@gnu.org> |
| 2703 | |
| 30477 | 2704 * dispextern.h (GLYPH_FROM_CHAR_GLYPH): Use CHARACTERBITS bits |
| 2705 for the character code. | |
| 2706 | |
| 2707 * config.in (HAVE_SOUND): Define only for FreeBSD, NetBSD and | |
| 2708 GNU/Linux. | |
| 2709 | |
| 30473 | 2710 * xmenu.c (menu_highlight_callback): Call show_help_echo directly |
| 2711 if called for a popup menu. | |
| 2712 (xmenu_show): Store help string in widget values. | |
| 2713 | |
| 30466 | 2714 2000-07-26 Dave Love <fx@gnu.org> |
| 2715 | |
| 2716 * syswait.h: Move some definitions. | |
| 2717 (HAVE_SYS_WAIT_H): Undef for HPUX7, Convex. | |
| 2718 [!HAVE_SYS_WAIT_H]: Define things unconditionally. More | |
| 2719 perspicuous definitions. | |
| 2720 (WTERMSIG): Fix bit pattern used. | |
| 2721 | |
| 30460 | 2722 2000-07-26 Kenichi Handa <handa@etl.go.jp> |
| 2723 | |
| 2724 * print.c (print_object): If vector printing is truncated, print | |
| 2725 "..." to indicate it as well as the case of list printing. | |
| 2726 | |
| 30444 | 2727 2000-07-25 Gerd Moellmann <gerd@gnu.org> |
| 2728 | |
| 30449 | 2729 * xdisp.c (next_element_from_display_vector): Improve comments. |
| 2730 | |
| 2731 * lisp.h (GLYPH_MASK_CHAR, GLYPH_MASK_FACE): Use 19 bits | |
| 2732 for the character code, and the rest for the face id as in 20.x. | |
| 2733 (FAST_GLYPH_FACE, FAST_MAKE_GLYPH): Changed accordingly. | |
| 2734 | |
| 2735 * window.c (window_display_table): Cleaned up. | |
| 2736 | |
| 30444 | 2737 * syntax.c (Fforward_word): Add last arg nil in call of |
| 2738 Fconstrain_to_field. | |
| 2739 | |
| 30442 | 2740 2000-07-25 Eli Zaretskii <eliz@is.elta.co.il> |
| 2741 | |
| 30449 | 2742 * fileio.c (Frename_file) [DOS_NT]: If the file names are |
| 30442 | 2743 identical but for the letter-case, don't call |
| 2744 barf_or_query_if_file_exists. | |
| 2745 | |
| 30438 | 2746 2000-07-25 Miles Bader <miles@gnu.org> |
| 2747 | |
| 2748 * editfns.c (find_field): Honor special `boundary' fields. | |
| 2749 (Qboundary): New variables. | |
| 2750 (syms_of_editfns): Initialize Qboundary. | |
| 2751 (Fconstrain_to_field): Add the INHIBIT-CAPTURE-PROPERTY argument. | |
| 2752 Use scan_buffer instead of find_before_next_newline, because it | |
| 2753 allows us to detect the boundary case where there's a newline at | |
| 2754 the search limit. | |
| 2755 * lisp.h (Fconstrain_to_field): Update external declaration. | |
| 2756 | |
| 30433 | 2757 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
| 2758 | |
| 2759 * print.c (temp_output_buffer_setup): Don't call1 Vrun_hooks | |
| 2760 if that is nil. | |
| 30438 | 2761 |
| 30431 | 2762 2000-07-24 Dave Love <fx@gnu.org> |
| 2763 | |
| 2764 * s/sunos4-0.h, s/sol2.h: | |
| 2765 (LIBS_TERMCAP): Move from m/sparc.h. | |
| 2766 | |
| 2767 * m/sparc.h (TERMINFO): Moved to system files (probably only | |
| 2768 relevant for sunos4 judging by its vintage). | |
| 2769 (BITS_PER_LONG, BITS_PER_EMACS_INT, _LP64): Define conditional on | |
| 2770 __arch64__. | |
| 2771 | |
| 30424 | 2772 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il> |
| 2773 | |
| 2774 * xmenu.c (keymap_panes): Pass the keymap's prompt as the pane | |
| 2775 name to single_keymap_panes. | |
| 2776 | |
| 30418 | 2777 2000-07-24 Andreas Schwab <schwab@suse.de> |
| 2778 | |
| 2779 * fns.c (Fmakehash): Pass Qeql to Fmake_hash_table if TEST is nil. | |
| 2780 | |
| 30415 | 2781 2000-07-24 Gerd Moellmann <gerd@gnu.org> |
| 2782 | |
| 2783 * xdisp.c (with_echo_area_buffer): Take additional EMACS_INT | |
| 2784 parameters instead of using int parameters. Expect FN to accept | |
| 2785 EMACS_INT parameters. | |
| 2786 (display_echo_area, resize_echo_area_axactly, current_message) | |
| 2787 (truncate_echo_area, set_message_1): Call with_echo_area_buffer | |
| 2788 with new argument list. | |
| 2789 (resize_mini_window_1): New callback function. | |
| 2790 (current_message_1, truncate_message_1, set_message_1): Change | |
| 2791 parameter lists to the new format expected by | |
| 2792 with_echo_area_buffer. | |
| 2793 | |
| 30397 | 2794 2000-07-24 Kenichi Handa <handa@etl.go.jp> |
| 2795 | |
| 2796 * fontset.c (fontset_ref): Remove INLINE declaration. | |
| 2797 (fontset_ref_via_base): Likewise. | |
| 2798 (Fset_fontset_font): Convert FAMILY and REGISTRY specifications | |
| 2799 to downcase. | |
| 2800 | |
| 30382 | 2801 2000-07-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 2802 | |
| 2803 * msdos.c (IT_note_mouse_highlight): Process overlays in the | |
| 2804 correct order of priority. If help echo was found in an overlay, | |
| 2805 use that overlay as the object in which the help echo was found. | |
| 2806 | |
| 30378 | 2807 2000-07-22 Miles Bader <miles@gnu.org> |
| 2808 | |
| 2809 * textprop.c (Fprevious_single_char_property_change): The initial | |
| 2810 property value should be from the position preceding POSITION, not | |
| 2811 following it. | |
| 2812 | |
| 30377 | 2813 2000-07-22 Eli Zaretskii <eliz@is.elta.co.il> |
| 2814 | |
| 2815 * coding.c (syms_of_coding): Doc fix for | |
| 2816 inhibit-iso-escape-detection. | |
| 2817 | |
| 30364 | 2818 2000-07-21 Gerd Moellmann <gerd@gnu.org> |
| 2819 | |
| 30372 | 2820 * xterm.c (note_mouse_highlight): Process overlays in the right |
| 2821 order of priority. | |
| 30480 | 2822 |
| 30370 | 2823 * keyboard.c (show_help_echo, gen_help_event): Extend comments. |
| 2824 | |
| 2825 * xterm.c (note_mouse_highlight): If help-echo was found in an | |
| 2826 overlay, use that overlay as the object in which the help was | |
| 2827 found. | |
| 2828 | |
| 30367 | 2829 * window.c (foreach_window_1): Fix typo reversing an if-condition. |
| 30480 | 2830 |
| 30364 | 2831 * window.c (foreach_window): Instead of a fake variable argument |
| 2832 list, take one USER_DATA argument. | |
| 2833 (foreach_window_1): Likewise, and call callback functions with two | |
| 2834 args, the window and USER_DATA. | |
| 2835 (struct check_window_data): New struct. | |
| 2836 (check_window_containing): Use it. | |
| 2837 (window_from_coordinates): Set up a struct check_window_data for | |
| 2838 foreach_window. | |
| 2839 (add_window_to_list, freeze_window_start): Change parameters | |
| 2840 according to new calling convention. | |
| 2841 | |
| 2842 * window.h (foreach_window): Change prototype. | |
| 2843 | |
| 2844 * buffer.c (Fprevious_overlay_change): Avoid memory leak. | |
| 2845 | |
| 2846 2000-07-21 Eli Zaretskii <eliz@is.elta.co.il> | |
| 2847 | |
| 2848 * xmenu.c (menu_help_callback): Call show_help_echo with | |
| 2849 additional arguments OBJECT and POS. | |
| 2850 | |
| 30355 | 2851 2000-07-21 Kenichi Handa <handa@etl.go.jp> |
| 2852 | |
| 30357 | 2853 * data.c (Faset): Allow storing any multibyte character in a |
| 2854 string. Convert unibyte string to multibyte if necessary. | |
| 2855 | |
| 30355 | 2856 * xfns.c (x_encode_text): New function. |
| 2857 (x_set_name): Use x_encode_text. | |
| 2858 (x_set_title): Likewise. | |
| 2859 | |
| 2860 * xselect.c (lisp_data_to_selection_data): Use x_encode_text. | |
| 2861 | |
| 2862 * xterm.h (x_encode_text): Add prototype. | |
| 2863 | |
| 30346 | 2864 2000-07-20 Dave Love <fx@gnu.org> |
| 2865 | |
| 2866 * ccl.c (Fccl_execute_on_string): Don't check xmalloc return. Use | |
| 2867 xfree, not free. | |
| 2868 | |
| 30342 | 2869 2000-07-20 Eli Zaretskii <eliz@is.elta.co.il> |
| 2870 | |
| 2871 * msdos.c (help_echo_window): New variable. | |
| 2872 (syms_of_msdos): Initialize and staticpro it. | |
| 2873 (IT_note_mode_line_highlight): Set help_echo_window. | |
| 2874 (IT_note_mouse_highlight): Ditto. | |
| 2875 (dos_rawgetc): Store help_echo_window in the second event produced | |
| 2876 for HELP_EVENTs. | |
| 2877 | |
| 2878 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight): | |
| 2879 Record the object that generated the help echo and the position of | |
| 2880 that object in help_echo_object and help_echo_pos. Record that | |
| 2881 some glyphs in a row are displayed in mouse-face. | |
| 2882 (IT_update_begin): Don't clear mouse highlight unless one of the | |
| 2883 enabled glyph rows is marked as being displayed in mouse-face. | |
| 2884 (dos_rawgetc): Generate 2 events for HELP_EVENT. Pass the object | |
| 2885 and position recorded in help_echo_object and help_echo_pos to the | |
| 2886 event queue. | |
| 2887 (IT_menu_display): Accept a new argument PN: the pane number of | |
| 2888 the current menu pane. Record the pane number and the item | |
| 2889 number of the item which has associated help string. | |
| 2890 (XMenuActivate): Update the prototype for help_callback in | |
| 2891 function declaration. Call IT_menu_display with the current menu | |
| 2892 pane number as an additional argument. Call help_callback with | |
| 2893 two additional arguments: the pane number and the item number of | |
| 2894 the menu item associated with the help text. | |
| 2895 (help_echo_object, help_echo_pos): New variables. | |
| 2896 (syms_of_msdos): Initialize them and staticpro help_echo_object. | |
| 2897 | |
| 2898 * msdos.h (XMenuActivate): Update prototype. | |
| 2899 | |
| 30318 | 2900 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
| 2901 | |
| 30329 | 2902 * xdisp.c (with_echo_area_buffer): Call FN with more arguments. |
| 2903 Add some more prototypes. | |
| 2904 | |
| 2905 * xterm.c, xterm.h: Add some more prototypes. | |
| 2906 | |
| 2907 * lisp.h (Fnext_single_char_property_change): Add prototype. | |
| 2908 | |
| 2909 * dispnew.c (direct_output_for_insert): Remove confusing | |
| 2910 outer local variable mouse_face_overwritten_p. | |
| 2911 (glyph_row_slice_p): Put in #ifdef GLYPH_DEBUG. | |
| 2912 | |
| 30318 | 2913 * alloc.c (allocate_string_data): Don't copy old string contents. |
| 2914 | |
| 30314 | 2915 2000-07-19 Kenichi Handa <handa@etl.go.jp> |
| 2916 | |
| 2917 * coding.c (code_convert_region): Delete text properties before | |
| 2918 shrinking the conversion region. | |
| 2919 | |
| 30303 | 2920 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
| 2921 | |
| 30308 | 2922 * dispnew.c (update_text_area): Write the whole row if it |
| 2923 has mouse-face in it. | |
| 2924 | |
| 30305 | 2925 * xfaces.c (face-alternative-font-family-alist): Remove |
| 2926 DEFVAR_LISP; staticpro instead. | |
| 2927 | |
| 30480 | 2928 * xmenu.c (menu_help_callback): Call show_help_echo with |
| 30303 | 2929 new arguments. |
| 2930 | |
| 2931 * keyboard.c (show_help_echo): Add parameter WINDOW. | |
| 2932 (read_char): Call show_help_echo with window extracted from Lisp | |
| 2933 help event. | |
| 2934 (gen_help_event): Add parameter WINDOW. | |
| 2935 | |
| 2936 * keyboard.h (show_help_echo, gen_help_event): Change prototypes. | |
| 2937 | |
| 2938 * xterm.c (help_echo_window): New variable. | |
| 2939 (note_mouse_highlight, note_tool_bar_highlight): Set | |
| 2940 help_echo_window. | |
| 2941 (XTread_socket): Pass help_echo_window to gen_help_event. | |
| 2942 (syms_of_xterm): Initialize and staticpro help_echo_window. | |
| 2943 | |
| 30298 | 2944 2000-07-18 Dave Love <fx@gnu.org> |
| 2945 | |
| 2946 * Makefile.in: Fix dependencies of blockinput.h on atimer.h, | |
| 2947 systime.h. | |
| 2948 | |
| 30290 | 2949 2000-07-18 Gerd Moellmann <gerd@gnu.org> |
| 2950 | |
| 30296 | 2951 * alloc.c (allocate_string_data): If string had already data |
| 2952 assigned, copy old contents to new string data. | |
| 2953 | |
| 2954 * coding.c (syms_of_coding): Fix typo in spelling of variable | |
| 2955 `inhibit-iso-escape-detection'. | |
| 2956 | |
| 30290 | 2957 * alloca.c (free) [emacs && EMACS_FREE]: Define as EMACS_FREE. |
| 2958 | |
| 2959 * Makefile.in: Add dependencies on dispextern.h. | |
| 2960 (alloca.o): Don't define malloc and define EMACS_FREE instead of | |
| 2961 `free'; both can conflict with system header files. | |
| 2962 | |
| 30281 | 2963 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
| 2964 | |
| 2965 * charset.h (MAKE_CHAR): Return reasonable code even if CHARSET is | |
| 2966 undefined. | |
| 2967 | |
| 30266 | 2968 2000-07-18 Dave Love <fx@gnu.org> |
| 2969 | |
| 2970 * window.c (Fwindow_list): Declare arg `window'. | |
| 2971 | |
| 30262 | 2972 2000-07-18 Kenichi Handa <handa@etl.go.jp> |
| 2973 | |
| 2974 * coding.c (setup_coding_system): Don't override the explicitly | |
| 2975 specified designations. | |
| 2976 | |
| 30245 | 2977 2000-07-15 Miles Bader <miles@gnu.org> |
| 2978 | |
| 2979 * editfns.c (char_property_eq, char_property_stickiness): Renamed | |
| 2980 from `text_property_eq' and `text_property_stickiness', respectively. | |
| 2981 (find_field, Fconstrain_to_field, char_property_eq) | |
| 2982 (char_property_stickiness): Changed to call char-property functions | |
| 2983 instead of text-property-only ones. | |
| 2984 | |
| 2985 * textprop.c (Fnext_single_char_property_change): Made a subr (was | |
| 2986 `next_single_char_property_change'). Do more error checking, and | |
| 2987 cleanup limit behavior. | |
| 2988 (Fprevious_single_char_property_change): New function. | |
| 2989 (syms_of_textprop): Initialize new subrs. | |
| 2990 | |
| 2991 * xdisp.c (display_prop_end, invisible_text_between_p): | |
| 2992 Call Fnext_single_char_property_change instead of | |
| 2993 next_single_char_property_change. | |
| 2994 | |
| 30241 | 2995 2000-07-15 Jason Rumney <jasonr@gnu.org> |
| 2996 | |
| 2997 * w32menu.c (w32_menu_show): Call free_menubar_widget_value_tree | |
| 2998 after menu is finished with. | |
| 2999 (add_menu_item): Only consider wv->title as a menu title. | |
| 3000 (w32_menu_display_help): Add OBJECT and POS to show_help_echo. | |
| 3001 | |
| 3002 * w32fns.c (w32_wnd_proc) [WM_DRAW_ITEM]: Do not try to draw a | |
| 3003 null title. | |
| 3004 (FONT_REGEXP): Remove unused macro, and its sub-components. | |
| 3005 (syms_of_w32fns): Replace underscore in w32-enable-synthesized-fonts. | |
| 3006 | |
| 3007 * w32term.c (help_echo_object, help_echo_pos): New variables. | |
| 3008 (note_mode_line_highlight): Store additional information about the | |
| 3009 help-echo in help_echo_object and help_echo_pos. Check both | |
| 3010 `local-map' and `keymap' properties for changing the cursor | |
| 3011 (note_mouse_highlight): Store additional information about the | |
| 3012 help-echo in help_echo_object and help_echo_pos. | |
| 3013 (note_tool_bar_highlight): Set help_echo_object to nil and | |
| 3014 help_echo_pos to -1. | |
| 3015 (w32_read_socket): Use gen_help_event instead of filling | |
| 3016 input_events manually. | |
| 3017 (syms_of_w32term): Staticpro help_echo_object. | |
| 3018 (x_update_window_end): Add parameter MOUSE_FACE_OVERWRITTEN_P. If | |
| 3019 set, arrange for a mouse-highlight redisplay in | |
| 3020 XTframe_up_to_date. | |
| 3021 (x_clear_mouse_face): New function. | |
| 3022 (w32_redisplay_interface): Add pointer to x_clear_mouse_face. | |
| 3023 (x_update_window_begin): No need to turn off the mouse | |
| 3024 highlight here. | |
| 3025 (show_mouse_face): Set the mouse_face_p flag of glyph rows | |
| 3026 depending on whether they contain glyphs highlighted in | |
| 3027 mouse-face. | |
| 3028 (x_fill_stretch_glyph_string): Consume runs of stretch | |
| 3029 glyphs instead of a single one. | |
| 3030 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string | |
| 3031 with new argument list. | |
| 3032 (x_set_glyph_string_gc): Make sure the face's GC is valid. | |
| 3033 (x_append_glyph, x_append_composite_glyph) | |
| 3034 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to | |
| 3035 changes in struct glyph starting 1999-12-27. See comments for | |
| 3036 xterm.c on 2000-07-05. | |
| 3037 | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3038 2000-07-14 Sam Steingold <sds@gnu.org> |
|
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3039 |
|
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3040 * xfaces.c (realize_x_face): Fix the last patch: |
|
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3041 check `default_face' before dereferencing. |
|
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3042 |
| 30229 | 3043 2000-07-14 Dave Love <fx@gnu.org> |
| 3044 | |
| 30266 | 3045 * syntax.c (back_comment): Add null default in switch (for pcc). |
| 30229 | 3046 |
| 30206 | 3047 2000-07-14 Kenichi Handa <handa@etl.go.jp> |
| 3048 | |
| 30210 | 3049 * 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
|
3050 default_face's fontset, not using the default fontset. |
| 30210 | 3051 |
| 30206 | 3052 * coding.c (inhibit_iso_escape_detection): New variable. |
| 3053 (syms_of_coding): Make it a Lisp variable. | |
| 3054 (detect_coding_iso2022): If inhibit_iso_escape_detection is | |
| 3055 nonzero, ignore ISO2022's escape sequence. | |
| 3056 | |
| 30203 | 3057 2000-07-14 Gerd Moellmann <gerd@gnu.org> |
| 3058 | |
| 30234 | 3059 * alloca.c (malloc) [emacs]: Define as xmalloc. |
| 3060 | |
| 30226 | 3061 * xfns.c (Fx_show_tip): If frame parameters contain a position, |
| 3062 use that instead of the mouse position. Add parameters DX and DY. | |
| 3063 | |
| 3064 * dispextern.h (Fx_show_tip): Adjust number of parameters | |
| 3065 in prototype. | |
| 3066 | |
| 30219 | 3067 * keyboard.c (show_help_echo): Add parameters OBJECT and POS. |
| 3068 if HELP is a function, call it with OBJECT and POS as parameters | |
| 3069 to get the help to display. | |
| 3070 (gen_help_event, kbd_buffer_store_help_event): New functions. | |
| 3071 (kbd_buffer_get_event): Construct the Lisp help-event differently. | |
| 3072 (read_char): Call show_help_echo with new parameters. | |
| 3073 | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3074 * keyboard.h (gen_help_event, kbd_buffer_store_help_event): |
| 30219 | 3075 Add prototypes. |
| 3076 | |
| 3077 * xterm.c (help_echo_object, help_echo_pos): New variables. | |
| 3078 (note_mode_line_highlight): Store additional information about the | |
| 3079 help-echo in help_echo_object and help_echo_pos. Check both | |
| 3080 `local-map' and `keymap' properties for changing the cursor | |
| 3081 (note_mouse_highlight): Store additional information about the | |
| 3082 help-echo in help_echo_object and help_echo_pos. | |
| 3083 (note_tool_bar_highlight): Set help_echo_object to nil and | |
| 3084 help_echo_pos to -1. | |
| 3085 (XTread_socket): Use gen_help_event instead of filling | |
| 3086 input_events manually. | |
| 3087 (syms_of_xterm): Staticpro help_echo_object. | |
| 3088 | |
| 3089 * xmenu.c (menu_highlight_callback): Use | |
| 3090 kbd_buffer_store_help_event instead of setting up and input_event | |
| 3091 structure manually. | |
| 3092 | |
| 3093 * xdisp.c (eval_form): GCPRO argument sexpr. | |
| 3094 (call_function): New function. | |
| 3095 (handle_single_display_prop): Use call_function and FUNCTIONP | |
| 3096 instead of checking whether if font_height is a symbol and | |
| 3097 using eval_form. | |
| 3098 | |
| 3099 * eval.c (internal_condition_case_2): New function. | |
| 3100 | |
| 3101 * lisp.h (FUNCTIONP): New macro. | |
| 3102 (internal_condition_case_2, call_function): Add prototypes. | |
| 3103 | |
| 30203 | 3104 * xterm.c (construct_mouse_click, x_scroll_bar_to_input_event) |
| 3105 (x_scroll_bar_handle_click, SET_SAVED_MENU_EVENT, XTread_socket): | |
| 3106 Always set `arg' member of input_events. | |
| 3107 (construct_menu_click): Unused function removed. | |
| 3108 | |
| 3109 * msdos.c (dos_rawgetc): Always set `arg' member of input_events. | |
| 3110 | |
| 3111 * w32term.c (construct_mouse_click, construct_mouse_wheel) | |
| 3112 (construct_drag_n_drop, x_scroll_bar_handle_click) | |
| 3113 (w32_read_socket): Always set `arg' member of input_events. | |
| 3114 | |
| 3115 * keyboard.c (show_help_echo): Use eval_form. Add comment. | |
| 3116 | |
| 3117 * lisp.h (eval_form): Add prototype. | |
| 3118 | |
| 3119 * xdisp.c (eval_form): Make it externally visible. | |
| 3120 | |
| 30183 | 3121 2000-07-13 Gerd Moellmann <gerd@gnu.org> |
| 3122 | |
| 3123 * xterm.c (x_handle_tool_bar_click): Store the frame in the | |
| 3124 frame_or_window slot of TOOL_BAR_EVENT input events instead of | |
| 3125 consing. For prefix events, store the frame in the `arg' slot of | |
| 3126 the event, otherwise store the key there. | |
| 3127 (XTread_socket): Instead of consing, use the frame_or_window slot | |
| 3128 of HELP_EVENTs for the frame, and the `arg' slot for the help | |
| 3129 string. | |
| 3130 | |
| 3131 * xmenu.c (menu_highlight_callback): Store help string in the | |
| 3132 `arg' member of the input event; don't cons. | |
| 3133 (menubar_selection_callback): Use the `arg' slot of input events | |
| 3134 to queue additional information, instead of consing. | |
| 3135 | |
| 3136 * msdos.c (dos_rawgetc): Adapt to change of HELP_EVENTs. | |
| 3137 | |
| 3138 * w32term.c (w32_handle_tool_bar_click): Adapt to changes in | |
| 3139 TOOL_BAR_EVENTs. | |
| 3140 (w32_read_socket): Adapt to changes in HELP_EVENTs. | |
| 3141 | |
| 3142 * w32menu.c (menubar_selection_callback): Use the `arg' slot of | |
| 3143 input events to queue additional information, instead of consing. | |
| 3144 | |
| 3145 * keyboard.c (kbd_buffer_gcpro): Renamed from | |
| 3146 kbd_buffer_frame_or_window. Now used for all Lisp objects | |
| 3147 referenced from the input queue. | |
| 3148 (kbd_buffer_store_event): Always use structure assignment for | |
| 3149 copying input events. Record all Lisp objects referenced from | |
| 3150 events in kbd_buffer_gcpro. | |
| 3151 (kbd_buffer_get_event): Construct Lisp `help-echo' events | |
| 3152 differently from input events. Test for prefix menu_bar_events | |
| 3153 and TOOL_BAR_EVENTs differently. Reset all slots used by an input | |
| 3154 event in kbd_buffer_gcpro to nil. | |
| 3155 (make_lispy_event) <TOOL_BAR_EVENT>: Treat an input event whose | |
| 3156 frame_or_window is equal to its arg member as prefix events. | |
| 3157 (stuff_buffered_input): Reset all slots in kbd_buffer_gcpro | |
| 3158 used by an input event to nil. | |
| 3159 (init_keyboard): Use two times the size of the input queue | |
| 3160 for kbd_buffer_gcpro. | |
| 3161 (syms_of_keyboard): Likewise. | |
| 3162 | |
| 3163 * emacs.c (handle_USR2_signal, handle_USR1_signal): Use | |
| 3164 USER_SIGNAL_EVENT. | |
| 3165 | |
| 3166 * termhooks.h (struct input_event): Add member `arg'. | |
| 3167 (MENU_BAR_EVENT): Renamed from menu_bar_event. | |
| 3168 (USER_SIGNAL_EVENT): Renamed from user_signal. | |
| 3169 | |
| 3170 * xfaces.c (ASET): Remove definition. | |
| 3171 | |
| 3172 * lisp.h (AREF, ASET, ASIZE): New macros. | |
| 3173 | |
| 3174 * fontset.c (AREF, ASIZE): Remove definitions. | |
| 3175 | |
| 3176 * fns.c (AREF): Remove definition. | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3177 |
| 30183 | 3178 * composite.c (AREF): Remove definition. |
| 3179 | |
| 30163 | 3180 2000-07-12 Gerd Moellmann <gerd@gnu.org> |
| 3181 | |
| 30166 | 3182 * dispnew.c (redraw_overlapped_rows): Add missing local. |
| 3183 (scrolling_window): Remove debug code. | |
| 3184 | |
| 30163 | 3185 * xdisp.c (try_window_reusing_current_matrix, try_window_id): |
| 3186 Before scrolling, turn off a mouse-highlight in the window | |
| 3187 being scrolled. | |
| 3188 | |
| 3189 * xterm.c (x_update_window_end): Add parameter | |
| 3190 MOUSE_FACE_OVERWRITTEN_P. If set, arrange for a mouse-highlight | |
| 3191 redisplay in XTframe_up_to_date. | |
| 3192 (x_clear_mouse_face): New function. | |
| 3193 (x_redisplay_interface): Add pointer to x_clear_mouse_face. | |
| 3194 | |
| 3195 * dispnew.c (make_current): Preserve the mouse_face_p flag of the | |
| 3196 current glyph row. | |
| 3197 (update_window_line): Add parameter MOUSE_FACE_OVERWRITTEN_P. Set | |
| 3198 it when any row is written to that contains glyphs highlighted in | |
| 3199 mouse-face. | |
| 3200 (update_window): Call the window update end hook with new | |
| 3201 parameter MOUSE_FACE_OVERWRITTEN_P. | |
| 3202 (direct_output_for_insert): Give up if row contains mouse-face. | |
| 3203 | |
| 3204 * dispextern.h (struct redisplay_interface): Add parameter | |
| 3205 MOUSE_FACE_OVERWRITTEN_P to update_window_end_hook function. | |
| 3206 (clear_mouse_face): New function pointer member. | |
| 3207 | |
|
30157
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
3208 2000-07-11 Stefan Monnier <monnier@cs.yale.edu> |
|
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
3209 |
|
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
3210 * 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
|
3211 Obey open_paren_in_column_0_is_defun_start. |
|
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
3212 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
|
3213 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
|
3214 does indeed match the comment-ender. |
|
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
3215 (scan_sexps_forward, scan_sexps_forward): |
|
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
3216 Ignore excessive opening parenthesis rather than throwing an error. |
|
c0ab9f112c0d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30155
diff
changeset
|
3217 |
| 30155 | 3218 2000-07-11 Gerd Moellmann <gerd@gnu.org> |
| 3219 | |
| 3220 * doc.c (Fsubstitute_command_keys): Handle case that a GC | |
| 3221 in Fwhere_is_internal or get_keymap_1 relocates string contents. | |
| 3222 | |
| 3223 * dispnew.c (direct_output_forward_char): Give up if currently | |
| 3224 displaying a message instead of the minibuffer contents. | |
| 3225 | |
| 3226 * xterm.c (x_update_window_begin): No need to turn off the mouse | |
| 3227 highlight here. | |
| 3228 (show_mouse_face): Set the mouse_face_p flag of glyph rows | |
| 3229 depending on whether they contain glyphs highlighted in | |
| 3230 mouse-face. | |
| 3231 | |
| 3232 * dispnew.c (row_equal_p): Add parameter MOUSE_FACE_P. If set, | |
| 3233 compare the mouse_face_p flags of both rows. | |
| 3234 | |
| 3235 * dispextern.h (struct glyph_row): Add flag mouse_face_p. | |
| 3236 | |
| 30146 | 3237 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
| 3238 | |
| 3239 * keyboard.c (show_help_echo): Accept additional parameter | |
| 3240 ok_to_overwrite_keystroke_echo. | |
| 3241 (read_char): Call show_help_echo with a zero | |
| 3242 ok_to_overwrite_keystroke_echo argument. | |
| 3243 * keyboard.h (show_help_echo): Update prototype of | |
| 3244 show_help_echo. | |
| 3245 * xmenu.c (menu_help_callback): Call show_help_echo with non-zero | |
| 3246 ok_to_overwrite_keystroke_echo argument. | |
| 3247 * w32menu.c (w32_menu_display_help): Call show_help_echo with | |
| 3248 non-zero ok_to_overwrite_keystroke_echo argument. | |
| 3249 | |
| 30135 | 3250 2000-07-10 Gerd Moellmann <gerd@gnu.org> |
| 3251 | |
| 30140 | 3252 * xdisp.c (try_window_id): If changes are all below what is |
| 3253 displayed in the window, and point is in the window, we still | |
| 3254 might have to find point on the display. | |
| 3255 | |
| 3256 * xterm.c (x_fill_stretch_glyph_string): Consume runs of stretch | |
| 3257 glyphs instead of a single one. | |
| 3258 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string | |
| 3259 with new argument list. | |
| 3260 (x_set_glyph_string_gc): Make sure the face's GC is valid. | |
| 3261 | |
| 30135 | 3262 * keymap.c (get_keymap_1): Add comment that this function can GC. |
| 3263 (where_is_internal_2, where_is_internal_1): Add GCPROs, add | |
| 3264 comment that functions can GC. | |
| 3265 (Fset_keymap_parent): GCPRO arg KEYMAP. | |
| 3266 | |
| 30133 | 3267 2000-07-10 Eli Zaretskii <eliz@is.elta.co.il> |
| 3268 | |
| 3269 * msdos.c (XMenuActivate): After exiting the menu, restore the | |
| 3270 echo area message and erase it. | |
| 3271 | |
| 30125 | 3272 2000-07-10 Kenichi Handa <handa@etl.go.jp> |
| 3273 | |
| 3274 * fontset.c (Ffontset_info): Make the return value more compatible | |
| 3275 with that of Emacs 20. | |
| 3276 | |
| 30107 | 3277 2000-07-07 Gerd Moellmann <gerd@gnu.org> |
| 3278 | |
| 3279 * eval.c (Fsignal): Handle case that backtrace_list is null. | |
| 3280 | |
| 30104 | 3281 2000-07-07 Kenichi Handa <handa@etl.go.jp> |
| 3282 | |
| 3283 * ccl.c (Fccl_execute): Typo fixed. | |
| 3284 | |
| 30096 | 3285 2000-07-06 Gerd Moellmann <gerd@gnu.org> |
| 3286 | |
| 30103 | 3287 * 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
|
3288 |
| 30096 | 3289 * window.c (Fwindow_list): Reverse list at the end. |
| 3290 (candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil | |
| 3291 means allow windows on OWINDOW's frame, only. | |
| 3292 (window_loop): Simplified; use Fwindow_list. | |
| 3293 | |
| 3294 * Makefile.in (TAGS-LISP): Don't pass `$(lispsource)' to make. | |
| 3295 | |
| 30085 | 3296 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
| 3297 | |
| 3298 * xterm.c (XTread_socket): Increment handling_signal at the start, | |
| 3299 decrement it at the end. | |
| 3300 | |
| 3301 * eval.c (handling_signal): New variable. | |
| 3302 (Fsignal): Abort if handling_signal is non-zero. | |
| 3303 | |
| 3304 * lisp.h (handling_signal): External declaration. | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3305 |
| 30085 | 3306 * s/freebsd.h (WAITTYPE, WRETCODE): Put in #if 0. |
| 3307 | |
|
30079
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3308 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
|
3309 |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3310 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
|
3311 * config.in (HAVE_SOUNDCARD_H): Undef. |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3312 (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
|
3313 * Makefile.in (LIBSOUND): New variable. |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3314 (LIBES): Include it. |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3315 * 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
|
3316 <soundcard.h>. |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3317 (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
|
3318 elsewhere. |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3319 (vox_open): Use DEFAULT_SOUND_DEVICE. |
|
1572612184fc
Sound support for NetBSD through "Linux emulation" support:
Ken Raeburn <raeburn@raeburn.org>
parents:
30076
diff
changeset
|
3320 * 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
|
3321 |
| 30076 | 3322 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
| 3323 | |
| 3324 * print.c (print_error_message): If Vsignaling_function is set, | |
| 3325 show it in *Messages*. | |
| 3326 | |
| 3327 * lisp.h (Vsignaling_function): External declaration. | |
| 3328 | |
| 3329 * eval.c (Vsignaling_function): New variable. | |
| 3330 (Fsignal): Compute it. | |
| 3331 (syms_of_eval): Staticpro it. | |
| 3332 | |
| 30069 | 3333 2000-07-05 Dave Love <fx@gnu.org> |
| 3334 | |
| 3335 * syswait.h: Use the autoconf recommended approach. Old code | |
| 3336 #if'd out in case we need to revert. | |
| 3337 | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3338 * config.in (HAVE_SYS_WAIT_H): Added. |
| 30069 | 3339 |
| 30067 | 3340 2000-07-05 Andrew Innes <andrewi@gnu.org> |
| 3341 | |
| 3342 * vm-limit.c (check_memory_limits) [REL_ALLOC]: Use real_morecore | |
| 3343 when non-NULL instead of __morecore, to take account of buffer | |
| 3344 memory. This also solves a problem with spurious memory warnings | |
| 3345 on Windows. | |
| 3346 | |
| 3347 * ralloc.c: Make real_morecore non-static. | |
| 3348 | |
| 3349 * eval.c (internal_condition_case): Comment out abort if | |
| 3350 interrupt_input_blocked is not zero. | |
| 3351 | |
| 3352 * makefile.nt: Add support for `bootstrap' and related targets. | |
| 3353 Include minimal debug info in emacs.exe in release build. | |
| 3354 Remove all dependencies on lisp.h, and fixup some others. | |
| 3355 | |
| 3356 * w32.c (init_environment): Install code from 20.7 for providing | |
| 3357 default values for environment variables, based on the | |
| 3358 executable's own location. | |
| 3359 (map_w32_filename): Handle filenames that are longer than | |
| 3360 MAX_PATH. | |
| 3361 (sys_socket): Install socket inheritance bug fix from 20.7. | |
| 3362 | |
| 3363 * alloca.c [emacs]: Include lisp.h (needed by atimer.h included | |
| 3364 here via blockinput.h). | |
| 3365 | |
|
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3366 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3367 |
|
30098
54ef6ace438d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30096
diff
changeset
|
3368 * w32menu.c (w32_menu_display_help): |
|
54ef6ace438d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30096
diff
changeset
|
3369 * xmenu.c (menu_help_callback): Use show_help_echo. |
|
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3370 |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3371 * keyboard.h (show_help_echo): Declare. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3372 |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3373 * 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
|
3374 Feval its `msg' argument if it's a cons cell. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3375 (read_char): Use it. |
|
30118
67bba9343314
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30107
diff
changeset
|
3376 (follow_key): Pass `autoload' to get_keyelt. |
|
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3377 |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3378 * xterm.c (note_mode_line_highlight, note_mouse_highlight) |
|
30059
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3379 (note_tool_bar_highlight, XTread_socket): |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3380 * 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
|
3381 (dos_rawgetc): |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3382 * w32term.c (note_mode_line_highlight, note_mouse_highlight) |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3383 (note_tool_bar_highlight, w32_read_socket): |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3384 Do not gratuitously ignore non-string `help-echo' properties. |
|
6a413a3c9c25
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
30049
diff
changeset
|
3385 |
| 30043 | 3386 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
| 3387 | |
| 30049 | 3388 * eval.c (Feval): Put check for interrupt_input_block in #if 0. |
| 3389 | |
| 30046 | 3390 * window.c (delete_all_subwindows): Reset Vwindow_list. |
| 3391 | |
| 30043 | 3392 * xterm.c (x_append_glyph, x_append_composite_glyph) |
| 3393 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to | |
| 3394 changes in struct glyph starting 1999-12-27. Some bit-fields of | |
| 3395 struct glyph were not set, which made glyphs unequal when compared | |
| 3396 with GLYPH_EQUAL_P. Redisplay outputs such glyphs, and flickering | |
| 3397 effects were the result. This also depended on the contents of | |
| 3398 memory returned by xmalloc. If flickering happens again, activate | |
| 3399 the code in clear_glyph_row that's in #if 0. If the flickering is | |
| 3400 gone with that, chances are that it is caused by something | |
| 3401 similar. | |
| 3402 | |
| 3403 * 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
|
3404 |
| 30043 | 3405 * dispextern.h: Add some comments. |
| 3406 | |
| 3407 * window.c (add_window_to_list): Add parameter LIST. | |
| 3408 (window_list): Order list so that, for each frame, windows are | |
| 3409 in canonical order, and so that frames appear in the list in | |
| 3410 the order given by Vframe_list. | |
| 3411 (next_window): Reverse the handling of NEXT_P. | |
| 3412 | |
| 30031 | 3413 2000-07-04 Gerd Moellmann <gerd@gnu.org> |
| 3414 | |
| 30038 | 3415 * window.c (Vwindow_list): New variable. |
| 3416 (make_window, delete_window): Set Vwindow_list to nil. | |
| 3417 (check_window_containing): New function. | |
| 3418 (window_from_coordinates): Rewritten. | |
| 3419 (add_window_to_list, window_list, candidate_window_p) | |
| 3420 (decode_next_window_args, next_window): New functions. | |
| 3421 (Fnext_window, Fprevious_window): Rewritten in terms of | |
| 3422 next_window. | |
| 3423 (Fwindow_list): New function. | |
| 3424 (Fother_window): Cleaned up. | |
| 3425 (foreach_window): Add a longer "variable argument list". Let | |
| 3426 callback function return 0 to indicate that cycling over windows | |
| 3427 should stop. | |
| 3428 (foreach_window_1): Likewise. | |
| 3429 (freeze_window_start): Return int. | |
| 3430 (init_window): New function. | |
| 3431 (syms_of_window): Staticpro Vwindow_list and defsubr Swindow_list. | |
| 3432 | |
| 3433 * emacs.c (handle_USR1_signal, handle_USR2_signal) Clear | |
| 3434 input_event with bzero. | |
| 3435 (main): Call init_window. | |
| 3436 | |
| 30031 | 3437 * keymap.c (get_keyelt): Temporarily inhibit GC while evaluating |
| 3438 a menu filter. | |
| 3439 | |
| 30026 | 3440 2000-07-04 Kenichi Handa <handa@etl.go.jp> |
| 3441 | |
| 3442 * composite.h (make_composition_value_copy): Extern it. | |
| 3443 | |
| 3444 * composite.c (make_composition_value_copy): New function. | |
| 3445 | |
| 3446 * editfns.c (Fformat): While copying text properties, make each | |
| 3447 composition property value a copy. | |
| 3448 | |
| 3449 * fns.c (concat): While copying text properties, make each | |
| 3450 composition property value a copy. | |
| 3451 | |
| 29996 | 3452 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
| 3453 | |
| 30012 | 3454 * m/macppc.h (LINKER, LD_SWITCH_MACHINE) [LINUX]: Define. |
| 3455 | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3456 * fns.c (sweep_weak_table): Mark only objects that are not |
| 30008 | 3457 marked already. |
| 3458 | |
| 29996 | 3459 * frame.c (next_frame, prev_frame): If MINIBUF is a window, |
| 3460 include those frames as candidates which have their focus | |
| 3461 redirected to the minibuffer frame. | |
| 3462 | |
|
29992
c1a99b7c6085
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29989
diff
changeset
|
3463 2000-07-03 Stefan Monnier <monnier@cs.yale.edu> |
|
c1a99b7c6085
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29989
diff
changeset
|
3464 |
|
c1a99b7c6085
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29989
diff
changeset
|
3465 * fns.c (Fputhash): Return `value' rather than nil. |
|
c1a99b7c6085
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29989
diff
changeset
|
3466 |
| 29988 | 3467 2000-06-30 Gerd Moellmann <gerd@gnu.org> |
| 3468 | |
| 29989 | 3469 * frame.c (next_frame): Don't check focus redirection in case |
| 3470 MINIBUF is a window. Doing so excludes frames using MINIBUF | |
| 29988 | 3471 unless their focus is redirected, which contradicts the |
| 3472 specification of next-frame, and leads to infinite loops in | |
| 3473 certain situations when cycling through windows with next-window. | |
| 3474 | |
| 29983 | 3475 2000-06-30 Kenichi Handa <handa@etl.go.jp> |
| 3476 | |
| 29984 | 3477 * coding.c (code_convert_region): Even if the length of text is |
| 29983 | 3478 zero, try to convert it if coding->type is coding_type_ccl. |
| 29984 | 3479 (decode_coding_string, encode_coding_string): Likewise. |
| 29983 | 3480 |
| 29972 | 3481 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
| 3482 | |
| 29982 | 3483 * xdisp.c (try_window_reusing_current_matrix): Don't try to reuse |
| 29989 | 3484 the display if windows_or_buffers_changed. |
| 29982 | 3485 |
| 3486 * dispnew.c (struct row_entry): New structure. | |
| 3487 (row_entry_pool, row_entry_pool_size, row_entry_idx, row_table) | |
| 3488 (row_table_size, old_lines, new_lines, old_lines_size) | |
| 3489 (new_lines_size, run_pool, runs_size, runs): New variables. | |
| 3490 (add_row_entry): New function. | |
| 3491 (scrolling_window): Use data structures allocated with xmalloc and | |
| 29989 | 3492 held in global variables, instead of allocating them with alloca and |
| 29982 | 3493 holding them in local variables. Use a larger hash table whose |
| 3494 size depends on glyph matrix sizes. Don't use bzero to clear the | |
| 3495 hash table; instead, clear used slots only. | |
| 3496 | |
| 3497 * fns.c (next_almost_prime): Make it externally visible. | |
| 3498 | |
| 3499 * lisp.h (next_almost_prime): Add prototype. | |
| 3500 | |
| 29972 | 3501 * s/isc4-0.h (sigunblock): Define. |
| 3502 | |
| 3503 * s/sco5.h (sigunblock): Define. | |
| 3504 | |
| 29965 | 3505 2000-06-27 Dave Love <fx@gnu.org> |
| 3506 | |
| 3507 * s/osf1.h (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change | |
| 3508 (moved to osf5-0.h). | |
| 3509 [!NOT_C_CODE]: Protect string.h stuff. | |
| 3510 | |
| 3511 * s/osf5-0.h (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED) | |
| 3512 (sys_siglist, NSIG): Definitions moved here from osf1.h. | |
| 3513 | |
| 29961 | 3514 2000-06-27 Gerd Moellmann <gerd@gnu.org> |
| 3515 | |
| 29989 | 3516 * xdisp.c (resize_mini_window): Subtract the extra line spacing |
| 29961 | 3517 below the last line from the needed window height. |
| 3518 | |
|
29955
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
3519 2000-06-26 Stefan Monnier <monnier@cs.yale.edu> |
|
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
3520 |
|
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
3521 * fns.c (Fplist_member): Renamed from Fwidget_plist_member. |
|
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
3522 (Fwidget_get): Use it. |
|
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
3523 (syms_of_fns): Defsubr it. |
|
7e4b93cdaa3a
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29949
diff
changeset
|
3524 |
| 29939 | 3525 2000-06-26 Gerd Moellmann <gerd@gnu.org> |
| 3526 | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3527 * xterm.c (xim_initialize) [!USE_XIM]: Don't set up the |
| 29949 | 3528 display info for XIM. |
| 3529 (xim_open_dpy): Likewise. | |
| 3530 (xim_close_dpy): Don't free the display info's XIM. | |
| 3531 | |
| 3532 * xfns.c (x_window) [!USE_XIM]: Don't call create_frame_ic. | |
| 3533 | |
| 3534 * config.in (USE_XIM): New define. | |
| 3535 | |
| 29942 | 3536 * keymap.c (get_keyelt): For menu-items containing a `:filter |
| 3537 FILTER', apply FILTER to the menu-item's definition to get the | |
| 3538 real definition to use. | |
| 3539 | |
| 3540 * lisp.h (QCfilter): External declaration. | |
| 3541 | |
| 29939 | 3542 * xfns.c (Fimage_size): New function. |
| 3543 (syms_of_xfns): Defsubr it. | |
| 3544 | |
| 29933 | 3545 2000-06-26 Andreas Schwab <schwab@suse.de> |
| 3546 | |
| 3547 * coding.c (decode_coding_string): Re-fetch STRING_BYTES after | |
| 3548 Fstring_as_unibyte. | |
| 3549 | |
| 29930 | 3550 2000-06-25 Dave Love <fx@gnu.org> |
| 3551 | |
| 3552 * term.c [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag, | |
| 3553 tgetnum. | |
| 3554 | |
| 3555 * Makefile.in (blockinput.h): Depend on atimer.h. | |
| 3556 (atimer.h): Depend on systime.h. | |
| 3557 | |
| 3558 * blockinput.h: Protect against multiple inclusion. Include | |
| 3559 atimer.h. | |
| 3560 | |
| 3561 * atimer.h: Protect against multiple inclusion. Include | |
| 3562 systime.h. | |
| 3563 | |
| 3564 * lisp.h (swap_in_global_binding): Declare. | |
| 3565 | |
|
29921
8a4552214d84
* process.c (Fopen_network_stream): Turn off atimers for duration of call to
Ken Raeburn <raeburn@raeburn.org>
parents:
29918
diff
changeset
|
3566 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
|
3567 |
|
8a4552214d84
* process.c (Fopen_network_stream): Turn off atimers for duration of call to
Ken Raeburn <raeburn@raeburn.org>
parents:
29918
diff
changeset
|
3568 * 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
|
3569 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
|
3570 |
| 29916 | 3571 2000-06-23 Dave Love <fx@gnu.org> |
| 3572 | |
| 29918 | 3573 * ralloc.c: Maybe include unistd.h |
| 3574 | |
| 29916 | 3575 * emacs.c (setgrp): Undefine before defining. |
| 3576 (malloc_warning, set_time_zone_rule, index): Prototype. | |
| 3577 | |
| 3578 * systime.h (EMACS_GET_TIME) [!GETTIMEOFDAY_ONE_ARGUMENT]: Use | |
| 3579 HAVE_STRUCT_TIMEZONE. | |
| 3580 | |
| 3581 * s/osf1.h: Move string.h hack here from alpha.h and make it | |
| 3582 conditional. | |
| 3583 (C_SWITCH_SYSTEM): Use _OSF_SOURCE, not -BSD, which clashes with | |
| 3584 _XOPEN_SOURCE. | |
| 3585 (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist, NSIG): Define. | |
| 3586 (SOCKLEN_TYPE): Don't define. | |
| 3587 | |
| 3588 * m/alpha.h: Remove string.h hack. | |
| 3589 | |
| 3590 * s/osf5-0.h: New file. | |
| 3591 | |
| 3592 * filelock.c: Use feature tests for fcntl.h, string.h. Don't | |
| 3593 include time.h, done by systime.h. | |
| 3594 [__FreeBSD__]: Remove redundant includes. | |
| 3595 | |
| 29942 | 3596 * callproc.c (setpgrp): Undefine before defining. |
| 29916 | 3597 (delete_temp_file): Return Qnil to avoid warning. |
| 3598 | |
| 3599 * config.in (HAVE_TERM_H, HAVE_STRUCT_TIMEZONE): Add. | |
| 3600 | |
| 3601 * xfaces.c: Include fontset.h dependent on HAVE_WINDOW_SYSTEM, not | |
| 3602 HAVE_X_WINDOWS. | |
| 3603 | |
| 3604 * fontset.h (free_face_fontset): Renamed from fs_free_face_fontset. | |
| 3605 | |
| 3606 * composite.h (compose_text): Declare. | |
| 3607 | |
| 3608 * xterm.c: Don't include sys/types.h unconditionally. Don't | |
| 3609 protect its inclusion with !USG (following xmenu.c). | |
| 3610 | |
| 29888 | 3611 2000-06-23 Gerd Moellmann <gerd@gnu.org> |
| 3612 | |
| 3613 * xfns.c (x_create_tip_frame): Initialize frame's colors like | |
| 3614 in x_create_frame. | |
| 3615 | |
| 29878 | 3616 2000-06-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 3617 | |
| 3618 * coding.c (decode_eol_post_ccl): Special handling for undecided | |
| 3619 and inconsistent EOL types. | |
| 3620 | |
| 29860 | 3621 2000-06-22 Gerd Moellmann <gerd@gnu.org> |
| 3622 | |
| 29868 | 3623 * xrdb.c (x_load_resources): Add default resource for scroll bar's |
| 3624 trough color and main window's background color. | |
| 3625 | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3626 * xfns.c (Fx_file_dialog) [HAVE_MOTIF_2_1]: Handle events |
| 29868 | 3627 differently. |
| 3628 | |
| 3629 * xterm.h (Xt_app_con): External declaration. | |
| 3630 | |
| 3631 * widget.c (EmacsFrameRealize): Fix typo. | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3632 |
| 29862 | 3633 * widget.c (EmacsFrameRealize): Remove SubstructureRedirectMask. |
| 3634 | |
| 29860 | 3635 * xdisp.c (handle_stop): Initialize it->add_overlay_start to zero. |
| 3636 (handle_invisible_prop): Record the start of invisible text in | |
| 3637 it->add_overlay_start. | |
| 3638 (struct overlay_entry): Add member `overlay'. | |
| 3639 (handle_overlay_change): Simplify. | |
| 3640 (next_overlay_string): After having processed overlay strings at the | |
| 3641 end of the buffer, record that fact in | |
| 3642 it->overlay_strings_at_end_processed_p. | |
| 3643 (compare_overlay_entries): If before- and after-strings come | |
| 3644 from the same overlay, let before-strings come first. | |
| 3645 (RECORD_OVERLAY_STRING): Record the overlay that strings come from. | |
| 3646 (load_overlay_strings): Take it->add_overlay_start into account | |
| 3647 when adding overlay strings. | |
| 3648 | |
| 3649 * dispextern.h (struct it): Add member add_overlay_start. | |
| 3650 | |
| 29852 | 3651 2000-06-22 Dave Love <fx@gnu.org> |
| 3652 | |
| 3653 * s/isc3-0.h (C_SWITCH_SYSTEM): Define _XOPEN_SOURCE=500. | |
| 3654 | |
| 3655 * s/gnu-linux.h (C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here. | |
| 3656 | |
| 29846 | 3657 2000-06-22 Kenichi Handa <handa@etl.go.jp> |
| 3658 | |
| 3659 * ccl.c (ccl_driver) <CCL_End>: Decrement stack_idx only when it | |
| 3660 is greater than 0. | |
| 3661 | |
| 29843 | 3662 2000-06-21 Dave Love <fx@gnu.org> |
| 3663 | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3664 * Makefile.in (GETLOADAVG_OBJ): Removed -- LIBOBJS does it. |
| 29843 | 3665 |
|
29836
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
3666 2000-06-21 Stefan Monnier <monnier@cs.yale.edu> |
|
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
3667 |
|
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
3668 * syntax.c (back_comment): Simplify string-parity counting (with |
|
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
3669 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
|
3670 they are not intertwined). |
|
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
3671 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
|
3672 a "string_lossage" position. Fixes the case: " /* " /* " */. |
|
f3aaf610f8a9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29834
diff
changeset
|
3673 |
| 29834 | 3674 2000-06-21 Dave Love <fx@gnu.org> |
| 3675 | |
| 3676 * Makefile.in: Use GETLOADAVG_LIBS. | |
| 3677 | |
| 3678 * config.in: Add HAVE_FCNTL_H, _FILE_OFFSET_BITS, | |
| 3679 _LARGEFILE_SOURCE, _LARGE_FILES, _XOPEN_SOURCE. | |
| 3680 | |
|
29822
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
3681 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
|
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
3682 |
|
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
3683 * syntax.c (describe_syntax): Recognize the `n'estable bit. |
|
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
3684 (Fforward_comment, scan_lists): |
|
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
3685 Check the comstyle of single-char comment-starters. |
|
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
3686 (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
|
3687 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
|
3688 Check the comstyle of single-char comment-starters. |
|
26ad198aa883
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29822
diff
changeset
|
3689 Clarify control-flow around the Scomment case. |
|
29822
d24cc3dc6bbc
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29820
diff
changeset
|
3690 |
| 29815 | 3691 2000-06-20 Dave Love <fx@gnu.org> |
| 3692 | |
|
29824
26ad198aa883
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29822
diff
changeset
|
3693 * fns.c (make_hash_table, maybe_resize_hash_table): |
|
26ad198aa883
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29822
diff
changeset
|
3694 Cast arg of next_almost_prime. |
| 29815 | 3695 |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3696 * tparam.c [emacs]: Include lisp.h. |
| 29815 | 3697 |
| 3698 * termcap.c [emacs]: Test HAVE_FCNTL_H, not USG5. Include lisp.h | |
| 3699 and unistd.h. | |
| 3700 | |
| 29814 | 3701 2000-06-20 Gerd Moellmann <gerd@gnu.org> |
| 3702 | |
| 29820 | 3703 * keyboard.c (adjust_point_for_property): Check if display |
| 3704 property should be treated as intangible by looking at its | |
| 3705 value. | |
| 3706 | |
|
30235
5a0d447b7eea
check default_face before dereferencing
Sam Steingold <sds@gnu.org>
parents:
30234
diff
changeset
|
3707 * xdisp.c (single_display_prop_intangible_p) |
| 29820 | 3708 (display_prop_intangible_p): New functions. |
| 3709 | |
| 3710 * dispextern.h (display_prop_intangible_p): Add prototype. | |
| 3711 | |
| 3712 * 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
|
3713 |
| 29814 | 3714 * s/isc4-0.h (sigblock): Redefined to pass a pointer as second |
| 3715 argument to sigprocmask. | |
| 3716 | |
| 3717 * s/sco5.h (sigblock): Redefined to pass a pointer as second | |
| 3718 argument to sigprocmask. | |
| 3719 | |
| 3720 * syssignal.h (sigblock, sigunblock) [USG5_4]: Set | |
| 3721 sigprocmask_set, and pass a pointer to it to sigprocmask. | |
| 3722 | |
| 3723 * sysdep.c (sigprocmask_set): New variable. | |
| 3724 | |
| 3725 * fileio.c (make_temp_name): Don't use `%s' in string passed to | |
| 3726 report_file_error. | |
| 3727 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3728 2000-06-20 Sam Steingold <sds@gnu.org> |
|
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3729 |
|
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3730 * xrdb.c: Don't declare xmalloc, xrealloc. |
|
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3731 |
|
29802
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29796
diff
changeset
|
3732 2000-06-20 Stefan Monnier <monnier@cs.yale.edu> |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29796
diff
changeset
|
3733 |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29796
diff
changeset
|
3734 * 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
|
3735 (re_comp): Cast gettext return value to avoid complaints when |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29796
diff
changeset
|
3736 !HAVE_LIBINTL. |
|
41e64655279b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29796
diff
changeset
|
3737 |
| 29786 | 3738 2000-06-20 Dave Love <fx@gnu.org> |
| 3739 | |
| 29796 | 3740 * m/stride.h, m/mips.h: Don't define HAVE_GETWD, |
| 3741 HAVE_GETTIMEOFDAY. | |
| 3742 | |
| 29815 | 3743 * m/ibmrt-aix.h: Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK. |
| 29796 | 3744 |
|
29824
26ad198aa883
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29822
diff
changeset
|
3745 * m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare HAVE_GETWD. |
| 29796 | 3746 |
| 3747 * m/alpha.h: Don't declare xmalloc, xrealloc. | |
| 3748 | |
| 29790 | 3749 * s/ux4800.h: Don't declare GETTIMEOFDAY_ONE_ARGUMENT. |
| 3750 | |
| 3751 * s/usg5-4-2.h: Don't declare HAVE_GETWD, VFORK_RETURN_TYPE. | |
| 3752 | |
| 3753 * s/umips.h: Don't declare HAVE_GETWD, HAVE_GETTIMEOFDAY. | |
| 3754 | |
| 3755 * s/cxux.h, s/gnu-linux.h, s/iris3-6.h, s/irix3-3.h: Don't declare | |
| 3756 HAVE_GETWD. | |
| 3757 | |
| 29786 | 3758 * keyboard.h (poll_for_input_1): Declare. |
| 3759 | |
| 3760 * getloadavg.c: Don't define NLIST_STRUCT (handled by configure). | |
| 3761 | |
| 3762 * alloc.c (xmalloc, xrealloc, xfree): Define using POINTER_TYPE. | |
| 3763 | |
| 3764 * doprnt.c: Don't declare xmalloc, xrealloc. | |
| 3765 | |
| 3766 * lisp.h (x_set_tool_bar_lines, free_frame_xic, compose_text) | |
| 3767 (getenv, ctime, getwd): Removed. | |
| 3768 (xmalloc, xrealloc, xfree): Declare using POINTER_TYPE. | |
| 3769 | |
| 3770 * xterm.h: Remove duplicate prototypes. Declare free_frame_xic, | |
| 3771 x_set_tool_bar_lines. | |
| 3772 | |
| 3773 * config.in: Add HAVE_GETWD. Move some definitions above | |
| 3774 machine/system includes. | |
| 3775 | |
| 29766 | 3776 2000-06-20 Kenichi Handa <handa@etl.go.jp> |
| 3777 | |
| 29770 | 3778 * s/bsd386.h (HAVE_GETLOADAVG): Define it as 1. |
| 3779 | |
| 29766 | 3780 * xfaces.c (font_list): Handle the case that REGISTRY doesn't |
| 3781 contain information about ENCODING. | |
| 3782 | |
| 3783 * fontset.c (FONTSET_ASCII): Use the first element of char table | |
| 3784 for an ASCII font, not defalt slot. | |
| 3785 (fontset_ref_via_base): If FONTSET doesn't contain information for | |
| 3786 C, try the default fontset. | |
| 3787 (make_fontset): Don't copy the default fontset. | |
| 3788 (fontset_font_pattern): Likewise. | |
| 3789 (accumulate_font_info): If ELT is nil, use the corresponding | |
| 3790 element in the default fontset. | |
| 3791 | |
| 29752 | 3792 2000-06-19 Dave Love <fx@gnu.org> |
| 3793 | |
| 29758 | 3794 * syntax.c (Fparse_partial_sexp): Doc fix. |
| 3795 | |
| 3796 * regex.h: Test PROTOTYPES as well as __STDC__. | |
| 3797 | |
| 29752 | 3798 * unexalpha.c: Include errno.h, string.h, unistd.h. Don't declare |
| 3799 errno, strerror. Put text after #endif in comment. | |
| 3800 | |
| 3801 * xdisp.c (dump_glyph_matrix): Add `static' to declaration (for | |
| 3802 pcc). | |
| 3803 | |
| 3804 * xterm.c (x_frame_of_widget): Likewise. | |
| 3805 | |
| 29747 | 3806 2000-06-19 Gerd Moellmann <gerd@gnu.org> |
| 3807 | |
| 3808 * abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table | |
| 3809 to Vfundamental_mode_abbrev_table. | |
| 3810 | |
| 3811 * alloc.c (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no | |
| 3812 bogus objects are marked. This slows down GC by ~80 percent, but | |
| 3813 it might be worth trying when debugging GC-related problems. | |
| 3814 This feature requires conservative stack marking to be enabled. | |
| 3815 | |
| 3816 * xterm.c (XTread_socket) <KeyPress>: In case XmbLookupString | |
| 3817 returns XLookupChars, reset `modifiers' to zero. | |
| 3818 | |
| 29738 | 3819 2000-06-19 Dave Love <fx@gnu.org> |
| 3820 | |
| 3821 * mktime.c: Unprotoized. | |
| 3822 | |
|
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30329
diff
changeset
|
3823 2000-06-19 Richard Stallman <rms@gnu.org> |
| 29736 | 3824 |
| 3825 * data.c (set_internal): If variable is frame-local, | |
| 3826 store the new value immediately into the frame parameter alist. | |
| 3827 | |
|
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
|
3828 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
|
3829 |
|
29728
f0f1e1365670
fix jpeg error-handling setup
Ken Raeburn <raeburn@raeburn.org>
parents:
29727
diff
changeset
|
3830 * 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
|
3831 in the custom handler pointer. |
|
f0f1e1365670
fix jpeg error-handling setup
Ken Raeburn <raeburn@raeburn.org>
parents:
29727
diff
changeset
|
3832 |
|
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
|
3833 * 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
|
3834 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
|
3835 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
|
3836 * 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
|
3837 |
| 29720 | 3838 2000-06-19 Kenichi Handa <handa@etl.go.jp> |
| 3839 | |
| 3840 * ccl.h (struct ccl_program): New member eol_type. | |
| 3841 (struct ccl_spec): New member cr_carryover. | |
| 3842 | |
| 3843 * ccl.c (CCL_WRITE_CHAR): Convert NL according to ccl->eol_type. | |
| 3844 (setup_ccl_program): Initialize ccl->eol_type to CODING_EOL_LF. | |
| 3845 | |
| 3846 * coding.c (setup_coding_system) <4>: Reset member `cr_carryover'. | |
| 3847 (ccl_coding_driver): On encoding, initialize ccl->eol_type. | |
| 3848 (decode_eol_post_ccl): New function. | |
| 3849 (decode_coding): Don't detect EOL format here for CCL based coding | |
| 3850 systems. | |
| 3851 (decode_coding) <coding_type_ccl>: Handle carryovered CR. Call | |
| 3852 decode_eol_post_ccl after running the CCL program. | |
| 3853 (code_convert_region): Don't detect EOL format here for CCL based | |
| 3854 coding systems. | |
| 3855 (decode_coding_string): Likewise. | |
| 3856 | |
|
29717
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3857 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
|
3858 |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3859 * 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
|
3860 when treating it as an integer. |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3861 |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3862 * coding.h (encode_coding_string): Declare. |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3863 |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3864 * 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
|
3865 it as an integer. |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3866 |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3867 * 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
|
3868 "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
|
3869 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
|
3870 |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3871 * 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
|
3872 Frun_hook_with_args count argument. |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3873 |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3874 * 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
|
3875 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
|
3876 objects are represented with unions. |
|
acaa36b47f50
fix up more Lisp_Object/int conversion issues
Ken Raeburn <raeburn@raeburn.org>
parents:
29712
diff
changeset
|
3877 (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
|
3878 |
|
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
|
3879 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
|
3880 |
|
f24d81dfa064
* xdisp.c (decode_mode_spec): In "no_value" case, do NUL termination of string.
Ken Raeburn <raeburn@raeburn.org>
parents:
29696
diff
changeset
|
3881 * 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
|
3882 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
|
3883 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
|
3884 |
| 29688 | 3885 2000-06-16 Gerd Moellmann <gerd@gnu.org> |
| 3886 | |
| 29712 | 3887 * xfaces.c (syms_of_xfaces) [DEBUG_X_COLORS]: Defsubr dump_colors |
| 3888 only if HAVE_X_WINDOWS. | |
| 3889 | |
| 29696 | 3890 * keymap.c (describe_buffer_bindings): Add `\f\n' in front |
| 3891 of titles. | |
| 3892 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3893 * dispnew.c (update_frame_1): Handle case that cursor vpos is |
| 29688 | 3894 out of bounds. |
| 3895 | |
| 29670 | 3896 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
| 3897 | |
| 3898 * unexec.c (toplevel): Fix last change, so as not to deprive MSDOS | |
| 3899 of its headers. | |
| 3900 | |
| 29662 | 3901 2000-06-15 Kenichi Handa <handa@etl.go.jp> |
| 3902 | |
| 3903 * coding.c (decode_coding_emacs_mule): Always set src_base at the | |
| 3904 start of the while loop. | |
| 3905 | |
| 29661 | 3906 2000-06-15 Gerd Moellmann <gerd@gnu.org> |
| 3907 | |
| 29673 | 3908 * atimer.c (alarm_signal_handler): Add forward declaration. |
| 3909 | |
| 29661 | 3910 * data.c (set_internal): Remove debug code. |
| 3911 | |
| 29637 | 3912 2000-06-14 Gerd Moellmann <gerd@gnu.org> |
| 3913 | |
| 29657 | 3914 * Makefile.in (bootstrap-temacs): Add `-I../src'. |
| 3915 | |
| 29654 | 3916 * unexec.c (toplevel) [COFF]: Include coff.h. |
| 3917 | |
| 3918 * s/lynxos.h: New file. | |
| 3919 | |
| 3920 * keymap.c (Fsingle_key_description): Enclose function key and | |
| 3921 event symbol names in angle brackets. | |
| 3922 | |
| 29644 | 3923 * xdisp.c (setup_echo_area_for_printing): Call |
| 3924 message_log_maybe_newline if message_buf_print is not set. | |
| 3925 | |
| 3926 * 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
|
3927 before calling setup_echo_area_for_printing because that |
| 29644 | 3928 function does something useful even when message_buf_print is |
| 3929 already set. | |
| 3930 | |
| 29637 | 3931 * xdisp.c (message_truncate_lines, Qmessage_truncate_lines): New |
| 3932 variables. | |
| 3933 (ensure_echo_area_buffers): Initialize echo buffer's | |
| 3934 truncate lines setting to nil. | |
| 3935 (with_echo_area_buffer): Don't set the echo buffer's truncate | |
| 3936 lines setting here. | |
| 29644 | 3937 (set_message_1): Set it here instead, based on the value |
| 29637 | 3938 of message_truncate_lines. |
| 3939 (resize_mini_window): Handle case that lines are truncated. | |
| 3940 (syms_of_xdisp): Initialize Qmessage_truncate_lines. DEFVAR_BOOL | |
| 3941 message-truncate-lines. | |
| 3942 | |
| 3943 * keyboard.c (read_char): Bind message-truncate-lines to t | |
| 3944 while displaying a help-echo. | |
| 3945 | |
| 3946 * lisp.h (Qmessage_truncate_lines): External declaration. | |
| 3947 | |
| 29620 | 3948 2000-06-13 Gerd Moellmann <gerd@gnu.org> |
| 3949 | |
| 29633 | 3950 * xdisp.c (Vline_number_display_limit): Renamed from |
| 3951 line_number_display_limit. | |
| 3952 (syms_of_xdisp): Use DEFVAR_LISP for line-number-display-limit. | |
| 3953 Extend documentation string. Initialize | |
| 3954 Vline_number_display_limit to nil meaning no limit. | |
| 3955 (decode_mode_spec): Use Vline_number_display_limit with its new | |
| 3956 meaning. | |
| 3957 | |
| 29620 | 3958 * xterm.c (x_check_font) [GLYPH_DEBUG]: Add prototype. |
| 3959 | |
|
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30329
diff
changeset
|
3960 2000-06-13 Richard Stallman <rms@gnu.org> |
| 29620 | 3961 |
| 3962 * frame.c (Fmodify_frame_parameters): Doc fix. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
3963 |
| 29620 | 3964 * xfns.c (x_set_frame_parameters): Comment fix. |
| 3965 | |
| 3966 * frame.c (store_frame_param): Call swap_in_global_binding if the | |
| 3967 variable's current binding was chosen based on this frame. | |
| 3968 | |
| 3969 * data.c (swap_in_global_binding): New function. | |
| 3970 | |
| 29615 | 3971 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
| 3972 | |
| 3973 * msdos.c (IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING | |
| 3974 macro, instead AND with CODING_REQUIRE_ENCODING_MASK. | |
| 3975 | |
| 29612 | 3976 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
| 3977 | |
| 3978 * msdos.h (EMACS_MSDOS_H): Renamed from MSDOS_H_. | |
| 3979 | |
| 29606 | 3980 2000-06-12 Jason Rumney <jasonr@gnu.org> |
| 3981 | |
| 3982 * w32bdf.h (EMACS_W32BDF_H): Renamed from __W32BDF_H__ | |
| 3983 | |
| 3984 * w32.h (EMACS_W32_H): Renamed from _NT_H_ | |
| 3985 | |
| 3986 * w32gui.h (EMACS_W32GUI_H): Renamed from __W32GUI_H__ | |
| 3987 | |
| 3988 * w32inevt.h (EMACS_W32INEVT_H): Renamed from __NTINEVT_H__ | |
| 3989 | |
| 29603 | 3990 2000-06-12 Gerd Moellmann <gerd@gnu.org> |
| 3991 | |
| 3992 * xfaces.c (Fdump_colors) [DEBUG_X_COLORS]: New function. | |
| 3993 (syms_of_xfaces): Defsubr Sdump_colors. | |
| 3994 (x_free_colors): Don't treat b&w specially on default visual. | |
| 3995 (x_free_dpy_colors): New function. | |
| 3996 (free_face_colors): Don't check visual class; it's done | |
| 3997 in x_free_colors. | |
| 3998 | |
| 3999 * xterm.c (x_frame_of_widget): New function. | |
| 4000 (x_alloc_nearest_color_for_widget): Use it. | |
| 4001 (x_copy_dpy_color): New function. | |
| 4002 (x_destroy_window): Free various colors. | |
| 4003 | |
| 29574 | 4004 2000-06-12 Kenichi Handa <handa@etl.go.jp> |
| 4005 | |
| 4006 * ccl.h (EMACS_CCL_H): Renamed from _CCL_H. | |
| 4007 | |
| 4008 * charset.h (EMACS_CHARSET_H): Renamed from _CHARSET_H. | |
| 4009 | |
| 4010 * coding.h (EMASC_CODING_H): Renamed from _CODING_H. | |
| 4011 | |
| 4012 * composite.h (EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H. | |
| 4013 | |
| 4014 * fontset.h (EMACS_FONTSET_H): Renamed from _FONTSET_H. | |
| 4015 | |
| 29560 | 4016 2000-06-11 Dave Love <fx@gnu.org> |
| 4017 | |
| 4018 * systime.h (EMACS_SYSTIME_H): Renamed from _SYSTIME_H. | |
| 4019 | |
| 29558 | 4020 2000-06-11 Eli Zaretskii <eliz@is.elta.co.il> |
| 4021 | |
| 4022 * msdos.h: Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead. | |
| 4023 | |
| 29556 | 4024 2000-06-11 Gerd Moellmann <gerd@gnu.org> |
| 4025 | |
| 29603 | 4026 * xmenu.c (xmenu_show): Cast second parameter of lw_popup_menu |
| 29556 | 4027 to `XEvent *'. |
| 4028 | |
| 29537 | 4029 2000-06-10 Kenichi Handa <handa@etl.go.jp> |
| 4030 | |
| 29545 | 4031 * regex.c (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env. |
| 4032 (regex_compile): Fix the code for handling the case of single byte | |
| 4033 char and multibyte char being mixed in a range within [...]. | |
| 4034 | |
| 29541 | 4035 * fileio.c (Finsert_file_contents): Be sure to setup src_multibyte |
| 4036 and dst_multibyte members of coding. | |
| 4037 | |
| 29537 | 4038 * charset.c (update_charset_table): Update the table |
| 4039 bytes_by_char_head. | |
| 4040 (init_charset_once): Initialize elements of bytes_by_char_head to | |
| 4041 1 except for leading codes for private charases. | |
| 4042 | |
| 4043 * charset.h (CHARSET_8_BIT_GRAPHIC): Define as 0x80. | |
| 4044 (UNIBYTE_STR_AS_MULTIBYTE_P): Fix for an invalid multibyte | |
| 4045 sequence. | |
| 4046 | |
|
29536
4def8a9e785a
* xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
Ken Raeburn <raeburn@raeburn.org>
parents:
29517
diff
changeset
|
4047 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
|
4048 |
|
4def8a9e785a
* xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
Ken Raeburn <raeburn@raeburn.org>
parents:
29517
diff
changeset
|
4049 * 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
|
4050 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
|
4051 |
| 29517 | 4052 2000-06-08 Gerd Moellmann <gerd@gnu.org> |
| 4053 | |
| 4054 * xterm.c (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which | |
| 29556 | 4055 will be translated to a switch-frame event when reading the |
| 29517 | 4056 event queue. This is necessary because Emacs otherwise won't |
| 4057 perform a switch-frame to a new frame until some other event, for | |
| 4058 example a keystroke event, forces it to do so. This has various | |
| 4059 effects, one visible being that the cursor of a frame created with | |
| 4060 C-x 5 2 or switched to with a window manager key binding like | |
| 4061 A-TAB stays hollow because selected_window isn't on the newly | |
| 4062 focused frame until the switch-frame is performed. | |
| 4063 | |
| 4064 * keyboard.c (kbd_buffer_get_event): Handle FOCUS_IN_EVENT by | |
| 4065 generating a switch-frame event if necessary. | |
| 4066 | |
| 4067 * termhooks.h (enum event_kind): Add FOCUS_IN_EVENT. | |
| 4068 | |
| 4069 * xdisp.c (handle_fontified_prop): Don't GCPRO local var `pos'; | |
| 4070 it's an integer. | |
| 4071 | |
| 29502 | 4072 2000-06-08 Kenichi Handa <handa@etl.go.jp> |
| 4073 | |
| 4074 * fontset.c (Fset_fontset_font): The arg CHARACTER may be a | |
| 4075 charset. | |
| 4076 | |
| 29482 | 4077 2000-06-07 Gerd Moellmann <gerd@gnu.org> |
| 4078 | |
| 29489 | 4079 * window.c (displayed_window_lines): Take empty lines at |
| 4080 the bottom of a window into account. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4081 |
| 29487 | 4082 * window.c (displayed_window_lines): New function. |
| 4083 (Fmove_to_window_line): Use displayed_window_lines to determine | |
| 4084 the number of lines to move, instead of using the window's height. | |
| 4085 | |
| 4086 * lread.c (readevalloop): If READCHARFUN sets point to ZV, arrange | |
| 4087 to stop reading, even if the form read sets point to a different | |
| 4088 value when evaluated. | |
| 4089 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4090 * xdisp.c (display_line): Fix code deciding in which line to |
| 29482 | 4091 put the cursor. |
| 4092 | |
| 29479 | 4093 2000-06-07 Kenichi Handa <handa@etl.go.jp> |
| 4094 | |
| 4095 * fileio.c (e_write): Free composition data if stored in | |
| 4096 coding->cmp_data. | |
| 4097 | |
| 29460 | 4098 2000-06-06 Gerd Moellmann <gerd@gnu.org> |
| 4099 | |
| 29475 | 4100 * xdisp.c (display_line): Set row's and iterator's |
| 4101 starts_in_middle_of_char_p and ends_in_middle_of_char_p flags. | |
| 4102 Set cursor even if row ends in the middle of a character. | |
| 4103 (dump_glyph_row): Print values of new flags. | |
| 4104 (redisplay_window) <cursor movement in unchanged window>: When | |
| 4105 point has been moved forward, and PT is at the end of the cursor | |
| 4106 row, don't place the cursor in the next row if the cursor row ends | |
| 4107 in the middle of a character or at ZV. | |
| 4108 | |
| 4109 * dispextern.h (struct it): Add starts_in_middle_of_char_p. | |
| 4110 (struct glyph_row): Add starts_in_middle_of_char_p and | |
| 4111 ends_in_middle_of_char_p. | |
| 4112 (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P): Test row's | |
| 4113 ends_in_middle_of_char_p flag. | |
| 4114 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Likewise. | |
| 4115 | |
| 29463 | 4116 * term.c (append_glyph): Revert change of 2000-06-06. |
| 4117 | |
| 4118 * xdisp.c (display_line): Revert change of 2000-06-06. Treat | |
| 4119 padding glyph not fitting on line as whole character not | |
| 4120 fitting on line. | |
| 4121 | |
| 29460 | 4122 * xterm.c (x_produce_glyphs): Don't xassert `it->descent > 0'; |
| 4123 this isn't true for images with `:ascent 100'. | |
| 4124 | |
| 29450 | 4125 2000-06-06 Kenichi Handa <handa@etl.go.jp> |
| 4126 | |
| 29457 | 4127 * buffer.c (Fset_buffer_multibyte): Don't make the current buffer |
| 4128 as modified if it is originally unmodified. | |
| 4129 | |
| 29450 | 4130 * term.c (encode_terminal_code): Change the way to check if |
| 4131 terminal coding does any conversion. | |
| 4132 (append_glyph): Set glyph->pixel_width correctly. | |
| 4133 | |
| 29451 | 4134 * xdisp.c (display_line): While checking line continuation, pay |
| 4135 attention to a padding glyph. | |
| 4136 | |
| 29447 | 4137 2000-06-05 Gerd Moellmann <gerd@gnu.org> |
| 4138 | |
| 4139 * xdisp.c (redisplay_window): Always use set_buffer_internal_1. | |
| 4140 | |
| 29431 | 4141 2000-06-05 Dave Love <fx@gnu.org> |
| 4142 | |
| 29444 | 4143 * xdisp.c: Include fontset.h. |
| 4144 | |
| 4145 * xfns.c (x_real_positions): Declare tmp_nchildren as unsigned. | |
| 4146 | |
| 4147 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned. | |
| 4148 | |
| 4149 * dispnew.c: Conditionally include term.h. | |
| 4150 | |
| 4151 * coding.h: Declare code_convert_string_norecord. | |
| 4152 | |
| 4153 * frame.h (struct frame): Use volatile unconditionally. | |
| 4154 | |
| 4155 * buffer.h: Remove Vbefore_change_function, Vafter_change_function. | |
| 4156 | |
| 4157 * xmenu.c (menu_item_selection): Declare volatile unconditionally. | |
| 4158 | |
| 4159 * systime.h: Protect against multiple inclusion. | |
| 4160 (timezone) [USG5_4]: Define as time_t. | |
| 4161 | |
| 4162 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES. | |
| 4163 (Foptimize_char_table, make_temp_name): Declare. | |
| 4164 | |
| 4165 * Makefile.in (xdisp.o): Depend on fontset.h. | |
| 4166 | |
| 4167 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned. | |
| 4168 | |
| 4169 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES. | |
| 4170 (Foptimize_char_table, make_temp_name): Declare. | |
| 4171 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4172 * s/irix4-0.h: |
| 29431 | 4173 * s/irix5-0.h: |
| 4174 * s/netbsd.h: Don't define autoconfiscated MATHERR. | |
| 4175 | |
| 29397 | 4176 2000-06-02 Dave Love <fx@gnu.org> |
| 4177 | |
| 4178 * lread.c (_XOPEN_SOURCE, __EXTENSIONS__): Don't define. | |
| 4179 | |
| 29395 | 4180 2000-06-02 Gerd Moellmann <gerd@gnu.org> |
| 4181 | |
| 4182 * xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the | |
| 29447 | 4183 result face, set flags in that face indicating that colors may not |
| 29395 | 4184 be freed. |
| 4185 | |
| 4186 * xterm.c (x_set_mouse_face_gc): If first glyph isn't a character | |
| 4187 glyph, use the ASCII NUL character to determine the face. | |
| 4188 | |
| 29388 | 4189 2000-06-02 Dave Love <fx@gnu.org> |
| 4190 | |
| 4191 * sysdep.c: Conditionally include stdlib.h, unistd.h. | |
| 4192 (VFORK_RETURN_TYPE): Remove. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4193 |
| 29388 | 4194 * config.in: Add NO_MATHERR. |
| 4195 | |
| 29368 | 4196 2000-06-01 Dave Love <fx@gnu.org> |
| 4197 | |
| 29383 | 4198 * cmds.c (internal_self_insert): Don't check |
| 4199 Vbefore_change_function, Vafter_change_function. | |
| 4200 | |
| 4201 * insdel.c (signal_before_change, signal_after_change): Likewise. | |
| 4202 | |
| 4203 * buffer.c (Vbefore_change_function, Vafter_change_function): | |
| 4204 Variables and their initializations deleted. | |
| 4205 | |
| 29372 | 4206 * callint.c (Fcall_interactively): Doc fix. |
| 4207 | |
| 29368 | 4208 * terminfo.c (ospeed) [HAVE_SPEED_T]: Don't declare extern. |
| 4209 | |
| 29343 | 4210 2000-05-31 Dave Love <fx@gnu.org> |
| 4211 | |
| 4212 * textprop.c: Revert last change -- duplicated. | |
| 4213 | |
| 29338 | 4214 2000-05-31 Gerd Moellmann <gerd@gnu.org> |
| 4215 | |
| 4216 * dispnew.c (find_glyph_row_slice, swap_glyphs_in_rows): Put | |
| 4217 in #if 0. | |
| 4218 | |
| 4219 * lisp.h (eassert) [!ENABLE_CHECKING]: Define as `(void) 0'. | |
| 4220 | |
| 29331 | 4221 2000-05-31 Jason Rumney <jasonr@gnu.org> |
| 4222 | |
| 29334 | 4223 * search.c (Fre_search_forward, Fre_search_backward) |
| 4224 (Fposix_search_backward, Fposix_search_forward): Fix newlines in docs. | |
| 4225 | |
| 29331 | 4226 * w32select.c (Fw32_set_clipboard_data): Change QNil to Qnil. |
| 4227 | |
| 29308 | 4228 2000-05-30 Jason Rumney <jasonr@gnu.org> |
| 4229 | |
| 4230 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: New macros. | |
| 4231 [WINDOWSNT]: Add extern for Vw32_system_coding_system. | |
| 4232 | |
| 4233 * dispextern.h (struct glyph) [WINDOWSNT]: Add w32_font_type | |
| 4234 member. | |
| 4235 | |
| 4236 * fileio.c (Fread_file_name) [HAVE_NTGUI]: Use file dialog. | |
| 4237 (Fread_file_name) [HAVE_NTGUI, USE_MOTIF]: Do not attempt to | |
| 4238 expand a nil default_filename. | |
| 4239 | |
| 4240 * keyboard.c (make_lispy_event) [WINDOWS_NT]: Pass a window | |
| 4241 pointer to glyph_to_pixel_coords, not a frame. | |
| 4242 | |
| 4243 * makefile.nt (w32fns.obj, w32menu.obj): Add charset.h and | |
| 4244 coding.h to dependencies. | |
| 4245 | |
| 4246 * w32bdf.c (w32_load_bdf_font): Initialize font->double_byte_p. | |
| 4247 | |
| 4248 * w32console.c (glyph_to_pixel_coords): Change first parameter to | |
| 4249 window pointer to be consistent with w32term.c and xterm.c. | |
| 4250 | |
| 4251 * w32fns.c: Format and doc changes to bring closer to xfns.c. | |
| 4252 (VIETNAMESE_CHARSET): Define if not defined in system headers. | |
| 4253 (Qline_spacing, Qcenter): New variables. | |
| 4254 (Qw32_charset_*, w32_codepage_for_font): Moved from w32term.c. | |
| 4255 (x_set_line_spacing): New function. | |
| 4256 (x_set_frame_parameters): Use FRAME_NEW_WIDTH, FRAME_NEW_HEIGHT | |
| 4257 macros. | |
| 4258 (x_specified_cursor_type): New function. | |
| 4259 (x_set_cursor_type): Use it. | |
| 4260 (x_set_name, x_set_title): Use ENCODE_SYSTEM to encode titlebar | |
| 4261 and icon strings. | |
| 4262 (validate_x_resource_name, x_get_resource_string): Measure lengths | |
| 4263 of external strings in bytes. | |
| 4264 (w32_wnd_proc) [WM_MEASURE_ITEM]: Avoid calling | |
| 4265 GetTextExtentPoint32 with NULL title. | |
| 4266 (Fx_create_frame): Initialize Qline_spacing. | |
| 4267 (w32_load_system_font): Initialize font->double_byte_p. | |
| 4268 (x_to_w32_charset): Use Vw32_charset_info_alist. | |
| 4269 (Image, busy cursor, tooltip functions): Merged changes from | |
| 4270 xfns.c. Not yet functional on Windows. | |
| 4271 | |
| 4272 * w32gui.h (W32FontStruct): Add double_byte_p member. | |
| 4273 | |
| 4274 * w32inevt.c (NUM_TRANSLATED_MOUSE_BUTTONS): New constant. | |
| 4275 (emacs_button_translation): Use it. | |
| 4276 (do_mouse_event): Allow up to 32 mouse buttons by allowing any bit | |
| 4277 in `mask' to be set. | |
| 4278 | |
| 4279 * w32menu.c (single_submenu, w32_menu_show): Call ENCODE_SYSTEM on | |
| 4280 menu strings. | |
| 4281 | |
| 4282 * w32term.c: Format and doc changes to bring closer to xterm.c. | |
| 4283 (w32_char_font_type): New enum. | |
| 4284 (Qw32_charset_*, w32_codepage_for_font): Moved to w32fns.c. | |
| 4285 (w32_per_char_metric): Use w32_char_font_type instead of unicode_p. | |
| 4286 (w32_encode_char): New function. | |
| 4287 (x_encode_char): Removed. | |
| 4288 (x_get_glyph_and_face_encoding): Use w32_encode_char in place of | |
| 4289 x_encode_char and w32_font_is_double_byte. | |
| 4290 (x_produce_image_glyph): Use image_ascent. | |
| 4291 (x_produce_glyphs): Use new version of w32_per_char_metric and | |
| 4292 handle NULL return value. Allow extra line spacing. | |
| 4293 (W32_TEXTOUT): Distinguish between Unicode and DBCS text. | |
| 4294 (w32_get_glyph_overhangs): Remove unicode_p param. Use | |
| 4295 w32_font_type member of glyph instead. | |
| 4296 (x_draw_glyph_string): Draw underline and strike-out for BDF fonts. | |
| 4297 (fast_find_position): Make sure not to consider rows not visible | |
| 4298 in the window. | |
| 4299 (w32_read_socket) [WM_MENUSELECT]: Cannot call | |
| 4300 w32_menu_display_help with input blocked, as it can abort. | |
| 4301 (x_display_and_set_cursor): Choose cursor depending | |
| 4302 on buffer-local value of cursor_type. | |
| 4303 (x_draw_bar_cursor): Add parameter WIDTH. | |
| 4304 | |
| 4305 * w32term.h (CP_DEFAULT): Define. | |
| 4306 (Fx_display_color_p, Fx_display_grayscale_p, image_ascent): Declare. | |
| 4307 | |
| 29302 | 4308 2000-05-30 Gerd Moellmann <gerd@gnu.org> |
| 4309 | |
| 4310 * search.c (Fre_search_forward, Fre_search_backward) | |
| 4311 (Fposix_search_backward, Fposix_search_forward): Doc fix. | |
| 4312 | |
| 29298 | 4313 2000-05-30 Kenichi Handa <handa@etl.go.jp> |
| 4314 | |
| 4315 * coding.c (detect_coding_iso2022): Fix code for checking | |
| 4316 CODING_CATEGORY_MASK_ISO_8_2. | |
| 4317 | |
|
29297
1c3d15e270b6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29295
diff
changeset
|
4318 2000-05-29 Stefan Monnier <monnier@cs.yale.edu> |
|
1c3d15e270b6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29295
diff
changeset
|
4319 |
|
1c3d15e270b6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29295
diff
changeset
|
4320 * regex.c (PREFETCH_NOLIMIT): New function. |
|
1c3d15e270b6
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29295
diff
changeset
|
4321 (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
|
4322 |
| 29285 | 4323 2000-05-29 Gerd Moellmann <gerd@gnu.org> |
| 4324 | |
| 29295 | 4325 * syntax.c (find_defun_start): Move test for |
| 4326 open_paren_in_column_0_is_defun_start outside of the loop. | |
| 4327 | |
| 29292 | 4328 * xdisp.c (redisplay_window): Really switch buffers when |
| 4329 displaying mode lines, and temporarily set selected_frame to the | |
| 4330 frame of the window that's redisplayed. | |
| 4331 | |
| 29285 | 4332 * xfaces.c (free_realized_faces): Block/unblock input. |
| 4333 (free_realized_multibyte_face): Ditto. | |
| 4334 | |
| 29283 | 4335 2000-05-29 Dave Love <fx@gnu.org> |
| 4336 | |
| 4337 * textprop.c (Qkeymap): New variable. | |
| 4338 (syms_of_textprop): Intern it. | |
| 4339 | |
| 4340 * keymap.c: Include intervals.h. | |
| 4341 (Fkey_binding, Fwhere_is_internal): Deal with `keymap' property. | |
| 4342 | |
| 4343 * Makefile.in (keymap.o): Depend on intervals.h. | |
| 4344 | |
| 4345 * keyboard.c (menu_bar_items, tool_bar_items) | |
| 4346 (Fexecute_extended_command): Deal with `keymap' property. | |
| 4347 (read_key_sequence): Track map from `keymap' property as well as | |
| 4348 `local_map'. | |
| 4349 | |
| 4350 * intervals.c (get_local_map): Extra arg to allow looking for | |
| 4351 `keymap' too. | |
| 4352 | |
| 4353 * intervals.h (map_property): New enum. | |
| 4354 (get_local_map): Extra arg using it. | |
| 4355 (Qkeymap): Declare. | |
| 4356 | |
| 29285 | 4357 * lisp.h (get_local_map): Don't declare here. |
| 29283 | 4358 |
| 29271 | 4359 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
| 4360 | |
| 4361 * Makefile.in (callproc.o): Depend on composite.h. | |
| 4362 | |
| 4363 * callproc.c: Include composite.h. | |
| 4364 (Fcall_process): Handle composition correctly. | |
| 4365 | |
| 4366 * coding.h (coding_allocate_composition_data): Extern it. | |
| 4367 (coding_restore_composition): Likewise. | |
| 4368 | |
| 4369 * coding.c (DECODE_COMPOSITION_START): If coding->cmp_data is not | |
| 4370 yet allocated, finish decoding with result | |
| 4371 CODING_FINISH_INSUFFICIENT_CMP. | |
| 4372 (coding_allocate_composition_data): Make it non-static. | |
| 4373 (coding_restore_composition): Likewise. | |
| 4374 | |
| 29270 | 4375 2000-05-29 Eli Zaretskii <eliz@is.elta.co.il> |
| 4376 | |
| 4377 * charset.c (syms_of_charset): Revert last change. | |
| 4378 | |
| 29264 | 4379 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
| 4380 | |
| 4381 * 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
|
4382 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
|
4383 Handa. |
| 29264 | 4384 |
| 29261 | 4385 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il> |
| 4386 | |
| 4387 * charset.c (syms_of_charset): Set width of character sets | |
| 4388 eight-bit-control and eight-bit-graphic to 1 column. | |
| 4389 | |
| 29254 | 4390 2000-05-26 Gerd Moellmann <gerd@gnu.org> |
| 4391 | |
| 4392 * config.in (HAVE_SPEED_T): New define. | |
| 4393 | |
| 4394 * sysdep.c, terminfo.c (ospeed) [HAVE_SPEED_T]: Declare as | |
| 4395 `extern speed_t'. | |
| 4396 | |
| 29248 | 4397 2000-05-26 Dave Love <fx@gnu.org> |
| 4398 | |
| 4399 * coding.c (shrink_decoding_region): Initialize eol_conversion. | |
| 4400 | |
| 4401 * data.c (Qsubrp, Qmany, Qunevalled): New variables. | |
| 4402 (Fsubr_arity): New function. | |
| 4403 (syms_of_data): Install them. | |
| 4404 | |
| 29226 | 4405 2000-05-26 Kenichi Handa <handa@etl.go.jp> |
| 4406 | |
| 29235 | 4407 * charset.c (init_charset_once): Set the table bytes_by_char_head |
| 4408 correctly. | |
| 4409 | |
| 29230 | 4410 * fontset.c (syms_of_fontset): Adjust the font name for ascii of |
| 4411 the default fontset to what Emacs uses by default. | |
| 29235 | 4412 (check_registry_encoding): This function deleted. |
| 4413 (Fset_fontset_font): Remove the adhoc condition for the default | |
| 4414 fontset. Allow cons in FONTNAME. | |
| 4415 | |
| 4416 * fns.c (map_char_table): Ignore char-table entries for | |
| 4417 charsets eight-bit-control and eight-bit-graphic. | |
| 29226 | 4418 |
|
29198
b3592c1e9ddb
* emacs.c (main): Initialize keyboard syms before initializing
Ken Raeburn <raeburn@raeburn.org>
parents:
29196
diff
changeset
|
4419 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
|
4420 |
|
b3592c1e9ddb
* emacs.c (main): Initialize keyboard syms before initializing
Ken Raeburn <raeburn@raeburn.org>
parents:
29196
diff
changeset
|
4421 * 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
|
4422 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
|
4423 |
|
29195
1da5b007c8c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29193
diff
changeset
|
4424 2000-05-25 Stefan Monnier <monnier@cs.yale.edu> |
|
1da5b007c8c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29193
diff
changeset
|
4425 |
|
1da5b007c8c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29193
diff
changeset
|
4426 * regex.c (at_begline_loc_p): Also recognize the \\(?:^ case |
|
1da5b007c8c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29193
diff
changeset
|
4427 of an anchor at the beginning of a shy-group. |
|
1da5b007c8c5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29193
diff
changeset
|
4428 |
| 29193 | 4429 2000-05-25 Gerd Moellmann <gerd@gnu.org> |
| 4430 | |
| 4431 * xdisp.c (handle_invisible_prop): Don't try to skip over | |
| 4432 invisible text if end of text is already reached. | |
| 4433 | |
| 29183 | 4434 2000-05-25 Dave Love <fx@gnu.org> |
| 4435 | |
| 29186 | 4436 * xdisp.c (Fdump_glyph_matrix): Declare the arg. |
| 4437 | |
| 29183 | 4438 * coding.c (encode_eol): Add null statement after label. |
| 4439 | |
| 29181 | 4440 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il> |
| 4441 | |
| 4442 * w16select.c (Fw16_set_clipboard_data): Fix the change from | |
| 4443 2000-05-20. | |
| 4444 | |
| 29173 | 4445 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
| 4446 | |
| 29174 | 4447 * ccl.c (ccl_driver): Fix previous change. |
| 29173 | 4448 |
| 29169 | 4449 2000-05-25 Kenichi Handa <handa@etl.go.jp> |
| 4450 | |
| 29171 | 4451 * coding.c (run_pre_post_conversion_on_str): Set point to the |
| 4452 beginning of buffer before calling coding->post_read_conversion. | |
| 4453 (decode_coding_string): Give correct args to | |
| 4454 run_pre_post_conversion_on_str. | |
| 4455 (encode_coding_string): Likewise. | |
| 4456 | |
| 29169 | 4457 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2> |
| 4458 <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and | |
| 4459 eight-bit-graphic correctly. | |
| 4460 | |
| 29153 | 4461 2000-05-24 Kenichi HANDA <handa@etl.go.jp> |
| 4462 | |
| 4463 * fileio.c (Finsert_file_contents): Even if a file is not found, | |
| 4464 execute codes for setting up coding system. Call | |
| 4465 after-insert-file-functions unconditionally. | |
| 4466 | |
| 29151 | 4467 2000-05-24 Gerd Moellmann <gerd@gnu.org> |
| 4468 | |
| 4469 * callproc.c, emacs.c, sysdep.c (setpgrp): Don't define if USG and | |
| 4470 BSD_PGRPS are not defined. | |
| 4471 | |
| 29142 | 4472 2000-05-24 Kenichi Handa <handa@etl.go.jp> |
| 4473 | |
| 4474 * charset.c (update_charset_table): Accept nil in LONG_NAME and | |
| 4475 DESCRIPTION. | |
| 4476 (syms_of_charset): Avoid building same strings. | |
| 4477 | |
| 29127 | 4478 2000-05-23 Gerd Moellmann <gerd@gnu.org> |
| 4479 | |
| 4480 * lread.c (Fload): Add a comment about the meaning of | |
| 4481 Vuser_init_file being t. | |
| 4482 | |
| 4483 * puresize.h (BASE_PURESIZE): Increase to 675000. | |
| 4484 | |
| 4485 * s/gnu-linux.h (setpgrp): Don't define it here because this | |
| 4486 prevents compilation on GNU/Linux systems with glib 2.2. | |
| 4487 | |
| 4488 * callproc.c, emacs.c, sysdep.c (setpgrp) [HAVE_SETPGID]: Define | |
| 4489 as setpgid. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4490 |
| 29104 | 4491 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 4492 | |
| 4493 * Makefile.in (SOME_MACHINE_LISP): Add disp-table.elc, | |
| 4494 dos-vars.elc, ccl.elc, and codepage.elc, all loaded by the MS-DOS | |
| 4495 version. | |
| 4496 (MSDOS_SUPPORT): Add dos-vars.elc, ccl.elc, and codepage.elc. | |
| 4497 | |
| 29092 | 4498 2000-05-23 Kenichi Handa <handa@etl.go.jp> |
| 4499 | |
|
29100
a941c97dc65b
(skip_chars): FETCH_STRING_CHAR_ADVANCE unconditionally.
Kenichi Handa <handa@m17n.org>
parents:
29096
diff
changeset
|
4500 * 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
|
4501 unconditionally. |
|
a941c97dc65b
(skip_chars): FETCH_STRING_CHAR_ADVANCE unconditionally.
Kenichi Handa <handa@m17n.org>
parents:
29096
diff
changeset
|
4502 |
| 29096 | 4503 * msdos.c (IT_write_glyphs): Set coding->src_multibyte to 1. |
| 4504 | |
| 4505 * term.c (encode_terminal_code): Set coding->src_multibyte | |
| 4506 properly. | |
| 4507 | |
| 29092 | 4508 * coding.c (encode_eol): Fix a bug of DOS style EOL encoding. |
| 4509 | |
| 29064 | 4510 2000-05-22 Kenichi Handa <handa@etl.go.jp> |
| 4511 | |
|
29068
61a23dd336ab
(read_char): Allow character codes 128..255 to be
Kenichi Handa <handa@m17n.org>
parents:
29064
diff
changeset
|
4512 * 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
|
4513 handled by input-method-function. |
|
61a23dd336ab
(read_char): Allow character codes 128..255 to be
Kenichi Handa <handa@m17n.org>
parents:
29064
diff
changeset
|
4514 |
| 29064 | 4515 * insdel.c (adjust_markers_for_replace): Fix previous change. |
| 4516 (adjust_after_replace): If PREV_TEXT is nil, call | |
| 4517 adjust_markers_for_insert, not adjust_markers_for_replace. | |
| 4518 | |
| 29036 | 4519 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
|
4520 |
| 29036 | 4521 * s/gnu-linux.h (UNIX98_PTYS) [HAVE_GRANDPT]: Define. |
| 4522 (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF) | |
| 4523 [HAVE_GRANDPT]: Define. | |
| 4524 (C_SWITCH_SYSTEM): Add -D_XOPEN_SOURCE. | |
| 4525 | |
| 4526 * sysdep.c (setup_pty): Treat case that UNIX98_PTYS is defined | |
| 4527 like SYSV_PTYS. | |
| 4528 | |
| 4529 * config.in (HAVE_GRANDPT, HAVE_GETPT): New defines. | |
| 4530 | |
| 4531 * process.c (toplevel) [UNIX98_PTYS]: Include stdlib.h. | |
| 4532 | |
| 29028 | 4533 2000-05-20 Kenichi Handa <handa@etl.go.jp> |
| 4534 | |
| 4535 The following changes are to handle 8-bit characters in a | |
| 4536 multibyte buffer/string without facing with byte combining | |
| 4537 problem. Two new charsets eight-bit-control (for 0x80..0x9F) and | |
| 4538 eight-bit-graphic (for 0xA0..0xFF) are introduced. | |
| 4539 | |
| 4540 * Makefile.in (fns.o): Depend on charset.h. | |
| 4541 | |
| 4542 * alloc.c (Fmake_byte_code): If BYTECODE-STRING is multibyte, | |
| 4543 convert it to unibyte. | |
| 4544 (make_string): Use parse_str_as_multibyte, not chars_in_text. | |
| 4545 | |
| 4546 * buffer.c (advance_to_char_boundary): Don't use DEC_POS to find a | |
| 4547 apparent char boundary. | |
| 4548 (Fset_buffer_multibyte): Convert 8-bit characters in the range | |
| 4549 0x80..0x9F to/from multibyte form. | |
| 4550 | |
| 4551 * bytecode.c (Fbyte_code): If arg BYTESTR is multibyte, convert it | |
| 4552 to unibyte. | |
| 4553 | |
| 4554 * callproc.c (Fcall_process): Always encode an argument string if | |
| 4555 it is multibyte. Setup src_multibyte and dst_multibyte members of | |
| 4556 process_coding properly. | |
| 29102 | 4557 |
| 29028 | 4558 * category.c (Fmodify_category_entry): Use SPLIT_CHAR, not |
| 4559 SPLIT_NON_ASCII_CHAR. | |
| 4560 | |
| 4561 * ccl.c (CCL_WRITE_CHAR): Be sure to write single byte characters | |
| 4562 as is. | |
| 4563 (CCL_MAKE_CHAR): Use MAKE_CHAR, not MAKE_NON_ASCII_CHAR. | |
| 4564 | |
| 4565 * charset.c (Qeight_bit_control, Qeight_bit_graphic): New | |
| 4566 variables. | |
| 4567 (SPLIT_CHARACTER_SEQ): This macro deleted. | |
| 4568 (SPLIT_MULTIBYTE_SEQ): Assume that multibyte sequence at STR is | |
| 4569 valid. | |
| 4570 (CHAR_COMPONENTS_VALID_P): Handle new charsets; eight-bit-control | |
| 4571 and eight-bit-graphic. | |
| 4572 (char_to_string): Likewise. Signal an error for too large | |
| 4573 character code. | |
| 4574 (char_printable_p): Return 0 for 8-bit characters. | |
| 4575 (update_charset_table): Update iso_charset_table only when a final | |
| 4576 character is non-negative. | |
| 4577 (find_charset_in_text): Renamed from find_charset_in_str. | |
| 4578 Arguments and return value changed. Callers changed. | |
| 4579 (Fdefine_charset): Args ISO-FINAL-CHAR and ISO-GRAPHIC-PLANE can | |
| 4580 be -1 if CHARSET is used only internally. | |
| 4581 (Fmake_char_internal): Handle new charsets; eight-bit-control and | |
| 4582 eight-bit-graphic. | |
| 4583 (Fcharset_after): Simplified. | |
| 4584 (char_valid_p): Use SPLIT_CHAR, not SPLIT_NON_ASCII_CHAR. | |
| 4585 (char_bytes): Return 2 for chars of the range 0xA0..0xFF. | |
| 4586 (multibyte_chars_in_text): Simplified by assuming there's no | |
| 4587 invalid multibyte sequence. | |
| 4588 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte, | |
| 4589 str_as_unibyte): New functions. | |
| 4590 (Fstring): Simpified by assuming that byte combining never | |
| 4591 happens. | |
| 4592 (init_charset_once): Initialization for | |
| 4593 LEADING_CODE_8_BIT_CONTROL. | |
| 4594 (syms_of_charset): Intern and staticpro Qeight_bit_control and | |
| 4595 Qeight_bit_graphic. Include them in Vcharset_list. Make charsets | |
| 4596 eight-bit-control and eight-bit-graphic. | |
| 4597 | |
| 4598 * charset.h (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL, | |
| 4599 CHARSET_8_BIT_GRAPHIC): New macros. | |
| 4600 (SINGLE_BYTE_CHAR_P): Make it faster by using casting. | |
| 4601 (CHARSET_ISO_GRAPHIC_PLANE): Use XINT instead of XFASTINT. | |
| 4602 (CHARSET_REVERSE_CHARSET): Likewise. | |
| 4603 (CHARSET_VALID_P): Handle new charsets; eight-bit-control and | |
| 4604 eight-bit-graphic. | |
| 4605 (BYTES_BY_CHAR_HEAD, WIDTH_BY_CHAR_HEAD): Optimize for ASCII. | |
| 4606 (CHAR_CHARSET, MAKE_CHAR, SPLIT_CHAR, CHAR_BYTES): Likewise. | |
| 4607 (PARSE_MULTIBYTE_SEQ) [BYTE_COMBINING_DEBUG]: Abort if we | |
| 4608 encounter an invalid multibyte sequence. | |
| 4609 (PARSE_MULTIBYTE_SEQ) [not BYTE_COMBINING_DEBUG]: Assume multibyte | |
| 4610 sequence is always valid. | |
| 4611 (MAKE_NON_ASCII_CHAR, SPLIT_NON_ASCII_CHAR): These macros Deleted. | |
| 4612 (UNIBYTE_STR_AS_MULTIBYTE_P, MULTIBYTE_STR_AS_UNIBYTE_P): New | |
| 4613 macros. | |
| 4614 (CHAR_STRING): For 8-bit characters, call char_to_string. | |
| 4615 (INC_POS) [not BYTE_COMBINING_DEBUG]: Faster version. Assume | |
| 4616 multibyte sequence is always valid. | |
| 4617 (BUF_INC_POS) [not BYTE_COMBINING_DEBUG]: Likewise. | |
| 4618 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte, | |
| 4619 str_as_unibyte): Extern them. | |
| 4620 (BCOPY_SHORT): Fix a bug. | |
| 4621 (CHAR_LEN): This macro deleted. Callers changed to use | |
| 4622 CHAR_BYTES. | |
| 4623 (FETCH_STRING_CHAR_ADVANCE): Check multibyteness of STRING. | |
| 4624 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): New macro. | |
| 4625 (FETCH_CHAR_ADVANCE): Check multibyteness of the current buffer. | |
| 4626 | |
| 29161 | 4627 * coding.c (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->result to |
| 29028 | 4628 CODING_FINISH_INSUFFICIENT_SRC if there's not enough source. |
| 4629 (ONE_MORE_CHAR, EMIT_CHAR, EMIT_ONE_BYTE, EMIT_TWO_BYTE, | |
| 4630 EMIT_BYTES): New macros. | |
| 4631 (THREE_MORE_BYTES, DECODE_CHARACTER_ASCII, | |
| 4632 DECODE_CHARACTER_DIMENSION1, DECODE_CHARACTER_DIMENSION2): These | |
| 4633 macros deleted. | |
| 4634 (CHECK_CODE_RANGE_A0_FF): This macro deleted. | |
| 4635 (detect_coding_emacs_mule): Use UNIBYTE_STR_AS_MULTIBYTE_P to | |
| 4636 check the validity of multibyte sequence. | |
| 4637 (decode_coding_emacs_mule): New function. | |
| 4638 (encode_coding_emacs_mule): New macro. | |
| 4639 (detect_coding_iso2022): Use ONE_MORE_BYTE to fetch a byte from | |
| 4640 the source. | |
| 4641 (DECODE_ISO_CHARACTER): Just return a character code. | |
| 4642 (DECODE_COMPOSITION_START): Set coding->result instead of result. | |
| 4643 (decode_coding_iso2022, decode_coding_sjis_big5, decode_eol): Use | |
| 4644 EMIT_CHAR to produced decoded characters. Exit the loop only by | |
| 4645 macros ONE_MORE_BYTE or EMIT_CHAR. Don't handle the case of last | |
| 4646 block here. | |
| 4647 (ENCODE_ISO_CHARACTER): Don't translate character here. Produce | |
| 4648 only position codes for an invalid character. | |
| 4649 (encode_designation_at_bol): Return new destination pointer. 5th | |
| 4650 arg DSTP is changed to DST. | |
| 4651 (encode_coding_iso2022, decode_coding_sjis_big5): Get a character | |
| 4652 from the source by ONE_MORE_CHAR. Don't handle the case of last | |
| 4653 block here. | |
| 4654 (DECODE_SJIS_BIG5_CHARACTER, ENCODE_SJIS_BIG5_CHARACTER): These | |
| 4655 macros deleted. | |
| 4656 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8, | |
| 4657 detect_coding_utf_16, detect_coding_ccl): Use ONE_MORE_BYTE and | |
| 4658 TWO_MORE_BYTES to fetch a byte from the source. | |
| 4659 (encode_eol): Pay attention to coding->src_multibyte. | |
| 4660 (detect_coding, detect_eol): Preserve members src_multibyte and | |
| 4661 dst_multibyte. | |
| 4662 (DECODING_BUFFER_MAG): Return 2 even for coding_type_raw_text. | |
| 4663 (encoding_buffer_size): Set magnification to 3 for all coding | |
| 4664 systems that require encoding. | |
| 4665 (ccl_coding_driver): For decoding, be sure that the result is | |
| 4666 valid multibyte sequence. | |
| 4667 (decode_coding): Initialize coding->errors and coding->result. | |
| 4668 For emacs-mule, call decode_coding_emacs_mule. For no-conversion | |
| 4669 and raw-text, always call decode_eol. Handle the case of last | |
| 4670 block here. If not coding->dst_multibyte, convert the resulting | |
| 4671 sequence to unibyte. | |
| 4672 (encode_coding): Initialize coding->errors and coding->result. | |
| 4673 For emacs-mule, call encode_coding_emacs_mule. For no-conversion | |
| 4674 and raw-text, always call encode_eol. Handle the case of last | |
| 4675 block here. | |
| 4676 (shrink_decoding_region, shrink_encoding_region): Detect cases | |
| 4677 that we can't skip data more rigidly. | |
| 4678 (code_convert_region): Setup src_multibyte and dst_multibyte | |
| 4679 members of coding. For decoding, if the buffer is multibyte, | |
| 4680 convert the source sequence to unibyte in advance. For encoding, | |
| 4681 if the buffer is multibyte, convert the resulting sequence to | |
| 4682 multibyte afterward. | |
| 4683 (run_pre_post_conversion_on_str): New function. | |
| 4684 (code_convert_string): Deleted and divided into the following two. | |
| 4685 (decode_coding_string, encode_coding_string): New functions. | |
| 4686 (code_convert_string1, code_convert_string_norecord): Call one of | |
| 4687 above. | |
| 4688 (Fdecode_sjis_char, Fdecode_big5_char): Use MAKE_CHAR instead of | |
| 4689 MAKE_NON_ASCII_CHAR. | |
| 4690 (Fset_terminal_coding_system_internal, | |
| 4691 Fset_safe_terminal_coding_system_internal): Setup src_multibyte | |
| 4692 and dst_multibyte members. | |
| 4693 (init_coding_once): Initialize iso_code_class with new enum | |
| 4694 ISO_control_0 and ISO_control_1. | |
| 4695 | |
| 4696 * coding.h (enum iso_code_class_type): Member ISO_control_code is | |
| 4697 devided into ISO_control_0 and ISO_control_1. | |
| 4698 (struct coding_system): New members src_multibyte, dst_multibyte, | |
| 4699 errors, and result. Delete member fake_multibyte. | |
| 4700 (CODING_REQUIRE_DECODING): Return 1 if coding->dst_multibyte is | |
| 4701 nonzero. | |
| 4702 (CODING_REQUIRE_ENCODING): Return 1 if coding->src_multibyte is | |
| 4703 nonzero. | |
| 4704 | |
| 4705 * data.c (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR. | |
| 4706 (Faset): Likewise. | |
| 4707 | |
| 4708 * editfns.c (Fformat): Be sure to convert 8-bit characters to | |
| 4709 multibyte form. | |
| 4710 (Ftranspose_region) [BYTE_COMBINING_DEBUG]: Abort if byte | |
| 4711 combining occurs. | |
| 4712 (Ftranspose_region): Delete codes for handling byte combining. | |
| 4713 | |
| 4714 * fileio.c (Finsert_file_contents): Setup src_multibyte and | |
| 4715 dst_multibyte members of coding. On handling REPLACE on unibyte | |
| 4716 buffer, convert the result of decode_coding to unibyte. On | |
| 4717 inserting into a mutibyte buffer, always call code_convert_region. | |
| 29161 | 4718 (e_write): Setup coding->src_multibyte according to the |
| 29028 | 4719 multibyteness of the source (buffer or string). |
| 4720 | |
| 4721 * fns.c (concat): Handle 8-bit characters correctly. | |
| 4722 (Fstring_as_unibyte): Be sure to make all 8-bit characters in | |
| 4723 unibyte in the result. | |
| 4724 (Fstring_as_multibyte): Be sure to make all 8-bit characters in | |
| 4725 valid multibyte form in the result. | |
| 4726 (map_char_table): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR. | |
| 4727 (Fbase64_encode_region, Fbase64_encode_string): If base64_encode_1 | |
| 4728 return -1, signal an error. | |
| 4729 (base64_encode_1): New arg MULTIBYTE. Get each character by | |
| 4730 CHAR_STRING_AND_LENGTH if MULTIBYTE is nonzero. If a multibyte | |
| 4731 character is found, return -1. | |
| 4732 (Fbase64_decode_region): Delete codes for handling byte-combining. | |
| 4733 Treat each decoded byte as a unibyte character. | |
| 4734 (Fbase64_decode_string): Return unibyte string. | |
| 4735 (Fcompare_strings, concat, string_byte_to_char): Use | |
| 4736 FETCH_STRING_CHAR_ADVANCE_NO_CHECK instead off | |
| 4737 FETCH_STRING_CHAR_ADVANCE. | |
| 4738 (Fstring_lessp): Use FETCH_STRING_CHAR_ADVANCE unconditionally. | |
| 4739 (mapcar1): If SEQ is string, always use FETCH_STRING_CHAR_ADVANCE. | |
| 4740 | |
| 4741 * fontset.c (fontset_ref): Use SPLIT_CHAR instead of | |
| 4742 SPLIT_NON_ASCII_CHAR. | |
| 4743 (fontset_ref_via_base, fontset_set): Likewise | |
| 4744 | |
| 4745 * insdel.c (adjust_markers_for_record_delete): Deleted. | |
| 4746 (adjust_markers_for_insert): Argument changed. Caller changed. | |
| 4747 (adjust_markers_for_replace): Likewise. | |
| 4748 (ADJUST_CHAR_POS, combine_bytes, byte_combining_error, | |
| 4749 CHECK_BYTE_COMBINING_FOR_INSERT): Deleted. | |
| 4750 (copy_text): Delete unused local varialbe c_save. For converting | |
| 4751 to multibyte, be sure to make all 8-bit characters in valid | |
| 4752 multibyte form. | |
| 4753 (count_size_as_multibyte): Handle 8-bit characters correctly. | |
| 4754 (insert_1_both, insert_from_string_1, insert_from_buffer_1, | |
| 4755 adjust_after_replace, replace_range, del_range_2) | |
| 4756 [BYTE_COMBINING_DEBUG]: Abort if byte combining occurs. | |
| 4757 (insert_1_both, insert_from_string_1, insert_from_buffer_1, | |
| 4758 adjust_after_replace, replace_range, del_range_2) Delete codes for | |
| 4759 handling byte combining. | |
| 4760 (adjust_before_replace): Deleted. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
4761 |
| 29028 | 4762 * keymap.c (Fsingle_key_description): Use SPLIT_CHAR instead of |
| 4763 SPLIT_NON_ASCII_CHAR. | |
| 4764 (describe_vector): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR. | |
| 4765 (Faccessible_keymaps): Use FETCH_STRING_CHAR_ADVANCE | |
| 4766 unconditionally. | |
| 4767 (Fkey_description): Likewise. | |
| 4768 | |
| 4769 * lread.c (read1): On reading multibyte string, be sure to make | |
| 4770 all 8-bit chararacters in valid multibyte form. | |
| 4771 (readchar): Use FETCH_STRING_CHAR_ADVANCE unconditionally. | |
| 4772 | |
| 4773 * print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE | |
| 4774 unconditionally. | |
| 4775 | |
| 4776 * process.c (Fstart_process): GCPRO current_dir before calling | |
| 4777 Ffind_operation_coding_system. Encode arguments here. | |
| 4778 (create_process): Don't encode arguments here. Setup | |
| 4779 src_multibyte and dst_multibyte members of struct coding. | |
| 4780 (read_process_output): Setup src_multibyte and dst_multibyte | |
| 4781 members of struct coding. If the output is to multibyte buffer, | |
| 4782 always decode the output of the process. Adjust the | |
| 4783 representation of 8-bit characters to the multibyteness of the | |
| 4784 output. | |
| 4785 (send_process): Setup coding->src_multibyte according to the | |
| 4786 multibyteness of the source. | |
| 4787 | |
| 4788 * search.c (wordify): Use FETCH_STRING_CHAR_ADVANCE | |
| 4789 unconditionally. | |
| 4790 (Freplace_match): Use FETCH_STRING_CHAR_ADVANCE and | |
| 4791 FETCH_STRING_CHAR_ADVANCE_NO_CHECK appropriately. | |
| 4792 | |
| 4793 * term.c (produce_special_glyphs): Use CHAR_BYTES instead of | |
| 4794 CHAR_LEN. | |
| 4795 | |
| 4796 * w16select.c (Fw16_set_clipboard_data): Setup members | |
| 4797 src_multibyte and dst_multibyte of coding. Adjusted for the | |
| 4798 change for find_charset_in_str. | |
| 4799 (Fw16_get_clipboard_data): Likewise. | |
| 4800 | |
| 4801 * w32fns.c (w32_to_x_font): Setup members src_multibyte and | |
| 4802 dst_multibyte of coding. | |
| 4803 (x_to_w32_font): Likewise. | |
| 4804 | |
| 4805 * w32select.c (Fw32_set_clipboard_data): Setup members | |
| 4806 src_multibyte and dst_multibyte of coding. Adjusted for the | |
| 4807 change for find_charset_in_str. | |
| 4808 (Fw32_get_clipboard_data): Likewise. | |
| 4809 | |
| 4810 * xdisp.c (get_next_display_element): Handle 8-bit characters | |
| 4811 correctly. | |
| 4812 (next_element_from_display_vector): Use CHAR_BYTES instead of | |
| 4813 CHAR_LEN. | |
| 4814 (disp_char_vector): Use SPLIT_CHAR instead of | |
| 4815 SPLIT_NON_ASCII_CHAR. | |
| 4816 | |
| 4817 * xselect.c (selection_data_to_lisp_data): Setup members | |
| 4818 src_multibyte and dst_multibyte of coding. Adjusted for the | |
| 4819 change for find_charset_in_str. | |
| 4820 (lisp_data_to_selection_data): Likewise. | |
| 4821 | |
| 28988 | 4822 2000-05-19 Gerd Moellmann <gerd@gnu.org> |
| 4823 | |
| 28993 | 4824 * buffer.c (Fbury_buffer): Avoid trouble from burying a killed |
| 4825 buffer. | |
| 4826 | |
| 28988 | 4827 * dispextern.h (Vimage_types): Add extern declaration. |
| 4828 | |
| 4829 * xdisp.c (Vimage_types): Moved here from xfns.c. | |
| 4830 (syms_of_xdisp): Move `image-types' variable here from xfns.c. | |
| 4831 | |
| 4832 * xfns.c (Vimages_types): Moved to xdisp.c. | |
| 4833 (syms_of_xfns): Move `image-types' to xdisp.c. | |
| 4834 | |
| 4835 * w32fns.c (Vimage_types): Removed. | |
| 4836 (syms_of_w32fns): Remove `image-types'. | |
| 4837 | |
| 28965 | 4838 2000-05-18 Kenichi Handa <handa@etl.go.jp> |
| 4839 | |
| 4840 * fns.c (map_char_table): Pay attention to character number of | |
| 4841 charset. Check the validity of charset at the first level. For | |
| 4842 leaf nodes that has nil value, call C_FUNCTION or FUNCTION with | |
| 4843 the default value. | |
| 4844 | |
| 4845 * fontset.c: Include "buffer.h". | |
| 4846 (fs_load_font): If the face has fontset, record the face ID in | |
| 4847 that fontset. | |
| 4848 (Finternal_char_font): New function. | |
| 4849 (accumulate_font_info): New function. | |
| 4850 (Ffontset_info): Rewritten for the new fontset implementation. | |
| 4851 (syms_of_fontset): Register Vdefault_fontset in the first element | |
| 4852 of Vfontset_table. Include Vdefault_fontset in | |
| 4853 Vfontset_alias_alist. Declare `internal-char-font' as a Lisp | |
| 4854 function. | |
| 4855 | |
| 28945 | 4856 2000-05-16 Dave Love <fx@gnu.org> |
| 4857 | |
| 4858 * m/iris5d.h: Deleted -- unused. | |
| 4859 | |
| 28929 | 4860 2000-05-16 Gerd Moellmann <gerd@gnu.org> |
| 4861 | |
| 28939 | 4862 * xdisp.c, w32.c, print.c, msdos.c, emacs.c: Use the term |
| 4863 `invalid' instead of `illegal'. | |
| 4864 | |
| 4865 * indent.c (Fmove_to_column): When ending within a tab, insert | |
| 4866 spaces first so that markers at the end of the tab get adjusted. | |
| 4867 | |
| 28931 | 4868 * frame.c (frames_bury_buffer): Don't add a buffer to the frame's |
| 4869 buffer list that wasn't selected in that frame. | |
| 4870 | |
| 28929 | 4871 * filelock.c (get_boot_time): To obtain an 8 char file name, which |
| 4872 is needed on mescaline, use a 2 char prefix, and call | |
| 4873 make_temp_name with second arg non-zero. | |
| 4874 | |
| 4875 * fileio.c (make_temp_name): New function, extracted from | |
| 4876 Fmake_temp_name. | |
| 4877 (Fmake_temp_name): Use it. | |
| 4878 | |
| 28921 | 4879 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il> |
| 4880 | |
| 4881 * window.c (coordinates_in_window): Subtract 1 when computing | |
| 4882 right_x. | |
| 4883 | |
| 28919 | 4884 2000-05-15 Gerd Moellmann <gerd@gnu.org> |
| 4885 | |
| 4886 * Makefile.in (lisp): Add env.elc. | |
| 4887 | |
| 4888 * callproc.c (Fgetenv_internal): Renamed from Fgetenv. | |
| 4889 | |
| 28887 | 4890 2000-05-12 Gerd Moellmann <gerd@gnu.org> |
| 4891 | |
| 4892 * search.c (Freplace_match): Handle case of `\N' in the | |
| 4893 replacement when there's no group N. | |
| 4894 | |
| 28870 | 4895 2000-05-11 Gerd Moellmann <gerd@gnu.org> |
| 4896 | |
| 28877 | 4897 * xdisp.c (add_to_log): Don't pass the terminating NUL byte |
| 4898 of the message to message_dolog. | |
| 4899 | |
| 28872 | 4900 * keyboard.c (read_char): Don't clear current message for help |
| 4901 events; let the code handling help events handle this. Change | |
| 4902 code detecting help events that should be ignored. | |
| 4903 | |
| 28870 | 4904 * xdisp.c (handle_single_display_prop): Don't try to set PT if |
| 4905 we're interating over a string. | |
| 4906 | |
| 28848 | 4907 2000-05-09 Dave Love <fx@gnu.org> |
| 4908 | |
| 4909 * fileio.c (Fwrite_region): If APPEND arg is an integer, seek to | |
| 4910 that offset before writing. Move gcpro region past call of | |
| 4911 Ffile_regular_p. | |
| 4912 | |
| 28820 | 4913 2000-05-04 Dave Love <fx@gnu.org> |
| 4914 | |
| 4915 * buffer.c (syms_of_buffer) [auto-fill-function]: Doc fix. | |
| 4916 | |
| 28817 | 4917 2000-05-04 Gerd Moellmann <gerd@gnu.org> |
| 4918 | |
| 4919 * insdel.c (insert_from_buffer_1): Adjust FROM position by number | |
| 4920 of inserted characters when BUF equals the current buffer, and PT | |
| 4921 is in front of or equal to FROM. | |
| 4922 | |
| 28795 | 4923 2000-05-03 Gerd Moellmann <gerd@gnu.org> |
| 4924 | |
| 28805 | 4925 * xdisp.c (handle_single_display_prop): If display property value |
| 4926 is invalid, or something not supported on the frame, restore | |
| 4927 iterator's position to what it was initially. Make sure to return | |
| 4928 0 for invalid and unsupported property values. | |
| 4929 | |
| 28795 | 4930 * xterm.c (x_produce_glyphs) <composite chars>: Handle case |
| 4931 that x_per_char_metric returns null. | |
| 4932 | |
| 28782 | 4933 2000-05-02 Gerd Moellmann <gerd@gnu.org> |
| 4934 | |
| 28789 | 4935 * xterm.h (struct face): Add forward declaration. |
| 4936 (struct image): Ditto. | |
| 4937 (image_ascent): Add prototype. | |
| 4938 | |
| 4939 * xterm.c (x_produce_image_glyph, x_draw_image_foreground) | |
| 4940 (x_draw_image_relief, x_draw_image_foreground_1): Call function | |
| 4941 image_ascent instead of using IMAGE_ASCENT. | |
| 4942 | |
| 4943 * dispextern.h (DEFAULT_IMAGE_HEIGHT): New macro. | |
| 4944 (IMAGE_ASCENT): Removed. | |
| 4945 | |
| 4946 * xfns.c (Qcenter): New variable. | |
| 4947 (enum image_value_type): Add IMAGE_ASCENT_VALUE. | |
| 4948 (parse_image_spec): Handle IMAGE_ASCENT_VALUE. | |
| 4949 (image_ascent): New function. | |
| 4950 (lookup_image): Recognize `:ascent center'. | |
| 4951 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format) | |
| 4952 (tiff_format, gif_format, gs_format): Use IMAGE_ASCENT_VALUE. | |
| 4953 (xbm_load): Don't set image's ascent here. | |
| 4954 (xbm_image_p, xpm_image_p, pbm_image_p, png_image_p) | |
| 4955 (jpeg_image_p, tiff_image_p, gif_image_p, gs_image_p): Don't | |
| 4956 check ascent values here. | |
| 4957 (Fimagep, Flookup_image [GLYPH_DEBUG]: Removed. | |
| 4958 (syms_of_xfns) [GLYPH_DEBUG]: Don't defsubr removed functions. | |
| 4959 (syms_of_xfns): Initialize Qcenter. | |
| 4960 | |
| 28782 | 4961 * eval.c (Fsignal): If lisp_eval_depth or spepdl_size are near |
| 4962 to the limits, increase the limits. | |
| 4963 | |
| 28765 | 4964 2000-05-01 Kenichi Handa <handa@etl.go.jp> |
| 4965 | |
| 4966 * fontset.c (fs_load_font): By default, use 0x00..0x7f for ASCII. | |
| 4967 Check Vfont_encoding_alist against the full name of the opened | |
| 4968 font. | |
| 4969 | |
| 28755 | 4970 2000-04-28 Gerd Moellmann <gerd@gnu.org> |
| 4971 | |
| 4972 * xdisp.c (make_cursor_line_fully_visible): Handle case of rows | |
| 4973 taller than the window. | |
| 4974 | |
| 28752 | 4975 2000-04-28 Kenichi Handa <handa@etl.go.jp> |
| 4976 | |
| 4977 * xfaces.c (realize_x_face): Fix the argument of the second | |
| 4978 xassert. BASE_FACE may not be a face for ASCII. | |
| 4979 | |
| 28734 | 4980 2000-04-27 Gerd Moellmann <gerd@gnu.org> |
| 4981 | |
| 28748 | 4982 * print.c (print_object): Treat print-length < 0 as nil. |
| 4983 | |
| 4984 * Makefile.in (termcapobj): Don't use TERMCAP_OBJ. | |
| 4985 | |
| 4986 * s/freebsd.h (TERMCAP_OBJ): Removed. | |
| 4987 (LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000. | |
| 4988 | |
| 4989 * lread.c (read1): Don't treat period followed by certain | |
| 4990 characters as symbol start. | |
| 4991 | |
| 4992 * xfns.c (slurp_file): New function. | |
| 4993 (xbm_image_p): Handle case of in-memory XBM files. | |
| 4994 (xbm_scan): Rewritten to work on memory buffers instead of files. | |
| 4995 (xbm_read_bitmap_data): Renamed from xbm_read_bitmap_file_data. | |
| 4996 Work on memory buffers instead of files. If DATA is null test | |
| 4997 if buffer looks like an in-memory XBM file. | |
| 4998 (xbm_load_image): Renamed from xbm_load_image_file. Work on | |
| 4999 memory buffers instead of files. | |
| 5000 (xbm_file_p): New function. | |
| 5001 (xbm_load): Accept :data DATA where DATA is an in-memory XBM file. | |
| 5002 | |
| 28734 | 5003 * lread.c (end_of_file_error): New function. |
| 5004 (read1): Call it instead of signaling `end-of-file' directly. | |
| 5005 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5006 * print.c (print_error_message): Print data of `end-of-file' |
| 28734 | 5007 with Fprinc instead of Fprin1. |
| 5008 | |
|
28727
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
5009 2000-04-26 Ken Raeburn <raeburn@gnu.org> |
|
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
5010 |
|
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
5011 * window.c (freeze_window_start): Check that minibuffer scroll |
|
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
5012 window isn't nil before extracting the window structure pointer |
|
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
5013 from it. |
|
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
5014 |
|
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
5015 * 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
|
5016 picking elements apart. |
|
1a87cdb8289a
*** empty log message ***
Ken Raeburn <raeburn@raeburn.org>
parents:
28724
diff
changeset
|
5017 |
| 28724 | 5018 2000-04-26 Gerd Moellmann <gerd@gnu.org> |
| 5019 | |
| 5020 * xdisp.c (display_line): If lines are continued, restore | |
| 5021 iterator's ascent/descent information to the values before the | |
| 5022 first glyph not fitting on the line. | |
| 5023 | |
| 28710 | 5024 2000-04-25 Gerd Moellmann <gerd@gnu.org> |
| 5025 | |
| 5026 * xdisp.c (try_window_id) <all changes above window start>: Adjust | |
| 5027 positions in glyph matrix. Don't compute new window end | |
| 5028 positions. | |
| 5029 | |
| 5030 * dispnew.c (increment_matrix_positions): Renamed from | |
| 5031 increment_glyph_matrix_buffer_positions. | |
| 5032 (increment_row_positions): Renamed from | |
| 5033 increment_glyph_row_buffer_positions. | |
| 5034 | |
| 5035 * dispextern.h: Change names of renamed functions from dispnew.c | |
| 5036 in prototypes. | |
| 5037 | |
| 28695 | 5038 2000-04-24 Gerd Moellmann <gerd@gnu.org> |
| 5039 | |
| 28699 | 5040 * fileio.c (Fdo_auto_save): Create directories for auto-save |
| 5041 list file if necessary. | |
| 5042 | |
| 28695 | 5043 * xdisp.c (init_iterator): Set iterator's extra_line_spacing |
| 5044 from buffer or frame. | |
| 5045 (automatic_hscrolling_p): New variable. | |
| 5046 (hscroll_windows): Scroll windows horizontally only if automatic | |
| 5047 hscrolling is allowed. | |
| 5048 (syms_of_xdisp): New variable `automatic-hscrolling'. | |
| 5049 | |
| 5050 * frame.h (struct frame): Add member extra_line_spacing. | |
| 5051 | |
| 5052 * xfns.c (x_set_line_spacing): New function. | |
| 5053 (Fx_create_frame): Set line spacing from resources. | |
| 5054 (Qline_spacing): New variable. | |
| 5055 (syms_of_xfns): Initialize Qline_spacing. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5056 |
| 28695 | 5057 * emacs.c (USAGE2): Add `--line-spacing' and `-lsp'. |
| 5058 | |
| 5059 * buffer.c (init_buffer_once): Handle extra_line_spacing. | |
| 5060 (syms_of_buffer): Add `default-line-spacing' and `line-spacing'. | |
| 28699 | 5061 (reset_buffer): Don't initialize extra2 and extra3. Initialize |
| 28695 | 5062 extra_line_spacing from default value. |
| 5063 (init_buffer_once): Initialize default value of extra_line_spacing. | |
| 5064 | |
| 5065 * buffer.h (struct buffer): Add extra_line_spacing, remove extra2 | |
| 5066 and extra3. | |
| 5067 | |
| 5068 * xterm.c (x_produce_glyphs): Remove reference to struct it's | |
| 5069 prompt_width. Add extra line spacing. | |
| 5070 | |
| 5071 * term.c (produce_glyphs): Remove reference to struct it's | |
| 5072 prompt_width. | |
| 5073 | |
| 5074 * dispextern.h (struct it): Remove member prompt_width, add | |
| 5075 extra_line_spacing. | |
| 5076 | |
| 28683 | 5077 2000-04-22 Gerd Moellmann <gerd@gnu.org> |
| 5078 | |
| 5079 * dispnew.c (update_frame_line): When writing a whole line, make | |
| 5080 sure cursor is in the right row afterwards, otherwise a use of | |
| 5081 capability `ch' in cmgoto might leave the cursor in the row below. | |
| 5082 | |
| 28680 | 5083 2000-04-21 Gerd Moellmann <gerd@gnu.org> |
| 5084 | |
| 5085 * lisp.h (struct Lisp_Buffer_Cons): Remove. | |
| 5086 | |
| 5087 * keyboard.c (timer_check): Fix typo in comment. | |
| 5088 | |
| 28675 | 5089 2000-04-21 Kenichi Handa <handa@etl.go.jp> |
| 5090 | |
| 5091 * fontset.c (Fset_fontset_font): Fix docstring. Local variable | |
| 5092 name change: ch -> character. | |
| 5093 | |
| 28674 | 5094 2000-04-20 Gerd Moellmann <gerd@gnu.org> |
| 5095 | |
| 5096 * keyboard.c (echo_message_buffer): New variable. | |
| 5097 (echo_now): Set echo_message_buffer to the echo area buffer used | |
| 5098 to display the echo. | |
| 5099 (cancel_echoing): Reset echo_message_buffer to nil. | |
| 5100 (read_char): Code rewritten that handles canceling an echo or | |
| 5101 echoing a dash, respectively. | |
| 5102 | |
| 5103 * fileio.c (Ffile_writable_p) [WINDOWSNT]: Return nil if parent | |
| 5104 directory doesn't exist. | |
| 5105 | |
| 28668 | 5106 2000-04-19 Dave Love <fx@gnu.org> |
| 5107 | |
| 5108 * fns.c (syms_of_fns): Defsubr mapc. | |
| 28756 | 5109 (concat): Don't allow numeric args. |
| 5110 (Fconcat): Doc change. | |
| 28668 | 5111 |
|
28665
e6b28c64d3a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28653
diff
changeset
|
5112 2000-04-19 Stefan Monnier <monnier@cs.yale.edu> |
|
e6b28c64d3a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28653
diff
changeset
|
5113 |
|
e6b28c64d3a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28653
diff
changeset
|
5114 * 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
|
5115 instead define end_match(1|2) more carefully. |
|
e6b28c64d3a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28653
diff
changeset
|
5116 Use GET_CHAR_BEFORE_2 for `begline'. |
|
e6b28c64d3a5
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28653
diff
changeset
|
5117 |
| 28648 | 5118 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
| 5119 | |
| 28653 | 5120 * frame.h (SELECTED_FRAME): Change definition to compile cleanly |
| 5121 on 64-bit systems where NULL is defined as `0'. | |
| 5122 | |
| 5123 * xdisp.c (with_echo_area_buffer): Add more `int' parameters for | |
| 5124 the `variable argument list' to make it work on Alpha. | |
| 5125 | |
| 28648 | 5126 * m/alpha.h (_LP64) [!_LP64]: Define. |
| 5127 (ORDINARY_LINK): Define for NetBSD. | |
| 5128 | |
| 5129 * m/macppc.h (ORDINARY_LINK): Define for NetBSD. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5130 |
| 28637 | 5131 2000-04-19 Dave Love <fx@gnu.org> |
| 5132 | |
| 28644 | 5133 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Revert 2000-04-14 |
| 5134 change. | |
| 5135 | |
| 5136 * Makefile.in (LIBS): Don't use. | |
| 5137 (GETLOADAVG_OBJ): Define again. | |
| 5138 (otherobj): Add GETLOADAVG_OBJ. | |
| 5139 | |
| 28637 | 5140 * buffer.c (Fmake_indirect_buffer): Escape newline in doc. |
| 5141 | |
| 28630 | 5142 2000-04-18 Gerd Moellmann <gerd@gnu.org> |
| 5143 | |
| 28634 | 5144 * lread.c (read_filtered_event): Cancel and start busy cursor. |
| 5145 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5146 * xterm.c (x_produce_glyphs) <ASCII chars>: Take into account |
| 28630 | 5147 that the per-character metrics may be null. |
| 5148 | |
| 28621 | 5149 2000-04-17 Gerd Moellmann <gerd@gnu.org> |
| 5150 | |
| 28626 | 5151 * buffer.c (clone_per_buffer_values): New function. |
| 5152 (Fmake_indirect_buffer): Add optional argument CLONE. Call | |
| 5153 clone_per_buffer_values if CLONE is not nil. | |
| 5154 | |
| 28621 | 5155 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix. |
| 5156 | |
| 28610 | 5157 2000-04-16 Dave Love <fx@gnu.org> |
| 5158 | |
| 5159 * Makefile.in: Remove obsolete localcpp stuff. | |
| 5160 (GETLOADAVG_OBJ): Don't define. | |
| 5161 (obj): Move LIBOBJS... | |
| 5162 (otherobj): ... to here. | |
| 5163 (MSDOS_OBJ): Convert to make variable -- preprocessing zapped | |
| 5164 whitespace-only lines after the continuation (Irix). | |
| 5165 | |
| 28598 | 5166 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
| 5167 | |
| 5168 * xfns.c (xpm_load) [DEBUG_X_COLORS]: Register colors. | |
| 5169 | |
| 5170 * s/freebsd.h (LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'. | |
| 5171 | |
| 28595 | 5172 2000-04-14 Dave Love <fx@gnu.org> |
| 5173 | |
| 5174 * s/aix3-1.h, s/bsd4-2.h, s/bsd4-3.h, s/cxux.h, s/dgux.h, s/gnu.h: | |
| 5175 * s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/rtu.h: | |
| 5176 * s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, s/usg5-2.h: | |
| 5177 * s/usg5-3.h, s/xenix.h, s/umax.h: Don't define autoconfiscated | |
| 5178 NLIST_STRUCT. | |
| 5179 | |
| 5180 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Don't define | |
| 5181 autoconfiscated HAVE_GETLOADAVG. | |
| 5182 | |
| 5183 * s/nextstep.h, s/sco4.h, s/sco5.h: Don't define autoconfiscated | |
| 5184 BROKEN_MKTIME. | |
| 5185 | |
| 28591 | 5186 2000-04-14 Gerd Moellmann <gerd@gnu.org> |
| 5187 | |
| 5188 * filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes. | |
| 5189 (fill_in_lock_file_name): Avoid existing files that aren't | |
| 5190 links. | |
| 5191 | |
| 28588 | 5192 2000-04-14 Dave Love <fx@gnu.org> |
| 5193 | |
| 28598 | 5194 * Makefile.in (LIBS, LIBOBJS): New variable. |
| 28588 | 5195 (INTERVAL_SRC): Convert to make variable. |
| 5196 (INTERVAL_OBJ, MKTIME_OBJ, FLOAT_SUPPORT, FACE_SUPPORT) | |
| 5197 (HAVE_X_WINDOWS, OBJECTS_SYSTEM): Remove. | |
| 5198 (obj): Substitute INTERVAL_OBJ, add MKTIME_OBJ, GETLOADAVG_OBJ and | |
| 5199 add LIBOBJS. | |
| 5200 (SOME_MACHINE_OBJECTS): Remove interval stuff. | |
| 5201 (lisp): Substitute FACE_SUPPORT, FLOAT_SUP. | |
| 5202 (shortlisp): Add facemenu, float-sup, frame. | |
| 5203 (SOME_MACHINE_LISP): Remove them from here. | |
| 5204 (LIBES): Change unused LDLIBS to autoconf LIBS. | |
| 5205 | |
| 5206 * config.in: Add BROKEN_MKTIME, NLIST_STRUCT, NLIST_NAME_UNION. | |
| 5207 | |
| 28579 | 5208 2000-04-14 Kenichi Handa <handa@etl.go.jp> |
| 5209 | |
| 28580 | 5210 * composite.c (update_compositions): If FROM and TO are not in a |
| 28579 | 5211 valid range, do nothing. |
| 5212 | |
| 28577 | 5213 2000-04-13 Gerd Moellmann <gerd@gnu.org> |
| 5214 | |
| 5215 * tparam.c (tparam1): Abort when encountering an unknown | |
| 5216 `%'-specifier. | |
| 5217 | |
| 5218 * s/freebsd.h (TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as | |
| 5219 terminfo.o. | |
| 5220 | |
| 5221 * Makefile.in (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define | |
| 5222 as TERMCAP_OBJ. | |
| 5223 | |
| 28562 | 5224 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
| 5225 | |
| 5226 * fileio.c (a_write): Remove redundant semi-colons. | |
| 5227 (e_write): Return -1 if failed to write all the data. | |
| 5228 This fixes the changes made at 1999-12-15. | |
| 5229 | |
|
28555
976bc44944da
(mapcar1): Test for null vals to support mapc.
Dave Love <fx@gnu.org>
parents:
28554
diff
changeset
|
5230 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
|
5231 |
|
976bc44944da
(mapcar1): Test for null vals to support mapc.
Dave Love <fx@gnu.org>
parents:
28554
diff
changeset
|
5232 * 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
|
5233 (Fmapc): New function. |
|
976bc44944da
(mapcar1): Test for null vals to support mapc.
Dave Love <fx@gnu.org>
parents:
28554
diff
changeset
|
5234 |
| 28554 | 5235 2000-04-12 Eli Zaretskii <eliz@is.elta.co.il> |
| 5236 | |
| 5237 * msdos.c (NUM_MOUSE_BUTTONS): Define. | |
| 5238 (IT_frame_up_to_date): Support the buffer local value of | |
| 5239 cursor-type, if defined. | |
| 5240 | |
| 28547 | 5241 2000-04-10 Dave Love <fx@gnu.org> |
| 5242 | |
| 5243 * editfns.c (preceding-char, following-char): Doc fix. | |
| 5244 | |
|
28546
74440e467c99
* Makefile.in (temacs): Revert 2000-03-12 change.
Ken Raeburn <raeburn@raeburn.org>
parents:
28543
diff
changeset
|
5245 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
|
5246 |
|
74440e467c99
* Makefile.in (temacs): Revert 2000-03-12 change.
Ken Raeburn <raeburn@raeburn.org>
parents:
28543
diff
changeset
|
5247 * 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
|
5248 |
| 28543 | 5249 2000-04-10 Jason Rumney <jasonr@gnu.org> |
| 5250 | |
| 5251 * xfaces.c (realize_face): Change FRAME_X_P to FRAME_WINDOW_P. | |
| 5252 | |
| 28538 | 5253 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
| 5254 | |
| 28542 | 5255 * xdisp.c (setup_echo_area_for_printing): Choose an echo |
| 5256 area buffer, if it's not set up yet. | |
| 5257 | |
| 28538 | 5258 * indent.c (compute_motion): Set immediate_quit. |
| 5259 | |
| 28523 | 5260 2000-04-09 Gerd Moellmann <gerd@gnu.org> |
| 5261 | |
| 28530 | 5262 * xfaces.c (tty_suppress_bold_inverse_default_colors_p): New |
| 5263 variable. | |
| 5264 (realize_tty_face): Suppress boldness if colors are the inverse of | |
| 5265 the default colors, and tty_suppress_bold_inverse_default_colors_p | |
| 5266 is set. | |
| 5267 (Ftty_suppress_bold_inverse_default_colors): New function. | |
| 5268 (syms_of_xfaces): Defsubr it. | |
| 5269 | |
| 28523 | 5270 * buffer.c (Frestore_buffer_modified_p): New function. |
| 5271 (syms_of_buffer): Defsubr it. | |
| 5272 | |
|
28514
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
5273 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
|
5274 |
|
28515
75bd73426842
* charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
Ken Raeburn <raeburn@raeburn.org>
parents:
28514
diff
changeset
|
5275 * 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
|
5276 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
|
5277 |
|
28514
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
5278 * 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
|
5279 * 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
|
5280 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
|
5281 |
|
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
5282 * 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
|
5283 value. |
|
8696fafd68ae
fixing more int/lisp confusion, in coding.* and fontset.c
Ken Raeburn <raeburn@raeburn.org>
parents:
28509
diff
changeset
|
5284 (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
|
5285 |
|
28507
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5286 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
|
5287 |
|
28509
022a7fd54bfe
* intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for a pointer
Ken Raeburn <raeburn@raeburn.org>
parents:
28508
diff
changeset
|
5288 * 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
|
5289 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
|
5290 (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
|
5291 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
|
5292 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
|
5293 (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
|
5294 |
|
28507
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5295 * 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
|
5296 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
|
5297 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
|
5298 * 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
|
5299 * 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
|
5300 * 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
|
5301 * 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
|
5302 Fminibuffer_completion_help): Likewise. |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5303 * 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
|
5304 |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5305 * 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
|
5306 * 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
|
5307 |
|
b6f06a755c7d
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Ken Raeburn <raeburn@raeburn.org>
parents:
28506
diff
changeset
|
5308 * 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
|
5309 |
|
28508
a68042252425
* lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Ken Raeburn <raeburn@raeburn.org>
parents:
28507
diff
changeset
|
5310 * 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
|
5311 __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
|
5312 lisp-object unions. |
|
a68042252425
* lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 && __OPTIMIZE__]:
Ken Raeburn <raeburn@raeburn.org>
parents:
28507
diff
changeset
|
5313 (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
|
5314 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
|
5315 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
|
5316 |
| 28499 | 5317 2000-04-04 Gerd Moellmann <gerd@gnu.org> |
| 5318 | |
| 28506 | 5319 * window.c (compare_window_configurations): Signal an error |
| 5320 if parameters C1 or C2 aren't window configurations. | |
| 5321 | |
| 28499 | 5322 * bytecode.c (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/ |
| 5323 AFTER_POTENTIAL_GC calls around calls to functions that can | |
| 5324 signal an error and thus invoke the debugger. | |
| 5325 | |
| 28483 | 5326 2000-04-03 Gerd Moellmann <gerd@gnu.org> |
| 5327 | |
| 28496 | 5328 * fns.c (Fbase64_decode_region, Fbase64_decode_string): Signal |
| 5329 an error if decoding fails. | |
| 5330 | |
| 28483 | 5331 * keyboard.c (lispy_mouse_names): Variable removed. |
| 5332 (Vlispy_mouse_stem): New variable. | |
| 5333 (syms_of_keyboard): Initialize Vlispy_mouse_stem. | |
| 5334 (make_lispy_event) <mouse_click, scroll_bar_click>: Don't abort | |
| 5335 for any mouse button number. Increase size of mouse_syms and | |
| 5336 button_down_location as needed. Call modify_event_symbol with | |
| 5337 different arguments. | |
| 5338 (make_lispy_event) <scroll_bar_click> [USE_TOOLKIT_SCROLL_BARS]: | |
| 5339 Call modify_event_symbol with different arguments. | |
| 5340 (make_lispy_event) <w32_scroll_bar_click> [WINDOWSNT]: Don't abort | |
| 5341 for any button number. Call modify_event_symbol with different | |
| 5342 arguments. | |
| 5343 (modify_event_symbol): Rename NAME_ALIST to NAME_ALIST_OR_STEM. | |
| 5344 Accept a string for NAME_ALIST_OR_STEM. | |
| 5345 | |
| 5346 * lisp.h (larger_vector): Add prototype. | |
| 5347 | |
| 5348 * fns.c (larger_vector): Make externally visible. | |
| 5349 | |
| 5350 * termhooks.h (NUM_MOUSE_BUTTONS): Removed. | |
| 5351 | |
|
28473
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5352 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
|
5353 |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5354 * 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
|
5355 (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
|
5356 (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
|
5357 we are between str1 and str2. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5358 (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
|
5359 (PATFETCH): Use `TRANSLATE'. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5360 (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
|
5361 (PATUNFETCH): Remove. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5362 (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
|
5363 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
|
5364 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
|
5365 (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
|
5366 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
|
5367 (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
|
5368 buffer. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5369 |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5370 * 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
|
5371 conditional on `emacs'. |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5372 |
|
975fe3d8922e
* regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28472
diff
changeset
|
5373 * 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
|
5374 |
|
28469
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
5375 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
|
5376 |
|
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
5377 * 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
|
5378 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
|
5379 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
|
5380 defined. |
|
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
5381 (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
|
5382 macro. |
|
f66f2b4d5eb7
* alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand non-union-type
Ken Raeburn <raeburn@raeburn.org>
parents:
28466
diff
changeset
|
5383 |
|
28472
bae9218986ac
* composite.c (run_composite_function): Use NILP when checking for nil.
Ken Raeburn <raeburn@raeburn.org>
parents:
28471
diff
changeset
|
5384 * 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
|
5385 nil. |
|
bae9218986ac
* composite.c (run_composite_function): Use NILP when checking for nil.
Ken Raeburn <raeburn@raeburn.org>
parents:
28471
diff
changeset
|
5386 (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
|
5387 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
|
5388 |
|
28471
f3d784d3eb5d
fix error in last log message
Ken Raeburn <raeburn@raeburn.org>
parents:
28470
diff
changeset
|
5389 * 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
|
5390 Lisp_Object boolean value. |
|
f3d784d3eb5d
fix error in last log message
Ken Raeburn <raeburn@raeburn.org>
parents:
28470
diff
changeset
|
5391 (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
|
5392 (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
|
5393 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
|
5394 XSETSTRING call. |
|
93996c44b23a
* editfns.c (text_property_stickiness, Fmessage_or_box): Use NILP to test
Ken Raeburn <raeburn@raeburn.org>
parents:
28469
diff
changeset
|
5395 |
| 28466 | 5396 2000-04-01 Gerd Moellmann <gerd@gnu.org> |
| 5397 | |
| 5398 * term.c (TN_no_color_video): New variable. | |
| 5399 (term_init): Intitialize TN_no_color_video. | |
| 5400 (enum no_color_bit): New enumeration. | |
| 5401 (MAY_USE_WITH_COLORS_P): New macro. | |
| 5402 (turn_on_face): Use it to determine if attributes may be used | |
| 5403 combined with colors. | |
| 5404 | |
|
28463
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
5405 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
|
5406 |
|
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
5407 * 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
|
5408 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
|
5409 lvalues. |
|
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
5410 (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
|
5411 proper accessor macros. |
|
4591d285fb65
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
Ken Raeburn <raeburn@raeburn.org>
parents:
28462
diff
changeset
|
5412 (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
|
5413 (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
|
5414 |
|
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
|
5415 * 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
|
5416 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
|
5417 (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
|
5418 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
|
5419 Fformat. |
| 28483 | 5420 (back_to_previous_visible_line_start) |
| 5421 (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
|
5422 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
|
5423 (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
|
5424 objects, or passing them as int arguments. |
| 28483 | 5425 (mark_window_display_accurate, insert_left_trunc_glyphs) |
| 5426 (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
|
5427 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
|
5428 (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
|
5429 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
|
5430 (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
|
5431 |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5432 * 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
|
5433 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
|
5434 (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
|
5435 (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
|
5436 |
|
cad4cc0508a0
Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:
Ken Raeburn <raeburn@raeburn.org>
parents:
28463
diff
changeset
|
5437 * 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
|
5438 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
|
5439 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
|
5440 |
| 28455 | 5441 2000-04-01 Gerd Moellmann <gerd@gnu.org> |
| 5442 | |
| 28462 | 5443 * xfaces.c (realize_basic_faces): Block input while realizing |
| 5444 the faces. | |
| 5445 | |
| 28455 | 5446 * keyboard.c (lispy_mouse_names): Add additional mouse names. |
| 5447 | |
| 5448 * termhooks.h (NUM_MOUSE_BUTTONS): Increase to 15. | |
| 5449 | |
| 28444 | 5450 2000-03-31 Gerd Moellmann <gerd@gnu.org> |
| 5451 | |
| 5452 * xterm.c (x_produce_glyphs): When displaying unibyte text | |
| 28462 | 5453 or ASCII, handle case that per-char metric is null. |
| 28444 | 5454 |
|
28417
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5455 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
|
5456 |
|
28430
f805ef5a2a03
* lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
Ken Raeburn <raeburn@raeburn.org>
parents:
28417
diff
changeset
|
5457 * 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
|
5458 |
|
28417
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5459 * 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
|
5460 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
|
5461 pointer, using eassert. |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5462 * frame.h (XFRAME): Likewise. |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5463 |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5464 * 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
|
5465 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
|
5466 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
|
5467 type. |
|
4b675266db04
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Ken Raeburn <raeburn@raeburn.org>
parents:
28415
diff
changeset
|
5468 * 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
|
5469 * 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
|
5470 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
|
5471 * 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
|
5472 * 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
|
5473 * 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
|
5474 * 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
|
5475 * 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
|
5476 * 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
|
5477 * 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
|
5478 |
| 28415 | 5479 2000-03-30 Gerd Moellmann <gerd@gnu.org> |
| 5480 | |
| 5481 * xfns.c (free_image_cache): Free the cache structure itself | |
| 5482 last, after all its members have been freed. | |
| 5483 | |
| 5484 * lisp.h (xstrdup): Add prototype. | |
| 5485 | |
| 5486 * alloc.c (xstrdup): Moved here from xfaces.c. | |
| 5487 (allocating_for_lisp): Variable removed. | |
| 5488 (lisp_malloc): Block input around the calls to malloc and | |
| 5489 mem_insert. | |
| 5490 | |
| 5491 * xfaces.c (realize_tty_face): Use find_symbol_value instead | |
| 5492 of Fsymbol_value. | |
| 5493 (xstrdup): Moved to alloc.c. | |
| 5494 | |
|
28406
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5495 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
|
5496 |
|
28407
f15029804aba
* scroll.c (CHECK_BOUNDS): Renamed from CHECK.
Ken Raeburn <raeburn@raeburn.org>
parents:
28406
diff
changeset
|
5497 * scroll.c (CHECK_BOUNDS): Renamed from CHECK. |
|
f15029804aba
* scroll.c (CHECK_BOUNDS): Renamed from CHECK.
Ken Raeburn <raeburn@raeburn.org>
parents:
28406
diff
changeset
|
5498 |
|
f15029804aba
* scroll.c (CHECK_BOUNDS): Renamed from CHECK.
Ken Raeburn <raeburn@raeburn.org>
parents:
28406
diff
changeset
|
5499 * 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
|
5500 |
|
28406
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5501 * 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
|
5502 |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5503 * 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
|
5504 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
|
5505 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
|
5506 (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
|
5507 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
|
5508 abort. |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5509 (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
|
5510 facility. |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5511 |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5512 * 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
|
5513 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
|
5514 (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
|
5515 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
|
5516 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
|
5517 |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5518 * 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
|
5519 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
|
5520 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
|
5521 (die): New function. |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5522 (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
|
5523 |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5524 * 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
|
5525 parent object. |
|
451721e784a8
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn <raeburn@raeburn.org>
parents:
28390
diff
changeset
|
5526 |
| 28390 | 5527 2000-03-29 Gerd Moellmann <gerd@gnu.org> |
| 5528 | |
| 5529 * lread.c (read1): Accept `.' (period) as symbol start like in CL | |
| 5530 and earlier Emacs versions. | |
| 5531 | |
| 5532 * keyboard.c (Ftop_level): Cancel busy-cursor. | |
| 5533 | |
| 5534 * eval.c (call_debugger): Cancel busy-cursor. | |
| 5535 | |
| 28385 | 5536 2000-03-29 Kenichi Handa <handa@etl.go.jp> |
| 5537 | |
| 5538 * search.c (Freplace_match): Adjust multibyteness of the current | |
| 28386 | 5539 buffer and NEWTEXT. Free allocated memory before signaling an |
| 5540 error. | |
| 28385 | 5541 |
|
28381
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
5542 2000-03-28 Stefan Monnier <monnier@cs.yale.edu> |
|
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
5543 |
|
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
5544 * 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
|
5545 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
|
5546 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
|
5547 string or not. |
|
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
5548 (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
|
5549 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
|
5550 for non-greedy repetition). |
|
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
5551 (re_compile_fastmap): Delegate the actual work to `analyse_first'. |
|
0a4fcbb850de
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28379
diff
changeset
|
5552 |
| 28375 | 5553 2000-03-28 Dave Love <fx@gnu.org> |
| 5554 | |
| 28379 | 5555 * s/gnu-linux.h (GC_SETJMP_WORKS): Define for i386, sparc, m68k, |
| 5556 alpha. | |
| 5557 | |
| 28375 | 5558 * alloc.c: Include stdio.h. Test STDC_HEADERS, not __STDC__. |
| 5559 | |
|
28373
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5560 2000-03-27 Stefan Monnier <monnier@cs.yale.edu> |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5561 |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5562 * 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
|
5563 an expression. |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5564 (enum re_opcode_t): Update description of succeed_n. |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5565 (PATFETCH): Always define. |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5566 (regex_compile): Use lookahead rather than PATUNFETCH (for repetition |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5567 operators, char classes, shy-groups and intervals). |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5568 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
|
5569 jump_n when really needed. |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5570 (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
|
5571 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
|
5572 Simplify on_failure_jump handling as well. |
|
4f656f055122
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28371
diff
changeset
|
5573 |
| 28371 | 5574 2000-03-28 Jason Rumney <jasonr@gnu.org> |
| 5575 | |
| 5576 * lread.c (Fload): Move safe_p definition to above #ifdef DOS_NT. | |
| 5577 | |
| 28348 | 5578 2000-03-27 Gerd Moellmann <gerd@gnu.org> |
| 5579 | |
| 28366 | 5580 * s/freebsd.h (GC_SETJMP_WORKS): Define. |
| 5581 | |
| 5582 * s/msdos.h (GC_SETJMP_WORKS): Define. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5583 |
| 28366 | 5584 * alloc.c (mark_maybe_object): New function. |
| 5585 (mark_memory): Use it. | |
| 5586 (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): New macros. | |
| 5587 (setjmp_tested_p, longjmp_done): New variables. | |
| 5588 (test_setjmp): New function. | |
| 5589 (mark_stack) [!GC_SETJMP_WORKS]: Call test_setjmp. | |
| 5590 (init_alloc): Initialize setjmp_tested_p and longjmp_done. | |
| 5591 | |
| 28363 | 5592 * xdisp.c (face_before_or_after_it_pos): Pass multibyteness |
| 5593 to DEC_TEXT_POS and INC_TEXT_POS. | |
| 5594 | |
| 5595 * dispnew.c (direct_output_for_insert): Use DEC_TEXT_POS | |
| 5596 with parameter MULTIBYTE_P. | |
| 5597 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5598 * dispextern.h (INC_TEXT_POS, DEC_TEXT_POS): Add parameter |
| 28363 | 5599 MULTIBYTE_P. |
| 5600 | |
| 28359 | 5601 * editfns.c (Fsubst_char_in_region): Don't use INC_POS in unibyte |
| 28366 | 5602 buffers because it looks for multibyte character byte sequences |
| 5603 which don't exist in unibyte text. | |
| 28359 | 5604 |
| 28357 | 5605 * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes. |
| 5606 | |
| 28368 | 5607 * xfaces.c (register_color, unregister_color, unregister_colors) |
| 28357 | 5608 [DEBUG_X_COLORS]: New functions. |
| 5609 (x_free_colors) [DEBUG_X_COLORS]: Unregister colors. | |
| 5610 | |
| 5611 * xfns.c (x_set_cursor_color): Get color reference counts right. | |
| 5612 | |
| 5613 * xterm.c (x_copy_color): New function. | |
| 5614 (x_alloc_nearest_color) [DEBUG_X_COLORS]: Call register_color. | |
| 5615 | |
| 5616 * buffer.h (MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS. | |
| 5617 (PER_BUFFER_VAR_OFFSET): Renamed from BUFFER_LOCAL_VAR_OFFSET. | |
| 5618 (PER_BUFFER_VAR_IDX): Renamed from BUFFER_LOCAL_VAR_IDX. | |
| 5619 (PER_BUFFER_VALUE_P): Renamed from BUFFER_HAS_LOCAL_VALUE_P. | |
| 5620 (SET_PER_BUFFER_VALUE_P): Renamed from SET_BUFFER_HAS_LOCAL_VALUE_P. | |
| 5621 (PER_BUFFER_IDX): Renamed from BUFFER_LOCAL_IDX. | |
| 5622 (PER_BUFFER_DEFAULT): Renamed from BUFFER_LOCAL_DEFAULT_VALUE. | |
| 5623 (PER_BUFFER_VALUE): Renamed from BUFFER_LOCAL_VALUE. | |
| 5624 (PER_BUFFER_SYMBOL): Renamed from BUFFER_LOCAL_SYMBOL. | |
| 5625 (PER_BUFFER_TYPE): Renamed from BUFFER_LOCAL_TYPE. | |
| 5626 | |
| 28368 | 5627 * category.c, data.c, syntax.c, print.c, lread.c: Use new macro |
| 5628 names for handling per-buffer variables. | |
| 28357 | 5629 |
| 5630 * buffer.c (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS | |
| 5631 instead of MAX_BUFFER_LOCAL_VARS. | |
| 5632 (last_per_buffer_idx): Renamed from max_buffer_local_idx. | |
| 5633 | |
| 5634 * xfaces.c (lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P. | |
| 5635 | |
| 28348 | 5636 * xfns.c (x_specified_cursor_type): New function. |
| 5637 (x_set_cursor_type): Use it. | |
| 5638 | |
| 5639 * buffer.h (struct buffer): Add cursor_type. | |
| 5640 | |
|
28346
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
5641 2000-03-26 Stefan Monnier <monnier@cs.yale.edu> |
|
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
5642 |
|
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
5643 * 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
|
5644 (print_partial_compiled_pattern, re_compile_fastmap): Handle new |
| 28348 | 5645 opcode. |
|
28346
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
5646 (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
|
5647 (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
|
5648 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
|
5649 loops in non-greedy repetition operators. |
|
9ef17fa48577
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28335
diff
changeset
|
5650 |
| 28320 | 5651 2000-03-26 Gerd Moellmann <gerd@gnu.org> |
| 5652 | |
| 28335 | 5653 * doc.c (Qfunction_documentation): New variable. |
| 5654 (syms_of_doc): Initialize Qfunction_documentation. | |
| 5655 (Fdocumentation): If FUNCTION is a symbol with non-nil | |
| 5656 `function-documentation' property, return a documentation derived | |
| 5657 from that. | |
| 5658 | |
| 28333 | 5659 * buffer.c (syms_of_buffer): Add default-cursor-type. |
| 5660 (init_buffer_once): Don't let cursor_type have a local value | |
| 5661 in every buffer. | |
| 5662 | |
| 28323 | 5663 * xterm.c (x_display_and_set_cursor): Choose cursor depending |
| 5664 on buffer-local value of cursor_type. | |
| 5665 (x_draw_bar_cursor): Add parameter WIDTH. | |
| 5666 | |
| 5667 * buffer.c (reset_buffer): Initialize buffer's cursor_type. | |
| 5668 (init_buffer_once): Set default cursor_type value to t. | |
| 5669 Mark cursor_type as local everywhere. | |
| 5670 (syms_of_buffer): New per-buffer variable cursor-type. | |
| 5671 | |
| 28320 | 5672 * buffer.h (struct buffer): Remove member local_var_flags, |
| 5673 add local_flags. | |
| 5674 (MAX_BUFFER_LOCAL_VARS): New macro. | |
| 5675 (BUFFER_LOCAL_VAR_OFFSET, BUFFER_LOCAL_VAR_IDX) | |
| 5676 (BUFFER_HAS_LOCAL_VALUE_P, SET_BUFFER_HAS_LOCAL_VALUE_P) | |
| 5677 (BUFFER_LOCAL_IDX, BUFFER_LOCAL_DEFAULT_VALUE, BUFFER_LOCAL_VALUE) | |
| 5678 (BUFFER_LOCAL_SYMBOL, BUFFER_LOCAL_TYPE): New macros. | |
| 5679 | |
| 5680 * print.c (print_object): Use new macros for per-buffer | |
| 5681 variables. | |
| 5682 | |
| 5683 * category.c (Fset_category_table): Use new macros for per-buffer | |
| 5684 variables. | |
| 5685 | |
| 5686 * buffer.c (buffer_permanent_local_flags): Make a char array. | |
| 5687 (max_buffer_local_idx): New variable. | |
| 5688 (reset_buffer_local_variables, Fbuffer_local_variables): Rewritten | |
| 5689 for new handling of per-buffer variables. | |
| 5690 (buffer_slot_type_mismatch): Use new macros for per-buffer vars. | |
| 5691 (init_buffer_once): Initialize per-buffer vars differently. | |
| 5692 Set max_buffer_local_idx. | |
| 5693 | |
| 5694 * syntax.c (Fset_syntax_table): Use new macros for per-buffer | |
| 5695 variables. | |
| 5696 | |
| 5697 * lread.c (defvar_per_buffer): Use new macros for per-buffer | |
| 5698 variables. | |
| 5699 | |
| 5700 * data.c (do_symval_forwarding, store_symval_forwarding) | |
| 5701 (find_symbol_value, set_internal, default_value, Fset_default) | |
| 5702 (Fkill_local_variable, Flocal_variable_p): Use new macros for | |
| 5703 per-buffer variables. | |
| 5704 | |
| 5705 * Makefile.in (bootstrap-emacs): Use `mv -f' instead of `mv'. | |
| 5706 | |
| 28303 | 5707 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
| 5708 | |
| 28308 | 5709 * xterm.c (x_term_init): Unblock input around call1 of |
| 5710 Qvendor_specific_keysyms. | |
| 5711 | |
| 28303 | 5712 * syntax.c (open_paren_in_column_0_is_defun_start): New variable. |
| 5713 (find_defun_start): Consider an open parenthesis in column 0 | |
| 5714 a defun start only if open_paren_in_column_0_is_defun_start is set. | |
| 5715 (syms_of_syntax): New variable open-paren-in-column-0-is-defun-start. | |
| 5716 | |
|
28298
4ec88f0050a1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28294
diff
changeset
|
5717 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> |
|
4ec88f0050a1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28294
diff
changeset
|
5718 |
|
4ec88f0050a1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28294
diff
changeset
|
5719 * 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
|
5720 * lread.c (load-history): Update docstring. |
|
4ec88f0050a1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28294
diff
changeset
|
5721 |
| 28294 | 5722 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
| 5723 | |
| 5724 * indent.c (Fvertical_motion): Always use the current buffer. | |
| 5725 Temporarily change the window's buffer, if necessary. | |
| 5726 | |
| 28283 | 5727 2000-03-23 Gerd Moellmann <gerd@gnu.org> |
| 5728 | |
| 5729 * xterm.c (fast_find_position): Make sure not to consider rows | |
| 5730 not visible in the window. | |
| 5731 | |
|
28280
6f0261bc95b8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5732 2000-03-22 Stefan Monnier <monnier@cs.yale.edu> |
|
6f0261bc95b8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5733 |
|
6f0261bc95b8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5734 * regex.c (enum syntaxcode): Provide default for non-Emacs. |
|
6f0261bc95b8
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28276
diff
changeset
|
5735 (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
|
5736 |
| 28276 | 5737 2000-03-22 Jason Rumney <jasonr@gnu.org> |
| 5738 | |
| 5739 * w32menu.c (single_submenu): Set help string to NULL if none. | |
| 5740 (w32_menu_show): Set help string correctly. | |
| 5741 (add-menu-item): Set help string in MIIM_DATA for menu item. | |
| 5742 Load SetMenuItemInfoA explicitly. | |
| 5743 (w32_menu_display_help): New function. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
5744 |
| 28276 | 5745 * w32fns.c (w32_wnd_proc): Handle WM_MENUSELECT message. |
| 5746 (QCdata): Moved to xdisp.c. | |
| 5747 | |
| 5748 * w32term.c (w32_read_socket): Handle WM_MENUSELECT message. | |
| 5749 (Vw32_charset_to_codepage_alist): Removed. | |
| 5750 (Vw32_charset_info_alist): New variable. | |
| 5751 (Qw32_charset_[ansi, default, symbol, shiftjis, hangul, gb2312, | |
| 5752 chinesebig5, oem, easteurope, turkish, baltic, russian, arabic, | |
| 5753 greek, hebrew, thai, johab, mac, unicode]): New symbols. | |
| 5754 (x_produce_glyphs): Remove out of date #ifdef 0'd section. Replace | |
| 5755 with TODO comment. | |
| 5756 (w32_codepage_for_font): Use Vw32_charset_info_alist. | |
| 5757 (syms_of_w32term): Remove Vw32_charset_to_codepage_alist. | |
| 5758 Define Vw32_charset_info_alist and w32_charset symbols. | |
| 5759 | |
| 5760 2000-03-22 Jason Rumney <jasonr@gnu.org> | |
| 5761 | |
| 5762 * makefile.nt (w32bdf.obj): Update dependencies. | |
| 5763 | |
| 5764 * w32bdf.c: Include frame.h and dispextern.h before fontset.h. | |
| 5765 | |
| 5766 * w32fns.c: Include fontset.h after dispextern.h. | |
| 5767 (Fx_create_frame): Do not create fontset. | |
| 5768 (w32_load_system_font): Doc fix. | |
| 5769 (Fx_close_connection): Free full_name if it is not shared. | |
| 5770 | |
| 5771 * w32term.c: Include fontset.h after dispextern.h. | |
| 5772 (x_get_glyph_face_and_encoding): New parameter two_byte_p. Callers | |
| 5773 updated. | |
| 5774 (w32_per_char_metric): If PCM is invalid, delete and return NULL. | |
| 5775 (x_get_char_and_face_encoding): Use FACE_FOR_CHAR to get face_id. | |
| 5776 (w32_font_is_double_byte): New function, needs body. | |
| 5777 (x_append_glyph): Set glyph->glyph_not_available_p. | |
| 5778 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set | |
| 5779 it->charset. If it->multibyte_p is zero and it->c is a multibyte | |
| 5780 character, convert it to a unibyte character. | |
| 5781 (struct glyph_string): Delete member `charset'. | |
| 5782 (W32_TEXTOUT): Temporarily remove charset_dim until another way of | |
| 5783 calculating it is found. | |
| 5784 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle | |
| 5785 the case that per char metric is not available correctly. | |
| 5786 (x_fill_glyph_string): Handle the case that the specific glyph is | |
| 5787 not available correctly. | |
| 5788 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset. | |
| 5789 (BUILD_COMPOSITE_GLYPH_STRING): Likewise. | |
| 5790 (x_new_font): Call FS_LOAD_FONT, not fs_load_font. | |
| 5791 (x_new_fontset): Call fontset_ascii to get ASCII font name of the | |
| 5792 fontset. Don't call FS_LOAD_FONT. | |
| 5793 | |
|
28269
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5794 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
|
5795 |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5796 * 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
|
5797 (INT_LISPLIKE): New macro. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5798 (NULL_INTERVAL_P): Use it. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5799 (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
|
5800 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
|
5801 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
|
5802 |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5803 * 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
|
5804 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
|
5805 associated unclean type conversions. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5806 * 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
|
5807 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
|
5808 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
|
5809 next_interval, previous_interval, update_interval, |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5810 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
|
5811 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
|
5812 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
|
5813 copy_intervals_to_string): Likewise. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5814 * 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
|
5815 Likewise. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5816 * syntax.c (update_syntax_table): Likewise. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5817 |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5818 * 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
|
5819 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
|
5820 with prototype. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5821 (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
|
5822 (reproduce_tree): Declare with prototype. |
|
fd13be8ae190
Changes towards better type safety regarding intervals, primarily
Ken Raeburn <raeburn@raeburn.org>
parents:
28267
diff
changeset
|
5823 (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
|
5824 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
|
5825 |
| 28267 | 5826 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
| 5827 | |
| 5828 * xfaces.c (lface_same_font_attributes_p): Compare font attributes | |
| 5829 as strings only if both are known to be strings. | |
| 5830 | |
| 5831 * s/openbsd.h (LIBS_TERMCAP): Undef. | |
| 5832 | |
|
28262
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5833 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5834 |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5835 * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5836 definitions for non-Emacs compilation. |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5837 (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
|
5838 outside of `#ifdef emacs'. |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5839 (print_partial_compiled_pattern): Update. |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5840 (regex_compile): Use (not)syntaxspec(Sword) instead of (not)wordchar. |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5841 (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
|
5842 emacs and non-emacs compilation as well). |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5843 Similarly for (not)categoryspec and (not)syntaxspec. |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5844 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
|
5845 complexity is not justified. |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5846 (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
|
5847 and (not)syntaxspec. Merge (not)categoryspec. |
|
5fafac497e27
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28255
diff
changeset
|
5848 |
| 28253 | 5849 2000-03-22 Kenichi Handa <handa@etl.go.jp> |
| 5850 | |
| 28255 | 5851 * dispextern.h [!HAVE_WINDOW_SYSTEM] (FACE_SUITABLE_FOR_CHAR_P, |
| 5852 FACE_FOR_CHAR): Define them differently for the configuration of | |
| 5853 --without-x. | |
| 28253 | 5854 |
| 28242 | 5855 2000-03-21 Dave Love <fx@gnu.org> |
| 5856 | |
| 5857 * fontset.c (Fset_fontset_font, Ffontset_font): Fix newlines in | |
| 5858 doc string. | |
| 5859 | |
| 28238 | 5860 2000-03-21 Gerd Moellmann <gerd@gnu.org> |
| 5861 | |
| 5862 * xfaces.c (check_lface_attrs) [GLYPH_DEBUG]: Fix syntax error. | |
| 5863 (lface_fully_specified_p): Don't check contents of | |
| 5864 LFACE_FONT_INDEX because that attribute is optional. | |
| 5865 (realize_x_face): Remove now unwarranted xassert. | |
| 5866 | |
| 28218 | 5867 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
| 5868 | |
| 28219 | 5869 The following changes are to make font selection based on |
| 5870 characters, not charset. In addition, they recover fontset | |
| 5871 facilities while utilizing the new font selection mechanism. | |
| 28218 | 5872 |
| 28233 | 5873 * Makefile.in (fontset.o): Depend on dispextern.h. |
| 5874 | |
| 5875 * alloc.c (mark_face_cache): Don't mark face->registry. | |
| 5876 | |
| 28218 | 5877 * dispextern.h (struct glyph): New member glyph_not_available_p. |
| 5878 Use 22 bits for face_id. | |
| 5879 (enum lface_attribute_index): Add LFACE_FONT_INDEX. | |
| 5880 (struct face): Delete member registry, new member ascii_face. | |
| 5881 (FACE_SUITABLE_FOR_CHAR_P): Renamed from | |
| 5882 FACE_SUITABLE_FOR_CHARSET_P. Caller changed. | |
| 5883 (FACE_FOR_CHAR): Renamed from FACE_FOR_CHARSET. Caller changed. | |
| 5884 (struct it): Delete member charset, new member | |
| 5885 glyph_not_available_p. | |
| 5886 | |
| 5887 * fontset.h (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed. | |
| 5888 (struct fontset_info, struct fontset_data): Structs removed. | |
| 5889 (allloc_fontset_data, free_fontset_data, fs_regiser_fontset, | |
| 5890 Vglobale_fontset_alist, font_idx_temp): Externs removed. | |
| 5891 (fs_load_font, fs_query_fontset): Adjusted for new argument. | |
| 5892 (fs_free_face_fontset, fontset_font_pattern, | |
| 5893 face_suitable_for_char_p, face_for_char, | |
| 5894 make_fontset_for_ascii_face): Extern them. | |
| 5895 (FS_LOAD_FONT): Adjusted for the change of fontset implementation. | |
| 5896 (FS_LOAD_FACE_FONT): New macro. | |
| 5897 | |
| 5898 * fontset.c: All codes rewritten or adjusted for the change of | |
| 5899 fontset implementation. Now fontset is represented by char table. | |
| 5900 (Vglobal_fontset_alist, font_idx_temp, my_strcasetbl): Variables | |
| 5901 removed. | |
| 5902 (my_strcasecmp): Function removed. | |
| 5903 (Vfontset_table, next_fontset_id, Vdefault_fontset): New | |
| 5904 variables. | |
| 5905 (AREF, ASIZE): New macros. | |
| 5906 (FONTSET_FROM_ID, FONTSET_ID, FONTSET_NAME, FONTSET_FRAME, | |
| 5907 FONTSET_ASCII, FONTSET_BASE, BASE_FONTSET_P, FONTSET_REF, | |
| 5908 FONTSET_REF_VIA_BASE, FONTSET_SET): New macros. | |
| 5909 (fontset_ref, fontset_ref_via_base, fontset_set, make_fontset, | |
| 5910 fontset_id_valid_p, font_family_registry, fontset_name, | |
| 5911 fontset_ascii, free_face_fontset, face_suitable_for_char_p, | |
| 5912 face_for_char, make_fontset_for_ascii_face, fontset_font_pattern): | |
| 5913 New functions. | |
| 5914 (fs_load_font): New arg FACE. Caller changed. | |
| 5915 (fs_query_fontset): Argument changed. Caller changed. | |
| 5916 (Fquery_fontset): call fs_query_fontset. | |
| 5917 (fs_register_fontset, alloc_fontset_data, free_fontset_data): | |
| 5918 Functions removed. | |
| 5919 (clear_fontset_elements, check_registry_encoding, | |
| 5920 check_fontset_name): New functions. | |
| 5921 (syms_of_fontset): Set char-table-extra-slots property of fontset | |
| 5922 to 3. Staticpro and initialize Vfontset_table and | |
| 5923 Vdefault_fontset. Defsubr fontset_font and fontset_list. | |
| 5924 | |
| 5925 * frame.h (struct frame): Member `fontset_data' removed. | |
| 5926 (FRAME_FONTSET_DATA): Macro removed. | |
| 5927 | |
| 5928 * frame.c (make_frame): Don't allocate f->fontset_data. | |
| 5929 (Fdelete_frame): Don't free f->fontset_data. | |
| 5930 | |
| 28233 | 5931 * msdos.c (XMenuActivate): Args to lookup_derived_face changed. |
| 5932 | |
| 28218 | 5933 * xdisp.c (charset_at_position): Function removed. |
| 5934 (init_iterator): Don't set member charset of struct `it'. | |
| 5935 (handle_face_prop, reseat_to_string, set_iterator_to_next, | |
| 5936 next_element_from_display_vector, insert_left_trunc_glyphs): | |
| 5937 Likewise. | |
| 5938 (face_before_or_after_it_pos): Call FACE_FOR_CHAR, not | |
| 5939 FACE_FOR_CHARSET. | |
| 5940 (get_next_display_element, append_space, | |
| 5941 extend_face_to_end_of_line): Likewise. | |
| 5942 | |
| 5943 * xfaces.c (Qx_charset_registry, Vface_default_registry): | |
| 5944 Variables removed. | |
| 5945 (clear_font_table, frame_update_line_height, load_face_font): | |
| 5946 Adjusted for the change of fontset implementation. | |
| 5947 (load_face_fontset_font): Function removed. | |
| 5948 (pixel_point_size): New function. | |
| 5949 (font_list): Argument type changed. Caller changed. | |
| 5950 (LFACE_FONT): New macro. | |
| 5951 (check_lface_attrs): Check attr[LFACE_FONT_INDEX]. | |
| 5952 (set_lface_from_font_name): Type of arg FONTNAME is changed to | |
| 5953 Lisp_Object. Determine the font name by actually loading a font | |
| 5954 by the specified pattern. Set LFACE_FONT (lface) to the specified | |
| 5955 pattern. Even if a font is not found, don't try alternatives. | |
| 5956 (Finternal_set_lisp_face_attribute): Handle `font' slot in lface. | |
| 5957 (set_font_frame_param): If `font' is specified in lface, use it. | |
| 5958 (Finternal_get_lisp_face_attribute): Handle `font' slot in lface. | |
| 5959 (lface_same_font_attributes_p): Likewise. | |
| 5960 (make_realized_face): Arguent changed. Caller changed. Set | |
| 5961 face->ascii_face to face itself. | |
| 5962 (free_realized_face): Free face->fontset if face is for ASCII. | |
| 5963 (face_suitable_for_iso8859_1_p, face_suitable_for_charset_p, | |
| 5964 deduce_unibyte_registry, x_charset_registry): Functions removed. | |
| 5965 (free_realized_multibyte_face): New function. | |
| 5966 (lookup_face, lookup_named_face, lookup_derived_face): Argument | |
| 5967 changed. Caller changed. | |
| 5968 (try_font_list): Argument type changed. | |
| 5969 (face_fontset): Check `font' slot of ATTRS, not `family' slot. | |
| 5970 (choose_face_font): Argument changed. Handle fontset properly. | |
| 5971 (choose_face_fontset_font): Function removed. | |
| 5972 (realize_default_face, realize_named_face): Don't remove the | |
| 5973 former face here. | |
| 5974 (realize_face): Argument changed. Caller changed. Remove face | |
| 5975 with the arg former_face_id in advance. Load font for the new | |
| 5976 face. | |
| 5977 (realize_x_face): Argument changed. Caller changed. For a | |
| 5978 multibyte character, share fontset with base_face. For a single | |
| 5979 byte character, make a new realized fontset. Don't load a font | |
| 5980 here. | |
| 5981 (realize_tty_face): Argument changed. Caller changed. | |
| 5982 (compute_char_face): Call FACE_FOR_CHAR, not FACE_FOR_CHARSET. | |
| 5983 (face_at_buffer_position): Don't check multibyte_p for returning | |
| 5984 DEFAULT_FACE_ID. | |
| 5985 (face_at_string_position): Call FACE_SUITABLE_FOR_CHAR_P, not | |
| 5986 FACE_SUITABLE_FOR_CHARSET_P. | |
| 5987 (syms_of_xfaces): Remove code for Qx_charset_registry and | |
| 5988 Vface_default_registry. | |
| 5989 | |
| 28233 | 5990 * xterm.c: Include fontset.h after dispextern.h. Undo the changes |
| 5991 related to PER_CHAR_METRIC done by Gerd on 2000-03-03. | |
| 28218 | 5992 (x_per_char_metric): Don't try FONT->default_char. Even if |
| 5993 pcm->width is zero, glyph bits may exist. | |
| 5994 (x_encode_char): Always initialize char2b->byte1. | |
| 5995 (x_get_char_face_and_encoding): Call FACE_FOR_CHAR to get face_id. | |
| 5996 (x_get_glyph_face_and_encoding): New arg two_byte_p. Caller | |
| 5997 changed. | |
| 5998 (x_append_glyph): Set glyph->glyph_not_available_p. | |
| 5999 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set | |
| 6000 it->charset. Handle the case that per char metric is not | |
| 6001 available. If it->multibyte_p is zero and it->c is a multibyte | |
| 6002 character, convert it to a unibyte character. | |
| 6003 (struct glyph_string): Delete member `charset'. | |
| 6004 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle | |
| 6005 the case that per char metric is not available correctly. | |
| 6006 (x_fill_glyph_string): Handle the case that the specific glyph is | |
| 6007 not available correctly. | |
| 6008 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset. | |
| 6009 (BUILD_COMPOSITE_GLYPH_STRING): Likewise. | |
| 6010 (x_new_font): Call FS_LOAD_FONT, not fs_load_font. | |
| 6011 (x_new_fontset): Call fontset_ascii to get ASCII font name of the | |
| 6012 fontset. Don't call FS_LOAD_FONT. | |
| 6013 | |
| 6014 * xfns.c (Fx_create_frame): Don't cal fs_register_fontset. | |
| 6015 (x_create_tip_frame): Likewise. | |
| 6016 (Fx_close_connection): Free full_name of font_info. | |
| 6017 | |
| 6018 * fns.c (optimize_sub_char_table): New function. | |
| 6019 (Foptimize_char_table): New function. | |
| 6020 (syms_of_fns): Defsubr Soptimize_char_table. | |
| 6021 | |
| 28209 | 6022 2000-03-20 Gerd Moellmann <gerd@gnu.org> |
| 6023 | |
| 6024 * buffer.c (Fset_buffer_modified_p): Set update_mode_lines | |
| 6025 only if buffer is displayed in some window. | |
| 6026 | |
| 6027 * xdisp.c (handle_single_display_prop): Initialize local `value'. | |
| 6028 (try_window_reusing_current_matrix): Don't call scroll run | |
| 6029 function if run's current and desired position are the same; | |
| 6030 this prevents cursor flickering. | |
| 6031 | |
|
28204
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6032 2000-03-19 Stefan Monnier <monnier@cs.yale.edu> |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6033 |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6034 * 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
|
6035 |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6036 * regex.c (RE_STRING_CHAR): New macro. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6037 (GET_CHAR_AFER_2): Remove. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6038 (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
|
6039 (enum re_opcode_t): Remove on_failure_jump_exclusive. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6040 (print_partial_compiled_pattern, re_compile_fastmap) |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6041 (re_match_2_internal): Remove on_failure_jump_exclusive. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6042 (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
|
6043 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
|
6044 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
|
6045 optimization. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6046 (re_search_2): Don't bother with `room'. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6047 (skip_one_char): New function. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6048 (skip_noops): Simplify since `memory' is not needed any more. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6049 (mutually_exclusive_p): Restructure slightly to use `switch' and |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6050 add handling for "all" remaining cases. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6051 (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
|
6052 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
|
6053 rather than on_failure_jump_exclusive. |
|
a71f5d1c6615
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28201
diff
changeset
|
6054 |
| 28201 | 6055 2000-03-19 Gerd Moellmann <gerd@gnu.org> |
| 6056 | |
| 6057 * xfns.c (select_visual): Don't set dpyinfo->n_planes to the | |
| 6058 number of bits per RGB because it's everywhere used as the depth | |
| 6059 of the visual. | |
| 6060 | |
| 6061 * term.c (calculate_costs): Remove code dealing with X frames. | |
| 6062 | |
|
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30329
diff
changeset
|
6063 2000-03-19 Richard M. Stallman <rms@gnu.org> |
|
28197
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
6064 |
|
aaa6448240eb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
28194
diff
changeset
|
6065 * 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
|
6066 |
| 28194 | 6067 2000-03-18 Gerd Moellmann <gerd@gnu.org> |
| 6068 | |
| 6069 * lread.c (read_integer): Unread the last char not consumed. | |
| 6070 | |
| 28184 | 6071 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
| 6072 | |
| 6073 * xterm.c (x_update_window_cursor): Don't update in frames | |
| 28194 | 6074 which are in the process of being deleted. |
| 28184 | 6075 |
| 28166 | 6076 2000-03-16 Gerd Moellmann <gerd@gnu.org> |
| 6077 | |
| 28176 | 6078 * Makefile.in (mostlyclean): Add `*.core'. |
| 6079 (clean): Add `bootstrap-emacs'. | |
| 6080 | |
| 28166 | 6081 * lread.c (read_integer): New function. |
| 6082 (read1): Support read syntax #o, #x, #b, #r. | |
| 6083 | |
|
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6084 2000-03-15 Stefan Monnier <monnier@cs.yale.edu> |
|
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6085 |
| 28166 | 6086 * regex.c (re_match_2): Fix string shortening (to fit `stop') to |
| 6087 make sure POINTER_TO_OFFSET gives the same value before and after | |
| 6088 PREFETCH. Use `dfail' to guarantee "atomic" matching. | |
|
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6089 (PTR_TO_OFFSET): Use POINTER_TO_OFFSET. |
|
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6090 (debug): Now only active if > 0 rather than if != 0. |
|
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6091 (DEBUG_*): Update for the new meaning of `debug'. |
| 28166 | 6092 (print_partial_compiled_pattern): Add missing `succeed' case. Use |
| 6093 CHARSET_* macros in the charset(_not) branch. Fix off-by-two bugs | |
| 6094 in `succeed_n', `jump_n' and `set_number_at'. | |
|
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6095 (store_op1, store_op2, insert_op1, insert_op2) |
|
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6096 (at_begline_loc_p, at_endline_loc_p): Add prototype. |
| 28166 | 6097 (group_in_compile_stack): Move to after its arg's types are |
| 6098 declared and add a prototype. | |
|
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6099 (PATFETCH): Define in terms of PATFETCH_RAW. |
| 28166 | 6100 (GET_UNSIGNED_NUMBER): Add the usual `do { ... } while(0)' |
| 6101 wrapper. | |
|
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6102 (QUIT): Redefine as a nop except for NTemacs. |
| 28166 | 6103 (regex_compile): Handle intervals {,M} as if it was {0,M}. Fix |
| 6104 indentation of the greedy-op and shy-group code. | |
|
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6105 (at_(beg|end)line_loc_p): Fix argument's types. |
|
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6106 (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
|
6107 (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
|
6108 (MATCHING_IN_FIRST_STRING): Remove. |
| 28166 | 6109 (re_match_2): Use POS_AS_IN_BUFFER. Ifdef out failure_stack_ptr |
| 6110 to shut up gcc. Use FIRST_STRING_P and POINTER_TO_OFFSET. Use | |
| 6111 QUIT unconditionally. | |
|
28164
62db832482e1
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28159
diff
changeset
|
6112 |
| 28159 | 6113 2000-03-15 Gerd Moellmann <gerd@gnu.org> |
| 6114 | |
| 6115 * minibuf.c (Fminibuffer_complete): Set point to ZV if finding | |
| 6116 a sole completion. | |
| 6117 | |
| 6118 * process.c (send_process): Add a hint that the function | |
| 6119 can call Lisp code to its comment. | |
| 6120 | |
| 6121 * lread.c (load_dangerous_libraries): New variable. | |
| 6122 (Vbytecomp_version_regexp): New variable. | |
| 6123 (safe_to_load_p): New function. | |
| 6124 (Fload): Handle files not compiled with Emacs specially. | |
| 6125 (syms_of_lread): New Lisp variable load-dangerous-libraries. | |
| 6126 | |
| 28139 | 6127 2000-03-14 Gerd Moellmann <gerd@gnu.org> |
| 6128 | |
| 28147 | 6129 * lisp.h (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon. |
| 6130 | |
| 6131 * xterm.c (xim_close_dpy, xim_initialize): Use X11R6-style XIM | |
| 6132 support functions only if HAVE_X11R6_XIM is defined. | |
| 6133 (xim_instantiate_callback): Define only if HAVE_X11R6_XIM. | |
| 6134 | |
| 6135 * s/sol2.h (INHIBIT_X11R6_XIM): Define. | |
| 6136 | |
| 6137 * xfns.c (X_I18N_INHIBITED): Don't define. | |
| 6138 (create_frame_xic): Remove conditional compilation on | |
| 6139 X_I18N_INHIBITED. | |
| 6140 (x_kill_gs_process, x_window): Use FRAME_X_VISUAL. | |
| 6141 | |
| 6142 * config.in (HAVE_X_I18N): Moved here from xterm.h. | |
| 6143 (HAVE_X11R6_XIM): Define. | |
| 6144 | |
| 6145 * xterm.h (HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in. | |
| 6146 | |
| 28139 | 6147 * xterm.c (x_term_init): Add support for X resource `synchronous'. |
| 6148 If set, call XSynchronize. | |
| 6149 | |
|
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
|
6150 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
|
6151 |
| 28139 | 6152 * regex.c: Declare a new type `re_char' used throughout the code |
| 6153 for the string char type. It's `const unsigned char' to match the | |
| 6154 rest of Emacs. Consistently make sure all pointers to strings use | |
| 6155 it and make sure all pointers into the pattern use `unsigned | |
| 6156 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
|
6157 (re_match_2_internal): Use `PREFETCH+STRING_CHAR' instead of |
| 28139 | 6158 GET_CHAR_AFTER_2. Also merge wordbound and notwordbound to reduce |
| 6159 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
|
6160 |
|
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
|
6161 * 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
|
6162 (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
|
6163 |
|
28133
afb4e92f898d
* Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before
Ken Raeburn <raeburn@raeburn.org>
parents:
28122
diff
changeset
|
6164 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
|
6165 |
|
afb4e92f898d
* Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary variable before
Ken Raeburn <raeburn@raeburn.org>
parents:
28122
diff
changeset
|
6166 * 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
|
6167 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
|
6168 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
|
6169 |
| 28122 | 6170 2000-03-12 Dave Love <fx@gnu.org> |
| 6171 | |
| 6172 * unexelf.c: Restore changes of 1999-10-19. | |
| 6173 (unexec): Don't adjust bss for sbss type SHT_PROGBITS; otherwise | |
| 6174 fix its type and alignment; copy it from current process. | |
| 6175 | |
| 28098 | 6176 2000-03-12 Gerd Moellmann <gerd@gnu.org> |
| 6177 | |
| 28120 | 6178 * atimer.c (cancel_atimer): Break out of the loop as soon as timer |
| 6179 has been found. Fix bug not computing timer's predecessor. | |
| 6180 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6181 * fileio.c (Fread_file_name): Handle case that DIR contains a |
| 28118 | 6182 file name. |
| 6183 | |
| 28109 | 6184 * window.c (Fsave_window_excursion): Doc fix. |
| 6185 | |
| 28098 | 6186 * xfns.c (x_defined_color): Rewritten to use |
| 6187 x_allocate_nearest_color. | |
| 6188 | |
| 28095 | 6189 2000-03-12 Eli Zaretskii <eliz@is.elta.co.il> |
| 6190 | |
| 6191 * msdos.c (vga_installed): New function, code moved from | |
| 6192 dos_set_window_size. | |
| 6193 (Qbar, Qcursor_type, outside_cursor): New variables. | |
| 6194 (syms_of_msdos): Intern and staticpro them. | |
| 6195 (dos_ttraw) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Save the cursor | |
| 6196 shape used outside Emacs when called for the first time. | |
| 6197 (dos_ttcooked) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Restore the | |
| 6198 cursor shape used outside Emacs. | |
| 6199 (msdos_set_cursor_shape, IT_set_cursor_type): New functions. | |
| 6200 (IT_frame_up_to_date): Call IT_set_cursor_type, in case the cursor | |
| 6201 type has changed. | |
| 6202 (IT_set_frame_parameters): Call IT_set_cursor_type if the frame | |
| 6203 parameters specify the cursor. Make qreverse a global | |
| 6204 variable (renamed to Qreverse). | |
| 6205 | |
| 28073 | 6206 2000-03-09 Gerd Moellmann <gerd@gnu.org> |
| 6207 | |
| 6208 * fns.c (Fy_or_n_p): Cancel busy-cursor. | |
| 6209 | |
|
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6210 2000-03-08 Stefan Monnier <monnier@cs.yale.edu> |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6211 |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6212 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
|
6213 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
|
6214 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
|
6215 shy and the code is a little simpler. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6216 |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6217 * regex.h: Update the copyright. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6218 (RE_SHY_GROUPS): New value. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6219 (RE_UNMATCHED_RIGHT_PAREN_ORD): Renumber. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6220 (RE_SYNTAX_EMACS): Add RE_SHY_GROUPS. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6221 |
| 28073 | 6222 * regex.c (enum re_opcode_t): Remove jump_past_alt, |
| 6223 maybe_pop_jump, push_dummy_failure and dumy_failure_jump. Add | |
| 6224 on_failure_jump_(exclusive, loop and smart). Also fix the comment | |
| 6225 for (start|stop)_memory since they now only take one argument (the | |
| 6226 second has becomes unnecessary). | |
| 6227 (print_partial_compiled_pattern): Adjust for changes in | |
| 6228 re_opcode_t. | |
| 6229 (print_compiled_pattern): Use %ld to printf long ints and flush to | |
| 6230 make debugging a little easier. | |
|
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6231 (union fail_stack_elt): Make the integer unsigned. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6232 (struct fail_stack_type): Add a `frame' element. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6233 (INIT_FAIL_STACK): Init `frame' as well. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6234 (POP_PATTERN_OP): New macro for re_compile_fastmap. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6235 (DEBUG_PUSH, DEBUG_POP): Remove. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6236 (NUM_REG_ITEMS): Remove. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6237 (NUM_NONREG_ITEMS): Adjust. |
| 28073 | 6238 (FAILURE_PAT, FAILURE_STR, NEXT_FAILURE_HANDLE) |
| 6239 (TOP_FAILURE_HANDLE): New macros for the cycle detection. | |
|
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6240 (ENSURE_FAIL_STACK): New macro for PUSH_FAILURE_(REG|POINT). |
| 28073 | 6241 (PUSH_FAILURE_REG, POP_FAILURE_REG, CHECK_INFINITE_LOOP): New |
| 6242 macros. | |
| 6243 (PUSH_FAILURE_POINT): Don't push registers any more. The pattern | |
| 6244 address pushed is not the destination of the jump but the source | |
| 6245 of it instead. | |
|
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6246 (NUM_FAILURE_ITEMS): Remove. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6247 (POP_FAILURE_POINT): Adapt to the new stack structure (i.e. pop |
| 28073 | 6248 registers before the actual failure point). Don't hardcode any |
| 6249 meaning for str==NULL anymore. | |
|
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6250 (union register_info_type, REG_MATCH_NULL_STRING_P, IS_ACTIVE) |
| 28073 | 6251 (MATCHED_SOMETHING, EVER_MATCHED_SOMETHING, SET_REGS_MATCHED): |
| 6252 Remove. | |
|
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6253 (REG_UNSET_VALUE): Use NULL (why not?). |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6254 (compile_range): Remove declaration since it doesn't exist. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6255 (struct compile_stack_elt_t): Remove inner_group_offset. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6256 (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
|
6257 (regex_grow_registers): Remove dead code. |
|
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6258 (FIXUP_ALT_JUMP): New macro. |
| 28073 | 6259 (regex_compile): Add shy-groups Change loops to use |
| 6260 on_failure_jump_smart&jump instead of | |
| 6261 on_failure_jump&maybe_pop_jump. Change + loops to eliminate the | |
| 6262 initial (dummy_failure_)jump. Remove c1_base (looks like unused | |
| 6263 variable to me). Use `jump' instead of `jump_past_alt' and don't | |
| 6264 bother with push_dummy_failure in alternatives since it is now | |
| 6265 unnecessary. Use FIXUP_ALT_JUMP. Eliminate a useless `#ifdef | |
| 6266 emacs' for (re)allocating the stack. | |
| 6267 (re_compile_fastmap): Remove dead variables i and num_regs. Exit | |
| 6268 from loop when bufp->can_be_null rather than jumping to `done'. | |
| 6269 Avoid jumping backwards so as to ensure termination. Use | |
| 6270 PATTERN_STACK_EMPTY and POP_PATTERN_OP. Improved handling of | |
| 6271 backreferences. Remove dead code in handling of `anychar'. | |
|
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6272 (skip_noops, mutually_exclusive_p): New functions taken from the |
| 28073 | 6273 handling of `maybe_pop_jump' in re_match_2_internal. Slightly |
| 6274 improve mutually_exclusive_p to handle ".+\n". | |
| 6275 (lowest_active_reg, highest_active_reg, | |
| 6276 NO_(LOWEST|HIGHEST)_ACTIVE_REG) Remove. | |
| 6277 (re_match_2_internal): Use %p instead of 0x%x when printf'ing | |
| 6278 ptrs. Don't SET_REGS_MATCHED anymore. Remove many dead | |
| 6279 variables. Push register (in `start_memory') on the stack rather | |
| 6280 than storing it in old_reg(start|end). Remove the cycle detection | |
| 6281 from `stop_memory', replaced by the use of on_failure_jump_loop | |
| 6282 for greedy loops. Add code for the new on_failure_jump_<foo>. | |
| 6283 Remove ad-hoc code in `on_failure_jump' to push more registers in | |
| 6284 the case of a loop. Take out code from `maybe_pop_jump' into | |
| 6285 separate functions and adapt it to the semantics of | |
| 6286 `on_failure_jump_smart'. Remove jump_past_alt, dummy_failure_jump | |
| 6287 and push_dummy_failure. Remove dummy_failure handling and | |
| 6288 handling of `failures to jump to on_failure_jump' (this last one | |
| 6289 was already dead code, it seems). | |
| 6290 (group_match_null_string_p, alt_match_null_string_p) | |
| 6291 (common_op_match_null_string_p): Remove. | |
|
28063
f1b33463506d
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28060
diff
changeset
|
6292 |
| 28059 | 6293 2000-03-08 Dave Love <fx@gnu.org> |
| 6294 | |
| 28060 | 6295 * config.in: Don't depend on __STDC__ for volatile. |
| 6296 Add POINTER_TYPE, PTR, PROTOTYPES. | |
| 6297 | |
| 28059 | 6298 * hftctl.c, strftime.c: Use PROTOTYPES. |
| 6299 * eval.c (find_handler_clause): Likewise. | |
| 6300 | |
| 6301 * mem-limits.h: Use POINTER_TYPE. | |
| 6302 | |
| 6303 * lisp.h (P_): Define based on PROTOTYPES, not __STDC__. | |
| 6304 (memory_warnings): Declare using POINTER_TYPE. | |
| 6305 | |
| 28046 | 6306 2000-03-08 Gerd Moellmann <gerd@gnu.org> |
| 6307 | |
| 28051 | 6308 * xfns.c (x_set_cursor_type): If ARG is nil, give frame no cursor. |
| 6309 | |
| 28048 | 6310 * xdisp.c (display_echo_area): Temporarily inhibit garbage |
| 6311 collection. | |
| 6312 | |
| 28046 | 6313 * xfns.c: Remove obsolete code in #if 0. |
| 6314 (Fx_focus_frame): New function. | |
| 6315 | |
| 28137 | 6316 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
| 6317 | |
| 6318 * coding.c (coding_category_name): Add coding-category-utf-8, | |
| 6319 coding-category-utf-16-be, coding-category-utf-16-le. | |
| 6320 (UTF_8_1_OCTET_P, UTF_8_EXTRA_OCTET_P, UTF_8_2_OCTET_LEADING_P, | |
| 6321 UTF_8_3_OCTET_LEADING_P, UTF_8_4_OCTET_LEADING_P, | |
| 6322 UTF_8_5_OCTET_LEADING_P, UTF_8_6_OCTET_LEADING_P): New macros. | |
| 6323 (detect_coding_utf_8): New function. | |
| 6324 (UTF_16_INVALID_P, UTF_16_HIGH_SURROGATE_P | |
| 6325 UTF_16_LOW_SURROGATE_P): New macros. | |
| 6326 (detect_coding_utf_16): New function | |
| 6327 (detect_coding_mask): When priorities are specified, skip any | |
| 6328 categories that have `nil' coding-system. Fix bug of returning | |
| 6329 wrong mask when PRIORITIES is specified and detect_coding_XXX() | |
| 6330 returns a mask not set in PRIORITIES. | |
| 6331 (detect_eol_type_in_2_octet_form): New function. | |
| 6332 (detect_eol): selects detect_eol_type_XXX to call according to | |
| 6333 cooding->category_idx. | |
| 6334 (detect_coding_system): Remove `nil' coding-system in the result. | |
| 6335 (Fupdate_coding_systems_internal): Update all coding-categories. | |
| 6336 | |
| 6337 * coding.h (CODING_CATEGORY_IDX_UTF_8, | |
| 6338 CODING_CATEGORY_IDX_UTF_16_BE, CODING_CATEGORY_IDX_UTF_16_LE): New | |
| 6339 macros. | |
| 6340 (CODING_CATEGORY_IDX_RAW_TEXT, CODING_CATEGORY_IDX_BINARY, | |
| 6341 CODING_CATEGORY_IDX_MAX): Adjusted for the above macros. | |
| 6342 CODING_CATEGORY_IDX_UTF_16_LE. | |
| 6343 (CODING_CATEGORY_MASK_UTF_8, CODING_CATEGORY_MASK_UTF_16_BE, | |
| 6344 CODING_CATEGORY_MASK_UTF_16_LE): New macros. | |
| 6345 (CODING_CATEGORY_MASK_ANY): Include the above macros. | |
| 6346 (CODING_CATEGORY_MASK_UTF_16_BE_LE): New macro. | |
| 6347 | |
| 28026 | 6348 2000-03-07 Gerd Moellmann <gerd@gnu.org> |
| 6349 | |
| 28037 | 6350 * doc.c (Fdocumentation_property): If value is not a string, |
| 6351 and doesn't refer to etc/DOC, evaluate it to obtain a string. | |
| 6352 | |
| 28035 | 6353 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to |
| 6354 close the display with XtCloseDisplay. This caused a bus error | |
| 6355 on OpenWindows. | |
| 6356 | |
| 28027 | 6357 * minibuf.c (Fminibuffer_complete): Move point to ZV when input is |
| 6358 complete but not unique. | |
| 28026 | 6359 |
| 28011 | 6360 2000-03-06 Gerd Moellmann <gerd@gnu.org> |
| 6361 | |
| 28014 | 6362 * process.c (send_process): Remove local variable `procname' that |
| 6363 might become invalid when a GC happens. Instead, access the | |
| 6364 process name slot directly. | |
| 6365 | |
| 28011 | 6366 * xfns.c (x_set_menu_bar_lines_1): Adjust window's orig_top and |
| 6367 orig_height if set. | |
| 6368 | |
| 6369 * frame.c (set_menu_bar_lines_1): Adjust window's orig_top and | |
| 6370 orig_height if set. | |
| 6371 | |
| 28009 | 6372 2000-03-06 Eli Zaretskii <eliz@is.elta.co.il> |
| 6373 | |
| 6374 * msdos.c (IT_note_mouse_highlight): Return immediately if frame's | |
| 6375 glyph matrices have been freed. | |
| 6376 | |
| 27995 | 6377 2000-03-05 Gerd Moellmann <gerd@gnu.org> |
| 6378 | |
| 28005 | 6379 * Makefile.in (tags): Include ../lwlib/TAGS in TAGS. |
| 28007 | 6380 (bootstrap-temacs): Set LC_ALL to C like for temacs. |
| 28005 | 6381 |
| 6382 * xfns.c (QCdata): Moved to xdisp.c. | |
| 6383 | |
| 6384 * xdisp.c (QCdata): Moved here from xfns.c. | |
| 6385 (syms_of_xdisp): Initialize QCdata. | |
| 6386 | |
| 6387 * frame.h (FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define. | |
| 6388 | |
| 6389 * window.c (coordinates_in_window): Use | |
| 6390 FRAME_INTERNAL_BORDER_WIDTH_SAFE instead of | |
| 6391 FRAME_INTERNAL_BORDER_WIDTH. | |
| 6392 | |
| 27995 | 6393 * xdisp.c (try_window_id): Recompute unchanged information if |
| 28011 | 6394 it is obviously invalid. |
| 27995 | 6395 |
| 6396 * xterm.c (x_term_init): Create a colormap if not using the | |
| 6397 default visual. | |
| 6398 | |
| 6399 * xterm.h (select_visual): Change prototype. | |
| 6400 | |
| 6401 * xfns.c (select_visual): Rewritten. Recognize user-specified | |
| 6402 visual classes. | |
| 6403 (visual_classes): New variable. | |
| 6404 | |
| 27989 | 6405 2000-03-04 Gerd Moellmann <gerd@gnu.org> |
| 6406 | |
| 6407 * xfns.c (x_defined_color, x_set_mouse_color, lookup_rgb_color) | |
| 6408 (lookup_pixel_color, x_laplace, x_build_heuristic_mask) | |
| 6409 (png_load): Access colormap of frame using FRAME_X_COLORMAP. | |
| 6410 (x_decode_color): Don't handle allocation of white and black | |
| 6411 specially. | |
| 6412 (x_window) [USE_X_TOOLKIT]: Set XtNvisual, XtNdepth, and | |
| 6413 XtNcolormap resources. | |
| 6414 (x_window) [!USE_X_TOOLKIT]: Pass colormap to XCreateWindow. | |
| 6415 (Fx_create_frame): Initialize color members of x_output structure. | |
| 6416 (xpm_load): Pass colormap to XPM lib. | |
| 6417 | |
| 6418 * xfaces.c (x_free_colors): Access colormap of frame using | |
| 6419 FRAME_X_COLORMAP. Be paranoid about freeing black and white | |
| 6420 when default colormap is used. | |
| 6421 | |
| 6422 * xterm.c (x_term_init): Set Colormap member of x_display_info | |
| 6423 structure. Copy colormap if resource `privateColormap' is | |
| 6424 specified (PseudoColor only). | |
| 6425 (x_setup_relief_color): Access colormap of frame using | |
| 6426 FRAME_X_COLORMAP. | |
| 6427 | |
| 6428 * xterm.h (struct x_display_info): Add Colormap member `cmap'. | |
| 6429 (FRAME_X_COLORMAP, FRAME_X_VISUAL): New macros. | |
| 6430 | |
| 27983 | 6431 2000-03-04 Jason Rumney <jasonr@gnu.org> |
| 6432 | |
| 6433 * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or | |
| 6434 other non-platform-specific equivalents. | |
| 27989 | 6435 [WINDOWSNT]: Include w32term.h, fontset.h and define X |
| 27983 | 6436 specific functions and macros as their w32 equivalents where |
| 6437 non-platform-specifics are not available. | |
| 6438 [HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM. | |
| 6439 (x_create_gc, x_free_gc) [WINDOWSNT]: Add W32 versions. | |
| 6440 (clear_font_table) [WINDOWSNT]: Call w32_unload_font. | |
| 6441 (frame_update_line_height): Use macros to access f->output_data. | |
| 6442 (defined_color): Remove FIXME comments; fixed. | |
| 6443 (x_face_list_fonts, prepare_face_for_display): Put X specifics | |
| 6444 into #ifdef blocks. Add WINDOWSNT blocks. | |
| 6445 (Fx_list_fonts): Use macros for accessing font data. | |
| 6446 (set_lface_from_font_name): Different default fonts for X and | |
| 6447 WINDOWSNT. | |
| 6448 (font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as | |
| 6449 scalable for backward compatibility. | |
| 27989 | 6450 (realize_tty_face) [MSDOS]: Do the same for WINDOWSNT. |
| 27983 | 6451 (syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default. |
| 6452 | |
| 27989 | 6453 * emacs.c (main) [HAVE_NTGUI]: Call syms_of_xfaces instead of |
| 27983 | 6454 syms_of_w32faces. |
| 6455 | |
| 6456 * makefile.nt (w32faces.obj): Remove. | |
| 6457 (xfaces.obj): Add. | |
| 6458 | |
| 27978 | 6459 2000-03-03 Jason Rumney <jasonr@gnu.org> |
| 6460 | |
| 6461 * keyboard.c (make_lispy_event): Call buffer_posn_from_coords with | |
| 6462 correct parameters. | |
| 6463 | |
|
27977
026eb782382e
* unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
Ken Raeburn <raeburn@raeburn.org>
parents:
27976
diff
changeset
|
6464 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
|
6465 |
|
026eb782382e
* unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
Ken Raeburn <raeburn@raeburn.org>
parents:
27976
diff
changeset
|
6466 * 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
|
6467 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
|
6468 |
| 27976 | 6469 2000-03-03 Gerd Moellmann <gerd@gnu.org> |
| 6470 | |
| 6471 * xterm.c (PER_CHAR_METRIC): Removed. | |
| 6472 (x_per_char_metric_1, x_default_char): New functions. | |
| 6473 (x_per_char_metric): If font's default char is invalid, return | |
| 6474 metrics of a suitably chosen usable default char. | |
| 6475 (x_draw_glyph_string_foreground): If font has an invalid default | |
| 27989 | 6476 char, replace occurrences of unprintable chars with a suitably |
| 6477 chosen usable default char. | |
| 27976 | 6478 |
| 27965 | 6479 2000-03-02 Gerd Moellmann <gerd@gnu.org> |
| 6480 | |
| 27969 | 6481 * xterm.c (note_mouse_highlight): Return quickly if frame's |
| 6482 glyph matrices have been freed. | |
| 6483 | |
| 6484 * dispnew.c (free_glyphs): Block input while freeing matrices. | |
| 6485 | |
| 27965 | 6486 * xfns.c (x_clear_image, x_kill_gs_process): Use x_free_colors. |
| 6487 | |
| 6488 * xterm.c (x_alloc_lighter_color, x_setup_relief_color): Use | |
| 6489 x_free_colors. | |
| 6490 | |
| 6491 * dispextern.h (x_free_colors): Add prototype. | |
| 6492 | |
| 6493 * xfaces.c (x_free_colors): New function. | |
| 6494 (unload_color, free_face_colors): Use it. | |
| 6495 | |
| 27958 | 6496 2000-03-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 6497 | |
| 6498 * msdos.h (FRAME_INTERNAL_BORDER_WIDTH): Define to zero. | |
| 6499 | |
| 6500 * window.c [MSDOS]: Include msdos.h. | |
| 6501 | |
| 27954 | 6502 2000-03-02 Dave Love <fx@gnu.org> |
| 6503 | |
| 6504 * m/powerpcle.h, m/sparc.h: Don't set C_OPTIMIZE_SWITCH. | |
| 6505 | |
| 6506 * m/mips-siemens.h, m/news-r6.h, m/news-risc.h, m/tekxd88.h: Don't | |
| 6507 set C_OPTIMIZE_SWITCH for gcc. | |
| 6508 | |
| 27942 | 6509 2000-03-02 Kenichi Handa <handa@etl.go.jp> |
| 6510 | |
| 6511 * coding.c (coding_save_composition): Be sure to allocate | |
| 6512 composition data area in coding even if there's no composition in | |
| 6513 the current run. | |
| 6514 | |
| 27938 | 6515 2000-03-01 Jason Rumney <jasonr@gnu.org> |
| 6516 | |
| 6517 * w32term.c: Equivalent changes to those made to xterm.c on | |
| 6518 2000-02-25 and 2000-02-24. | |
| 6519 | |
| 6520 * w32fns.c: Equivalent changes to those made to xfns.c on | |
| 6521 2000-02-25 and 2000-02-21. | |
| 6522 | |
| 6523 * sysdep.c: [WINDOWSNT]: Use sys_read and sys_write to ensure | |
| 6524 correct line-end convention is followed. | |
| 6525 | |
| 6526 * w32menu.c [HAVE_BOXES]: Remove #undef. | |
| 6527 (single_keymap_panes): Remove code for simulating checkmarks. | |
| 6528 (single_menu_item): Remove notbuttons_ptr argument. Callers changed. | |
| 6529 Remove code for drawing simulated checkmarks. | |
| 6530 (w32_menu_show): make unibyte help string correctly. | |
| 6531 (add_menu_item): draw standard Windows checkmarks. Draw radio | |
| 6532 buttons as radio buttons if possible. | |
| 6533 | |
| 27919 | 6534 2000-03-01 Gerd Moellmann <gerd@gnu.org> |
| 6535 | |
| 27927 | 6536 * sysdep.c (start_of_text): Don't define this function for NetBSD |
| 6537 with ELF. | |
| 6538 | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6539 * m/pmax.h (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]: |
| 27927 | 6540 Don't define. |
| 6541 (UNEXEC) [__NetBSD__ || __OpenBSD__]: Define to unexelf.o. | |
| 6542 (LINKER): Don't undef if __NetBSD__ is defined. | |
| 6543 | |
| 6544 * m/mips.h (LINKER) [__NetBSD__ || __OpenBSD__]: Don't define. | |
| 6545 | |
| 6546 * fileio.c [__NetBSD__]: Define `unix'. | |
| 6547 | |
| 27919 | 6548 * xfns.c (start_busy_cursor): Allow floats for busy-cursor-delay. |
| 6549 | |
| 27910 | 6550 2000-02-29 Gerd Moellmann <gerd@gnu.org> |
| 6551 | |
| 27914 | 6552 * atimer.c (start_atimer): Don't abort when timers are stopped. |
| 6553 (append_atimer_lists): New function. | |
| 6554 (cancel_atimer, stop_other_atimers, run_all_atimers): Handle | |
| 6555 arbitrary lists of stopped and running atimers. | |
| 6556 | |
| 27910 | 6557 * atimer.c (cancel_atimer): Handle canceling an atimer when |
| 6558 some timers are stopped. | |
| 6559 | |
| 6560 * xfns.c (cancel_busy_cursor): Set busy_cursor_atimer to null | |
| 6561 after canceling it. | |
| 6562 | |
| 6563 * fns.c (maybe_resize_hash_table): Handle case of new size | |
| 6564 coming out as being the same as old size. | |
| 6565 | |
| 27898 | 6566 2000-02-27 Jason Rumney <jasonr@gnu.org> |
| 6567 | |
| 6568 * makefile.nt: Add atimer.h to dependencies. | |
| 6569 * w32.c (init_environment): Set Vw32_num_mouse_buttons here. | |
| 6570 * w32console.c: Only disable window system features for dispextern.h | |
| 6571 (initialize_w32_display): Build a display info for the console. | |
| 6572 * w32faces.c (tty_defined_color): Apply xfaces.c change from 02-17. | |
| 6573 * w32fns.c (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN, | |
| 6574 WM_LBUTTON_UP, WM_RBUTTON_UP]: Do not treat 4 or more button mice | |
| 6575 as 2 button mice. | |
| 6576 * w32gui.h (struct W32FontStruct): Revert last change after change | |
| 6577 to xdisp.c. | |
| 6578 * w32menu.c (single_submenu): Set up help string. | |
| 6579 [!HAVE_MULTILINGUAL_MENU]: Don't overwrite item_name with descrip. | |
| 6580 (w32_dialog_show): Set up help string. | |
| 6581 * w32term.c (w32_display_info_for_display): Remove unused function. | |
| 6582 (w32_draw_bitmap): Use pre-built bitmaps. | |
| 6583 (w32_initialize_display_info): New function to initialize parts of | |
| 6584 display info that are common to both GUI and console frames. | |
| 6585 (w32_term_init): Use w32_initialize_display_info. Do not set | |
| 6586 Vw32_num_mouse_buttons here, as it is not called for console | |
| 6587 frames. Build bitmaps for indicating truncated lines etc. | |
| 6588 (x_delete_display): Destroy pre-built bitmaps. | |
| 6589 * xdisp.c (handle_single_display_prop): Use FONT_HEIGHT macro. | |
| 6590 (echo_area_display): Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM. | |
| 6591 | |
| 27886 | 6592 2000-02-27 Dave Love <fx@gnu.org> |
| 6593 | |
| 6594 * lisp.h: Add a bunch of prototypes. | |
| 6595 | |
| 27878 | 6596 2000-02-26 Kenichi Handa <handa@etl.go.jp> |
| 6597 | |
| 27879 | 6598 * keyboard.c (read_char): Set `usec' correctly. |
| 27878 | 6599 |
| 27876 | 6600 2000-02-25 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp> |
| 6601 | |
| 6602 * ccl.c (ccl_driver) [CCL_MapMultiple]: When the mapped value is | |
| 6603 `lambda', set reg[RRR] to the map index. | |
| 6604 (ccl_driver) [CCL_MapSingle]: When the mapped value is found, set | |
| 6605 reg[RRR] to 0. Otherwise, set it to -1. | |
| 6606 | |
| 27875 | 6607 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
| 6608 | |
| 27927 | 6609 * emacs.c (main): Remove code snippet commented out with `//'. |
| 27875 | 6610 |
|
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30329
diff
changeset
|
6611 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
|
6612 |
| 27873 | 6613 * fileio.c (Ffile_symlink_p): If result starts with a `/' |
| 6614 and contains a `:', prepend `/:'. | |
| 6615 | |
| 6616 * window.c (select_window_1): If selected_window is nil, | |
| 6617 don't "swap out" the buffer's point. | |
| 6618 (Fset_window_configuration): Set selected_window to nil | |
| 6619 before calling Fselect_window. | |
| 6620 (unshow_buffer): Don't set point in buffer from window's point | |
| 6621 if another more recently selected window also shows the buffer. | |
| 6622 | |
| 27849 | 6623 2000-02-25 Gerd Moellmann <gerd@gnu.org> |
| 6624 | |
| 27868 | 6625 * keyboard.c (recursive_edit_1): Cancel busy-cursor. |
| 6626 | |
| 27866 | 6627 * xfns.c (inhibit_busy_cursor, busy_count): Removed. |
| 6628 (Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed. | |
| 6629 (busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay): New | |
| 6630 variables. | |
| 6631 (DEFAULT_BUSY_CURSOR_DELAY): New define. | |
| 6632 (start_busy_cursor, cancel_busy_cursor, show_busy_cursor) | |
| 6633 (hide_busy_cursor): New functions. | |
| 6634 (syms_of_xfns): DEFVAR_LISP Vbusy_cursor_delay. | |
| 6635 | |
| 6636 * minibuf.c (read_minibuf): Cancel busy-cursor. | |
| 6637 | |
| 6638 * keyboard.c (command_loop_1): Call start_busy_cursor before | |
| 6639 Fcommand_execute and cancel_busy_cursor after it. | |
| 6640 (timer_check): Remove busy-cursor code. | |
| 6641 (Fread_key_sequence, Fread_key_sequence_vector): Start/cancel busy | |
| 6642 cursor timer. | |
| 6643 | |
| 6644 * process.c (wait_reading_process_input): Remove busy-cursor code. | |
| 6645 | |
| 6646 * eval.c (Fsignal): Call cancel_busy_cursor instead of | |
| 6647 Fx_hide_busy_cursor. | |
| 6648 | |
| 6649 * dispextern.h (Fx_show_busy_cursor, Fx_hide_busy_cursor): | |
| 6650 Remove prototyoes. | |
| 6651 (start_busy_cursor, cancel_busy_cursor): Add prototypes. | |
| 6652 | |
| 6653 * lisp.h (Fx_hide_busy_cursor): Remove prototype. | |
| 6654 | |
| 6655 * xterm.c (XTread_socket): Remove busy-cursor code. | |
| 6656 | |
| 27856 | 6657 * dispnew.c (flush_stdout) [GLYPH_DEBUG]: New function. |
| 6658 (build_frame_matrix_from_leaf_window): Put code handling | |
| 6659 glyph row's not being a slice of a frame row in #if 0. | |
| 6660 (sync_window_with_frame_matrix_rows): New function. | |
| 6661 (frame_row_to_window): New function. | |
| 6662 (mirror_line_dance): Handle copies between windows. | |
| 6663 | |
| 27853 | 6664 * lread.c (Fload): Use `xfree' instead of `free'. |
| 6665 (init_obarray): Use `xmalloc' instead of `malloc'. | |
| 6666 | |
| 27849 | 6667 * window.c (Fset_window_buffer): Set WINDOW to the window |
| 6668 after decoding. | |
| 27851 | 6669 (coordinates_in_window): Take frame's internal border width |
| 6670 into account. | |
| 27849 | 6671 |
| 27847 | 6672 2000-02-24 Gerd Moellmann <gerd@gnu.org> |
| 6673 | |
| 6674 * xterm.c (x_display_and_set_cursor): Display cursor of | |
| 6675 non-selected windows depending on the setting of | |
| 6676 cursor_in_non_selected_windows. | |
| 6677 | |
| 6678 * xdisp.c (cursor_in_non_selected_windows): New variable. | |
| 6679 (syms_of_xdisp): DEFVAR_BOOL it. | |
| 6680 | |
| 27820 | 6681 2000-02-23 Gerd Moellmann <gerd@gnu.org> |
| 6682 | |
| 27827 | 6683 * data.c (Fstring_to_number): If number is greater than what |
| 6684 fits into an integer, return a float. | |
| 6685 | |
| 27820 | 6686 * eval.c (specbind): Remove references to |
| 6687 keyword_symbols_constant_flag. | |
| 6688 | |
| 6689 * data.c (keyword_symbols_constant_flag): Removed. | |
| 6690 (Fmakunbound, set_internal, syms_of_data): Remove references to | |
| 6691 keyword_symbols_constant_flag. | |
| 6692 | |
| 6693 * bytecode.c (Fbyte_code): Remove keyword_symbols_constant_flag. | |
| 6694 | |
| 27813 | 6695 2000-02-23 Kenichi Handa <handa@etl.go.jp> |
| 6696 | |
| 6697 * syntax.c (multibyte_syntax_as_symbol): New variable. | |
| 6698 (syms_of_syntax): Declare it as a Lisp variable. | |
| 6699 (SYNTAX_WITH_MULTIBYTE_CHECK): New macro. | |
| 6700 (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are | |
| 6701 nonzero, treat all multibyte characters as symbol. | |
| 27847 | 6702 (init_syntax_once): Give syntax `word' to all multibyte |
| 27813 | 6703 characters. |
| 6704 | |
| 27801 | 6705 2000-02-22 Eli Zaretskii <eliz@is.elta.co.il> |
| 6706 | |
| 27853 | 6707 * 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
|
6708 a deleted frame. |
| 27801 | 6709 |
| 27799 | 6710 2000-02-21 Gerd Moellmann <gerd@gnu.org> |
| 6711 | |
| 6712 * frame.c (Fmouse_position): GCPRO retval instead of x and y. | |
| 6713 | |
| 6714 * xfns.c (x_window_to_frame, x_any_window_to_frame) | |
| 6715 (x_non_menubar_window_to_frame): Check the busy-cursor window. | |
| 6716 | |
| 27796 | 6717 2000-02-21 Dave Love <fx@gnu.org> |
| 6718 | |
| 6719 * frame.c (Vmouse_position_function): New variable. | |
| 6720 (Fmouse_position): Use it. | |
| 6721 (syms_of_frame): Install it. | |
| 6722 | |
| 6723 * charset.c (find_charset_in_str): Fix use of `c' instead of `c1'. | |
| 6724 | |
| 27790 | 6725 2000-02-20 Gerd Moellmann <gerd@gnu.org> |
| 6726 | |
| 6727 * fileio.c (Finsert_file_contents): Unbind the binding of | |
| 6728 standard-output done by temp_output_buffer_setup. | |
| 27785 | 6729 |
| 6730 * eval.c (funcall_lambda): Don't bind Qmocklisp_arguments unless | |
| 6731 Vmocklisp_arguments is nil. Inline Fcar and Fcdr. | |
| 6732 (specbind, unbind_to): Handle most common case of non-constant | |
| 6733 symbol with trivial value specially. | |
| 6734 | |
| 6735 * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case. | |
| 6736 | |
|
30337
5861c80aa795
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
30329
diff
changeset
|
6737 2000-02-20 Richard M. Stallman <rms@gnu.org> |
|
27780
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
6738 |
|
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
6739 * data.c (Fmake_variable_buffer_local): Doc fix. |
|
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
6740 Init found_for_buffer to 0. |
|
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
6741 (Fmake_variable_frame_local): If the variable has already |
|
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
6742 been buffer-local, set the check_frame field. |
|
72cae205b4f4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27776
diff
changeset
|
6743 |
| 27776 | 6744 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
| 6745 | |
| 6746 * msdos.c (IT_write_glyphs): Allocate a larger screen_buf as data | |
| 6747 produced for CODING_MODE_LAST_BLOCK requires. | |
| 6748 | |
| 27767 | 6749 2000-02-18 Dave Love <fx@gnu.org> |
| 6750 | |
| 6751 * keyboard.c (echo_keystrokes): Remove declaration. | |
| 6752 (Vecho_keystrokes) New variable. | |
| 6753 (read_char, record_menu_key, read_key_sequence): Use it to allow | |
| 6754 use of float value. | |
| 6755 (syms_of_keyboard): Change Vecho_keystrokes declaration. | |
| 6756 | |
| 6757 * lread.c: Undef feature selection macros before defining. | |
| 6758 | |
| 27759 | 6759 2000-02-18 Gerd Moellmann <gerd@gnu.org> |
| 6760 | |
| 6761 * data.c (let_shadows_buffer_binding_p): Ignore specbindings | |
| 6762 for symbols other than the symbol in question. | |
| 6763 | |
| 27751 | 6764 2000-02-17 Dave Love <fx@gnu.org> |
| 6765 | |
| 6766 * s/sol2.h (C_DEBUG_SWITCH): Define to allow optimization. | |
| 6767 | |
| 27747 | 6768 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
| 6769 | |
| 27749 | 6770 * emacs.c (main): Use #if GC_MARK_STACK instead of #ifdef. |
| 6771 | |
| 27747 | 6772 * alloc.c (enum mem_type): Compile unconditionally. |
| 6773 | |
| 27744 | 6774 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 6775 | |
| 6776 * xfaces.c (tty_defined_color): Don't return faulire indication | |
| 6777 for unspecified-fg and unspecified-bg pseudo-colors. | |
| 6778 | |
| 27726 | 6779 2000-02-17 Gerd Moellmann <gerd@gnu.org> |
| 6780 | |
| 27742 | 6781 * alloc.c (mark_object): Don't mark symbol names in pure space. |
| 6782 (gc_sweep): Don't unmark symbol names in pure space. | |
| 6783 | |
| 6784 * lisp.h (GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS) | |
| 6785 (GC_MARK_STACK_CHECK_GCPROS, GC_USE_GCPROS_CHECK_ZOMBIES) | |
| 6786 [GC_MARK_STACK]: New defines. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6787 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, UNGCPRO) |
| 27742 | 6788 [GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS]: Define as no-ops. |
| 6789 | |
| 6790 * emacs.c (main) [GC_MARK_STACK]: Initialize stack_base. | |
| 6791 | |
| 6792 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use | |
| 6793 allocate_buffer instead of xmalloc. | |
| 6794 | |
| 6795 * alloc.c (toplevel): Include setjmp.h. | |
| 6796 (PURE_POINTER_P): New define. | |
| 6797 (enum mem_type) [GC_MARK_STACK]: New enumeration. | |
| 6798 (Vdead) [GC_MARK_STACK]: New variable. | |
| 6799 (lisp_malloc): Add parameter TYPE, call mem_insert if | |
| 6800 GC_MARK_STACK is defined. | |
| 6801 (allocate_buffer): New function. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6802 (lisp_free) [GC_MARK_STACK]: Call mem_delete. |
| 27742 | 6803 (free_float) [GC_MARK_STACK]: Set type to Vdead. |
| 6804 (free_cons) [GC_MARK_STACK]: Set car to Vdead. | |
| 6805 (stack_base, mem_root, mem_z) [GC_MARK_STACK]: New variables. | |
| 6806 (MEM_NIL) [GC_MARK_STACK]: New define. | |
| 6807 (struct mem_node) [GC_MARK_STACK]: New structure. | |
| 6808 (mem_init, mem_find, mem_insert, mem_delete, mem_insert_fixup) | |
| 6809 (mem_delete_fixup, mem_rotate_left, mem_rotate_right) | |
| 6810 (live_string_p, live_cons_p, live_symbol_p, live_float_p) | |
| 6811 (live_misc_p, live_vector_p, live_buffer_p, mark_memory) | |
| 6812 (mark_stack) [GC_MARK_STACK]: New functions. | |
| 6813 (Fgarbage_collect) [GC_MARK_STACK]: Call mark_stack. | |
| 6814 (clear_marks): Removed. | |
| 6815 (gc_sweep): Set free conses' car, free floats' type, free | |
| 6816 symbols' function to Vdead. Use lisp_free to free buffers. | |
| 6817 (init_alloc_once): Initialize Vdead. | |
| 6818 (survives_gc_p): Return non-zero for pure objects. | |
| 6819 | |
| 6820 * alloc.c: Add comments throughout the file. | |
| 6821 | |
| 27735 | 6822 * atimer.c (stop_other_atimers): Don't call cancel_atimer because |
| 6823 that unblocks alarms. | |
| 6824 | |
| 27729 | 6825 * alloc.c, bytecode.c, data.c, dispnew.c, ecrt0.c, editfns.c, |
| 6826 emacs.c, floatfns.c, fns.c, lread.c, print.c, config.in, lisp.h, | |
| 6827 Makefile.in: Remove `LISP_FLOAT_TYPE' and `standalone'. | |
| 6828 | |
| 27726 | 6829 * 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
|
6830 |
| 27720 | 6831 2000-02-17 Kenichi Handa <handa@etl.go.jp> |
| 6832 | |
| 27722 | 6833 * xdisp.c (decode_mode_spec_coding): Delete superfluous code to |
| 27723 | 6834 avoid infinite error signaling. Allocate sufficient memory for |
| 27722 | 6835 eol_str in the case that eoltype is Lisp_Int. |
| 27720 | 6836 |
|
27719
73926d5a4d9f
(Fforward_comment): Undo the previous change, since cc-mode
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27710
diff
changeset
|
6837 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
|
6838 |
|
73926d5a4d9f
(Fforward_comment): Undo the previous change, since cc-mode
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27710
diff
changeset
|
6839 * 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
|
6840 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
|
6841 |
| 27710 | 6842 2000-02-16 Gerd Moellmann <gerd@gnu.org> |
| 6843 | |
| 6844 * sysdep.c (vfork) [!HAVE_VFORK]: Removed. | |
| 6845 | |
| 27707 | 6846 2000-02-15 Gerd Moellmann <gerd@gnu.org> |
| 6847 | |
| 6848 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN): Define. | |
| 6849 | |
| 6850 * process.c (send_process) [BROKEN_PTY_READ_AFTER_EAGAIN]: | |
| 27710 | 6851 Workaround for FreeBSD bug. Clear output queue after EAGAIN in |
| 27707 | 6852 write(2). |
| 6853 | |
|
27702
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6854 2000-02-15 Richard M. Stallman <rms@gnu.org> |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6855 |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6856 * data.c (set_internal): Don't make variable buffer-local |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6857 if within a let-binding for the same buffer. |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6858 (let_shadows_buffer_binding_p): New function. |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6859 |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6860 * eval.c (specbind): For buffer-local value, |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6861 record the current buffer also. |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6862 (unbind_to): Cope with that change. |
|
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
6863 |
| 27700 | 6864 2000-02-15 Gerd Moellmann <gerd@gnu.org> |
| 6865 | |
| 6866 * window.c (Fsave_window_excursion): Doc fix. | |
| 6867 | |
|
27698
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6868 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
|
6869 |
|
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6870 * 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
|
6871 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
|
6872 beginning of the comment. |
|
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6873 (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
|
6874 after the comment-end. |
|
9c61956399b2
(back_comment): Make sure we only consider comment-starters
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27697
diff
changeset
|
6875 (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
|
6876 |
|
27697
409a708c27b3
(Ftry_completion, Fall_completions): Add a reference to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27696
diff
changeset
|
6877 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
|
6878 |
|
409a708c27b3
(Ftry_completion, Fall_completions): Add a reference to
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27696
diff
changeset
|
6879 * 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
|
6880 `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
|
6881 |
| 27696 | 6882 2000-02-14 Dave Love <fx@gnu.org> |
| 6883 | |
| 6884 * xfaces.c (tty_defined_color): Declare color_idx unsigned long. | |
| 6885 | |
|
27692
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6886 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
|
6887 |
|
bb0e45f6ca86
* regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
27689
diff
changeset
|
6888 * 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
|
6889 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
|
6890 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
|
6891 * 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
|
6892 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
|
6893 |
| 27689 | 6894 2000-02-12 Dave Love <fx@gnu.org> |
| 6895 | |
| 6896 * frame.h (SELECTED_FRAME): Use NULL, not 0 to avoid warnings on | |
| 6897 Alpha. | |
| 6898 | |
| 27687 | 6899 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
| 6900 | |
| 6901 * xdisp.c (syms_of_xdisp): Doc fix for scroll-conservatively. | |
| 6902 | |
| 27680 | 6903 2000-02-12 Dave Love <fx@gnu.org> |
| 6904 | |
| 6905 * s/aix3-2.h, s/osf-1.h: Define C_DEBUG_SWITCH for non-gcc. | |
| 6906 | |
| 6907 * s/ux4800.h, s/umips.h, s/umax.h, s/sol2.h, s/sco5.h, s/rtu.h: | |
| 27687 | 6908 * s/ptx4.h, s/umax.h, s/dgux.h, s/bsd4-2.h, s/bsd4-3.h: |
| 6909 * s/hpux.h: Don't define HAVE_VFORK. | |
| 27680 | 6910 |
| 6911 * s/gnu-linux.h: Don't define HAVE_VFORK or HAVE_SYS_SIGLIST. | |
| 6912 | |
| 6913 * s/nextstep.h: Don't define HAVE_ALLOCA. | |
| 6914 | |
| 6915 * config.in: Add vfork bits. | |
| 6916 | |
| 27672 | 6917 2000-02-12 Gerd Moellmann <gerd@gnu.org> |
| 6918 | |
| 6919 * process.c (Fopen_network_stream) [POLL_FOR_INPUT]: Register | |
| 6920 unwind function to undo the effect of stopping atimers. | |
| 6921 | |
| 6922 * keyboard.c (bind_polling_period): Stop all timers except | |
| 6923 poll_timer. | |
| 6924 | |
| 6925 * atimer.c (stopped_atimers): New variable. | |
| 6926 (stop_other_atimers, run_all_atimers, unwind_stop_other_atimers): | |
| 6927 New functions. | |
| 6928 | |
| 6929 * atimer.h (stop_other_atimers, run_all_atimers) | |
| 6930 (unwind_stop_other_atimers): Add function prototypes. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
6931 |
| 27672 | 6932 * s/hpux10.h (HAVE_XRMSETDATABASE): Define if not already defined. |
| 6933 | |
|
27665
105b01b90125
* Makefile.in (LIBX): Link in tiff library before jpeg, since tiff library may
Ken Raeburn <raeburn@raeburn.org>
parents:
27663
diff
changeset
|
6934 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
|
6935 |
|
105b01b90125
* Makefile.in (LIBX): Link in tiff library before jpeg, since tiff library may
Ken Raeburn <raeburn@raeburn.org>
parents:
27663
diff
changeset
|
6936 * 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
|
6937 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
|
6938 (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
|
6939 |
| 27663 | 6940 2000-02-11 Kenichi Handa <handa@etl.go.jp> |
| 6941 | |
| 6942 * insdel.c (del_range_1): Call update_compositions. | |
| 6943 (del_range_both): Call update_compositions just once.. | |
| 6944 | |
| 27660 | 6945 2000-02-10 Dave Love <fx@gnu.org> |
| 6946 | |
| 6947 * xfns.c (create_frame_xic): Fix initialization of automatic | |
| 6948 aggregates for pcc. | |
| 6949 | |
| 27648 | 6950 2000-02-09 Kenichi Handa <handa@etl.go.jp> |
| 6951 | |
| 6952 * ccl.c (CCL_MAKE_CHAR): New macro. | |
| 6953 (ccl_driver) <CCL_TranslateCharacter>: Check the validity of | |
| 6954 registers by CCL_MAKE_CHAR before calling translate_char. | |
| 6955 <CCL_TranslateCharacterConstTbl> Likewise. | |
| 6956 | |
| 27646 | 6957 2000-02-08 Dave Love <fx@gnu.org> |
| 6958 | |
| 6959 * lread.c (__EXTENSIONS__): Define. | |
| 6960 | |
| 27644 | 6961 2000-02-08 Gerd Moellmann <gerd@gnu.org> |
| 6962 | |
| 6963 * puresize.h (BASE_PURESIZE): Increase to 650000. | |
| 6964 | |
| 27641 | 6965 2000-02-07 Eli Zaretskii <eliz@is.elta.co.il> |
| 6966 | |
| 6967 * msdos.c (XMenuActivate): Turn off the cursor after displaying | |
| 6968 the help message. | |
| 6969 | |
| 27639 | 6970 2000-02-07 Eli Zaretskii <eliz@is.elta.co.il> |
| 6971 | |
| 6972 * s/msdos.h (INTERNAL_TERMINAL): Add capabilities se, so, us, ue, | |
| 6973 md, mh, mb, mr, and me to the fake termcap entry. | |
| 6974 | |
|
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
|
6975 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
|
6976 |
|
8344762c0da2
* sound.c (sound_cleanup): Don't call device close routine if pointer is null.
Ken Raeburn <raeburn@raeburn.org>
parents:
27634
diff
changeset
|
6977 * 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
|
6978 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
|
6979 |
|
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6980 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
|
6981 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6982 * 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
|
6983 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
|
6984 (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
|
6985 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6986 * 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
|
6987 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
|
6988 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6989 * 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
|
6990 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6991 * 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
|
6992 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6993 * 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
|
6994 (OBJ1): Include atimer.obj. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6995 ($(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
|
6996 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6997 * 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
|
6998 (sigunblock): Ditto. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
6999 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7000 * 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
|
7001 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7002 * 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
|
7003 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7004 * 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
|
7005 |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7006 * 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
|
7007 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
|
7008 (main): Ditto. |
|
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
27620
diff
changeset
|
7009 |
| 27620 | 7010 2000-02-05 INOUE Seiichiro <inoue@ainet.or.jp> |
| 7011 | |
| 7012 * xterm.c (x_display_and_set_cursor) [HAVE_X_I18N]: Set pre-edit | |
| 7013 area. | |
| 7014 (x_display_cursor) [HAVE_X_I18N]: Don't set it here. | |
| 7015 (XTread_socket) [HAVE_X_I18N]: <KeyPress, KeyRelease>: Don't | |
| 7016 dispatch the event. | |
| 7017 | |
| 27614 | 7018 2000-02-04 Dave Love <fx@gnu.org> |
| 7019 | |
| 7020 * fileio.c: Remove some unused vars. | |
| 7021 (_GNU_SOURCE): Define (for euidaccess). | |
| 7022 | |
| 7023 * lread.c (_XOPEN_SOURCE): Declare (for ftello). | |
| 7024 | |
| 7025 * minibuf.c (read_minibuf_noninteractive): Remove undeclared | |
| 7026 gcpro1, gcpro2. | |
| 7027 (read_minibuf): Deal with allow_props correctly. | |
| 7028 | |
| 27594 | 7029 2000-02-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 7030 | |
| 7031 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Enlarge to 60000. | |
| 7032 | |
|
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
|
7033 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
|
7034 |
|
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
|
7035 * 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
|
7036 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
|
7037 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
|
7038 |
|
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
|
7039 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
|
7040 |
|
459744c91b53
* puresize.h (BASE_PURESIZE): Increase to 610000.
Ken Raeburn <raeburn@raeburn.org>
parents:
27587
diff
changeset
|
7041 * puresize.h (BASE_PURESIZE): Increase to 610000. |
|
459744c91b53
* puresize.h (BASE_PURESIZE): Increase to 610000.
Ken Raeburn <raeburn@raeburn.org>
parents:
27587
diff
changeset
|
7042 |
| 27587 | 7043 2000-02-02 Gerd Moellmann <gerd@gnu.org> |
| 7044 | |
| 7045 * frame.c (Fframe_parameters): Add GCPRO because tty_color_name | |
| 7046 can GC. | |
| 7047 | |
| 27565 | 7048 2000-02-02 Kenichi Handa <handa@etl.go.jp> |
| 7049 | |
| 27567 | 7050 * ccl.c (ccl_driver) <CCL_WriteExprRegister>: Set jump_address |
| 7051 instead of incrementing ic directly. | |
| 7052 <CCL_WriteExprConst> Likewise. | |
| 7053 <ccl_set_expr>: Set ic to jump_address. | |
| 7054 | |
| 27565 | 7055 * fileio.c (e_write): Fix the handling of |
| 7056 CODING_FINISH_INSUFFICIENT_SRC. | |
| 7057 | |
| 27561 | 7058 2000-02-01 Dave Love <fx@gnu.org> |
| 7059 | |
| 7060 * editfns.c (Fpropertize): Doc fix. | |
| 7061 | |
| 7062 * process.c (Fstart_process): Doc fix. | |
| 7063 | |
| 7064 * eval.c: Fix various doc strings not to duplicate information | |
| 7065 from help-manyarg-func-alist. | |
| 7066 | |
| 7067 * window.c (Fset_window_margins): Don't make interactive. Doc | |
| 7068 fix. | |
| 7069 | |
| 7070 * doc.c (Vhelp_manyarg_func_alist): New variable. | |
| 7071 (Fdocumentation): Use it. | |
| 7072 (syms_of_doc): Define it. | |
| 7073 | |
| 27531 | 7074 2000-01-31 Gerd Moellmann <gerd@gnu.org> |
| 7075 | |
| 27545 | 7076 * xterm.c (xim_open_dpy): Remove unused local variable. |
| 7077 | |
| 27541 | 7078 * emacs.c (USAGE): Use term `display options' instead of `X |
| 7079 options'. | |
| 7080 | |
| 7081 * xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]: New function. | |
| 7082 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it. | |
| 7083 | |
| 27531 | 7084 * fns.c (sweep_weak_table): New function. |
| 7085 (sweep_weak_hash_tables): Use it. Keep on marking until there | |
| 7086 is no more change. | |
| 7087 | |
| 27527 | 7088 2000-01-30 Gerd Moellmann <gerd@gnu.org> |
| 7089 | |
| 7090 * xterm.c (x_delete_display): Update next_noop_dpyinfo to ensure | |
| 7091 that XTread_socket does not crash by trying to call XNoOp on a | |
| 7092 closed display. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
7093 |
| 27523 | 7094 2000-01-30 Jason Rumney <jasonr@gnu.org> |
| 7095 | |
| 7096 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to): | |
| 7097 Change selected_frame to SELECTED_FRAME (). | |
| 7098 (w32_console_mouse_position): Remove #ifndef MULE from around | |
| 7099 `insist' parameter. | |
| 7100 | |
| 7101 * makefile.nt: Remove dosfns.obj. | |
| 7102 | |
| 7103 * term.c (term_init) [WINDOWSNT]: Initialize TN_max_colors. | |
| 7104 | |
| 7105 * w32fns.c (w32_defined_color): Check for valid frame before | |
| 7106 applying gamma correction. Eliminate dependency on frame elsewhere. | |
| 7107 (w32_load_system_font): Switch FIXED_PITCH and VARIABLE_PITCH. | |
| 7108 (w32_to_x_font): Use resx and resy not height_in and width_in. | |
| 7109 (x_to_w32_font): Doc fix. | |
| 7110 (xlfd_strip_height): New function to strip and return font height. | |
| 7111 (w32_font_match): Compare height separately from rest of xlfd | |
| 7112 spec, using xlfd_strip_height. | |
| 7113 | |
| 7114 * w32term.c (w32_term_init): Swap resx and height_in, resy and | |
| 7115 width_in. Use w32_defined_color in place of defined_color. | |
| 7116 | |
| 7117 * w32faces.c: Merge more of DOS and X specifics in preparation for | |
| 7118 merge with xfaces.c. | |
| 7119 (defined_color): Remove FIXME comment. | |
| 7120 (tty_color_name): Provide w32-specific function. | |
| 7121 (realize_tty_face): Handle FACE_TTY_DEFAULT*_COLOR specially. | |
| 7122 | |
| 7123 * w32console.c (turn_on_face, turn_off_face): Removed. | |
| 7124 (w32_face_attributes): New function. | |
| 7125 (Global_variables): Reduce scope where possible. | |
| 7126 (clear_frame, ins_del_lines, scroll_line): Use char_attr_normal as | |
| 7127 fill attribute. | |
| 7128 (hl_mode): Don't modify text attributes. | |
| 7129 (write_glyphs): Don't do anything if len <= 0. Use | |
| 7130 w32_face_attributes to get attributes for drawing. Write | |
| 7131 terminating codes using char_attr_normal. | |
| 7132 (reset_terminal_modes, set_terminal_modes): Turn off highlight. | |
| 7133 (update_begin, update_end): Likewise. | |
| 7134 (vga_stdcolor_name): New function. | |
| 7135 (initialize_w32_display): Remove char_attr_reverse and char_attr. | |
| 7136 (Fset_screen_color): Remove char_attr_reverse. | |
| 7137 | |
| 27506 | 7138 2000-01-29 Gerd Moellmann <gerd@gnu.org> |
| 7139 | |
| 7140 * xfns.c (xic_set_preeditarea): Take window parameter and | |
| 7141 window-relative pixel-positions. | |
| 7142 | |
| 7143 * xterm.c (x_display_cursor): Set XIC pre-edit area only if window | |
| 7144 is its frame's selected window. | |
| 7145 (xim_instantiate_callback): Likewise. | |
| 7146 | |
| 7147 * xfns.c (x_create_im): Removed. | |
| 7148 (DEFAULT_STYLE, DEFAULT_FONT): Removed. | |
| 7149 (supported_xim_styles): Renamed from supported_styles. | |
| 7150 (best_xim_style): Renamed from best_style. | |
| 7151 (create_frame_xic): Renamed from xic_create_frame. | |
| 7152 (free_frame_xic): Renamed from xic_destroy_frame. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
7153 |
| 27506 | 7154 2000-01-29 INOUE Seiichiro <inoue@ainet.or.jp> |
| 7155 | |
| 7156 * xterm.c (XTread_socket) [HAVE_X_I18N]: If event is for none of | |
| 7157 our frames, call XFilterEvent with 2nd parameter `None'. | |
| 7158 (XTread_socket) <KeyPress> [HAVE_X_I18N]: Handle XmbLookupString | |
| 7159 returning XBufferOverflow. | |
| 7160 (XTread_socket) <ConfigureNotify> [HAVE_X_I18N]: Set XIC status | |
| 7161 area. | |
| 7162 (x_display_cursor) [HAVE_X_I18N]: Set XIC pre-edit area. | |
| 7163 (x_new_fontset) [HAVE_X_I18N]: Create XIC status area fontset. | |
| 7164 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback) | |
| 7165 (xim_initialize, xim_close) | |
| 7166 [HAVE_X_I18N && HAVE_X11R6]: New functions. | |
| 7167 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame. | |
| 7168 (x_term_init) [HAVE_X_I18N]: Call xim_initialize. | |
| 7169 (x_delete_display) [HAVE_X_I18N]: Call xim_close. | |
| 7170 | |
| 7171 * xterm.h (struct x_display_info) [HAVE_X_I18N]: Add members `xim' | |
| 7172 and `xim_styles'. | |
| 7173 (struct x_output) [HAVE_X_I18N]: Remove member `xim', add | |
| 7174 `xic_style' and `xic_xfs'. | |
| 7175 (FRAME_MENUBAR_HEIGHT, FRAME_X_XIM, FRAME_X_XIM_STYLES) | |
| 7176 (FRAME_XIC_STYLE, FRAME_XIC_FONTSET): New macros. | |
| 7177 (FRAME_XIM): Removed. | |
| 7178 | |
| 7179 * xfns.c (supported_styles): New variable. | |
| 7180 (DEFAULT_STYLE, DEFAULT_FONT): New macros | |
| 7181 (xic_create_xfontset, best_style, xic_create_frame) | |
| 7182 (xic_destroy_frame, xic_set_preeditarea, xic_set_statusarea) | |
| 7183 (xic_set_xfontset): New functions. | |
| 7184 | |
| 27491 | 7185 2000-01-28 Dave Love <fx@gnu.org> |
| 7186 | |
| 7187 * s/irix6-5.h: Revert last change after change to irix5-0.h. | |
| 7188 | |
| 7189 * m/iris4d.h (C_SWITCH_MACHINE): Don't use -G0. | |
| 7190 | |
| 27473 | 7191 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
| 7192 | |
| 27481 | 7193 * buffer.c (Fother_buffer): Don't call Fset_buffer_major_mode |
| 7194 for *scratch* if it already existed. | |
| 7195 | |
| 27473 | 7196 * emacs.c (USAGE): New macro. |
| 7197 (main): Use it to display usage information. | |
| 7198 | |
| 27464 | 7199 2000-01-27 Eli Zaretskii <eliz@is.elta.co.il> |
| 7200 | |
| 7201 Support for the menu-help feature: | |
| 7202 | |
| 7203 * msdos.h: Change prototypes of XMenuAddSelection and | |
| 7204 XMenuActivate. | |
| 7205 | |
| 7206 * msdos.c (IT_clear_end_of_line): Print the extent of the cleared | |
| 7207 part of the line to the termscript file. | |
| 7208 (IT_clear_to_end): Clear the entire line, not just its beginning. | |
| 7209 (menu_help_message, prev_menu_help_message): New variables. | |
| 7210 (IT_menu_make_room): Make room for the help_text member. | |
| 7211 (IT_menu_display): New argument disp_help; all callers changed. | |
| 7212 If disp_help is non-zero, store the help text of the active menu | |
| 7213 item in menu_help_message. | |
| 7214 (XMenuAddPane): Initialize the help_text member to NULL. | |
| 7215 (XMenuAddSelection): New argument help_text. Store it in the | |
| 7216 XMenu structure. | |
| 7217 (XMenuActivate): New argument help_callback. If the value of | |
| 7218 menu_help_message has changed since the last time, display the | |
| 7219 menu help message text while waiting for the mouse to move. Clear | |
| 7220 the echo area before exiting. | |
| 7221 (XMenuDestroy): Free the help_text member. | |
| 7222 | |
| 27459 | 7223 2000-01-27 Gerd Moellmann <gerd@gnu.org> |
| 7224 | |
| 7225 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT]: Pass help to | |
| 7226 XMenuAddSelection. Pass help callback to XMenuActivate. | |
| 7227 (menu_help_callback) [!USE_X_TOOLKIT]: New function. | |
| 7228 | |
| 27453 | 7229 2000-01-27 Eli Zaretskii <eliz@is.elta.co.il> |
| 7230 | |
| 7231 * atimer.c (start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECS | |
| 7232 and EMACS_SET_USECS. | |
| 7233 | |
| 27443 | 7234 2000-01-26 Dave Love <fx@gnu.org> |
| 7235 | |
| 27446 | 7236 * editfns.c (Fchar_after, Fchar_before): Doc fix. |
| 7237 | |
| 27443 | 7238 * bytecode.c (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where |
| 7239 an error may be signalled. | |
| 7240 | |
| 27439 | 7241 2000-01-26 Gerd Moellmann <gerd@gnu.org> |
| 7242 | |
| 27441 | 7243 * s/irix6-5.h [__GNUC__ && __GNUC_MINOR__ >= 95]: Undef |
| 7244 LD_SWITCH_SYSTEM inherited from irix5-0.h. | |
| 7245 | |
| 27439 | 7246 * bytecode.c (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo. |
| 7247 | |
| 27435 | 7248 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
| 7249 | |
| 7250 * charset.c (Fstring): If there is a multibyte char among | |
| 7251 the args, always return a multibyte string. | |
| 7252 | |
| 27433 | 7253 2000-01-25 Gerd Moellmann <gerd@gnu.org> |
| 7254 | |
| 7255 * sysdep.c (sys_select): Turn atimers off and on instead of | |
| 7256 recording and restoring old alarm handler | |
| 7257 | |
| 7258 * process.c (toplevel): Include atimer.h. | |
| 7259 (create_process_1): Rewritten. | |
| 7260 (create_process): Use atimers instead of alarm. | |
| 7261 (wait_reading_process_input) [hpux]: Turn atimers off instead | |
| 7262 of turning off SIGALRM. | |
| 7263 (wait_reading_process_input): Turn off atimers instead off | |
| 7264 calling stop_polling. | |
| 7265 | |
| 7266 * emacs.c (main): Call init_atimer. | |
| 7267 | |
| 7268 * keyboard.c (toplevel): Include systime.h and atimer.h. | |
| 7269 (polling_for_input): Removed because unused. | |
| 7270 (input_poll_signal) [POLL_FOR_INPUT]: Removed. | |
| 7271 (poll_timer): New variable. | |
| 7272 (poll_for_input, poll_for_input_1): New functions. | |
| 7273 (start_polling, stop_polling): Rewritten. | |
| 7274 | |
| 7275 * keyboard.h (polling_for_input): Removed. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
7276 |
| 27433 | 7277 * atimer.h, atimer.c: New files. |
| 7278 | |
| 7279 * Makefile.in (obj): Add atimer.o. | |
| 7280 (atimer.o): New target. | |
| 7281 | |
| 7282 * blockinput.h (pending_atimers): Add extern declaration. | |
| 7283 (UNBLOCK_INPUT): Rewritten. Handle pending atimers. | |
| 7284 | |
| 7285 * lisp.h (popup_activated_flag): Add extern declaration. | |
| 7286 | |
| 7287 * xmenu.c (popup_activated_flag): Make externally visible. | |
| 7288 (popup_activate_callback) [USE_MOTIF]: Increment | |
| 7289 popup_activated_flag. | |
| 7290 (popup_deactivate_callback) [USE_MOTIF]: Decrement it. | |
| 7291 | |
| 7292 * xterm.c (toplevel): Include atimer.h. | |
| 7293 (toolkit_scroll_bar_interaction): New variable. | |
| 7294 (Fxt_process_timeouts): Removed. | |
| 7295 (x_process_timeouts): New function. | |
| 7296 (xt_action_hook): Clear toolkit_scroll_bar_interaction. | |
| 7297 (x_send_scroll_bar_event): Set toolkit_scroll_bar_interaction. | |
| 7298 (x_make_frame_visible): Call poll_for_input_1 instead of | |
| 7299 input_poll_signal. Don't call alarm. | |
| 7300 (x_initialize): Install timer calling x_process_timeouts. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
7301 |
| 27413 | 7302 2000-01-24 Dave Love <fx@gnu.org> |
| 7303 | |
| 27446 | 7304 * s/irix5-0.h: Don't set LD_SWITCH_SYSTEM -- we use unexelf now. |
| 27413 | 7305 Don't use -cckr -- apparently not now necessary. |
| 7306 | |
| 27410 | 7307 2000-01-24 Eli Zaretskii <eliz@is.elta.co.il> |
| 7308 | |
| 7309 * msdos.c (IT_menu_display): Truncate long menu lines at the right | |
| 7310 screen boundary. | |
| 7311 | |
| 27408 | 7312 2000-01-23 Jason Rumney <jasonr@gnu.org> |
| 7313 | |
| 7314 * w32fns.c (w32_defined_color): Apply gamma correction before | |
| 7315 trying to map to the palette. | |
| 7316 (w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame | |
| 7317 to w32_clear_rect. | |
| 7318 | |
| 7319 * w32term.c (w32_fill_rect): Do not try to deal with NULL hdc | |
| 7320 here. Callers changed to always pass real device context. | |
| 7321 (w32_draw_bitmap): Likewise. | |
| 7322 (w32_get_glyph_overhangs): Likewise. | |
| 7323 (w32_draw_box_rect): Make use of s->hdc rather than getting a new | |
| 7324 one. | |
| 7325 (w32_set_vertical_scroll_bar): Pass correct HWND parameters to | |
| 7326 pfnSetScrollInfo and SetScrollRange. | |
| 7327 (x_get_char_face_and_encoding): Don't turn iso8859-1 characters | |
| 7328 back into MULE characters after decoding them. | |
| 7329 (x_get_glyph_face_and_encoding): Likewise. | |
| 7330 (w32_per_char_metric): Use GetCharExtentPoint32W as fallback when | |
| 7331 GetCharABCWidthsW fails, since this is defined on Windows 9x. | |
| 7332 (x_produce_glyphs): Calculate per char metrics for a character | |
| 7333 that we know exists in default font when font_not_found_p is true. | |
| 7334 | |
| 27393 | 7335 2000-01-22 Jason Rumney <jasonr@gnu.org> |
| 7336 | |
| 7337 * makefile.nt (intervals.obj, composite.obj): New modules. | |
| 7338 (composite.h): Added as dependency where appropriate. | |
| 7339 | |
| 7340 * w32gui.h (XGCValue): New struct for emulating X GCs. | |
| 7341 | |
| 7342 * w32term.h (XCharStruct): New struct for emulating X. | |
| 7343 | |
| 7344 * w32console.c (turn_on_face, turn_off_face): New functions. | |
| 7345 (change_line_highlight): New prototype for new redisplay. | |
| 7346 (write_glyphs): Support multibyte text. Support faces. | |
| 7347 | |
| 7348 * w32faces.c: Complete rewrite for new redisplay based on new | |
| 7349 xfaces.c. | |
| 7350 | |
| 7351 * w32fns.c: Use SELECTED_FRAME macro in place of selected_frame | |
| 7352 throughout. struct frame * in place of FRAME_PTR. | |
| 7353 Skeleton support for images, toolbars, tooltips from xfns.c. | |
| 7354 (Fx_create_frame): Use system default for default scroll bar | |
| 7355 width. | |
| 7356 (w32_get_arg): Renamed from x_get_arg. | |
| 7357 (Fx_file_dialog): New function. | |
| 7358 (w32_list_fonts): Check cache before asking system. | |
| 7359 (Vw32_enable_synthesized_fonts): New variable. | |
| 7360 (Vw32_enable_italics): Obsolete, removed. | |
| 7361 | |
| 7362 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to): | |
| 7363 Use SELECTED_FRAME macro. | |
| 7364 | |
| 7365 * w32menu.c: Add skeleton support for help strings on menus. | |
| 7366 (add_menu_item): Native checkbox and radio support added, but not | |
| 7367 yet enabled due to bugs. | |
| 7368 (push_menu_item): Add parameters type, selection and help. | |
| 7369 Callers updated. | |
| 7370 Formatting changes to reduce unnecessary diffs with xmenu.c. | |
| 7371 | |
| 7372 * w32select.c (Fw32_set_clipboard_data): Update call to | |
| 7373 find_charset_in_str. | |
| 7374 | |
| 7375 * w32term.c: Complete rewrite for new redisplay based on new | |
| 7376 xterm.c with necessary sections merged back in from old w32term.c. | |
| 7377 | |
|
27702
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
7378 2000-01-21 Richard M. Stallman <rms@gnu.org> |
|
27390
10e53615a9d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27372
diff
changeset
|
7379 |
|
10e53615a9d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27372
diff
changeset
|
7380 * data.c (set_internal): Further fix in same criterion. |
|
10e53615a9d2
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27372
diff
changeset
|
7381 |
|
27702
50df459c86d1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27700
diff
changeset
|
7382 2000-01-20 Richard M. Stallman <rms@gnu.org> |
|
27372
79d08dbee5fd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27366
diff
changeset
|
7383 |
|
79d08dbee5fd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27366
diff
changeset
|
7384 * data.c (set_internal): Fix the criteria for whether |
|
79d08dbee5fd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27366
diff
changeset
|
7385 to swap out the old cached binding. |
|
79d08dbee5fd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27366
diff
changeset
|
7386 |
| 27366 | 7387 2000-01-19 Dave Love <fx@gnu.org> |
| 7388 | |
| 7389 * lread.c: (syms_of_lread) [user-init-file]: Doc change. | |
| 7390 | |
| 27354 | 7391 2000-01-18 Kenichi Handa <handa@etl.go.jp> |
| 7392 | |
| 7393 * regex.c (re_compile_fastmap): While checking a range table for | |
| 7394 `charset', skip flag bits for a character class correctly. | |
| 7395 | |
| 27344 | 7396 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
| 7397 | |
| 27347 | 7398 * m/news-risc.h (LD_SWITCH_MACHINE): Define differently for GCC. |
| 7399 | |
| 27344 | 7400 * xfns.c (x_window): Call lw_create_widget with new parameter |
| 7401 list. | |
| 7402 | |
| 7403 * widget.c (EmacsFrameSetCharSize): Change size of children first | |
| 7404 because of problems with main window geometry management under | |
| 7405 Lesstif. | |
| 7406 | |
| 7407 * xmenu.c (enum menu_item_idx): New enumeration replacing defines | |
| 7408 MENU_ITEMS_ITEM_.*. | |
| 7409 (MENU_ITEMS_ITEM_HELP): New enumerator. | |
| 7410 (push_menu_item): Add parameter HELP. Record help in menu_items. | |
| 7411 (single_menu_item, single_submenu, list_of_items): Call | |
| 7412 push_menu_item with new parameter. | |
| 7413 (single_submenu): Set help string in widget value. | |
| 7414 (menu_highlight_callback): New function. | |
| 7415 (set_frame_menubar): Call lw_create_widget with new | |
| 7416 parameter list. | |
| 7417 (xmenu_show, xdialog_show): Ditto. | |
| 7418 | |
| 27316 | 7419 2000-01-13 Gerd Moellmann <gerd@gnu.org> |
| 7420 | |
| 7421 * sound.c (Fplay_sound): Improve doc string. | |
| 7422 | |
|
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27299
diff
changeset
|
7423 2000-01-11 Richard M. Stallman <rms@gnu.org> |
|
27299
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7424 |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7425 * lisp.h (set_internal): Enter the new arg. |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7426 |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7427 * eval.c (specbind): Record buffer-local variables specially, |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7428 indicating which buffer's binding was saved. |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7429 (unbind_to): Restore buffer-local variables specially |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7430 in the proper buffer. |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7431 |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7432 * data.c (set_internal): New arg BUF. |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
7433 |
|
27299
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7434 * 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
|
7435 * data.c (Fset): Pass new arg to set_internal. |
|
1d7b2d2038af
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27291
diff
changeset
|
7436 * 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
|
7437 |
| 27291 | 7438 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
| 7439 | |
| 7440 * .gdbinit: Adapt to new strings. Add xbacktrace, xreload, | |
| 7441 xprintsym. | |
| 7442 | |
|
27300
baffb2de5ce9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27299
diff
changeset
|
7443 2000-01-11 Richard M. Stallman <rms@gnu.org> |
|
27283
f3eca57846e3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27276
diff
changeset
|
7444 |
|
f3eca57846e3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27276
diff
changeset
|
7445 * minibuf.c (Ftry_completion): Doc fix. |
|
f3eca57846e3
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
27276
diff
changeset
|
7446 |
| 27276 | 7447 2000-01-11 Gerd Moellmann <gerd@gnu.org> |
| 7448 | |
| 7449 * keyboard.c (Fclear_this_command_keys): Clear recent_keys | |
| 7450 vector, too. | |
| 7451 | |
| 27273 | 7452 2000-01-11 Andreas Schwab <schwab@suse.de> |
| 7453 | |
| 7454 * coding.c (code_convert_region): Initialize total_skip. | |
| 7455 | |
| 27244 | 7456 2000-01-08 Dave Love <fx@gnu.org> |
| 7457 | |
| 7458 * eval.c (Fuser_variable_p): Check customizability too. | |
| 7459 | |
| 27237 | 7460 2000-01-07 Gerd Moellmann <gerd@gnu.org> |
| 7461 | |
| 7462 * minibuf.c (Fcompleting_read): Doc fix. | |
| 7463 | |
| 27158 | 7464 2000-01-05 Gerd Moellmann <gerd@gnu.org> |
| 7465 | |
| 27171 | 7466 * s/freebsd.h (C_SWITCH_SYSTEM): Add -I /usr/local/include and |
| 7467 -L /usr/local/lib. | |
| 7468 | |
| 27158 | 7469 * xfns.c (x_create_im): New function to set IM and IC of a frame. |
| 7470 Check that input style is supported before trying to create an | |
| 7471 IC for it. | |
| 7472 (x_window): Call x_create_im. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
7473 |
| 27143 | 7474 2000-01-04 Gerd Moellmann <gerd@gnu.org> |
| 7475 | |
| 27155 | 7476 * xfns.c (current_gif_memory_src): New variable. |
| 7477 (gif_load): Record the address of the current memory source | |
| 7478 in current_gif_memory_src. | |
| 7479 (gif_read_from_memory): Use current_gif_memory_src. | |
| 7480 | |
| 27150 | 7481 * systime.h (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give |
| 7482 macros statement form. | |
| 7483 | |
| 27147 | 7484 * sound.c (struct sound): Renamed from struct sound_file. |
| 7485 (struct sound): Add members `data' and `header_size'. | |
| 7486 (enum sound_attr): Add SOUND_DATA. | |
| 7487 (current_sound, current_sound_device): Variables renamed from | |
| 7488 sound_file and sound_device. | |
| 7489 (parse_sound): Parse :data. | |
| 7490 (parse_sound): Handle sound data in strings. | |
| 7491 (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
|
7492 (wav_init, au_init): Fail if sound's header_size is smaller than |
| 27147 | 7493 needed header size. |
| 7494 (wav_play, au_play): Play sounds from string data. | |
| 7495 | |
| 27143 | 7496 * puresize.h (BASE_PURE_SIZE): Increase to 600000. |
| 7497 | |
| 7498 * lisp.h: Add prototype for allocate_string_data. | |
| 7499 | |
| 7500 * alloc.c (Fgarbage_collect): Return number of live and free | |
| 7501 strings. | |
| 7502 | |
| 7503 * alloc.c (mark_buffer): Remove code in #if 0. | |
| 7504 (gc_sweep): Ditto. | |
| 7505 (UNMARK_BALANCE_INTERVALS): Give the macro statement form. | |
| 7506 (strings_consed): New variable. | |
| 7507 (allocate_string): Set it. | |
| 7508 (syms_of_alloc): Add DEFVAR_INT for strings_consed. | |
| 7509 (Fmemory_use_counts): Return strings_consed. Use Flist. | |
| 7510 | |
| 7511 * alloc.c: General cleanup in comments etc. Remove conditional | |
| 7512 compilation for `standalone'. | |
| 7513 | |
| 7514 * lisp.h (struct Lisp_String): Make DATA member `unsigned char *'. | |
| 7515 | |
| 7516 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): | |
| 7517 (GC_STRING_BYTES, GC_STRING_CHARS): New macros. | |
| 7518 (DONT_COPY_FLAG): Removed. | |
| 7519 (SBLOCK_SIZE, LARGE_STRING_BYTES): New macros. | |
| 7520 (struct sdata, struct sblock): New | |
| 7521 (struct string_block): Rewritten. | |
| 7522 (STRINGS_IN_STRING_BLOCK): New macro. | |
| 7523 (oldest_sblock, current_sblock, total_strings, total_free_strings) | |
| 7524 (large_sblocks, string_blocks, string_free_list): New variables. | |
| 7525 (NEXT_FREE_LISP_STRING, SDATA_OF_STRING, SDATA_SIZE): New macros. | |
| 7526 (init_strings): Rewritten. | |
| 7527 (allocate_string, allocate_string_data, compact_small_strings) | |
| 7528 (free_large_strings, sweep_strings): New functions. | |
| 7529 (STRING_BLOCK_SIZE, STRING_BLOCK_OUTSIZE) | |
| 7530 (struct string_block_head, current_string_block) | |
| 7531 (first_string_block, large_string_blocks, STRING_FULLSIZE) | |
| 7532 (STRING_PAD): Removed. | |
| 7533 (make_uninit_multibyte_string, make_pure_string): Rewritten. | |
| 7534 (Fgarbage_collect): Don't set mark bit in large strings. | |
| 7535 (mark_object): Mark strings differently. Mark symbol names | |
| 7536 differently. | |
| 7537 (survives_gc_p): Test marked strings differently. | |
|
29803
3dec4cd5e361
Don't declare xmalloc, xrealloc.
Sam Steingold <sds@gnu.org>
parents:
29802
diff
changeset
|
7538 (gc_sweep): Sweep strings differently, unmark strings in |
| 27143 | 7539 symbol names. |
| 7540 (compact_strings): Removed. | |
| 7541 | |
| 27138 | 7542 2000-01-04 Eli Zaretskii <eliz@is.elta.co.il> |
| 7543 | |
| 7544 * xfaces.c (syms_of_xfaces): defsubr Scolor_gray_p and | |
| 7545 Scolor_supported_p even if HAVE_X_WINDOWS is not defined. | |
| 7546 | |
| 27127 | 7547 2000-01-04 Kenichi Handa <handa@etl.go.jp> |
| 7548 | |
| 27133 | 7549 * 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
|
7550 in a non-empty buffer. |
| 27133 | 7551 |
| 27130 | 7552 * term.c (encode_terminal_code): Fix the previous change. |
| 27127 | 7553 |
| 27122 | 7554 2000-01-03 Gerd Moellmann <gerd@gnu.org> |
| 7555 | |
| 7556 * xfaces.c (syms_of_xfaces): Change Sface_color_gray_p to | |
| 7557 Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p. | |
| 7558 | |
| 7559 * s/hpux9.h (NO_EDITRES): Define even if HAVE_LIBXMU. | |
| 7560 | |
| 27119 | 7561 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 7562 | |
| 7563 * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No | |
| 7564 need to test for MSDOS frames. | |
| 7565 | |
| 27116 | 7566 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 7567 | |
| 7568 * dosfns.c (unspecified_colors): Remove. | |
| 7569 (msdos_stdcolor_idx): Use global variables unspecified_fg and | |
| 7570 unspecified_bg. | |
| 7571 (msdos_stdcolor_name): Return strings for unspecified fore- and | |
| 7572 back-ground colors. | |
| 7573 | |
| 7574 * xfaces.c (Qunspecified_fg, Qunspecified_bg): Remove. | |
| 27680 | 7575 (syms_of_xfaces): Remove their staticpro's. |
| 27116 | 7576 (tty_color_name): Return Lisp strings for unspecified fore- and |
| 7577 back-ground colors. | |
| 7578 (Finternal_set_lisp_face_attribute): Remove the special treatment | |
| 7579 for Qunspecified_{f,b}g. | |
| 7580 (realize_default_face): Replace Qunspecified_{f,b}g with a Lisp | |
| 7581 string. | |
| 7582 | |
| 27112 | 7583 2000-01-03 Gerd Moellmann <gerd@gnu.org> |
| 7584 | |
| 7585 * xdisp.c (reseat_at_next_visible_line_start): Position before | |
| 7586 newline only if ending up on a newline. | |
| 7587 (next_element_from_ellipsis): Return success. Handle case of | |
| 7588 displaying no ellipsis. Fix case of ellipsis defined in display | |
| 7589 table. | |
| 7590 (next_element_from_buffer): Return 0 if next_element_from_ellipsis | |
| 7591 returns 0. | |
| 7592 | |
| 27102 | 7593 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> |
| 7594 | |
| 7595 * xfaces.c (Fcolor_gray_p): Renamed from face-color-gray-p. | |
| 7596 (Fcolor_supported_p): Renamed from face-color-supported-p. | |
| 7597 | |
| 27091 | 7598 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 7599 | |
| 7600 * xfaces.c (tty_defined_color): Pass frame to tty-color-desc. The | |
| 7601 list of colors renamed to tty-defined-color-alist. | |
| 7602 (tty_color_name): Pass the frame to tty-color-by-index. | |
| 7603 (realize_tty_face): tty-color-alist is now a function which | |
| 7604 accepts the frame as argument. | |
| 7605 | |
| 7606 * term.c (Ftty_display_color_p): Accept an optional argument | |
| 7607 FRAME. | |
| 7608 | |
| 27086 | 7609 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 7610 | |
| 7611 * term.c (insert_glyphs): Pass glyph, not &glyph, to | |
| 7612 encode_terminal_code. | |
| 7613 | |
| 27084 | 7614 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 7615 | |
| 7616 * dispnew.c (mode_line_string): Support termcap frames as well. | |
| 7617 | |
| 27067 | 7618 2000-01-01 Gerd Moellmann <gerd@gnu.org> |
| 7619 | |
| 27082 | 7620 * syntax.c (Fforward_word): Undo previous change. |
| 7621 | |
| 7622 * editfns.c (Fconstrain_to_field): Don't constrain if | |
| 7623 inhibit-field-text-motion is non-nil. | |
| 7624 (Fline_beginning_position): Undo previous change. | |
| 7625 (Fline_end_position): Ditto. | |
| 7626 | |
| 7627 * syntax.c (Fforward_word): Notice field boundaries only if | |
| 7628 inhibit-field-text-motion is nil. | |
| 7629 | |
| 7630 * lisp.h: Add extern declaration for Vinhibit_field_text_motion. | |
| 7631 | |
| 7632 * editfns.c (Vinhibit_field_text_motion): New variable. | |
| 7633 (inhibit-field-text-motion): New DEFVAR_LISP. | |
| 7634 (Fline_beginning_position, Fline_end_position): Notice field | |
| 7635 boundaries only if inhibit-field-text-motion is nil. | |
| 7636 | |
| 27072 | 7637 * xfns.c (x_create_x_image_and_pixmap): Remove parameter FILE. |
| 7638 All calls adjusted. | |
| 7639 (x_build_heuristic_mask): Likewise. | |
| 7640 (xbm_load_image_from_file): Change error output. | |
| 7641 (xbm_load, xpm_load, pbm_load, png_load, jpeg_load, tiff_load) | |
| 7642 (gif_load, gs_load, x_kill_gs_process): Ditto. | |
| 7643 | |
| 27067 | 7644 * xfns.c (gif_load): Avoid sign extension and thus out of bounds |
| 7645 color indices when accessing raster pixels. | |
| 27070 | 7646 (gif_image_p, png_image_p, jpeg_image_p, tiff_image_p): Allow only |
| 7647 one of :file or :data. | |
| 7648 (enum pbm_keyword_index): Add PBM_DATA. | |
| 7649 (pbm_format): Add :data. | |
| 7650 (pbm_image_p): Allow either :file or :data. | |
| 7651 (pbm_read_file): New function. | |
| 7652 (pbm_scan_number): Rewritten to read from string. | |
| 7653 (pbm_load): Support :data. | |
| 27067 | 7654 |
| 30727 | 7655 See ChangeLog.8 for earlier changes. |
| 30994 | 7656 |
| 7657 ;; Local Variables: | |
| 31346 | 7658 ;; coding: iso-2022-7bit |
| 30994 | 7659 ;; End: |
