aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (make-face, make-face-x-resource-internal):Richard M. Stallman1996-09-151-3/+3
| | | | | Test for ms-windows instead of win32. Use memq. (initialization at end of file): Likewise.
* (normal-top-level, command-line-1, command-line):Richard M. Stallman1996-09-151-3/+3
| | | | Test for ms-windows instead of win32, and use memq.
* (rmail-output-file-alist): Add autoload cookie.Richard M. Stallman1996-09-141-4/+1
| | | | (rmail-delete-after-output): Duplicate defvar deleted.
* (find-file-existing-other-name): Default value now t.Richard M. Stallman1996-09-141-1/+1
|
* (ps-print-prologue): Get rid of backslash-digitsRichard M. Stallman1996-09-141-4/+4
| | | | control characters in comments.
* (gud-find-c-expr): Renamed from find-c-expr.Richard M. Stallman1996-09-131-44/+51
| | | | | | | | | | | Don't get fooled by if and while statements. (gud-expr-compound): Renamed from expr-compound. (gud-expr-compound-sep): Renamed from expr-compound-sep. (gud-next-expr): Renamed from expr-next. (gud-prev-expr): Renamed from expr-prev. (gud-forward-sexp): Renamed from expr-forward-sexp. (gud-backward-sexp): Renamed from expr-backward-sexp. (gud-innermost-expr): Renamed from expr-cur.
* (inhibit-first-line-modes-regexps): Add .tgz.Richard M. Stallman1996-09-131-1/+1
|
* (hif-token-regexp): Move ! after !=.Richard M. Stallman1996-09-131-1/+1
|
* (mail-extr-safe-move-sexp): Make sure this doesn'tRichard M. Stallman1996-09-131-1/+1
| | | | signal errors even for pathological From headers.
* (iso-transl-char-map): Add ACCENT SPACE sequences.Richard M. Stallman1996-09-121-1/+6
|
* Load frame.elc unconditionally.Richard M. Stallman1996-09-121-4/+2
|
* (read-feature): New function.Richard M. Stallman1996-09-121-1/+11
| | | | (unload-feature): Read FEATURE interactively with read-feature.
* (pp-eval-expression): Set font-lock-default locally to nil.Richard M. Stallman1996-09-121-1/+3
|
* (tcl-indent-command): Use insert-tab, not self-insert-command.Tom Tromey1996-09-121-4/+7
|
* (ediff-eval-in-buffer): Add propertiesRichard M. Stallman1996-09-111-0/+4
| | | | such lisp-indent-function, lisp-indent-hook, edebug-form-spec.
* (ediff-context-diff-label-regexp): Recognize -u format better.Richard M. Stallman1996-09-111-5/+5
| | | | (ediff-map-patch-buffer): Recognize -u format better.
* Initial revisionRichard M. Stallman1996-09-111-0/+550
|
* Load bindings.el.Richard M. Stallman1996-09-111-1/+3
|
* (easy-menu-do-define): Use `x-popup-menu' instead ofRichard M. Stallman1996-09-111-1/+1
| | | | non-existing `easy-popup-menu'.
* (byte-compile-output-file-form): Bind print-quoted and print-gensym to tErik Naggum1996-09-101-4/+4
| | | | | when writing compiled byte-code objects. (byte-compile-output-docform): Likewise.
* (update-file-autoloads): Don't barf if autoloads fileRichard M. Stallman1996-09-101-1/+1
| | | | file is completely empty.
* (byte-compile-out-toplevel): Undo previous change.Richard M. Stallman1996-09-101-47/+9
| | | | (byte-compile-byte-code-maker): Undo previous change.
* (imenu): Tests for when to widen were backwards.Richard M. Stallman1996-09-101-43/+38
| | | | | | | (imenu--split-menu): Handle imenu-sort-function here. (imenu--mouse-menu, imenu-update-menubar): Not here. (imenu--mouse-menu): Rewrite second half--handle nested menus reliably. (imenu--create-keymap-2): Include ITEM in the leaf menu-item.
* (outline-font-lock-keywords):Richard M. Stallman1996-09-101-1/+1
| | | | Treat carriage return like newline.
* (iso-transl-define-keys): Fix paren error in prev change.Richard M. Stallman1996-09-091-2/+2
|
* (iso-transl-dead-key-alist): Add dead-...Richard M. Stallman1996-09-091-32/+37
| | | | | | | and S-dead-... key names to this list. (key-translation-map): Don't define dead-... and S-dead... here. (iso-transl-define-keys): Handle multiple matches in iso-transl-dead-key-alist for one accent character.
* (vc-file-owner): If the file is owned by somebody else, return the UIDAndré Spiegel1996-09-081-8/+4
| | | | as a string, so that the rest of VC can use it like a username.
* (vc-print-log): Move point to the log entry of the current version.André Spiegel1996-09-081-0/+9
|
* *** empty log message ***Michael Kifer1996-09-064-33/+86
|
* *** empty log message ***Michael Kifer1996-09-061-125/+250
|
* (apropos-print): Don't say `Type ' before M-x cmd.Richard M. Stallman1996-09-041-1/+0
|
* (perform-replace): Increment replace-countRichard M. Stallman1996-09-041-5/+11
| | | | in the places where we do the replacement.
* (executable-insert): Doc fix.Richard M. Stallman1996-09-041-11/+7
| | | | (executable-query): Doc fix.
* (calendar-current-date): Simplify by using decode-time insteadRichard M. Stallman1996-09-031-6/+2
| | | | of parsing current-time-string.
* (insert-directory): Use same value of `now' for all files.Richard M. Stallman1996-09-031-25/+23
| | | | | | (ls-lisp-format): New argument NOW. Arguments are no longer optional. (ls-lisp-format-time): New argument NOW. Use same method as `ls' to decide whether to show time-of-day or year.
* (command-line, command-line-1):Richard M. Stallman1996-09-031-11/+17
| | | | Stop processing options if we encounter "--".
* (dired-mode-map): Add revert-buffer to Immediate menu.Richard M. Stallman1996-09-031-0/+6
|
* (other-frame): Don't call unfocus-frame.Richard M. Stallman1996-09-031-3/+1
|
* (mouse-select-window): Don't call unfocus-frame.Richard M. Stallman1996-09-031-2/+1
|
* (timer-next-integral-multiple-of-time): New function.Paul Eggert1996-09-031-5/+40
| | | | | (run-at-time): If TIME is t, do the action at the next integral multiple of REPEAT.
* (display-time): Use new run-at-time functionality toPaul Eggert1996-09-031-3/+2
| | | | fix display glitches when display-time-interval != 60.
* (show-paren-function): Handle unbalanced parens asRichard M. Stallman1996-09-031-14/+27
| | | | | mismatched. When the unbalanced paren is an opening paren, highlight it as mismatched.
* (run-at-time): Doc fix.Paul Eggert1996-09-031-1/+1
|
* (server-process-filter): Quote with &, not \.Richard M. Stallman1996-09-021-3/+3
|
* (save-match-data): Definition deleted.Richard M. Stallman1996-09-021-11/+0
|
* (ffap-locate-file): Function deleted.Richard M. Stallman1996-09-021-69/+11
| | | | | (ffap-locate-jka-suffixes): Variable deleted. (ffap-alist): Use locate-library.
* (locate-library): New arg PATH. Handle autocompression mode.Richard M. Stallman1996-09-021-4/+21
|
* (locate-library): Doc fix.Richard M. Stallman1996-09-021-2/+2
|
* (rmail-dont-reply-to): Recognize the names to deleteRichard M. Stallman1996-09-021-0/+2
| | | | when they appear within <...>.
* (server-process-filter): Undo the quoting withRichard M. Stallman1996-09-021-1/+12
| | | | | backslashes that emacsclient now does for special characters. Delete some debugging code accidentally left in.