diff options
| author | Kenichi Handa | 2012-11-27 22:03:42 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-11-27 22:03:42 +0900 |
| commit | 45d0fdd8f0a7e4679931a9703fd0bb715552288b (patch) | |
| tree | 2bef73a476ad16ccf423616795ad71884944f6c0 /src/ChangeLog | |
| parent | 2aaec2d9be5cec44ea3b59cba476fd3e091f2fc9 (diff) | |
| parent | 026822f9666e1ff2830a561c7f26c50099d2a6ff (diff) | |
| download | emacs-45d0fdd8f0a7e4679931a9703fd0bb715552288b.tar.gz emacs-45d0fdd8f0a7e4679931a9703fd0bb715552288b.zip | |
merge trunk
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c230b4bef24..efa404afc2f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,6 +8,74 @@ | |||
| 8 | * font.c (font_unparse_xlfd): Exclude special characters from the | 8 | * font.c (font_unparse_xlfd): Exclude special characters from the |
| 9 | generating XLFD name. | 9 | generating XLFD name. |
| 10 | 10 | ||
| 11 | 2012-11-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 12 | |||
| 13 | Assume POSIX 1003.1-1988 or later for grp.h, pwd.h. | ||
| 14 | * dired.c (stat_uname, stat_gname): | ||
| 15 | * fileio.c (Fexpand_file_name): Remove no-longer-needed casts. | ||
| 16 | |||
| 17 | Assume POSIX 1003.1-1988 or later for errno.h (Bug#12968). | ||
| 18 | * dired.c (directory_files_internal, file_name_completion): | ||
| 19 | Assume EAGAIN and EINTR are defined. | ||
| 20 | |||
| 21 | * fileio.c (Fcopy_file): Assume EISDIR is defined. | ||
| 22 | * gmalloc.c (ENOMEM, EINVAL): Assume they're defined. | ||
| 23 | * gnutls.c (emacs_gnutls_write): Assume EAGAIN is defined. | ||
| 24 | * lread.c (readbyte_from_file): Assume EINTR is defined. | ||
| 25 | * process.c (wait_reading_process_output, send_process) [subprocesses]: | ||
| 26 | Assume EIO and EAGAIN are defined. | ||
| 27 | * unexcoff.c (write_segment): Assume EFAULT is defined. | ||
| 28 | |||
| 29 | 2012-11-27 Eli Zaretskii <eliz@gnu.org> | ||
| 30 | |||
| 31 | * fontset.c (Finternal_char_font): Return nil on non-GUI frames. | ||
| 32 | (Bug#11964) | ||
| 33 | |||
| 34 | * xdisp.c (draw_glyphs): Don't draw in mouse face if mouse | ||
| 35 | highlighting on the frame was cleared. Prevents assertion | ||
| 36 | violations when repeatedly clicking on the "Top" link of the | ||
| 37 | "bread-crumbs" in Info buffers. | ||
| 38 | |||
| 39 | 2012-11-25 Paul Eggert <eggert@cs.ucla.edu> | ||
| 40 | |||
| 41 | * sysdep.c (sys_subshell): Don't assume pid_t fits in int. | ||
| 42 | |||
| 43 | 2012-11-24 Ken Brown <kbrown@cornell.edu> | ||
| 44 | |||
| 45 | * keyboard.c (HAVE_MOUSE): | ||
| 46 | * frame.c (HAVE_MOUSE): Remove, and rewrite code as if HAVE_MOUSE | ||
| 47 | were always defined. | ||
| 48 | |||
| 49 | 2012-11-24 Eli Zaretskii <eliz@gnu.org> | ||
| 50 | |||
| 51 | * xdisp.c (set_cursor_from_row): Skip step 2 only if point is not | ||
| 52 | between bpos_covered and bpos_max. This fixes cursor display when | ||
| 53 | several display strings follow each other. | ||
| 54 | |||
| 55 | * .gdbinit (pgx): If the glyph's object is a string, display the | ||
| 56 | pointer to string data, rather than the value of the string object | ||
| 57 | itself (which barfs under CHECK_LISP_OBJECT_TYPE). | ||
| 58 | |||
| 59 | * indent.c (Fvertical_motion): If the starting position is covered | ||
| 60 | by a display string, return to one position before that, to avoid | ||
| 61 | overshooting it inside move_it_to. (Bug#12930) | ||
| 62 | |||
| 63 | 2012-11-23 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 64 | |||
| 65 | * frame.h (struct frame): Remove display_preempted member | ||
| 66 | since all users are dead long ago. | ||
| 67 | * nsterm.h (struct x_output): Use the only dummy member. | ||
| 68 | * w32menu.c (pending_menu_activation): Remove since not | ||
| 69 | really used. | ||
| 70 | (set_frame_menubar): Adjust user. | ||
| 71 | * w32term.h (struct x_output): Drop outdated #if 0 code. | ||
| 72 | (struct w32_output): Use bitfields for explicit_parent, | ||
| 73 | asked_for_visible and menubar_active members. Drop | ||
| 74 | unused pending_menu_activation member. | ||
| 75 | * xterm.h (struct x_output): Drop outdated #if 0 code. | ||
| 76 | Use bitfields for explicit_parent, asked_for_visible, | ||
| 77 | has_been_visible and net_wm_state_hidden_seen members. | ||
| 78 | |||
| 11 | 2012-11-23 Eli Zaretskii <eliz@gnu.org> | 79 | 2012-11-23 Eli Zaretskii <eliz@gnu.org> |
| 12 | 80 | ||
| 13 | * makefile.w32-in (globals.h, gl-stamp): Use $(SWITCHCHAR) instead | 81 | * makefile.w32-in (globals.h, gl-stamp): Use $(SWITCHCHAR) instead |