]> code.delx.au - gnu-emacs/log
gnu-emacs
22 years agoComment change.
Richard M. Stallman [Sun, 3 Mar 2002 21:44:59 +0000 (21:44 +0000)]
Comment change.

22 years ago(te-create-terminfo): Use make-temp-file
Richard M. Stallman [Sun, 3 Mar 2002 21:37:31 +0000 (21:37 +0000)]
(te-create-terminfo): Use make-temp-file
to create the source file in a safe way.

22 years ago(Major Modes): Explain major mode functions, how they work, and how
Richard M. Stallman [Sun, 3 Mar 2002 20:27:25 +0000 (20:27 +0000)]
(Major Modes): Explain major mode functions, how they work, and how
long the effect lasts.

22 years ago[!emacs]: Move #define of bcopy to after string.h.
Richard M. Stallman [Sun, 3 Mar 2002 20:11:42 +0000 (20:11 +0000)]
[!emacs]: Move #define of bcopy to after string.h.

22 years ago[!emacs]: Replace ospeed for building standalone
Richard M. Stallman [Sun, 3 Mar 2002 20:11:20 +0000 (20:11 +0000)]
[!emacs]: Replace ospeed for building standalone
libtermcap, for binary compatibility.

22 years ago(file_p): Rename arg `path' to `filename'.
Richard M. Stallman [Sun, 3 Mar 2002 20:09:47 +0000 (20:09 +0000)]
(file_p): Rename arg `path' to `filename'.

22 years ago(Fexpand_abbrev): Increment plist as use count only if it is an integer.
Richard M. Stallman [Sun, 3 Mar 2002 20:08:56 +0000 (20:08 +0000)]
(Fexpand_abbrev): Increment plist as use count only if it is an integer.

22 years ago(png_load): Set screen_gamma based on f->gamma.
Richard M. Stallman [Sun, 3 Mar 2002 20:07:42 +0000 (20:07 +0000)]
(png_load): Set screen_gamma based on f->gamma.
If png_get_sRGB gives an answer, call png_set_gamma
using the default image gamma value.

22 years ago(read1): When reading from a file, default string to
Richard M. Stallman [Sun, 3 Mar 2002 20:06:11 +0000 (20:06 +0000)]
(read1): When reading from a file, default string to
multibyte only if it has some multibyte characters.

22 years ago(print_object): Output multibyte chars 128...255
Richard M. Stallman [Sun, 3 Mar 2002 20:04:17 +0000 (20:04 +0000)]
(print_object): Output multibyte chars 128...255
using \x even if ! print_escape_multibyte.

22 years ago(display_mode_element): Move the places where
Richard M. Stallman [Sun, 3 Mar 2002 20:02:08 +0000 (20:02 +0000)]
(display_mode_element): Move the places where
bytepos, charpos, this, and lisp_string are set.
Use lisp_string to set bytepos.

(display_mode_element): Merge properties specified with
:propertize onto those that come with the string.

(redisplay_internal): Call clear_image_cache only if HAVE_WINDOW_SYSTEM.

22 years agoRename the variables related to automatic horizontal scrolling.
Eli Zaretskii [Sun, 3 Mar 2002 17:41:19 +0000 (17:41 +0000)]
Rename the variables related to automatic horizontal scrolling.

22 years ago(Horizontal Scrolling): Rename automatic-hscrolling to auto-hscroll-mode.
Eli Zaretskii [Sun, 3 Mar 2002 17:38:24 +0000 (17:38 +0000)]
(Horizontal Scrolling): Rename automatic-hscrolling to auto-hscroll-mode.

22 years ago(Horizontal Scrolling): Rename automatic-hscrolling, automatic-hscroll-step
Eli Zaretskii [Sun, 3 Mar 2002 17:36:21 +0000 (17:36 +0000)]
(Horizontal Scrolling): Rename automatic-hscrolling, automatic-hscroll-step
and automatic-hscroll-margin to, respectively, auto-hscroll-mode,
hscroll-step, and hscroll-margin.

22 years ago*** empty log message ***
Eli Zaretskii [Sun, 3 Mar 2002 17:33:17 +0000 (17:33 +0000)]
*** empty log message ***

22 years agoRename automatic-hscroll-step and
Eli Zaretskii [Sun, 3 Mar 2002 17:32:17 +0000 (17:32 +0000)]
Rename automatic-hscroll-step and
automatic-hscroll-margin into hscroll-step and hscroll-margin.

22 years ago(auto-hscroll-mode): Renamed from automatic-hscrolling.
Eli Zaretskii [Sun, 3 Mar 2002 17:31:45 +0000 (17:31 +0000)]
(auto-hscroll-mode): Renamed from automatic-hscrolling.
(automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.

22 years ago(texinfo-insert-menu): specify previously free variable `level' in a
Robert J. Chassell [Sun, 3 Mar 2002 17:30:07 +0000 (17:30 +0000)]
(texinfo-insert-menu): specify previously free variable `level' in a
`let' statement, as done elsewhere.

(texinfo-sequentially-find-pointer): replace unneeded free variable
`beginning' with (point-min) expression.

22 years ago(syms_of_xdisp) <auto-hscroll-mode>: Renamed from
Eli Zaretskii [Sun, 3 Mar 2002 17:28:52 +0000 (17:28 +0000)]
(syms_of_xdisp) <auto-hscroll-mode>: Renamed from
automatic-hscrolling.  Users changed.
<hscroll-margin>: Renamed from automatic-hscroll-margin.  Users changed.
<hscroll-step>: Renamed from automatic-hscroll-step.  Users changed.

22 years ago(mouse-region-delete-keys): Add deletechar.
Eli Zaretskii [Sun, 3 Mar 2002 16:52:58 +0000 (16:52 +0000)]
(mouse-region-delete-keys): Add deletechar.

22 years ago(International): Fix wording of the last change.
Eli Zaretskii [Sun, 3 Mar 2002 16:25:09 +0000 (16:25 +0000)]
(International): Fix wording of the last change.

22 years agofixed parens in the last patch
Sam Steingold [Sun, 3 Mar 2002 16:09:28 +0000 (16:09 +0000)]
fixed parens in the last patch

22 years ago(tetris-score-file): Put in home dir, not in /tmp.
Richard M. Stallman [Sun, 3 Mar 2002 14:17:47 +0000 (14:17 +0000)]
(tetris-score-file): Put in home dir, not in /tmp.

22 years ago(gamegrid-set-font, gamegrid-setup-face)
Richard M. Stallman [Sun, 3 Mar 2002 14:14:38 +0000 (14:14 +0000)]
(gamegrid-set-font, gamegrid-setup-face)
(gamegrid-make-mono-tty-face): Fix usage of condition-case.

22 years ago(snake-score-file): Put in home dir, not in /tmp.
Richard M. Stallman [Sun, 3 Mar 2002 14:13:14 +0000 (14:13 +0000)]
(snake-score-file): Put in home dir, not in /tmp.

22 years ago(install-arch-indep): Use umask 022 for DOC* and lisp/.
Richard M. Stallman [Sun, 3 Mar 2002 13:08:14 +0000 (13:08 +0000)]
(install-arch-indep): Use umask 022 for DOC* and lisp/.
Run chown $${LOGNAME} on files installed by tar xvf.

22 years ago(find-dired-filter): Fix previous change.
Richard M. Stallman [Sun, 3 Mar 2002 12:00:58 +0000 (12:00 +0000)]
(find-dired-filter): Fix previous change.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Sun, 3 Mar 2002 09:15:10 +0000 (09:15 +0000)]
*** empty log message ***

22 years ago(list-diary-entries): Use `buffer-substring' instead of
Thien-Thi Nguyen [Sun, 3 Mar 2002 08:57:04 +0000 (08:57 +0000)]
(list-diary-entries): Use `buffer-substring' instead of
`buffer-substring-no-properties' to support enriched mode.

22 years ago(find-grep-dired): Rename arg to `regexp'.
Richard M. Stallman [Sun, 3 Mar 2002 00:36:27 +0000 (00:36 +0000)]
(find-grep-dired): Rename arg to `regexp'.

22 years ago(find-grep-dired): Call shell-quote-argument. Specify the -e option.
Richard M. Stallman [Sun, 3 Mar 2002 00:34:32 +0000 (00:34 +0000)]
(find-grep-dired): Call shell-quote-argument.  Specify the -e option.

22 years ago(Fopen_network_stream): Always call turn_on_atimers around connect.
Kim F. Storm [Sun, 3 Mar 2002 00:31:22 +0000 (00:31 +0000)]
(Fopen_network_stream): Always call turn_on_atimers around connect.

22 years agoTest for getpeername.
Kim F. Storm [Sun, 3 Mar 2002 00:26:15 +0000 (00:26 +0000)]
Test for getpeername.

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

22 years ago*** empty log message ***
Richard M. Stallman [Sat, 2 Mar 2002 22:52:46 +0000 (22:52 +0000)]
*** empty log message ***

22 years ago(tildify-string-alist): Entry for xml-mode added.
Pavel Janík [Sat, 2 Mar 2002 20:42:20 +0000 (20:42 +0000)]
(tildify-string-alist): Entry for xml-mode added.
From Milan Zamazal <pdm@zamazal.org>.

22 years agoFix the wording of index entry in the last change.
Eli Zaretskii [Sat, 2 Mar 2002 14:41:57 +0000 (14:41 +0000)]
Fix the wording of index entry in the last change.

22 years ago(Locales): locale-coding-system is used for decoding keyboard input on X.
Eli Zaretskii [Sat, 2 Mar 2002 14:36:54 +0000 (14:36 +0000)]
(Locales): locale-coding-system is used for decoding keyboard input on X.

22 years ago(International, Language Environments, Specify Coding): Make it clear
Eli Zaretskii [Sat, 2 Mar 2002 14:33:47 +0000 (14:33 +0000)]
(International, Language Environments, Specify Coding): Make it clear
that locale-coding-system is used for decoding keyboard input on X.

22 years ago(Encoding and I/O): Mention select-safe-coding-system in the documentation
Eli Zaretskii [Sat, 2 Mar 2002 12:04:21 +0000 (12:04 +0000)]
(Encoding and I/O): Mention select-safe-coding-system in the documentation
of buffer-file-coding-system and save-buffer-coding-system.

22 years ago(syms_of_buffer) <buffer-file-coding-system>: Doc fix.
Eli Zaretskii [Sat, 2 Mar 2002 11:57:50 +0000 (11:57 +0000)]
(syms_of_buffer) <buffer-file-coding-system>: Doc fix.

22 years agoAdded information on how to set options in CDE so
Jan Djärv [Sat, 2 Mar 2002 11:14:03 +0000 (11:14 +0000)]
Added information on how to set options in CDE so
dialogs are not covered by the parent frame.

22 years ago(mwheel-scroll): Remove `double' and `triple' from the
Miles Bader [Sat, 2 Mar 2002 08:21:33 +0000 (08:21 +0000)]
(mwheel-scroll): Remove `double' and `triple' from the
event-modifiers before looking up in `mouse-wheel-scroll-amount'.
If there's no applicable modifiers entry in the alist in
`mouse-wheel-scroll-amount', fall back to the default, not to
nil (which causes full screen scrolls).

22 years agoBlinking cursor enhancement.
Kim F. Storm [Sat, 2 Mar 2002 00:14:09 +0000 (00:14 +0000)]
Blinking cursor enhancement.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 1 Mar 2002 23:52:47 +0000 (23:52 +0000)]
*** empty log message ***

22 years ago(Fminibuffer_selected_window): New function.
Kim F. Storm [Fri, 1 Mar 2002 23:50:12 +0000 (23:50 +0000)]
(Fminibuffer_selected_window): New function.
(syms_of_window): Defsubr it.

22 years ago*** empty log message ***
Kim F. Storm [Fri, 1 Mar 2002 23:49:27 +0000 (23:49 +0000)]
*** empty log message ***

22 years agoBlinking cursor enhancement.
Kim F. Storm [Fri, 1 Mar 2002 22:41:47 +0000 (22:41 +0000)]
Blinking cursor enhancement.

22 years ago(x_display_and_set_cursor): Blink box cursor using
Kim F. Storm [Fri, 1 Mar 2002 22:40:20 +0000 (22:40 +0000)]
(x_display_and_set_cursor): Blink box cursor using
hollow box cursor.  Blink bar cursor using 1 pixel wide bar.

22 years ago(make_window, replace_window): Initialize phys_cursor_width.
Kim F. Storm [Fri, 1 Mar 2002 22:37:16 +0000 (22:37 +0000)]
(make_window, replace_window): Initialize phys_cursor_width.

22 years ago(struct window): New member phys_cursor_width.
Kim F. Storm [Fri, 1 Mar 2002 22:36:09 +0000 (22:36 +0000)]
(struct window): New member phys_cursor_width.

22 years ago(Fopen_network_stream): Use GCPRO6.
Kim F. Storm [Fri, 1 Mar 2002 21:04:00 +0000 (21:04 +0000)]
(Fopen_network_stream): Use GCPRO6.

22 years ago(GCPRO6): New macro.
Kim F. Storm [Fri, 1 Mar 2002 20:59:55 +0000 (20:59 +0000)]
(GCPRO6): New macro.

22 years ago(HAVE_JPEG): Turn it off if libjpeg version < 6b.
Richard M. Stallman [Fri, 1 Mar 2002 16:24:37 +0000 (16:24 +0000)]
(HAVE_JPEG): Turn it off if libjpeg version < 6b.
(HAVE_GIF): Don't use old libungif versions that crash.

22 years ago(texinfo-start-menu-description): Remove extra paren in regexp.
Andreas Schwab [Fri, 1 Mar 2002 16:02:42 +0000 (16:02 +0000)]
(texinfo-start-menu-description): Remove extra paren in regexp.

22 years ago(mouse-show-mark): Use display-mouse-p, not display-graphic-p,
Eli Zaretskii [Fri, 1 Mar 2002 11:43:39 +0000 (11:43 +0000)]
(mouse-show-mark): Use display-mouse-p, not display-graphic-p,
to decide whether to move point or use the highlighting.

22 years ago(eshell-parse-variable-ref): Use `make-temp-file'.
Colin Walters [Fri, 1 Mar 2002 01:47:48 +0000 (01:47 +0000)]
(eshell-parse-variable-ref): Use `make-temp-file'.

22 years agoTypo.
Stefan Monnier [Fri, 1 Mar 2002 01:23:51 +0000 (01:23 +0000)]
Typo.

22 years ago(calc-gnuplot-tempfile): Don't expand against
Colin Walters [Fri, 1 Mar 2002 01:18:37 +0000 (01:18 +0000)]
(calc-gnuplot-tempfile): Don't expand against
`temporary-file-directory'; we now do that in `calc-graph-file-cache'.
(calc-temp-file-name): Use `make-temp-file'.

22 years ago*** empty log message ***
Colin Walters [Fri, 1 Mar 2002 01:14:22 +0000 (01:14 +0000)]
*** empty log message ***

22 years ago(java-font-lock-extra-types): Match java.net.URL, etc.
Richard M. Stallman [Fri, 1 Mar 2002 00:31:26 +0000 (00:31 +0000)]
(java-font-lock-extra-types): Match java.net.URL, etc.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 1 Mar 2002 00:31:15 +0000 (00:31 +0000)]
*** empty log message ***

22 years agoDescribe non-blocking connect using open-network-stream.
Kim F. Storm [Fri, 1 Mar 2002 00:15:34 +0000 (00:15 +0000)]
Describe non-blocking connect using open-network-stream.

22 years ago(Fprocess_status): Document connect and failed return values.
Kim F. Storm [Fri, 1 Mar 2002 00:00:21 +0000 (00:00 +0000)]
(Fprocess_status): Document connect and failed return values.

22 years agoAdded support for non-blocking connect.
Kim F. Storm [Thu, 28 Feb 2002 23:55:18 +0000 (23:55 +0000)]
Added support for non-blocking connect.

22 years ago(Qconnect, Qfailed): New variables.
Kim F. Storm [Thu, 28 Feb 2002 23:53:59 +0000 (23:53 +0000)]
(Qconnect, Qfailed): New variables.
(syms_of_process): Intern and staticpro them.
[NON_BLOCKING_CONNECT]: New conditional.
(connect_wait_mask, num_pending_connects): New variables.
(status_message): Convert Qfailed status.
(Fopen_network_stream): Added support for non-blocking connect.
New optional args: filter, sentinel, non_blocking.  Doc updated.
[HAVE_GETADDRINFO, !HAVE_GETADDRINFO]:  Merged common code.
(deactivate_process): Handle pending non-blocking connect.
(wait_reading_process_input): Poll for status of non-blocking
connects.  Exec sentinel directly when connect succeeds.
(status_notify): Don't read process output if not yet connected.

22 years ago(syms_of_window): Initialize minibuf_selected_window.
Kim F. Storm [Thu, 28 Feb 2002 22:15:45 +0000 (22:15 +0000)]
(syms_of_window): Initialize minibuf_selected_window.

22 years ago(minibuf_selected_window): Renamed from Vminibuf_selected_window.
Kim F. Storm [Thu, 28 Feb 2002 22:11:49 +0000 (22:11 +0000)]
(minibuf_selected_window): Renamed from Vminibuf_selected_window.

22 years ago(minibuf_selected_window): Renamed from
Kim F. Storm [Thu, 28 Feb 2002 22:07:45 +0000 (22:07 +0000)]
(minibuf_selected_window): Renamed from
Vminibuf_selected_window.  Users changed.
(syms_of_window): Staticpro it.

22 years ago(hexl-options): Doc fix.
Pavel Janík [Thu, 28 Feb 2002 16:20:16 +0000 (16:20 +0000)]
(hexl-options): Doc fix.
Update Commentary section.

22 years agoFix typos.
Pavel Janík [Thu, 28 Feb 2002 16:16:52 +0000 (16:16 +0000)]
Fix typos.

22 years ago(sgml-specials, sgml-quick-keys): Doc fixes.
Pavel Janík [Thu, 28 Feb 2002 16:14:50 +0000 (16:14 +0000)]
(sgml-specials, sgml-quick-keys): Doc fixes.

22 years ago(vc-menu-map): New entry "Update to Latest Version", which calls
André Spiegel [Thu, 28 Feb 2002 13:11:11 +0000 (13:11 +0000)]
(vc-menu-map): New entry "Update to Latest Version", which calls
vc-update.  Use the term "Base Version" instead of "Last Version"
for the entries "Revert" and "Compare".

22 years ago(vc-update): New function.
André Spiegel [Thu, 28 Feb 2002 13:01:48 +0000 (13:01 +0000)]
(vc-update): New function.

22 years ago(vc-revert-buffer): If the buffer is not saved, prompt the user to do
André Spiegel [Thu, 28 Feb 2002 10:00:44 +0000 (10:00 +0000)]
(vc-revert-buffer): If the buffer is not saved, prompt the user to do
that first.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 28 Feb 2002 04:17:55 +0000 (04:17 +0000)]
*** empty log message ***

22 years ago(shell-command-on-region): Report non-zero exit
Kim F. Storm [Wed, 27 Feb 2002 23:03:34 +0000 (23:03 +0000)]
(shell-command-on-region): Report non-zero exit
status in mode line instead of buffer.

22 years ago(comint-preoutput-filter-functions): Doc fix.
Richard M. Stallman [Wed, 27 Feb 2002 19:32:12 +0000 (19:32 +0000)]
(comint-preoutput-filter-functions): Doc fix.
(comint-output-filter-functions, comint-input-filter-functions)
(comint-redirect-filter-functions): Likewise.

(comint-redirect-preoutput-filter): Do the local-hook
handling of t when running comint-redirect-filter-functions.
(comint-output-filter): Likewise for comint-preoutput-filter-functions.

22 years agoClarify gamma correction.
Richard M. Stallman [Wed, 27 Feb 2002 05:29:00 +0000 (05:29 +0000)]
Clarify gamma correction.

22 years ago<making srcdir absolute>: Verify that PWD is correct,
Richard M. Stallman [Wed, 27 Feb 2002 03:53:03 +0000 (03:53 +0000)]
<making srcdir absolute>: Verify that PWD is correct,
not just well-formed and valid.

22 years ago*** empty log message ***
Kim F. Storm [Tue, 26 Feb 2002 23:02:14 +0000 (23:02 +0000)]
*** empty log message ***

22 years ago(init_iterator): Compare with Vminibuf_selected_window
Kim F. Storm [Tue, 26 Feb 2002 22:55:08 +0000 (22:55 +0000)]
(init_iterator): Compare with Vminibuf_selected_window
instead of Vminibuf_scroll_window when deciding in which window
the region should be highlighted.  Consequently, the region remains
highlighted even when a completion buffer is also displayed.

22 years ago(CURRENT_MODE_LINE_FACE_ID_3): Compare with
Kim F. Storm [Tue, 26 Feb 2002 22:53:47 +0000 (22:53 +0000)]
(CURRENT_MODE_LINE_FACE_ID_3): Compare with
Vminibuf_selected_window instead of Vminibuf_scroll_window.

22 years ago(read_minibuf): Set Vminibuf_selected_window on first
Kim F. Storm [Tue, 26 Feb 2002 22:52:56 +0000 (22:52 +0000)]
(read_minibuf): Set Vminibuf_selected_window on first
entry to minibuffer or on entry from a non-minibuffer window.

22 years ago(Vminibuf_selected_window): Declare extern.
Kim F. Storm [Tue, 26 Feb 2002 22:52:07 +0000 (22:52 +0000)]
(Vminibuf_selected_window): Declare extern.

22 years ago(Vminibuf_selected_window): New variable.
Kim F. Storm [Tue, 26 Feb 2002 22:50:55 +0000 (22:50 +0000)]
(Vminibuf_selected_window): New variable.
(struct save_window_data): New member minibuf_selected_window.
(Fset_window_configuration): Restore Vminibuf_selected_window.
(Fcurrent_window_configuration): Save Vminibuf_selected_window.
Set minibuf_scroll_window member to nil if minibuf_level is 0.
(compare_window_configurations): Compare minibuf_selected_window.

22 years ago(remote-shell-program): Add doc string.
Richard M. Stallman [Tue, 26 Feb 2002 21:56:12 +0000 (21:56 +0000)]
(remote-shell-program): Add doc string.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 Feb 2002 21:56:03 +0000 (21:56 +0000)]
*** empty log message ***

22 years ago(calc-scroll-left): Call scroll-left interactively, so they do something.
Colin Walters [Tue, 26 Feb 2002 19:54:21 +0000 (19:54 +0000)]
(calc-scroll-left): Call scroll-left interactively, so they do something.
(calc-scroll-right): Ditto.

22 years ago(sorter mode-name): New.
Colin Walters [Tue, 26 Feb 2002 19:53:56 +0000 (19:53 +0000)]
(sorter mode-name): New.
(ibuffer-do-occur): Don't quote ibuffer-marked-char.

22 years ago*** empty log message ***
Colin Walters [Tue, 26 Feb 2002 19:53:41 +0000 (19:53 +0000)]
*** empty log message ***

22 years ago(Fsubstitute_in_file_name): Fix the change from 2002-02-08.
Eli Zaretskii [Tue, 26 Feb 2002 18:42:25 +0000 (18:42 +0000)]
(Fsubstitute_in_file_name): Fix the change from 2002-02-08.

22 years agoDocument the changes with compound-text and compound-text-with-extensions.
Eli Zaretskii [Tue, 26 Feb 2002 16:51:30 +0000 (16:51 +0000)]
Document the changes with compound-text and compound-text-with-extensions.

22 years ago(Window System Selections): The default encoding is now
Eli Zaretskii [Tue, 26 Feb 2002 16:48:59 +0000 (16:48 +0000)]
(Window System Selections): The default encoding is now
compound-text-with-extensions.

22 years ago(Mouse Commands): The default for selections encoding is
Eli Zaretskii [Tue, 26 Feb 2002 16:47:24 +0000 (16:47 +0000)]
(Mouse Commands): The default for selections encoding is
compound-text-with-extensions.

22 years ago*** empty log message ***
Eli Zaretskii [Tue, 26 Feb 2002 16:38:05 +0000 (16:38 +0000)]
*** empty log message ***

22 years ago(Qcompound_text_with_extensions): Renamed from Qcompound_text_no_extensions.
Eli Zaretskii [Tue, 26 Feb 2002 16:37:15 +0000 (16:37 +0000)]
(Qcompound_text_with_extensions): Renamed from Qcompound_text_no_extensions.
(lisp_data_to_selection_data, syms_of_xselect): Use the new name.

22 years ago(ctext-pre-write-conversion): Handle the
Eli Zaretskii [Tue, 26 Feb 2002 16:27:47 +0000 (16:27 +0000)]
(ctext-pre-write-conversion): Handle the
case when FROM is a string, and when we are called from
build_annotations_2.

22 years ago(winner-boring-buffers, winner-set): A window which
Richard M. Stallman [Tue, 26 Feb 2002 16:09:19 +0000 (16:09 +0000)]
(winner-boring-buffers, winner-set): A window which
displays a buffer whose name is in the list `winner-boring-buffers'
will no longer be restored by `winner-undo'.
(winner-sorted-window-list): Used to improve comparison between
window configurations.
(winner-win-data): Simplified and moved.
(winner-conf): Simplified (now uses `winner-win-data').
(winner-change-fun, winner-save-old-configurations)
(winner-save-(un)conditionally, winner-redo): Changes made while in
the minibuffer will be ignored.  (Such changes are undone upon
exit for the minibuffer, anyway.)
(winner-set-conf): Preserve selected window whenever possible.
(winner-make-point-alist): Simplified.
(winner-mode, winner-save-unconditionally): Save current window
configuration on entering minibuffer.
(minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
since it does not change the overall behavior of Emacs.

22 years ago(clear-rectangle-line): Reindent to the same column
Richard M. Stallman [Tue, 26 Feb 2002 16:05:48 +0000 (16:05 +0000)]
(clear-rectangle-line): Reindent to the same column
that move-to-column reached when it tried to go to endcol.