aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (uninstall): Handle deletion of calc .info files.Colin Walters2001-11-232-1/+3
|
* (x_window_to_frame): Remove irrelevant TODO comment.Jason Rumney2001-11-222-77/+108
| | | | | | | (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.
* Remove.Colin Walters2001-11-223-599/+6
|
* (report-calc-bug): Use `reporter-prompt-for-summary-p'.Colin Walters2001-11-221-6/+7
|
* Remove TAGS files.Eli Zaretskii2001-11-221-2/+0
|
* Update my responsibilities.Eli Zaretskii2001-11-221-17/+47
|
* Fix cross-references to "Resources".Eli Zaretskii2001-11-223-5/+5
|
* Fix node names and cross-references.Eli Zaretskii2001-11-221-1/+1
|
* (reb-match-0, reb-match-1)Miles Bader2001-11-222-12/+29
| | | | (reb-match-2, reb-match-3): Add dark-background variants.
* Update menu for changes in cmdargs.texi and xresources.texi.Richard M. Stallman2001-11-221-4/+6
|
* Some nodes moved back from xresources.texi.Richard M. Stallman2001-11-221-0/+420
|
* Move some of the nodes back to cmdargs.texi--they actually describe options.Richard M. Stallman2001-11-221-441/+29
| | | | Break out new nodes Table of Resources and Face Resources.
* Fix a typo.Eli Zaretskii2001-11-221-1/+1
|
* Remove already applied calc info patches. Clarify that there is noColin Walters2001-11-222-35/+12
| | | | | such thing as Debian GNU/Linux 2.4.3. ftpd is not handled by alternatives in Debian, the reporter surely meant just "--config ftp".
* (report-calc-bug): Use reporter.el.Colin Walters2001-11-222-7/+9
|
* (reporter-submit-bug-report): Doc fixes.Colin Walters2001-11-221-1/+1
|
* *** empty log message ***Colin Walters2001-11-222-0/+9
|
* (install-arch-indep): Install the calc .info files.Colin Walters2001-11-221-2/+2
|
* (calc-info): Don't perform voodoo, just (info "Calc").Colin Walters2001-11-221-18/+1
|
* (which-function): Call imenu--make-index-alistRichard M. Stallman2001-11-222-12/+35
| | | | | | | 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.
* Fix typos.Eli Zaretskii2001-11-211-3/+3
|
* Added note about locale-coding-system on Windows.Jason Rumney2001-11-211-0/+4
|
* (temporary-file-directory)Richard M. Stallman2001-11-212-20/+23
| | | | (small-temporary-file-directory): Definitions moved up.
* (cperl-problems, cperl-tips, cperl-non-problems, cperl-praise): Doc fixes.Richard M. Stallman2001-11-212-11/+12
|
* (sh-mode-syntax-table): Function restored.Richard M. Stallman2001-11-212-17/+38
| | | | | Variable set up for use by function sh-mode-syntax-table. (sh-set-shell): Set the syntax table.
* (sh-mode): Don't use define-derived-mode.Richard M. Stallman2001-11-211-1/+6
|
* (gomoku-mode): Don't use define-derived-mode.Richard M. Stallman2001-11-211-4/+9
|
* (perl-mode): Don't use define-derived-mode.Richard M. Stallman2001-11-211-2/+10
|
* Don't alter minor-map-alist.Richard M. Stallman2001-11-212-6/+16
|
* * files.el (auto-save-file-name-transforms): Put remote files inKai Großjohann2001-11-212-3/+10
| | | | temporary-file-directory rather than /tmp.
* (calc-slow-wrapper): Move (point) call outside of (function ...)Colin Walters2001-11-212-1/+6
| | | | wrapper.
* *** empty log message ***Stefan Monnier2001-11-213-0/+9
|
* (define-derived-mode): Create the abbrev-table from inside the `defvar'.Stefan Monnier2001-11-211-2/+2
|
* *** empty log message ***Stefan Monnier2001-11-212-3/+186
|
* *** empty log message ***Stefan Monnier2001-11-211-0/+21
|
* (jit-lock-defer-time): New var.Stefan Monnier2001-11-211-26/+105
| | | | | | | | | | (jit-lock-defer-timer, jit-lock-buffers): New vars. (jit-lock-mode): Initialize them. Cancel the timers more carefully. (jit-lock-function): Defer fontification if requested. (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value. (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline' text property. (jit-lock-deferred-fontify): New fun.
* (lisp-interaction-mode): Set local-abbrev-table to lisp-mode-abbrev-table.Richard M. Stallman2001-11-202-1/+13
|
* (reb-mode): Don't use define-derived-mode. Call kill-all-local-variables.Richard M. Stallman2001-11-201-3/+10
|
* (lisp-mode, emacs-lisp-mode): Don't use define-derived-mode.Richard M. Stallman2001-11-201-6/+22
|
* (help-mode): Undo 2001-10-07 change.Richard M. Stallman2001-11-201-3/+13
|
* (occur-mode): Undo 2001-5-20 change.Richard M. Stallman2001-11-202-6/+15
|
* Update table of versions of make that are suitableJason Rumney2001-11-202-7/+22
| | | | for building Emacs, based on recent feedback.
* Remove.Jason Rumney2001-11-204-90/+0
|
* (w32-system-coding-system): Change to an alias forJason Rumney2001-11-201-5/+10
| | | | | | locale-coding-system. (set-w32-system-coding-system): Document the above change. Set locale-coding-system instead.
* *** empty log message ***Jason Rumney2001-11-201-0/+8
|
* (Vw32_system_coding_system) [WINDOWSNT]: Remove.Jason Rumney2001-11-201-10/+6
| | | | (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
* (Vw32_system_coding_system): Remove.Jason Rumney2001-11-201-9/+2
| | | | (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
* *** empty log message ***Stefan Monnier2001-11-201-5/+6
|
* Fix a typo.Eli Zaretskii2001-11-201-1/+1
|
* What to do when AUC TeX don't fontify.Eli Zaretskii2001-11-201-0/+5
|