summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset): ChangeJim Blandy1993-06-161-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 namesJim Blandy1993-06-161-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 McGrath1993-06-161-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 McGrath1993-06-161-4/+4
|
* Comment changes.Richard M. Stallman1993-06-161-3/+3
|
* entered into RCSRichard M. Stallman1993-06-161-1/+1
|
* (disassemble-internal): If function is autoload, load it.Richard M. Stallman1993-06-161-0/+4
|
* * frame.el (set-frame-configuration): Don't try to set a frame'sJim Blandy1993-06-161-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. Stallman1993-06-161-4/+4
| | | | (insert-parentheses): Corresponding changes.
* (rmail-output): Use insert-file-contents to look atRichard M. Stallman1993-06-161-10/+8
| | | | beginning of output file.
* (x-switch-definitions): Fix -iconic.Richard M. Stallman1993-06-161-1/+1
|
* (byte-compile-file-form-defmumble): Typo in prev change.Richard M. Stallman1993-06-161-2/+1
|
* (server-process-filter): Use server-switch-buffer.Richard M. Stallman1993-06-151-1/+1
|
* (gud-xdb-directories): Renamed from gud-xdb-paths.Richard M. Stallman1993-06-151-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. Stallman1993-06-151-41/+36
|
* (define-mail-alias): Remove excess whitespace better.Richard M. Stallman1993-06-151-3/+3
|
* (define-mail-abbrev): Renamed from define-mail-alias.Richard M. Stallman1993-06-151-7/+8
| | | | (build-mail-abbrevs): Use new name.
* (build-mail-abbrevs): Pass just two args to define-mail-alias.Richard M. Stallman1993-06-151-2/+1
|
* (byte-compile-file-form-defmumble): Use defaliasRichard M. Stallman1993-06-151-1/+1
| | | | for named function, even if no doc string.
* Comment change.Richard M. Stallman1993-06-151-8/+0
|
* (xdb): New debugger supported (xdb under HPUX-PARISC).Richard M. Stallman1993-06-151-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 linesRichard M. Stallman1993-06-151-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. Stallman1993-06-141-3/+10
| | | | (insert-parentheses): Obey that variable.
* (emerge-make-diff3-list): Pass ancestor second.Richard M. Stallman1993-06-141-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. Stallman1993-06-141-6/+14
| | | | In picture-mode, use picture-replace-match instead.
* (picture-replace-match): New function.Richard M. Stallman1993-06-141-0/+22
|
* * holidays.el: Eval calendar-holidays; don't just use its value.Jim Blandy1993-06-141-1/+1
|
* Initial revisionJim Blandy1993-06-141-0/+859
|
* (balance-windows): Total rewrite.Richard M. Stallman1993-06-141-15/+41
|
* Comment change.Richard M. Stallman1993-06-141-1/+1
|
* (byte-compile-file): Undo previous change.Richard M. Stallman1993-06-131-13/+6
| | | | (batch-byte-recompile-directory): Doc fix.
* (isearch-highlight): If no face `isearch', use `region'.Richard M. Stallman1993-06-131-3/+5
|
* (c-indent-line): Call c-backward-to-start-of-ifRichard M. Stallman1993-06-131-0/+1
| | | | in the case of else following a close brace.
* (Man-getpage-in-background): Move close paren.Richard M. Stallman1993-06-131-3/+3
|
* (Man-getpage-in-background): Use TERM=dumb to preventRichard M. Stallman1993-06-131-3/+6
| | | | terminal control sequences in the output.
* (mouse-set-mark-fast): New function.Richard M. Stallman1993-06-131-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. Stallman1993-06-131-1/+4
|
* (finder-find-library): New function.Richard M. Stallman1993-06-131-1/+15
| | | | (finder-commentary): Use it.
* (etags-tags-completion-table): When skipping the noiseRichard M. Stallman1993-06-121-1/+2
| | | | before the tag name, let it end with any char not allowed in a tag.
* *** empty log message ***Richard M. Stallman1993-06-121-95/+88
|
* (make-directory): By default create dir default-dir.Richard M. Stallman1993-06-121-2/+11
|
* (vc-backend-diff): Always use -q option.Richard M. Stallman1993-06-121-0/+1
|
* (file-truename): Don't use expand-file-name to mergeRichard M. Stallman1993-06-121-10/+19
| | | | a link target into the previous dir. Handle .. and . explicitly.
* (sendmail-pre-abbrev-expand-hook):Richard M. Stallman1993-06-111-2/+2
| | | | If last-command-char is not a character, don't check char-syntax.
* (setenv): Treat case as significant.Richard M. Stallman1993-06-111-0/+1
|
* (sendmail-pre-abbrev-expand-hook):Richard M. Stallman1993-06-111-1/+2
| | | | If last-command-char is not a character, don't do the expand here.
* Doc fixes.Richard M. Stallman1993-06-111-155/+72
| | | | | (run-lisp): Add autoload. (inferior-lisp-mode-map): Explicitly make local prefix keys.
* (server-window): New variable.Richard M. Stallman1993-06-111-0/+9
| | | | (server-switch-buffer): Use it.
* (enable-flow-control): Don't alter the 8-bit flag.Richard M. Stallman1993-06-111-1/+1
|
* (Man-filter-list): Add an element for X man pages.Richard M. Stallman1993-06-111-1/+6
| | | | (Man-goto-page): Continue past errors in Man-build-references-alist.