summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2000-08-025-238/+1887
|
* *** empty log message ***Gerd Moellmann2000-08-021-0/+16
|
* (ispell): New function, replacing an alias.Gerd Moellmann2000-08-021-1/+11
| | | | | Spell-check active region if in transient-mark-mode and mark is active; otherwise spell-check buffer.
* (occur): Set tab-width in the *Occur* buffer to theGerd Moellmann2000-08-021-38/+49
| | | | | | value of tab-width in the original buffer. Choose a line number format that's a multiple of the original buffer's tab width, so that lines appear right.
* Fix a customization problem onGerd Moellmann2000-08-021-15/+3
| | | | ps-mule-font-info-database-default.
* (ebrowse-tree-mode-map): Use display-mouse-p instead of window-system.Eli Zaretskii2000-08-022-2/+8
| | | | (ebrowse-member-mode-map): Ditto.
* Update ps-print functions call. Indentation fix. DocGerd Moellmann2000-08-012-84/+83
| | | | | | fix. (ebnf-version): New version number (3.2). (ebnf-format-color, ebnf-begin-job): Code fix.
* (nslookup-font-lock-keywords): Don't condition font lock supportEli Zaretskii2000-08-012-36/+37
| | | | | on window-system. (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
* (ispell-highlight-spelling-error): UseEli Zaretskii2000-08-012-1/+8
| | | | display-color-p, if fboundp, instead of window-system.
* (rmail-start-mail): Use display-multi-frame-pEli Zaretskii2000-07-312-1/+27
| | | | instead of looking at window-system.
* (gomoku-font-lock-O-face, gomoku-font-lock-X-face)Eli Zaretskii2000-07-311-7/+5
| | | | (gomoku-plot-square, gomoku-init-display): Don't use window-system.
* (lm-font-lock-face-O, lm-font-lock-face-X)Eli Zaretskii2000-07-311-7/+5
| | | | (lm-plot-square, lm-init-display): Don't use window-system.
* (toplevel): Support faces on tty's.Eli Zaretskii2000-07-311-2/+4
|
* (strokes-file): Run the file name throughEli Zaretskii2000-07-311-3/+3
| | | | | | convert-standard-filename. (strokes-mode): Call display-mouse-p instead of looking at window-system. Change the error message accordingly.
* (widget-choose): Use display-mouse-p instead of window-system.Eli Zaretskii2000-07-311-2/+2
| | | | | (widget-choice-mouse-down-action): Use display-popup-menus-p instead of window-system.
* (appt-disp-window): Use display-multi-frame-pEli Zaretskii2000-07-311-1/+1
| | | | instead of window-system.
* Fix a typo in a comment. Reported by Michel de Ruiter <Michel@smr.nl>.Eli Zaretskii2000-07-311-1/+1
|
* (iswitchb-entryfn-p): Test this-command insteadGerd Moellmann2000-07-302-22/+23
| | | | | | of testing if iswitchb-prepost-hooks is bound, because the latter will always be true when invoking a recursive minibuffer from an active Iswitchb buffer.
* (shell-quote-wildcard-pattern): New function.Eli Zaretskii2000-07-302-16/+64
| | | | | (insert-directory): Call it. Only prepend "\" to command on Unix and GNU/Linux systems.
* *** empty log message ***Gerd Moellmann2000-07-301-5/+34
|
* (glasses-make-readable): Fix uncapitalization ofGerd Moellmann2000-07-301-0/+2
| | | | identifiers like `myXMLDocument'.
* 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-282-1/+11
|
* *** empty log message ***Gerd Moellmann2000-07-271-0/+37
|
* (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.
* *** empty log message ***Gerd Moellmann2000-07-271-1/+8
|
* (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 ***Gerd Moellmann2000-07-271-0/+5
|
* Add Commentary section.Gerd Moellmann2000-07-271-0/+8
|
* (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-271-0/+37
|
* (compose-chars-after): Preserve match data.Kenichi Handa2000-07-271-11/+12
|
* *** empty log message ***Kenichi Handa2000-07-271-0/+4
|
* use float-timeSam Steingold2000-07-264-31/+34
|
* .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-261-0/+6
|
* (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.
* *** empty log message ***Gerd Moellmann2000-07-261-2/+2
|
* (flyspell-mouse-map): Use `map' insteadGerd Moellmann2000-07-262-1/+13
| | | | of flyspell-mouse-map.