bpt/emacs.git
19 years ago(mostlyclean, distclean, maintainer-clean)
Eli Zaretskii [Mon, 8 Nov 2004 13:56:55 +0000 (13:56 +0000)]
(mostlyclean, distclean, maintainer-clean)
(extraclean, bootfast): New targets.
(top_distclean): New macro, used by distclean, maintainer-clean,
and extraclean.
(.PHONY): Add bootfast.
(bootstrap): Make bootstrap-after in lisp.
(bootstrap-clean-before): Clean in man, lispref, and lispintro as
well.

19 years ago*** empty log message ***
Eli Zaretskii [Mon, 8 Nov 2004 13:02:27 +0000 (13:02 +0000)]
*** empty log message ***

19 years ago(HAVE_BZERO): Define for GCC v3.x and later.
Eli Zaretskii [Mon, 8 Nov 2004 13:01:50 +0000 (13:01 +0000)]
(HAVE_BZERO): Define for GCC v3.x and later.

19 years ago(compile): Don't overwrite last command in minibuffer history
Juri Linkov [Mon, 8 Nov 2004 12:19:14 +0000 (12:19 +0000)]
(compile): Don't overwrite last command in minibuffer history
with default command if they are not equal.

19 years ago*** empty log message ***
Juri Linkov [Mon, 8 Nov 2004 12:18:33 +0000 (12:18 +0000)]
*** empty log message ***

19 years agoMove #include "systime.h" before <sys/resource.h>.
Eli Zaretskii [Mon, 8 Nov 2004 12:04:07 +0000 (12:04 +0000)]
Move #include "systime.h" before <sys/resource.h>.
Don't include <sys/time.h> explicitly.
Include <stdio.h> unconditionally, not just on MacOS.

19 years ago*** empty log message ***
Jay Belanger [Mon, 8 Nov 2004 02:37:02 +0000 (02:37 +0000)]
*** empty log message ***

19 years ago(math-do-integral-methods): Try linear, then non-linear, substitutions.
Jay Belanger [Mon, 8 Nov 2004 02:21:11 +0000 (02:21 +0000)]
(math-do-integral-methods):  Try linear, then non-linear, substitutions.

19 years ago(fontset_pattern_regexp): Cancel my previous change;
Kenichi Handa [Mon, 8 Nov 2004 00:38:48 +0000 (00:38 +0000)]
(fontset_pattern_regexp): Cancel my previous change;
don't pay attention to '\' before '*'.
(fontset_pattern_regexp): Change the meaning of the second arg.
(Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
(check_fontset_name): Try NAME as literal at first, and if it
failes, try NAME as pattern.

19 years ago*** empty log message ***
Jay Belanger [Mon, 8 Nov 2004 00:27:05 +0000 (00:27 +0000)]
*** empty log message ***

19 years ago(math-linear-subst-tried): New variable.
Jay Belanger [Sun, 7 Nov 2004 23:33:29 +0000 (23:33 +0000)]
(math-linear-subst-tried): New variable.

(math-do-integral):  Set `math-linear-subst-tried' to nil.

(math-do-integral-methods):  Use `math-linear-subst-tried' to
determine what type of substitution to try.

(math-integ-try-linear-substituion):  Set `math-linear-subst-tried' to
t.

19 years ago(bootstrap, bootstrap-clean-before): Remove .elc
Kim F. Storm [Sun, 7 Nov 2004 23:27:18 +0000 (23:27 +0000)]
(bootstrap, bootstrap-clean-before): Remove .elc
files before building.
(bootfast, bootstrap-clean-before-fast): New targets, like
bootstrap but don't remove .elc files.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 7 Nov 2004 23:27:02 +0000 (23:27 +0000)]
*** empty log message ***

19 years ago(bootstrap-clean): New target for 'make bootstrap'.
Kim F. Storm [Sun, 7 Nov 2004 23:23:57 +0000 (23:23 +0000)]
(bootstrap-clean): New target for 'make bootstrap'.

19 years ago*** empty log message ***
Richard M. Stallman [Sun, 7 Nov 2004 22:51:22 +0000 (22:51 +0000)]
*** empty log message ***

19 years ago* emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
Jan Djärv [Sun, 7 Nov 2004 21:59:19 +0000 (21:59 +0000)]
* emacs.c (Fdump_emacs): Only output warning on GNU/Linux.

19 years ago(info-lookup): Allow reusing in the current buffer
Juri Linkov [Sun, 7 Nov 2004 20:52:51 +0000 (20:52 +0000)]
(info-lookup): Allow reusing in the current buffer
not only *info* buffer, but all (even renamed) Info buffers
by checking for major-mode instead of *info* buffer name.
(c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
(octave-mode, maxima-mode) <doc-spec>:
Allow long dashes generated by Texinfo 4.7 before definitions.
(texinfo-mode) <doc-spec>: Add space to suffix to find command
definitions with argument separated by space.

19 years ago*** empty log message ***
Juri Linkov [Sun, 7 Nov 2004 20:52:25 +0000 (20:52 +0000)]
*** empty log message ***

19 years agoDon't declare Fmsdos_downcase_filename.
Andreas Schwab [Sun, 7 Nov 2004 11:08:45 +0000 (11:08 +0000)]
Don't declare Fmsdos_downcase_filename.

19 years agoDeclare Fmsdos_downcase_filename.
Andreas Schwab [Sun, 7 Nov 2004 11:06:32 +0000 (11:06 +0000)]
Declare Fmsdos_downcase_filename.

19 years ago* dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
Jan Djärv [Sun, 7 Nov 2004 09:13:26 +0000 (09:13 +0000)]
* dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
comparisons with integers instead of Lisp_Object address.
(Fmsdos_set_keyboard): Declare argument allkeys.

* msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.

* dired.c: extern declare Fmsdos_downcase_filename on MSDOS to avoid
int/Lisp_Object mixup.

* fileio.c: Ditto.

19 years agoeditfns.c: Adding in better patch
Steven Tamm [Sun, 7 Nov 2004 05:57:58 +0000 (05:57 +0000)]
editfns.c: Adding in better patch

19 years agoeditfns.c: Need to include sys/time.h before resource.h on darwin.
Steven Tamm [Sun, 7 Nov 2004 05:57:08 +0000 (05:57 +0000)]
editfns.c: Need to include sys/time.h before resource.h on darwin.

19 years ago(syntax-after): Return the syntax letter, not the raw code.
Richard M. Stallman [Sun, 7 Nov 2004 04:10:38 +0000 (04:10 +0000)]
(syntax-after): Return the syntax letter, not the raw code.

19 years ago(elp-results): Delete wasteful beginning-of-buffer.
Richard M. Stallman [Sun, 7 Nov 2004 04:09:31 +0000 (04:09 +0000)]
(elp-results): Delete wasteful beginning-of-buffer.

19 years ago(iso-cvt-define-menu): menu-bar-files-menu renamed to menu-bar-file-menu.
Richard M. Stallman [Sun, 7 Nov 2004 04:08:15 +0000 (04:08 +0000)]
(iso-cvt-define-menu): menu-bar-files-menu renamed to menu-bar-file-menu.

19 years ago(browse-url-gnome-moz-program)
Richard M. Stallman [Sun, 7 Nov 2004 04:00:18 +0000 (04:00 +0000)]
(browse-url-gnome-moz-program)
(browse-url-gnome-moz-arguments): Move up before first use.

19 years ago(tramp group): Add :version.
Richard M. Stallman [Sun, 7 Nov 2004 03:59:21 +0000 (03:59 +0000)]
(tramp group): Add :version.

19 years ago(ada-gdb-application): Use goto-char instead of beginning-of-buffer.
Richard M. Stallman [Sun, 7 Nov 2004 03:58:37 +0000 (03:58 +0000)]
(ada-gdb-application): Use goto-char instead of beginning-of-buffer.

19 years ago(cperl-info-on-command): Use goto-char instead of beginning-of-buffer.
Richard M. Stallman [Sun, 7 Nov 2004 03:57:24 +0000 (03:57 +0000)]
(cperl-info-on-command): Use goto-char instead of beginning-of-buffer.

19 years ago(idlwave-shell-examine-map): Move up before first use.
Richard M. Stallman [Sun, 7 Nov 2004 03:56:09 +0000 (03:56 +0000)]
(idlwave-shell-examine-map): Move up before first use.
(idlwave-shell-temp-pro-file): Likewise.
(idlwave-shell-temp-rinfo-save-file): Likewise.
(idlwave-shell-temp-file): Minor doc fix.

19 years ago(flyspell-external-point-words): Use goto-char instead of beginning-of-buffer.
Richard M. Stallman [Sun, 7 Nov 2004 03:52:04 +0000 (03:52 +0000)]
(flyspell-external-point-words): Use goto-char instead of beginning-of-buffer.

19 years ago(command_loop_1): Change Vtransient_mark_mode
Richard M. Stallman [Sun, 7 Nov 2004 03:50:11 +0000 (03:50 +0000)]
(command_loop_1): Change Vtransient_mark_mode
before deciding whether to inctivate mark.

19 years ago(Fcall_interactively): Avoid reusing EVENT for other data.
Richard M. Stallman [Sun, 7 Nov 2004 03:48:56 +0000 (03:48 +0000)]
(Fcall_interactively): Avoid reusing EVENT for other data.

19 years ago(merge_named_face): GCPRO the face_name in the
Richard M. Stallman [Sun, 7 Nov 2004 03:47:09 +0000 (03:47 +0000)]
(merge_named_face): GCPRO the face_name in the
named_merge_point struct that we make.
(merge_face_heights): Eliminate GCPRO arg.  All callers changed.

19 years agoWhitespace fixup.
Andreas Schwab [Sun, 7 Nov 2004 01:57:27 +0000 (01:57 +0000)]
Whitespace fixup.

19 years ago(tramp-uudecode): Mention `uudecode -o /dev/stdout'.
Kai Großjohann [Sat, 6 Nov 2004 20:32:24 +0000 (20:32 +0000)]
(tramp-uudecode): Mention `uudecode -o /dev/stdout'.

19 years ago(tramp-coding-commands): Additionally try "uudecode -o /dev/stdout"
Kai Großjohann [Sat, 6 Nov 2004 20:27:16 +0000 (20:27 +0000)]
(tramp-coding-commands): Additionally try "uudecode -o /dev/stdout"
before trying "uudecode -o -".  Suggested by Han Boetes.

19 years ago(recentf-menu-path): Use menu item name.
David Ponce [Sat, 6 Nov 2004 18:27:56 +0000 (18:27 +0000)]
(recentf-menu-path): Use menu item name.

19 years ago*** empty log message ***
David Ponce [Sat, 6 Nov 2004 18:27:36 +0000 (18:27 +0000)]
*** empty log message ***

19 years agoDocument get-internal-run-time.
Eli Zaretskii [Sat, 6 Nov 2004 17:05:42 +0000 (17:05 +0000)]
Document get-internal-run-time.

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 6 Nov 2004 17:04:23 +0000 (17:04 +0000)]
*** empty log message ***

19 years ago(Processor Run Time): New section documenting get-internal-run-time.
Eli Zaretskii [Sat, 6 Nov 2004 17:03:18 +0000 (17:03 +0000)]
(Processor Run Time): New section documenting get-internal-run-time.

19 years ago(sxhash): As far as possible, merge calculation of
Eli Zaretskii [Sat, 6 Nov 2004 17:01:27 +0000 (17:01 +0000)]
(sxhash): As far as possible, merge calculation of
hash code for symbols and strings.

19 years ago(Fget_internal_run_time): New function.
Eli Zaretskii [Sat, 6 Nov 2004 17:00:37 +0000 (17:00 +0000)]
(Fget_internal_run_time): New function.
(syms_of_data): Defsubr it.

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 6 Nov 2004 16:54:06 +0000 (16:54 +0000)]
*** empty log message ***

19 years agoRegenerate.
Eli Zaretskii [Sat, 6 Nov 2004 16:53:38 +0000 (16:53 +0000)]
Regenerate.

19 years agoAdd check for getrusage.
Eli Zaretskii [Sat, 6 Nov 2004 16:29:08 +0000 (16:29 +0000)]
Add check for getrusage.

19 years ago(install, maintainer-clean): Don't use "elisp-*" as it nukes elisp-cover.texi.
Eli Zaretskii [Sat, 6 Nov 2004 16:17:45 +0000 (16:17 +0000)]
(install, maintainer-clean): Don't use "elisp-*" as it nukes elisp-cover.texi.
(dist): Change elisp-[0-9] to elisp-[1-9], as there could be no elisp-0 etc.

19 years agoDon't call define-fringe-bitmap if the display doesn't support images.
Eli Zaretskii [Sat, 6 Nov 2004 16:07:10 +0000 (16:07 +0000)]
Don't call define-fringe-bitmap if the display doesn't support images.

19 years ago(tempo-match-finder): Doc fix.
Andreas Schwab [Sat, 6 Nov 2004 14:49:45 +0000 (14:49 +0000)]
(tempo-match-finder): Doc fix.

19 years ago(easy-menu-get-map): Fix last change.
Andreas Schwab [Sat, 6 Nov 2004 14:43:43 +0000 (14:43 +0000)]
(easy-menu-get-map): Fix last change.

19 years agoChange log entry reconstructed from commit message.
Andreas Schwab [Sat, 6 Nov 2004 14:41:21 +0000 (14:41 +0000)]
Change log entry reconstructed from commit message.

19 years agoDocument changes in behavior of hide-body.
Eli Zaretskii [Sat, 6 Nov 2004 12:15:10 +0000 (12:15 +0000)]
Document changes in behavior of hide-body.

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 6 Nov 2004 12:12:23 +0000 (12:12 +0000)]
*** empty log message ***

19 years ago(hide-body): Don't hide lines at the top of the file
Eli Zaretskii [Sat, 6 Nov 2004 12:10:38 +0000 (12:10 +0000)]
(hide-body): Don't hide lines at the top of the file
that precede the first header line.

19 years ago(align-areas): Delete whitespace before reindenting, so
Eli Zaretskii [Sat, 6 Nov 2004 12:06:18 +0000 (12:06 +0000)]
(align-areas): Delete whitespace before reindenting, so
that tabs are never placed after spaces.

19 years ago(syms_of_frame): Fix the example in the doc string.
Eli Zaretskii [Sat, 6 Nov 2004 11:55:32 +0000 (11:55 +0000)]
(syms_of_frame): Fix the example in the doc string.

19 years ago(insert-kbd-macro): Do completions based on macros,
Eli Zaretskii [Sat, 6 Nov 2004 11:49:55 +0000 (11:49 +0000)]
(insert-kbd-macro): Do completions based on macros,
rather than all commands.

19 years ago(tempo-match-finder): Use [:word:] instead of "^\\b",
Eli Zaretskii [Sat, 6 Nov 2004 11:28:42 +0000 (11:28 +0000)]
(tempo-match-finder): Use [:word:] instead of "^\\b",
to solve a bug whereby tags with 'b' don't match.

19 years ago(easy-menu-get-map-look-for-name): Remove.
Stefan Monnier [Sat, 6 Nov 2004 10:01:56 +0000 (10:01 +0000)]
(easy-menu-get-map-look-for-name): Remove.
(easy-menu-lookup-name): New fun to replace it.
(easy-menu-get-map): Use it to obey menu item names (rather than just
keys) when looking up `path'.
(easy-menu-always-true-p): Rename from easy-menu-always-true.
(easy-menu-convert-item-1): Adjust to new name.

19 years ago* eval.c (Feval): Remove check for INPUT_BLOCKED_P.
Jan Djärv [Sat, 6 Nov 2004 07:47:27 +0000 (07:47 +0000)]
* eval.c (Feval): Remove check for INPUT_BLOCKED_P.

* xmenu.c (popup_get_selection, create_and_show_popup_menu)
(create_and_show_dialog): Revert change from 2004-10-31.

19 years ago*** empty log message ***
Luc Teirlinck [Fri, 5 Nov 2004 23:41:56 +0000 (23:41 +0000)]
*** empty log message ***

19 years ago(Keyboard Macros): Document `append' return value of `defining-kbd-macro'.
Luc Teirlinck [Fri, 5 Nov 2004 23:37:44 +0000 (23:37 +0000)]
(Keyboard Macros): Document `append' return value of `defining-kbd-macro'.

19 years ago(syms_of_macros) <defining-kbd-macro>: Doc fix.
Luc Teirlinck [Fri, 5 Nov 2004 22:46:28 +0000 (22:46 +0000)]
(syms_of_macros) <defining-kbd-macro>: Doc fix.

19 years ago(print_object): Print Lisp_Misc_Save_Value objects.
Kim F. Storm [Fri, 5 Nov 2004 22:46:17 +0000 (22:46 +0000)]
(print_object): Print Lisp_Misc_Save_Value objects.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 5 Nov 2004 22:45:54 +0000 (22:45 +0000)]
*** empty log message ***

19 years ago(edebug-next-token-class): Allow all symbol-constituent characters
Juri Linkov [Fri, 5 Nov 2004 19:07:07 +0000 (19:07 +0000)]
(edebug-next-token-class): Allow all symbol-constituent characters
after dot, not only digits.

19 years ago(Info-search): Don't search in node header lines and file headers.
Juri Linkov [Fri, 5 Nov 2004 19:06:24 +0000 (19:06 +0000)]
(Info-search): Don't search in node header lines and file headers.

19 years ago*** empty log message ***
Juri Linkov [Fri, 5 Nov 2004 19:05:44 +0000 (19:05 +0000)]
*** empty log message ***

19 years ago(Ffile_modes): Doc fix.
Kim F. Storm [Fri, 5 Nov 2004 12:33:07 +0000 (12:33 +0000)]
(Ffile_modes): Doc fix.
(auto_save_1): Check for Ffile_modes nil value.

19 years ago(x_start_queuing_selection_requests)
Kim F. Storm [Fri, 5 Nov 2004 11:31:03 +0000 (11:31 +0000)]
(x_start_queuing_selection_requests)
(x_stop_queuing_selection_requests, x_handle_selection_request)
(x_handle_selection_clear): Remove prototypes.
(x_handle_selection_event): Add prototype.

19 years ago* xterm.c (handle_one_xevent): Don't queue X selection events
Kim F. Storm [Fri, 5 Nov 2004 11:30:44 +0000 (11:30 +0000)]
* xterm.c (handle_one_xevent): Don't queue X selection events
here, it may be too late if we start queuing after we have already
stored some selection events into the kbd buffer.
(struct selection_event_queue, queue, x_queue_selection_requests)
(x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
(x_stop_queuing_selection_requests): Remove/move to xselect.c.
(x_catch_errors_unwind): Block input around final XSync.

19 years ago* xselect.c (struct selection_event_queue, selection_queue)
Kim F. Storm [Fri, 5 Nov 2004 11:30:31 +0000 (11:30 +0000)]
* xselect.c (struct selection_event_queue, selection_queue)
(x_queue_selection_requests, x_queue_event)
(x_start_queuing_selection_requests)
(x_stop_queuing_selection_requests): Add new queue for selection
input events to replace previous XEvent queue in xterm.c.
(queue_selection_requests_unwind): Adapt to new queue.
(x_reply_selection_request): Adapt to new queue.  Unexpect
wait_object in case of x errors (memory leak).
(x_handle_selection_request, x_handle_selection_clear): Make static.
(x_handle_selection_event): New function.  May queue selection events.
(wait_for_property_change_unwind): Use save_value instead of cons.
Clear property_change_reply_object.
(wait_for_property_change): Abort if already waiting.
Use save_value instead of cons for unwind data.
(x_handle_property_notify): Skip events already arrived, but don't
free them, as "arrived" field is checked by wait_for_property_change,
and it will be freed by unwind or explicit unexpect_property_change.
(x_get_foreign_selection): Add to new queue.
(receive_incremental_selection): Don't unexpect wait_object when done
as it has already been freed by previous wait_for_property_change.

19 years ago(kbd_buffer_unget_event): Add prototype.
Kim F. Storm [Fri, 5 Nov 2004 11:30:12 +0000 (11:30 +0000)]
(kbd_buffer_unget_event): Add prototype.

19 years ago(kbd_buffer_store_event_hold): Remove obsolete code.
Kim F. Storm [Fri, 5 Nov 2004 11:30:01 +0000 (11:30 +0000)]
(kbd_buffer_store_event_hold): Remove obsolete code.
(kbd_buffer_unget_event): New function.
(kbd_buffer_get_event, swallow_events): Combine SELECTION events
and use x_handle_selection_event.
(mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 5 Nov 2004 11:05:08 +0000 (11:05 +0000)]
*** empty log message ***

19 years ago* xselect.c (TRACE3): New debug macro.
Jan Djärv [Fri, 5 Nov 2004 07:05:13 +0000 (07:05 +0000)]
* xselect.c (TRACE3): New debug macro.
(x_reply_selection_request): Use it.
(receive_incremental_selection): In call to TRACE0, the name of
a symbol is in xname.

19 years ago(fontset_pattern_regexp): Use unsigned char.
Kim F. Storm [Thu, 4 Nov 2004 23:12:33 +0000 (23:12 +0000)]
(fontset_pattern_regexp): Use unsigned char.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 4 Nov 2004 23:08:07 +0000 (23:08 +0000)]
*** empty log message ***

19 years ago(set-auto-mode): Don't get error after setting -*-mode-*-.
Daniel Pfeiffer [Thu, 4 Nov 2004 20:25:08 +0000 (20:25 +0000)]
(set-auto-mode): Don't get error after setting -*-mode-*-.

19 years ago*** empty log message ***
Daniel Pfeiffer [Thu, 4 Nov 2004 20:24:29 +0000 (20:24 +0000)]
*** empty log message ***

19 years ago* dired.el (dired-read-dir-and-switches): Call read-directory-name
Jan Djärv [Thu, 4 Nov 2004 15:22:00 +0000 (15:22 +0000)]
* dired.el (dired-read-dir-and-switches): Call read-directory-name
if a dialog will be used, read-file-name otherwise.

19 years ago* fileio.c (Fnext_read_file_uses_dialog_p): New function.
Jan Djärv [Thu, 4 Nov 2004 15:19:49 +0000 (15:19 +0000)]
* fileio.c (Fnext_read_file_uses_dialog_p): New function.

19 years ago* gtkutil.h: Declare use_old_gtk_file_dialog.
Jan Djärv [Thu, 4 Nov 2004 15:05:27 +0000 (15:05 +0000)]
* gtkutil.h: Declare use_old_gtk_file_dialog.

* gtkutil.c: Make use_old_gtk_file_dialog non-static.
(xg_initialize): Moved DEFVAR_BOOL for use_old_gtk_file_dialog ...
* xfns.c (syms_of_xfns): ... to here.

19 years ago* gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
Jan Djärv [Thu, 4 Nov 2004 14:18:22 +0000 (14:18 +0000)]
* gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
it doesn't start with /.

19 years ago*** empty log message ***
Richard M. Stallman [Thu, 4 Nov 2004 10:23:45 +0000 (10:23 +0000)]
*** empty log message ***

19 years ago(table group): Add :version.
Richard M. Stallman [Thu, 4 Nov 2004 10:23:05 +0000 (10:23 +0000)]
(table group): Add :version.

19 years ago(ispell-word): Don't alter args; set them only thru `interactive' spec.
Richard M. Stallman [Thu, 4 Nov 2004 10:22:24 +0000 (10:22 +0000)]
(ispell-word): Don't alter args; set them only thru `interactive' spec.

19 years ago(flyspell-word): Don't alter FOLLOWING; set it only thru `interactive' spec.
Richard M. Stallman [Thu, 4 Nov 2004 10:20:35 +0000 (10:20 +0000)]
(flyspell-word): Don't alter FOLLOWING; set it only thru `interactive' spec.

19 years ago(f90-end-of-block): Don't use interactive-p.
Richard M. Stallman [Thu, 4 Nov 2004 10:16:51 +0000 (10:16 +0000)]
(f90-end-of-block): Don't use interactive-p.

19 years ago(browse-url-maybe-new-window): Use called-interactively-p.
Richard M. Stallman [Thu, 4 Nov 2004 10:15:37 +0000 (10:15 +0000)]
(browse-url-maybe-new-window): Use called-interactively-p.

19 years ago(sc-cite-region): Don't use interactive-p. Add arg INTERACTIVE.
Richard M. Stallman [Thu, 4 Nov 2004 10:14:47 +0000 (10:14 +0000)]
(sc-cite-region): Don't use interactive-p.  Add arg INTERACTIVE.
(sc-version): Don't use interactive-p.  Rename arg to MESSAGE.

19 years ago(set-input-method, toggle-input-method):
Richard M. Stallman [Thu, 4 Nov 2004 10:10:35 +0000 (10:10 +0000)]
(set-input-method, toggle-input-method):
Don't use interactive-p.  Add arg INTERACTIVE.

19 years ago(spam group): Add :version.
Richard M. Stallman [Thu, 4 Nov 2004 10:07:27 +0000 (10:07 +0000)]
(spam group): Add :version.

19 years ago(pgg group): Add :version.
Richard M. Stallman [Thu, 4 Nov 2004 10:06:40 +0000 (10:06 +0000)]
(pgg group): Add :version.

19 years ago(eshell-show-maximum-output): Don't use interactive-p.
Richard M. Stallman [Thu, 4 Nov 2004 10:05:52 +0000 (10:05 +0000)]
(eshell-show-maximum-output): Don't use interactive-p.
(eshell-truncate-buffer): Just message, no error, if buffer is short.

19 years agoComment change.
Richard M. Stallman [Thu, 4 Nov 2004 10:04:16 +0000 (10:04 +0000)]
Comment change.

19 years ago(mouse-show-mark): Get positions to delete from mark
Richard M. Stallman [Thu, 4 Nov 2004 10:02:38 +0000 (10:02 +0000)]
(mouse-show-mark): Get positions to delete from mark
and point, not from mouse-drag-overlay.

19 years ago(imenu-eager-completion-buffer): Add :version.
Richard M. Stallman [Thu, 4 Nov 2004 10:00:53 +0000 (10:00 +0000)]
(imenu-eager-completion-buffer): Add :version.