summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* (revert-buffer): Doc fix.Richard M. Stallman1998-11-011-1/+2
|
* (dynamic-completion-mode): New function to enableRichard M. Stallman1998-11-011-146/+138
| | | | the mode. (Just loading the file now does not change anything.)
* (tex-start-options-string): Quote the backslashes with more backslashes.Richard M. Stallman1998-10-311-1/+1
|
* (webjump-sample-sites): Fix Lisp archive site.Dave Love1998-10-311-13/+13
| | | | (webjump): Don't funcall browse-url-browser-function.
* (quail-start-translation): HandleKenichi Handa1998-10-311-4/+18
| | | | | | | | | | | switching of the frame in read-key-sequence. (quail-start-conversion): Likewise. (quail-show-guidance-buf): Detach quail-guidance-buf from any windows before setting an appropriate window for it. (quail-hide-guidance-buf): Use window-minibuffer-p. Set quail-guidance-win to nil. (quail-update-guidance): If quail-guidance-buf is not in the selected frame, call quail-show-guidance-buf again.
* (pascal-mode): `blink-matching-paren-dont-ignore-comments' set to t.Karl Heuer1998-10-301-0/+2
|
* (cal-menu-update): Fix menu wording.Karl Heuer1998-10-301-1/+1
|
* (vc-backend-merge-news): Check for "P" output.Dave Love1998-10-301-1/+2
|
* (describe-variable): Hyperlink the definition.Dave Love1998-10-301-0/+17
|
* (sh-canonicalize-shell): Fix regexp.Andreas Schwab1998-10-301-2/+2
| | | | (sh-set-shell): Likewise.
* (shell-command-on-region): Doc fix.Andreas Schwab1998-10-301-1/+1
|
* (edebug-initial-mode): Fix customize type.Andreas Schwab1998-10-301-2/+6
| | | | | (edebug-on-error): Fix customize type to match that of debug-on-error.
* (eldoc-argument-case): Fix customize type.Andreas Schwab1998-10-301-2/+4
|
* (lm-report-bug): UseAndreas Schwab1998-10-301-1/+1
| | | | report-emacs-bug-address instead of undefined bug-gnu-emacs.
* Don't require 'w3 and 'url unprotected.Andreas Schwab1998-10-301-2/+0
|
* (select-message-coding-system): DocAndreas Schwab1998-10-301-1/+1
| | | | fix.
* (describe-coding-system): DescribeAndreas Schwab1998-10-301-2/+6
| | | | all flags.
* (sendmail-coding-system,Andreas Schwab1998-10-301-2/+2
| | | | default-sendmail-coding-system): Doc fix.
* Write fns-*.el in current directory instead ofAndreas Schwab1998-10-301-5/+5
| | | | | data-directory since no installation directory exists yet. Mark buffer unmodified afterwards.
* (symbol-file): Load fns-*.el from exec-directoryAndreas Schwab1998-10-301-2/+2
| | | | | instead of data-directory since it is architecture dependent. (load-history-loaded): Update doc string.
* Remove a dangling reference to a directory on theGeoff Voelker1998-10-301-0/+15
| | | | build machine.
* (ange-ftp-canonicalize-filename): Do not use a UNCGeoff Voelker1998-10-301-5/+9
| | | | path as a default directory when canonicalizing names.
* (initialize-new-tags-table):Richard M. Stallman1998-10-281-2/+4
| | | | Do not alter find-tag-marker-ring and tags-location-ring.
* (w32-use-w32-font-dialog, w32-fixed-font-alist):Geoff Voelker1998-10-271-2/+176
| | | | | | New variables. (mouse-set-font): Use font menus instead of dialog according to w32-use-w32-font-dialog.
* Add title parameters to frames.Edward M. Reingold1998-10-261-5/+6
|
* Doc fixes.Karl Heuer1998-10-261-19/+19
|
* User option for multibyte buffer handling and doc fix.Karl Heuer1998-10-261-398/+569
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (ps-multibyte-buffer): New user option. (ps-setup): Print new user option. (ps-print-quote): New fun. (ps-color-p, ps-mule-font-info-database-latin): New var. (ps-default-color, ps-mule-font-info-database) (ps-mule-font-info-database-ps-bdf): Adjust initialization. (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file) (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate): Little code improvement. (ps-mule-initialize): Initialize ps-mule-font-info-database. (ps-print-prologue-header, ps-font-family, ps-font-size) (ps-header-font-family, ps-header-font-size, ps-header-title-font-size) (ps-build-face-reference, ps-mule-font-info-database-bdf) (ps-mule-external-libraries, ps-mule-init-external-library) (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string): doc fix. To make it work also on Emacs 20.2 and the earlier version, check the value of mule-version. (ps-print-version): New version number (4.1.1) and doc fix. (ps-print-prologue-header): New user option. (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter): Conditional compilation for GNU Emacs and emacsens. (ps-generate-postscript-with-faces): Skip invisible text better. (ps-setup): Print new user option. (ps-print-preprint): Check if input file name exists and is unwritable. (ps-begin-file): Adjust PostScript prologue header for duplex printers and insert user PostScript prologue header comments. (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding): New funs. (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated. (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue): PostScript programming normalization. (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font) (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string) (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar) (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font) (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): Programming style normalization.
* (compose-region): Insert then deleteKenichi Handa1998-10-261-9/+10
| | | | | to preserve markers. (decompose-region): Use search-forward for efficiency.
* (in-is13194-devanagari-pre-write-conversion): Cancel previousKenichi Handa1998-10-261-5/+5
| | | | change, use generate-new-buffer instead of get-buffer-create.