1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 07:20:35 -08:00
Commit graph

26840 commits

Author SHA1 Message Date
Karl Heuer
ae2777b77a Initial revision 1998-08-29 16:20:08 +00:00
Karl Heuer
6bd677fa1b (chinese-year-cache): Change range of years from
1989-2000 to 1990-2010.
1998-08-29 15:59:01 +00:00
Karl Heuer
f38d351407 (smtpmail-send-it): Add autoload cookie.
(smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
1998-08-29 15:56:41 +00:00
Karl Heuer
66cb9c0731 (x_create_bitmap_from_file): Fail immediately if magic. 1998-08-29 15:55:28 +00:00
Kenichi Handa
f78643efc0 (Fchar_bytes): Add \n\ in doc-string. 1998-08-29 01:26:19 +00:00
Paul Eggert
9d0ebf980b (NOT_USING_MOTIF): New macro.
(LD_SWITCH_SYSTEM_TEMACS): Put /usr/dt/lib in the link library
path only if we're not building with Motif.
1998-08-28 23:38:20 +00:00
Kenichi Handa
915293a22e (ps-print-control-characters): Doc-string modified.
(ps-output-string-prim): Comment format changed.
(ps-do-despool): Indentation of source code changed.
1998-08-28 12:33:52 +00:00
Kenichi Handa
4a7cf15f47 (adjust_after_replace): Fix the code to recode undo
information for the case that `before combining' happens.  Remove
text properties which are added to the new text by
offset_intervals.
1998-08-28 12:33:52 +00:00
Kenichi Handa
df2ddb2d28 (code_convert_region1): Remove all text properties of the region. 1998-08-28 12:33:52 +00:00
Kenichi Handa
2d5975faa8 (byte-compile-output-as-comment):
Calculate the total bytes using position-bytes instead of
char-bytes.
1998-08-28 12:22:39 +00:00
Kenichi Handa
0cba3a0f81 (sref): Make it an alias of aref. Make the
byte-compiler warn that it is obsolete.
(char-bytes): Make the byte-compiler warn that it is obsolete.
1998-08-28 12:22:39 +00:00
Kenichi Handa
643044ebfd (count_size_as_multibyte): Use macro CHAR_BYTES instead of Fchar_bytes. 1998-08-28 12:22:39 +00:00
Kenichi Handa
fcf9683ed5 (Fposition_bytes): If the arg POSITION is out of
range, return nil.
(Fbyte_to_position): If the arg BYTEPOS is out of range, return
nil.
1998-08-28 12:22:39 +00:00
Kenichi Handa
9b6a601f87 (Fchar_bytes): Now always return 1.
(char_bytes): New function.
1998-08-28 12:22:39 +00:00
Kenichi Handa
3124bc0ed3 (CHAR_BYTES): New macro. 1998-08-28 12:22:39 +00:00
Kenichi Handa
6d0b4facd2 (Faset): Use macro CHAR_BYTES instead of Fchar_bytes. 1998-08-28 12:22:39 +00:00
Kenichi Handa
cc531c4441 (concat): Use macro CHAR_BYTES instead of Fchar_bytes. 1998-08-28 12:22:39 +00:00
Kenichi Handa
b778fdb3a5 (message_dolog): Use macro CHAR_BYTES instead of Fchar_bytes. 1998-08-28 12:22:39 +00:00
Karl Heuer
a2236dc611 (auto-mode-alist): Add snmp-mode patterns. 1998-08-27 15:26:46 +00:00
Karl Heuer
2d938ce753 (dired-compress-file-suffixes): Add `bz2'. 1998-08-27 15:21:25 +00:00
Karl Heuer
f2999a979e (appt-check): Clear appt-mode-string if we don't put something in it. 1998-08-27 15:17:51 +00:00
Karl Heuer
3c056df3ad (appt-check): Start the appt-mode-string w/ space. 1998-08-27 15:16:25 +00:00
Karl Heuer
666333c04e (diary-block): Doc fix.. 1998-08-27 15:15:18 +00:00
Karl Heuer
ac96331df2 (diary-list-include-blanks): Doc fix.. 1998-08-27 15:14:58 +00:00
Karl Heuer
5a1d5766b2 (cal-tex-cursor-filofax-daily): Don't use oddp. 1998-08-27 15:08:37 +00:00
Dave Love
3f235494af Reinstate checking
dired-local-variables-file for dired-x.
1998-08-27 09:26:08 +00:00
Dave Love
5134d850aa (find-function-search-for-symbol): Look
for compressed library files too.
1998-08-27 09:21:01 +00:00
Kenichi Handa
e325120d45 ("Latin-1"): Modify `documentation' key value.
("Latin-2"): Likewise.
1998-08-27 07:47:15 +00:00
Kenichi Handa
ae9ff118cb (detect_coding_iso2022): Handle ESC N and ESC O
correctly.  They are for SS2 and SS3 respectively.
(ccl_coding_driver): Fix previous change.
1998-08-27 07:47:15 +00:00
Paul Eggert
71f8198a32 (fixup_locale): New function. For now, it resets
LC_TIME to "C" (reverting the 1998-08-07 change), and also
resets LC_MESSAGES to "C".
(x_term_init): Use it to fix up the locale after setlocale
(LC_ALL, "").
1998-08-27 02:00:35 +00:00
Joel N. Weber II
1697ec54e8 (Unix-Related Projects): Nuked `various other libraries' at rms's
request.
1998-08-27 01:23:52 +00:00
Richard M. Stallman
d24e26b1a9 (selection_data_to_lisp_data): Code-convert selections
regardless of enable-multibyte-characters.
(lisp_data_to_selection_data): Likewise for decoding.
1998-08-26 21:15:23 +00:00
Richard M. Stallman
efa434d9f2 (appt-mode-string): New variable.
(global-mode-string): Add appt-mode-string to it.
(appt-check): Avoid using display-time-string to fetch current time.
To display in mode line, use appt-mode-string.
1998-08-26 21:14:25 +00:00
Richard M. Stallman
b775a47213 (iso-latin-1): Doc fix.
(setup-latin2-environment): Typo fix.
1998-08-26 21:12:07 +00:00
Richard M. Stallman
2eb4136ff5 *** empty log message *** 1998-08-26 21:05:38 +00:00
Karl Heuer
cd75b81a1e (repeat): Doc fix. 1998-08-26 20:43:57 +00:00
Karl Heuer
2f017676d8 (dired-guess-shell-alist-default): Fix regexp. 1998-08-26 20:34:14 +00:00
Karl Heuer
7c3c78a3c8 (x_calc_absolute_position): Cast argument to XFree, in
case it was prototyped the old way.
1998-08-26 20:29:59 +00:00
Karl Heuer
10f118f0ef (mail-hist-current-header-name): Fix test.
(mail-hist-current-header-contents): Use mail-text-start.
1998-08-26 20:26:12 +00:00
Karl Heuer
e418be2696 (customize-version-lessp): Handle a number as VERSION2.
(customize-changed-options-previous-release): New variable.
(customize-changed-options): Use that variable as default arg.
1998-08-26 20:08:30 +00:00
Karl Heuer
51eb190975 Require `timer' not only when compiling. 1998-08-26 19:35:04 +00:00
Karl Heuer
d6e0f29810 (gnus-save-newsrc-file): Bind
coding-system-for-write before saving.
(gnus-check-first-time-used): Change current
buffer before creating help group.
1998-08-26 18:41:35 +00:00
Karl Heuer
8617e346f1 (isearch-forward): Doc fix. 1998-08-26 18:13:55 +00:00
Karl Heuer
66236b772a Comment fix. 1998-08-26 18:00:04 +00:00
Andreas Schwab
a62234679c Fix :version tags to have a string value, not a float. 1998-08-26 09:41:07 +00:00
Andreas Schwab
b88018d48f Fix typo in output. 1998-08-26 09:38:13 +00:00
Dave Love
7d6a2ca41d (repeat): Doc fix.
[From rms:]
(repeat-previous-repeated-command): New variable.
(repeat): Check for real-last-command being null or repeat.  Set
repeat-previous-repeated-command.
1998-08-25 13:28:44 +00:00
Dave Love
ddff3d800e (browse-url-netscape): Fix format for hex escapes. 1998-08-25 13:16:35 +00:00
Kenichi Handa
1b23dc8205 (message-send-mail-with-sendmail): Bind
coding-system-for-write by the return value of
select-message-coding-system.
(message-send-mail-with-qmail): Likewise.
1998-08-25 10:25:03 +00:00
Kenichi Handa
6f6512e8c0 (x_list_fonts): Work-around for the case XGetAtomName
returns a null string.  This happens when dxpc 3.7 is being used.
1998-08-25 03:59:40 +00:00