1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00
Commit Graph

65673 Commits

Author SHA1 Message Date
Richard M. Stallman
d5943da315 (Tab Stops): Update xref. 2006-08-28 10:00:32 +00:00
Richard M. Stallman
cfade67ddd (Top): Update subnode menu. 2006-08-28 10:00:04 +00:00
Richard M. Stallman
9d2908a63e (Line Truncation, Displaying Boundaries): New nodes,
split out of Display Custom.
2006-08-28 09:59:30 +00:00
Kim F. Storm
2fda9976e9 (find-dired): Use shell-quote-argument to properly
escape ( and ) args.  Also use it on {} and ; args in default
value of find-ls-option string.
(find-grep-dired): Use shell-quote-argument on {} and ; args.
2006-08-28 08:02:38 +00:00
Kim F. Storm
31bf51258a *** empty log message *** 2006-08-28 08:02:24 +00:00
Kenichi Handa
c6f8bb3abb *** empty log message *** 2006-08-28 04:19:27 +00:00
Kenichi Handa
12e0131afb (Fdetect_coding_region, Fdetect_coding_string): Fix
docstring about ISO-2022 control characters.
2006-08-28 04:18:47 +00:00
Kenichi Handa
6d05494a28 (Lisp and Coding Systems): Fix description of
detect-coding-region.
2006-08-28 04:17:18 +00:00
Kim F. Storm
7e87f9d8ae (get_window_cursor_type): Replace BOX cursor on images
with a hollow box cursor if image is larger than 32x32 (or the default
frame font if that is bigger).  Replace any other cursor on images
with hollow box cursor, as redisplay doesn't support bar and hbar
cursors on images.
2006-08-27 22:23:07 +00:00
Kim F. Storm
7b9c9125c1 *** empty log message *** 2006-08-27 22:22:38 +00:00
Miles Bader
7a210b69c7 Miscellaneous tq-related fixes.
* lisp/emacs-lisp/tq.el: Small grammar fix in comments.
  (tq-enqueue): Check for existence of queue rather than the head queue
  item's question, which was a no-op.
  (tq-filter, tq-process-buffer): Make sure the process buffer exists
  before making it the current buffer.

* lispref/processes.texi (Transaction Queues): Remove stray quote
  character.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-411
Creator:  Michael Olson <mwolson@gnu.org>
2006-08-27 10:42:40 +00:00
YAMAMOTO Mitsuharu
eb41104943 *** empty log message *** 2006-08-27 07:10:26 +00:00
YAMAMOTO Mitsuharu
b2aad248ba (struct mac_output) [TARGET_API_MAC_CARBON]: Remove member
file_name.
(FRAME_FILE_NAME): Remove macro.
(install_window_handler, create_apple_event_from_event_ref):
Return OSStatus instead of OSErr.
2006-08-27 07:10:03 +00:00
YAMAMOTO Mitsuharu
3e7424f76a (mac_draw_string_common, mac_query_char_extents)
(x_iconify_frame, XLoadQueryFont, install_window_handler)
(mac_handle_command_event, init_command_handler, init_menu_bar):
Use OSStatus instead of OSErr.
(x_free_frame_resources) [TARGET_API_MAC_CARBON]: Don't use
FRAME_FILE_NAME.
(x_query_font): Apply 2006-08-04 change for xterm.c.
(Qhi_command): Rename from Qhicommand.  All uses changed.
2006-08-27 07:09:52 +00:00
YAMAMOTO Mitsuharu
31f9308585 (get_scrap_from_symbol, clear_scrap, put_scrap_string)
(put_scrap_private_timestamp, scrap_has_target_type, get_scrap_string)
(get_scrap_private_timestamp, get_scrap_target_type_list)
(x_own_selection, x_get_foreign_selection)
(Fx_disown_selection_internal, Fx_selection_owner_p)
(Fx_selection_exists_p): Use OSStatus instead of OSErr.
2006-08-27 07:09:41 +00:00
YAMAMOTO Mitsuharu
3bb4025e9f [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't
use FRAME_FILE_NAME.  Use (FS)UpdateAlias.
(Fx_create_frame): Apply 2006-07-03 for xfns.c.
2006-08-27 07:09:33 +00:00
YAMAMOTO Mitsuharu
270e593abd (create_apple_event_from_event_ref, select)
(Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
(Fmac_set_file_type, cfstring_create_normalized)
(mac_get_system_locale, select_and_poll_event, sys_select): Use
OSStatus instead of OSErr.
2006-08-27 07:09:23 +00:00
YAMAMOTO Mitsuharu
07927df07d (in_sighandler): Remove extern. 2006-08-27 07:09:14 +00:00
YAMAMOTO Mitsuharu
cc4d4639cf (in_sighandler): Remove variable.
(Fcurrent_idle_time): Add missing `doc:'.
(input_available_signal, init_keyboard): Undo previous change.
2006-08-27 07:09:06 +00:00
YAMAMOTO Mitsuharu
edc52b3fa1 [TARGET_API_MAC_CARBON] (image_load_qt_1): Use ComponentResult instead
of OSErr.
2006-08-27 07:08:54 +00:00
YAMAMOTO Mitsuharu
d15b573ed5 (directory_files_internal_unwind, directory_files_internal)
(file_name_completion): Add BLOCK_INPUT around opendir/closedir.
2006-08-27 07:08:39 +00:00
YAMAMOTO Mitsuharu
f3c4a0e1d2 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous
change.  Move mutex lock/unlock operations inside BLOCK_INPUT.
2006-08-27 07:08:31 +00:00
YAMAMOTO Mitsuharu
4442ec0d0d (mac-apple-event-map): Rename hicommand to hi-command.
(mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
(special-event-map): Apply 2006-08-16 change for x-win.el.
2006-08-27 07:08:07 +00:00
Stefan Monnier
426348643a (python-send-receive): Wait in the process's buffer so as to check the right
buffer-local variables.
2006-08-26 14:39:16 +00:00
Romain Francoise
854fa43e14 Whitespace fix. 2006-08-26 11:49:35 +00:00
Stefan Monnier
76667462a2 Remove * in defcustoms.
(defgroup checkdoc): Move to beginning.
2006-08-25 23:40:38 +00:00
Kim F. Storm
8929fd8784 (Fset_buffer_multibyte): Simplify; use list3. 2006-08-25 23:33:44 +00:00
Kim F. Storm
799734b063 (Fcurrent_time, Fget_internal_run_time): Simplify; use list3. 2006-08-25 23:33:30 +00:00
Kim F. Storm
a9f2aeaeed (Fmake_directory_internal, Fdelete_directory)
(Fdelete_file): Simplify; use list1.
(Frename_file, Fadd_name_to_file, Fmake_symbolic_link):
Simplify; remove NO_ARG_ARRAY stuff, use list2.
2006-08-25 23:33:12 +00:00
Kim F. Storm
a508663b26 (Fxw_color_values): Simplify; use list3. 2006-08-25 23:33:04 +00:00
Kim F. Storm
d489b9c5be *** empty log message *** 2006-08-25 23:32:17 +00:00
Stefan Monnier
1c1095bfeb (python-preoutput-skip-next-prompt): New var.
(python-preoutput-continuation): Remove.
(python-preoutput-filter): Simplify correspondingly.
Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
Loop around to catch embedded _emacs_out output.
(run-python): Send the import&print command on a single line.
(python-send-command): Send command&print on a single line.
(python-send-string): Only add double \n if needed.
(python-send-receive): Loop until the result comes.
(python-mode-running): Defvar it.
(python-setup-brm): Remove unused var `menu'.
Only bind py-mode-map and `features' around brm-init.
(python-calculate-indentation): Remove unused var `point'.
(python-beginning-of-defun): Remove unused var `def-line'.
2006-08-25 22:49:14 +00:00
Kim F. Storm
0304d18be9 (Display Custom): Add variables overline-margin
and x-underline-at-descent-line.
2006-08-25 22:01:34 +00:00
Kim F. Storm
f8a7bf170c *** empty log message *** 2006-08-25 22:01:04 +00:00
Richard M. Stallman
611ac52147 (Fswitch_to_buffer): Fix previous change. 2006-08-25 21:10:26 +00:00
Richard M. Stallman
f9de773811 *** empty log message *** 2006-08-25 21:08:44 +00:00
Richard M. Stallman
fcdd0559e3 (Exiting): Rewrite to give graphical displays priority over text terminals. 2006-08-25 21:08:35 +00:00
Stefan Monnier
d0f891a742 (url-file-local-copy): Tell url-copy-file that the dest file will already exist. 2006-08-25 20:44:49 +00:00
Richard M. Stallman
7167d4092a (Incremental Search): Move index entries. 2006-08-25 20:33:24 +00:00
Richard M. Stallman
5586939c0e (kmacro-repeat-on-last-key): Doc fix. 2006-08-25 20:30:17 +00:00
Richard M. Stallman
288b9df9b9 Give priority to graphical terminals over text terminals regarding C-z. 2006-08-25 20:27:58 +00:00
Michael Kifer
83f49acbc0 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
* viper.el (viper-set-hooks): use frame bindings for
	viper-vi-state-cursor-color.
	(viper-non-hook-settings): don't set default
	mode-line-buffer-identification.

	* viper-util.el (viper-set-cursor-color-according-to-state): new
	function.
	(viper-set-cursor-color-according-to-state,
	viper-get-saved-cursor-color-in-replace-mode,
	viper-get-saved-cursor-color-in-insert-mode): make conditional on
	viper-emacs-state-cursor-color.

	* viper-cmd.el (viper-envelop-ESC-key): bug fix.
	(viper-undo): use point if undo-beg-posn is nil.
	(viper-insert-state-post-command-sentinel,viper-change-state-to-emacs,
	viper-after-change-undo-hook): don't use
	viper-emacs-state-cursor-color by default.
	(viper-undo): more sensible positioning after undo.

	* viper-ex.el (ex-splice-args-in-1-letr-cmd): got rid of caddr.
	(viper-emacs-state-cursor-color): default to nil, since this feature
	doesn't work well yet.

	* ediff-mult.el (ediff-intersect-directories,
	ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
	always expand filenames.
2006-08-25 16:06:57 +00:00
Kim F. Storm
966949b00f (Fcurrent_idle_time): Simplify. 2006-08-25 10:05:50 +00:00
Kim F. Storm
16fb6ded70 *** empty log message *** 2006-08-25 10:05:41 +00:00
Richard M. Stallman
3e04a8fc9f *** empty log message *** 2006-08-25 07:51:57 +00:00
Richard M. Stallman
73c24ae8e8 (Idle Timers): run-with-idle-timer allows Lisp time value. Add xref. 2006-08-25 07:51:46 +00:00
Richard M. Stallman
11f56bbcfe (sxhash_string): Rotate properly; don't lose bits. 2006-08-25 07:47:12 +00:00
Chong Yidong
fda9748457 * os.texi (Timers): Avoid waiting inside timers. 2006-08-25 02:58:08 +00:00
Miles Bader
6c5d6b6ce7 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 126-127)

   - Merge from emacs--devo--0
   - Update from CVS

2006-08-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   [ Backported bug fix from No Gnus. ]

   * lisp/gnus/gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
   looking up the method using GROUP's prefix before inventing a new one.
   It is used on killed/unknown groups in various places where returning
   an all-new method isn't expected by the caller.

   * lisp/gnus/gnus-util.el (gnus-group-server): Copy required macro from No Gnus.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-410
2006-08-25 02:15:02 +00:00
Chong Yidong
1063efe807 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
Accept internal time format for SECS arg.
	(timer-relative-time): Doc fix.

	* jit-lock.el: "Stealth fontification by requeuing timers" patch,
	adapted from Martin Rudalics.
	(jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
	(jit-lock-mode): Create jit-lock-stealth-repeat-timer.
	(jit-lock-stealth-fontify): Reschedule as a idle timer instead of
	using sit-for.
2006-08-24 23:40:00 +00:00