bpt/emacs.git
22 years ago(print_object): In multibyte string, use hex escapes.
Richard M. Stallman [Sun, 30 Dec 2001 03:22:55 +0000 (03:22 +0000)]
(print_object): In multibyte string, use hex escapes.
Use octal only for unibyte strings.
(PRINTPREPARE): Don't ever set Qprint_escape_nonascii.

22 years ago(basic-save-buffer): If a before-write hook displays
Richard M. Stallman [Sun, 30 Dec 2001 02:39:12 +0000 (02:39 +0000)]
(basic-save-buffer): If a before-write hook displays
an echo area message, pause before calling basic-save-buffer-1.

22 years ago(reftex-query-replace-document, reftex-change-label): Doc fix.
Richard M. Stallman [Sun, 30 Dec 2001 00:56:40 +0000 (00:56 +0000)]
(reftex-query-replace-document, reftex-change-label): Doc fix.

22 years ago(dired-do-query-replace-regexp): Doc fix.
Richard M. Stallman [Sun, 30 Dec 2001 00:53:22 +0000 (00:53 +0000)]
(dired-do-query-replace-regexp): Doc fix.

22 years ago(tags-query-replace): Doc fix.
Richard M. Stallman [Sun, 30 Dec 2001 00:52:52 +0000 (00:52 +0000)]
(tags-query-replace): Doc fix.

22 years ago(max_specpdl_size): Add declaration.
Richard M. Stallman [Sun, 30 Dec 2001 00:13:56 +0000 (00:13 +0000)]
(max_specpdl_size): Add declaration.

22 years ago(LIBX11_SYSTEM) [MOTIF]: Add -lgen.
Richard M. Stallman [Sat, 29 Dec 2001 23:48:45 +0000 (23:48 +0000)]
(LIBX11_SYSTEM) [MOTIF]: Add -lgen.
(sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.

22 years agoInclude <config.h>.
Pavel Janík [Sat, 29 Dec 2001 22:25:06 +0000 (22:25 +0000)]
Include <config.h>.

22 years agoRemove trailing whitespaces.
Pavel Janík [Sat, 29 Dec 2001 22:21:10 +0000 (22:21 +0000)]
Remove trailing whitespaces.

22 years ago* abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
Ken Raeburn [Sat, 29 Dec 2001 21:42:22 +0000 (21:42 +0000)]
* abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
comparison to test lisp value returned by Fget.

22 years ago*** empty log message ***
Richard M. Stallman [Sat, 29 Dec 2001 20:31:31 +0000 (20:31 +0000)]
*** empty log message ***

22 years ago(compile-internal): Fix previous change.
Richard M. Stallman [Sat, 29 Dec 2001 20:31:14 +0000 (20:31 +0000)]
(compile-internal): Fix previous change.

22 years ago(Fdo_auto_save): If NO_MESSAGE, don't call push_message.
Richard M. Stallman [Sat, 29 Dec 2001 20:12:45 +0000 (20:12 +0000)]
(Fdo_auto_save): If NO_MESSAGE, don't call push_message.

22 years ago(Info-mode): Reindent the doc-string.
Pavel Janík [Sat, 29 Dec 2001 18:02:49 +0000 (18:02 +0000)]
(Info-mode): Reindent the doc-string.

22 years ago(silly_event_symbol_error): New subrtn, from Fdefine_key.
Richard M. Stallman [Sat, 29 Dec 2001 14:54:28 +0000 (14:54 +0000)]
(silly_event_symbol_error): New subrtn, from Fdefine_key.
Handle modifier bits.  Correct typo in error message.

22 years agoAdd a comment.
Gerd Moellmann [Sat, 29 Dec 2001 12:47:29 +0000 (12:47 +0000)]
Add a comment.

22 years agoRegenerated.
Eli Zaretskii [Sat, 29 Dec 2001 09:24:31 +0000 (09:24 +0000)]
Regenerated.

22 years ago(mouse-drag-mode-line-1): When dragging a mode line upward,
Richard M. Stallman [Sat, 29 Dec 2001 04:21:25 +0000 (04:21 +0000)]
(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.

22 years ago(ange-ftp-insert-directory): Explicitly follow symlinks.
Richard M. Stallman [Sat, 29 Dec 2001 02:50:51 +0000 (02:50 +0000)]
(ange-ftp-insert-directory): Explicitly follow symlinks.

22 years ago<CONFIGURATION BY HAND> Now requires autoconf 2.51.
Kim F. Storm [Sat, 29 Dec 2001 01:13:26 +0000 (01:13 +0000)]
<CONFIGURATION BY HAND> Now requires autoconf 2.51.

22 years ago*** empty log message ***
Kim F. Storm [Sat, 29 Dec 2001 01:12:35 +0000 (01:12 +0000)]
*** empty log message ***

22 years ago(ange-ftp-allow-child-lookup): Always return nil.
Richard M. Stallman [Sat, 29 Dec 2001 00:46:26 +0000 (00:46 +0000)]
(ange-ftp-allow-child-lookup): Always return nil.
This fixes a bug that treated all files as directories.

22 years agoComment change.
Richard M. Stallman [Fri, 28 Dec 2001 22:28:05 +0000 (22:28 +0000)]
Comment change.

22 years ago(iso-transl-char-map) Eliminate the
Richard M. Stallman [Fri, 28 Dec 2001 22:27:37 +0000 (22:27 +0000)]
(iso-transl-char-map) Eliminate the
alias symbols--put the translated sequences here directly.

22 years ago(c-mode-abbrev-table, c++-mode-abbrev-table, objc-mode-abbrev-table)
Richard M. Stallman [Fri, 28 Dec 2001 22:16:42 +0000 (22:16 +0000)]
(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.

22 years agoUse the plist of an abbrev for multiple params if nec.
Richard M. Stallman [Fri, 28 Dec 2001 22:14:38 +0000 (22:14 +0000)]
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.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 28 Dec 2001 19:07:02 +0000 (19:07 +0000)]
*** empty log message ***

22 years agoTest for mbsinit.
Richard M. Stallman [Fri, 28 Dec 2001 19:06:40 +0000 (19:06 +0000)]
Test for mbsinit.

22 years ago(HAVE_MBSINIT): Add #undef.
Richard M. Stallman [Fri, 28 Dec 2001 19:06:08 +0000 (19:06 +0000)]
(HAVE_MBSINIT): Add #undef.

22 years ago(mbsinit): Define as no-op if not available.
Richard M. Stallman [Fri, 28 Dec 2001 19:05:42 +0000 (19:05 +0000)]
(mbsinit): Define as no-op if not available.

22 years ago(mail-envelope-from): Fix custom type.
Richard M. Stallman [Fri, 28 Dec 2001 18:58:40 +0000 (18:58 +0000)]
(mail-envelope-from): Fix custom type.
(sendmail-send-it): Check mail-specify-envelope-from
and mail-envelope-from in the mail buffer at start.

22 years agoFix previous change; also correct its change log:
Richard M. Stallman [Fri, 28 Dec 2001 18:49:02 +0000 (18:49 +0000)]
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.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 28 Dec 2001 18:47:27 +0000 (18:47 +0000)]
*** empty log message ***

22 years ago(Flookup_key): Add error message for trying to bind [DEL], [RET], etc.
Richard M. Stallman [Fri, 28 Dec 2001 18:39:20 +0000 (18:39 +0000)]
(Flookup_key): Add error message for trying to bind [DEL], [RET], etc.

22 years ago(x_setup_relief_colors): Don't compute an image's
Gerd Moellmann [Fri, 28 Dec 2001 14:47:47 +0000 (14:47 +0000)]
(x_setup_relief_colors): Don't compute an image's
background color if it doesn't have a Pixmap.

22 years ago(notice_overwritten_cursor): Don't depend on
Gerd Moellmann [Fri, 28 Dec 2001 13:34:00 +0000 (13:34 +0000)]
(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.

22 years ago(try_scrolling) <PT below scroll margin>: Add the
Gerd Moellmann [Fri, 28 Dec 2001 12:42:54 +0000 (12:42 +0000)]
(try_scrolling) <PT below scroll margin>: Add the
height of the cursor line to the amount to scroll.

22 years ago(mail-envelope-from): Fix :type. Suggested by "Golubev I. N." <gin@mo.msk.ru>.
Eli Zaretskii [Fri, 28 Dec 2001 12:20:11 +0000 (12:20 +0000)]
(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>.

22 years ago(ldap-search-internal): Handle <file://...> in results.
Richard M. Stallman [Fri, 28 Dec 2001 06:29:37 +0000 (06:29 +0000)]
(ldap-search-internal): Handle <file://...> in results.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 28 Dec 2001 05:19:24 +0000 (05:19 +0000)]
*** empty log message ***

22 years ago(line-move-invisible): New subroutine.
Richard M. Stallman [Fri, 28 Dec 2001 05:15:59 +0000 (05:15 +0000)]
(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.

22 years ago(set_point_both): The position after an invisible, intangible
Richard M. Stallman [Fri, 28 Dec 2001 05:12:42 +0000 (05:12 +0000)]
(set_point_both): The position after an invisible, intangible
character is not an acceptable stopping point.

22 years agoUpdate C-u C-x = output format.
Richard M. Stallman [Fri, 28 Dec 2001 03:10:33 +0000 (03:10 +0000)]
Update C-u C-x = output format.

22 years ago(describe-char-after): Describe the text properties of the char after point.
Richard M. Stallman [Fri, 28 Dec 2001 03:01:42 +0000 (03:01 +0000)]
(describe-char-after): Describe the text properties of the char after point.

22 years agoRewrite the introductory text for clarity.
Richard M. Stallman [Fri, 28 Dec 2001 02:55:13 +0000 (02:55 +0000)]
Rewrite the introductory text for clarity.
Put the `info' topic above the "Emacs" subcategory line.

22 years agoFix previous change.
Richard M. Stallman [Fri, 28 Dec 2001 02:13:58 +0000 (02:13 +0000)]
Fix previous change.

22 years ago(find-dired-sentinel): Precede exit message by
Richard M. Stallman [Fri, 28 Dec 2001 02:12:13 +0000 (02:12 +0000)]
(find-dired-sentinel): Precede exit message by
two spaces, to match the regexp in dired-between-files.

22 years ago(describe-key): Doc fix.
Richard M. Stallman [Fri, 28 Dec 2001 02:11:59 +0000 (02:11 +0000)]
(describe-key): Doc fix.

22 years ago(widget-toggle-value-create): Don't eval actual images (which are lists too).
Miles Bader [Thu, 27 Dec 2001 15:09:44 +0000 (15:09 +0000)]
(widget-toggle-value-create): Don't eval actual images (which are lists too).

22 years agoFix the doc string of "Latin-5" language environment.
Eli Zaretskii [Thu, 27 Dec 2001 11:27:27 +0000 (11:27 +0000)]
Fix the doc string of "Latin-5" language environment.

22 years ago*** empty log message ***
Eli Zaretskii [Thu, 27 Dec 2001 10:27:30 +0000 (10:27 +0000)]
*** empty log message ***

22 years ago* window.c (enlarge_window): In new preserve_before code, convert CURBEG from
Ken Raeburn [Thu, 27 Dec 2001 05:49:33 +0000 (05:49 +0000)]
* window.c (enlarge_window): In new preserve_before code, convert CURBEG from
lisp object to integer before doing arithmetic.

22 years ago(Fbyte_code): Undo previous change.
Richard M. Stallman [Thu, 27 Dec 2001 05:00:56 +0000 (05:00 +0000)]
(Fbyte_code): Undo previous change.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 27 Dec 2001 05:00:49 +0000 (05:00 +0000)]
*** empty log message ***

22 years agoComment change.
Richard M. Stallman [Thu, 27 Dec 2001 03:23:50 +0000 (03:23 +0000)]
Comment change.

22 years ago(flyspell-mode-map): New keymap, defined as before 2001-11-09.
Richard M. Stallman [Thu, 27 Dec 2001 03:13:57 +0000 (03:13 +0000)]
(flyspell-mode-map): New keymap, defined as before 2001-11-09.
(add-minor-mode call): Specify the keymap.

22 years agosupport for Perl packages
Francesco Potortì [Wed, 26 Dec 2001 22:11:21 +0000 (22:11 +0000)]
support for Perl packages
* etags.c (Perl_functions): Tag packages and use them in sub tags.
(get_tag): Return a pointer to the tag that is found.

 general cleanup and streamlining
* etags.c (LOOKING_AT): Use !intoken instead of iswhite.
(F_takeprec): Renamed from takeprec.  All callers changed.
(F_getit): Renamed from getit.  All callers changed.
(nocase_tail): Renamed from tail.  All callers changed.
(Ada_getit): Renamed from adagetit.  All callers changed.
(L_getit): Simplified by using get_tag.
(Perl_functions, Postscript_functions, erlang_attribute): Use the
modified LOOKING_AT.
(notinname): Removed '[' and added ')' to the recognised chars.
(LOOKING_AT, get_tag, PHP_functions): Use notinname.
(Ada_getit, Ada_funcs, Python_functions, Scheme_functions):
Clarified, using strneq or notinname.
(L_isdef, L_isquote): Removed.
(Lisp_functions, L_getit): Clarified.

 changes for standalone compilation
* etags.c: (P_): Renamed to __P for consistency with config.h.
[HAVE_CONFIG_H]: Let config.h deal with __P.
[__STDC__] [!HAVE_CONFIG_H]: Define PTR as in config.h.
[!__STDC__] [!HAVE_CONFIG_H]: Do not undefine static, because
gperf code needs it.
[HAVE_CONFIG_H] [!PTR]: Define PTR (for use with Xemacs).
[HAVE_CONFIG_H] [!__P]: Define __P (for use with Xemacs).
(xmalloc, xrealloc): Use PTR instead of long *.
(bool): Make it a define, not a typedef, for C++ compilers.
(pattern): Members renamed to avoid name clash in some C++ compilers.
(get_language_from_langname): Use const argument.

22 years agoEtags.c:
Francesco Potortì [Wed, 26 Dec 2001 22:07:34 +0000 (22:07 +0000)]
Etags.c:
 support for Perl packages
 general cleanup and streamlining
 changes for standalone compilation

22 years agoRemoved names of people from etags.c change log entries.
Francesco Potortì [Wed, 26 Dec 2001 21:56:47 +0000 (21:56 +0000)]
Removed names of people from etags.c change log entries.

22 years agoPerl changes for etags.
Francesco Potortì [Wed, 26 Dec 2001 21:51:53 +0000 (21:51 +0000)]
Perl changes for etags.

22 years agoComment change.
Richard M. Stallman [Wed, 26 Dec 2001 21:27:54 +0000 (21:27 +0000)]
Comment change.

22 years ago(compile-internal): Set TERM variable in process-environment.
Richard M. Stallman [Wed, 26 Dec 2001 21:26:25 +0000 (21:26 +0000)]
(compile-internal): Set TERM variable in process-environment.

22 years agoRewrite Types of Log File node.
Richard M. Stallman [Wed, 26 Dec 2001 00:42:56 +0000 (00:42 +0000)]
Rewrite Types of Log File node.

22 years ago(record_char): Ignore duplicate help-echo events only
Kim F. Storm [Tue, 25 Dec 2001 23:38:23 +0000 (23:38 +0000)]
(record_char): Ignore duplicate help-echo events only
separated by mouse-movement.  When tracking mouse, only record
first and last mouse-movement event in same window.
Don't record mouse-movement events in keyboard macros.

22 years ago*** empty log message ***
Kim F. Storm [Tue, 25 Dec 2001 23:34:45 +0000 (23:34 +0000)]
*** empty log message ***

22 years ago(help-xref-on-pp): Catch and ignore errors in scanning the buffer.
Richard M. Stallman [Tue, 25 Dec 2001 22:02:33 +0000 (22:02 +0000)]
(help-xref-on-pp): Catch and ignore errors in scanning the buffer.

22 years agoMove direntry.
Pavel Janík [Tue, 25 Dec 2001 17:20:00 +0000 (17:20 +0000)]
Move direntry.

22 years ago(command-line): Convert command line args
Richard M. Stallman [Tue, 25 Dec 2001 17:15:14 +0000 (17:15 +0000)]
(command-line): Convert command line args
to Emacs internal representation using locale-coding-system.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 25 Dec 2001 17:15:00 +0000 (17:15 +0000)]
*** empty log message ***

22 years agoDon't require ind-util when compiling.
Eli Zaretskii [Tue, 25 Dec 2001 16:31:18 +0000 (16:31 +0000)]
Don't require ind-util when compiling.

22 years ago(texinfo-show-structure): Display the line showing the current location
Robert J. Chassell [Tue, 25 Dec 2001 16:16:22 +0000 (16:16 +0000)]
(texinfo-show-structure): Display the line showing the current location
in the middle of the window.

22 years agoExplain the difference between the per-file log maintained by the
Robert J. Chassell [Tue, 25 Dec 2001 15:32:10 +0000 (15:32 +0000)]
Explain the difference between the per-file log maintained by the
version control system and the per-directory or per-project ChangeLog.

22 years agoFix typo in cross-reference for `Using non-standard file names'
Robert J. Chassell [Tue, 25 Dec 2001 15:30:36 +0000 (15:30 +0000)]
Fix typo in cross-reference for `Using non-standard file names'
Fix cross-reference to `The GNU Emacs Manual'.

22 years ago(tpu-reset-screen-size): Use set-frame-height and set-frame-width instead
Pavel Janík [Tue, 25 Dec 2001 11:22:35 +0000 (11:22 +0000)]
(tpu-reset-screen-size): Use set-frame-height and set-frame-width instead
of set-screen-height and set-screen-width.

22 years ago(mh-show-msg): Likewise.
Pavel Janík [Tue, 25 Dec 2001 11:18:39 +0000 (11:18 +0000)]
(mh-show-msg): Likewise.
(mh-handle-process-error): Use frame-width instead of obsolete
screen-width.

22 years ago(vt-wide, vt-narrow): Use set-frame-width instead of obsolete
Pavel Janík [Tue, 25 Dec 2001 11:16:02 +0000 (11:16 +0000)]
(vt-wide, vt-narrow): Use set-frame-width instead of obsolete
set-screen-width.

22 years agoFix Lisp headers.
Pavel Janík [Tue, 25 Dec 2001 11:10:03 +0000 (11:10 +0000)]
Fix Lisp headers.

22 years agoRemove empty line at the end of file.
Pavel Janík [Tue, 25 Dec 2001 11:09:24 +0000 (11:09 +0000)]
Remove empty line at the end of file.

22 years ago(locate): Remove dot at the end of error argument.
Pavel Janík [Tue, 25 Dec 2001 11:07:45 +0000 (11:07 +0000)]
(locate): Remove dot at the end of error argument.

22 years agoAdd Maintainer header.
Pavel Janík [Tue, 25 Dec 2001 11:03:46 +0000 (11:03 +0000)]
Add Maintainer header.

22 years agoRemove empty lines at the end of file.
Pavel Janík [Tue, 25 Dec 2001 11:02:43 +0000 (11:02 +0000)]
Remove empty lines at the end of file.

22 years ago(emerge-show-file-name): Use frame-height instead of obsolete
Pavel Janík [Tue, 25 Dec 2001 11:01:47 +0000 (11:01 +0000)]
(emerge-show-file-name): Use frame-height instead of obsolete
screen-height.

22 years agoAdd keyword.
Pavel Janík [Tue, 25 Dec 2001 10:55:12 +0000 (10:55 +0000)]
Add keyword.

22 years agoFix Lisp footer.
Pavel Janík [Tue, 25 Dec 2001 10:53:42 +0000 (10:53 +0000)]
Fix Lisp footer.

22 years agoFix previous change.
Pavel Janík [Tue, 25 Dec 2001 10:43:25 +0000 (10:43 +0000)]
Fix previous change.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 25 Dec 2001 10:36:14 +0000 (10:36 +0000)]
*** empty log message ***

22 years ago(enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
Richard M. Stallman [Tue, 25 Dec 2001 10:36:08 +0000 (10:36 +0000)]
(enlarge_window): New arg PRESERVE_BEFORE.  Callers changed.
(Fenlarge_window): New arg PRESERVE_BEFORE.

22 years ago(balance-windows): Use new PRESERVE-BEFORE arg
Richard M. Stallman [Tue, 25 Dec 2001 10:34:39 +0000 (10:34 +0000)]
(balance-windows): Use new PRESERVE-BEFORE arg
to enlarge-window.  Use save-selected-window.  Don't try
to resize windows that end at the bottom "level".
Retry changing the sizes until the windows get the desired sizes.
Discount the minibuffer when computing total height available.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 25 Dec 2001 08:16:54 +0000 (08:16 +0000)]
*** empty log message ***

22 years ago(Fbyte_code): Use Fstring_make_unibyte instead of Fstring_as_unibyte.
Richard M. Stallman [Tue, 25 Dec 2001 08:16:46 +0000 (08:16 +0000)]
(Fbyte_code): Use Fstring_make_unibyte instead of Fstring_as_unibyte.

22 years ago(debugger-mode-map): Bind C-m, not `RET'.
Richard M. Stallman [Tue, 25 Dec 2001 08:14:45 +0000 (08:14 +0000)]
(debugger-mode-map): Bind C-m, not `RET'.
(debugger-make-xrefs): Only make a button for the first symbol on any line.

22 years ago(ftp-mode-abbrev-table): Don't define it.
Richard M. Stallman [Mon, 24 Dec 2001 20:18:36 +0000 (20:18 +0000)]
(ftp-mode-abbrev-table): Don't define it.
(nslookup-mode-abbrev-table): Don't define it.
(smbclient-mode-abbrev-table): Don't define it.
(ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
(nslookup-mode, smbclient-mode): Likewise.
(network-connection-service-abbrev-alist): Variable deleted.
(network-connection-mode-setup): Don't set up abbrev table.

22 years agoReplace "comment-fence" and "string-fence" with consistent terms.
Richard M. Stallman [Mon, 24 Dec 2001 18:01:56 +0000 (18:01 +0000)]
Replace "comment-fence" and "string-fence" with consistent terms.

22 years ago*** empty log message ***
Eli Zaretskii [Mon, 24 Dec 2001 17:11:11 +0000 (17:11 +0000)]
*** empty log message ***

22 years ago(dos-cpNNN-setup, dos-codepage-setup):
Eli Zaretskii [Mon, 24 Dec 2001 16:52:50 +0000 (16:52 +0000)]
(dos-cpNNN-setup, dos-codepage-setup):
Call IT-setup-unicode-display here instead of adding it to
dos-codepage-setup-hook, so that Unicode display tables are set
before dos-codepage-setup-hook runs.

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 24 Dec 2001 16:39:39 +0000 (16:39 +0000)]
*** empty log message ***

22 years ago(minibuffer-prompt): New face.
Richard M. Stallman [Mon, 24 Dec 2001 16:39:31 +0000 (16:39 +0000)]
(minibuffer-prompt): New face.
(minibuffer-prompt-properties): Add `face' property.

22 years agoExplain using a before-string to put something in the margin.
Richard M. Stallman [Mon, 24 Dec 2001 16:29:42 +0000 (16:29 +0000)]
Explain using a before-string to put something in the margin.

22 years agoExplain mode line redisplay better.
Richard M. Stallman [Mon, 24 Dec 2001 16:28:22 +0000 (16:28 +0000)]
Explain mode line redisplay better.

22 years ago(occur-mode-display-occurrence): New function.
Richard M. Stallman [Mon, 24 Dec 2001 16:27:20 +0000 (16:27 +0000)]
(occur-mode-display-occurrence): New function.
(occur-mode-map): Bind C-o to it.