bpt/emacs.git
17 years ago(auto-mode-case-fold): Doc fix.
Kim F. Storm [Sun, 31 Dec 2006 00:34:49 +0000 (00:34 +0000)]
(auto-mode-case-fold): Doc fix.

17 years ago(auto-mode-case-fold): New defcustom.
Kim F. Storm [Sun, 31 Dec 2006 00:29:49 +0000 (00:29 +0000)]
(auto-mode-case-fold): New defcustom.
(set-auto-mode): If non-nil, perform second case-sensitive pass
through auto-mode-alist if first pass failed.

17 years agoherberteuler@hotmail.com, Dec 26: Add log bug -- fixed by Yamato.
Richard M. Stallman [Sat, 30 Dec 2006 23:03:03 +0000 (23:03 +0000)]
herberteuler@hotmail.com, Dec 26: Add log bug -- fixed by Yamato.

17 years ago(CUA Bindings): Fix typo.
Kim F. Storm [Sat, 30 Dec 2006 22:41:41 +0000 (22:41 +0000)]
(CUA Bindings): Fix typo.

17 years ago*** empty log message ***
Kim F. Storm [Sat, 30 Dec 2006 22:41:32 +0000 (22:41 +0000)]
*** empty log message ***

17 years ago(Tool Bar): Describe `grow-only' value of `auto-resize-tool-bars'.
Kim F. Storm [Sat, 30 Dec 2006 21:39:16 +0000 (21:39 +0000)]
(Tool Bar): Describe `grow-only' value of `auto-resize-tool-bars'.

17 years ago*** empty log message ***
Kim F. Storm [Sat, 30 Dec 2006 21:39:05 +0000 (21:39 +0000)]
*** empty log message ***

17 years ago(Table of Resources): Mention grow-only value for auto-resize-tool-bars.
Kim F. Storm [Sat, 30 Dec 2006 21:38:01 +0000 (21:38 +0000)]
(Table of Resources): Mention grow-only value for auto-resize-tool-bars.

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 30 Dec 2006 21:34:46 +0000 (21:34 +0000)]
*** empty log message ***

17 years ago(define-global-minor-mode): Doc fix.
Richard M. Stallman [Sat, 30 Dec 2006 21:34:14 +0000 (21:34 +0000)]
(define-global-minor-mode): Doc fix.

17 years agoallout problems may be resolved by installation of Manheimer's latest patch.
Richard M. Stallman [Sat, 30 Dec 2006 21:00:03 +0000 (21:00 +0000)]
allout problems may be resolved by installation of Manheimer's latest patch.

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 30 Dec 2006 20:43:28 +0000 (20:43 +0000)]
*** empty log message ***

17 years agosdl.web@gmail.com, Dec 29: Scroll bar position bug fixed by Jan Djarv.
Richard M. Stallman [Sat, 30 Dec 2006 20:24:56 +0000 (20:24 +0000)]
sdl.web@gmail.com, Dec 29: Scroll bar position bug fixed by Jan Djarv.

17 years ago(xg_tool_bar_button_cb): Save last modifier on widget.
Jan Djärv [Sat, 30 Dec 2006 19:58:04 +0000 (19:58 +0000)]
(xg_tool_bar_button_cb): Save last modifier on widget.
(xg_tool_bar_callback): Remove check for button.
(update_frame_tool_bar): Put an event box in the tool bar and a button
in the event box.  Attach enter/leave-notify-event to the event box.

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

17 years ago(allout-encrypt-string): Handle symmetric-key passphrase caching but leave
Eli Zaretskii [Sat, 30 Dec 2006 18:10:35 +0000 (18:10 +0000)]
(allout-encrypt-string): Handle symmetric-key passphrase caching but leave
keypair caching to pgg.

17 years ago(Active Keymaps): Fix previous change.
Richard M. Stallman [Sat, 30 Dec 2006 17:57:16 +0000 (17:57 +0000)]
(Active Keymaps): Fix previous change.

17 years agoSync with Tramp 2.0.55.
Michael Albinus [Sat, 30 Dec 2006 16:17:10 +0000 (16:17 +0000)]
Sync with Tramp 2.0.55.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Sat, 30 Dec 2006 15:34:42 +0000 (15:34 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 179-183)

   - Update from CVS

2006-12-25  Daiki Ueno  <ueno@unixuser.org>

   * lisp/pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
   locale-coding-system.
   * lisp/pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
   LF.

2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>

   * lisp/gnus/nnimap.el (nnimap-expunge-search-string): Mention
   nnimap-search-uids-not-since-is-evil in docstring.

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

   * lisp/gnus/spam.el: Revert to make-obsolete-variable because
   define-obsolete-variable-alias is not supported in Emacs 21.

2006-12-28  Daiki Ueno  <ueno@unixuser.org>

   * lisp/gnus/gnus-sum.el (gnus-summary-next-article): Make sure we are in the
   summary buffer.

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

   * lisp/gnus/spam.el (spam-ifile-path, spam-ifile-database-path)
   (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
   make-obsolete-variable.

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

   * lisp/gnus/message.el (message-make-fqdn): Fix comment.
   (message-bogus-system-names): Add ".local".

   * lisp/gnus/spam.el (spam-ifile-path, spam-ifile-program)
   (spam-ifile-database-path, spam-ifile-database)
   (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
   Don't use "path" inappropriately.
   (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
   strings.
   (spam-check-ifile, spam-ifile-register-with-ifile)
   (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
   new variable names.

   * lisp/gnus/gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
   (gnus-treat-display-smileys): Simplify using
   gnus-image-type-available-p.

   * lisp/gnus/gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
   available.

2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
   one after turning on the buffer's multibyteness instead of decoding
   them directly in the unibyte buffer that causes unexpected conversion
   in Emacs 23 (unicode).

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

   * man/gnus.texi (Customizing Articles): Add index entries for all
   gnus-treat-* variables.

2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>

   * man/gnus.texi (IMAP): Fix incorrect explanation of
   nnimap-search-uids-not-since-is-evil in documentation for
   nnimap-expunge-search-string.

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

   * man/gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
   spam-ifile-database.

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

   * man/gnus.texi (Spam Package Configuration Examples): Don't encourage to
   rebind C-s.

2006-12-26  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>

   * man/gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
   (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
   "expiring mail".
   (IMAP): Document nnimap-search-uids-not-since-is-evil and
   nnimap-nov-is-evil.

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

17 years agoSet scroll bar mode to right if set by X resources.
Jan Djärv [Sat, 30 Dec 2006 15:23:38 +0000 (15:23 +0000)]
Set scroll bar mode to right if set by X resources.

17 years ago(previous-scroll-bar-mode): New variable
Jan Djärv [Sat, 30 Dec 2006 15:23:24 +0000 (15:23 +0000)]
(previous-scroll-bar-mode): New variable
(set-scroll-bar-mode): Set previous-scroll-bar-mode.
(scroll-bar-mode): Use previous-scroll-bar-mode if set.

17 years ago*** empty log message ***
Jan Djärv [Sat, 30 Dec 2006 15:23:09 +0000 (15:23 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 30 Dec 2006 06:29:19 +0000 (06:29 +0000)]
*** empty log message ***

17 years ago(backup-buffer): Show entire backup file name in message.
Richard M. Stallman [Sat, 30 Dec 2006 06:28:57 +0000 (06:28 +0000)]
(backup-buffer): Show entire backup file name in message.

(make-backup-file-name-1): Precompute abs name
but don't lose the relative name.

17 years ago(select-safe-coding-system-interactively): Fix message.
Richard M. Stallman [Sat, 30 Dec 2006 06:27:30 +0000 (06:27 +0000)]
(select-safe-coding-system-interactively): Fix message.

17 years ago(Active Keymaps): Make xref to lookup-key.
Nick Roberts [Sat, 30 Dec 2006 06:26:32 +0000 (06:26 +0000)]
(Active Keymaps): Make xref to lookup-key.

17 years ago*** empty log message ***
Nick Roberts [Sat, 30 Dec 2006 06:25:50 +0000 (06:25 +0000)]
*** empty log message ***

17 years ago(Fdefine_key): Doc fix.
Richard M. Stallman [Sat, 30 Dec 2006 06:25:06 +0000 (06:25 +0000)]
(Fdefine_key): Doc fix.

17 years agoRemoved spurious entry of 2006-12-24, duplicated on 2006-12-26.
Juanma Barranquero [Sat, 30 Dec 2006 02:00:28 +0000 (02:00 +0000)]
Removed spurious entry of 2006-12-24, duplicated on 2006-12-26.

17 years ago(magic-mode-alist): Detect image files with `image-type-auto-detected-p'
Juanma Barranquero [Sat, 30 Dec 2006 01:53:11 +0000 (01:53 +0000)]
(magic-mode-alist): Detect image files with `image-type-auto-detected-p'
instead of `image-type-from-buffer'.

17 years ago(image-type-header-regexps, image-type-from-data, image-type-from-buffer,
Juanma Barranquero [Sat, 30 Dec 2006 01:51:24 +0000 (01:51 +0000)]
(image-type-header-regexps, image-type-from-data, image-type-from-buffer,
image-type-from-file-header): Revert changes from 2006-12-26.
(image-type-auto-detectable): New variable.
(image-type-auto-detected-p): New function.

17 years ago(Bindat Spec): Clarify using field names in
Kim F. Storm [Sat, 30 Dec 2006 00:55:06 +0000 (00:55 +0000)]
(Bindat Spec): Clarify using field names in
length specifications.

17 years ago(dired-sort-other): Move test for dired-mode...
Nick Roberts [Fri, 29 Dec 2006 23:57:38 +0000 (23:57 +0000)]
(dired-sort-other): Move test for dired-mode...
(dired-sort-set-modeline): ...to here.

17 years ago*** empty log message ***
Nick Roberts [Fri, 29 Dec 2006 23:56:44 +0000 (23:56 +0000)]
*** empty log message ***

17 years ago(auto_resize_tool_bars_p): Replace with ...
Kim F. Storm [Fri, 29 Dec 2006 23:29:45 +0000 (23:29 +0000)]
(auto_resize_tool_bars_p): Replace with ...
(Vauto_resize_tool_bars): ... this.
(syms_of_xdisp): DEFVAR_LISP and initialize it.  Update doc string
to describe new value `grow-only', and use of C-l.
(display_tool_bar_line): Only use default face for border below
toolbar if not grow-only (to get acceptable visual appearence).
Explicitly set visible_height for empty toolbar lines.
(redisplay_tool_bar): Handle `grow-only' setting.  Check and clear
minimize_tool_bar_window_p flag.

17 years ago(Frecenter): Set minimize_tool_bar_window_p flag
Kim F. Storm [Fri, 29 Dec 2006 23:29:27 +0000 (23:29 +0000)]
(Frecenter): Set minimize_tool_bar_window_p flag
when called without arg to redraw with minimum toolbar height.
Update doc string.

17 years ago(struct frame): New member minimize_tool_bar_window_p.
Kim F. Storm [Fri, 29 Dec 2006 23:29:20 +0000 (23:29 +0000)]
(struct frame): New member minimize_tool_bar_window_p.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 29 Dec 2006 23:29:11 +0000 (23:29 +0000)]
*** empty log message ***

17 years ago(fill-comment-paragraph): Document 2006-12-24 change.
Michaël Cadilhac [Fri, 29 Dec 2006 21:39:47 +0000 (21:39 +0000)]
(fill-comment-paragraph): Document 2006-12-24 change.
Suggested by Stefan Monnier.

17 years agoFix last log entry.
Eli Zaretskii [Fri, 29 Dec 2006 19:45:55 +0000 (19:45 +0000)]
Fix last log entry.

17 years ago*** empty log message ***
Jason Rumney [Fri, 29 Dec 2006 16:48:21 +0000 (16:48 +0000)]
*** empty log message ***

17 years ago(TEMACS_EXTRA_LINK): Remove duplicated flags from DEBUG_LINK.
Jason Rumney [Fri, 29 Dec 2006 16:47:44 +0000 (16:47 +0000)]
(TEMACS_EXTRA_LINK): Remove duplicated flags from DEBUG_LINK.
(DEBUG_LINK): Remove -debugtype:both

17 years ago(umask): Do not define in msvc8.
Jason Rumney [Fri, 29 Dec 2006 15:58:08 +0000 (15:58 +0000)]
(umask): Do not define in msvc8.

17 years ago(tzname): Do not define in msvc8.
Jason Rumney [Fri, 29 Dec 2006 14:49:25 +0000 (14:49 +0000)]
(tzname): Do not define in msvc8.

17 years ago(regerror): Change parameter name err_code.
Jason Rumney [Fri, 29 Dec 2006 14:32:52 +0000 (14:32 +0000)]
(regerror): Change parameter name err_code.

17 years ago(bindat--unpack-group, bindat--length-group)
Kim F. Storm [Fri, 29 Dec 2006 01:20:48 +0000 (01:20 +0000)]
(bindat--unpack-group, bindat--length-group)
(bindat--pack-group): Let-bind COUNT during repeat block evaluation.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 29 Dec 2006 01:20:38 +0000 (01:20 +0000)]
*** empty log message ***

17 years ago(Bindat Spec): Explain eval forms and lengths better.
Kim F. Storm [Fri, 29 Dec 2006 01:17:06 +0000 (01:17 +0000)]
(Bindat Spec): Explain eval forms and lengths better.
Add count and index variables for eval forms in repeat blocks.

17 years ago(readline): When creating a relative file name from a
Francesco Potortì [Thu, 28 Dec 2006 00:05:53 +0000 (00:05 +0000)]
(readline): When creating a relative file name from a
#line directive, leave the file name alone.  The previous
behaviour was to make it relative to the tags file directory,
under the hypothesis that the #line directive file name was
relative to the directory of the tagged file.  That hypothesis is
wrong with Cpp and Lex.

(Makefile_targets): Do not include spaces in tag names.

17 years ago*** empty log message ***
Francesco Potortì [Thu, 28 Dec 2006 00:05:16 +0000 (00:05 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Francesco Potortì [Wed, 27 Dec 2006 23:58:29 +0000 (23:58 +0000)]
*** empty log message ***

17 years agoWrap function headers.
Kim F. Storm [Wed, 27 Dec 2006 21:55:59 +0000 (21:55 +0000)]
Wrap function headers.

17 years agoFix typo in comment.
Kim F. Storm [Wed, 27 Dec 2006 21:46:25 +0000 (21:46 +0000)]
Fix typo in comment.

17 years ago*** empty log message ***
Kim F. Storm [Wed, 27 Dec 2006 21:34:38 +0000 (21:34 +0000)]
*** empty log message ***

17 years ago(authors-aliases): Anchor FSF alias regexp,
Kim F. Storm [Wed, 27 Dec 2006 21:31:10 +0000 (21:31 +0000)]
(authors-aliases): Anchor FSF alias regexp,
so it doesn't accidentally match an fsf.org mail address.
(authors-renamed-files-alist): Add tcover-*.el.

17 years ago*** empty log message ***
Richard M. Stallman [Wed, 27 Dec 2006 21:19:25 +0000 (21:19 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Stefan Monnier [Wed, 27 Dec 2006 16:31:01 +0000 (16:31 +0000)]
*** empty log message ***

17 years ago(vc-arch-find-version): New function.
Stefan Monnier [Wed, 27 Dec 2006 16:26:34 +0000 (16:26 +0000)]
(vc-arch-find-version): New function.

17 years ago(vc-version-backup-file-name): Revision names may be
Stefan Monnier [Wed, 27 Dec 2006 16:25:42 +0000 (16:25 +0000)]
(vc-version-backup-file-name): Revision names may be
composed of arbitrary characters (even /) in some systems.

17 years ago*** empty log message ***
Eli Zaretskii [Wed, 27 Dec 2006 13:54:47 +0000 (13:54 +0000)]
*** empty log message ***

17 years agoUpdate table of supported Make ports. Show "make -j" command that is known
Eli Zaretskii [Wed, 27 Dec 2006 13:54:18 +0000 (13:54 +0000)]
Update table of supported Make ports.  Show "make -j" command that is known
to work.

17 years agoUpdate table of supported Make ports.
Eli Zaretskii [Wed, 27 Dec 2006 13:53:39 +0000 (13:53 +0000)]
Update table of supported Make ports.

17 years agoAdd comment about DOS EOLs in this file.
Eli Zaretskii [Wed, 27 Dec 2006 13:42:43 +0000 (13:42 +0000)]
Add comment about DOS EOLs in this file.

17 years ago(select-safe-coding-system-interactively): Improve the message in the
Eli Zaretskii [Wed, 27 Dec 2006 13:19:19 +0000 (13:19 +0000)]
(select-safe-coding-system-interactively): Improve the message in the
*Warning* buffer.

17 years ago(Windows Keyboard): Mention widespread Windows bindings, and how to get
Eli Zaretskii [Wed, 27 Dec 2006 12:49:36 +0000 (12:49 +0000)]
(Windows Keyboard): Mention widespread Windows bindings, and how to get
them back.

17 years ago(select-safe-coding-system-interactively):
Kenichi Handa [Wed, 27 Dec 2006 05:11:42 +0000 (05:11 +0000)]
(select-safe-coding-system-interactively):
Use face `link' for problematic chars.

17 years ago(ido-set-matches-1): Fix last change. If default item is
Kim F. Storm [Wed, 27 Dec 2006 02:22:36 +0000 (02:22 +0000)]
(ido-set-matches-1): Fix last change.  If default item is
current buffer, it is ok to be first.

17 years ago*** empty log message ***
Kim F. Storm [Wed, 27 Dec 2006 02:22:24 +0000 (02:22 +0000)]
*** empty log message ***

17 years ago(select-safe-coding-system-interactively):
Kenichi Handa [Wed, 27 Dec 2006 01:25:31 +0000 (01:25 +0000)]
(select-safe-coding-system-interactively):
Improve the message in *Warning* buffer.

17 years ago(ido-set-matches-1): Never put current buffer first if
Kim F. Storm [Wed, 27 Dec 2006 00:26:54 +0000 (00:26 +0000)]
(ido-set-matches-1): Never put current buffer first if
there are other matches.

17 years ago*** empty log message ***
Kim F. Storm [Wed, 27 Dec 2006 00:26:39 +0000 (00:26 +0000)]
*** empty log message ***

17 years ago(gud-watch): Allow duplicate names for watch
Nick Roberts [Tue, 26 Dec 2006 22:02:17 +0000 (22:02 +0000)]
(gud-watch): Allow duplicate names for watch
expressions.
(gdb-var-delete): Handle duplicate names.  Print message for non
root expressions.
(gdb-partial-output-name): Start buffer name with a space.
(gdb-info-breakpoints-custom, gdb-reset): Handle space in above
buffer name.

17 years ago*** empty log message ***
Nick Roberts [Tue, 26 Dec 2006 22:01:17 +0000 (22:01 +0000)]
*** empty log message ***

17 years ago(custom-browse-sort-alphabetically, custom-buffer-sort-alphabetically)
Richard M. Stallman [Tue, 26 Dec 2006 21:48:17 +0000 (21:48 +0000)]
(custom-browse-sort-alphabetically, custom-buffer-sort-alphabetically)
(custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.

17 years ago(Footnote-insert-footnote): Fix the search of the last footnote when
Michaël Cadilhac [Tue, 26 Dec 2006 20:29:26 +0000 (20:29 +0000)]
(Footnote-insert-footnote): Fix the search of the last footnote when
`footnote-spaced-footnotes' is nil.

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 Dec 2006 18:10:19 +0000 (18:10 +0000)]
*** empty log message ***

17 years ago(Fsearch_forward): Doc fix.
Richard M. Stallman [Tue, 26 Dec 2006 18:02:27 +0000 (18:02 +0000)]
(Fsearch_forward): Doc fix.

17 years ago(image-type-header-regexps): Change element format
Richard M. Stallman [Tue, 26 Dec 2006 18:01:40 +0000 (18:01 +0000)]
(image-type-header-regexps): Change element format
to include third item NOT-ALWAYS.
(image-type-from-data): Handle new format.
(image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
(image-type-from-file-header): Pass t for INCLUDE-MAYBES.

17 years ago*** empty log message ***
Andreas Schwab [Tue, 26 Dec 2006 11:38:14 +0000 (11:38 +0000)]
*** empty log message ***

17 years ago(datarootdir): Define.
Andreas Schwab [Tue, 26 Dec 2006 11:37:47 +0000 (11:37 +0000)]
(datarootdir): Define.

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 Dec 2006 03:54:12 +0000 (03:54 +0000)]
*** empty log message ***

17 years ago(Finteractive): Doc fix.
Richard M. Stallman [Tue, 26 Dec 2006 03:54:08 +0000 (03:54 +0000)]
(Finteractive): Doc fix.

17 years ago(add-log-current-defun): Call `forward-sexp'
Masatake YAMATO [Tue, 26 Dec 2006 03:53:04 +0000 (03:53 +0000)]
(add-log-current-defun): Call `forward-sexp'
multiple times to pick a member function name defined as
part of nested classes/namespaces.

17 years agoeasy-menu-change patch
Vinicius Jose Latorre [Tue, 26 Dec 2006 03:26:14 +0000 (03:26 +0000)]
easy-menu-change patch

17 years ago(Holidays): Holiday listing is based on current practice, but DST is not.
Richard M. Stallman [Tue, 26 Dec 2006 03:12:22 +0000 (03:12 +0000)]
(Holidays): Holiday listing is based on current practice, but DST is not.

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 Dec 2006 02:55:07 +0000 (02:55 +0000)]
*** empty log message ***

17 years ago(fill-paragraph): Check for a minibuffer
Richard M. Stallman [Tue, 26 Dec 2006 02:54:41 +0000 (02:54 +0000)]
(fill-paragraph): Check for a minibuffer
rather than for being in a minibuffer window.

17 years agoRemove spurious "(tiny change)".
Juanma Barranquero [Tue, 26 Dec 2006 00:10:43 +0000 (00:10 +0000)]
Remove spurious "(tiny change)".

17 years ago*** empty log message ***
Juanma Barranquero [Mon, 25 Dec 2006 23:59:30 +0000 (23:59 +0000)]
*** empty log message ***

17 years agoRevert unwanted unusual formating to standard form.
Michaël Cadilhac [Mon, 25 Dec 2006 23:09:00 +0000 (23:09 +0000)]
Revert unwanted unusual formating to standard form.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 25 Dec 2006 20:37:40 +0000 (20:37 +0000)]
*** empty log message ***

17 years ago(Top): Update subnode menus.
Richard M. Stallman [Mon, 25 Dec 2006 20:37:36 +0000 (20:37 +0000)]
(Top): Update subnode menus.

17 years ago(Transient Mark): Fix xref.
Richard M. Stallman [Mon, 25 Dec 2006 20:37:01 +0000 (20:37 +0000)]
(Transient Mark): Fix xref.

17 years ago(Graphical Kill): Node deleted.
Richard M. Stallman [Mon, 25 Dec 2006 20:36:43 +0000 (20:36 +0000)]
(Graphical Kill): Node deleted.
(Killing): Add xref to Cut and Paste.
(CUA Bindings): Update xref.

17 years ago(Cut and Paste): New section to hold other nodes.
Richard M. Stallman [Mon, 25 Dec 2006 20:35:15 +0000 (20:35 +0000)]
(Cut and Paste): New section to hold other nodes.
(Mouse Commands): Node demoted.
(Cut/Paste Other App): Split out from Mouse Commands.
(Word and Line Mouse): Likewise.
(Secondary Selection, Clipboard): Nodes demoted.

17 years ago(sql-mode-abbrev-table): Corrected initialization.
Richard M. Stallman [Mon, 25 Dec 2006 20:11:21 +0000 (20:11 +0000)]
(sql-mode-abbrev-table): Corrected initialization.
(sql-mode-syntax-table): Disable double quoted strings.
(sql-mode-font-lock-object-name): Added TYPE and TYPE BODY.

17 years ago** Report that datagrams don't work on Windows.
Chong Yidong [Mon, 25 Dec 2006 18:09:08 +0000 (18:09 +0000)]
** Report that datagrams don't work on Windows.
Done by KFS.

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

17 years ago(BROKEN_DATAGRAM_SOCKETS): Define it.
Kim F. Storm [Mon, 25 Dec 2006 13:30:18 +0000 (13:30 +0000)]
(BROKEN_DATAGRAM_SOCKETS): Define it.

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