]> code.delx.au - gnu-emacs/log
gnu-emacs
24 years ago*** empty log message ***
Kenichi Handa [Fri, 7 Jul 2000 02:02:54 +0000 (02:02 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 6 Jul 2000 21:03:55 +0000 (21:03 +0000)]
*** empty log message ***

24 years ago(window_loop): Add missing gcpro1 local variable.
Gerd Moellmann [Thu, 6 Jul 2000 20:57:43 +0000 (20:57 +0000)]
(window_loop): Add missing gcpro1 local variable.

24 years ago(lpr-page-header-switches): Add `-h' switch.
Gerd Moellmann [Thu, 6 Jul 2000 20:08:45 +0000 (20:08 +0000)]
(lpr-page-header-switches): Add `-h' switch.
(print-region-1): Don't hard code `-h' here.

24 years ago(mail-unsent-separator): Changed "the" to "\\w+", as
Gerd Moellmann [Thu, 6 Jul 2000 20:08:28 +0000 (20:08 +0000)]
(mail-unsent-separator): Changed "the" to "\\w+", as
exim can use "your message" instead of "the message".

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 6 Jul 2000 16:09:00 +0000 (16:09 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Stefan Monnier [Thu, 6 Jul 2000 15:55:35 +0000 (15:55 +0000)]
*** empty log message ***

24 years ago(HAVE_XPM): Check for XpmReturnAllocPixels
Gerd Moellmann [Thu, 6 Jul 2000 15:11:25 +0000 (15:11 +0000)]
(HAVE_XPM): Check for XpmReturnAllocPixels
instead of XpmReadFileToPixmap.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 6 Jul 2000 14:20:42 +0000 (14:20 +0000)]
*** empty log message ***

24 years ago(TAGS-LISP): Don't use `$(lispsource)'.
Gerd Moellmann [Thu, 6 Jul 2000 14:20:10 +0000 (14:20 +0000)]
(TAGS-LISP): Don't use `$(lispsource)'.

24 years ago(TAGS-LISP): Don't pass `$(lispsource)' to make.
Gerd Moellmann [Thu, 6 Jul 2000 14:18:51 +0000 (14:18 +0000)]
(TAGS-LISP): Don't pass `$(lispsource)' to make.

24 years ago(Fwindow_list): Reverse list at the end.
Gerd Moellmann [Thu, 6 Jul 2000 14:18:36 +0000 (14:18 +0000)]
(Fwindow_list): Reverse list at the end.
(candidate_window_p): Add parameter OWINDOW.  ALL_FRAMES nil
means allow windows on OWINDOW's frame, only.
(window_loop): Simplified; use Fwindow_list.

24 years agoDocstrings fixes.
Stefan Monnier [Thu, 6 Jul 2000 13:58:49 +0000 (13:58 +0000)]
Docstrings fixes.
(facemenu-get-face): Don't use internal-find-face.
(facemenu-iterate): Rename arg to match the docstring.

24 years agoRemove redundant change-log.
Stefan Monnier [Thu, 6 Jul 2000 13:25:31 +0000 (13:25 +0000)]
Remove redundant change-log.

24 years ago(uncomment-region): Be more careful when skipping
Stefan Monnier [Thu, 6 Jul 2000 13:24:28 +0000 (13:24 +0000)]
(uncomment-region): Be more careful when skipping
backwards over `=' not to bump into BOBP.

24 years ago2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer [Thu, 6 Jul 2000 05:36:21 +0000 (05:36 +0000)]
2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>

* ediff-diff.el (ediff-wordify): use syntax table.
* ediff-init.el (ediff-has-face-support-p): use
ediff-color-display-p.
(ediff-color-display-p): use display-color-p, changed to defun
from defsubst.
Got rid of special cases for NeXT and OS/2.
* ediff-wind.el (ediff-setup-control-frame): set proper modeline
face.

24 years agoRequire CL.
Stefan Monnier [Wed, 5 Jul 2000 22:07:21 +0000 (22:07 +0000)]
Require CL.
(copy-tree, remprop): Remove, it's provided by CL.
(map-keymap): Define in terms of cl-map-keymap.
(extent-property, set-extent-end-glyph): New functions.

24 years ago(cl-map-keymap): Handle char-tables in keymaps.
Stefan Monnier [Wed, 5 Jul 2000 22:00:58 +0000 (22:00 +0000)]
(cl-map-keymap): Handle char-tables in keymaps.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 5 Jul 2000 20:04:27 +0000 (20:04 +0000)]
*** empty log message ***

24 years ago(DONTCOMPILE): Add comment that the name may
Gerd Moellmann [Wed, 5 Jul 2000 20:03:53 +0000 (20:03 +0000)]
(DONTCOMPILE): Add comment that the name may
not be changed without changing the make-dist script.

24 years ago(XTread_socket): Increment handling_signal at the start,
Gerd Moellmann [Wed, 5 Jul 2000 19:58:34 +0000 (19:58 +0000)]
(XTread_socket): Increment handling_signal at the start,
decrement it at the end.

24 years ago(WAITTYPE, WRETCODE): Put in #if 0.
Gerd Moellmann [Wed, 5 Jul 2000 19:57:51 +0000 (19:57 +0000)]
(WAITTYPE, WRETCODE): Put in #if 0.

24 years ago(handling_signal): External declaration.
Gerd Moellmann [Wed, 5 Jul 2000 19:57:41 +0000 (19:57 +0000)]
(handling_signal): External declaration.

24 years ago(handling_signal): New variable.
Gerd Moellmann [Wed, 5 Jul 2000 19:57:23 +0000 (19:57 +0000)]
(handling_signal): New variable.
(Fsignal): Abort if handling_signal is non-zero.

24 years agoSound support for NetBSD through "Linux emulation" support:
Ken Raeburn [Wed, 5 Jul 2000 19:33:00 +0000 (19:33 +0000)]
Sound support for NetBSD through "Linux emulation" support:
* config.in (HAVE_SOUNDCARD_H): Undef.
(HAVE_SOUND): Define if HAVE_SOUNDCARD_H.
* Makefile.in (LIBSOUND): New variable.
(LIBES): Include it.
* sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and <soundcard.h>.
(DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined elsewhere.
(vox_open): Use DEFAULT_SOUND_DEVICE.
* s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio.

24 years ago* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set
Ken Raeburn [Wed, 5 Jul 2000 19:18:52 +0000 (19:18 +0000)]
* configure.in: Check for <soundcard.h>.  Look for ossaudio library, and set
LIBSOUND accordingly.

24 years ago*** empty log message ***
Andrew Innes [Wed, 5 Jul 2000 17:35:45 +0000 (17:35 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 5 Jul 2000 17:33:10 +0000 (17:33 +0000)]
*** empty log message ***

24 years agoAdd support for `bootstrap' and related targets.
Andrew Innes [Wed, 5 Jul 2000 17:32:43 +0000 (17:32 +0000)]
Add support for `bootstrap' and related targets.

24 years ago(cl-old-mapc): Removed; don't defalias mapc.
Gerd Moellmann [Wed, 5 Jul 2000 17:29:40 +0000 (17:29 +0000)]
(cl-old-mapc): Removed; don't defalias mapc.
(cl-mapc): Use mapc instead of cl-old-mapc.

24 years ago(Vsignaling_function): New variable.
Gerd Moellmann [Wed, 5 Jul 2000 17:24:19 +0000 (17:24 +0000)]
(Vsignaling_function): New variable.
(Fsignal): Compute it.
(syms_of_eval): Staticpro it.

24 years ago(Vsignaling_function): External declaration.
Gerd Moellmann [Wed, 5 Jul 2000 17:23:15 +0000 (17:23 +0000)]
(Vsignaling_function): External declaration.

24 years ago(print_error_message): If Vsignaling_function is set,
Gerd Moellmann [Wed, 5 Jul 2000 17:22:52 +0000 (17:22 +0000)]
(print_error_message): If Vsignaling_function is set,
show it in *Messages*.

24 years agoAdd support for specifying make arguments.
Andrew Innes [Wed, 5 Jul 2000 17:21:29 +0000 (17:21 +0000)]
Add support for specifying make arguments.

24 years ago*** empty log message ***
Dave Love [Wed, 5 Jul 2000 17:07:14 +0000 (17:07 +0000)]
*** empty log message ***

24 years agoFix various typos.
Stefan Monnier [Wed, 5 Jul 2000 17:04:48 +0000 (17:04 +0000)]
Fix various typos.
Add a note about easy-menu's filters now working.
Trim down the add-minor-mode announcement.

24 years ago*** empty log message ***
Andrew Innes [Wed, 5 Jul 2000 17:03:03 +0000 (17:03 +0000)]
*** empty log message ***

24 years agoUse the autoconf recommended approach. Old code #if'd out in case we
Dave Love [Wed, 5 Jul 2000 17:00:06 +0000 (17:00 +0000)]
Use the autoconf recommended approach.  Old code #if'd out in case we
need to revert.

24 years ago(HAVE_SYS_WAIT_H): Added.
Dave Love [Wed, 5 Jul 2000 16:55:46 +0000 (16:55 +0000)]
(HAVE_SYS_WAIT_H): Added.

24 years agoUse AC_HEADER_SYS_WAIT.
Dave Love [Wed, 5 Jul 2000 16:53:30 +0000 (16:53 +0000)]
Use AC_HEADER_SYS_WAIT.

24 years agoAdd support for `bootstrap' and related targets.
Andrew Innes [Wed, 5 Jul 2000 16:37:46 +0000 (16:37 +0000)]
Add support for `bootstrap' and related targets.
Include minimal debug info in emacs.exe in release build.
Remove all dependencies on lisp.h, and fixup some others.

24 years ago(check_memory_limits) [REL_ALLOC]: Use real_morecore
Andrew Innes [Wed, 5 Jul 2000 16:32:37 +0000 (16:32 +0000)]
(check_memory_limits) [REL_ALLOC]: Use real_morecore
when non-NULL instead of __morecore, to take account of buffer
memory.  This also solves a problem with spurious memory warnings
on Windows.

24 years agoMake real_morecore non-static.
Andrew Innes [Wed, 5 Jul 2000 16:31:17 +0000 (16:31 +0000)]
Make real_morecore non-static.

24 years ago(init_environment): Install code from 20.7 for providing
Andrew Innes [Wed, 5 Jul 2000 16:00:13 +0000 (16:00 +0000)]
(init_environment): Install code from 20.7 for providing
default values for environment variables, based on the
executable's own location.
(map_w32_filename): Handle filenames that are longer than
MAX_PATH.
(sys_socket): Install socket inheritance bug fix from 20.7.

24 years ago*** empty log message ***
Stefan Monnier [Wed, 5 Jul 2000 15:41:18 +0000 (15:41 +0000)]
*** empty log message ***

24 years ago(internal_condition_case): Comment out abort if
Andrew Innes [Wed, 5 Jul 2000 15:40:14 +0000 (15:40 +0000)]
(internal_condition_case): Comment out abort if
interrupt_input_blocked is not zero.

24 years ago(easy-menu-define): Docstring fix.
Stefan Monnier [Wed, 5 Jul 2000 15:40:03 +0000 (15:40 +0000)]
(easy-menu-define): Docstring fix.
(easy-menu-do-define): Use `menu-item' format.
Handle case where easy-menu-create-menu returns a symbol.
Manually call the potential top-level filter in the function binding.
(easy-menu-filter-return): New arg NAME.
Convert to a keymap if MENU is an XEmacs menu.
(easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
(easy-menu-converted-items-table, easy-menu-convert-item): New.
(easy-menu-do-add-item): Use it.
(easy-menu-create-menu): Use easy-menu-convert-item.
Wrap easy-menu-filter-return around any :filter specification.
Don't convert the menu if a filter was specified.
Tell easy-menu-make-symbol not to check for MENU being an expression.
(easy-menu-make-symbol): New arg NOEXP.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 5 Jul 2000 15:17:49 +0000 (15:17 +0000)]
*** empty log message ***

24 years ago(eval-defun-2): Remove parameter
Gerd Moellmann [Wed, 5 Jul 2000 15:16:15 +0000 (15:16 +0000)]
(eval-defun-2): Remove parameter
EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
(eval-defun): If called with prefix arg, instrument code for
Edebug.

24 years ago(edebug-eval-defun): Make doc string
Gerd Moellmann [Wed, 5 Jul 2000 15:15:53 +0000 (15:15 +0000)]
(edebug-eval-defun): Make doc string
similar to that of eval-defun.

24 years ago* w32menu.c (w32_menu_display_help):
Stefan Monnier [Wed, 5 Jul 2000 14:08:03 +0000 (14:08 +0000)]
* w32menu.c (w32_menu_display_help):
* xmenu.c (menu_help_callback): Use show_help_echo.

24 years ago(show_help_echo): Declare.
Stefan Monnier [Wed, 5 Jul 2000 14:05:05 +0000 (14:05 +0000)]
(show_help_echo): Declare.

24 years ago(show_help_echo): New function, extracted from read_char.
Stefan Monnier [Wed, 5 Jul 2000 14:01:15 +0000 (14:01 +0000)]
(show_help_echo): New function, extracted from read_char.
Feval its `msg' argument if it's a cons cell.
(read_char): Use it.
(follow_key): Pass `autoload' to get_keyelt.

24 years ago* xterm.c (note_mode_line_highlight, note_mouse_highlight)
Stefan Monnier [Wed, 5 Jul 2000 13:41:00 +0000 (13:41 +0000)]
* xterm.c (note_mode_line_highlight, note_mouse_highlight)
(note_tool_bar_highlight, XTread_socket):
* msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight)
(dos_rawgetc):
* w32term.c (note_mode_line_highlight, note_mouse_highlight)
(note_tool_bar_highlight, w32_read_socket):
Do not gratuitously ignore non-string `help-echo' properties.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 5 Jul 2000 13:14:36 +0000 (13:14 +0000)]
*** empty log message ***

24 years agoCheck DONTCOMPILE in lisp/Makefile.in instead of
Gerd Moellmann [Wed, 5 Jul 2000 12:39:03 +0000 (12:39 +0000)]
Check DONTCOMPILE in lisp/Makefile.in instead of
lisp/Makefile.  Distribute lisp/Makefile.in instead of
lisp/Makefile.

24 years ago(Feval): Put check for interrupt_input_block in #if 0.
Gerd Moellmann [Wed, 5 Jul 2000 12:36:14 +0000 (12:36 +0000)]
(Feval): Put check for interrupt_input_block in #if 0.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 5 Jul 2000 11:54:50 +0000 (11:54 +0000)]
*** empty log message ***

24 years ago(delete_all_subwindows): Reset Vwindow_list.
Gerd Moellmann [Wed, 5 Jul 2000 11:53:35 +0000 (11:53 +0000)]
(delete_all_subwindows): Reset Vwindow_list.

24 years agoRemove duplicate @direntry.
Gerd Moellmann [Wed, 5 Jul 2000 11:41:57 +0000 (11:41 +0000)]
Remove duplicate @direntry.

24 years ago(x_append_glyph, x_append_composite_glyph)
Gerd Moellmann [Wed, 5 Jul 2000 11:41:01 +0000 (11:41 +0000)]
(x_append_glyph, x_append_composite_glyph)
(x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
changes in struct glyph starting 1999-12-27.  Some bit-fields of
struct glyph were not set, which made glyphs unequal when compared
with GLYPH_EQUAL_P.  Redisplay outputs such glyphs, and flickering
effects were the result.  This also depended on the contents of
memory returned by xmalloc.  If flickering happens again, activate
the code in clear_glyph_row that's in #if 0.  If the flickering is
gone with that, chances are that it is caused by something
similar.

24 years ago(clear_glyph_row): Add debug code in #if 0.
Gerd Moellmann [Wed, 5 Jul 2000 11:39:35 +0000 (11:39 +0000)]
(clear_glyph_row): Add debug code in #if 0.

24 years agoAdd some comments.
Gerd Moellmann [Wed, 5 Jul 2000 11:39:10 +0000 (11:39 +0000)]
Add some comments.

24 years ago(add_window_to_list): Add parameter LIST.
Gerd Moellmann [Wed, 5 Jul 2000 11:38:42 +0000 (11:38 +0000)]
(add_window_to_list): Add parameter LIST.
(window_list): Order list so that, for each frame, windows are
in canonical order, and so that frames appear in the list in
the order given by Vframe_list.
(next_window): Reverse the handling of NEXT_P.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 4 Jul 2000 19:01:01 +0000 (19:01 +0000)]
*** empty log message ***

24 years ago(Vwindow_list): New variable.
Gerd Moellmann [Tue, 4 Jul 2000 18:58:02 +0000 (18:58 +0000)]
(Vwindow_list): New variable.
(make_window, delete_window): Set Vwindow_list to nil.
(check_window_containing): New function.
(window_from_coordinates): Rewritten.
(add_window_to_list, window_list, candidate_window_p)
(decode_next_window_args, next_window): New functions.
(Fnext_window, Fprevious_window): Rewritten in terms of
next_window.
(Fwindow_list): New function.
(Fother_window): Cleaned up.
(foreach_window): Add a longer "variable argument list".  Let
callback function return 0 to indicate that cycling over windows
should stop.
(foreach_window_1): Likewise.
(freeze_window_start): Return int.
(init_window): New function.
(syms_of_window): Staticpro Vwindow_list and defsubr Swindow_list.

24 years ago(handle_USR1_signal, handle_USR2_signal) Clear
Gerd Moellmann [Tue, 4 Jul 2000 18:57:38 +0000 (18:57 +0000)]
(handle_USR1_signal, handle_USR2_signal) Clear
input_event with bzero.
(main): Call init_window.

24 years ago*** empty log message ***
Dave Love [Tue, 4 Jul 2000 14:56:20 +0000 (14:56 +0000)]
*** empty log message ***

24 years ago(hl-line-overlay): Make it permanent-local.
Dave Love [Tue, 4 Jul 2000 13:53:23 +0000 (13:53 +0000)]
(hl-line-overlay): Make it permanent-local.

24 years ago[emacs]: Include lisp.h (needed by atimer.h included
Andrew Innes [Tue, 4 Jul 2000 13:06:30 +0000 (13:06 +0000)]
[emacs]: Include lisp.h (needed by atimer.h included
here via blockinput.h).

24 years ago(get_keyelt): Temporarily inhibit GC while evaluating
Gerd Moellmann [Tue, 4 Jul 2000 12:08:25 +0000 (12:08 +0000)]
(get_keyelt): Temporarily inhibit GC while evaluating
a menu filter.

24 years ago*** empty log message ***
Dave Love [Tue, 4 Jul 2000 11:27:14 +0000 (11:27 +0000)]
*** empty log message ***

24 years agoReplaced with a working version, based on 1998-01-12T11:43:22Z!os10000@seidel-space...
Dave Love [Tue, 4 Jul 2000 11:15:24 +0000 (11:15 +0000)]
Replaced with a working version, based on 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.

24 years agoMinor doc fixes and code tweaks.
Dave Love [Tue, 4 Jul 2000 10:35:24 +0000 (10:35 +0000)]
Minor doc fixes and code tweaks.

24 years ago(make_composition_value_copy): Extern it.
Kenichi Handa [Tue, 4 Jul 2000 07:40:23 +0000 (07:40 +0000)]
(make_composition_value_copy): Extern it.

24 years ago(concat): While copying text properties, make each composition
Kenichi Handa [Tue, 4 Jul 2000 07:38:15 +0000 (07:38 +0000)]
(concat): While copying text properties, make each composition
property value a copy.

24 years ago(Fformat): While copying text properties, make each composition
Kenichi Handa [Tue, 4 Jul 2000 07:37:30 +0000 (07:37 +0000)]
(Fformat): While copying text properties, make each composition
property value a copy.

24 years ago(make_composition_value_copy): New function.
Kenichi Handa [Tue, 4 Jul 2000 07:36:58 +0000 (07:36 +0000)]
(make_composition_value_copy): New function.

24 years ago(info-initialize): Use prune-directory-list to remove non-existant
Miles Bader [Tue, 4 Jul 2000 04:50:20 +0000 (04:50 +0000)]
(info-initialize): Use prune-directory-list to remove non-existant
  directories from Info-directory-list.

24 years ago(prune-directory-list): New function.
Miles Bader [Tue, 4 Jul 2000 04:48:49 +0000 (04:48 +0000)]
(prune-directory-list): New function.
(Info-default-directory-list): Rewritten to more methodically
  enumerate a big list of possible info directories (based on the
  list used by the standalone info reader).

24 years ago(woman-man.conf-path): Explicitly include the debian man-db config file
Miles Bader [Tue, 4 Jul 2000 04:46:05 +0000 (04:46 +0000)]
(woman-man.conf-path): Explicitly include the debian man-db config file
"/etc/manpath.config".
(woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
are present in `manpath.config'.
(woman-manpath): Include "/usr/share/man".

24 years ago(command-line): Initialize blink-cursor based
Gerd Moellmann [Mon, 3 Jul 2000 19:14:39 +0000 (19:14 +0000)]
(command-line): Initialize blink-cursor based
on window-system.

24 years ago(blink-cursor-mode): Don't hide cursor initially.
Gerd Moellmann [Mon, 3 Jul 2000 19:13:55 +0000 (19:13 +0000)]
(blink-cursor-mode): Don't hide cursor initially.

24 years ago(blink-cursor): Default to nil if not running under
Gerd Moellmann [Mon, 3 Jul 2000 16:01:31 +0000 (16:01 +0000)]
(blink-cursor): Default to nil if not running under
a window-system.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 3 Jul 2000 13:49:08 +0000 (13:49 +0000)]
*** empty log message ***

24 years ago(LINKER, LD_SWITCH_MACHINE) [LINUX]: Define.
Gerd Moellmann [Mon, 3 Jul 2000 13:48:21 +0000 (13:48 +0000)]
(LINKER, LD_SWITCH_MACHINE) [LINUX]: Define.

24 years ago(face-spec-set): Ignore invalid attributes like 20.x.
Gerd Moellmann [Mon, 3 Jul 2000 13:47:23 +0000 (13:47 +0000)]
(face-spec-set): Ignore invalid attributes like 20.x.
(face-x-resources): Remove duplicate entry for :font.

24 years agoUse dircategory `Emacs'.
Gerd Moellmann [Mon, 3 Jul 2000 13:46:03 +0000 (13:46 +0000)]
Use dircategory `Emacs'.

24 years ago(sweep_weak_table): Mark only objects that are not
Gerd Moellmann [Mon, 3 Jul 2000 12:29:36 +0000 (12:29 +0000)]
(sweep_weak_table): Mark only objects that are not
marked already.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 3 Jul 2000 09:18:48 +0000 (09:18 +0000)]
*** empty log message ***

24 years ago(some-window): New function.
Gerd Moellmann [Mon, 3 Jul 2000 09:17:25 +0000 (09:17 +0000)]
(some-window): New function.
(walk-windows): Remove reference to walk-windows-start.

(walk-windows): Guarantee termination by keeping a list
of all the windows already handled.

24 years ago(server-switch-buffer): Use some-window instead of
Gerd Moellmann [Mon, 3 Jul 2000 09:13:42 +0000 (09:13 +0000)]
(server-switch-buffer): Use some-window instead of
cycling through windows with next-window.

24 years ago(te-process-output): Use walk-windows instead of
Gerd Moellmann [Mon, 3 Jul 2000 09:13:23 +0000 (09:13 +0000)]
(te-process-output): Use walk-windows instead of
cycling through windows with next-window.

24 years ago(dabbrev--find-expansion): Use walk-windows instead
Gerd Moellmann [Mon, 3 Jul 2000 09:13:06 +0000 (09:13 +0000)]
(dabbrev--find-expansion): Use walk-windows instead
of cycling through windows with next-window.

24 years ago(appt-select-lowest-window): Use walk-windows
Gerd Moellmann [Mon, 3 Jul 2000 09:12:39 +0000 (09:12 +0000)]
(appt-select-lowest-window): Use walk-windows
instead of cycling through windows with next-window.

24 years ago(edebug-window-live-p, edebug-window-list)
Gerd Moellmann [Mon, 3 Jul 2000 09:12:12 +0000 (09:12 +0000)]
(edebug-window-live-p, edebug-window-list)
(edebug-get-displayed-buffer-points): Use walk-windows/some-window
instead of cycling through windows with next-window.

24 years ago(bg-window-from-x-y): Use some-window instead
Gerd Moellmann [Mon, 3 Jul 2000 09:11:33 +0000 (09:11 +0000)]
(bg-window-from-x-y): Use some-window instead
of cycling through windows with next-window.

24 years ago(sup-pos-to-window): Use some-window instead
Gerd Moellmann [Mon, 3 Jul 2000 09:11:03 +0000 (09:11 +0000)]
(sup-pos-to-window): Use some-window instead
of cycling through windows with next-window.

24 years ago(refer-find-entry-internal): Use some-window
Gerd Moellmann [Mon, 3 Jul 2000 09:10:44 +0000 (09:10 +0000)]
(refer-find-entry-internal): Use some-window
instead of cycling through windows with next-window.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 3 Jul 2000 07:51:52 +0000 (07:51 +0000)]
*** empty log message ***