b846d0394a* mouse.el (mouse-drag-region): Correctly handle drags which enter other frames.
Jim Blandy
1993-07-02 23:05:25 +00:00
d7b4e137ca* textprop.c (set_properties): Add undo records to remove entirely new properties. Only record old property values for those properties whose values have changed.
Jim Blandy
1993-07-02 22:50:40 +00:00
282aa6a2d2(vc-path): New variable. (vc-do-command): Use vc-path.
Richard M. Stallman
1993-07-02 21:46:42 +00:00
b289b04e20(menu-bar-edit-menu): Rename menu item to Choose Next Paste. Create this item along with all the others.
Richard M. Stallman
1993-07-02 21:37:09 +00:00
285eb5ef12(isearch-other-meta-char): Handle sequences containing mouse clicks in scroll-bar that used another buffer's map.
Richard M. Stallman
1993-07-02 21:34:15 +00:00
21526a531d* vc.el (vc-backend-diff): Pass the "-q" flag only if we're using rcsdiff.
Jim Blandy
1993-07-02 20:07:55 +00:00
e2bfb60a53Put mouse-menu-choose-yank binding after paste=>yank binding in menu.
Roland McGrath
1993-07-02 18:31:59 +00:00
b4ff4a23cb(byte-compile-keep-pending): Handle fset like defalias. (byte-compile-file-form-defmumble): Fix backward if in prev change.
Richard M. Stallman
1993-07-02 17:46:43 +00:00
de6fd4b97c(wait_reading_process_input): Do include the keyboard in the select, if read_kbd was a cons cell.
Richard M. Stallman
1993-07-02 05:43:43 +00:00
53c8f9fa14(describe_map_tree): Insert key_heading here. New arg TITLE. (describe_buffer_bindings): Corresponding changes.
Richard M. Stallman
1993-07-02 05:21:05 +00:00
6cc35d868b* xterm.c (XTread_socket): When handing non-synthetic ConfigureNotify events, don't refer to the parent window descriptor.
Jim Blandy
1993-07-02 04:00:38 +00:00
0d370700b2* dired-aux.el (dired-diff): Work even when the mark is inactive.
Jim Blandy
1993-07-02 00:15:07 +00:00
e11094e681(mail-send): Don't test buffer-modified-p if buffer is visiting a file.
Richard M. Stallman
1993-07-01 23:35:51 +00:00
f4e90b7615(byte-compile-file-form-defmumble): If byte-compile-compatibility, use fset, not defalias.
Richard M. Stallman
1993-07-01 22:13:28 +00:00
a3d1480b7d* simple.el: Add bindings to function-key-map so that the keypad keys act like ordinary self-insertion keys, unless explicitly bound.
Jim Blandy
1993-07-01 20:34:13 +00:00
e6f0e76cd0(set-visited-file-name): Rename auto-save file only if it exists.
Richard M. Stallman
1993-07-01 20:33:56 +00:00
94142e7881(build-mail-abbrevs): Do substitute-in-file-name on the abbrev, for `source'.
Richard M. Stallman
1993-07-01 20:25:42 +00:00
c77a81cf65(set-visited-file-name): Rename the old auto save file.
Richard M. Stallman
1993-07-01 18:39:58 +00:00
b3e1e05cfe* xterm.c (frame_highlight, frame_unhighlight): Don't test Vx_no_window_manager. BLOCK_INPUT around the border manipulation calls.
Jim Blandy
1993-07-01 04:04:32 +00:00
dfabc98f78(mouse-menu-choose-yank): Just return when x-popup-menu returns nil. Add menu-enable property to this function.
Roland McGrath
1993-07-01 03:31:58 +00:00
ac2a7a9197Add e-mail address and version info. Adjust commentary and doc strings. (forms-mode): Add ###autoload. (forms-find-file): Add ###autoload. (forms-find-file-other-window): Add ###autoload.
Richard M. Stallman
1993-06-30 22:37:30 +00:00
51501e543e(compile-abbreviate-directory): New function. (compilation-parse-errors): Use that, to visit files with a dirname more like the one the user specified.
Richard M. Stallman
1993-06-30 22:03:15 +00:00
4b40fdea8f(vc-update-change-log): Ensure that file names inserted into a ChangeLog are relative to that ChangeLog.
Paul Eggert
1993-06-30 21:35:59 +00:00
66f55a9d0c* xterm.c (XTread_socket): Initialize event_found to zero, and pass a zeroed timeout to select, not a null pointer; the latter means "wait forever".
Jim Blandy
1993-06-30 21:35:22 +00:00
82d04750c7* xdisp.c (redisplay): If we're not already showing the region, then don't disable the single-line optimizations just because the mark isn't where we last displayed it.
Jim Blandy
1993-06-30 21:30:25 +00:00
0bf0c097bd(mark-even-if-inactive): New variable. (mark): Test it.
Richard M. Stallman
1993-06-30 20:58:28 +00:00
46b3623d72(check_memory_limits): Use unsigned long to hold memory size values.
Richard M. Stallman
1993-06-30 20:18:30 +00:00
c2efa56649Recognize `gnu' as a valid operating system. Sheesh.
Roland McGrath
1993-06-30 19:19:42 +00:00
1294647644Add -q option.
Paul Eggert
1993-06-30 18:54:08 +00:00
88a64fef30(PRIO_PROCESS): Definition deleted.
Richard M. Stallman
1993-06-30 17:51:16 +00:00
388348ae1fDoc fixes.
Richard M. Stallman
1993-06-30 16:44:35 +00:00
f6376199d5* gud.el: Add history lists to the debugging commands, so we don't have to retype the filename every invocation. (gud-gdb-history, gud-sdb-history, gud-dbx-history, gud-xdb-history): New variables. (gdb, sdb, dbx, xdb): Use them when reading the argument string.
Jim Blandy
1993-06-30 06:27:30 +00:00
764cb3f9d2* keyboard.c (kbd_buffer_get_event): Correctly generate switch-frame events when reading mouse motion events.
Jim Blandy
1993-06-30 04:56:29 +00:00
600c6e3ad0* mouse.el (mouse-drag-region-1): Commented out. (mouse-drag-region): Commented out, and replaced with new version, which highlights the region as we drag. (mouse-scroll-delay, mouse-drag-overlay): New variables. (mouse-scroll-subr): New function.
Jim Blandy
1993-06-30 04:47:37 +00:00
113d28a8a0(define-key-after): Delete duplicate bindings that come after the new one. Do insert when we reach the end, if haven't before.
Richard M. Stallman
1993-06-30 04:36:37 +00:00
31beb30ec1Fix typo in last change.
Jim Blandy
1993-06-30 04:14:08 +00:00
66a5c2c6e4* faces.el (global-face-data): Doc fix.
Jim Blandy
1993-06-29 23:33:00 +00:00
c34efc6cd8* xterm.c: Add CPP tangle from process.c to get definitions for FD_SET, etcetera. (XTread_socket): Use those macros when testing for dropped connection.
Jim Blandy
1993-06-29 23:07:22 +00:00
ddf768c3cf* xfns.c (Fx_create_frame): Check for internalBorder resource, as well as internalBorderWidth.
Jim Blandy
1993-06-29 23:04:11 +00:00
b7e264f680* gnus.el (gnus-newsrc-to-gnus-format): Correct regexp which matches .newsrc lines not to match more than one line.
Jim Blandy
1993-06-29 23:03:21 +00:00
918f9ad18d* etags.c: #include "config.h" and the alloca CPP tangle before #including the system headers and getopt.h. AIX requires the #pragma to come before any actual C code.
Jim Blandy
1993-06-29 22:58:40 +00:00
26c1639eb6* keyboard.c (read_char): Don't do idle autosaves if we're not interactive.
Jim Blandy
1993-06-29 22:46:26 +00:00
3a3236d27c*** empty log message ***
Jim Blandy
1993-06-29 21:27:42 +00:00
5d7aa25b52(mark_object): Add aborts in Lisp_Symbol case.
Richard M. Stallman
1993-06-29 21:08:31 +00:00
d1475aa1ba*** empty log message ***
Jim Blandy
1993-06-29 18:21:12 +00:00
a12ff9f32b(insert-directory): Doc fix. (ls-lisp-format): Provide user name when known. On ms-dos, provide a name for the group, to be prettier.
Richard M. Stallman
1993-06-29 17:08:09 +00:00
7324d660df(wait_reading_process_input): Use SIGIO only if defined.
Richard M. Stallman
1993-06-29 16:53:32 +00:00
74da87491aRecognize -sysv* after -sysvr4.
Richard M. Stallman
1993-06-29 15:31:19 +00:00
e788f29183*** empty log message ***
Jim Blandy
1993-06-29 04:03:22 +00:00
5e28918bbbInitial revision
Jim Blandy
1993-06-28 23:41:38 +00:00
f4b9e76b49(face-initialize): Create underline' face. (x-initialize-frame-faces): Set up underline' face.
Richard M. Stallman
1993-06-28 20:38:49 +00:00
8220dfd066Doc fix.
Jim Blandy
1993-06-28 19:56:00 +00:00
c3343fcf79(Man-auto-section-alist): Default value nil. (Man-getpage-in-background): Call Man-default-man-args. (Man-filter-list): Don't discard overstrike here. (Man-set-fonts): New function. (Man-bgproc-sentinel): Call Man-set-fonts. (Man-version-number): Var deleted. (Man-version): Command and binding deleted. (Man-mode): Use Manual, not Man, as official mode name.
Richard M. Stallman
1993-06-28 19:53:30 +00:00
99a225a911(describe_map_2): Cleanups. Check there's no previous definition in same keymap.
Richard M. Stallman
1993-06-28 19:20:28 +00:00
1bd4e7608fDoc fixes.
Richard M. Stallman
1993-06-28 05:18:27 +00:00
3c8aaef219(c-forward-conditional): New function. (c-up-conditional): Use c-forward-conditional. (c-backward-conditional): New function. (c-mode-map): Make bindings for them.
Richard M. Stallman
1993-06-28 04:48:51 +00:00
41dfb835db(vc-update-change-log): Restore previous default-directory for running rcs2log.
Richard M. Stallman
1993-06-28 00:56:54 +00:00
d05b18831aCanonicalize -sco4 and -sco3.2.4 to -sco3.2v4.
Richard M. Stallman
1993-06-27 21:26:43 +00:00
9ee9b53e02entered into RCS
Richard M. Stallman
1993-06-26 11:59:44 +00:00
06ae9cf2a4(define-key-after): Renamed from define-key-in-sequence.
Richard M. Stallman
1993-06-26 04:20:42 +00:00
4434d61b29(define-key-in-sequence): New function.
Richard M. Stallman
1993-06-26 04:18:37 +00:00
198d5c0098(vc-rcs-status): New variable. (vc-mode-line): Display the lock status and head version. (vc-rcs-status, vc-rcs-glean-field): New function.
Richard M. Stallman
1993-06-26 04:01:50 +00:00
af2a85fe39(mouse-buffer-menu): Include % and * in each item. Calculate amount of space needed for longest buffer name.
Richard M. Stallman
1993-06-25 22:33:57 +00:00
b9d07cf711(mouse-menu-bar-buffers): Include % and * in each item. Calculate amount of space needed for longest buffer name.
Richard M. Stallman
1993-06-25 22:30:49 +00:00
1438263db4(find-change-log): Try get-file-buffer before file-exists-p.
Roland McGrath
1993-06-25 22:01:47 +00:00
e294d0c380Convert ...-sysvr4 into ...-sysv4.
Richard M. Stallman
1993-06-25 21:57:48 +00:00
b246f57185(vc-diff): If `diff' gives empty output, return nil.
Richard M. Stallman
1993-06-25 21:30:54 +00:00
c6cc04e999Set up autoloads for files makeinfo' and texnfo-upd'. (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.
Richard M. Stallman
1993-06-25 06:41:54 +00:00
712a169400* ange-ftp.el: Loosen file-name-handler-alist regexp so we can do host name completion.
Jim Blandy
1993-06-24 03:02:20 +00:00
d02e05d1ff* configure.in: Add --verbose flag.
Jim Blandy
1993-06-24 01:52:49 +00:00
ac2e902d45(hexl-in-save-buffer): New flag. (hexl-save-buffer): Prevent infinite recursion.
Jim Blandy
1993-06-24 01:48:59 +00:00
31ea78fd30* xterm.c (XTread_socket): Remove #if 0''s around code which tests for dropped connection (i.e. sigio but no events).
Jim Blandy
1993-06-24 01:34:33 +00:00
878a082725* term/x-win.el (command-switch-alist): "-ib" takes a numeric argument; use x-handle-numeric-switch for it.
Jim Blandy
1993-06-22 08:30:36 +00:00
7e6992e06e* keyboard.c (menu_bar_items, read_key_sequence): Use current_global_map, not global_map; the latter is only meant to be used for initial_define_key. * commands.h: Doc fix.
Jim Blandy
1993-06-22 08:17:36 +00:00
6ce387e698* keyboard.c (menu_bar_items, read_key_sequence): Use current_global_map, not global_map; the latter is only meant to be used for initial_define_key. * commands.h: Doc fix.
Jim Blandy
1993-06-22 08:17:26 +00:00
384c7da487* replace.el (query-replace-map): Fix typo in binding for [return].
Jim Blandy
1993-06-22 08:12:10 +00:00
718cde7d8e* buffer.c (list_buffers_1): Make desired_point a lisp object; set it to nil, unless we find the current buffer. (Flist_buffers): Don't try to set point in the buffer list unless list_buffers_1 actually returns an integer. Don't use a full save_excursion; just save and restore the buffer.
Jim Blandy
1993-06-22 07:39:26 +00:00
28f7279833Separate parameter faces (those created and modified by the user) from the computed faces (the combinations created by compute_char_face), so that we don't waste global face id's. * xterm.h (struct x_display): Replace the fields faces and n_faces with fields param_faces, n_param_faces, computed_faces, n_computed_faces, and size_computed_faces. (FRAME_FACES, FRAME_N_FACES): Replaced by... (FRAME_COMPUTED_FACES, FRAME_N_COMPUTED_FACES, FRAME_PARAM_FACES, FRAME_N_PARAM_FACES): New macros. * xfaces.c: Doc fixes. (init_frame_faces): Call new_computed_face to create entries for the default and mode line faces. Use the FRAME...PARAM_FACES macros. (free_frame_faces): Use the FRAME...PARAM_FACES and FRAME...COMPUTED_FACES macros. Don't use the copy flag; all parameter faces have real X resources, and all computed faces just have copies. Free both the parameter and computed face arrays. (new_computed_face): New function. (intern_computed_face): Renamed from intern_frame_face; callers changed. Call new_computed_face. (ensure_face_ready, compute_char_face, compute_glyph_face): Use the FRAME...PARAM_FACES macros. (recompute_basic_faces): Use the FRAME...PARAM_FACES and FRAME...COMPUTED_FACES macros. Produce the computed faces by starting with the base faces and merging in the parameter faces. (Fset_face_attribute_internal): Use the FRAME...PARAM_FACES macros. Just call recompute_basic_faces if the default or mode line faces have changed. * xfns.c (Fx_list_fonts): Use the FRAME...PARAM_FACES macros. * xterm.c (dumpglyphs): Use the FRAME...COMPUTED_FACES macros. * dispextern.h (struct face): Remove the copy member. This is no longer necessary; all computed faces are copies, and no parameter faces are.
Jim Blandy
1993-06-22 07:26:44 +00:00
7b00de84fdSeparate parameter faces (those created and modified by the user) from the computed faces (the combinations created by compute_char_face), so that we don't waste global face id's. * xterm.h (struct x_display): Replace the fields faces and n_faces with fields param_faces, n_param_faces, computed_faces, n_computed_faces, and size_computed_faces. (FRAME_FACES, FRAME_N_FACES): Replaced by... (FRAME_COMPUTED_FACES, FRAME_N_COMPUTED_FACES, FRAME_PARAM_FACES, FRAME_N_PARAM_FACES): New macros. * xfaces.c: Doc fixes. (init_frame_faces): Call new_computed_face to create entries for the default and mode line faces. Use the FRAME...PARAM_FACES macros. (free_frame_faces): Use the FRAME...PARAM_FACES and FRAME...COMPUTED_FACES macros. Don't use the copy flag; all parameter faces have real X resources, and all computed faces just have copies. Free both the parameter and computed face arrays. (new_computed_face): New function. (intern_computed_face): Renamed from intern_frame_face; callers changed. Call new_computed_face. (ensure_face_ready, compute_char_face, compute_glyph_face): Use the FRAME...PARAM_FACES macros. (recompute_basic_faces): Use the FRAME...PARAM_FACES and FRAME...COMPUTED_FACES macros. Produce the computed faces by starting with the base faces and merging in the parameter faces. (Fset_face_attribute_internal): Use the FRAME...PARAM_FACES macros. Just call recompute_basic_faces if the default or mode line faces have changed. * xfns.c (Fx_list_fonts): Use the FRAME...PARAM_FACES macros. * xterm.c (dumpglyphs): Use the FRAME...COMPUTED_FACES macros. * dispextern.h (struct face): Remove the copy member. This is no longer necessary; all computed faces are copies, and no parameter faces are.
Jim Blandy
1993-06-22 07:25:42 +00:00
a081bd3724Separate parameter faces (those created and modified by the user) from the computed faces (the combinations created by compute_char_face), so that we don't waste global face id's. * xterm.h (struct x_display): Replace the fields faces and n_faces with fields param_faces, n_param_faces, computed_faces, n_computed_faces, and size_computed_faces. (FRAME_FACES, FRAME_N_FACES): Replaced by... (FRAME_COMPUTED_FACES, FRAME_N_COMPUTED_FACES, FRAME_PARAM_FACES, FRAME_N_PARAM_FACES): New macros. * xfaces.c: Doc fixes. (init_frame_faces): Call new_computed_face to create entries for the default and mode line faces. Use the FRAME...PARAM_FACES macros. (free_frame_faces): Use the FRAME...PARAM_FACES and FRAME...COMPUTED_FACES macros. Don't use the copy flag; all parameter faces have real X resources, and all computed faces just have copies. Free both the parameter and computed face arrays. (new_computed_face): New function. (intern_computed_face): Renamed from intern_frame_face; callers changed. Call new_computed_face. (ensure_face_ready, compute_char_face, compute_glyph_face): Use the FRAME...PARAM_FACES macros. (recompute_basic_faces): Use the FRAME...PARAM_FACES and FRAME...COMPUTED_FACES macros. Produce the computed faces by starting with the base faces and merging in the parameter faces. (Fset_face_attribute_internal): Use the FRAME...PARAM_FACES macros. Just call recompute_basic_faces if the default or mode line faces have changed. * xfns.c (Fx_list_fonts): Use the FRAME...PARAM_FACES macros. * xterm.c (dumpglyphs): Use the FRAME...COMPUTED_FACES macros. * dispextern.h (struct face): Remove the copy member. This is no longer necessary; all computed faces are copies, and no parameter faces are.
Jim Blandy
1993-06-22 07:25:11 +00:00
85f26be98d* xdisp.c (redisplay_window): Remember to compute end relative to the start of the visible region, too.
Jim Blandy
1993-06-22 06:59:07 +00:00
e45fce0359(rmail-summary-mode-map): Bind summary sort commands. (rmail-summary-sort-...): Moved from rmailsort.el. (rmail-sort-from-summary): Likewise. Require rmailsort.
Richard M. Stallman
1993-06-22 05:55:59 +00:00
8b1d5b3126Don't touch rmail-summary-mode-map. Don't touch rmail-mode-map. Don't require rmail or sort. (rmail-summary-sort-...): Moved to rmailsum.el. (rmail-sort-from-summary): Likewise.
Richard M. Stallman
1993-06-22 05:55:41 +00:00
3bf526cfc6Add autoloads for rmailsort commands. (rmail-mode-map): Add bindings for those commands.
Richard M. Stallman
1993-06-22 05:55:22 +00:00
4348b379b1* Makefile.in (ctags): Depend on etags, so that parallel makes don't write etags.o files on top of each other.
Jim Blandy
1993-06-22 03:58:05 +00:00
aead2f9fa6* compile.el (compile-file-of-error): Remember that compilation-error-list stores file names as strings, not as (DIR . FILE) pairs.
Jim Blandy
1993-06-22 03:54:25 +00:00
929cc9de2d* diff.el (diff-parse-differences): Preserve the match data across the call to find-file-noselect.
Jim Blandy
1993-06-22 03:50:08 +00:00
fdce0b3948* xrdb.c (get_user_db): Remember to free the screen-local resource string after we've merged its data into db.
Jim Blandy
1993-06-22 03:44:28 +00:00
3e03d7c74e* cal-dst.el: New file. (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.
Jim Blandy
1993-06-22 03:25:13 +00:00
80e48f9fa8* lunar.el (lunar-phase): Use time conversion from solar.el
Jim Blandy
1993-06-22 03:24:44 +00:00
8ec105a066* holidays.el (calendar-holiday-function-fixed, 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.
Jim Blandy
1993-06-22 03:24:23 +00:00
44e9df9abc* diary-ins.el (insert-cyclic-diary-entry): Fix date form.
Jim Blandy
1993-06-22 03:23:38 +00:00
1bd410e56e* diary.el (list-sexp-diary-entries, 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.
Jim Blandy
1993-06-22 03:23:14 +00:00
a92ade89ed* solar.el (calendar-holiday-solar-equinoxes-solstices): Renamed 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.
Jim Blandy
1993-06-22 03:22:40 +00:00
354d06443e* calendar.el (calendar-version): Update to 5.1. Fixed a variety 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!
Jim Blandy
1993-06-22 03:22:12 +00:00
aac180a7b1(rmail-mode): Move to the last message.
Richard M. Stallman
1993-06-22 02:51:26 +00:00
5201dddabb(rmail-mode-map): Add local menu bar bindings. (rmail-search-backward): New command.
Richard M. Stallman
1993-06-22 02:25:20 +00:00
e7a00c2598(rmail-summary-mode-map): Add local menu bar bindings. (rmail-summary-search-backward): New command. (rmail-summary-search): Don't use save-excursion.
Richard M. Stallman
1993-06-22 02:25:05 +00:00