Mercurial > emacs
graph
-
* configure.in: Use the AC_PROG_CPP macro, and then use the CPP1993-05-03, by Jim Blandy
-
* configure.in: Use the AC_ALLOCA test.1993-05-03, by Jim Blandy
-
(find-file-noselect): On VMS, maybe set buffer-file-name1993-05-02, by Richard M. Stallman
-
Initial revision1993-05-01, by Jim Blandy
-
(vc-mode-line): Don't alter key bindings.1993-05-01, by Richard M. Stallman
-
Changed.1993-05-01, by Richard M. Stallman
-
(Fsuspend_emacs): Doc fix.1993-05-01, by Richard M. Stallman
-
(vc-revert-buffer1): Fix format of compilation-error-list.1993-05-01, by Richard M. Stallman
-
Fix syntax error.1993-04-30, by Doug Evans
-
*** empty log message ***1993-04-30, by Jim Blandy
-
Accept sh, hms.1993-04-30, by Steve Chamberlain
-
(find-file-noselect): Do set buffer-file-name1993-04-30, by Richard M. Stallman
-
(vc-match-substring): Renamed from match-substring.1993-04-29, by Richard M. Stallman
-
(Fthis_command_keys): Doc fix.1993-04-29, by Richard M. Stallman
-
(wait_reading_process_input): Move the status_notify1993-04-29, by Richard M. Stallman
-
(shell-prompt-pattern): Undo last change.1993-04-29, by Richard M. Stallman
-
(up-arrow, down-arrow, left-arrow, right-arrow): Deleted.1993-04-29, by Richard M. Stallman
-
(Fexpand_file_name): Undo last change--too risky for now.1993-04-29, by Richard M. Stallman
-
(Fdefine_function): New function (same code as Fdefalias).1993-04-29, by Richard M. Stallman
-
(LOADHIST_ATTACH): New macro.1993-04-29, by Richard M. Stallman
-
(vc-revert-buffer1): Ignore non-marker elts of compilation-error-list.1993-04-28, by Roland McGrath
-
Add compilation-minor-mode to minor-mode-alist and minor-mode-map-alist.1993-04-28, by Roland McGrath
-
Installed Aaron Larson's new bibtex.el. See the header comment for1993-04-28, by Eric S. Raymond
-
(gnus-inews-organization): If ORGANIZATION is "", set it to nil.1993-04-28, by Roland McGrath
-
(file-truename): Undo last change.1993-04-28, by Roland McGrath
-
(do_autoload): Fixed the bug in the autoload-saving code.1993-04-28, by Eric S. Raymond
-
Removed spurious comment (obsoleted by ;;;###autoload).1993-04-28, by Eric S. Raymond
-
(hscroll-step): New variable.1993-04-27, by Eric S. Raymond
-
(un_autoload): Don't try to save old autoload forms when we load something1993-04-27, by Eric S. Raymond
-
Completed the package entry point's name change from edit-picture to1993-04-27, by Eric S. Raymond
-
(gud-format-command): Fix %f expansuuin to send ondly the basename of1993-04-27, by Eric S. Raymond
-
(file-truename): Do the right thing when /home/gp2/eric = "".1993-04-27, by Eric S. Raymond
-
(notify): Bug fix. Treat the body of this function as a critical region.1993-04-27, by Eric S. Raymond
-
(Fexpand_file_name): Don't remove trailing / from NEWDIR if just "/".1993-04-26, by Roland McGrath
-
(find-tag-interactive): New function to read args for find-tag et al.1993-04-26, by Roland McGrath
-
(read_pending_input): Fix the garbaged-modifiers bug under System Vs previous1993-04-26, by Eric S. Raymond
-
Doc fixes. Also a few teaks to pacify the byte-compiler.1993-04-26, by Eric S. Raymond
-
I started to clean this up and make it work under System V, until I hit a wall.1993-04-26, by Eric S. Raymond
-
(global-map): Dyke out the last two event-to-function bindings. These belong1993-04-26, by Eric S. Raymond
-
(cd): Handle leading "~" like an absolute filename.1993-04-26, by Eric S. Raymond
-
Changed fsets to defaliases.1993-04-26, by Eric S. Raymond
-
(comint-mod): Nuked. A call to ring-mod replaces it.1993-04-25, by Eric S. Raymond
-
Rewritten. A poor choice of representation made the old code excessively1993-04-25, by Eric S. Raymond
-
Set no-byte-compile local variable t to work around a byte-compiler bug.1993-04-25, by Eric S. Raymond
-
(vc-diff): Get proper error message when you run this with no prefix1993-04-25, by Eric S. Raymond
-
(Fset-window-buffer): Set horizontal-scrolling on a window to zero when1993-04-25, by Eric S. Raymond
-
(Qmode-line-format): Describe %l in the doc string.1993-04-25, by Eric S. Raymond
-
(down-arrow): New function. Uses next-line-add-newlines to suppress1993-04-25, by Eric S. Raymond
-
(tex-compilation-parse-errors): Added. At the moment, this would have1993-04-25, by Eric S. Raymond
-
(cd): Changed to use to resolve relative cd calls.1993-04-25, by Eric S. Raymond
-
Added and fixed documentation.1993-04-25, by Eric S. Raymond
-
*** empty log message ***1993-04-24, by Noah Friedman
-
Replaced all fsets with defaliases.1993-04-23, by Eric S. Raymond
-
All fsets changed to defaliases.1993-04-23, by Eric S. Raymond
-
Some fsets changed to defaliases.1993-04-23, by Eric S. Raymond
-
All fsets changed to defaliases.1993-04-23, by Eric S. Raymond
-
All fsets changed to defaliases.1993-04-23, by Eric S. Raymond
-
Initial revision1993-04-23, by Eric S. Raymond
-
(define-function): Changed name back to defalisaases to get things in1993-04-23, by Eric S. Raymond
-
(Fdefine_function): Changed name back to Fdefalias, so we get things1993-04-23, by Eric S. Raymond
-
(BUF_NARROWED, NARROWED): New macros to test whether a region1993-04-23, by Eric S. Raymond
-
(global-map): Remove function key bindings that duplicate stuff in1993-04-23, by Eric S. Raymond
-
Commentary added.1993-04-23, by Eric S. Raymond
-
(Info-find-node, Info-insert-subfile): Do the right thing if info files have1993-04-23, by Eric S. Raymond
-
(ange-ftp-binary-file-name-regexp): Match .z and .z-part-?? files.1993-04-22, by Roland McGrath
-
Rewritten and simplified, commentary added. It now will usually1993-04-21, by Eric S. Raymond
-
(vc-revert-buffer1): Typo fix in last change.1993-04-19, by Roland McGrath
-
(shell-mode): isationization (doc fix).1993-04-19, by Roland McGrath
-
(shell-mode): Capitalize mode name.1993-04-19, by Roland McGrath
-
(vc-comment-to-change-log): Restored interactive spec. Why was it1993-04-19, by Roland McGrath
-
(vc-revert-buffer1): Completely rewrote compilation reparsing code.1993-04-19, by Roland McGrath
-
(find-file-noselect): Never set SAME-TRUENAME to a buffer whose1993-04-19, by Roland McGrath
-
(set-auto-mode): If the buffer begins with "#!", look for -*- in the first1993-04-19, by Roland McGrath
-
(mail-do-fcc): Make a numeric time zone indicator1993-04-17, by Richard M. Stallman
-
Comment fixes.1993-04-17, by Richard M. Stallman
-
(tc-dissociate): Renamed from tc-kill-association.1993-04-17, by Richard M. Stallman
-
(Fdefine_function): New function.1993-04-17, by Richard M. Stallman
-
(defun, defmacro, defvar, defconst):1993-04-17, by Richard M. Stallman
-
(provide, require): Put appropriately-marked1993-04-17, by Richard M. Stallman
-
(readevalloop): New argument is the source file name (or nil if none).1993-04-17, by Richard M. Stallman
-
(byte-compile, byte-compile-keep-pending)1993-04-17, by Richard M. Stallman
-
entered into RCS1993-04-16, by Richard M. Stallman
-
Add defvars to pacify the byte compiler, at RMS's request.1993-04-16, by Eric S. Raymond
-
(diff-parse-differences): Small robustification --- don't lose if we1993-04-16, by Eric S. Raymond
-
(shrink-window-if-larger-than-buffer): Moved to window.el.1993-04-16, by Eric S. Raymond
-
*** empty log message ***1993-04-16, by Noah Friedman
-
Don't include Xmu/Drawing.h.1993-04-15, by Richard M. Stallman
-
(resume-suspend-hook): Renamed from resume-empty-args-file.1993-04-14, by Richard M. Stallman
-
(resume-empty-args-file): Renamed from empty-args-file.1993-04-14, by Richard M. Stallman
-
(update-file-autoloads, update-directory-autoloads): If called1993-04-14, by Roland McGrath
-
(makefile-mode): Fix typo in autoload cookie.1993-04-14, by Richard M. Stallman
-
Doc fixes.1993-04-14, by Richard M. Stallman
-
(gud-mode): Created C-c synonym bindings in the GUD buffer's local map.1993-04-14, by Eric S. Raymond
-
Name changed from sun-cursors.el to protect the innocents.1993-04-14, by Eric S. Raymond
-
Name changed to fit in a 14-character limit.1993-04-14, by Eric S. Raymond
-
(shrink-window-if-larger-than-buffer): Moved from electric.el to windows.el,1993-04-14, by Eric S. Raymond
-
(lm-commentary-region): Gone.1993-04-14, by Eric S. Raymond
-
Rewritten. The Finder is now a major mode with the ability to browse1993-04-14, by Eric S. Raymond
-
(message, message1): If noninteractive and1993-04-13, by Richard M. Stallman
-
(Fy_or_n_p): Echo the answer just once, at exit.1993-04-13, by Richard M. Stallman
-
(rot13-display-table): Use `vector', not `make-rope'.1993-04-12, by Richard M. Stallman
-
Use `vector', not `make-rope'.1993-04-12, by Richard M. Stallman
-
(rot13-other-window): Add autoload.1993-04-12, by Richard M. Stallman
-
(find-file-noselect): Verify other buffers' file numbers are still valid.1993-04-11, by Richard M. Stallman
-
(fill-nonuniform-paragraphs): New command.1993-04-11, by Richard M. Stallman
-
(gdb, sdb, dbx): Improved prompting a la grep.1993-04-10, by Eric S. Raymond
-
Clean up cmu* uses in header comments.1993-04-10, by Eric S. Raymond
-
* Makefile.in (xmakefile): Recognize the -O option with a numeric1993-04-10, by Jim Blandy
-
* configure.in: Don't set CC to "gcc -O" if the user specifies1993-04-10, by Jim Blandy
-
long_to_cons and cons_to_long are generally useful things; they're1993-04-10, by Jim Blandy
-
Since Qmenu_enable is used by non-X-specific code, it shouldn't be1993-04-10, by Jim Blandy
-
* xfaces.c (sort_overlays): Define this to be static, as declared.1993-04-10, by Jim Blandy
-
* keyboard.c (command_loop_1): Rebuild menu bar if1993-04-10, by Jim Blandy
-
* dispnew.c (getenv): Extern declaration deleted; this is done in1993-04-10, by Jim Blandy
-
Adjust for autoconf merger.1993-04-10, by Jim Blandy
-
* callproc.c (relocate_fd): Make messages string literals, not1993-04-10, by Jim Blandy
-
* buffer.c (Fmake_overlay, Fmove_overlay): New optional BUFFER1993-04-10, by Jim Blandy
-
* alloc.c (__malloc_hook, __realloc_hook, __free_hook): Declare1993-04-10, by Jim Blandy
-
Adjust for autoconf merger.1993-04-10, by Jim Blandy
-
* keyboard.c (echo_dash): Do nothing if echoptr is 0.1993-04-10, by Jim Blandy
-
* subr.el (overlay-start, overlay-end, overlay-buffer): New1993-04-10, by Jim Blandy
-
Sat Apr 10 00:39:29 1993 Jim Blandy (jimb@totoro.cs.oberlin.edu)1993-04-10, by Jim Blandy
-
* finder.el (finder-by-keyword): Build an alist to pass to1993-04-10, by Jim Blandy
-
* Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.1993-04-10, by Jim Blandy
-
* make-dist: Distribute lib-src/rcs-checkin.1993-04-10, by Jim Blandy
-
* configure.in: When checking for X windows, search for an X111993-04-10, by Jim Blandy
-
* Makefile.in (clean mostlyclean): Missing right paren.1993-04-10, by Jim Blandy
-
> Default to bsd if vendor is next.1993-04-09, by Tom Wood
-
(emerge-with-ancestor): Applied Donald Erway's fix patch, which1993-04-09, by Eric S. Raymond
-
Accept i370, mvs.1993-04-09, by Richard M. Stallman
-
(generate-file-autoloads): Doc fix.1993-04-08, by Roland McGrath
-
(vc-comment-to-change-log): Merged in the remainder of jimb's last1993-04-08, by Eric S. Raymond
-
dired-noselect, dired-internal-noselect, dired-insert-directory:1993-04-08, by Eric S. Raymond
-
vc-mode: name change.1993-04-08, by Eric S. Raymond
-
(vc-directory. vc-start-entry, vc-next-action, vc-next-action-on-file):1993-04-08, by Eric S. Raymond
-
Massive changes, amounting nearly to a rewrite. The new features1993-04-08, by Eric S. Raymond
-
Added and corrected library headers.1993-04-08, by Eric S. Raymond
-
* make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.1993-04-08, by Jim Blandy
-
(Fkill_all_local_variables): Store each var's current value1993-04-08, by Richard M. Stallman
-
entered into RCS1993-04-08, by Richard M. Stallman
-
Add copyright notice.1993-04-08, by Richard M. Stallman
-
* make-docfile.c (write_c_args): Print an argument named "defalt"1993-04-08, by Jim Blandy
-
* keyboard.c (apply_modifiers): Fix typo in sanity check.1993-04-08, by Jim Blandy
-
* keyboard.c (interrupt_input_blocked, interrupt_input_pending):1993-04-07, by Jim Blandy
-
Include blockinput.h.1993-04-07, by Richard M. Stallman
-
(interrupt_input_blocked): Make this signed int.1993-04-07, by Richard M. Stallman
-
(compile-internal): Initialize the process-mark.1993-04-07, by Roland McGrath
-
(UNBLOCK_INPUT): Fix typo.1993-04-07, by Richard M. Stallman
-
(compilation-error-regexp-alist): Tighten first regexp so that it1993-04-07, by Roland McGrath
-
(search_buffer): Fix typo in previous change.1993-04-07, by Richard M. Stallman
-
Fix typo in comment delimiter.1993-04-07, by Richard M. Stallman
-
(compilation-parse-errors): Remove debugging setq.1993-04-07, by Roland McGrath
-
(compilation-filter): New function.1993-04-07, by Roland McGrath
-
(compilation-error-regexp-alist): Fixed MIPS CC regexp to match file1993-04-07, by Roland McGrath
-
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead1993-04-07, by Jim Blandy
-
Doc fix.1993-04-07, by Jim Blandy
-
* xterm.c (updating_frame): Declare this extern instead of static,1993-04-07, by Jim Blandy
-
(untabify): Don't really change where restriction starts.1993-04-07, by Richard M. Stallman
-
(dired-pop-to-buffer): Adjust count-lines val for last line.1993-04-06, by Richard M. Stallman
-
*** empty log message ***1993-04-06, by Jim Blandy
-
(vc-comment-to-change-log): Renamed from vc-comment-to-changelog.1993-04-05, by Roland McGrath
-
(find-change-log): New function.1993-04-05, by Roland McGrath
-
* editfns.c (Fcurrent_time_zone): Return a list whose elements are1993-04-05, by Jim Blandy
-
(compilation-error-regexp-alist): Merged HP-UX 7.0 fc regexp with the1993-04-05, by Roland McGrath
-
(compilation-error-regexp-alist): Changed MIPS RISC CC regexp (last one) to1993-04-05, by Roland McGrath
-
* s/vms.h (EXEC_SUFFIXES): Add definition for this.1993-04-05, by Jim Blandy
-
(dired-unmark-all-files): Read the arg as just a char.1993-04-05, by Richard M. Stallman
-
Added or corrected documentation headers1993-04-03, by Eric S. Raymond
-
Initial revision1993-04-03, by Eric S. Raymond
-
new comint-read-noecho.1993-04-03, by Noah Friedman
-
*** empty log message ***1993-04-02, by Jim Blandy
-
*** empty log message ***1993-04-02, by Jim Blandy
-
(repeat-history-command): Bug fix. Someone forgot a car.1993-04-02, by Eric S. Raymond
-
(mpuz-try-letter): Use read-char to read digit.1993-04-02, by Richard M. Stallman
-
(eval-defun): Rename argument to avoid collision.1993-04-01, by Richard M. Stallman
-
[log entry censored by the NSA]1993-04-01, by Noah Friedman
-
(etags-tags-completion-table): Rewritten with a mondo regexp.1993-04-01, by Roland McGrath
-
* timer.el (timer-program): New defconst.1993-04-01, by Jim Blandy
-
(indent-for-comment): Use skip-syntax-backward in place of1993-03-31, by Roland McGrath
-
(etags-tags-completion-table): Use skip-syntax-backward instead of1993-03-31, by Roland McGrath
-
(view-buffer-other-window): Remove spurious backslashes from1993-03-31, by Roland McGrath
-
(view-exit): Use local map view-old-local-map, not (current-local-map).1993-03-31, by Roland McGrath
-
(map-y-or-n-p): Make bindings of user-defined keys be each a vector1993-03-31, by Roland McGrath
-
(enable-command): Remove spurious assignment of free variable `foo'.1993-03-31, by Roland McGrath
-
(describe-function): For Lisp functions, write a prototype call before1993-03-31, by Roland McGrath
-
Put interrupt input blocking in a separate file from xterm.h.1993-03-31, by Jim Blandy
-
* xfaces.c: Doc fixes.1993-03-31, by Jim Blandy
-
Initial revision1993-03-31, by Jim Blandy
-
* keyboard.c (parse_modifiers, apply_modifiers): Make sure we're1993-03-31, by Jim Blandy
-
(Fwrite_region): Don't fail to set visit_file.1993-03-31, by Richard M. Stallman
-
(read_char): Clear Vquit_flag when we return C-g for it.1993-03-31, by Richard M. Stallman
-
New macros NULL_DEVICE and EXEC_SUFFIXES, to give the name of the1993-03-30, by Jim Blandy
-
New macros NULL_DEVICE and EXEC_SUFFIXES, to give the name of the1993-03-30, by Jim Blandy
-
(find-backup-file-name): delete nothing if overflow in number of files to keep.1993-03-30, by Noah Friedman
-
lisp/ * Makefile.in (src/paths.h): Don't echo the huge sed command we1993-03-30, by Jim Blandy
-
Rename int-to-string to number-to-string, since it can handle1993-03-30, by Jim Blandy
-
* subr.el (int-to-string): Make this an alias for the subr1993-03-30, by Jim Blandy
-
* configure: Extend test for working `const' keyword to handle AIX1993-03-30, by Jim Blandy
-
(isearch-done): Customize the message about mark.1993-03-30, by Richard M. Stallman
-
(isearch-mode-map): Delete the binding for C-h.1993-03-30, by Richard M. Stallman
-
*** empty log message ***1993-03-30, by Eric S. Raymond
-
(rmail): Don't use mbox as inbox by default.1993-03-29, by Richard M. Stallman
-
Put back removed years in copyright notice.1993-03-29, by Richard M. Stallman
-
(count-lines): Use save-match-data.1993-03-29, by Richard M. Stallman
-
Removed author and Adapted-By lines. They're wrong, and they're not1993-03-29, by Eric S. Raymond
-
(vc-next-action, vc-peint-log, vc-diff, vc-revert-buffer) improved1993-03-29, by Eric S. Raymond
-
Provide mailabbrev, not mail-abbrevs.1993-03-29, by Richard M. Stallman
-
(make_frame): Init face_alist field.1993-03-29, by Richard M. Stallman
-
*** empty log message ***1993-03-29, by Eric S. Raymond
-
(NO_PTY_H): Defined.1993-03-29, by Richard M. Stallman
-
[NO_PTY_H]: Don't include pty.h.1993-03-29, by Richard M. Stallman
-
[USG5_4]: Alternate defining of LIBS_SYSTEM,1993-03-29, by Richard M. Stallman
-
(fill-individual-paragraphs): When skipping mail headers, skip to a blank line.1993-03-28, by Richard M. Stallman
-
Undo previous change.1993-03-28, by Richard M. Stallman
-
(setenv): Renamed back from putenv.1993-03-28, by Richard M. Stallman
-
Cancel previous change; this version should be identical to version 1.17.1993-03-28, by Richard M. Stallman
-
(regexp-history): New history list.1993-03-28, by Richard M. Stallman
-
(Fexpand_file_name): Default DEFALT at beginning,1993-03-28, by Richard M. Stallman
-
(command_loop_1): Clear force_start of selected_window1993-03-28, by Richard M. Stallman
-
*** empty log message ***1993-03-28, by Noah Friedman
-
*** empty log message ***1993-03-28, by Noah Friedman
-
renamed to env.el; changed setenv to putenv.1993-03-28, by Noah Friedman
-
(vc-comment-to-changelog): A useful vc-checkin hook, added.1993-03-28, by Eric S. Raymond
-
Fixed typo introduced by last patch.1993-03-28, by Eric S. Raymond
-
: Added autoload cookie for entry point.1993-03-28, by Eric S. Raymond
-
(auto-mode-alist): added pairs for .ms, .man, .mk, [Mm]akefile, .lex.1993-03-28, by Eric S. Raymond
-
(shrink-window-if-larger-than-buffer) Added doc string. Made argument1993-03-28, by Eric S. Raymond
-
(electric-buffer-menu-mode-map): fillarray isn't a valid operation on maps1993-03-28, by Eric S. Raymond
-
(struct frame): New field face_alist.1993-03-28, by Richard M. Stallman
-
(struct face): New fields pixmap_h, pixmap_w.1993-03-28, by Richard M. Stallman
-
(FRAME_FACES, FRAME_N_FACES, FRAME_DEFAULT_FACE)1993-03-28, by Richard M. Stallman
-
(Freplace_match): Clean up criterion about converting case.1993-03-28, by Richard M. Stallman
-
(main): Call syms_of_xfaces.1993-03-28, by Richard M. Stallman
-
*** empty log message ***1993-03-27, by Jim Blandy
-
(struct buffer): Field `fieldlist' deleted.1993-03-27, by Richard M. Stallman
-
(init_buffer_once, reset_buffer):1993-03-27, by Richard M. Stallman
-
(try-face-font, find-face, get-face): New aliases.1993-03-27, by Richard M. Stallman
-
moby rlogin-filter fixes1993-03-27, by Noah Friedman
-
(set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):1993-03-27, by Richard M. Stallman
-
Add autoloads.1993-03-27, by Richard M. Stallman
-
(Fchar_equal): Don't ignore high bits of character.1993-03-27, by Richard M. Stallman
-
(add-hook) Added optional arg to cause hook to be appended rather than1993-03-27, by Eric S. Raymond
-
(printify-buffer) Added, debugged from Roland McGrath's printify-buffer code1993-03-27, by Eric S. Raymond
-
(cookie) Enhanced it to handle both LINS files and UNIX fortune files.1993-03-27, by Eric S. Raymond
-
(fill-rectangle) Added. Inspired by Lynn Slater's insert-box package in LCD,1993-03-27, by Eric S. Raymond
-
(enable-and-notify) Added. Inspired by Roland McGrath's LCD package1993-03-27, by Eric S. Raymond
-
(Buffer-menu-toggle-read-only) Added, per Rob Austein's suggestion1993-03-27, by Eric S. Raymond
-
(undo-with-space) Added. C-x C-u now bound to this rather than undo.1993-03-27, by Eric S. Raymond
-
(fill-paragraph, justify-current-line) Now uses the skip-syntax-1993-03-27, by Eric S. Raymond
-
(local-write-file-hooks): New variable.1993-03-26, by Richard M. Stallman
-
(psychoanalyze-pinhead) Needed a prefrontal lobotomy. I gave it one.1993-03-26, by Eric S. Raymond
-
Added Commentary.1993-03-26, by Eric S. Raymond
-
* xselect.c (SELECTION_QUANTUM): Don't use XMaxRequestSize on R3;1993-03-25, by Jim Blandy
-
(searchbuf): Declare here.1993-03-25, by Richard M. Stallman
-
(mark_object): Mark face_alist of a frame.1993-03-25, by Richard M. Stallman
-
(Fy_or_n_p): Ensure cursor_in_echo_area = 0 when quit.1993-03-25, by Richard M. Stallman
-
* make-dist: Distribute lisp/term/ChangeLog.1993-03-25, by Jim Blandy
-
* x-win.el (x-defined-colors): Use x-color-defined-p instead of1993-03-25, by Jim Blandy
-
* x-win.el: Update copyright to 1993.1993-03-25, by Jim Blandy
-
* dispnew.c (getenv): Add extern declaration.1993-03-25, by Jim Blandy
-
Fix typo.1993-03-25, by Jim Blandy
-
Fix typo in source for `configure.tmp.$$.c'.1993-03-25, by Jim Blandy
-
* Makefile.in (C_SWITCH_SYSTEM): New variable.1993-03-25, by Jim Blandy
-
Arrange for C compilation throughout the tree to get1993-03-25, by Jim Blandy
-
(describe-function): Add blank line above doc string.1993-03-25, by Richard M. Stallman
-
* dispnew.c (init_display): Get display name from environment1993-03-25, by Jim Blandy
-
* keymap.c (Fkeymapp): Doc fix.1993-03-25, by Jim Blandy
-
* process.c [VMS] (DCL_PROMPT): Remove hack.1993-03-25, by Jim Blandy
-
Add provide call.1993-03-25, by Richard M. Stallman
-
* xfns.c [VMS]: Get the gray_bits from [.bitmaps]gray.xbm.1993-03-25, by Jim Blandy
-
* xterm.h (x_focus_frame): Add extern keyword to declaration.1993-03-25, by Jim Blandy
-
* xterm.c [VMS]: Don't #include <sys/termio.h> and <string.h>.1993-03-25, by Jim Blandy
-
(lm-last-modified-date) Fixed return bug.1993-03-25, by Eric S. Raymond
-
Brent Benson's patch to support `cd -'.1993-03-25, by Eric S. Raymond
-
* make-dist: Include the VMS support files in oldXMenu in the1993-03-25, by Jim Blandy
-
(mh-unshar) Added.1993-03-25, by Eric S. Raymond
-
Added a (provide 'emacsbug); lisp-mnt.el needs this.1993-03-25, by Eric S. Raymond
-
* calendar.el (calendar-standard-time-zone-name,1993-03-25, by Jim Blandy
-
* config.h.in (HAVE_XFREE386): New flag, set by configure script.1993-03-25, by Jim Blandy
-
* configure: Doc fix.1993-03-25, by Jim Blandy
-
Default to clipper-intergraph if system is clix.1993-03-24, by Richard M. Stallman
-
(push_key_description): Ignore bits above meta_modifier.1993-03-24, by Richard M. Stallman
-
*** empty log message ***1993-03-24, by Jim Blandy
-
* xfns.c (x_make_gc): Don't forget to block X input around the1993-03-24, by Jim Blandy
-
* keyboard.c [POLL_FOR_INPUT] (quit_throw_to_read_char): If1993-03-24, by Jim Blandy
-
* dispnew.c (init_display): Initialize Vwindow_system.1993-03-24, by Jim Blandy
-
* keyboard.c (Fsuspend_emacs):1993-03-24, by Jim Blandy
-
Fix library headers.1993-03-23, by Eric S. Raymond
-
Initial revision1993-03-23, by Jim Blandy
-
* files.el (insert-directory): Do chase symlinks before passing1993-03-23, by Jim Blandy
-
Incorporated changes from Bob Weiner's enhanced buff-menu from the LCD1993-03-23, by Eric S. Raymond
-
* configure: Add special code to detect XFree386, and tell1993-03-23, by Jim Blandy
-
* sysdep.c (random, srandom): Don't define these if HAVE_RANDOM is1993-03-23, by Jim Blandy
-
* config.h.in (C_SWITCH_X_SITE, LD_SWITCH_X_SITE): New flags.1993-03-23, by Jim Blandy
-
* configure: Add `--x-includes' and `--x-libraries' options. I1993-03-23, by Jim Blandy
-
* configure: Add `--x-includes' and `--x-libraries' options. I1993-03-23, by Jim Blandy
-
* xfns.c (Fx_parse_geometry): Renamed from Fx_geometry.1993-03-23, by Jim Blandy
-
(query-replace-map): Define backspace like delete.1993-03-23, by Richard M. Stallman
-
* diary-insert.el: Change the name to diary-ins.el.1993-03-23, by Jim Blandy
-
(current_column, Findent_to, position_indentation):1993-03-23, by Richard M. Stallman
-
(display_string, display_text_line): Allow tab_width up to 1000.1993-03-23, by Richard M. Stallman
-
(YACC): flag added to c_ext.1993-03-22, by Richard M. Stallman
-
Add TO-DO list.1993-03-22, by Eric S. Raymond
-
Initial revision1993-03-22, by Eric S. Raymond
-
Modified to use cookie.el1993-03-22, by Eric S. Raymond
-
Added or corrected Commentary section1993-03-22, by Eric S. Raymond
-
Decide automatically whether to use COFF or ELF.1993-03-22, by Richard M. Stallman
-
Fix a nasty bug --- the cleanup production was nuking the generated1993-03-22, by Eric S. Raymond
-
Initial revision1993-03-22, by Eric S. Raymond
-
Added or corrected Commentary headers1993-03-22, by Eric S. Raymond
-
Don't distribute etc/Old files.1993-03-22, by Eric S. Raymond
-
(init_cmdargs): Fix simple bug in previous change.1993-03-22, by Richard M. Stallman
-
Don't load help-screen at run time if compiled.1993-03-22, by Richard M. Stallman
-
(Fy_or_n_p): Handle `recenter' response type.1993-03-22, by Richard M. Stallman
-
Alpha-sorted this, and added some new hot buttons for the 1990s.1993-03-22, by Eric S. Raymond
-
Initial revision1993-03-22, by Eric S. Raymond
-
Added or corrected Commentary sections1993-03-22, by Eric S. Raymond
-
Added or corrected Commentary sections1993-03-22, by Eric S. Raymond
-
Merged in CHARACTERS1993-03-22, by Eric S. Raymond
-
Formerly GETTING.GNU.SOFTWARE.~4~1993-03-21, by gnulists
-
(struct window): New fields base_line_number and base_line_pos.1993-03-21, by Richard M. Stallman
-
(decode_mode_spec): Handle `%l'.1993-03-21, by Richard M. Stallman
-
(HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Defined.1993-03-21, by Richard M. Stallman
-
(line-number-mode): New function and variable.1993-03-21, by Richard M. Stallman
-
* xfns.c (Fx_open_connection): If we have X11R5, use1993-03-21, by Jim Blandy
-
* simple.el (comment-indent-function): New variable, intended to1993-03-21, by Jim Blandy
-
* frame.c (Fhandle_switch_frame): Renamed from Fselect_frame.1993-03-21, by Jim Blandy
-
(Fselect_window): Use Fhandle_switch_frame.1993-03-21, by Richard M. Stallman
-
* isearch.el (isearch-switch-frame-handler): Call1993-03-21, by Jim Blandy
-
Fix typo.1993-03-21, by Jim Blandy
-
Use the `visiblity' parameter to determine the initial state of1993-03-21, by Jim Blandy
-
* time.el (display-time): Doc fix.1993-03-21, by Jim Blandy
-
Doc fix.1993-03-20, by Jim Blandy
-
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and1993-03-20, by Jim Blandy
-
* process.c (wait_reading_process_input): Doc fix.1993-03-20, by Jim Blandy
-
* systime.h (EMACS_HAS_USECS): #define this if HAVE_TIMEVAL is1993-03-20, by Jim Blandy
-
Do * dispnew.c (sit_for): Doc fix.1993-03-20, by Jim Blandy
-
* sysdep.c (reset_sys_modes): Fix usage of EMACS_SET_TTY.1993-03-20, by Jim Blandy
-
* callproc.c (child_setup): Make sure that in, out, and err are1993-03-20, by Jim Blandy
-
* xterm.c (x_term_init): If the X connection is already in file1993-03-20, by Jim Blandy
-
* s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in1993-03-20, by Jim Blandy
-
* xfns.c (Fx_open_connection): If we have X11R5, use1993-03-20, by Jim Blandy
-
* frame.c (Fraise_frame, Flower_frame): Renamed from1993-03-20, by Jim Blandy
-
*** empty log message ***1993-03-20, by Jim Blandy
-
* fileio.c (HAVE_FSYNC): Define, if appropriate.1993-03-20, by Jim Blandy
-
* emacs.c (Finvocation_name): New function.1993-03-20, by Jim Blandy
-
* make-dist: Fix typo.1993-03-20, by Jim Blandy
-
(Fx_display_color_p): Renamed from Fx_color_display_p.1993-03-20, by Richard M. Stallman
-
(x_screen): Make this var file scope.1993-03-20, by Richard M. Stallman
-
Added documentation, made the change comment for old versions more1993-03-19, by Eric S. Raymond
-
Teach it about the new user-runnable command rcs-checkin.1993-03-19, by Eric S. Raymond
-
Initial revision1993-03-19, by Eric S. Raymond
-
Deleted some VMS caveats. If the src and lisp ChangeLogs are correct,1993-03-19, by Eric S. Raymond
-
Make sure that when new keywords are compiled, we see them1993-03-19, by Eric S. Raymond
-
Typo fix.1993-03-19, by Eric S. Raymond
-
Info on the terminal-package-finding algorithm.1993-03-19, by Eric S. Raymond
-
All references to 18 changed to past tense; APOLLO and SUNBUG merged1993-03-19, by Eric S. Raymond
-
Added 900-line support1993-03-19, by Eric S. Raymond
-
Initial revision1993-03-19, by Eric S. Raymond
-
* tex-mode.el (tex-send-command): Fix the command sent so that no1993-03-19, by Jim Blandy
-
Some VMS changes from Richard Levitte <levitte@e.kth.se>:1993-03-19, by Jim Blandy
-
Corrected typo, fixed it to discard = and TAGS files in some cases where it1993-03-19, by Eric S. Raymond
-
Added unlock and relock.1993-03-19, by Eric S. Raymond
-
Added unlock and relock productions.1993-03-19, by Eric S. Raymond
-
Initial revision1993-03-19, by Eric S. Raymond
-
Added keyword.1993-03-19, by Eric S. Raymond
-
Oops...1993-03-19, by Eric S. Raymond
-
(Fvisited_file_modtime): New function.1993-03-19, by Richard M. Stallman
-
Added unlock and relock.1993-03-19, by Eric S. Raymond
-
(cons_to_long, long_to_cons): No longer static.1993-03-19, by Richard M. Stallman
-
Add a --compress option to force make-dist to use compress.1993-03-18, by Jim Blandy
-
* make-dist: Use gzip, if we can find it.1993-03-18, by Jim Blandy
-
* frame.h (FOR_EACH_FRAME): Change the definition so that1993-03-18, by Jim Blandy
-
Initial revision1993-03-18, by Eric S. Raymond
-
Corrected Keywords header.1993-03-18, by Eric S. Raymond
-
Corrected Keywords header1993-03-18, by Eric S. Raymond
-
* solar.el (solar-time-string): Round the time properly.1993-03-18, by Jim Blandy
-
Add or correct keywords1993-03-18, by Eric S. Raymond
-
(make-frame): Renamed from new-frame.1993-03-18, by Richard M. Stallman
-
Some VMS changes from Richard Levitte <levitte@e.kth.se>:1993-03-18, by Jim Blandy
-
* configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and1993-03-18, by Jim Blandy
-
Fix spacing conventions.1993-03-18, by Richard M. Stallman
-
(function-key-map) Nuke code no longer bound to keys.1993-03-18, by Eric S. Raymond
-
As many key cookies as possible renamed to fit the new conventions1993-03-18, by Eric S. Raymond