aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2005-05-20 04:22:05 +0000
committerMiles Bader2005-05-20 04:22:05 +0000
commit64e9342958694825be1664890dcd22fffcd50d3a (patch)
treea43e1796f5a49ae7eeec671447d10ac3731a1834 /src/ChangeLog
parent5447510256e5a1b371407b751ddcc461044da5df (diff)
parenta18ff9886771c41186eebf8d7984fee2120dbe36 (diff)
downloademacs-64e9342958694825be1664890dcd22fffcd50d3a.tar.gz
emacs-64e9342958694825be1664890dcd22fffcd50d3a.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53
Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 302-319) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 69) - Update from CVS
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog87
1 files changed, 87 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a0999f79f64..10d3bd31bda 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,90 @@
12005-05-19 Nick Roberts <nickrob@snap.net.nz>
2
3 * keyboard.c (syms_of_keyboard): Remove lisp variables
4 post-command-idle-hook and post-command-idle-delay.
5 (command_loop_1): Don't try to execute post-command-idle-hook.
6
72005-05-16 Kim F. Storm <storm@cua.dk>
8
9 * xdisp.c (handle_display_prop): Handle empty replacement.
10 (handle_single_display_spec): Return -1 for empty replacement.
11
12 * keyboard.c (adjust_point_for_property): Skip empty overlay string.
13
14 * .gdbinit (pitx): Print more info about iterator.
15
162005-05-16 Andreas Schwab <schwab@suse.de>
17
18 * unexmacosx.c (unexec_realloc): Move declarations before
19 statements.
20
212005-05-14 Richard M. Stallman <rms@gnu.org>
22
23 * xdisp.c (message3): Call cancel_echoing.
24
25 * alloc.c (Fmemory_full_p): New function.
26 (syms_of_alloc): defsubr it.
27
28 * process.c (send_process_trap): Unblock SIGPIPE.
29 (send_process): Reset SIGPIPE handler before reporting error.
30
312005-05-14 Nick Roberts <nickrob@snap.net.nz>
32
33 * emacs.c (syms_of_emacs): Fix doc string for system-type.
34
352005-05-13 Richard M. Stallman <rms@gnu.org>
36
37 * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
38 (Finsert_file_contents): If we read 0 bytes from a special file,
39 unlock the visited file if we locked it.
40 (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
41 (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
42
432005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
44
45 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
46
47 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]: Regard
48 toolkit scroll bar thumb drag events as squeezable and prevent
49 redisplay from being paused by them.
50
51 * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
52 [!MAC_OSX] (target_ticks): Remove variable.
53 [!MAC_OSX] (check_alarm, pause, index): Remove functions.
54 [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
55 [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
56 event occurs before timeout, behave as if the function were
57 interrupted.
58 [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
59 handling using Time Manager routines.
60 [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask): New
61 variables.
62 [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
63 (setitimer): New functions.
64
65 * macfns.c, macmenu.c: Don't include signal.h.
66
67 * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
68 Rename from get_control_part_bound. All callers changed.
69 (x_scroll_bar_clear): New function.
70 (x_clear_frame): Use it.
71 (XTset_vertical_scroll_bar): Don't call Draw1Control.
72 (x_scroll_bar_handle_click): Change type of second argument from
73 int to ControlPartCode.
74 (check_alarm): Remove declaration.
75 (XTread_Socket) [!TARGET_API_MAC_CARBON]: Don't call it.
76 (XTread_Socket): Use ControlPartCode instead of SInt16.
77
782005-05-13 Nozomu Ando <nand@mac.com>
79
80 * unexmacosx.c: Include assert.h.
81 (MACOSX_MALLOC_MULT16): New define.
82 [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
83 ptr is in unexec regions by checking it is multiple of 16.
84 (unexec_malloc_header_t): New typedef.
85 (unexec_malloc, unexec_realloc, unexec_free): Store and use
86 allocated size information in unexec_malloc_header.
87
12005-05-10 Richard M. Stallman <rms@gnu.org> 882005-05-10 Richard M. Stallman <rms@gnu.org>
2 89
3 * xterm.c (noinclude): Add #undef. 90 * xterm.c (noinclude): Add #undef.