]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 years ago(dired-move-to-filename): Fix previous change.
Markus Rost [Sun, 15 Sep 2002 16:35:23 +0000 (16:35 +0000)]
(dired-move-to-filename): Fix previous change.

22 years ago(maybe_bootstrap): Test for complete absence of compiled Lisp files.
Richard M. Stallman [Sun, 15 Sep 2002 01:53:47 +0000 (01:53 +0000)]
(maybe_bootstrap): Test for complete absence of compiled Lisp files.

22 years ago(dired-use-ls-dired): New variable.
Richard M. Stallman [Sun, 15 Sep 2002 01:52:54 +0000 (01:52 +0000)]
(dired-use-ls-dired): New variable.
(dired-directory): Document the rules better.

(dired-insert-headerline): Function deleted.
(dired-revert): Pass no args to dired-readin.
(dired-move-to-filename): First try using dired-filename property.
(dired-move-to-end-of-filename): Likewise.
(dired-why): Try to show the start of this page of warnings.
(dired-log): Insert the buffer name at start of page, not end.
(dired-log-summary): If just one failure, explain it in echo area.

(dired-internal-noselect): Always set dired-directory, when buffer is not new.
Pass dir-or-list, not dirname, to dired-mode.
Call dired-readin with no args.
Don't call dired-after-readin-hook here.
(dired-find-buffer-nocreate): Expand dirname.
Expand the dir from dired-directory to compare with dirname.

(dired-readin): Take no args.  Get the directory from dired-directory.
Run dired-before-reading hook inside save-excursion.
Run dired-after-readin-hook here.
Don't make undo entries at all.
Call dired-readin-insert with no args.
Don't change indentation here.
Don't insert headerline here.

(dired-readin-insert): Take no args.
Get dir and file-list from dired-directory.
Call dired-insert-directory the new way.
Don't insert "wildcard" info here.

(dired-insert-directory): New arg FILE-LIST.
First arg now DIR, always just the directory.
This function fully handles setting up the buffer text:
update indentation, insert headerline and "wildcard" info.
Pass --dired arg if appropriate; put info in dired-filename props.
Don't expand file names here.

22 years ago(dired-bunch-files): Put the arg FILES
Richard M. Stallman [Sun, 15 Sep 2002 01:52:08 +0000 (01:52 +0000)]
(dired-bunch-files): Put the arg FILES
back as it was after temporary destrucive mods.
(dired-add-entry): Use dired-insert-directory to handle indentation.
Explicitly restore the line's marker character.
Preserve the old file name's text properties.
(dired-add-entry-do-indentation): Function deleted.
(dired-relist-file): Doc fix.
(dired-rename-file): Change argument names.
(foo-rename-file): New function.
(dired-do-hardlink): Use dired-hardlink.
(dired-hardlink): New function.
(dired-insert-subdir-doinsert): Use dired-insert-directory;
that handles indentation, text props and header line.
dired-readin-insert gets no args.
Use `last' instead of `reverse'.

22 years ago(display-time-mode): Set display-time-load-average here.
Richard M. Stallman [Sun, 15 Sep 2002 01:51:49 +0000 (01:51 +0000)]
(display-time-mode): Set display-time-load-average here.
(display-time-load-average): Initialize to nil.
(display-time-default-load-average): Add "None" alternative.
(display-time-update): Handle "None" alternative for load-average.

22 years agoFix entry for keypad package.
Kim F. Storm [Sat, 14 Sep 2002 20:54:45 +0000 (20:54 +0000)]
Fix entry for keypad package.

22 years ago(keypad-setup, keypad-shifted-setup)
Kim F. Storm [Sat, 14 Sep 2002 20:54:07 +0000 (20:54 +0000)]
(keypad-setup, keypad-shifted-setup)
(keypad-numlock-setup, keypad-numlock-shifted-setup):
Change `Remove Binding' option to `Unspecified/User-defined'.
(keypad-setup): Enhance explanation of setup type `none'.

22 years ago*** empty log message ***
Kim F. Storm [Sat, 14 Sep 2002 20:53:40 +0000 (20:53 +0000)]
*** empty log message ***

22 years agoCorrect the explanation of glyphs and glyph table.
Richard M. Stallman [Sat, 14 Sep 2002 17:36:44 +0000 (17:36 +0000)]
Correct the explanation of glyphs and glyph table.

22 years ago(display-warning): In batch mode,
Richard M. Stallman [Sat, 14 Sep 2002 17:35:32 +0000 (17:35 +0000)]
(display-warning): In batch mode,
exclude the final newline from the arg to `message'.

22 years agoFrom Stefan Monnier
J.D. Smith [Fri, 13 Sep 2002 22:19:48 +0000 (22:19 +0000)]
From Stefan Monnier

Add a \ in front of open-paren-in-column-0 in docstrings.  Otherwise
indentation and font-lock get confused.
(idlwave-function-menu): Use defalias so the funs are called interactively.
Don't rely on knowledge about which Emacs provides imenu or func-menu.
(idlwave-calculate-cont-indent): Fix typo.
(idlwave-font-lock-keywords-*): Don't use setq on a defconst.
Remove unused variables.

22 years ago(diff-buffer-with-file): Check whether associated file exists.
Markus Rost [Fri, 13 Sep 2002 20:22:29 +0000 (20:22 +0000)]
(diff-buffer-with-file): Check whether associated file exists.
Display message for 1 second.  Always return nil.

22 years ago(diff-mode): Turn on compilation-minor-mode
Stefan Monnier [Fri, 13 Sep 2002 19:45:36 +0000 (19:45 +0000)]
(diff-mode): Turn on compilation-minor-mode
support again, but more carefully this time.

22 years agoFix typo.
Richard M. Stallman [Fri, 13 Sep 2002 19:36:55 +0000 (19:36 +0000)]
Fix typo.

22 years ago(UNEXEC): Comment out definition.
Richard M. Stallman [Fri, 13 Sep 2002 19:36:33 +0000 (19:36 +0000)]
(UNEXEC): Comment out definition.

22 years ago(unexec): Don't downcase first letter of error msg.
Richard M. Stallman [Fri, 13 Sep 2002 19:35:58 +0000 (19:35 +0000)]
(unexec): Don't downcase first letter of error msg.

22 years ago(Fcolor_supported_p): Just one arg is required.
Richard M. Stallman [Fri, 13 Sep 2002 19:35:08 +0000 (19:35 +0000)]
(Fcolor_supported_p): Just one arg is required.

22 years ago(cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
Stefan Monnier [Fri, 13 Sep 2002 19:09:45 +0000 (19:09 +0000)]
(cvs-do-removal): Bind inhibit-read-only while modifying the buffer.

22 years ago(perl-mode-syntax-table): Mark $, % and @
Stefan Monnier [Fri, 13 Sep 2002 18:44:29 +0000 (18:44 +0000)]
(perl-mode-syntax-table): Mark $, % and @
such that backward-sexp correctly skips them.
(perl-font-lock-keywords-2): Use regexp-opt.
(perl-font-lock-syntactic-keywords)
(perl-font-lock-syntactic-face-function): Better handle PODs.
Handle package names with ' in them and ($$) in `sub' declarations.
Handle format staements.  Handle regexp and quote-like ops.
(perl-empty-syntax-table): New var.
(perl-quote-syntax-table): New fun.

22 years ago(cvs-mode-find-file): Work even if point is at beg-of-line.
Stefan Monnier [Fri, 13 Sep 2002 18:25:26 +0000 (18:25 +0000)]
(cvs-mode-find-file): Work even if point is at beg-of-line.

22 years ago(comment-with-narrowing): Use the `declare' thingy.
Stefan Monnier [Fri, 13 Sep 2002 18:22:37 +0000 (18:22 +0000)]
(comment-with-narrowing): Use the `declare' thingy.

22 years ago(define-derived-mode): Properly ignore unknown args.
Stefan Monnier [Fri, 13 Sep 2002 16:22:04 +0000 (16:22 +0000)]
(define-derived-mode): Properly ignore unknown args.

22 years ago(transient-mark-mode, line-number-mode, column-number-mode):
Stefan Monnier [Fri, 13 Sep 2002 14:21:45 +0000 (14:21 +0000)]
(transient-mark-mode, line-number-mode, column-number-mode):
Pass an explicit `:require nil' argument.

22 years ago(define-minor-mode): Add a :require arg.
Stefan Monnier [Fri, 13 Sep 2002 14:16:02 +0000 (14:16 +0000)]
(define-minor-mode): Add a :require arg.
Don't call the function during init if mode is on by default.

22 years agoProvide `simple'.
Stefan Monnier [Fri, 13 Sep 2002 13:56:41 +0000 (13:56 +0000)]
Provide `simple'.

22 years ago(tetris-blank-options, tetris-cell-options):
Francesco Potortì [Fri, 13 Sep 2002 13:33:57 +0000 (13:33 +0000)]
(tetris-blank-options, tetris-cell-options):
Remove various redundant `(t nil)'.
(tetris-border-options): Use color on tty if available.

22 years ago(snake-border-options): Use color on tty if available.
Francesco Potortì [Fri, 13 Sep 2002 13:31:54 +0000 (13:31 +0000)]
(snake-border-options): Use color on tty if available.

22 years ago(pong-border-options): Use color on tty if
Francesco Potortì [Fri, 13 Sep 2002 13:30:09 +0000 (13:30 +0000)]
(pong-border-options): Use color on tty if
available.  Reset color on tty to be [0.5 0.5 0.5].

22 years agoGood appearance of gamegrid-based games on color ttys.
Francesco Potortì [Fri, 13 Sep 2002 13:27:05 +0000 (13:27 +0000)]
Good appearance of gamegrid-based games on color ttys.

22 years ago(kmacro-start-macro): Doc fix.
Kim F. Storm [Fri, 13 Sep 2002 07:18:27 +0000 (07:18 +0000)]
(kmacro-start-macro): Doc fix.

22 years ago*** empty log message ***
Kim F. Storm [Fri, 13 Sep 2002 07:18:05 +0000 (07:18 +0000)]
*** empty log message ***

22 years ago(whitespace-unload-hook): Call `remove-hook' with three arguments, not four.
Juanma Barranquero [Fri, 13 Sep 2002 06:21:51 +0000 (06:21 +0000)]
(whitespace-unload-hook): Call `remove-hook' with three arguments, not four.

22 years ago(idlwave-shell-cleanup): Fix reference to `idlwave-idlwave_routine_info-compiled'.
Juanma Barranquero [Fri, 13 Sep 2002 06:18:53 +0000 (06:18 +0000)]
(idlwave-shell-cleanup): Fix reference to `idlwave-idlwave_routine_info-compiled'.

22 years ago*** empty log message ***
Markus Rost [Fri, 13 Sep 2002 03:43:05 +0000 (03:43 +0000)]
*** empty log message ***

22 years ago(universal-coding-system-argument):
Richard M. Stallman [Fri, 13 Sep 2002 02:15:56 +0000 (02:15 +0000)]
(universal-coding-system-argument):
Read the coding system inside `interactive' spec, for command-history.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 12 Sep 2002 22:03:55 +0000 (22:03 +0000)]
*** empty log message ***

22 years ago(kmacro-keymap): Changed bindings:
Kim F. Storm [Thu, 12 Sep 2002 21:52:26 +0000 (21:52 +0000)]
(kmacro-keymap): Changed bindings:
C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.

22 years ago(find-library-name): Typo.
Stefan Monnier [Thu, 12 Sep 2002 21:49:55 +0000 (21:49 +0000)]
(find-library-name): Typo.

22 years ago(find-library-name): Don't forget the empty suffix. Fix stale variable name.
Stefan Monnier [Thu, 12 Sep 2002 21:48:20 +0000 (21:48 +0000)]
(find-library-name): Don't forget the empty suffix.  Fix stale variable name.

22 years ago(diff-mode): Docstring improvement.
Stefan Monnier [Thu, 12 Sep 2002 21:44:23 +0000 (21:44 +0000)]
(diff-mode): Docstring improvement.

22 years ago*** empty log message ***
Kim F. Storm [Thu, 12 Sep 2002 21:37:25 +0000 (21:37 +0000)]
*** empty log message ***

22 years ago(gud-gdb-massage-args, gud-sdb-massage-args)
Stefan Monnier [Thu, 12 Sep 2002 21:26:27 +0000 (21:26 +0000)]
(gud-gdb-massage-args, gud-sdb-massage-args)
(gud-pdb-massage-args): Delete.
(gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
(gud-gdb-command-name): New var.  Put "--fullname" in there.
(gud-query-cmdline): Use the most recent executable as the default.
Don't add "--fullname" (it's only valid/meaningful for GDB).
(gud-xdb-marker-filter): Use match-string.
(gud-perldb-massage-args): Don't add "-d".
(gud-perldb-command-name): Add "-d".
(gud-common-init): If `massage-args' is nil, don't call it.
(gud-format-command): Don't hardcode point-min==1.

22 years agoRequire CL when compiling.
Stefan Monnier [Thu, 12 Sep 2002 20:49:44 +0000 (20:49 +0000)]
Require CL when compiling.

22 years agoInclude buffer.h, charset.h, coding.h.
Markus Rost [Thu, 12 Sep 2002 19:35:17 +0000 (19:35 +0000)]
Include buffer.h, charset.h, coding.h.

22 years agoUpdated to IDLWAVE version 4.15. See idlwave.org.
J.D. Smith [Thu, 12 Sep 2002 17:24:53 +0000 (17:24 +0000)]
Updated to IDLWAVE version 4.15.  See idlwave.org.

22 years ago(Charset Translation): Fix description of process.
Dave Love [Thu, 12 Sep 2002 17:14:25 +0000 (17:14 +0000)]
(Charset Translation): Fix description of process.

22 years ago(time-stamp-hhmmss): New function.
Simon Josefsson [Thu, 12 Sep 2002 06:04:10 +0000 (06:04 +0000)]
(time-stamp-hhmmss): New function.

22 years ago(smtpmail-send-it): Don't use : in filenames
Simon Josefsson [Thu, 12 Sep 2002 06:03:03 +0000 (06:03 +0000)]
(smtpmail-send-it): Don't use : in filenames
(for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
Use expand-file-name.  Also don't require time-stamp.

22 years ago(Search and Replace): Fix arg order for perform-replace.
Richard M. Stallman [Thu, 12 Sep 2002 03:32:02 +0000 (03:32 +0000)]
(Search and Replace): Fix arg order for perform-replace.

22 years agoComment change.
Richard M. Stallman [Thu, 12 Sep 2002 03:31:05 +0000 (03:31 +0000)]
Comment change.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 12 Sep 2002 03:30:13 +0000 (03:30 +0000)]
*** empty log message ***

22 years agoDon't use report_file_error; do it by hand using dlerror.
Richard M. Stallman [Thu, 12 Sep 2002 03:28:59 +0000 (03:28 +0000)]
Don't use report_file_error; do it by hand using dlerror.

22 years ago(wait_reading_process_input, both versions):
Richard M. Stallman [Thu, 12 Sep 2002 03:27:40 +0000 (03:27 +0000)]
(wait_reading_process_input, both versions):
Before calling turn_on_atimers, call stop_polling.

22 years ago(syms_of_emacs) <command-line-args>: Doc fix.
Richard M. Stallman [Thu, 12 Sep 2002 03:26:59 +0000 (03:26 +0000)]
(syms_of_emacs) <command-line-args>: Doc fix.

22 years ago(x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
Richard M. Stallman [Thu, 12 Sep 2002 03:26:23 +0000 (03:26 +0000)]
(x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
and we have non-toolkit scroll bars, return nil for scroll-bar-width.

22 years ago(try_scrolling): If after make_cursor_line_fully_visible
Richard M. Stallman [Thu, 12 Sep 2002 03:26:01 +0000 (03:26 +0000)]
(try_scrolling): If after make_cursor_line_fully_visible
we go to too_near_end, call clear_glyph_matrix.
(redisplay_window): After make_cursor_line_fully_visible,
call clear_glyph_matrix and bypass `goto done'.

22 years ago(define-derived-mode): When making new abbrev table,
Richard M. Stallman [Thu, 12 Sep 2002 03:22:40 +0000 (03:22 +0000)]
(define-derived-mode): When making new abbrev table,
don't try to copy the parent's abbrev table.

22 years agoAdjust ps-print-color-p, ps-default-fg and ps-default-bg setting.
Richard M. Stallman [Thu, 12 Sep 2002 03:21:57 +0000 (03:21 +0000)]
Adjust ps-print-color-p, ps-default-fg and ps-default-bg setting.
(ps-print-version): New version number (6.5.7).
(ps-mark-active-p): New fun.
(ps-print-preprint-region): Adjust code.

22 years ago(ruler-mode-left-scroll-bar-cols):
Richard M. Stallman [Thu, 12 Sep 2002 03:21:21 +0000 (03:21 +0000)]
(ruler-mode-left-scroll-bar-cols):
Always round scroll-bar-width parameter up.
If it is nil, use 14.

22 years ago(copy-abbrev-table): New function.
Richard M. Stallman [Thu, 12 Sep 2002 03:19:25 +0000 (03:19 +0000)]
(copy-abbrev-table): New function.

22 years agoFix typo.
Richard M. Stallman [Thu, 12 Sep 2002 03:14:50 +0000 (03:14 +0000)]
Fix typo.

22 years ago(define-derived-mode): Fix typo.
Stefan Monnier [Wed, 11 Sep 2002 22:04:40 +0000 (22:04 +0000)]
(define-derived-mode): Fix typo.

22 years ago(line-number-mode, column-number-mode)
Stefan Monnier [Wed, 11 Sep 2002 21:56:50 +0000 (21:56 +0000)]
(line-number-mode, column-number-mode)
(transient-mark-mode): Use minor mode directly.
(menu-bar-make-toggle): Remove `props' arg.
Move customize-mark-as-set directly into the toggle function.

22 years ago(whitespace-global-mode): Use define-minor-mode. Use the new file hook names.
Stefan Monnier [Wed, 11 Sep 2002 21:30:25 +0000 (21:30 +0000)]
(whitespace-global-mode): Use define-minor-mode.  Use the new file hook names.
(whitespace-describe): Remove.  Move the text to `Commentary:'.
(whitespace-unload-hook): Use the new file hook names.

22 years ago(finder-find-library): Remove.
Stefan Monnier [Wed, 11 Sep 2002 21:28:51 +0000 (21:28 +0000)]
(finder-find-library): Remove.
(finder-commentary): Use find-library-name and add completion.

22 years ago*** empty log message ***
Dave Love [Wed, 11 Sep 2002 21:19:25 +0000 (21:19 +0000)]
*** empty log message ***

22 years ago(non-standard-designations-alist)
Dave Love [Wed, 11 Sep 2002 21:16:28 +0000 (21:16 +0000)]
(non-standard-designations-alist)
(ctext-pre-write-conversion): Don't generate invalid extended
segments for iso8859.

22 years ago("Ukrainian"): Fix nonascii-translation.
Dave Love [Wed, 11 Sep 2002 21:07:00 +0000 (21:07 +0000)]
("Ukrainian"): Fix nonascii-translation.
(cyrillic-alternativnyj-decode-table): Fix some entries.

22 years agoAdded more documentation for keypad package.
Kim F. Storm [Wed, 11 Sep 2002 21:03:50 +0000 (21:03 +0000)]
Added more documentation for keypad package.

22 years ago*** empty log message ***
Stefan Monnier [Wed, 11 Sep 2002 21:03:41 +0000 (21:03 +0000)]
*** empty log message ***

22 years ago("slovenian"): New.
Dave Love [Wed, 11 Sep 2002 21:03:14 +0000 (21:03 +0000)]
("slovenian"): New.

22 years agoCopyright up-date.
Dave Love [Wed, 11 Sep 2002 21:02:11 +0000 (21:02 +0000)]
Copyright up-date.

22 years agoFix last change.
Dave Love [Wed, 11 Sep 2002 21:00:27 +0000 (21:00 +0000)]
Fix last change.

22 years ago(bootstrap-lisp-1, bootstrap-lisp, bootstrap)
Stefan Monnier [Wed, 11 Sep 2002 21:00:08 +0000 (21:00 +0000)]
(bootstrap-lisp-1, bootstrap-lisp, bootstrap)
(bootstrap-clean-after): Delete.
(bootstrap): Make the sequencing explicit.

22 years ago(utf-8-fragment-on-decoding): Fix last
Dave Love [Wed, 11 Sep 2002 20:57:50 +0000 (20:57 +0000)]
(utf-8-fragment-on-decoding): Fix last
change.

22 years ago(transient-mark-mode, line-number-mode, column-number-mode):
Stefan Monnier [Wed, 11 Sep 2002 20:46:33 +0000 (20:46 +0000)]
(transient-mark-mode, line-number-mode, column-number-mode):
Use define-minor-mode.
(define-mail-user-agent): Delete.  Moved to subr.el.

22 years ago("simple.el"): Move to after loaddefs.el.
Stefan Monnier [Wed, 11 Sep 2002 20:44:40 +0000 (20:44 +0000)]
("simple.el"): Move to after loaddefs.el.

22 years ago(define-mail-user-agent): Moved from simple.el.
Stefan Monnier [Wed, 11 Sep 2002 20:23:56 +0000 (20:23 +0000)]
(define-mail-user-agent): Moved from simple.el.

22 years agoTypo.
Kim F. Storm [Wed, 11 Sep 2002 20:11:41 +0000 (20:11 +0000)]
Typo.

22 years ago(edit-kbd-macro): Recognize new C-x e binding, kmacro-end-and-call-macro.
Kim F. Storm [Wed, 11 Sep 2002 20:00:58 +0000 (20:00 +0000)]
(edit-kbd-macro): Recognize new C-x e binding, kmacro-end-and-call-macro.

22 years ago*** empty log message ***
Kim F. Storm [Wed, 11 Sep 2002 20:00:16 +0000 (20:00 +0000)]
*** empty log message ***

22 years agoRegenerated with autoconf (GNU Autoconf) 2.52 and GNU m4 1.4.
Markus Rost [Wed, 11 Sep 2002 15:48:27 +0000 (15:48 +0000)]
Regenerated with autoconf (GNU Autoconf) 2.52 and GNU m4 1.4.

22 years ago(uncomment-region): Fix let/let* use.
Juanma Barranquero [Wed, 11 Sep 2002 09:32:07 +0000 (09:32 +0000)]
(uncomment-region): Fix let/let* use.

22 years ago(gud-gdb-massage-args): Don't secretly add -fullname.
Simon Josefsson [Wed, 11 Sep 2002 05:07:36 +0000 (05:07 +0000)]
(gud-gdb-massage-args): Don't secretly add -fullname.
(gud-query-cmdline): Add --fullname to the user cmdline.

22 years ago(smtpmail-default-smtp-server): Doc fix.
Simon Josefsson [Wed, 11 Sep 2002 04:53:40 +0000 (04:53 +0000)]
(smtpmail-default-smtp-server): Doc fix.

22 years ago*** empty log message ***
Richard M. Stallman [Wed, 11 Sep 2002 02:03:31 +0000 (02:03 +0000)]
*** empty log message ***

22 years ago(Fdo_auto_save): Catch error making directory.
Richard M. Stallman [Wed, 11 Sep 2002 02:03:24 +0000 (02:03 +0000)]
(Fdo_auto_save): Catch error making directory.
Only call push_message if we need to.
At the same time, make an unwind-protect to pop it.
Rename local message_p to old_message_p.
(do_auto_save_make_dir, do_auto_save_eh): New functions.
(do_auto_save_unwind): Don't call pop_message.

22 years ago(pop_message_unwind): Renamed from push_message_unwind.
Richard M. Stallman [Wed, 11 Sep 2002 01:59:33 +0000 (01:59 +0000)]
(pop_message_unwind): Renamed from push_message_unwind.

22 years ago(Fexecute_extended_command): Use pop_message_unwind.
Richard M. Stallman [Wed, 11 Sep 2002 01:58:54 +0000 (01:58 +0000)]
(Fexecute_extended_command): Use pop_message_unwind.

22 years ago(Fgarbage_collect): Use pop_message_unwind.
Richard M. Stallman [Wed, 11 Sep 2002 01:58:22 +0000 (01:58 +0000)]
(Fgarbage_collect): Use pop_message_unwind.

22 years ago(cvs-check-fileinfo): Don't use boolp.
Richard M. Stallman [Wed, 11 Sep 2002 01:56:47 +0000 (01:56 +0000)]
(cvs-check-fileinfo): Don't use boolp.
(boolp): Function deleted.

22 years ago*** empty log message ***
Kim F. Storm [Tue, 10 Sep 2002 22:19:39 +0000 (22:19 +0000)]
*** empty log message ***

22 years ago(kmacro-call-macro): Rephrase repeat prompt.
Kim F. Storm [Tue, 10 Sep 2002 22:08:45 +0000 (22:08 +0000)]
(kmacro-call-macro): Rephrase repeat prompt.
(kmacro-step-edit-map): Bind "A" to `append-end'.
(kmacro-step-edit-prompt): Fix prompt.
(kmacro-step-edit-query): Handle `append-end' response.
(kmacro-step-edit-pre-command): Activate `append-end' at end of
macro when required.

22 years agoBind
Dave Love [Tue, 10 Sep 2002 17:40:21 +0000 (17:40 +0000)]
Bind
utf-8-translation-table-for-decode when setting up tables and
remove useless optimize-char-table.
(ucs-mule-to-mule-unicode): Deleted.
(ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.

22 years ago(ucs-mule-to-mule-unicode): Define
Dave Love [Tue, 10 Sep 2002 17:39:35 +0000 (17:39 +0000)]
(ucs-mule-to-mule-unicode): Define
unconditionally.
(utf-8-fragmentation-table): New.  Use it in top-level mapc.
(utf-8-fragment-on-decoding): Use it to keep
utf-8-translation-table-for-decode variable and translation table
in sync.

22 years ago(utf-16-le-pre-write-conversion)
Dave Love [Tue, 10 Sep 2002 17:37:38 +0000 (17:37 +0000)]
(utf-16-le-pre-write-conversion)
(utf-16-be-pre-write-conversion): Deleted.
(mule-utf-16-le, mule-utf-16-be): Register encoding translation
table.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 10 Sep 2002 16:50:07 +0000 (16:50 +0000)]
*** empty log message ***

22 years ago(ps-printer-name-option): Doc fix.
Richard M. Stallman [Tue, 10 Sep 2002 16:49:47 +0000 (16:49 +0000)]
(ps-printer-name-option): Doc fix.

Adjust ps-postscript-code-directory setting.  XEmacs
version check was adjusted.
(ps-print-version): New version number (6.5.6).
(ps-print-color-p, ps-page-dimensions-database): Autoload var.
(ps-print-code, ps-print-preprint-region): Adjust code.

22 years ago(diff-buffer-with-file): Simplify.
Richard M. Stallman [Tue, 10 Sep 2002 16:48:52 +0000 (16:48 +0000)]
(diff-buffer-with-file): Simplify.
Don't signal an error if buffer has no file.
Call sit-for after `diff' returns.

22 years ago(gamegrid-make-color-tty-face): Handle string as COLOR arg.
Richard M. Stallman [Tue, 10 Sep 2002 16:47:16 +0000 (16:47 +0000)]
(gamegrid-make-color-tty-face): Handle string as COLOR arg.
(gamegrid-display-type): Don't assume display-color-p
implies a color-x terminal.
(gamegrid-hide-cursor): Set `cursor-type' local variable.