- 11 Apr, 2003 7 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
(quail-guidance-frame): New variables. (quail-guidance-win): Delete this variable. (quail-setup-overlays): Make overlay not rear-advancing. (quail-kill-guidance-buf): Delete this function. (quail-activate): Add/remove quail-show-guidance to/from post-command-hook. (quail-input-method): Don't setup quail-guidance-buf. Initialize quail-guidance-str to "". (quail-start-translation): Call quail-show-guidance at first. (quail-start-conversion): Likewise. (quail-terminate-translation): Don't erase quail-guidance-buf. (quail-update-translation): Stretch overlays if their starting and ending positions are same. (quail-update-current-translations): Check the width of the current window, not the width of quail-guidance-win. (quail-make-guidance-frame): Delete the arg BUF. Fix position calculation. Don't set the window buffer, just return the new frame. (quail-minibuffer-message): New function. (quail-show-guidance): Renamed from quail-show-guidance-buf. Use message and quail-minibuffer-message to display the guidance. (quail-hide-guidance): Renamed from quail-hide-guidance-buf. Only delete quail-guidance-frame. (quail-update-guidance): Just update quail-guidance-str, not display it. (quail-get-translations): Renamed from quail-show-translations. Return a string instead of inserting it in quail-guaidance-buf.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
string. Callers changed.
-
Kenichi Handa authored
in coding-category-list.
-
Kenichi Handa authored
priorities of all utf-16 base coding systems.
-
- 10 Apr, 2003 6 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
mode.
-
Kenichi Handa authored
-
Kenichi Handa authored
variable. (syms_of_fileio): Declare it as a lisp variable. (Finsert_file_contents): Call Vafter_insert_file_adjust_coding_function before calling decode-format.
-
Kenichi Handa authored
after-insert-file-set-buffer-file-coding-system instead of adding it to after-insert-file-functions.
-
Kenichi Handa authored
the case of replacing multibyte characters.
-
- 09 Apr, 2003 27 commits
-
-
Richard M. Stallman authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
existing and future frames.
-
Juanma Barranquero authored
-
Jan Djärv authored
get GtkAdjustment as widget now is a GtkRange. * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on GtkRange to avoid memory leak.
-
Thien-Thi Nguyen authored
-
Thien-Thi Nguyen authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(struct font_name): New member rescale_ratio. (font_rescale_ratio): New function. (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio. (better_font_p): On comparing point sized, pay attention to recale_ratio member of fonts. (build_scalable_font_name): Reflect font->rescale_ratio in the font name. (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
-
Kenichi Handa authored
-
Kenichi Handa authored
arguemnt is in ASCII range.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Other cleanups. Command line option --no-desktop introduced. (desktop-read): Record buffers in the desktop file in the same order as that in the buffer list, (desktop-save): Put buffers in the order given in desktop file, regardless of what handlers do. (desktop-file-version): New variable. Version number of desktop file format. (desktop-create-buffer-form): Variable deleted. (desktop-save): New customizable variable. (desktop-kill): Changed to use `desktop-save'. (desktop-file-name-format): New option: format in which desktop file names should be saved. (desktop-file-name): New function to convert a filename to the format specified in `desktop-file-name-format'. (desktop-create-buffer): Parameters renamed to descriptive systematic names. These parameters are visible to handlers. Renames: ver -> desktop-file-version mim -> desktop-buffer-minor-modes pt -> desktop-buffer-point mk -> desktop-buffer-mark ro -> desktop-buffer-read-only locals -> desktop-buffer-locals (desktop-buffer-major-mode, desktop-buffer-file-name) (desktop-buffer-name): Unused customizable variables deleted. (desktop-buffer-misc): Unused variable deleted. (desktop-save, desktop-buffer-dired-misc-data): Use `desktop-file-name'. (desktop-path): New customizable variable. List of directories in which to lookup the desktop file. Replaces hardcoded list. (desktop-globals-to-clear): New variable replaces hardcoded list. (desktop-clear-preserve-buffers-regexp): New customizable variable. (desktop-after-read-hook): New hook run after a desktop is read. (desktop-no-desktop-file-hook): New hook when no desktop file found. (desktop-change-dir): New function. (desktop-save-in-load-dir): New function. Save desktop in directory from witch it was loaded. (desktop-revert): New function. Revert to the last loaded desktop.
-
Richard M. Stallman authored
(add-minor-mode): Add to it.
-
Richard M. Stallman authored
After that many iterations, just return what we've got.
-
Richard M. Stallman authored
use single-key-description.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
no From field, still try to use the To field.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
in the format string to apply them to the result.
-
Kenichi Handa authored
DOC-STRING is `tightly', print the doc-string tightly. (list-coding-systems-1): Call print-coding-system-briefly with the arg DOC-STRING `tightly'.
-