bpt/emacs.git
19 years agoFix typo in last checkin
Jason Rumney [Tue, 31 Aug 2004 22:48:41 +0000 (22:48 +0000)]
Fix typo in last checkin

19 years ago2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
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.

19 years ago*** empty log message ***
Jason Rumney [Tue, 31 Aug 2004 22:42:35 +0000 (22:42 +0000)]
*** empty log message ***

19 years ago* frames.texi (Drag and drop): Add documentation about
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.

19 years ago* x-dnd.el (x-dnd-protocol-alist): Document update.
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.

19 years agoVarious minor changes in addition to:
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.

19 years ago* macmenu.c (_widget_value): Added lname and lkey.
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.

19 years agoFix typo in comment string.
Jan Djärv [Mon, 30 Aug 2004 20:31:09 +0000 (20:31 +0000)]
Fix typo in comment string.

19 years agoDon't call ENCODE_MENU_STRING on top level menu names, GC may occur.
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.

19 years ago* xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
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.

19 years ago* lwlib.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.

19 years ago(tex-validate-buffer): Use distinct strings rather than
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.

19 years agomacmenu.c (mac_menu_show): Remove shadowing of menu variable
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.

19 years ago(prin1-char): Don't turn S-a into A.
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.

19 years ago(cua-auto-expand-rectangles): Remove
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

19 years ago(cua--rectangle-padding): Remove.
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.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 29 Aug 2004 20:55:46 +0000 (20:55 +0000)]
*** empty log message ***

19 years agoAdd ack.texi and AUTHORS.
Kim F. Storm [Sun, 29 Aug 2004 20:04:45 +0000 (20:04 +0000)]
Add ack.texi and AUTHORS.

19 years agoFixing whitespace style issue with #define
Steven Tamm [Sun, 29 Aug 2004 16:56:17 +0000 (16:56 +0000)]
Fixing whitespace style issue with #define

19 years ago(Emacs for MS-DOS): Update URLs for the MS-DOS port of
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.

19 years ago*** empty log message ***
Luc Teirlinck [Sat, 28 Aug 2004 16:23:49 +0000 (16:23 +0000)]
*** empty log message ***

19 years ago(edit-tab-stops-buffer): Doc fix.
Luc Teirlinck [Sat, 28 Aug 2004 16:13:32 +0000 (16:13 +0000)]
(edit-tab-stops-buffer): Doc fix.

19 years agoWhitespace change.
Richard M. Stallman [Sat, 28 Aug 2004 15:32:06 +0000 (15:32 +0000)]
Whitespace change.

19 years ago(grep-default-command): Use find-tag-default.
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.

19 years ago(find-tag-default): Moved to subr.el.
Richard M. Stallman [Sat, 28 Aug 2004 15:30:31 +0000 (15:30 +0000)]
(find-tag-default): Moved to subr.el.

19 years ago(find-tag-default): Moved from etags.el.
Richard M. Stallman [Sat, 28 Aug 2004 15:30:10 +0000 (15:30 +0000)]
(find-tag-default): Moved from etags.el.

19 years ago(prin1-char): Put `shift' modifier into the basic character,
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.

19 years ago* FOR-RELEASE (Indications): Removed entry about GTK and geometry,
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).

19 years ago(Secondary Selection): Setting the secondary selection with
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.

19 years ago(Basic Window): When using a window system, the value of point in a
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'.

19 years ago(Acknowledgments): Put inside @iftex instead of @ifnotinfo.
Luc Teirlinck [Sat, 28 Aug 2004 01:59:29 +0000 (01:59 +0000)]
(Acknowledgments): Put inside @iftex instead of @ifnotinfo.

19 years ago*** empty log message ***
Luc Teirlinck [Sat, 28 Aug 2004 00:50:35 +0000 (00:50 +0000)]
*** empty log message ***

19 years agoFix texinfo usage, esp. doublequotes.
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.

19 years ago(Abbrev Expansion): `abbrev-start-location' can be an integer or a marker.
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'.

19 years agoMinor whitespace change.
Luc Teirlinck [Sat, 28 Aug 2004 00:20:24 +0000 (00:20 +0000)]
Minor whitespace change.

19 years agoAdapt node pointers to change in emacs.texi.
Luc Teirlinck [Fri, 27 Aug 2004 23:42:41 +0000 (23:42 +0000)]
Adapt node pointers to change in emacs.texi.

19 years agoAdapt sectioning in Info to the node structure.
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.

19 years agoMake "GNU GENERAL PUBLIC LICENSE" an appendix.
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'.

19 years agoAdapt sectioning in Info to the node structure.
Luc Teirlinck [Fri, 27 Aug 2004 23:35:06 +0000 (23:35 +0000)]
Adapt sectioning in Info to the node structure.

19 years agoInterchange nodes (for correct numbering).
Luc Teirlinck [Fri, 27 Aug 2004 23:30:03 +0000 (23:30 +0000)]
Interchange nodes (for correct numbering).

19 years ago(Building): Interchange nodes (for correct numbering).
Luc Teirlinck [Fri, 27 Aug 2004 23:28:06 +0000 (23:28 +0000)]
(Building): Interchange nodes (for correct numbering).

19 years agoAdapt sectioning in Info to the node structure.
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".

19 years ago(Acknowledgments): Use `@unnumbered'.
Luc Teirlinck [Fri, 27 Aug 2004 23:23:06 +0000 (23:23 +0000)]
(Acknowledgments): Use `@unnumbered'.

19 years ago* xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
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.

19 years ago* gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
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.

19 years ago(Difference between Emacs and XEmacs):
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.

19 years ago(utf-8-post-read-conversion): If the
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.

19 years agomacmenu.c (ENCODE_MENU_STRING): Added to handle 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

19 years agofileio.c (Fread_file_name): Call x_file_dialog on carbon on
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

19 years ago(time-to-seconds): Add autoload cookies.
Masatake YAMATO [Thu, 26 Aug 2004 18:20:52 +0000 (18:20 +0000)]
(time-to-seconds): Add autoload cookies.

19 years ago(Difference between Emacs and XEmacs): Rewrite.
Richard M. Stallman [Thu, 26 Aug 2004 16:17:48 +0000 (16:17 +0000)]
(Difference between Emacs and XEmacs): Rewrite.

19 years ago*** empty log message ***
Luc Teirlinck [Thu, 26 Aug 2004 01:47:55 +0000 (01:47 +0000)]
*** empty log message ***

19 years ago(tex-validate-buffer): Distinguish between 0, 1, and many mismatches.
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'.

19 years ago*** empty log message ***
John Paul Wallington [Wed, 25 Aug 2004 18:46:04 +0000 (18:46 +0000)]
*** empty log message ***

19 years ago(ielm-tab, ielm-complete-symbol): Doc fix.
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'.

19 years agoFixed typo.
Bill Wohler [Wed, 25 Aug 2004 06:09:12 +0000 (06:09 +0000)]
Fixed typo.

19 years agoUpgraded to MH-E version 7.82.
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.

19 years ago(Non-ASCII Rebinding): Fix and simplify the
Kenichi Handa [Wed, 25 Aug 2004 00:22:23 +0000 (00:22 +0000)]
(Non-ASCII Rebinding): Fix and simplify the
description for unibyte mode.

19 years ago*** empty log message ***
Stefan Monnier [Tue, 24 Aug 2004 22:14:46 +0000 (22:14 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Luc Teirlinck [Tue, 24 Aug 2004 21:29:09 +0000 (21:29 +0000)]
*** empty log message ***

19 years ago* xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
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.

19 years ago* xfns.c (x_window_to_frame, x_any_window_to_frame)
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.

19 years ago(Font Lock): Correct invalid @xref.
Luc Teirlinck [Tue, 24 Aug 2004 03:45:41 +0000 (03:45 +0000)]
(Font Lock): Correct invalid @xref.

19 years ago(Regexps): Correct cryptic @ref.
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.

19 years ago(vc-svn-diff): Treat options from vc-svn-diff-switches and
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.

19 years agoMinor comment change.
Luc Teirlinck [Mon, 23 Aug 2004 13:13:19 +0000 (13:13 +0000)]
Minor comment change.

19 years ago(Keyboard Macro Counter, Keyboard Macro Step-Edit): Change section names.
Luc Teirlinck [Sun, 22 Aug 2004 23:57:14 +0000 (23:57 +0000)]
(Keyboard Macro Counter, Keyboard Macro Step-Edit): Change section names.

19 years ago(speedbar-file-regexp): Give it a phony defvar before and a real
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.

19 years ago*** empty log message ***
Richard M. Stallman [Sun, 22 Aug 2004 17:46:31 +0000 (17:46 +0000)]
*** empty log message ***

19 years ago(process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]:
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.

19 years ago(Fbyte_code) <unwind-protect>: Cannot GC.
Richard M. Stallman [Sun, 22 Aug 2004 17:43:26 +0000 (17:43 +0000)]
(Fbyte_code) <unwind-protect>: Cannot GC.

19 years ago(Major Mode Conventions): Discuss rebinding of standard key bindings.
Richard M. Stallman [Sun, 22 Aug 2004 17:41:15 +0000 (17:41 +0000)]
(Major Mode Conventions): Discuss rebinding of standard key bindings.

19 years ago(flyspell-word): Use set-process-query-on-exit-flag.
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.

19 years agoMany doc and style fixes.
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.

19 years ago(ange-ftp-gwp-start, ange-ftp-nslookup-host)
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.

19 years ago(mail-extr-all-top-level-domains): Add forward defvar.
Richard M. Stallman [Sun, 22 Aug 2004 17:09:58 +0000 (17:09 +0000)]
(mail-extr-all-top-level-domains): Add forward defvar.

19 years ago(global-whitespace-mode): New alias for whitespace-global-mode.
Richard M. Stallman [Sun, 22 Aug 2004 17:04:22 +0000 (17:04 +0000)]
(global-whitespace-mode): New alias for whitespace-global-mode.

19 years ago(speedbar-file-regexp): Definition moved up.
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.

19 years ago(shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
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.

19 years agoDelete compatibility code for old Emacses.
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.

19 years ago(display-mouse-p, display-selections-p): Use with-no-warnings.
Richard M. Stallman [Sun, 22 Aug 2004 16:54:33 +0000 (16:54 +0000)]
(display-mouse-p, display-selections-p): Use with-no-warnings.

19 years ago(font-lock-set-defaults): 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.

19 years ago* reftex.texi (AUCTeX): Update links, section name.
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.

19 years agoUpdate AUCTeX
David Kastrup [Sun, 22 Aug 2004 11:03:22 +0000 (11:03 +0000)]
Update AUCTeX
information.

19 years agoUpdate AUCTeX information.
David Kastrup [Sun, 22 Aug 2004 10:58:41 +0000 (10:58 +0000)]
Update AUCTeX information.

19 years ago.
Andreas Schwab [Sun, 22 Aug 2004 09:50:18 +0000 (09:50 +0000)]
.

19 years agoRequire pcvs during byte-compiling for
Andreas Schwab [Sun, 22 Aug 2004 09:49:37 +0000 (09:49 +0000)]
Require pcvs during byte-compiling for
defun-cvs-mode.

19 years agoUpgraded to MH-E version 7.81.
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.

19 years ago(cvs-status-checkout): New function.
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'.

19 years ago(Keyboard Macro Ring): Rename section.
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.

19 years ago*** empty log message ***
Stefan Monnier [Sat, 21 Aug 2004 23:51:42 +0000 (23:51 +0000)]
*** empty log message ***

19 years ago(Buffers): Maximum buffer size is now 256M on 32-bit machines.
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.

19 years ago("greek-babel"): Add accent/breathing/uppercase
David Kastrup [Sat, 21 Aug 2004 21:55:00 +0000 (21:55 +0000)]
("greek-babel"): Add accent/breathing/uppercase
combinations.

19 years ago(ange-ftp-hash-entry-exists-p)
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.

19 years ago(latin1-char-displayable-p): Made obsolete in version 21.4, not 21.5.
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.

19 years ago(vc-comment-ring, vc-comment-ring-index)
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.

19 years ago(process-kill-without-query): Made obsolete in version 21.4, not 21.5.
John Paul Wallington [Sat, 21 Aug 2004 14:53:22 +0000 (14:53 +0000)]
(process-kill-without-query): Made obsolete in version 21.4, not 21.5.

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 21 Aug 2004 12:25:07 +0000 (12:25 +0000)]
*** empty log message ***

19 years ago(lisp-indent-defmethod): Correct
Eli Zaretskii [Sat, 21 Aug 2004 12:24:13 +0000 (12:24 +0000)]
(lisp-indent-defmethod): Correct
indentation of DEFMETHODS with non-standard method
combinations (e.g., PROGN, MIN, MAX).

19 years ago(Misc Help): Add an index entry for finding an Info
Eli Zaretskii [Sat, 21 Aug 2004 11:58:30 +0000 (11:58 +0000)]
(Misc Help): Add an index entry for finding an Info
manual by its file name.