Richard M. Stallman
ecc0a2cecc
*** empty log message ***
2006-09-08 13:25:26 +00:00
Richard M. Stallman
af09dd7814
*** empty log message ***
2006-09-08 12:22:01 +00:00
Richard M. Stallman
8aa769f1b6
(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.
2006-09-08 12:17:32 +00:00
Richard M. Stallman
9e69bfa484
(x_error_quitter): For BadName error, just return.
2006-09-08 12:13:14 +00:00
Richard M. Stallman
d799329b41
(find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.
2006-09-08 12:12:39 +00:00
Richard M. Stallman
66aa138de7
(init_casetab_once): Call set_case_table.
2006-09-08 12:11:17 +00:00
Richard M. Stallman
92d835a403
(shut_down_emacs): Set inhibit_sentinels.
2006-09-08 12:10:17 +00:00
Richard M. Stallman
84af9896c3
(inhibit_sentinels): New variable.
...
(exec_sentinel): Test inhibit_sentinels.
(init_process): Initialize it.
2006-09-08 12:08:54 +00:00
Richard M. Stallman
5596b3bcf5
(inhibit_sentinels): Add decl.
2006-09-08 12:07:46 +00:00
Richard M. Stallman
910c747a2f
(looking_at_1, string_match_1, search_command):
...
Make syntax table's canon table point to eqv table.
2006-09-08 12:07:07 +00:00
Richard M. Stallman
18280275ee
(Search): Ref multi-file search commands here.
...
(Other Repeating Search): Not here.
2006-09-08 12:05:56 +00:00
Richard M. Stallman
e7b90fbea7
(Bindat Spec): Suggest names ending in -bindat-spec.
2006-09-08 12:05:19 +00:00
Richard M. Stallman
4e05bbf511
(adaptive-fill-regexp): Don't match (1)' or 1.'
2006-09-08 12:02:54 +00:00
Richard M. Stallman
ee1d889f35
(rmail-get-new-mail): Say whether all msgs are spam.
...
(rmail-convert-to-babyl-format): Don't record undo, leave list empty.
2006-09-08 12:02:13 +00:00
Richard M. Stallman
b8bd37f2f8
(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.
2006-09-08 12:00:40 +00:00
Richard M. Stallman
3ac5a59d71
(bindat-unpack): Doc fix.
2006-09-08 11:59:33 +00:00
Richard M. Stallman
e3d47a1509
Comment change.
2006-09-08 11:59:00 +00:00
Richard M. Stallman
cc5a104d66
(risky-local-variable-p): Match ...-bindat-spec.
2006-09-08 11:58:46 +00:00
Richard M. Stallman
ddcfebf1ae
(dired-log-summary): Add doc string.
2006-09-08 11:58:18 +00:00
Richard M. Stallman
809f0c3561
(custom-menu-create): Bind deactivate-mark here
...
(custom-group-menu-create): Not here.
2006-09-08 11:57:05 +00:00
Andreas Schwab
647b07d1d7
Refill some entries to avoid lines > 80 columns.
2006-09-08 11:46:42 +00:00
Andreas Schwab
bcdbfd3668
(strout): Fix whitespace.
2006-09-08 11:39:24 +00:00
Kim F. Storm
1118718c05
(x_draw_glyph_string): Fix 2006-08-24 change.
2006-09-08 11:35:01 +00:00
Kim F. Storm
70c6267a37
*** empty log message ***
2006-09-08 11:34:50 +00:00
Carsten Dominik
e28844a4ae
(org-dblock-write:clocktable): Avoid infinite loop.
2006-09-08 08:47:01 +00:00
Carsten Dominik
4b87a4126e
*** empty log message ***
2006-09-08 08:46:37 +00:00
YAMAMOTO Mitsuharu
9deaefb7a6
*** empty log message ***
2006-09-08 08:18:39 +00:00
YAMAMOTO Mitsuharu
bed0bf953c
(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.
2006-09-08 08:18:18 +00:00
YAMAMOTO Mitsuharu
fa4ba14c91
(mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
...
Specify kWindowAsyncDragAttribute.
2006-09-08 08:18:08 +00:00
YAMAMOTO Mitsuharu
3e51e9ac8e
[!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.
2006-09-08 08:17:58 +00:00
YAMAMOTO Mitsuharu
dbcdba77e6
(show-hide-font-panel): New HI command ID symbol.
...
(mac-apple-event-map): Define its handler.
2006-09-08 08:17:21 +00:00
Richard M. Stallman
8a5ae807e4
*** empty log message ***
2006-09-07 22:14:29 +00:00
Chong Yidong
325537113d
* net/ldap.el (ldap-search-internal): Handle `auth' key.
2006-09-07 21:16:16 +00:00
Chong Yidong
e0b5e66b13
"rcirc uses member*" fixed.
2006-09-07 20:58:09 +00:00
Chong Yidong
82741a5eca
* net/rcirc.el (rcirc-activity-string): Don't quote value in case
...
clause.
2006-09-07 20:56:24 +00:00
Chong Yidong
ea71ffe83e
* info.el (Info-index): Bind completion-ignore-case.
2006-09-07 20:45:19 +00:00
Jan Djärv
b37b6d110d
Fix Károly Lőrentey <lorentey@elte.hu>
2006-09-07 19:16:10 +00:00
Stefan Monnier
23f2d048b5
(inferior-prolog-flavor): New var left out of previous commit.
...
(inferior-prolog-guess-flavor): New fun left out of previous commit.
(prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
burp in dedicated windows.
(inferior-prolog-self-insert-command): New command.
(inferior-prolog-mode-map): Use it.
2006-09-07 16:18:06 +00:00
Juanma Barranquero
dad2e044d3
*** empty log message ***
2006-09-07 15:11:43 +00:00
Kim F. Storm
42a9baba94
Update.
2006-09-07 13:22:33 +00:00
Reiner Steib
656065bd28
* international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
...
* international/code-pages.el: Add cp858.
2006-09-07 12:50:41 +00:00
Andreas Schwab
d7695a6342
(START_FILES, LIB_STANDARD): Override to
...
use lib64 instead of lib.
2006-09-07 10:48:21 +00:00
Jan Djärv
1df4d4a85f
* dnd.el: Fix bootstrapping
2006-09-07 10:12:51 +00:00
Jan Djärv
eaf6d473fb
Fix mailaddress
2006-09-07 09:56:22 +00:00
Jan Djärv
c79b0f8ffd
* dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
...
(dnd-open-remote-url): New function.
(dnd-open-remote-file-function): Set to dnd-open-remote-url if
not windows-nt.
2006-09-07 Jason Rumney <jasonr@gnu.org>
* dnd.el (dnd-open-remote-file-function): New variable.
(dnd-open-unc-file): New function.
(dnd-open-file): Call dnd-open-remote-file-function if set.
2006-09-07 07:44:33 +00:00
Miles Bader
31a7c2ff1f
Merge from gnus--rel--5.10
...
Patches applied:
* gnus--rel--5.10 (patch 134-135)
- Merge from emacs--devo--0
- Update from CVS
2006-09-06 Daiki Ueno <ueno@unixuser.org>
* lisp/pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
pgg-passphrase-coding-system rather than locale-coding-system.
* lisp/pgg-def.el (pgg-passphrase-coding-system): New user option.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-428
2006-09-07 05:58:54 +00:00
Stefan Monnier
be9b5a6076
Avoid double quotes when possible.
2006-09-06 17:53:59 +00:00
Stefan Monnier
d364dee6ba
Remove * in docstrings.
...
(prolog-program-name): Add SWI prolog.
(prolog-mode-menu): New menu.
(prolog-mode): Set comment-add.
(prolog-indent-line): Simplify. Use indent-line-to.
(inferior-prolog-buffer): New var.
(inferior-prolog-run, inferior-prolog-process): New funs.
(run-prolog, switch-to-prolog): Rewrite, using them.
(prolog-consult-region): Use inferior-prolog-buffer.
(inferior-prolog-load-file): New function.
(prolog-mode-map): Add bindings for load-file and switch-to-prolog.
2006-09-06 17:34:12 +00:00
Stefan Monnier
4a3608f504
(fill-single-word-nobreak-p): Allow breaking before
...
last word, if it's not the end of the paragraph.
2006-09-06 16:35:18 +00:00
Stefan Monnier
e959542d99
(abbreviate-file-name): Don't mistakenly match newlines in file name.
2006-09-06 16:32:18 +00:00