Andrew Innes
38b81d747a
Don't include elisp/term/*.el files twice.
2002-02-11 14:26:17 +00:00
Stefan Monnier
fd42af9d01
*** empty log message ***
2002-02-11 13:58:57 +00:00
Eli Zaretskii
573a237aa6
*** empty log message ***
2002-02-11 07:15:17 +00:00
Eli Zaretskii
d7439436b6
(Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
...
variables; cus-start.el doesn't need them anymore.
2002-02-11 07:14:56 +00:00
Eli Zaretskii
197a09bf1b
Don't warn about "x-*" symbols when building a non-GUI version.
2002-02-11 07:06:55 +00:00
Pavel Janík
a81b56d56b
(strokes-do-stroke, strokes-do-complex-stroke): Doc fix.
...
(strokes-help): Do not use doubled with-output-to-temp-buffer.
Fix the help string.
(strokes-prompt-user-save-strokes): Fix typo.
(strokes-list-strokes): Use proper exit-actionargument for
view-buffer.
Update copyright notice.
2002-02-11 06:25:53 +00:00
Pavel Janík
7cc8aac38c
Various doc and message fixes.
...
(non-iso-charset-alist): Add mac-roman. Don't add entries for
codepages already present.
(list-block-of-chars): Display space for null entries in
translation table. Display tab specially.
(list-non-iso-charset-chars): Check for null charsets. Use pop
for clarity. Don't break 8-bit sets into sections between ranges.
(list-charset-chars): Avoid indent-tabs-mode.
(describe-char-after): Maybe use the text property for syntax
table information. Maybe report char-code-property-table info.
Maybe report character's unicode. Tweak printing of list info.
(list-input-methods): Add xref buttons.
(dump-charsets, dump-codings): Deleted (obsolete).
From Dave Love <fx@gnu.org>.
2002-02-11 06:09:53 +00:00
Eli Zaretskii
473347f691
Tell about the parent-on-column-zero highlighting.
2002-02-11 06:00:10 +00:00
Andrew Innes
5c196f2973
($(TIT)): Don't depend on $(SUBDIRS).
...
($(MISC_DIC)): Ditto.
2002-02-10 22:27:05 +00:00
Kim F. Storm
c6e1637937
Moved misplaced entries signed Michael Kifer to lisp/ChangeLog.
2002-02-10 17:38:32 +00:00
Kim F. Storm
b17591a9ac
Moved entries signed Michael Kifer from root ChangeLog.
2002-02-10 17:37:30 +00:00
Pavel Janík
d38c4312e3
(menu-bar-showhide-menu): Rename function for toggling.
2002-02-10 17:28:41 +00:00
Paul Eggert
3c58afc555
Update copyright date.
2002-02-10 08:10:43 +00:00
Paul Eggert
a279c92001
* rcs-checkin: Use sort -k 2', not sort +1', as POSIX 1003.1-2001
...
disallows the old syntax.
2002-02-10 08:09:53 +00:00
Paul Eggert
ca32301638
Use sort -k 2', not sort +1', as POSIX 1003.1-2001
...
disallows the old syntax.
2002-02-10 08:08:59 +00:00
Michael Kifer
8bdd0bf785
2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
...
* viper-util.el (viper-read-key-sequence): fixed so it'll read
fast key sequences in emacs native mode
(viper-events-to-keys): deleted
* viper.el (describe-key, describe-key-briefly): get rid of
viper-events-to-keys.
* ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
* ediff-wind.el (ediff-setup-control-frame): Use
ediff-has-gutter-support.
* ediff-util.el (ediff-dispose-of-variant-according-to-user):
check if buff is alive.
* ediff.el: typo in comment.
2002-02-10 06:46:12 +00:00
Kim F. Storm
73df3b72f6
(make_gap_smaller): Preserve BEG_UNCHANGED during gap
...
reduction. This fixes a display problem where stray newlines were
inserted in the window (corrected by C-l). Clarified code (IMHO).
2002-02-09 22:58:25 +00:00
Pavel Janík
06f5e6b48f
*** empty log message ***
2002-02-09 14:04:30 +00:00
Pavel Janík
d0e1c755a1
(menu-bar-options-save): Take care of line-number-mode and
...
column-number-mode variables.
(menu-bar-showhide-menu): New menu-items "Show Line Number" and "Show
Column Number" in "Show/Hide" menu.
2002-02-09 13:56:42 +00:00
Richard M. Stallman
f526e65a47
(mail-mode-map): Use eval-after-load to change it.
2002-02-09 09:46:08 +00:00
Eli Zaretskii
18b0be7c20
*** empty log message ***
2002-02-09 09:28:36 +00:00
Eli Zaretskii
f87c0a98c7
(display_mode_lines): Fix last change.
2002-02-09 09:21:17 +00:00
Eli Zaretskii
2124dc82fe
(CURRENT_MODE_LINE_FACE_ID): Fix last change.
2002-02-09 09:20:35 +00:00
Jason Rumney
d65a9cdc6b
(w32_load_system_font): Prevent Cleartype fonts from loading.
...
(Fx_show_tip): Ensure tip frames are above other topmost windows.
2002-02-09 01:31:07 +00:00
Jason Rumney
3acfb461ae
*** empty log message ***
2002-02-09 01:29:20 +00:00
Jason Rumney
442ca9ba48
*** empty log message ***
2002-02-09 01:15:03 +00:00
Jason Rumney
644cefdf62
(enum_font_cb2): Don't let charsets unknown to Windows
...
match each other.
2002-02-09 01:08:33 +00:00
Kim F. Storm
fd4f8b36c6
Describe new mode-line-inactive face.
2002-02-09 00:01:10 +00:00
Kim F. Storm
cdefda262b
Added separate mode-line-inactive face.
2002-02-08 23:53:36 +00:00
Kim F. Storm
c5752dcb2f
(mode-line-inactive): New face for mode-line for
...
non-selected windows.
(mode-line): Doc fix: Only used for selected window.
2002-02-08 23:51:56 +00:00
Kim F. Storm
039b639462
(Qmode_line_inactive): New face variable for mode-line
...
in non-selected windows.
(realize_basic_faces): Realize it.
(syms_of_term): Intern and staticpro it.
2002-02-08 23:49:51 +00:00
Kim F. Storm
f6911ea783
(CURRENT_MODE_LINE_FACE_ID): New macro.
...
(CURRENT_MODE_LINE_HEIGHT): Use it.
(enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
2002-02-08 23:48:50 +00:00
Kim F. Storm
96d2320fdc
(window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
...
(pos_visible_p, handle_face_prop): Likewise.
(display_mode_lines): Likewise, but for the real selected window.
(init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
2002-02-08 23:48:02 +00:00
Kim F. Storm
d191623b30
(SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
...
Changed mail addresses to emacs-devel@gnu.org .
2002-02-08 21:23:53 +00:00
Kim F. Storm
9f69e812dc
*** empty log message ***
2002-02-08 21:23:03 +00:00
Eli Zaretskii
b5d40cebab
*** empty log message ***
2002-02-08 19:17:19 +00:00
Eli Zaretskii
dba493fec3
(Fsubstitute_in_file_name): If the file name includes ~user,
...
and there's no such user, don't discard everything before ~user.
2002-02-08 19:16:31 +00:00
Eli Zaretskii
c7c8921f37
Remove the description of tty-display-color-cells.
2002-02-08 19:04:27 +00:00
Eli Zaretskii
9a8e2a104f
(calendar-mode-map): Change the menu item's name to "Insert Diary Entry".
2002-02-08 18:50:37 +00:00
Stefan Monnier
6a229a6359
*** empty log message ***
2002-02-08 16:50:46 +00:00
Stefan Monnier
ba46000855
(save-buffer-state): Use restore-buffer-modified-p.
...
(c-font-lock-syntactic-face-function): Accept doxygen-style comments.
2002-02-08 16:50:05 +00:00
Richard M. Stallman
b735b2abe0
*** empty log message ***
2002-02-08 14:11:56 +00:00
Richard M. Stallman
63bcc29614
(maybe_bootstrap): Add an infinite sleep-loop.
2002-02-08 14:11:47 +00:00
Richard M. Stallman
def08a3f3c
(text-mode-hook-identify): Define as no-op.
2002-02-08 13:57:03 +00:00
Eli Zaretskii
59fe0cee14
(Fround): Fix a typo.
2002-02-08 13:03:27 +00:00
Eli Zaretskii
4f759c801b
*** empty log message ***
2002-02-08 12:42:06 +00:00
Eli Zaretskii
5504af2259
(ange-ftp-process-handle-line, ange-ftp-set-xfer-size): If the file's
...
size is a float, divide by 1024 instead of using ash.
2002-02-08 12:37:02 +00:00
Andreas Schwab
cd01f5b91c
(calcDigit-key): Use minibuffer-prompt-end instead of point-min.
2002-02-08 12:32:18 +00:00
Andreas Schwab
d586cf1e25
Fix description of minibuffer-prompt-end.
2002-02-08 12:29:15 +00:00
Eli Zaretskii
45610c9837
(select-safe-coding-system): State the buffer's name in the message
...
popped in the *Warning* buffer, and make sure the offending buffer
is displayed.
2002-02-08 12:01:14 +00:00