Mercurial > emacs
comparison src/ChangeLog @ 58084:af3035cf985a
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 09 Nov 2004 13:18:39 +0000 |
parents | 7d999162c646 |
children | 6f1bde62e20e |
comparison
equal
deleted
inserted
replaced
58083:49b5dabf0ccc | 58084:af3035cf985a |
---|---|
1 2004-11-09 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid). | |
4 Fix various comments referring to XEvents instead of input events. | |
5 (x_queue_event): Fix format strings. | |
6 (x_stop_queuing_selection_requests): Likewise. | |
7 | |
8 * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'. | |
9 (pint2hrstr): Add extra braces to silence compiler. | |
10 | |
11 * print.c (print_object): Fix format string. | |
12 | |
13 * lread.c (read1): Fix next_char matching. | |
14 | |
15 * lisp.h (Fdelete): Add EXFUN. | |
16 (replace_range_2): Add prototype. | |
17 | |
18 * keyboard.c (read_avail_input): Remove unused variable 'discard'. | |
19 | |
20 * intervals.h (NULL_INTERVAL_P): Add separate version when | |
21 ENABLE_CHECKING is not defined to silence compiler. | |
22 (compare_string_intervals): Add prototype. | |
23 | |
24 * fringe.c (destroy_fringe_bitmap): Fix return type. | |
25 (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'. | |
26 | |
27 * emacs.c (Fdump_emacs): Fix format string. | |
28 | |
29 * doc.c: Include <ctype.h>. | |
30 (Fsubstitute_command_keys): Remove unused variable 'firstkey'. | |
31 | |
32 * data.c (store_symval_forwarding): Remove unused variables. | |
33 | |
34 * callint.c (Fcall_interactively): Remove unused variable 'funcar'. | |
35 | |
1 2004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 36 2004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2 | 37 |
3 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies | 38 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies |
4 to ${OLDXMENU}. | 39 to ${OLDXMENU}. |
5 | 40 |
8 * process.c (Fmake_network_process): Remove kludge for interrupted | 43 * process.c (Fmake_network_process): Remove kludge for interrupted |
9 connects on BSD. If connect is interrupted, just close socket and | 44 connects on BSD. If connect is interrupted, just close socket and |
10 start over rather than sleeping and retry with same socket. | 45 start over rather than sleeping and retry with same socket. |
11 | 46 |
12 2004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 47 2004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
13 | 48 |
14 * .cvsignore: Add buildobj.lst. | 49 * .cvsignore: Add buildobj.lst. |
15 | 50 |
16 * doc.c: New variable Vbuild_files. | 51 * doc.c: New variable Vbuild_files. |
17 (Fsnarf_documentation): If Vbuild_files is nil, populate it with | 52 (Fsnarf_documentation): If Vbuild_files is nil, populate it with |
18 file names from buildobh.lst. Only attach docstrings from files | 53 file names from buildobh.lst. Only attach docstrings from files |