bpt/emacs.git
22 years ago(TeX_commands): Skip comments.
Francesco Potortì [Thu, 6 Jun 2002 09:45:52 +0000 (09:45 +0000)]
(TeX_commands): Skip comments.
(TEX_defenv): Now contains more contructs.
(TEX_cmt): Make it a static char and move it before TeX_commands.
(TeX_commands): Shorten the tag to the brace after the name.
(TeX_commands): Names now include the initial backslash.
(TeX_commands): Names do not include numeric args #n.
(TeX_commands): Correct line char number in tags.
(TEX_tabent, TEX_token): Deleted.
(TeX_commands, TEX_decode_env): Streamlined.

22 years ago*** empty log message ***
Francesco Potortì [Thu, 6 Jun 2002 09:45:25 +0000 (09:45 +0000)]
*** empty log message ***

22 years ago(Converting Representations): Update the description of what
Eli Zaretskii [Wed, 5 Jun 2002 17:52:03 +0000 (17:52 +0000)]
(Converting Representations): Update the description of what
string-make-unibyte does.

22 years ago*** empty log message ***
Eli Zaretskii [Wed, 5 Jun 2002 17:48:42 +0000 (17:48 +0000)]
*** empty log message ***

22 years ago(Fstring_make_unibyte): Doc fix.
Eli Zaretskii [Wed, 5 Jun 2002 17:47:50 +0000 (17:47 +0000)]
(Fstring_make_unibyte): Doc fix.

22 years ago(lisp_data_to_selection_data): If the requested type
Eli Zaretskii [Wed, 5 Jun 2002 17:38:19 +0000 (17:38 +0000)]
(lisp_data_to_selection_data): If the requested type
is STRING, call string_make_unibyte to encode the selected text
as a string.

22 years ago(xselect-convert-to-string): If VALUE is a string,
Eli Zaretskii [Wed, 5 Jun 2002 17:14:16 +0000 (17:14 +0000)]
(xselect-convert-to-string): If VALUE is a string,
return a cons of TYPE and the string.

22 years ago(Fset_window_hscroll): Doc fix.
Eli Zaretskii [Wed, 5 Jun 2002 17:02:15 +0000 (17:02 +0000)]
(Fset_window_hscroll): Doc fix.

22 years ago(main): Avoid a buffer overrun with sprintf.
Francesco Potortì [Wed, 5 Jun 2002 12:10:26 +0000 (12:10 +0000)]
(main): Avoid a buffer overrun with sprintf.

22 years agofix my address
Ken Raeburn [Wed, 5 Jun 2002 07:08:54 +0000 (07:08 +0000)]
fix my address

22 years ago*** empty log message ***
Pavel Janík [Wed, 5 Jun 2002 05:17:06 +0000 (05:17 +0000)]
*** empty log message ***

22 years ago(choose_write_coding_system): Call select-safe-coding-system properly.
Pavel Janík [Wed, 5 Jun 2002 05:16:48 +0000 (05:16 +0000)]
(choose_write_coding_system): Call select-safe-coding-system properly.

22 years ago(cyrillic-alternativnyj-decode-table): Fix the table to contain correct
Pavel Janík [Wed, 5 Jun 2002 05:07:58 +0000 (05:07 +0000)]
(cyrillic-alternativnyj-decode-table): Fix the table to contain correct
characters.

22 years agoDon't require cl.
Richard M. Stallman [Tue, 4 Jun 2002 23:31:58 +0000 (23:31 +0000)]
Don't require cl.

22 years ago(Spelling): Document ispell-complete-word-dict.
Eli Zaretskii [Tue, 4 Jun 2002 16:32:55 +0000 (16:32 +0000)]
(Spelling): Document ispell-complete-word-dict.

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 3 Jun 2002 22:59:22 +0000 (22:59 +0000)]
*** empty log message ***

22 years ago(dired-do-shell-command): Doc fix in autoload.
Richard M. Stallman [Mon, 3 Jun 2002 22:58:20 +0000 (22:58 +0000)]
(dired-do-shell-command): Doc fix in autoload.

22 years ago(Info-extract-pointer): Ignore Info-header-line.
Richard M. Stallman [Mon, 3 Jun 2002 22:57:40 +0000 (22:57 +0000)]
(Info-extract-pointer): Ignore Info-header-line.

22 years ago(c-postprocess-file-styles): Do nothing except in CC modes.
Richard M. Stallman [Mon, 3 Jun 2002 22:56:12 +0000 (22:56 +0000)]
(c-postprocess-file-styles): Do nothing except in CC modes.

22 years ago(select-safe-coding-system): New arg FILE; use that for set-auto-coding.
Richard M. Stallman [Mon, 3 Jun 2002 22:55:26 +0000 (22:55 +0000)]
(select-safe-coding-system): New arg FILE; use that for set-auto-coding.
When computing auto-cs, narrow to FROM...TO.
Put save-excursion outside save-restriction.

22 years ago(message_with_string): Error if STRING is not a string.
Richard M. Stallman [Mon, 3 Jun 2002 22:44:31 +0000 (22:44 +0000)]
(message_with_string): Error if STRING is not a string.

22 years ago(md5): Pass FILE arg to Vselect_safe_coding_system_function.
Richard M. Stallman [Mon, 3 Jun 2002 22:37:15 +0000 (22:37 +0000)]
(md5): Pass FILE arg to Vselect_safe_coding_system_function.

22 years ago(choose_write_coding_system):
Richard M. Stallman [Mon, 3 Jun 2002 22:36:06 +0000 (22:36 +0000)]
(choose_write_coding_system):
Pass FILE arg to Vselect_safe_coding_system_function.

22 years ago* buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
Ken Raeburn [Mon, 3 Jun 2002 18:03:26 +0000 (18:03 +0000)]
* buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.

22 years agoInitial revision
Thien-Thi Nguyen [Mon, 3 Jun 2002 03:15:34 +0000 (03:15 +0000)]
Initial revision

22 years ago(current_column): Now returns float.
Thien-Thi Nguyen [Mon, 3 Jun 2002 01:58:20 +0000 (01:58 +0000)]
(current_column): Now returns float.
(indented_beyond_p): 3rd arg now a float.

22 years ago(last_known_column): Now a float.
Thien-Thi Nguyen [Mon, 3 Jun 2002 01:52:02 +0000 (01:52 +0000)]
(last_known_column): Now a float.
(current_column_1, position_indentation, current_column,
string_display_width): Return float.
(Fcurrent_column): Cast `current_column' return value to int.
(Fcurrent_indentation): Cast `position_indentation' retval to int.
(indented_beyond_p): Third arg now a float.
(compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.

22 years ago(redisplay_internal, redisplay_window, decode_mode_spec): Cast
Thien-Thi Nguyen [Mon, 3 Jun 2002 01:50:02 +0000 (01:50 +0000)]
(redisplay_internal, redisplay_window, decode_mode_spec): Cast
`current_column' return value to int.
(back_to_previous_visible_line_start, reseat_at_next_visible_line_start,
next_element_from_buffer): Cast `indented_beyond_p' 3rd arg to float.

22 years ago(read_minibuf): Cast `current_column' return value to int.
Thien-Thi Nguyen [Mon, 3 Jun 2002 01:42:52 +0000 (01:42 +0000)]
(read_minibuf): Cast `current_column' return value to int.

22 years ago(describe_command): Cast `current_column' return value to int.
Thien-Thi Nguyen [Mon, 3 Jun 2002 01:39:27 +0000 (01:39 +0000)]
(describe_command): Cast `current_column' return value to int.

22 years ago(Fdelete_backward_char, internal_self_insert): Cast
Thien-Thi Nguyen [Mon, 3 Jun 2002 01:37:29 +0000 (01:37 +0000)]
(Fdelete_backward_char, internal_self_insert): Cast
`current_column' return value to int.

22 years ago(Fbyte_code): Cast `current_column' return value to int.
Thien-Thi Nguyen [Mon, 3 Jun 2002 01:34:11 +0000 (01:34 +0000)]
(Fbyte_code): Cast `current_column' return value to int.

22 years ago(choose-completion-string-functions): Doc fix.
Richard M. Stallman [Sun, 2 Jun 2002 00:01:59 +0000 (00:01 +0000)]
(choose-completion-string-functions): Doc fix.
(choose-completion-string): Add doc string.

22 years ago*** empty log message ***
Colin Walters [Sat, 1 Jun 2002 21:57:54 +0000 (21:57 +0000)]
*** empty log message ***

22 years agoReworked 2001-06-01 change.
Kim F. Storm [Sat, 1 Jun 2002 21:56:40 +0000 (21:56 +0000)]
Reworked 2001-06-01 change.
(choose-completion-string1): Merged back into choose-completion-string.
(choose-completion-string): Run choose-completion-string-functions
after checking for proper minibuffer window.  Added mini-p arg to
the hook functions.  Insert choice if all hook functions return nil.
(choose-completion-string-functions): Doc update.

22 years ago(auto-mode-alist): Strip trailing ".in" from the file
Sam Steingold [Sat, 1 Jun 2002 18:04:35 +0000 (18:04 +0000)]
(auto-mode-alist): Strip trailing ".in" from the file
name when deciding the mode (for config.h.in, Makefile.in etc).

22 years agoMention prolog-mode new var `prolog-font-lock-keywords'.
Thien-Thi Nguyen [Sat, 1 Jun 2002 17:49:22 +0000 (17:49 +0000)]
Mention prolog-mode new var `prolog-font-lock-keywords'.

22 years ago(prolog-mode-syntax-table): Add flags to ?/ and ?* entries
Thien-Thi Nguyen [Sat, 1 Jun 2002 00:55:41 +0000 (00:55 +0000)]
(prolog-mode-syntax-table): Add flags to ?/ and ?* entries
to support /* */ style comments.
(prolog-font-lock-keywords): New var.
(prolog-mode): Enable font-locking; set `font-lock-defaults'.

22 years ago(choose-completion-string-functions): New special hook.
Kim F. Storm [Sat, 1 Jun 2002 00:00:29 +0000 (00:00 +0000)]
(choose-completion-string-functions): New special hook.
(choose-completion-string1): Renamed from choose-completion-string.
(choose-completion-string): Run choose-completion-string-functions
until success, and only call choose-completion-string1 if it fails.

22 years ago*** empty log message ***
Kim F. Storm [Fri, 31 May 2002 23:59:50 +0000 (23:59 +0000)]
*** empty log message ***

22 years ago(autoloaded toplevel): Don't use ispell-library-directory without
Stefan Monnier [Fri, 31 May 2002 18:43:28 +0000 (18:43 +0000)]
(autoloaded toplevel): Don't use ispell-library-directory without
checking that it's bound.

22 years ago(x_encode_text): Return stringp non-NULL if coding_system
Eli Zaretskii [Fri, 31 May 2002 17:43:45 +0000 (17:43 +0000)]
(x_encode_text): Return stringp non-NULL if coding_system
is Qcompound_text_with_extensions.

22 years ago(lisp_data_to_selection_data): Always set selection
Eli Zaretskii [Fri, 31 May 2002 17:42:32 +0000 (17:42 +0000)]
(lisp_data_to_selection_data): Always set selection
type as string if x_encode_text returns streingp non-NULL.

22 years agoInclude /usr/pkg in the run time shared library path.
Eli Zaretskii [Fri, 31 May 2002 16:31:51 +0000 (16:31 +0000)]
Include /usr/pkg in the run time shared library path.

22 years agoHandle the case when lispintro is truncated to lispintr.
Eli Zaretskii [Fri, 31 May 2002 15:13:32 +0000 (15:13 +0000)]
Handle the case when lispintro is truncated to lispintr.

22 years ago(cua--last-deleted-region-pos)
Kim F. Storm [Fri, 31 May 2002 12:19:57 +0000 (12:19 +0000)]
(cua--last-deleted-region-pos)
(cua--last-deleted-region-text): New aux variables.
(cua-delete-region): Set them.
(cua-repeat-replace-region): Use them to find the replacement text.

22 years ago*** empty log message ***
Kim F. Storm [Fri, 31 May 2002 12:19:32 +0000 (12:19 +0000)]
*** empty log message ***

22 years ago(viper-smart-suffix-list, viper-ask-level): Fix typos.
Juanma Barranquero [Fri, 31 May 2002 09:26:18 +0000 (09:26 +0000)]
(viper-smart-suffix-list, viper-ask-level): Fix typos.

22 years ago(grep-tree-command, grep-tree-files-aliases)
Kim F. Storm [Thu, 30 May 2002 22:11:29 +0000 (22:11 +0000)]
(grep-tree-command, grep-tree-files-aliases)
(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.

22 years ago*** empty log message ***
Kim F. Storm [Thu, 30 May 2002 22:10:51 +0000 (22:10 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 30 May 2002 17:16:05 +0000 (17:16 +0000)]
*** empty log message ***

22 years ago(LIBS_MAIL): Renamed from LIB_MAIL.
Richard M. Stallman [Thu, 30 May 2002 17:15:45 +0000 (17:15 +0000)]
(LIBS_MAIL): Renamed from LIB_MAIL.
(LIBS_MOVE): Renamed from MOVE_LIBS.

22 years ago(find-file-default): Add defvar for var already used.
Richard M. Stallman [Thu, 30 May 2002 17:13:54 +0000 (17:13 +0000)]
(find-file-default): Add defvar for var already used.

22 years ago(menu-bar-showhide-fringe-menu): Use defvar.
Richard M. Stallman [Thu, 30 May 2002 17:13:22 +0000 (17:13 +0000)]
(menu-bar-showhide-fringe-menu): Use defvar.

22 years ago(open-network-stream, open-network-stream-nowait)
Richard M. Stallman [Thu, 30 May 2002 17:12:53 +0000 (17:12 +0000)]
(open-network-stream, open-network-stream-nowait)
(open-network-stream-server, process-kill-without-query): Moved from simple.el.

22 years ago(open-network-stream, open-network-stream-nowait)
Richard M. Stallman [Thu, 30 May 2002 17:12:15 +0000 (17:12 +0000)]
(open-network-stream, open-network-stream-nowait)
(open-network-stream-server, process-kill-without-query):
Moved to subr.el.

(byte-compiling-files-p): Function deleted.

22 years ago(ispell-library-directory): Renamed from ispell-library-path.
Richard M. Stallman [Thu, 30 May 2002 17:09:58 +0000 (17:09 +0000)]
(ispell-library-directory): Renamed from ispell-library-path.
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.

22 years ago(Fset_window_configuration): Correct the handling
Richard M. Stallman [Thu, 30 May 2002 17:04:59 +0000 (17:04 +0000)]
(Fset_window_configuration): Correct the handling
of point in current buffer, to work with multiple windows.

22 years agoImprove explanation of special handling of point in current buffer.
Richard M. Stallman [Thu, 30 May 2002 17:03:50 +0000 (17:03 +0000)]
Improve explanation of special handling of point in current buffer.

22 years agoModified doc string to say that the kill-compilation function also
Robert J. Chassell [Thu, 30 May 2002 13:47:32 +0000 (13:47 +0000)]
Modified doc string to say that the kill-compilation function also
kills processes made by a grep command; created a defalias, kill-grep.

22 years ago(calc-d-prefix-help): Add `@'.
Miles Bader [Thu, 30 May 2002 01:07:52 +0000 (01:07 +0000)]
(calc-d-prefix-help): Add `@'.

22 years ago(calc-init-extensions): Add binding for `d@'.
Miles Bader [Thu, 30 May 2002 01:05:21 +0000 (01:05 +0000)]
(calc-init-extensions): Add binding for `d@'.
(calc-toggle-banner): New function.

22 years ago(calc-show-banner): New variable.
Miles Bader [Thu, 30 May 2002 01:04:15 +0000 (01:04 +0000)]
(calc-show-banner): New variable.
(calc-refresh): Only show banner if `calc-show-banner' is non-nil.
(calc-mode-var-list): Add `calc-show-banner'.

22 years agoFix previous change (oops).
Colin Walters [Wed, 29 May 2002 18:58:38 +0000 (18:58 +0000)]
Fix previous change (oops).

22 years ago(Fread_from_string): Don't depend on order of evaluation for C
Colin Walters [Wed, 29 May 2002 18:57:57 +0000 (18:57 +0000)]
(Fread_from_string): Don't depend on order of evaluation for C
function parameters.

22 years ago*** empty log message ***
Colin Walters [Wed, 29 May 2002 18:57:33 +0000 (18:57 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Richard M. Stallman [Wed, 29 May 2002 16:40:46 +0000 (16:40 +0000)]
*** empty log message ***

22 years ago(common-lisp-indent-function-1):
Richard M. Stallman [Wed, 29 May 2002 16:40:34 +0000 (16:40 +0000)]
(common-lisp-indent-function-1):
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.

22 years ago(batch-byte-compile-file): Delete the output file if we get a file-error.
Richard M. Stallman [Wed, 29 May 2002 16:38:46 +0000 (16:38 +0000)]
(batch-byte-compile-file): Delete the output file if we get a file-error.

22 years ago(tooltip-mouse-motions-active): New variable.
Richard M. Stallman [Wed, 29 May 2002 16:38:06 +0000 (16:38 +0000)]
(tooltip-mouse-motions-active): New variable.
(tooltip-activate-mouse-motions): Don't kill track-mouse local
if it was not made by us.

22 years ago(mouse-set-font): Avoid misleading error message if user makes no selection.
Richard M. Stallman [Wed, 29 May 2002 16:36:55 +0000 (16:36 +0000)]
(mouse-set-font): Avoid misleading error message if user makes no selection.

22 years ago(Info-setup-header-line): Don't hide the links line.
Richard M. Stallman [Wed, 29 May 2002 16:35:56 +0000 (16:35 +0000)]
(Info-setup-header-line): Don't hide the links line.

22 years ago(find-file-noselect-1): Return the buffer we created
Richard M. Stallman [Wed, 29 May 2002 16:34:41 +0000 (16:34 +0000)]
(find-file-noselect-1): Return the buffer we created
even if it has been killed within `after-find-file'.

(auto-mode-alist): Use ada-mode for .ad[bs].dg files.

22 years ago(open-network-stream-server): Pass on optional args
Kim F. Storm [Tue, 28 May 2002 22:04:14 +0000 (22:04 +0000)]
(open-network-stream-server): Pass on optional args
sentinel and filter to make-network-process (from Luke Gorrie).

22 years ago*** empty log message ***
Kim F. Storm [Tue, 28 May 2002 22:03:41 +0000 (22:03 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Colin Walters [Tue, 28 May 2002 21:12:18 +0000 (21:12 +0000)]
*** empty log message ***

22 years ago(x_display_and_set_cursor): Change the cursor in the same
Richard M. Stallman [Tue, 28 May 2002 20:28:12 +0000 (20:28 +0000)]
(x_display_and_set_cursor): Change the cursor in the same
way for blinked-off state and for a nonselected window.

22 years ago(window_scroll_pixel_based): Don't call Fbolp;
Richard M. Stallman [Tue, 28 May 2002 20:26:34 +0000 (20:26 +0000)]
(window_scroll_pixel_based): Don't call Fbolp;
instead, see if the new start pos is at beginning of line.

22 years ago(Fwrite_region): If START is a string, don't make any annotations.
Richard M. Stallman [Tue, 28 May 2002 20:25:46 +0000 (20:25 +0000)]
(Fwrite_region): If START is a string, don't make any annotations.

22 years ago(syms_of_eval): Doc fix.
Richard M. Stallman [Tue, 28 May 2002 20:24:32 +0000 (20:24 +0000)]
(syms_of_eval): Doc fix.

22 years ago(byte-compile-last-line): Deleted.
Colin Walters [Tue, 28 May 2002 17:40:47 +0000 (17:40 +0000)]
(byte-compile-last-line): Deleted.
(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.

22 years ago(xml-mode): New alias for `sgml-mode'.
Colin Walters [Tue, 28 May 2002 16:51:06 +0000 (16:51 +0000)]
(xml-mode): New alias for `sgml-mode'.

22 years ago*** empty log message ***
Colin Walters [Tue, 28 May 2002 16:50:51 +0000 (16:50 +0000)]
*** empty log message ***

22 years ago(USAGE1): Add --no-splash.
Colin Walters [Tue, 28 May 2002 16:25:37 +0000 (16:25 +0000)]
(USAGE1): Add --no-splash.
(standard_args): Ditto.

22 years agolread.c (readchar_count): New variable.
Colin Walters [Tue, 28 May 2002 16:24:55 +0000 (16:24 +0000)]
lread.c (readchar_count): New variable.
(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.

22 years ago*** empty log message ***
Kim F. Storm [Tue, 28 May 2002 09:08:53 +0000 (09:08 +0000)]
*** empty log message ***

22 years ago(read-directory-name): New function.
Kim F. Storm [Tue, 28 May 2002 09:08:42 +0000 (09:08 +0000)]
(read-directory-name): New function.
(cd): Use it instead of read-file-name.

22 years ago(Fread_file_name_internal): Added brute-force
Kim F. Storm [Tue, 28 May 2002 09:03:22 +0000 (09:03 +0000)]
(Fread_file_name_internal): Added brute-force
speed up for using predicate file-directory-p.

22 years agoDoc fix.
Miles Bader [Tue, 28 May 2002 01:32:36 +0000 (01:32 +0000)]
Doc fix.

22 years agoDoc fix.
Miles Bader [Tue, 28 May 2002 01:19:49 +0000 (01:19 +0000)]
Doc fix.

22 years agoC style fix.
Miles Bader [Tue, 28 May 2002 01:15:09 +0000 (01:15 +0000)]
C style fix.

22 years ago*** empty log message ***
Kim F. Storm [Mon, 27 May 2002 22:14:52 +0000 (22:14 +0000)]
*** empty log message ***

22 years ago(Fcall_interactively) <"D">: Supply Qfile_directory_p
Kim F. Storm [Mon, 27 May 2002 22:06:29 +0000 (22:06 +0000)]
(Fcall_interactively) <"D">: Supply Qfile_directory_p
predicate for Fread_file_name when reading directory name.
Supply Qnil for predicate in other calls to Fread_file_name.

22 years ago(Fread_file_name): Now has 6 args.
Kim F. Storm [Mon, 27 May 2002 22:05:51 +0000 (22:05 +0000)]
(Fread_file_name): Now has 6 args.

22 years ago(Vread_file_name_function, Vread_file_name_predicate):
Kim F. Storm [Mon, 27 May 2002 22:05:00 +0000 (22:05 +0000)]
(Vread_file_name_function, Vread_file_name_predicate):
New variables.
(syms_of_fileio): DEFVAR_LISP them.
(read_file_name_cleanup): New unwind function.
(Fread_file_name_internal): Only return completions satifying
Vread_file_name_predicate.  Temporarily unwind protect and rebind
default-directory while checking completions against the predicate.
(Fread_file_name): Added PREDICATE argument.  Specbind it to
Vread_file_name_predicate during completion.
Call Vread_file_name_function to read the file name if non-nil.

22 years ago*** empty log message ***
Glenn Morris [Mon, 27 May 2002 12:37:24 +0000 (12:37 +0000)]
*** empty log message ***

22 years ago(cua-set-mark): Align pop to marko
Kim F. Storm [Mon, 27 May 2002 12:14:52 +0000 (12:14 +0000)]
(cua-set-mark): Align pop to marko
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.

22 years ago(push-mark-command): Added optional NOMSG arg.
Kim F. Storm [Mon, 27 May 2002 12:13:56 +0000 (12:13 +0000)]
(push-mark-command): Added optional NOMSG arg.

22 years ago(VERSION): Calculate using the same method that configure.in uses.
Miles Bader [Mon, 27 May 2002 08:07:49 +0000 (08:07 +0000)]
(VERSION): Calculate using the same method that configure.in uses.

22 years ago*** empty log message ***
Miles Bader [Mon, 27 May 2002 08:07:29 +0000 (08:07 +0000)]
*** empty log message ***