- 14 Jul, 2006 23 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
(cua-rectangle-modifier-key): Add `alt' modifier. (cua-replace-region): Don't delete if cua-delete-selection is nil. (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil. Suggested by Klaus Zeitler <kzeitler@lucent.com>.
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
server socket (FILE_LISTEN flag).
-
Kim F. Storm authored
-
Kim F. Storm authored
(init_winsock): Load them. Use ws2_32.dll. (sys_listen): Undo last change. Just set FILE_LISTEN flag. (sys_accept): Undo last change. Instead, set child status to STATUS_READ_ACKNOWLEDGED and reset char_avail event so next sys_select will wakeup the reader thread. (_sys_wait_accept): New function used by reader thread to wait for an incoming connection on a server socket.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
to config.log.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
(allout-mode-deactivate-hook): New hook, is run when allout mode deactivates. (allout-developer): New allout customization subgroup. (allout-run-unit-tests-on-load): New allout-developer customization variable, when true allout unit tests are run towards end of file load/eval. (allout-inhibit-auto-fill): Disable auto-fill activity even during auto-fill-mode. (allout-resumptions): Removed, to be replaced by... (allout-add-resumptions): Register variable settings to be reinstated by `allout-do-resumptions'. The settings are made buffer-local, but the locality/globality of the suspended setting is restored on resumption. (allout-do-resumptions): Reinstate all settings suspended using `allout-add-resumptions'. (allout-test-resumptions): Unit tests (and intermediate variables) for resumptions. (allout-tests-globally-unbound, allout-tests-globally-true) (allout-tests-locally-true): Intermediate variables for resumptions unit tests. (allout-overlay-preparations): Replaces `allout-set-overlay-category'. (allout-exposure-category): Replaces 'allout-overlay-category variable. (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions' instead of retired `allout-resumptions'. For hook functions, use `local' parameter so hook settings are created and removed as buffer-local settings. Revise (resumptions) setting auto-fill-function so it is set only if already active. (The related fill-function settings are all made in either case, so that activating auto-fill-mode activity will have the custom allout-mode behaviors (hanging indent on topics, if configured for it). Also, remove all allout-exposure-category overlays on mode deactivation. (allout-hotspot-key-handler): New function extracted from `allout-pre-command-business', so the functionality can be used for other purposes, eg as a binding in an overlay. (allout-pre-command-business): Use new `allout-hotspot-key-handler'. (allout-auto-fill): Respect new `allout-inhibit-auto-fill' customization variable. (allout-run-unit-tests): Run the (currently quite small) repertoire of unit tests. Called just before the provide iff user has customized `allout-run-unit-tests-on-load' non-nil.
-
Jan Djärv authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
(pfn_WSAEventSelect): New function ptr. (init_winsock): Load it. (sys_listen): Set FILE_LISTEN flag. Set event mask for socket's char_avail event object to FD_ACCEPT. (sys_accept): Check FILE_LISTEN flag. Set event mask on new socket's char_avail event object to FD_READ|FD_CLOSE.
-
Kim F. Storm authored
-
Károly Lőrentey authored
-
Károly Lőrentey authored
-
Károly Lőrentey authored
-
Miles Bader authored
Patches applied: * gnus--rel--5.10 (patch 113-114) - Merge from emacs--devo--0 - Update from CVS 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-350
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-348 Creator: Michael Olson <mwolson@gnu.org>
-
- 13 Jul, 2006 16 commits
-
-
Nick Roberts authored
* frames.texi (Dialog Boxes): Use it.
-
Nick Roberts authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Nick Roberts authored
-
Nick Roberts authored
(gdb-display-separate-io-buffer, gdb-append-to-inferior-io) (gdb-display-breakpoints-buffer, gdb-display-stack-buffer) (gdb-display-threads-buffer, gdb-display-memory-buffer) (gdb-display-locals-buffer): Use it.
-
Nick Roberts authored
-
Stefan Monnier authored
-
Stefan Monnier authored
minor modes, redundant with the custom-autoload line above.
-
Chong Yidong authored
-
Kim F. Storm authored
(Feval, Fapply, Ffuncall): Optimize for no function indirection. Use original function name in all signaled errors. Simplify Fsignal calls (no return). (funcall_lambda): Simplify Fsignal calls (no return).
-
Kim F. Storm authored
-
Kim F. Storm authored
Use CAR_SAFE, CDR_SAFE for Bcar_safe, Bcdr_safe. Simplify loops and use CAR for Bnth and Belt.
-
Kim F. Storm authored
-
Andreas Schwab authored
out_charpos.
-
Kenichi Handa authored
of format string.
-
- 12 Jul, 2006 1 commit
-
-
Chong Yidong authored
too.
-