1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

52763 Commits

Author SHA1 Message Date
Luc Teirlinck
6cf374b13f (syms_of_macros) <defining-kbd-macro>: Doc fix. 2004-11-05 22:46:28 +00:00
Kim F. Storm
c069fee4e7 (print_object): Print Lisp_Misc_Save_Value objects. 2004-11-05 22:46:17 +00:00
Kim F. Storm
a849088643 *** empty log message *** 2004-11-05 22:45:54 +00:00
Juri Linkov
392cf16dd0 (edebug-next-token-class): Allow all symbol-constituent characters
after dot, not only digits.
2004-11-05 19:07:07 +00:00
Juri Linkov
ca53db337f (Info-search): Don't search in node header lines and file headers. 2004-11-05 19:06:24 +00:00
Juri Linkov
3296d21b53 *** empty log message *** 2004-11-05 19:05:44 +00:00
Kim F. Storm
d4a42098b2 (Ffile_modes): Doc fix.
(auto_save_1): Check for Ffile_modes nil value.
2004-11-05 12:33:07 +00:00
Kim F. Storm
cc68f410e5 (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.
2004-11-05 11:31:03 +00:00
Kim F. Storm
958f04e8f0 * 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.
2004-11-05 11:30:44 +00:00
Kim F. Storm
dd0fe424b2 * 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.
2004-11-05 11:30:31 +00:00
Kim F. Storm
87d78665be (kbd_buffer_unget_event): Add prototype. 2004-11-05 11:30:12 +00:00
Kim F. Storm
e3f6e7c7d0 (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.
2004-11-05 11:30:01 +00:00
Kim F. Storm
36a2b04c38 *** empty log message *** 2004-11-05 11:05:08 +00:00
Jan Djärv
9c3ad9e13b * 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.
2004-11-05 07:05:13 +00:00
Kim F. Storm
6cc06608ad (fontset_pattern_regexp): Use unsigned char. 2004-11-04 23:12:33 +00:00
Kim F. Storm
a33b89de67 *** empty log message *** 2004-11-04 23:08:07 +00:00
Daniel Pfeiffer
df4d061346 (set-auto-mode): Don't get error after setting -*-mode-*-. 2004-11-04 20:25:08 +00:00
Daniel Pfeiffer
5dcd636baf *** empty log message *** 2004-11-04 20:24:29 +00:00
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