summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* (hebrew-holidays-3): Fix misspelling in var name.Richard M. Stallman1993-08-101-1/+1
* (Fexpt): Use IN_FLOAT2.Richard M. Stallman1993-08-101-3/+3
* (Vinvocation_directory): Declared.Richard M. Stallman1993-08-101-1/+1
* Change revision number and comments.Richard M. Stallman1993-08-101-3/+1
* Added section on local variables.Richard M. Stallman1993-08-101-2/+7
* (tpu-gnu-map-key): Repaired the key nameRichard M. Stallman1993-08-101-9/+13
* (tpu-search-internal): Changed variableRichard M. Stallman1993-08-101-5/+8
* (tpu-version): Print version number rather than the RCS revision number.Richard M. Stallman1993-08-101-32/+42
* (gnus-caesar-region): Replace `%' by `mod' and simplify.Paul Eggert1993-08-101-3/+2
* (calendar-/, calendar-%): Remove, since floor and modPaul Eggert1993-08-102-39/+17
* solar-mod -> modPaul Eggert1993-08-101-3/+3
* (siolar-mode): Remove, since mod now subsumes it. ALl callers changed.Paul Eggert1993-08-101-21/+14
* `mod' is no longer an alias for `%'.Paul Eggert1993-08-102-9/+0
* (floor*): Use `floor' instead of doing most the work ourselves.Paul Eggert1993-08-101-13/+2
* (ring-mod): Remove, since floor and modPaul Eggert1993-08-101-12/+4
* Remove, since floor and modPaul Eggert1993-08-101-2/+1
* (abs, ceiling, floor): Remove, since they now redefinePaul Eggert1993-08-101-25/+5
* ring-mod -> modPaul Eggert1993-08-101-3/+3
* (isearch-ring-adjust1, isearch-ring-advance-edit): Replace `%' by `mod' and s...Paul Eggert1993-08-101-9/+6
* (current-kill): Replace (% (+ N (- L K)) L) with (mod (- N K) L),Paul Eggert1993-08-101-5/+4
* (timezone-fix-time, timezone-zone-to-minute): Simplify with `abs'Paul Eggert1993-08-101-10/+2
* (vc-previous-comment): Use `mod', not `ring-mod'.Paul Eggert1993-08-101-1/+1
* (Fmod): New function; result is always same sign as divisor.Paul Eggert1993-08-101-0/+55
* (main): Invoke syms_of_floatfns even if LISP_FLOAT_TYPEPaul Eggert1993-08-101-2/+0
* (Ffloor): Optional second operand specifies divisor, as in Common Lisp.Paul Eggert1993-08-101-15/+61
* (unexec): Add casts for some comparisons.Richard M. Stallman1993-08-101-62/+63
* (awkscript): Some sites put comma-separated junk after the fullname.Paul Eggert1993-08-092-2/+22
* (edit-picture-hook): Use add-hook to modify it.Richard M. Stallman1993-08-091-3/+3
* (enable-local-variables): setq deleted.Richard M. Stallman1993-08-091-6/+2
* * config.h.in (HAVE_LOGB, HAVE_FREXP): Add #undefs for theJim Blandy1993-08-092-3/+9
* (server-visit-files): Restore current-buffer by hand,Richard M. Stallman1993-08-091-24/+28
* (term_init): Improve error messages (give sh commands).Richard M. Stallman1993-08-091-3/+9
* (ange-ftp-send-cmd): Bind ange-ftp-this-...Richard M. Stallman1993-08-091-5/+6
* (gud-dbx-marker-filter): Detect signals as well as bpts.Richard M. Stallman1993-08-091-2/+6
* (comint-mode-map): Delete C-c C-y binding.Richard M. Stallman1993-08-091-1/+0
* (mh-read-msg-list): Undo previous change.Richard M. Stallman1993-08-091-2/+2
* (mark_object): Declare ptr volatile, or don't use itRichard M. Stallman1993-08-081-29/+16
* (struct font_info): New structure.Richard M. Stallman1993-08-081-18/+25
* (src, lisp): Include OChangeLog in dist.Richard M. Stallman1993-08-081-2/+2
* (minibuffer-window-active-p): New function.Richard M. Stallman1993-08-081-0/+13
* (mouse-set-point): Error if click in inactive minibuffer.Richard M. Stallman1993-08-081-6/+9
* (src): Don't put gnu-hp300 in dist.Richard M. Stallman1993-08-081-1/+1
* (shell-command, shell-command-on-region):Richard M. Stallman1993-08-081-8/+5
* Don't put -q in args.Richard M. Stallman1993-08-081-4/+3
* (etags-goto-tag-location): If match started with Ctrl-m,Richard M. Stallman1993-08-081-0/+5
* (HAVE_VFORK): Defined.Richard M. Stallman1993-08-085-0/+20
* (Vinvocation_directory): New var.Richard M. Stallman1993-08-081-3/+29
* (expand_and_dir_to_file): Use Fdirectory_file_name.Richard M. Stallman1993-08-081-2/+2
* (init_lread): Normally put Vinvocation_directoryRichard M. Stallman1993-08-081-1/+14
* (dired-compress-file): For .z file, run gunzip.Richard M. Stallman1993-08-081-2/+19