aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (malloc): Don't declare it.Richard M. Stallman1994-01-061-4/+6
| | | | | | | (xmalloc): Cast result of malloc. (strcpy): Don't declare it. [MSDOS]: #undef `access'.
* Fix up whitespace. Get rid of spurious casts to void.Richard M. Stallman1994-01-061-135/+156
| | | | | [MSDOS]: Use binary file modes for non-text side of pipe. (main): Use fclose to close file opened by fopen.
* entered into RCSRichard M. Stallman1994-01-051-0/+84
|
* Initial revisionRichard M. Stallman1994-01-051-0/+161
|
* (describe_syntax): Handle Sinherit.Richard M. Stallman1994-01-051-4/+6
| | | | (syntax_code_spec, syntax_spec_code): Add entry for @ and Sinherit.
* (enum syntaxcode): Add Sinherit.Richard M. Stallman1994-01-051-11/+92
| | | | | | | | (RAW_SYNTAX, RAW_SYNTAX_MATCH, SYNTAX_CHOOSE_TABLE): New macros. (SYNTAX, SYNTAX_MATCH, SYNTAX_COMSTART_FIRST, SYNTAX_COMSTART_SECOND) (SYNTAX_COMEND_FIRST, SYNTAX_COMEND_SECOND, SYNTAX_PREFIX) (SYNTAX_COMMENT_STYLE): Handle Sinherit. Alternative definitions if __GNUC__.
* (eval-after-load): Do nothing if FORM is already on the list.Richard M. Stallman1994-01-051-1/+4
|
* (popup-menu): Add loop to handle submenus.Richard M. Stallman1994-01-041-5/+10
|
* (SUNOS_LOCALTIME_BUG): #if 0'd.Richard M. Stallman1994-01-041-0/+2
|
* (Fmapconcat): Doc fix.Richard M. Stallman1994-01-041-1/+1
|
* (bcopy, bzero, bcmp): Defined.Richard M. Stallman1994-01-041-0/+5
|
* Include syswait.h.Richard M. Stallman1994-01-041-48/+64
| | | | Fork a subprocess and use it to copy the mail file.
* (buffer.o): Don't depend on syntax.h.Richard M. Stallman1994-01-041-5/+7
| | | | | | (temacs): Delete redundant use of LDFLAGS. (${etc}DOC): Fix typo in previous change.
* Don't include syntax.h.Richard M. Stallman1994-01-041-1/+12
| | | | | | (Qget_file_buffer): New variable. (syms_of_buffer): Set up Qget_file_buffer. (Fget_file_buffer): For magic file names, run the handler.
* (file_name_completion_stat): If have symlinks, use lstat.Richard M. Stallman1994-01-041-0/+4
|
* Comment fix.Richard M. Stallman1994-01-041-2/+0
|
* (debug): Bind this-command and last-command.Richard M. Stallman1994-01-041-0/+1
|
* (Fx_list_fonts): Don't fail to init `tail'.Richard M. Stallman1994-01-041-1/+7
| | | | (Fx_create_frame): Add to Vframe_list before making visible.
* (vc-finish-logentry): Sync the buffer in case the user modified it whilePaul Eggert1994-01-031-0/+4
| | | | editing the comment.
* (tex-common-initialization): Make parse-sexp-ignore-comments t.Richard M. Stallman1994-01-031-0/+2
|
* entered into RCSRichard M. Stallman1994-01-031-0/+1597
|
* (slitex-mode, latex-mode): Set paragraph-start andRichard M. Stallman1994-01-031-2/+46
| | | | | | | paragraph-separate to a specific list of control sequences. (tex-common-initialization): Make paragraph-start and paragraph-separate match a line of $$.
* (comint-last-output-start): Add defvar.Richard M. Stallman1994-01-031-5/+22
| | | | | (comint-dynamic-list-completions): Use read-key-sequence. Special handling for mouse-choose-completion.
* Fix typo in previous change.Richard M. Stallman1994-01-031-1/+1
|
* More menu bar commands.Richard M. Stallman1994-01-031-0/+6
|
* (make-syntax-table): New function; no longer an aliasRichard M. Stallman1994-01-031-1/+24
| | | | for copy-syntax-table.
* (get_system_name): If the official name of the host isRichard M. Stallman1994-01-031-0/+10
| | | | | not a fully qualified domain name, then try to find one in the list of alternate names.
* (rmail-get-new-mail): Cope if display-time-string is nil.Richard M. Stallman1994-01-031-0/+1
|
* (sort-float-fields): Commented out.Richard M. Stallman1994-01-031-22/+21
|
* (c-mode-map): Add menu bar menu.Richard M. Stallman1994-01-021-19/+39
|
* (calendar-goto-french-date): Fix special dayRichard M. Stallman1994-01-021-2/+3
| | | | | choice in non-leap years by re-reversing the list. Fix out of place parenthesis in prompt.
* (rotate_right, rotate_left): SimplifyRichard M. Stallman1994-01-021-100/+140
| | | | | | | | | | | | | | | | | | total_length calculation. Minimize pointer dereferencing. (balance_an_interval): Remove recursive rebalancing. Rebalance precisely when imbalanced. If a rotation is done, rebalance only the node which may have become unbalanced. Iterate until the current node is balanced. (balance_possible_root_interval): New function. (balance_intervals): Move the interation into rebalance_an_interval. (balance_intervals_internal): New subroutine of balance_intervals. (split_interval_right, split_interval_left): Speed up by not checking LEAF_INTERVAL_P. (split_interval_right, split_interval_left, find_interval, adjust_intervals_for_insertion, graft_intervals_into_buffer): Add dynamic rebalancing anywhere a node may become unbalanced. (graft_intervals_into_buffer, copy_intervals): No longer any need to do a full rebalance as the tree stays balanced.
* (NULL_RIGHT_CHILD, NULL_LEFT_CHILD):Richard M. Stallman1994-01-021-18/+19
| | | | Assume children must be intervals, never strings or buffers.
* (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.Richard M. Stallman1994-01-021-1/+2
|
* (ALL_CFLAGS): Include LDFLAGS.Richard M. Stallman1994-01-021-23/+25
| | | | | | Use ALL_CFLAGS in all the rules that compile and link with one cmd. (LINK_CFLAGS): New variable. (timer): Use LINK_CFLAGS.
* (isearch-repeat): If we matched a null string and there'sRichard M. Stallman1994-01-021-7/+14
| | | | no place to advance to, fail instead.
* (Fwrite_region): Don't change START and END from nilRichard M. Stallman1994-01-011-11/+12
| | | | until after checking for a magic handler.
* (bibtex-field-name, bibtex-field-const, bibtex-field-text):Richard M. Stallman1994-01-011-6/+17
| | | | | Adapted to Emacs 19 regex rules. (bibtex-reference): Removed one set of parentheses (a workaround).
* (i[34]86-*-*): Check for *-nextstop*.Richard M. Stallman1994-01-011-0/+1
|
* (m68*-next-*): Don't care about which os is specified.Richard M. Stallman1994-01-011-1/+1
|
* (compilation-read-command, compilation-ask-about-save): New variables.Richard M. Stallman1994-01-011-4/+15
| | | | (compile): Obey them.
* (Info-default-directory-list): Doc fix.Richard M. Stallman1994-01-011-1/+4
|
* (read_process_output): Use clip_to_bounds when movingRichard M. Stallman1994-01-011-1/+1
| | | | to the process marker.
* Delete `show env TERMCAP'.Richard M. Stallman1994-01-011-1/+0
|
* (${etc}DOC): Don't depend on SOME_MACHINE_OBJECTS.Richard M. Stallman1994-01-011-1/+1
|
* (SOME_MACHINE_OBJECTS): New var.Richard M. Stallman1994-01-011-2/+7
| | | | (${etc}DOC): Use SOME_MACHINE_OBJECTS, not OBJECTS_MACHINE or OBJECTS_SYSTEM.
* (ispell-highlight, ispell-dehighlight): New functions.Richard M. Stallman1994-01-011-0/+24
| | | | | (ispell-command-loop, ispell-next): Call them. (ispell-highlight, ispell-overlay): New variables.
* (rmail-output-to-rmail-file): If just a dir is specified,Richard M. Stallman1994-01-011-10/+13
| | | | use default name in specified dir.
* (save-some-buffers): Fix previous change.Richard M. Stallman1994-01-011-42/+44
|
* (gnus-news-reply): Handle reply-to field.Richard M. Stallman1994-01-011-4/+6
|