aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * add-log.el (add-log-current-defun): To find the name of theJim Blandy1993-06-211-1/+3
| | | | | | | function being defined in emacs-lisp-mode, lisp-mode, and scheme-mode, skip an opening paren and an s-expression, instead of just one word. This allows us to properly recognize things like define-key and define-macro.
* * replace.el (query-replace-map): Make return exit query-replace,Jim Blandy1993-06-211-0/+2
| | | | just like escape.
* * alloc.c (Fgarbage_collect): If the minibuffer is active, don'tJim Blandy1993-06-211-1/+1
| | | | display the "...done" message; allow the minibuffer to show again.
* (mh-yank-cur-msg): Test mark-active.Richard M. Stallman1993-06-201-2/+2
|
* * config.h.in (HAVE_LONG_FILE_NAMES): Add an #undef, for autoconfJim Blandy1993-06-201-8/+19
| | | | | | to chew on. Re-arrange macros to reflect the ordering of the corresponding macros in configure.in, to facilitate this kind of checking.
* Translate F11 (ESC [ 23 ~) to ESC.Richard M. Stallman1993-06-201-2/+5
|
* (verify_interval_modification): Don't just testRichard M. Stallman1993-06-201-5/+6
| | | | Qread_only prop; use INTERVAL_WRITABLE_P.
* Comment change.Richard M. Stallman1993-06-201-1/+1
|
* * puresize.h (PURESIZE): Up this to 20500 for MULTI_FRAME Emaces,Jim Blandy1993-06-191-2/+2
| | | | and 190000 for non-MULTI_FRAME Emaces.
* Sat Jun 19 17:47:40 1993 Jim Blandy ([email protected])Jim Blandy1993-06-191-1/+0
| | | | * info.el (Info-insert-dir): Remove the call to recursive-edit.
* * xfaces.c (recompute_basic_faces): This shouldn't be declared static.Jim Blandy1993-06-191-1/+1
|
* * sysdep.c (rename): Make arguments const. autoconf #definesJim Blandy1993-06-191-2/+2
| | | | | | const away on systems which don't have it; any system with prototypes will declare the arguments const (the ones to which I have access do); and systems without prototypes won't notice.
* * minibuf.c (Fread_minibuffer): Add missing semicolon afterJim Blandy1993-06-191-1/+1
| | | | CHECK_STRING macro.
* * Makefile.in (top_distclean): Use -f switch when cleaning outJim Blandy1993-06-191-1/+1
| | | | lock dir; it might be empty.
* * xterm.c (XTread_socket): Never treat a modifier key as aJim Blandy1993-06-191-14/+14
| | | | non_ascii_keystroke.
* (add_node): Move var last_node to file scope.Richard M. Stallman1993-06-191-1/+4
|
* * emacs.c (Fkill_emacs): Pass third argument to shut_down_emacs.Jim Blandy1993-06-192-2/+2
| | | | * lisp.h (shut_down_emacs): Doc fix.
* (Info-insert-dir): Record file attributes of files used.Richard M. Stallman1993-06-191-2/+18
| | | | Recompute the dir if they change.
* (insert-file): Report error if file is directory.Richard M. Stallman1993-06-191-0/+3
|
* * frame.c (Fmake_frame_visible): Make this interactively callable;Jim Blandy1993-06-191-1/+1
| | | | | frames can accept input while iconified, so it makes sense to put this on a key.
* * man.el (Man-switches): New variable.Jim Blandy1993-06-191-2/+7
| | | | | (Man-build-man-command): Use it to build the man command. (Man-mode): Mention it in documentation.
* (rmail-output): Check file can be read before trying to read part of it.Richard M. Stallman1993-06-191-7/+8
|
* (ange-ftp-insert-file-contents): Handle extra args BEG, END.Richard M. Stallman1993-06-191-4/+5
|
* * xfaces.c: Add forward declaration for recompute_basic_faces.Jim Blandy1993-06-191-4/+5
|
* * fileio.c (Fset_visited_file_modtime): We're only passing twoJim Blandy1993-06-191-1/+1
| | | | arguments to the file name handler; use call2, not call3.
* entered into RCSRichard M. Stallman1993-06-191-83/+30
|
* *** empty log message ***Richard M. Stallman1993-06-191-9/+12
|
* Changes for Irix 4.0, tested this time:Jim Blandy1993-06-185-8/+16
| | | | | | | | | | | | | | | | * s/irix4-0.h: Get rid of our fake definitions for setpgrp and getpgrp. * callproc.c (Fcall_process): Go ahead and use the USG calling convention for setpgrp. * ymakefile (pre-crt0.o): Add rule for this. Perhaps it will help separate-source-directory compilation. * emacs.c (shut_down_emacs): Some USG systems #define EMACS_HAVE_TTY_PGRP; call getpgrp as appropriate for such systems. * sysdep.c (sys_suspend): Call getpgrp as appropriate for USG and non-USG. * process.c [IRIX] (create_process): Don't put child in process group zero before opening the tty; Irix is like USG in this regard.
* (compilation-error-regexp-alist): Generalize theRichard M. Stallman1993-06-181-1/+3
| | | | Apollo/BSD4.3 regexp to handle IBM RS6k too.
* Remove #definition of HAVE_CLOSEDIR; autoconf figures this out.Jim Blandy1993-06-186-6/+0
|
* (mouse-secondary-save-then-kill): Don't switch windows.Richard M. Stallman1993-06-181-28/+35
| | | | | | Just set-buffer, and put save-excursion around it. (mouse-set-secondary, mouse-start-secondary): Likewise. (mouse-drag-secondary): Switch windows and move point just temporarily.
* * dired.el (dired-summary): dired-do-rename is on "R", not "r".Jim Blandy1993-06-181-1/+1
|
* * xfns.c: Always #include "bitmaps/gray.xbm"; the bitmaps seem toJim Blandy1993-06-181-1/+1
| | | | | be missing on some systems, and there's no point in having configure check; it should work fine to always use our copy.
* * configure.in: Only check for -lXbsd once.Jim Blandy1993-06-181-20/+10
|
* Typo.Jim Blandy1993-06-181-2/+2
|
* * make-dist: If using gzip, create distribution with '.gz' extension.Jim Blandy1993-06-181-8/+2
| | | | | * make-dist (lisp/term): This doesn't have a ChangeLog anymore. (lisp/forms-mode): This doesn't exist anymore.
* * make-dist (lisp/term): This doesn't have a ChangeLog anymore.Jim Blandy1993-06-181-1/+1
|
* (mail-citation-hook): New hook var.Richard M. Stallman1993-06-171-2/+14
| | | | (mail-yank-original): Use that hook if not nil.
* Change usage comment.Richard M. Stallman1993-06-171-1/+2
|
* * m/iris4d.h (LIB_STANDARD): Do *not* include -lbsd. We areJim Blandy1993-06-172-3/+5
| | | | | | | | now calling the BSD[sg]etpgrp functions directly, so this library is not needed; it just provides the BSD[sg]etpgrp functions under the [sg]etpgrp names. * callproc.c [IRIX] (child_setup): Don't call setpgrp this time. It's already been called up in Fcall_process, and create_process.
* * faces.el (make-face-bold, make-face-italic,Jim Blandy1993-06-171-15/+15
| | | | | | | | | | make-face-bold-italic, make-face-unbold, make-face-unitalic): Always pass the frame parameter to internal-try-face-font; we only want to set the face for this frame. * faces.el (make-face-bold, make-face-italic, make-face-bold-italic, make-face-unbold, make-face-unitalic): Fix error messages.
* (set-face-background-pixmap, face-background-pixmap): Functions commented out.Richard M. Stallman1993-06-171-16/+16
|
* * xfaces.c (compute_base_face): Initialize the face's stipple.Jim Blandy1993-06-171-0/+4
| | | | | | | Although we don't use this feature now, face_eql notices it. * xfaces.c (compute_base_face): Set cached_index to an invalid index, to avoid an unnecessary comparison.
* * callproc.c (Fcall_process, child_setup): If IRIX is #defined,Jim Blandy1993-06-172-4/+4
| | | | | | call setpgrp with arguments, even if USG is #defined. * process.c [IRIX] (create_process): Don't call setpgrp before opening the pty. Call it after doing the TIOCNOTTY ioctl.
* * keyboard.c (read_key_sequence): Don't confuse mock input withJim Blandy1993-06-171-20/+32
| | | | | | | | | | | | | | | | | | | function-key-map expansion, and continue reading mock events when the current sequence is unbound. * keyboard.c (read_key_sequence): After providing a prefix symbol for a mouse event, modify the mouse event to indicate that that won't need to be done again, by putting the event's position symbol in a list. * keyboard.c (read_key_sequence): When returning mock input which has run off the end of the current maps, make sure the events get echoed, and make it into this-command-keys. * keyboard.c (read_key_sequence): When re-reading a previously read mouse click which requires a prefix symbol, make sure to set last_real_key_start appropriately, so we can properly drop button-down events.
* (mouse-start-secondary): New function.Richard M. Stallman1993-06-171-1/+103
| | | | | (mouse-set-secondary, mouse-drag-secondary): New functions. (mouse-kill-secondary, mouse-secondary-save-then-kill): New functions.
* entered into RCSRichard M. Stallman1993-06-173-0/+17
|
* Comment changes for renaming from c++-mode.el to cplus-md.el.Richard M. Stallman1993-06-171-2/+2
|
* (generate-file-autoloads): Undo previous changeRichard M. Stallman1993-06-171-68/+37
| | | | because make-docfile requires defvar doc string to start on first line.
* (vc-rename-file): Remove periods from error messages.Richard M. Stallman1993-06-171-17/+17
| | | | | | | | (vc-backend-logentry-check, vc-revert-buffer): Likewise. (vc-retrieve-snapshot, vc-create-snapshot): Likewise. (vc-diff, vc-finish-logentry, vc-steal-lock): Likewise. (vc-register, vc-next-action-on-file, vc-registration-error): Likewise. (vc-cancel-version): Add space to end of question.