aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c827ba7c53a..4012f446f99 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,42 @@
12005-09-23 Richard M. Stallman <rms@gnu.org>
2
3 * editfns.c (Fformat): Explicitly test for end of format string
4 and don't use `index'.
5
62005-09-23 Dan Nicolaescu <dann@ics.uci.edu>
7
8 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): Define
9 BROKEN_GET_CURRENT_DIR_NAME.
10
11 * sysdep.c (get_current_dir_name): Also define if
12 BROKEN_GET_CURRENT_DIR_NAME.
13
14 * m/ibmrs6000.h: Test for USG5, not USG5_4.
15
162005-09-22 Kim F. Storm <storm@cua.dk>
17
18 * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
19 (message2): Fix commentary. Ok to use alloca'ed memory.
20 Still not ok to use Lisp string data (because of GC).
21 (set_message): Add comment why GC cannot happen.
22
232005-09-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24
25 * macterm.c (xlfdpat_block_match_1): Fix assertion.
26 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
27 variants for a scalable font multiple times.
28
292005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30
31 * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
32 Setup slave tty options before forking.
33
342005-09-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
35
36 * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
37 positions have been set for the frame (as is done for frames in
38 special-display-buffer-names).
39
12005-09-19 Kim F. Storm <storm@cua.dk> 402005-09-19 Kim F. Storm <storm@cua.dk>
2 41
3 * editfns.c (Fformat): Don't scan past end of format string that 42 * editfns.c (Fformat): Don't scan past end of format string that