Luc Teirlinck [Wed, 1 Sep 2004 00:09:17 +0000 (00:09 +0000)]
*** empty log message ***
Luc Teirlinck [Tue, 31 Aug 2004 23:53:10 +0000 (23:53 +0000)]
*** empty log message ***
Luc Teirlinck [Tue, 31 Aug 2004 23:47:53 +0000 (23:47 +0000)]
(Basic Keyboard Macro): `apply-macro-to-region-lines' now operates on
all lines that begin in the region, rather than on all complete lines
in the region.
Luc Teirlinck [Tue, 31 Aug 2004 23:38:53 +0000 (23:38 +0000)]
(apply-macro-to-region-lines): Make it operate on all lines that begin
in the region, rather than on all complete lines in the region.
Jason Rumney [Tue, 31 Aug 2004 22:48:41 +0000 (22:48 +0000)]
Fix typo in last checkin
Jason Rumney [Tue, 31 Aug 2004 22:43:26 +0000 (22:43 +0000)]
2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
* w32fns.c (w32_load_font): If a BDF font is already loaded, do not
reload it.
Jason Rumney [Tue, 31 Aug 2004 22:42:35 +0000 (22:42 +0000)]
*** empty log message ***
Jan Djärv [Tue, 31 Aug 2004 11:32:03 +0000 (11:32 +0000)]
* frames.texi (Drag and drop): Add documentation about
x-dnd-test-function and x-dnd-known-types.
Jan Djärv [Tue, 31 Aug 2004 11:24:10 +0000 (11:24 +0000)]
* x-dnd.el (x-dnd-protocol-alist): Document update.
(x-dnd-known-types): Defcustom it.
(x-dnd-handle-motif): Print message-atom in error message.
Luc Teirlinck [Mon, 30 Aug 2004 22:03:18 +0000 (22:03 +0000)]
Various minor changes in addition to:
(Indentation Commands): Correct description of `indent-relative'.
(Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
mode. The *Tab Stops* buffer uses Overwrite Mode.
(Just Spaces): `untabify' converts sequences of at least two spaces to tabs.
Jan Djärv [Mon, 30 Aug 2004 20:32:00 +0000 (20:32 +0000)]
* macmenu.c (_widget_value): Added lname and lkey.
(single_submenu): Set lname and lkey in widget_value
instead of name and key.
(update_submenu_strings): New function.
(set_frame_menubar): Remove call to inhibit_garbage_collection,
call update_submenu_strings.
Jan Djärv [Mon, 30 Aug 2004 20:31:09 +0000 (20:31 +0000)]
Fix typo in comment string.
Jan Djärv [Mon, 30 Aug 2004 20:14:21 +0000 (20:14 +0000)]
Don't call ENCODE_MENU_STRING on top level menu names, GC may occur.
Jan Djärv [Mon, 30 Aug 2004 19:42:53 +0000 (19:42 +0000)]
* xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
instead of name and key.
(update_submenu_strings): New function.
(set_frame_menubar): Remove call to inhibit_garbage_collection,
call update_submenu_strings. Call ENCODE_MENU_STRING for top level
menu names.
* gtkutil.h (_widget_value): Added lname and lkey.
Jan Djärv [Mon, 30 Aug 2004 19:42:20 +0000 (19:42 +0000)]
* lwlib.h (_widget_value): Added lname and lkey.
John Paul Wallington [Mon, 30 Aug 2004 19:05:10 +0000 (19:05 +0000)]
(tex-validate-buffer): Use distinct strings rather than
programatically constructing message.
Steven Tamm [Mon, 30 Aug 2004 18:06:21 +0000 (18:06 +0000)]
macmenu.c (mac_menu_show): Remove shadowing of menu variable
by using different names for inner loop variables.
Richard M. Stallman [Mon, 30 Aug 2004 16:05:47 +0000 (16:05 +0000)]
(prin1-char): Don't turn S-a into A.
Don't return a string that would read as the wrong character code.
Kim F. Storm [Sun, 29 Aug 2004 20:57:42 +0000 (20:57 +0000)]
(cua-auto-expand-rectangles): Remove
automatic rectangle padding feature; replace by non-destructive
virtual rectangle edges feature.
(cua-virtual-rectangle-edges): New defcustom.
(cua-auto-tabify-rectangles): New defcustom.
(cua-paste): If paste into a marked rectangle, insert rectangle at
current column, even if virtual; also paste exactly as many lines
as has been marked (ignore additional lines or add empty lines),
but paste whole source if only one line is marked.
(cua--update-indications): No longer use overwrite-cursor to
indicate rectangle padding
Kim F. Storm [Sun, 29 Aug 2004 20:57:19 +0000 (20:57 +0000)]
(cua--rectangle-padding): Remove.
(cua--rectangle-virtual-edges): New defun.
(cua--rectangle-get-corners): Remove optional PAD arg.
(cua--rectangle-set-corners): Never do padding.
(cua--forward-line): Remove optional PAD arg. Simplify.
(cua-resize-rectangle-right, cua-resize-rectangle-left)
(cua-resize-rectangle-down, cua-resize-rectangle-up):
(cua-resize-rectangle-bot, cua-resize-rectangle-top)
(cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
(cua--rectangle-move): Never do padding. Simplify.
(cua--tabify-start): New defun.
(cua--rectangle-operation): Add tabify arg. All callers changed.
(cua--pad-rectangle): Remove.
(cua--delete-rectangle): Handle delete with virtual edges.
(cua--extract-rectangle): Add spaces if rectangle has virtual edges.
(cua--insert-rectangle): Handle insert at virtual column.
Perform auto-tabify if necessary.
(cua--activate-rectangle): Remove optional FORCE arg.
Never do padding. Simplify.
(cua--highlight-rectangle): Enhance for virtual edges.
(cua-toggle-rectangle-padding): Remove command.
(cua-toggle-rectangle-virtual-edges): New command.
(cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
(cua--rectangle-post-command): Don't force rectangle padding.
(cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
Kim F. Storm [Sun, 29 Aug 2004 20:55:46 +0000 (20:55 +0000)]
*** empty log message ***
Kim F. Storm [Sun, 29 Aug 2004 20:04:45 +0000 (20:04 +0000)]
Add ack.texi and AUTHORS.
Steven Tamm [Sun, 29 Aug 2004 16:56:17 +0000 (16:56 +0000)]
Fixing whitespace style issue with #define
Eli Zaretskii [Sat, 28 Aug 2004 18:44:24 +0000 (18:44 +0000)]
(Emacs for MS-DOS): Update URLs for the MS-DOS port of
Emacs and related programs.
Luc Teirlinck [Sat, 28 Aug 2004 16:23:49 +0000 (16:23 +0000)]
*** empty log message ***
Luc Teirlinck [Sat, 28 Aug 2004 16:13:32 +0000 (16:13 +0000)]
(edit-tab-stops-buffer): Doc fix.
Richard M. Stallman [Sat, 28 Aug 2004 15:32:06 +0000 (15:32 +0000)]
Whitespace change.
Richard M. Stallman [Sat, 28 Aug 2004 15:31:20 +0000 (15:31 +0000)]
(grep-default-command): Use find-tag-default.
(grep-tag-default): Function deleted.
Richard M. Stallman [Sat, 28 Aug 2004 15:30:31 +0000 (15:30 +0000)]
(find-tag-default): Moved to subr.el.
Richard M. Stallman [Sat, 28 Aug 2004 15:30:10 +0000 (15:30 +0000)]
(find-tag-default): Moved from etags.el.
Richard M. Stallman [Sat, 28 Aug 2004 14:00:38 +0000 (14:00 +0000)]
(prin1-char): Put `shift' modifier into the basic character,
if it has an uppercase form.
Jan Djärv [Sat, 28 Aug 2004 07:45:42 +0000 (07:45 +0000)]
* FOR-RELEASE (Indications): Removed entry about GTK and geometry,
(now behaves as well as other ports).
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 [Sat, 28 Aug 2004 01:59:29 +0000 (01:59 +0000)]
(Acknowledgments): Put inside @iftex instead of @ifnotinfo.
Luc Teirlinck [Sat, 28 Aug 2004 00:50:35 +0000 (00:50 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 28 Aug 2004 00:44:30 +0000 (00:44 +0000)]
Fix texinfo usage, esp. doublequotes.
(Difference between Emacs and XEmacs): Some clarification.
Luc Teirlinck [Sat, 28 Aug 2004 00:41:31 +0000 (00:41 +0000)]
(Abbrev Expansion): `abbrev-start-location' can be an integer or a marker.
(Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
Luc Teirlinck [Sat, 28 Aug 2004 00:20:24 +0000 (00:20 +0000)]
Minor whitespace change.
Luc Teirlinck [Fri, 27 Aug 2004 23:42:41 +0000 (23:42 +0000)]
Adapt node pointers to change in emacs.texi.
Luc Teirlinck [Fri, 27 Aug 2004 23:38:35 +0000 (23:38 +0000)]
Adapt sectioning in Info to the node structure.
Adapt node pointers to change in emacs.texi.
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'.
Luc Teirlinck [Fri, 27 Aug 2004 23:35:06 +0000 (23:35 +0000)]
Adapt sectioning in Info to the node structure.
Luc Teirlinck [Fri, 27 Aug 2004 23:30:03 +0000 (23:30 +0000)]
Interchange nodes (for correct numbering).
Luc Teirlinck [Fri, 27 Aug 2004 23:28:06 +0000 (23:28 +0000)]
(Building): Interchange nodes (for correct numbering).
Luc Teirlinck [Fri, 27 Aug 2004 23:25:13 +0000 (23:25 +0000)]
Adapt sectioning in Info to the node structure.
(Invoking emacsclient): Make "Invoking emacsclient" a subsection
of "Using Emacs as a Server".
Luc Teirlinck [Fri, 27 Aug 2004 23:23:06 +0000 (23:23 +0000)]
(Acknowledgments): Use `@unnumbered'.
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.
Jan Djärv [Fri, 27 Aug 2004 16:50:02 +0000 (16:50 +0000)]
* gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
tool bar items is 0.
Richard M. Stallman [Fri, 27 Aug 2004 04:40:17 +0000 (04:40 +0000)]
(Difference between Emacs and XEmacs):
Explain not to contrast XEmacs with GNU Emacs.
Kenichi Handa [Fri, 27 Aug 2004 00:25:59 +0000 (00:25 +0000)]
(utf-8-post-read-conversion): If the
buffer is unibyte, temporarily set it multibyte.
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
Steven Tamm [Thu, 26 Aug 2004 18:28:44 +0000 (18:28 +0000)]
fileio.c (Fread_file_name): Call x_file_dialog on carbon on
tool-bar/menu click
macfns.c (Fx_file_dialog): Implemented using NavServices
Masatake YAMATO [Thu, 26 Aug 2004 18:20:52 +0000 (18:20 +0000)]
(time-to-seconds): Add autoload cookies.
Richard M. Stallman [Thu, 26 Aug 2004 16:17:48 +0000 (16:17 +0000)]
(Difference between Emacs and XEmacs): Rewrite.
Luc Teirlinck [Thu, 26 Aug 2004 01:47:55 +0000 (01:47 +0000)]
*** empty log message ***
John Paul Wallington [Wed, 25 Aug 2004 19:05:24 +0000 (19:05 +0000)]
(tex-validate-buffer): Distinguish between 0, 1, and many mismatches.
(tex-start-shell): Use `set-process-query-on-exit-flag'.
John Paul Wallington [Wed, 25 Aug 2004 18:46:04 +0000 (18:46 +0000)]
*** empty log message ***
John Paul Wallington [Wed, 25 Aug 2004 18:40:22 +0000 (18:40 +0000)]
(ielm-tab, ielm-complete-symbol): Doc fix.
(inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
Bill Wohler [Wed, 25 Aug 2004 06:09:12 +0000 (06:09 +0000)]
Fixed typo.
Bill Wohler [Wed, 25 Aug 2004 05:55:39 +0000 (05:55 +0000)]
Upgraded to MH-E version 7.82.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
Kenichi Handa [Wed, 25 Aug 2004 00:22:23 +0000 (00:22 +0000)]
(Non-ASCII Rebinding): Fix and simplify the
description for unibyte mode.
Stefan Monnier [Tue, 24 Aug 2004 22:14:46 +0000 (22:14 +0000)]
*** empty log message ***
Luc Teirlinck [Tue, 24 Aug 2004 21:29:09 +0000 (21:29 +0000)]
*** empty log message ***
Jan Djärv [Tue, 24 Aug 2004 17:22:33 +0000 (17:22 +0000)]
* xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
Jan Djärv [Tue, 24 Aug 2004 10:54:39 +0000 (10:54 +0000)]
* xfns.c (x_window_to_frame, x_any_window_to_frame)
(x_non_menubar_window_to_frame, x_menubar_window_to_frame)
(x_top_window_to_frame): Return 0 if wdesc is None.
Luc Teirlinck [Tue, 24 Aug 2004 03:45:41 +0000 (03:45 +0000)]
(Font Lock): Correct invalid @xref.
Luc Teirlinck [Tue, 24 Aug 2004 03:43:17 +0000 (03:43 +0000)]
(Regexps): Correct cryptic @ref.
(Configuring Scrolling): Correct invalid @xref.
(Regexp Replace): Standardize reference to hardcopy Elisp Manual in @pxref.
Stefan Monnier [Mon, 23 Aug 2004 18:23:52 +0000 (18:23 +0000)]
(vc-svn-diff): Treat options from vc-svn-diff-switches and
vc-diff-switches differently.
Luc Teirlinck [Mon, 23 Aug 2004 13:13:19 +0000 (13:13 +0000)]
Minor comment change.
Luc Teirlinck [Sun, 22 Aug 2004 23:57:14 +0000 (23:57 +0000)]
(Keyboard Macro Counter, Keyboard Macro Step-Edit): Change section names.
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.
Richard M. Stallman [Sun, 22 Aug 2004 17:46:31 +0000 (17:46 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 22 Aug 2004 17:45:36 +0000 (17:45 +0000)]
(process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]:
If there's no char for this signal, drop through and use system calls.
Richard M. Stallman [Sun, 22 Aug 2004 17:43:26 +0000 (17:43 +0000)]
(Fbyte_code) <unwind-protect>: Cannot GC.
Richard M. Stallman [Sun, 22 Aug 2004 17:41:15 +0000 (17:41 +0000)]
(Major Mode Conventions): Discuss rebinding of standard key bindings.
Richard M. Stallman [Sun, 22 Aug 2004 17:15:55 +0000 (17:15 +0000)]
(flyspell-word): Use set-process-query-on-exit-flag.
(flyspell-highlight-duplicate-region): Take POSS as arg.
(flyspell-word): Pass POSS as arg.
Richard M. Stallman [Sun, 22 Aug 2004 17:14:02 +0000 (17:14 +0000)]
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.
Richard M. Stallman [Sun, 22 Aug 2004 17:11:34 +0000 (17:11 +0000)]
(ange-ftp-gwp-start, ange-ftp-nslookup-host)
(ange-ftp-start-process): Use set-process-query-on-exit-flag.
Richard M. Stallman [Sun, 22 Aug 2004 17:09:58 +0000 (17:09 +0000)]
(mail-extr-all-top-level-domains): Add forward defvar.
Richard M. Stallman [Sun, 22 Aug 2004 17:04:22 +0000 (17:04 +0000)]
(global-whitespace-mode): New alias for whitespace-global-mode.
Richard M. Stallman [Sun, 22 Aug 2004 17:03:42 +0000 (17:03 +0000)]
(speedbar-file-regexp): Definition moved up.
(speedbar-mode, speedbar-set-mode-line-format): Use with-no-warnings.
(speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
Richard M. Stallman [Sun, 22 Aug 2004 16:59:57 +0000 (16:59 +0000)]
(shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
controls whether to display the error buffer.
Richard M. Stallman [Sun, 22 Aug 2004 16:56:52 +0000 (16:56 +0000)]
Delete compatibility code for old Emacses.
(ps-mule-find-wrappoint): Don't use chars-in-region.
Richard M. Stallman [Sun, 22 Aug 2004 16:54:33 +0000 (16:54 +0000)]
(display-mouse-p, display-selections-p): Use with-no-warnings.
Richard M. Stallman [Sun, 22 Aug 2004 16:53:44 +0000 (16:53 +0000)]
(font-lock-set-defaults): Use with-no-warnings.
David Kastrup [Sun, 22 Aug 2004 11:51:19 +0000 (11:51 +0000)]
* reftex.texi (AUCTeX): Update links, section name.
* faq.texi (Calc): Update availability (included in 21.4).
(AUCTeX): Update availability, information, versions, description.
David Kastrup [Sun, 22 Aug 2004 11:03:22 +0000 (11:03 +0000)]
Update AUCTeX
information.
David Kastrup [Sun, 22 Aug 2004 10:58:41 +0000 (10:58 +0000)]
Update AUCTeX information.
Andreas Schwab [Sun, 22 Aug 2004 09:50:18 +0000 (09:50 +0000)]
.
Andreas Schwab [Sun, 22 Aug 2004 09:49:37 +0000 (09:49 +0000)]
Require pcvs during byte-compiling for
defun-cvs-mode.
Bill Wohler [Sun, 22 Aug 2004 05:11:27 +0000 (05:11 +0000)]
Upgraded to MH-E version 7.81.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
Masatake YAMATO [Sun, 22 Aug 2004 04:37:44 +0000 (04:37 +0000)]
(cvs-status-checkout): New function.
(cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
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.
Stefan Monnier [Sat, 21 Aug 2004 23:51:42 +0000 (23:51 +0000)]
*** empty log message ***
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:55:00 +0000 (21:55 +0000)]
("greek-babel"): Add accent/breathing/uppercase
combinations.
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.
John Paul Wallington [Sat, 21 Aug 2004 15:00:26 +0000 (15:00 +0000)]
(latin1-char-displayable-p): Made obsolete in version 21.4, not 21.5.
John Paul Wallington [Sat, 21 Aug 2004 14:55:18 +0000 (14:55 +0000)]
(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.