summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for CVS.Paul Eggert1994-08-152-40/+98
| | | | Work with `rlog's that output ISO 8601 dates.
* Do compute unexec, LIBX, system_malloc, etcRichard M. Stallman1994-08-151-3/+3
| | | | even if CPP env var was set by the user.
* (rmail-summary-scroll-msg-up): Put rmail bufferRichard M. Stallman1994-08-141-1/+5
| | | | on the screen if necessary--but don't scroll in that case.
* (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.Richard M. Stallman1994-08-141-1/+1
|
* (rmail-resend): Preserve point around expand-mail-aliases.Richard M. Stallman1994-08-141-1/+2
|
* Initial revisionRichard M. Stallman1994-08-141-0/+171
|
* (compute_motion): Use WIN's frame, not selected one.Richard M. Stallman1994-08-141-1/+1
|
* Uninstall "$(EMACS)", not "emacs".Richard M. Stallman1994-08-141-1/+1
|
* (easy-menu-define): Doc fix.Richard M. Stallman1994-08-141-2/+2
|
* (pid_t): New definition.Richard M. Stallman1994-08-141-3/+5
| | | | (vfork): Definition deleted.
* (xmenu_show): Unconditionally update x_mouse_grabbed and Vmouse_depressed.Richard M. Stallman1994-08-141-10/+12
|
* (iso-tex2iso-trans-tab): Put the sequences with bracesRichard M. Stallman1994-08-131-9/+9
| | | | | | before corresponding ones without. Escape ? in patterns. (iso-translate-conventions): Don't widen. (iso-german-tex-p): Preserve narrowing.
* (c-macro-expansion): If the CPP output is empty, just show error messages.Richard M. Stallman1994-08-131-6/+9
|
* (window_loop, case UNSHOW_BUFFER):Richard M. Stallman1994-08-131-1/+20
| | | | When we delete a frame, skip all the windows on that frame.
* (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.Richard M. Stallman1994-08-131-1/+1
|
* (mouse-set-mark): Select the window before saving point.Richard M. Stallman1994-08-131-0/+3
|
* (rmail-retry-failure): Narrow to just the old headerRichard M. Stallman1994-08-131-21/+33
| | | | | | | | for calling mail-fetch-field. (rmail-maybe-display-summary): Don't set summary window height if its frame isn't split. If summary is in some frame, just use that.
* entered into RCSRichard M. Stallman1994-08-131-1/+1
|
* (NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since itKarl Heuer1994-08-121-7/+8
| | | | | | works fine when you use <sioctl.h>. (C_SWITCH_SYSTEM): Add -D_SYSV3 to ensure availability of traditional non-standard functions.
* NEED_SIOCTL: moved to isc-3.0.h.Karl Heuer1994-08-121-3/+0
|
* *** empty log message ***Richard M. Stallman1994-08-121-1/+1
|
* (x_new_font): Don't set filename = full_name if that's null.Richard M. Stallman1994-08-121-1/+2
|
* (FRAME_SUPPORT): Add faces.elc.Richard M. Stallman1994-08-111-1/+2
|
* (Freplace_match): Treat caseless initial like a lowercase initial.Richard M. Stallman1994-08-111-5/+12
|
* (menu-bar-file-menu): Compare Files renamed to Compare.Richard M. Stallman1994-08-111-1/+5
| | | | (menu-bar-ediff-menu): Add one element for compare-windows.
* Undo change in condition for defining the menu bar items.Richard M. Stallman1994-08-111-8/+8
| | | | Use purify-flag once again.
* (gnus-summary-mode-map): Delete unusable `Sort Summary' item.Richard M. Stallman1994-08-111-2/+0
|
* (compilation-set-window-height): Add save-excursion.Richard M. Stallman1994-08-111-7/+10
|
* (frame-notice-user-settings): If we change the frame's font,Richard M. Stallman1994-08-111-1/+4
| | | | call frame-update-faces.
* *** empty log message ***Richard Kenner1994-08-111-1/+6
|
* (mouse-drag-mode-line): New function (from mldrag.el,Richard M. Stallman1994-08-111-0/+108
| | | | | but changed a little). Put it on mode-line down-mouse-1. (mouse-select-window): Bind to mode-line drag-mouse-1.
* (one-window-p): Doc fix.Richard M. Stallman1994-08-111-1/+1
|
* (Fdefine_key): Fix error message.Richard M. Stallman1994-08-111-2/+2
| | | | (Fsingle_key_description): Likewise.
* *** empty log message ***Richard M. Stallman1994-08-111-1/+5
|
* (copy-face): Ignore errors in set-face-font.Richard M. Stallman1994-08-111-1/+7
|
* (display_text_line): Make previous change #ifdef HAVE_X_WINDOWS.Richard M. Stallman1994-08-111-0/+2
|
* (POSIX_SIGNALS): Define it.Richard M. Stallman1994-08-111-0/+32
| | | | | (PTY_TTY_NAME_SPRINTF): New overriding definition. (sigsetmask): Add #undefs.
* (POSIX_SIGNALS, PTY_TTY_NAME_SPRINTF, sigsetmask):Richard M. Stallman1994-08-111-21/+0
| | | | Delete those things (moved to sol2-3.h).
* (HAVE_VFORK): Deleted.Richard M. Stallman1994-08-111-3/+6
| | | | (vfork): Define as emacs_vfork.
* (show-paren-command-hook): Cope if matching-paren gives nil.Richard M. Stallman1994-08-111-2/+3
|
* (tags-table-including): Inside loop: if CORE-ONLY skip all consecutiveRoland McGrath1994-08-101-8/+8
| | | | tables not in core; else extend computed list.
* (Fwindow_end): Undo previous change.Richard M. Stallman1994-08-101-7/+11
|
* (LIBS_MACHINE): If SOLARIS2_4, don't define this.Richard M. Stallman1994-08-101-2/+6
|
* (rmail-forward): Anchor `mail-header-separator' on bothRichard M. Stallman1994-08-101-1/+1
| | | | sides to match whole line, not just initial substring.
* *** empty log message ***Richard M. Stallman1994-08-101-8/+8
|
* (view-lossage): Handle buffers and frames in recent-keys.Richard M. Stallman1994-08-101-1/+8
|
* (ediff-find-file, ediff-patch-file): Handle symlinks.Richard M. Stallman1994-08-101-199/+343
| | | | | | | | | | | | | | | Check ediff-if-lucid when setting up Emacs 19 menus. (ediff-save-buffer): Added option for saving diff output. (ediff-fine-diff-buffer, ediff-ignore-similar-regions): New variables. (ediff-no-fine-diffs): Macro added. (ediff-next-difference, ediff-previous-difference) (ediff-make-fine-diffs): Enabled a new feature that allows one to skip over the difference regions where the only differences are the white space and newlines. (ediff-toggle-autorefine): Fixed a bug that caused error when the current difference is <= 0 or > ediff-number-of-differences.
* (record_asynch_buffer_change): Do nothing except when waiting_for_user_input_p.Richard M. Stallman1994-08-101-0/+10
|
* Check more specifically for i*86-sun-sunos.Richard M. Stallman1994-08-101-1/+1
|
* Require calendar.Richard M. Stallman1994-08-091-0/+3
|