aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (menu-bar-showhide-fringe-menu): Use defvar.Richard M. Stallman2002-05-301-1/+1
|
* (open-network-stream, open-network-stream-nowait)Richard M. Stallman2002-05-301-0/+83
| | | | (open-network-stream-server, process-kill-without-query): Moved from simple.el.
* (open-network-stream, open-network-stream-nowait)Richard M. Stallman2002-05-301-91/+0
| | | | | | | (open-network-stream-server, process-kill-without-query): Moved to subr.el. (byte-compiling-files-p): Function deleted.
* (ispell-library-directory): Renamed from ispell-library-path.Richard M. Stallman2002-05-301-32/+23
| | | | | | | | | If Ispell is not installed, init to nil. (ispell-menu-map): Get rid of byte-compiling-files-p hackery; initialize this unconditionally when ispell-menu-map-needed is t. Local `path' renamed to `dir'. (check-ispell-version): Doc fix.
* Modified doc string to say that the kill-compilation function alsoRobert J. Chassell2002-05-301-2/+2
| | | | kills processes made by a grep command; created a defalias, kill-grep.
* (calc-d-prefix-help): Add `@'.Miles Bader2002-05-302-2/+11
|
* (calc-init-extensions): Add binding for `d@'.Miles Bader2002-05-301-2/+8
| | | | (calc-toggle-banner): New function.
* (calc-show-banner): New variable.Miles Bader2002-05-301-3/+9
| | | | | (calc-refresh): Only show banner if `calc-show-banner' is non-nil. (calc-mode-var-list): Add `calc-show-banner'.
* *** empty log message ***Richard M. Stallman2002-05-291-0/+25
|
* (common-lisp-indent-function-1):Richard M. Stallman2002-05-291-26/+53
| | | | | | | When recognizing a def... construct, make that indentation tentative, so that it can be overridden if the list in question is not actually an expression. (common-lisp-indent-call-method): New subroutine.
* (batch-byte-compile-file): Delete the output file if we get a file-error.Richard M. Stallman2002-05-291-1/+12
|
* (tooltip-mouse-motions-active): New variable.Richard M. Stallman2002-05-291-2/+7
| | | | | (tooltip-activate-mouse-motions): Don't kill track-mouse local if it was not made by us.
* (mouse-set-font): Avoid misleading error message if user makes no selection.Richard M. Stallman2002-05-291-7/+7
|
* (Info-setup-header-line): Don't hide the links line.Richard M. Stallman2002-05-291-1/+4
|
* (find-file-noselect-1): Return the buffer we createdRichard M. Stallman2002-05-291-8/+10
| | | | | | even if it has been killed within `after-find-file'. (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
* (open-network-stream-server): Pass on optional argsKim F. Storm2002-05-281-1/+2
| | | | sentinel and filter to make-network-process (from Luke Gorrie).
* *** empty log message ***Kim F. Storm2002-05-281-0/+5
|
* (byte-compile-last-line): Deleted.Colin Walters2002-05-282-66/+164
| | | | | | | | | | | | | | | | | | | | | (byte-compile-delete-first): New function. (byte-compile-read-position): New variable. (byte-compile-last-position): New variable. (byte-compile-current-buffer): New variable. (byte-compile-log-1): Use it. (byte-compile-set-symbol-position): New function. (byte-compile-obsolete, byte-compile-callargs-warn) (byte-compile-arglist-warn, byte-compile-arglist-warn) (byte-compile-print-syms, byte-compile-file-form-defmumble) (byte-compile-check-lambda-list, byte-compile-lambda) (byte-compile-form, byte-compile-variable-ref) (byte-compile-subr-wrong-args, byte-compile-negation-optimizer) (byte-compile-condition-case, byte-compile-defun) (byte-compile-defvar, byte-compile-autoload) (byte-compile-lambda-form): Use it. (byte-compile-from-buffer): Set it, and bind `read-with-symbol-positions' and `read-symbol-positions-list'. (byte-compile-debug): New variable.
* (xml-mode): New alias for `sgml-mode'.Colin Walters2002-05-281-0/+4
|
* *** empty log message ***Colin Walters2002-05-281-0/+21
|
* *** empty log message ***Kim F. Storm2002-05-281-0/+5
|
* (read-directory-name): New function.Kim F. Storm2002-05-281-1/+20
| | | | (cd): Use it instead of read-file-name.
* (cua-set-mark): Align pop to markoKim F. Storm2002-05-272-14/+27
| | | | | | | behaviour with standard set-mark-command. (cua--pre-command-handler): Use push-mark-command. (cua-repeat-replace-region): Improve functionality when repeated after moving point or changing buffer.
* (push-mark-command): Added optional NOMSG arg.Kim F. Storm2002-05-271-4/+6
|
* Fix previous change.Colin Walters2002-05-271-4/+4
|
* *** empty log message ***Colin Walters2002-05-261-0/+6
|
* (command-line): Use `when', `unless'.Colin Walters2002-05-261-15/+23
| | | | | | | (command-line-1): New argument "--nosplash". Handle it. (inhibit-splash-screen): New variable alias for `inhibit-startup-message'.
* (perform-replace): Document return value. Use `pop'.Colin Walters2002-05-261-4/+6
|
* *** empty log message ***Colin Walters2002-05-261-1/+5
|
* (f90-previous-block, f90-next-block): New names (and slightly changedGlenn Morris2002-05-262-43/+44
| | | | | behaviour) for the functions f90-previous-block-start, f90-next-block-end. (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
* (set-fringe-mode): Work when updatingSimon Josefsson2002-05-262-2/+11
| | | | `default-frame-alist'.
* (cua--repeat-replace-text): New variable.Kim F. Storm2002-05-261-1/+55
| | | | | | (cua-repeat-replace-region): New command. (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap. Misc improvements to the commantary.
* *** empty log message ***Kim F. Storm2002-05-261-0/+7
|
* Fix :type of `fringe-mode' for last modification.Simon Josefsson2002-05-251-0/+1
|
* (fringe-query-style): New fringe style "minimal".Simon Josefsson2002-05-252-9/+14
|
* (rot13-translate-table): New variable.Simon Josefsson2002-05-252-2/+47
| | | | (rot13, rot13-string, rot13-region): New functions.
* (c-add-stmt-syntax): Fixed some cases of wrong anchoring, e.g. forMartin Stjernholm2002-05-252-39/+55
| | | | else-if compounds.
* Bump Emacs version to 21.3.50.Eli Zaretskii2002-05-251-1/+1
|
* (menu-bar-showhide-fringe-menu-customize-left)Miles Bader2002-05-252-3/+14
| | | | | | | (menu-bar-showhide-fringe-menu-customize-right) (menu-bar-showhide-fringe-menu-customize-disable): Use proper calling convention for `customize-set-value'. Require `fringe' before setting variable.
* (cua--init-rectangles): Install defaultKim F. Storm2002-05-251-0/+4
| | | | | binding in cua--rectangle-keymap using cua--self-insert-char-p to handle all global self inserting characters in rectangle mode.
* (cua--init-global-mark): Install defaultKim F. Storm2002-05-251-0/+5
| | | | | binding in cua--global-mark-keymap using cua--self-insert-char-p to handle all global self inserting characters in gmark mode.
* (cua--self-insert-char-p): New function.Kim F. Storm2002-05-251-0/+7
|
* *** empty log message ***Kim F. Storm2002-05-251-0/+12
|
* *** empty log message ***Stefan Monnier2002-05-241-3/+9
|
* *** empty log message ***Glenn Morris2002-05-241-0/+7
|
* (read-file-name-internal): Remove the `ange-ftp' property.Stefan Monnier2002-05-241-3/+0
| | | | (ange-ftp-real-read-file-name-internal): Remove.
* (f90-end-of-subprogram): Remove the final (forward-line 1).Glenn Morris2002-05-241-1/+144
| | | | | (f90-end-of-block, f90-beginning-of-block, f90-next-block-end, f90-previous-block-start): New navigation commands.
* Initial version.Simon Josefsson2002-05-242-0/+173
|
* (menu-bar-options-save): Add fringe-mode.Simon Josefsson2002-05-241-1/+62
| | | | | (menu-bar-showhide-fringe-menu): New menu. (menu-bar-showhide-menu): Add Fringe sub-menu.
* *** empty log message ***Markus Rost2002-05-241-4/+0
|