]> code.delx.au - gnu-emacs/log
gnu-emacs
22 years agoPort to POSIX 1003.1-2001, which doesn't allow "head -1".
Paul Eggert [Tue, 19 Feb 2002 06:49:08 +0000 (06:49 +0000)]
Port to POSIX 1003.1-2001, which doesn't allow "head -1".
"sed q" is a portable equivalent to plain "head -1".

22 years ago*** empty log message ***
Jason Rumney [Mon, 18 Feb 2002 23:45:18 +0000 (23:45 +0000)]
*** empty log message ***

22 years ago(glyph_rect): Determine the row and glyph more precisely.
Jason Rumney [Mon, 18 Feb 2002 23:31:06 +0000 (23:31 +0000)]
(glyph_rect): Determine the row and glyph more precisely.

22 years ago(query-replace-regexp-eval): Doc fix.
Andreas Schwab [Mon, 18 Feb 2002 20:30:58 +0000 (20:30 +0000)]
(query-replace-regexp-eval): Doc fix.

22 years ago(math-solve-get-int): Convert return value from
Colin Walters [Mon, 18 Feb 2002 20:06:20 +0000 (20:06 +0000)]
(math-solve-get-int): Convert return value from
`math-get-from-counter' to a string before calling `concat' on it.

22 years ago(calc-split-manual): Look for calc.texi.
Colin Walters [Mon, 18 Feb 2002 20:06:07 +0000 (20:06 +0000)]
(calc-split-manual): Look for calc.texi.
(calc-public-autoloads): Obsolete; remove.
(calc-private-autoloads): Ditto.
(calc-add-autoloads): Ditto.

22 years ago(calc-with-default-simplification): Use &rest for body.
Colin Walters [Mon, 18 Feb 2002 20:05:49 +0000 (20:05 +0000)]
(calc-with-default-simplification): Use &rest for body.

22 years ago*** empty log message ***
Colin Walters [Mon, 18 Feb 2002 20:05:23 +0000 (20:05 +0000)]
*** empty log message ***

22 years agoMinor fixup. Remove PCL-CVS (the Emacs CVS code is the latest/greatest).
Stefan Monnier [Mon, 18 Feb 2002 17:25:41 +0000 (17:25 +0000)]
Minor fixup.  Remove PCL-CVS (the Emacs CVS code is the latest/greatest).

22 years agoUpdate from Mats Lidell <matsl@contactor.se>.
Pavel Janík [Mon, 18 Feb 2002 08:03:48 +0000 (08:03 +0000)]
Update from Mats Lidell <matsl@contactor.se>.

22 years ago*** empty log message ***
Jason Rumney [Mon, 18 Feb 2002 00:04:14 +0000 (00:04 +0000)]
*** empty log message ***

22 years ago* emacs.rc: Define VS_VERSION_INFO if not already.
Jason Rumney [Mon, 18 Feb 2002 00:03:38 +0000 (00:03 +0000)]
* emacs.rc: Define VS_VERSION_INFO if not already.
Update version info.

22 years ago* w32term.c (x_autoselect_window_p): New variable.
Jason Rumney [Sun, 17 Feb 2002 23:42:40 +0000 (23:42 +0000)]
* w32term.c (x_autoselect_window_p): New variable.
(syms_of_w32term): DEFVAR_BOOL and initialize it.
(note_mouse_movement): Use it.

* w32term.c (x_check_fullscreen, x_check_fullscreen_move)
(x_fullscreen_adjust): New functions.
(w32_read_socket) <WM_WINDOWPOSCHANGED>:  Don't resize to
fullscreen.  Call x_check_fullscreen_move, and set the
want_fullscreen member of output_data.w32
<WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.

22 years agoNew enum for FULLSCREEN_* constants.
Jason Rumney [Sun, 17 Feb 2002 23:41:06 +0000 (23:41 +0000)]
New enum for FULLSCREEN_* constants.
(struct w32_output): New members want_fullscreen, x_pixels_diff,
y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
(x-fullscreen-adjust): New prototype.

22 years ago(x-option-alist, x-long-option-alist)
Jason Rumney [Sun, 17 Feb 2002 23:08:14 +0000 (23:08 +0000)]
(x-option-alist, x-long-option-alist)
(x-switch-definitions): Remove, use command-line-x-option-alist
instead to be consistent with X.
(x-handle-initial-switch): New function.

22 years ago(mode-line-inactive, header-line): Add the :inherit
Eli Zaretskii [Sun, 17 Feb 2002 18:21:59 +0000 (18:21 +0000)]
(mode-line-inactive, header-line): Add the :inherit
attribute for the tty case.

22 years ago*** empty log message ***
Pavel Janík [Sun, 17 Feb 2002 18:17:51 +0000 (18:17 +0000)]
*** empty log message ***

22 years agoFix wording of the entry about automatic-hscroll-* variables.
Eli Zaretskii [Sun, 17 Feb 2002 18:08:44 +0000 (18:08 +0000)]
Fix wording of the entry about automatic-hscroll-* variables.

22 years agoClarify that the paren in column zero is highlighted only inside
Eli Zaretskii [Sun, 17 Feb 2002 17:26:01 +0000 (17:26 +0000)]
Clarify that the paren in column zero is highlighted only inside
comments and strings.

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 17 Feb 2002 17:00:48 +0000 (17:00 +0000)]
*** empty log message ***

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