1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00
Commit Graph

51795 Commits

Author SHA1 Message Date
Jan Djärv
05bdae441b * lwlib.h (_widget_value): Added lname and lkey. 2004-08-30 19:42:20 +00:00
John Paul Wallington
f04232c3c2 (tex-validate-buffer): Use distinct strings rather than
programatically constructing message.
2004-08-30 19:05:10 +00:00
Steven Tamm
11715f92de macmenu.c (mac_menu_show): Remove shadowing of menu variable
by using different names for inner loop variables.
2004-08-30 18:06:21 +00:00
Richard M. Stallman
4f4ce5976e (prin1-char): Don't turn S-a into A.
Don't return a string that would read as the wrong character code.
2004-08-30 16:05:47 +00:00
Kim F. Storm
85d392cbe0 (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
2004-08-29 20:57:42 +00:00
Kim F. Storm
7279710840 (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.
2004-08-29 20:57:19 +00:00
Kim F. Storm
2661eae951 *** empty log message *** 2004-08-29 20:55:46 +00:00
Kim F. Storm
cfb0cdc1fd Add ack.texi and AUTHORS. 2004-08-29 20:04:45 +00:00
Steven Tamm
2222855e83 Fixing whitespace style issue with #define 2004-08-29 16:56:17 +00:00
Eli Zaretskii
e3c9003265 (Emacs for MS-DOS): Update URLs for the MS-DOS port of
Emacs and related programs.
2004-08-28 18:44:24 +00:00
Luc Teirlinck
a71eb4358f *** empty log message *** 2004-08-28 16:23:49 +00:00
Luc Teirlinck
bc57b73586 (edit-tab-stops-buffer): Doc fix. 2004-08-28 16:13:32 +00:00
Richard M. Stallman
ea2e9f8dc9 Whitespace change. 2004-08-28 15:32:06 +00:00
Richard M. Stallman
8a9cad92b1 (grep-default-command): Use find-tag-default.
(grep-tag-default): Function deleted.
2004-08-28 15:31:20 +00:00
Richard M. Stallman
fb1558445c (find-tag-default): Moved to subr.el. 2004-08-28 15:30:31 +00:00
Richard M. Stallman
a0d84262dc (find-tag-default): Moved from etags.el. 2004-08-28 15:30:10 +00:00
Richard M. Stallman
87fdf320e9 (prin1-char): Put `shift' modifier into the basic character,
if it has an uppercase form.
2004-08-28 14:00:38 +00:00
Jan Djärv
1b6d517f29 * FOR-RELEASE (Indications): Removed entry about GTK and geometry,
(now behaves as well as other ports).
2004-08-28 07:45:42 +00:00
Luc Teirlinck
779bc8006b (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.
2004-08-28 02:35:31 +00:00
Luc Teirlinck
acaa6478a8 (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'.
2004-08-28 02:14:16 +00:00
Luc Teirlinck
06d5f0ed4c (Acknowledgments): Put inside @iftex instead of @ifnotinfo. 2004-08-28 01:59:29 +00:00
Luc Teirlinck
2b96f80c17 *** empty log message *** 2004-08-28 00:50:35 +00:00
Richard M. Stallman
ef4da64f62 Fix texinfo usage, esp. doublequotes.
(Difference between Emacs and XEmacs): Some clarification.
2004-08-28 00:44:30 +00:00
Luc Teirlinck
73b7408787 (Abbrev Expansion): `abbrev-start-location' can be an integer or a marker.
(Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
2004-08-28 00:41:31 +00:00
Luc Teirlinck
9933ae4874 Minor whitespace change. 2004-08-28 00:20:24 +00:00
Luc Teirlinck
5e6230d8d9 Adapt node pointers to change in emacs.texi. 2004-08-27 23:42:41 +00:00
Luc Teirlinck
0d6e975434 Adapt sectioning in Info to the node structure.
Adapt node pointers to change in emacs.texi.
2004-08-27 23:38:35 +00:00
Luc Teirlinck
0b96ec6804 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'.
2004-08-27 23:36:38 +00:00
Luc Teirlinck
6cca5de045 Adapt sectioning in Info to the node structure. 2004-08-27 23:35:06 +00:00
Luc Teirlinck
c8b21b5ed2 Interchange nodes (for correct numbering). 2004-08-27 23:30:03 +00:00
Luc Teirlinck
254196f5a4 (Building): Interchange nodes (for correct numbering). 2004-08-27 23:28:06 +00:00
Luc Teirlinck
2e7cfad632 Adapt sectioning in Info to the node structure.
(Invoking emacsclient): Make "Invoking emacsclient" a subsection
of "Using Emacs as a Server".
2004-08-27 23:25:13 +00:00
Luc Teirlinck
ba34fe2002 (Acknowledgments): Use `@unnumbered'. 2004-08-27 23:23:06 +00:00
Jan Djärv
059cd32943 * 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.
2004-08-27 16:57:36 +00:00
Jan Djärv
5500be54e1 * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
tool bar items is 0.
2004-08-27 16:50:02 +00:00
Richard M. Stallman
9c301a4ce8 (Difference between Emacs and XEmacs):
Explain not to contrast XEmacs with GNU Emacs.
2004-08-27 04:40:17 +00:00
Kenichi Handa
11d2e01ba3 (utf-8-post-read-conversion): If the
buffer is unibyte, temporarily set it multibyte.
2004-08-27 00:25:59 +00:00
Steven Tamm
383418e512 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
2004-08-26 18:43:29 +00:00
Steven Tamm
6eb3ee72e0 fileio.c (Fread_file_name): Call x_file_dialog on carbon on
tool-bar/menu click
macfns.c (Fx_file_dialog): Implemented using NavServices
2004-08-26 18:28:44 +00:00
Masatake YAMATO
0e48150a65 (time-to-seconds): Add autoload cookies. 2004-08-26 18:20:52 +00:00
Richard M. Stallman
c513d7cf44 (Difference between Emacs and XEmacs): Rewrite. 2004-08-26 16:17:48 +00:00
Luc Teirlinck
9f14953b05 *** empty log message *** 2004-08-26 01:47:55 +00:00
John Paul Wallington
003274a057 (tex-validate-buffer): Distinguish between 0, 1, and many mismatches.
(tex-start-shell): Use `set-process-query-on-exit-flag'.
2004-08-25 19:05:24 +00:00
John Paul Wallington
2eb43e13c1 *** empty log message *** 2004-08-25 18:46:04 +00:00
John Paul Wallington
e5927b52aa (ielm-tab, ielm-complete-symbol): Doc fix.
(inferior-emacs-lisp-mode): Use	`set-process-query-on-exit-flag'.
2004-08-25 18:40:22 +00:00
Bill Wohler
5e4c34ce89 Fixed typo. 2004-08-25 06:09:12 +00:00
Bill Wohler
eccf961345 Upgraded to MH-E version 7.82.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
2004-08-25 05:55:39 +00:00
Kenichi Handa
1c6cfb0b0d (Non-ASCII Rebinding): Fix and simplify the
description for unibyte mode.
2004-08-25 00:22:23 +00:00
Stefan Monnier
55a88c8a60 *** empty log message *** 2004-08-24 22:14:46 +00:00
Luc Teirlinck
969abb7510 *** empty log message *** 2004-08-24 21:29:09 +00:00