summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* entered into RCSRichard M. Stallman1993-06-261-7/+18
|
* (define-key-after): Renamed from define-key-in-sequence.Richard M. Stallman1993-06-261-1/+1
|
* (define-key-in-sequence): New function.Richard M. Stallman1993-06-261-0/+23
|
* (vc-rcs-status): New variable.Richard M. Stallman1993-06-261-3/+133
| | | | | (vc-mode-line): Display the lock status and head version. (vc-rcs-status, vc-rcs-glean-field): New function.
* (mouse-buffer-menu): Include % and * in each item.Richard M. Stallman1993-06-251-1/+15
| | | | Calculate amount of space needed for longest buffer name.
* (mouse-menu-bar-buffers): Include % and * in each item.Richard M. Stallman1993-06-251-1/+14
| | | | Calculate amount of space needed for longest buffer name.
* (find-change-log): Try get-file-buffer before file-exists-p.Roland McGrath1993-06-251-2/+2
|
* (vc-diff): If `diff' gives empty output, return nil.Richard M. Stallman1993-06-251-2/+8
|
* Set up autoloads for files `makeinfo' and `texnfo-upd'.Richard M. Stallman1993-06-251-186/+483
| | | | | | | | | | | | | | | | | | | | | | | | | | (texinfo-delete-from-print-queue-command): New var. (texinfo-tex-trailer): New var. (texinfo-tex-region): Use that. (texinfo-tex-buffer): Rewritten; use the actual source file. Binding is now C-c C-t C-b. (texinfo-texindex): Turned back on. (texinfo-quit-job): New command, with binding. (texinfo-delete-from-print-queue): Likewise. (texinfo-show-structure): Indent each line according to depth. Require texnfo-upd. (texinfo-section-types-regexp): Var deleted. (texinfo-insert-@-with-arg): New function. (texinfo-insert-@var, etc.): Use that. (texinfo-insert-@end): New command, now on C-c C-c e. (texinfo-insert-@end-example): Deleted. (texinfo-insert-@table): New command, on C-c C-c t. (texinfo-start-menu-description): New command, on C-c C-c C-d. (texinfo-mode): No longer set tex-trailer. Make the @node for the top node start a page. Use shorter values for tex-end-of-header and tex-start-of-header. (texinfo-mode-map): Add bindings for makeinfo-buffer, etc. Delete bindings for texinfo-format-buffer/region. (texinfo-define-common-keys): New function.
* * ange-ftp.el: Loosen file-name-handler-alist regexp so we can doJim Blandy1993-06-241-2/+6
| | | | host name completion.
* (hexl-in-save-buffer): New flag.Jim Blandy1993-06-241-22/+27
| | | | (hexl-save-buffer): Prevent infinite recursion.
* * term/x-win.el (command-switch-alist): "-ib" takes a numericJim Blandy1993-06-221-1/+1
| | | | argument; use x-handle-numeric-switch for it.
* * replace.el (query-replace-map): Fix typo in binding for [return].Jim Blandy1993-06-221-1/+1
|
* (rmail-summary-mode-map): Bind summary sort commands.Richard M. Stallman1993-06-221-0/+57
| | | | | (rmail-summary-sort-...): Moved from rmailsort.el. (rmail-sort-from-summary): Likewise. Require rmailsort.
* Don't touch rmail-summary-mode-map.Richard M. Stallman1993-06-221-114/+2
| | | | | | Don't touch rmail-mode-map. Don't require rmail or sort. (rmail-summary-sort-...): Moved to rmailsum.el. (rmail-sort-from-summary): Likewise.
* Add autoloads for rmailsort commands.Richard M. Stallman1993-06-221-0/+32
| | | | (rmail-mode-map): Add bindings for those commands.
* * compile.el (compile-file-of-error): Remember thatJim Blandy1993-06-221-2/+1
| | | | | compilation-error-list stores file names as strings, not as (DIR . FILE) pairs.
* * diff.el (diff-parse-differences): Preserve the match dataJim Blandy1993-06-221-1/+2
| | | | across the call to find-file-noselect.
* * cal-dst.el: New file.Jim Blandy1993-06-221-0/+352
| | | | | | | | | | | | | (calendar-/, calendar-%, calendar-absolute-from-time, calendar-time-from-absolute, calendar-next-time-zone-transition, calendar-time-zone-daylight-rules): New functions. (calendar-current-time-zone): Moved from calendar.el and rewritten. (calendar-current-time-zone-cache): New variable. (calendar-current-time-zone, calendar-time-zone, calendar-daylight-time-offset, calendar-standard-time-zone-name, calendar-daylight-time-zone-name, calendar-daylight-savings-starts, calendar-daylight-savings-ends, calendar-daylight-savings-switchover-time): Moved from calendar.el.
* * lunar.el (lunar-phase): Use time conversion from solar.elJim Blandy1993-06-221-34/+6
|
* * holidays.el (calendar-holiday-function-fixed,Jim Blandy1993-06-221-143/+112
| | | | | | | | | | | | | | | | | | | | | | calendar-holiday-function-float, calendar-holiday-function-julian, calendar-holiday-function-islamic, calendar-holiday-function-hebrew, calendar-holiday-function-sexp, calendar-holiday-function-advent, calendar-holiday-function-easter-etc, calendar-holiday-function-greek-orthodox-easter, calendar-holiday-function-rosh-hashanah-etc, calendar-holiday-function-hanukkah, calendar-holiday-function-passover-etc, calendar-holiday-function-tisha-b-av-etc): Renamed without words "calendar" and "function"; changed argument from a list of values to individual values. Fixed doc strings. (calendar-holiday-function-if): Removed. (calendar-holiday-solar-equinoxes-solstices): Renamed solar-equinoxes-solstices. (calendar-holiday-list): Rewrote to accomodate the name changes above and the unquoting of calendar-holidays. (calendar-cursor-holidays): Change screen-width to frame-width. (holiday-sexp): Rewritten.
* * cal-mayan.el (calendar-mayan-days-before-absolute-zero,Jim Blandy1993-06-221-17/+14
| | | | | | | | calendar-mayan-haab-difference, calendar-mayan-tzolkin-difference, calendar-mayan-tzolkin-haab-on-or-before, calendar-previous-calendar-round-date, calendar-absolute-from-mayan-long-count, calendar-print-mayan-date): Fix doc strings.
* * diary-ins.el (insert-cyclic-diary-entry): Fix date form.Jim Blandy1993-06-221-10/+14
|
* * diary.el (list-sexp-diary-entries,Jim Blandy1993-06-221-59/+63
| | | | | | | | | | | hebrew-calendar-year-Saturday-incomplete-Sunday, hebrew-calendar-year-Monday-incomplete-Tuesday, hebrew-calendar-year-Tuesday-regular-Thursday, hebrew-calendar-year-Thursday-complete-Sunday, hebrew-calendar-year-Saturday-complete-Thursday, hebrew-calendar-year-Monday-complete-Saturday, hebrew-calendar-year-Thursday-incomplete-Sunday): Fix doc strings. (diary-sexp-entry): Use calendar-sexp-debug to turn off error catching.
* * solar.el (calendar-holiday-solar-equinoxes-solstices): RenamedJim Blandy1993-06-221-27/+61
| | | | | | | | | | | | | | solar-equinoxes-solstices. (calendar-time-display-form, calendar-latitude, calendar-longitude): Moved from calendar.el. (calendar-time-zone, calendar-standard-time-zone-name, calendar-daylight-time-zone-name, calendar-daylight-savings-starts, calendar-daylight-savings-ends): Take default values from calendar-current-time-zone, instead of being overwritten in open code if they were set to nil. (solar-time-string): Subtract calendar-daylight-time-offset when computing dst-ends. Avoid rounding errors when rounding time to the nearest minute.
* * calendar.el (calendar-version): Update to 5.1. Fixed a varietyJim Blandy1993-06-221-402/+319
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of spelling error in comments and doc strings. (calendar-sexp-debug): New variable to turn off error catching. (calendar-absolute-from-gregorian): Removed unused vars month, day. (view-calendar-holidays-initially, all-hebrew-calendar-holidays, all-christian-calendar-holidays, all-christian-islamic-holidays, diary-nonmarking-symbol, hebrew-diary-entry-symbol, islamic-diary-entry-symbol, diary-include-string, abbreviated-calendar-year, european-calendar-style, european-calendar-display-form, american-calendar-display-form, calendar-date-display-form, print-diary-entries-hook, list-diary-entries-hook, nongregorian-diary-listing-hook, nongregorian-diary-marking-hook, diary-list-include-blanks, holidays-in-diary-buffer, general-holidays, increment-calendar-month, calendar-sum, calendar-string-spread, calendar-absolute-from-iso, calendar-print-iso-date, hebrew-calendar-elapsed-days, list-yahrzeit-dates, calendar-print-astro-day-number): Fix doc strings. (calendar-nth-named-day): Rewritten to include optional day of month. (general-holidays, calendar-holidays, hebrew-holidays, christian-holidays, islamic-holidays, solar-holidays): Rewritten to include require of cal-dst.el and to show the time of the change to/from daylight savings time. (calendar-current-time-zone, calendar-time-zone, calendar-daylight-time-offset, calendar-standard-time-zone-name, calendar-daylight-time-zone-name, calendar-daylight-savings-starts, calendar-daylight-savings-ends, calendar-daylight-savings-switchover-time): Moved to cal-dst.el. (calendar-location-name, calendar-time-display-form, calendar-latitude, calendar-longitude): Moved to solar.el. (calendar-holidays): Unquote it!
* (rmail-mode): Move to the last message.Richard M. Stallman1993-06-221-1/+1
|
* (rmail-mode-map): Add local menu bar bindings.Richard M. Stallman1993-06-221-0/+119
| | | | (rmail-search-backward): New command.
* (rmail-summary-mode-map): Add local menu bar bindings.Richard M. Stallman1993-06-221-3/+136
| | | | | (rmail-summary-search-backward): New command. (rmail-summary-search): Don't use save-excursion.
* * subr.el (event-end): Modified to account for multi-click events.Jim Blandy1993-06-221-1/+1
|
* (mail-mode-map): Add local menu bar bindings.Richard M. Stallman1993-06-211-0/+44
|
* *** empty log message ***Richard M. Stallman1993-06-211-116/+39
|
* Initial revisionRichard M. Stallman1993-06-211-0/+323
|
* entered into RCSRichard M. Stallman1993-06-211-1/+0
|
* Initial revisionRichard M. Stallman1993-06-211-0/+272
|
* * add-log.el (add-log-current-defun): To find the name of theJim Blandy1993-06-211-1/+3
| | | | | | | function being defined in emacs-lisp-mode, lisp-mode, and scheme-mode, skip an opening paren and an s-expression, instead of just one word. This allows us to properly recognize things like define-key and define-macro.
* * replace.el (query-replace-map): Make return exit query-replace,Jim Blandy1993-06-211-0/+2
| | | | just like escape.
* (mh-yank-cur-msg): Test mark-active.Richard M. Stallman1993-06-201-2/+2
|
* Translate F11 (ESC [ 23 ~) to ESC.Richard M. Stallman1993-06-201-2/+5
|
* Comment change.Richard M. Stallman1993-06-201-1/+1
|
* Sat Jun 19 17:47:40 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)Jim Blandy1993-06-191-1/+0
| | | | * info.el (Info-insert-dir): Remove the call to recursive-edit.
* (Info-insert-dir): Record file attributes of files used.Richard M. Stallman1993-06-191-2/+18
| | | | Recompute the dir if they change.
* (insert-file): Report error if file is directory.Richard M. Stallman1993-06-191-0/+3
|
* * man.el (Man-switches): New variable.Jim Blandy1993-06-191-2/+7
| | | | | (Man-build-man-command): Use it to build the man command. (Man-mode): Mention it in documentation.
* (rmail-output): Check file can be read before trying to read part of it.Richard M. Stallman1993-06-191-7/+8
|
* (ange-ftp-insert-file-contents): Handle extra args BEG, END.Richard M. Stallman1993-06-191-4/+5
|
* entered into RCSRichard M. Stallman1993-06-191-83/+30
|
* *** empty log message ***Richard M. Stallman1993-06-191-9/+12
|
* (compilation-error-regexp-alist): Generalize theRichard M. Stallman1993-06-181-1/+3
| | | | Apollo/BSD4.3 regexp to handle IBM RS6k too.
* (mouse-secondary-save-then-kill): Don't switch windows.Richard M. Stallman1993-06-181-28/+35
| | | | | | Just set-buffer, and put save-excursion around it. (mouse-set-secondary, mouse-start-secondary): Likewise. (mouse-drag-secondary): Switch windows and move point just temporarily.