1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

14496 Commits

Author SHA1 Message Date
Stefan Monnier
72d8b544c6 (byte-compile-log-lap-1)
(byte-optimize-inline-handler, byte-optimize-form-code-walker)
(byte-optimize-apply, end of file): Don't quote lambda.
2000-06-12 05:06:37 +00:00
Stefan Monnier
571b4b9325 (ad-advice-class-completion-table)
(ad-make-freeze-definition): Don't quote lambda.
2000-06-12 04:59:26 +00:00
Stefan Monnier
6dc7d3d547 (cvs-parse-process): Don't blindly refresh all cookies.
(cvs-cleanup-removed): New function.
(cvs-cleanup-functions): New var.
(cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
some flexibility in specifying additional entries to auto-cleanup.
(cvs-quickdir): New function.
(cvs-mode-insert): Use cvs-fileinfo-from-entries.
(cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
(cvs-mode-find-file): Check that we are on a filename or dirname
when invoked through a mouse-click.
(cvs-full-path): Remove.
(cvs-dired-action): Re-introduced.
(cvs-dired-noselect): Use it.
(vc-post-command-functions): use this new hook if available.
2000-06-12 04:53:34 +00:00
Stefan Monnier
1fe28d3099 (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
(cvs-status-map): Don't inherit from cvs-mode-map anymore.
(cvs-filename-map, cvs-dirname-map): Remove.
(cvs-default-action): Remove.
(cvs-add-face): Use `keymap' rather than `local-map' property, and only
if the arg is really a keymap.
(cvs-fileinfo-pp): Don't use any special map for file and dir names.
Don't hardcode the mapping from state (aka type) to face, but check
the var cvs-fi-<type>-face instead.
(cvs-fileinfo-from-entries): New function.
2000-06-12 04:37:50 +00:00
Kenichi Handa
36d455c43b (set-buffer-file-coding-system): If CODING-SYSTEM is nil, set
buffer-file-coding-system to nil unconditionally.
2000-06-12 00:04:43 +00:00
Kenichi Handa
5050a2ef86 *** empty log message *** 2000-06-12 00:03:29 +00:00
Dave Love
35a7ac8446 (widget-specify-button): Really suppress the face if required. 2000-06-11 23:02:14 +00:00
Stefan Monnier
2c0ec709cc (cvs-default-ignore-marks, cvs-diff-ignore-marks):
Docstring fix.
(cvs-find-file-and-jump): Change default to be safer.
(cvs-mode-diff-map): Define it as a function as well.
(cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
Bind mouse-2 in this global map rather than with text-properties.
2000-06-11 22:35:19 +00:00
Stefan Monnier
e6a4ba7311 (cvs-parse-table): Look for conflict markers in the
file to resolve the ambiguity between C-conflict and C-need-merge.
2000-06-11 22:30:49 +00:00
Gerd Moellmann
db8eeecd16 *** empty log message *** 2000-06-11 12:18:25 +00:00
Gerd Moellmann
38fb1ad4a7 (x-colors): Add colors from recent rgb.txt. 2000-06-11 12:14:57 +00:00
Stefan Monnier
70223ca45d (imenu-generic-expression): Docstring fix. 2000-06-11 05:34:05 +00:00
Stefan Monnier
61dc47f5dc (composition-function-table): Move the `put'
below the autoload cookie so we can load the file before loaddefs.
2000-06-11 05:30:20 +00:00
Stefan Monnier
76d1e5a499 (mouse-avoidance-random-shape): Don't quote lambda. 2000-06-11 05:26:41 +00:00
Stefan Monnier
e8139c11fb (make-autoload): Use `cond'.
Handle easy-mmode-define-global-mode.
For complex macros like define-minor-mode that can generate
several autoload entries, try to autoload entries in the
macroexpanded code.
2000-06-11 05:00:35 +00:00
Stefan Monnier
1328a6dfa2 (define-minor-mode): If KEYMAP is a symbol, just use it.
Use byte-compile-current-file and load-file-name to infer the
proper :require to pass to defcustom.
Wrap the hook var into `progn' so as not to autoload it.
Add a :autoload-end cookie.
Be more careful about the evaluation of KEYMAP.
(easy-mmode-define-global-mode): Add a :autoload-end cookie.
(define-derived-mode): Move define-abbrev-table outside of defvar.
2000-06-11 04:55:57 +00:00
Stefan Monnier
1499d2dd8a (EMACSOPT): Remove --no-init-file (implied by -batch).
(autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
(backup-compiled-files): Ignore errors during `tar'.
(bootstrap): Make autoloads before elc files.
2000-06-11 03:54:29 +00:00
Kenichi Handa
b839fdcc45 (set-buffer-file-coding-system): If one of undecided-XXX is specified,
change only EOL conversion.
2000-06-10 02:17:40 +00:00
Kenichi Handa
8d969bf615 (unix): New alias for the coding system undecided-unix. 2000-06-10 02:17:08 +00:00
Kenichi Handa
9c53b34e90 *** empty log message *** 2000-06-10 02:10:35 +00:00
Kenichi Handa
ff6a65c2ba *** empty log message *** 2000-06-10 01:16:33 +00:00
Dave Love
5ee42746ce (tar-copy): Supply MUSTBENEW arg to write-region. 2000-06-09 14:19:34 +00:00
Dave Love
cc7e1d188e (executable-make-buffer-file-executable-if-script-p): Renamed and
simplified.
2000-06-09 09:59:41 +00:00
Dave Love
d18f678bf0 Rename make-buffer-file-executable-if-script-p. 2000-06-09 09:55:33 +00:00
Dave Love
22ddd29947 (after-save-hook): Customize, with
make-buffer-file-executable-if-script-p as an option.
2000-06-09 09:42:05 +00:00
Dave Love
778e1d17ed Byte compile dynamic.
(executable-insert): Change custom type.
(executable-find): Add autoload cookie.
(make-buffer-file-executable-if-script-p): New function from Noah
Friedman.
2000-06-09 09:38:58 +00:00
Kenichi Handa
e1ceff3a51 (Man-fontify-manpage): Fix previous change. 2000-06-09 07:48:24 +00:00
Kenichi Handa
8cf74617ad (ps-mule-font-info-database-bdf): Prefer the font "tib24p-mule.bdf"
for Tibetan.
2000-06-09 02:22:56 +00:00
Kenichi Handa
f89437e32d *** empty log message *** 2000-06-09 02:22:26 +00:00
Kenichi Handa
8d7878453e (decompose-composite-char): Declare it as obsolete. 2000-06-09 02:14:39 +00:00
Kenichi Handa
7a4ee259c3 *** empty log message *** 2000-06-09 02:14:14 +00:00
Kenichi Handa
cb581be7b1 (Man-fontify-manpage): Pay attention to overstrike
pattern for CJK characters (X^H^HX).
2000-06-09 00:42:39 +00:00
Kenichi Handa
41ea379491 *** empty log message *** 2000-06-09 00:41:32 +00:00
Gerd Moellmann
f83fe4b49b *** empty log message *** 2000-06-08 21:01:54 +00:00
Gerd Moellmann
6254fc9fb2 (forward-thing): Use functionp instead of fboundp.
Set maintainer to FSF since author isn't reachable.
2000-06-08 20:59:25 +00:00
Dave Love
b8fbaf52c5 (create-glyph): Doc fix. 2000-06-08 16:58:41 +00:00
Dave Love
e56d790092 (select-safe-coding-system): If
DEFAULT-CODING-SYSTEM is not specified, also check the most
preferred coding-system if buffer-file-coding-system is
`undecided'.  From handa.
2000-06-08 15:54:26 +00:00
Gerd Moellmann
f75a0f7a60 *** empty log message *** 2000-06-08 12:49:10 +00:00
Kenichi Handa
136e48e4ac (after-insert-file-set-buffer-file-coding-system): If the buffer
size is greater than INSERTED, judget that we are not visiting.
2000-06-08 11:12:03 +00:00
Kenichi Handa
d3981b49bf *** empty log message *** 2000-06-08 11:09:58 +00:00
Rajesh Vaidheeswarran
bff7108734 Update whitespace.el - comment out the :version string, since it
seems to have trouble with XEmacs 20.4 (user reported bug). Xemacs
doesn't create group if this is present.

Bug verified. Not yet determined the problem.
2000-06-07 19:04:57 +00:00
Gerd Moellmann
45f485a601 *** empty log message *** 2000-06-07 15:38:54 +00:00
Gerd Moellmann
8e234846db XEmacs compatibility. Doc fix. Can select page size
with/without giving an error if PostScript printer doesn't have this
kind of page size.  Zebra Stripe continues or restarts on next page.
Manual/automatic paper feeding.  Switch or not the header.
(ps-print-version): New version number (5.2.2).
(ps-windows-system): Include emx as a Windows system.
(ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
(ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
(ps-background-text): Code fix.
(ps-error-handler-message, ps-user-defined-prologue)
(ps-print-prologue-header, ps-printer-name)
(ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
(ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
(ps-use-face-background): Customization fix.
(ps-n-up-database): Data fix.
(ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
(ps-switch-header): New vars.
(ps-xemacs-color-name, ps-face-foreground-name)
(ps-face-background-name, ps-boolean-constant): New funs.
2000-06-07 15:34:55 +00:00
Gerd Moellmann
3262f00d6a Update from author. 2000-06-07 15:34:14 +00:00
Gerd Moellmann
f56e2e8e6d Fixed recentf-edit-list and recentf-open-more-files
commands.  Require `wid-edit' at run-time.

Added some "Commentary".
(recentf-open-more-files, recentf-edit-list): Minor changes to
move the point at the top of the file list.  This behaviour is
consistent with the menu one when the list contains a lot of
files.
(recentf-cleanup): Now displays the number of items removed from
the list.
(recentf-relative-filter) New menu filter to show filenames
relative to `default-directory'.
2000-06-07 15:33:22 +00:00
Dave Love
c14dcd2240 *** empty log message *** 2000-06-07 13:33:25 +00:00
Dave Love
9179616f47 New version from Manheimer. 2000-06-07 13:25:06 +00:00
Kenichi Handa
b1376368e2 (fill-find-break-point): Check the validity of charset. 2000-06-07 12:00:23 +00:00
Kenichi Handa
e4044bb049 *** empty log message *** 2000-06-07 11:59:25 +00:00
Karl Fogel
59cfe8b98f Applied this patch from Eli Zaretskii. Pretty much taking on faith
that it works, because I can't build the 20.6 raw tree...

2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>

	* bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
	(bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
	Call display-color-p and display-mouse-p instead of looking at
	window-system.
2000-06-06 22:41:24 +00:00