comparison src/ChangeLog @ 90233:ee12d75eb214

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-85 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 556-561) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 122-124) - Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp. - Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 25 Sep 2005 22:07:01 +0000
parents 626b546fed64 70992428ba25
children b1c1fc853d2f
comparison
equal deleted inserted replaced
90232:eab32348047a 90233:ee12d75eb214
1 2005-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
6 2005-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
16 2005-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
23 2005-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
29 2005-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
34 2005-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
1 2005-09-19 Kim F. Storm <storm@cua.dk> 40 2005-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
4 ends in %. Reported by: Johan Bockg,Ae(Brd. 43 ends in %. Reported by: Johan Bockg,Ae(Brd.
5 44