Mercurial > emacs
graph
-
(abs, ceiling, floor): Remove, since they now redefineTue, 10 Aug 1993 04:14:17 +0000, by Paul Eggert
-
ring-mod -> modTue, 10 Aug 1993 04:14:17 +0000, by Paul Eggert
-
(isearch-ring-adjust1, isearch-ring-advance-edit): Replace `%' by `mod' and simplify.Tue, 10 Aug 1993 04:14:17 +0000, by Paul Eggert
-
(current-kill): Replace (% (+ N (- L K)) L) with (mod (- N K) L),Tue, 10 Aug 1993 04:14:17 +0000, by Paul Eggert
-
(timezone-fix-time, timezone-zone-to-minute): Simplify with `abs'Tue, 10 Aug 1993 04:14:17 +0000, by Paul Eggert
-
(vc-previous-comment): Use `mod', not `ring-mod'.Tue, 10 Aug 1993 04:14:17 +0000, by Paul Eggert
-
(Fmod): New function; result is always same sign as divisor.Tue, 10 Aug 1993 04:14:17 +0000, by Paul Eggert
-
(main): Invoke syms_of_floatfns even if LISP_FLOAT_TYPETue, 10 Aug 1993 04:14:17 +0000, by Paul Eggert
-
(Ffloor): Optional second operand specifies divisor, as in Common Lisp.Tue, 10 Aug 1993 04:14:17 +0000, by Paul Eggert
-
(unexec): Add casts for some comparisons.Tue, 10 Aug 1993 01:32:23 +0000, by Richard M. Stallman
-
(awkscript): Some sites put comma-separated junk after the fullname.Mon, 09 Aug 1993 22:06:00 +0000, by Paul Eggert
-
(edit-picture-hook): Use add-hook to modify it.Mon, 09 Aug 1993 06:18:02 +0000, by Richard M. Stallman
-
(enable-local-variables): setq deleted.Mon, 09 Aug 1993 06:17:30 +0000, by Richard M. Stallman
-
* config.h.in (HAVE_LOGB, HAVE_FREXP): Add #undefs for theMon, 09 Aug 1993 06:04:14 +0000, by Jim Blandy
-
(server-visit-files): Restore current-buffer by hand,Mon, 09 Aug 1993 05:56:29 +0000, by Richard M. Stallman
-
(term_init): Improve error messages (give sh commands).Mon, 09 Aug 1993 05:45:12 +0000, by Richard M. Stallman
-
(ange-ftp-send-cmd): Bind ange-ftp-this-...Mon, 09 Aug 1993 05:03:17 +0000, by Richard M. Stallman
-
(gud-dbx-marker-filter): Detect signals as well as bpts.Mon, 09 Aug 1993 04:36:47 +0000, by Richard M. Stallman
-
(comint-mode-map): Delete C-c C-y binding.Mon, 09 Aug 1993 00:57:19 +0000, by Richard M. Stallman
-
(mh-read-msg-list): Undo previous change.Mon, 09 Aug 1993 00:08:55 +0000, by Richard M. Stallman
-
(mark_object): Declare ptr volatile, or don't use itSun, 08 Aug 1993 23:19:24 +0000, by Richard M. Stallman
-
(struct font_info): New structure.Sun, 08 Aug 1993 22:38:31 +0000, by Richard M. Stallman
-
(src, lisp): Include OChangeLog in dist.Sun, 08 Aug 1993 21:58:25 +0000, by Richard M. Stallman
-
(minibuffer-window-active-p): New function.Sun, 08 Aug 1993 19:18:26 +0000, by Richard M. Stallman
-
(mouse-set-point): Error if click in inactive minibuffer.Sun, 08 Aug 1993 19:16:42 +0000, by Richard M. Stallman
-
(src): Don't put gnu-hp300 in dist.Sun, 08 Aug 1993 17:43:28 +0000, by Richard M. Stallman
-
(shell-command, shell-command-on-region):Sun, 08 Aug 1993 07:47:33 +0000, by Richard M. Stallman
-
Don't put -q in args.Sun, 08 Aug 1993 07:41:41 +0000, by Richard M. Stallman
-
(etags-goto-tag-location): If match started with Ctrl-m,Sun, 08 Aug 1993 07:21:22 +0000, by Richard M. Stallman
-
(HAVE_VFORK): Defined.Sun, 08 Aug 1993 06:55:45 +0000, by Richard M. Stallman
-
(Vinvocation_directory): New var.Sun, 08 Aug 1993 06:23:21 +0000, by Richard M. Stallman
-
(expand_and_dir_to_file): Use Fdirectory_file_name.Sun, 08 Aug 1993 05:17:22 +0000, by Richard M. Stallman
-
(init_lread): Normally put Vinvocation_directorySun, 08 Aug 1993 05:01:06 +0000, by Richard M. Stallman
-
(dired-compress-file): For .z file, run gunzip.Sun, 08 Aug 1993 05:00:25 +0000, by Richard M. Stallman
-
* vc.el (vc-diff, vc-directory-18): Add missing paren to end ofSun, 08 Aug 1993 00:44:26 +0000, by Jim Blandy
-
Doc fix.Sun, 08 Aug 1993 00:20:22 +0000, by Jim Blandy
-
(dired-diff): Read options right here;Sat, 07 Aug 1993 19:25:43 +0000, by Richard M. Stallman
-
(do-auto-fill): Don't keep breaking the lineSat, 07 Aug 1993 08:19:18 +0000, by Richard M. Stallman
-
(x_term_init): Set the hooks before we call Fset_input_mode.Fri, 06 Aug 1993 23:37:41 +0000, by Richard M. Stallman
-
(set_poll_suppress_count): New function.Fri, 06 Aug 1993 22:45:22 +0000, by Richard M. Stallman
-
(unwind_to_catch): Call set_poll_suppress_count.Fri, 06 Aug 1993 22:44:00 +0000, by Richard M. Stallman
-
(indent-region): Fix paren error in last change.Fri, 06 Aug 1993 22:15:45 +0000, by Richard M. Stallman
-
(mouse-save-then-kill): Fix paren error in last change.Fri, 06 Aug 1993 22:11:20 +0000, by Richard M. Stallman
-
(Fset_input_mode): Start polling, if appropriate.Fri, 06 Aug 1993 21:17:16 +0000, by Richard M. Stallman
-
(menu-bar-mode): Defvar removed.Fri, 06 Aug 1993 21:06:10 +0000, by Roland McGrath
-
(scroll-bar-mode): If FLAG is non-nil, set it to its prefix-numeric-value.Fri, 06 Aug 1993 21:03:45 +0000, by Roland McGrath
-
(Info-goto-emacs-command-node, Info-goto-emacs-key-command-node): Doc fix.Fri, 06 Aug 1993 20:29:23 +0000, by Roland McGrath
-
(help-for-help): Mention C-k and C-f.Fri, 06 Aug 1993 20:24:57 +0000, by Roland McGrath
-
(after-find-file): Improve warning message aboutFri, 06 Aug 1993 18:03:10 +0000, by Richard M. Stallman
-
(indent-region): Rename arg ARG to COLUMN.Fri, 06 Aug 1993 01:56:26 +0000, by Richard M. Stallman
-
Total rewrite; includes ibmps2-aix.h.Fri, 06 Aug 1993 01:01:53 +0000, by Richard M. Stallman
-
(help-admin-map): Fix menu item text.Thu, 05 Aug 1993 21:53:02 +0000, by Richard M. Stallman
-
(do_autoload): Don't report autoload failureThu, 05 Aug 1993 21:21:27 +0000, by Richard M. Stallman
-
(machine): Add i370-ibm-aix*.Thu, 05 Aug 1993 21:16:04 +0000, by Richard M. Stallman
-
(SYSTEM_TYPE): Don't redefine it here.Thu, 05 Aug 1993 21:03:28 +0000, by Richard M. Stallman
-
(font-lock-fontify-region): Handle comment-start-skip = nil.Thu, 05 Aug 1993 20:47:30 +0000, by Richard M. Stallman