Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (jka-compr-insert-file-contents): Don't run | Richard M. Stallman | 1998-06-14 | 1 | -12/+16 |
| | | | | after-insert-file-functions, since caller does that. | ||||
* | (uncompress-while-visiting): | Richard M. Stallman | 1998-06-14 | 1 | -1/+6 |
| | | | | Bind coding-system-for-write and coding-system-for-read. | ||||
* | (tmm-get-keymap): Handle :filter. | Richard M. Stallman | 1998-06-14 | 1 | -1/+5 |
| | |||||
* | (file-name-invalid-regexp): Add control characters for DOS/Windows | Eli Zaretskii | 1998-06-14 | 1 | -1/+2 |
| | | | | as they are disallowed by the filesystem there. | ||||
* | (user-init-file): Default value now nil. | Richard M. Stallman | 1998-06-13 | 1 | -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. Stallman | 1998-06-13 | 1 | -0/+1 |
| | |||||
* | (rmail-variables): Locally bind | Richard M. Stallman | 1998-06-13 | 1 | -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. Stallman | 1998-06-13 | 1 | -4/+4 |
| | | | | not enable-local-variables. | ||||
* | (archive-mode): Locally bind local-enable-local-variables, not | Richard M. Stallman | 1998-06-13 | 1 | -2/+2 |
| | | | | enable-local-variables. | ||||
* | (info-other-window): New function. | Richard M. Stallman | 1998-06-13 | 1 | -0/+8 |
| | |||||
* | (help-map): C-h 4 i runs info-other-window. | Richard M. Stallman | 1998-06-13 | 1 | -16/+1 |
| | | | | | (describe-key, describe-key-briefly): Don't discard up event after down event. | ||||
* | (other): Doc fix. | Richard M. Stallman | 1998-06-13 | 1 | -1/+1 |
| | |||||
* | (repeat): Don't set obsolete var repeat-num-input-keys-at-prefix. | Richard M. Stallman | 1998-06-13 | 1 | -2/+1 |
| | |||||
* | (find-file-noselect): Delete unused local var `error'. | Richard M. Stallman | 1998-06-13 | 1 | -3/+3 |
| | | | | (find-file-noselect-1): Add local var `error'. | ||||
* | (find-file-noselect): Use find-file-noselect-1 | Richard M. Stallman | 1998-06-13 | 1 | -1/+2 |
| | | | | after "Save file and revisit literally? ". | ||||
* | (elisp-eval-region): Accept new arg read-function; also handle | Richard M. Stallman | 1998-06-13 | 1 | -2/+13 |
| | | | | load-read-function. | ||||
* | (eval-defun): Pass read function to | Richard M. Stallman | 1998-06-13 | 1 | -7/+6 |
| | | | | eval-region as arg, instead of binding load-read-function. | ||||
* | Several fixes in doc string style. | Richard M. Stallman | 1998-06-13 | 1 | -7/+10 |
| | | | | (uce-mail-reader): Use defcustom. | ||||
* | (ispell-region): Return non-nil if not aborted. | Richard M. Stallman | 1998-06-13 | 1 | -3/+4 |
| | | | | (ispell-highlight-spelling-error-generic): Fix doc typo. | ||||
* | (read-feature): Doc fix. | Richard M. Stallman | 1998-06-13 | 1 | -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. Stallman | 1998-06-12 | 1 | -3/+2 |
| | |||||
* | (vc-dired-hook): Don't use dired-kill-line to remove directory lines | André Spiegel | 1998-06-12 | 1 | -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 Handa | 1998-06-12 | 1 | -68/+64 |
| | |||||
* | (instantiate-fontset): Delete | Kenichi Handa | 1998-06-12 | 1 | -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, pay | Kenichi Handa | 1998-06-12 | 1 | -11/+21 |
| | | | | attention to X resources XXX.attributeFont. | ||||
* | (set-face-font): Pay attention to fontset. | Kenichi Handa | 1998-06-12 | 1 | -4/+2 |
| | | | | (set-face-font-auto): Call resolve-fontset-name. | ||||
* | (gud-filter): extend scope of binding of gud-filter-defer-flag. | Richard M. Stallman | 1998-06-12 | 1 | -16/+16 |
| | |||||
* | (hs-minor-mode): Use `make-local-variable' not `make-variable-buffer-local'. | Thien-Thi Nguyen | 1998-06-12 | 1 | -1/+1 |
| | |||||
* | Require `easymenu'. Rework to use easymenu. Remove eol ws. | Thien-Thi Nguyen | 1998-06-12 | 1 | -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 revision | Richard M. Stallman | 1998-06-12 | 1 | -0/+227 |
| | |||||
* | (set-auto-coding): Argument is changed to SIZE. | Kenichi Handa | 1998-06-12 | 1 | -64/+68 |
| | |||||
* | Renamed from vi-dot.el. | Richard M. Stallman | 1998-06-11 | 1 | -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é Spiegel | 1998-06-11 | 1 | -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 in | André Spiegel | 1998-06-11 | 1 | -1/+2 |
| | | | | recursive listings.) | ||||
* | (rmail-toggle-header): Fix previous change. | Richard M. Stallman | 1998-06-11 | 1 | -17/+26 |
| | |||||
* | (command-line): Set `temporary-file-directory' based | Richard M. Stallman | 1998-06-10 | 1 | -0/+10 |
| | | | | on environment settings, before processing init files. | ||||
* | (metamail-region): Don't use concat with | Dave Love | 1998-06-10 | 1 | -2/+2 |
| | | | | numeric arg. | ||||
* | Don't require dired when compiling. | Dave Love | 1998-06-10 | 1 | -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. Stallman | 1998-06-10 | 1 | -1/+1 |
| | |||||
* | (c-mode-menu): Use (mark t), not (mark), in enable-expressions. | Richard M. Stallman | 1998-06-10 | 1 | -4/+4 |
| | |||||
* | (widget-specify-secret): New function. | Richard M. Stallman | 1998-06-10 | 1 | -16/+22 |
| | | | | | (widget-after-change): Use it. (widget-specify-field): Use it. | ||||
* | (other): New widget type. | Richard M. Stallman | 1998-06-10 | 1 | -0/+11 |
| | |||||
* | (help-make-xrefs): When scanning keymap binding listings, | Richard M. Stallman | 1998-06-10 | 1 | -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. Stallman | 1998-06-09 | 1 | -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. Reingold | 1998-06-09 | 1 | -1/+1 |
| | |||||
* | Minor fix to previous change. | Edward M. Reingold | 1998-06-09 | 1 | -2/+2 |
| | |||||
* | Rewrote calendar-mouse-holidays, calendar-mouse-view-diary-entries, | Edward M. Reingold | 1998-06-09 | 1 | -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. Reingold | 1998-06-09 | 1 | -4/+4 |
| | |||||
* | (mail-header-end): Widen. | Richard M. Stallman | 1998-06-09 | 1 | -7/+11 |
| | | | | (mail-text-start): Widen. | ||||
* | (pod2man-program): Var reinstalled. | Richard M. Stallman | 1998-06-09 | 1 | -2/+71 |
| | | | | (cperl-pod-to-manpage, cperl-pod2man-build-command): Fns reinstalled. |