aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (sort-coding-systems): Lower theKenichi Handa2003-04-112-2/+7
| | | | priorities of all utf-16 base coding systems.
* (modify-all-frames-parameters): Deleted.Juanma Barranquero2003-04-102-19/+9
|
* (desktop-buffer-file): Restore major-mode if it is different from the normalJuanma Barranquero2003-04-101-2/+6
| | | | mode.
* *** empty log message ***Kenichi Handa2003-04-102-0/+19
|
* * fileio.c (Vafter_insert_file_adjust_coding_function): NewKenichi Handa2003-04-101-3/+26
| | | | | | | | variable. (syms_of_fileio): Declare it as a lisp variable. (Finsert_file_contents): Call Vafter_insert_file_adjust_coding_function before calling decode-format.
* Set after-insert-file-adjust-coding-function toKenichi Handa2003-04-101-2/+2
| | | | | after-insert-file-set-buffer-file-coding-system instead of adding it to after-insert-file-functions.
* (indian-2-column-to-ucs-region): Fix forKenichi Handa2003-04-101-1/+1
| | | | the case of replacing multibyte characters.
* (file-chase-links): Fix previous change.Richard M. Stallman2003-04-092-4/+7
|
* (new-frame): Add obsolescence declaration.Juanma Barranquero2003-04-092-3/+14
|
* (modify-all-frames-parameters): New function to change parameters in allJuanma Barranquero2003-04-091-1/+19
| | | | existing and future frames.
* (set-frame-font): Allow keeping frame size after changing font.Juanma Barranquero2003-04-091-11/+25
|
* * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment toJan Djärv2003-04-093-8/+16
| | | | | | | get GtkAdjustment as widget now is a GtkRange. * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on GtkRange to avoid memory leak.
* (Man-heading-regexp): Accept hyphen.Thien-Thi Nguyen2003-04-092-1/+5
|
* Initial revisionThien-Thi Nguyen2003-04-091-0/+18
|
* *** empty log message ***Kenichi Handa2003-04-092-2/+5
|
* Specify rescale ratio 1.3 for CDAC fonts.Kenichi Handa2003-04-091-0/+4
|
* (Vface_font_rescale_alist): New variable.Kenichi Handa2003-04-091-5/+64
| | | | | | | | | | | | | (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.
* *** empty log message ***Kenichi Handa2003-04-091-0/+12
|
* (read1): Before calling index, check if the 2ndKenichi Handa2003-04-091-12/+16
| | | | arguemnt is in ASCII range.
* *** empty log message ***Kenichi Handa2003-04-091-0/+5
|
* Register ?\221 and ?\226 in latin-extra-code-table.Kenichi Handa2003-04-091-0/+2
|
* *** empty log message ***Kenichi Handa2003-04-091-0/+5
|
* *** empty log message ***Richard M. Stallman2003-04-095-5/+85
|
* Put #include of jpeglib.h at start of line.Richard M. Stallman2003-04-091-1/+3
|
* Handle multiple desktop files in different dirs.Richard M. Stallman2003-04-091-247/+449
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* (minor-mode-list): New variable.Richard M. Stallman2003-04-091-0/+11
| | | | (add-minor-mode): Add to it.
* (file-chase-links): New arg LIMIT.Richard M. Stallman2003-04-091-6/+11
| | | | After that many iterations, just return what we've got.
* (map-y-or-n-p): When formatting chars in ACTION-ALIST,Richard M. Stallman2003-04-091-2/+3
| | | | use single-key-description.
* (last-sexp-toggle-display): At end of buffer, just call `newline'.Richard M. Stallman2003-04-091-18/+23
|
* (rmail-make-basic-summary-line): If there'sRichard M. Stallman2003-04-091-43/+46
| | | | no From field, still try to use the To field.
* (Kinds of Files): Correct return value of file-symlink-p.Richard M. Stallman2003-04-091-4/+4
|
* (Ffile_symlink_p): Doc fix.Richard M. Stallman2003-04-091-1/+1
|
* (Fformat): Translate positions of text propertiesRichard M. Stallman2003-04-091-26/+114
| | | | in the format string to apply them to the result.
* (print-coding-system-briefly): IfKenichi Handa2003-04-092-14/+27
| | | | | | 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-08 Michael Albinus <[email protected]>Kai Großjohann2003-04-083-211/+79
| | | | | * tramp.texi: Version 2.0.33 released. Remove installation chapter. Remove XEmacs specifics.
* Version 2.0.33 released.Kai Großjohann2003-04-084-20/+37
| | | | | Change coding cookie to `iso-2022-7bit' for XEmacs compatibility. (From Steve Youngs <[email protected]>.)
* (openp): Get the Qfile_exists_p handler for STRING, not FN.Richard M. Stallman2003-04-082-1/+10
|
* (Finsert_file_contents): Doc fix.Richard M. Stallman2003-04-081-5/+8
| | | | (syms_of_fileio) <after-insert-file-functions>: Doc fix.
* mac.c (init_mac_osx_environment): Switch libexec and bin so that self-Steven Tamm2003-04-082-2/+6
| | | | cohntained application find libexec files.
* *** empty log message ***Kenichi Handa2003-04-082-0/+6
|
* Register ?\225 in latin-extra-code-table.Kenichi Handa2003-04-081-0/+1
|
* (coding_system_accept_latin_extra_p): New function.Kenichi Handa2003-04-081-1/+25
| | | | | (find_safe_codings): Pay attention to characters registered in latin-extra-code-table.
* (code_convert_region): Fix last change.Kenichi Handa2003-04-081-1/+1
|
* *** empty log message ***Kenichi Handa2003-04-082-0/+30
|
* (code_convert_region_unwind): SetKenichi Handa2003-04-081-6/+17
| | | | | | | | 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.
* (utf-16-le-decode-loop)Kenichi Handa2003-04-081-38/+211
| | | | | | | | | | | | | | | | | | | | (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.
* (c-symbol-key): Use POSIX char classes to match symbols in Emacs 21.Martin Stjernholm2003-04-072-11/+15
| | | | | This makes CC Mode cope with the full range of identifier characters in e.g. Java.
* (md5.o): Add missing dependency info.Thien-Thi Nguyen2003-04-072-1/+6
|
* (xterm-mouse-event-read): New function.Francesco Potortì2003-04-071-3/+10
| | | | | (xterm-mouse-event): Use it to get xterm sequences above #x7f. Suggested by Aman Bhargava <[email protected]>.
* *** empty log message ***Francesco Potortì2003-04-071-4/+10
|