summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Require cl.Karl Heuer1998-11-151-0/+1
|
* Fix previous change:Dave Love1998-11-151-9/+26
| | | | | | | (fortran-end-prog-re1): Changed. (fortran-check-end-prog-re): New function. (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
* (auto-insert-alist): Don't assume *.el is part of GNU Emacs.Karl Heuer1998-11-131-4/+2
|
* (reftex-finding-files): Group documentation fixed.Carsten Dominik1998-11-131-504/+621
| | | | | | | | | | | | | | | | | | | | | | | | | (reftex-toc-toggle-file-boundary, reftex-toc-toggle-labels, reftex-toc-toggle-context,reftex-find-start-point): New functions. (reftex-toc-include-labels, reftex-toc-include-context, reftex-toc-include-file-boundaries, reftex-toc-keep-other-windows): New options. (reftex-use-text-after-label-as-context): Option removed. (reftex-extract-bib-entries): Protect use in non-latex buffers. (reftex-toc-visit-location): Renamed from `reftex-toc-visit-line'. (reftex-latin1-to-ascii): Works now with and without Mule. (reftex-truncate): Removed special stuff for Emacs 20.2. (reftex-get-offset): Made more general. (reftex-show-label-location): Renamed from `reftex-select-label-callback'. (reftex-pop-to-label): Function removed (using `reftex-show-label-location' instead. (reftex-insert-docstruct): Renamed from `reftex-make-and-insert-label-list'. Function args changed. (reftex-toc): Now uses `reftex-insert-docstruct' and `reftex-find-start-point'. (reftex-select-item): Use `reftex-find-start-point'. (reftex-toc-visit-line): Can display labels and file boundaries. (reftex-TeX-master-file): `(TeX-master-file)' protected.
* 1998-11-09 Sam Steingold <sds@goems.com>Dave Love1998-11-121-5/+6
| | | | | * browse-url.el (browse-url): handle the case when `browse-url-browser-function' is a lambda list.
* (symbol-file): For ms-dos, use fns.el without theEli Zaretskii1998-11-121-1/+3
| | | | version string.
* (buffer-undo-list): For ms-dos, use fns.el without theEli Zaretskii1998-11-121-3/+5
| | | | version string.
* (ediff-even-diff-face-A): Fix spelling.Karl Heuer1998-11-121-4/+4
|
* (switch-to-lisp): if no inferior lisp present, callKarl Heuer1998-11-121-4/+4
| | | | `run-lisp' instead of signalling an error.
* (desktop-save, desktop-create-buffer): Undo 10-22 change.Karl Heuer1998-11-111-10/+3
|
* (vc-toggle-read-only): Doc fix.Karl Heuer1998-11-111-2/+5
|
* (ispell-dictionary-alist-2): Removed svenska,Karl Heuer1998-11-111-6/+3
| | | | | renamed svenska8 to svenska, and fixed and extended CASECHARS for it.
* (ps-print-prologue-1): Only use old LandscapeMode handling ifAndrew Innes1998-11-111-13/+11
| | | | | | setpagedevice is not available. (ps-begin-file): Fix typo.
* (compose-chars-component): SignalKenichi Handa1998-11-111-1/+8
| | | | | | error if CH is a rule-based composition character. (compose-chars): Signal error if an already compsed character is going to be composed by rule-base.
* If a resolved ASCII font name doesn't conform toKenichi Handa1998-11-111-12/+11
| | | | | full XLFD, don't try get information of WEIGHT and SLANT from that font name.
* (set-default-process-coding-system): Use function onGeoff Voelker1998-11-101-4/+8
| | | | | before-init-hook to set default-process-coding-system based on enable-multibyte-characters.
* ([language-change]): For now ignoreGeoff Voelker1998-11-101-0/+6
| | | | keyboard language-change events.
* (ediff-make-temp-file): Run the prefix throughEli Zaretskii1998-11-101-10/+14
| | | | | | | convert-standard-file-name, but leave the results of make-temp-name unaltered. For MS-DOS, truncate the prefix to 2 characters if the original name already exists, or has a special handler.
* Delete autoload cookies.Karl Heuer1998-11-101-4/+0
|
* Add autoload cookies.Karl Heuer1998-11-101-0/+5
|
* (ispell-get-coding-system): Default to iso-latin-1.Karl Heuer1998-11-101-11/+6
| | | | (ispell-process-line): Don't treat multibyte
* (ps-print-prologue-1): In BeginDoc procedure, call setpagedevice toAndrew Innes1998-11-091-5/+12
| | | | | | | | | specify the page size if setpagedevice is available. This is necessary to select the correct paper tray on Level 2 printers with multiple paper sizes available. (ps-begin-file): Cope with font names that contain spaces, and call BeginDoc in a BeginSetup/EndSetup block.
* (symbol-file): Run fns-VERSION.el throughEli Zaretskii1998-11-081-2/+6
| | | | convert-standard-filename.
* (buffer-undo-list): Run fns-VERSION.el throughEli Zaretskii1998-11-081-2/+3
| | | | convert-standard-filename.
* (line-number-mode): Doc fix.Karl Heuer1998-11-071-1/+4
|
* (find-variable-noselect): Autoload.Karl Heuer1998-11-071-0/+1
|
* (texinfo-format-scan):Karl Heuer1998-11-071-45/+49
| | | | | | | Detect the case of two @-commands in a row; process just the first. (texinfo-append-refill): If line has a @c, insert the @refill before it. (texinfo-format-refill): Return with point where the @refill was.
* (hack-local-variables): Test local-enable-local-variables.Karl Heuer1998-11-071-10/+25
| | | | | | | | (hack-local-variables-prop-line): Likewise. (set-auto-mode): Don't test local-enable-local-variables here. (enable-local-variables): Doc fix. (local-enable-local-variables): Doc fix. (normal-mode): Doc fix.
* (create-fontset-from-fontset-spec): Give correct arg to `error'.Kenichi Handa1998-11-061-1/+1
|
* (html-mode): Doc fix.Andreas Schwab1998-11-061-2/+2
| | | | | (sgml-name-8bit-mode): Fix missing format character in message string.
* (sendmail-send-it): Check for failure.Karl Heuer1998-11-051-33/+36
|
* (Man-page-header-regexp): Alternate value for Solaris 2.6.Karl Heuer1998-11-051-2/+6
|
* (tex-start-shell): Track directory changes.Karl Heuer1998-11-051-0/+1
|
* (delete-whitespace-rectangle): close-rectangle renamed.Karl Heuer1998-11-051-1/+2
| | | | (close-rectangle): Define as alias.
* (describe-variable): Don't quote link to source.Dave Love1998-11-051-3/+5
|
* (x-get-selection-value): Alias toGeoff Voelker1998-11-041-78/+101
| | | | | | | | x-cut-buffer-or-selection-value. (w32-standard-fontset-spec): New variable. (w32-create-initial-fontsets, mouse-set-font): Check whether new-fontset is available. (w32-use-w32-font-dialog): Enable use of set-variable.
* (with-vc-file, edit-vc-file): New macros.André Spiegel1998-11-041-1/+34
|
* (quail-show-guidance-buf): CallKenichi Handa1998-11-041-1/+2
| | | | | set-minibuffer-window to set minibuffer window of the current frame correctly.
* Require fontset.Geoff Voelker1998-11-041-0/+2
|
* (set-face-font): Call resolve-fontset-name on w32.Andrew Innes1998-11-031-4/+2
| | | | (set-face-font-auto): Ditto.
* (mouse-drag-region): Fix typo.Andreas Schwab1998-11-031-1/+1
|
* Fix for fontification of strings lostDave Love1998-11-021-1/+10
| | | | | | somehow: (fortran-fontify-string): New function. (fortran-font-lock-keywords-1): Use it.
* (comint-file-name-quote-list): Doc fix.Markus Rost1998-11-021-1/+1
|
* Comment fix.Karl Heuer1998-11-021-1/+1
|
* (buffer-undo-list): Write fns-VERSION.el intoRichard M. Stallman1998-11-011-1/+2
| | | | build directory, not source directory.
* (rmail-message-subject-p):Richard M. Stallman1998-11-011-1/+1
| | | | Handle message whose header has not been reformatted.
* (mouse-drag-region): Fake up a mouse-motion eventRichard M. Stallman1998-11-011-1/+20
| | | | if we did not get one for the final move.
* (goto-address-at-point, goto-address-at-mouse):Dave Love1998-11-011-2/+2
| | | | Don't funcall browse-url-browser-function.
* (gnus-button-embedded-url, gnus-button-url):Dave Love1998-11-011-2/+2
| | | | Don't funcall browse-url-browser-function.
* (fortran-end-prog-re1): Fix the regexp.Dave Love1998-11-011-1/+7
|