summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (sun4H:SunOS:5.*:*): New case.libc-980719libc-980718libc-980717libc-980716libc-980715libc-980714libc-980713libc-980712libc-980711libc-980710libc-980709libc-980708libc-980707libc-980706libc-980705libc-980704libc-980703libc-980702libc-980701libc-980630libc-980629libc-980628libc-980627libc-980626libc-980625libc-980624libc-980623libc-980622libc-980621libc-980620libc-980619libc-980618libc-980617libc-980616libc-980615libc-980614gcc-2_8_1-980718gcc-2_8_1-980705gcc-2_8_1-980627Richard Kenner1998-06-131-0/+3
|
* (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.
* (parse_menu_item): Put a quote around DEFRichard M. Stallman1998-06-131-2/+3
| | | | to pass it as an argument to the filter function.
* (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.
* (detect_coding_system): Always return a list of HIGHEST is zero.Kenichi Handa1998-06-131-5/+7
| | | | | (Fdetect_coding_region): Doc-string adjusted for the above change. (Fdetect_coding_string): Likewise.
* (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.
* Add @dircategory, @direntry.Richard M. Stallman1998-06-131-0/+5
|
* *** empty log message ***Richard M. Stallman1998-06-131-2/+2
|
* (INSTALL_INFO): New variable.Richard M. Stallman1998-06-131-1/+2
| | | | (install): Run install-info.
* (standard_args): Fix arg order to match code in `main'.Richard M. Stallman1998-06-121-11/+17
|
* (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
|
* (Finsert_file_contents): Undo the previous change forKenichi Handa1998-06-121-179/+148
| | | | handling set-ault-coding.
* (Finsert_file_contents): After calling handler,Kenichi Handa1998-06-121-0/+2
| | | | get INSERTED from the handler's value.
* (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
|
* (set_auto_coding_unwind): New function.Kenichi Handa1998-06-121-149/+189
| | | | | | | | | (Finsert_file_contents): If the current buffer is empty, decide the coding system after the file is inserted in the buffer. If not, insert the head and tail of a file in a temporary buffer and call set-auto-coding-function. (e_write): If there are carryover bytes in encoding because of incomplete multibyte form, write them out as is.
* *** empty log message ***Richard M. Stallman1998-06-111-0/+11
|
* 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.
* (SETUP_SYNTAX_TABLE): Don't call update_syntax_tableRichard M. Stallman1998-06-111-2/+3
| | | | for FROM-1 if that's before BEGV.
* (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
|
* (LINK_FLAGS): Place debug info in executable inGeoff Voelker1998-06-111-2/+2
| | | | unoptimized compile. Link to run off of cd or network.
* Describe widget type `other'.Richard M. Stallman1998-06-111-0/+24
|
* (Fforward_comment): Properly compute BYTEPOS arg to char_quoted.Richard M. Stallman1998-06-111-3/+2
|
* (getcwd): Remove define.Richard M. Stallman1998-06-101-1/+4
| | | | (getdefdir) [emacs]: Redefine to always return root directory.
* (sys_rename): Don't examine errno if rename didn't fail.Richard M. Stallman1998-06-101-2/+3
|
* (command-line): Set `temporary-file-directory' basedRichard M. Stallman1998-06-101-0/+10
| | | | on environment settings, before processing init files.
* (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.Richard M. Stallman1998-06-101-1/+1
|