User: vins
Date: 05/02/19 23:02:06
Modified: xemacs/lisp Tag: release-21-4 ChangeLog buffer.el
window-xemacs.el
Log:
- Document use of same-window-buffer-names and same-window-regexps by pop-to-buffer and
display-buffer.
- Announce latin-euro-standards, update mule-base packages.
Revision Changes Path
No revision
No revision
1.241.2.75 +4 -0 XEmacs/xemacs/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/ChangeLog,v
retrieving revision 1.241.2.74
retrieving revision 1.241.2.75
diff -u -r1.241.2.74 -r1.241.2.75
--- ChangeLog 2005/02/14 04:15:22 1.241.2.74
+++ ChangeLog 2005/02/19 22:01:55 1.241.2.75
@@ -1,3 +1,7 @@
+2005-02-19 Norbert Koch <viteno(a)xemacs.org>
+
+ * etc/PACKAGES: Announce latin-euro-standards, update mule-base.
+
2005-02-12 Vin Shelton <acs(a)xemacs.org>
* etc/OXYMORONS: New list.
No revision
No revision
1.8.4.6 +4 -1 XEmacs/xemacs/etc/Attic/PACKAGES
Index: PACKAGES
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/etc/Attic/PACKAGES,v
retrieving revision 1.8.4.5
retrieving revision 1.8.4.6
diff -u -r1.8.4.5 -r1.8.4.6
--- PACKAGES 2004/04/20 02:56:26 1.8.4.5
+++ PACKAGES 2005/02/19 22:01:59 1.8.4.6
@@ -370,6 +370,9 @@
*** egg-its
MULE: Wnn (4.2 and 6) support. SJ3 support.
+*** latin-euro-standards
+MULE: Support for the Latin{7,8,9,10} character sets & coding systems.
+
*** latin-unity
MULE: find single ISO 8859 character set to encode a buffer.
@@ -383,7 +386,7 @@
MULE: Dictionary support.
*** mule-base
-MULE: Basic Mule support, required for building with Mule.
+MULE: Basic Mule support.
*** mule-ucs
MULE: Extended coding systems (including Unicode) for XEmacs.
No revision
No revision
1.266.2.80 +7 -0 XEmacs/xemacs/lisp/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.266.2.79
retrieving revision 1.266.2.80
diff -u -r1.266.2.79 -r1.266.2.80
--- ChangeLog 2005/02/06 19:23:37 1.266.2.79
+++ ChangeLog 2005/02/19 22:02:00 1.266.2.80
@@ -1,3 +1,10 @@
+2005-02-16 Aidan Kehoe <kehoea(a)parhasard.net>
+
+ * buffer.el (pop-to-buffer):
+ * window-xemacs.el (display-buffer):
+ Document use of `same-window-buffer-names,' `same-window-regexps'
+ by pop-to-buffer and display-buffer.
+
2005-02-06 Vin Shelton <acs(a)xemacs.org>
* XEmacs 21.4.17 is released
1.4.2.1 +6 -1 XEmacs/xemacs/lisp/buffer.el
Index: buffer.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/buffer.el,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -r1.4 -r1.4.2.1
--- buffer.el 2001/04/12 18:21:11 1.4
+++ buffer.el 2005/02/19 22:02:02 1.4.2.1
@@ -71,7 +71,12 @@
another window even if BUFNAME is already visible in the selected window.
If optional third arg is non-nil, it is the frame to pop to this
buffer on.
-If `focus-follows-mouse' is non-nil, keyboard focus is left unchanged."
+If `focus-follows-mouse' is non-nil, keyboard focus is left unchanged.
+
+Buffers with names that are members of the `same-window-buffer-names'
+list, or that match an element of the `same-window-regexps' list are
+treated specially by this function--they are always selected in the
+same window rather than in a different one."
;; #ifdef I18N3
;; #### Doc string should indicate that the buffer name will get
;; translated.
1.10.2.3 +4 -0 XEmacs/xemacs/lisp/window-xemacs.el
Index: window-xemacs.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/window-xemacs.el,v
retrieving revision 1.10.2.2
retrieving revision 1.10.2.3
diff -u -r1.10.2.2 -r1.10.2.3
--- window-xemacs.el 2003/09/14 01:43:25 1.10.2.2
+++ window-xemacs.el 2005/02/19 22:02:02 1.10.2.3
@@ -376,6 +376,10 @@
If `pop-up-frames' is non-nil, make a new frame if no window shows BUFFER.
+If the buffer name is a member of the `same-window-buffer-names' list,
+or matches one of the `same-window-regexps' expressions, display the
+buffer in the currently selected window.
+
Returns the window displaying BUFFER."
(interactive "BDisplay buffer:\nP")
Show replies by date