summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (emacs_options, x_initialized, same_x_server): RemoveAndreas Schwab2004-01-022-144/+6
| | | | unused (and duplicated) definitions.
* Update URL for ESS.Stephen Eglen2004-01-021-1/+1
|
* *** empty log message ***Kim F. Storm2004-01-012-1/+38
|
* (ADAPTIVE_READ_BUFFERING): New conditional.Kim F. Storm2004-01-011-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 readKim F. Storm2004-01-011-0/+12
| | | | | buffering: adaptive_read_buffering, read_output_delay, and read_output_skip.
* (w32_text_out): Use s->font, for consistency with callers.Jason Rumney2004-01-012-3/+8
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-13Miles Bader2004-01-011-25/+35
| | | | Minor tweaks to Buttons section in lispref/display.texi
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-12Miles Bader2004-01-012-15/+352
| | | | | | Add section on button package to lisp reference manual * lispref/display.texi (Buttons): New section.
* (Math Functions): sqrt reports a domain-errorAndreas Schwab2003-12-312-2/+8
| | | | | error. (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
* (completion-ignored-extensions): Add .pfsl.John Paul Wallington2003-12-312-5/+9
|
* *** empty log message ***Luc Teirlinck2003-12-313-1/+13
|
* (Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual.Luc Teirlinck2003-12-311-0/+2
|
* (Ferror_message_string): Add hyperlink to the definition of `signal'Luc Teirlinck2003-12-311-1/+3
| | | | in the Elisp manual.
* (ido-nonreadable-directory-p): New defun to check forKim F. Storm2003-12-311-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. Storm2003-12-301-0/+8
|
* (Documentation Tips): Update item on hyperlinks in documentation strings.Luc Teirlinck2003-12-301-2/+3
|
* *** empty log message ***Luc Teirlinck2003-12-302-4/+28
|
* (help-xref-info-regexp): Make hyperlinks to Info documentation if theLuc Teirlinck2003-12-301-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 Teirlinck2003-12-301-6/+14
|
* Various small changes in addition to the following.Luc Teirlinck2003-12-301-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 Teirlinck2003-12-301-0/+1
|
* Use arch-tag: syntax that tla can grokMiles Bader2003-12-301-2/+4
|
* (rmail-convert-to-babyl-format): Fix off-by-oneEli Zaretskii2003-12-302-1/+10
| | | | | error in arguments to base64-decode-region. Remove ^M characters after decoding base64.
* Change maintainer to FSF. Suggested bySimon Josefsson2003-12-302-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 codeEli Zaretskii2003-12-302-22/+31
| | | | cleaner (suggested by Richard M. Stallman).
* *** empty log message ***Eli Zaretskii2003-12-302-1/+17
|
* (gud-tool-bar-map): Modify names of icon filesEli Zaretskii2003-12-301-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.xpmEli Zaretskii2003-12-308-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: RenamedEli Zaretskii2003-12-303-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-nameEli Zaretskii2003-12-301-0/+0
| | | | clashes with install-sh on 8+3 filesystems.
* (Choosing Window): Add same-window-p, special-display-p.Richard M. Stallman2003-12-292-4/+73
| | | | (Window Configurations): Add window-configuration-frame.
* (Creating Buffer-Local): Add local-variable-if-set-p.Richard M. Stallman2003-12-291-0/+6
|
* (Examining Properties): Add get-char-property-and-overlay.Richard M. Stallman2003-12-291-7/+24
| | | | | Change arg name in get-char-property. (Special Properties): Update handling of keymap property.
* (Modifying Strings): Add clear-string.Richard M. Stallman2003-12-291-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. Stallman2003-12-291-0/+7
|
* (Math Functions): asin, acos, log, log10 report domain-error errors.Richard M. Stallman2003-12-291-8/+9
|
* (Converting Representations):Richard M. Stallman2003-12-291-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 thatRichard M. Stallman2003-12-291-11/+11
| | | | face specs are symbols with face names as values.
* (Minibuffer Misc): Add set-minibuffer-window.Richard M. Stallman2003-12-291-0/+8
|
* (Building Lists): remq moved elsewhere.Richard M. Stallman2003-12-291-31/+31
| | | | | (Sets And Lists): remq moved here. (Association Lists): Refer to assoc-string.
* (Garbage Collection): Add memory-use-counts.Richard M. Stallman2003-12-291-0/+6
|
* (Frames and Windows): Add set-frame-selected-window and frame-root-window.Richard M. Stallman2003-12-291-0/+11
|
* (Contents of Directories):Richard M. Stallman2003-12-291-0/+8
| | | | Add directory-files-and-attributes.
* (Refresh Screen): Add force-window-update.Richard M. Stallman2003-12-292-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. Stallman2003-12-291-0/+10
| | | | (Killing Buffers): Add buffer-live-p.
* (mail-mode-flyspell-verify): Search for header separator alone on aRichard M. Stallman2003-12-291-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. Stallman2003-12-291-1/+2
| | | | Don't move point back if at bob.
* (save-buffer-state-x): Use with-no-warnings.Richard M. Stallman2003-12-291-1/+1
|
* (handwrite): Make the handwrite credit messageRichard M. Stallman2003-12-291-2/+1
| | | | a comment rather than an output command.
* Display message that this file is obsolete.Richard M. Stallman2003-12-291-0/+2
|