Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 609:13e3d7ae7155
[xemacs-hg @ 2001-06-06 12:34:42 by ben]
nitpicky fixes:
emodules.c, tooltalk.c, process-unix.c: Fix warnings pointed out by Martin.
lisp.h: Correct usage of CBufbyte.
esd.c: indentation changes.
bytecode.c, eval.c, fileio.c: Use CBufbyte instead of char for error/warning functions.
linuxplay.c, miscplay.c, sgiplay.c, sunplay.c: Define DONT_ENCAPSULATE. (All encapsulation is removed in my pending Mule workspace.)
sgiplay.c: Put back #include <audio.h> accidentally removed.
Make play_sound_data return an int, like all other
such functions in *play.c.
sound.c: Fix up documentation of `play-sound'.
sysfile.h: Don't include sys/fcntl.h, as per Martin's advice.
| author | ben |
|---|---|
| date | Wed, 06 Jun 2001 12:34:47 +0000 |
| parents | 4d7fdf497470 |
| children | 38db05db9cb5 |
comparison
equal
deleted
inserted
replaced
| 608:4d7fdf497470 | 609:13e3d7ae7155 |
|---|---|
| 1 2001-06-06 Ben Wing <ben@xemacs.org> | |
| 2 | |
| 3 * emodules.c (emodules_load): | |
| 4 * tooltalk.c (check_status): | |
| 5 * process-unix.c (unix_canonicalize_host_name): | |
| 6 * process-unix.c (unix_open_network_stream): | |
| 7 Fix warnings pointed out by Martin. | |
| 8 | |
| 9 * lisp.h: | |
| 10 Correct usage of CBufbyte. | |
| 11 | |
| 12 * esd.c (esd_play_sound_file): | |
| 13 * esd.c (esd_play_sound_data): | |
| 14 indentation changes. | |
| 15 | |
| 16 * bytecode.c (invalid_byte_code): | |
| 17 * eval.c (print_subr): | |
| 18 * eval.c (build_error_data): | |
| 19 * eval.c (signal_error): | |
| 20 * eval.c (maybe_signal_error): | |
| 21 * eval.c (signal_continuable_error): | |
| 22 * eval.c (maybe_signal_continuable_error): | |
| 23 * eval.c (signal_error_2): | |
| 24 * eval.c (maybe_signal_error_2): | |
| 25 * eval.c (signal_continuable_error_2): | |
| 26 * eval.c (maybe_signal_continuable_error_2): | |
| 27 * eval.c (signal_ferror): | |
| 28 * eval.c (maybe_signal_ferror): | |
| 29 * eval.c (signal_continuable_ferror): | |
| 30 * eval.c (maybe_signal_continuable_ferror): | |
| 31 * eval.c (signal_ferror_with_frob): | |
| 32 * eval.c (maybe_signal_ferror_with_frob): | |
| 33 * eval.c (signal_continuable_ferror_with_frob): | |
| 34 * eval.c (maybe_signal_continuable_ferror_with_frob): | |
| 35 * eval.c (syntax_error): | |
| 36 * eval.c (syntax_error_2): | |
| 37 * eval.c (maybe_syntax_error): | |
| 38 * eval.c (sferror): | |
| 39 * eval.c (sferror_2): | |
| 40 * eval.c (maybe_sferror): | |
| 41 * eval.c (invalid_argument): | |
| 42 * eval.c (invalid_argument_2): | |
| 43 * eval.c (maybe_invalid_argument): | |
| 44 * eval.c (invalid_constant): | |
| 45 * eval.c (invalid_constant_2): | |
| 46 * eval.c (maybe_invalid_constant): | |
| 47 * eval.c (invalid_operation): | |
| 48 * eval.c (invalid_operation_2): | |
| 49 * eval.c (maybe_invalid_operation): | |
| 50 * eval.c (invalid_change): | |
| 51 * eval.c (invalid_change_2): | |
| 52 * eval.c (maybe_invalid_change): | |
| 53 * eval.c (invalid_state): | |
| 54 * eval.c (invalid_state_2): | |
| 55 * eval.c (maybe_invalid_state): | |
| 56 * eval.c (wtaerror): | |
| 57 * eval.c (stack_overflow): | |
| 58 * eval.c (out_of_memory): | |
| 59 * eval.c (printing_unreadable_object): | |
| 60 * eval.c (caught_a_squirmer): | |
| 61 * eval.c (eval_in_buffer_trapping_errors): | |
| 62 * eval.c (run_hook_trapping_errors): | |
| 63 * eval.c (safe_run_hook_trapping_errors): | |
| 64 * eval.c (call0_trapping_errors): | |
| 65 * eval.c (call1_trapping_errors): | |
| 66 * eval.c (call2_trapping_errors): | |
| 67 * eval.c (warn_when_safe): | |
| 68 * fileio.c (report_file_type_error): | |
| 69 * fileio.c (report_error_with_errno): | |
| 70 * fileio.c (report_file_error): | |
| 71 Use CBufbyte instead of char for error/warning functions. | |
| 72 | |
| 73 * linuxplay.c: | |
| 74 * linuxplay.c (DONT_ENCAPSULATE): | |
| 75 * miscplay.c: | |
| 76 * miscplay.c (DONT_ENCAPSULATE): | |
| 77 * sgiplay.c: | |
| 78 * sgiplay.c (DONT_ENCAPSULATE): | |
| 79 * sunplay.c: | |
| 80 * sunplay.c (DONT_ENCAPSULATE): | |
| 81 Define DONT_ENCAPSULATE. (All encapsulation is removed in my | |
| 82 pending Mule workspace.) | |
| 83 | |
| 84 * sgiplay.c (play_sound_data): | |
| 85 * sgiplay.c (play_internal): | |
| 86 Put back #include <audio.h> accidentally removed. | |
| 87 Make play_sound_data return an int, like all other | |
| 88 such functions in *play.c. | |
| 89 | |
| 90 * sound.c: | |
| 91 Fix up documentation of `play-sound'. | |
| 92 | |
| 93 * sysfile.h: | |
| 94 Don't include sys/fcntl.h, as per Martin's advice. | |
| 95 | |
| 96 | |
| 1 2001-06-04 William M. Perry <wmperry@gnu.org> | 97 2001-06-04 William M. Perry <wmperry@gnu.org> |
| 2 | 98 |
| 3 * gpmevent.c (KG_CTRL): Just define these unconditionally. The | 99 * gpmevent.c (KG_CTRL): Just define these unconditionally. The |
| 4 linux headers are so lame that they do not expose these to | 100 linux headers are so lame that they do not expose these to |
| 5 userland programs and you cannot gracefully include the kernel | 101 userland programs and you cannot gracefully include the kernel |
