aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (update-copyright): Wrap final copyright-matching regexp in parens, so \1Roland McGrath1994-01-161-2/+2
| | | | | gets all the year tokens, not just the last. (The old regexp won with the pre-POSIX defn of subexpressions with +.)
* Comment change.Paul Reilly1994-01-151-1/+1
|
* SPC is not special in regexp within brackets.Richard M. Stallman1994-01-151-4/+13
| | | | | | | | | | (isearch-within-brackets): New variable. (isearch-mode): Set that. (isearch-edit-string): Bind that. (isearch-search-and-update): Set that. (isearch-top-state): Set that. (isearch-push-state): Use that. (isearch-search): Set that.
* (set-auto-mode): Handle (REGEXP FUNCTION t) elements.Richard M. Stallman1994-01-151-15/+28
|
* (do-install): Install the dired-x info files.Richard M. Stallman1994-01-151-1/+1
|
* Provide for variable LD_SWITCH_X_SITE_AUX. (See src/s/sol2.h.)Richard M. Stallman1994-01-151-0/+3
|
* (LD_SWITCH_X_SITE_AUX): Add #undef.Richard M. Stallman1994-01-151-0/+4
|
* (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX.Richard M. Stallman1994-01-151-2/+2
|
* (Fffloor, Ffceil, Ffround, Fftruncate): New functions.Richard M. Stallman1994-01-151-4/+2
| | | | (syms_of_floatfns): Turn them on.
* (request_sigio, unrequest_sigio): Add new versions ofRichard M. Stallman1994-01-151-0/+34
| | | | | these routines for the CX/UX operating system. (sys_signal) [SA_RESTART]: Set this flag.
* (comint-show-output): Leave point at start of output, but push the mark.Richard M. Stallman1994-01-151-3/+2
|
* Doc fix.Richard M. Stallman1994-01-151-0/+6
|
* (rmail-default-file): Renamed from rmail-last-file.Richard M. Stallman1994-01-151-4/+6
| | | | (rmail-default-rmail-file): Renamed from rmail-last-...
* Use new names rmail-default-file and rmail-default-rmail-file.Richard M. Stallman1994-01-151-10/+10
|
* Change defconsts to defvars. Doc fixes.Richard M. Stallman1994-01-141-25/+27
|
* (command_loop_1): If there's an error in theRichard M. Stallman1994-01-141-2/+22
| | | | post(pre)-command-hook, leave that hook nil.
* (BSTRING): Don't define it here.Richard M. Stallman1994-01-141-5/+0
|
* (rmail-bury): Rename local rmail-buffer to buffer-to-bury.Richard M. Stallman1994-01-141-4/+6
|
* (debug): Bind unread-command-char to -1, not nil.Richard M. Stallman1994-01-141-1/+1
|
* (m68k-harris-cxux*, m88k-harris-cxux*): New configs.Richard M. Stallman1994-01-141-0/+14
|
* (main) [USG5 and INTERRUPT_INPUT]: Call setpgrp.Richard M. Stallman1994-01-141-0/+4
|
* (abbreviate-file-name): Don't convert / to ~/ when the home dir is /.Richard M. Stallman1994-01-141-1/+4
|
* (function-key-map): Change insertchar and deletechar to insert and delete.Richard M. Stallman1994-01-141-2/+2
|
* * etags.c (stab_entry, stab_create, stab_find, stab_search,Francesco Potortì1994-01-141-239/+209
| | | | | | | | | | | | | stab_type, add_keyword, C_reate_stab, C_create_stabs): deleted. Use gperf generated hash table instead of linked list. (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): added. Mostly code generated by gperf. (consider_token): removed unused parameter `lp'. (PF_funcs, getit): allow subroutine and similar declarations to span multiple lines. (C_entries): check for newline if inchar to avoid bus errors. (process_file, find_entries): distinguish among nonexistent and not regular file.
* (sigchld_handler, status_message): Handle a NULL in sys_siglist.Richard M. Stallman1994-01-141-4/+23
|
* Comment change.Richard M. Stallman1994-01-141-2/+2
|
* entered into RCSRichard M. Stallman1994-01-141-1/+6
|
* Fix typo in -hiux* case.Richard Kenner1994-01-131-2/+2
|
* (xterm.o): Depends on syssignal.h.Richard M. Stallman1994-01-131-1/+1
|
* Initial revisionRichard M. Stallman1994-01-132-0/+257
|
* (sys_siglist) [sun]: Additional Sun-specific signal names.Richard M. Stallman1994-01-121-0/+18
|
* (Man-default-man-args): Use Man-specified-section-option.Richard M. Stallman1994-01-121-2/+5
| | | | (Man-default-man-entry): Likewise.
* [USG] (SIGIO): Define as SIGPOLL.Richard M. Stallman1994-01-121-1/+4
| | | | (main) [USG]: Do ioctl to enable SIGPOLL.
* (syms_of_buffer): Don't do (put 'erase-buffer 'disabled t) here.Roland McGrath1994-01-121-3/+5
| | | | (keys_of_buffer): Do it here instead.
* (child_setup): Call close_load_descs.Richard M. Stallman1994-01-111-0/+1
|
* (Fload): Record descriptor numbers on load_descriptor_list.Richard M. Stallman1994-01-111-0/+29
| | | | | | (load_descriptor_unwind, close_load_descs): New function. (syms_of_lread): Init and staticpro load_descriptor_list. (init_lread): Clear load_descriptor_list.
* (Fcondition_case): Doc fix.Richard M. Stallman1994-01-111-0/+3
|
* (Fsignal): Rename 1st arg to error_symbol.Richard M. Stallman1994-01-111-9/+9
|
* (read_char_x_menu_prompt, read_char_minibuf_menu_prompt):Richard M. Stallman1994-01-111-23/+88
| | | | | | | | | New functions made by dividing up read_char_menu_prompt. (read_char): Call read_char_minibuffer_menu_prompt before the sit_for if X menus are not going to be used. (read_char_minibuf_menu_prompt): Correct access to keymaps for menus when not using X menus. Only store character read in a keyboard macro if it is not the menu help character.
* (open-line): Treat all cases of enabled undo alike.Richard M. Stallman1994-01-111-1/+1
|
* (Fcondition_case): Allow a list of condition names in a handler.Richard M. Stallman1994-01-111-8/+27
| | | | (find_handler_clause): Likewise.
* (byte-compile-condition-case): Disable warning aboutRichard M. Stallman1994-01-111-8/+16
| | | | symbol not naming a condition. Allow a list of condition names.
* (read_process_output): Supply second arg to unbind_to.Richard M. Stallman1994-01-111-2/+2
| | | | (exec_sentinel): Likewise.
* (hif-tokenize): Handle // comments after #if.Richard M. Stallman1994-01-111-0/+5
|
* (mail-abbrev-mode-regexp): Add Reply-to.Richard M. Stallman1994-01-111-1/+2
|
* (x_sync): Block input.Richard M. Stallman1994-01-101-0/+2
|
* (struct buffer): New field auto_save_failure_time.Richard M. Stallman1994-01-101-0/+3
|
* (set_search_regs): New subroutine.Richard M. Stallman1994-01-101-45/+41
| | | | | (search_buffer): Use set_search_regs. Record beginning and end after matching null string.
* (Info-follow-reference): If point is not in middle of aRichard M. Stallman1994-01-101-1/+19
| | | | | | cross-reference but located somewhere on current line, make cross-reference the `default'. If only one cross-reference located in node, make it `default'.
* (isearch-mode): If not slow, clear isearch-window-configuration.Richard M. Stallman1994-01-101-3/+3
|