diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d0ba5ae47c0..c8399ffc594 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,21 @@ | |||
| 1 | 2002-04-01 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2002-04-01 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 2 | ||
| 3 | * region-cache.c (new_region_cache): Use BEG. | ||
| 4 | |||
| 5 | * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos): | ||
| 6 | Use BEG and BEG_BYTE. | ||
| 7 | |||
| 8 | * doc.c (get_doc_string): Return nil of the location is wrong. | ||
| 9 | (reread_doc_file): New fun. | ||
| 10 | (Fdocumentation, Fdocumentation_property): | ||
| 11 | Call it if get_doc_string fails. | ||
| 12 | (Fsnarf_documentation): Make it work for a dumped Emacs. | ||
| 13 | |||
| 14 | * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE. | ||
| 15 | Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case. | ||
| 16 | |||
| 17 | * charset.c (Fstring): Allow 0 arguments. | ||
| 18 | |||
| 3 | * xterm.c (XTread_socket): Fix int/Lisp_Object confusion. | 19 | * xterm.c (XTread_socket): Fix int/Lisp_Object confusion. |
| 4 | 20 | ||
| 5 | * process.c (DATAGRAM_CONN_P, list_processes_1) | 21 | * process.c (DATAGRAM_CONN_P, list_processes_1) |