summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (sco5): New case.libc-960117libc-960116Richard Kenner1996-01-161-1/+5
|
* (ps-do-despool): On MS-DOS, allow both the usual andRichard M. Stallman1996-01-151-5/+8
| | | | the alternative printing methods.
* (ps-lpr-switches, ps-lpr-command): Just setq them;Richard M. Stallman1996-01-151-0/+68
| | | | | | | | | | | | duplicate defvar is a bad idea. (dos-printer): New variable, the local printer device. (dos-print-region-function): New function, used for `print-region-function'. (dos-ps-printer): New variable; if a string, it's the name of the local printer device. (ps-lpr-command, ps-lpr-switches): Set them properly for Ghostscript. (lpr-headers-switches): Set to non-nil, to disable page headers' support under MS-DOS.
* (print-region): Make pipes use binary mode if file is binary.Richard M. Stallman1996-01-151-0/+4
|
* (X11R5_INHIBIT_I18N): Add undef.Richard M. Stallman1996-01-151-5/+5
| | | | (LIB_MOTIF): Undef before defining.
* Update FSF's address in the preamble.Erik Naggum1996-01-15257-491/+761
|
* Update FSF's ddress in preambleErik Naggum1996-01-155-44/+46
|
* Initial revisionErik Naggum1996-01-151-0/+103
|
* Update comment preamble.Erik Naggum1996-01-152-8/+10
|
* Update comment preambleErik Naggum1996-01-151-1/+2
|
* (auto-insert-alist): Use FSF's new address.Erik Naggum1996-01-151-1/+2
|
* (LIB_MOTIF): New macro definition.Richard M. Stallman1996-01-151-0/+4
|
* (mouse-drag-region, mouse-drag-secondary): Bind echo-keystrokes to 0.Richard M. Stallman1996-01-151-4/+7
|
* (redisplay_window): Fix minor bug in Fset_marker call.Richard M. Stallman1996-01-151-2/+2
|
* (HAVE_XMU): Check for libXmu.a only if using toolkitRichard M. Stallman1996-01-151-1/+7
| | | | and use -lXt to link it.
* (auto-mode-alist): Add sgml-mode and html-mode.Richard M. Stallman1996-01-151-5/+10
| | | | (write-contents-hooks): Doc fix.
* (display_buffer_1): Don't deiconify the selected frame.Richard M. Stallman1996-01-151-2/+11
|
* (tar-summarize-buffer): Speed-up for large files.Richard M. Stallman1996-01-151-4/+9
|
* (initialize_fullname): Add support for NIS+.Paul Eggert1996-01-152-6/+36
| | | | | (hostname): Fully qualify the default hostname with the domainname if the hostname lacks a `.'.
* (desktop-read): Do nothing in batch mode.Richard M. Stallman1996-01-141-13/+20
| | | | Clear desktop-delay-hook after use. Simplify.
* Comment fixes.Karl Heuer1996-01-141-3/+4
|
* Update FSF's office address.Erik Naggum1996-01-1414-145/+166
|
* Update FSF's address.Erik Naggum1996-01-14351-5276/+5740
|
* Removed auto-mode-alist hacking for html-mode to files.el.Erik Naggum1996-01-131-5/+0
|
* Remove redundant auto-mode-alist hacking.Erik Naggum1996-01-131-7/+0
|
* (window_scroll): Fix typo in comment.Erik Naggum1996-01-121-1/+1
|
* (XTread_socket): For selection_clear_event andRichard M. Stallman1996-01-121-1/+3
| | | | selection_request_event, initialize the frame_or_window field.
* Comment change.Richard M. Stallman1996-01-121-1/+4
|
* (instantiate_widget_instance): Renamed fromRichard M. Stallman1996-01-121-6/+11
| | | | | | | | instanciate_widget_instance (spelling correction). All callers changed. (merge_widget_value): Treat disappearance of entire contents as a STRUCTURAL_CHANGE.
* (convert-standard-filename): Make sure firstdot is not nil.Richard M. Stallman1996-01-121-2/+2
|
* (struct input_event): Put frame_or_window last.Richard M. Stallman1996-01-121-5/+7
|
* (forward-page): Simplify how we avoid getting stuck when moving backwards.Richard M. Stallman1996-01-121-12/+10
|
* Also load for .sgm and .dtd files.Richard M. Stallman1996-01-121-139/+1085
| | | | | | | | | | | | | | (sgml-specials, sgml-name-8bit-mode, sgml-char-names) (sgml-font-lock-keywords, sgml-face-tag-alist, sgml-tag-face-alist) (sgml-display-text, sgml-tag-alist, sgml-tag-help) (sgml-auto-attributes): New variables. (sgml-mode-common): New function. (sgml-mode): Most code moved to it. (sgml-name-char, sgml-name-self, sgml-maybe-name-self) (sgml-name-8bit-mode, sgml-tag, sgml-attributes, sgml-auto-attributes) (sgml-tag-help, sgml-maybe-end-tag, sgml-skip-tag-backward) (sgml-skip-tag-forward, sgml-tags-invisible): New commands. (sgml-beginning-of-tag, sgml-value): New functions.
* ($(OLDXMENU) rules): Fix conditionals so no rules are defined when !HAVE_MENUS.Roland McGrath1996-01-121-6/+3
|
* (dos_rawgetc): Make buf longer.Richard M. Stallman1996-01-121-1/+1
|
* Noted that NCSA 1.5 httpd now uses this file.Noah Friedman1996-01-121-0/+0
|
* Various typos fixed by rms.Noah Friedman1996-01-121-0/+0
|
* (facemenu-add-face): Adding default to no regionRichard M. Stallman1996-01-121-2/+5
| | | | once again sets it for following typed in text.
* (auto-insert-alist): For html-mode, use `sgml-tag'.Richard M. Stallman1996-01-121-9/+1
|
* Clarify write-contents-hooks.Richard M. Stallman1996-01-121-2/+7
|
* Many doc fixes.Richard M. Stallman1996-01-121-29/+30
| | | | | (hs-hide-hook): Renamed from hs-hide-hooks. (hs-show-hook): Renamed from hs-show-hooks.
* (apropos-print): Fix previous change to mouse message.Erik Naggum1996-01-121-2/+2
|
* (Fset_window_buffer): Call the window-scroll-functions.Richard M. Stallman1996-01-111-1/+6
|
* (sh-mode): Don't move point.Richard M. Stallman1996-01-111-16/+16
| | | | | | (sh-set-shell): New args NO-QUERY-FLAG and INSERT-FLAG. Pass them to executable-set-magic. Really set font-lock-syntax-table. Slight cleanups.
* Describe version-specific site-lisp dirs.Richard M. Stallman1996-01-111-15/+21
| | | | Capitalize Lisp.
* (dired-ls-F-marks-symlinks): Doc fix.Richard M. Stallman1996-01-111-1/+2
|
* (USE_X_TOOLKIT = maybe): Delete redundant `fi'.Erik Naggum1996-01-101-1/+0
|
* (consider_token): Fix typo in expression.Karl Heuer1996-01-101-1/+1
|
* (install-arch-indep): Ignore error if no chmod -R.Karl Heuer1996-01-101-1/+1
|
* (vc-follow-symlinks): New variable.André Spiegel1996-01-101-3/+26
| | | | (vc-find-file-hook): Use it.