diff options
| author | Miles Bader | 2006-04-09 00:38:22 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-04-09 00:38:22 +0000 |
| commit | 49d395cd57e646162e7f646a8561a416abacac82 (patch) | |
| tree | d7fabed45dfc19d6bff30024f82613f372b97951 /src/ChangeLog | |
| parent | b6828792a25d042ede1ed164389531e30cc3e202 (diff) | |
| parent | 1b155fbd766b0a0f78fca5de62dd16a3542883f1 (diff) | |
| download | emacs-49d395cd57e646162e7f646a8561a416abacac82.tar.gz emacs-49d395cd57e646162e7f646a8561a416abacac82.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-54
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 190-203)
- Update from CVS
- Undo incorrect merge of etc/images/README from Gnus 5.10
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 74-80)
- Update from CVS
- Update from CVS: README: Addition from 5.10.6 tar ball.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3c309679cdb..a4db51e7ca1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,64 @@ | |||
| 1 | 2006-04-08 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Ignore mouse movements | ||
| 4 | if a menu is active on this frame. | ||
| 5 | |||
| 6 | 2006-04-08 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 7 | |||
| 8 | * lisp.h (report_file_error): Mark as NO_RETURN. | ||
| 9 | |||
| 10 | 2006-04-08 Eli Zaretskii <eliz@gnu.org> | ||
| 11 | |||
| 12 | * alloc.c [STDC_HEADERS]: Include stddef.h. | ||
| 13 | |||
| 14 | * lisp.h (PSEUDOVECSIZE): Fix last change. | ||
| 15 | |||
| 16 | 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 17 | |||
| 18 | * process.h (struct Lisp_Process): Replace Lisp_Objects `pid', | ||
| 19 | `raw_status_high', and `raw_status_low' with plain integers, and move | ||
| 20 | them to the end of the structure. | ||
| 21 | |||
| 22 | * alloc.c (allocate_process): Use PSEUDOVECSIZE to initialize the | ||
| 23 | pseudovector's size field so only the Lisp_Object fields get GC'd. | ||
| 24 | |||
| 25 | * process.c (update_status, make_process, Fdelete_process) | ||
| 26 | (Fprocess_status, list_processes_1, start_process_unwind) | ||
| 27 | (create_process, Fmake_network_process, server_accept_connection) | ||
| 28 | (wait_reading_process_output, send_process, Fprocess_running_child_p) | ||
| 29 | (process_send_signal, proc_encode_coding_system, Fprocess_send_eof) | ||
| 30 | (sigchld_handler, status_notify): Adjust to new non-Lisp fields for | ||
| 31 | `pid' and `raw_status'. | ||
| 32 | (Fprocess_id, Fsignal_process): Same, and additionally use floats when | ||
| 33 | representing PIDs that are larger than most-positive-fixnum. | ||
| 34 | |||
| 35 | * keymap.c (describe_map): Only use XINT if we checked INTEGERP. | ||
| 36 | |||
| 37 | * lisp.h (OFFSETOF, PSEUDOVECSIZE): New macros. | ||
| 38 | |||
| 39 | 2006-04-08 Eli Zaretskii <eliz@gnu.org> | ||
| 40 | |||
| 41 | * w32fns.c (Fx_show_tip): Add 3 to the 5th arg of SetWindowPos. | ||
| 42 | |||
| 43 | 2006-04-03 Paul Eggert <eggert@cs.ucla.edu> | ||
| 44 | |||
| 45 | * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to | ||
| 46 | ../lib-src/b2m.c and ../lib-src/editfns.c. | ||
| 47 | (Fcurrent_time_string): Use it. | ||
| 48 | Document that the year might not consume 4 columns if it's outside | ||
| 49 | the range 1000-9999. | ||
| 50 | Check for asctime failure. | ||
| 51 | Don't assume that the output string length is always exactly 24. | ||
| 52 | |||
| 53 | 2006-04-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 54 | |||
| 55 | * macterm.c (XTread_socket): Initialize variable `f' before its use. | ||
| 56 | |||
| 57 | 2006-04-03 Kenichi Handa <handa@m17n.org> | ||
| 58 | |||
| 59 | * image.c: Include "charset.h" and "coding.h". | ||
| 60 | (x_find_image_file): Return an encoded file name. | ||
| 61 | |||
| 1 | 2006-04-01 Eli Zaretskii <eliz@gnu.org> | 62 | 2006-04-01 Eli Zaretskii <eliz@gnu.org> |
| 2 | 63 | ||
| 3 | * configure: Regenerated. | 64 | * configure: Regenerated. |