summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 1: if ps-font-size-internal,Gerd Moellmann2000-07-301-89/+129
| | | | | | | | | | | | | ps-header-font-size-internal and ps-header-title-font-size-internal variables are not set, ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if face text property is (foreground-color . COLOR) or `(background-color . COLOR)', ps-print crashes. Doc fix. (ps-print-version): New version number (5.2.4). (ps-plot-region): Code fix. (ps-nb-pages, ps-line-lengths-internal): Bug fix 1. (ps-face-attribute-list, ps-face-attributes, ps-face-background): Bug fix 2.
* (dired-build-subdir-alist): Expand subdirectory namesGerd Moellmann2000-07-301-2/+16
| | | | correctly in recursive ange-ftp listings.
* Change custom :link file names from `eshell.info' to `eshell'.Gerd Moellmann2000-07-301-3/+3
|
* (mail-hist-previous-input, mail-hist-next-input): do the obvious codeKarl Fogel2000-07-282-32/+39
| | | | | | | factorization. (mail-hist-retrieve-and-insert): new func, contains common code of above two. If inserting a message body, leave point at top.
* Ange-ftp handles the output of the w32-style clientsSam Steingold2000-07-283-1/+14
|
* *** empty log message ***Gerd Moellmann2000-07-281-0/+40
|
* *** empty log message ***Gerd Moellmann2000-07-273-1/+55
|
* (remove, remq): New functions.Gerd Moellmann2000-07-271-0/+16
|
* Add explanation of how to make cookie.elGerd Moellmann2000-07-271-0/+4
| | | | compatible with strfile(1) to comment.
* (sql-ms): Added autoload cookie.Gerd Moellmann2000-07-271-52/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase) (sql-oracle): Ditto. (sql-help): Doc change. (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data types and exceptions. (sql-placeholder-history): New variable. (sql-query-placeholders-and-send): New function that will query the user and replace placeholders with user input. (sql-oracle): If running on NT, set comint-input-sender to sql-query-placeholders-and-send. (sql-stop): If in the SQLi buffer, insert stop notification, else present it as a message. (sql-input-ring-separator): Doc change. (sql-input-ring-file-name): Doc change. (sql-interactive-mode): Use `sql-input-ring-separator' and `sql-input-ring-file-name' to set the comint-mode equivalents without making them local variables. (sql-stop): Don't bind `sql-input-ring-separator' and `sql-input-ring-file-name' dynamically to their comint-mode equivalents.
* (aclocal.m4): Include in distribution.Gerd Moellmann2000-07-271-1/+1
|
* *** empty log message ***Gerd Moellmann2000-07-273-2/+14
|
* (Fdelete): Make it work on vectors and strings in addition to lists.Gerd Moellmann2000-07-271-24/+113
|
* (clean-buffer-list-kill-never-regexps): CorrectlyGerd Moellmann2000-07-271-2/+2
| | | | | | escape `*' in regexps. (midnight-find): Reverse order of arguments in the funcall of TEST.
* (completion-ignored-extensions): Add `.la', `.lo',Gerd Moellmann2000-07-271-0/+4
| | | | and `.class'.
* *** empty log message ***Dave Love2000-07-271-0/+9
|
* (XUINT, XSET, XUNMARK) [_LP64]: Don't define.Dave Love2000-07-271-2/+2
|
* (IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don'tDave Love2000-07-271-12/+10
| | | | | | define. [_MIPS_SZLONG == 64]: Set up for 64-bit mode -- not currently working.
* (lisp_time_argument): Fix last change.Eli Zaretskii2000-07-272-2/+5
|
* *** empty log message ***Gerd Moellmann2000-07-274-5/+23
|
* file-name-extensionDave Love2000-07-271-0/+8
|
* :help-echo needn't be a string.Dave Love2000-07-271-2/+5
|
* Mention keybindings of non-ASCII chars.Dave Love2000-07-271-1/+2
|
* Numeric args to concat.Dave Love2000-07-271-15/+5
|
* Add Commentary section.Gerd Moellmann2000-07-271-0/+8
|
* (Qkey_or_value, Qkey_and_value): New variables.Gerd Moellmann2000-07-271-13/+24
| | | | | | | | (syms_of_fns): Initialize new variables. (sweep_weak_table): Handle weakness `key-or-value' and `key-and-value'. (Fmake_hash_table): Recognize `key-and-value' and `key-or-value' weakness, with t meaning the same as `key-and-value'.
* (cyrillic-koi8): Use `safe-chars' property instead of `safe-charsets'.Kenichi Handa2000-07-271-4/+14
| | | | | | (cyrillic-alternativnyj): Likewise. (ccl-encode-alternativnyj): Don't check the charset cyrillic-iso8859-5.
* (sendmail-send-it): Improve the way to avoid callingKenichi Handa2000-07-271-11/+7
| | | | select-message-coding-system twice.
* (cp-coding-system-for-codepage-1): Give `safe-chars' property toKenichi Handa2000-07-271-0/+12
| | | | make-coding-system.
* (find-coding-systems-region-subset-p): This function deleted.Kenichi Handa2000-07-271-190/+221
| | | | | | | | | | | | | | | | | | | (sort-coding-systems-predicate): New variable. (sort-coding-systems): New function. (find-coding-systems-region): Use find-coding-systems-region-internal. (find-coding-systems-string): Use find-coding-systems-region. (find-coding-systems-for-charsets): Check char-coding-system-table. (select-safe-coding-system-accept-default-p): New variable. (select-safe-coding-system): Mostly rewritten. New argument ACCEPT-DEFAULT-P. (select-message-coding-system): Call select-safe-coding-system with ACCEPT-DEFAULT-P arg. (reset-language-environment): Reset default-sendmail-coding-system to the default value iso-latin-1. (set-language-environment): Don't set the obsolete variable charset-origin-alist.
* (register-char-codings): New function.Kenichi Handa2000-07-271-14/+78
| | | | | (make-coding-system): Handle `safe-chars' specification in the arg PROPERTY.
* *** empty log message ***Kenichi Handa2000-07-272-0/+71
|
* (char_table_ref_and_index): Add prototype.Kenichi Handa2000-07-271-0/+1
|
* (char_table_ref_and_index): New function.Kenichi Handa2000-07-271-0/+35
|
* (Qsafe_charsets): This variable deleted.Kenichi Handa2000-07-271-87/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | (Qsafe_chars, Vchar_coding_system_table, Qchar_coding_system): New variables. (coding_safe_chars): New function. (CODING_SAFE_CHAR_P): New macro. (CHARSET_OK): New arg C. Call CODING_SAFE_CHAR_P instead of checking safe_charsets member of the coding system. Caller changed. (detect_coding_iso2022): New local variable safe_chars. (DECODE_DESIGNATION): Call CODING_SAFE_CHAR_P instead of checking safe_charsets member of the coding system. (decode_coding_iso2022): New local variable safe_chars. (ENCODE_ISO_CHARACTER_DIMENSION1): Don't check unsafe chars here. (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise. (ENCODE_ISO_CHARACTER): Arguments changed. Caller changed. (ENCODE_UNSAFE_CHARACTER): New macro. (encode_coding_iso2022): New local variable safe_chars. Check unsafe chars. (setup_coding_system): Delete the code to initialize coding->safe_charses (intersection, find_safe_codings): New functions. (Ffind_coding_systems_region_internal): New function. (syms_of_coding): Defsubr it. Initialize Qsafe_chars, Qsafe_cding_system. Make Vchar_coding_system_table a Lisp variable and initialize it.
* (struct coding_system): Member safe_charset deleted.Kenichi Handa2000-07-271-6/+0
|
* (compose-chars-after): Preserve match data.Kenichi Handa2000-07-271-11/+12
|
* *** empty log message ***Kenichi Handa2000-07-271-0/+4
|
* mention `float-time' and the remote file modtime checkSam Steingold2000-07-261-15/+21
|
* Help strings are supported on MS-Windows and MS-DOS as well.Eli Zaretskii2000-07-261-2/+6
| | | | Mouse highlight is supported on MS-DOS.
* use float-timeSam Steingold2000-07-264-31/+34
|
* new function: float-timeSam Steingold2000-07-262-35/+91
|
* .Andreas Schwab2000-07-261-0/+5
|
* (normal-backup-enable-predicate): CorrectAndreas Schwab2000-07-261-2/+2
| | | | interpretation of the return value of compare-strings.
* *** empty log message ***Gerd Moellmann2000-07-263-1/+16
|
* (isearch-resume): New function.Gerd Moellmann2000-07-261-2/+24
| | | | | | | (isearch-done): Add something to command-history to resume the search. (isearch-yank-line, isearch-yank-word): Use buffer-substring-no-properties instead of buffer-substring.
* (GLYPH_FROM_CHAR_GLYPH): Use CHARACTERBITS bitsGerd Moellmann2000-07-261-3/+3
| | | | for the character code.
* (HAVE_SOUND): Define only for FreeBSD, NetBSD andGerd Moellmann2000-07-261-1/+6
| | | | GNU/Linux.
* *** empty log message ***Gerd Moellmann2000-07-262-2/+8
|
* (menu_highlight_callback): Call show_help_echo directlyGerd Moellmann2000-07-261-6/+12
| | | | | if called for a popup menu. (xmenu_show): Store help string in widget values.