Commit graph

  • 4f1388fd0b (next-file): If arg is neither t nor nil, then eval it to return initial list of files. (tags-loop-continue): Doc fix. (tags-search, tags-query-replace): Take optional final arg and pass to tags-loop-continue (through to next-file) instead of t if non-nil. Roland McGrath 1993-08-30 16:17:35 +00:00
  • 3a2e3ab5ba Use integers instead of floating point where they will do. (solar-equinoxes-solstices): Invert seasons in southern hemisphere. (solar-degrees-to-quadrant): Use floor' instead of truncate'. Paul Eggert 1993-08-29 17:28:19 +00:00
  • 6bc457fea5 (calendar-time-zone-daylight-rules): Scan through the next few years until at most one rule remains; if none remain, then just use the first candidate rule; it's wrong in general, but it's right for at least one year. This is a better heuristic in case the underlying time zone implementation has bugs (which is all too common). If possible, don't convert back and forth between gregorian and absolute; this speeds things up noticeably. This uses the new calendar-nth-named-absday function. Paul Eggert 1993-08-28 04:14:25 +00:00
  • 04d5d338d2 (solar-holidays): Use new calendar-daylight-savings-{starts,ends}-time vars instead of old calendar-daylight-savings-switchover-time var. Paul Eggert 1993-08-28 04:14:25 +00:00
  • c27a1f512c (solar-time-string): Use new calendar-daylight-savings-{starts,ends}-time vars instead of old calendar-daylight-savings-switchover-time var. Paul Eggert 1993-08-28 04:14:25 +00:00
  • 1dabb4e676 (vc-locked-example): Renamed from vc-quiescent-p. Now yields example of why current directory is not quiescent. All callers changed to use this. Paul Eggert 1993-08-27 03:55:16 +00:00
  • 6379911ca3 (vc-find-file-hook, vc-file-not-found-hook): Use add-hook to install. Paul Eggert 1993-08-27 01:57:48 +00:00
  • 85acbe0ab8 Change /{/ to /\{/ for Posix compatibility; otherwise, HP awk complains. Paul Eggert 1993-08-25 19:33:07 +00:00
  • cbf35b9407 Append /usr/ccs/bin and /usr/sccs to PATH. Paul Eggert 1993-08-25 08:18:56 +00:00
  • 0d336f18a8 * calendar.el (calendar-absolute-from-iso, american-calendar-display-form, european-calendar-display-form): Fix typos in doc strings doc strings. Jim Blandy 1993-08-20 15:55:57 +00:00
  • 808977603e * solar.el (solar-sunrise, solar-sunset, solar-longitude-of-sun): Make both arguments to solar-mod float. Jim Blandy 1993-08-20 15:55:29 +00:00
  • 75f9d62502 comment fix David J. MacKenzie 1993-08-19 22:29:35 +00:00
  • 252e4dba33 (F{next,previous}_single_property_change): Doc fix. Roland McGrath 1993-08-19 20:18:46 +00:00
  • 304826544f (texinfo-environment-regexp): Match cartouche. Roland McGrath 1993-08-18 16:48:58 +00:00
  • 09a0903706 (update-copyright): Handle two-digit years with apostrophes. Roland McGrath 1993-08-18 16:48:32 +00:00
  • 0114e17e66 *** empty log message *** Roland McGrath 1993-08-16 19:10:25 +00:00
  • 455d9d28a9 (find-file-noselect): If a find-file-not-found-hook succeeds, clear `error'. Richard M. Stallman 1993-08-15 05:47:03 +00:00
  • 690a797cf3 Include getdate.c in distribution. Richard M. Stallman 1993-08-15 04:38:25 +00:00
  • 039f26a48f (mkdir, rmdir): Use wait_for_termination to wait. Redirect descriptors 0...2 to /dev/null. Richard M. Stallman 1993-08-15 04:28:05 +00:00
  • 74e299845c (HAVE_VFORK, INTEL386, aix386): Add #undef. Richard M. Stallman 1993-08-15 03:55:29 +00:00
  • 719b4a405f (Qread_file_name_internal): New var. (syms_of_minibuf): Set it up and protect it. (Fminibuffer_complete_word): When completing a file name, expand envvar references. Richard M. Stallman 1993-08-15 03:54:35 +00:00
  • 94c8642adf Include syswait.h. Richard M. Stallman 1993-08-15 03:53:33 +00:00
  • 889255b458 Include syswait.h. Richard M. Stallman 1993-08-15 03:52:43 +00:00
  • 2313b945f2 (adjust_intervals_for_insertion): If inserting in middle of interval that is sticky in neither direction, don't copy props. (merge_properties_sticky): Handle non-list as front-sticky or rear-nonsticky property. Richard M. Stallman 1993-08-15 03:49:28 +00:00
  • 9d11b9a193 (mostlyclean): Don't delete emacs here. (clean): Delete emacs and emacs-* here. (distclean): Don't delete emacs-* here. Richard M. Stallman 1993-08-15 03:39:42 +00:00
  • d1f21a66c4 (struct property_change): New field arrived'. (expect_property_change): Return struct property_change *. Clear arrived'. (unexpect_property_change): Take one as argument. (wait_for_property_change): Take one as argument. If `arrived' is set, don't wait. (wait_for_property_change_unwind): Corresponding changes. (receive_incremental_selection): Corresponding changes. (x_reply_selection_request): Corresponding changes. (property_deleted_p): Function deleted. Richard M. Stallman 1993-08-14 23:02:58 +00:00
  • b90d9e8043 (compile_pattern): Cast result of re_compile_pattern. Richard M. Stallman 1993-08-14 20:16:43 +00:00
  • 7e2d009de7 (bookmark-alist): Move defvar before first use. Richard M. Stallman 1993-08-14 19:52:32 +00:00
  • 9aef3b213d Doc fixes. Richard M. Stallman 1993-08-14 19:49:27 +00:00
  • e443f843a4 (init_cmdargs): Check openp result for 1, not != 0. Richard M. Stallman 1993-08-14 18:37:47 +00:00
  • 8027e2ad90 New version from Fogel. Richard M. Stallman 1993-08-14 11:04:06 +00:00
  • 6dba18584c (x_wm_set_size_hint): New args spec_x and spec_y. Set the window gravity. All callers changed. Richard M. Stallman 1993-08-14 11:00:54 +00:00
  • 8014cc0367 (x_wm_set_size_hint): New args spec_x and spec_y. Set the window gravity. All callers changed. Richard M. Stallman 1993-08-14 10:59:10 +00:00
  • d0690d12e6 (list-buffers-directory): Add declaration. Richard M. Stallman 1993-08-14 10:32:54 +00:00
  • 1658603c0c (Fx_popup_menu): Adjust coords so they are relative to the inner window. Richard M. Stallman 1993-08-14 10:30:09 +00:00
  • 43626ea48d entered into RCS Richard M. Stallman 1993-08-14 09:38:56 +00:00
  • 88bb5793b5 (frame-initialize): Check for on' or true' as reverseVideo resource value. Richard M. Stallman 1993-08-14 09:23:46 +00:00
  • ec3b1a9bf9 (x-create-frame-with-faces): Check for on' or true' as reverseVideo resource value. Richard M. Stallman 1993-08-14 09:23:24 +00:00
  • 476731da98 (outline-level): New var. Everything funcalls this instead of calling outline-level. Richard M. Stallman 1993-08-14 09:13:23 +00:00
  • 6e301d2449 (outline-minor-mode-prefix): New variable. (outline-minor-mode-map): Use it. Richard M. Stallman 1993-08-14 09:08:50 +00:00
  • 1e068e8fbf (frame-initialize): Handle reverseVideo x-resource. Richard M. Stallman 1993-08-14 08:39:25 +00:00
  • 3eec84bf81 (momentary-string-display): Scroll to keep the string on the screen. Richard M. Stallman 1993-08-14 07:54:59 +00:00
  • 64c1864a88 (__CTOR_LIST__): Don't declare it on Linux. Richard M. Stallman 1993-08-14 07:34:28 +00:00
  • 4601350064 (getpwuid): Declare it as in xrdb.c. (init_filelock): Don't use return value of strcpy. Richard M. Stallman 1993-08-14 07:21:00 +00:00
  • 11378c410a (x_set_frame_parameters): Don't die if just one of height and width was set. Likewise left and top. Richard M. Stallman 1993-08-14 07:20:08 +00:00
  • 871d0ce7fb (internal_equal): Typo in previous change. Richard M. Stallman 1993-08-14 07:14:13 +00:00
  • 342077745e (i386-*-sunos4): Assume Sunos 4.0. Richard M. Stallman 1993-08-14 05:32:25 +00:00
  • e050ef745e (property_change_between_p): Test NULL_INTERVAL_P in loop, before looking at next->position. Richard M. Stallman 1993-08-14 04:36:08 +00:00
  • 5843fef346 (internal_equal): All markers in no buffer are equal. Richard M. Stallman 1993-08-14 03:50:26 +00:00
  • ba2700dbbe (compilation-parse-errors): Don't add multiple errors for one source line. Richard M. Stallman 1993-08-14 03:45:08 +00:00
  • 1d7158ce48 (bibtex-mode-map): Change C-c e to C-c C-b. Richard M. Stallman 1993-08-14 03:36:02 +00:00
  • 453a645a41 Added #undef HAVE_XSCREENNUMBEROFSCREEN. Roland McGrath 1993-08-13 23:35:42 +00:00
  • bdb8d0854a (C_DEBUG_SWITCH, SYSTEM_MALLOC): Defined. Richard M. Stallman 1993-08-13 22:23:19 +00:00
  • 820829e347 (C_SWITCH_MACHINE): Deleted. Richard M. Stallman 1993-08-13 22:21:52 +00:00
  • 1c0feb6700 Check for XScreenNumberOfScreen. Richard M. Stallman 1993-08-13 22:18:34 +00:00
  • 404daac1a1 (XScreenNumberOfScreen): New function. Richard M. Stallman 1993-08-13 22:16:38 +00:00
  • b2fe4ec62d (START_FILES, LIB_STANDARD): Don't define if USG5_4. (DEFAULT_ENTRY_ADDRESS): Likewise. (UNEXEC): Use unexelfsgi.o if USG5_4. Richard M. Stallman 1993-08-13 21:40:37 +00:00
  • e1111f28fb Delete conditionals for HAVE_X_WINDOWS and HAVE_SOCKETS. Richard M. Stallman 1993-08-13 19:09:21 +00:00
  • 75e4aa0670 (mouse-menu-bar-buffers): Use list-buffers-directory. Richard M. Stallman 1993-08-13 18:40:37 +00:00
  • 6a6eec7e22 (C_ALLOCA): Don't define it. Richard M. Stallman 1993-08-13 08:44:21 +00:00
  • 235beb3226 (isearch-edit-string): Use read-event, not read-char. Richard M. Stallman 1993-08-13 06:32:49 +00:00
  • 27203ead54 (kbd_buffer_store_event): Use bcopy to copy a selection request event. Richard M. Stallman 1993-08-13 06:19:21 +00:00
  • b7444d3195 (site-run-file): New variable. (command-line): Use it. Support -no-site-file. Richard M. Stallman 1993-08-13 06:01:05 +00:00
  • 6930925e83 (get_data_region): Add cast to avoid warning. Richard M. Stallman 1993-08-13 05:38:33 +00:00
  • f862241d81 (backup-inhibited): Doc fix. Richard M. Stallman 1993-08-13 01:17:59 +00:00
  • 722074ef87 entered into RCS Richard M. Stallman 1993-08-13 01:08:54 +00:00
  • 11eb4275a3 New version from Fogel. Richard M. Stallman 1993-08-13 00:59:51 +00:00
  • d3fc9c800d (Flogb): Error at run time if not supported. Richard M. Stallman 1993-08-13 00:46:48 +00:00
  • a069743544 (make-path): Dep on config.h. Richard M. Stallman 1993-08-12 22:23:59 +00:00
  • 324710caf5 (mouse-choose-completion): Really go to minibuffer; no save-excursion. Richard M. Stallman 1993-08-12 22:21:12 +00:00
  • 3070929adb *** empty log message *** Roland McGrath 1993-08-12 22:17:13 +00:00
  • 1a3ac8b9d2 (Flogb): Doc fix. Richard M. Stallman 1993-08-12 22:07:47 +00:00
  • 6c362a8bb2 Include process.h. (init_cmdargs): Use EXEC_SUFFIXES. Richard M. Stallman 1993-08-12 22:05:30 +00:00
  • b7a11e2101 Include alloca.h if appropriate. Fix the #include file name. (ULIMIT_BREAK_VALUE, GETPGRP_NO_ARG, NO_MATHERR): New macros. (LIB_STANDARD): #undef it. Richard M. Stallman 1993-08-12 21:55:46 +00:00
  • 9fbb139c5a (Fdelete_frame): Add parens for clarity. Richard M. Stallman 1993-08-12 21:01:06 +00:00
  • 4a520a2215 (tar-mode-map): Don't bind C-c. Roland McGrath 1993-08-12 18:38:32 +00:00
  • 1f2007b343 (paragraph-start): Doc fix. Richard M. Stallman 1993-08-12 08:09:00 +00:00
  • 5ca24800d3 Fix typo in last change. Richard M. Stallman 1993-08-12 07:56:35 +00:00
  • 5b67709011 (HAVE_GETHOSTNAME): #if 0'd. Richard M. Stallman 1993-08-12 05:39:25 +00:00
  • bac79b5181 (show-paren-command-hook): Do nothing if input is pending. Richard M. Stallman 1993-08-12 05:33:16 +00:00
  • c45a32d459 (BIG_ENDIAN): Don't actually define it. Richard M. Stallman 1993-08-12 04:53:38 +00:00
  • d14144268c (dired-compress-file): Fix previous change. Richard M. Stallman 1993-08-12 03:36:56 +00:00
  • 65c200c571 (rmail-forward): Don't bind mail-signature, mail-setup-hook. Richard M. Stallman 1993-08-12 00:23:54 +00:00
  • e4865e3fbe (LD_SWITCH_SYSTEM): Delete the -L options. Richard M. Stallman 1993-08-11 23:15:09 +00:00
  • 1e49aa290a (mouse-drag-region): Mouse in menu bar means scroll up. Richard M. Stallman 1993-08-11 21:29:51 +00:00
  • ed814f55e1 (next-error): Handle zero and negative prefix args. Roland McGrath 1993-08-11 21:26:38 +00:00
  • a588e041b4 (describe_buffer_bindings): Declare shadow just once. Richard M. Stallman 1993-08-11 21:10:44 +00:00
  • cdf0b09689 (verify_overlay_modification): initialize endpos. Richard M. Stallman 1993-08-11 21:08:13 +00:00
  • d4ff74c8be (indented-text-mode): Doc fix. Richard M. Stallman 1993-08-11 21:01:20 +00:00
  • cbc61077f3 (TRUE, FALSE): Don't define if already defined. Richard M. Stallman 1993-08-11 20:55:04 +00:00
  • f8f5a0575b (enum resource_types): Delete final comma. Richard M. Stallman 1993-08-11 20:48:04 +00:00
  • a68c0d3b6e (enum window_loop): Delete final comma. Richard M. Stallman 1993-08-11 20:46:27 +00:00
  • 6cd195e292 (enum event_kind): Delete final comma. (meta_modifier): Delete final comma. Richard M. Stallman 1993-08-11 20:45:15 +00:00
  • dc35af79cb (BIG_ENDIAN): Don't define if already defined. Richard M. Stallman 1993-08-11 20:42:43 +00:00
  • 89eb0213a7 Comment fix. Richard M. Stallman 1993-08-11 20:37:21 +00:00
  • a217e08acf (ask-user-about-supersession-threat): Mention file name when asking question. Richard M. Stallman 1993-08-11 20:36:30 +00:00
  • a1251f7964 (show-paren-command-hook): Don't use value of make-face. Richard M. Stallman 1993-08-11 20:18:06 +00:00
  • f16a1ed371 (Frecenter): Preserve point in the buffer we change it in. Richard M. Stallman 1993-08-11 19:29:19 +00:00
  • 0d94f5ca29 (font-menu-add-default): Use list, not cons, for new elt. Don't get confused if no Misc entry. Richard M. Stallman 1993-08-11 19:22:35 +00:00
  • 3d64d15b2e (font-menu-add-default): Fix previous change. Richard M. Stallman 1993-08-11 19:20:22 +00:00