Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 1149:a123f88fa975
[xemacs-hg @ 2002-12-08 10:24:33 by michaels]
2002-12-02 Mike Sperber <mike@xemacs.org>
* The Great Window Configuration rewrite: Re-implement window
configuration functionality in Emacs Lisp.
* window.h (Fcurrent_window_configuration): Don't export anymore.
(Qcurrent_window_configuration): Declare.
(Qset_window_configuration): Declare.
* event-stream.c (execute_help_form):
* bytecode.c (execute_rare_opcode): Call out to Lisp to save
window excursion.
* window.c (Qcurrent_window_configuration): Declare.
(Qwindow_configurationp):
(Vwindow_configuration_free_list):
(Qset_window_configuration):
(Qtemp_buffer_show_hook):
(struct saved_window):
(struct window_config):
(SAVED_WINDOW_N):
(XWINDOW_CONFIGURATION):
(wrap_window_configuration):
(WINDOW_CONFIGURATIONP):
(CHECK_WINDOW_CONFIGURATION):
(mark_window_config):
(sizeof_window_config_for_n_windows):
(sizeof_window_config):
(print_window_config):
(saved_window_equal):
(window_config_equal):
(Fwindow_configuration_p):
(mark_windows_in_use_closure):
(mark_windows_in_use):
(free_window_configuration):
(Fset_window_configuration):
(count_windows):
(saved_window_index):
(save_window_save):
(Fcurrent_window_configuration):
(Fsave_window_excursion): Remove.
(mark_window_as_deleted): Rectify comment about
`set-window-configuration'.
(Fset_window_buffer): Reinstate code not activated because of old
implementation of window configurations.
(temp_output_buffer_show): Don't run `temp-buffer-show-hook'
anymore---this wasn't supposed to happen anyway according to the
documentation of `temp-buffer-show-function'.
(reinit_vars_of_window): Don't do the window configuration stuff
no more
(vars_of_window): Don't set up `temp-buffer-show-hook' any more.
2002-12-02 Mike Sperber <mike@xemacs.org>
* The Great Window Configuration rewrite: Re-implement window
configuration functionality in Emacs Lisp.
* window-xemacs.el (current-window-configuration):
(set-window-configuration): (plus many functions they depend on)
Re-implement window configurations in Emacs Lisp.
author | michaels |
---|---|
date | Sun, 08 Dec 2002 10:25:14 +0000 |
parents | 0dade3314f4f |
children | 3136b3c99ceb |
comparison
equal
deleted
inserted
replaced
1148:1649f1fb3177 | 1149:a123f88fa975 |
---|---|
1 2002-12-02 Mike Sperber <mike@xemacs.org> | |
2 | |
3 * The Great Window Configuration rewrite: Re-implement window | |
4 configuration functionality in Emacs Lisp. | |
5 | |
6 * window.h (Fcurrent_window_configuration): Don't export anymore. | |
7 (Qcurrent_window_configuration): Declare. | |
8 (Qset_window_configuration): Declare. | |
9 * event-stream.c (execute_help_form): | |
10 * bytecode.c (execute_rare_opcode): Call out to Lisp to save | |
11 window excursion. | |
12 * window.c (Qcurrent_window_configuration): Declare. | |
13 (Qwindow_configurationp): | |
14 (Vwindow_configuration_free_list): | |
15 (Qset_window_configuration): | |
16 (Qtemp_buffer_show_hook): | |
17 (struct saved_window): | |
18 (struct window_config): | |
19 (SAVED_WINDOW_N): | |
20 (XWINDOW_CONFIGURATION): | |
21 (wrap_window_configuration): | |
22 (WINDOW_CONFIGURATIONP): | |
23 (CHECK_WINDOW_CONFIGURATION): | |
24 (mark_window_config): | |
25 (sizeof_window_config_for_n_windows): | |
26 (sizeof_window_config): | |
27 (print_window_config): | |
28 (saved_window_equal): | |
29 (window_config_equal): | |
30 (Fwindow_configuration_p): | |
31 (mark_windows_in_use_closure): | |
32 (mark_windows_in_use): | |
33 (free_window_configuration): | |
34 (Fset_window_configuration): | |
35 (count_windows): | |
36 (saved_window_index): | |
37 (save_window_save): | |
38 (Fcurrent_window_configuration): | |
39 (Fsave_window_excursion): Remove. | |
40 (mark_window_as_deleted): Rectify comment about | |
41 `set-window-configuration'. | |
42 (Fset_window_buffer): Reinstate code not activated because of old | |
43 implementation of window configurations. | |
44 (temp_output_buffer_show): Don't run `temp-buffer-show-hook' | |
45 anymore---this wasn't supposed to happen anyway according to the | |
46 documentation of `temp-buffer-show-function'. | |
47 (reinit_vars_of_window): Don't do the window configuration stuff | |
48 no more | |
49 (vars_of_window): Don't set up `temp-buffer-show-hook' any more. | |
50 | |
1 2002-12-02 Greg Allen <greg_allen@westlb-systems.co.uk> | 51 2002-12-02 Greg Allen <greg_allen@westlb-systems.co.uk> |
2 | 52 |
3 * database.c: Fix open_database. Berkeley DB API has changed in | 53 * database.c: Fix open_database. Berkeley DB API has changed in |
4 4.1. see: http://www.sleepycat.com/docs/ref/upgrade.4.1/fop.html | 54 4.1. see: http://www.sleepycat.com/docs/ref/upgrade.4.1/fop.html |
5 | 55 |