]> code.delx.au - gnu-emacs/log
gnu-emacs
19 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Fri, 4 Mar 2005 11:16:35 +0000 (11:16 +0000)]
*** empty log message ***

19 years agoUndo previous change.
YAMAMOTO Mitsuharu [Fri, 4 Mar 2005 11:14:03 +0000 (11:14 +0000)]
Undo previous change.

19 years ago(NonCarbon): New target. The target `Emacs' is now used for the
YAMAMOTO Mitsuharu [Fri, 4 Mar 2005 11:13:42 +0000 (11:13 +0000)]
(NonCarbon): New target.  The target `Emacs' is now used for the
Carbon build that defines HAVE_CARBON.

19 years ago(HAVE_STDLIB_H): Define to 1.
YAMAMOTO Mitsuharu [Fri, 4 Mar 2005 11:13:15 +0000 (11:13 +0000)]
(HAVE_STDLIB_H): Define to 1.

19 years ago(SIZE): Increase preferred memory size to 32MB.
YAMAMOTO Mitsuharu [Fri, 4 Mar 2005 11:12:52 +0000 (11:12 +0000)]
(SIZE): Increase preferred memory size to 32MB.
[HAVE_CARBON] (crfg): New resource for extra stack space.

19 years ago(install_window_handler, remove_window_handler)
YAMAMOTO Mitsuharu [Fri, 4 Mar 2005 11:11:55 +0000 (11:11 +0000)]
(install_window_handler, remove_window_handler)
(posix_pathname_to_fsspec, fsspec_to_posix_pathname)
(mac_clear_font_name_table): New externs.

19 years ago[TARGET_API_MAC_CARBON && !MAC_OSX]: Define USE_CARBON_EVENTS to 1.
YAMAMOTO Mitsuharu [Fri, 4 Mar 2005 11:11:16 +0000 (11:11 +0000)]
[TARGET_API_MAC_CARBON && !MAC_OSX]: Define USE_CARBON_EVENTS to 1.
[__MRC__ && TARGET_API_MAC_CARBON]: Don't declare `qd'.
(x_free_frame_resources): Call remove_window_handler for non-tooltip
windows.
[TARGET_API_MAC_CARBON]: Don't include headers that are included via
Carbon.h.
[TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
(mac_do_receive_dragUPP): New variables.
(mac_handle_service_event, init_service_handler): Put declarations and
definitions in #ifdef MAC_OSX.
(install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
drag-and-drop handler functions and register them.
(remove_window_handler): New function.
(do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]: Use
fsspec_to_posix_pathname.
(main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
(XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
[MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]: Set
default cursors.
(mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
init_service_handler or init_quit_char_handler.
(mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.

19 years ago[TARGET_API_MAC_CARBON]: Don't include headers that are included via
YAMAMOTO Mitsuharu [Fri, 4 Mar 2005 11:09:33 +0000 (11:09 +0000)]
[TARGET_API_MAC_CARBON]: Don't include headers that are included via
Carbon.h.

19 years ago[!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
YAMAMOTO Mitsuharu [Fri, 4 Mar 2005 11:09:09 +0000 (11:09 +0000)]
[!MAC_OSX && HAVE_CARBON]: Include Carbon.h.

19 years ago(install_window_handler): Move extern to macterm.h.
YAMAMOTO Mitsuharu [Fri, 4 Mar 2005 11:08:54 +0000 (11:08 +0000)]
(install_window_handler): Move extern to macterm.h.
(Fx_file_dialog): Check STRINGP (default_filename) to see it is valid.
Don't check !NILP (dir) because it is already checked with
CHECK_STRING.
(Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
specifying the default location and obtaining the selected filename.

19 years ago[!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
YAMAMOTO Mitsuharu [Fri, 4 Mar 2005 11:08:05 +0000 (11:08 +0000)]
[!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
[!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
(posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
(mac_clear_font_name_table): Move extern to macterm.h.

19 years ago[!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
YAMAMOTO Mitsuharu [Fri, 4 Mar 2005 11:07:11 +0000 (11:07 +0000)]
[!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.

19 years ago(main): Change `#ifdef HAVE_CARBON' to `#if defined (MAC_OSX) &&
YAMAMOTO Mitsuharu [Fri, 4 Mar 2005 11:06:42 +0000 (11:06 +0000)]
(main): Change `#ifdef HAVE_CARBON' to `#if defined (MAC_OSX) &&
defined (HAVE_CARBON)'.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-152
Miles Bader [Fri, 4 Mar 2005 04:54:40 +0000 (04:54 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-152

Add info/dir to arch branch

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-151
Miles Bader [Thu, 3 Mar 2005 23:02:21 +0000 (23:02 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-151

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 34-35)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/message.el (message-get-reply-headers, message-followup):
   Mention related variables `message-use-followup-to' and
   `message-use-mail-followup-to', in the information buffer.

   * lisp/gnus/nnweb.el (nnweb-type-definition): Use groups.google.de instead
   of broken groups(-beta).google.com.

2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".

19 years ago(FILE_SYSTEM_CASE): Define macro if not already defined.
Thien-Thi Nguyen [Thu, 3 Mar 2005 20:17:24 +0000 (20:17 +0000)]
(FILE_SYSTEM_CASE): Define macro if not already defined.
(Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
(Fexpand_file_name): Likewise.

19 years agoAdd comment for compilation-directory-properties.
Daniel Pfeiffer [Thu, 3 Mar 2005 20:08:21 +0000 (20:08 +0000)]
Add comment for compilation-directory-properties.

19 years ago*** empty log message ***
Lute Kamstra [Thu, 3 Mar 2005 16:29:19 +0000 (16:29 +0000)]
*** empty log message ***

19 years ago(Debugger Commands): Update `j'.
Lute Kamstra [Thu, 3 Mar 2005 16:28:32 +0000 (16:28 +0000)]
(Debugger Commands): Update `j'.

19 years ago(inhibit-debug-on-entry): Add docstring.
Lute Kamstra [Thu, 3 Mar 2005 16:25:13 +0000 (16:25 +0000)]
(inhibit-debug-on-entry): Add docstring.
(debugger-jumping-flag): New var.
(debug-entry-code): Use it.
(debugger-jump): Use debugger-jumping-flag and add debugger-reenable
to post-command-hook.
(debugger-reenable): Use debugger-jumping-flag and remove itself from
post-command-hook.
(debug, debug-on-entry, cancel-debug-on-entry): Remove call to
debugger-reenable.

19 years ago(Fkill_emacs): Use EXIT_SUCCESS;
Thien-Thi Nguyen [Thu, 3 Mar 2005 15:37:29 +0000 (15:37 +0000)]
(Fkill_emacs): Use EXIT_SUCCESS;
no longer special-case VMS.  Add bogus return value.

19 years ago(blink-cursor-mode): `emacs-quick-startup' may not be bound yet.
Stefan Monnier [Thu, 3 Mar 2005 13:12:47 +0000 (13:12 +0000)]
(blink-cursor-mode): `emacs-quick-startup' may not be bound yet.

19 years ago(XASSERTS): Define to 0 if not already defined.
Kim F. Storm [Wed, 2 Mar 2005 22:35:17 +0000 (22:35 +0000)]
(XASSERTS): Define to 0 if not already defined.
(xassert) [!XASSERTS]: Define dummy version.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 2 Mar 2005 22:34:47 +0000 (22:34 +0000)]
*** empty log message ***

19 years ago(ibuffer-filter-disable): Move back to the current buffer after
John Paul Wallington [Wed, 2 Mar 2005 21:28:57 +0000 (21:28 +0000)]
(ibuffer-filter-disable): Move back to the current buffer after
removing limits.
(ibuffer-pop-filter): Ditto.
Update copyright.
From: Romain Francoise <romain@orebokech.com>

19 years ago(Contributing): Mention Savannah. Direct users to
Nick Roberts [Wed, 2 Mar 2005 20:23:44 +0000 (20:23 +0000)]
(Contributing): Mention Savannah. Direct users to
emacs-devel.

19 years ago*** empty log message ***
Nick Roberts [Wed, 2 Mar 2005 20:23:04 +0000 (20:23 +0000)]
*** empty log message ***

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-146
Miles Bader [Wed, 2 Mar 2005 09:26:43 +0000 (09:26 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-146

quick-install-emacs: Use mkdir --verbose only when requested

2005-03-02  Miles Bader  <miles@gnu.org>

   * admin/quick-install-emacs: Only use the mkdir --verbose option if the
   script's --verbose option was specified (this avoids problems with
   default usage on systems where mkdir doesn't support that option).

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-145
Miles Bader [Wed, 2 Mar 2005 09:12:54 +0000 (09:12 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-145

(make-text-button): Default button type if not specified

2005-03-02  Miles Bader  <miles@gnu.org>

   * lisp/button.el (make-text-button): If the user doesn't specify a
   type, use the default.  Rewrite to use `add-text-properties' and
   plist functions.

19 years ago(redisplay_window): YABX (yet another bogus xassert).
Kim F. Storm [Tue, 1 Mar 2005 23:21:52 +0000 (23:21 +0000)]
(redisplay_window): YABX (yet another bogus xassert).
Reported by David Kastrup.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 1 Mar 2005 23:20:49 +0000 (23:20 +0000)]
*** empty log message ***

19 years ago(gnus-summary-exit): Undo last change and fix it in a more conservative way.
Stefan Monnier [Tue, 1 Mar 2005 22:44:46 +0000 (22:44 +0000)]
(gnus-summary-exit): Undo last change and fix it in a more conservative way.

19 years agoAdd information about `-fno-crossjumping' for GCC.
David Kastrup [Tue, 1 Mar 2005 16:01:05 +0000 (16:01 +0000)]
Add information about `-fno-crossjumping' for GCC.

19 years ago(get_next_display_element): Fix control and escape
Kim F. Storm [Tue, 1 Mar 2005 13:38:34 +0000 (13:38 +0000)]
(get_next_display_element): Fix control and escape
glyph from display vector. From Ehud Karni <ehud@unix.mvs.co.il>

19 years ago*** empty log message ***
Kim F. Storm [Tue, 1 Mar 2005 13:37:23 +0000 (13:37 +0000)]
*** empty log message ***

19 years ago(Fposn_at_x_y): Check integerness of X and Y.
Stefan Monnier [Tue, 1 Mar 2005 13:17:47 +0000 (13:17 +0000)]
(Fposn_at_x_y): Check integerness of X and Y.

19 years ago(debug): Skip one more frame in case of debug on entry.
Lute Kamstra [Tue, 1 Mar 2005 13:02:37 +0000 (13:02 +0000)]
(debug): Skip one more frame in case of debug on entry.
(debugger-setup-buffer): Delete one more frame line in case of debug
on entry.
(debugger-frame-number): Update to use the new text introduced by the
1999-11-03 change.  Skip one more frame in case of debug on entry.

19 years agoUpdate copyright to 2005 and add remark about commenting out inclusion
Robert J. Chassell [Tue, 1 Mar 2005 12:44:51 +0000 (12:44 +0000)]
Update copyright to 2005 and add remark about commenting out inclusion
of "itemize\\|" in lisp/textmodes/texinfmt.el to lisp/ChangeLog.

19 years agoUpdate copyright notice to 2005.
Robert J. Chassell [Tue, 1 Mar 2005 12:28:24 +0000 (12:28 +0000)]
Update copyright notice to 2005.

19 years ago(gdb-get-location): Use a warning instead
Nick Roberts [Tue, 1 Mar 2005 10:43:05 +0000 (10:43 +0000)]
(gdb-get-location): Use a warning instead
of an error if GDB can't find the source file.

19 years ago*** empty log message ***
Nick Roberts [Tue, 1 Mar 2005 10:41:45 +0000 (10:41 +0000)]
*** empty log message ***

19 years ago(Adding to Diary): Mention redrawing of calendar window.
Glenn Morris [Tue, 1 Mar 2005 10:26:18 +0000 (10:26 +0000)]
(Adding to Diary): Mention redrawing of calendar window.

19 years ago*** empty log message ***
Glenn Morris [Tue, 1 Mar 2005 10:25:49 +0000 (10:25 +0000)]
*** empty log message ***

19 years ago(redraw-calendar): Work from any buffer, not just the calendar.
Glenn Morris [Tue, 1 Mar 2005 10:24:33 +0000 (10:24 +0000)]
(redraw-calendar): Work from any buffer, not just the calendar.

19 years ago(mark-diary-entries): Remove any old marks first.
Glenn Morris [Tue, 1 Mar 2005 10:23:58 +0000 (10:23 +0000)]
(mark-diary-entries): Remove any old marks first.
(diary-redraw-calendar): New function.
(make-diary-entry): Add diary-redraw-calendar to local
write-contents-functions.  Turn off selective display before inserting
in diary.

19 years agoFix years.
Kim F. Storm [Tue, 1 Mar 2005 10:15:32 +0000 (10:15 +0000)]
Fix years.

19 years ago(copyright-fix-years): New command.
Kim F. Storm [Tue, 1 Mar 2005 10:14:48 +0000 (10:14 +0000)]
(copyright-fix-years): New command.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 1 Mar 2005 10:14:18 +0000 (10:14 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Lute Kamstra [Tue, 1 Mar 2005 09:09:41 +0000 (09:09 +0000)]
*** empty log message ***

19 years ago(debug-on-entry-1): Reimplement to make sure that debug-entry-code can
Lute Kamstra [Tue, 1 Mar 2005 09:08:47 +0000 (09:08 +0000)]
(debug-on-entry-1): Reimplement to make sure that debug-entry-code can
be safely removed from a function while this code is being evaluated.
Revert the 2005-02-27 change as the new implementation no longer
requires it.  Make sure that a function body containing just a string
is not mistaken for a docstring.

19 years ago(Debugging): Fix typo.
Lute Kamstra [Tue, 1 Mar 2005 08:41:52 +0000 (08:41 +0000)]
(Debugging): Fix typo.
(Error Debugging): Document eval-expression-debug-on-error.
(Function Debugging): Update example.
(Using Debugger): Mention starred stack frames.
(Debugger Commands): Document `j' and `l'.
(Invoking the Debugger): `d' and `j' exit recursive edit too.
Update the messages that the debugger displays.
(Internals of Debugger): Add cross reference.  Update example.
(Excess Open): Minor improvement.
(Excess Close): Minor improvement.

19 years ago*** empty log message ***
Jay Belanger [Tue, 1 Mar 2005 06:21:40 +0000 (06:21 +0000)]
*** empty log message ***

19 years ago(Trigonometric and Hyperbolic Functions): Mention additional
Jay Belanger [Tue, 1 Mar 2005 04:53:02 +0000 (04:53 +0000)]
(Trigonometric and Hyperbolic Functions): Mention additional
functions.
(Algebraic Simplifications): Mention additional simplifications.

19 years ago(double-translate-key): Call force-window-update after
Kim F. Storm [Mon, 28 Feb 2005 22:49:46 +0000 (22:49 +0000)]
(double-translate-key): Call force-window-update after
read-event to avoid crash in redisplay.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 28 Feb 2005 22:49:24 +0000 (22:49 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Stefan Monnier [Mon, 28 Feb 2005 22:02:49 +0000 (22:02 +0000)]
*** empty log message ***

19 years ago(texinfo-no-refill-regexp): commented out inclusion of "itemize\\|",
Robert J. Chassell [Mon, 28 Feb 2005 15:06:13 +0000 (15:06 +0000)]
(texinfo-no-refill-regexp): commented out inclusion of "itemize\\|",
which may be unnecessary, is certainly inelegant, and stops refilling in
itemize lists when formatting Japanese Texinfo files to Info.

19 years ago(inhibit-debug-on-entry): New var.
Stefan Monnier [Mon, 28 Feb 2005 14:33:50 +0000 (14:33 +0000)]
(inhibit-debug-on-entry): New var.
(debug): Use it.  Move the inhibit-trace earlier.
(debug-entry-code): New const.
(debug-on-entry-1): Use it.

19 years agoThe url*.el's (declare (special ...)) stuff is to turn off some
Stefan Monnier [Mon, 28 Feb 2005 13:31:19 +0000 (13:31 +0000)]
The url*.el's (declare (special ...)) stuff is to turn off some
compiler warnings.

19 years ago(ccl-encode-mule-utf-16le): Fix
Kenichi Handa [Mon, 28 Feb 2005 07:19:16 +0000 (07:19 +0000)]
(ccl-encode-mule-utf-16le): Fix
BUFFER_MAGNIFICATION to 2.
(ccl-encode-mule-utf-16be): Likewise.
(ccl-encode-mule-utf-16le-with-signature): Fix
BUFFER_MAGNIFICATION to 4.
(ccl-encode-mule-utf-16be-with-signature): Likewise.

19 years ago(speedbar-update-flag): Doc fix.
Nick Roberts [Mon, 28 Feb 2005 06:18:37 +0000 (06:18 +0000)]
(speedbar-update-flag): Doc fix.
(speedbar-show-info-under-mouse): Give set-mouse-position the right
argument.

19 years ago*** empty log message ***
Nick Roberts [Mon, 28 Feb 2005 06:17:52 +0000 (06:17 +0000)]
*** empty log message ***

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-139
Miles Bader [Mon, 28 Feb 2005 00:04:11 +0000 (00:04 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-139

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 32-33)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

2005-02-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>

   * lisp/gnus/mm-decode.el (mm-dissect-buffer): Pass the from field on to
   `mm-dissect-multipart' and receive the from field as an (optional)
   argument from `mm-dissect-multipart'.
   (mm-dissect-multipart): Receive the from field as an argument and
   pass it on when we call `mm-dissect-buffer' on MIME parts. Fixes
   verification/decryption of signed/encrypted MIME parts.

19 years ago(reveal-post-command): Don't try to reveal overlays which
Stefan Monnier [Sun, 27 Feb 2005 23:42:14 +0000 (23:42 +0000)]
(reveal-post-command): Don't try to reveal overlays which
have a non-nil `invisible' property but are actually visible.

19 years ago(perl-imenu-generic-expression): Add entries for perldoc sections.
Stefan Monnier [Sun, 27 Feb 2005 23:13:19 +0000 (23:13 +0000)]
(perl-imenu-generic-expression): Add entries for perldoc sections.
(perl-outline-regexp, perl-outline-level): New var and function.
(perl-mode): Use them.

19 years ago*** empty log message ***
Glenn Morris [Sun, 27 Feb 2005 22:54:12 +0000 (22:54 +0000)]
*** empty log message ***

19 years ago(diary-remind): Discard any mark portion from diary-entry. Reported
Glenn Morris [Sun, 27 Feb 2005 22:46:03 +0000 (22:46 +0000)]
(diary-remind): Discard any mark portion from diary-entry.  Reported
by Andrew Kemp <ajwk@pell.uklinux.net>.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 27 Feb 2005 21:42:43 +0000 (21:42 +0000)]
*** empty log message ***

19 years agoComment change.
Luc Teirlinck [Sun, 27 Feb 2005 21:37:03 +0000 (21:37 +0000)]
Comment change.

19 years ago(custom-buffer-create-internal): Slightly reword text at top of Custom
Luc Teirlinck [Sun, 27 Feb 2005 21:32:57 +0000 (21:32 +0000)]
(custom-buffer-create-internal): Slightly reword text at top of Custom
buffers.  Mention there that saving an option edits the init file.
Add link to Emacs manual node on `custom-file'.
(custom-magic-alist): Rewrite individual State messages to use
capitalized keywords.  Doc fix.

19 years agoFrom Matt Hodges <MPHodges@member.fsf.org>:
Glenn Morris [Sun, 27 Feb 2005 20:32:53 +0000 (20:32 +0000)]
From  Matt Hodges  <MPHodges@member.fsf.org>:

(General Calendar): Document binding of scroll-other-window-down.
(Mayan Calendar): Fix earliest date.
(Time Intervals): Document timeclock-change.  Fix
timeclock-ask-before-exiting documentation.

19 years ago*** empty log message ***
Glenn Morris [Sun, 27 Feb 2005 20:31:59 +0000 (20:31 +0000)]
*** empty log message ***

19 years agoFrom Matt Hodges <MPHodges@member.fsf.org>:
Glenn Morris [Sun, 27 Feb 2005 20:25:48 +0000 (20:25 +0000)]
From  Matt Hodges  <MPHodges@member.fsf.org>:

(calendar-buffer): Move above calendar-week-start-day.
(calendar-week-start-day): Doc fix.  Add :set function.
(calendar-minimum-window-height): New variable.
(generate-calendar-window): Only resize window if selected-window is
displaying the calendar buffer.  Use new variable
calendar-minimum-window-height.
(generate-calendar): Reword error message.
(calendar-mode-map): Bind DEL to scroll-other-window-down.

19 years ago* gtkutil.c (xg_resize_outer_widget): Removed unneeded call to
Jan Djärv [Sun, 27 Feb 2005 19:58:11 +0000 (19:58 +0000)]
* gtkutil.c (xg_resize_outer_widget): Removed unneeded call to
gtk_window_resize and x_wm_set_size_hint.

19 years ago(vc-do-command): Don't run command asynchronously when
Andreas Schwab [Sun, 27 Feb 2005 18:38:48 +0000 (18:38 +0000)]
(vc-do-command): Don't run command asynchronously when
operating in a remote directory.

19 years ago(tramp-file-name-for-operation): Fix misapplied
Andreas Schwab [Sun, 27 Feb 2005 17:31:56 +0000 (17:31 +0000)]
(tramp-file-name-for-operation): Fix misapplied
change from sync with Tramp 2.0.47.

19 years ago(fast_find_position): Rename END to BEG.
Richard M. Stallman [Sun, 27 Feb 2005 10:53:09 +0000 (10:53 +0000)]
(fast_find_position): Rename END to BEG.
(syms_of_xdisp) <menu-bar-update-hook>: Doc fix.

19 years ago*** empty log message ***
Richard M. Stallman [Sun, 27 Feb 2005 10:38:37 +0000 (10:38 +0000)]
*** empty log message ***

19 years ago(ispell-change-dictionary): Doc fix.
Richard M. Stallman [Sun, 27 Feb 2005 10:37:13 +0000 (10:37 +0000)]
(ispell-change-dictionary): Doc fix.

19 years ago(flyspell-mode-on): Call ispell-change-dictionary only if necessary.
Richard M. Stallman [Sun, 27 Feb 2005 10:36:38 +0000 (10:36 +0000)]
(flyspell-mode-on): Call ispell-change-dictionary only if necessary.

19 years ago(regexp-builder): New function.
Richard M. Stallman [Sun, 27 Feb 2005 10:35:51 +0000 (10:35 +0000)]
(regexp-builder): New function.

19 years ago(describe-register-1): Explicitly handle yank-excluded-properties = t.
Richard M. Stallman [Sun, 27 Feb 2005 10:34:59 +0000 (10:34 +0000)]
(describe-register-1): Explicitly handle yank-excluded-properties = t.

19 years ago(custom-buffer-create-internal): Improve progress msgs.
Richard M. Stallman [Sun, 27 Feb 2005 10:34:05 +0000 (10:34 +0000)]
(custom-buffer-create-internal): Improve progress msgs.
(custom-magic-alist): Change the status descriptions again.
(face widget-type): Total rewrite based on `restricted-sexp'
to eliminate the confusing double hiding levels.

19 years ago(debug-on-entry-1): If function body is empty, add nil as body form.
Richard M. Stallman [Sun, 27 Feb 2005 09:57:51 +0000 (09:57 +0000)]
(debug-on-entry-1): If function body is empty, add nil as body form.

19 years ago(Compilation): Update mode line status info.
Richard M. Stallman [Sun, 27 Feb 2005 09:18:15 +0000 (09:18 +0000)]
(Compilation): Update mode line status info.

19 years ago(inhibit-trace): New var.
Stefan Monnier [Sun, 27 Feb 2005 02:30:58 +0000 (02:30 +0000)]
(inhibit-trace): New var.
(trace-make-advice): Use it.

19 years ago(debug): Put back the inhibit-trace.
Stefan Monnier [Sun, 27 Feb 2005 02:26:05 +0000 (02:26 +0000)]
(debug): Put back the inhibit-trace.

19 years ago(Coding Conventions): Clarify.
Richard M. Stallman [Sun, 27 Feb 2005 00:16:41 +0000 (00:16 +0000)]
(Coding Conventions): Clarify.
Put all the major mode key reservations together.
Mention the Mouse-1 => Mouse-2 conventions.

19 years ago(Syntax Class Table): Clarify.
Richard M. Stallman [Sun, 27 Feb 2005 00:12:33 +0000 (00:12 +0000)]
(Syntax Class Table): Clarify.
(Syntax Table Functions): syntax-after moved from here.
(Syntax Table Internals): syntax-after moved to here.
(Parsing Expressions): Update info on number of values
and what's meaningful in the STATE argument.
(Categories): Fix typo.

19 years ago(Arrays): Cleanup.
Richard M. Stallman [Sun, 27 Feb 2005 00:10:27 +0000 (00:10 +0000)]
(Arrays): Cleanup.
(Char-Tables): Clarify.

19 years ago(Subprocess Creation): Explain nil in exec-path. Cleanup.
Richard M. Stallman [Sun, 27 Feb 2005 00:09:08 +0000 (00:09 +0000)]
(Subprocess Creation): Explain nil in exec-path.  Cleanup.
(Deleting Processes): Cleanups, add xref.
(Process Information): set-process-coding-system, some args optional.
(Input to Processes): Explain various types for PROCESS args.
Rename them from PROCESS-NAME to PROCESS.
(Signals to Processes): Likewise.
(Decoding Output): Cleanup.
(Query Before Exit): Clarify.

19 years ago(Startup Summary): Correct the options; add missing ones.
Richard M. Stallman [Sun, 27 Feb 2005 00:04:37 +0000 (00:04 +0000)]
(Startup Summary): Correct the options; add missing ones.
(Terminal Output, Batch Mode): Clarify.
(Flow Control): Node deleted.

19 years ago(The Mark): Clarify.
Richard M. Stallman [Sun, 27 Feb 2005 00:02:17 +0000 (00:02 +0000)]
(The Mark): Clarify.

19 years ago(Expansion): Cleanup.
Richard M. Stallman [Sun, 27 Feb 2005 00:01:41 +0000 (00:01 +0000)]
(Expansion): Cleanup.
(Indenting Macros): indent-spec allows ints, not floats.

19 years ago(Keymaps): Clarify.
Richard M. Stallman [Sun, 27 Feb 2005 00:00:41 +0000 (00:00 +0000)]
(Keymaps): Clarify.
(Format of Keymaps): Update lisp-mode-map example.
(Active Keymaps, Key Lookup): Clarify.
(Changing Key Bindings): Add xref to `kbd'.
(Key Binding Commands, Simple Menu Items): Clarify.
(Mouse Menus, Menu Bar): Clarify.
(Menu Example): Replace print example with menu-bar-replace-menu.

19 years ago(Documentation Basics): Add function-documentation prop.
Richard M. Stallman [Sat, 26 Feb 2005 23:57:40 +0000 (23:57 +0000)]
(Documentation Basics): Add function-documentation prop.

19 years ago(Top): Don't refer to Flow Control node.
Richard M. Stallman [Sat, 26 Feb 2005 23:53:35 +0000 (23:53 +0000)]
(Top): Don't refer to Flow Control node.

19 years ago(Command Overview): Improve xrefs.
Richard M. Stallman [Sat, 26 Feb 2005 23:52:38 +0000 (23:52 +0000)]
(Command Overview): Improve xrefs.
(Adjusting Point): Adjusting point applies to intangible and invis.
(Key Sequence Input): Doc extra read-key-sequence args.
Likewise for read-key-sequence-vector.

19 years ago(Rename or Copy): Minor fix.
Richard M. Stallman [Sat, 26 Feb 2005 23:50:45 +0000 (23:50 +0000)]
(Rename or Copy): Minor fix.
(Numbered Backups): For version-control, say the default.
(Auto-Saving): make-auto-save-file-name example is simplified.

19 years ago(Advising Functions): Don't imply one part of Emacs
Richard M. Stallman [Sat, 26 Feb 2005 23:49:49 +0000 (23:49 +0000)]
(Advising Functions): Don't imply one part of Emacs
should advise another part.  Markup changes.
(Defining Advice): Move transitional para.
(Activation of Advice): Cleanup.
Explain if COMPILE is nil or negative.