bpt/emacs.git
17 years ago*** empty log message ***
Kim F. Storm [Mon, 25 Dec 2006 13:30:09 +0000 (13:30 +0000)]
*** empty log message ***

17 years ago(mac-keyboard-translate-char, mac-unread-string):
YAMAMOTO Mitsuharu [Mon, 25 Dec 2006 08:18:29 +0000 (08:18 +0000)]
(mac-keyboard-translate-char, mac-unread-string):
New functions.
(mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
Use mac-unread-string.

17 years ago(fancy-splash-last-input-event): New variable.
YAMAMOTO Mitsuharu [Mon, 25 Dec 2006 08:18:09 +0000 (08:18 +0000)]
(fancy-splash-last-input-event): New variable.
(fancy-splash-special-event-action): New function.
(fancy-splash-screens): Temporarily bind special events to it.
Execute command for saved special event before exiting from
recursive editing.

17 years ago(Sorting Sequences): In sort*, add a little cautionary note about the key
Juanma Barranquero [Mon, 25 Dec 2006 01:08:43 +0000 (01:08 +0000)]
(Sorting Sequences): In sort*, add a little cautionary note about the key
procedure being used heavily.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 25 Dec 2006 01:04:15 +0000 (01:04 +0000)]
*** empty log message ***

17 years agoMerge last two entries of Michael Cadilhac, fix first name.
Michaël Cadilhac [Mon, 25 Dec 2006 00:22:49 +0000 (00:22 +0000)]
Merge last two entries of Michael Cadilhac, fix first name.
Fix some other typos.

17 years ago(Caching passphrase): Default for pgg-gpg-use-agent changed to t.
Chong Yidong [Sun, 24 Dec 2006 20:55:01 +0000 (20:55 +0000)]
(Caching passphrase): Default for pgg-gpg-use-agent changed to t.
(Prerequisites): Add explanation about gpg-agent.

17 years ago* pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
Chong Yidong [Sun, 24 Dec 2006 20:54:22 +0000 (20:54 +0000)]
* pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
to t.
(Prerequisites): Add explanation about gpg-agent.

17 years ago(fill-comment-paragraph): Prevent the use of an optimized comment regexp if
Michaël Cadilhac [Sun, 24 Dec 2006 20:23:31 +0000 (20:23 +0000)]
(fill-comment-paragraph): Prevent the use of an optimized comment regexp if
`comment-start-skip' uses a ^.

17 years ago(bs--up): Remove interactive spec.
Michaël Cadilhac [Sun, 24 Dec 2006 17:31:20 +0000 (17:31 +0000)]
(bs--up): Remove interactive spec.

17 years ago(Variable Definitions): Document new name custom-add-frequent-value.
Richard M. Stallman [Sun, 24 Dec 2006 16:36:26 +0000 (16:36 +0000)]
(Variable Definitions): Document new name custom-add-frequent-value.

17 years agont/ChangeLog
Eli Zaretskii [Sun, 24 Dec 2006 07:22:49 +0000 (07:22 +0000)]
nt/ChangeLog

17 years ago($(TRES)): Don't use $<, as nmake supports it only in implicit rules.
Eli Zaretskii [Sun, 24 Dec 2006 07:22:10 +0000 (07:22 +0000)]
($(TRES)): Don't use $<, as nmake supports it only in implicit rules.
Use literal "emacs.rc" instead.

17 years ago** Make woman detect use of the doc macros and give a clear error message.
Chong Yidong [Sun, 24 Dec 2006 03:17:16 +0000 (03:17 +0000)]
** Make woman detect use of the doc macros and give a clear error message.
Fixed.

17 years ago(woman-decode-buffer): Signal error for alien macro sets. Suggested
Chong Yidong [Sun, 24 Dec 2006 03:15:53 +0000 (03:15 +0000)]
(woman-decode-buffer): Signal error for alien macro sets.  Suggested
by James Cloos.

17 years ago* woman.el (woman-decode-buffer): Signal error for alien macro
Chong Yidong [Sun, 24 Dec 2006 03:15:41 +0000 (03:15 +0000)]
* woman.el (woman-decode-buffer): Signal error for alien macro
sets.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 24 Dec 2006 03:04:14 +0000 (03:04 +0000)]
*** empty log message ***

17 years ago(Holidays): US daylight savings begins second Sunday
Richard M. Stallman [Sun, 24 Dec 2006 03:01:49 +0000 (03:01 +0000)]
(Holidays): US daylight savings begins second Sunday
in March for 2007 onwards.
(Daylight Savings): Show new US default daylight savings rules, 2nd
Sun in Mar to 1st Sun in Nov, now in cal-dst.el.

17 years agoComment change.
Richard M. Stallman [Sun, 24 Dec 2006 02:59:28 +0000 (02:59 +0000)]
Comment change.

17 years ago(calendar-dst-starts): Default to second Sunday in March.
Richard M. Stallman [Sun, 24 Dec 2006 02:58:41 +0000 (02:58 +0000)]
(calendar-dst-starts): Default to second Sunday in March.
(calendar-dst-ends): Default to first Sunday in November.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 24 Dec 2006 01:50:17 +0000 (01:50 +0000)]
*** empty log message ***

17 years agoRequire Autoconf 2.61.
Richard M. Stallman [Sun, 24 Dec 2006 01:48:56 +0000 (01:48 +0000)]
Require Autoconf 2.61.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 24 Dec 2006 01:42:11 +0000 (01:42 +0000)]
*** empty log message ***

17 years ago(allout-encrypt-string): Inhibit use of agent within
Chong Yidong [Sun, 24 Dec 2006 01:08:43 +0000 (01:08 +0000)]
(allout-encrypt-string): Inhibit use of agent within
body of let form where encryption happens.  Acknowledge non-use of
gpg-agent in docstring.
(allout-toggle-subtree-encryption): Acknowledge non-use of
gpg-agent in docstring.

17 years ago* allout.el (allout-encrypt-string): Inhibit use of agent within
Chong Yidong [Sun, 24 Dec 2006 01:08:26 +0000 (01:08 +0000)]
* allout.el (allout-encrypt-string): Inhibit use of agent within
body of let form where encryption happens.  Acknowledge non-use of
gpg-agent in docstring.
(allout-toggle-subtree-encryption): Acknowledge non-use of
gpg-agent in docstring.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 24 Dec 2006 00:39:58 +0000 (00:39 +0000)]
*** empty log message ***

17 years ago(custom-add-frequent-value): Alias for custom-add-option.
Chong Yidong [Sun, 24 Dec 2006 00:25:03 +0000 (00:25 +0000)]
(custom-add-frequent-value): Alias for custom-add-option.

17 years ago* custom.el (custom-add-frequent-value): Alias for
Chong Yidong [Sun, 24 Dec 2006 00:24:54 +0000 (00:24 +0000)]
* custom.el (custom-add-frequent-value): Alias for
custom-add-option.

17 years agoAdd arch tagline
Miles Bader [Sat, 23 Dec 2006 23:33:38 +0000 (23:33 +0000)]
Add arch tagline

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 23 Dec 2006 22:04:07 +0000 (22:04 +0000)]
*** empty log message ***

17 years ago2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sat, 23 Dec 2006 21:33:50 +0000 (21:33 +0000)]
2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>

* ediff-diff.el (ediff-diff-options): clarify docstring.
(ediff-setup-diff-regions): disallow -u in ediff-diff-options.

* viper-cmd.el (viper-post-command-sentinel): protect against errors in
hooks.
(viper-add-newline-at-eob-if-necessary): add newline only if we
actually modify buffer; ignore errors if occur.

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 23 Dec 2006 20:11:10 +0000 (20:11 +0000)]
*** empty log message ***

17 years ago** Fix calendar mode line scroll buttons.
Chong Yidong [Sat, 23 Dec 2006 19:10:33 +0000 (19:10 +0000)]
** Fix calendar mode line scroll buttons.
Done.

17 years ago< and > have been switched for the Calendar.
Chong Yidong [Sat, 23 Dec 2006 19:09:42 +0000 (19:09 +0000)]
< and > have been switched for the Calendar.

17 years ago(Scroll Calendar): < and > are switched.
Chong Yidong [Sat, 23 Dec 2006 19:08:13 +0000 (19:08 +0000)]
(Scroll Calendar): < and > are switched.

17 years ago* calendar.texi (Scroll Calendar): < and > are switched.
Chong Yidong [Sat, 23 Dec 2006 19:08:06 +0000 (19:08 +0000)]
* calendar.texi (Scroll Calendar): < and > are switched.

17 years ago(calendar-mode-map): Switch < and >.
Chong Yidong [Sat, 23 Dec 2006 19:07:12 +0000 (19:07 +0000)]
(calendar-mode-map): Switch < and >.
(calendar-mode-line-format): Use mouse-1 bindings, and tweak formatting.

17 years ago* calendar/calendar.el (calendar-mode-map): Switch < and >.
Chong Yidong [Sat, 23 Dec 2006 19:06:59 +0000 (19:06 +0000)]
* calendar/calendar.el (calendar-mode-map): Switch < and >.
(calendar-mode-line-format): Use mouse-1 bindings, and tweak
formatting.

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 23 Dec 2006 18:08:27 +0000 (18:08 +0000)]
*** empty log message ***

17 years ago(delete-horizontal-space): Doc fix.
Richard M. Stallman [Sat, 23 Dec 2006 18:08:24 +0000 (18:08 +0000)]
(delete-horizontal-space): Doc fix.

17 years ago(Deletion): Describe `M-\' prefix argument.
Richard M. Stallman [Sat, 23 Dec 2006 18:07:36 +0000 (18:07 +0000)]
(Deletion): Describe `M-\' prefix argument.

17 years ago(Regexp Search): Explain why forward and reverse regexp
Richard M. Stallman [Sat, 23 Dec 2006 17:30:42 +0000 (17:30 +0000)]
(Regexp Search): Explain why forward and reverse regexp
search are not mirror images.

17 years ago*** empty log message ***
Eli Zaretskii [Sat, 23 Dec 2006 10:29:59 +0000 (10:29 +0000)]
*** empty log message ***

17 years agoExport XMFLAGS.
Eli Zaretskii [Sat, 23 Dec 2006 10:29:46 +0000 (10:29 +0000)]
Export XMFLAGS.

17 years ago(all-other-dirs-nmake, recompile-nmake): Don't use $(XMFLAGS).
Eli Zaretskii [Sat, 23 Dec 2006 10:28:08 +0000 (10:28 +0000)]
(all-other-dirs-nmake, recompile-nmake): Don't use $(XMFLAGS).

17 years agoAdd stamp_BLD.
Eli Zaretskii [Sat, 23 Dec 2006 09:53:24 +0000 (09:53 +0000)]
Add stamp_BLD.

17 years ago(bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE) explicitly in a recursive
Eli Zaretskii [Sat, 23 Dec 2006 02:05:29 +0000 (02:05 +0000)]
(bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE) explicitly in a recursive
Make, not implicitly through prerequisites, since the latter is wrong under
parallel builds.

17 years ago(some_mouse_moved): Fix last change.
Eli Zaretskii [Sat, 23 Dec 2006 01:57:15 +0000 (01:57 +0000)]
(some_mouse_moved): Fix last change.

17 years agoFix last change.
Eli Zaretskii [Fri, 22 Dec 2006 23:51:10 +0000 (23:51 +0000)]
Fix last change.

17 years ago*** empty log message ***
Eli Zaretskii [Fri, 22 Dec 2006 23:50:08 +0000 (23:50 +0000)]
*** empty log message ***

17 years ago(syms_of_callproc) <shell-file-name>: Doc fix.
Eli Zaretskii [Fri, 22 Dec 2006 23:49:18 +0000 (23:49 +0000)]
(syms_of_callproc) <shell-file-name>: Doc fix.

17 years agoRemove -unix from coding: tags.
Eli Zaretskii [Fri, 22 Dec 2006 23:37:42 +0000 (23:37 +0000)]
Remove -unix from coding: tags.

17 years ago(convert-standard-filename): Wrap in save-match-data.
Eli Zaretskii [Fri, 22 Dec 2006 23:32:24 +0000 (23:32 +0000)]
(convert-standard-filename): Wrap in save-match-data.

17 years agoFix a typo in an example.
Eli Zaretskii [Fri, 22 Dec 2006 23:27:28 +0000 (23:27 +0000)]
Fix a typo in an example.

17 years ago*** empty log message ***
Eli Zaretskii [Fri, 22 Dec 2006 23:21:13 +0000 (23:21 +0000)]
*** empty log message ***

17 years ago(sh-make-vars-local): Fix a typo in message string.
Eli Zaretskii [Fri, 22 Dec 2006 23:20:24 +0000 (23:20 +0000)]
(sh-make-vars-local): Fix a typo in message string.

17 years agoRegenerated.
Eli Zaretskii [Fri, 22 Dec 2006 23:13:53 +0000 (23:13 +0000)]
Regenerated.

17 years agoAdd support for NetBSD on x86-64, hp800 and sh3el.
Eli Zaretskii [Fri, 22 Dec 2006 23:09:14 +0000 (23:09 +0000)]
Add support for NetBSD on x86-64, hp800 and sh3el.
Remove redundant entry for powerpc-apple-netbsd.

17 years agoNew file.
Eli Zaretskii [Fri, 22 Dec 2006 23:06:27 +0000 (23:06 +0000)]
New file.

17 years agoAdd support for NetBSD.
Eli Zaretskii [Fri, 22 Dec 2006 23:05:55 +0000 (23:05 +0000)]
Add support for NetBSD.

17 years ago*** empty log message ***
Eli Zaretskii [Fri, 22 Dec 2006 22:58:05 +0000 (22:58 +0000)]
*** empty log message ***

17 years ago(outline-next-visible-heading): Fix the case with a header at end-of-file
Eli Zaretskii [Fri, 22 Dec 2006 22:57:15 +0000 (22:57 +0000)]
(outline-next-visible-heading): Fix the case with a header at end-of-file
with no final newline.

17 years ago(tab-always-indent): Doc fix.
Eli Zaretskii [Fri, 22 Dec 2006 22:46:22 +0000 (22:46 +0000)]
(tab-always-indent): Doc fix.

17 years agoExplain how to invoke GNU Make for parallel builds.
Eli Zaretskii [Fri, 22 Dec 2006 22:15:41 +0000 (22:15 +0000)]
Explain how to invoke GNU Make for parallel builds.

17 years ago*** empty log message ***
Eli Zaretskii [Fri, 22 Dec 2006 21:04:40 +0000 (21:04 +0000)]
*** empty log message ***

17 years ago($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add $(BLD)lastfile.$(O) and
Eli Zaretskii [Fri, 22 Dec 2006 21:04:00 +0000 (21:04 +0000)]
($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add $(BLD)lastfile.$(O) and
$(BLD)firstfile.$(O).

17 years ago(bootstrap): Make `all' explicitly in a recursive Make.
Eli Zaretskii [Fri, 22 Dec 2006 20:54:52 +0000 (20:54 +0000)]
(bootstrap): Make `all' explicitly in a recursive Make.

17 years ago(clean): Delete stamp_BLD.
Eli Zaretskii [Fri, 22 Dec 2006 20:41:35 +0000 (20:41 +0000)]
(clean): Delete stamp_BLD.

17 years ago*** empty log message ***
Eli Zaretskii [Fri, 22 Dec 2006 20:39:23 +0000 (20:39 +0000)]
*** empty log message ***

17 years agoFix last change.
Eli Zaretskii [Fri, 22 Dec 2006 20:38:16 +0000 (20:38 +0000)]
Fix last change.

17 years ago(clean): Delete stamp_BLD.
Eli Zaretskii [Fri, 22 Dec 2006 20:37:13 +0000 (20:37 +0000)]
(clean): Delete stamp_BLD.

17 years ago($(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O)): Add lastfile.$(O).
Eli Zaretskii [Fri, 22 Dec 2006 20:32:59 +0000 (20:32 +0000)]
($(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O)): Add lastfile.$(O).

17 years ago** Implement new Info index format.
Chong Yidong [Fri, 22 Dec 2006 19:49:39 +0000 (19:49 +0000)]
** Implement new Info index format.
Done.

17 years ago(Info-fontify-maximum-menu-size): Bump to 1000000.
Chong Yidong [Fri, 22 Dec 2006 19:49:08 +0000 (19:49 +0000)]
(Info-fontify-maximum-menu-size): Bump to 1000000.
(Info-fontify-node): Do fontify indices.

17 years ago* info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
Chong Yidong [Fri, 22 Dec 2006 19:48:59 +0000 (19:48 +0000)]
* info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
(Info-fontify-node): Do fontify indices.

17 years ago*** empty log message ***
Eli Zaretskii [Fri, 22 Dec 2006 19:28:37 +0000 (19:28 +0000)]
*** empty log message ***

17 years ago(bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)" command-line argument to sub-Make
Eli Zaretskii [Fri, 22 Dec 2006 19:28:11 +0000 (19:28 +0000)]
(bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)" command-line argument to sub-Make
in src, since src/makefile.w32-in invokes Make recursively during bootstrap.

17 years agoRegenerate with autoconf 2.61.
Chong Yidong [Fri, 22 Dec 2006 19:23:19 +0000 (19:23 +0000)]
Regenerate with autoconf 2.61.

17 years ago* configure: Regenerate with autoconf 2.61.
Chong Yidong [Fri, 22 Dec 2006 19:23:10 +0000 (19:23 +0000)]
* configure: Regenerate with autoconf 2.61.

17 years ago(emacs, temacs): Depend on stamp_BLD instead of $(BLD).
Eli Zaretskii [Fri, 22 Dec 2006 19:21:50 +0000 (19:21 +0000)]
(emacs, temacs): Depend on stamp_BLD instead of $(BLD).
($(OBJ0) $(OBJ1) $(WIN32OBJ)): New dependency on stamp_BLD.
(bootstrap-temacs): Pass $(XMFLAGS) to sub-make.

17 years ago(make-docfile, ctags, etags, ebrowse, hexl)
Eli Zaretskii [Fri, 22 Dec 2006 18:43:11 +0000 (18:43 +0000)]
(make-docfile, ctags, etags, ebrowse, hexl)
(movemail, fakemail, sorted-doc, digest-doc, emacsclient)
(test-distrib, $(DOC), all): depend on stamp_BLD instead of $(BLD).
($(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O))
($(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O))
($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS))
($(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O))
($(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O)): Depend on stamp_BLD.

17 years ago(addpm, ddeclient, cmdproxy, addsection)
Eli Zaretskii [Fri, 22 Dec 2006 18:23:48 +0000 (18:23 +0000)]
(addpm, ddeclient, cmdproxy, addsection)
(preprep, $(TRES), runemacs)
($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
Depend on stamp_BLD instead of on $(BLD).
(XMFLAGS): New macro.
(all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
(recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
(install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
(cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.

17 years ago(stamp_BLD): Rename from $(BLD). Create a file stamp_BLD after creating
Eli Zaretskii [Fri, 22 Dec 2006 18:22:37 +0000 (18:22 +0000)]
(stamp_BLD): Rename from $(BLD).  Create a file stamp_BLD after creating
the $(BLD) directory.

17 years ago(stamp_BLD): Rename from $(BLD). Create a file stamp_BLD after creating the
Eli Zaretskii [Fri, 22 Dec 2006 18:22:12 +0000 (18:22 +0000)]
(stamp_BLD): Rename from $(BLD).  Create a file stamp_BLD after creating the
$(BLD) directory.

17 years ago(tutorial--save-tutorial): Prompt before saving tutorial state.
Chong Yidong [Fri, 22 Dec 2006 15:24:10 +0000 (15:24 +0000)]
(tutorial--save-tutorial): Prompt before saving tutorial state.

17 years agotutorial.el (tutorial--save-tutorial): Prompt before saving tutorial state.
Chong Yidong [Fri, 22 Dec 2006 15:24:00 +0000 (15:24 +0000)]
tutorial.el (tutorial--save-tutorial): Prompt before saving tutorial state.

17 years ago(tutorial--detailed-help): Remove unnecessary link
Chong Yidong [Fri, 22 Dec 2006 15:17:24 +0000 (15:17 +0000)]
(tutorial--detailed-help): Remove unnecessary link
to the Emacs Lisp reference manual.
(tutorial--tab-map): Remove.  All callers changed.
(tutorial--find-changed-keys): New elt QUIET, used to...
(tutorial--display-changes): ...ensure that warning messages are
only issued once per changed key.
(tutorial--remove-remarks): Delete unused code-path.
(lang-strings): Remove extraneous formatting.

17 years ago* tutorial.el (tutorial--detailed-help): Remove unnecessary link
Chong Yidong [Fri, 22 Dec 2006 15:16:58 +0000 (15:16 +0000)]
* tutorial.el (tutorial--detailed-help): Remove unnecessary link
to the Emacs Lisp reference manual.
(tutorial--tab-map): Remove.  All callers changed.
(tutorial--find-changed-keys): New elt QUIET, used to...
(tutorial--display-changes): ...ensure that warning messages are
only issued once per changed key.
(tutorial--remove-remarks): Delete unused code-path.
(lang-strings): Remove extraneous formatting.

17 years ago(mac_update_title_bar) [TARGET_API_MAC_CARBON]: Call
YAMAMOTO Mitsuharu [Fri, 22 Dec 2006 08:27:36 +0000 (08:27 +0000)]
(mac_update_title_bar) [TARGET_API_MAC_CARBON]: Call
mac_update_proxy_icon also when buffer modification flag changed.
[TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't update alias,
but compare FSRef/FSSpec of resolved alias.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Fri, 22 Dec 2006 08:14:45 +0000 (08:14 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 177-178)

   - Merge from emacs--devo--0
   - Update from CVS

2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
   disconnect icons.  Add help text.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-569

17 years ago*** empty log message ***
Nick Roberts [Thu, 21 Dec 2006 21:49:21 +0000 (21:49 +0000)]
*** empty log message ***

17 years agoRemove `cl' requirement. Clean up whitespace.
Chong Yidong [Thu, 21 Dec 2006 17:26:00 +0000 (17:26 +0000)]
Remove `cl' requirement.  Clean up whitespace.
Replace '?\ ' by '?\s' throughout.
(tutorial-warning-face): Inherit font-lock-warning-face.  Move to
`help' custom group.
(tutorial--key-description): New function.
(tutorial--display-changes): Remove redundant arg.  Scan for all
key sequences to avoid false matches.  Cleanup.
(tutorial--saved-dir): Save to a subdirectory in .emacs.d to
reduce homedir pollution.
(help-with-tutorial): Call tutorial--display-changes with no arg.

17 years ago* tutorial.el: Remove `cl' requirement. Clean up whitespace.
Chong Yidong [Thu, 21 Dec 2006 17:25:34 +0000 (17:25 +0000)]
* tutorial.el: Remove `cl' requirement.  Clean up whitespace.
Replace '?\ ' by '?\s' throughout.
(tutorial-warning-face): Inherit font-lock-warning-face.  Move to
`help' custom group.
(tutorial--key-description): New function.
(tutorial--display-changes): Remove redundant arg.  Scan for all
key sequences to avoid false matches.  Cleanup.
(tutorial--saved-dir): Save to a subdirectory in .emacs.d to
reduce homedir pollution.
(help-with-tutorial): Call tutorial--display-changes with no arg.

17 years ago*** empty log message ***
Richard M. Stallman [Thu, 21 Dec 2006 14:04:03 +0000 (14:04 +0000)]
*** empty log message ***

17 years ago(_sys_wait_accept): Fix handle leak.
Kim F. Storm [Thu, 21 Dec 2006 12:47:06 +0000 (12:47 +0000)]
(_sys_wait_accept): Fix handle leak.

17 years ago*** empty log message ***
Kim F. Storm [Thu, 21 Dec 2006 12:46:56 +0000 (12:46 +0000)]
*** empty log message ***

17 years ago(org-mode-map): Bind org-complete also to M-\t.
Carsten Dominik [Thu, 21 Dec 2006 12:17:30 +0000 (12:17 +0000)]
(org-mode-map): Bind org-complete also to M-\t.

17 years ago*** empty log message ***
Carsten Dominik [Thu, 21 Dec 2006 12:16:54 +0000 (12:16 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Kim F. Storm [Thu, 21 Dec 2006 11:38:12 +0000 (11:38 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Eli Zaretskii [Wed, 20 Dec 2006 23:52:56 +0000 (23:52 +0000)]
*** empty log message ***