diff options
| author | Stefan Monnier | 2002-04-01 23:33:40 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-04-01 23:33:40 +0000 |
| commit | c5e5e1f85594ae082e08aaf11a63166c3e20a332 (patch) | |
| tree | 9143a4498d5bdb9788c49e3d45fcb9c707cf8051 /src | |
| parent | 2394187c2c96f22b59e785311187165f97b22755 (diff) | |
| download | emacs-c5e5e1f85594ae082e08aaf11a63166c3e20a332.tar.gz emacs-c5e5e1f85594ae082e08aaf11a63166c3e20a332.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -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) |