bpt/emacs.git
24 years ago(code_convert_region): Initialize total_skip.
Andreas Schwab [Tue, 11 Jan 2000 10:20:25 +0000 (10:20 +0000)]
(code_convert_region): Initialize total_skip.

24 years ago*** empty log message ***
Richard M. Stallman [Tue, 11 Jan 2000 05:15:12 +0000 (05:15 +0000)]
*** empty log message ***

24 years ago(isearch-done/outline-provisions): Added `edit'
Richard M. Stallman [Tue, 11 Jan 2000 05:14:48 +0000 (05:14 +0000)]
(isearch-done/outline-provisions): Added `edit'
argument to correspond with the current definition of `isearch-done'.

24 years ago*** empty log message ***
Richard M. Stallman [Tue, 11 Jan 2000 04:28:13 +0000 (04:28 +0000)]
*** empty log message ***

24 years agoread-mail-command, outline mode changes, change-log-merge,
Dave Love [Mon, 10 Jan 2000 16:36:08 +0000 (16:36 +0000)]
read-mail-command, outline mode changes, change-log-merge,
add-change-log-entry change, paragraph-indent-minor-mode, keyword-p.

24 years ago*** empty log message ***
Dave Love [Mon, 10 Jan 2000 16:33:17 +0000 (16:33 +0000)]
*** empty log message ***

24 years ago(elide-head): Use point-marker, not point.
Dave Love [Mon, 10 Jan 2000 16:26:35 +0000 (16:26 +0000)]
(elide-head): Use point-marker, not point.

24 years ago(vc-parse-buffer): Handle mixtures of dates
Gerd Moellmann [Mon, 10 Jan 2000 13:29:53 +0000 (13:29 +0000)]
(vc-parse-buffer): Handle mixtures of dates
before and after the year 2000.

24 years ago(xemacsp, version18p, version-20p):
Gerd Moellmann [Mon, 10 Jan 2000 12:06:33 +0000 (12:06 +0000)]
(xemacsp, version18p, version-20p):
Add ispell- prefix.

Only define dictionaries in menus when they exist.
(version18p): New variable.
(version20p): New variable.
(xemacsp): New variable.
(ispell-choices-win-default-height): Fix for XEmacs visibility.
(ispell-dictionary-alist1): Added Brasileiro dictionary.
(ispell-dictionary-alist6): Russian command lines no longer accept
run-together words.
(ispell-local-dictionary-alist): Add koi8-r to customize definition.
(ispell-dictionary-alist): Add koi8-r to customize definition.
(check-ispell-version): Added documentation string.  Returns
library path when called non-interactively.
(ispell-menu-map-needed): Uses new variables.
(ispell-library-path): New variable.
(ispell-decode-string): XEmacs fix for bogus variable bindings.
(ispell-word): Improved documentation string.  Test for valid
character mappings.  Correctly check typed in word changes that can
result in single words split into multiple words.  Returns
replacement word.
(ispell-command-loop): Fixes XEmacs display bugs.  Show word to
replace in recursive query replace mode.  Help message for
recursive edit mode.
(ispell-show-choices): Protect against bad framepop bindings.
(ispell-help): Fix to work with XEmacs.
(ispell-highlight-spelling-error): Use new variables.
(ispell-overlay-window): Fix to work with XEmacs.
(ispell-parse-output): Passed and returns location information
tracking spelling corrections.  Doesn't recheck same word on
current line.
(ispell-init-process): Protect against bogus XEmacs variable binding.
Fix call to single argument in sleep-for.  Use new variables.
(ispell-region): Passed and returns location information tracking
spelling corrections.  Doesn't check same word on current line.
Improved documentation string.  Doesn't resend a line already
checked to the ispell process - fixes bug in LaTeX parsing.
(ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
(ispell-skip-region): No longer skips <TT> in SGML.
(ispell-process-line): Tracks location information with spelling
corrections.  Added documentation string.  Accounts for words
already accepted on this line.  Don't allow query-replace on line
starting with math characters.  Doesn't resend a line already sent
to ispell process.  Fixes alignment error bug.

24 years ago*** empty log message ***
Richard M. Stallman [Mon, 10 Jan 2000 08:56:40 +0000 (08:56 +0000)]
*** empty log message ***

24 years ago(dired-guess-shell-alist-default):
Richard M. Stallman [Mon, 10 Jan 2000 08:44:26 +0000 (08:44 +0000)]
(dired-guess-shell-alist-default):
Suggest xloadimage, which is free, not xv, which isn't.

24 years ago(ange-ftp-file-name-nondirectory):
Richard M. Stallman [Mon, 10 Jan 2000 08:41:22 +0000 (08:41 +0000)]
(ange-ftp-file-name-nondirectory):
Don't ever include the host name or user name in the value.

24 years ago*** empty log message ***
Richard M. Stallman [Mon, 10 Jan 2000 08:40:49 +0000 (08:40 +0000)]
*** empty log message ***

24 years ago(texinfo-format-scan): Use ?\n instead
Gerd Moellmann [Sun, 9 Jan 2000 18:21:26 +0000 (18:21 +0000)]
(texinfo-format-scan): Use ?\n instead
of a real newline.

24 years ago(dired-guess-shell-alist-default): Suggest xv
Gerd Moellmann [Sun, 9 Jan 2000 17:19:23 +0000 (17:19 +0000)]
(dired-guess-shell-alist-default): Suggest xv
for .png files.

24 years ago(custom-hook-convert-widget): Fix comment.
Gerd Moellmann [Sun, 9 Jan 2000 17:05:34 +0000 (17:05 +0000)]
(custom-hook-convert-widget): Fix comment.

24 years agoReplace ^F with ^L.
Gerd Moellmann [Sun, 9 Jan 2000 16:59:27 +0000 (16:59 +0000)]
Replace ^F with ^L.

24 years ago(toplevel): Provide `sendmail' when compiling
Gerd Moellmann [Sun, 9 Jan 2000 12:37:37 +0000 (12:37 +0000)]
(toplevel): Provide `sendmail' when compiling
before `require'ing rmail and mailalias to prevent infinite
recursion.

24 years agoRequire rmail, mailalias when compiling.
Dave Love [Sat, 8 Jan 2000 22:36:16 +0000 (22:36 +0000)]
Require rmail, mailalias when compiling.
(mail-setup-hook): Add :options.
(mail-mode-hook, mail-send-hook): Customize.

24 years ago*** empty log message ***
Dave Love [Sat, 8 Jan 2000 15:20:57 +0000 (15:20 +0000)]
*** empty log message ***

24 years agoRemove inappropriate customization (allowing custom.el to use
Dave Love [Sat, 8 Jan 2000 15:19:21 +0000 (15:19 +0000)]
Remove inappropriate customization (allowing custom.el to use
backquote).

24 years ago*** empty log message ***
Dave Love [Fri, 7 Jan 2000 21:26:57 +0000 (21:26 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Dave Love [Fri, 7 Jan 2000 14:47:02 +0000 (14:47 +0000)]
*** empty log message ***

24 years ago(add-log-debugging): Deleted.
Dave Love [Fri, 7 Jan 2000 14:28:58 +0000 (14:28 +0000)]
(add-log-debugging): Deleted.
(add-change-log-entry): Treat a backup FILE-NAME as its parent file.
Remove debugging code.
(change-log-get-method-definition, change-log-name): Add doc.
(change-log-sortable-date-at): New function.
(change-log-merge): New command.

24 years ago(display-time-string-forms): Make the Mail string active.
Dave Love [Fri, 7 Jan 2000 14:19:23 +0000 (14:19 +0000)]
(display-time-string-forms): Make the Mail string active.
(display-time-update): Provide help-echo for load average.

24 years ago(make-mode-line-mouse2-map): New function.
Dave Love [Fri, 7 Jan 2000 14:16:07 +0000 (14:16 +0000)]
(make-mode-line-mouse2-map): New function.
(mode-line-modified): Use it and simplify.
(mode-line-mule-info): Provide help-echo info.
(minor-mode-alist): Activate the strings.
(make-mode-line-mouse-sensitive): Simplify for
mode-line-buffer-identification.

24 years ago(Fcompleting_read): Doc fix.
Gerd Moellmann [Fri, 7 Jan 2000 13:56:00 +0000 (13:56 +0000)]
(Fcompleting_read): Doc fix.

24 years ago(menu-bar-tools-menu): Use read-mail-command.
Dave Love [Fri, 7 Jan 2000 12:55:26 +0000 (12:55 +0000)]
(menu-bar-tools-menu): Use read-mail-command.

24 years ago(with-syntax-table): Fix backquoting.
Dave Love [Fri, 7 Jan 2000 12:53:36 +0000 (12:53 +0000)]
(with-syntax-table): Fix backquoting.
(read-mail-command): New option.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 7 Jan 2000 12:20:57 +0000 (12:20 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Thien-Thi Nguyen [Fri, 7 Jan 2000 02:30:49 +0000 (02:30 +0000)]
*** empty log message ***

24 years agoAdd defclass, define-condition, defmethod, symbol-macrolet.
Dave Love [Thu, 6 Jan 2000 23:46:13 +0000 (23:46 +0000)]
Add defclass, define-condition, defmethod, symbol-macrolet.

24 years ago(byte-extrude-byte-code-vectors): Use remprop.
Dave Love [Thu, 6 Jan 2000 23:38:46 +0000 (23:38 +0000)]
(byte-extrude-byte-code-vectors): Use remprop.

24 years agoTag as emacs-mule coding.
Dave Love [Thu, 6 Jan 2000 23:35:31 +0000 (23:35 +0000)]
Tag as emacs-mule coding.

24 years ago(hl-line-mode): Fix defcustom.
Dave Love [Thu, 6 Jan 2000 23:24:04 +0000 (23:24 +0000)]
(hl-line-mode): Fix defcustom.

24 years agoAssorted cleanups for compiler warnings, doc strings, `array-' prefix
Dave Love [Thu, 6 Jan 2000 23:12:02 +0000 (23:12 +0000)]
Assorted cleanups for compiler warnings, doc strings, `array-' prefix
for symbols.

24 years ago(Fuser_variable_p): Check customizability too.
Dave Love [Thu, 6 Jan 2000 16:37:03 +0000 (16:37 +0000)]
(Fuser_variable_p): Check customizability too.

24 years agoRemove various old stuff and references thereto.
Dave Love [Thu, 6 Jan 2000 00:17:52 +0000 (00:17 +0000)]
Remove various old stuff and references thereto.

24 years agoFeatures may work other than under X.
Dave Love [Wed, 5 Jan 2000 23:54:20 +0000 (23:54 +0000)]
Features may work other than under X.
Hweeled mice.
Dialog boxes.
Trailing whitespace.
Tooltips.
XTerm mouse.
Customizing scrollbar.
[Commented out] toolbar -- not yet useful.
New standard faces.
JIT lock.

24 years agoGUD tooltips.
Dave Love [Wed, 5 Jan 2000 23:49:34 +0000 (23:49 +0000)]
GUD tooltips.

24 years agoRecursive deletes, copies. dired-do-apply. `?' in shell command.
Dave Love [Wed, 5 Jan 2000 23:47:15 +0000 (23:47 +0000)]
Recursive deletes, copies.  dired-do-apply.  `?' in shell command.
Reference dired-x.

24 years agoMention outline-minor-mode, check-parens,
Dave Love [Wed, 5 Jan 2000 23:43:37 +0000 (23:43 +0000)]
Mention outline-minor-mode, check-parens,
add-log-keep-changes-together, change-log-merge,
tags-apropos-additional-actions.
Fortran updates.

24 years agoReference column-number-mode, hl-line-mode, blink-cursor-mode.
Dave Love [Wed, 5 Jan 2000 23:36:05 +0000 (23:36 +0000)]
Reference column-number-mode, hl-line-mode, blink-cursor-mode.

24 years agoUpdate xref.
Dave Love [Wed, 5 Jan 2000 23:34:41 +0000 (23:34 +0000)]
Update xref.

24 years agoDoc recent changes in Custom.
Dave Love [Wed, 5 Jan 2000 23:31:27 +0000 (23:31 +0000)]
Doc recent changes in Custom.
Warn about keybinding 8-bit chars.

24 years agoLazy highlighting.
Dave Love [Wed, 5 Jan 2000 23:28:19 +0000 (23:28 +0000)]
Lazy highlighting.

24 years agoMinibuffer resizing now automatic.
Dave Love [Wed, 5 Jan 2000 23:26:24 +0000 (23:26 +0000)]
Minibuffer resizing now automatic.

24 years agoHighlighting on tty now.
Dave Love [Wed, 5 Jan 2000 23:25:33 +0000 (23:25 +0000)]
Highlighting on tty now.

24 years agoEnglish fixes.
Dave Love [Wed, 5 Jan 2000 23:24:32 +0000 (23:24 +0000)]
English fixes.

24 years agoPostScript <- Postscript.
Dave Love [Wed, 5 Jan 2000 23:22:55 +0000 (23:22 +0000)]
PostScript <- Postscript.

24 years agoUpdate main menu.
Dave Love [Wed, 5 Jan 2000 23:21:42 +0000 (23:21 +0000)]
Update main menu.

24 years agoDon't conflate single-byte with European.
Dave Love [Wed, 5 Jan 2000 23:21:11 +0000 (23:21 +0000)]
Don't conflate single-byte with European.
Discuss 8-bit input.

24 years agoPostScript <- Postscript.
Dave Love [Wed, 5 Jan 2000 23:14:12 +0000 (23:14 +0000)]
PostScript <- Postscript.
Add bothner's Term doc.
Mention Handwrite.
Add crisp-mode, scroll-all-mode, pc-bindings-mode, pc-selection-mode,
wordstar-mode, 5x5, lm, life, solitaire, tetris, snake.

24 years agoAdd Fortune, Footnote.
Dave Love [Wed, 5 Jan 2000 23:08:00 +0000 (23:08 +0000)]
Add Fortune, Footnote.

24 years agoMention Hippie Expand.
Dave Love [Wed, 5 Jan 2000 23:06:58 +0000 (23:06 +0000)]
Mention Hippie Expand.

24 years agoMention Autotype.
Dave Love [Wed, 5 Jan 2000 23:02:56 +0000 (23:02 +0000)]
Mention Autotype.
paragraph-indent-minor-mode.

24 years agoCopyright up-date.
Dave Love [Wed, 5 Jan 2000 22:59:31 +0000 (22:59 +0000)]
Copyright up-date.

24 years ago*** empty log message ***
Dave Love [Wed, 5 Jan 2000 22:56:49 +0000 (22:56 +0000)]
*** empty log message ***

24 years ago(outline-mode-menu-bar-map): Add outline-headers-as-kill.
Dave Love [Wed, 5 Jan 2000 22:47:58 +0000 (22:47 +0000)]
(outline-mode-menu-bar-map): Add outline-headers-as-kill.
(outline-mode): Define imenu-generic-expression.
(outline-headers-as-kill): New command.

24 years ago*** empty log message ***
Dave Love [Wed, 5 Jan 2000 22:39:30 +0000 (22:39 +0000)]
*** empty log message ***

24 years ago(text-mode): Remove page-delimiter's `^' from paragraph-start.
Dave Love [Wed, 5 Jan 2000 22:32:54 +0000 (22:32 +0000)]
(text-mode): Remove page-delimiter's `^' from paragraph-start.
(paragraph-indent-minor-mode): New command.

24 years agoCheck for jerror.h as well as libjpeg.
Dave Love [Wed, 5 Jan 2000 22:11:33 +0000 (22:11 +0000)]
Check for jerror.h as well as libjpeg.

24 years agoUp date.
Dave Love [Wed, 5 Jan 2000 18:15:55 +0000 (18:15 +0000)]
Up date.
check-parens.
`beginning-of-defun' and `end-of-defun'.

24 years ago(fortran-mode-map): Don't bind M-C-a,
Dave Love [Wed, 5 Jan 2000 17:23:27 +0000 (17:23 +0000)]
(fortran-mode-map): Don't bind M-C-a,
M-C-e, M-C-h, C-j, C-xnd, TAB.
(fortran-mode): Set beginning-of-defun, end-of-defun.
(fortran-column-ruler): Simplify.
(fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
(fortran-with-subprogram-narrowing): Likewise.
(fortran-indent-subprogram): Call mark-defun.
(fortran-check-for-matching-do): Change narrowing.

24 years ago*** empty log message ***
Dave Love [Wed, 5 Jan 2000 17:17:07 +0000 (17:17 +0000)]
*** empty log message ***

24 years ago(cl-make-hash-table): Use make-hash-table.
Dave Love [Wed, 5 Jan 2000 16:51:08 +0000 (16:51 +0000)]
(cl-make-hash-table): Use make-hash-table.
(cl-lucid-hash-tag): Delete.
(cl-hash-table-p): Correct test for native table.
(cl-hash-table-count): Use hash-table-count.

24 years ago(browse-url): Fix case of browse-url-browser-function being an alist.
Dave Love [Wed, 5 Jan 2000 15:41:44 +0000 (15:41 +0000)]
(browse-url): Fix case of browse-url-browser-function being an alist.

24 years agoversion 4.10
Carsten Dominik [Wed, 5 Jan 2000 15:25:18 +0000 (15:25 +0000)]
version 4.10

24 years ago*** empty log message ***
Carsten Dominik [Wed, 5 Jan 2000 15:22:16 +0000 (15:22 +0000)]
*** empty log message ***

24 years ago@ifinto -> @ifnottex.
Gerd Moellmann [Wed, 5 Jan 2000 15:18:01 +0000 (15:18 +0000)]
@ifinto -> @ifnottex.

24 years agoNew version number.
Carsten Dominik [Wed, 5 Jan 2000 15:15:41 +0000 (15:15 +0000)]
New version number.
(reftex-parse-file-extionsion,reftex-index-phrase-file-extension): New options

24 years ago*** empty log message ***
Dave Love [Wed, 5 Jan 2000 15:13:41 +0000 (15:13 +0000)]
*** empty log message ***

24 years ago(beginning-of-defun): New variable.
Dave Love [Wed, 5 Jan 2000 15:08:36 +0000 (15:08 +0000)]
(beginning-of-defun): New variable.
(beginning-of-defun-raw): Use it.
(end-of-defun): New variable.
(end-of-defun): Use it.
(check-parens): New command.

24 years agoUpdate copyrights.
Gerd Moellmann [Wed, 5 Jan 2000 14:59:32 +0000 (14:59 +0000)]
Update copyrights.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 5 Jan 2000 14:29:52 +0000 (14:29 +0000)]
*** empty log message ***

24 years agoRemove obsolete @tindex commands.
Gerd Moellmann [Wed, 5 Jan 2000 14:29:37 +0000 (14:29 +0000)]
Remove obsolete @tindex commands.

24 years agoNew version is consistent with the changed names.
Carsten Dominik [Wed, 5 Jan 2000 13:11:27 +0000 (13:11 +0000)]
New version is consistent with the changed names.

24 years agofixed some bugs associated with the new file names
Carsten Dominik [Wed, 5 Jan 2000 13:06:37 +0000 (13:06 +0000)]
fixed some bugs associated with the new file names

24 years agoFix buglet in local variables initialization.
Thien-Thi Nguyen [Wed, 5 Jan 2000 12:34:51 +0000 (12:34 +0000)]
Fix buglet in local variables initialization.

24 years agoChangeLog
Thien-Thi Nguyen [Wed, 5 Jan 2000 12:29:41 +0000 (12:29 +0000)]
ChangeLog

24 years agoRenamed emacs-faq to efaq.
Eli Zaretskii [Wed, 5 Jan 2000 12:23:48 +0000 (12:23 +0000)]
Renamed emacs-faq to efaq.

24 years ago(INFO_TARGETS): Rename emacs-faq to efaq (for
Eli Zaretskii [Wed, 5 Jan 2000 12:22:45 +0000 (12:22 +0000)]
(INFO_TARGETS): Rename emacs-faq to efaq (for
compatibility with 8+3 filesystems).
(../info/efaq): Renamed from emacs-faq.

24 years ago(hs-discard-overlays, hs-flag-region, hs-show-block):
Thien-Thi Nguyen [Wed, 5 Jan 2000 12:22:21 +0000 (12:22 +0000)]
(hs-discard-overlays, hs-flag-region, hs-show-block):
Don't use `mapcar' when not accumulating.

24 years agoRename emacs-faq to efaq in @setfilename and in @direntry.
Eli Zaretskii [Wed, 5 Jan 2000 12:21:52 +0000 (12:21 +0000)]
Rename emacs-faq to efaq in @setfilename and in @direntry.

24 years ago.
Andreas Schwab [Wed, 5 Jan 2000 11:47:57 +0000 (11:47 +0000)]
.

24 years ago*** empty log message ***
Carsten Dominik [Wed, 5 Jan 2000 11:44:41 +0000 (11:44 +0000)]
*** empty log message ***

24 years ago(hscroll): Doc fix.
Andreas Schwab [Wed, 5 Jan 2000 11:44:03 +0000 (11:44 +0000)]
(hscroll): Doc fix.

24 years ago*** empty log message ***
Carsten Dominik [Wed, 5 Jan 2000 10:38:00 +0000 (10:38 +0000)]
*** empty log message ***

24 years agodded old entries for reftex and idlwave which were not properly interated.
Carsten Dominik [Wed, 5 Jan 2000 10:32:51 +0000 (10:32 +0000)]
dded old entries for reftex and idlwave which were not properly interated.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 5 Jan 2000 09:17:53 +0000 (09:17 +0000)]
*** empty log message ***

24 years agorenamed reftex-vcr.el to reftex-dcr.el
Carsten Dominik [Wed, 5 Jan 2000 09:15:48 +0000 (09:15 +0000)]
renamed reftex-vcr.el to reftex-dcr.el

24 years ago(C_SWITCH_SYSTEM): Add -I /usr/local/include and
Gerd Moellmann [Wed, 5 Jan 2000 09:15:33 +0000 (09:15 +0000)]
(C_SWITCH_SYSTEM): Add -I /usr/local/include and
-L /usr/local/lib.

24 years ago*** empty log message ***
Carsten Dominik [Wed, 5 Jan 2000 08:53:23 +0000 (08:53 +0000)]
*** empty log message ***

24 years agoAlso provide idlwave-toolbar, not only idlw-toolbar
Carsten Dominik [Wed, 5 Jan 2000 08:52:21 +0000 (08:52 +0000)]
Also provide idlwave-toolbar, not only idlw-toolbar

24 years agoAlso provide idlwave.shell, not only idlw-shell.
Carsten Dominik [Wed, 5 Jan 2000 08:50:31 +0000 (08:50 +0000)]
Also provide idlwave.shell, not only idlw-shell.

24 years agoNew file.
Kenichi Handa [Wed, 5 Jan 2000 08:14:47 +0000 (08:14 +0000)]
New file.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 5 Jan 2000 08:13:59 +0000 (08:13 +0000)]
*** empty log message ***

24 years agoPostScript code now is in separate files, doc fix.
Kenichi Handa [Wed, 5 Jan 2000 08:11:30 +0000 (08:11 +0000)]
PostScript code now is in separate files, doc fix.
(ps-print-version): New version number (5.0.3).
(ps-header-lines, ps-left-header, ps-right-header): No more buffer
local.
(ps-spool-config): Initialization fix.
(ps-print-prologue-1, ps-print-prologue-2, ps-print-duplex-feature):
PostScript code moved to separated file.
(ps-background-image): Little code reformating.
(ps-begin-file, ps-begin-job): Fix code.
(ps-postscript-code-directory, ps-mark-code-directory): New
vars.
(ps-prologue-file): New fun.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 5 Jan 2000 08:10:08 +0000 (08:10 +0000)]
*** empty log message ***

24 years agops-vars eliminated, doc fix.
Kenichi Handa [Wed, 5 Jan 2000 07:17:31 +0000 (07:17 +0000)]
ps-vars eliminated, doc fix.
(ps-print-version): New version number (5.0.2).
(ps-spool-config): Initialization fix.
(ps-print-customize): New fun.