bpt/emacs.git
22 years ago(query-replace-skip-read-only): New variable.
Richard M. Stallman [Sun, 11 Nov 2001 20:05:39 +0000 (20:05 +0000)]
(query-replace-skip-read-only): New variable.
(perform-replace): If that variable is non-nil, ignore matches
that have a read-only property.

22 years agoDeclare set_text_properties and set_text_properties_1.
Richard M. Stallman [Sun, 11 Nov 2001 20:05:05 +0000 (20:05 +0000)]
Declare set_text_properties and set_text_properties_1.

22 years ago(replace_range): Use adjust_markers_for_replace
Richard M. Stallman [Sun, 11 Nov 2001 20:04:45 +0000 (20:04 +0000)]
(replace_range): Use adjust_markers_for_replace
instead of adjust_markers_for_delete and adjust_markers_for_insert.

22 years ago(Freplace_match): Use replace_range to insert and delete.
Richard M. Stallman [Sun, 11 Nov 2001 20:04:04 +0000 (20:04 +0000)]
(Freplace_match): Use replace_range to insert and delete.
Don't request property inheritance from surrounding text.

22 years ago(set_text_properties_1): New subroutine, broken out of set_text_properties.
Richard M. Stallman [Sun, 11 Nov 2001 20:03:24 +0000 (20:03 +0000)]
(set_text_properties_1): New subroutine, broken out of set_text_properties.
(set_text_properties): Use set_text_properties_1.

22 years ago(graft_intervals_into_buffer):
Richard M. Stallman [Sun, 11 Nov 2001 20:02:58 +0000 (20:02 +0000)]
(graft_intervals_into_buffer):
Use set_text_properties_1 to clear out properties.

22 years agoFile regenerated.
Eli Zaretskii [Sun, 11 Nov 2001 19:23:13 +0000 (19:23 +0000)]
File regenerated.

22 years ago(define-derived-mode): Doc fix.
Richard M. Stallman [Sun, 11 Nov 2001 17:58:58 +0000 (17:58 +0000)]
(define-derived-mode): Doc fix.

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 11 Nov 2001 17:58:05 +0000 (17:58 +0000)]
*** empty log message ***

22 years ago(server-buffer-done): Test of server-existing-buffer was backwards.
Richard M. Stallman [Sun, 11 Nov 2001 17:56:23 +0000 (17:56 +0000)]
(server-buffer-done): Test of server-existing-buffer was backwards.
(server-existing-buffer): Doc fix.

22 years ago(menu-bar-edit-menu): Don't use x-selection-exists-p if
Eli Zaretskii [Sun, 11 Nov 2001 14:02:54 +0000 (14:02 +0000)]
(menu-bar-edit-menu): Don't use x-selection-exists-p if
it is not fboundp.
(clipboard-yank): Ditto.

22 years ago(toplevel): Require calc-macs.
Eli Zaretskii [Sun, 11 Nov 2001 10:33:50 +0000 (10:33 +0000)]
(toplevel): Require calc-macs.
(calc-minibuffer-size): New.
(calcDigit-nondigit): Use it instead of `buffer-size'.
(calcDigit-backspace): Likewise.
(calcDigit-nondigit): Use `minibuffer-contents' instead of `buffer-string'.
(calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of `point-min'.
(calcDigit-key): Use `calc-minibuffer-contains' instead of a `save-excursion'.

22 years ago(calc-record-compilation-date-macro): Return a
Eli Zaretskii [Sun, 11 Nov 2001 10:27:32 +0000 (10:27 +0000)]
(calc-record-compilation-date-macro): Return a
simple `setq' form.

22 years ago(toplevel): Require calc-macs during compilation.
Eli Zaretskii [Sun, 11 Nov 2001 10:26:44 +0000 (10:26 +0000)]
(toplevel): Require calc-macs during compilation.
(calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
(calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
(calcAlg-enter): Likewise.
(calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.

22 years ago(toplevel): Require calc.
Eli Zaretskii [Sun, 11 Nov 2001 10:25:50 +0000 (10:25 +0000)]
(toplevel): Require calc.
(calc-fancy-prefix-map): New.
(calc-fancy-prefix): Use it.
(calc-fancy-prefix-other-key): New.

22 years ago(save-abbrevs): Default value is t.
Richard M. Stallman [Sun, 11 Nov 2001 01:53:50 +0000 (01:53 +0000)]
(save-abbrevs): Default value is t.

22 years ago(command-line): Read standard abbrev
Richard M. Stallman [Sun, 11 Nov 2001 01:53:31 +0000 (01:53 +0000)]
(command-line): Read standard abbrev
file (abbrev-file-name), if it exists.

22 years agoDocument changes in loading and saving abbrevs.
Richard M. Stallman [Sun, 11 Nov 2001 01:52:15 +0000 (01:52 +0000)]
Document changes in loading and saving abbrevs.

22 years ago(read-abbrev-file): Don't set save-abbrevs.
Richard M. Stallman [Sun, 11 Nov 2001 01:49:05 +0000 (01:49 +0000)]
(read-abbrev-file): Don't set save-abbrevs.
(quietly-read-abbrev-file): Doc fix.

22 years ago(compile-goto-error): Fix previous change in the case where subsequent
Richard M. Stallman [Sat, 10 Nov 2001 23:19:54 +0000 (23:19 +0000)]
(compile-goto-error): Fix previous change in the case where subsequent
errors have not been parsed yet because they are in a different source file.

22 years ago(ps-mode-font-lock-keywords-1): Merge two regular expressions into one.
Richard M. Stallman [Sat, 10 Nov 2001 19:36:51 +0000 (19:36 +0000)]
(ps-mode-font-lock-keywords-1): Merge two regular expressions into one.
(ps-mode): Make local bindings for `comment-start' and `comment-start-skip'.
(ps-mode-looking-at-nested): Simplify an if-else construct;
use `set-match-data' to set the result.

22 years ago*** empty log message ***
Richard M. Stallman [Sat, 10 Nov 2001 19:36:24 +0000 (19:36 +0000)]
*** empty log message ***

22 years ago(flyspell-correct-word/local-keymap): Function deleted.
Richard M. Stallman [Sat, 10 Nov 2001 18:36:26 +0000 (18:36 +0000)]
(flyspell-correct-word/local-keymap): Function deleted.
(flyspell-correct-word): Old definition deleted.
(flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
All references renamed too.

22 years ago(distclean): Add.
Eli Zaretskii [Sat, 10 Nov 2001 18:28:07 +0000 (18:28 +0000)]
(distclean): Add.

22 years agoRemove the text about a separate ELisp manual distribution.
Eli Zaretskii [Sat, 10 Nov 2001 15:28:40 +0000 (15:28 +0000)]
Remove the text about a separate ELisp manual distribution.

22 years agoRegenerated.
Eli Zaretskii [Sat, 10 Nov 2001 15:18:50 +0000 (15:18 +0000)]
Regenerated.

22 years agoAC_OUTPUT lispref/Makefile.
Eli Zaretskii [Sat, 10 Nov 2001 15:18:36 +0000 (15:18 +0000)]
AC_OUTPUT lispref/Makefile.

22 years agoAdd an entry for the ELisp manual.
Eli Zaretskii [Sat, 10 Nov 2001 14:52:31 +0000 (14:52 +0000)]
Add an entry for the ELisp manual.

22 years agoRemove the text about a separate ELisp manual distro.
Eli Zaretskii [Sat, 10 Nov 2001 14:51:07 +0000 (14:51 +0000)]
Remove the text about a separate ELisp manual distro.

22 years agoMention the addition of the ELisp reference.
Eli Zaretskii [Sat, 10 Nov 2001 14:48:27 +0000 (14:48 +0000)]
Mention the addition of the ELisp reference.

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 10 Nov 2001 14:45:22 +0000 (14:45 +0000)]
*** empty log message ***

22 years ago(SUBDIR_MAKEFILES): Add lispref/Makefile.
Eli Zaretskii [Sat, 10 Nov 2001 14:43:58 +0000 (14:43 +0000)]
(SUBDIR_MAKEFILES): Add lispref/Makefile.
(lispref/Makefile): New target.
(mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
Add commands for the lispref directory.
(info, dvi): Ditto.

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 10 Nov 2001 14:31:59 +0000 (14:31 +0000)]
*** empty log message ***

22 years agoAdd the lispref directory to the distribution.
Eli Zaretskii [Sat, 10 Nov 2001 14:31:09 +0000 (14:31 +0000)]
Add the lispref directory to the distribution.

22 years ago(info): Add target.
Eli Zaretskii [Sat, 10 Nov 2001 14:18:46 +0000 (14:18 +0000)]
(info): Add target.

22 years ago(install-arch-indep): Add elisp* to the list of installed Info files.
Eli Zaretskii [Sat, 10 Nov 2001 14:12:59 +0000 (14:12 +0000)]
(install-arch-indep): Add elisp* to the list of installed Info files.

22 years ago(all): Add lispref.
Eli Zaretskii [Sat, 10 Nov 2001 14:06:33 +0000 (14:06 +0000)]
(all): Add lispref.
(man lispref): Add lispref.

22 years ago(texinputdir): Add, for the lispref directory.
Eli Zaretskii [Sat, 10 Nov 2001 14:06:08 +0000 (14:06 +0000)]
(texinputdir): Add, for the lispref directory.

22 years agoConfigure in `lispref'.
Eli Zaretskii [Sat, 10 Nov 2001 14:03:38 +0000 (14:03 +0000)]
Configure in `lispref'.

22 years agoAdd Copyright notice.
Eli Zaretskii [Sat, 10 Nov 2001 13:57:42 +0000 (13:57 +0000)]
Add Copyright notice.
(prefix): Remove.
(infodir): Change value to "../info".
(VPATH): New variable.
(MAKE): Don't define.
(texmacrodir): Don't define.
(texinputdir): Append the existing value of TEXINPUTS.
($(infodir)/elisp): Instead of just "elisp".  Reformat the
command to be compatible with man/Makefile.in, and to put the
output into ../info.
(installall): Target removed.

22 years ago*** empty log message ***
Gerd Moellmann [Sat, 10 Nov 2001 13:55:58 +0000 (13:55 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jason Rumney [Sat, 10 Nov 2001 13:55:34 +0000 (13:55 +0000)]
*** empty log message ***

22 years ago(finder_setwins, setwins): Exclude Calc.
Gerd Moellmann [Sat, 10 Nov 2001 13:55:22 +0000 (13:55 +0000)]
(finder_setwins, setwins): Exclude Calc.

22 years ago(enum_font_cb2): Use leading @ on face name to detect
Jason Rumney [Sat, 10 Nov 2001 13:51:02 +0000 (13:51 +0000)]
(enum_font_cb2): Use leading @ on face name to detect
vertical fonts. Allow them if face name is explicitly specified.
Do not give up if we find a font that cannot be converted to an
xlfd.

22 years ago*** empty log message ***
Richard M. Stallman [Sat, 10 Nov 2001 13:30:05 +0000 (13:30 +0000)]
*** empty log message ***

22 years agoAdd copyright 2001.
Gerd Moellmann [Sat, 10 Nov 2001 11:43:07 +0000 (11:43 +0000)]
Add copyright 2001.

22 years ago(unexec): Use mmap/munmap to allocate buffers
Gerd Moellmann [Sat, 10 Nov 2001 11:40:04 +0000 (11:40 +0000)]
(unexec): Use mmap/munmap to allocate buffers
instead of malloc/free.

22 years ago2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Sat, 10 Nov 2001 11:01:54 +0000 (11:01 +0000)]
2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>

* wid-edit.el (checklist): Removed `:menu-tag'.
(radio-button-choice): Ditto.
(editable-list): Ditto.

22 years ago(mostlyclean, clean, distclean, maintainer-clean): Add *.dvi and *.log.
Eli Zaretskii [Sat, 10 Nov 2001 10:45:47 +0000 (10:45 +0000)]
(mostlyclean, clean, distclean, maintainer-clean): Add *.dvi and *.log.
(SOURCES): Update the list of files.

22 years agoMention calccard.tex and calccard.ps.
Eli Zaretskii [Sat, 10 Nov 2001 10:37:58 +0000 (10:37 +0000)]
Mention calccard.tex and calccard.ps.

22 years agoRemove traces of the machine where the file was produced.
Eli Zaretskii [Sat, 10 Nov 2001 10:35:43 +0000 (10:35 +0000)]
Remove traces of the machine where the file was produced.

22 years agoNew file, produced from calccard.tex.
Eli Zaretskii [Sat, 10 Nov 2001 10:33:47 +0000 (10:33 +0000)]
New file, produced from calccard.tex.

22 years agoNew file, from the Calc distribution (with Stephen Gildea's email address
Eli Zaretskii [Sat, 10 Nov 2001 10:33:10 +0000 (10:33 +0000)]
New file, from the Calc distribution (with Stephen Gildea's email address
updated, and version bumped up).

22 years ago*** empty log message ***
Pavel Janík [Sat, 10 Nov 2001 08:21:35 +0000 (08:21 +0000)]
*** empty log message ***

22 years ago(gnus-local-domain): Reformat the doc-string to refer to function
Pavel Janík [Sat, 10 Nov 2001 08:20:24 +0000 (08:20 +0000)]
(gnus-local-domain): Reformat the doc-string to refer to function
`system-name' instead of both function and variable.

22 years agoMove definitions of constants to the beginning of file, before their use.
Pavel Janík [Sat, 10 Nov 2001 08:14:13 +0000 (08:14 +0000)]
Move definitions of constants to the beginning of file, before their use.

22 years agoUse the keymap property instead of local-map, and don't use a minor-mode map.
Richard M. Stallman [Sat, 10 Nov 2001 01:20:22 +0000 (01:20 +0000)]
Use the keymap property instead of local-map, and don't use a minor-mode map.
(flyspell-mode-map): Variable deleted.
Don't mess with minor-mode-map-alist.
(calling add-minor-mode): Specify nil for keymap.
And always use add-minor-mode, now that it exists.
(flyspell-overlay-keymap-property-name): Set it to `keymap'.
(flyspell-mode-on): Don't locally bind flyspell-mouse-map
or flyspell-local-mouse-map.
(make-flyspell-overlay): Use flyspell-mouse-map directly.
(flyspell-mode): Doc fix.
(flyspell-mode-on): Don't call make-local-hook.

22 years ago*** empty log message ***
Richard M. Stallman [Sat, 10 Nov 2001 01:20:05 +0000 (01:20 +0000)]
*** empty log message ***

22 years ago(debugger-make-xrefs): Add buttons to all symbols.
Sam Steingold [Fri, 9 Nov 2001 17:07:24 +0000 (17:07 +0000)]
(debugger-make-xrefs): Add buttons to all symbols.

22 years agoMinor cleanup.
Richard M. Stallman [Fri, 9 Nov 2001 16:21:34 +0000 (16:21 +0000)]
Minor cleanup.

22 years ago(bootstrap-lisp): Don't suppress error messages.
Richard M. Stallman [Fri, 9 Nov 2001 16:00:56 +0000 (16:00 +0000)]
(bootstrap-lisp): Don't suppress error messages.

22 years ago#
André Spiegel [Fri, 9 Nov 2001 15:02:39 +0000 (15:02 +0000)]
#

22 years ago(vc-error-occured): Backquotified.
André Spiegel [Fri, 9 Nov 2001 14:58:21 +0000 (14:58 +0000)]
(vc-error-occured): Backquotified.
(vc-file-prop-obarray): Use prime length for better efficiency.
Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.

22 years agoAdd John David Smith to credits.
André Spiegel [Fri, 9 Nov 2001 14:55:52 +0000 (14:55 +0000)]
Add John David Smith to credits.
(vc-clear-context): Fill obarray with 0, not nil.

22 years agoRemoved. The functionality is now part of the standard Emacs.
Eli Zaretskii [Fri, 9 Nov 2001 14:07:25 +0000 (14:07 +0000)]
Removed.  The functionality is now part of the standard Emacs.

22 years agoFix a typo in last change.
Eli Zaretskii [Fri, 9 Nov 2001 10:41:34 +0000 (10:41 +0000)]
Fix a typo in last change.

22 years agoAn entry for Calc.
Eli Zaretskii [Fri, 9 Nov 2001 10:40:51 +0000 (10:40 +0000)]
An entry for Calc.

22 years ago(Info-file-list-for-emacs): Add entries for Calc.
Eli Zaretskii [Fri, 9 Nov 2001 10:33:27 +0000 (10:33 +0000)]
(Info-file-list-for-emacs): Add entries for Calc.

22 years agoAdd an entry for Calc.
Eli Zaretskii [Fri, 9 Nov 2001 10:15:12 +0000 (10:15 +0000)]
Add an entry for Calc.

22 years ago(encode_coding): Use precomputed value of `src'.
Pavel Janík [Fri, 9 Nov 2001 08:02:08 +0000 (08:02 +0000)]
(encode_coding): Use precomputed value of `src'.
(encode_coding): Remove unused variable `src_end'.
(code_convert_region): Remove unused variables `count'.

22 years ago(Fbury_buffer): Use braces to follow GNU Coding Standards.
Pavel Janík [Fri, 9 Nov 2001 06:49:41 +0000 (06:49 +0000)]
(Fbury_buffer): Use braces to follow GNU Coding Standards.

22 years ago(merge_face_vectors): Use braces to follow GNU Coding Standards.
Pavel Janík [Fri, 9 Nov 2001 06:47:21 +0000 (06:47 +0000)]
(merge_face_vectors): Use braces to follow GNU Coding Standards.
(Finternal_set_lisp_face_attribute): Likewise.

22 years ago(current_column_1): Remove unused variable `prev_col'.
Pavel Janík [Fri, 9 Nov 2001 06:22:21 +0000 (06:22 +0000)]
(current_column_1): Remove unused variable `prev_col'.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 9 Nov 2001 03:29:12 +0000 (03:29 +0000)]
*** empty log message ***

22 years agoFix typo.
Richard M. Stallman [Fri, 9 Nov 2001 02:42:55 +0000 (02:42 +0000)]
Fix typo.

22 years ago(functionp): Don't consider macros as functions.
Miles Bader [Fri, 9 Nov 2001 01:03:03 +0000 (01:03 +0000)]
(functionp): Don't consider macros as functions.

22 years ago(functionp): Make work correctly for macros and unbound symbols.
Miles Bader [Thu, 8 Nov 2001 12:12:30 +0000 (12:12 +0000)]
(functionp): Make work correctly for macros and unbound symbols.

22 years ago*** empty log message ***
Miles Bader [Thu, 8 Nov 2001 12:03:10 +0000 (12:03 +0000)]
*** empty log message ***

22 years ago(comint-send-input): Fix description of `comint-process-echoes' in the
Miles Bader [Thu, 8 Nov 2001 11:54:06 +0000 (11:54 +0000)]
(comint-send-input): Fix description of `comint-process-echoes' in the
doc-string.

22 years ago(make-translation-table): Doc fix.
Eli Zaretskii [Thu, 8 Nov 2001 11:34:00 +0000 (11:34 +0000)]
(make-translation-table): Doc fix.

22 years ago2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Thu, 8 Nov 2001 09:57:20 +0000 (09:57 +0000)]
2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>

* cus-edit.el (custom-face-value-create): Don't ignore the
`customized-face' attribute when finding the current face spec.

22 years agoAdd calc info files.
Miles Bader [Thu, 8 Nov 2001 08:16:34 +0000 (08:16 +0000)]
Add calc info files.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 8 Nov 2001 02:52:57 +0000 (02:52 +0000)]
*** empty log message ***

22 years ago(with-local-quit): New macro.
Stefan Monnier [Thu, 8 Nov 2001 00:57:57 +0000 (00:57 +0000)]
(with-local-quit): New macro.
(make-syntax-table): Always inherit.
(functionp): Be more careful when `object' is a symbol.

22 years ago(dabbrev-completion): Use "*Completions*".
Stefan Monnier [Thu, 8 Nov 2001 00:31:14 +0000 (00:31 +0000)]
(dabbrev-completion): Use "*Completions*".

22 years ago* dired.el (dired-move-to-filename-regexp):
Paul Eggert [Wed, 7 Nov 2001 21:59:39 +0000 (21:59 +0000)]
* dired.el (dired-move-to-filename-regexp):
Do not distinguish between ASCII letters and non-ASCII characters.
Don't allow comma except in the form "month day, year".
Don't allow space between month name and comma.
Clean up the code that checks for trailing period, comma, and space.
Remove now-obsolete comments, and add more commentary about
Japanese dates.
Always gobble up trailing spaces, instead of doing it only sometimes.

22 years ago(dired-move-to-filename-regexp):
Paul Eggert [Wed, 7 Nov 2001 21:52:44 +0000 (21:52 +0000)]
(dired-move-to-filename-regexp):
Do not distinguish between ASCII letters and non-ASCII characters.
Don't allow comma except in the form "month day, year".
Don't allow space between month name and comma.
Clean up the code that checks for trailing period, comma, and space.
Remove now-obsolete comments, and add more commentary about
Japanese dates.
Always gobble up trailing spaces, instead of doing it only sometimes.

22 years ago*** empty log message ***
Jason Rumney [Wed, 7 Nov 2001 21:19:28 +0000 (21:19 +0000)]
*** empty log message ***

22 years ago(x_display_and_set_cursor): Do not move system caret
Jason Rumney [Wed, 7 Nov 2001 21:11:00 +0000 (21:11 +0000)]
(x_display_and_set_cursor): Do not move system caret
if cursor_glyph is NULL.

22 years agoMinor fixes of the docs in the commentary. From sen_ml@eccosys.com.
Eli Zaretskii [Wed, 7 Nov 2001 19:46:57 +0000 (19:46 +0000)]
Minor fixes of the docs in the commentary.  From sen_ml@eccosys.com.

22 years agoFix last change.
Eli Zaretskii [Wed, 7 Nov 2001 19:10:49 +0000 (19:10 +0000)]
Fix last change.

22 years ago*** empty log message ***
Eli Zaretskii [Wed, 7 Nov 2001 19:06:32 +0000 (19:06 +0000)]
*** empty log message ***

22 years ago(INFO_TARGETS): Add ../info/calc.
Eli Zaretskii [Wed, 7 Nov 2001 19:05:53 +0000 (19:05 +0000)]
(INFO_TARGETS): Add ../info/calc.
(../info/calc): New target.

22 years agoFix to pacify makeinfo.
Eli Zaretskii [Wed, 7 Nov 2001 19:02:54 +0000 (19:02 +0000)]
Fix to pacify makeinfo.

22 years agoRegenerate.
Eli Zaretskii [Wed, 7 Nov 2001 18:18:36 +0000 (18:18 +0000)]
Regenerate.

22 years ago(tempdir): Copy AUTHORS as well.
Eli Zaretskii [Wed, 7 Nov 2001 17:53:46 +0000 (17:53 +0000)]
(tempdir): Copy AUTHORS as well.

22 years ago*** empty log message ***
Stefan Monnier [Wed, 7 Nov 2001 17:17:44 +0000 (17:17 +0000)]
*** empty log message ***

22 years ago2001-11-07 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 7 Nov 2001 11:48:22 +0000 (11:48 +0000)]
2001-11-07  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mml.el (mml-preview): Bind mail-header-separator.

22 years ago(access_keymap): Fix compilation error.
Pavel Janík [Wed, 7 Nov 2001 08:47:21 +0000 (08:47 +0000)]
(access_keymap): Fix compilation error.

22 years ago*** empty log message ***
Miles Bader [Wed, 7 Nov 2001 08:41:55 +0000 (08:41 +0000)]
*** empty log message ***