1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

18897 Commits

Author SHA1 Message Date
Richard M. Stallman
d61e2ad997 Comment change. 1997-07-24 16:33:00 +00:00
Richard M. Stallman
26d814667a Comment change 1997-07-24 16:12:36 +00:00
Richard M. Stallman
ddd2f740cd Customized. 1997-07-24 07:43:07 +00:00
Richard M. Stallman
ae58b7adfb (calendar-day-name): New optional args WIDTH, ABSOLUTE.
(calendar-month-name): New optional arg WIDTH.
(generate-calendar-month, calendar-date-string): Pass new args
instead of using substring here.
1997-07-24 07:42:23 +00:00
Richard M. Stallman
471faf6cf3 Don't create C-x r and C-x n submaps here. 1997-07-24 07:42:07 +00:00
Richard M. Stallman
b9145dbb57 (Fforward_comment): When count1 is negative, return nil if FROM reaches STOP. 1997-07-24 07:40:26 +00:00
Richard M. Stallman
b14dda8a3e (Fcurrent_message): New function.
(syms_of_editfns): defsubr it.
1997-07-24 06:09:23 +00:00
Richard M. Stallman
02e0989b51 (face-documentation): Renamed from face-doc-string.
(set-face-documentation): Renamed from set-face-doc-string.
(face-doc-string): Make this an alias.
1997-07-24 06:04:06 +00:00
Richard M. Stallman
209ddde37b (custom-declare-face): Use [set-]face-documentation. 1997-07-24 06:03:00 +00:00
Richard M. Stallman
fc4c0f0eb7 (bg-yank-or-pop): Changed eql to eq. 1997-07-24 05:35:30 +00:00
Richard M. Stallman
0d5bc74e09 (read-input-method-name): Fix error msg. 1997-07-24 05:34:02 +00:00
Richard M. Stallman
1ea0c057d3 (te-newline): Change eql to eq.
(te-insert-lines, te-delete-lines, te-process-output): Likewise.
(te-parse-program-and-args, te-get-char): Likewise.
1997-07-24 04:28:05 +00:00
Richard M. Stallman
2be5fefb86 (tex-categorize-whitespace): Use eq, not eql. 1997-07-24 04:21:34 +00:00
Richard M. Stallman
ecf38857f9 (stamp-bytecomp): Fix shell conditional.
(clean): Fix shell conditional.
1997-07-24 04:06:12 +00:00
Richard M. Stallman
835b892a39 Comment change. 1997-07-24 04:01:12 +00:00
Richard M. Stallman
ae5ac7d044 (iswitchb-get-bufname): Only add buffer of current
window if it is not already in list.
1997-07-24 03:36:42 +00:00
Richard M. Stallman
2c9210580b (eql): byte-defop-compiler definition deleted. 1997-07-23 21:41:47 +00:00
Richard M. Stallman
056e1e3fe7 Change eql calls to eq. 1997-07-23 21:40:04 +00:00
Richard M. Stallman
3bb2a8afc2 Change eql calls to = or equal. 1997-07-23 21:39:50 +00:00
Richard M. Stallman
1eadb66c95 Update copyright notice and permission notice.
(metafont-mode): Add autoload cookie.
(metapost-mode): Add autoload cookie.
1997-07-23 20:57:49 +00:00
Richard M. Stallman
16cb44ddb3 (auto-mode-alist): Add ".mf" and ".mp" for meta-mode.el.
Add ".clo" for latex-mode.
1997-07-23 20:56:12 +00:00
Richard M. Stallman
bf95757e71 (diary-entry-time): Downcase the am/pm letter. 1997-07-23 19:07:34 +00:00
Richard M. Stallman
6a567ad8a6 (syms_of_buffer): Doc fix. 1997-07-23 16:57:18 +00:00
Richard M. Stallman
7eaada67d5 (syms_of_eval): Doc fix. 1997-07-23 16:34:32 +00:00
Richard M. Stallman
e9e594568d (set-face-font-explicit): Call internal-set-face-1 properly. 1997-07-23 04:22:58 +00:00
Richard M. Stallman
8d15583ff5 (occur): Use text property `occur' to store the
marker for the occurrence in the source buffer.  This replaces the
list `occur-pos-list', and fixes the bug for multi-line matches.
Set up `occur-point' text property for occur-next and occur-prev.
(occur): occur-num-matches stores the number of matches found.
(occur-mode-find-occurrence): Use `occur' text property to find
marker for locus of the occurrence.
(occur-next, occur-prev): New commands.
(occur): Fixed bug preventing line number being displayed if line
number is less than the number of lines of context.
1997-07-23 02:52:57 +00:00
Richard M. Stallman
c8225cbef3 (dired-omit-new-add-entry): Take new arg RELATIVE
and pass it to dired-omit-old-add-entry (which is dired-add-entry).
1997-07-23 02:51:06 +00:00
Richard M. Stallman
b60f4a5c9e Undo previous change. 1997-07-23 02:49:08 +00:00
Richard M. Stallman
e865033e76 Various error messages fixed.
(ph-cadr, ph-cadr): New functions.
All calls to cdar and cadr changed.
1997-07-23 02:43:48 +00:00
Richard M. Stallman
43a51f7860 Initial revision 1997-07-23 02:34:54 +00:00
Richard M. Stallman
8c453b46a8 (modify-coding-system-alist): Doc fix. 1997-07-22 23:41:34 +00:00
Geoff Voelker
7c621f7acd (find-buffer-file-type-coding-system,
find-buffer-process-coding-system): Remove second argument.
1997-07-22 21:49:49 +00:00
Richard M. Stallman
2b86fcb1e2 Test __unix' along with unix'. 1997-07-22 21:35:43 +00:00
Richard M. Stallman
a67a9c6694 (syms_of_coding): Doc fix. 1997-07-22 20:40:29 +00:00
Richard M. Stallman
374bda6bbd (mail-indent-citation): Undo previous change.
Instead, convert region-end to a marker before the loop.
(mail-yank-original, mail-yank-region): Undo previous change.
1997-07-22 20:23:53 +00:00
Richard M. Stallman
caf4bf368f (dircategory): Delete obsolete mistaken `put'.
(texinfo-end-direntry): Output extra newline.
(texinfo-format-dircategory): Parse the arg and reinsert it by hand.
1997-07-22 20:06:24 +00:00
Michael Kifer
b484aa0975 new version 1997-07-22 16:35:49 +00:00
Kenichi Handa
baefb0160e Fix previous changes. 1997-07-22 03:45:44 +00:00
Richard M. Stallman
7043c154fc (LIBS_SYSTEM): Undo previous change.
(HAVE_LIBKSTAT): Define it.
1997-07-22 03:11:17 +00:00
Richard M. Stallman
0c94f256dc (choose_minibuf_frame_1): New function.
(read_minibuf): Make an unwind protect to run that.
(read_minibuf_unwind): Don't call choose_minibuf_frame here.
1997-07-22 03:10:25 +00:00
Richard M. Stallman
4382ff3720 Use @LN_S@, not ln -s, in case no symlink support.
(clean): Absence of ./Makefile.in is criterion for deleting skkdic.elc.
1997-07-22 00:07:55 +00:00
Richard M. Stallman
6cd829a85b (yank, yank-pop): Bind inhibit-read-only
just for remove-text-properties, not for insertion.
1997-07-21 22:29:32 +00:00
Richard M. Stallman
eaff57bb12 (mh-make-folder-list-background):
Don't call mh-find-path if we were called from there.
(mh-find-path): Move mh-make-folder-list-background call to the end.
1997-07-21 20:30:49 +00:00
Richard M. Stallman
c6b530ed93 (set_window_height): Allow all heights > 0 for minibuffer windows.
(change_window_height): Fix one-off comparing DELTA with MAXIMUM.
1997-07-21 20:00:36 +00:00
Richard M. Stallman
049f742524 (setup-cyrillic-environment): Fix paren error. 1997-07-21 19:57:26 +00:00
Richard M. Stallman
8d86541f8d (fixed, excerpt): Define with defface. No longer
queries X server to find a "fixed" font; that was too slow and
didn't work for everyone.
1997-07-21 19:06:57 +00:00
Richard M. Stallman
b1b7afc798 (top_distclean): Use -f to delete contents of lock dir. 1997-07-21 18:42:03 +00:00
Richard M. Stallman
aca9b721bb Require viper-init. 1997-07-21 18:24:06 +00:00
Richard M. Stallman
5f8d02beda Use name leim/SKK-DIC, not leim/SKK. 1997-07-21 06:39:54 +00:00
Richard M. Stallman
7c24fbd234 (find-file-literally): Temporarily remove tar-mode and
archive-mode from auto-mode-alist.
1997-07-21 06:16:33 +00:00