1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00
Commit Graph

43215 Commits

Author SHA1 Message Date
Andrew Choi
5883787cd6 2002-08-11 Andrew Choi <akochoi@shaw.ca>
* macterm.c (XTmouse_position): Check wp with is_emacs_window.
	(Vmac_pass_command_to_system): New variable.
	(Vmac_pass_control_to_system): New variable.
	(do_mouse_moved): Check wp with is_emacs_window.
	(XTread_socket): Check window_ptr with is_emacs_window.  Call
	FrontNonFloatingWindow instead of FrontWindow.  Send keydown
	events back to Mac Toolbox for processing, depending on values of
	Vmac_pass_command_to_system and Vmac_pass_control_to_system.
	(syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
	Vmac_pass_control_to_system.
2002-08-12 04:33:59 +00:00
Kenichi Handa
068a9dbdf6 (unencodable_char_position): New function.
(Funencodable_char_position): New function.
(syms_of_coding): Defsubr Funencodable_char_position.
2002-08-11 01:06:42 +00:00
Kenichi Handa
054e62aeb3 *** empty log message *** 2002-08-11 01:04:58 +00:00
Kenichi Handa
738746ba63 (search-unencodable-char): New
function.
(select-safe-coding-system): Show unencodable characters.
(unencodable-char-position): Deleted, and implemented by C in
coding.c.
2002-08-11 01:04:41 +00:00
Andrew Choi
8030369ccb 2002-08-10 Andrew Choi <akochoi@shaw.ca>
* mac.c (sys_select) [MAC_OSX]: New function.

	* macterm.c (MakeMeTheFrontProcess): New function.
	(mac_initialize): Call MakeMeTheFrontProcess.

	* s/darwin.h: Define select to sys_select.
2002-08-11 00:26:24 +00:00
Richard M. Stallman
1e7c162fa4 (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT. 2002-08-10 03:48:12 +00:00
John Wiegley
7f09df7a7a I did not mean to check in these changes yet, they are still
unreviewed.
2002-08-10 00:20:09 +00:00
John Wiegley
70a06174e5 Removed eshell-under-cygwin-p, and all uses of it. 2002-08-10 00:18:18 +00:00
John Wiegley
185932d7be *** empty log message *** 2002-08-10 00:17:41 +00:00
Gerd Moellmann
d43be70c87 (forward_to_next_line_start): Return 0 when reaching the
end of the buffer.
2002-08-09 17:29:34 +00:00
Richard M. Stallman
f8da45ad01 (pages-directory-mode): Undo previous change. 2002-08-09 16:41:01 +00:00
Richard M. Stallman
16236388b2 (set-variable): If given a prefix argument, set variable buffer-locally.
Give locality status in prompt.
2002-08-09 14:14:32 +00:00
John Paul Wallington
3e1198301f (font-lock-function): Make it buffer-local. 2002-08-09 12:15:54 +00:00
Ken Raeburn
b177738e98 (BASE_PURESIZE): Increase to 910000. 2002-08-09 05:08:10 +00:00
Richard M. Stallman
84003f382e (checkdoc, checkdoc-interactive)
(checkdoc-message-interactive, checkdoc-interactive-loop)
(checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
(checkdoc-defun):
Update checkdoc-spellcheck-documentation-flag correctly.
(checkdoc-ispell-docstring-engine): Don't test for
checkdoc-autofix-flag = nil.
2002-08-09 01:56:00 +00:00
Ken Raeburn
d90ed3b46f (Ffind_operation_coding_system): Fix Lisp_Object/int mixup. 2002-08-08 16:59:23 +00:00
Kenichi Handa
7f787cfd76 (Ffind_operation_coding_system): For write-region, if
VISIT is a filename, make it the target.
2002-08-08 12:34:27 +00:00
Kenichi Handa
b12a80582d *** empty log message *** 2002-08-08 12:34:08 +00:00
John Paul Wallington
62c32edf07 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
* wid-browse.el (widget-minor-mode): Fix doc typo.
2002-08-07 21:46:49 +00:00
Kai Großjohann
685f58582f Version 2.0.12 released.
(tramp-find-shell, tramp-open-connection-setup-interactive-shell):
Comment out possibly obsolete "echo hello" commands.
(tramp-run-real-handler): If operation is
`ange-ftp-hook-function', use first arg as the real operation.
(tramp-check-ls-commands): Use / instead of \ as directory
separator.  (Relevant for XEmacs on Windows.)
(tramp-maybe-open-connection): Use tramp-wait-for-output when
waiting for the "are you awake" command.  Use a different string
for the "are you awake" command.
(tramp-send-command): New optional arg NEVEROPEN means to never
invoke tramp-maybe-open-connection.
(tramp-maybe-open-connection): Use it
2002-08-07 14:54:05 +00:00
Richard M. Stallman
46e3984f37 *** empty log message *** 2002-08-07 14:38:02 +00:00
Richard M. Stallman
1342fc6f04 (mark_object): Detect long lists for debugging.
(mark_object_loop_halt): New variable.
2002-08-07 14:37:32 +00:00
Richard M. Stallman
3622bdf9a4 (C_SWITCH_SYSTEM): #undef it. 2002-08-07 14:32:09 +00:00
Richard M. Stallman
76b3cecfd0 (Fmake_variable_frame_local): Doc fix. 2002-08-07 14:30:52 +00:00
Richard M. Stallman
e893d912fd (warning-prefix-function, warning-series)
(warning-fill-prefix, warning-group-format): Add autoload cookies.
2002-08-07 14:26:28 +00:00
Kenichi Handa
873a4be1ef (select-safe-coding-system): Call pop-to-buffer inside
save-window-excursion and save-excursion.
2002-08-07 12:21:25 +00:00
Kenichi Handa
6d2413b84e *** empty log message *** 2002-08-07 12:21:05 +00:00
John Paul Wallington
dd66897fd5 (describe-function-1): Skip arglist note if
function's definition is a keymap.
2002-08-06 17:21:19 +00:00
Sam Steingold
ee58da1b00 (diary-mail-entries): Use `compose-mail'
and `mail-user-agent' instead of straight sendmail.
(diary-modified, diary-entries-list, displayed-year)
(displayed-month, entry, date, number, date-string, d-file)
(original-date): defvar without binding to avoid compiler warnings.
2002-08-06 15:11:26 +00:00
Colin Walters
0e1701c45f (ibuffer-list-buffer-modes): New.
(ibuffer-filter-by-used-mode): New.
2002-08-06 06:04:44 +00:00
Colin Walters
5bc06df9fe (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
(ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
(ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
2002-08-06 06:04:22 +00:00
Colin Walters
52e4d5ea60 *** empty log message *** 2002-08-06 06:03:59 +00:00
John Paul Wallington
3a8e52afc1 (ediff-copy-list): Use `defalias' instead of
`fset' and `symbol-function'.
2002-08-05 22:37:25 +00:00
John Wiegley
a5c41f64a1 Added checks that distinguish between cygwin and windows in some
places.
2002-08-05 20:09:37 +00:00
John Wiegley
851988cd89 Removed a comment. 2002-08-05 20:08:40 +00:00
John Wiegley
d86e0c59ec (pcomplete-entries): Don't set `above-cutoff' to a value unless
pcomplete-cycle-cutoff-length is non-nil.
2002-08-05 20:07:12 +00:00
Richard M. Stallman
86d98c330d *** empty log message *** 2002-08-05 16:35:07 +00:00
Richard M. Stallman
872c0ba8c9 (select-safe-coding-system): Check for
non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
2002-08-05 16:34:53 +00:00
Richard M. Stallman
6ed09cf020 (local_heap, local_alloc, local_free): New macros.
(malloc_widget_value, free_widget_value)
(w32_free_submenu_strings): Use them.

(push_submenu_start, push_submenu_end, push_left_right_boundary)
(push_menu_pane, push_menu_item, single_keymap_panes)
(single_menu_item, Fx_popup_menu, menubar_selection_callback)
(single_submenu, set_frame_menubar)
(w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.

(Fx_popup_menu):  Don't show pop up menu until preceding one is
actually cleaned up.  Moved UNGCPRO outside #ifdef HAVE_MENUS block.

Changes adapted from xmenu.c
(set_frame_menubar): First parse all submenus,
then make widget_value trees from them.
Don't allocate any widget_value objects
until we are done with the parsing.
(parse_single_submenu): New function.
(digest_single_submenu): New function.
(single_submenu): Function deleted, replaced by those two.
2002-08-05 16:33:44 +00:00
Richard M. Stallman
2a51c0262a Comment change. 2002-08-05 16:28:41 +00:00
Richard M. Stallman
13656d2e0c Add index entries for skeletons, templates, autotyping, etc. 2002-08-05 16:28:06 +00:00
Richard M. Stallman
0101f7e178 (ange-ftp-smart-gateway): Doc fix. 2002-08-05 16:27:07 +00:00
Richard M. Stallman
9b78a6a3c4 (image-jpeg-p): Accept "Exif" marker. 2002-08-05 16:26:03 +00:00
Per Abrahamsen
241f79af81 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
* customize.texi (Splicing into Lists): Fixed example.
	Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
2002-08-05 15:15:18 +00:00
Kai Großjohann
5beaf83194 Version 2.0.11 released.
(tramp-perl-file-attributes): Print uid and gid as signed
integers.
(tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
calling Tramp again.
(tramp-find-file-exists-command): Check for `ls -d' last, after
all the variants on `test -e'.
(tramp-post-connection): Erase buffer before finding a command to
check if file exists.
2002-08-05 14:58:21 +00:00
David Kastrup
2363bd8daa (math-format-stack-value): Revert a broken
if->when replacement and reformat so that this does not happen
again.  Fixes a pretty lethal line formatting/yanking bug.
2002-08-05 09:34:12 +00:00
David Kastrup
62458f702e *** empty log message *** 2002-08-05 09:33:44 +00:00
Andrew Choi
44fab9c1c6 2002-08-04 Andrew Choi <akochoi@shaw.ca>
* macterm.c (XTread_socket): Check that FrontNonFloatingWindow
        returns a valid window pointer before proceeding for keyDown and
        autoKey events.
2002-08-04 19:29:06 +00:00
Glenn Morris
3a321ddb31 (fancy-splash-frame): Check selected frame last. 2002-08-04 16:18:54 +00:00
Kai Großjohann
fabf2143a8 Version 2.0.10 released.
(tramp-uudecode): New shell function `tramp_uudecode' to decode to
standard output even if `uudecode -p' and `uudecode -o -' don't
work.
(tramp-post-connection): After finding the right shell, wait a
bit.  This is a kludge to avoid a race condition, even though I
don't understand why there is a race condition in the first place.
(tramp-post-connection): Install the `tramp_uudecode' shell
function on the remote host.
(tramp-coding-commands): Add an alternative for `tramp_uudecode'.
(tramp-bug): Include more variables in the report.
2002-08-04 13:58:44 +00:00