summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* (vc-cancel-version): Use search-forward to scan error message. AddedAndré Spiegel1996-01-101-1/+7
| | | | comments.
* (diff): Fix local compilation-exit-message-function to take the properRoland McGrath1996-01-101-13/+12
| | | | | arguments; remove gratuitous use of if around cond; return useful mode line messages for normal completion.
* (imenu--create-keymap-2): Delete debugging line.Karl Heuer1996-01-101-1/+0
|
* (ange-ftp-name-format): Don't match "/:" or "/.:".Karl Heuer1996-01-101-1/+1
|
* (LIBS_TERMCAP): Definition deleted.Karl Heuer1996-01-091-1/+0
|
* Add #if 0 around everything but the include of sol2-4.h.Karl Heuer1996-01-091-0/+3
|
* Conditionalize many macro definitions on __hpux.Karl Heuer1996-01-091-30/+37
| | | | (NEED_BSDTTY): Delete duplicate definition.
* (x_handle_selection_notify): Give an indicationKarl Heuer1996-01-091-6/+11
| | | | | in reading_selection_reply of whether the request succeeded. (x_get_foreign_selection): Do error if foreign selection was cleared.
* (display_text_line): Clear out redisplay_end_triggerKarl Heuer1996-01-091-1/+4
| | | | before calling the functions.
* (tgetent): Find all the tc caps that there are.Karl Heuer1996-01-091-5/+5
|
* (create_process): Restore the signal stateKarl Heuer1996-01-091-21/+30
| | | | after vfork whether it succeeds or not.
* (read1): Use xmalloc and xrealloc, not malloc and realloc.Karl Heuer1996-01-091-12/+17
| | | | | | | (dump_path): New static var. (init_lread): Use that to record dump-time initial path. Delete the local var dump_path; find Vsource_directory differently. (syms_of_lread): staticpro it.
* (describe_map): New arg nomenu.Karl Heuer1996-01-091-3/+7
| | | | (describe_map_tree): Pass that arg.
* (do_auto_save_unwind): Don't close DESC if DESC < 0.Karl Heuer1996-01-091-3/+3
| | | | (Fdo_auto_save): Unconditionally set up unwind-protect.
* (main): In batch mode, don't handle SIGHUP if was ignored.Karl Heuer1996-01-091-2/+17
| | | | Block it while we decide what to do.
* (update_buffer_properties): Delete superfluous &'s.Karl Heuer1996-01-091-2/+2
|
* (init_display): Treat null string DISPLAY var like not set.Karl Heuer1996-01-091-4/+7
|
* (LOCALTIME_CACHE): Add #undef.Karl Heuer1996-01-091-0/+1
|
* Comment fixes.Karl Heuer1996-01-091-7/+2
|
* (x-cut-buffer-or-selection-value): Don't print messagesKarl Heuer1996-01-091-2/+2
| | | | about failure to get selection or cut buffer.
* (using-unix-filesystems):Karl Heuer1996-01-091-2/+0
| | | | Don't do anything to write-contents-hooks.
* (tmm-menubar-mouse): Add autoload cookie.Karl Heuer1996-01-091-0/+1
|