summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (solitaire-quit): Function deleted.Richard M. Stallman1998-03-081-6/+1
| | | | (solitaire-mode-map): Use quit-window for q.
* (select-tags-table-quit): Use quit-window.Richard M. Stallman1998-03-081-3/+1
|
* (makefile-browser-quit): Use quit-window.Richard M. Stallman1998-03-081-1/+1
|
* (dired-quit): Function deleted.Richard M. Stallman1998-03-081-6/+1
| | | | (dired-mode-map): Use quit-window for q.
* (bookmark-bmenu-mode-map): Use quit-window for q.Richard M. Stallman1998-03-081-9/+1
| | | | (bookmark-bmenu-quit): Function deleted.
* (Buffer-menu-quit): Function deleted.Richard M. Stallman1998-03-081-9/+1
| | | | (Buffer-menu-mode-map): Use quit-window for q.
* (read-passwd): Renamed from read-password. New second arg CONFIRM.Richard M. Stallman1998-03-081-20/+31
|
* Customized.Stephen Eglen1998-03-0714-181/+427
|
* Customized.Stephen Eglen1998-03-071-35/+72
|
* Some comment, doc and bug fixes.Richard M. Stallman1998-03-071-255/+454
| | | | | | | | | | | | | | | | | | | | | | | | | | (ps-print-version): New version number (3.06) and doc fix. (ps-print-only-one-header, ps-font-type): New var. (ps-font-info-database): Better font database management. (ps-error-scale-font, ps-select-header-font): Funs eliminated. (ps-font, ps-font-bold, ps-font-italic, ps-font-bold-italic) (ps-avg-char-width, ps-space-width, ps-line-height) (ps-header-font, ps-header-title-font, ps-header-line-height) (ps-header-title-line-height): Vars eliminated. (ps-font-list, ps-font, ps-fonts, ps-font-number, ps-line-height) (ps-title-line-height, ps-space-width, ps-avg-char-width,): New funs. (ps-print-prologue-1): Adjust PostScript programming. (ps-color-format): Doc indentation. (ps-print-hook, ps-print-begin-page-hook, ps-print-begin-column-hook): New hook vars. (ps-spool-without-faces, ps-spool-with-faces): Run hook var. (ps-line-lengths-internal, ps-nb-pages, ps-select-font) (ps-get-page-dimensions, ps-begin-file, ps-end-file, ps-header-page) (ps-begin-page, ps-dummy-page, ps-next-line, ps-continue-line) (ps-basic-plot-string, ps-basic-plot-whitespace, ps-plot-region) (ps-control-character, ps-color-values, ps-generate): Adjust programming. (ps-page-number): New macro. (ps-plot-with-face, ps-generate-postscript-with-faces): Fix invisible text printing.
* (quail-defrule-internal): New arg REPLACE.Richard M. Stallman1998-03-061-3/+5
| | | | (quail-defrule): Call quail-defrule-internal with REPLACE t.
* (titdic-convert): Use set-buffer-multibyte.Richard M. Stallman1998-03-061-1/+1
|
* (fortran-column-ruler-fixed,Dave Love1998-03-061-5/+3
| | | | | | fortran-column-ruler-tab): Doc fix. (fortran-mode-map): Bind fortran-narrow-to-subprogram. (bug-fortran-mode): Variable deleted.
* Various doc fixes, mainly to remove innappropriateDave Love1998-03-061-77/+81
| | | | | | | | | | | | | | | | leading "*"s. (browse-url-new-window-p, browse-url-netscape-display, browse-url-save-file, browse-url-generic-program): Add autoload cookie. (browse-url-mosaic-program, browse-url-lynx-input-field, browse-url-lynx-input-attempts, browse-url-lynx-input-delay): Add :version. (browse-url-of-file-hook): Add :options. (browse-url-lynx-emacs-args): New option. (browse-url-lynx-emacs): Use it. (browse-url-lynx-xterm): Use backquote. (browse-url-emacs-display): Use Emacs version, not XEmacs. ((require 'term)): When compiling.
* (generic-mode-ini-file-find-file-hook): Use and-s instead of if-s.Richard M. Stallman1998-03-061-46/+57
| | | | | | (generic-use-find-file-hook): Changed from defvar to defcustom. (generic-lines-to-scan): Changed from defvar to defcustom. (generic-find-file-regexp): Changed from defvar to defcustom.
* Fixed spelling of `autoload' magic cookies.Richard M. Stallman1998-03-061-2/+2
|
* 1998-03-06 Carsten Dominik <cd@delysid.gnu.org>Carsten Dominik1998-03-061-6/+9
| | | | | * (reftex-select-item): A set-buffer in the unwind-protect form makes sure we deinstall in the correct hooks.
* (backward-delete-char-untabify-method): New user option.Richard M. Stallman1998-03-061-2/+18
| | | | | (backward-delete-char-untabify): Obey it. This implements "hungry" delete.
* (time-stamp-pattern): New variable.Richard M. Stallman1998-03-061-44/+94
| | | | | (time-stamp): Use that new variable. (time-stamp-string): Take optional format arg.
* (basic-save-buffer): Use save-current-buffer not save-excursion.Richard M. Stallman1998-03-051-13/+14
|
* (isearch-*-char): Do nothing special if quoted with \.Richard M. Stallman1998-03-051-17/+20
|
* (auto-mode-alist): Recognize zone-mode.Richard M. Stallman1998-03-051-0/+15
|
* Use browse-url directly.Per Abrahamsen1998-03-041-2/+1
|
* (sref): Increase CHAR in the while loop.Kenichi Handa1998-03-041-1/+2
|
* Some support for character terminals provided.Richard M. Stallman1998-03-031-75/+349
| | | | | | | | | | | | | Various functions are smarter about using the correct windows and the appropriate keymaps. (vcursor-string): New variable, shows vcursor on dumb terminals. (vcursor-map): New variable, holds keymap for vcursor commands. (vcursor-use-vcursor-map): New variable, non-nil if vcursor keys are overlaid onto main keymap. (vcursor-toggle-vcursor-map): New function to implement this. (vcursor-interpret-input): New variable, copy input as if typed. (vcursor-window-funcall): With list instead of symbol, now calls interactively. (vcursor-isearch-backward): New function to match forward isearch.
* Comment change.Richard M. Stallman1998-03-032-2/+2
|
* (iswitchb-default-method): Remove :tag entries.Stephen Eglen1998-03-031-15/+25
| | | | Doc fixes.
* Comment change.Richard M. Stallman1998-03-035-1/+5
|
* (locate-update): New function.Richard M. Stallman1998-03-031-69/+79
| | | | | | | | | | | | | | | (locate-current-line-number): Renamed from `current-line'. (locate-default-make-command-line): Use list, not cons. (locate): Added a `save-window-excursion' form. (locate): Used an `apply' form for the start-process call. (locate-mode): Now has a `revert-buffer-function' (locate-do-setup): Now longer deletes window. (locate-header-face): Use underline, not region. (locate-update-command): New option. (locate-command): Changed from defvar to defcustom. (locate-make-command-line): Changed from defvar to defcustom. (locate-fcodes-file): Changed from defvar to defcustom. (locate-mouse-face): Changed from defvar to defcustom.
* (dired-get-filename): Don't call encode-coding-stringKenichi Handa1998-03-031-0/+1
| | | | if default-file-name-coding-system is non-nil.
* (insert-directory): Bind coding-system-for-write.Kenichi Handa1998-03-031-8/+6
| | | | | Don't encode filename here because call-process encodes the arguments by codign-system-for-write.
* Comment change.Richard M. Stallman1998-03-035-2/+5
|
* (gulp-send-requests): Call sort properly.Richard M. Stallman1998-03-031-3/+4
| | | | When showing the message, put point at beginning of buffer.
* (setup-japanese-environment): SetKenichi Handa1998-03-031-0/+1
| | | | default-file-name-coding-system to japanese-iso-8bit.
* (set-default-coding-systems): SetKenichi Handa1998-03-031-2/+5
| | | | | default-file-name-coding-system. Doc-string modified. (prefer-coding-system): Doc-string modified.
* (insert-directory): Bind coding-system-for-read toKenichi Handa1998-03-031-59/+64
| | | | | file-name-coding-system or default-file-name-coding-system if enable-multibyte-characters is non-nil
* (quoted-insert): Allow direct insertion of codes inKenichi Handa1998-03-031-7/+7
| | | | | the range 0200..0237. Use unibyte-char-to-multibyte for codes in the range 0240..0377.
* (sref): Typo in doc-string fixed.Kenichi Handa1998-03-031-2/+2
|
* (easy-menu-change): Handle case of no keywords.Richard M. Stallman1998-03-031-1/+1
|
* (ange-ftp-call-chmod): Don't try to chmod file `--'.Richard M. Stallman1998-03-021-2/+5
|
* (load-with-code-conversion):Karl Heuer1998-03-021-8/+5
| | | | | | | | Don't bind enable-multibyte-characters; instead, bind default-enable-multibyte-characters before creating buffer. (after-insert-file-set-buffer-file-coding-system): Use set-buffer-multibyte. Use add-hook to add this to after-insert-file-functions.
* (comint-arguments): Treat \" and such as part of one arg.Richard M. Stallman1998-03-021-1/+9
|
* ((require 'cl)): Revert to compile-time require.Dave Love1998-03-021-1/+1
| | | | Eliminating pushnew previously had actually fixed the lossage.
* Several doc fixes.Richard M. Stallman1998-03-021-50/+11
|
* Provide generic, not generic-mode.Richard M. Stallman1998-03-021-4/+6
|
* (change-log-font-lock-keywords): Recognize + in date.Richard M. Stallman1998-03-011-1/+1
|
* (read-quoted-char): Doc fix.Richard M. Stallman1998-02-281-2/+4
|
* (info): Always switch to buffer *info* even ifRichard M. Stallman1998-02-271-3/+2
| | | | current buffer is in Info mode.
* Remove debugging statements.Karl Heuer1998-02-271-7/+0
|
* (set-visited-file-name): Don't call backup-enable-predicateKarl Heuer1998-02-271-1/+2
| | | | when buffer-file-name is nil.