summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (easy-menu-get-map): Don't crash if (current-local-map) is nil.Richard M. Stallman1999-02-181-2/+3
|
* (file-cache-filter-regexps): Added .class.Richard M. Stallman1999-02-171-1/+1
|
* (decompose-region): UseKenichi Handa1999-02-171-1/+1
| | | | | insert-buffer-substring instead of insert-buffer to avoid putting mark.
* (scroll-calendar-left): Don't setAndreas Schwab1999-02-171-4/+5
| | | | | displayed-month and displayed-year here, let generate-calendar do it, after range checking.
* * font-lock.el (c++-font-lock-keywords-3): Use c-at-toplevel-p to distinguishSimon Marshall1999-02-171-71/+44
| | | | | | | | | correctly an object declared via a constructor from a method. (font-lock-defaults-alist): Don't give `.' word syntax for Java. (java-font-lock-keywords-1): Fontify package names individually. (java-font-lock-extra-types): Ensure regexp matches capitalised types only. (java-font-lock-keywords-2): Simplify type fontification. (java-font-lock-keywords-3): Likewise.
* Added c-at-toplevel-p for font-lock.el.Simon Marshall1999-02-171-0/+17
|
* (dired-move-to-filename-regexp): Prepend .* so that we find theRichard M. Stallman1999-02-171-2/+5
| | | | last match if there are multiple matches.
* (iso-2022-jp-2): New coding system.Kenichi Handa1999-02-171-1/+15
| | | | ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
* (describe-function-1): Accept non-symbols.Richard M. Stallman1999-02-161-1/+3
|
* (tex-run-command, latex-run-command)Richard M. Stallman1999-02-161-18/+28
| | | | | | | | (slitex-run-command, tex-command): Doc changes. (tex-start-options-string): Autoload it. Doc change. Provide a menu for customization. Allow nil. Quote backslashes only once. (tex-start-tex): Handle nil value of tex-start-options-string and apply shell-quote-argument to it.
* (ls-lisp-insert-directory): Call fceiling to roundEli Zaretskii1999-02-161-2/+2
| | | | | the size in blocks, since it can be a float. (ls-lisp-format): Likewise
* (japanese-shift-jis): Add charset-origin-alist property.Kenichi Handa1999-02-161-1/+3
|
* (compile-internal): Use save-selected-window.Richard M. Stallman1999-02-161-3/+2
|
* Record new maintainer.Richard M. Stallman1999-02-161-0/+1
|
* (rmail-show-message): If an unseen message has aRichard M. Stallman1999-02-161-0/+4
| | | | | Summary-line in its header, get past one more line before looking for the X-Coding-System header.
* (momentary-string-display): Bind inhibit-read-only.Richard M. Stallman1999-02-161-1/+1
|
* (speedbar-item-info-tag-helper): Scan the whole line.Richard M. Stallman1999-02-161-1/+2
|
* (INSTALL): Copy the handful of uncompiled lisp filesGeoff Voelker1999-02-151-4/+11
| | | | explicitly to accomodate Windows 9X lack of a useful copy program.
* (widget-choice-value-create): Use `equal' instead of `eq'.Richard M. Stallman1999-02-151-1/+1
|
* (format-replace-strings): Fix value of TO in REVERSE case.Richard M. Stallman1999-02-141-1/+1
|
* (texinfo-alias): New function.Richard M. Stallman1999-02-131-1/+23
| | | | | (texinfo-fold-nodename-case): Add defvar. (texinfo-format-node): Do case folding if specified.
* (ffap-file-at-point): Test local file namesRichard M. Stallman1999-02-131-1/+7
| | | | immediately. Strip off line numbers.
* Added keywords from `finder-by-keyword'.Richard M. Stallman1999-02-131-51/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set version to 1.3.2 (sql-solid-program): Added support for solid. (sql-help): Doc mentions sql-solid. (sql-solid): Entry function for Solid. (sql-buffer): Doc explains the use of the variable and how to change it. (sql-mode-menu): Included entries for sql-show-sqli-buffer and sql-change-sqli-buffer; sql-send-region and sql-send-buffer are disabled if sql-buffer doesn't have a process; sql-send-paragraph is new. (sql-show-sqli-buffer): New function to display the value of sql-buffer. (sql-change-sqli-buffer): New function to change sql-buffer. (sql-mode): Doc explains how to change sql-buffer. (sql-send-paragraph): New function to send a paragraph. (sql-mode-map): Added keybinding for sql-send-paragraph. (sql-mysql): Doc corrected. (sql-ms): Doc corrected. (sql-server): Doc fix. (sql-mysql): Added the use of sql-server to specify the host, sql-database now specifies database instead of host. (sql-mode-menu): Send... menu items are only active if sql-buffer is non-nil. (sql-help): Changed tag of entry functions a bit. (sql-mode): Made sql-buffer a local variable, changed the documentation: removed instructions to add *.sql files to auto-mode-alist, added documentation for having mutliple SQL buffers sending their stuff to different SQLi buffers, each running a different process. (sql-postgres): Quoted *SQL* in doc string. (sql-ms): Likewise. (sql-ingres): Likewise. (sql-ingres): Quoted *SQL* in doc string, added references to sql-user and sql-password used during login. (sql-sybase): Quoted *SQL* in doc string, added comma. (sql-oracle): Likewise. (sql-interactive-mode): Added extensive documentation for having mutliple SQL buffers sending their stuff to different SQLi buffers, each running a different process. (sql-buffer): Changed doc from *SQL* to SQLi. (sql-get-login): Doc fix.
* (paragraph-separate): Doc fix.Richard M. Stallman1999-02-131-1/+1
|
* (undecided): Set ascii in safe-charsets property.Kenichi Handa1999-02-131-1/+2
|
* (ps-mule-font-info-database-default): Set the initialKenichi Handa1999-02-131-1/+1
| | | | value to ps-mule-font-info-database-latin.
* (ps-multibyte-buffer): Doc-string modified.Kenichi Handa1999-02-131-5/+14
| | | | | | (ps-mule-font-info-database-default): New variable. (ps-mule-begin-job): If ps-multibyte-buffer is nil, use ps-mule-font-info-database-default.
* (timezone-make-date-sortable, timezone-make-date-arpa-standard): Doc fix.Dave Love1999-02-121-4/+4
|
* (quail-show-kbd-layout): Bind blink-matching-paren to nil.Kenichi Handa1999-02-121-1/+3
|
* (ps-mule-font-info-database-bdf): Fix ENCODING fieldKenichi Handa1999-02-121-4/+4
| | | | for ASCII and Latin-1.
* (jdb): Fix regexp for comint-prompt-regexp.Andreas Schwab1999-02-121-1/+1
|
* (what-cursor-position): Don't use the variableKenichi Handa1999-02-121-23/+34
| | | | | charset-origin-alist, but use charset-origin-alist property of buffer-file-coding-system to decide external character set code.
* (language-info-alist): Remove description about charset-origin-alist.Kenichi Handa1999-02-121-3/+0
|
* Comment added for a new coding systemKenichi Handa1999-02-121-18/+8
| | | | | property `charset-origin-alit'. (charset-origin-alist): This variable deleted.
* (chinese-big5): Add charset-origin-alist property.Kenichi Handa1999-02-121-4/+3
| | | | ("Chinese-CNS"): Remove charset-origin-alist property.
* (cyrillic-koi8): Add charset-origin-alist property.Kenichi Handa1999-02-121-7/+7
| | | | | | (cyrillic-alternativnyj): Likewise. ("Cyrillic-KOI8"): Remove charset-origin-alist property. ("Cyrillic-ALT"): Likewise.
* (vietnamese-viqr): Add charset-origin-alist property.Kenichi Handa1999-02-121-4/+5
| | | | ("Vietnamese"): Remove charset-origin-alist property.
* Don't turn on the mode when the file is loaded.Richard M. Stallman1999-02-101-4/+0
|
* (rmail-search): Track match with a marker, not an integer.Richard M. Stallman1999-02-101-1/+1
|
* (add-log-file-name-function): New variable.Richard M. Stallman1999-02-091-6/+17
| | | | (add-change-log-entry): Call that function, if non-nil.
* (compile-auto-highlight): Customize.Richard M. Stallman1999-02-091-2/+6
|
* (texinfo-all-menus-update, texinfo-master-menu): Remove calls to sleep-for.Richard M. Stallman1999-02-091-6/+0
|
* (texinfo-environment-regexp): Add the def... constructs.Richard M. Stallman1999-02-091-26/+40
|
* (compilation-setup): Set value ofRichard M. Stallman1999-02-081-2/+7
| | | | | | compilation-directory-stack as in compilation-forget-errors. (compile-reinitialize-errors): Bind buffer-undo-list and deactivate-mark. (compilation-forget-errors): Likewise.
* Installed CC Mode 5.25.Barry A. Warsaw1999-02-0810-613/+1514
|
* Initial revisionBarry A. Warsaw1999-02-081-0/+60
|
* (cp-coding-system-for-codepage-1): On MS-DOS,Eli Zaretskii1999-02-081-4/+14
| | | | | | use dos-unsupported-char-glyph for characters not supported by the codepage. (cp-make-coding-systems-for-codepage): Likewise.
* (coding-system-list): Don't sortAndreas Schwab1999-02-081-15/+1
| | | | coding-system-list here.
* (coding-system-lessp): Moved here fromAndreas Schwab1999-02-081-4/+31
| | | | | | | | mule-util.el (add-to-coding-system-list): New function. (make-subsidiary-coding-system, make-coding-system, define-coding-system-alias): Use it instead of setting coding-system-list directly.
* (appt-make-list): Don't splice quotes and date onto message.Richard M. Stallman1999-02-071-1/+1
|