]> git.eshelyaron.com Git - emacs.git/log
emacs.git
18 years ago* keymap.c (Fkey_binding): Use string position for string objects.
Chong Yidong [Mon, 11 Sep 2006 13:03:40 +0000 (13:03 +0000)]
* keymap.c (Fkey_binding): Use string position for string objects.

18 years ago(pushnew): Add missing `,'.
Reiner Steib [Mon, 11 Sep 2006 11:15:54 +0000 (11:15 +0000)]
(pushnew): Add missing `,'.

18 years ago* help.el (string-key-binding, describe-key-briefly)
David Kastrup [Mon, 11 Sep 2006 09:47:43 +0000 (09:47 +0000)]
* help.el (string-key-binding, describe-key-briefly)
(describe-key): Remove `string-key-binding' and its callers since
`key-binding' already caters for the proper lookup now.

(string-key-binding, describe-key-briefly)
(describe-key): Remove `string-key-binding' and its callers since
`key-binding' already caters for the proper lookup now.

18 years ago(Fkey_binding): Fix last change.
Kim F. Storm [Mon, 11 Sep 2006 08:52:42 +0000 (08:52 +0000)]
(Fkey_binding): Fix last change.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 11 Sep 2006 08:52:33 +0000 (08:52 +0000)]
*** empty log message ***

18 years ago(Fmessage): Recommend using (message "%s" ...).
Kim F. Storm [Mon, 11 Sep 2006 08:26:47 +0000 (08:26 +0000)]
(Fmessage): Recommend using (message "%s" ...).

18 years ago*** empty log message ***
Kim F. Storm [Mon, 11 Sep 2006 08:26:37 +0000 (08:26 +0000)]
*** empty log message ***

18 years ago(cfengine-font-lock-syntactic-keywords): New var.
Stefan Monnier [Mon, 11 Sep 2006 07:12:37 +0000 (07:12 +0000)]
(cfengine-font-lock-syntactic-keywords): New var.
(cfengine-mode): Use it.  Fix \ syntax to be like /.

18 years ago(mode-line-buffer-identification-keymap):
Stefan Monnier [Mon, 11 Sep 2006 07:11:21 +0000 (07:11 +0000)]
(mode-line-buffer-identification-keymap):
Move initialization into declaration.

18 years ago* keymaps.texi (Active Keymaps): Mention that key-binding checks
Chong Yidong [Mon, 11 Sep 2006 02:39:16 +0000 (02:39 +0000)]
* keymaps.texi (Active Keymaps): Mention that key-binding checks
local maps.

18 years agoFixed "Make key-binding use the maps specified by positions given in the events"
Chong Yidong [Mon, 11 Sep 2006 02:34:35 +0000 (02:34 +0000)]
Fixed "Make key-binding use the maps specified by positions given in the events"

18 years ago* keymap.c (Fkey_binding): Check for local keymap for mouse click
Chong Yidong [Mon, 11 Sep 2006 02:34:05 +0000 (02:34 +0000)]
* keymap.c (Fkey_binding): Check for local keymap for mouse click
events.

18 years agoHandle errors in recursive copy usefully.
Richard M. Stallman [Mon, 11 Sep 2006 02:25:00 +0000 (02:25 +0000)]
Handle errors in recursive copy usefully.
(dired-create-files-failures): New variable.
(dired-copy-file): Remove condition-case.
(dired-copy-file-recursive): Check for errors on all file
operations, and add them to dired-create-files-failures.
Check file file-date-erorr here too.
(dired-create-files): Check dired-create-files-failures
and report those errors too.

18 years ago(ido-edit-input, ido-complete, ido-take-first-match)
Kim F. Storm [Sun, 10 Sep 2006 21:40:44 +0000 (21:40 +0000)]
(ido-edit-input, ido-complete, ido-take-first-match)
(ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
(ido-delete-file-at-head): Pass head of ido-matches through ido-name
in case of merged directories.  Reported by Michaël Cadilhac.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 10 Sep 2006 21:40:32 +0000 (21:40 +0000)]
*** empty log message ***

18 years ago(Finput_pending_p): Check Vunread_input_method_events
Kim F. Storm [Sun, 10 Sep 2006 21:10:50 +0000 (21:10 +0000)]
(Finput_pending_p): Check Vunread_input_method_events
and Vunread_post_input_method_events.

18 years ago(Forcing Redisplay): Document return value of function redisplay.
Kim F. Storm [Sun, 10 Sep 2006 20:54:19 +0000 (20:54 +0000)]
(Forcing Redisplay): Document return value of function redisplay.

18 years ago(Fredisplay): Document return value.
Kim F. Storm [Sun, 10 Sep 2006 20:50:54 +0000 (20:50 +0000)]
(Fredisplay): Document return value.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 10 Sep 2006 20:50:20 +0000 (20:50 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Sun, 10 Sep 2006 17:48:10 +0000 (17:48 +0000)]
*** empty log message ***

18 years ago(pushnew): Use add-to-list when convenient.
Richard M. Stallman [Sun, 10 Sep 2006 17:47:39 +0000 (17:47 +0000)]
(pushnew): Use add-to-list when convenient.

18 years ago(add-to-list): New argument COMPARE-FN.
Richard M. Stallman [Sun, 10 Sep 2006 17:45:42 +0000 (17:45 +0000)]
(add-to-list): New argument COMPARE-FN.

18 years ago(file-cache-add-directory)
Reiner Steib [Sun, 10 Sep 2006 16:26:31 +0000 (16:26 +0000)]
(file-cache-add-directory)
(file-cache-add-directory-list, file-cache-add-file)
(file-cache-add-directory-using-find)
(file-cache-add-directory-using-locate)
(file-cache-add-directory-recursively): Add autoloads.

18 years agoClarify.
Richard M. Stallman [Sun, 10 Sep 2006 13:48:42 +0000 (13:48 +0000)]
Clarify.

18 years ago*** empty log message ***
Richard M. Stallman [Sun, 10 Sep 2006 13:18:24 +0000 (13:18 +0000)]
*** empty log message ***

18 years agoAdd "Emacs compiled with Gtk+ crashes when closing a display (x-close-connection)."
Jan Djärv [Sun, 10 Sep 2006 12:29:10 +0000 (12:29 +0000)]
Add "Emacs compiled with Gtk+ crashes when closing a display (x-close-connection)."

18 years ago* xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.
Jan Djärv [Sun, 10 Sep 2006 12:17:49 +0000 (12:17 +0000)]
* xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.

 * gtkutil.c (xg_display_close): Always change default display if needed,
 check for < Gtk+ version 2.10 before calling gdk_display_close.

18 years ago* gtkutil.c (xg_display_close): Always change default display if needed,
Jan Djärv [Sun, 10 Sep 2006 12:17:19 +0000 (12:17 +0000)]
* gtkutil.c (xg_display_close): Always change default display if needed,
check for < Gtk+ version 2.10 before calling gdk_display_close.

18 years ago* xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.
Jan Djärv [Sun, 10 Sep 2006 12:16:58 +0000 (12:16 +0000)]
* xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Sun, 10 Sep 2006 06:25:40 +0000 (06:25 +0000)]
*** empty log message ***

18 years ago(Fx_file_dialog): Call check_x.
YAMAMOTO Mitsuharu [Sun, 10 Sep 2006 05:52:54 +0000 (05:52 +0000)]
(Fx_file_dialog): Call check_x.

18 years ago* src/macmenu.c (Vmenu_updating_frame, syms_of_xmenu):
YAMAMOTO Mitsuharu [Sun, 10 Sep 2006 05:52:01 +0000 (05:52 +0000)]
* src/macmenu.c (Vmenu_updating_frame, syms_of_xmenu):
* src/w32menu.c (Vmenu_updating_frame, syms_of_xmenu): Apply
2006-09-08 change for xmenu.c.

18 years ago(Fx_file_dialog): Remove unused variable `f'. Call check_mac.
YAMAMOTO Mitsuharu [Sun, 10 Sep 2006 05:51:45 +0000 (05:51 +0000)]
(Fx_file_dialog): Remove unused variable `f'.  Call check_mac.

18 years ago[MAC_OSX] (sys_select): Check argument `nfds' more
YAMAMOTO Mitsuharu [Sun, 10 Sep 2006 05:51:29 +0000 (05:51 +0000)]
[MAC_OSX] (sys_select): Check argument `nfds' more
rigidly.  Make variable `ofds' static.  Remove variable `maxfd'.

18 years ago(conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
Richard M. Stallman [Sun, 10 Sep 2006 00:30:52 +0000 (00:30 +0000)]
(conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
(conf-space-mode): Always make conf-space-keywords and
conf-space-keywords-override local.
Call conf-space-mode-internal directly as well as via hook.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 10 Sep 2006 00:26:17 +0000 (00:26 +0000)]
*** empty log message ***

18 years agoFix: cursor display on images that don't use :mask.
Kim F. Storm [Sun, 10 Sep 2006 00:24:12 +0000 (00:24 +0000)]
Fix: cursor display on images that don't use :mask.

18 years ago(get_window_cursor_type): Use hollow cursor on
Kim F. Storm [Sun, 10 Sep 2006 00:10:46 +0000 (00:10 +0000)]
(get_window_cursor_type): Use hollow cursor on
non-transparent images.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 9 Sep 2006 23:21:57 +0000 (23:21 +0000)]
*** empty log message ***

18 years ago(conf-space-mode): Use hack-local-variables-hook instead of calling
Richard M. Stallman [Sat, 9 Sep 2006 23:20:39 +0000 (23:20 +0000)]
(conf-space-mode): Use hack-local-variables-hook instead of calling
hack-local-variables.
(conf-space-keywords-override): New variable.

18 years ago(Window Hooks): Explain limits of window-scroll-functions.
Richard M. Stallman [Sat, 9 Sep 2006 22:36:01 +0000 (22:36 +0000)]
(Window Hooks): Explain limits of window-scroll-functions.

18 years ago(python-font-lock-keywords): Add `self' and other quasi-keywords.
Stefan Monnier [Sat, 9 Sep 2006 19:48:36 +0000 (19:48 +0000)]
(python-font-lock-keywords): Add `self' and other quasi-keywords.

18 years agoQuieten the compiler about hippie-expand vars.
Stefan Monnier [Sat, 9 Sep 2006 19:42:35 +0000 (19:42 +0000)]
Quieten the compiler about hippie-expand vars.
(python-send-string): Be slightly more careful about adding \n.

18 years ago(normal-splash-screen): Don't display the buffer if we'll
Stefan Monnier [Sat, 9 Sep 2006 19:21:31 +0000 (19:21 +0000)]
(normal-splash-screen): Don't display the buffer if we'll
kill it right away anyway.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 9 Sep 2006 18:26:56 +0000 (18:26 +0000)]
*** empty log message ***

18 years ago(Fringe Indicators): Update for last change in indicate-buffer-boundaries.
Richard M. Stallman [Sat, 9 Sep 2006 18:26:51 +0000 (18:26 +0000)]
(Fringe Indicators): Update for last change in indicate-buffer-boundaries.

18 years ago(Vmenu_updating_frame): Don't define here.
Richard M. Stallman [Sat, 9 Sep 2006 17:51:17 +0000 (17:51 +0000)]
(Vmenu_updating_frame): Don't define here.
(syms_of_xmenu): Don't DEFVAR it here.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 9 Sep 2006 17:19:37 +0000 (17:19 +0000)]
*** empty log message ***

18 years ago(cp850-decode-table): Fix a few codes.
Eli Zaretskii [Sat, 9 Sep 2006 12:19:06 +0000 (12:19 +0000)]
(cp850-decode-table): Fix a few codes.
(cp858-decode-table): New variable.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 9 Sep 2006 11:07:11 +0000 (11:07 +0000)]
*** empty log message ***

18 years ago(ldap-search-internal): Doc fix.
Eli Zaretskii [Sat, 9 Sep 2006 11:06:19 +0000 (11:06 +0000)]
(ldap-search-internal): Doc fix.

18 years ago(Fsystem_name): Mention "host" in the doc string.
Eli Zaretskii [Sat, 9 Sep 2006 10:50:03 +0000 (10:50 +0000)]
(Fsystem_name): Mention "host" in the doc string.
(syms_of_editfns) <system-name>: Likewise.

18 years ago(life-display-generation): Test for input manually if `sleeptime' is negative
Eli Zaretskii [Sat, 9 Sep 2006 10:43:49 +0000 (10:43 +0000)]
(life-display-generation): Test for input manually if `sleeptime' is negative
or null.

18 years ago(lpr-page-header-switches): Page title switch is one of them.
Eli Zaretskii [Sat, 9 Sep 2006 10:40:27 +0000 (10:40 +0000)]
(lpr-page-header-switches): Page title switch is one of them.
(print-region-1): Substitute `%s' with the page title.

18 years ago(locate-current-search): New variable.
Eli Zaretskii [Sat, 9 Sep 2006 10:34:23 +0000 (10:34 +0000)]
(locate-current-search): New variable.
(locate): Set buffer local value.  Use current buffer if it is in Locate mode.
(locate-mode): Disable undo here.
(locate-do-setup): Use locate-current-filter from buffer to be killed.
(locate-update): Use locate-current-search and locate-current-filter.

18 years ago(desktop-read): when loading a desktop, disable
David Kastrup [Fri, 8 Sep 2006 19:47:27 +0000 (19:47 +0000)]
(desktop-read): when loading a desktop, disable
saving it while the load progresses, and switch off a pending lazy
load by calling `desktop-lazy-abort'.

18 years ago*** empty log message ***
Richard M. Stallman [Fri, 8 Sep 2006 18:07:51 +0000 (18:07 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Fri, 8 Sep 2006 17:29:40 +0000 (17:29 +0000)]
*** empty log message ***

18 years agoDelete extra tab.
Romain Francoise [Fri, 8 Sep 2006 16:54:33 +0000 (16:54 +0000)]
Delete extra tab.

18 years ago"Bug in woman, Juri Linkov, Sep 3" closed by 2006-09-08 RMS commit.
Chong Yidong [Fri, 8 Sep 2006 14:25:43 +0000 (14:25 +0000)]
"Bug in woman, Juri Linkov, Sep 3" closed by 2006-09-08 RMS commit.

18 years agoTwo bugs closed.
Chong Yidong [Fri, 8 Sep 2006 14:15:48 +0000 (14:15 +0000)]
Two bugs closed.

18 years ago* window.el (mouse-autoselect-window-timer)
Chong Yidong [Fri, 8 Sep 2006 14:15:02 +0000 (14:15 +0000)]
* window.el (mouse-autoselect-window-timer)
(mouse-autoselect-window-position)
(mouse-autoselect-window-window)
(mouse-autoselect-window-now): New vars.
(mouse-autoselect-window-cancel)
(mouse-autoselect-window-select)
(mouse-autoselect-window-start): New functions.
(handle-select-window): Call `mouse-autoselect-window-start' when
delayed window autoselection is enabled.

* cus-start.el (mouse-autoselect-window): Handle delayed window
autoselection.

* emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
commands after which it is allowed to print in the echo area.

18 years ago* xdisp.c (mouse_autoselect_window): Removed.
Chong Yidong [Fri, 8 Sep 2006 14:14:28 +0000 (14:14 +0000)]
* xdisp.c (mouse_autoselect_window): Removed.
(Vmouse_autoselect_window): New variable.  DEFVAR_LISP it.

* dispextern.h (mouse_autoselect_window): Remove extern.
(Vmouse_autoselect_window): Add extern.

* macterm.c (XTread_socket): Test Vmouse_autoselect_window
instead of mouse_autoselect_window.

* msdos.c (dos_rawgetc): Likewise.

* w32term.c (w32_read_socket): Likewise.

* xterm.c (handle_one_xevent): Likewise.

18 years ago*** empty log message ***
Richard M. Stallman [Fri, 8 Sep 2006 13:25:26 +0000 (13:25 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Fri, 8 Sep 2006 12:22:01 +0000 (12:22 +0000)]
*** empty log message ***

18 years ago(Vmenu_updating_frame): Define here.
Richard M. Stallman [Fri, 8 Sep 2006 12:17:32 +0000 (12:17 +0000)]
(Vmenu_updating_frame): Define here.
(syms_of_xdisp): DEFVAR it here.
(update_menu_bar): Always return hooks_run.
Set Vmenu_updating_frame.

(redisplay_internal): Test Vinhibit_redisplay
before calculating SELECTED_FRAME.

18 years ago(x_error_quitter): For BadName error, just return.
Richard M. Stallman [Fri, 8 Sep 2006 12:13:14 +0000 (12:13 +0000)]
(x_error_quitter): For BadName error, just return.

18 years ago(find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.
Richard M. Stallman [Fri, 8 Sep 2006 12:12:39 +0000 (12:12 +0000)]
(find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.

18 years ago(init_casetab_once): Call set_case_table.
Richard M. Stallman [Fri, 8 Sep 2006 12:11:17 +0000 (12:11 +0000)]
(init_casetab_once): Call set_case_table.

18 years ago(shut_down_emacs): Set inhibit_sentinels.
Richard M. Stallman [Fri, 8 Sep 2006 12:10:17 +0000 (12:10 +0000)]
(shut_down_emacs): Set inhibit_sentinels.

18 years ago(inhibit_sentinels): New variable.
Richard M. Stallman [Fri, 8 Sep 2006 12:08:54 +0000 (12:08 +0000)]
(inhibit_sentinels): New variable.
(exec_sentinel): Test inhibit_sentinels.
(init_process): Initialize it.

18 years ago(inhibit_sentinels): Add decl.
Richard M. Stallman [Fri, 8 Sep 2006 12:07:46 +0000 (12:07 +0000)]
(inhibit_sentinels): Add decl.

18 years ago(looking_at_1, string_match_1, search_command):
Richard M. Stallman [Fri, 8 Sep 2006 12:07:07 +0000 (12:07 +0000)]
(looking_at_1, string_match_1, search_command):
Make syntax table's canon table point to eqv table.

18 years ago(Search): Ref multi-file search commands here.
Richard M. Stallman [Fri, 8 Sep 2006 12:05:56 +0000 (12:05 +0000)]
(Search): Ref multi-file search commands here.
(Other Repeating Search): Not here.

18 years ago(Bindat Spec): Suggest names ending in -bindat-spec.
Richard M. Stallman [Fri, 8 Sep 2006 12:05:19 +0000 (12:05 +0000)]
(Bindat Spec): Suggest names ending in -bindat-spec.

18 years ago(adaptive-fill-regexp): Don't match `(1)' or `1.'
Richard M. Stallman [Fri, 8 Sep 2006 12:02:54 +0000 (12:02 +0000)]
(adaptive-fill-regexp): Don't match `(1)' or `1.'

18 years ago(rmail-get-new-mail): Say whether all msgs are spam.
Richard M. Stallman [Fri, 8 Sep 2006 12:02:13 +0000 (12:02 +0000)]
(rmail-get-new-mail): Say whether all msgs are spam.
(rmail-convert-to-babyl-format): Don't record undo, leave list empty.

18 years ago(timer-create, timer-activate): Doc fixes.
Richard M. Stallman [Fri, 8 Sep 2006 12:00:40 +0000 (12:00 +0000)]
(timer-create, timer-activate): Doc fixes.
(cancel-timer-internal): Add doc string.
(cancel-function-timers): Doc fix.
(with-timeout-handler, timer-event-last*): Add doc strings.

18 years ago(bindat-unpack): Doc fix.
Richard M. Stallman [Fri, 8 Sep 2006 11:59:33 +0000 (11:59 +0000)]
(bindat-unpack): Doc fix.

18 years agoComment change.
Richard M. Stallman [Fri, 8 Sep 2006 11:59:00 +0000 (11:59 +0000)]
Comment change.

18 years ago(risky-local-variable-p): Match ...-bindat-spec.
Richard M. Stallman [Fri, 8 Sep 2006 11:58:46 +0000 (11:58 +0000)]
(risky-local-variable-p): Match ...-bindat-spec.

18 years ago(dired-log-summary): Add doc string.
Richard M. Stallman [Fri, 8 Sep 2006 11:58:18 +0000 (11:58 +0000)]
(dired-log-summary): Add doc string.

18 years ago(custom-menu-create): Bind deactivate-mark here
Richard M. Stallman [Fri, 8 Sep 2006 11:57:05 +0000 (11:57 +0000)]
(custom-menu-create): Bind deactivate-mark here
(custom-group-menu-create): Not here.

18 years agoRefill some entries to avoid lines > 80 columns.
Andreas Schwab [Fri, 8 Sep 2006 11:46:42 +0000 (11:46 +0000)]
Refill some entries to avoid lines > 80 columns.

18 years ago(strout): Fix whitespace.
Andreas Schwab [Fri, 8 Sep 2006 11:39:24 +0000 (11:39 +0000)]
(strout): Fix whitespace.

18 years ago(x_draw_glyph_string): Fix 2006-08-24 change.
Kim F. Storm [Fri, 8 Sep 2006 11:35:01 +0000 (11:35 +0000)]
(x_draw_glyph_string): Fix 2006-08-24 change.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 8 Sep 2006 11:34:50 +0000 (11:34 +0000)]
*** empty log message ***

18 years ago(org-dblock-write:clocktable): Avoid infinite loop.
Carsten Dominik [Fri, 8 Sep 2006 08:47:01 +0000 (08:47 +0000)]
(org-dblock-write:clocktable): Avoid infinite loop.

18 years ago*** empty log message ***
Carsten Dominik [Fri, 8 Sep 2006 08:46:37 +0000 (08:46 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Fri, 8 Sep 2006 08:18:39 +0000 (08:18 +0000)]
*** empty log message ***

18 years ago(mac_handle_origin_change, mac_handle_size_change)
YAMAMOTO Mitsuharu [Fri, 8 Sep 2006 08:18:18 +0000 (08:18 +0000)]
(mac_handle_origin_change, mac_handle_size_change)
(mac_get_ideal_size): New functions.
(x_set_offset, x_set_window_size, x_make_frame_visible)
(do_zoom_window, mac_handle_window_event, XTread_socket): Use them.
(install_window_handler, mac_handle_window_event)
[USE_CARBON_EVENTS]: Handle kEventWindowGetIdealSize and
kEventWindowBoundsChanged.
(XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Don't call
DragWindow.

18 years ago(mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
YAMAMOTO Mitsuharu [Fri, 8 Sep 2006 08:18:08 +0000 (08:18 +0000)]
(mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
Specify kWindowAsyncDragAttribute.

18 years ago[!MAC_OSX] Don't include keyboard.h.
YAMAMOTO Mitsuharu [Fri, 8 Sep 2006 08:17:58 +0000 (08:17 +0000)]
[!MAC_OSX] Don't include keyboard.h.
[!MAC_OSX] (select): Try detect_input_pending before ReceiveNextEvent
in the same BLOCK_INPUT block, in case that some input has already
been read asynchronously.  Pretend to be interrupted by a signal
if some input is available.
[MAC_OSX] (select_and_poll_event, sys_select): Likewise.
(SELECT_POLLING_PERIOD_USEC) [SELECT_USE_CFSOCKET]: Change to 100000.
Now used for ReceiveNextEvent timeout instead of select timeout.
(EVENT_CLASS_SOCK) [SELECT_USE_CFSOCKET]: Remove macro.
[SELECT_USE_CFSOCKET] (socket_callback): Add non-blocking connect
support.  Quit event loop.
[MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Add non-blocking
connect support.  Reuse previously allocated CFRunLoopSource.
(Fmac_process_hi_command) [TARGET_API_MAC_CARBON]: New function.
(syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.

18 years ago(show-hide-font-panel): New HI command ID symbol.
YAMAMOTO Mitsuharu [Fri, 8 Sep 2006 08:17:21 +0000 (08:17 +0000)]
(show-hide-font-panel): New HI command ID symbol.
(mac-apple-event-map): Define its handler.

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 7 Sep 2006 22:14:29 +0000 (22:14 +0000)]
*** empty log message ***

18 years ago* net/ldap.el (ldap-search-internal): Handle `auth' key.
Chong Yidong [Thu, 7 Sep 2006 21:16:16 +0000 (21:16 +0000)]
* net/ldap.el (ldap-search-internal): Handle `auth' key.

18 years ago"rcirc uses member*" fixed.
Chong Yidong [Thu, 7 Sep 2006 20:58:09 +0000 (20:58 +0000)]
"rcirc uses member*" fixed.

18 years ago* net/rcirc.el (rcirc-activity-string): Don't quote value in case
Chong Yidong [Thu, 7 Sep 2006 20:56:24 +0000 (20:56 +0000)]
* net/rcirc.el (rcirc-activity-string): Don't quote value in case
clause.

18 years ago* info.el (Info-index): Bind completion-ignore-case.
Chong Yidong [Thu, 7 Sep 2006 20:45:19 +0000 (20:45 +0000)]
* info.el (Info-index): Bind completion-ignore-case.

18 years agoFix Károly Lőrentey <lorentey@elte.hu>
Jan Djärv [Thu, 7 Sep 2006 19:16:10 +0000 (19:16 +0000)]
Fix Károly Lőrentey  <lorentey@elte.hu>