summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (alphaev5, alphaev56): New CPU types.libc-970726libc-970725libc-970724libc-970723libc-970722libc-970721Richard Kenner1997-07-211-8/+10
|
* (alpha*): Run program to see if ev4, ev5, or ev56.Richard Kenner1997-07-211-2/+52
|
* (Fcommand_execute): gcpro c.Richard M. Stallman1997-07-201-11/+16
|
* (XTread_socket) <ClientMessage>:Richard M. Stallman1997-07-201-24/+56
| | | | | | | | For wm_take_focus, use x_any_window_to_frame. Don't use FRAME_XIC if it is null, here. (dumpglyphs): Use 8-bit output to X, rather than 16-bit, if the character values permit that.
* (texinfo-no-refill-regexp): Add "direntry".Richard M. Stallman1997-07-201-0/+24
| | | | | (texinfo-format-direntry, texinfo-end-direntry): New functions. (texinfo-format-dircategory): New function.
* (debug-on-quit): Define like debug-on-error.Richard M. Stallman1997-07-201-1/+6
|
* (custom-declare-variable-list): Process already-declaredRichard M. Stallman1997-07-201-0/+5
| | | | custom variables from this list.
* [HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman1997-07-201-0/+5
|
* (custom-declare-variable-early): New function.Richard M. Stallman1997-07-201-3/+16
| | | | | | | (custom-declare-variable-list): New variable. (read-quoted-char-radix): Use defvar and custom-declare-variable-early. (functionp): Doc fix.
* (jka-compr-insert-file-contents): Bind coding-system-for-read.Richard M. Stallman1997-07-201-8/+14
| | | | | | | (jka-compr-write-region): Bind coding-system-for-write. Set buffer-file-type if dos or nt. (jka-compr-call-process): Bind coding-system-for-read and coding-system-for-write.
* (shell-mode): Do set list-files-directory locally.Richard M. Stallman1997-07-201-2/+4
|
* (w32_clear_end_of_line): Include scroll bar width.Geoff Voelker1997-07-201-0/+2
|
* (uniquify-buffer-file-name): Minor change.Richard M. Stallman1997-07-201-12/+12
|
* (modify-coding-system-alist): Move to mule.elGeoff Voelker1997-07-201-53/+0
|
* (modify-coding-system-alist): Moved to mule-util.el.Geoff Voelker1997-07-201-0/+52
|
* [windows-nt, ms-dos]: Undo loadingGeoff Voelker1997-07-201-4/+0
| | | | of international/mule-utils.
* (find-buffer-file-type-coding-system):Geoff Voelker1997-07-201-28/+29
| | | | | Use undecided-dos for dos-text file names. Use undecided for non-existing untranslated file names.
* (mail): Ask a different question, if buffer is visiting a file.Richard M. Stallman1997-07-191-1/+3
|
* (mail-mode): Set adaptive-fill-regexp specially to cater to supercite.Richard M. Stallman1997-07-191-9/+16
| | | | | (mail-indent-citation): Take region args. (mail-yank-original, mail-yank-region): Pass the args.
* (BASE_PURESIZE): Increased to 410000.Richard M. Stallman1997-07-191-1/+1
|
* (auto-mode-alist): Recognize .emacs in MSDOG syntax.Richard M. Stallman1997-07-191-2/+2
|
* (hs-special-modes-alist): Use a regexp generated by regexp-opt.Richard M. Stallman1997-07-191-3/+12
| | | | | (hs-life-goes-on): Nullify inhibit-point-motion-hooks as we have to move inside intangible overlays. Enable edebug.
* (search-invisible): Fix typo.Richard M. Stallman1997-07-191-4/+4
| | | | | | | (isearch-search): Bind inhibit-point-motion-hooks because we might have to search inside invisible and intangible text. (isearch-open-overlay-temporary): Delete forgoten debug message. (isearch-range-invisible): Fix typo in doc-string.
* (redisplay_internal): Calculate new_count properlyRichard M. Stallman1997-07-191-5/+9
| | | | for non-window displays.
* New node Encryption Projects.Richard M. Stallman1997-07-191-24/+53
| | | | Add a number of misc. projects.
* (find-buffer-file-type-coding-system):Richard M. Stallman1997-07-191-7/+8
| | | | | Use emacs-mule-dos for text file names; use undecided-dos for the last resort (instead of emacs-mule-dos).
* (Fcompleting_read): gcpro def.Richard M. Stallman1997-07-191-1/+5
|
* (Finsert_file_contents) [DOS_NT]: Use the codingRichard M. Stallman1997-07-181-8/+35
| | | | | | | system to determine buffer_file_type. (Fwrite_region): Only use Qbuffer_file_coding_system before checking file-coding-system-alist if non-nil. (Fwrite_region) [DOS_NT]: Delete conditional code.
* (Ffind_operation_coding_system): Use Ffboundp toRichard M. Stallman1997-07-181-1/+1
| | | | check for a function entry.
* [windows-nt, ms-dos]: Load international/mule-utils.Richard M. Stallman1997-07-181-0/+4
|
* (find-buffer-file-type-coding-system)Richard M. Stallman1997-07-181-15/+76
| | | | | | | | | | | (find-binary-process-coding-system, find-buffer-file-type-match): New functions. (find-buffer-file-type): Use find-buffer-file-type-match. Add find-buffer-file-type-coding-system to file-coding-system-alist as the default entry. Add find-binary-process-coding-system to process-coding-system-alist as the default entry.
* (vc-diff): Turn off previous change.Richard M. Stallman1997-07-181-1/+2
|
* (custom-group-value-create) <tree>: Don't distinguishRichard M. Stallman1997-07-181-2/+2
| | | | | unloaded groups; use [+] for them. (customize-browse): Fix top-of-buffer doc text.
* new versionMichael Kifer1997-07-182-20/+23
|
* Many doc fixes.Richard M. Stallman1997-07-181-35/+35
|
* (direct_output_forward_char): Reenable check againstRichard M. Stallman1997-07-181-4/+3
| | | | truncated text at end of line.
* (display_string): Ignore W->left if OBEY_WINDOW_WIDTH is zero.Richard M. Stallman1997-07-181-1/+2
|
* (vc-diff): If file is unchanged, ask for the versionAndré Spiegel1997-07-181-57/+109
| | | | | | | | | | | | number to compare with. (vc-retrieve-snapshot): If no NAME is specified, check out latest versions of all unlocked files. (vc-next-action-on-file): For CVS files with implicit checkout: if unmodified, don't do anything. (vc-clear-headers): Regexp more restricted, so as not to destroy file contents by mistake. (vc-backend-merge-news): Better analysis of status reported by CVS. Set file properties accordingly.
* (vc-find-cvs-master): Corrected parsing of CVS/Entries, according to CVS docs.André Spiegel1997-07-181-29/+45
| | | | (vc-toggle-read-only): Also work in vc-dired buffers.
* (texinfo-all-menus-update)Richard M. Stallman1997-07-181-9/+9
| | | | | | (texinfo-master-menu, texinfo-multiple-files-update): Search for texinfo-master-menu-header as a string, not a regexp. (texinfo-master-menu-header): Move defvar earlier.
* Comment change.Richard M. Stallman1997-07-184-4/+4
|
* (c-initialize-cc-mode): New function.Richard M. Stallman1997-07-181-6/+25
| | | | (c-mode, c++-mode, objc-mode, java-mode): Call it.
* (c-load-all): Function deleted.Richard M. Stallman1997-07-181-11/+1
|
* (c-initialize-builtin-style): Use copy-sequenceRichard M. Stallman1997-07-181-21/+2
| | | | | | instead of c-copy-tree. (c-copy-tree): Function deleted.
* (c-maybe-labelp): Add defvar.Richard M. Stallman1997-07-181-13/+19
|
* Require cc-defs for the c-add-syntax macro.Richard M. Stallman1997-07-181-5/+10
| | | | | | | | (c-electric-backspace): Must get 'supercede property values to work with delsel and pending-del. (c-electric-brace): Fix ebola eradication consequence in the preserve-p test.
* Require 'cc-defs for the definition of c-emacs-features.Richard M. Stallman1997-07-181-8/+22
| | | | | | | | (c-symbol-key): First character must be a letter or underscore. (c-make-inherited-keymap): Change to a defun. (c-mode-menu): Added uncomment region and slight rearrangement of items.
* [HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman1997-07-171-3/+8
|
* (delete-selection-mode): Add custom-loads property.Richard M. Stallman1997-07-171-11/+5
|
* new versionMichael Kifer1997-07-1715-494/+981
|