aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Explain how redisplay updates window-start.Richard M. Stallman1995-07-181-2/+8
|
* (font-lock-defaults): New variable.Richard M. Stallman1995-07-181-2/+43
| | | | | | | | | (nroff-mode-syntax-table): New variable to provide comment syntax for font-lock; I'm not sure if this is (or should be) necessary in 19.29 with font-lock-defaults. (nroff-font-lock-keywords): New variable. (nroff-mode): Install nroff syntax table and font lock keywords. Comment about comments in filling and line-counting.
* Fix update of finder-inf.el, and byte-compile it.Richard M. Stallman1995-07-181-1/+2
|
* (forward-same-syntax): New function.Richard M. Stallman1995-07-181-1/+13
|
* Don't (require 'backquote).Richard M. Stallman1995-07-181-38/+10
| | | | | | | | | | | (mouse-extend-internal): Select space in between "things" when extending selection, ie. we are extending to "thing" boundaries. Use x-lost-selection-hooks to handle loss of selection. (mouse-sel-lost-selection-hook): New function. (mouse-sel-selection-owner-p-function): Variable removed. (mouse-sel-selection-owner-p): Function removed. (mouse-sel-validate-selection): Function removed.
* (file-name-sans-versions): Recognize version control version numbers.Richard M. Stallman1995-07-181-1/+1
|
* (vc-mode-line, vc-find-file-hook): Moved the test forRichard M. Stallman1995-07-181-8/+7
| | | | version-controlled symbolic link from the former to the latter.
* (vc-do-command): Added parameter BUFFER (the default,Richard M. Stallman1995-07-181-52/+56
| | | | | | if nil, is *vc*). Updated all callers. (vc-next-action-on-file, vc-diff, vc-version-diff, vc-backend-diff): Use buffer *vc-diff* for diff output instead of *vc*.
* (menu-bar-tools-menu): Don't define gnus entry if no network support.Richard M. Stallman1995-07-181-1/+2
|
* (auto-mode-alist): Recognize *.ads and *.adb as Ada specs and bodies.Richard M. Stallman1995-07-181-1/+1
|
* (ada-ident-re): Doc fix.Richard M. Stallman1995-07-181-58/+35
| | | | | | | | | | | | | | | | (ada-end-stmt-re): Corrected serious pb of wrong parentheses. (ada-subprog-start-re): Removed 'body' from the list. (ada-format-paramlist): Simplified a regexp. (ada-indent-current): On first line of the buffer, indent to column 0. Don't reindent if new position is the same as the old one. Thus, a correcly indended line is not modified. (ada-get-indent-subprog): Simplified a regexp. (ada-goto-matching-decl-start): Distinguish between normal type declaration and protected types, which are more like procedures. (ada-remove-trailing-spaces): Use save-match-data, save-restriction and widen when removing whitespace. (ada-font-lock-keywords-1): Add 'pragma' as keyword. (ada-font-lock-keywords-2): Allow *qualified* idents after 'end'.
* (SUNOS4_SHARED_LIBRARIES): Defined.Richard M. Stallman1995-07-181-0/+1
|
* (unexec): If not SUNOS4_SHARED_LIBRARIESRichard M. Stallman1995-07-181-1/+8
| | | | or if apparently not dynamically linked, just clear rel and erel.
* (Ffuncall, Fapply): Doc fix.Richard M. Stallman1995-07-181-0/+2
|
* (Fcall_interactively): Doc fix.Richard M. Stallman1995-07-181-0/+1
|
* (x-create-frame-with-faces):Richard M. Stallman1995-07-181-4/+5
| | | | | Specify frame arg to x-color-values and frame-parameters. (set-face-background): Pass background-p arg to face-color-supported-p.
* Rename {src,lib-src}/Makefile.in.in to Makefile.in.Richard M. Stallman1995-07-181-9/+10
| | | | | Use Makefile.c for intermediate file. Rename src/config.h.in to src/config.in.
* (src/paths.h, paths-force): Rename src/paths.h.in to src/paths.in.Richard M. Stallman1995-07-181-6/+6
| | | | (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
* (distclean): Delete Makefile.c, not Makefile.in.Richard M. Stallman1995-07-181-2/+2
|
* (distclean): Delete Makefile.c, not Makefile.in.Richard M. Stallman1995-07-181-3/+3
| | | | (SOURCES): Corresponding changes for file renamings.
* (paths.h): Depend on paths.in.Richard M. Stallman1995-07-181-4/+4
| | | | (config.h): Depend on config.in.
* Fix the other instance too.Karl Heuer1995-07-181-1/+1
|
* (Fbyte_code): Fix variable names in previous change.Karl Heuer1995-07-181-1/+1
|
* (mouse_get_pos, mouse_check_moved, XMenuActivate):Karl Heuer1995-07-181-4/+4
| | | | Access mouse_moved in selected_frame.
* Comment change.Richard M. Stallman1995-07-181-2/+2
|
* (mouse_moved): Variable deleted.Karl Heuer1995-07-171-17/+25
| | | | | | | | | (kbd_buffer_get_event, readable_events): Check mouse_moved in all frames. Check do_mouse_tracking for non-nil ness. (Ftrack_mouse): Set do_mouse_tracking to t. (kbd_buffer_get_event): Discard a selection_clear_event before processing it.
* Fix conditional.Karl Heuer1995-07-171-1/+1
|
* (bookmark-make): Strip text properties off name.Karl Heuer1995-07-171-36/+30
| | | | | (bookmark-make-cell): Use `buffer-substring-no-properties'. (bookmark-yank-word): Use buffer-substring-no-properties.
* (electric-buffer-list): Save point beforeKarl Heuer1995-07-171-2/+7
| | | | | finding the first buffer line, and use that saved point to determine the buffer to use, if it is a reasonable value.
* (ff-set-point-accordingly): Doc fix.Karl Heuer1995-07-171-1/+1
|
* (vc-backend-merge-news): Force to refetch theKarl Heuer1995-07-171-1/+5
| | | | properties after the merge.
* (shell-command): Use save-match-data.Karl Heuer1995-07-171-68/+54
| | | | | | | | Put the buffer in shell mode, don't use shell-command-filter. (shell-command-filter): Deleted. (shell-command-sentinel): Don't reset the mode line. Don't test the buffer name--what was that for, anyway?. (column-number-mode): New variable and new command.
* (mail-setup-hook): New defvar.Karl Heuer1995-07-171-2/+6
| | | | (mail): Doc fix.
* (normal-top-level): Don't use mail-host-addressKarl Heuer1995-07-171-3/+3
| | | | for auto-save-list-file-name.
* (x-create-frame-with-faces): Set background-modeKarl Heuer1995-07-171-80/+125
| | | | | | | | | | | | and display-type frame parameters. (x-frob-font-slant, x-frob-font-weight): Replace the adstyle field with *, if we can find it. (set-face-background): Use face-color-supported-p. (face-color-gray-p): New function. (face-default-stipple): New variable. (set-face-background): Use face-default-stipple for all grays. (set-face-stipple): Change arg name. (face-color-supported-p): Use face-color-gray-p.
* (vc-mode-line): Don't write-protect aKarl Heuer1995-07-171-20/+21
| | | | | | | | | | | | VC-Log buffer. Better mode line text for initial comments. Streamlined the function. (vc-locking-user): Consider a cvs file "locked" if its status is either 'locally-modified or 'needs-merge. (vc-workfile-version): Catch 'found when calling vc-find-cvs-master. (vc-fetch-master-properties): Handle cvs status "Needs Checkout". This is intended for future use. (vc-fetch-master-properties): Shrink the window that displays the error message.
* (remote-shell-program): Try rcmd also.Karl Heuer1995-07-171-0/+2
|
* (ediff-skip-unsuitable-frames): Use make-frame,Karl Heuer1995-07-171-1/+1
| | | | not ediff-make-frame.
* (menu-bar-help-menu): Add finder-by-keyword.Karl Heuer1995-07-171-1/+6
|
* (canonically-space-region): Doc fix.Karl Heuer1995-07-171-14/+18
| | | | | | | | (fill-region-as-paragraph): In adaptive-fill-mode, if paragraph has one line, take the fill prefix from it. (adaptive-fill-regexp): Doc fix. (fill-individual-paragraphs): Use `adaptive-fill-regexp' to determine `fill-prefix' if `adaptive-fill-mode' is non-nil.
* (vendor-specific-keysyms):Karl Heuer1995-07-171-2/+2
| | | | In Sun keys, f36 was misnamed f35 and f37 misnamed f36.
* (dabbrev--search): Don't let spurious match in middleKarl Heuer1995-07-171-22/+22
| | | | of word obscure real match at start of same word.
* (auto-mode-alist): Move .scm.[0-9] before nroff-mode.Karl Heuer1995-07-171-3/+4
| | | | Escape the second period.
* (mouse-major-mode-menu): Catch quit in read-key-sequence.Karl Heuer1995-07-171-7/+13
| | | | | (mouse-major-mode-menu): Don't call command-execute if lookup-key gives nil.
* (byte-compile-output-file-form): Bind print-lengthKarl Heuer1995-07-171-0/+2
| | | | and print-level to nil.
* (add-log-current-defun): Handle C struct definitions.Karl Heuer1995-07-171-32/+47
| | | | | (add-change-log-entry): Use case-sensitive search for file name. Find first blank line correctly.
* (byte-optimize-nth, byte-optimize-nthcdr):Karl Heuer1995-07-171-24/+104
| | | | | | | | Do nothing if form wrong length. (byte-optimize-multiply): Fix bug in 0 case. (byte-optimize-divide): Optimize (/ CONST CONST) if safe. (byte-optimize-logmumble): Fix (logior -1 ...) case. (byte-optimize-if): Optimize (if (not foo) nil ...).
* Add provide.Karl Heuer1995-07-171-0/+2
|
* [linux]: Include values.h and #undefKarl Heuer1995-07-171-1/+5
| | | | certain macros, to avoid conflict later.
* (sys_close): Handle Sunos 4.1 bug in close errno value.Karl Heuer1995-07-171-2/+11
| | | | (init_system_name): Add cast in init for fqdn.