]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 years ago(uce-reply-to-uce): Fix incorrect behavior when
Richard M. Stallman [Sun, 17 Feb 2002 17:00:33 +0000 (17:00 +0000)]
(uce-reply-to-uce): Fix incorrect behavior when
invoked from Rmail with full headers displayed.

22 years agoMinor rewrites.
Richard M. Stallman [Sun, 17 Feb 2002 16:59:06 +0000 (16:59 +0000)]
Minor rewrites.

22 years ago* emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
Kai Großjohann [Sun, 17 Feb 2002 15:08:31 +0000 (15:08 +0000)]
* emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
        when repeated.
        * textmodes/paragraphs.el (mark-paragraph): Ditto.

22 years ago2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Sun, 17 Feb 2002 12:15:17 +0000 (12:15 +0000)]
2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>

* menu-bar.el (menu-bar-showhide-menu): Added speedbar.
(menu-bar-tools-menu): Removed speedbar.

* textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
and `flyspell-mode' entries.

* textmodes/flyspell.el (flyspell): Add to ispell group.

22 years ago(ibuffer-truncate-lines): New option.
Colin Walters [Sun, 17 Feb 2002 10:29:13 +0000 (10:29 +0000)]
(ibuffer-truncate-lines): New option.
(ibuffer-mode):  Use it.

22 years ago*** empty log message ***
Colin Walters [Sun, 17 Feb 2002 10:28:52 +0000 (10:28 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Kai Großjohann [Sun, 17 Feb 2002 09:22:44 +0000 (09:22 +0000)]
*** empty log message ***

22 years ago(ibuffer-toggle-sorting-mode): Make it work. Patch from John Paul
Colin Walters [Sun, 17 Feb 2002 08:57:24 +0000 (08:57 +0000)]
(ibuffer-toggle-sorting-mode): Make it work.  Patch from John Paul
Wallington <jpw@shootybangbang.com>.

22 years ago*** empty log message ***
Colin Walters [Sun, 17 Feb 2002 08:57:09 +0000 (08:57 +0000)]
*** empty log message ***

22 years agoAdd mouse-highlight.
Kim F. Storm [Sun, 17 Feb 2002 00:33:21 +0000 (00:33 +0000)]
Add mouse-highlight.

22 years agoDocument new mouse-highlight variable and associated behaviour.
Kim F. Storm [Sun, 17 Feb 2002 00:11:37 +0000 (00:11 +0000)]
Document new mouse-highlight variable and associated behaviour.

22 years agoAdded mouse-highlight variable to turn off mouse highlight or
Kim F. Storm [Sun, 17 Feb 2002 00:01:15 +0000 (00:01 +0000)]
Added mouse-highlight variable to turn off mouse highlight or
only show it after mouse movement.

22 years ago(disable_mouse_highlight): Removed variable.
Kim F. Storm [Sat, 16 Feb 2002 23:59:22 +0000 (23:59 +0000)]
(disable_mouse_highlight): Removed variable.
(note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
(show_mouse_face): Don't show highlight if mouse_face_hidden is set.
(w32_read_socket): Turn mouse_face_hidden off after mouse movement,
and on after keyboard input.
(w32_initialize_display_info): Initialize mouse_face_hidden.

22 years ago(struct w32_display_info): Add mouse_face_hidden.
Kim F. Storm [Sat, 16 Feb 2002 23:58:23 +0000 (23:58 +0000)]
(struct w32_display_info): Add mouse_face_hidden.

22 years ago(disable_mouse_highlight): Removed variable.
Kim F. Storm [Sat, 16 Feb 2002 23:57:34 +0000 (23:57 +0000)]
(disable_mouse_highlight): Removed variable.
(show_mouse_face): Don't show highlight if mouse_face_hidden is set.
(IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
(internal_terminal_init): Initialize mouse_face_hidden.
(dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
and on after keyboard input.

22 years ago(struct display_info): Add mouse_face_hidden.
Kim F. Storm [Sat, 16 Feb 2002 23:56:41 +0000 (23:56 +0000)]
(struct display_info): Add mouse_face_hidden.

22 years ago(disable_mouse_highlight): Removed variable.
Kim F. Storm [Sat, 16 Feb 2002 23:55:57 +0000 (23:55 +0000)]
(disable_mouse_highlight): Removed variable.
(note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
(show_mouse_face): Don't show highlight if mouse_face_hidden is set.
(XTread_socket): Turn mouse_face_hidden off after mouse movement,
and on after keyboard input.
(x_term_init): Initialize mouse_face_hidden.

22 years ago(struct x_display_info): Add mouse_face_hidden.
Kim F. Storm [Sat, 16 Feb 2002 23:54:42 +0000 (23:54 +0000)]
(struct x_display_info): Add mouse_face_hidden.

22 years ago(Vmouse_highlight): Declare extern.
Kim F. Storm [Sat, 16 Feb 2002 23:54:04 +0000 (23:54 +0000)]
(Vmouse_highlight): Declare extern.

22 years ago(Vmouse_highlight): New variable.
Kim F. Storm [Sat, 16 Feb 2002 23:53:22 +0000 (23:53 +0000)]
(Vmouse_highlight): New variable.
(syms_of_frame): DEFVAR_LISP it.

22 years ago* gnus-msg.el (gnus-post-method): Fix doc.
ShengHuo ZHU [Sat, 16 Feb 2002 19:54:44 +0000 (19:54 +0000)]
* gnus-msg.el (gnus-post-method): Fix doc.

22 years ago(last_mouse_window): New variable.
Eli Zaretskii [Sat, 16 Feb 2002 19:25:24 +0000 (19:25 +0000)]
(last_mouse_window): New variable.
(dos_rawgetc): Fix last change--if the mouse is in the same window
as recorded in last_mouse_window, don't select this window.

22 years ago* gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
ShengHuo ZHU [Sat, 16 Feb 2002 19:03:14 +0000 (19:03 +0000)]
* gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 16 Feb 2002 17:32:07 +0000 (17:32 +0000)]
*** empty log message ***

22 years ago(DONTCOMPILE): Remove cus-start.el.
Eli Zaretskii [Sat, 16 Feb 2002 17:30:01 +0000 (17:30 +0000)]
(DONTCOMPILE): Remove cus-start.el.

22 years ago(lisp, shortlisp): Use cus-start.elc, not cus-start.el.
Eli Zaretskii [Sat, 16 Feb 2002 17:27:39 +0000 (17:27 +0000)]
(lisp, shortlisp): Use cus-start.elc, not cus-start.el.

22 years ago(x_autoselect_window_p): New variable.
Eli Zaretskii [Sat, 16 Feb 2002 15:44:03 +0000 (15:44 +0000)]
(x_autoselect_window_p): New variable.
(syms_of_msdos): Defvar it.
(dos_rawgetc): If x_autoselect_window_p is set, select the window
in which the last mouse movement occured, unless it is already
selected.

22 years agoMark the new hscroll-related variables as documented in the manual.
Eli Zaretskii [Sat, 16 Feb 2002 13:18:54 +0000 (13:18 +0000)]
Mark the new hscroll-related variables as documented in the manual.

22 years ago(Horizontal Scrolling): Document automatic-hscroll-margin and
Eli Zaretskii [Sat, 16 Feb 2002 13:15:48 +0000 (13:15 +0000)]
(Horizontal Scrolling): Document automatic-hscroll-margin and
automatic-hscroll-step.

22 years ago*** empty log message ***
Pavel Janík [Sat, 16 Feb 2002 13:04:09 +0000 (13:04 +0000)]
*** empty log message ***

22 years agoDocument automatic-hscroll-margin and automatic-hscroll-step.
Eli Zaretskii [Sat, 16 Feb 2002 12:59:22 +0000 (12:59 +0000)]
Document automatic-hscroll-margin and automatic-hscroll-step.

22 years ago(reftex-select-label-mode)
Pavel Janík [Sat, 16 Feb 2002 12:57:45 +0000 (12:57 +0000)]
(reftex-select-label-mode)
(reftex-select-bib-mode): Do not use make-local-hook.

22 years ago(idlwave-mode): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 12:53:42 +0000 (12:53 +0000)]
(idlwave-mode): Do not use make-local-hook.

22 years ago(idlwave-shell-mode): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 12:50:25 +0000 (12:50 +0000)]
(idlwave-shell-mode): Do not use make-local-hook.

22 years agoRemove commented provide statement.
Pavel Janík [Sat, 16 Feb 2002 12:48:37 +0000 (12:48 +0000)]
Remove commented provide statement.

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 16 Feb 2002 12:47:06 +0000 (12:47 +0000)]
*** empty log message ***

22 years agoAdd automatic-hscroll-margin and automatic-hscroll-step.
Eli Zaretskii [Sat, 16 Feb 2002 12:45:05 +0000 (12:45 +0000)]
Add automatic-hscroll-margin and automatic-hscroll-step.

22 years ago(automatic_hscroll_margin, Vautomatic_hscroll_step): New variables.
Eli Zaretskii [Sat, 16 Feb 2002 12:40:51 +0000 (12:40 +0000)]
(automatic_hscroll_margin, Vautomatic_hscroll_step): New variables.
(syms_of_xdisp): DEVFAR them.
(hscroll_window_tree): Use automatic_hscroll_margin and
Vautomatic_hscroll_step to compute the amount of window scrolling.

22 years ago*** empty log message ***
Pavel Janík [Sat, 16 Feb 2002 10:11:10 +0000 (10:11 +0000)]
*** empty log message ***

22 years ago(x-autoselect-window): Allow customization.
Pavel Janík [Sat, 16 Feb 2002 10:08:41 +0000 (10:08 +0000)]
(x-autoselect-window): Allow customization.

22 years ago(x-autoselect-window): New variable.
Pavel Janík [Sat, 16 Feb 2002 10:02:38 +0000 (10:02 +0000)]
(x-autoselect-window): New variable.
(note_mouse_movement): Use it.

22 years ago*** empty log message ***
Pavel Janík [Sat, 16 Feb 2002 09:53:29 +0000 (09:53 +0000)]
*** empty log message ***

22 years agoDo not include "systime.h" twice.
Pavel Janík [Sat, 16 Feb 2002 09:51:31 +0000 (09:51 +0000)]
Do not include "systime.h" twice.

22 years ago(eshell-var-initialize): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 09:44:00 +0000 (09:44 +0000)]
(eshell-var-initialize): Do not use make-local-hook.

22 years ago(eshell-show-usage-metrics): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 09:43:38 +0000 (09:43 +0000)]
(eshell-show-usage-metrics): Do not use make-local-hook.

22 years ago(eshell-mode): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 09:43:17 +0000 (09:43 +0000)]
(eshell-mode): Do not use make-local-hook.

22 years ago(eshell-io-initialize): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 09:42:53 +0000 (09:42 +0000)]
(eshell-io-initialize): Do not use make-local-hook.

22 years ago(eshell-ext-initialize): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 09:42:35 +0000 (09:42 +0000)]
(eshell-ext-initialize): Do not use make-local-hook.

22 years ago(eshell-cmd-initialize): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 09:42:11 +0000 (09:42 +0000)]
(eshell-cmd-initialize): Do not use make-local-hook.

22 years ago(eshell-unix-initialize): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 09:41:35 +0000 (09:41 +0000)]
(eshell-unix-initialize): Do not use make-local-hook.

22 years ago(eshell-smart-initialize): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 09:41:11 +0000 (09:41 +0000)]
(eshell-smart-initialize): Do not use make-local-hook.

22 years ago(eshell-rebind-initialize): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 09:40:40 +0000 (09:40 +0000)]
(eshell-rebind-initialize): Do not use make-local-hook.

22 years ago(eshell-prompt-initialize): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 09:40:19 +0000 (09:40 +0000)]
(eshell-prompt-initialize): Do not use make-local-hook.

22 years ago(eshell-pred-initialize): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 09:39:56 +0000 (09:39 +0000)]
(eshell-pred-initialize): Do not use make-local-hook.

22 years ago(eshell-hist-initialize): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 09:39:14 +0000 (09:39 +0000)]
(eshell-hist-initialize): Do not use make-local-hook.

22 years ago(eshell-glob-initialize): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 09:38:46 +0000 (09:38 +0000)]
(eshell-glob-initialize): Do not use make-local-hook.

22 years ago(eshell-dirs-initialize): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 09:38:26 +0000 (09:38 +0000)]
(eshell-dirs-initialize): Do not use make-local-hook.

22 years ago(eshell-cmpl-initialize): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 09:37:54 +0000 (09:37 +0000)]
(eshell-cmpl-initialize): Do not use make-local-hook.

22 years ago(eshell-alias-initialize): Do not use make-local-hook.
Pavel Janík [Sat, 16 Feb 2002 09:36:43 +0000 (09:36 +0000)]
(eshell-alias-initialize): Do not use make-local-hook.

22 years agoFix Pavel's name (again!).
Eli Zaretskii [Sat, 16 Feb 2002 08:39:16 +0000 (08:39 +0000)]
Fix Pavel's name (again!).

22 years agoFix Pavel's name (again!) and restore monotonicity of entries' dates.
Eli Zaretskii [Sat, 16 Feb 2002 08:37:12 +0000 (08:37 +0000)]
Fix Pavel's name (again!) and restore monotonicity of entries' dates.

22 years ago(eshell-hist-initialize): When in the minibuffer, use the global value
John Wiegley [Sat, 16 Feb 2002 07:11:05 +0000 (07:11 +0000)]
(eshell-hist-initialize): When in the minibuffer, use the global value
of `eshell-history-ring', and never save it to disk, or ask to save it
to disk.  This allows users of session.el to control whether its
global state should be persisted or not.
(eshell-add-command-to-history): Don't write Eshell's history out to
disk, let the governing mode control that upon exit.
(eshell-add-input-to-history): New function, with most of the code
from eshell-add-to-history.
(eshell-add-command-to-history): New function, to record in
eshell-history the commands run via eshell-command.
(eshell-add-to-history): Call eshell-add-command-to-history to do most
of the work.

22 years ago(eshell-command): Before reading from the minibuffer, add
John Wiegley [Sat, 16 Feb 2002 07:10:35 +0000 (07:10 +0000)]
(eshell-command): Before reading from the minibuffer, add
eshell-add-command-to-history to minibuffer-exit-hook, and remove it
after read-from-minibuffer returns.

22 years ago*** empty log message ***
John Wiegley [Sat, 16 Feb 2002 07:10:26 +0000 (07:10 +0000)]
*** empty log message ***

22 years ago(eshell-external-command): Added a fix for XEmacs' new dired.el, which
John Wiegley [Sat, 16 Feb 2002 06:43:43 +0000 (06:43 +0000)]
(eshell-external-command): Added a fix for XEmacs' new dired.el, which
adds a global entry in the `file-name-handler-alist'.
(eshell-script-interpreter): Allow whitespace after the #! of a shell
interpretor specification.

22 years agoCorrected the fix to bug 127167.
John Wiegley [Sat, 16 Feb 2002 06:43:19 +0000 (06:43 +0000)]
Corrected the fix to  bug 127167.

22 years ago(BASE_PURESIZE): Increase to 9/5.
Andreas Schwab [Fri, 15 Feb 2002 21:52:12 +0000 (21:52 +0000)]
(BASE_PURESIZE): Increase to 9/5.

22 years agoRemove unwanted changes.
Andreas Schwab [Fri, 15 Feb 2002 21:25:41 +0000 (21:25 +0000)]
Remove unwanted changes.

22 years ago(NSTATICS): Increase to 1280.
Andreas Schwab [Fri, 15 Feb 2002 21:19:08 +0000 (21:19 +0000)]
(NSTATICS): Increase to 1280.

22 years ago*** empty log message ***
Kai Großjohann [Fri, 15 Feb 2002 20:24:11 +0000 (20:24 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 15 Feb 2002 20:01:30 +0000 (20:01 +0000)]
*** empty log message ***

22 years agoWhitespace change.
Richard M. Stallman [Fri, 15 Feb 2002 20:00:18 +0000 (20:00 +0000)]
Whitespace change.

22 years ago(describe-key-briefly): Make output in INSERT case
Richard M. Stallman [Fri, 15 Feb 2002 19:59:25 +0000 (19:59 +0000)]
(describe-key-briefly): Make output in INSERT case
look just like what is displayed in the normal case.

22 years ago(tex-font-lock-keywords-2): Require non-letter after specials.
Andreas Schwab [Fri, 15 Feb 2002 17:06:58 +0000 (17:06 +0000)]
(tex-font-lock-keywords-2): Require non-letter after specials.

22 years ago(menu-bar-tools-menu): Add an item for Calculator.
Eli Zaretskii [Fri, 15 Feb 2002 13:59:05 +0000 (13:59 +0000)]
(menu-bar-tools-menu): Add an item for Calculator.

22 years agoFixes from Dave Love for W3 and PSGML entries.
Eli Zaretskii [Fri, 15 Feb 2002 11:24:48 +0000 (11:24 +0000)]
Fixes from Dave Love for W3 and PSGML entries.

22 years agoFix the encoding of Pavel's name.
Eli Zaretskii [Fri, 15 Feb 2002 10:59:03 +0000 (10:59 +0000)]
Fix the encoding of Pavel's name.

22 years ago(Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
Kai Großjohann [Fri, 15 Feb 2002 09:36:05 +0000 (09:36 +0000)]
(Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
(Vx_super_keysym): New variables.
(syms_of_xterm): DEFVAR_LISP them.
(x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
variables to determine which keys to use for the various
modifiers.

22 years ago* lisp/simple.el (mark-word): Mark more if repeated.
Kai Großjohann [Fri, 15 Feb 2002 08:53:15 +0000 (08:53 +0000)]
* lisp/simple.el (mark-word): Mark more if repeated.
* lisp/textmodes/paragraphs.el (mark-paragraph): Ditto.
(mark-end-of-sentence): Ditto.

22 years agothe madatory typo
Per Abrahamsen [Fri, 15 Feb 2002 08:06:36 +0000 (08:06 +0000)]
the madatory typo

22 years ago2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Fri, 15 Feb 2002 08:04:23 +0000 (08:04 +0000)]
2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>

* wid-edit.el (widgetp): Made it more robuts.

22 years agoRegenerated.
Eli Zaretskii [Thu, 14 Feb 2002 20:43:34 +0000 (20:43 +0000)]
Regenerated.

22 years agoDocument describe-text-at.
Eli Zaretskii [Thu, 14 Feb 2002 20:16:06 +0000 (20:16 +0000)]
Document describe-text-at.

22 years agotypo
Per Abrahamsen [Thu, 14 Feb 2002 16:47:56 +0000 (16:47 +0000)]
typo

22 years ago2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Thu, 14 Feb 2002 16:47:11 +0000 (16:47 +0000)]
2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>

* facemenu.el (describe-text-done): New function.
(describe-text-mode-map): New variable.
(describe-text-mode-hook): New option.
(describe-text-mode): New function.
(describe-text-widget): New function.
(describe-text-sexp): New function.
(describe-text-properties): New function.
(describe-text-category): New command.
(describe-text-at): New command.
(facemenu-menu): Replace `list-text-properties-at' with
`describe-text-at' in the menu.

* wid-edit.el (widgetp): New function.
* wid-edit.el (widget-keymap, widget-insert, widget-setup):
Autoloaded.

* emacs-lisp/pp.el (pp-to-string): Autoloaded.

* wid-browse.el: Removed version and x-url keywords.

22 years ago(bibtex-parse-buffers-stealthily):
Richard M. Stallman [Thu, 14 Feb 2002 01:55:43 +0000 (01:55 +0000)]
(bibtex-parse-buffers-stealthily):
Tell bibtex-parse-keys to output no progress messages.

22 years ago(list-input-methods):
Richard M. Stallman [Thu, 14 Feb 2002 01:53:38 +0000 (01:53 +0000)]
(list-input-methods):
Use help-input-method, not describe-input-method, for button type.

22 years ago(describe-register-1): Access register contents here.
Richard M. Stallman [Thu, 14 Feb 2002 01:47:50 +0000 (01:47 +0000)]
(describe-register-1): Access register contents here.

22 years agoMinor clarification.
Richard M. Stallman [Thu, 14 Feb 2002 01:38:49 +0000 (01:38 +0000)]
Minor clarification.

22 years agoMinor clarifications.
Richard M. Stallman [Thu, 14 Feb 2002 01:38:21 +0000 (01:38 +0000)]
Minor clarifications.

22 years ago(text-mode-hook-identify): Restore previous definition.
Richard M. Stallman [Thu, 14 Feb 2002 01:31:21 +0000 (01:31 +0000)]
(text-mode-hook-identify): Restore previous definition.
Add to text-mode-hook again.

22 years agoExplain about underlined functions in debugger buffer.
Richard M. Stallman [Thu, 14 Feb 2002 00:38:41 +0000 (00:38 +0000)]
Explain about underlined functions in debugger buffer.
Minor clarification.

22 years ago*** empty log message ***
Kim F. Storm [Wed, 13 Feb 2002 22:55:23 +0000 (22:55 +0000)]
*** empty log message ***

22 years agoAdded mode-line-in-non-selected-windows.
Kim F. Storm [Wed, 13 Feb 2002 22:47:25 +0000 (22:47 +0000)]
Added mode-line-in-non-selected-windows.

22 years agomode-line-in-non-selected-windows is now a boolean.
Kim F. Storm [Wed, 13 Feb 2002 22:44:45 +0000 (22:44 +0000)]
mode-line-in-non-selected-windows is now a boolean.

22 years ago(CURRENT_MODE_LINE_FACE_ID_3): Use mode_line_in_non_selected_windows.
Kim F. Storm [Wed, 13 Feb 2002 22:42:03 +0000 (22:42 +0000)]
(CURRENT_MODE_LINE_FACE_ID_3): Use mode_line_in_non_selected_windows.
(mode_line_in_non_selected_windows): Declare extern.
(Vmode_line_in_non_selected_windows): Removed extern.

22 years ago(Vmode_line_in_non_selected_windows): Removed.
Kim F. Storm [Wed, 13 Feb 2002 22:41:12 +0000 (22:41 +0000)]
(Vmode_line_in_non_selected_windows): Removed.
(mode_line_in_non_selected_windows): New variable.
(syms_of_window): DEFVAR_BOOL it.

22 years ago*** empty log message ***
Stefan Monnier [Wed, 13 Feb 2002 22:30:34 +0000 (22:30 +0000)]
*** empty log message ***

22 years agoFix typos.
Pavel Janík [Wed, 13 Feb 2002 21:33:40 +0000 (21:33 +0000)]
Fix typos.

22 years agoUpdate PostScript version.
Pavel Janík [Wed, 13 Feb 2002 21:31:54 +0000 (21:31 +0000)]
Update PostScript version.