]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.188
- new: 7.3.261
[packages/vim.git] / 7.3.188
CommitLineData
bb987377
ER
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.188
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.188
11Problem: More RISC OS files to remove.
12Solution: Remove them. Update the file list.
13Files: src/proto/gui_riscos.pro, src/proto/os_riscos.pro, Filelist
14
15
16*** ../vim-7.3.187/src/proto/gui_riscos.pro 2010-08-15 21:57:28.000000000 +0200
17--- src/proto/gui_riscos.pro 1970-01-01 01:00:00.000000000 +0100
18***************
19*** 1,66 ****
20- /* Prototypes for gui_riscos.c
21- * Based on gui_x11_pro.h (10 March 2002 version)
22- */
23- void gui_mch_prepare __ARGS((int *argc, char **argv));
24- int gui_mch_init_check __ARGS((void));
25- int gui_mch_init __ARGS((void));
26- void gui_mch_uninit __ARGS((void));
27- void gui_mch_new_colors __ARGS((void));
28- int gui_mch_open __ARGS((void));
29- void gui_init_tooltip_font __ARGS((void));
30- void gui_init_menu_font __ARGS((void));void gui_mch_exit __ARGS((int rc));
31- int gui_mch_get_winpos __ARGS((int *x, int *y));
32- void gui_mch_set_winpos __ARGS((int x, int y));
33- void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height));
34- void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h));
35- int gui_mch_init_font __ARGS((char_u *font_name, int do_fontset));
36- GuiFont gui_mch_get_font __ARGS((char_u *name, int giveErrorIfMissing));
37- int gui_mch_adjust_charheight __ARGS((void));
38- void gui_mch_set_font __ARGS((GuiFont font));
39- void gui_mch_set_fontset __ARGS((GuiFontset fontset));
40- void gui_mch_free_font __ARGS((GuiFont font));
41- void gui_mch_free_fontset __ARGS((GuiFontset fontset));
42- GuiFontset gui_mch_get_fontset __ARGS((char_u *name, int giveErrorIfMissing, int fixed_width));
43- guicolor_T gui_mch_get_color __ARGS((char_u *reqname));
44- void gui_mch_set_fg_color __ARGS((guicolor_T color));
45- void gui_mch_set_bg_color __ARGS((guicolor_T color));
46- void gui_mch_draw_string __ARGS((int row, int col, char_u *s, int len, int flags));
47- int gui_mch_haskey __ARGS((char_u *name));
48- void gui_mch_beep __ARGS((void));
49- void gui_mch_flash __ARGS((int msec));
50- void gui_mch_invert_rectangle __ARGS((int r, int c, int nr, int nc));
51- void gui_mch_iconify __ARGS((void));
52- void gui_mch_set_foreground __ARGS((void));
53- void gui_mch_draw_hollow_cursor __ARGS((guicolor_T color));
54- void gui_mch_draw_part_cursor __ARGS((int w, int h, guicolor_T color));
55- void gui_mch_update __ARGS((void));
56- int gui_mch_wait_for_chars __ARGS((long wtime));
57- void gui_mch_flush __ARGS((void));
58- void gui_mch_clear_block __ARGS((int row1, int col1, int row2, int col2));
59- void gui_mch_clear_all __ARGS((void));
60- void gui_mch_delete_lines __ARGS((int row, int num_lines));
61- void gui_mch_insert_lines __ARGS((int row, int num_lines));
62- void clip_mch_lose_selection __ARGS((VimClipboard *cbd));
63- int clip_mch_own_selection __ARGS((VimClipboard *cbd));
64- void clip_mch_request_selection __ARGS((VimClipboard *cbd));
65- void clip_mch_set_selection __ARGS((VimClipboard *cbd));
66- void gui_mch_menu_grey __ARGS((vimmenu_T *menu, int grey));
67- void gui_mch_menu_hidden __ARGS((vimmenu_T *menu, int hidden));
68- void gui_mch_draw_menubar __ARGS((void));
69- void gui_mch_set_blinking __ARGS((long waittime, long on, long off));
70- void gui_mch_stop_blink __ARGS((void));
71- void gui_mch_start_blink __ARGS((void));
72- void process_event __ARGS((int event, int *block));
73- void gui_mch_show_popupmenu __ARGS((vimmenu_T *menu));
74- long_u gui_mch_get_rgb __ARGS((guicolor_T pixel));
75- void gui_mch_getmouse __ARGS((int *x, int *y));
76- void gui_mch_setmouse __ARGS((int x, int y));
77- void gui_mch_drawsign __ARGS((int row, int col, int typenr));
78- void gui_mch_destroy_sign __ARGS((XImage *sign));
79- void gui_mch_mousehide __ARGS((int hide));
80- void mch_set_mouse_shape __ARGS((int shape));
81- void gui_mch_menu_set_tip __ARGS((vimmenu_T *menu));
82-
83- void ro_redraw_title __ARGS((int window));
84- int ro_ok_to_quit __ARGS((void));
85- /* vim: set ft=c : */
86--- 0 ----
87*** ../vim-7.3.187/src/proto/os_riscos.pro 2010-08-15 21:57:28.000000000 +0200
88--- src/proto/os_riscos.pro 1970-01-01 01:00:00.000000000 +0100
89***************
90*** 1,49 ****
91- /* os_riscos.c */
92- void mch_write __ARGS((char_u *s, int len));
93- int mch_inchar __ARGS((char_u *buf, int maxlen, long wtime, int tb_change_cnt));
94- int mch_char_avail __ARGS((void));
95- long_u mch_avail_mem __ARGS((int special));
96- void mch_delay __ARGS((long msec, int ignoreinput));
97- void mch_suspend __ARGS((void));
98- void mch_init __ARGS((void));
99- int mch_check_win __ARGS((int argc, char **argv));
100- int mch_input_isatty __ARGS((void));
101- int mch_can_restore_title __ARGS((void));
102- int mch_can_restore_icon __ARGS((void));
103- void mch_settitle __ARGS((char_u *title, char_u *icon));
104- void mch_restore_title __ARGS((int which));
105- int mch_get_user_name __ARGS((char_u *s, int len));
106- void mch_get_host_name __ARGS((char_u *s, int len));
107- long mch_get_pid __ARGS((void));
108- int mch_dirname __ARGS((char_u *buf, int len));
109- int mch_FullName __ARGS((char_u *fname, char_u *buf, int len, int force));
110- int mch_isFullName __ARGS((char_u *fname));
111- long mch_getperm __ARGS((char_u *name));
112- int mch_setperm __ARGS((char_u *name, long perm));
113- void mch_hide __ARGS((char_u *name));
114- int mch_isdir __ARGS((char_u *name));
115- int mch_can_exe __ARGS((char_u *name));
116- int mch_nodetype __ARGS((char_u *name));
117- void mch_early_init __ARGS((void));
118- void mch_exit __ARGS((int r));
119- void mch_settmode __ARGS((int tmode));
120- void mch_setmouse __ARGS((int on));
121- int mch_screenmode __ARGS((char_u *arg));
122- int mch_get_shellsize __ARGS((void));
123- void mch_set_shellsize __ARGS((void));
124- void mch_new_shellsize __ARGS((void));
125- int mch_call_shell __ARGS((char_u *cmd, int options));
126- void mch_breakcheck __ARGS((void));
127- int mch_expandpath __ARGS((garray_T *gap, char_u *path, int flags));
128- int expand_section __ARGS((garray_T *gap, char_u *root, char_u *rest, int flags));
129- int mch_expand_wildcards __ARGS((int num_pat, char_u **pat, int *num_file, char_u ***file, int flags));
130- int mch_has_exp_wildcard __ARGS((char_u *p));
131- int mch_has_wildcard __ARGS((char_u *p));
132- int mch_remove __ARGS((char_u *file));
133- char_u *mch_munge_fname __ARGS((char_u *fname));
134- int ro_buflist_add __ARGS((char_u *old_name));
135- int mch_chdir __ARGS((char_u *dir));
136- void mch_read_filetype __ARGS((char_u *file));
137- void mch_set_filetype __ARGS((char_u *file, char_u *type));
138- int mch_check_filetype __ARGS((char_u *fname, char_u *type));
139- /* vim: set ft=c : */
140--- 0 ----
141*** ../vim-7.3.187/Filelist 2011-03-22 18:10:34.000000000 +0100
142--- Filelist 2011-05-10 17:19:21.000000000 +0200
143***************
144*** 428,435 ****
145 README_os390.txt \
146 src/Make_mint.mak \
147 src/Make_ro.mak \
148- src/gui_riscos.c \
149- src/gui_riscos.h \
150 src/if_sniff.c \
151 src/infplist.xml \
152 src/link.390 \
153--- 428,433 ----
154***************
155*** 437,446 ****
156 src/os_beos.h \
157 src/os_beos.rsrc \
158 src/os_mint.h \
159- src/os_riscos.c \
160- src/os_riscos.h \
161- src/proto/gui_riscos.pro \
162- src/proto/os_riscos.pro \
163 src/os_vms_fix.com \
164 src/toolbar.phi \
165
166--- 435,440 ----
167*** ../vim-7.3.187/src/version.c 2011-05-10 16:41:13.000000000 +0200
168--- src/version.c 2011-05-10 17:20:50.000000000 +0200
169***************
170*** 716,717 ****
171--- 716,719 ----
172 { /* Add new patch number below this line */
173+ /**/
174+ 188,
175 /**/
176
177--
178hundred-and-one symptoms of being an internet addict:
17983. Batteries in the TV remote now last for months.
180
181 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
182/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
183\\\ an exciting new programming language -- http://www.Zimbu.org ///
184 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.093434 seconds and 4 git commands to generate.