- 10 Sep, 1993 11 commits
-
-
Roland McGrath authored
-
Roland McGrath authored
Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd. Check for XFree86 (/usr/X386/include) independent of whether -lXbsd exists.
-
Roland McGrath authored
timer.o, timer): Remove `-I${srcdir}/../src', since it is already in CPP_FLAGS.
-
Roland McGrath authored
`$(MAKE)' in place of plain `make'.
-
Roland McGrath authored
(xmakefile): Use -I. in cpp run.
-
Roland McGrath authored
-
Roland McGrath authored
-
Roland McGrath authored
-
Roland McGrath authored
-I${srcdir}/../src.
-
Roland McGrath authored
-
Roland McGrath authored
-
- 09 Sep, 1993 1 commit
-
-
Noah Friedman authored
-
- 08 Sep, 1993 11 commits
-
-
Paul Eggert authored
to steal the lock.
-
Richard M. Stallman authored
instead of dup2. Use the existing X desc number in fcntl calls. (XTread_socket): Don't forget to clear out `mask'.
-
Richard M. Stallman authored
(wait_reading_process_input, init_keyboard): Use it. Also call change_input_fd. (change_keyboard_wait_descriptor): New function.
-
Richard M. Stallman authored
(narrow_foreground_group, widen_foreground_group, init_sys_modes) (init_baud_rate, init_sigio, request_sigio, unrequest_sigio): Likewise. (change_input_fd): New function.
-
Francesco Potortì authored
generation algorithm.
-
Roland McGrath authored
comint-filename-prefix prepended. Strip comint-filename-prefix from elts.
-
Roland McGrath authored
the host, and cd to /HOST:~/. (rlogin-mode-map): Start with (cons 'keymap shell-mode-map), rather than with a full copy of comint-mode-map.
-
Roland McGrath authored
(shell-resync-dirs, shell-process-cd, shell-process-pushd, shell-process-popd): Use shell-cd in place of cd.
-
Roland McGrath authored
shell-process-popd): Prepend comint-filename-prefix to directory names when calling cd.
-
Roland McGrath authored
(comint-replace-by-expanded-filename, comint-dynamic-complete, comint-dynamic-list-completions): Prepend it to absolute file names before completing.
-
Roland McGrath authored
-
- 07 Sep, 1993 5 commits
-
-
Richard M. Stallman authored
when calling rmail-convert-to-babyl-format.
-
Richard M. Stallman authored
-
Roland McGrath authored
through to set-frame-configuration.
-
Roland McGrath authored
don't delete any frames.
-
Roland McGrath authored
interactive spec.
-
- 06 Sep, 1993 6 commits
-
-
Roland McGrath authored
-
Paul Eggert authored
Israel has changed its daylight savings time rules, and we don't know what the current rules are.
-
Roland McGrath authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(simula-mode-syntax-table): Copy the syntax table.
-
Francesco Potortì authored
(L_funcs): the (foo::defmumble stuff now should work. (consider_token): function returned random value--corrected. (C_entries): corrected == versus = typo. * etags.c (FINCST): added the fignore status. Means we are after the parameter list and before the open curly brace. Allows correct parsing of C++ constructors. (C_entries, consider_token): make use of fignore. (consider_token): reset funcdef when next_token_is_func: when in ctags mode makes DEFVAR and others work better. (L_isquote): function that recognises the "(quote" string. (L_getit): ignore quoting via "'" or "(quote". Useful for defalias.
-
- 05 Sep, 1993 1 commit
-
-
Richard M. Stallman authored
-
- 30 Aug, 1993 1 commit
-
-
Roland McGrath authored
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.
-
- 29 Aug, 1993 1 commit
-
-
Paul Eggert authored
(solar-equinoxes-solstices): Invert seasons in southern hemisphere. (solar-degrees-to-quadrant): Use `floor' instead of `truncate'.
-
- 28 Aug, 1993 3 commits
-
-
Paul Eggert authored
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. (calendar-current-time-zone): Some locales start DST at a different time of day than they end; allow for this by yielding both times. The performance speedups in calendar.el are great enough that we now no longer need the "Checking time zone data..." message. If current-time-zone yields nil, don't bother with calendar-next-time-zone-transition. Use clearer names for local vars. (calendar-time-zone, calendar-daylight-time-offset, calendar-{standard,daylight}-time-zone-name, calendar-daylight-savings-{starts,ends}): Default to US Eastern rules for information that is not available. (calendar-daylight-savings-{starts,ends}-time): New vars, replacing calendar-daylight-savings-switchover-time, to support locales that start DST at a different time of day than they end. (calendar-absolute-from-time): Fix typo by interchanging floor and mod.
-
Paul Eggert authored
calendar-daylight-savings-{starts,ends}-time vars instead of old calendar-daylight-savings-switchover-time var. (calendar-last-day-of-month): Tune by testing month before year. (calendar-absolute-from-gregorian): Tune by computing (1- year) once. (calendar-nth-named-absday): New function, used to improve performance in calendar-time-zone-daylight-rules. (calendar-nth-named-day): Use it.
-
Paul Eggert authored
Use new calendar-daylight-savings-{starts,ends}-time vars instead of old calendar-daylight-savings-switchover-time var.
-