Mercurial > emacs
comparison src/ChangeLog @ 89953:029a652ac817
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-23
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-442
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-444
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-445
Tweak permissions
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-446
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-450
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 11 Jul 2004 22:08:06 +0000 |
parents | 6f6e9fe4658b c3b04ca3836e |
children | 97905c4f1a42 |
comparison
equal
deleted
inserted
replaced
89952:6f6e9fe4658b | 89953:029a652ac817 |
---|---|
1 2004-07-10 Luc Teirlinck <teirllm@auburn.edu> | |
2 | |
3 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes. | |
4 | |
5 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window) | |
6 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on) | |
7 (Freplace_buffer_in_windows, Fset_window_buffer) | |
8 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes. | |
9 (syms_of_window): Expand docstring of `display-buffer-function'. | |
10 | |
11 2004-07-09 Luc Teirlinck <teirllm@auburn.edu> | |
12 | |
13 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time) | |
14 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings | |
15 that time values of the type (HIGH . LOW) are considered obsolete. | |
16 | |
17 2004-07-06 Luc Teirlinck <teirllm@auburn.edu> | |
18 | |
19 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table' | |
20 docstring. | |
21 | |
22 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING. | |
23 | |
1 2004-07-06 John Paul Wallington <jpw@gnu.org> | 24 2004-07-06 John Paul Wallington <jpw@gnu.org> |
2 | 25 |
3 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol. | 26 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol. |
27 | |
28 * fns.c (Fclear_string): Signal an error if STRING is not a string. | |
4 | 29 |
5 2004-07-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 30 2004-07-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
6 | 31 |
7 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList | 32 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList |
8 instead of CGMainDisplayID (only in OSX 10.2 and later). | 33 instead of CGMainDisplayID (only in OSX 10.2 and later). |