]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
1994-10-12 Karl Heuer(defvar_int, defvar_bool, defvar_lisp, defvar_lisp_nopr...
1994-10-12 Karl Heuer(do_symval_forwarding, store_symval_forwarding, find_sy...
1994-10-12 Karl Heuer(buffer_slot_type_mismatch): Take just the offset as...
1994-10-12 Karl Heuer(mark_object): Use the new substructure.
1994-10-12 Karl Heuer(enum Lisp_Misc_Type): Add new enumerations Lisp_Misc_I...
1994-10-12 Karl Heuer(verify_interval_modification): Fix comment.
1994-10-12 Karl Heuer(test_completion): Fix reversed condition.
1994-10-12 Karl HeuerInstall Hiroshi Nakano's rewrite to allow multiple...
1994-10-11 Richard M.... (libexecdir): Renamed from libdir.
1994-10-11 Richard M.... Use libexecdir and sharedstatedir as appropriate.
1994-10-11 Richard M.... (libexecdir): Renamed from libdir. New default.
1994-10-11 Richard M.... (clean): rm DOC/* and *.tab.[ch].
1994-10-11 Richard M.... (makefile-mode-name): Removed.
1994-10-11 Richard M.... menu-bar-lines fix.
1994-10-11 Jim Blandy(scan_buffer): After temporarily turning immediate_quit...
1994-10-11 Jim Blandy(display_scan_buffer): Pass the correct number of argum...
1994-10-11 Richard M.... (compare-windows-whitespace): Eliminate initial value.
1994-10-11 Richard M.... (rmail-find-all-files): Fix several errors and make...
1994-10-11 Richard M.... (rmail-summary-resend): New function.
1994-10-11 Francesco Potortì* etags.c (C_entries): Name the #define's that are...
1994-10-11 Richard M.... (x_term_init): Call XtSetLanguageProc or XSetLocaleModi...
1994-10-11 Richard M.... (read_key_sequence): The output of function-key-map
1994-10-11 Richard M.... (font-lock-set-defaults): Do nothing if font-lock-keywo...
1994-10-11 Richard M.... (normal-top-level-add-to-load-path): New function.
1994-10-11 Richard M.... Write the subdirs.el file.
1994-10-11 Richard M.... Don't distribute subdirs.el.
1994-10-11 Karl Heuer(print): Check the substructure.
1994-10-11 Karl Heuer(internal_equal): Check the substructure.
1994-10-11 Karl Heuer(buffer_slot_type_mismatch): Test against Lisp_Misc.
1994-10-11 Karl Heuer(MARKER_BLOCK_SIZE, marker_block, marker_free_list...
1994-10-11 Karl Heuer(OVERLAY_POSITION): Marker assert now tests substructure.
1994-10-11 Karl Heuer(Lisp_Misc): new type code, replacing Lisp_Marker ...
1994-10-11 Richard M.... (blink-matching-open): Check there is a previous
1994-10-11 Richard M.... (list_buffers_1): Fix indentation in header lines.
1994-10-11 Richard M.... (rmail-summary-rmail-update): Pass new arg to rmail...
1994-10-11 Richard M.... (rmail-show-message): New argument no-summary.
1994-10-11 Richard M.... (system-key-alist): Add sun versions of
1994-10-11 Richard M.... (c-mode-map): Use "C mode" for the menu bar item name.
1994-10-11 Tom Tromey(tcl-mode): imenu-create-index-function made buffer...
1994-10-11 Richard M.... (mouse-select): Pass an arg to mouse-extend.
1994-10-11 Karl Heuer(sys_subshell): Use NILP macro directly, not its expans...
1994-10-11 Richard M.... (mail-hist-put-headers-into-history)
1994-10-10 Richard M.... Fix typo in previous change.
1994-10-10 Richard M.... (calculate-lisp-indent): Local var
1994-10-10 Richard M.... (menu-bar-file-menu): Don't include the frame
1994-10-10 David J. MacKenzieentered into RCS
1994-10-10 Richard M.... (redisplay_window): Fix Oct 1 change:
1994-10-10 Jim Blandy(syms_of_buffer): Doc fix for cache-long-line-scans.
1994-10-10 Roland McGrath[! SYSVIPC] (main): Fix uses of FD_* macros: fd_set...
1994-10-10 Richard M.... (calendar-holiday-marker): Copy holiday-face from highl...
1994-10-10 Richard M.... (ispell-highlight-spelling-error):
1994-10-09 Richard M.... (emacs-lisp-mode-syntax-table): Don't set syntax of...
1994-10-09 Richard M.... (byte-compile-insert-header): Use user-mail-address.
1994-10-09 Richard M.... (appt-delete-window): Look on all frames for the window.
1994-10-08 Jim Blandy* xdisp.c (redisplay_window): Invalidate width_run_cach...
1994-10-08 Jim Blandy* syntax.c (find_defun_start): Call scan_buffer with...
1994-10-08 Jim Blandy* search.c: #include "region-cache.h".
1994-10-08 Jim Blandy* insdel.c (prepare_to_modify_buffer): Invalidate width...
1994-10-08 Jim Blandy* indent.h (disptab_matches_widthtab, recompute_width_t...
1994-10-08 Jim Blandy* indent.c: #include "region-cache.h".
1994-10-08 Jim Blandy* disptab.h (window_display_table): Doc fix.
1994-10-08 Jim Blandy* cmds.c (Fforward_line): Call scan_buffer with new...
1994-10-08 Jim Blandy* buffer.h (struct buffer): New members: newline_cache,
1994-10-08 Jim Blandy* buffer.c: #include region-cache.h.
1994-10-08 Jim Blandy* Makefile.in.in (obj) Add region-cache.o to the list...
1994-10-08 Jim BlandyDocument cache-long-line-scans in @node Text Lines.
1994-10-08 Jim BlandyAdded entry for cache-long-line-scans
1994-10-08 Richard M.... (file_name_completion): Ignore files "." and ".." in...
1994-10-08 Richard M.... (test_completion): New function, extracted from do_comp...
1994-10-08 Richard M.... (add-log-current-defun): In texinfo-mode,
1994-10-08 Richard M.... (inhibit_local_menu_bar_menus): New variable.
1994-10-08 Richard M.... (fit_to_screen): Don't put the menu off the left or...
1994-10-08 Richard M.... (rmail-delete-forward): Use rmail-select-summary.
1994-10-07 Richard M.... Add a tip about enabling/disabling features.
1994-10-07 Karl Heuer(enum Lisp_Misc_Type): New type.
1994-10-07 Richard M.... (make_gap): Keep input blocked till after we set BEG_ADDR.
1994-10-07 Richard M.... Re-delete code deleted in rms's Oct 5 change.
1994-10-07 Richard M.... (compilation-mode-font-lock-keywords,
1994-10-07 Richard M.... (comint-check-proc): Recognise `open'.
1994-10-07 Richard M.... (pascal-font-lock-keywords): New variable.
1994-10-07 Richard M.... (perl-font-lock-keywords): New variable.
1994-10-07 Richard M.... (asm-font-lock-keywords): New variable.
1994-10-07 Richard M.... (texinfo-font-lock-keywords): New variable.
1994-10-07 Richard M.... (shell-font-lock-keywords): New variable.
1994-10-07 Richard M.... (dired-font-lock-keywords): New variable.
1994-10-07 Richard M.... (mail-font-lock-keywords): New variable.
1994-10-07 Richard M.... (rmail-font-lock-keywords): New variable.
1994-10-07 Richard M.... (rmail-summary-font-lock-keywords): New variable.
1994-10-07 Richard M.... (outline-font-lock-keywords): New variable.
1994-10-07 Richard M.... (change-log-mode): Set font-lock-keywords locally.
1994-10-07 Richard M.... (compilation-mode-font-lock-keywords): New variable.
1994-10-07 Richard M.... (sh-font-lock-keywords): Default to nil.
1994-10-07 Richard M.... (check_writable, check_executable): Test HAVE_EACCESS.
1994-10-07 Richard M.... (eaccess): Check for it.
1994-10-07 Richard M.... (HAVE_EACCESS): Add #undef.
1994-10-07 Per BothnerPatch to handle old Convex systems (without uname).
1994-10-06 Karl Heuer(Lisp_Void, VOIDP): Deleted.
1994-10-06 Karl Heuer(Fboundp, Ffboundp, find_symbol_value, Fset, Fdefault_b...
1994-10-06 Karl Heuer(Fbyte_code): Delete case Lisp_Void.
1994-10-06 Karl Heuer(mark_object): Delete case Lisp_Void.
next