Karl Heuer
f3b330d6d8
(finder-mode-map): Bind [mouse-2].
...
(finder-compile-keywords): Match compressed file names, but don't
put compression extension in the output.
(finder-find-library): Deleted.
(finder-commentary): Use locate-library, not finder-find-library.
(finder-mouse-select): New function.
(finder-summary): Mention mouse binding.
(finder-exit): Kill "*Finder Category*" buffer too. Avoid error
from deleting sole window.
1997-09-30 07:36:28 +00:00
Karl Heuer
274c59c95c
(vc-find-cvs-master): Added missing `throw' for
...
the case when TIMESTAMP is arbitrary text.
1997-09-30 07:33:35 +00:00
Karl Heuer
5d2e94381b
(install-arch-indep): install the widget info file.
1997-09-30 07:29:12 +00:00
Karl Heuer
ba7fbe9273
(widget-plist-member): Move from here to src/fns.c;
...
translated into C for efficiency.
(widget-put, widget-get, widget-apply): Likewise.
1997-09-30 07:20:58 +00:00
Karl Heuer
1a269256b2
Delete vestigial autoloads.
1997-09-30 07:17:32 +00:00
Karl Heuer
b4f334f797
(Qwidget_type): New variable.
...
(widget-plist-member, widget-put, widget-get, widget-apply): Move
here from lisp/wid-edit.el; translated into C for efficiency.
(syms_of_fns): Initialize Qwidget_type; defsubr new functions.
1997-09-30 07:15:28 +00:00
Michael Kifer
8e41a31c5d
new version
1997-09-30 01:13:53 +00:00
Karl Heuer
991667f86e
Fix name of include file to match 1996-08-24 renaming.
1997-09-29 18:53:12 +00:00
Karl Heuer
22052f1d13
(compilation-mode-font-lock-keywords): Font-lock column numbers.
1997-09-27 16:12:51 +00:00
Karl Heuer
7933678bcb
(compilation-mode-map): Use more meaningful menu name.
1997-09-27 16:06:15 +00:00
Karl Heuer
2153266750
(relinquish): When returning memory to the system,
...
watch out for the original data segment boundary.
1997-09-27 16:01:00 +00:00
Karl Heuer
2c1e5f9b25
(archive-mode): Use write-contents-hooks.
1997-09-26 21:39:10 +00:00
Karl Heuer
1ea275c0c3
(scheme-mode-map): Remove duplicate menu item.
1997-09-26 21:26:31 +00:00
Kenichi Handa
ecd70f86ff
Require nntp instead of gnus and message.
...
Set euc-kr for newsgroup "han". Delete code for add-hooking
gnus-mule-initialize and setting coding system for nntp.
Set default coding system for encoding to
iso-latin-1.
(gnus-mule-select-coding-system): Get a coding system of the
current newsgroup from gnus-summary-buffer.
(gnus-mule-decode-summary): Deleted.
(gnus-mule-initialize): Add-hook gnus-mule-select-coding-system to
gnus-parse-headers-hook. Don't add-hook gnus-mule-decode-summary
and gnus-mule-decode-article. Don't set process coding system for
nntp stream to 'no-conversion, instead set
nntp-coding-system-for-read to 'binary. Set
nnheader-file-coding-system and nnmail-file-coding-system to
'binary.
Set nntp-coding-system-for-write to
binary.
1997-09-26 01:50:55 +00:00
Kenichi Handa
c8e521b489
(nnmh-retrieve-headers): Bind
...
file-name-coding-system to binary.
(nnmh-request-article): Likewise.
(nnmh-request-group): Likewise.
(nnmh-request-list): Likewise.
(nnmh-possibly-change-directory): Likewise.
(nnmh-active-number): Likewise.
1997-09-26 01:50:55 +00:00
Kenichi Handa
4f7d7340f8
(nnml-retrieve-headers): Bind
...
file-name-coding-system to binary.
(nnml-request-article): Likewise.
(nnml-request-group): Likewise.
(nnml-request-list): Likewise.
(nnml-possibly-change-directory): Likewise.
1997-09-26 01:50:55 +00:00
Kenichi Handa
6e262a8810
(gnus-show-traditional-method): New variable.
...
(gnus-article-prepare): If gnus-show-mime is nil, call
gnus-show-traditional-method.
1997-09-26 01:50:55 +00:00
Kenichi Handa
ccaab51123
(nntp-coding-system-for-write): New variable.
...
(nntp-open-connection): Bind coding-system-for-write to
nntp-coding-system-for-write.
1997-09-26 01:50:55 +00:00
Kenichi Handa
3c22558d5e
(gnus-ems-redefine): If the feature `mule' is
...
provided, require gnus-mule and call gnus-mule-initialize.
1997-09-26 01:50:55 +00:00
Kenichi Handa
ddcfd8dee9
(nnfolder-request-list): Bind
...
file-name-coding-system to binary.
(nnfolder-possibly-change-group): Likewise.
1997-09-26 01:50:55 +00:00
Kenichi Handa
80bb5a78a5
(gnus-structured-field-decoder): If the
...
feature `mule' is provided, set the default value to the function
which decode the argument string by gnus-mule-coding-system.
(gnus-unstructured-field-decoder): Likewise.
1997-09-26 01:50:55 +00:00
Kenichi Handa
b784063f36
(nnmail-find-file): Bind
...
file-name-coding-system to binary.
(nnmail-write-region): Likewise.
1997-09-26 01:50:55 +00:00
Kenichi Handa
4afb4ca5d5
(quail-translation-keymap): Bind right, left, down, and up keys.
1997-09-25 12:40:02 +00:00
Kenichi Handa
34186f7eaf
(make-coding-system): Cancel the previous change.
1997-09-25 12:38:15 +00:00
Kenichi Handa
d3675a42d8
(charset-list): Change it to function.
...
Make it obsolete.
(make-coding-system): Put `coding-system-parent' property to a
coding system just made.
(coding-spec-plist-idx): New variable.
1997-09-25 12:26:38 +00:00
Kenichi Handa
bd5d4159b7
(push_key_description): Delete useless `if' statement.
1997-09-25 12:25:01 +00:00
Kenichi Handa
05505664cf
(find_charset_in_str): Return also charsets in
...
composite characters.
1997-09-25 12:25:01 +00:00
Karl Heuer
b7797a3e84
(shadows-compare-text-p): Add.
...
(shadow-same-file-or-nonexistent): Add.
(find-emacs-lisp-shadows): Use directory-file-name.
1997-09-25 01:33:26 +00:00
Karl Heuer
cb5b843e72
(displaying-byte-compile-warnings): Show
...
entire "Compiling ..." line when recentering.
1997-09-25 01:10:01 +00:00
Karl Heuer
a59f6ba35e
(save-place-to-alist): Optimize out the degenerate
...
case when point is 1.
1997-09-25 01:01:05 +00:00
Richard M. Stallman
a4ce5edeb5
(save-place-version-control): Make nil the default.
1997-09-25 00:53:39 +00:00
Karl Heuer
020d301566
Use system header files instead of declaring C-library
...
functions explicitly.
1997-09-25 00:44:53 +00:00
Karl Heuer
5d516f2d33
(mode-line-format): Doc fix.
1997-09-25 00:40:45 +00:00
Karl Heuer
3f172d5d65
(term-if-emacs19): Recognize version 20.
1997-09-24 16:38:24 +00:00
Karl Heuer
a137e62c85
(cal-tex-mouse-filofax-daily): New function.
...
(cal-tex-mouse-filofax): Add menu item for it.
1997-09-24 16:29:39 +00:00
Karl Heuer
9018e77d44
(calendar-mode-map): Bind it to key.
...
(cal-tex-cursor-filofax-daily): Autoload it.
1997-09-24 16:29:05 +00:00
Karl Heuer
ff3f9a42bc
(cal-tex-cursor-filofax-daily): New function.
...
Delete from "to do" list.
1997-09-24 16:28:34 +00:00
Karl Heuer
686481e786
(calendar-mayan-days-before-absolute-zero): Change
...
to more widely acknowledged value.
1997-09-24 16:14:22 +00:00
Karl Heuer
cce93a8e29
(with-pop, with-kerberos): Need to check Kerberos
...
libraries in reverse order, so that libraries will appear in the
correct dependency order on the link line (and so that the
configure checks themselves will work properly when early
libraries depend on later ones).
1997-09-24 16:11:32 +00:00
Eli Zaretskii
17e4fb34cc
(file-name-buffer-file-type-alist): Remove the files with ".dos" extension
...
from the list of binary files.
1997-09-24 08:50:49 +00:00
Lars Magne Ingebrigtsen
a8151ef7e5
*** empty log message ***
1997-09-24 01:50:24 +00:00
Paul Eggert
5f016f4003
Merge changes mistakenly made to `Makefile'.
...
(INFO_TARGETS): Change ../info/custom to ../info/customize.
(../info/customize): Renamed from ../info/custom.
(../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
1997-09-23 18:23:17 +00:00
Geoff Voelker
b4c7684c90
(child_setup) [WINDOWSNT]: Change directory of
...
child instead of parent.
1997-09-23 17:30:24 +00:00
Kenichi Handa
7547360ede
Add tailing newline.
1997-09-22 01:56:30 +00:00
Kenichi Handa
6dae263a5a
file name changed.
1997-09-22 01:54:24 +00:00
Richard M. Stallman
ecec411d9e
(c-initialize-builtin-style): Don't ever try to use copy-tree.
1997-09-21 14:11:37 +00:00
Richard M. Stallman
2b38b48703
Comment change.
1997-09-21 12:34:40 +00:00
Richard M. Stallman
62dfdaf094
(making links to `src'): Keep timestamp on copied files.
1997-09-21 12:32:49 +00:00
Richard M. Stallman
e155e60e2d
(rmail-output-to-rmail-file): Doc fix.
1997-09-20 23:20:37 +00:00
Richard M. Stallman
4f08464cb8
(motion_event_is_in_menu): Extend the left and
...
top windows by the shadow width.
1997-09-20 04:48:29 +00:00