Richard M. Stallman
cfb441af4e
Minor cleanup of previous change.
2001-12-30 19:46:22 +00:00
Richard M. Stallman
6b7eef5cad
(Info-fontify-node): For a **** underline line, put the
...
invisible and intangible props on the following newline, but not
on the previous newline or the last char of the previous line.
2001-12-30 19:45:41 +00:00
Richard M. Stallman
d352297c8e
(face-set-after-frame-default): Don't change `default' face.
...
(minibuffer-prompt): Adopt some default colors.
2001-12-30 19:39:15 +00:00
Richard M. Stallman
3e5c509173
(query-replace-read-args): Immediate error if read-only.
2001-12-30 19:37:47 +00:00
Richard M. Stallman
e04fd7a4ff
(makeinfo-compilation-sentinel):
...
Display the output buffer in a more intelligent way.
2001-12-30 19:33:13 +00:00
Eli Zaretskii
7ad0c1c321
(insert-directory): Modify the "total" line wording, in accordance with
...
files.el's insert-directory.
2001-12-30 17:08:39 +00:00
Eli Zaretskii
34ef66ac9e
Remove the "configure: Regenerated" entry.
2001-12-30 06:40:17 +00:00
Richard M. Stallman
0065bb7428
*** empty log message ***
2001-12-30 03:25:26 +00:00
Richard M. Stallman
f6f79b37f8
(read_escape): New arg BYTEREP for reporting whether
...
escape forces unibyte or multibyte.
(read1): When reading a string, take note of that info.
2001-12-30 03:24:17 +00:00
Richard M. Stallman
db300f5944
(print_object): In multibyte string, use hex escapes.
...
Use octal only for unibyte strings.
(PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
2001-12-30 03:22:55 +00:00
Richard M. Stallman
14be1bc202
(basic-save-buffer): If a before-write hook displays
...
an echo area message, pause before calling basic-save-buffer-1.
2001-12-30 02:39:12 +00:00
Richard M. Stallman
44fc58f2da
(reftex-query-replace-document, reftex-change-label): Doc fix.
2001-12-30 00:56:40 +00:00
Richard M. Stallman
e537428465
(dired-do-query-replace-regexp): Doc fix.
2001-12-30 00:53:22 +00:00
Richard M. Stallman
056f8a1147
(tags-query-replace): Doc fix.
2001-12-30 00:52:52 +00:00
Richard M. Stallman
c51ea62a82
(max_specpdl_size): Add declaration.
2001-12-30 00:13:56 +00:00
Richard M. Stallman
1182d214b1
(LIBX11_SYSTEM) [MOTIF]: Add -lgen.
...
(sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
2001-12-29 23:48:45 +00:00
Pavel Janík
2f8fe2f420
Include <config.h>.
2001-12-29 22:25:06 +00:00
Pavel Janík
f22d478515
Remove trailing whitespaces.
2001-12-29 22:21:10 +00:00
Ken Raeburn
b5cb607229
* abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
...
comparison to test lisp value returned by Fget.
2001-12-29 21:42:22 +00:00
Richard M. Stallman
0d8466cc42
*** empty log message ***
2001-12-29 20:31:31 +00:00
Richard M. Stallman
75da830272
(compile-internal): Fix previous change.
2001-12-29 20:31:14 +00:00
Richard M. Stallman
38da540df8
(Fdo_auto_save): If NO_MESSAGE, don't call push_message.
2001-12-29 20:12:45 +00:00
Pavel Janík
e8042313fc
(Info-mode): Reindent the doc-string.
2001-12-29 18:02:49 +00:00
Richard M. Stallman
15fff01d49
(silly_event_symbol_error): New subrtn, from Fdefine_key.
...
Handle modifier bits. Correct typo in error message.
2001-12-29 14:54:28 +00:00
Gerd Moellmann
71cf5fa051
Add a comment.
2001-12-29 12:47:29 +00:00
Eli Zaretskii
6edcfe1a02
Regenerated.
2001-12-29 09:24:31 +00:00
Richard M. Stallman
4a4fa24d38
(mouse-drag-mode-line-1): When dragging a mode line upward,
...
shrink the windows above as necessary to get space.
(mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
2001-12-29 04:21:25 +00:00
Richard M. Stallman
8839c4a651
(ange-ftp-insert-directory): Explicitly follow symlinks.
2001-12-29 02:50:51 +00:00
Kim F. Storm
91074c048b
<CONFIGURATION BY HAND> Now requires autoconf 2.51.
2001-12-29 01:13:26 +00:00
Kim F. Storm
f48a30d718
*** empty log message ***
2001-12-29 01:12:35 +00:00
Richard M. Stallman
1d0653f8b6
(ange-ftp-allow-child-lookup): Always return nil.
...
This fixes a bug that treated all files as directories.
2001-12-29 00:46:26 +00:00
Richard M. Stallman
6a48af06df
Comment change.
2001-12-28 22:28:05 +00:00
Richard M. Stallman
a929f9e85d
(iso-transl-char-map) Eliminate the
...
alias symbols--put the translated sequences here directly.
2001-12-28 22:27:37 +00:00
Richard M. Stallman
74e1934a3b
(c-mode-abbrev-table, c++-mode-abbrev-table, objc-mode-abbrev-table)
...
(java-mode-abbrev-table, pike-mode-abbrev-table):
Mark all the predefined abbrevs as "system" abbrevs.
2001-12-28 22:16:42 +00:00
Richard M. Stallman
2d6c1fc09a
Use the plist of an abbrev for multiple params if nec.
...
(Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
(Fdefine_global_abbrev, Fdefine_mode_abbrev):
Update calls to Fdefine_abbrev.
(write_abbrev): Update for changed data format.
Don't list "system" abbrevs.
(Fexpand_abbrev): Update use count with new data format.
(describe_abbrev): Update for changed data format.
(Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
2001-12-28 22:14:38 +00:00
Richard M. Stallman
07025a551c
*** empty log message ***
2001-12-28 19:07:02 +00:00
Richard M. Stallman
ec40675194
Test for mbsinit.
2001-12-28 19:06:40 +00:00
Richard M. Stallman
b218817d0b
(HAVE_MBSINIT): Add #undef.
2001-12-28 19:06:08 +00:00
Richard M. Stallman
025210618f
(mbsinit): Define as no-op if not available.
2001-12-28 19:05:42 +00:00
Richard M. Stallman
00417fac36
(mail-envelope-from): Fix custom type.
...
(sendmail-send-it): Check mail-specify-envelope-from
and mail-envelope-from in the mail buffer at start.
2001-12-28 18:58:40 +00:00
Richard M. Stallman
ade19cac43
Fix previous change; also correct its change log:
...
(Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
(exclude_keys): New variable.
(Flookup_key): Error message if key has wrong data type.
2001-12-28 18:49:02 +00:00
Richard M. Stallman
ce6eef6e18
*** empty log message ***
2001-12-28 18:47:27 +00:00
Richard M. Stallman
2fae9111a4
(Flookup_key): Add error message for trying to bind [DEL], [RET], etc.
2001-12-28 18:39:20 +00:00
Gerd Moellmann
0cb8bb486a
(x_setup_relief_colors): Don't compute an image's
...
background color if it doesn't have a Pixmap.
2001-12-28 14:47:47 +00:00
Gerd Moellmann
60626bab46
(notice_overwritten_cursor): Don't depend on
...
output_cursor and updated_area. Compare pixel coordinates with
window's cursor pixel coordinates.
(x_draw_glyphs, x_clear_end_of_line, show_mouse_face): Call
notice_overwritten_cursor with new arg list.
(show_mouse_face): Fix bug setting a row's mouse_face_p flag
unconditionally.
2001-12-28 13:34:00 +00:00
Gerd Moellmann
539e92ad44
(try_scrolling) <PT below scroll margin>: Add the
...
height of the cursor line to the amount to scroll.
2001-12-28 12:42:54 +00:00
Eli Zaretskii
31bc27f607
(mail-envelope-from): Fix :type. Suggested by "Golubev I. N." <gin@mo.msk.ru>.
...
(sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
From "Golubev I. N." <gin@mo.msk.ru>.
2001-12-28 12:20:11 +00:00
Richard M. Stallman
cf3b69c44c
(ldap-search-internal): Handle <file://...> in results.
2001-12-28 06:29:37 +00:00
Richard M. Stallman
4e02881b80
*** empty log message ***
2001-12-28 05:19:24 +00:00
Richard M. Stallman
af894fc98a
(line-move-invisible): New subroutine.
...
(line-move-to-column): New subroutine--smarter about advancing over
invisible parts of a line, or lines, but only as long as hpos grows.
(line-move-finish): New subroutine: repeatedly processes desired
column, intangibility, and fields.
(line-move): Use those subroutines.
When moving lines downward, skip invisible text first rather than last.
2001-12-28 05:15:59 +00:00