aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (autoloaded toplevel): Don't use ispell-library-directory withoutStefan Monnier2002-05-311-9/+8
| | | | checking that it's bound.
* (x_encode_text): Return stringp non-NULL if coding_systemEli Zaretskii2002-05-312-1/+10
| | | | is Qcompound_text_with_extensions.
* (lisp_data_to_selection_data): Always set selectionEli Zaretskii2002-05-311-9/+1
| | | | type as string if x_encode_text returns streingp non-NULL.
* Include /usr/pkg in the run time shared library path.Eli Zaretskii2002-05-312-1/+5
|
* Handle the case when lispintro is truncated to lispintr.Eli Zaretskii2002-05-312-1/+8
|
* (cua--last-deleted-region-pos)Kim F. Storm2002-05-311-19/+44
| | | | | | (cua--last-deleted-region-text): New aux variables. (cua-delete-region): Set them. (cua-repeat-replace-region): Use them to find the replacement text.
* *** empty log message ***Kim F. Storm2002-05-311-0/+7
|
* (viper-smart-suffix-list, viper-ask-level): Fix typos.Juanma Barranquero2002-05-312-2/+7
|
* (grep-tree-command, grep-tree-files-aliases)Kim F. Storm2002-05-301-1/+119
| | | | | | | | | (grep-tree-ignore-CVS-directories, grep-tree-ignore-case): New custom variables. (grep-compute-defaults): Compute grep-tree-command's default value. (grep-expand-command-macros): New aux function. (grep-tree-last-regexp, grep-tree-last-files): New aux variables. (grep-tree): New command like grep-find but extended prompting.
* *** empty log message ***Kim F. Storm2002-05-301-0/+10
|
* *** empty log message ***Richard M. Stallman2002-05-303-0/+33
|
* (LIBS_MAIL): Renamed from LIB_MAIL.Richard M. Stallman2002-05-301-3/+3
| | | | (LIBS_MOVE): Renamed from MOVE_LIBS.
* (find-file-default): Add defvar for var already used.Richard M. Stallman2002-05-301-0/+3
|
* (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.
* (Fset_window_configuration): Correct the handlingRichard M. Stallman2002-05-301-22/+8
| | | | of point in current buffer, to work with multiple windows.
* Improve explanation of special handling of point in current buffer.Richard M. Stallman2002-05-301-18/+14
|
* 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'.
* Fix previous change (oops).Colin Walters2002-05-291-1/+3
|
* (Fread_from_string): Don't depend on order of evaluation for CColin Walters2002-05-291-2/+2
| | | | function parameters.
* *** empty log message ***Colin Walters2002-05-291-0/+5
|
* *** empty log message ***Richard M. Stallman2002-05-292-0/+28
|
* (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
|
* *** empty log message ***Colin Walters2002-05-281-0/+14
|
* (x_display_and_set_cursor): Change the cursor in the sameRichard M. Stallman2002-05-282-32/+55
| | | | way for blinked-off state and for a nonselected window.
* (window_scroll_pixel_based): Don't call Fbolp;Richard M. Stallman2002-05-281-2/+6
| | | | instead, see if the new start pos is at beginning of line.
* (Fwrite_region): If START is a string, don't make any annotations.Richard M. Stallman2002-05-281-9/+17
|
* (syms_of_eval): Doc fix.Richard M. Stallman2002-05-281-3/+8
|
* (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-282-0/+48
|
* (USAGE1): Add --no-splash.Colin Walters2002-05-281-0/+2
| | | | (standard_args): Ditto.
* lread.c (readchar_count): New variable.Colin Walters2002-05-281-51/+141
| | | | | | | | | | | | | | | | (readchar): Increment it. (unreadchar): Decrement it. (read_multibyte): Decrement it. (Vread_with_symbol_positions): New variable. (Vread_symbol_positions_list): New variable. (read_internal_start): New function, created from Fread and Fread_from_string. Handle Vread_symbol_positions_list and Vread_with_symbol_positions. (readevalloop, Fread, Fread_from_string): Use it. (read1): Use readchar_count to add symbol positions to Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil. (syms_of_lread): DEFVAR_LISP and initialize them.
* *** empty log message ***Kim F. Storm2002-05-282-1/+11
|
* (read-directory-name): New function.Kim F. Storm2002-05-281-1/+20
| | | | (cd): Use it instead of read-file-name.
* (Fread_file_name_internal): Added brute-forceKim F. Storm2002-05-281-9/+30
| | | | speed up for using predicate file-directory-p.
* Doc fix.Miles Bader2002-05-281-3/+4
|
* Doc fix.Miles Bader2002-05-281-1/+5
|