diff options
| author | Richard M. Stallman | 2004-12-03 00:30:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-03 00:30:33 +0000 |
| commit | ab67e8b694d6a3ec89f300208058e07588a28e85 (patch) | |
| tree | 1e550ca1b531e9948fdd3cb5c38c692c4fb582ab /src | |
| parent | 237470e87b72dccf5a8eecc95882fbe5cf996d3b (diff) | |
| download | emacs-ab67e8b694d6a3ec89f300208058e07588a28e85.tar.gz emacs-ab67e8b694d6a3ec89f300208058e07588a28e85.zip | |
(search-whitespace-regexp): Remove the group. Doc fix.
(isearch-mode-map): No special definition for space.
(isearch-whitespace-chars): Command deleted.
(isearch-forward-regexp): Doc fix.
(isearch-quote-char): When a space is not inside brackets,
use `[ ]' instead of just space.
(isearch-lazy-highlight-search): Bind search-spaces-regexp.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2faf38841aa..f6ebe27ebfb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2004-12-02 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * config.in (RE_TRANSLATE_P): If make_number is not a macro, | ||
| 4 | don't use it here. | ||
| 5 | |||
| 6 | * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE. | ||
| 7 | (interactive_p): Skip Scalled_interactively_p frames | ||
| 8 | like Sinteractive_p frames. | ||
| 9 | |||
| 10 | * data.c (Fmake_variable_buffer_local): Doc fix. | ||
| 11 | (Fmake_local_variable): Doc fix. | ||
| 12 | |||
| 13 | * insdel.c (insert_from_string_before_markers) | ||
| 14 | (insert_from_string): Don't modify buffer on empty insertion. | ||
| 15 | |||
| 16 | * window.c (Fget_lru_window, Fget_largest_window): Doc fixes. | ||
| 17 | |||
| 1 | 2004-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 18 | 2004-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 19 | ||
| 3 | * macmenu.c (add_menu_item): Fallback on MacRoman if encoding | 20 | * macmenu.c (add_menu_item): Fallback on MacRoman if encoding |