0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 14 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Runtime MSVS Express files added. More... almost 17 years ago
Updated projects. More... almost 17 years ago
Added R011 notes. More... almost 17 years ago
Added a startup case where no window is specfied in which case it uses the VR Mode window. This is useful if you want to dictate into an emacs that doesn't display on the machine that's running DNS. More... almost 17 years ago
Added release 010. More... about 17 years ago
Removed old VC++6 project files. More... about 17 years ago
Updated project to work with VC++8 More... about 17 years ago
Changed afxres.h to winres.h, since the former is not included in VC++ Express Edition. More... about 17 years ago
Renamed strdup to _strdup to get rid of deprecation messages in VC++8. Updated copyright notice. More... about 17 years ago
Updated copyright notice. More... about 17 years ago
Changed the return value of read_fully so that it returns the number of bytes read instead of -1 when it can't read as many as requested. Made the error messages in get_line a little more informative. More... about 17 years ago
Updated to work with Emacs version 22 and higher. Fixed an incorrect escape in vr-strip-dash. Fixed a communication problem arising from the creation of multibyte characters in vr-etonl by packing the reply stream with the bindat functions, if available. Also created the function vr-buffer-tick which uses the newer buffer-char-modified-tick, which doesn't track property changes, if available. More... about 17 years ago
Changed so we release the mutex before deleting a client, just to make sure that we don't end up deadlocked. (Who knows what deleting a client entails...) More... over 20 years ago
Added release notes for r009. More... over 20 years ago
Added information about how to set up the abbreviation commands, and reference to the copyright in abbrev-cmds.el. More... over 20 years ago
Fixed a bug where flush_stream would hang if the socket had been closed. This would cause the vr sub process to enter an infinite busy loop if Emacs crashed. More... over 20 years ago
Updated to use the file abbrev-cmds in the VR mode distribution instead of making it the users responsibility to get and load this file. More... over 20 years ago
Incorporated this file (which used to be PBVelse.el) into the VR mode distribution, since it's becoming more and more integrated and I don't know how many people bother to install it from the now pretty old PBV kit. More... over 20 years ago
VR mode now checks if tricky-deferred-function is set when executing a deferred function. If it is, any subsequent commands in the change request will trigger resynchronization. This is to try to alleviate the problem that the deferred movement commands cause input to happen in an unpredictable position in the buffer , leading to loss of synchronization. More... over 20 years ago
Fixed so that flush_stream doesn't hang if the stream is EOF. More... over 20 years ago
Made sure that, if the activated buffer gets killed, it first is deactivated. More... over 20 years ago
Added the method flush_stream (), which reads any characters that are hanging on the stream. It's used to ensure we don't have garbage from previous commands messing up the replies. More... over 20 years ago
Declared flush_stream (). More... over 20 years ago
Declared flush_reply_stream. More... over 20 years ago
The client now reads any remaining characters on the reply stream before sending a new command. This takes care of the assertion failure happening when the client times out waiting for Emacs to complete something before sending the reply, leaving the (late) reply hanging on the stream. More... over 20 years ago
Added "set mark" (set-mark-command) to the command list. More... over 21 years ago
Included r 008 beta release notes. More... almost 22 years ago
Included the SourceForge web page in the comments at the top. More... almost 22 years ago
Included the patch from Dave Fifield that makes it possible to include the names of command lists in the vr-voice-command-list. vr-startup will recursively define all the commands contained in that list. More... almost 22 years ago
Made vr mode able to handle buffers with multibyte characters without choking. Before, multibyte characters would confuse the communication with vr.exe since the length of the string in characters and in bytes would differ. Now, buffer-strings are always converted to unibyte before being sent, and this seems to have done the trick. It appears this was the source of Chris Gaskett's "nasty character" problem as well as the inability to use vr mode with Emacs 21.1. More... almost 22 years ago