summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* [win32] (face-menu-read-color, list-colors-display, facemenu-color-equal, ↵Geoff Voelker1995-11-071-5/+5
| | | | | | face-menu-get-face): Test for 'win32 window system as well as 'x.
* [win32] (make-face, make-face-x-resource-internal):Geoff Voelker1995-11-071-3/+3
| | | | Test for 'win32 window system as well as 'x.
* mouse.el [win32] (mouse-set-region):Geoff Voelker1995-11-071-0/+1
| | | | Test for 'win32 window system as well as 'x.
* [win32] (normal-top-level, command-line, command-line-1):Geoff Voelker1995-11-071-3/+3
| | | | Test for 'win32 window system as well as 'x.
* Make byte-force-recompile suitably interactive.Simon Marshall1995-11-061-0/+1
|
* (makefile-define-space-face): Don't make face if non-X.Karl Heuer1995-11-051-3/+4
|
* entered into RCSLars Magne Ingebrigtsen1995-11-0428-9039/+32598
|
* Removed old gnus hooks.Erik Naggum1995-11-041-35/+2
| | | | | (gnus-group-mode): Adapt to new Gnus. (gnus-summary-mode): Removed.
* (tex-send-command): Give meaningful error message.Karl Heuer1995-11-041-1/+1
|
* (mail): Don't change directory for *mail* buffer.Karl Heuer1995-11-041-27/+28
| | | | | (sendmail-send-it, mail-recover): Instead, temporarily change to a safe directory for just the subprocess.
* (sh-shells): Eliminated variable redundant withKarl Heuer1995-11-031-99/+143
| | | | | | | | | | | | | `interpreter-mode-alist'. (sh-beginning-of-command): Take into account \quoted newline. (sh-builtins, sh-leading-keywords, sh-other-keywords): Now three distinct sets for font-locking. (sh-font-lock-keywords-1, sh-font-lock-keywords-2): New variables and functions to give the user finer control over how much to fontify, including new distinction between keywords and builtins. (sh-mode): Use new features of `font-lock-defaults' and adaptation to skeleton changes. (sh-while): Fix csh, es & rc skeletons.
* (skeleton-end-hook): Now defvared and responsible forKarl Heuer1995-11-031-30/+35
| | | | | | | | pushing out anything following skeleton to next line. Thus this behaviour can now be controlled by modes. (skeleton-insert): Parameter `no-newline' removed. (skeleton-read): Take this into account. (skeleton-internal-1): Less spurious empty lines when wrapping.
* (sh-remember-variable): Set variable to empty string,Karl Heuer1995-11-031-1/+1
| | | | | so as not to mess up subprocesses' environment. Not so nice for completion.
* (minor-mode-map-alist): Use substitute-key-definitionKarl Heuer1995-11-031-5/+11
| | | | | | | to find the appropriate bindings for window enlarge/shrink. (2C-shrink-window-horizontally, 2C-enlarge-window-horizontally): Renamed from shrink-window-horizontally, enlarge-window-horizontally to avoid redefining the standard functions.
* Comment change.Karl Heuer1995-11-034-12/+12
|
* (mh-goto-msg): binary search (much faster!).Karl Heuer1995-11-031-57/+101
| | | | (mh-prompt-for-folder): error if regular file.
* reporter.el support.Karl Heuer1995-11-031-10/+29
|
* (mh-make-folder-mode-line): support mh-msg-count.Karl Heuer1995-11-031-29/+27
| | | | (mh-delete-scan-msgs): use fast new mh-goto-msg.
* (with-electric-help): Add missing argument MINHEIGHT.Erik Naggum1995-11-021-1/+1
|
* (vc-backend-diff): Use new variable vc-rcsdiff-knows-brief.André Spiegel1995-11-021-8/+14
|
* (vc-utc-string): Use timezone of TIMEVAL for the correction, not theAndré Spiegel1995-11-021-10/+23
| | | | | | current one. (vc-rcsdiff-knows-brief): New variable. (vc-rcs-lock-from-diff): Use it.
* (tpu-set-mode-line): Add element for column number.Karl Heuer1995-11-021-0/+1
|
* Don't require initial whitespace in vendor name.Karl Heuer1995-11-021-1/+1
|
* Always load menu-bar.Richard M. Stallman1995-10-311-1/+1
|
* (msb--toggle-menu-type): Pass t as arg.Richard M. Stallman1995-10-311-1/+1
|
* (command-line-1): Say how to invoke menu bar, if not X.Richard M. Stallman1995-10-311-2/+9
| | | | (command-line): If not X, do enable menu bar.
* Fix previous change.Richard M. Stallman1995-10-311-1/+1
|
* (mail-abbrev-syntax-table): Fix initialization.Richard M. Stallman1995-10-311-1/+2
|
* (describe-function): Call documentation just once.Richard M. Stallman1995-10-311-8/+10
| | | | (describe-key): Likewise.
* update some doc strings.Karl Heuer1995-10-311-70/+93
| | | | | | (time-stamp-strftime): ignore some additional chars we might want to use in the future for additional controls or parameters. (time-stamp): minor optimizations.
* Comment changeErik Naggum1995-10-301-0/+1
|
* Comment change.Erik Naggum1995-10-301-1/+1
|
* Correct initial line typo.Erik Naggum1995-10-301-1/+1
|
* (describe-variable): Don't call substitute-command-keys.Richard M. Stallman1995-10-301-3/+1
|
* (finding existing executable versions): Add a period to the end of BASE.Richard M. Stallman1995-10-301-1/+1
|
* (select-tags-table): Don't modify the value of tags-table-list.Richard M. Stallman1995-10-301-1/+1
|
* (disassemble-internal): Handle lazy-loaded doc strings.Richard M. Stallman1995-10-301-1/+4
| | | | (disassemble-1): Handle lazy-loaded bytecode objects.
* (archive-zoo-summarize): Handle archives with long file names.Richard M. Stallman1995-10-301-3/+17
|
* (byte-recompile-directory): New arg FORCE.Richard M. Stallman1995-10-301-3/+16
| | | | (byte-force-recompile): New function.
* Comment change.Richard M. Stallman1995-10-3054-173/+161
|
* Comment change.Richard M. Stallman1995-10-303-5/+5
|
* Initial revisionRichard M. Stallman1995-10-302-0/+137
|
* (tmm-old-mb-map): Initialize to nil.Richard M. Stallman1995-10-301-94/+125
| | | | | | | | | | | | | | | | | (tmm-delete-map): Don't use tmm-old-mb-map if nil. (tmm-add-prompt): Bind C-n and C-p. Put only the shortcuts into the completion buffer's map. Produce the completion list by hand so as not to sort it. (tmm-prompt): Start at the first item in the menu. Don't reverse tmm-km-list; reverse compl-list instead. Use try-completion in last-ditch attempt to find a match. Rename compl-list to history. (tmm-get-keybind): Put more local bindings last in a menu. Major rewrite. (tmm-menubar): Handle menu-bar-final-items. (tmm-remove-shortcuts): Function deleted. (tmm-add-shortcuts): If we can't find a letter shortcut, use a numeric shortcut.
* Use frame-parameters, not font-lock-background-mode and font-lock-display-type.Simon Marshall1995-10-301-11/+10
|
* (column-number-mode): Make default value nil.Richard M. Stallman1995-10-291-1/+1
|
* (set-visited-file-name, basic-save-buffer):Richard M. Stallman1995-10-291-2/+3
| | | | Set buffer-file-number consistently with find-file-noselect.
* Comment change.Richard M. Stallman1995-10-281-3/+3
|
* Don't load c-mode.Richard M. Stallman1995-10-281-3/+1
|
* Adapt to new char-table implementation. Fix name of file in the firstErik Naggum1995-10-281-4/+4
| | | | | line, part number syntax of ISO standards, and `provide' clause. Register file with RCS.
* entered into RCSRichard M. Stallman1995-10-281-0/+93
|