diff options
| author | Miles Bader | 2006-02-26 07:09:24 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-02-26 07:09:24 +0000 |
| commit | a6c05016ac9ce84cdff34608b36d5677e9843068 (patch) | |
| tree | b7f6958e7114053de680f16ea840a970c594b085 /src/ChangeLog | |
| parent | 50ca3b1a04f92fed78e7f69ad57479416dc15634 (diff) | |
| parent | 782ea71aba3761983d71bf8ab9bb77c974abab56 (diff) | |
| download | emacs-a6c05016ac9ce84cdff34608b36d5677e9843068.tar.gz emacs-a6c05016ac9ce84cdff34608b36d5677e9843068.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-26
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 119-122)
- Update from CVS
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 829ca27c585..4176e2f29c8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,47 @@ | |||
| 1 | 2006-02-25 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * xterm.h (x_catch_errors) Return value changed to void. | ||
| 4 | (x_uncatch_errors): Unused count argument deleted. | ||
| 5 | |||
| 6 | * xterm.c (x_catch_errors): Don't use record_unwind_protect, since | ||
| 7 | it can be called in a signal handler. | ||
| 8 | (x_catch_errors_unwind): Function deleted. | ||
| 9 | (x_uncatch_errors): Deallocate last x_error_message_stack struct. | ||
| 10 | (x_check_errors): Call x_uncatch_errors before signalling error. | ||
| 11 | |||
| 12 | (x_load_font, x_term_init, XTmouse_position, handle_one_xevent) | ||
| 13 | (x_connection_closed, x_list_fonts): Use new versions of | ||
| 14 | x_catch_errors and x_uncatch_errors. | ||
| 15 | |||
| 16 | * xselect.c (x_own_selection, x_decline_selection_request) | ||
| 17 | (x_reply_selection_request, x_get_foreign_selection) | ||
| 18 | (Fx_get_atom_name, Fx_send_client_event): Likewise. | ||
| 19 | |||
| 20 | * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame): | ||
| 21 | Likewise. | ||
| 22 | |||
| 23 | * eval.c (record_unwind_protect): Add an assertion. | ||
| 24 | |||
| 25 | 2006-02-25 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 26 | |||
| 27 | * process.c (Fmake_network_process): Init the process's mark. | ||
| 28 | |||
| 29 | 2006-02-25 Kim F. Storm <storm@cua.dk> | ||
| 30 | |||
| 31 | * buffer.c (modify_overlay): Force redisplay if we modify an | ||
| 32 | overlay at the end of the buffer. | ||
| 33 | |||
| 34 | 2006-02-24 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 35 | |||
| 36 | * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns | ||
| 37 | nil the image file has been removed, in that case use the (cached) | ||
| 38 | pixmap. | ||
| 39 | |||
| 40 | 2006-02-24 Kenichi Handa <handa@m17n.org> | ||
| 41 | |||
| 42 | * fileio.c (Finsert_file_contents): When a text is replaced | ||
| 43 | partially, be sure to set point before the inserted characters. | ||
| 44 | |||
| 1 | 2006-02-23 Zhang Wei <id.brep@gmail.com> (tiny change) | 45 | 2006-02-23 Zhang Wei <id.brep@gmail.com> (tiny change) |
| 2 | 46 | ||
| 3 | * xfns.c (Fx_file_dialog): Return a decoded file name. | 47 | * xfns.c (Fx_file_dialog): Return a decoded file name. |