Luc Teirlinck [Sat, 28 Aug 2004 02:35:31 +0000 (02:35 +0000)]
(Secondary Selection): Setting the secondary selection with
M-Drag-Mouse-1 does not alter the kill ring, setting it with M-Mouse-1
and M-Mouse-3 does.
(Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
toolkit scroll bars.
(Scroll Bars): Ditto.
Luc Teirlinck [Sat, 28 Aug 2004 02:14:16 +0000 (02:14 +0000)]
(Basic Window): When using a window system, the value of point in a
non-selected window is indicated by a hollow box.
(Split Window): Side by side windows are separated by a scrollbar,
if scrollbars are used.
C-Mouse-2 on scrollbar now also works for toolkit scrollbars.
(Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
(Window Convenience): Update bindings for `winner-undo' and `winner-redo'.
Luc Teirlinck [Fri, 27 Aug 2004 23:36:38 +0000 (23:36 +0000)]
Make "GNU GENERAL PUBLIC LICENSE" an appendix.
Rearrange order of nodes and sections such that both "GNU GENERAL
PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
end, as appropriate for appendices.
(Acknowledgments): Use `@unnumberedsec'.
Jan Djärv [Fri, 27 Aug 2004 16:57:36 +0000 (16:57 +0000)]
* xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
Steven Tamm [Thu, 26 Aug 2004 18:43:29 +0000 (18:43 +0000)]
macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
strings in menu items.
(single_submenu): Use ENCODE_MENU_STRING
(mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
button release isn't passed to event loop
(add_menu_item): Use SetMenuItemWithCFString
Luc Teirlinck [Sun, 22 Aug 2004 21:11:43 +0000 (21:11 +0000)]
(speedbar-file-regexp): Give it a phony defvar before and a real
defvar after `speedbar-supported-extension-expressions'. This is to
silence the compiler without breaking bootstrapping.
Many doc and style fixes.
(ada-find-any-references): Use compilation-start.
(ada-get-ali-file-name): Improve error msg.
(ada-get-ada-file-name): Likewise.
Luc Teirlinck [Sun, 22 Aug 2004 02:25:16 +0000 (02:25 +0000)]
(Keyboard Macro Ring): Rename section.
Emacs treats the head of the macro ring as the `last keyboard macro'.
(Keyboard Macro Counter): Minor change.
(Save Keyboard Macro): Some clarifications.
(Edit Keyboard Macro): Rename section.
Luc Teirlinck [Sat, 21 Aug 2004 23:39:38 +0000 (23:39 +0000)]
(Buffers): Maximum buffer size is now 256M on 32-bit machines.
(Several Buffers): Clarify which buffer is selected if `2' is
pressed in the Buffer Menu.
(Several Buffers): Auto Revert mode can be used to update the
Buffer Menu automatically.
David Kastrup [Sat, 21 Aug 2004 21:50:06 +0000 (21:50 +0000)]
(ange-ftp-hash-entry-exists-p)
(ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
has been converted to use hashtables, the relation `nil=none' is
no longer valid, as `nil' is not a hashtable. This patch tries to
reduce the number of resulting errors.
(vc-comment-ring, vc-comment-ring-index)
(vc-previous-comment, vc-next-comment)
(vc-comment-search-reverse, vc-comment-search-forward)
(vc-comment-to-change-log): Made obsolete in version 21.4, not 21.5.
Eli Zaretskii [Sat, 21 Aug 2004 11:31:45 +0000 (11:31 +0000)]
Massively rearranged by category, to make environment
features and symptoms easier to find. Bugs relating to
20th-century systems moved to the end. Most problem headers
changed to "object: variation" format.
Luc Teirlinck [Fri, 20 Aug 2004 23:01:33 +0000 (23:01 +0000)]
(Backup Deletion): Correct description of `delete-old-versions'.
(Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
(Auto Save Files): Recommend `auto-save-mode' to reenable
auto-saving, rather than the abbreviation `auto-save'.
Stefan Monnier [Fri, 20 Aug 2004 21:59:42 +0000 (21:59 +0000)]
(mouse-avoidance-ignore-p): New fun.
Also ignore switch-frame, select-window, double, and triple clicks.
(mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
(mouse-avoidance-fancy-hook): Use it.
Kim F. Storm [Fri, 20 Aug 2004 10:33:25 +0000 (10:33 +0000)]
(wait_reading_process_output): Rename from
wait_reading_process_input. All uses changed.
(wait_reading_process_output_1): Rename from
wait_reading_process_input_1. All uses changed.