log

age author description
1993-03-02 Jim Blandy * term/x-win.el (x-switch-definitons): Use the proper names for
1993-03-02 Jim Blandy * timer.el (run-at-time): Doc fix.
1993-03-02 Jim Blandy * simple.el (kill-region): If the buffer is read-only, call
1993-03-02 Jim Blandy Use the term `scroll bar', instead of `scrollbar'.
1993-03-02 Jim Blandy * mouse.el (mouse-split-window-vertically): If the user clicks too
1993-03-02 Jim Blandy * info.el (Info-directory-list): Doc fix; it is set according to
1993-03-02 Jim Blandy * hexl.el (hexl-mode-map): When initializing, remember that the
1993-03-02 Jim Blandy * frame.el (new-frame): Doc fix.
1993-03-02 Jim Blandy * etags.el (find-tag-other-window): If another window is already
1993-03-02 Jim Blandy * autoload.el (generate-file-autoloads): Add another
1993-03-02 Jim Blandy These changes were actually made by Richard; I stole his RCS lock.
1993-03-02 Jim Blandy These are in preparation for a more thorough renaming to occur soon.
1993-03-02 Jim Blandy * term/x-win.el: Require `scroll-bar', not `scrollbar'.
1993-03-01 Richard M. Stallman (Info-insert-dir): Make menu items in Top node
1993-03-01 Richard M. Stallman Don't include dispextern.h more than once.
1993-03-01 Richard M. Stallman (syms_of_cmds): Typo in last change.
1993-03-01 Richard M. Stallman (record_property_change): Typo in last change.
1993-03-01 Richard M. Stallman (print--string case):
1993-03-01 Richard M. Stallman (read1--strings with properties case):
1993-03-01 Richard M. Stallman (Fadd_text_properties, Fremove_text_properties):
1993-03-01 Richard M. Stallman (intervals_equal): Handle one arg null and other not.
1993-03-01 Richard M. Stallman (del_range): Update point before offset_intervals.
1993-02-28 Richard M. Stallman (emacs, temacs): Add @true to prevent Make confusion.
1993-02-27 Richard M. Stallman Error if company name is more than one word.
1993-02-26 Richard M. Stallman (syms_of_keyboard): Doc fix.
1993-02-26 Richard M. Stallman (walk-windows): Doc fix.
1993-02-25 Richard M. Stallman (traverse_intervals): New arg ARG.
1993-02-25 Richard M. Stallman (mark_interval): Add ignored arg.
1993-02-25 Richard M. Stallman (add-change-log-entry): Find end of first paragraph from after the header line.
1993-02-25 Richard M. Stallman (point-to-register): Make arg ARG optional.
1993-02-25 Jim Blandy * term/x-win.el (scroll-bar-mode, scroll-bar-mode): Move these
1993-02-24 Roland McGrath (Ferase_buffer): Added interactive spec.
1993-02-24 Richard M. Stallman (syms_of_buffer): Doc fix.
1993-02-24 Richard M. Stallman (vc-find-file-hook): Discard vc status of file
1993-02-24 Richard M. Stallman Formerly PROBLEMS.~3~
1993-02-24 Richard M. Stallman Formerly PROBLEMS.~2~
1993-02-24 Richard M. Stallman (syms_of_cmds): New var `overwrite-binary-mode'.
1993-02-23 Richard M. Stallman (read_avail_input): Args to `kill' were backwards.
1993-02-23 Jim Blandy Fix the fix.
1993-02-23 Jim Blandy * emacs.c (fatal_error_signal): Unblock the signal before we try
1993-02-23 Jim Blandy * abbrev.c (Fexpand_abbrev): Only copy the text we're going to
1993-02-23 Jim Blandy * .gdbinit (xprocess): New command.
1993-02-23 Jim Blandy * make-dist: Only copy gmalloc.c if we couldn't link it.
1993-02-23 Jim Blandy Removed assigment to foo in byte-compile-lambda.
1993-02-23 Jim Blandy * Makefile.in (lisppath): Don't include externallispdir in this.
1993-02-23 Jim Blandy * alloc.c (make_pure_float): Assure that PUREBEG + pureptr is
1993-02-23 Richard M. Stallman (C_entries): Don't reset definedef when a newline inside a comment is met.
1993-02-23 Richard M. Stallman (Fforward_comment): New function.
1993-02-22 Jim Blandy * alloc.c (make_pure_float): Align pureptr according to __alignof,
1993-02-22 Jim Blandy * xterm.c (XTread_socket): Pass the proper number of arguments to
1993-02-22 Jim Blandy * xrdb.c (getuid): Remove declaration.
1993-02-22 Jim Blandy * minibuf.c (Fdisplay_completion_list): Pass the proper number of
1993-02-22 Jim Blandy * xfns.c (x_set_icon_type): Pass the proper number of arguments to
1993-02-22 Jim Blandy * keyboard.c (recursive_edit_1, command_loop_1): Pass the proper
1993-02-22 Jim Blandy * textprop.c (Fget_text_property): Fix typo in function's declaration.
1993-02-22 Jim Blandy * systty.h [HAVE_TERMIOS]: Include fcntl.h.
1993-02-22 Jim Blandy * systime.h [_AIX]: Move test outside of previous #if.
1993-02-22 Jim Blandy * sysdep.c (child_setup_tty): Recognize HAVE_TERMIOS as well as
1993-02-22 Jim Blandy * callint.c (Fcall_interactively): Pass the correct number of
1993-02-22 Jim Blandy * process.c: Make sure we don't miss processes exiting, by having
1993-02-22 Jim Blandy * keyboard.c (recursive_edit_1, command_loop_1): Pass the proper
1993-02-22 Jim Blandy * data.c (Fstring_to_int): Rename this to Fstring_to_number, since
1993-02-22 Jim Blandy * keymap.c (Fdescribe_vector): Pass the proper number of arguments
1993-02-22 Jim Blandy * keyboard.c (init_keyboard): Recognize HAVE_TERMIOS as well as
1993-02-22 Jim Blandy * frame.c (Fselect_frame): Set Vlast_event_frame to Qnil after
1993-02-22 Jim Blandy * fns.c (Fequal): Call internal_equal to recurse on elements of
1993-02-22 Jim Blandy * floatfns.c (Flogb): Always implement this by calling Flog, even
1993-02-22 Jim Blandy * callproc.c (init_callproc): Move the initialization of
1993-02-22 Jim Blandy * editfns.c (Fmessage): Don't forget to return a value when
1993-02-22 Jim Blandy * dispnew.c (sit_for): Pass the correct number of arguments to
1993-02-22 Jim Blandy * data.c (Fstring_to_number): Skip initial spaces, to make Emacs
1993-02-22 Jim Blandy * config.h.in: #define USE_TEXT_PROPERTIES by default.
1993-02-22 Jim Blandy * callproc.c (delete_temp_file): Declare this to return
1993-02-22 Jim Blandy * bytecode.c (Fbyte_code): Pass the correct number of arguments to
1993-02-22 Jim Blandy * buffer.h: Remove code which #includes "undo.h" if lint is
1993-02-22 Jim Blandy * buffer.c (Fswitch_to_buffer): Pass the correct number of
1993-02-22 Jim Blandy * alloc.c (make_pure_float): Align pureptr on a sizeof (double)
1993-02-22 Jim Blandy * aix3-1.h: Changes from 18.58.
1993-02-22 Jim Blandy * ibmrs6000.h (C_ALLOCA, STACK_DIRECTION): Only define if HAVE_ALLOCA
1993-02-22 Jim Blandy * files.el (revert-buffer): Reverse the sense of the first
1993-02-22 Jim Blandy * two-column.el: Add autoloads for the functions defined in
1993-02-22 Jim Blandy * subr.el (string-to-int): Make this an alias for
1993-02-22 Jim Blandy * gud.el (gud-break): With a prefix argument, set a temporary
1993-02-22 Jim Blandy * make-dist: Don't distribute the external-lisp directory anymore.
1993-02-22 Jim Blandy * configure: Detect whether the compiler supports `const'
1993-02-22 Jim Blandy * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
1993-02-22 Jim Blandy Initial revision
1993-02-21 Richard M. Stallman (esc-map, ctl-x-map): Define as functions.
1993-02-21 Richard M. Stallman (Fskip_syntax_backward): New function.
1993-02-21 Richard M. Stallman (Fsuspend_emacs): Make tem not register.
1993-02-20 Richard M. Stallman (super-apropos-check-doc-file): Look for DOC file in proper directory.
1993-02-20 Richard M. Stallman (Fmemory_limit): Doc fix.
1993-02-20 Richard M. Stallman (insert-directory): Doc fix.
1993-02-19 Richard M. Stallman (Fsuspend_emacs): Rename suspend-hook to suspend-hooks and run it manually.
1993-02-19 Richard M. Stallman (describe_map): Call Fkey_description before build_string.
1993-02-19 Richard M. Stallman (describe-function): Print the arglist if the function is bytecode or a list.
1993-02-19 Richard M. Stallman (Fopen_dribble_file): Doc fix.
1993-02-18 Richard M. Stallman (syms_of_lread): Doc fix.
1993-02-18 Michael I. Bushnell * process.c (Fstart_process): Jimb's change of December 11
1993-02-17 Richard M. Stallman Fix minor bugs in previous change.
1993-02-17 Roland McGrath (generate-file-autoloads): If no buffer was visiting FILE when we started,
1993-02-17 Richard M. Stallman (isearch-backward-regexp):
1993-02-17 Richard M. Stallman (byte-compile-lambda): Test of byte-compile-compatibility was backwards.
1993-02-16 Richard M. Stallman (frame-initialize): Fix error syntax.
1993-02-16 Jim Blandy * informat.el (Info-tagify): Correct the regular expression which
1993-02-15 Richard M. Stallman (find-file-hooks): Delete permanent-local property.
1993-02-15 Richard M. Stallman (search_command): #if 0 previous change.
1993-02-15 Richard M. Stallman (search_command): When moving to LIM on failure, return LIM.
1993-02-14 Richard M. Stallman (Frename_buffer): Make prefix arg set UNIQUE.
1993-02-14 Jim Blandy * xterm.c (x_set_window_size): Call change_frame_size instead of
1993-02-14 Jim Blandy * frame.c (Fframe_parameters): Report the `minibuffer' parameter of
1993-02-14 Jim Blandy * xdisp.c (message): Set echo_frame to the frame whose message buf
1993-02-14 Jim Blandy * dispnew.c (remake_frame_glyphs): When re-allocating the frame's
1993-02-14 Jim Blandy * keymap.c (Flookup_key, Fkey_binding, Flocal_key_binding,
1993-02-14 Jim Blandy * frame.c (Fframe_parameters): Report the `minibuffer' parameter of
1993-02-14 Jim Blandy * fileio.c (Fdo_auto_save): If NO_MESSAGE is non-nil, don't tell
1993-02-14 Jim Blandy * s/usg5-4.h: #include "usg5-3.h", not "s-usg5-3.h".
1993-02-14 Jim Blandy * subr.el (mod): Add back this alias for %.
1993-02-14 Jim Blandy * rmailout.el (rmail-output, rmail-output-to-mail-file): Reverse
1993-02-14 Jim Blandy * lisp-mode.el (lisp-fill-paragraph): New function.
1993-02-14 Jim Blandy * gosmacs.el: Bind M-h to delete-previous-word, not
1993-02-14 Jim Blandy * frame.el: Clean up initialization code.
1993-02-14 Jim Blandy * fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in
1993-02-14 Jim Blandy * cl.el (cl-version): Mark as no longer in beta test.
1993-02-14 Jim Blandy * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
1993-02-14 Jim Blandy * configure (progname): New option `--with-gcc'. Make it clearer
1993-02-14 Jim Blandy Initial revision
1993-02-13 Richard M. Stallman (Fadd_text_properties): Put OBJECT arg last. Make it optional.
1993-02-13 Richard M. Stallman (C_SWITCH_MACHINE): Don't define if GCC.
1993-02-11 Richard M. Stallman (enable-flow-control...): Renamed from evade...
1993-02-11 Richard M. Stallman (Finsert_buffer_substring): Proper error for non-ex buffer.
1993-02-11 Richard M. Stallman (Fcompare_buffer_substrings): New function.
1993-02-10 John Hassey removed m88kbcs, changed delta88 and harris to
1993-02-10 Richard M. Stallman Update GPL version.
1993-02-10 Richard M. Stallman (set-gosmacs-bindings): Fix binding of \eh.
1993-02-10 Richard M. Stallman (char_ins_del_cost): Use FRAME_WIDTH, not FRAME_HEIGHT.
1993-02-09 Richard M. Stallman Fix copyright notice.
1993-02-08 Roland McGrath (add-change-log-entry): Undo Jan 25 change. It worked for buffers in
1993-02-08 Roland McGrath (compilation-forget-errors): Just set
1993-02-07 Richard M. Stallman (sort-subr): Fix previous change.
1993-02-07 Richard M. Stallman (sort-build-lists): Record the key as pair of positions;
1993-02-07 Richard M. Stallman (mail-setup): Use fill-region-as-paragraph
1993-02-07 Richard M. Stallman (extra_keyboard_modifiers): New Lisp var.
1993-02-07 Richard M. Stallman (XTread_socket): Support extra_keyboard_modifiers.
1993-02-05 Jim Wilson (i[34]86sol2): New abbrev for i[34]86-unknown-solaris2.
1993-02-05 Roland McGrath (make-comint): Added docstring.
1993-02-05 Roland McGrath Restore nuked information in minibuffer history bindings.
1993-02-05 Richard M. Stallman Once again, go back to ordinary next-history-element
1993-02-03 Richard M. Stallman (sort-subr): Doc fixes.
1993-02-02 Richard M. Stallman (mail-do-fcc): Allow dash in timezone name.
1993-02-01 Jim Blandy * simple.el (kill-region): If the buffer is read-only, do beep,
1993-02-01 Jim Blandy * texinfo.el (texinfo-mode): Make page-delimiter buffer-local, and
1993-01-31 Roland McGrath (mail-abbrev-end-of-buffer): Changed interactive spec from "P" to "p".
1993-01-30 Richard M. Stallman (c-macro-expand): Use expanded name to write or delete.
1993-01-30 Richard M. Stallman (force_fit_type): Abort if T not INTEGER_CST.
1993-01-30 Jim Blandy * window.c (Fscroll_left, Fscroll_right): Don't forget to apply
1993-01-29 Jim Blandy * xmenu.c (Fx_popup_menu): Don't forget to turn the frame-relative
1993-01-29 Jim Blandy * lread.c (read1): Although digits followed by a '.' are an
1993-01-28 Roland McGrath (next-complete-history-element): Restore point after replacing the
1993-01-28 Richard M. Stallman (sendmail-program): Try /usr/ucblib/sendmail.
1993-01-28 Richard M. Stallman Don't use the completion-oriented history commands.
1993-01-26 Jim Blandy * make-dist: Don't distributed the RCS files in the etc directory.
1993-01-26 Jim Blandy * fns.c (internal_equal): Protect the clause for comparing numbers
1993-01-26 Jim Blandy JimB's changes since January 18th
1993-01-26 Jim Blandy JimB's changes from January 18 to present
1993-01-26 Jim Blandy * disass.el (disassemble): Add autoload cookie for this.
1993-01-26 Jim Blandy compiled-function-p has been renamed to byte-code-function-p.
1993-01-26 Jim Blandy x-selection-value has been renamed to x-selection.
1993-01-25 Roland McGrath (tags-query-replace): C-t
1993-01-25 Richard M. Stallman [TERMINFO]: Don't define LIBS_TERMCAP.
1993-01-25 Richard M. Stallman [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
1993-01-25 Roland McGrath (add-change-log-entry): Restrict PARAGRAPH-END to being on the first
1993-01-25 Roland McGrath (next-complete-history-element): Use only buffer contents before point
1993-01-25 Roland McGrath ({next,previous}-complete-history-element): New functions.
1993-01-22 Jim Blandy * xterm.c (x_scrollbar_create): Set the scrollbars to use
1993-01-22 Jim Blandy * frame.c (Fdelete_frame): Clear the frame's display after calling
1993-01-21 Roland McGrath (tags-loop-scan): Set default value to an error form.
1993-01-21 Roland McGrath (visit-tags-table-buffer): When propagating a change of name after
1993-01-19 Roland McGrath (visit-tags-table-buffer): Error if called with 'same and no current table.
1993-01-19 Roland McGrath (Fdisplay_buffer): Doc fix.
1993-01-16 Jim Blandy * c-mode.el (c-switch-label-regexp): New constant.
1993-01-16 Jim Blandy * xterm.c (x_window_to_scrollbar): Search frames'
1993-01-15 Richard M. Stallman (Frecent_keys): Doc fix.
1993-01-15 Richard M. Stallman (shell): Doc fix.
1993-01-15 Paul Eggert Add copyright and authorship notices.
1993-01-14 Roland McGrath (switch-to-buffer-other-frame): Pass t to pop-to-buffer.
1993-01-14 Richard M. Stallman (Fwindow_at): Doc fix.
1993-01-14 David J. MacKenzie *** empty log message ***
1993-01-14 Richard M. Stallman (find_entries): If filename ends in .f or .for, don't try anything but Fortran.
1993-01-14 Jim Blandy The shell comment char is #, not ;.
1993-01-14 Jim Blandy Remove info from the distribution. It looks very out of date now.
1993-01-14 Jim Blandy * xterm.c (x_scrollbar_create): Include PointerMotionHintMask in
1993-01-14 Jim Blandy * make-dist: Include `./lisp/calc-2.02' in the distribution.
1993-01-14 Jim Blandy * dispnew.c (Fredraw_display): DEFUN was missing a closing paren.
1993-01-14 Jim Blandy * make-dist: Remember that the authoritative COPYING notice is
1993-01-14 Jim Blandy * .gdbinit: Add "-geometry +0+0" to default args.
1993-01-14 Jim Blandy Make scrollbar structures into lisp objects, so that they can be
1993-01-14 Jim Blandy Make scrollbar structures into lisp objects, so that they can be
1993-01-14 Jim Blandy * xfns.c (Fx_create_frame): After mapping the frame, call
1993-01-14 Jim Blandy * window.c (window_internal_width): New function, which accounts
1993-01-14 Jim Blandy Make scrollbar structures into lisp objects, so that they can be
1993-01-14 Jim Blandy * window.c (window_internal_width): New function, which accounts
1993-01-14 Jim Blandy * termhooks.h (mouse_position_hook): Doc fix.
1993-01-14 Jim Blandy * term.c (set_vertical_scrollbar_hook, condemn_scrollbars_hook,
1993-01-14 Jim Blandy * frame.h (FRAME_SAMPLE_VISIBILITY): Make sure frame is marked as
1993-01-14 Jim Blandy * window.c (window_internal_width): New function.
1993-01-14 Jim Blandy * termhooks.h (mouse_position_hook): Doc fix.
1993-01-14 Jim Blandy * window.c (window_internal_width): New function.
1993-01-14 Jim Blandy Make scrollbar structures into lisp objects, so that they can be
1993-01-14 Jim Blandy * fileio.c (Fdo_auto_save): Add CURRENT_ONLY argument, as
1993-01-14 Jim Blandy * emacs.c (shut_down_emacs): New function.
1993-01-14 Jim Blandy * config.h.in: protect against multiple #inclusions.
1993-01-14 Jim Blandy * scrollbar.el: New file.
1993-01-14 Jim Blandy * simple.el (set-goal-column): Make this command disabled by default.
1993-01-14 Jim Blandy * page-ext.el (next-page): Correctly handle negative page count.
1993-01-14 Jim Blandy * frame.el (frame-notice-user-settings): Don't try to delete the
1993-01-14 Jim Blandy Initial revision
1993-01-13 Richard M. Stallman Define MAKE, and use where appropriate.
1993-01-13 Richard M. Stallman (Fredraw_display): Redraw all visible frames.
1993-01-13 Richard M. Stallman (mouse-save-then-kill): When deleting, avoid delay
1993-01-13 Richard M. Stallman (float_to_string): Add final 0 if text ends with decimal pt.
1993-01-12 Richard M. Stallman (Fset_default_file_modes, Fdefault_file_modes): Renamed from .._mode.
1993-01-12 Richard M. Stallman (Fset_default_file_mode, Fdefault_file_mode):
1993-01-11 Richard M. Stallman (Fwrite_region): Doc fix.
1993-01-11 Richard M. Stallman (kill-append): Doc fix.
1993-01-10 Richard M. Stallman (float_to_string): Add `.0' at end if needed.
1993-01-10 Richard M. Stallman (Fload): If warn that .elc file is older,
1993-01-09 Richard M. Stallman (mail-unsent-separator): Add `-- begin message --'.
1993-01-09 Richard M. Stallman (dired-mark-read-regexp): Give dired-read-regexp 1 arg.
1993-01-09 Richard M. Stallman (dired-regexp-history): New history list.
1993-01-09 Roland McGrath (update-copyright): Doc fix.
1993-01-08 Michael I. Bushnell Use process-send-string instead of send-string.
1993-01-08 Richard M. Stallman (add-change-log-entry): Search for existing ChangeLog
1993-01-08 Michael I. Bushnell Also, write a newline after the token.
1993-01-08 Michael I. Bushnell Also, write a newline after the token.
1993-01-08 Michael I. Bushnell timer.c (notify): Flush stdout after writing message to avoid lossage
1993-01-08 Richard M. Stallman Doc fixes.
1993-01-08 Roland McGrath (run-at-time): Use a pipe to talk to the timer process.
1993-01-08 Michael I. Bushnell timer.c (notify): Flush stdout after writing message to avoid lossage
1993-01-08 Richard M. Stallman Initial revision
1993-01-08 Richard M. Stallman entered into RCS
1993-01-08 Richard M. Stallman (Frandom): Change arg name.
1993-01-07 Richard M. Stallman (unexec): Don't call exit, just return.
1993-01-07 Richard M. Stallman (mail-send): Don't clear modified or delete autosave if visiting a file.
1993-01-07 Jim Blandy * simple.el (kill-region): Change interactive spec to signal an
1993-01-07 Jim Blandy Small changes to keep people from running Emacs under X.
1993-01-07 Jim Blandy *** empty log message ***
1993-01-06 Richard M. Stallman entered into RCS
1993-01-05 Richard M. Stallman New version received.
1993-01-05 Richard M. Stallman ($os alternatives for sco and isc): Preserve the specified os version if any.
1993-01-04 Richard M. Stallman (apropos-match-keys): Handle non-chars as keys.
1993-01-03 Richard M. Stallman (Fx_get_resource): Use EMACS_CLASS to make class_key
1993-01-02 Richard M. Stallman Translate sunos5 to solaris2, and solaris1 to sunos4.
1993-01-02 Richard M. Stallman (compilation-sentinel): Change buffer-read-only with let.
1992-12-30 Richard M. Stallman (texinfo-tex-command): Use texi2dvi.
1992-12-29 Roland McGrath [! emacs] [HAVE_CONFIG_H]: #include "config.h"
1992-12-29 Richard M. Stallman (mouse-buffer-menu): Select the window clicked on.
1992-12-29 Roland McGrath (add-change-log-entry): Notice when ENTRY is equal to FILE-NAME,
1992-12-28 Richard M. Stallman Default to bsd for *-sequent.
1992-12-26 Richard M. Stallman (abbreviated-home-dir): New variable.
1992-12-24 Roland McGrath (visit-tags-table-buffer): When picking a table and using tags-table-list,
1992-12-24 Roland McGrath (etags-verify-tags-table): Use eq instead of = in case char-after returns
1992-12-24 Jim Blandy *** empty log message ***
1992-12-24 Jim Blandy * frame.h (struct frame): New fields `can_have_scrollbars' and
1992-12-24 Jim Blandy * frame.h (struct frame): New fields `can_have_scrollbars' and
1992-12-24 Jim Blandy * frame.h (struct frame): New fields `can_have_scrollbars' and
1992-12-24 Jim Blandy * xdisp.c: #include "termhooks.h".
1992-12-24 Jim Blandy * frame.h (struct frame): New fields `can_have_scrollbars' and
1992-12-24 Jim Blandy * keyboard.c (Qscrollbar_movement, Qvertical_scrollbar,
1992-12-24 Jim Blandy * floatfns.c (Flog): Fix unescaped newline in string.
1992-12-24 Jim Blandy * scroll.c (do_scrolling): When bcopying the max_ascent field from
1992-12-24 Jim Blandy * keyboard.c (Qscrollbar_movement, Qvertical_scrollbar,
1992-12-24 Jim Blandy * keyboard.c (Qscrollbar_movement, Qvertical_scrollbar,
1992-12-24 Jim Blandy * keyboard.c: Protect all references to kbd_buffer_frames with
1992-12-24 Jim Blandy * frame.h (struct frame): New fields `can_have_scrollbars' and
1992-12-24 Jim Blandy * frame.h (struct frame): New fields `can_have_scrollbars' and
1992-12-24 Jim Blandy * dispnew.c (Fredraw_display): Use the FRAME_VISIBLE_P and
1992-12-24 Jim Blandy * buffer.c (Frename_buffer): Set update_mode_lines.
1992-12-24 Jim Blandy * ymakefile (all, xemacs): We build an executable called `emacs' now,
1992-12-24 Jim Blandy * sendmail.el (mail-position-on-field): `end' is guaranteed to be
1992-12-24 Jim Blandy * rmail.el (rmail-unix-mail-delimiter): Not all time zone names
1992-12-24 Jim Blandy * loadup.el: Dump under the name `emacs', not `xemacs'.
1992-12-24 Jim Blandy * compile.el (compilation-error-regexp-alist): Tightened up
1992-12-24 Jim Blandy * c-mode.el (c-fill-paragraph): Calculating the proper fill-prefix
1992-12-24 Jim Blandy * make-dist: Make sure that the COPYING notices in each directory
1992-12-24 Jim Blandy * configure: Start with a blank line; this keeps some old CSH's
1992-12-24 Jim Blandy * INSTALL: The build process produces an executable called `emacs'
1992-12-21 Roland McGrath (visit-tags-table-buffer): Don't look in list for tags-file-name if nil.
1992-12-21 Roland McGrath Many comments added and docstrings fixed.
1992-12-21 Roland McGrath (ignore): Use defun instead of fset to define; the byte compiler is smart
1992-12-21 Roland McGrath (tagsfiles): New variable.
1992-12-21 Richard M. Stallman (Fcall_interactively): For `s', use Fread_string.
1992-12-19 Richard M. Stallman Display load-path at start.
1992-12-18 Jim Blandy * frame.c (make_terminal_frame): Don't forget to set the
1992-12-15 David J. MacKenzie *** empty log message ***
1992-12-14 Jim Blandy *** empty log message ***
1992-12-12 Jim Blandy * make-dist: Don't bother creating an arch-lib directory; that's
1992-12-12 Jim Blandy * configure: Don't make the top-level Makefile read-only - people
1992-12-12 Jim Blandy * Makefile.in (install, install.sysv, install.xenix, install.aix):
1992-12-12 Jim Blandy * window.c (Fset_window_configuration): If we're restoring the
1992-12-12 Jim Blandy * search.c (Fskip_chars_forward, Fskip_chars_backward): Return the
1992-12-12 Jim Blandy Give subprocess creation a way to find a valid current directory
1992-12-12 Jim Blandy * macros.c (Fend_kbd_macro): Don't use XFASTINT to check if arg is
1992-12-12 Jim Blandy * fileio.c (find_file_handler): Rename this to
1992-12-12 Jim Blandy * frame.c (Fdelete_frame): Delete all the windows in the frame's
1992-12-12 Jim Blandy Give subprocess creation a way to find a valid current directory
1992-12-12 Jim Blandy Give subprocess creation a way to find a valid current directory
1992-12-12 Jim Blandy * Makefile.in (distclean): Don't delete machine.h or system.h;
1992-12-12 Jim Blandy * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
1992-12-12 Jim Blandy * Makefile.in (exec_prefix): New variable.
1992-12-12 Jim Blandy * vc.el (vc-do-command): Set the default directory of the *vc*
1992-12-12 Jim Blandy Sat Dec 12 03:22:57 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
1992-12-12 Jim Blandy The find-file-name-handler function in ../src/fileio.c is now
1992-12-12 Jim Blandy * lpr.el (lpr-switches, lpr-command): Make these defvars, not
1992-12-12 Jim Blandy * ange-ftp.el (ange-ftp-unhandled-file-name-directory): New
1992-12-12 Jim Blandy *** empty log message ***
1992-12-12 Jim Meyering *** empty log message ***
1992-12-09 Roland McGrath (Info-{first,second,third,fourth,fifth}-menu-item): Removed.
1992-12-09 Roland McGrath (Info-{first,second,third,fourth,fifth}-menu-item): Removed.
1992-12-08 Jim Blandy *** empty log message ***
1992-12-06 Jim Blandy * sendmail.el (mail-self-blind, mail-interactive,
1992-12-06 Jim Blandy Tue Dec 1 22:34:42 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
1992-12-06 Jim Blandy Fri Dec 4 00:31:30 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
1992-12-06 Eric S. Raymond * c-mode.el (c-style-alist): Add quotes around C++ style name.
1992-12-06 Jim Blandy * make-path.c (touchy_mkdir): Remove debugging output.
1992-12-06 Jim Blandy * Makefile.in (make-path): New target.
1992-12-06 Jim Blandy * xterm.c (XTread_socket): When we get MapNotify, UnmapNotify,
1992-12-06 Jim Blandy * xfns.c (Fx_create_frame): Initialize f->async_visible too.
1992-12-06 Jim Blandy * xdisp.c (redisplay): Call FRAME_SAMPLE_VISIBILITY to set the
1992-12-06 Jim Blandy Tue Dec 1 23:42:25 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
1992-12-06 Jim Blandy * keyboard.c (kbd_store_ptr): Declare this to be volatile, if
1992-12-06 Jim Blandy * frame.h (struct frame): New fields called async_visible and
1992-12-06 Jim Blandy * frame.c (make_frame): Initialize async_visible and
1992-12-06 Jim Blandy * doc.c (store_function_docstring): New function, made from part
1992-12-06 Jim Blandy * dispnew.c: Remove dyked-out copy of safe_bcopy.
1992-12-06 Jim Blandy * dispextern.h (struct frame_glyphs): Doc fix.
1992-12-06 Jim Blandy src/ * data.c (indirect_function): Delete unused argument ERROR.
1992-12-06 Jim Blandy Now partially conforms with GNU coding standards. I'm only checking
1992-12-04 Jim Blandy Initial revision
1992-12-01 David J. MacKenzie *** empty log message ***
1992-11-27 Richard M. Stallman (add-change-log-entry): Expand file-name again after chasing links.
1992-11-26 Richard M. Stallman Copy changes from 18.59:
1992-11-26 David J. MacKenzie *** empty log message ***
1992-11-24 David J. MacKenzie *** empty log message ***
1992-11-24 Jim Blandy Finish previous change.
1992-11-24 Jim Blandy * Makefile.in (clean): Remove prefix-args.
1992-11-21 Richard M. Stallman (LD_SWITCH_SYSTEM): Make alternate version for GCC.
1992-11-21 Karl Berry *** empty log message ***
1992-11-20 Richard M. Stallman (vc-next-action): Undo previous change.
1992-11-20 Jim Blandy Thu Nov 19 16:44:24 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
1992-11-20 Jim Blandy * subr.el (lambda): Doc fix.
1992-11-20 Jim Blandy * fortran.el: New version of version 1.30 (!) from Stephen A. Wood
1992-11-20 Jim Blandy * m/sparc.h: Don't include <sys/param.h> here; that screws up the
1992-11-20 Jim Blandy Fri Nov 20 05:24:16 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
1992-11-20 Jim Blandy *** empty log message ***
1992-11-20 Jim Blandy * configure: Use GCC-style configuration names, using config.sub.
1992-11-20 Jim Blandy * make-dist: Explain what's going on if config.sub and gmalloc.c
1992-11-18 Jim Blandy * config.sub: Added Xenix operating system.
1992-11-16 Jim Blandy * make-dist: Don't bother to distribute src/*.com, or
1992-11-16 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
1992-11-16 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
1992-11-16 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
1992-11-16 Jim Blandy * subr.el (lambda): Don't use backquotes in lambda's definition.
1992-11-16 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
1992-11-16 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
1992-11-16 Jim Blandy * rect.el (operate-on-rectangle): Use move-to-column's FORCE
1992-11-16 Jim Blandy * paths.el (rmail-spool-directory): Add dgux-unix to the list of
1992-11-16 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
1992-11-16 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
1992-11-16 Jim Blandy * lpr.el (lpr-command, lpr-switches): Removed strings starting
1992-11-16 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
1992-11-16 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
1992-11-16 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
1992-11-16 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
1992-11-16 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
1992-11-16 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
1992-11-16 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
1992-11-16 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
1992-11-16 Jim Blandy * disass.el (byte-compile): Specify that the 'byte-compile feature
1992-11-16 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
1992-11-16 Jim Blandy * bytecomp.el: Declare unread-command-char an obsolete variable.
1992-11-16 Jim Blandy * ange-ftp.el (ange-ftp-repaint-buffer): Give this a non-hacky
1992-11-16 Jim Blandy * xselect.c (Fx_get_cut_buffer): Correct check for buf_num in
1992-11-16 Jim Blandy * xfns.c (unread_command_char): Change name in extern declaration
1992-11-16 Jim Blandy * xdisp.c (display_string): Use w's buffer's value of
1992-11-16 Jim Blandy * vmspaths.h: New version from Roland Roberts.
1992-11-16 Jim Blandy * undo.c (Fprimitive_undo): Remove whitespace in front of #ifdef
1992-11-16 Jim Blandy * systty.h: Doc fix.
1992-11-16 Jim Blandy * systty.h, process.c, buffer.h, callproc.c, sysdep.c, dired.c:
1992-11-16 Jim Blandy * ralloc.c (relocate_some_blocs): Handle BLOC == NIL_BLOC.
1992-11-16 Jim Blandy * systty.h, process.c, buffer.h, callproc.c, sysdep.c, dired.c:
1992-11-16 Jim Blandy * minibuf.c (temp_echo_area_glyphs): Change reference to
1992-11-16 Jim Blandy * mem-limits.h [DATA_SEG_BITS] (EXCEEDS_LISP_PTR): Remember to
1992-11-16 Jim Blandy * lread.c: #include "keyboard.h".
1992-11-16 Jim Blandy * keyboard.c (unread_switch_frame): Don't declare this static.
1992-11-16 Jim Blandy * fileio.c (Fexpand_file_name): Don't fiddle with "/." if it's the
1992-11-16 Jim Blandy * dispnew.c [not MULTI_FRAME] (Fredraw_display): Pass the correct
1992-11-16 Jim Blandy * commands.h (unread_command_event): Doc fix.
1992-11-16 Jim Blandy * buffer.c (Ferase_buffer): Doc fix.
1992-11-16 Jim Blandy * Makefile.in (doxemacs, dotemacs): Explicitly pass along the CC
1992-11-16 Jim Blandy * s/sol2.h (LD_SWITCH_SYSTEM): Add -R option.
1992-11-16 Jim Blandy * s/bsd4-2.h, s/bsd4-3.h: #define SIGNALS_VIA_CHARACTERS.
1992-11-16 Jim Blandy * m/pmax.h: Don't define SYSTEM_MALLOC; this was only necessary
1992-11-15 Jim Blandy * simple.el (comment-column): Doc fix.
1992-11-15 Jim Blandy *** empty log message ***
1992-11-15 Jim Blandy *** empty log message ***
1992-11-10 Jim Blandy Sat Nov 7 15:11:39 1992 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
1992-11-10 Christopher Zaborsky Doc fix.
1992-11-10 Christopher Zaborsky Dox fix.
1992-11-08 Richard M. Stallman (vc-cancel-version): Use yes-or-no-p.
1992-11-07 Jim Blandy * make-dist: Don't forget that the way to avoid filenames starting
1992-11-07 Jim Blandy * Makefile.in (getdate.o): Added explicit target for this, so we
1992-11-07 Jim Blandy * window.c (Fset_window_configuration): Protect call to
1992-11-07 Jim Blandy * systime.h [USG] (EMACS_GET_TZ_OFFSET): Assign to *(offset), not
1992-11-07 Jim Blandy * sysdep.c (init_baud_rate) [HAVE_TERMIO, not HAVE_TCATTR]: Use
1992-11-07 Jim Blandy * process.c [SYSV]: Don't include <termios.h>, <termio.h>, or
1992-11-07 Jim Blandy * minibuf.c (read_minibuf): Protect call to Fredirect_frame_focus
1992-11-07 Jim Blandy * lisp.h [not MULTI_FRAME]: Don't declare the Lisp_Frame tag.
1992-11-07 Jim Blandy * keymap.c (get_keymap_1): Don't try to autoload OBJECT's function
1992-11-07 Jim Blandy * keyboard.c (read_key_sequence): Removed the
1992-11-07 Jim Blandy * eval.c (Fautoload): Renamed fifth argument TYPE. Document the
1992-11-07 Jim Blandy * buffer.c (init_buffer): If PWD is accurate, use it instead of
1992-11-07 Jim Blandy * alloc.c: #include "frame.h" unconditionally. frame.h does the
1992-11-07 Jim Blandy * Makefile.in: Rearrange dependencies to make sure that xmakefile
1992-11-07 Jim Blandy * make-dist: Don't distribute files in src/m and src/s whose names
1992-11-07 Jim Blandy Wed Nov 4 15:09:07 1992 Jim Blandy (jimb@totoro.cs.oberlin.edu)
1992-11-07 Jim Blandy * startup.el (normal-top-level): Don't worry about setting
1992-11-07 Jim Blandy * isearch.el (isearch-frames-exist): This isn't what we want -
1992-11-07 Jim Blandy * simple.el (previous-line): Doc fix.
1992-11-07 Jim Blandy * etags.el (find-tag-noselect): Doc fix.
1992-11-07 Jim Blandy * compile.el (compile-internal): Use NAME-OF-MODE in the prompt
1992-11-07 Jim Blandy * cl.el: New version - 3.0 - from Cesar Quiroz.
1992-11-07 Jim Blandy * autoload.el (make-autoload): When creating an autoload
1992-11-07 Jim Blandy Added `mips' command. jimb-sync-Nov-3-1992
1992-11-07 Richard M. Stallman Doc fix.
1992-11-06 Richard M. Stallman (SYSTEM_TYPE): Use berkeley-unix.
1992-11-05 Richard M. Stallman version 1.28.8
1992-11-05 Richard M. Stallman (command-switch-alist, x-switch-definitions):
1992-11-05 Jim Blandy *** empty log message ***
1992-11-05 Richard M. Stallman Don't discard SCO version number if it's 3.2v4.
1992-11-04 Karl Berry *** empty log message ***
1992-11-03 Christopher Zaborsky Doc fix.
1992-11-03 Richard M. Stallman (insert-rectangle): Put mark at upper left corner.
1992-11-03 Christopher Zaborsky Dox fix.
1992-11-03 Christopher Zaborsky Doc fix.
1992-11-03 Christopher Zaborsky Dox fix.
1992-11-03 Richard M. Stallman (dired-mark-confirm): For `compress', say `Compress or uncompress'.
1992-11-03 Richard M. Stallman (make-directory): Renamed from make-directory-path.
1992-11-03 Jim Blandy * fileio.c (Fmake_directory_internal): Remove extra paren before the
1992-11-03 Jim Blandy * ange-ftp.el: Tighten the regular expression used in
1992-11-01 Richard M. Stallman (isearch-search): Handle all sorts of errors from regexp search.
1992-10-31 Richard M. Stallman (Fmake_directory_internal): Renamed from Fmake_directory.
1992-10-31 Richard M. Stallman (byte-compile-lambda):
1992-10-31 Jim Blandy * xterm.h (x_screen_count, x_release, x_screen_height,
1992-10-31 Jim Blandy * xterm.c (x_convert_modifiers): Declare this to return an
1992-10-31 Jim Blandy * xselect.c (own_selection): selection_type is an X Atom value,
1992-10-31 Jim Blandy * xfns.c (x_decode_color, Fx_color_display_p): x_screen_planes is
1992-10-31 Jim Blandy * xdisp.c (redisplay): Use ! EQ to compare the old and new arrow
1992-10-31 Jim Blandy * window.h (make_window, window_from_coordinates,
1992-10-31 Jim Blandy * window.c (Fwindow_width, Fset_window_hscroll): Use accessors on
1992-10-31 Jim Blandy * undo.c (record_insert): Use accessors on BEG and LENGTH.
1992-10-31 Jim Blandy * search.c (Fstore_match_data): Don't assume Flength returns an
1992-10-31 Jim Blandy * process.c: (status_convert): Declare this to return a
1992-10-31 Jim Blandy * print.c (print): Cast the frame's address to an integer before
1992-10-31 Jim Blandy * minibuf.c (read_minibuf): Use EQ to compare, not ==.
1992-10-31 Jim Blandy * lread.c (read_char): Add an extern declaration for this,
1992-10-31 Jim Blandy * lisp.h (Fdefault_boundp, make_float, Ffloat, Fnth, Fcopy_alist,
1992-10-31 Jim Blandy * keymap.c (Fdefine_key, Flookup_key, describe_map): Don't assume
1992-10-31 Jim Blandy * keyboard.h (get_keymap_1, Fkeymapp, reorder_modifiers,
1992-10-31 Jim Blandy * keyboard.c: #include dispextern.h.
1992-10-31 Jim Blandy * frame.c: #include buffer.h.
1992-10-31 Jim Blandy * fns.c: #include keyboard.h.
1992-10-31 Jim Blandy * floatfns.c (Flog): Don't forget to declare the BASE argument a
1992-10-31 Jim Blandy * doc.c: #include keyboard.h.
1992-10-31 Jim Blandy * dispextern.h (sit_for): Declare this extern.
1992-10-31 Jim Blandy * dired.c (find_file_handler): Declare this extern.
1992-10-31 Jim Blandy * data.c (Fset): See if current_alist_element points to itself
1992-10-31 Jim Blandy * commands.h (unread_command_char): Declare this to be a
1992-10-31 Jim Blandy * casetab.c (set_case_table): Declare this to be static, and
1992-10-31 Jim Blandy * casefiddle.c (operate_on_word): Declare end to be an int, not a