Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 778:2923009caf47
[xemacs-hg @ 2002-03-16 10:38:59 by ben]
cm.c, file-coding.c: fix warnings.
.cvsignore: Those pesky *.tmp files.
mule\arabic.el, mule\canna-leim.el, mule\china-util.el, mule\chinese.el, mule\cyril-util.el, mule\cyrillic.el, mule\devan-util.el, mule\devanagari.el, mule\english.el, mule\ethio-util.el, mule\ethiopic.el, mule\european.el, mule\greek.el, mule\hebrew.el, mule\indian.el, mule\japan-util.el, mule\japanese.el, mule\korea-util.el, mule\korean.el, mule\lao-util.el, mule\lao.el, mule\misc-lang.el, mule\mule-charset.el, mule\mule-cmds.el, mule\thai-util.el, mule\thai.el, mule\tibet-util.el, mule\tibetan.el, mule\viet-util.el, mule\vietnamese.el, unicode.el: Fix lots of warnings. Sync up some files to FSF 21.1. Copy over
all charset definitions from FSF 21.1, convert them to our format,
and stick them in the relevant files. Eventually we will actually
be able to dump these files (though they may not quite work).
autoload.el: Support defun*, defmacro*.
mule/mule-composite.el, mule/mule-composite-stub.el: New file, stubs for
nonexistent composition funs/vars.
mule/viet-chars.el, dumped-lisp.el: Account for these changes.
font.el, mouse.el, msw-font-menu.el, printer.el, startup.el: fix warnings.
author | ben |
---|---|
date | Sat, 16 Mar 2002 10:39:19 +0000 |
parents | e65d9cf16707 |
children | 578cb2932d72 |
comparison
equal
deleted
inserted
replaced
777:e65d9cf16707 | 778:2923009caf47 |
---|---|
1 2002-03-16 Ben Wing <ben@xemacs.org> | |
2 | |
3 * cm.c (cmgoto): | |
4 * file-coding.c: | |
5 * file-coding.c (detection_result_symbol_to_number): | |
6 fix warnings. | |
7 | |
8 2002-03-16 IKEYAMA Tomonori <tomonori@suiyokai.org> | |
9 | |
10 * unicode.c (add_charsets_to_precedence_list): Fix passing wrong | |
11 argument to XCHARSET_LEADING_BYTE. | |
12 | |
13 2002-03-15 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
14 | |
15 * intl-encap-win32.c (copy_shfileinfoa_to_shfileinfow): | |
16 Take size parameter and assert it's big enough. | |
17 * intl-encap-win32.c (qxeSHGetFileInfo): | |
18 Deal with the case where no fileinfo structure is passed in. | |
19 | |
20 2002-03-14 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
21 | |
22 * intl-encap-win32.c: Remove EncryptFile, DecryptFile & | |
23 mciGetDeviceIDFromElementID - APIs are not available on Win98 | |
24 * intl-auto-encap-win32.c: ditto | |
25 * intl-auto-encap-win32.h: ditto | |
26 * intl-encap-win32.c: Remove 'dir' command. | |
27 | |
28 2002-03-13 William M. Perry <wmperry@gnu.org> | |
29 | |
30 * ui-gtk.c (__allocate_object_storage): Make static to avoid | |
31 warnings. | |
32 (type_to_marshaller_type): Ditto. | |
33 | |
34 * symsinit.h: Added some missing *_gtk_* functions to avoid | |
35 warnings. | |
36 | |
37 * select-gtk.c: Add extern definitions of lisp_to_time and | |
38 time_to_lisp to avoid warnings. | |
39 | |
40 * redisplay-gtk.c (gtk_flash): reorder select/poll stuff to avoid | |
41 warning about 'poll' being implicitly defined. Mirrors change | |
42 made to redisplay-x.c some time ago. | |
43 (gtk_bevel_area): Fix unused variable warning. | |
44 | |
45 * gtk-xemacs.c (smash_face_fallbacks): ifdef this out to avoid | |
46 warnings. | |
47 | |
48 * glyphs-gtk.c (write_lisp_string_to_temp_file): Fix 'grpro3' | |
49 typo. | |
50 (gtk_locate_pixmap_file): Use split_external_path instead of | |
51 decode_path. | |
52 | |
53 * gccache-gtk.c (gc_cache_hash): Fix signed/unsigned warning. | |
54 | |
55 * event-gtk.c: event-mods.h no longer needed. event-gtk.h is. | |
56 | |
57 * emacs-marshals.c (our_string_hash): Make this function static to | |
58 avoid warnings. | |
59 | |
60 * device-gtk.c (gtk_event_name): Fix signed/unsigned warning. | |
61 | |
62 * event-gtk.h: New header file to hold declarations from | |
63 event-gtk.c that are used in other files. The quest to remove | |
64 compilation warnings from GTK files begins. | |
65 | |
1 2002-03-15 Ben Wing <ben@xemacs.org> | 66 2002-03-15 Ben Wing <ben@xemacs.org> |
2 | 67 |
3 * config.h.in: | 68 * config.h.in: |
4 * sysdep.c: | 69 * sysdep.c: |
5 * sysdep.c (get_process_times_1): | 70 * sysdep.c (get_process_times_1): |