1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 15:00:45 -08:00
Commit graph

40504 commits

Author SHA1 Message Date
Kenichi Handa
ea012abd5c Include "character.h".
(copy_category_entry): New function.
(copy_category_table): Call map_char_table and copy_category_entry.
(Fmake_category_table): Initialize all top-vel slots.
(char_category_set): New function.
(modify_lower_category_set): Deleted.
(Fmodify_category_entry): Call char_table_ref_and_range.
2002-03-01 01:13:23 +00:00
Kenichi Handa
1ee5d538f3 New file that implements char table. 2002-03-01 01:12:57 +00:00
Kenichi Handa
e961d43908 Include "character.h" instead of "charset.h".
(set_canon, set_identity, shuffle): Adjusted for the new
map_char_table spec.
(init_casetab_once): Call CHAR_TABLE_SET instead of directly
accessing the char table structure.
2002-03-01 01:11:39 +00:00
Kenichi Handa
91183bfd93 Include "character.h" instead of "charset.h".
(Fcall_process): Big change for the new code-conversion APIs.
2002-03-01 01:11:12 +00:00
Kenichi Handa
d6af5f0c11 EXFUN Fbuffer_live_p. 2002-03-01 01:10:45 +00:00
Kenichi Handa
8f348ed597 Include "character.h" instead of "charset.h", don't include
"coding.h".
(Fset_buffer_multibyte): Adjuted for UTF-8.
2002-03-01 01:07:51 +00:00
Kenichi Handa
9d80e8839b Include "character.h" instead of "charset.h".
(Fmake_char_table): Moved to chartab.c.
(make_sub_char_table): Likewise.
(syms_of_alloc): Remove defsubr for Smake_char_table.
2002-03-01 01:06:56 +00:00
Kenichi Handa
d2f6dae878 Include "character.h". 2002-03-01 01:06:35 +00:00
Kenichi Handa
83be827add Include "character.h" instead of "charset.h". 2002-03-01 01:06:01 +00:00
Kenichi Handa
85969c224a (obj): Add character.o and chartab.o.
(lisp, shortlisp): Remove utf-8.elc:
(*.o): For many files, change dependency on charset.h to
character.h, and add dependency on character.h.
(character.o, chartab.o): New targets.
2002-03-01 01:01:48 +00:00
Kenichi Handa
d5fb9ac8f4 (xchartable): Adjusted for the change of char table
structure.
(xsubchartable, xcoding, xcharset, xcurbuf): New commands.
2002-03-01 00:59:36 +00:00
Richard M. Stallman
3243b9f38e Clarify gamma correction. 2002-02-27 05:29:00 +00:00
Richard M. Stallman
b83e4a7727 <making srcdir absolute>: Verify that PWD is correct,
not just well-formed and valid.
2002-02-27 03:53:03 +00:00
Kim F. Storm
beb0acdfef *** empty log message *** 2002-02-26 23:02:14 +00:00
Kim F. Storm
890d33d457 (init_iterator): Compare with Vminibuf_selected_window
instead of Vminibuf_scroll_window when deciding in which window
the region should be highlighted.  Consequently, the region remains
highlighted even when a completion buffer is also displayed.
2002-02-26 22:55:08 +00:00
Kim F. Storm
683086358a (CURRENT_MODE_LINE_FACE_ID_3): Compare with
Vminibuf_selected_window instead of Vminibuf_scroll_window.
2002-02-26 22:53:47 +00:00
Kim F. Storm
6122844a39 (read_minibuf): Set Vminibuf_selected_window on first
entry to minibuffer or on entry from a non-minibuffer window.
2002-02-26 22:52:56 +00:00
Kim F. Storm
76e316e0da (Vminibuf_selected_window): Declare extern. 2002-02-26 22:52:07 +00:00
Kim F. Storm
3f49fddcb9 (Vminibuf_selected_window): New variable.
(struct save_window_data): New member minibuf_selected_window.
(Fset_window_configuration): Restore Vminibuf_selected_window.
(Fcurrent_window_configuration): Save Vminibuf_selected_window.
Set minibuf_scroll_window member to nil if minibuf_level is 0.
(compare_window_configurations): Compare minibuf_selected_window.
2002-02-26 22:50:55 +00:00
Richard M. Stallman
a608ec1b84 (remote-shell-program): Add doc string. 2002-02-26 21:56:12 +00:00
Richard M. Stallman
b6d2e45e17 *** empty log message *** 2002-02-26 21:56:03 +00:00
Colin Walters
960e24e7bd (calc-scroll-left): Call scroll-left interactively, so they do something.
(calc-scroll-right): Ditto.
2002-02-26 19:54:21 +00:00
Colin Walters
10cf9a4305 (sorter mode-name): New.
(ibuffer-do-occur): Don't quote ibuffer-marked-char.
2002-02-26 19:53:56 +00:00
Colin Walters
688c8ec5a9 *** empty log message *** 2002-02-26 19:53:41 +00:00
Eli Zaretskii
b135bd4ced (Fsubstitute_in_file_name): Fix the change from 2002-02-08. 2002-02-26 18:42:25 +00:00
Eli Zaretskii
16425473d5 Document the changes with compound-text and compound-text-with-extensions. 2002-02-26 16:51:30 +00:00
Eli Zaretskii
23b7c67546 (Window System Selections): The default encoding is now
compound-text-with-extensions.
2002-02-26 16:48:59 +00:00
Eli Zaretskii
e57a7d9eae (Mouse Commands): The default for selections encoding is
compound-text-with-extensions.
2002-02-26 16:47:24 +00:00
Eli Zaretskii
3dfdc066a9 *** empty log message *** 2002-02-26 16:38:05 +00:00
Eli Zaretskii
5a79ea57c6 (Qcompound_text_with_extensions): Renamed from Qcompound_text_no_extensions.
(lisp_data_to_selection_data, syms_of_xselect): Use the new name.
2002-02-26 16:37:15 +00:00
Eli Zaretskii
5dde3c716f (ctext-pre-write-conversion): Handle the
case when FROM is a string, and when we are called from
build_annotations_2.
2002-02-26 16:27:47 +00:00
Richard M. Stallman
4a81d892ea (winner-boring-buffers, winner-set): A window which
displays a buffer whose name is in the list `winner-boring-buffers'
will no longer be restored by `winner-undo'.
(winner-sorted-window-list): Used to improve comparison between
window configurations.
(winner-win-data): Simplified and moved.
(winner-conf): Simplified (now uses `winner-win-data').
(winner-change-fun, winner-save-old-configurations)
(winner-save-(un)conditionally, winner-redo): Changes made while in
the minibuffer will be ignored.  (Such changes are undone upon
exit for the minibuffer, anyway.)
(winner-set-conf): Preserve selected window whenever possible.
(winner-make-point-alist): Simplified.
(winner-mode, winner-save-unconditionally): Save current window
configuration on entering minibuffer.
(minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
since it does not change the overall behavior of Emacs.
2002-02-26 16:09:19 +00:00
Richard M. Stallman
7dfee0293d (clear-rectangle-line): Reindent to the same column
that move-to-column reached when it tried to go to endcol.
2002-02-26 16:05:48 +00:00
Richard M. Stallman
8caa4ef5bd (icomplete-exhibit): Use minibuffer-prompt-end. 2002-02-26 16:05:35 +00:00
Eli Zaretskii
cb5be6c9e6 (compound-text): Renamed back from compound-text-no-extensions.
(ctext-no-compositions): Remove the mime-charset property.
(compound-text-with-extensions): Renamed from compound-text.
(x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
2002-02-26 15:58:43 +00:00
Juanma Barranquero
46057f5f8f (list-faces-display): Fix typo. 2002-02-26 12:13:35 +00:00
Juanma Barranquero
804d894aa5 (syms_of_ntproc): Doc fix. 2002-02-26 10:01:38 +00:00
Richard M. Stallman
5764f67182 *** empty log message *** 2002-02-26 03:23:12 +00:00
Richard M. Stallman
6527c9b7ac (focus-follows-mouse): Doc fix. 2002-02-26 02:37:58 +00:00
Miles Bader
f5b92c898a (mouse-wheel-mode): Pass vectors instead of symbols
to `define-key', since it no longer accepts the latter.
2002-02-25 23:48:40 +00:00
Jason Rumney
ed81ee80f5 (mouse-wheel-scroll-line): Use car of
mouse-wheel-scroll-amount.
2002-02-25 23:26:38 +00:00
Jason Rumney
3bd7d448e9 (mouse-wheel-scroll-amount): Use same definition as
mwheel.el.
2002-02-25 23:21:01 +00:00
Jason Rumney
744de246b5 (iso-2022-jp-2): Add init-bol flag. 2002-02-25 22:52:54 +00:00
Jason Rumney
42d8c11016 *** empty log message *** 2002-02-25 22:51:03 +00:00
André Spiegel
3c0766fec4 # 2002-02-25 22:12:37 +00:00
André Spiegel
01f70dba88 (vc-sccs-diff): Use consistent parameter format for
vc-diff-switches-list.
2002-02-25 22:05:16 +00:00
André Spiegel
2e87226170 (vc-rcs-diff): Use consistent parameter format for
vc-diff-switches-list.
2002-02-25 22:04:29 +00:00
André Spiegel
df8e0a91a1 (vc-cvs-diff, vc-cvs-diff-tree): Use consistent parameter format for
vc-diff-switches-list.
2002-02-25 22:03:24 +00:00
André Spiegel
4e5f52e5b9 (vc-diff-switches-list): Fix prev change, making the function
consistent with the others that take a backend name as a symbol.
2002-02-25 22:00:51 +00:00
Kim F. Storm
bb671f9ece (comint-replace-by-expanded-filename): Do nothing if
comint-match-partial-filename returns nil.
2002-02-25 21:07:37 +00:00