diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-10-26 00:27:34 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-10-26 00:27:34 +0000 |
commit | 5e8b072b5171625f3483396c82e81b7a865205c8 (patch) | |
tree | b53513162d2e49de883fe8ada46f30dc34f58fe6 | |
parent | baaec43f3d30175df2183aca2a5965d0303cbbee (diff) | |
download | emacs-5e8b072b5171625f3483396c82e81b7a865205c8.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 17 | ||||
-rw-r--r-- | src/ChangeLog | 14 |
2 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 14ed6cdf999..e3f87024362 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-10-25 Stefan Monnier <monnier@cs.yale.edu> + + * textmodes/outline.el (outline-next-heading): Make sure the match-data + is really correct where returning. + 2002-10-24 Juanma Barranquero <lektu@terra.es> * textmodes/outline.el (outline-minor-mode): Add customization group. @@ -22,6 +27,18 @@ 2002-10-21 Stefan Monnier <monnier@cs.yale.edu> + * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat. + Don't hardcode point-min == 1. + + * hexl.el (hexl-mode-old-write-contents-hooks): Remove. + (hexl-mode, hexl-current-address, hexl-address-to-marker) + (hexl-insert-char): Don't hardcode point-min == 1. + (hexl-isearch-search-function): New fun. + (hexl-mode-old-isearch-search-fun-function): New var. + (hexl-mode): Use them. + (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer): + Use write-contents-functions rather then write-contents-hooks. + * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix. (paragraph-indent-text-mode-abbrev-table) (paragraph-indent-text-mode-syntax-table): Remove. diff --git a/src/ChangeLog b/src/ChangeLog index 59f0218992d..8791cac5bec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -43,6 +43,20 @@ * w32fns.c: * xfaces.c: Remove definition of XColor. +2002-10-22 Stefan Monnier <monnier@cs.yale.edu> + + * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char. + + * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>, + Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the + window if it is dedicated. + (Fshrink_window): Add preserve_before as was done for enlarge_window. + (Vspecial_display_function): Update docstring. + + * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer) + (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR. + (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE; + 2002-10-21 Stefan Monnier <monnier@cs.yale.edu> * casefiddle.c (casify_region): Don't treat a prefix char as part |