1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 19:30:45 -08:00
Commit graph

46378 commits

Author SHA1 Message Date
Kenichi Handa
9f1c8be4ea (temp_echo_area_glyphs): Adjust prototype. 2003-04-11 02:06:34 +00:00
Kenichi Handa
805221da23 (temp_echo_area_glyphs): Change the arg to Lisp
string.  Callers changed.
2003-04-11 02:06:15 +00:00
Kenichi Handa
da1ebad19f (sort-coding-systems): Set higher priority to a coding system listed
in coding-category-list.
2003-04-11 01:20:36 +00:00
Kenichi Handa
de814dd9b3 (sort-coding-systems): Lower the
priorities of all utf-16 base coding systems.
2003-04-11 00:42:18 +00:00
Juanma Barranquero
7418081f48 (modify-all-frames-parameters): Deleted. 2003-04-10 16:31:00 +00:00
Juanma Barranquero
84b538ecf8 (desktop-buffer-file): Restore major-mode if it is different from the normal
mode.
2003-04-10 16:26:12 +00:00
Kenichi Handa
a288d97973 *** empty log message *** 2003-04-10 12:02:31 +00:00
Kenichi Handa
b6426b0329 * fileio.c (Vafter_insert_file_adjust_coding_function): New
variable.
(syms_of_fileio): Declare it as a lisp variable.
(Finsert_file_contents): Call
Vafter_insert_file_adjust_coding_function before calling
decode-format.
2003-04-10 12:01:10 +00:00
Kenichi Handa
8d1d818a10 Set after-insert-file-adjust-coding-function to
after-insert-file-set-buffer-file-coding-system instead of adding it
to after-insert-file-functions.
2003-04-10 11:59:45 +00:00
Kenichi Handa
20412adcc2 (indian-2-column-to-ucs-region): Fix for
the case of replacing multibyte characters.
2003-04-10 11:57:54 +00:00
Richard M. Stallman
92464ae63f (file-chase-links): Fix previous change. 2003-04-09 19:06:19 +00:00
Juanma Barranquero
f7df88f47a (new-frame): Add obsolescence declaration. 2003-04-09 17:45:20 +00:00
Juanma Barranquero
034ade66e3 (modify-all-frames-parameters): New function to change parameters in all
existing and future frames.
2003-04-09 17:38:47 +00:00
Juanma Barranquero
1cef654128 (set-frame-font): Allow keeping frame size after changing font. 2003-04-09 17:28:30 +00:00
Jan Djärv
f979dc056e * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
get GtkAdjustment as widget now is a GtkRange.

* gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
GtkRange to avoid memory leak.
2003-04-09 16:44:45 +00:00
Thien-Thi Nguyen
8793a2bd24 (Man-heading-regexp): Accept hyphen. 2003-04-09 12:17:59 +00:00
Thien-Thi Nguyen
564b85ecca Initial revision 2003-04-09 11:50:50 +00:00
Kenichi Handa
f8c6b4c23d *** empty log message *** 2003-04-09 07:31:09 +00:00
Kenichi Handa
e46947a5d4 Specify rescale ratio 1.3 for CDAC fonts. 2003-04-09 07:30:23 +00:00
Kenichi Handa
f70400f256 (Vface_font_rescale_alist): New variable.
(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.
2003-04-09 07:26:59 +00:00
Kenichi Handa
50ebc53dd0 *** empty log message *** 2003-04-09 07:26:42 +00:00
Kenichi Handa
e613ea97b6 (read1): Before calling index, check if the 2nd
arguemnt is in ASCII range.
2003-04-09 07:12:51 +00:00
Kenichi Handa
cb98871c49 *** empty log message *** 2003-04-09 07:12:32 +00:00
Kenichi Handa
e97c230638 Register ?\221 and ?\226 in latin-extra-code-table. 2003-04-09 02:39:57 +00:00
Kenichi Handa
db0f2df817 *** empty log message *** 2003-04-09 02:39:40 +00:00
Richard M. Stallman
b0ada1471a *** empty log message *** 2003-04-09 01:41:03 +00:00
Richard M. Stallman
95c5b8fc6c Put #include of jpeglib.h at start of line. 2003-04-09 01:40:57 +00:00
Richard M. Stallman
4a2fce7a9f Handle multiple desktop files in different dirs.
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.
2003-04-09 01:37:56 +00:00
Richard M. Stallman
7dde432d4c (minor-mode-list): New variable.
(add-minor-mode): Add to it.
2003-04-09 01:36:28 +00:00
Richard M. Stallman
302fcc98cc (file-chase-links): New arg LIMIT.
After that many iterations, just return what we've got.
2003-04-09 01:34:38 +00:00
Richard M. Stallman
7963c45564 (map-y-or-n-p): When formatting chars in ACTION-ALIST,
use single-key-description.
2003-04-09 01:33:27 +00:00
Richard M. Stallman
98996d899e (last-sexp-toggle-display): At end of buffer, just call `newline'. 2003-04-09 01:32:45 +00:00
Richard M. Stallman
71f46c95f6 (rmail-make-basic-summary-line): If there's
no From field, still try to use the To field.
2003-04-09 01:31:31 +00:00
Richard M. Stallman
6f1f54c7e9 (Kinds of Files): Correct return value of file-symlink-p. 2003-04-09 01:30:40 +00:00
Richard M. Stallman
1c353c74a8 (Ffile_symlink_p): Doc fix. 2003-04-09 01:29:18 +00:00
Richard M. Stallman
d147ee841a (Fformat): Translate positions of text properties
in the format string to apply them to the result.
2003-04-09 01:28:44 +00:00
Kenichi Handa
60b898c674 (print-coding-system-briefly): If
DOC-STRING is `tightly', print the doc-string tightly.
(list-coding-systems-1): Call print-coding-system-briefly with
the arg DOC-STRING `tightly'.
2003-04-09 00:32:23 +00:00
Kai Großjohann
7e1907830e 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
* tramp.texi: Version 2.0.33 released.
	Remove installation chapter.  Remove XEmacs specifics.
2003-04-08 20:09:23 +00:00
Kai Großjohann
83bbd71b25 Version 2.0.33 released.
Change coding cookie to `iso-2022-7bit' for XEmacs
compatibility.  (From Steve Youngs <youngs@xemacs.org>.)
2003-04-08 20:06:12 +00:00
Richard M. Stallman
4773b8ca20 (openp): Get the Qfile_exists_p handler for STRING, not FN. 2003-04-08 17:11:00 +00:00
Richard M. Stallman
cf6d23577d (Finsert_file_contents): Doc fix.
(syms_of_fileio) <after-insert-file-functions>: Doc fix.
2003-04-08 17:09:23 +00:00
Steven Tamm
e8f2574565 mac.c (init_mac_osx_environment): Switch libexec and bin so that self-
cohntained application find libexec files.
2003-04-08 16:11:37 +00:00
Kenichi Handa
7c08684536 *** empty log message *** 2003-04-08 11:28:57 +00:00
Kenichi Handa
b402691741 Register ?\225 in latin-extra-code-table. 2003-04-08 11:28:44 +00:00
Kenichi Handa
7de6cd0aee (coding_system_accept_latin_extra_p): New function.
(find_safe_codings): Pay attention to characters registered in
latin-extra-code-table.
2003-04-08 11:27:28 +00:00
Kenichi Handa
24a948a781 (code_convert_region): Fix last change. 2003-04-08 10:46:31 +00:00
Kenichi Handa
2310d84c27 *** empty log message *** 2003-04-08 07:26:33 +00:00
Kenichi Handa
1c7457e294 (code_convert_region_unwind): Set
Vlast_coding_system_used to the argument.
(code_convert_region): If post-read-conversion function changed
the value of last-coding-sytem, keep the new value in
coding->symbol so that it won't be overridden.
(run_pre_post_conversion_on_str): Likewise.
2003-04-08 07:26:05 +00:00
Kenichi Handa
4fbc4b1705 (utf-16-le-decode-loop)
(utf-16-be-decode-loop): New temporary variables.
(ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
(ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
(ccl-decode-mule-utf-16-le-with-signature)
(ccl-decode-mule-utf-16-be-with-signature)
(ccl-decode-mule-utf-16): New CCL programs.
(utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
variables.
(ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
(ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
(ccl-encode-mule-utf-16-le-with-signature)
(ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
(mule-utf-16-post-read-conversion): New function.
(mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
(mule-utf-16): New coding systems.
(utf-16-le-with-signature, utf-16-be-with-signature),
(utf-16): Aliases of the above coding systems.
2003-04-08 07:23:44 +00:00
Martin Stjernholm
1f645835e9 (c-symbol-key): Use POSIX char classes to match symbols in Emacs 21.
This makes CC Mode cope with the full range of identifier characters
in e.g. Java.
2003-04-07 22:45:18 +00:00