Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (emacs_options, x_initialized, same_x_server): Remove | Andreas Schwab | 2004-01-02 | 2 | -144/+6 |
| | | | | unused (and duplicated) definitions. | ||||
* | Update URL for ESS. | Stephen Eglen | 2004-01-02 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2004-01-01 | 2 | -1/+38 |
| | |||||
* | (ADAPTIVE_READ_BUFFERING): New conditional. | Kim F. Storm | 2004-01-01 | 1 | -35/+164 |
| | | | | | | | | | | | | | | | | | | | | | (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX) (READ_OUTPUT_DELAY_MAX_MAX): New constants. (process_output_delay_count, process_output_skip): New vars. (Vprocess_adaptive_read_buffering): New variable. (make_process): Initialize adaptive read buffering members. (Fstart_process): Set adaptive_read_buffering member. (deactivate_process): Cleanup adaptive read buffering. (wait_reading_process_input): Temporarily omit delayed subprocesses from the set of file descriptors to read from; adjust the select timeout if we skipped any subprocesses. (read_process_output): Increase adaptive read buffering delay if we read less than a full buffer; reduce delay when we read a full buffer. (send_process): Simplify using local Lisp_Process var. Reset adaptive read buffering delay after write. (init_process): Initialize process_output_delay_count and process_output_skip. (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering. | ||||
* | (struct Lisp_Process): New members for adaptive read | Kim F. Storm | 2004-01-01 | 1 | -0/+12 |
| | | | | | buffering: adaptive_read_buffering, read_output_delay, and read_output_skip. | ||||
* | (w32_text_out): Use s->font, for consistency with callers. | Jason Rumney | 2004-01-01 | 2 | -3/+8 |
| | |||||
* | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-13 | Miles Bader | 2004-01-01 | 1 | -25/+35 |
| | | | | Minor tweaks to Buttons section in lispref/display.texi | ||||
* | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-12 | Miles Bader | 2004-01-01 | 2 | -15/+352 |
| | | | | | | Add section on button package to lisp reference manual * lispref/display.texi (Buttons): New section. | ||||
* | (Math Functions): sqrt reports a domain-error | Andreas Schwab | 2003-12-31 | 2 | -2/+8 |
| | | | | | error. (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'. | ||||
* | (completion-ignored-extensions): Add .pfsl. | John Paul Wallington | 2003-12-31 | 2 | -5/+9 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2003-12-31 | 3 | -1/+13 |
| | |||||
* | (Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual. | Luc Teirlinck | 2003-12-31 | 1 | -0/+2 |
| | |||||
* | (Ferror_message_string): Add hyperlink to the definition of `signal' | Luc Teirlinck | 2003-12-31 | 1 | -1/+3 |
| | | | | in the Elisp manual. | ||||
* | (ido-nonreadable-directory-p): New defun to check for | Kim F. Storm | 2003-12-31 | 1 | -3/+12 |
| | | | | | | | nonreadable directory without activating tramp to avoid problems with checking incomplete tramp paths. (ido-set-current-directory, ido-file-internal) (ido-file-name-all-completions1): Use it. | ||||
* | *** empty log message *** | Kim F. Storm | 2003-12-30 | 1 | -0/+8 |
| | |||||
* | (Documentation Tips): Update item on hyperlinks in documentation strings. | Luc Teirlinck | 2003-12-30 | 1 | -2/+3 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2003-12-30 | 2 | -4/+28 |
| | |||||
* | (help-xref-info-regexp): Make hyperlinks to Info documentation if the | Luc Teirlinck | 2003-12-30 | 1 | -3/+3 |
| | | | | | | anchor (or node) name is preceded by `info anchor' or `Info anchor' in addition to earlier `info node' and `Info node'. (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'. | ||||
* | (Standard Errors): Various small corrections and additions. | Luc Teirlinck | 2003-12-30 | 1 | -6/+14 |
| | |||||
* | Various small changes in addition to the following. | Luc Teirlinck | 2003-12-30 | 1 | -39/+53 |
| | | | | | | | | | (Signaling Errors): Provide some more details on how `signal' constructs the error message. Add anchor to the definition of `signal'. (Error Symbols): Describe special treatment of `quit'. (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM to emphasize that it has to be a single form. | ||||
* | Add anchor. | Luc Teirlinck | 2003-12-30 | 1 | -0/+1 |
| | |||||
* | Use arch-tag: syntax that tla can grok | Miles Bader | 2003-12-30 | 1 | -2/+4 |
| | |||||
* | (rmail-convert-to-babyl-format): Fix off-by-one | Eli Zaretskii | 2003-12-30 | 2 | -1/+10 |
| | | | | | error in arguments to base64-decode-region. Remove ^M characters after decoding base64. | ||||
* | Change maintainer to FSF. Suggested by | Simon Josefsson | 2003-12-30 | 2 | -1/+14 |
| | | | | | | karl@freefriends.org (Karl Berry), since the Texinfo Elisp files have only been distributed with Emacs for some years. (texinfo-mode-hook): Customize. | ||||
* | (rmail-convert-to-babyl-format): Make the code | Eli Zaretskii | 2003-12-30 | 2 | -22/+31 |
| | | | | cleaner (suggested by Richard M. Stallman). | ||||
* | *** empty log message *** | Eli Zaretskii | 2003-12-30 | 2 | -1/+17 |
| | |||||
* | (gud-tool-bar-map): Modify names of icon files | Eli Zaretskii | 2003-12-30 | 1 | -4/+7 |
| | | | | | for gud-next, gud-nexti, gud-step and gud-stepi to prevent file-name clashes on 8+3 DOS filesystems. | ||||
* | * toolbar/gud-next.pbm, toolbar/gud-next.xpm | Eli Zaretskii | 2003-12-30 | 8 | -0/+0 |
| | | | | | | | | * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm * toolbar/gud-step.pbm, toolbar/gud-step.xpm * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid file-name clashes on 8+3 filesystems. | ||||
* | emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed | Eli Zaretskii | 2003-12-30 | 3 | -0/+6 |
| | | | | | from testcover-unsafep.el and testcover-ses.el to avoid file-name clashes on 8+3 DOS filesystems. | ||||
* | Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name | Eli Zaretskii | 2003-12-30 | 1 | -0/+0 |
| | | | | clashes with install-sh on 8+3 filesystems. | ||||
* | (Choosing Window): Add same-window-p, special-display-p. | Richard M. Stallman | 2003-12-29 | 2 | -4/+73 |
| | | | | (Window Configurations): Add window-configuration-frame. | ||||
* | (Creating Buffer-Local): Add local-variable-if-set-p. | Richard M. Stallman | 2003-12-29 | 1 | -0/+6 |
| | |||||
* | (Examining Properties): Add get-char-property-and-overlay. | Richard M. Stallman | 2003-12-29 | 1 | -7/+24 |
| | | | | | Change arg name in get-char-property. (Special Properties): Update handling of keymap property. | ||||
* | (Modifying Strings): Add clear-string. | Richard M. Stallman | 2003-12-29 | 1 | -7/+12 |
| | | | | | (Text Comparison): Add assoc-string and remove assoc-ignore-case, assoc-ignore-representation. | ||||
* | (Time of Day): Add set-time-zone-rule. | Richard M. Stallman | 2003-12-29 | 1 | -0/+7 |
| | |||||
* | (Math Functions): asin, acos, log, log10 report domain-error errors. | Richard M. Stallman | 2003-12-29 | 1 | -8/+9 |
| | |||||
* | (Converting Representations): | Richard M. Stallman | 2003-12-29 | 1 | -0/+32 |
| | | | | | Add multibyte-char-to-unibyte and unibyte-char-to-multibyte. (Encoding and I/O): Add file-name-coding-system. | ||||
* | (Search-based Fontification): Explain that | Richard M. Stallman | 2003-12-29 | 1 | -11/+11 |
| | | | | face specs are symbols with face names as values. | ||||
* | (Minibuffer Misc): Add set-minibuffer-window. | Richard M. Stallman | 2003-12-29 | 1 | -0/+8 |
| | |||||
* | (Building Lists): remq moved elsewhere. | Richard M. Stallman | 2003-12-29 | 1 | -31/+31 |
| | | | | | (Sets And Lists): remq moved here. (Association Lists): Refer to assoc-string. | ||||
* | (Garbage Collection): Add memory-use-counts. | Richard M. Stallman | 2003-12-29 | 1 | -0/+6 |
| | |||||
* | (Frames and Windows): Add set-frame-selected-window and frame-root-window. | Richard M. Stallman | 2003-12-29 | 1 | -0/+11 |
| | |||||
* | (Contents of Directories): | Richard M. Stallman | 2003-12-29 | 1 | -0/+8 |
| | | | | Add directory-files-and-attributes. | ||||
* | (Refresh Screen): Add force-window-update. | Richard M. Stallman | 2003-12-29 | 2 | -3/+68 |
| | | | | | | | (Invisible Text): Explain about moving point out of invis text. (Overlay Properties): Add overlay-properties. (Managing Overlays): Add overlayp. (GIF Images): Invalid image number displays a hollow box. | ||||
* | (Buffer Modification): Add restore-buffer-modified-p. | Richard M. Stallman | 2003-12-29 | 1 | -0/+10 |
| | | | | (Killing Buffers): Add buffer-live-p. | ||||
* | (mail-mode-flyspell-verify): Search for header separator alone on a | Richard M. Stallman | 2003-12-29 | 1 | -2/+4 |
| | | | | | | line, literally, and search for it backward, not forward. (flyspell-abbrev-table): Always use global-abbrev-table if there is no local one. | ||||
* | (sh-get-indent-info): | Richard M. Stallman | 2003-12-29 | 1 | -1/+2 |
| | | | | Don't move point back if at bob. | ||||
* | (save-buffer-state-x): Use with-no-warnings. | Richard M. Stallman | 2003-12-29 | 1 | -1/+1 |
| | |||||
* | (handwrite): Make the handwrite credit message | Richard M. Stallman | 2003-12-29 | 1 | -2/+1 |
| | | | | a comment rather than an output command. | ||||
* | Display message that this file is obsolete. | Richard M. Stallman | 2003-12-29 | 1 | -0/+2 |
| |