diff options
| author | Miles Bader | 2005-09-25 22:07:01 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-09-25 22:07:01 +0000 |
| commit | 7b9dc9afcc06c9d5c3e3f75f3bb420d57cd1de12 (patch) | |
| tree | 27ba66e7b5ca9a56ca0c0a76169249ee48337e6c /src/ChangeLog | |
| parent | 2f022b888f8e37778c13736539bd4434cc882eb2 (diff) | |
| parent | 5fae1caef32374fffc256f7f92952398d226fff2 (diff) | |
| download | emacs-7b9dc9afcc06c9d5c3e3f75f3bb420d57cd1de12.tar.gz emacs-7b9dc9afcc06c9d5c3e3f75f3bb420d57cd1de12.zip | |
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
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 39 |
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 @@ | |||
| 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 |