1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
Commit graph

65082 commits

Author SHA1 Message Date
Kim F. Storm
ae6ffe9997 (cua-delete-selection, cua-toggle-set-mark): New defcustoms.
(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>.
2006-07-14 22:14:08 +00:00
Kim F. Storm
839929ba53 *** empty log message *** 2006-07-14 22:12:39 +00:00
Kim F. Storm
d753d9b7ad *** empty log message *** 2006-07-14 15:04:08 +00:00
Kim F. Storm
ade79051d8 Emacs now requires ws2_32.dll on Windows. 2006-07-14 15:03:52 +00:00
Kim F. Storm
f9125cde75 (reader_thread): Use _sys_wait_accept to wait on a
server socket (FILE_LISTEN flag).
2006-07-14 14:18:52 +00:00
Kim F. Storm
c8b6788004 (_sys_read_ahead, _sys_wait_accept): Add prototypes. 2006-07-14 14:18:44 +00:00
Kim F. Storm
64570b36c5 (pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
(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.
2006-07-14 14:18:40 +00:00
Eli Zaretskii
41bab5e373 ChangeLog 2006-07-14 12:05:02 +00:00
Eli Zaretskii
67db6aa2fc Regenerated. 2006-07-14 12:04:46 +00:00
Eli Zaretskii
4543c9088e (PKG_CHECK_MODULES): Redirect the output of $PKG_CONFIG --exists "$2"
to config.log.
2006-07-14 12:04:25 +00:00
Eli Zaretskii
0779eeea8f Update the Allout entry 2006-07-14 11:28:20 +00:00
Eli Zaretskii
01fc9422dd Require 'cl during byte-compilation/interactive load, for the `assert' macro.
(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.
2006-07-14 11:26:36 +00:00
Jan Djärv
dcc881213c * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open. 2006-07-14 09:47:45 +00:00
Kim F. Storm
ceb53a12f0 (BUGS): High cpu load on windows server sockets fixed. 2006-07-14 09:32:14 +00:00
Kim F. Storm
8a8476f984 *** empty log message *** 2006-07-14 09:32:02 +00:00
Kim F. Storm
26fb7bc422 Fix high cpu load for server sockets.
(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.
2006-07-14 09:29:32 +00:00
Kim F. Storm
d18f316eff (FILE_LISTEN): New filedesc flag value. 2006-07-14 09:29:22 +00:00
Károly Lőrentey
7ad783eb3a Update. 2006-07-14 06:07:07 +00:00
Károly Lőrentey
c8eba9db7f Update. 2006-07-14 05:51:02 +00:00
Károly Lőrentey
580b488bf8 Update Hungarian sample. 2006-07-14 05:44:42 +00:00
Miles Bader
763bb2d436 Merge from gnus--rel--5.10
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
2006-07-14 03:50:36 +00:00
Miles Bader
0b6bb13008 Update for ERC 5.1.3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-348
Creator:  Michael Olson <mwolson@gnu.org>
2006-07-14 02:29:50 +00:00
Nick Roberts
b960286762 * display.texi (Displaying Messages): Add anchor.
* frames.texi (Dialog Boxes): Use it.
2006-07-13 23:43:20 +00:00
Nick Roberts
b4f62d0a35 *** empty log message *** 2006-07-13 23:40:21 +00:00
Kim F. Storm
931c47408b Regenerate. 2006-07-13 22:53:01 +00:00
Kim F. Storm
0a6fea3151 *** empty log message *** 2006-07-13 22:52:49 +00:00
Nick Roberts
8d39ce5e92 (gud-display-line): Use gdb-display-buffer. Set gdb-source-window. 2006-07-13 21:57:05 +00:00
Nick Roberts
d138996e00 (gdb-display-buffer): Check for gdb-source-window. Add dedicated argument.
(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.
2006-07-13 21:56:26 +00:00
Nick Roberts
02248b85c2 *** empty log message *** 2006-07-13 21:55:47 +00:00
Stefan Monnier
bd012d46a1 Re-generated to reflect change in autoload.el. 2006-07-13 18:24:44 +00:00
Stefan Monnier
02dcdad34e (make-autoload): Remove special handling of
minor modes, redundant with the custom-autoload line above.
2006-07-13 18:13:06 +00:00
Chong Yidong
e17833bc7d simplify last fix. 2006-07-13 14:45:10 +00:00
Kim F. Storm
8788120ff4 (Fthrow): Remove loop around Fsignal.
(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).
2006-07-13 13:43:50 +00:00
Kim F. Storm
64de53d81b (Findirect_function): Optimize for no indirection. 2006-07-13 13:43:44 +00:00
Kim F. Storm
14c5155a18 (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
Use CAR_SAFE, CDR_SAFE for Bcar_safe, Bcdr_safe.
Simplify loops and use CAR for Bnth and Belt.
2006-07-13 13:43:38 +00:00
Kim F. Storm
f3500bbee1 *** empty log message *** 2006-07-13 13:43:26 +00:00
Andreas Schwab
60c86a8342 (scan_sexps_forward): Use EMACS_INT for out_bytepos and
out_charpos.
2006-07-13 11:44:10 +00:00
Kenichi Handa
d40ec4a023 (Fformat): Fix calculation of text property positions
of format string.
2006-07-13 06:06:45 +00:00
Chong Yidong
6991960bf7 * longlines.el (longlines-post-command-function): Handle open-line
too.
2006-07-12 23:52:18 +00:00
Alex Schroeder
fe5a02b368 Fix typos.
(Getting started with rcirc): New calling convention for M-x irc.
Mention #rcirc.  Removed channel tracking.
(Configuration): Changed the names of all variables that got changed
recently, eg. rcirc-server to rcirc-default-server.  Added
documentation for rcirc-authinfo, some background for Bitlbee, and
rcirc-track-minor-mode.
(Scrolling conservatively): Fixed the xref from Auto Scrolling to just
Scrolling.
(Reconnecting after you have lost the connection): Fixed example code
to match code changes.
2006-07-12 19:07:33 +00:00
Stefan Monnier
3d3a26eb29 *** empty log message *** 2006-07-12 18:05:53 +00:00
Romain Francoise
68ade564b2 Formatting fixes. 2006-07-12 17:25:38 +00:00
Richard M. Stallman
2c6e026af7 *** empty log message *** 2006-07-12 16:10:39 +00:00
Richard M. Stallman
0c1cf12271 (Frame Type): Explain nature of frames better. 2006-07-12 16:10:27 +00:00
Richard M. Stallman
cdbd53be7f Fix typo in prev change. 2006-07-12 16:09:53 +00:00
Richard M. Stallman
6dec797eaa (Frames): Explain nature of frames better. 2006-07-12 16:09:36 +00:00
Richard M. Stallman
9aa9b967b9 (Coding Conventions): Explain why use cl at compile time. 2006-07-12 16:07:17 +00:00
Richard M. Stallman
f911a4454a (grep-last-buffer): Doc fix. 2006-07-12 16:05:19 +00:00
Richard M. Stallman
8aed3f67d3 (Info-try-follow-nearest-node): Doc fix. 2006-07-12 16:04:46 +00:00
Richard M. Stallman
fea7b5149b (edebug-instrument-function): Err if find-function-noselect gives no position. 2006-07-12 16:04:23 +00:00