Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset): Change | Jim Blandy | 1993-06-16 | 1 | -17/+41 |
| | | | | | | | | | | | Universal Time (UT) to Coordinated Universal Time (UTC). (solar-time-string): Use calendar-daylight-time-offset instead of 1 hr, and use calendar-daylight-savings-switchover-time instead of midnight. Add an optional parameter to allow forcing the use of standard or daylight savings time. Fix code so it works in southern hemisphere (start of dst precedes end of dst in a calendar year) and when dst either starts or ends in a calendar year, but not both. | ||||
* | * calendar.el (calendar-current-time-zone): Change variable names | Jim Blandy | 1993-06-16 | 1 | -108/+89 |
| | | | | | | | | | | to make them more readable. (calendar-time-zone, calendar-standard-time-zone-name, calendar-daylight-time-zone-name, calendar-daylight-savings-ends, calendar-daylight-savings-starts): Don't autload them. * calendar.el (calendar-holidays): Quote it to delay evaluation until it's needed. | ||||
* | (make-autoload): Use memq once instead eq twice. | Roland McGrath | 1993-06-16 | 1 | -40/+71 |
| | | | | | (generate-file-autoloads): For non-autoloads, copy the defn textually rather than printing it after reading. | ||||
* | (generate-autoload-cookie, update-autoloads-here): Doc fixes. | Roland McGrath | 1993-06-16 | 1 | -4/+4 |
| | |||||
* | Comment changes. | Richard M. Stallman | 1993-06-16 | 1 | -3/+3 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1993-06-16 | 1 | -1/+1 |
| | |||||
* | (disassemble-internal): If function is autoload, load it. | Richard M. Stallman | 1993-06-16 | 1 | -0/+4 |
| | |||||
* | * frame.el (set-frame-configuration): Don't try to set a frame's | Jim Blandy | 1993-06-16 | 1 | -1/+8 |
| | | | | | minibuffer. This parameter can't be changed, so that would signal an error. | ||||
* | (parens-require-spaces): Var renamed and sense changed. | Richard M. Stallman | 1993-06-16 | 1 | -4/+4 |
| | | | | (insert-parentheses): Corresponding changes. | ||||
* | (rmail-output): Use insert-file-contents to look at | Richard M. Stallman | 1993-06-16 | 1 | -10/+8 |
| | | | | beginning of output file. | ||||
* | (x-switch-definitions): Fix -iconic. | Richard M. Stallman | 1993-06-16 | 1 | -1/+1 |
| | |||||
* | (byte-compile-file-form-defmumble): Typo in prev change. | Richard M. Stallman | 1993-06-16 | 1 | -2/+1 |
| | |||||
* | (server-process-filter): Use server-switch-buffer. | Richard M. Stallman | 1993-06-15 | 1 | -1/+1 |
| | |||||
* | (gud-xdb-directories): Renamed from gud-xdb-paths. | Richard M. Stallman | 1993-06-15 | 1 | -19/+18 |
| | | | | | | Defvar moved earlier. All uses changed. (gud-xdb-debugger-startup): Rename local var `paths'. (gud-xdb-file-name): Likewise. | ||||
* | (inferior-lisp-buffer): Move defvar earlier. | Richard M. Stallman | 1993-06-15 | 1 | -41/+36 |
| | |||||
* | (define-mail-alias): Remove excess whitespace better. | Richard M. Stallman | 1993-06-15 | 1 | -3/+3 |
| | |||||
* | (define-mail-abbrev): Renamed from define-mail-alias. | Richard M. Stallman | 1993-06-15 | 1 | -7/+8 |
| | | | | (build-mail-abbrevs): Use new name. | ||||
* | (build-mail-abbrevs): Pass just two args to define-mail-alias. | Richard M. Stallman | 1993-06-15 | 1 | -2/+1 |
| | |||||
* | (byte-compile-file-form-defmumble): Use defalias | Richard M. Stallman | 1993-06-15 | 1 | -1/+1 |
| | | | | for named function, even if no doc string. | ||||
* | Comment change. | Richard M. Stallman | 1993-06-15 | 1 | -8/+0 |
| | |||||
* | (xdb): New debugger supported (xdb under HPUX-PARISC). | Richard M. Stallman | 1993-06-15 | 1 | -9/+106 |
| | | | | | | (gud-xdb-debugger-startup): New function. (gud-xdb-file-name, gud-xdb-accumulation): New functions. (gud-xdb-marker-filter, gud-xdb-paths, gud-xdb-find-file): New. | ||||
* | (dired-repeat-over-lines): Going fwd, skip new lines | Richard M. Stallman | 1993-06-15 | 1 | -14/+20 |
| | | | | | that FUNCTION inserts after the current line. Going backwd, no need for dired-move-to-filename each time. | ||||
* | (parens-dont-require-spaces): New variable. | Richard M. Stallman | 1993-06-14 | 1 | -3/+10 |
| | | | | (insert-parentheses): Obey that variable. | ||||
* | (emerge-make-diff3-list): Pass ancestor second. | Richard M. Stallman | 1993-06-14 | 1 | -7/+7 |
| | | | | | (emerge-extract-diffs3): Replace group-1 with group-2. (emerge-handle-local-variables): Pass no arg to hack-local-variables. | ||||
* | (dabbrev-expand): Do all changes with replace-match. | Richard M. Stallman | 1993-06-14 | 1 | -6/+14 |
| | | | | In picture-mode, use picture-replace-match instead. | ||||
* | (picture-replace-match): New function. | Richard M. Stallman | 1993-06-14 | 1 | -0/+22 |
| | |||||
* | * holidays.el: Eval calendar-holidays; don't just use its value. | Jim Blandy | 1993-06-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | Jim Blandy | 1993-06-14 | 1 | -0/+859 |
| | |||||
* | (balance-windows): Total rewrite. | Richard M. Stallman | 1993-06-14 | 1 | -15/+41 |
| | |||||
* | Comment change. | Richard M. Stallman | 1993-06-14 | 1 | -1/+1 |
| | |||||
* | (byte-compile-file): Undo previous change. | Richard M. Stallman | 1993-06-13 | 1 | -13/+6 |
| | | | | (batch-byte-recompile-directory): Doc fix. | ||||
* | (isearch-highlight): If no face `isearch', use `region'. | Richard M. Stallman | 1993-06-13 | 1 | -3/+5 |
| | |||||
* | (c-indent-line): Call c-backward-to-start-of-if | Richard M. Stallman | 1993-06-13 | 1 | -0/+1 |
| | | | | in the case of else following a close brace. | ||||
* | (Man-getpage-in-background): Move close paren. | Richard M. Stallman | 1993-06-13 | 1 | -3/+3 |
| | |||||
* | (Man-getpage-in-background): Use TERM=dumb to prevent | Richard M. Stallman | 1993-06-13 | 1 | -3/+6 |
| | | | | terminal control sequences in the output. | ||||
* | (mouse-set-mark-fast): New function. | Richard M. Stallman | 1993-06-13 | 1 | -6/+29 |
| | | | | | | | | (mouse-show-mark): New function. (mouse-kill-ring-save, mouse-save-then-kill): Use them. (mouse-save-then-kill): Don't let kill-region alter this-command. Check last-command accordingly. (mouse-split-window-vertically): Handle scroll bar events. | ||||
* | (abbreviate-file-name): Match home dir with no / if nothing else follows. | Richard M. Stallman | 1993-06-13 | 1 | -1/+4 |
| | |||||
* | (finder-find-library): New function. | Richard M. Stallman | 1993-06-13 | 1 | -1/+15 |
| | | | | (finder-commentary): Use it. | ||||
* | (etags-tags-completion-table): When skipping the noise | Richard M. Stallman | 1993-06-12 | 1 | -1/+2 |
| | | | | before the tag name, let it end with any char not allowed in a tag. | ||||
* | *** empty log message *** | Richard M. Stallman | 1993-06-12 | 1 | -95/+88 |
| | |||||
* | (make-directory): By default create dir default-dir. | Richard M. Stallman | 1993-06-12 | 1 | -2/+11 |
| | |||||
* | (vc-backend-diff): Always use -q option. | Richard M. Stallman | 1993-06-12 | 1 | -0/+1 |
| | |||||
* | (file-truename): Don't use expand-file-name to merge | Richard M. Stallman | 1993-06-12 | 1 | -10/+19 |
| | | | | a link target into the previous dir. Handle .. and . explicitly. | ||||
* | (sendmail-pre-abbrev-expand-hook): | Richard M. Stallman | 1993-06-11 | 1 | -2/+2 |
| | | | | If last-command-char is not a character, don't check char-syntax. | ||||
* | (setenv): Treat case as significant. | Richard M. Stallman | 1993-06-11 | 1 | -0/+1 |
| | |||||
* | (sendmail-pre-abbrev-expand-hook): | Richard M. Stallman | 1993-06-11 | 1 | -1/+2 |
| | | | | If last-command-char is not a character, don't do the expand here. | ||||
* | Doc fixes. | Richard M. Stallman | 1993-06-11 | 1 | -155/+72 |
| | | | | | (run-lisp): Add autoload. (inferior-lisp-mode-map): Explicitly make local prefix keys. | ||||
* | (server-window): New variable. | Richard M. Stallman | 1993-06-11 | 1 | -0/+9 |
| | | | | (server-switch-buffer): Use it. | ||||
* | (enable-flow-control): Don't alter the 8-bit flag. | Richard M. Stallman | 1993-06-11 | 1 | -1/+1 |
| | |||||
* | (Man-filter-list): Add an element for X man pages. | Richard M. Stallman | 1993-06-11 | 1 | -1/+6 |
| | | | | (Man-goto-page): Continue past errors in Man-build-references-alist. |