aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (window_scroll): Handle scroll_marginRichard M. Stallman1996-11-111-3/+28
| | | | by putting point at a place that won't force recentering.
* (dired-jump): Never turn omitting *on*.Richard M. Stallman1996-11-101-5/+6
| | | | Refresh the line *before* turning omitting off.
* (describe-variable): Pretty-print the values.Richard M. Stallman1996-11-101-26/+44
| | | | Put doc string first, if the value is long.
* (define-key-after): If AFTER is t, always put new binding at the end.Richard M. Stallman1996-11-101-4/+11
|
* (Fdelete_other_windows): Set optional_new_start instead of force_start.Richard M. Stallman1996-11-101-1/+2
|
* (redisplay_window): Handle optional_new_start.Richard M. Stallman1996-11-101-0/+21
|
* (struct window): New field optional_new_start.Richard M. Stallman1996-11-101-0/+3
|
* (sh-set-shell): Pass args no-query-flagRichard M. Stallman1996-11-091-10/+19
| | | | | | | | | | and insert-flag to executable-set-magic. Don't call executable-set-magic if insert-flag is nil. (sh-mode): Always call sh-set-shell, but use insert-flag arg to control whether to call executable-set-magic. No need to set comment-start-skip directly here. (sh-mode): Parse the interpreter from the file text.
* (combine-after-change-calls): Add lisp-indent-function property.Richard M. Stallman1996-11-091-0/+1
|
* (combine-after-change-calls): New def-edebug-spec.Richard M. Stallman1996-11-091-2/+3
|
* (combine-after-change-calls): New macro.Richard M. Stallman1996-11-091-0/+18
|
* (main): Call syms_of_insdel.Richard M. Stallman1996-11-091-0/+1
|
* (signal_after_change): If Vcombine_after_change_calls,Richard M. Stallman1996-11-091-0/+138
| | | | | | | save up changes in combine_after_change_list. (Fcombine_after_change_execute) (Fcombine_after_change_execute_1): New subroutines. (syms_of_insdel): New function.
* (comint-output-filter): Run comint-output-filter-functionsRichard M. Stallman1996-11-091-1/+3
| | | | directly, not via comint-output-filter.
* (list-diary-entries): Reread the diary file if it has changed.Richard M. Stallman1996-11-091-3/+5
|
* (revert-buffer): Doc fix.Richard M. Stallman1996-11-091-4/+14
| | | | (wildcard-to-regexp): Don't treat [] as special.
* (map-y-or-n-p): Handle minibuffer-auto-raise here.Richard M. Stallman1996-11-091-0/+2
|
* (fns.o): Depend on window.h.Richard M. Stallman1996-11-091-1/+1
|
* (fns.o): Depend on frame.h.Richard M. Stallman1996-11-091-1/+2
|
* * etags.c (relative_filename): Bug corrected.Francesco Potortì1996-11-081-39/+49
| | | | | (etags_getcwd): Avoid warning of unused variable. (C_entries, consider_token): Added support for enum labels.
* patches from bug-gnu-utils to support more architecturesDavid J. MacKenzie1996-11-082-25/+53
|
* (Fgarbage_collect): Use Vhistory_length for truncating Vcommand_history.Richard M. Stallman1996-11-071-4/+9
|
* [emacs] (malloc, free): Define as xmalloc, and xfree.Richard M. Stallman1996-11-071-0/+3
|
* (Fmodify_frame_parameters): Doc fix.Richard M. Stallman1996-11-071-1/+3
|
* (sh-mode-syntax-table): Turn on comment syntax for #,Richard M. Stallman1996-11-071-36/+14
| | | | | | | | | comment-end for newline, string for `, and excape for $. rc can use the same as sh. Move csh after sh. (sh-comment-prefix, sh-font-lock-keyw-rds-only): Variables deleted. (sh-mode): Adjust setting of font-lock-defaults. (sh-font-lock-keywords): No need for anything special for comments. (sh-set-shell, sh-mode): Set comment-start-skip to a simple constant.
* (USG5 or BSD_SYSTEM or LINUX): Include fcntl.h.Richard M. Stallman1996-11-071-1/+22
| | | | | (Ffile_readable_p): Return immediately if stat fails. Call S_ISFIFO correctly.
* (sh-mode): Set `comment-start-skip'; otherwiseRichard M. Stallman1996-11-071-0/+1
| | | | only set if `sh-set-shell' gets called.
* (Ffile_attributes): Represent inode number as a pair ofRichard M. Stallman1996-11-071-0/+7
| | | | integers in case inode numbers do not fit in a Lisp integer.
* (locallisppath): Add leim directory.Richard M. Stallman1996-11-071-1/+1
|
* (display-time-format): New variable.Richard M. Stallman1996-11-071-7/+13
| | | | (display-time-string-forms): Use display-time-format.
* (vc-backend-print-log): Use "cvs log" to get log entries, not "cvs rlog".Richard M. Stallman1996-11-071-1/+1
|
* Clarify initial-frame-alist and default-frame-alist.Richard M. Stallman1996-11-071-3/+6
|
* (scroll_conservatively): New variable.Richard M. Stallman1996-11-061-0/+76
| | | | | (redisplay_window): Obey it. (syms_of_xdisp): Set up Lisp var.
* (Fencode_time): Doc fix.Richard M. Stallman1996-11-061-1/+1
|
* (narrow-to-page): With negative arg, move back one extraRichard M. Stallman1996-11-061-1/+10
| | | | page unless we start right after a page delimiter.
* [__DJGPP_MINOR__ == 0] (_rename): New function, aRichard M. Stallman1996-11-061-0/+116
| | | | | substitute for library low-level file-renaming function which works around Windows 95 bug.
* (minor-mode-alist): Don't use purecopy.Richard M. Stallman1996-11-061-6/+6
|
* (window_loop, case GET_BUFFER_WINDOW):Richard M. Stallman1996-11-061-1/+5
| | | | | Don't find any minibuffer window except the one that is currently in use.
* (Fencode_time): Use xfree, not free.Richard M. Stallman1996-11-051-1/+1
|
* (PRINTFINISH): Use xfree, not free.Richard M. Stallman1996-11-051-1/+1
|
* (compile-auto-highlight): Renamed fromRichard M. Stallman1996-11-051-11/+12
| | | | compile-highlight-display-limit.
* (compile-highlight-display-limit): New variable.Richard M. Stallman1996-11-051-1/+34
| | | | | | | | (compilation-handle-exit): Parse error messages here as specified by compile-highlight-display-limit. (compile-reinitialize-errors): Add highlighting to error messages once they are parsed. (compilation-forget-errors): Remove highlighting properties here.
* (time-stamp-dd/mm/yyyy): New function.Richard M. Stallman1996-11-051-1/+9
|
* (initial-frame-alist): Make default value nil--Richard M. Stallman1996-11-051-4/+4
| | | | don't specify `minibuffer' parameter.
* (Fx_create_frame): Look for X-resource for minibuffer.Richard M. Stallman1996-11-051-1/+1
|
* (dired-mode-map): Put dired-mark-subdir-files on *s.Richard M. Stallman1996-11-041-0/+1
|
* (PRINTPREPARE): Really do set free_print_buffer.Richard M. Stallman1996-11-041-1/+1
|
* (PRINTDECLARE): Declare specpdl_count and free_print_buffer.Richard M. Stallman1996-11-041-11/+31
| | | | | | | | | (PRINTPREPARE): If print_buffer is nonzero, save its contents in a string using record_unwind_protect. (PRINTFINISH): Restore old print_buffer contents. Free it only if this PRINTPREPARE malloc'd it. (print): Don't call PRINTFULLP after all. (print_unwind): New function.
* (makefile-font-lock-keywords): Handle dependenciesRichard M. Stallman1996-11-031-5/+5
| | | | | | first and variable references after. (makefile-dependency-regex, makefile-macroassign-regex): Accept spaces at the beginning of the line.
* Enabled commentary for Finder.Richard M. Stallman1996-11-031-6/+8
| | | | | (ff-search-directories): changed /usr/include/* to /usr/include; (ff-get-file-name): improve behaviour when file is found in a buffer.