]> git.eshelyaron.com Git - emacs.git/log
emacs.git
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.

22 years ago(icomplete-exhibit): Use minibuffer-prompt-end.
Richard M. Stallman [Tue, 26 Feb 2002 16:05:35 +0000 (16:05 +0000)]
(icomplete-exhibit): Use minibuffer-prompt-end.

22 years ago(compound-text): Renamed back from compound-text-no-extensions.
Eli Zaretskii [Tue, 26 Feb 2002 15:58:43 +0000 (15:58 +0000)]
(compound-text): Renamed back from compound-text-no-extensions.
(ctext-no-compositions): Remove the mime-charset property.
(compound-text-with-extensions): Renamed from compound-text.
(x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.

22 years ago(list-faces-display): Fix typo.
Juanma Barranquero [Tue, 26 Feb 2002 12:13:35 +0000 (12:13 +0000)]
(list-faces-display): Fix typo.

22 years ago(syms_of_ntproc): Doc fix.
Juanma Barranquero [Tue, 26 Feb 2002 10:01:38 +0000 (10:01 +0000)]
(syms_of_ntproc): Doc fix.

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

22 years ago(focus-follows-mouse): Doc fix.
Richard M. Stallman [Tue, 26 Feb 2002 02:37:58 +0000 (02:37 +0000)]
(focus-follows-mouse): Doc fix.

22 years ago(mouse-wheel-mode): Pass vectors instead of symbols
Miles Bader [Mon, 25 Feb 2002 23:48:40 +0000 (23:48 +0000)]
(mouse-wheel-mode): Pass vectors instead of symbols
to `define-key', since it no longer accepts the latter.

22 years ago(mouse-wheel-scroll-line): Use car of
Jason Rumney [Mon, 25 Feb 2002 23:26:38 +0000 (23:26 +0000)]
(mouse-wheel-scroll-line): Use car of
mouse-wheel-scroll-amount.

22 years ago(mouse-wheel-scroll-amount): Use same definition as
Jason Rumney [Mon, 25 Feb 2002 23:21:01 +0000 (23:21 +0000)]
(mouse-wheel-scroll-amount): Use same definition as
mwheel.el.

22 years ago(iso-2022-jp-2): Add init-bol flag.
Jason Rumney [Mon, 25 Feb 2002 22:52:54 +0000 (22:52 +0000)]
(iso-2022-jp-2): Add init-bol flag.

22 years ago*** empty log message ***
Jason Rumney [Mon, 25 Feb 2002 22:51:03 +0000 (22:51 +0000)]
*** empty log message ***

22 years ago#
André Spiegel [Mon, 25 Feb 2002 22:12:37 +0000 (22:12 +0000)]
#

22 years ago(vc-sccs-diff): Use consistent parameter format for
André Spiegel [Mon, 25 Feb 2002 22:05:16 +0000 (22:05 +0000)]
(vc-sccs-diff): Use consistent parameter format for
vc-diff-switches-list.

22 years ago(vc-rcs-diff): Use consistent parameter format for
André Spiegel [Mon, 25 Feb 2002 22:04:29 +0000 (22:04 +0000)]
(vc-rcs-diff): Use consistent parameter format for
vc-diff-switches-list.

22 years ago(vc-cvs-diff, vc-cvs-diff-tree): Use consistent parameter format for
André Spiegel [Mon, 25 Feb 2002 22:03:24 +0000 (22:03 +0000)]
(vc-cvs-diff, vc-cvs-diff-tree): Use consistent parameter format for
vc-diff-switches-list.

22 years ago(vc-diff-switches-list): Fix prev change, making the function
André Spiegel [Mon, 25 Feb 2002 22:00:51 +0000 (22:00 +0000)]
(vc-diff-switches-list): Fix prev change, making the function
consistent with the others that take a backend name as a symbol.

22 years ago(comint-replace-by-expanded-filename): Do nothing if
Kim F. Storm [Mon, 25 Feb 2002 21:07:37 +0000 (21:07 +0000)]
(comint-replace-by-expanded-filename): Do nothing if
comint-match-partial-filename returns nil.

22 years ago(shell-pcomplete-setup-done): New variable.
Kim F. Storm [Mon, 25 Feb 2002 21:04:00 +0000 (21:04 +0000)]
(shell-pcomplete-setup-done): New variable.
(shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
(shell-pcomplete-reverse): Ditto.

22 years ago(save-match-data): Doc fix.
Juanma Barranquero [Mon, 25 Feb 2002 17:44:03 +0000 (17:44 +0000)]
(save-match-data): Doc fix.

22 years ago2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Mon, 25 Feb 2002 16:29:54 +0000 (16:29 +0000)]
2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>

* ps-print.el (ps-print-printer): Added `lpr' customize group
member.

22 years ago*** empty log message ***
Juanma Barranquero [Mon, 25 Feb 2002 16:07:54 +0000 (16:07 +0000)]
*** empty log message ***

22 years ago(ielm-prompt): Allow customization; make it read-only.
Juanma Barranquero [Mon, 25 Feb 2002 16:07:01 +0000 (16:07 +0000)]
(ielm-prompt): Allow customization; make it read-only.

22 years agoAdd missing backslash.
Juanma Barranquero [Mon, 25 Feb 2002 15:47:41 +0000 (15:47 +0000)]
Add missing backslash.

22 years ago(shell-mode-map): Add "Complete" header so completion
Kim F. Storm [Mon, 25 Feb 2002 10:50:29 +0000 (10:50 +0000)]
(shell-mode-map): Add "Complete" header so completion
menu is shown on the menu bar in shell mode.

22 years ago(ielm-match-data): New var.
Stefan Monnier [Mon, 25 Feb 2002 07:26:15 +0000 (07:26 +0000)]
(ielm-match-data): New var.
(inferior-emacs-lisp-mode): Make it buffer-local.
(ielm-eval-input): Use it to preserve match-data between inputs.

22 years agoInclude "dispextern.h" unconditionally.
Pavel Janík [Sun, 24 Feb 2002 20:37:24 +0000 (20:37 +0000)]
Include "dispextern.h" unconditionally.

22 years ago*** empty log message ***
Jason Rumney [Sun, 24 Feb 2002 18:40:25 +0000 (18:40 +0000)]
*** empty log message ***

22 years ago(WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to using .elc files.
Jason Rumney [Sun, 24 Feb 2002 18:39:16 +0000 (18:39 +0000)]
(WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to using .elc files.
(lisp): Sync with list in src/Makefile.in
(VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.

22 years ago(lisp): Add emacs-lisp/backquote.elc.
Jason Rumney [Sun, 24 Feb 2002 18:31:35 +0000 (18:31 +0000)]
(lisp): Add emacs-lisp/backquote.elc.

22 years ago(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc and disp-table.elc.
Jason Rumney [Sun, 24 Feb 2002 18:02:49 +0000 (18:02 +0000)]
(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc and disp-table.elc.

22 years ago(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc.
Jason Rumney [Sun, 24 Feb 2002 17:42:49 +0000 (17:42 +0000)]
(WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc.

22 years ago*** empty log message ***
Jason Rumney [Sun, 24 Feb 2002 13:29:20 +0000 (13:29 +0000)]
*** empty log message ***

22 years ago(inferior-emacs-lisp-mode): Use hexl for the dummy process.
Jason Rumney [Sun, 24 Feb 2002 13:14:07 +0000 (13:14 +0000)]
(inferior-emacs-lisp-mode): Use hexl for the dummy process.

22 years ago2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Sun, 24 Feb 2002 09:14:41 +0000 (09:14 +0000)]
2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>

* cus-edit.el (custom-unlispify-remove-prefixes): Add to
`custom-buffer' customize group.

22 years ago*** empty log message ***
Colin Walters [Sun, 24 Feb 2002 01:21:32 +0000 (01:21 +0000)]
*** empty log message ***

22 years ago(math-solve-get-sign): Convert integer to string.
Colin Walters [Sun, 24 Feb 2002 01:14:55 +0000 (01:14 +0000)]
(math-solve-get-sign): Convert integer to string.

22 years ago(Flookup_key): Fixed problem in 2001-12-28 patch:
Kim F. Storm [Sun, 24 Feb 2002 00:24:37 +0000 (00:24 +0000)]
(Flookup_key): Fixed problem in 2001-12-28 patch:
The validation of the event type was too strict as it didn't
allow string events; buffer names are used in bindings for
menu-bar-select-buffer (see `menu-bar-update-buffers').

22 years agoModify description of command remapping which now uses a `remap'
Kim F. Storm [Sat, 23 Feb 2002 23:42:31 +0000 (23:42 +0000)]
Modify description of command remapping which now uses a `remap'
prefix-key.

22 years ago*** empty log message ***
Pavel Janík [Sat, 23 Feb 2002 22:54:05 +0000 (22:54 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Kim F. Storm [Sat, 23 Feb 2002 22:32:39 +0000 (22:32 +0000)]
*** empty log message ***

22 years ago(where-is): Use remap-command.
Kim F. Storm [Sat, 23 Feb 2002 22:31:02 +0000 (22:31 +0000)]
(where-is): Use remap-command.

22 years ago(describe-function-1): Use remap-command.
Kim F. Storm [Sat, 23 Feb 2002 22:27:39 +0000 (22:27 +0000)]
(describe-function-1): Use remap-command.

22 years ago(global-set-key, local-set-key): Undo 2002-02-06
Kim F. Storm [Sat, 23 Feb 2002 22:26:44 +0000 (22:26 +0000)]
(global-set-key, local-set-key): Undo 2002-02-06
change (no longer accept a symbol for the KEY argument).

22 years ago(command_loop_1): Use Fremap_command for command remapping;
Kim F. Storm [Sat, 23 Feb 2002 22:03:17 +0000 (22:03 +0000)]
(command_loop_1): Use Fremap_command for command remapping;
now try command remapping for all symbols.

22 years ago(Fremap_command): Declare extern.
Kim F. Storm [Sat, 23 Feb 2002 22:01:16 +0000 (22:01 +0000)]
(Fremap_command): Declare extern.
(is_command_symbol): Remove extern.

22 years agoThe following changes rework my patch of 2002-02-06 which
Kim F. Storm [Sat, 23 Feb 2002 22:00:37 +0000 (22:00 +0000)]
The following changes rework my patch of 2002-02-06 which
added command remapping by entering the commands directly into
the keymaps.  Now, command remapping uses an explicit `remap'
prefix in the keymaps, i.e. [remap COMMAND].

(Qremap, remap_command_vector): New variables.
(is_command_symbol): Removed function.
(Fdefine_key): No longer accept a symbol for KEY.  Added
validation of [remap COMMAND] argument for KEY.  The DEF is no
longer required to be a symbol when remapping a command.
(Fremap_command): New function to remap command through keymaps.
(Flookup_key): Perform command remapping initiated by
Fremap_command directly for speed.
(Fkey_binding): Use Fremap_command for command remapping.
(where_is_internal): Handle new command remapping representation.
(syms_of_keymap): Intern Qremap, initialize remap_command_vector,
staticpro them.  Defsubr Fremap_command.

22 years ago*** empty log message ***
Colin Walters [Sat, 23 Feb 2002 21:35:34 +0000 (21:35 +0000)]
*** empty log message ***

22 years agoDocument how use new pcomplete completion facility.
Colin Walters [Sat, 23 Feb 2002 21:34:25 +0000 (21:34 +0000)]
Document how use new pcomplete completion facility.

22 years ago(shell-pcomplete, shell-pcomplete-reverse): New functions.
Colin Walters [Sat, 23 Feb 2002 21:34:11 +0000 (21:34 +0000)]
(shell-pcomplete, shell-pcomplete-reverse): New functions.
(toplevel): Bind them.
(shell-mode): Don't set `comint-dynamic-complete-functions'; it is
not necessary now that we use pcomplete.

22 years ago(ibuffer-old-time): Change to hours.
Colin Walters [Sat, 23 Feb 2002 21:33:49 +0000 (21:33 +0000)]
(ibuffer-old-time): Change to hours.
(ibuffer-mark-old-buffers): Handle it.

22 years ago(ibuffer-compile-format): Don't uselessly bind `pt' in generated
Colin Walters [Sat, 23 Feb 2002 21:33:33 +0000 (21:33 +0000)]
(ibuffer-compile-format): Don't uselessly bind `pt' in generated
function.

22 years ago(calc-invent-variables): Convert integer to string.
Colin Walters [Sat, 23 Feb 2002 21:33:19 +0000 (21:33 +0000)]
(calc-invent-variables): Convert integer to string.

22 years ago(run_pre_post_conversion_on_str): Add prototype.
Eli Zaretskii [Sat, 23 Feb 2002 18:39:29 +0000 (18:39 +0000)]
(run_pre_post_conversion_on_str): Add prototype.

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

22 years ago(w32_wnd_proc) <WM_TIMER>: Fix last change.
Jason Rumney [Sat, 23 Feb 2002 18:14:06 +0000 (18:14 +0000)]
(w32_wnd_proc) <WM_TIMER>: Fix last change.

22 years ago(Fw32_set_clipboard_data): Run pre-write-conversion
Jason Rumney [Sat, 23 Feb 2002 18:12:30 +0000 (18:12 +0000)]
(Fw32_set_clipboard_data): Run pre-write-conversion
on the string before encoding it.
(Fw32_get_clipboard_data): Run post-read-conversion on the string
after decoding it.

22 years ago(rmail-summary-output): Properly advance
Richard M. Stallman [Sat, 23 Feb 2002 17:14:34 +0000 (17:14 +0000)]
(rmail-summary-output): Properly advance
to next message, by calling rmail-summary-goto-msg.

22 years ago(enter_timestamp): Put in #if 0 to prevent warning.
Pavel Janík [Sat, 23 Feb 2002 16:36:30 +0000 (16:36 +0000)]
(enter_timestamp): Put in #if 0 to prevent warning.

22 years ago(enter_timestamp): Remove unused static variable to prevent warning.
Pavel Janík [Sat, 23 Feb 2002 16:28:28 +0000 (16:28 +0000)]
(enter_timestamp): Remove unused static variable to prevent warning.

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

22 years ago(Fw16_get_clipboard_data): Fix last change.
Eli Zaretskii [Sat, 23 Feb 2002 08:55:52 +0000 (08:55 +0000)]
(Fw16_get_clipboard_data): Fix last change.

22 years ago(selection_data_to_lisp_data): Fix last change.
Eli Zaretskii [Sat, 23 Feb 2002 08:53:27 +0000 (08:53 +0000)]
(selection_data_to_lisp_data): Fix last change.

22 years ago(mouse_move_timer, mouse_button_timer): Initialize.
Jason Rumney [Sat, 23 Feb 2002 00:07:22 +0000 (00:07 +0000)]
(mouse_move_timer, mouse_button_timer): Initialize.
(menu_free_timer): New variable.
(MENU_FREE_ID, MENU_FREE_DELAY): New constants.
(w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
<WM_EXITMENULOOP>: Delay before freeing menu.  Do nothing if a
menu command is in progress.
<WM_COMMAND>: Set the menu_command_in_progress flag.  Kill
any menu_free_timer that is running.

22 years ago(menubar_selection_callback): Free the menu and
Jason Rumney [Sat, 23 Feb 2002 00:01:34 +0000 (00:01 +0000)]
(menubar_selection_callback): Free the menu and
clear the menu_command_in_progress flag.

22 years ago(w32_text_out): Renamed from W32_TEXTOUT.
Jason Rumney [Fri, 22 Feb 2002 23:59:50 +0000 (23:59 +0000)]
(w32_text_out): Renamed from W32_TEXTOUT.
Call ExtTextOutA rather than ExtTextOut.

22 years ago(struct w32_output): New member menu_command_in_progress.
Jason Rumney [Fri, 22 Feb 2002 23:58:11 +0000 (23:58 +0000)]
(struct w32_output): New member menu_command_in_progress.

22 years agoMinor correction.
Richard M. Stallman [Fri, 22 Feb 2002 23:44:02 +0000 (23:44 +0000)]
Minor correction.

22 years ago(find-tag-noselect, find-tag)
Eli Zaretskii [Fri, 22 Feb 2002 16:30:46 +0000 (16:30 +0000)]
(find-tag-noselect, find-tag)
(find-tag-other-window, find-tag-other-frame, find-tag-regexp):
Fix a typo in doc strings.

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

22 years ago(snake-velocity-queue, snake-update-velocity)
Richard M. Stallman [Fri, 22 Feb 2002 15:19:06 +0000 (15:19 +0000)]
(snake-velocity-queue, snake-update-velocity)
(snake-final-x-velocity, snake-final-y-velocity):
New variable and functions.  Store user's keypresses
into a queue and pop from the queue each subsequent turn.
(snake-update-game, snake-move-left)
(snake-move-right, snake-move-up, snake-move-down, snake-active-p)
(snake-start-game): Use that queue.
(snake-use-glyphs-flag): Renamed from snake-use-glyphs.
(snake-use-color-flag): Likewise.
(snake-mode): Rename uses of those variables.

22 years ago*** empty log message ***
Eli Zaretskii [Fri, 22 Feb 2002 14:43:53 +0000 (14:43 +0000)]
*** empty log message ***

22 years ago(BASE_PURESIZE): Increase to 755000.
Eli Zaretskii [Fri, 22 Feb 2002 14:43:39 +0000 (14:43 +0000)]
(BASE_PURESIZE): Increase to 755000.

22 years ago(Fw16_set_clipboard_data): Run pre-write-conversion
Eli Zaretskii [Fri, 22 Feb 2002 14:09:07 +0000 (14:09 +0000)]
(Fw16_set_clipboard_data): Run pre-write-conversion
on the string before encoding it.
(Fw16_get_clipboard_data): Run post-read-conversion on the string
after decoding it.

22 years agoDocument the support for ICCCM Extended Segments.
Eli Zaretskii [Fri, 22 Feb 2002 13:49:56 +0000 (13:49 +0000)]
Document the support for ICCCM Extended Segments.

22 years ago(ctext-no-compositions): New coding system.
Eli Zaretskii [Fri, 22 Feb 2002 13:44:59 +0000 (13:44 +0000)]
(ctext-no-compositions): New coding system.
(compount-text-no-extensions): Renamed from compound-text.
(x-ctext-no-extensions, ctext-no-extensions): Aliases for
compound-text-no-extensions.
(compound-text): Redefined using post-read and pre-write
conversions.

22 years ago(non-standard-icccm-encodings-alist, non-standard-designations-alist): New
Eli Zaretskii [Fri, 22 Feb 2002 13:44:21 +0000 (13:44 +0000)]
(non-standard-icccm-encodings-alist, non-standard-designations-alist): New
variables.
(ctext-post-read-conversion, ctext-pre-write-conversion): New functions.

22 years agoFix last change.
Eli Zaretskii [Fri, 22 Feb 2002 13:20:00 +0000 (13:20 +0000)]
Fix last change.

22 years ago<Qcompound_text_with_extensions>: New variable.
Eli Zaretskii [Fri, 22 Feb 2002 13:16:35 +0000 (13:16 +0000)]
<Qcompound_text_with_extensions>: New variable.
(syms_of_xselect): Intern and staticpro it.
(selection_data_to_lisp_data): Run post-read-conversion on decoded
selection text.
(lisp_data_to_selection_data): If next-selection-coding-system is
compound-text-with-extensions, set the type of selection to be
compound-text.

22 years ago(x_encode_text): Update prototype.
Eli Zaretskii [Fri, 22 Feb 2002 13:15:02 +0000 (13:15 +0000)]
(x_encode_text): Update prototype.

22 years ago(x_encode_text): Accept additional arg SELECTIONP; all
Eli Zaretskii [Fri, 22 Feb 2002 13:14:27 +0000 (13:14 +0000)]
(x_encode_text): Accept additional arg SELECTIONP; all
callers changed.  If SELECTIONP is non-zero, run the
pre-write-conversion function before encoding the selection text.

22 years ago#
André Spiegel [Thu, 21 Feb 2002 21:09:18 +0000 (21:09 +0000)]
#

22 years agoPatch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
André Spiegel [Thu, 21 Feb 2002 21:00:35 +0000 (21:00 +0000)]
Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
(vc-default-init-version): Update documentation to
indicate that the backend can override the default init version.
(vc-register): Use the backend init-version function, if it exists, to
determine the initial version of a file.
(vc-diff-switches-list): Don't symbol-quote backend, since it's
already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.

22 years agoPatch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
André Spiegel [Thu, 21 Feb 2002 20:56:58 +0000 (20:56 +0000)]
Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
(vc-mode-line): Set vc-mode to nil if the file is
not version-controlled.  This is necessary, e.g., if the file has
just been reverted, and thus was previously under version control
but isn't any longer.
(vc-find-file-hook): Likewise.

22 years ago#
André Spiegel [Thu, 21 Feb 2002 20:25:20 +0000 (20:25 +0000)]
#

22 years agoPatch by Martin.Lorentzson@telia.com.
André Spiegel [Thu, 21 Feb 2002 20:16:47 +0000 (20:16 +0000)]
Patch by Martin.Lorentzson@telia.com.
(vc-cvs-sticky-date-format-string): New variable.
(vc-cvs-sticky-tag-display): New variable.
(vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
(vc-cvs-checkin): If the input revision is a valid symbolic tag
name, we create it as a branch, commit and switch to it.
(vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
(vc-cvs-valid-symbolic-tag-name-p): New function.
(vc-cvs-parse-sticky-tag): New function.
(vc-cvs-parse-entry): Added parsing of sticky tags.