summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (jka-compr-insert-file-contents): Don't runRichard M. Stallman1998-06-141-12/+16
| | | | after-insert-file-functions, since caller does that.
* (uncompress-while-visiting):Richard M. Stallman1998-06-141-1/+6
| | | | Bind coding-system-for-write and coding-system-for-read.
* (tmm-get-keymap): Handle :filter.Richard M. Stallman1998-06-141-1/+5
|
* (file-name-invalid-regexp): Add control characters for DOS/WindowsEli Zaretskii1998-06-141-1/+2
| | | | as they are disallowed by the filesystem there.
* (user-init-file): Default value now nil.Richard M. Stallman1998-06-131-3/+8
| | | | | (local-enable-local-variables): New variable. (set-auto-mode): Test it.
* (command-line-1): Check that user-init-file non-nil.Richard M. Stallman1998-06-131-0/+1
|
* (rmail-variables): Locally bindRichard M. Stallman1998-06-131-4/+5
| | | | | | local-enable-local-variables, not enable-local-variables. (rmail): Don't switch buffers inside the binding of enable-local-variables.
* (tar-mode): Locally bind local-enable-local-variables,Richard M. Stallman1998-06-131-4/+4
| | | | not enable-local-variables.
* (archive-mode): Locally bind local-enable-local-variables, notRichard M. Stallman1998-06-131-2/+2
| | | | enable-local-variables.
* (info-other-window): New function.Richard M. Stallman1998-06-131-0/+8
|
* (help-map): C-h 4 i runs info-other-window.Richard M. Stallman1998-06-131-16/+1
| | | | | (describe-key, describe-key-briefly): Don't discard up event after down event.
* (other): Doc fix.Richard M. Stallman1998-06-131-1/+1
|
* (repeat): Don't set obsolete var repeat-num-input-keys-at-prefix.Richard M. Stallman1998-06-131-2/+1
|
* (find-file-noselect): Delete unused local var `error'.Richard M. Stallman1998-06-131-3/+3
| | | | (find-file-noselect-1): Add local var `error'.
* (find-file-noselect): Use find-file-noselect-1Richard M. Stallman1998-06-131-1/+2
| | | | after "Save file and revisit literally? ".
* (elisp-eval-region): Accept new arg read-function; also handleRichard M. Stallman1998-06-131-2/+13
| | | | load-read-function.
* (eval-defun): Pass read function toRichard M. Stallman1998-06-131-7/+6
| | | | eval-region as arg, instead of binding load-read-function.
* Several fixes in doc string style.Richard M. Stallman1998-06-131-7/+10
| | | | (uce-mail-reader): Use defcustom.
* (ispell-region): Return non-nil if not aborted.Richard M. Stallman1998-06-131-3/+4
| | | | (ispell-highlight-spelling-error-generic): Fix doc typo.
* (read-feature): Doc fix.Richard M. Stallman1998-06-131-18/+60
| | | | | | (loadhist-hook-functions): New variable. (unload-feature): Act on FEATURE-unload-hook or look for unloaded functions on hooks and remove them.
* (tpu-include) Use insert-file-contents, remove save-excursion.Richard M. Stallman1998-06-121-3/+2
|
* (vc-dired-hook): Don't use dired-kill-line to remove directory linesAndré Spiegel1998-06-121-4/+13
| | | | | | in terse mode. (vc-dired-purge): If the top level dir is empty, make it look a little nicer.
* (set-auto-coding): Cancel the previous change.Kenichi Handa1998-06-121-68/+64
|
* (instantiate-fontset): DeleteKenichi Handa1998-06-121-106/+160
| | | | | | | | | | | | | | | | | duplicated call of x-complement-fontset-spec. Call new-fontset with a correct argument. (x-compose-font-name): Argument name adjusted for the doc-string. (x-complement-fontset-spec): Don't alter the contents of the arguments XLFD-FIELDS and FONTLIST. (x-style-funcs-alist): The format changed. (x-modify-font-name): New function. (create-fontset-from-fontset-spec): The arg STYLE-VARIANT-P is changed to STYLE-VARIANT, the format also changed. Use x-modify-font-name instead of calling functions in x-style-funcs-alist directly. (instantiate-fontset): Use x-modify-font-name instead of calling functions in x-style-funcs-alist directly. (resolve-fontset-name): New function.
* While creating fontsets of style variants, payKenichi Handa1998-06-121-11/+21
| | | | attention to X resources XXX.attributeFont.
* (set-face-font): Pay attention to fontset.Kenichi Handa1998-06-121-4/+2
| | | | (set-face-font-auto): Call resolve-fontset-name.
* (gud-filter): extend scope of binding of gud-filter-defer-flag.Richard M. Stallman1998-06-121-16/+16
|
* (hs-minor-mode): Use `make-local-variable' not `make-variable-buffer-local'.Thien-Thi Nguyen1998-06-121-1/+1
|
* Require `easymenu'. Rework to use easymenu. Remove eol ws.Thien-Thi Nguyen1998-06-121-251/+284
| | | | | | | (hs-hide-level-recursive, hs-hide-level): Add. (hs-unbalance-handler-method): Delete. (hs-show-block-at-point): Always use `top-level' unbalanced-handler case.
* Initial revisionRichard M. Stallman1998-06-121-0/+227
|
* (set-auto-coding): Argument is changed to SIZE.Kenichi Handa1998-06-121-64/+68
|
* Renamed from vi-dot.el.Richard M. Stallman1998-06-111-161/+96
| | | | | | | | | | | | All functions and variables renamed. (repeat-last-kill-command): Variable deleted; use real-last-command instead. (kill-region): Advice definition deleted. (universal-argument-more, universal-argument-other-key) (typematic-universal-argument-more-or-less): Advice deleted. (repeat-prefix-arg): Variable deleted. (repeat-num-input-keys-at-prefix): Variable deleted. (repeat): Use last-prefix-arg.
* (vc-dired-recurse, vc-dired-terse-display): New user options.André Spiegel1998-06-111-25/+86
| | | | | | | | | | (vc-next-action-dired): Cleanup. Let vc-dired-terse-mode be nil here, so that checked-in files don't vanish. (vc-dired-toggle-terse-mode): New function. (vc-dired-hook): Handle terse mode. (vc-dired-purge): New function. (vc-directory): Handle vc-dired-recurse. (vc-dired-hook): Don't show "." and "..".
* (dired-readin): Insert headerline only if necessary. (Not inAndré Spiegel1998-06-111-1/+2
| | | | recursive listings.)
* (rmail-toggle-header): Fix previous change.Richard M. Stallman1998-06-111-17/+26
|
* (command-line): Set `temporary-file-directory' basedRichard M. Stallman1998-06-101-0/+10
| | | | on environment settings, before processing init files.
* (metamail-region): Don't use concat withDave Love1998-06-101-2/+2
| | | | numeric arg.
* Don't require dired when compiling.Dave Love1998-06-101-13/+9
| | | | | | (browse-url-lynx-input-delay, browse-url-lynx-input-attempts): Remove customization. (browse-url-grail): Respect new-window arg (Barry Warsaw).
* (ctl-x-map): Change vi-dot binding to repeat.Richard M. Stallman1998-06-101-1/+1
|
* (c-mode-menu): Use (mark t), not (mark), in enable-expressions.Richard M. Stallman1998-06-101-4/+4
|
* (widget-specify-secret): New function.Richard M. Stallman1998-06-101-16/+22
| | | | | (widget-after-change): Use it. (widget-specify-field): Use it.
* (other): New widget type.Richard M. Stallman1998-06-101-0/+11
|
* (help-make-xrefs): When scanning keymap binding listings,Richard M. Stallman1998-06-101-5/+6
| | | | | scan from the very beginning. (help-follow-mouse): Avoid save-excursion, so can set point properly.
* (uce-message-text): Change the text of message that is sent.Richard M. Stallman1998-06-091-138/+200
| | | | | | | | | | | | | | (uce-reply-to-uce): Do not assume all Received lines are on top of message without headers like `From' or `To'. (uce-reply-to-uce): Parse Received lines better. (uce-mail-reader): New user option. (uce-reply-to uce): Add support for Gnus. User is supposed to set uce-mail-reader to `gnus' if using Gnus to read mail. The default is to assume Rmail. There's no magic to determine what mail reader is currently active, so it is not possible to mix using uce.el with Rmail and Gnus.
* Prevent diary display from being corrupted on printed calendar generation.Edward M. Reingold1998-06-091-1/+1
|
* Minor fix to previous change.Edward M. Reingold1998-06-091-2/+2
|
* Rewrote calendar-mouse-holidays, calendar-mouse-view-diary-entries,Edward M. Reingold1998-06-091-12/+50
| | | | | calendar-mouse-view-other-diary-entries to put results in popup menu to be consistent with other functions.
* Don't overide default value of diary-file.Edward M. Reingold1998-06-091-4/+4
|
* (mail-header-end): Widen.Richard M. Stallman1998-06-091-7/+11
| | | | (mail-text-start): Widen.
* (pod2man-program): Var reinstalled.Richard M. Stallman1998-06-091-2/+71
| | | | (cperl-pod-to-manpage, cperl-pod2man-build-command): Fns reinstalled.