aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (C_SWITCH_MACHINE): Don't define if GCC.Richard M. Stallman1993-02-131-0/+2
|
* (enable-flow-control...): Renamed from evade...Richard M. Stallman1993-02-111-9/+10
| | | | (enable-flow-control): Add autoload.
* (Finsert_buffer_substring): Proper error for non-ex buffer.Richard M. Stallman1993-02-111-5/+14
| | | | (Fcompare_buffer_substrings): Likewise.
* (Fcompare_buffer_substrings): New function.Richard M. Stallman1993-02-111-0/+117
|
* removed m88kbcs, changed delta88 and harris toJohn Hassey1993-02-101-3/+3
| | | | use sysv3.
* Update GPL version.Richard M. Stallman1993-02-101-1/+1
|
* (set-gosmacs-bindings): Fix binding of \eh.Richard M. Stallman1993-02-101-1/+1
|
* (char_ins_del_cost): Use FRAME_WIDTH, not FRAME_HEIGHT.Richard M. Stallman1993-02-101-1/+1
|
* Fix copyright notice.Richard M. Stallman1993-02-091-2/+1
|
* (add-change-log-entry): Undo Jan 25 change. It worked for buffers inRoland McGrath1993-02-081-6/+2
| | | | indented-text-mode, but lost for change-log-mode, which is what matters.
* (compilation-forget-errors): Just setRoland McGrath1993-02-081-10/+16
| | | | | | | | | compilation-directory-stack to nil; no need to loop through it. (next-error): For a non-numeric prefix arg, pass nil for compile-reinitialize-errors's FIND-AT-LEAST arg. (next-error): When getting marker for error source location, be sure to examine buffer local value of compilation-old-error-list before switching to source file buffer.
* (sort-subr): Fix previous change.Richard M. Stallman1993-02-071-4/+4
|
* (sort-build-lists): Record the key as pair of positions;Richard M. Stallman1993-02-071-5/+9
| | | | | don't copy string from buffer. (sort-subr): Use compare-buffer-substrings.
* (mail-setup): Use fill-region-as-paragraphRichard M. Stallman1993-02-071-10/+10
| | | | for To field; handle the CC just like the To.
* (extra_keyboard_modifiers): New Lisp var.Richard M. Stallman1993-02-071-0/+17
| | | | (read_char): Support ctl and meta bits in extra_keyboard_modifiers.
* (XTread_socket): Support extra_keyboard_modifiers.Richard M. Stallman1993-02-071-1/+7
|
* (i[34]86sol2): New abbrev for i[34]86-unknown-solaris2.Jim Wilson1993-02-051-0/+4
|
* (make-comint): Added docstring.Roland McGrath1993-02-051-4/+9
|
* Restore nuked information in minibuffer history bindings.Roland McGrath1993-02-051-5/+5
| | | | Use intelligent method of disabling completion-oriented bindings.
* Once again, go back to ordinary next-history-elementRichard M. Stallman1993-02-051-2/+2
| | | | for M-n in minibuf, even for completion.
* (sort-subr): Doc fixes.Richard M. Stallman1993-02-031-3/+3
|
* (mail-do-fcc): Allow dash in timezone name.Richard M. Stallman1993-02-021-1/+1
|
* * simple.el (kill-region): If the buffer is read-only, do beep,Jim Blandy1993-02-011-5/+15
| | | | but also put the region in the kill ring. Doc fix.
* * texinfo.el (texinfo-mode): Make page-delimiter buffer-local, andJim Blandy1993-02-011-0/+2
| | | | set it according to texinfo-chapter-level-regexp.
* (mail-abbrev-end-of-buffer): Changed interactive spec from "P" to "p".Roland McGrath1993-01-311-2/+2
|
* (c-macro-expand): Use expanded name to write or delete.Richard M. Stallman1993-01-301-5/+9
| | | | Send two eofs.
* (force_fit_type): Abort if T not INTEGER_CST.Richard M. Stallman1993-01-301-1/+2
|
* * window.c (Fscroll_left, Fscroll_right): Don't forget to applyJim Blandy1993-01-301-2/+2
| | | | XWINDOW to selected_window before passing it to window_internal_width.
* * xmenu.c (Fx_popup_menu): Don't forget to turn the frame-relativeJim Blandy1993-01-291-3/+25
| | | | | coordinates for the menu position into root-window-relative coordinates.
* * lread.c (read1): Although digits followed by a '.' are anJim Blandy1993-01-291-1/+1
| | | | integer, a single . by itself (like, say, \.) should be a symbol.
* (next-complete-history-element): Restore point after replacing theRoland McGrath1993-01-281-8/+13
| | | | buffer text with the appropriate history element.
* (sendmail-program): Try /usr/ucblib/sendmail.Richard M. Stallman1993-01-281-1/+3
|
* Don't use the completion-oriented history commands.Richard M. Stallman1993-01-281-5/+7
|
* * make-dist: Don't distributed the RCS files in the etc directory.Jim Blandy1993-01-261-5/+1
|
* * fns.c (internal_equal): Protect the clause for comparing numbersJim Blandy1993-01-261-0/+2
| | | | of different tpes with a "#ifdef LISP_FLOAT_TYPE".
* JimB's changes since January 18thJim Blandy1993-01-2649-876/+1120
|
* JimB's changes from January 18 to presentJim Blandy1993-01-262-3/+4
|
* * disass.el (disassemble): Add autoload cookie for this.Jim Blandy1993-01-261-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bytecomp.el (byte-decompile-bytecode): Add an autoload for this. compiled-function-p has been renamed to byte-code-function-p. * subr.el: Define compiled-function-p as an alias for it. * bytecomp.el: Register compiled-function-p as obsolete. * bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change uses. unread-command-event has been replaced by unread-command-events. * simple.el (prefix-arg-internal): Use this to push back all key sequences for processing by the main command loop, instead of trying to simulate its behavior ourselves. * bytecomp.el: Document unread-command-event as an obsolete variable, although nothing but the GNU Emacs 19 sources use it. Adjust obsolescence message for unread-command-char. * comint.el (comint-dynamic-list-completions): Change uses of unread-command-event to work with unread-command-events. * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit): Same. * edebug.el (edebug-outside-excursion): Same. * ehelp.el (electric-help-command-loop): Same. * electric.el (Electric-command-loop): Same. * emerge.el (emerge-show-file-name): Same. * fortran.el (fortran-abbrev-start, fortran-window-create-momentarily): Same. * gnus.el (gnus-Subject-next-article): Same. * info.el (Info-summary): Same. * isearch-mode.el (isearch-update, isearch-unread): Same. * map-ynp.el (map-y-or-n-p): Same. * mlsupport.el (push-back-character): Same. * replace.el (perform-replace): Same. * simula.el (simula-electric-label): Same. * subr.el (read-quoted-char, momentary-string-display): Same. * sun-mouse.el (mouse-second-hit): Same. * terminal.el (te-escape-extended-command-unread): Same. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Same.
* compiled-function-p has been renamed to byte-code-function-p.Jim Blandy1993-01-261-4/+4
| | | | | | | * subr.el: Define compiled-function-p as an alias for it. * bytecomp.el: Register compiled-function-p as obsolete. * bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change uses.
* x-selection-value has been renamed to x-selection.Jim Blandy1993-01-261-5/+4
| | | | | | | | | | | x-own-selection has been renamed to x-set-selection, and the order of its arguments has been reversed, for consistency with other lisp functions like put and aset. * term/x-win.el (x-select-text): Adjusted. (x-cut-buffer-or-selection-value): Check the primary selection, using x-selection, instead of checking the cut buffer again. * term/x-win.el: Doc fix.
* (tags-query-replace): C-tRoland McGrath1993-01-251-1/+1
|
* [TERMINFO]: Don't define LIBS_TERMCAP.Richard M. Stallman1993-01-251-1/+4
|
* [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.Richard M. Stallman1993-01-251-2/+11
| | | | [__GNUC__] (ORDINARY_LINK): Defined.
* (add-change-log-entry): Restrict PARAGRAPH-END to being on the firstRoland McGrath1993-01-251-1/+5
| | | | page.
* (next-complete-history-element): Use only buffer contents before pointRoland McGrath1993-01-251-2/+2
| | | | to match history elements.
* ({next,previous}-complete-history-element): New functions.Roland McGrath1993-01-251-13/+36
| | | | Bind them to M-n/M-p and next/prior in minibuffer completion maps.
* * xterm.c (x_scrollbar_create): Set the scrollbars to useJim Blandy1993-01-221-13/+12
| | | | | | | | | | | | | EastGravity. * frame.c (Fdelete_frame): Clear the frame's display after calling the window-system-dependent frame destruction routine. We no longer need to pass the display as a separate argument to x_destroy_window. * xterm.c (x_destroy_window): Put the code which clears out f's display here, right after we free the storage it points to. Put everything, including the code which clears x_focus_frame and x_highlight_frame, inside the BLOCK/UNBLOCK_INPUT pair.
* * frame.c (Fdelete_frame): Clear the frame's display after callingJim Blandy1993-01-221-4/+8
| | | | | | | | | | | | | | | | | | | the window-system-dependent frame destruction routine. We no longer need to pass the display as a separate argument to x_destroy_window. * xterm.c (x_destroy_window): Put the code which clears out f's display here, right after we free the storage it points to. Put everything, including the code which clears x_focus_frame and x_highlight_frame, inside the BLOCK/UNBLOCK_INPUT pair. * frame.c (Fdelete_frame): Clear the frame's display after calling the window-system-dependent frame destruction routine. We no longer need to pass the display as a separate argument to x_destroy_window. * xterm.c (x_destroy_window): Put the code which clears out f's display here, right after we free the storage it points to. Put everything, including the code which clears x_focus_frame and x_highlight_frame, inside the BLOCK/UNBLOCK_INPUT pair.
* (tags-loop-scan): Set default value to an error form.Roland McGrath1993-01-211-1/+3
|
* (visit-tags-table-buffer): When propagating a change of name afterRoland McGrath1993-01-211-1/+1
| | | | file-find-noselect, refer to tags-file-name, not the undefined var FILE.