summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * config.sub (mn10200): Recognize new basic machine.libc-970627libc-970626libc-970625libc-970624Jeff Law1997-06-231-1/+1
|
* Provide 'rlogin.Noah Friedman1997-06-231-2/+4
|
* Update copyright year.Noah Friedman1997-06-231-7/+5
| | | | | | | | | | Put back RCS version comment string, which rms keeps removing. Don't call resize-minibuffer-mode at load time. Don't modify minibuffer-setup-hook at load time. (resize-minibuffer-mode): Add resize-minibuffer-setup to minibuffer-setup-hook.
* (dired-add-entry): New optional arg RELATIVE.Richard M. Stallman1997-06-231-5/+8
| | | | (dired-update-file-line): Pass t for RELATIVE.
* Don't require timer; use autoloaded functions from Emacs or XEmacs,Noah Friedman1997-06-231-151/+286
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | depending on variant. Do not use defsubst anywhere. Replace with defuns. (type-break-warning-message-mode): Variable deleted. (type-break-query-mode): New variable and function. (type-break-mode): Mention in docstring. (type-break-run-at-time): New function. All callers of run-at-time changed. (type-break-cancel-function-timers): New function. All callers of cancel-function-timers changed. (type-break-check-post-command-hook): New function. (type-break-mode, type-break-schedule, type-break-alarm, type-break-time-warning-alarm): Call it. (type-break-mode-line-countdown-or-break): New function. (type-break): Call it. (type-break-time-warning-schedule): Put type-break-time-warning on type-break-post-command-hook. (type-break-check): Call type-break-mode-line-countdown-or-break. (type-break-noninteractive-query): New function. (type-break-force-mode-line-update): New function.
* (read-hiragana-string): Call read-multilingual-string correctly.Richard M. Stallman1997-06-231-2/+1
|
* Changes which are not mine:Noah Friedman1997-06-231-75/+278
| | | | | | | | | | | | | | | | | | | | | | 1996-01-20 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> Move defsubsts before defuns. 1996-01-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> (type-break-demo-life): Pass proper format string to message. 1996-01-04 Paul Eggert <eggert@twinsun.com> (type-break-guesstimate-keystroke-threshold): Renamed from type-break-guestimate-keystroke-threshold. (type-break-keystroke-threshold, type-break-mode): Doc fix. (type-break-warning-message-mode): New variable. (type-break-warning-countdown-string): New variable. (type-break-warning-countdown-string-type): New variable. (type-break-warning-message-mode): New function. (type-break-alarm): Reset type-break mode. (type-break-check): Ignore mouse motion.
* dump-emacs works only with -batch.Richard M. Stallman1997-06-231-4/+3
|
* (picture-draw-rectangle): New command.Richard M. Stallman1997-06-231-31/+73
| | | | | | | | | | | | | | | | (picture-mode-map): Add binding for picture-draw-rectangle. (picture-mode): Doc fix. (picture-rectangle-ctl): New variable. (picture-rectangle-ctr): New variable. (picture-rectangle-cbr): New variable. (picture-rectangle-cbl): New variable. (picture-rectangle-v): New variable. (picture-rectangle-h): New variable. (move-to-column-force): Function deleted; calls changed to use move-to-column. (picture-insert): New function. (picture-self-insert): Use picture-insert. (picture-current-line): New function.
* (decipher-copy-cons): Renamed from decipher-get-undo-copy. Calls changed.Richard M. Stallman1997-06-231-3/+3
|
* (popup-menu): Redefine as macro.Richard M. Stallman1997-06-231-8/+37
| | | | (popup-menu-popup, popup-menu-internal): New function.
* (src/config.stamp): Target renamed from src/config.h and touch it explicitly.Richard M. Stallman1997-06-231-2/+3
|
* (reporter-version): Change value.Richard M. Stallman1997-06-231-1/+1
|
* Initial revisionRichard M. Stallman1997-06-232-0/+117
|
* (KERNEL_FILE): New overriding definition.Richard M. Stallman1997-06-231-0/+3
|
* (read_avail_input): Check for failure with EIO.Richard M. Stallman1997-06-231-0/+7
|
* (lib-src): Depend on src/config.h (e.g. for movemail.o).Richard M. Stallman1997-06-231-1/+4
| | | | (src/config.h): New target to re-configure if src/config.in is patched.
* (vc-menu-map): Add bindings for vc-retrieve-snapshot and vc-create-snapshot.Richard M. Stallman1997-06-231-0/+4
|
* Delete RCS version header.Richard M. Stallman1997-06-232-6/+0
|
* (lm-version, lm-last-modified-date):Richard M. Stallman1997-06-231-3/+2
| | | | Clean up strings that looked like RCS headers.
* (ielm-header): Delete version and RCS header.Richard M. Stallman1997-06-231-5/+1
|
* (edebug-version): Use the Emacs version.Richard M. Stallman1997-06-231-8/+1
|
* (LD_SWITCH_SYSTEM) [__mips__]: Alternate definition.Richard M. Stallman1997-06-231-0/+4
|
* Test __linux__ along with NEWSOS5.Richard M. Stallman1997-06-231-4/+14
| | | | | | (KERNEL_FILE, UNEXEC): Don't redefine them if __linux__. [__linux__] (TEXT_START, DATA_START, DATA_SEG_BITS): Alternate definitions.
* (mips-*-linux-gnu*): New alternative.Richard M. Stallman1997-06-231-1/+6
|
* (Fdump_emacs): Bind command-line-processed to nil here.Richard M. Stallman1997-06-231-5/+9
|
* (Fdump_emacs): Error if not run in batch mode.Richard M. Stallman1997-06-231-1/+6
|
* (latex-imenu-create-index): Make it much smarter.Richard M. Stallman1997-06-231-15/+76
| | | | (latex-imenu-indent-string): New variable.
* (command-line-1): Don't display startup messageRichard M. Stallman1997-06-231-66/+69
| | | | if the buffer-is nonempty. Don't make undo entries for it.
* (byte-compile-file): Doc fix.Richard M. Stallman1997-06-221-3/+4
| | | | (batch-byte-compile-file): Return what byte-compile-file returns.
* (LIBS_TERMCAP): Use -ltermcap instead of -lc.Richard M. Stallman1997-06-221-2/+3
|
* (doctor-death): Give real advice to truly suicidal.Richard M. Stallman1997-06-221-1/+16
|
* Initial revisionRichard M. Stallman1997-06-226-0/+2284
|
* Comment change.Richard M. Stallman1997-06-221-2/+2
|
* Fix previous change.Richard M. Stallman1997-06-221-1/+1
|
* (mips-sony-newsos6*): New alternative.Richard M. Stallman1997-06-221-0/+3
|
* Add mips-sony-newsos6.Richard M. Stallman1997-06-221-0/+3
|
* Add provide call.Richard M. Stallman1997-06-2253-6/+117
|
* Whitespace change.Richard M. Stallman1997-06-221-0/+1
|
* Fix provide call.Richard M. Stallman1997-06-221-1/+2
|
* (Fdelete_frame): Clear echo_area_glyphs if it was in this frame.Richard M. Stallman1997-06-221-0/+6
|
* (paren-blinking group): Doc fix.Richard M. Stallman1997-06-221-3/+3
| | | | (current-word): Ignore text properties.
* (wait_reading_process_input): Don't check forRichard M. Stallman1997-06-221-3/+20
| | | | keyboard input if wait_for_cell.
* Change copyright notice.Richard M. Stallman1997-06-2237-40/+39
|
* (edebug-sit-for-seconds): New variable.Richard M. Stallman1997-06-221-3/+8
| | | | (edebug-display): Use that variable to control amt of time.
* (delay-uniquify-rationalize-file-buffer-names): Remove this hook here,Richard M. Stallman1997-06-211-5/+8
| | | | | if we won't call delayed-uniquify-rationalize-file-buffer-names. (uniquify-buffer-name-style): Default value is nil.
* (widget-default-value-set): Preserve point here.Richard M. Stallman1997-06-211-30/+30
| | | | | | | (widget-choice-action, widget-toggle-action): Not here. (widget-choice-action, widget-toggle-action): Display a message about [State]. (widget-field-action): Improve message.
* (custom-buffer-create-internal):Richard M. Stallman1997-06-211-2/+3
| | | | | Insert an explanation of the [Set] [Save]... line. Rename Done to Bury Buffer.
* (widget-file-complete): New function.Richard M. Stallman1997-06-211-41/+70
| | | | | | | | | | | (file): Use widget-file-complete for :completion. Delete :action. (symbol): Use lisp-complete-symbol for :completion. (widget-file-action): Function deleted. (widget-field-action): Just move to next field. (widget-choice-action, widget-toggle-action): Preserve point usefully if it is within the widget. (group-visibility): Inherit from visibility.
* (custom-add-parent-links): New arg INITIAL-STRING.Richard M. Stallman1997-06-211-11/+14
| | | | | | | | | (custom-group-value-create): Pass that arg. (custom-buffer-create-internal): Clarify initial documentation. (custom-tree-group-tag): Capitalize the tag. (custom-tree-variable-tag, custom-tree-face-tag): Likewise. (customize-browse): Corresponding changes.