]> code.delx.au - gnu-emacs/log
gnu-emacs
19 years agoMerged in changes from CVS trunk.
Karoly Lorentey [Sat, 6 Nov 2004 17:52:02 +0000 (17:52 +0000)]
Merged in changes from CVS trunk.

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-653
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-654
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-655
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-656
   Update from CVS: lisp/man.el (Man-xref-normal-file): Fix help-echo.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-657
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-658
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-659
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-660
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-661
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-662
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-663
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-664
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-665
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-666
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-667
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-669
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-670
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-671
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-64
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-65
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-66
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-67
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-68
   Update from CVS

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-264

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.

19 years ago(filesets group): Add :version.
Richard M. Stallman [Thu, 4 Nov 2004 09:59:56 +0000 (09:59 +0000)]
(filesets group): Add :version.

19 years agoAdd menu items "New File..." and "Open File...".
Jan Djärv [Thu, 4 Nov 2004 09:21:52 +0000 (09:21 +0000)]
Add menu items "New File..." and "Open File...".
Add Mac to text about file selection and use-file-dialog.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
Miles Bader [Thu, 4 Nov 2004 08:12:39 +0000 (08:12 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-66
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-68
   Update from CVS

2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art. (gnus-article-edit-article): Don't associate the
   article buffer with a draft file.  This is a temporary measure
   against the 2004-08-22 change to gnus-article-edit-mode.

2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/html2text.el (html2text-get-attr): Remove unused argument `tag'.
   (html2text-format-tags): Remove unused variable `attr'.

   * lisp/gnus/mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
   after-load-alist.

   * lisp/gnus/mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
   entry.  From Ilya N. Golubev <gin@mo.msk.ru>.
   (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is
   loaded under XEmacs.
   (): Don't make duplicated entries in mm-mime-mule-charset-alist.

   * lisp/gnus/mm-util.el (mm-coding-system-p): Return a coding-system.
   (mm-mime-mule-charset-alist): Use shift_jis instead of
   iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
   entries for the mime charsets iso-2022-jp-3 and shift_jis.
   (mm-coding-system-priorities): Use shift_jis and iso-8859-1
   instead of japanese-shift-jis and iso-latin-1 respectively in
   order to share the default value with both Emacs and XEmacs-mule.
   (mm-mule-charset-to-mime-charset): Make
   mm-coding-system-priorities effective.
   (mm-sort-coding-systems-predicate): Canonicalize coding-systems
   while predicating of candidates upon the priorities.

2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/emacs-mime.texi (Encoding Customization): Fix
   mm-coding-system-priorities entry.

19 years ago(fontset_pattern_regexp): If '*' is preceded by '\',
Kenichi Handa [Thu, 4 Nov 2004 02:28:51 +0000 (02:28 +0000)]
(fontset_pattern_regexp): If '*' is preceded by '\',
treat it as a literal character.

19 years ago(Buffer-menu-make-sort-button): Preserve point even when clicking from another window.
Daniel Pfeiffer [Wed, 3 Nov 2004 21:55:28 +0000 (21:55 +0000)]
(Buffer-menu-make-sort-button): Preserve point even when clicking from another window.

19 years ago*** empty log message ***
Daniel Pfeiffer [Wed, 3 Nov 2004 21:53:26 +0000 (21:53 +0000)]
*** empty log message ***

19 years ago(xml-based-modes): Delete var.
Daniel Pfeiffer [Wed, 3 Nov 2004 21:44:49 +0000 (21:44 +0000)]
(xml-based-modes): Delete var.
(magic-mode-alist): New var.
(set-auto-mode): Use it.

19 years ago(vc-cvs-local-month-numbers): Delete var.
Thien-Thi Nguyen [Wed, 3 Nov 2004 14:28:31 +0000 (14:28 +0000)]
(vc-cvs-local-month-numbers): Delete var.
(vc-cvs-annotate-time): Incorporate value of deleted var.
Remove special-case handling of beginning-of-buffer cruft.
Cache ending position (point) and return value in text property
`vc-cvs-annotate-time', and consult it on subsequent invocations.

19 years ago(vc-mcvs-annotate-command): Delete extraneous lines from beginning of buffer.
Thien-Thi Nguyen [Wed, 3 Nov 2004 14:18:53 +0000 (14:18 +0000)]
(vc-mcvs-annotate-command): Delete extraneous lines from beginning of buffer.

19 years ago(vc-cvs-annotate-command): Delete extraneous lines from beginning of buffer.
Thien-Thi Nguyen [Wed, 3 Nov 2004 14:16:14 +0000 (14:16 +0000)]
(vc-cvs-annotate-command): Delete extraneous lines from beginning of buffer.

19 years agoReplace non-nil with non-@code{nil}.
Jan Djärv [Wed, 3 Nov 2004 14:08:00 +0000 (14:08 +0000)]
Replace non-nil with non-@code{nil}.

19 years ago(ppt): New function.
Kim F. Storm [Wed, 3 Nov 2004 12:49:39 +0000 (12:49 +0000)]
(ppt): New function.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 3 Nov 2004 12:49:24 +0000 (12:49 +0000)]
*** empty log message ***

19 years ago(grep-default-command): Take empty string
Thien-Thi Nguyen [Wed, 3 Nov 2004 11:45:20 +0000 (11:45 +0000)]
(grep-default-command): Take empty string
for tag if all other methods yield nil.  Shell-quote the tag.

19 years ago(vc-annotate-display-autoscale): Make sure
Thien-Thi Nguyen [Wed, 3 Nov 2004 10:41:46 +0000 (10:41 +0000)]
(vc-annotate-display-autoscale): Make sure
point is at bol after calling `annotate-time'.

19 years ago(vc-annotate-display-autoscale): Add prefix-arg
Thien-Thi Nguyen [Wed, 3 Nov 2004 10:22:39 +0000 (10:22 +0000)]
(vc-annotate-display-autoscale): Add prefix-arg
spec in `interactive' form, and mention it in the docstring.

19 years agoChanged copyright years so all include centuries.
Robert J. Chassell [Tue, 2 Nov 2004 18:45:01 +0000 (18:45 +0000)]
Changed copyright years so all include centuries.

19 years ago* configure.in (HAVE_GTK): Only set with_toolkit_scroll_bars if not
Jan Djärv [Tue, 2 Nov 2004 16:26:46 +0000 (16:26 +0000)]
* configure.in (HAVE_GTK): Only set with_toolkit_scroll_bars if not
explicitly set to no.

19 years ago* xterm.c (x_window_to_scroll_bar): Only call
Jan Djärv [Tue, 2 Nov 2004 16:25:50 +0000 (16:25 +0000)]
* xterm.c (x_window_to_scroll_bar): Only call
xg_get_scroll_id_for_window if toolkit scroll bars are used.

19 years ago* gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
Jan Djärv [Tue, 2 Nov 2004 15:41:38 +0000 (15:41 +0000)]
* gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
of save.

19 years ago(Fscroll_right): Fix last change.
Andreas Schwab [Tue, 2 Nov 2004 14:42:40 +0000 (14:42 +0000)]
(Fscroll_right): Fix last change.

19 years agoComment change.
Richard M. Stallman [Tue, 2 Nov 2004 14:18:10 +0000 (14:18 +0000)]
Comment change.

19 years ago(customize-group-other-window):
Richard M. Stallman [Tue, 2 Nov 2004 14:17:44 +0000 (14:17 +0000)]
(customize-group-other-window):
Select the window that displays the custom buffer.
(custom-buffer-create-other-window): Likewise.

19 years ago(comint-insert-input): Fix previous change.
Richard M. Stallman [Tue, 2 Nov 2004 14:16:30 +0000 (14:16 +0000)]
(comint-insert-input): Fix previous change.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 2 Nov 2004 13:49:38 +0000 (13:49 +0000)]
*** empty log message ***

19 years ago* FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
Jan Djärv [Tue, 2 Nov 2004 10:45:34 +0000 (10:45 +0000)]
* FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).

19 years agoFrom: YAMAMOTO Mitsuharu
Kim F. Storm [Tue, 2 Nov 2004 10:10:35 +0000 (10:10 +0000)]
From: YAMAMOTO Mitsuharu

(Fcall_process): Block input around vfork.

19 years ago(callproc.o): Depend on blockinput.h atimer.h systime.h.
Kim F. Storm [Tue, 2 Nov 2004 10:09:50 +0000 (10:09 +0000)]
(callproc.o): Depend on blockinput.h atimer.h systime.h.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 2 Nov 2004 10:09:14 +0000 (10:09 +0000)]
*** empty log message ***

19 years ago(Fcalled_interactively_p): Rename from Fcall_interactive_p.
Kim F. Storm [Tue, 2 Nov 2004 10:00:14 +0000 (10:00 +0000)]
(Fcalled_interactively_p): Rename from Fcall_interactive_p.
(syms_of_eval): Defsubr it.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 2 Nov 2004 09:59:28 +0000 (09:59 +0000)]
*** empty log message ***

19 years agoRemove (tiny change) comments for people who have signed papers
Kim F. Storm [Tue, 2 Nov 2004 09:52:15 +0000 (09:52 +0000)]
Remove (tiny change) comments for people who have signed papers
which covers the change.

19 years ago* url-imap.el (url-imap-open-host): Don't use
Masatake YAMATO [Tue, 2 Nov 2004 09:40:30 +0000 (09:40 +0000)]
* url-imap.el (url-imap-open-host): Don't use
`string-to-int'. The port returned by `url-port'
is expected to be an integer.

* url-irc.el (url-irc): Ditto.

* url-news.el (url-news-open-host): Ditto.

* url-nfs.el (url-nfs-build-filename): Ditto.

19 years ago*** empty log message ***
Richard M. Stallman [Tue, 2 Nov 2004 09:28:48 +0000 (09:28 +0000)]
*** empty log message ***

19 years ago(elp-instrument-function): Use called-interactively-p.
Richard M. Stallman [Tue, 2 Nov 2004 09:27:26 +0000 (09:27 +0000)]
(elp-instrument-function): Use called-interactively-p.

19 years ago(easy-menu-intern):
Richard M. Stallman [Tue, 2 Nov 2004 09:26:28 +0000 (09:26 +0000)]
(easy-menu-intern):
Don't downcase; rather, case-flip the first letter of each word.

19 years ago(define-minor-mode): Use called-interactively-p.
Richard M. Stallman [Tue, 2 Nov 2004 09:23:34 +0000 (09:23 +0000)]
(define-minor-mode): Use called-interactively-p.

19 years ago(byte-compile-warning-types): Add interactive-only.
Richard M. Stallman [Tue, 2 Nov 2004 09:22:16 +0000 (09:22 +0000)]
(byte-compile-warning-types): Add interactive-only.
(byte-compile-warnings): Add interactive-only as option.
(byte-compile-interactive-only-functions): New variable.
(byte-compile-form): Warn about calls to functions
in byte-compile-interactive-only-functions.

19 years ago(update-file-autoloads): Don't use interactive-p; take new arg SAVE-AFTER.
Richard M. Stallman [Tue, 2 Nov 2004 09:20:13 +0000 (09:20 +0000)]
(update-file-autoloads): Don't use interactive-p; take new arg SAVE-AFTER.

19 years ago(ad-make-advised-definition): Use called-interactively-p.
Richard M. Stallman [Tue, 2 Nov 2004 09:17:50 +0000 (09:17 +0000)]
(ad-make-advised-definition): Use called-interactively-p.

19 years ago(replace_range_2): New function.
Richard M. Stallman [Tue, 2 Nov 2004 09:14:11 +0000 (09:14 +0000)]
(replace_range_2): New function.

19 years ago(casify_region): Handle changes in byte-length using replace_range_2.
Richard M. Stallman [Tue, 2 Nov 2004 09:12:51 +0000 (09:12 +0000)]
(casify_region): Handle changes in byte-length using replace_range_2.

19 years ago(USAGE3): Delete --horizontal-scroll-bars, -hb.
Richard M. Stallman [Tue, 2 Nov 2004 09:10:13 +0000 (09:10 +0000)]
(USAGE3): Delete --horizontal-scroll-bars, -hb.

19 years ago(back_to_previous_visible_line_start):
Richard M. Stallman [Tue, 2 Nov 2004 09:08:42 +0000 (09:08 +0000)]
(back_to_previous_visible_line_start):
Subtract 1 from pos when checking previous newline for invisibility.

19 years ago(window_scroll_pixel_based): Update preserve_y for header line if any.
Richard M. Stallman [Tue, 2 Nov 2004 09:06:06 +0000 (09:06 +0000)]
(window_scroll_pixel_based): Update preserve_y for header line if any.

(Fscroll_left, Fscroll_right): Don't call interactive_p;
use a new second argument instead.

19 years ago(Fcall_interactive_p): New function.
Richard M. Stallman [Tue, 2 Nov 2004 08:59:26 +0000 (08:59 +0000)]
(Fcall_interactive_p): New function.
(interactive_p): Don't test INTERACTIVE here.
(Finteractive_p): Doc fix.

(Feval): Abort if INPUT_BLOCKED_P.

19 years agoUse fast_string_match_ignore_case for comparing font names.
Jason Rumney [Tue, 2 Nov 2004 08:55:10 +0000 (08:55 +0000)]
Use fast_string_match_ignore_case for comparing font names.

19 years ago*** empty log message ***
Jason Rumney [Tue, 2 Nov 2004 08:54:05 +0000 (08:54 +0000)]
*** empty log message ***

19 years agoMention use-old-gtk-file-dialog.
Jan Djärv [Tue, 2 Nov 2004 08:27:06 +0000 (08:27 +0000)]
Mention use-old-gtk-file-dialog.

19 years ago* frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.
Jan Djärv [Tue, 2 Nov 2004 08:26:21 +0000 (08:26 +0000)]
* frames.texi (Dialog Boxes): Document use-old-gtk-file-dialog.

19 years ago* fileio.c (Fread_file_name): Pass Qt as fifth parameter to
Jan Djärv [Tue, 2 Nov 2004 08:21:16 +0000 (08:21 +0000)]
* fileio.c (Fread_file_name): Pass Qt as fifth parameter to
Fx_file_dialog if only directories should be read.

* lisp.h: Fx_file_dialog takes 5 parameters.

* xfns.c (Fx_file_dialog): Both Motif and GTK version:  Add
parameter only_dir_p.
In Motif version, don't put DEFAULT_FILENAME in filter part of the
dialog, just text field part.  Do not add DEFAULT_FILENAME
to list of files if it isn't there.
In GTK version, pass only_dir_p parameter to xg_get_file_name.

* macfns.c (Fx_file_dialog): Add parameter only_dir_p.  Check
only_dir_p instead of comparing prompt to "Dired".  When using
a save dialog, add option kNavDontConfirmReplacement, change title
to "Enter name", change text for save button to "Ok".

* w32fns.c (Fx_file_dialog): Add parameter only_dir_p.  Check
only_dir_p instead of comparing prompt to "Dired".

* gtkutil.c (xg_get_file_with_chooser)
(xg_get_file_with_selection): New functions, only defined ifdef
HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
respectively.
(xg_get_file_name): Add parameter only_dir_p.
Call xg_get_file_with_chooser or xg_get_file_with_selection
depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
(xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.

* gtkutil.h (xg_get_file_name): Add parameter only_dir_p.

19 years ago* files.el (find-file-existing): New function.
Jan Djärv [Tue, 2 Nov 2004 07:57:53 +0000 (07:57 +0000)]
* files.el (find-file-existing): New function.

* menu-bar.el (menu-bar-files-menu): Make "Open File..." call
find-file-existing.  Add "New File..." that calls find-file.

* dired.el (dired-read-dir-and-switches): Call read-driectory-name
instead of read-file-name.

19 years ago* toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
Jan Djärv [Tue, 2 Nov 2004 07:56:08 +0000 (07:56 +0000)]
* toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
  icon diropen.  New tool bar item find-file-existing uses icon open.
* diropen.pbm diropen.xpm: New files.

19 years ago* config.in: Rebuild (added HAVE_GTK_FILE_*).
Jan Djärv [Tue, 2 Nov 2004 07:34:28 +0000 (07:34 +0000)]
* config.in: Rebuild (added HAVE_GTK_FILE_*).

19 years ago* configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION): New
Jan Djärv [Tue, 2 Nov 2004 07:33:51 +0000 (07:33 +0000)]
* configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION): New
tests for new and old GTK file dialogs.
* configure: Rebuild

19 years ago*** empty log message ***
Glenn Morris [Tue, 2 Nov 2004 01:15:04 +0000 (01:15 +0000)]
*** empty log message ***

19 years agoFrom Ulf Jasper <ulf.jasper@web.de>:
Glenn Morris [Tue, 2 Nov 2004 01:05:27 +0000 (01:05 +0000)]
From  Ulf Jasper  <ulf.jasper@web.de>:

(icalendar-version): Increase to 0.08.
(icalendar--split-value): Change name of work buffer.
(icalendar--get-weekday-abbrev): Return nil on error.
(icalendar--date-to-isodate): New function.
(icalendar-convert-diary-to-ical)
(icalendar-extract-ical-from-buffer): Use only two args for
make-obsolete (XEmacs compatibility).
(icalendar-export-file, icalendar-import-file): Blank at end of prompt.
(icalendar-export-region): Doc fix.  If error, return non-nil
and write errors to buffer ` *icalendar-errors*'.  Use correct weekday
for weekly recurring events.  Check whether date has been parsed for
ordinary events.  Make weekly events start in the year 2000.  DTEND is
non-inclusive, shift end date by one day if necessary (not for entries
that have date and time).  Rename local let variables: oops ->
found-error, datestring -> startdatestring.

19 years ago(set-auto-mode-0): Don't rely on dynamic binding of
Kim F. Storm [Mon, 1 Nov 2004 23:16:42 +0000 (23:16 +0000)]
(set-auto-mode-0): Don't rely on dynamic binding of
keep-mode-if-same variable.  Add it as optional arg instead.
(set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.

19 years ago(electric-help-map): Reorder Q/q and R/r entries so
Kim F. Storm [Mon, 1 Nov 2004 23:16:25 +0000 (23:16 +0000)]
(electric-help-map): Reorder Q/q and R/r entries so
substitute-command-keys will select lower-case bindings like those
used in the static help texts.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 1 Nov 2004 23:13:39 +0000 (23:13 +0000)]
*** empty log message ***

19 years ago(describe-text-properties): Don't err if called in
Kim F. Storm [Mon, 1 Nov 2004 23:06:51 +0000 (23:06 +0000)]
(describe-text-properties): Don't err if called in
the *Help* buffer; output to *Help-2* buffer instead.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-660
Miles Bader [Mon, 1 Nov 2004 23:06:36 +0000 (23:06 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-660

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-65
   Update from CVS

2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-msg.el (gnus-summary-resend-default-address): Add :version.

   * lisp/gnus/tls.el (tls-process-connection-type, tls-success)
   (tls-certtool-program): Add :version.

   * lisp/gnus/starttls.el (starttls-gnutls-program, starttls-use-gnutls)
   (starttls-extra-arguments, starttls-process-connection-type)
   (starttls-connect, starttls-failure, starttls-success):

   * lisp/gnus/spam-stat.el (spam-stat): Add :version.

   * lisp/gnus/sieve.el (sieve): Add :version.

   * lisp/gnus/sha1.el (sha1): Added :version.
   (sha1-use-external): Removed redundant version.

   * lisp/gnus/nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
   (nnmail-cache-ignore-groups, nnmail-spool-hook)
   (nnmail-split-fancy-match-partial-words)
   (nnmail-split-lowercase-expanded):

   * lisp/gnus/nndiary.el (nndiary): Add :version.

   * lisp/gnus/mml2015.el (mml2015-unabbrev-trust-alist): Add :version.

   * lisp/gnus/mml-sec.el (mml-default-sign-method)
   (mml-default-encrypt-method, mml-signencrypt-style-alist): Add
   :version.

   * lisp/gnus/mm-uu.el (mm-uu-diff-groups-regexp): Add :version.

   * lisp/gnus/mm-url.el (mm-url-use-external, mm-url-program)
   (mm-url-arguments): Add :version.

   * lisp/gnus/mm-decode.el (mm-inline-text-html-with-w3m-keymap)
   (mm-attachment-file-modes, mm-decrypt-option)
   (mm-w3m-safe-url-regexp): Add :version.

   * lisp/gnus/message.el (message-cite-prefix-regexp)
   (message-sendmail-envelope-from, message-minibuffer-local-map)
   (message-user-fqdn, message-completion-alist): Add :version.

   * lisp/gnus/gnus-win.el (gnus-configure-windows-hook)
   (gnus-use-frames-on-any-display): Add :version.

   * lisp/gnus/gnus-art.el (gnus-article-address-banner-alist)
   (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
   (gnus-treat-from-picon, gnus-treat-mail-picon)
   (gnus-treat-x-pgp-sig): Add :version.

   * lisp/gnus/gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
   (gnus-undownloaded-mark, gnus-summary-article-move-hook)
   (gnus-summary-article-delete-hook)
   (gnus-summary-display-while-building): Add :version.

   * lisp/gnus/gnus-start.el (gnus-subscribe-newsgroup-hooks)
   (gnus-get-top-new-news-hook):Add :version.

   * lisp/gnus/gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
   (gnus-server-closed-face, gnus-server-denied-face): Add :version.

   * lisp/gnus/gnus-registry.el (gnus-registry): Add :version.

   * lisp/gnus/gnus-spec.el (gnus-use-correct-string-widths)
   (gnus-make-format-preserve-properties): Add :version.

   * lisp/gnus/gnus.el (gnus-group-charter-alist)
   (gnus-group-fetch-control-use-browse-url)
   (gnus-install-group-spam-parameters): Add :version.

   * lisp/gnus/gnus-diary.el (gnus-diary): Add :version.

   * lisp/gnus/gnus-delay.el (gnus-delay): Add :version.

   * lisp/gnus/gnus-cite.el (gnus-cite-unsightly-citation-regexp)
   (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
   (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
   Add :version.

   * lisp/gnus/gnus-agent.el (gnus-agent-max-fetch-size)
   (gnus-agent-enable-expiration, gnus-agent-queue-mail)
   (gnus-agent-prompt-send-queue): Add :version.

   * lisp/gnus/deuglify.el (gnus-outlook-deuglify): Add :version.

   * lisp/gnus/html2text.el: Beautify code. Improve doc strings. Some checkdoc
   cleanup.
   (html2text-get-attr, html2text-fix-paragraph): Simplify code.
   (html2text-format-tag-list): Added "strong" and "em".  From
   "Alfred M. Szmidt" <ams@kemisten.nu> (tiny change).

19 years ago(group kmacro): Add :version.
Kim F. Storm [Mon, 1 Nov 2004 23:06:32 +0000 (23:06 +0000)]
(group kmacro): Add :version.
(kmacro-keyboard-quit): New function to cleanup on C-g.
(kmacro-start-macro): Set defining-kbd-macro to append when
appending to last macro.

19 years ago(keyboard-quit): Call kmacro-keyboard-quit.
Kim F. Storm [Mon, 1 Nov 2004 23:03:12 +0000 (23:03 +0000)]
(keyboard-quit): Call kmacro-keyboard-quit.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 1 Nov 2004 23:02:26 +0000 (23:02 +0000)]
*** empty log message ***

19 years ago(gdb-enable-debug-log)
Nick Roberts [Mon, 1 Nov 2004 20:47:03 +0000 (20:47 +0000)]
(gdb-enable-debug-log)
(gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
(gud-gdba-command-name, gdb-show-main, gdb-many-windows):
Add :version keyword.