bpt/emacs.git
21 years ago(print): When backquote form is the car of a list,
Richard M. Stallman [Mon, 14 Oct 2002 01:30:26 +0000 (01:30 +0000)]
(print): When backquote form is the car of a list,
output in old style.  Use old_backquote_output to output all
comma forms inside it in old style too.

21 years ago(uniquify-get-proposed-name): Don't use directory-sep-char.
Richard M. Stallman [Mon, 14 Oct 2002 01:28:36 +0000 (01:28 +0000)]
(uniquify-get-proposed-name): Don't use directory-sep-char.

21 years agoComment change.
Richard M. Stallman [Mon, 14 Oct 2002 01:27:19 +0000 (01:27 +0000)]
Comment change.

21 years ago(read-from-whole-string): Add call to `ignore'.
Richard M. Stallman [Mon, 14 Oct 2002 01:27:08 +0000 (01:27 +0000)]
(read-from-whole-string): Add call to `ignore'.

21 years ago(ff-related-file-alist): New alias.
Richard M. Stallman [Mon, 14 Oct 2002 01:25:16 +0000 (01:25 +0000)]
(ff-related-file-alist): New alias.
(ff-find-related-file): New alias.

21 years ago(struct buffer): Move `undo_list' down below `name'.
Richard M. Stallman [Mon, 14 Oct 2002 01:24:15 +0000 (01:24 +0000)]
(struct buffer): Move `undo_list' down below `name'.

21 years ago(cus-test-deps): Don't care about deps in lisp/term/.
Markus Rost [Mon, 14 Oct 2002 01:17:49 +0000 (01:17 +0000)]
(cus-test-deps): Don't care about deps in lisp/term/.

21 years agoChange description of cus-test.el.
Markus Rost [Sun, 13 Oct 2002 02:50:11 +0000 (02:50 +0000)]
Change description of cus-test.el.

21 years agoFurther changes. Improve the reports from batch runs.
Markus Rost [Sun, 13 Oct 2002 02:47:54 +0000 (02:47 +0000)]
Further changes.  Improve the reports from batch runs.
(cus-test-libs): Run load tests in external processes.

21 years ago*** empty log message ***
Stefan Monnier [Sun, 13 Oct 2002 01:27:03 +0000 (01:27 +0000)]
*** empty log message ***

21 years ago(dired-insert-directory): When looking for existing
Andreas Schwab [Sat, 12 Oct 2002 23:33:06 +0000 (23:33 +0000)]
(dired-insert-directory): When looking for existing
indentation, goto OPOINT instead of beginning of buffer.

21 years ago(Fread_file_name): Use empty_string. Use if-expr to simplify.
Stefan Monnier [Sat, 12 Oct 2002 22:08:20 +0000 (22:08 +0000)]
(Fread_file_name): Use empty_string.  Use if-expr to simplify.

21 years ago(custom-make-dependencies): Ignore preloaded files.
Stefan Monnier [Sat, 12 Oct 2002 20:58:12 +0000 (20:58 +0000)]
(custom-make-dependencies): Ignore preloaded files.

21 years ago*** empty log message ***
Stefan Monnier [Sat, 12 Oct 2002 20:33:46 +0000 (20:33 +0000)]
*** empty log message ***

21 years agoMinor white space fix, just to supplement the log for previous change:
Markus Rost [Sat, 12 Oct 2002 17:55:15 +0000 (17:55 +0000)]
Minor white space fix, just to supplement the log for previous change:

(syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in batch mode).

21 years agoMinor white space fix, just supplement the log for previous change:
Markus Rost [Sat, 12 Oct 2002 17:50:43 +0000 (17:50 +0000)]
Minor white space fix, just supplement the log for previous change:

(Fload): Doc fix (load-suffixes).

21 years ago2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sat, 12 Oct 2002 07:13:59 +0000 (07:13 +0000)]
2002-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>

* ediff-init.el (ediff-frame-char-height): use frame-selected-window.

* ediff-util.el (ediff-file-checked-in-p): changed progn with and

* ediff-wind.el (ediff-skip-unsuitable-frames): distinguish selected
frame from frame of selected window
(ediff-frame-has-dedicated-windows): don't select any frames to avoid
changing selected windows
(ediff-setup-control-frame): make sure auto-rase is properly set for
the control frame

21 years ago* browse-url.el (browse-url-mozilla): Doc fix.
Simon Josefsson [Fri, 11 Oct 2002 17:17:10 +0000 (17:17 +0000)]
* browse-url.el (browse-url-mozilla): Doc fix.
* browse-url.el (browse-url-mozilla-new-window-is-tab): New.
(browse-url-mozilla): Use it.

21 years ago#
André Spiegel [Fri, 11 Oct 2002 09:45:24 +0000 (09:45 +0000)]
#

21 years ago(vc-dired-reformat-line): As a temporary fix, remove all text
André Spiegel [Fri, 11 Oct 2002 09:36:00 +0000 (09:36 +0000)]
(vc-dired-reformat-line): As a temporary fix, remove all text
properties from the reformatted line.

21 years ago(vc-cvs-parse-entry): Don't barf when an `Entries' files contains an
Miles Bader [Fri, 11 Oct 2002 06:49:49 +0000 (06:49 +0000)]
(vc-cvs-parse-entry): Don't barf when an `Entries' files contains an
invalid timestamp.

21 years ago*** empty log message ***
Markus Rost [Fri, 11 Oct 2002 05:38:53 +0000 (05:38 +0000)]
*** empty log message ***

21 years ago* mail/sendmail.el (mail-envelope-from): New option `header' to
Simon Josefsson [Fri, 11 Oct 2002 02:27:30 +0000 (02:27 +0000)]
* mail/sendmail.el (mail-envelope-from): New option `header' to
use RFC 2822 From: header as the envelope address.
(mail-envelope-from): New function, this should be used instead of
looking at the `mail-envelope-from' variable.
(sendmail-send-it): Use it.
* mail/smtpmail.el (smtpmail-via-smtp): Use it.

21 years agomacterm.c (syms_of_macterm, mac_get_mouse_btn): Reversed
Steven Tamm [Fri, 11 Oct 2002 01:06:09 +0000 (01:06 +0000)]
macterm.c (syms_of_macterm, mac_get_mouse_btn): Reversed
functionality of mac-wheel-button-is-mouse-2 to be correct.  Also
switched the default to Qnil from Qt.

21 years agoSupplementary streamlining.
Markus Rost [Thu, 10 Oct 2002 23:25:11 +0000 (23:25 +0000)]
Supplementary streamlining.

21 years agoExtended and reorganized.
Markus Rost [Thu, 10 Oct 2002 22:50:35 +0000 (22:50 +0000)]
Extended and reorganized.
There are now 3 tests which can be run in batch mode.
See the Commentary section.

21 years ago#
André Spiegel [Thu, 10 Oct 2002 22:36:47 +0000 (22:36 +0000)]
#

21 years ago(dired-insert-directory): Fix check for indentation from ls --dired.
André Spiegel [Thu, 10 Oct 2002 22:30:26 +0000 (22:30 +0000)]
(dired-insert-directory): Fix check for indentation from ls --dired.

21 years ago* macterm.c (syms_of_macterm, mac_get_mouse_btn): Reversed
Steven Tamm [Thu, 10 Oct 2002 22:05:02 +0000 (22:05 +0000)]
* macterm.c (syms_of_macterm, mac_get_mouse_btn): Reversed
functionality of mac-wheel-button-is-mouse-2 to be correct.  Also
switched the default to Qnil from Qt.

21 years ago(forward-paragraph): Keep track of remaining paragraphs to skip more carefully.
Stefan Monnier [Thu, 10 Oct 2002 18:01:57 +0000 (18:01 +0000)]
(forward-paragraph): Keep track of remaining paragraphs to skip more carefully.

21 years ago(add-change-log-entry): Don't call find-file at all
Stefan Monnier [Thu, 10 Oct 2002 17:45:17 +0000 (17:45 +0000)]
(add-change-log-entry): Don't call find-file at all
if we're already in the proper buffer.
(change-log-resolve-conflict): New fun.
(change-log-mode): Use it and use define-derived-mode.
(change-log-merge): Allow other-log to be a buffer.
Don't add a \n if there are already enough \n's.

21 years ago(smerge-ediff): Autoload.
Stefan Monnier [Thu, 10 Oct 2002 17:30:20 +0000 (17:30 +0000)]
(smerge-ediff): Autoload.
(smerge-match-conflict): Don't assume as much about smerge-begin-re.
(smerge-resolve-function): New var.
(smerge-resolve): New command.
(smerge-basic-map): Bind it.

21 years agoRemove. They're auto-generated and not needed for bootstrap any more.
Stefan Monnier [Thu, 10 Oct 2002 15:06:28 +0000 (15:06 +0000)]
Remove.  They're auto-generated and not needed for bootstrap any more.

21 years ago("finder-inf"): Don't fail if the file is absent.
Stefan Monnier [Thu, 10 Oct 2002 15:04:41 +0000 (15:04 +0000)]
("finder-inf"): Don't fail if the file is absent.

21 years ago(custom-make-dependencies): Don't use find-file.
Stefan Monnier [Thu, 10 Oct 2002 13:33:57 +0000 (13:33 +0000)]
(custom-make-dependencies): Don't use find-file.
Use feature names rather than file names if applicable.

21 years ago(customize-mode): New command.
Stefan Monnier [Thu, 10 Oct 2002 13:10:53 +0000 (13:10 +0000)]
(customize-mode): New command.

21 years ago(custom-group-of-mode): New fun.
Stefan Monnier [Thu, 10 Oct 2002 13:09:13 +0000 (13:09 +0000)]
(custom-group-of-mode): New fun.
(custom-load-symbol): Don't use preloaded-file-list now that
load-history is always complete.  Don't look up the expanded file
name in load-history (looked like an XEmacsism).

21 years ago(smerge-ediff): Autoload.
Stefan Monnier [Thu, 10 Oct 2002 13:01:14 +0000 (13:01 +0000)]
(smerge-ediff): Autoload.

21 years ago#
André Spiegel [Thu, 10 Oct 2002 08:49:31 +0000 (08:49 +0000)]
#

21 years ago(vc-cvs-parse-entry): Parse the time stamp found in CVS/Entries,
André Spiegel [Thu, 10 Oct 2002 08:44:58 +0000 (08:44 +0000)]
(vc-cvs-parse-entry): Parse the time stamp found in CVS/Entries,
rather than comparing it textually.

21 years agoAdd `provide' call.
Markus Rost [Thu, 10 Oct 2002 04:22:02 +0000 (04:22 +0000)]
Add `provide' call.

21 years agoClean up Workarounds. Shorten variable names. Use
Markus Rost [Wed, 9 Oct 2002 22:40:24 +0000 (22:40 +0000)]
Clean up Workarounds.  Shorten variable names.  Use
 cus-test-vars-with-changed-state in a different way.

21 years ago*** empty log message ***
Markus Rost [Wed, 9 Oct 2002 16:01:40 +0000 (16:01 +0000)]
*** empty log message ***

21 years ago(calcFunc-ln): In symbolic manipulations,
David Kastrup [Wed, 9 Oct 2002 16:00:16 +0000 (16:00 +0000)]
(calcFunc-ln): In symbolic manipulations,
ln(-1) should be i*pi, not pi.

21 years ago*** empty log message ***
David Kastrup [Wed, 9 Oct 2002 15:59:57 +0000 (15:59 +0000)]
*** empty log message ***

21 years ago(vc-cvs-registered): In the autoload version use load instead of
Markus Rost [Wed, 9 Oct 2002 15:59:39 +0000 (15:59 +0000)]
(vc-cvs-registered): In the autoload version use load instead of
require to avoid loops when loaddefs.el is loaded after vc-cvs.el.

21 years ago(Custom-reset-current): Don't test for default-boundp.
Markus Rost [Wed, 9 Oct 2002 15:18:44 +0000 (15:18 +0000)]
(Custom-reset-current):  Don't test for default-boundp.
(Custom-reset-saved):  Don't test for saved-value.

21 years ago* make-package: Added ability to pass command line options
Steven Tamm [Wed, 9 Oct 2002 02:20:28 +0000 (02:20 +0000)]
* make-package: Added ability to pass command line options
through to make and configure (-m, & -c,).
Added option to not copy Application into installer, the default
for X11 builds.  Does not copy CVS directories into installer.
Clarified some of the usage notes.

21 years ago(vc-cvs-find-version): Fix vc-checkout-switches use.
Stefan Monnier [Tue, 8 Oct 2002 20:25:21 +0000 (20:25 +0000)]
(vc-cvs-find-version): Fix vc-checkout-switches use.

21 years ago(vc-sccs-find-version): Fix vc-checkout-switches use.
Stefan Monnier [Tue, 8 Oct 2002 20:24:21 +0000 (20:24 +0000)]
(vc-sccs-find-version): Fix vc-checkout-switches use.

21 years ago(vc-rcs-find-version): Fix vc-checkout-switches use.
Stefan Monnier [Tue, 8 Oct 2002 20:23:36 +0000 (20:23 +0000)]
(vc-rcs-find-version): Fix vc-checkout-switches use.

21 years agoDescribe the shell command for running cus-test-all in the emacs
Markus Rost [Tue, 8 Oct 2002 20:08:55 +0000 (20:08 +0000)]
Describe the shell command for running cus-test-all in the emacs
source directory.
Fix typo.
Require cus-load explicitly.

21 years agoAdd entry for cus-test.el.
Markus Rost [Tue, 8 Oct 2002 18:50:53 +0000 (18:50 +0000)]
Add entry for cus-test.el.

21 years ago*** empty log message ***
Markus Rost [Tue, 8 Oct 2002 18:48:25 +0000 (18:48 +0000)]
*** empty log message ***

21 years agoInitial version as part of GNU Emacs.
Markus Rost [Tue, 8 Oct 2002 18:42:36 +0000 (18:42 +0000)]
Initial version as part of GNU Emacs.
Revision of the 1998, 2000 code designed for Emacs 20.3 resp. 21.1.

21 years ago*** empty log message ***
Stefan Monnier [Tue, 8 Oct 2002 15:51:32 +0000 (15:51 +0000)]
*** empty log message ***

21 years ago(vc-cvs-find-version): New fun.
Stefan Monnier [Tue, 8 Oct 2002 15:38:28 +0000 (15:38 +0000)]
(vc-cvs-find-version): New fun.

21 years ago(vc-sccs-find-version): New fun.
Stefan Monnier [Tue, 8 Oct 2002 15:35:03 +0000 (15:35 +0000)]
(vc-sccs-find-version): New fun.
(vc-sccs-checkout): Remove `workfile' arg and simplify.

21 years ago(vc-rcs-find-version): New fun.
Stefan Monnier [Tue, 8 Oct 2002 15:33:18 +0000 (15:33 +0000)]
(vc-rcs-find-version): New fun.
(vc-rcs-checkout): Remove `workfile' arg and simplify.

21 years ago(vc-find-version): Use the new backend op `find-version'.
Stefan Monnier [Tue, 8 Oct 2002 15:31:43 +0000 (15:31 +0000)]
(vc-find-version): Use the new backend op `find-version'.
(vc-default-find-version): Provide the new backend op `find-version'
in terms of the old `checkout' op.

21 years ago(Outline Visibility): Mention reveal-mode.
Stefan Monnier [Tue, 8 Oct 2002 15:26:47 +0000 (15:26 +0000)]
(Outline Visibility): Mention reveal-mode.

21 years ago(Info-next-menu-item, Info-last-menu-item)
John Paul Wallington [Tue, 8 Oct 2002 04:57:27 +0000 (04:57 +0000)]
(Info-next-menu-item, Info-last-menu-item)
(info-emacs-manual): Add docstrings.
(Info-index): Use `string-to-number' instead of `string-to-int'.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 8 Oct 2002 01:34:10 +0000 (01:34 +0000)]
*** empty log message ***

21 years ago(ucs-translation-table-for-decode): Define it as a translation-table.
Kenichi Handa [Tue, 8 Oct 2002 01:23:10 +0000 (01:23 +0000)]
(ucs-translation-table-for-decode): Define it as a translation-table.

21 years ago(code_convert_region): When we need more GAP for
Kenichi Handa [Tue, 8 Oct 2002 00:57:59 +0000 (00:57 +0000)]
(code_convert_region): When we need more GAP for
conversion, pay attention to the case that coding->produced is not
greater than coding->consumed.

21 years ago*** empty log message ***
Richard M. Stallman [Mon, 7 Oct 2002 22:51:03 +0000 (22:51 +0000)]
*** empty log message ***

21 years agoRedo 9/16 change, but only if IRIX6_5.
Richard M. Stallman [Mon, 7 Oct 2002 22:50:47 +0000 (22:50 +0000)]
Redo 9/16 change, but only if IRIX6_5.

21 years ago(define-minor-mode): Doc fix.
Richard M. Stallman [Mon, 7 Oct 2002 22:49:39 +0000 (22:49 +0000)]
(define-minor-mode): Doc fix.

21 years ago(grep-compute-defaults): Set the standard-value
Richard M. Stallman [Mon, 7 Oct 2002 22:48:47 +0000 (22:48 +0000)]
(grep-compute-defaults): Set the standard-value
properties of the variables being initialized.

21 years ago(thing-at-point-url-path-regexp): Doc fix.
Richard M. Stallman [Mon, 7 Oct 2002 22:47:41 +0000 (22:47 +0000)]
(thing-at-point-url-path-regexp): Doc fix.

21 years agoImprove recommendations for speedups over the net.
Richard M. Stallman [Mon, 7 Oct 2002 22:46:09 +0000 (22:46 +0000)]
Improve recommendations for speedups over the net.

21 years agoAdd info on VMS versions.
Richard M. Stallman [Mon, 7 Oct 2002 22:45:18 +0000 (22:45 +0000)]
Add info on VMS versions.

21 years ago(Variable Definitions): Update info on :get and default :initialize function.
Richard M. Stallman [Mon, 7 Oct 2002 22:30:45 +0000 (22:30 +0000)]
(Variable Definitions): Update info on :get and default :initialize function.

21 years agomake-package: Now calls make bootstrap if .elc files are missing
Steven Tamm [Mon, 7 Oct 2002 20:36:24 +0000 (20:36 +0000)]
make-package: Now calls make bootstrap if .elc files are missing

21 years ago(vc-resolve-conflicts); Typo.
Stefan Monnier [Mon, 7 Oct 2002 16:50:43 +0000 (16:50 +0000)]
(vc-resolve-conflicts); Typo.

21 years ago(vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
Stefan Monnier [Mon, 7 Oct 2002 16:24:42 +0000 (16:24 +0000)]
(vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
in case some other package redefined it.
(vc-resolve-conflicts): Make it into an alias for smerge-ediff.

21 years ago(fill-paragraph): Go to BOL before calling forward-paragraph to make
Stefan Monnier [Mon, 7 Oct 2002 13:54:44 +0000 (13:54 +0000)]
(fill-paragraph): Go to BOL before calling forward-paragraph to make
sure its return value is meaningful.

21 years ago2002-10-06 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Mon, 7 Oct 2002 04:00:07 +0000 (04:00 +0000)]
2002-10-06  Andrew Choi  <akochoi@shaw.ca>

        * macmenu.c (mac_menu_show): Add j to count menu items; match
        menu_item_selection to it to find selected item.

21 years ago(cua-normal-cursor-color): Fixed
Kim F. Storm [Sun, 6 Oct 2002 21:34:07 +0000 (21:34 +0000)]
(cua-normal-cursor-color): Fixed
initialization to make "Erase Customization" work.

21 years ago*** empty log message ***
Kim F. Storm [Sun, 6 Oct 2002 21:33:48 +0000 (21:33 +0000)]
*** empty log message ***

21 years agoRegenerated. This added ;; -*- no-byte-compile: t -*- in the first line.
Markus Rost [Sun, 6 Oct 2002 19:57:17 +0000 (19:57 +0000)]
Regenerated.  This added ;; -*- no-byte-compile: t -*- in the first line.

21 years agoIgnore ses.
Kai Großjohann [Sun, 6 Oct 2002 19:37:50 +0000 (19:37 +0000)]
Ignore ses.

21 years agoMove @copying to standard place. Use
Kai Großjohann [Sun, 6 Oct 2002 19:36:40 +0000 (19:36 +0000)]
Move @copying to standard place.  Use
@insertcopying.

21 years agoVersion 2.0.25 released.
Kai Großjohann [Sun, 6 Oct 2002 19:35:59 +0000 (19:35 +0000)]
Version 2.0.25 released.
(tramp-handle-file-truename): If it's a directory,
append slash only if result doesn't end in a slash already.
(tramp-handle-file-truename): Restructure logic.  If list of steps
is nil, return "/" as the real name.
(tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
`match-string' doesn't make sense.  From Michael Albinus.
(tramp-host-with-port-regexp): New defcustom. Equal to previous
`tramp-host-regexp'.  From Michael Albinus.
(tramp-host-regexp): Taken off hashes in host names. Otherwise,
scanning files like .rhosts would take comments as host names.
From Michael Albinus.
(tramp-file-name-structure, tramp-multi-file-name-hop-structure):
Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
From Michael Albinus.
(tramp-action-terminal): New function.
(tramp-terminal-prompt-regexp): New variable, matches "tset"
prompts.
(tramp-actions-before-shell): Use them.
(tramp-handle-shell-command): Logic error.  From Ivan
Zakharyaschev <imz@altlinux.org>.

21 years ago(thing-at-point-uri-schemes): New variable.
Markus Rost [Sun, 6 Oct 2002 17:54:15 +0000 (17:54 +0000)]
(thing-at-point-uri-schemes): New variable.
(thing-at-point-url-regexp): Use it.

21 years ago(fortran-beginning-do): Ignore labelled DO loops altogether.
Glenn Morris [Sun, 6 Oct 2002 14:57:38 +0000 (14:57 +0000)]
(fortran-beginning-do): Ignore labelled DO loops altogether.

21 years ago* xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
Jan Djärv [Sat, 5 Oct 2002 23:36:29 +0000 (23:36 +0000)]
* xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
     cases.  The correct fix is to pass ReparentNotify to Xt.
     The shell widget interprets ConfigureNotify differently depending
     on if it has been reparented or not.

21 years ago(vc-log-mode-map): Explicitly inherit from text-mode.
Stefan Monnier [Sat, 5 Oct 2002 16:35:28 +0000 (16:35 +0000)]
(vc-log-mode-map): Explicitly inherit from text-mode.
(vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
(vc-print-log): Don't check log-view-mode.
(vc-default-show-log-entry): Don't check log-view-goto-rev.
(vc-log-mode): Remove.
(vc-log-edit): Don't check log-edit.

21 years ago(Fformat_time_string): Doc fix.
Markus Rost [Sat, 5 Oct 2002 04:32:00 +0000 (04:32 +0000)]
(Fformat_time_string): Doc fix.

21 years ago(Flength): Doc fix.
John Paul Wallington [Sat, 5 Oct 2002 04:08:13 +0000 (04:08 +0000)]
(Flength): Doc fix.

21 years ago(vc-default-show-log-entry): Fix typo.
Markus Rost [Sat, 5 Oct 2002 03:01:29 +0000 (03:01 +0000)]
(vc-default-show-log-entry): Fix typo.

21 years ago(keyremap): New struct.
Stefan Monnier [Fri, 4 Oct 2002 21:49:47 +0000 (21:49 +0000)]
(keyremap): New struct.
(read_key_sequence): Use it: globally replace keytran_foo with
keytran.foo and fkey_foo with fkey.foo.  Rename temp vars
keytran_next and fkey_next to just `next'.

21 years ago(vc-cvs-show-log-entry): Delete.
Stefan Monnier [Fri, 4 Oct 2002 18:38:53 +0000 (18:38 +0000)]
(vc-cvs-show-log-entry): Delete.

21 years ago(vc-rcs-show-log-entry): Delete.
Stefan Monnier [Fri, 4 Oct 2002 18:38:04 +0000 (18:38 +0000)]
(vc-rcs-show-log-entry): Delete.

21 years ago(smerge-ediff): Add name-{mine,other,base} args.
Stefan Monnier [Fri, 4 Oct 2002 15:25:22 +0000 (15:25 +0000)]
(smerge-ediff): Add name-{mine,other,base} args.

21 years agoSwitching return to be treated like an X keysym
Steven Tamm [Fri, 4 Oct 2002 15:03:02 +0000 (15:03 +0000)]
Switching return to be treated like an X keysym

21 years ago(lisp): Load devanagari.el, not .elc.
Juanma Barranquero [Fri, 4 Oct 2002 10:09:35 +0000 (10:09 +0000)]
(lisp): Load devanagari.el, not .elc.

21 years ago(fill-paragraph): Give up if there's no paragraph at or after point.
Stefan Monnier [Thu, 3 Oct 2002 23:01:51 +0000 (23:01 +0000)]
(fill-paragraph): Give up if there's no paragraph at or after point.

21 years ago(forward-paragraph): Return the steps left.
Stefan Monnier [Thu, 3 Oct 2002 23:00:19 +0000 (23:00 +0000)]
(forward-paragraph): Return the steps left.

21 years ago*** empty log message ***
Stefan Monnier [Thu, 3 Oct 2002 22:48:54 +0000 (22:48 +0000)]
*** empty log message ***