]> code.delx.au - gnu-emacs/log
gnu-emacs
21 years ago(calc-mode): Add font-lock-defontify to change-major-mode-hook.
Colin Walters [Wed, 18 Sep 2002 16:47:48 +0000 (16:47 +0000)]
(calc-mode): Add font-lock-defontify to change-major-mode-hook.

21 years ago*** empty log message ***
Colin Walters [Wed, 18 Sep 2002 16:47:25 +0000 (16:47 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Richard M. Stallman [Wed, 18 Sep 2002 16:14:44 +0000 (16:14 +0000)]
*** empty log message ***

21 years ago(bootstrap-clean): Use cd to shorten arg strings.
Richard M. Stallman [Wed, 18 Sep 2002 16:14:30 +0000 (16:14 +0000)]
(bootstrap-clean): Use cd to shorten arg strings.
Don't ignore errors in rm line.

21 years ago(Saving Customizations): New node has the info on custom-file.
Richard M. Stallman [Wed, 18 Sep 2002 16:11:02 +0000 (16:11 +0000)]
(Saving Customizations): New node has the info on custom-file.
(Changing an Option): Document Use Backup Value.

21 years ago(menu-bar-search-menu): Nicer help string.
Richard M. Stallman [Wed, 18 Sep 2002 16:04:51 +0000 (16:04 +0000)]
(menu-bar-search-menu): Nicer help string.

21 years ago(occur-engine-add-prefix): Use 7 spaces.
Richard M. Stallman [Wed, 18 Sep 2002 16:03:58 +0000 (16:03 +0000)]
(occur-engine-add-prefix): Use 7 spaces.
(occur-engine): Use 7 digits to align tabs in the data.

21 years ago(byte-compile-output-docform): Don't make the definition dynamic if it
Richard M. Stallman [Wed, 18 Sep 2002 16:02:49 +0000 (16:02 +0000)]
(byte-compile-output-docform): Don't make the definition dynamic if it
shares structure with the arg list.

21 years ago(gud-pdb-marker-regexp): Allow : and \ in file name.
Richard M. Stallman [Wed, 18 Sep 2002 16:02:14 +0000 (16:02 +0000)]
(gud-pdb-marker-regexp): Allow : and \ in file name.
(pdb): In gud-remove, pass down the file name.

21 years ago(*1, *2, *3): New variables.
Richard M. Stallman [Wed, 18 Sep 2002 16:01:43 +0000 (16:01 +0000)]
(*1, *2, *3): New variables.
(ielm-eval-input): Make temporary buffers current on entry and
exit to the let bindings for *, ** and ***.
(inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
Do not overrule global bindings for *, ** and ***.

21 years ago(custom-make-dependencies): Sort MEMBERS before use.
Richard M. Stallman [Wed, 18 Sep 2002 16:01:21 +0000 (16:01 +0000)]
(custom-make-dependencies): Sort MEMBERS before use.

21 years ago(makefile-fill-paragraph): Find comment boundaries before filling.
Richard M. Stallman [Wed, 18 Sep 2002 16:00:29 +0000 (16:00 +0000)]
(makefile-fill-paragraph): Find comment boundaries before filling.

21 years ago(print): Clear out the unused parts of Vprint_number_table.
Richard M. Stallman [Wed, 18 Sep 2002 15:57:39 +0000 (15:57 +0000)]
(print): Clear out the unused parts of Vprint_number_table.
(syms_of_print): Doc fix for `print-number-table'.

21 years ago(unexec): Undo previous change.
Richard M. Stallman [Wed, 18 Sep 2002 15:55:11 +0000 (15:55 +0000)]
(unexec): Undo previous change.

21 years ago(server-done): Fix harmlessly wrong arg to save-buffer.
Stefan Monnier [Wed, 18 Sep 2002 12:19:57 +0000 (12:19 +0000)]
(server-done): Fix harmlessly wrong arg to save-buffer.
(server-switch-buffer): Only select a different window if
next-buffer is non-nil.  Don't switch in a dedicated window.
If next-buffer is already displayed, reuse that window.

21 years ago(diff-mode): Use compilation-minor-mode.
Stefan Monnier [Wed, 18 Sep 2002 12:09:07 +0000 (12:09 +0000)]
(diff-mode): Use compilation-minor-mode.
Don't unbind compilation-last-buffer after autoload compile.el.
Hide the compilation-minor-mode bindings altogether.

21 years ago*** empty log message ***
Stefan Monnier [Wed, 18 Sep 2002 12:05:31 +0000 (12:05 +0000)]
*** empty log message ***

21 years ago(dired-insert-directory): Never add "--dired" when
Kai Großjohann [Wed, 18 Sep 2002 07:50:37 +0000 (07:50 +0000)]
(dired-insert-directory): Never add "--dired" when
listing remote directories.

21 years ago2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Wed, 18 Sep 2002 04:23:27 +0000 (04:23 +0000)]
2002-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>

* ediff-hooks.el: Put back the autoloads (for compatibility with XEmacs).

* ediff-init.el: Use defalias instead of fset.

* ediff-util.el: Use defalias instead of fset.

* viper-util.el (viper-chars-in-region): simplification.

* viper.el (viper-emacs-state-mode-list): added modes.

21 years ago(diff-mode): Don't evaluate `compilation-last-buffer' unless it's bound.
Miles Bader [Wed, 18 Sep 2002 02:36:10 +0000 (02:36 +0000)]
(diff-mode): Don't evaluate `compilation-last-buffer' unless it's bound.

21 years ago(server-log): Add `client' arg.
Stefan Monnier [Wed, 18 Sep 2002 02:10:18 +0000 (02:10 +0000)]
(server-log): Add `client' arg.
(server-start): Don't bother canceling the sentinel.
(server-process-filter): Use replace-regexp-in-string and
handle the new &n quoting.  Use push.  Use server-log's new arg.
Don't output the C-x # message if `nowait'.
(server-buffer-done): Use server-log's new arg.

21 years ago(quote_file_name): Quote \n.
Stefan Monnier [Wed, 18 Sep 2002 01:44:54 +0000 (01:44 +0000)]
(quote_file_name): Quote \n.
(main): Print a final \n when needed.

21 years agoAdd `umask' to the concept index.
Stefan Monnier [Tue, 17 Sep 2002 19:17:58 +0000 (19:17 +0000)]
Add `umask' to the concept index.

21 years ago.
Andreas Schwab [Tue, 17 Sep 2002 12:35:59 +0000 (12:35 +0000)]
.

21 years ago[LINUX]: Don't define DATA_START.
Andreas Schwab [Tue, 17 Sep 2002 12:35:49 +0000 (12:35 +0000)]
[LINUX]: Don't define DATA_START.

21 years ago(ls-lisp-format-time-list): Fix type and provide :tag's.
Markus Rost [Tue, 17 Sep 2002 00:43:53 +0000 (00:43 +0000)]
(ls-lisp-format-time-list): Fix type and provide :tag's.

21 years ago(gomoku-move-up, gomoku-move-down):
Richard M. Stallman [Mon, 16 Sep 2002 19:32:53 +0000 (19:32 +0000)]
(gomoku-move-up, gomoku-move-down):
Use forward-line and move-to-column.

21 years ago(dired-font-lock-keywords): Use regexp-opt.
Stefan Monnier [Mon, 16 Sep 2002 17:13:16 +0000 (17:13 +0000)]
(dired-font-lock-keywords): Use regexp-opt.
(dired-move-to-filename): Better message when we fail to find the file.
(dired-sort-toggle): Minor optimization.

21 years ago(unexec): Deal with .got, reinstating change from 25-08-1999.
Richard M. Stallman [Mon, 16 Sep 2002 15:30:04 +0000 (15:30 +0000)]
(unexec): Deal with .got, reinstating change from 25-08-1999.

21 years ago(custom-variable-backup-value): New function.
Richard M. Stallman [Mon, 16 Sep 2002 15:20:20 +0000 (15:20 +0000)]
(custom-variable-backup-value): New function.
(custom-variable-reset-backup): New function.
(custom-variable-menu): Add item for custom-variable-reset-backup.
(custom-variable-set, custom-variable-reset-saved)
(custom-variable-reset-standard): Call custom-variable-backup-value.

21 years agoAdd ref for Flyspell Prog mode.
Richard M. Stallman [Mon, 16 Sep 2002 15:19:27 +0000 (15:19 +0000)]
Add ref for Flyspell Prog mode.

21 years agoDescribe Flyspell Prog mode.
Richard M. Stallman [Mon, 16 Sep 2002 15:18:24 +0000 (15:18 +0000)]
Describe Flyspell Prog mode.

21 years ago*** empty log message ***
Stefan Monnier [Mon, 16 Sep 2002 14:54:15 +0000 (14:54 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Juanma Barranquero [Mon, 16 Sep 2002 06:34:04 +0000 (06:34 +0000)]
*** empty log message ***

21 years ago(dired-add-entry): Add missing argument to `dired-mark'.
Juanma Barranquero [Mon, 16 Sep 2002 06:31:43 +0000 (06:31 +0000)]
(dired-add-entry): Add missing argument to `dired-mark'.

21 years ago* xscheme.el (scheme-interaction-mode): Doc fix.
John Paul Wallington [Mon, 16 Sep 2002 02:49:22 +0000 (02:49 +0000)]
* xscheme.el (scheme-interaction-mode): Doc fix.

* net/eudc.el (eudc-plist-get): Doc fix.

21 years ago(menu-bar-last-search-type): New var.
Kim F. Storm [Sun, 15 Sep 2002 21:35:23 +0000 (21:35 +0000)]
(menu-bar-last-search-type): New var.
(nonincremental-repeat-search-forward)
(nonincremental-repeat-search-backward): Repeat string or
regexp search depending on menu-bar-last-search-type.
(nonincremental-search-forward, nonincremental-re-search-forward)
(nonincremental-search-backward, nonincremental-re-search-backward):
Set menu-bar-last-search-type to string or regexp.
(nonincremental-repeat-re-search-forward): Removed.
(nonincremental-repeat-re-search-backward): Removed.
(menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
(menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
(menu-bar-adv-search-menu): Removed.
(menu-bar-search-menu): Reorganized.
(menu-bar-edit-menu): Added "Replace" submenu.

21 years ago*** empty log message ***
Kim F. Storm [Sun, 15 Sep 2002 21:33:11 +0000 (21:33 +0000)]
*** empty log message ***

21 years ago(scroll-bar-mode): Specify :initialize.
Richard M. Stallman [Sun, 15 Sep 2002 20:52:28 +0000 (20:52 +0000)]
(scroll-bar-mode): Specify :initialize.

21 years ago(menu-bar-make-mm-toggle): Don't put a quote befor FNAME
Richard M. Stallman [Sun, 15 Sep 2002 20:51:20 +0000 (20:51 +0000)]
(menu-bar-make-mm-toggle): Don't put a quote befor FNAME
when it's not being evaluated.

21 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.

21 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.

21 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.

21 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'.

21 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.

21 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.

21 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'.

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

21 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.

21 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'.

21 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.

21 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.

21 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.

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

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

21 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.

21 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.

21 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.

21 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.

21 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.

21 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.

21 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.

21 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.

21 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.

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

21 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.

21 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.

21 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].

21 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.

21 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.

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

21 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.

21 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'.

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

21 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.

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

21 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.

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

21 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.

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

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

21 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.

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

21 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.

21 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.

21 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.

21 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.

21 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.

21 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.

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

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

21 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.

21 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.

21 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.

21 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.

21 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'.

21 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.

21 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.

21 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.

21 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.