1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

52945 Commits

Author SHA1 Message Date
Jan Djärv
8d9e2a4940 * dired.el (dired-read-dir-and-switches): Call read-directory-name
if a dialog will be used, read-file-name otherwise.
2004-11-04 15:22:00 +00:00
Jan Djärv
88208bb85c * fileio.c (Fnext_read_file_uses_dialog_p): New function. 2004-11-04 15:19:49 +00:00
Jan Djärv
0a4f23f30e * 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.
2004-11-04 15:05:27 +00:00
Jan Djärv
a872928c52 * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
it doesn't start with /.
2004-11-04 14:18:22 +00:00
Richard M. Stallman
fb54e72e28 *** empty log message *** 2004-11-04 10:23:45 +00:00
Richard M. Stallman
836504434f (table group): Add :version. 2004-11-04 10:23:05 +00:00
Richard M. Stallman
a259d74c68 (ispell-word): Don't alter args; set them only thru `interactive' spec. 2004-11-04 10:22:24 +00:00
Richard M. Stallman
5a2045cea7 (flyspell-word): Don't alter FOLLOWING; set it only thru `interactive' spec. 2004-11-04 10:20:35 +00:00
Richard M. Stallman
5e6c7c3c8d (f90-end-of-block): Don't use interactive-p. 2004-11-04 10:16:51 +00:00
Richard M. Stallman
2de9d0c3be (browse-url-maybe-new-window): Use called-interactively-p. 2004-11-04 10:15:37 +00:00
Richard M. Stallman
3fc1b26475 (sc-cite-region): Don't use interactive-p. Add arg INTERACTIVE.
(sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
2004-11-04 10:14:47 +00:00
Richard M. Stallman
e893eae2cb (set-input-method, toggle-input-method):
Don't use interactive-p.  Add arg INTERACTIVE.
2004-11-04 10:10:35 +00:00
Richard M. Stallman
ba5037ec09 (spam group): Add :version. 2004-11-04 10:07:27 +00:00
Richard M. Stallman
d9ef27108b (pgg group): Add :version. 2004-11-04 10:06:40 +00:00
Richard M. Stallman
3e80ba3c4f (eshell-show-maximum-output): Don't use interactive-p.
(eshell-truncate-buffer): Just message, no error, if buffer is short.
2004-11-04 10:05:52 +00:00
Richard M. Stallman
89bf74f828 Comment change. 2004-11-04 10:04:16 +00:00
Richard M. Stallman
9e6856a7a4 (mouse-show-mark): Get positions to delete from mark
and point, not from mouse-drag-overlay.
2004-11-04 10:02:38 +00:00
Richard M. Stallman
977bbd4d38 (imenu-eager-completion-buffer): Add :version. 2004-11-04 10:00:53 +00:00
Richard M. Stallman
485ecb5cc4 (filesets group): Add :version. 2004-11-04 09:59:56 +00:00
Jan Djärv
fb40303edc Add menu items "New File..." and "Open File...".
Add Mac to text about file selection and use-file-dialog.
2004-11-04 09:21:52 +00:00
Miles Bader
0683d2414d 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.
2004-11-04 08:12:39 +00:00
Kenichi Handa
b912921c67 (fontset_pattern_regexp): If '*' is preceded by '\',
treat it as a literal character.
2004-11-04 02:28:51 +00:00
Daniel Pfeiffer
589f233e08 (Buffer-menu-make-sort-button): Preserve point even when clicking from another window. 2004-11-03 21:55:28 +00:00
Daniel Pfeiffer
6a36ed1468 *** empty log message *** 2004-11-03 21:53:26 +00:00
Daniel Pfeiffer
4ac1d37a80 (xml-based-modes): Delete var.
(magic-mode-alist): New var.
(set-auto-mode): Use it.
2004-11-03 21:44:49 +00:00
Thien-Thi Nguyen
b44a1825e5 (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.
2004-11-03 14:28:31 +00:00
Thien-Thi Nguyen
cd227df34c (vc-mcvs-annotate-command): Delete extraneous lines from beginning of buffer. 2004-11-03 14:18:53 +00:00
Thien-Thi Nguyen
bc99a9685c (vc-cvs-annotate-command): Delete extraneous lines from beginning of buffer. 2004-11-03 14:16:14 +00:00
Jan Djärv
49e6099b1e Replace non-nil with non-@code{nil}. 2004-11-03 14:08:00 +00:00
Kim F. Storm
decf402014 (ppt): New function. 2004-11-03 12:49:39 +00:00
Kim F. Storm
c524d9a6da *** empty log message *** 2004-11-03 12:49:24 +00:00
Thien-Thi Nguyen
02b73b974f (grep-default-command): Take empty string
for tag if all other methods yield nil.  Shell-quote the tag.
2004-11-03 11:45:20 +00:00
Thien-Thi Nguyen
2e73435333 (vc-annotate-display-autoscale): Make sure
point is at bol after calling `annotate-time'.
2004-11-03 10:41:46 +00:00
Thien-Thi Nguyen
f36e4afe47 (vc-annotate-display-autoscale): Add prefix-arg
spec in `interactive' form, and mention it in the docstring.
2004-11-03 10:22:39 +00:00
Robert J. Chassell
98a864f024 Changed copyright years so all include centuries. 2004-11-02 18:45:01 +00:00
Jan Djärv
d0a80c21f3 * configure.in (HAVE_GTK): Only set with_toolkit_scroll_bars if not
explicitly set to no.
2004-11-02 16:26:46 +00:00
Jan Djärv
a11e1dce8f * xterm.c (x_window_to_scroll_bar): Only call
xg_get_scroll_id_for_window if toolkit scroll bars are used.
2004-11-02 16:25:50 +00:00
Jan Djärv
8cfd0f3669 * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
of save.
2004-11-02 15:41:38 +00:00
Andreas Schwab
a93563fdf6 (Fscroll_right): Fix last change. 2004-11-02 14:42:40 +00:00
Richard M. Stallman
42e91b78d9 Comment change. 2004-11-02 14:18:10 +00:00
Richard M. Stallman
5f97a49d46 (customize-group-other-window):
Select the window that displays the custom buffer.
(custom-buffer-create-other-window): Likewise.
2004-11-02 14:17:44 +00:00
Richard M. Stallman
76e159ab68 (comint-insert-input): Fix previous change. 2004-11-02 14:16:30 +00:00
Kim F. Storm
949b26bce2 *** empty log message *** 2004-11-02 13:49:38 +00:00
Jan Djärv
6b3d3397cc * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done). 2004-11-02 10:45:34 +00:00
Kim F. Storm
aba637ec5b From: YAMAMOTO Mitsuharu
(Fcall_process): Block input around vfork.
2004-11-02 10:10:35 +00:00
Kim F. Storm
ae8bc416df (callproc.o): Depend on blockinput.h atimer.h systime.h. 2004-11-02 10:09:50 +00:00
Kim F. Storm
2b2d59d8db *** empty log message *** 2004-11-02 10:09:14 +00:00
Kim F. Storm
4b664e7618 (Fcalled_interactively_p): Rename from Fcall_interactive_p.
(syms_of_eval): Defsubr it.
2004-11-02 10:00:14 +00:00
Kim F. Storm
ca28104dfd *** empty log message *** 2004-11-02 09:59:28 +00:00
Kim F. Storm
b6189c3bda Remove (tiny change) comments for people who have signed papers
which covers the change.
2004-11-02 09:52:15 +00:00