diff options
| author | Miles Bader | 2005-09-11 22:21:01 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-09-11 22:21:01 +0000 |
| commit | ff8d296438e69b8cf701d95b6ccd271c416c46fd (patch) | |
| tree | 44b388101b40592656ad4c5033aabe2a1ae4b462 /src/ChangeLog | |
| parent | 389cb481135145b80a679beec8cdc8fed75682c5 (diff) | |
| parent | a8f6d239d2d541ec874a22000e0542c20fd55a67 (diff) | |
| download | emacs-ff8d296438e69b8cf701d95b6ccd271c416c46fd.tar.gz emacs-ff8d296438e69b8cf701d95b6ccd271c416c46fd.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 532-541)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 112-115)
- Update from CVS
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7faeafe2329..99c9d951370 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,75 @@ | |||
| 1 | 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * w32term.c (x_bitmap_icon): Load small icons too. | ||
| 4 | |||
| 5 | 2005-09-10 Romain Francoise <romain@orebokech.com> | ||
| 6 | |||
| 7 | * buffer.c (init_buffer): Grow buffer to add directory separator | ||
| 8 | and terminal zero. Fix typos. | ||
| 9 | |||
| 10 | 2005-09-10 Eli Zaretskii <eliz@gnu.org> | ||
| 11 | |||
| 12 | * buffer.c (init_buffer): Fix error message for failed call to | ||
| 13 | get_current_dir_name. | ||
| 14 | (get_current_dir_name): Remove prototype. | ||
| 15 | |||
| 16 | * xsmfns.c: (get_current_dir_name): Remove prototype. | ||
| 17 | |||
| 18 | * lisp.h: (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: Add | ||
| 19 | prototype. | ||
| 20 | |||
| 21 | * sysdep.c [WINDOWSNT]: Add prototype for getwd. | ||
| 22 | Don't #undef NULL after including blockinput.h. | ||
| 23 | |||
| 24 | * config.in: Regenerated. | ||
| 25 | |||
| 26 | 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com> | ||
| 27 | |||
| 28 | Remove the MAXPATHLEN limitations: | ||
| 29 | |||
| 30 | * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: | ||
| 31 | New function. | ||
| 32 | |||
| 33 | * buffer.c (init_buffer): Use it. | ||
| 34 | |||
| 35 | * xsmfns.c (smc_save_yourself_CB): Ditto. | ||
| 36 | |||
| 37 | 2005-09-09 Kim F. Storm <storm@cua.dk> | ||
| 38 | |||
| 39 | * doc.c (Fsubstitute_command_keys): Lookup key binding for | ||
| 40 | commands that are remapped from some other command. | ||
| 41 | |||
| 42 | * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p | ||
| 43 | flag in disabled rows below the window. | ||
| 44 | |||
| 45 | * frame.h (struct frame): New member updated_p. | ||
| 46 | |||
| 47 | * xdisp.c (redisplay_internal): Mark updated frames in new updated_p | ||
| 48 | member. Remove local `updated' array and associated variables. | ||
| 49 | |||
| 50 | 2005-09-07 Kim F. Storm <storm@cua.dk> | ||
| 51 | |||
| 52 | * xdisp.c (handle_display_prop): Respect overlay window property. | ||
| 53 | |||
| 54 | * xdisp.c (try_window): Remove superfluous cursor_height calculation. | ||
| 55 | Fixes crash reported by YAMAMOTO Mitsuharu. | ||
| 56 | |||
| 57 | 2005-09-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 58 | |||
| 59 | * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs. | ||
| 60 | (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p) | ||
| 61 | (xlfdpat_block_match_1, xlfdpat_match): New functions. | ||
| 62 | (xlfdpat_block_match): New macro. | ||
| 63 | (mac_to_x_fontname): Don't use tolower for non-ASCII characters. | ||
| 64 | (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0. | ||
| 65 | (add_font_name_table_entry): Increase font_name_table_size more | ||
| 66 | rapidly. | ||
| 67 | (mac_c_string_match): Remove function. | ||
| 68 | (mac_do_list_fonts): Use XLFD pattern match instead of regular | ||
| 69 | expression match. | ||
| 70 | |||
| 71 | * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters. | ||
| 72 | |||
| 1 | 2005-09-03 Richard M. Stallman <rms@gnu.org> | 73 | 2005-09-03 Richard M. Stallman <rms@gnu.org> |
| 2 | 74 | ||
| 3 | * xdisp.c (redisplay_internal): Make UPDATED as long as needed. | 75 | * xdisp.c (redisplay_internal): Make UPDATED as long as needed. |