Commit graph

  • ce4b7b0246 * c-mode.el (c-style-alist): Add quotes around C++ style name. Eric S. Raymond 1992-12-06 22:32:20 +00:00
  • 4aa1632a5f * make-path.c (touchy_mkdir): Remove debugging output. Jim Blandy 1992-12-06 22:27:37 +00:00
  • ecc798b0dc * Makefile.in (make-path): New target. Jim Blandy 1992-12-06 22:25:31 +00:00
  • 3a88c23802 * xterm.c (XTread_socket): When we get MapNotify, UnmapNotify, Expose, ExposeWindow, or UnmapWindow, set f->async_visible, not f->visible. (x_do_pending_expose, x_raise_frame, x_lower_frame, x_make_frame_invisible, x_make_frame_visible, x_iconify_frame): Test and set f->async_visible and f->async_iconified, not f->visible or f->async_iconified. Jim Blandy 1992-12-06 22:22:09 +00:00
  • d7a803df18 * xfns.c (Fx_create_frame): Initialize f->async_visible too. Jim Blandy 1992-12-06 22:21:21 +00:00
  • d724d9896d * xdisp.c (redisplay): Call FRAME_SAMPLE_VISIBILITY to set the visible and iconified flags appropriately for each frame. (message1): Call FRAME_SAMPLE_VISIBILITY to set the visible and iconified flags for the minibuffer frame. Jim Blandy 1992-12-06 22:20:47 +00:00
  • 016899c07c Tue Dec 1 23:42:25 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu) Jim Blandy 1992-12-06 22:19:47 +00:00
  • ff0b5f4c67 * keyboard.c (kbd_store_ptr): Declare this to be volatile, if __STDC__ is #defined. (Fdiscard_input): Use cast to keep GCC from complaining about the assignment of kbd_store_ptr to kbd_fetch_ptr. Jim Blandy 1992-12-06 22:18:02 +00:00
  • a46595273a * frame.h (struct frame): New fields called async_visible and async_iconified. (FRAME_SAMPLE_VISIBILITY): New macro, with MULTI_FRAME and non-MULTI_FRAME definitions. Jim Blandy 1992-12-06 22:17:30 +00:00
  • 323405deb6 * frame.c (make_frame): Initialize async_visible and async_iconified properly. Jim Blandy 1992-12-06 22:16:57 +00:00
  • 283e1184f3 * doc.c (store_function_docstring): New function, made from part of Fsnarf_documentation, which handles docstrings for macros properly. (Fsnarf_documentation): Call store_function_docstring. Jim Blandy 1992-12-06 22:16:26 +00:00
  • f76e7178ee * dispnew.c: Remove dyked-out copy of safe_bcopy. Jim Blandy 1992-12-06 22:16:01 +00:00
  • 8f607ef0e3 * dispextern.h (struct frame_glyphs): Doc fix. Jim Blandy 1992-12-06 22:15:29 +00:00
  • a293299024 src/ * data.c (indirect_function): Delete unused argument ERROR. Jim Blandy 1992-12-06 22:13:53 +00:00
  • 0c22fbcab4 Now partially conforms with GNU coding standards. I'm only checking it in to RCS so I can check my changes in with FSF Cambridge. Jim Blandy 1992-12-06 22:12:37 +00:00
  • d95ba5f0be Initial revision Jim Blandy 1992-12-04 19:59:59 +00:00
  • a8cfc9f7e0 *** empty log message *** David J. MacKenzie 1992-12-01 18:28:07 +00:00
  • e12d0df704 (add-change-log-entry): Expand file-name again after chasing links. Richard M. Stallman 1992-11-27 22:55:31 +00:00
  • a22b53407d Copy changes from 18.59: (NeXT): Defined. (BIG_ENDIAN): Define only if __BIG_ENDIAN__. (m68000, COMPILER_REGISTER_BUG): Defs deleted. (SIGN_EXTEND_CHAR, LIB_X11_LIB, NO_T_CHARS_DEFINES, UNEXEC): Defined. (LIBS_DEBUG, LIB_GCC, C_SWITCH_MACHINE, ORDINARY_LINK): Defined. (TEXT_START, TEXT_END, DATA_END, LD_SWITCH_MACHINE): Defined. (KERNEL_FILE): #undef it. (environ): Define as _environ. Richard M. Stallman 1992-11-26 18:32:45 +00:00
  • d9088577ea *** empty log message *** David J. MacKenzie 1992-11-26 04:42:40 +00:00
  • 18ec5b0525 *** empty log message *** David J. MacKenzie 1992-11-24 14:17:32 +00:00
  • c530bcbb96 Finish previous change. Jim Blandy 1992-11-24 02:40:36 +00:00
  • e684648e8f * Makefile.in (clean): Remove prefix-args. Jim Blandy 1992-11-24 02:33:31 +00:00
  • 7fe7fd40d2 (LD_SWITCH_SYSTEM): Make alternate version for GCC. Richard M. Stallman 1992-11-21 22:12:53 +00:00
  • 9114e2792f *** empty log message *** Karl Berry 1992-11-21 01:51:33 +00:00
  • 9549c46d0b (vc-next-action): Undo previous change. Richard M. Stallman 1992-11-20 19:33:38 +00:00
  • c4ae7096b6 Thu Nov 19 16:44:24 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu) Jim Blandy 1992-11-20 17:23:45 +00:00
  • 397587eeb5 * subr.el (lambda): Doc fix. Jim Blandy 1992-11-20 17:22:56 +00:00
  • 23029d77d1 * fortran.el: New version of version 1.30 (!) from Stephen A. Wood <saw@hallc1.cebaf.gov> Jim Blandy 1992-11-20 17:22:24 +00:00
  • 1a5aace582 * m/sparc.h: Don't include <sys/param.h> here; that screws up the xmakefile. Instead, include it in getloadavg.c, which is the only place that uses LOAD_AVE_CVT, which is the only reason <sys/param.h> was here in the first place. Jim Blandy 1992-11-20 17:21:38 +00:00
  • efc3fd6707 Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu) Jim Blandy 1992-11-20 17:14:50 +00:00
  • cbd6b57c27 *** empty log message *** Jim Blandy 1992-11-20 17:11:40 +00:00
  • 8509d50c36 * configure: Use GCC-style configuration names, using config.sub. Change the usage and help messages. Jim Blandy 1992-11-20 17:08:32 +00:00
  • 76fb0a58b2 * make-dist: Explain what's going on if config.sub and gmalloc.c can't be linked. Place the code which copies them near the code which links the rest of the files around them. Jim Blandy 1992-11-20 17:08:05 +00:00
  • c809458b55 * config.sub: Added Xenix operating system. Jim Blandy 1992-11-18 06:28:11 +00:00
  • 59f2b692b3 * make-dist: Don't bother to distribute src/*.com, or src/vmsbuild; those have all been moved to `../vms'. Jim Blandy 1992-11-16 02:00:38 +00:00
  • 136e6e9980 * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. Jim Blandy 1992-11-16 01:44:33 +00:00
  • 8f51771ee1 * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * terminal.el (te-escape-extended-command-unread): Same. Jim Blandy 1992-11-16 01:43:53 +00:00
  • eec38fabdd * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * sun-mouse.el (mouse-second-hit): Same. Jim Blandy 1992-11-16 01:43:35 +00:00
  • d77c36e880 * subr.el (lambda): Don't use backquotes in lambda's definition. Jim Blandy 1992-11-16 01:43:07 +00:00
  • ca3e10c715 * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * simula.el (simula-electric-label): Same. Jim Blandy 1992-11-16 01:42:04 +00:00
  • f4c7ad34be * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * replace.el (perform-replace): Same. Jim Blandy 1992-11-16 01:40:51 +00:00
  • 08ce70d1ab * rect.el (operate-on-rectangle): Use move-to-column's FORCE argument instead of implementing it ourselves. (rectangle-coerce-tab): No longer used; deleted. Jim Blandy 1992-11-16 01:40:15 +00:00
  • 047155795e * paths.el (rmail-spool-directory): Add dgux-unix to the list of systems which put their mail in "/usr/mail". Jim Blandy 1992-11-16 01:39:23 +00:00
  • 774b8191bd * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * mlsupport.el (push-back-character): Same. Jim Blandy 1992-11-16 01:38:47 +00:00
  • 8e20fac72d * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * map-ynp.el (map-y-or-n-p): Same. Jim Blandy 1992-11-16 01:38:22 +00:00
  • 9f0a6471ed * lpr.el (lpr-command, lpr-switches): Removed strings starting with \newline; this file is loaded in loaddefs.el, and doesn't need to follow that convention. Jim Blandy 1992-11-16 01:37:46 +00:00
  • 797a37c7cb * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * isearch-mode.el (isearch-update, isearch-unread): Same. Jim Blandy 1992-11-16 01:37:06 +00:00
  • efa6a4df9a * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * info.el (Info-summary): Same. Jim Blandy 1992-11-16 01:36:46 +00:00
  • 7d70f8c44e * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * gnus.el (gnus-Subject-next-article): Same. Jim Blandy 1992-11-16 01:35:55 +00:00
  • b8ec3aa307 * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * fortran.el (fortran-abbrev-start, fortran-window-create-momentarily): Same. Jim Blandy 1992-11-16 01:34:30 +00:00
  • 4b43edddc0 * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * emerge.el (emerge-show-file-name): Same. Jim Blandy 1992-11-16 01:33:17 +00:00
  • ee4b6d4c61 * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * electric.el (Electric-command-loop): Same. Jim Blandy 1992-11-16 01:31:33 +00:00
  • 4da495f314 * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * ehelp.el (electric-help-command-loop): Same. Jim Blandy 1992-11-16 01:30:45 +00:00
  • b351399ac8 * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit): Same. Jim Blandy 1992-11-16 01:29:47 +00:00
  • d28a192521 * disass.el (byte-compile): Specify that the 'byte-compile feature is provided in the file "bytecomp". Jim Blandy 1992-11-16 01:28:48 +00:00
  • 35d56dcf9a * bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * comint.el (comint-dynamic-list-completions): Same. Jim Blandy 1992-11-16 01:28:14 +00:00
  • 79d52eea3e * bytecomp.el: Declare unread-command-char an obsolete variable. Jim Blandy 1992-11-16 01:21:50 +00:00
  • 2495e5f477 * ange-ftp.el (ange-ftp-repaint-buffer): Give this a non-hacky definition using (message nil). (ange-ftp-read-passwd, ange-ftp-process-filter): Uncomment out the calls to ange-ftp-repaint-buffer. Jim Blandy 1992-11-16 01:20:29 +00:00
  • 8e6bef18a1 * xselect.c (Fx_get_cut_buffer): Correct check for buf_num in range. Jim Blandy 1992-11-16 01:04:24 +00:00
  • b4f5687cd4 * xfns.c (unread_command_char): Change name in extern declaration to unread_command_event. Jim Blandy 1992-11-16 01:03:16 +00:00
  • 253c7d2f32 * xdisp.c (display_string): Use w's buffer's value of tab-width to display the string, instead of the current buffer's, which could be anything. Jim Blandy 1992-11-16 00:58:49 +00:00
  • 7104f9b06c * vmspaths.h: New version from Roland Roberts. Jim Blandy 1992-11-16 00:58:28 +00:00
  • e6dd60805c * undo.c (Fprimitive_undo): Remove whitespace in front of #ifdef and #endif. Jim Blandy 1992-11-16 00:57:54 +00:00
  • a04c953598 * systty.h: Doc fix. Jim Blandy 1992-11-16 00:55:34 +00:00
  • 986ffb2446 * systty.h, process.c, buffer.h, callproc.c, sysdep.c, dired.c: Added VMS changes from Roland Roberts. Jim Blandy 1992-11-16 00:54:53 +00:00
  • ad3bb3d260 * ralloc.c (relocate_some_blocs): Handle BLOC == NIL_BLOC. (free_bloc): This can now be simplified. Jim Blandy 1992-11-16 00:54:08 +00:00
  • b0310da46a * systty.h, process.c, buffer.h, callproc.c, sysdep.c, dired.c: Added VMS changes from Roland Roberts. Jim Blandy 1992-11-16 00:53:26 +00:00
  • 64a3a3c0b4 * minibuf.c (temp_echo_area_glyphs): Change reference to unread_command_char to unread_command_event. Jim Blandy 1992-11-16 00:46:19 +00:00
  • 2705099422 * mem-limits.h [DATA_SEG_BITS] (EXCEEDS_LISP_PTR): Remember to remove DATA_SEG_BITS from the pointer before testing if the pointer fits in VALBITS. Jim Blandy 1992-11-16 00:45:34 +00:00
  • e37c080581 * lread.c: #include "keyboard.h". (Fread_char, Fread_char_exclusive): Don't signal an error for or throw away switch-frame events; instead, put them off until after we've found a character we can respond to. Jim Blandy 1992-11-16 00:45:02 +00:00
  • 8f805655d5 * keyboard.c (unread_switch_frame): Don't declare this static. Jim Blandy 1992-11-16 00:44:13 +00:00
  • c77d647ec8 * fileio.c (Fexpand_file_name): Don't fiddle with "/." if it's the entire string. Jim Blandy 1992-11-16 00:42:52 +00:00
  • b5c685f402 * dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct number of arguments to mark_window_display_accurate. Jim Blandy 1992-11-16 00:42:24 +00:00
  • ef733244bb * commands.h (unread_command_event): Doc fix. Jim Blandy 1992-11-16 00:41:30 +00:00
  • a56118855c * buffer.c (Ferase_buffer): Doc fix. * buffer.c (Fbury_buffer): Make this behave as in 18.59, although that behavior is very odd - only remove the buffer from the selected window if BUFFER was nil or omitted. Jim Blandy 1992-11-16 00:33:17 +00:00
  • 82d3f7435f * Makefile.in (doxemacs, dotemacs): Explicitly pass along the CC variable in these rules, just as in the `doall' rule. Jim Blandy 1992-11-16 00:32:56 +00:00
  • edaf4ff544 * s/sol2.h (LD_SWITCH_SYSTEM): Add -R option. Jim Blandy 1992-11-16 00:31:04 +00:00
  • 4968c1026f * s/bsd4-2.h, s/bsd4-3.h: #define SIGNALS_VIA_CHARACTERS. * process.c (process_send_signal): Put all the code for sending signals via characters in a #ifdef SIGNALS_VIA_CHARACTERS. Decide whether to use the Berkeley-style or SYSV-style ioctls by seeing which ioctl commands are #defined. Jim Blandy 1992-11-16 00:30:10 +00:00
  • dc9d84de6a * m/pmax.h: Don't define SYSTEM_MALLOC; this was only necessary for Ultrix version 4.1, and the current version is 4.3. Jim Blandy 1992-11-16 00:27:51 +00:00
  • 8a8fa7233d * simple.el (comment-column): Doc fix. Jim Blandy 1992-11-15 23:57:39 +00:00
  • 64d8c7fb28 *** empty log message *** Jim Blandy 1992-11-15 23:44:05 +00:00
  • d074788d47 *** empty log message *** Jim Blandy 1992-11-15 10:30:58 +00:00
  • c9874e0423 Sat Nov 7 15:11:39 1992 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) Jim Blandy 1992-11-10 23:12:23 +00:00
  • 1433a22243 Doc fix. Christopher Zaborsky 1992-11-10 20:01:10 +00:00
  • d367fa7149 Dox fix. Christopher Zaborsky 1992-11-10 19:51:29 +00:00
  • 13b705c88d (vc-cancel-version): Use yes-or-no-p. Richard M. Stallman 1992-11-08 18:58:17 +00:00
  • 1dce54a11a * make-dist: Don't forget that the way to avoid filenames starting with =' is to use the pattern [a-zA-Z0-9]*.h', not `[a-zA-Z0-9].h'. Add a new section for dealing with files that we couldn't make hard links to, since we have two already, and perhaps more to come. Jim Blandy 1992-11-07 20:36:45 +00:00
  • 43bf8b0ee3 * Makefile.in (getdate.o): Added explicit target for this, so we can indicate that it depends on ../src/config.h. Jim Blandy 1992-11-07 07:39:11 +00:00
  • ad85424916 * window.c (Fset_window_configuration): Protect call to Fselect_frame with a #ifdef MULTI_FRAME. [not MULTI_FRAME] (Fcurrent_window_configuration): Don't bother setting the window configuration's selected_frame member. Jim Blandy 1992-11-07 07:37:42 +00:00
  • 92ce5d32cd * systime.h [USG] (EMACS_GET_TZ_OFFSET): Assign to *(offset), not (offset). Don't forget the while corresponding to the do. Include USG in the list of systems that have a tzname array. Jim Blandy 1992-11-07 07:37:08 +00:00
  • 2507ce20cd * sysdep.c (init_baud_rate) [HAVE_TERMIO, not HAVE_TCATTR]: Use TCGETA, not TIOCGETP. Jim Blandy 1992-11-07 07:36:36 +00:00
  • 7d79e3b431 * process.c [SYSV]: Don't include <termios.h>, <termio.h>, or <fcntl.h>. (process_send_signal): Don't try to send SIGTSTP unless SIGTSTP is defined. Jim Blandy 1992-11-07 07:36:10 +00:00
  • 33b1baf632 * minibuf.c (read_minibuf): Protect call to Fredirect_frame_focus with a #ifdef MULTI_FRAME. Jim Blandy 1992-11-07 07:35:49 +00:00
  • f1b76ec09b * lisp.h [not MULTI_FRAME]: Don't declare the Lisp_Frame tag. Jim Blandy 1992-11-07 07:35:20 +00:00
  • 8e4dfd5403 * keymap.c (get_keymap_1): Don't try to autoload OBJECT's function unless the autoload form indicates that it's a keymap. Jim Blandy 1992-11-07 07:34:58 +00:00
  • 07d2b8de62 * keyboard.c (read_key_sequence): Removed the replay_sequence_new_buffer label; replay_sequence should be here instead. Jim Blandy 1992-11-07 07:07:16 +00:00
  • ee9ee63cfa * eval.c (Fautoload): Renamed fifth argument TYPE. Document the fact that (eq TYPE 'keymap) means FUNCTION will become a keymap when loaded. (Fmacroexpand): Instead of assuming that every autoload form with a fifth element is a macro, actually check the fifth element against t and `macro', which are the only values which denote macroness. Jim Blandy 1992-11-07 07:00:37 +00:00
  • 2381d13338 * buffer.c (init_buffer): If PWD is accurate, use it instead of calling getwd. #include <sys/types.h> and <sys/stat.h>, for the call to stat. Jim Blandy 1992-11-07 07:00:04 +00:00
  • d0f7e1511e * alloc.c: #include "frame.h" unconditionally. frame.h does the right thing when MULTI_FRAME isn't defined. Jim Blandy 1992-11-07 06:59:38 +00:00