aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Undo previous censorship changes.Richard M. Stallman1997-06-261-5/+13
|
* (Fbuffer_list): New optional argument FRAME.Richard M. Stallman1997-06-261-4/+28
|
* Update copyright notice.Richard M. Stallman1997-06-261-1/+1
|
* (sendmail-program): Look first in /usr/sbin.Richard M. Stallman1997-06-261-1/+1
|
* Don't assign to $0 in awk; some awks don't allow this.Paul Eggert1997-06-261-9/+10
|
* Synched with 1.9936.Per Abrahamsen1997-06-252-129/+220
|
* (debug-ignored-errors): Correct the error messagesRichard M. Stallman1997-06-251-1/+2
| | | | that are supposed to match imenu.el.
* (make-help-screen): Clear buffer-read-only.Richard M. Stallman1997-06-251-0/+1
|
* Changed some documentation.Richard M. Stallman1997-06-251-65/+94
| | | | | | | | | | | | | | (view-exits-all-viewing-windows): Nev variable replaces view-exit-all-windows-at-exit. (view-exit-all-windows-at-exit): Variable deleted. (view-mode-enter): Doesn't set view-exit-action if argument exit-action is nil. (view-mode-exit): Only restored windows are removed from view-return-to-alist. Follow chains of old-windows. Do not call replace-buffer-in-windows. Call exit-action also when a window displays buffer. (View-exit-and-edit): Now sets read-only by binding view-old-buffer-read-only.
* (Finsert_file_contents): Pass new arg to prepare_to_modify_buffer.Richard M. Stallman1997-06-251-1/+1
|
* (prepare_to_modify_buffer, signal_before_change):Richard M. Stallman1997-06-251-18/+80
| | | | | | | New argument PRESERVE_PTR. (del_range_1): Use PRESERVE_PTR to preserve FROM. Save the length of the range separately. (NULL): Define if not defined.
* Fix previous change.Richard M. Stallman1997-06-251-1/+1
|
* (read_minibuf): New arg allow_props.Richard M. Stallman1997-06-251-9/+26
| | | | | | | If it is 0, discard text properties from the result. Callers changed. (minibuffer_allow_text_properties): New variable. (Fread_from_minibuffer): That variable controls allow_props arg. (syms_of_minibuf): Set up Lisp var.
* (perform-replace): When matching lookahead, use markers rather thanPaul Eggert1997-06-251-2/+2
| | | | integers, since a replacement may invalidate integers.
* (rmail-get-new-mail): If conversion fails, delete the text that was inserted.Richard M. Stallman1997-06-251-0/+2
|
* (*-*-bsdi*): New alternative.Richard M. Stallman1997-06-251-3/+16
| | | | (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
* (isearch-search-and-update): When a reverse searchRichard M. Stallman1997-06-251-4/+9
| | | | | need not actually search, update isearch-case-fold-search anyway. (isearch-mode-map): Define latin-iso8859-9 as self-searching.
* (buffer): Don't use beginning-of-buffer, end-of-buffer.Richard M. Stallman1997-06-251-2/+2
|
* (widget-menu-minibuffer-flag): New variable.Richard M. Stallman1997-06-241-24/+97
| | | | | | | | | | | | | | | | | (widget-choose): Alternative method to read one character from the keyboard. (widget-documentation-face): New variable. (widget-specify-doc): Use the variable. (widget-default-button-face-get): Try to get it from the parent. (widget-default-create): Use :tag-face for tags. (widget-edit-functions): Renamed from widget-edit-hook. (widget-field-action): Pass the widget as an arg when running hook. (character): Doc fix. (restricted-sexp): New widget type. (integer, number): Use restricted-sexp.
* (custom-documentation-face): New face.Richard M. Stallman1997-06-241-27/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | (custom-mode): Use custom-documentation-face for doc strings. (custom-group-link): Fix the help string. (custom-magic-show): Doc fix. (custom-group-value-create): In links style, use Go to Group instead of Show. (Custom-goto-parent): New command. (custom-mode-map): Bind u to Custom-goto-parent. Bind SPC and DEL. (custom-buffer-create-internal): Improve help for buttons. (custom-button-face): New defface. (custom widget-type): Use custom-button-face for buttons. (custom-group-tag-faces): Initial value is nil. (custom-variable-tag-face): Renamed from custom-variable-sample-face. Initialize it like custom-group-tag-face. (custom-group-tag-faces): Initialize to nil. (custom-state-face): New defface. (custom-magic-value-create): Use custom-state-face for long State descriptions. (custom-state-buffer-message): Display the message only if the item is modified. Take widget as arg. (custom-mode): Use widget-edit-functions.
* (customize-save-customized): Renamed from custom-save-customized.Richard M. Stallman1997-06-241-1/+1
|
* (Custom-set): Renamed from custom-set.Richard M. Stallman1997-06-241-33/+34
| | | | | | | | | | | | | (Custom-save): Renamed from custom-save. (custom-browse-sort-predicate): Defalias deleted. (custom-group-value-create): Don't sort, in tree mode. (Custom-mode-menu): Renamed from custom-mode-menu. (Custom-reset-current): Renamed from custom-reset-current. (Custom-reset-saved): Renamed from custom-reset-saved. (Custom-reset-standard): Renamed from custom-reset-standard. (Custom-menu-update): Renamed from custom-menu-update. (customize-set-value): Renamed from custom-set-value. (customize-set-variable): Renamed from custom-set-variable.
* (track-mouse): Don't customize it.Richard M. Stallman1997-06-241-1/+0
|
* (perform-replace): When matching regexps, if the next match isPaul Eggert1997-06-241-29/+40
| | | | | | adjacent to this one, record the next match before replacing this one. This fixes a bug where (replace-regexp "\\ba " "c") replaced "a a a " with "ca c" instead of "ccc".
* (beginning-of-sexp): New function.Richard M. Stallman1997-06-241-1/+10
| | | | (bounds-of-thing-at-point): Fix typo in computing real-beg.
* (Ffile_directory_p): Doc fix.Karl Heuer1997-06-241-3/+1
|
* (custom-group-visibility): Widget typeRichard M. Stallman1997-06-241-0/+15
| | | | | | | | moved from wid-edit.el and renamed from group-visibility. (custom-group-visibility-create): Function renamed and moved from wid-edit.el. (custom-state-buffer-message): New function. (custom-mode): Add custom-state-buffer-message to widget-edit-hook.
* (widget-edit-hook): New variable.Richard M. Stallman1997-06-241-13/+5
| | | | | | | | (widget-field-action, widget-choice-action): Run that hook instead of displaying an echo area message. (widget-toggle-action): Likewise. (group-visibility, widget-group-visibility-create): Moved to cus-edit.el and renamed.
* (hs-discard-overlays): Use overlays-in toRichard M. Stallman1997-06-241-8/+7
| | | | get all the overlays in a range. Don't use let inside a cycle.
* (outline-discard-overlays): Don't use let inside a cycle.Richard M. Stallman1997-06-241-14/+17
|
* More info about encryption projects.Richard M. Stallman1997-06-231-3/+11
|
* (nroff-electric-mode): New defvar.Richard M. Stallman1997-06-231-0/+3
|
* (vip-mode-map): Add defvar; move earlier.Richard M. Stallman1997-06-231-143/+147
| | | | | | (vip-c-string): Variable renamed and defvar added. (vip-save-minibuffer-local-map): Likewise. (vip-end-with-a-newline-p): Use STRING (the arg) instead of `text'.
* (profile-million): Variable moved.Richard M. Stallman1997-06-231-2/+2
|
* (Info-validate-allnodes): Variable renamed, defvar added.Richard M. Stallman1997-06-231-60/+66
| | | | | (Info-validate-thisnode, Info-validate-lossages): Likewise. Change all references.
* (Freverse): Simplify.Richard M. Stallman1997-06-231-10/+6
|
* * config.sub (mn10200): Recognize new basic machine.Jeff 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 M. 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
|