diff options
| author | Richard M. Stallman | 2004-10-19 16:58:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-10-19 16:58:30 +0000 |
| commit | 8550b998e80fbd6adf76671deed2e176d826ccf9 (patch) | |
| tree | db8343d457754a73b2129a6d712cba16abbce27c /src/ChangeLog | |
| parent | 30b7be474f9c368a91437adecd43a44727565422 (diff) | |
| download | emacs-8550b998e80fbd6adf76671deed2e176d826ccf9.tar.gz emacs-8550b998e80fbd6adf76671deed2e176d826ccf9.zip | |
(Fdelete_and_extract_region): If region is empty, return null string.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a5d67cfbf95..5b22d072cf7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-10-19 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * editfns.c (Fdelete_and_extract_region): | ||
| 4 | If region is empty, return null string. | ||
| 5 | |||
| 1 | 2004-10-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 6 | 2004-10-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left | 8 | * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left |
| @@ -21,10 +26,9 @@ | |||
| 21 | arguments left and width to xg_update_scrollbar_pos. | 26 | arguments left and width to xg_update_scrollbar_pos. |
| 22 | (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also. | 27 | (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also. |
| 23 | 28 | ||
| 24 | 2004-10-19 Kim F. Storm <storm@cua.dk> | 29 | 2004-10-19 Kenichi Handa <handa@m17n.org> |
| 25 | 30 | ||
| 26 | * xdisp.c (display_mode_element): Fix display of wide chars. | 31 | * xdisp.c (display_mode_element): Fix display of wide chars. |
| 27 | From Kenichi Handa <handa@m17n.org>. | ||
| 28 | 32 | ||
| 29 | 2004-10-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 33 | 2004-10-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 30 | 34 | ||
| @@ -36,8 +40,7 @@ | |||
| 36 | 40 | ||
| 37 | * fontset.c (fs_load_font): Use fast_string_match_ignore_case for | 41 | * fontset.c (fs_load_font): Use fast_string_match_ignore_case for |
| 38 | comparing font names. | 42 | comparing font names. |
| 39 | (fs_query_fontset): Use fast_string_match for comparing fontset | 43 | (fs_query_fontset): Use fast_string_match for comparing fontset names. |
| 40 | names. | ||
| 41 | (list_fontsets): Likewise. | 44 | (list_fontsets): Likewise. |
| 42 | 45 | ||
| 43 | * search.c (fast_string_match_ignore_case): New function. | 46 | * search.c (fast_string_match_ignore_case): New function. |