Mercurial > emacs
graph
-
(next-error): Handle zero and negative prefix args.1993-08-11, by Roland McGrath
-
(describe_buffer_bindings): Declare shadow just once.1993-08-11, by Richard M. Stallman
-
(verify_overlay_modification): initialize endpos.1993-08-11, by Richard M. Stallman
-
(indented-text-mode): Doc fix.1993-08-11, by Richard M. Stallman
-
(TRUE, FALSE): Don't define if already defined.1993-08-11, by Richard M. Stallman
-
(enum resource_types): Delete final comma.1993-08-11, by Richard M. Stallman
-
(enum window_loop): Delete final comma.1993-08-11, by Richard M. Stallman
-
(enum event_kind): Delete final comma.1993-08-11, by Richard M. Stallman
-
(BIG_ENDIAN): Don't define if already defined.1993-08-11, by Richard M. Stallman
-
Comment fix.1993-08-11, by Richard M. Stallman
-
(ask-user-about-supersession-threat): Mention file name when asking question.1993-08-11, by Richard M. Stallman
-
(show-paren-command-hook): Don't use value of make-face.1993-08-11, by Richard M. Stallman
-
(Frecenter): Preserve point in the buffer we change it in.1993-08-11, by Richard M. Stallman
-
(font-menu-add-default): Use list, not cons, for new elt.1993-08-11, by Richard M. Stallman
-
(font-menu-add-default): Fix previous change.1993-08-11, by Richard M. Stallman
-
(Fnewline): If we don't do the first SET_PT,1993-08-11, by Richard M. Stallman
-
(emerge-find-difference): Add interactive spec.1993-08-11, by Richard M. Stallman
-
(do-install): Install info/sc*.1993-08-11, by Richard M. Stallman
-
(make_lispy_event): Clear all but 0377 in event->code.1993-08-11, by Richard M. Stallman
-
*** empty log message ***1993-08-11, by Roland McGrath
-
(byte-compile-from-buffer): Set float-output-format to1993-08-11, by Richard M. Stallman
-
(generate-file-autoloads): Set float-output-format to1993-08-11, by Richard M. Stallman
-
(mouse-set-point): Use event-end, not event-start.1993-08-11, by Richard M. Stallman
-
(other-frame): Fix error in loop counting.1993-08-11, by Richard M. Stallman
-
(do-install): Install info/gnus*.1993-08-11, by Richard M. Stallman
-
(direct_output_forward_char): Fix previous change:1993-08-11, by Richard M. Stallman
-
(Qminibuffer_setup_hook, Vminibuffer_setup_hook): New vars.1993-08-11, by Richard M. Stallman
-
(tpu-help): Use variables for "n" and "p".1993-08-11, by Richard M. Stallman
-
Insert setqs for tpu-help-... variables.1993-08-11, by Richard M. Stallman
-
(receive_incremental_selection): Use bcopy, not memcpy.1993-08-11, by Richard M. Stallman
-
(BIG_ENDIAN): Provide a value that matches the system.1993-08-11, by Richard M. Stallman
-
(C_SWITCH_X_SYSTEM): Define instead of C_SWITCH_SYSTEM.1993-08-11, by Richard M. Stallman
-
Add #undef HAVE_FTIME.1993-08-11, by Richard M. Stallman
-
(term_get_fkeys_define_1, term_get_fkeys_define): New functions.1993-08-11, by Richard M. Stallman
-
(m88k-tektronix-sysv3*): Added the missing *.1993-08-10, by Richard M. Stallman
-
*** empty log message ***1993-08-10, by Richard M. Stallman
-
(LIB_X11_LIB, LIBX11_SYSTEM): Make #undefs unconditional.1993-08-10, by Richard M. Stallman
-
Handle NO_TERMIO in principal HAVE_TERMIOS case.1993-08-10, by Richard M. Stallman
-
(x_get_customization_string): Don't use value of strcpy.1993-08-10, by Richard M. Stallman
-
entered into RCS1993-08-10, by Richard M. Stallman
-
Check for -lm. Then can check for frexp and logb.1993-08-10, by Roland McGrath
-
Undo last change.1993-08-10, by Roland McGrath
-
(calendar-absolute-from-time, calendar-time-from-absolute): Use % in place1993-08-10, by Roland McGrath
-
(HAVE_TCATTR): Macro #defined.1993-08-10, by Richard M. Stallman
-
(mouse-drag-region): Doc fix.1993-08-10, by Richard M. Stallman
-
(texinfo-delete-from-print-queue)1993-08-10, by Richard M. Stallman
-
(hebrew-holidays-3): Fix misspelling in var name.1993-08-10, by Richard M. Stallman
-
(Fexpt): Use IN_FLOAT2.1993-08-10, by Richard M. Stallman
-
(Vinvocation_directory): Declared.1993-08-10, by Richard M. Stallman
-
Change revision number and comments.1993-08-10, by Richard M. Stallman
-
Added section on local variables.1993-08-10, by Richard M. Stallman
-
(tpu-gnu-map-key): Repaired the key name1993-08-10, by Richard M. Stallman
-
(tpu-search-internal): Changed variable1993-08-10, by Richard M. Stallman
-
(tpu-version): Print version number rather than the RCS revision number.1993-08-10, by Richard M. Stallman
-
(gnus-caesar-region): Replace `%' by `mod' and simplify.1993-08-10, by Paul Eggert
-
(calendar-/, calendar-%): Remove, since floor and mod1993-08-10, by Paul Eggert
-
solar-mod -> mod1993-08-10, by Paul Eggert
-
(siolar-mode): Remove, since mod now subsumes it. ALl callers changed.1993-08-10, by Paul Eggert
-
`mod' is no longer an alias for `%'.1993-08-10, by Paul Eggert
-
(floor*): Use `floor' instead of doing most the work ourselves.1993-08-10, by Paul Eggert
-
(ring-mod): Remove, since floor and mod1993-08-10, by Paul Eggert
-
Remove, since floor and mod1993-08-10, by Paul Eggert
-
(abs, ceiling, floor): Remove, since they now redefine1993-08-10, by Paul Eggert
-
ring-mod -> mod1993-08-10, by Paul Eggert
-
(isearch-ring-adjust1, isearch-ring-advance-edit): Replace `%' by `mod' and simplify.1993-08-10, by Paul Eggert
-
(current-kill): Replace (% (+ N (- L K)) L) with (mod (- N K) L),1993-08-10, by Paul Eggert
-
(timezone-fix-time, timezone-zone-to-minute): Simplify with `abs'1993-08-10, by Paul Eggert
-
(vc-previous-comment): Use `mod', not `ring-mod'.1993-08-10, by Paul Eggert
-
(Fmod): New function; result is always same sign as divisor.1993-08-10, by Paul Eggert
-
(main): Invoke syms_of_floatfns even if LISP_FLOAT_TYPE1993-08-10, by Paul Eggert
-
(Ffloor): Optional second operand specifies divisor, as in Common Lisp.1993-08-10, by Paul Eggert
-
(unexec): Add casts for some comparisons.1993-08-10, by Richard M. Stallman
-
(awkscript): Some sites put comma-separated junk after the fullname.1993-08-09, by Paul Eggert
-
(edit-picture-hook): Use add-hook to modify it.1993-08-09, by Richard M. Stallman
-
(enable-local-variables): setq deleted.1993-08-09, by Richard M. Stallman
-
* config.h.in (HAVE_LOGB, HAVE_FREXP): Add #undefs for the1993-08-09, by Jim Blandy
-
(server-visit-files): Restore current-buffer by hand,1993-08-09, by Richard M. Stallman
-
(term_init): Improve error messages (give sh commands).1993-08-09, by Richard M. Stallman
-
(ange-ftp-send-cmd): Bind ange-ftp-this-...1993-08-09, by Richard M. Stallman
-
(gud-dbx-marker-filter): Detect signals as well as bpts.1993-08-09, by Richard M. Stallman
-
(comint-mode-map): Delete C-c C-y binding.1993-08-09, by Richard M. Stallman
-
(mh-read-msg-list): Undo previous change.1993-08-09, by Richard M. Stallman
-
(mark_object): Declare ptr volatile, or don't use it1993-08-08, by Richard M. Stallman
-
(struct font_info): New structure.1993-08-08, by Richard M. Stallman
-
(src, lisp): Include OChangeLog in dist.1993-08-08, by Richard M. Stallman
-
(minibuffer-window-active-p): New function.1993-08-08, by Richard M. Stallman
-
(mouse-set-point): Error if click in inactive minibuffer.1993-08-08, by Richard M. Stallman
-
(src): Don't put gnu-hp300 in dist.1993-08-08, by Richard M. Stallman
-
(shell-command, shell-command-on-region):1993-08-08, by Richard M. Stallman
-
Don't put -q in args.1993-08-08, by Richard M. Stallman
-
(etags-goto-tag-location): If match started with Ctrl-m,1993-08-08, by Richard M. Stallman
-
(HAVE_VFORK): Defined.1993-08-08, by Richard M. Stallman
-
(Vinvocation_directory): New var.1993-08-08, by Richard M. Stallman
-
(expand_and_dir_to_file): Use Fdirectory_file_name.1993-08-08, by Richard M. Stallman
-
(init_lread): Normally put Vinvocation_directory1993-08-08, by Richard M. Stallman
-
(dired-compress-file): For .z file, run gunzip.1993-08-08, by Richard M. Stallman
-
* vc.el (vc-diff, vc-directory-18): Add missing paren to end of1993-08-08, by Jim Blandy
-
Doc fix.1993-08-08, by Jim Blandy
-
(dired-diff): Read options right here;1993-08-07, by Richard M. Stallman
-
(do-auto-fill): Don't keep breaking the line1993-08-07, by Richard M. Stallman
-
(x_term_init): Set the hooks before we call Fset_input_mode.1993-08-06, by Richard M. Stallman
-
(set_poll_suppress_count): New function.1993-08-06, by Richard M. Stallman
-
(unwind_to_catch): Call set_poll_suppress_count.1993-08-06, by Richard M. Stallman
-
(indent-region): Fix paren error in last change.1993-08-06, by Richard M. Stallman
-
(mouse-save-then-kill): Fix paren error in last change.1993-08-06, by Richard M. Stallman
-
(Fset_input_mode): Start polling, if appropriate.1993-08-06, by Richard M. Stallman
-
(menu-bar-mode): Defvar removed.1993-08-06, by Roland McGrath
-
(scroll-bar-mode): If FLAG is non-nil, set it to its prefix-numeric-value.1993-08-06, by Roland McGrath
-
(Info-goto-emacs-command-node, Info-goto-emacs-key-command-node): Doc fix.1993-08-06, by Roland McGrath
-
(help-for-help): Mention C-k and C-f.1993-08-06, by Roland McGrath
-
(after-find-file): Improve warning message about1993-08-06, by Richard M. Stallman
-
(indent-region): Rename arg ARG to COLUMN.1993-08-06, by Richard M. Stallman
-
Total rewrite; includes ibmps2-aix.h.1993-08-06, by Richard M. Stallman
-
(help-admin-map): Fix menu item text.1993-08-05, by Richard M. Stallman
-
(do_autoload): Don't report autoload failure1993-08-05, by Richard M. Stallman
-
(machine): Add i370-ibm-aix*.1993-08-05, by Richard M. Stallman
-
(SYSTEM_TYPE): Don't redefine it here.1993-08-05, by Richard M. Stallman
-
(font-lock-fontify-region): Handle comment-start-skip = nil.1993-08-05, by Richard M. Stallman
-
Doc fix.1993-08-05, by Richard M. Stallman
-
(rmail-resend): Delete any Sender field.1993-08-05, by Richard M. Stallman