]> code.delx.au - gnu-emacs/log
gnu-emacs
22 years agoAdd my stuff
Miles Bader [Sun, 25 Nov 2001 05:34:46 +0000 (05:34 +0000)]
Add my stuff

22 years agoFix index entry for comment-indent-function.
Richard M. Stallman [Sun, 25 Nov 2001 02:51:52 +0000 (02:51 +0000)]
Fix index entry for comment-indent-function.

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 25 Nov 2001 02:42:37 +0000 (02:42 +0000)]
*** empty log message ***

22 years agoNew file.
Richard M. Stallman [Sun, 25 Nov 2001 02:41:14 +0000 (02:41 +0000)]
New file.

22 years agoCompletely re-written.
Richard M. Stallman [Sun, 25 Nov 2001 02:40:11 +0000 (02:40 +0000)]
Completely re-written.

22 years agoChange indian-1-column charset to indian-glyph charset.
Richard M. Stallman [Sun, 25 Nov 2001 02:36:28 +0000 (02:36 +0000)]
Change indian-1-column charset to indian-glyph charset.

22 years agoDelete the setting for indian-1-column
Richard M. Stallman [Sun, 25 Nov 2001 02:35:29 +0000 (02:35 +0000)]
Delete the setting for indian-1-column
and add the setting for indian-glyph in the default fontset.

22 years agoAdjusted for the change of indian-1-column -> indian-glyph.
Richard M. Stallman [Sun, 25 Nov 2001 02:34:41 +0000 (02:34 +0000)]
Adjusted for the change of indian-1-column -> indian-glyph.

22 years agoAdjusted for the file name change:
Richard M. Stallman [Sun, 25 Nov 2001 02:31:49 +0000 (02:31 +0000)]
Adjusted for the file name change:
quail/devanagari.elc -> quail/indian.elc.

22 years agoRenamed from devanagari.el, and completely re-written.
Richard M. Stallman [Sun, 25 Nov 2001 02:31:25 +0000 (02:31 +0000)]
Renamed from devanagari.el, and completely re-written.
The input method devanagari-hindi-transliteration is merged with
devanagari-itrans, devanagari-keyboard-a is renamed to
devanagari-inscript, devanagari-transliteration is renamed to
devanagari-kyoto-harvard.

22 years ago(Fload): Detect recursive load error for more than 3
Richard M. Stallman [Sun, 25 Nov 2001 02:13:13 +0000 (02:13 +0000)]
(Fload): Detect recursive load error for more than 3
nestings of the same file.
(Vrecursive_load_depth_limit): Variable deleted.
(syms_of_lread) <recursive-load-depth-limit>: Variable deleted.

22 years agoAdd pagination.
Richard M. Stallman [Sun, 25 Nov 2001 00:12:11 +0000 (00:12 +0000)]
Add pagination.
(ruler-mode-toggle-show-tab-stops): No need to test `ruler-mode' variable.

22 years ago(browse-url-galeon-new-window-is-tab): New var.
Richard M. Stallman [Sun, 25 Nov 2001 00:04:41 +0000 (00:04 +0000)]
(browse-url-galeon-new-window-is-tab): New var.
(browse-url-galeon): Use that variable.

22 years ago(sc-toggle-var): Don't use set-variable or eval-expression.
Richard M. Stallman [Sun, 25 Nov 2001 00:02:05 +0000 (00:02 +0000)]
(sc-toggle-var): Don't use set-variable or eval-expression.
Eval and set the variable simply.

22 years ago(temporary-file-directory): Use defcustom.
Richard M. Stallman [Sat, 24 Nov 2001 23:59:28 +0000 (23:59 +0000)]
(temporary-file-directory): Use defcustom.
(small-temporary-file-directory): Likewise.
(normal-backup-enable-predicate): Move down in file
after definition of temporary-file-directory.

22 years ago(last-buffer, unbury-buffer): Doc fixes.
Richard M. Stallman [Sat, 24 Nov 2001 23:57:29 +0000 (23:57 +0000)]
(last-buffer, unbury-buffer): Doc fixes.

22 years ago(Commentary): Cleanup, and add logistic curve fitting suggestion from
Colin Walters [Sat, 24 Nov 2001 22:34:26 +0000 (22:34 +0000)]
(Commentary): Cleanup, and add logistic curve fitting suggestion from
Robert J. Chassell <bob@rattlesnake.com>.

22 years ago(calc-init-extensions): Update the rest of the autoload names to match
Colin Walters [Sat, 24 Nov 2001 20:51:34 +0000 (20:51 +0000)]
(calc-init-extensions): Update the rest of the autoload names to match
files renamed on initial calc import.

22 years agoDocument the URLs where one can find special versions of TeX required for
Eli Zaretskii [Sat, 24 Nov 2001 18:28:55 +0000 (18:28 +0000)]
Document the URLs where one can find special versions of TeX required for
Czech and Slovak *.tex documents.

22 years ago*** empty log message ***
Jason Rumney [Sat, 24 Nov 2001 18:11:01 +0000 (18:11 +0000)]
*** empty log message ***

22 years ago(prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
Jason Rumney [Sat, 24 Nov 2001 17:51:07 +0000 (17:51 +0000)]
(prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
for all Windowed systems.

22 years ago(compute_tip_xy): Initialize root_x and root_y from
Jason Rumney [Sat, 24 Nov 2001 17:48:40 +0000 (17:48 +0000)]
(compute_tip_xy): Initialize root_x and root_y from
mouse position if either left or top is not specified.

22 years ago(w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
Jason Rumney [Sat, 24 Nov 2001 17:39:31 +0000 (17:39 +0000)]
(w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
<WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
(my_create_tip_window, Fx_show_tip): Adjust size for external border.
(my_create_tip_window): Assign tip_window.
(x_create_tip_frame): Use same defaults as X.
(compute_tip_xy): Remove unused variable.  Use full screen width.
(Fx_show_tip): Do not double height. Call ShowWindow directly.

22 years ago(x_after_update_window_line): Doc fix.
Jason Rumney [Sat, 24 Nov 2001 17:31:06 +0000 (17:31 +0000)]
(x_after_update_window_line): Doc fix.
(w32_read_socket): Doc fix.  Avoid SET_FRAME_GARBAGED for tip frames.
<WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.

22 years agoFix typo in comment.
Pavel Janík [Sat, 24 Nov 2001 17:10:39 +0000 (17:10 +0000)]
Fix typo in comment.

22 years ago*** empty log message ***
Pavel Janík [Sat, 24 Nov 2001 17:07:15 +0000 (17:07 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 24 Nov 2001 16:42:41 +0000 (16:42 +0000)]
*** empty log message ***

22 years agoInstall entry from 2001-11-20 that had unnoticed conflicts.
Jason Rumney [Sat, 24 Nov 2001 16:42:15 +0000 (16:42 +0000)]
Install entry from 2001-11-20 that had unnoticed conflicts.

22 years ago(install-arch-indep, uninstall): Add ELisp Intro files.
Eli Zaretskii [Sat, 24 Nov 2001 16:42:00 +0000 (16:42 +0000)]
(install-arch-indep, uninstall): Add ELisp Intro files.

22 years agoAdd eintr*
Miles Bader [Sat, 24 Nov 2001 14:54:05 +0000 (14:54 +0000)]
Add eintr*

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

22 years agoRemove sentence about contributions to PBM icons.
Eli Zaretskii [Sat, 24 Nov 2001 12:36:02 +0000 (12:36 +0000)]
Remove sentence about contributions to PBM icons.

22 years agoAdd lispintro.
Eli Zaretskii [Sat, 24 Nov 2001 12:01:44 +0000 (12:01 +0000)]
Add lispintro.

22 years agoMention the Elisp Intro manual.
Eli Zaretskii [Sat, 24 Nov 2001 11:55:38 +0000 (11:55 +0000)]
Mention the Elisp Intro manual.

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 24 Nov 2001 11:49:24 +0000 (11:49 +0000)]
*** empty log message ***

22 years agoCopy files in the lispintro directory.
Eli Zaretskii [Sat, 24 Nov 2001 11:49:13 +0000 (11:49 +0000)]
Copy files in the lispintro directory.

22 years agoConfigure in the lispintro directory.
Eli Zaretskii [Sat, 24 Nov 2001 11:41:23 +0000 (11:41 +0000)]
Configure in the lispintro directory.

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 24 Nov 2001 11:29:23 +0000 (11:29 +0000)]
*** empty log message ***

22 years agoRegenerated.
Eli Zaretskii [Sat, 24 Nov 2001 11:28:43 +0000 (11:28 +0000)]
Regenerated.

22 years ago(AC_OUTPUT): Add lispintro/Makefile.
Eli Zaretskii [Sat, 24 Nov 2001 11:28:27 +0000 (11:28 +0000)]
(AC_OUTPUT): Add lispintro/Makefile.

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

22 years ago(SUBDIR_MAKEFILES): Add lispintro.
Eli Zaretskii [Sat, 24 Nov 2001 10:47:42 +0000 (10:47 +0000)]
(SUBDIR_MAKEFILES): Add lispintro.
(lispref/Makefile): New target.
(mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
(unlock, relock, info, dvi): Ditto.

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

22 years ago(SHELL): Comment away, for lispintro.
Eli Zaretskii [Sat, 24 Nov 2001 10:37:52 +0000 (10:37 +0000)]
(SHELL): Comment away, for lispintro.

22 years ago(lispintro): New target.
Eli Zaretskii [Sat, 24 Nov 2001 10:36:56 +0000 (10:36 +0000)]
(lispintro): New target.
(all): Add lispintro.

22 years ago(TEXADD): Remove.
Eli Zaretskii [Sat, 24 Nov 2001 10:23:23 +0000 (10:23 +0000)]
(TEXADD): Remove.

22 years agoModified for the inclusion in the Emacs distribution.
Eli Zaretskii [Sat, 24 Nov 2001 10:02:09 +0000 (10:02 +0000)]
Modified for the inclusion in the Emacs distribution.

22 years agoModified to reflect changes in the file names.
Eli Zaretskii [Sat, 24 Nov 2001 10:00:35 +0000 (10:00 +0000)]
Modified to reflect changes in the file names.

22 years agoModified slightly for inclusion in the Emacs distribution.
Eli Zaretskii [Sat, 24 Nov 2001 09:57:24 +0000 (09:57 +0000)]
Modified slightly for inclusion in the Emacs distribution.

22 years agoModified for the Emacs distribution.
Eli Zaretskii [Sat, 24 Nov 2001 09:54:31 +0000 (09:54 +0000)]
Modified for the Emacs distribution.

22 years agoUpdate the entry for Emacs Lisp Introduction.
Eli Zaretskii [Sat, 24 Nov 2001 09:41:13 +0000 (09:41 +0000)]
Update the entry for Emacs Lisp Introduction.

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

22 years agoEdit image file so arrow lines up properly.
Eli Zaretskii [Sat, 24 Nov 2001 08:45:51 +0000 (08:45 +0000)]
Edit image file so arrow lines up properly.

22 years ago(Installation): Change 'url' into 'uref'.
Colin Walters [Sat, 24 Nov 2001 02:50:42 +0000 (02:50 +0000)]
(Installation): Change 'url' into 'uref'.

22 years ago*** empty log message ***
Colin Walters [Sat, 24 Nov 2001 02:35:37 +0000 (02:35 +0000)]
*** empty log message ***

22 years ago(Installation): Remove most of the installation instructions. Clean
Colin Walters [Sat, 24 Nov 2001 02:26:04 +0000 (02:26 +0000)]
(Installation): Remove most of the installation instructions.  Clean
up instructions on generating .dvi from the manual.
(Reporting Bugs): Update maintainer and Emacs source addresses.

22 years agoAdd header comment.
Colin Walters [Sat, 24 Nov 2001 01:44:15 +0000 (01:44 +0000)]
Add header comment.

22 years ago(finder_setwins, setwins): Include Calc again.
Colin Walters [Sat, 24 Nov 2001 01:40:10 +0000 (01:40 +0000)]
(finder_setwins, setwins): Include Calc again.

22 years agoMinor wording change.
Eli Zaretskii [Fri, 23 Nov 2001 19:19:09 +0000 (19:19 +0000)]
Minor wording change.

22 years ago*** empty log message ***
Pavel Janík [Fri, 23 Nov 2001 17:33:50 +0000 (17:33 +0000)]
*** empty log message ***

22 years ago(Lisp Indent): Add index entry for lisp-indent-function.
Eli Zaretskii [Fri, 23 Nov 2001 17:27:36 +0000 (17:27 +0000)]
(Lisp Indent): Add index entry for lisp-indent-function.

22 years ago(finder_setwins, setwins): Include Calc again.
Colin Walters [Fri, 23 Nov 2001 17:27:28 +0000 (17:27 +0000)]
(finder_setwins, setwins): Include Calc again.

22 years ago(IT_clear_screen): If the frame's faces are not yet
Eli Zaretskii [Fri, 23 Nov 2001 17:16:17 +0000 (17:16 +0000)]
(IT_clear_screen): If the frame's faces are not yet
realized, use the initial screen colors to clear the screen.

22 years agoCorrect paths to some libraries.
Colin Walters [Fri, 23 Nov 2001 17:00:14 +0000 (17:00 +0000)]
Correct paths to some libraries.

22 years agoAdd an item for emacs-lisp-intro.
Eli Zaretskii [Fri, 23 Nov 2001 12:19:13 +0000 (12:19 +0000)]
Add an item for emacs-lisp-intro.

22 years ago*** empty log message ***
Eli Zaretskii [Fri, 23 Nov 2001 11:19:23 +0000 (11:19 +0000)]
*** empty log message ***

22 years ago(uninstall, install-arch-indep): Don't install gfdl.1.
Eli Zaretskii [Fri, 23 Nov 2001 11:15:02 +0000 (11:15 +0000)]
(uninstall, install-arch-indep): Don't install gfdl.1.

22 years ago(etc): Don't distribute gfdl.1.
Eli Zaretskii [Fri, 23 Nov 2001 11:12:51 +0000 (11:12 +0000)]
(etc): Don't distribute gfdl.1.

22 years agoModify distribution terms.
Eli Zaretskii [Fri, 23 Nov 2001 11:03:16 +0000 (11:03 +0000)]
Modify distribution terms.

22 years agoModify distribution terms. Add more command-line options.
Eli Zaretskii [Fri, 23 Nov 2001 11:01:35 +0000 (11:01 +0000)]
Modify distribution terms.  Add more command-line options.

22 years agoModify the distribution terms.
Eli Zaretskii [Fri, 23 Nov 2001 10:41:10 +0000 (10:41 +0000)]
Modify the distribution terms.

22 years ago#
André Spiegel [Fri, 23 Nov 2001 10:19:02 +0000 (10:19 +0000)]
#

22 years ago(with-vc-properties): Don't bind `filename' locally.
André Spiegel [Fri, 23 Nov 2001 10:11:29 +0000 (10:11 +0000)]
(with-vc-properties): Don't bind `filename' locally.
(with-vc-file, edit-vc-file): Use `make-symbol' for local bindings to
avoid name clashes.  Fix `lisp-indent-function' property for both.

22 years ago(mailrc-generic-mode): Highlight the `source' keyword.
Francesco Potortì [Fri, 23 Nov 2001 09:36:24 +0000 (09:36 +0000)]
(mailrc-generic-mode): Highlight the `source' keyword.

22 years ago(Fset_text_properties): Remove unused variables `unchanged',
Pavel Janík [Fri, 23 Nov 2001 08:11:35 +0000 (08:11 +0000)]
(Fset_text_properties): Remove unused variables `unchanged',
`prev_changed', `s' and `len'.

22 years ago(Freplace_match): Remove unused variable `inslen'.
Pavel Janík [Fri, 23 Nov 2001 07:14:31 +0000 (07:14 +0000)]
(Freplace_match): Remove unused variable `inslen'.

22 years ago(access_keymap): Remove unused variables `c1' and `c2'.
Pavel Janík [Fri, 23 Nov 2001 07:04:49 +0000 (07:04 +0000)]
(access_keymap): Remove unused variables `c1' and `c2'.

22 years agoDelete empty lines at the end of file.
Pavel Janík [Fri, 23 Nov 2001 06:06:41 +0000 (06:06 +0000)]
Delete empty lines at the end of file.

22 years agoDelete empty line at the end of file.
Pavel Janík [Fri, 23 Nov 2001 06:06:01 +0000 (06:06 +0000)]
Delete empty line at the end of file.

22 years ago"This file is part of GNU Emacs." added.
Pavel Janík [Fri, 23 Nov 2001 06:05:11 +0000 (06:05 +0000)]
"This file is part of GNU Emacs." added.

22 years ago(uninstall): Handle deletion of calc .info files.
Colin Walters [Fri, 23 Nov 2001 01:28:37 +0000 (01:28 +0000)]
(uninstall): Handle deletion of calc .info files.

22 years ago(x_window_to_frame): Remove irrelevant TODO comment.
Jason Rumney [Thu, 22 Nov 2001 20:44:11 +0000 (20:44 +0000)]
(x_window_to_frame): Remove irrelevant TODO comment.
(w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
(my_create_tip_window): New function.
(x_create_tip_frame, compute_tip_xy): Adapt for Windows.
(Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.

22 years agoRemove.
Colin Walters [Thu, 22 Nov 2001 20:35:42 +0000 (20:35 +0000)]
Remove.

22 years ago(report-calc-bug): Use `reporter-prompt-for-summary-p'.
Colin Walters [Thu, 22 Nov 2001 20:34:30 +0000 (20:34 +0000)]
(report-calc-bug): Use `reporter-prompt-for-summary-p'.

22 years agoRemove TAGS files.
Eli Zaretskii [Thu, 22 Nov 2001 20:06:34 +0000 (20:06 +0000)]
Remove TAGS files.

22 years agoUpdate my responsibilities.
Eli Zaretskii [Thu, 22 Nov 2001 19:57:50 +0000 (19:57 +0000)]
Update my responsibilities.

22 years agoFix cross-references to "Resources".
Eli Zaretskii [Thu, 22 Nov 2001 19:37:34 +0000 (19:37 +0000)]
Fix cross-references to "Resources".

22 years agoFix node names and cross-references.
Eli Zaretskii [Thu, 22 Nov 2001 19:35:56 +0000 (19:35 +0000)]
Fix node names and cross-references.

22 years ago(reb-match-0, reb-match-1)
Miles Bader [Thu, 22 Nov 2001 14:55:55 +0000 (14:55 +0000)]
(reb-match-0, reb-match-1)
(reb-match-2, reb-match-3): Add dark-background variants.

22 years agoUpdate menu for changes in cmdargs.texi and xresources.texi.
Richard M. Stallman [Thu, 22 Nov 2001 13:06:06 +0000 (13:06 +0000)]
Update menu for changes in cmdargs.texi and xresources.texi.

22 years agoSome nodes moved back from xresources.texi.
Richard M. Stallman [Thu, 22 Nov 2001 13:04:54 +0000 (13:04 +0000)]
Some nodes moved back from xresources.texi.

22 years agoMove some of the nodes back to cmdargs.texi--they actually describe options.
Richard M. Stallman [Thu, 22 Nov 2001 11:36:36 +0000 (11:36 +0000)]
Move some of the nodes back to cmdargs.texi--they actually describe options.
Break out new nodes Table of Resources and Face Resources.

22 years agoFix a typo.
Eli Zaretskii [Thu, 22 Nov 2001 11:11:48 +0000 (11:11 +0000)]
Fix a typo.

22 years agoRemove already applied calc info patches. Clarify that there is no
Colin Walters [Thu, 22 Nov 2001 10:10:55 +0000 (10:10 +0000)]
Remove already applied calc info patches.  Clarify that there is no
such thing as Debian GNU/Linux 2.4.3.  ftpd is not handled by
alternatives in Debian, the reporter surely meant just "--config ftp".

22 years ago(report-calc-bug): Use reporter.el.
Colin Walters [Thu, 22 Nov 2001 07:59:01 +0000 (07:59 +0000)]
(report-calc-bug): Use reporter.el.

22 years ago(reporter-submit-bug-report): Doc fixes.
Colin Walters [Thu, 22 Nov 2001 07:58:13 +0000 (07:58 +0000)]
(reporter-submit-bug-report): Doc fixes.

22 years ago*** empty log message ***
Colin Walters [Thu, 22 Nov 2001 06:05:36 +0000 (06:05 +0000)]
*** empty log message ***

22 years ago(install-arch-indep): Install the calc .info files.
Colin Walters [Thu, 22 Nov 2001 06:05:12 +0000 (06:05 +0000)]
(install-arch-indep): Install the calc .info files.

22 years ago(calc-info): Don't perform voodoo, just (info "Calc").
Colin Walters [Thu, 22 Nov 2001 06:03:24 +0000 (06:03 +0000)]
(calc-info): Don't perform voodoo, just (info "Calc").

22 years ago(which-function): Call imenu--make-index-alist
Richard M. Stallman [Thu, 22 Nov 2001 00:08:32 +0000 (00:08 +0000)]
(which-function): Call imenu--make-index-alist
if necessary to get a list of functions.
(which-function-imenu-failed): New variable.
(which-func-update): Handle all visible windows.
(which-func-update-1): New subroutine broken out of which-func-update.