]> git.eshelyaron.com Git - emacs.git/log
emacs.git
18 years ago(w32_wnd_proc) <WM_MOUSEMOVE>: Ignore mouse movements if a menu is active
Eli Zaretskii [Sat, 8 Apr 2006 20:05:43 +0000 (20:05 +0000)]
(w32_wnd_proc) <WM_MOUSEMOVE>: Ignore mouse movements if a menu is active
on this frame.

18 years ago(report_file_error): Mark as NO_RETURN.
Dan Nicolaescu [Sat, 8 Apr 2006 19:35:48 +0000 (19:35 +0000)]
(report_file_error): Mark as NO_RETURN.

18 years ago[STDC_HEADERS]: Include stddef.h.
Eli Zaretskii [Sat, 8 Apr 2006 16:44:27 +0000 (16:44 +0000)]
[STDC_HEADERS]: Include stddef.h.

18 years ago(PSEUDOVECSIZE): Fix last change.
Eli Zaretskii [Sat, 8 Apr 2006 16:37:46 +0000 (16:37 +0000)]
(PSEUDOVECSIZE): Fix last change.

18 years ago* process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
Stefan Monnier [Sat, 8 Apr 2006 15:07:35 +0000 (15:07 +0000)]
* process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
`raw_status_high', and `raw_status_low' with plain integers, and move
them to the end of the structure.

* alloc.c (allocate_process): Use PSEUDOVECSIZE to initialize the
pseudovector's size field so only the Lisp_Object fields get GC'd.

* process.c (update_status, make_process, Fdelete_process)
(Fprocess_status, list_processes_1, start_process_unwind)
(create_process, Fmake_network_process, server_accept_connection)
(wait_reading_process_output, send_process, Fprocess_running_child_p)
(process_send_signal, proc_encode_coding_system, Fprocess_send_eof)
(sigchld_handler, status_notify): Adjust to new non-Lisp fields for
`pid' and `raw_status'.
(Fprocess_id, Fsignal_process): Same, and additionally use floats when
representing PIDs that are larger than most-positive-fixnum.

18 years ago(byte-compile-form): Only call cl-byte-compile-compiler-macro if it exists.
Stefan Monnier [Sat, 8 Apr 2006 14:56:21 +0000 (14:56 +0000)]
(byte-compile-form): Only call cl-byte-compile-compiler-macro if it exists.

18 years ago(PSEUDOVECTOR_SIZE_MASK): Expand docstring.
Stefan Monnier [Sat, 8 Apr 2006 14:34:31 +0000 (14:34 +0000)]
(PSEUDOVECTOR_SIZE_MASK): Expand docstring.

18 years ago(describe_map): Don't use XINT if we haven't checked INTEGERP.
Stefan Monnier [Sat, 8 Apr 2006 14:20:10 +0000 (14:20 +0000)]
(describe_map): Don't use XINT if we haven't checked INTEGERP.

18 years ago(OFFSETOF, PSEUDOVECSIZE): New macros.
Stefan Monnier [Sat, 8 Apr 2006 14:15:04 +0000 (14:15 +0000)]
(OFFSETOF, PSEUDOVECSIZE): New macros.

18 years ago(Fx_show_tip): Add 3 to the 5th arg of SetWindowPos.
Eli Zaretskii [Sat, 8 Apr 2006 12:27:13 +0000 (12:27 +0000)]
(Fx_show_tip): Add 3 to the 5th arg of SetWindowPos.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 8 Apr 2006 10:45:12 +0000 (10:45 +0000)]
*** empty log message ***

18 years ago(Fill Commands): fill-nobreak-predicate is now a hook.
Eli Zaretskii [Sat, 8 Apr 2006 10:44:48 +0000 (10:44 +0000)]
(Fill Commands): fill-nobreak-predicate is now a hook.

18 years ago(hack-local-variables-confirm) <offer-save>: Clarify message text. Suggested
Eli Zaretskii [Sat, 8 Apr 2006 10:41:12 +0000 (10:41 +0000)]
(hack-local-variables-confirm) <offer-save>: Clarify message text.  Suggested
by Ralf Angeli.

18 years ago(kill-rectangle): Don't barf if `kill-read-only-ok' is set.
Eli Zaretskii [Sat, 8 Apr 2006 10:30:52 +0000 (10:30 +0000)]
(kill-rectangle): Don't barf if `kill-read-only-ok' is set.
(delete-extract-rectangle-line): Use `filter-buffer-substring' instead of
`buffer-substring' and `delete-region'.  (Most of the code actually copied
from `kill-region'.)

18 years ago(rcirc-default-server): Rename from rcirc-server.
Eli Zaretskii [Sat, 8 Apr 2006 10:23:53 +0000 (10:23 +0000)]
(rcirc-default-server): Rename from rcirc-server.
(rcirc-default-port): Rename from rcirc-port.
(rcirc-default-nick): Rename from rcirc-nick.
(rcirc-default-user-name): Rename from rcirc-user-name.
(rcirc-default-user-full-name): Rename from rcirc-user-full-name.
(rcirc-low-priority-flag): New variable.
(rcirc-decode-coding-system): New defcustom.
(rcirc-encode-coding-system): New defcustom.
(rcirc-coding-system-alist): New defcustom.
(rcirc-multiline-major-mode): New defcustom.
(rcirc-nick): New internal variable.
(rcirc-process): Remove variable.
(rcirc-server-buffer): New variable.
(rcirc): Update to use rcirc-default-* variables above.
(rcirc-connect): Do not add window-configuration-hook-here.
(rcirc-server): New internal variable.
(rcirc-connect): Do not send keepalive pings if rcirc-keepalive-seconds is nil.
(with-rcirc-server-buffer): New macro.
(rcirc-send-string): Encode with rcirc-encode-coding-system.
(rcirc-server-name): Rename from rcirc-server.
(rcirc-buffer-process): New function.
(rcirc-buffer-nick): New function.
(rcirc-buffer-target): Remove function.
(set-rcirc-decode-coding-system, set-rcirc-encode-coding-system): New commands.
(rcirc-mode-map): Change binding of C-c C-l to rcirc-toggle-low-priority.
(rcirc-mode): Initialize coding system based on rcirc-coding-system-alist.
New change-major-mode-hook to part the channel on a mode change.
Make kill-buffer-hook buffer-local.
(rcirc-change-major-mode-hook): New function.
(rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
(rcirc-last-post-time): New variable.
(rcirc-process-message): Store the last time user posted a message to this
target.
(rcirc-multiline-minor-mode): New mode.
(rcirc-multiline-minor-mode-map): New mode map.
(rcirc-edit-multiline): Put multiline-edit buffer in
rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
(rcirc-print): Any line starting with an ignored nick will be ignored.
(rcirc-print): Decode using rcirc-decode-coding-system.
(rcirc-track-minor-mode): Update global-mode-string when disabling this mode.
(minor-mode-alist): add LowPri indicator.
(rcirc-toggle-low-priority): New function.
(rcirc-last-non-irc-buffer): Prefix arg now no means switch to next low priority
buffer with activity.
(rcirc-record-activity): Sort buffers in rcirc-activity by the last time the
user posted a message in to the target.
(rcirc-update-activity-string): New formatting for low priority buffers.
(rcirc-split-activity): New function.
(rcirc-handler-PART, rcirc-handler-KICK)
(rcirc-handler-PART-or-KICK): Kick responses are printed properly.
(rcirc-nick-away-alist): New variable.
(rcirc-handler-301): New handler.  Away messages are printed once per change.

18 years ago(Info-follow-nearest-node): Doc fix.
Eli Zaretskii [Sat, 8 Apr 2006 10:11:18 +0000 (10:11 +0000)]
(Info-follow-nearest-node): Doc fix.

18 years ago(locale-language-names): Add a few MS Windows language codes.
Eli Zaretskii [Sat, 8 Apr 2006 09:53:18 +0000 (09:53 +0000)]
(locale-language-names): Add a few MS Windows language codes.

18 years ago(set-locale-environment): Make sure the coding-system preferred by the
Eli Zaretskii [Sat, 8 Apr 2006 08:15:34 +0000 (08:15 +0000)]
(set-locale-environment): Make sure the coding-system preferred by the
locale's language has the same EOL conversion type as the original
buffer-file-coding-system.

18 years ago(eval-expression): Doc fix.
Richard M. Stallman [Fri, 7 Apr 2006 23:30:42 +0000 (23:30 +0000)]
(eval-expression): Doc fix.

18 years ago(eval-print-last-sexp, eval-last-sexp, eval-defun): Doc fixes.
Richard M. Stallman [Fri, 7 Apr 2006 23:30:23 +0000 (23:30 +0000)]
(eval-print-last-sexp, eval-last-sexp, eval-defun): Doc fixes.

18 years ago(Other Display Specs): Arrange a @code{DOTTED-LIST} to
Thien-Thi Nguyen [Fri, 7 Apr 2006 22:11:55 +0000 (22:11 +0000)]
(Other Display Specs): Arrange a @code{DOTTED-LIST} to
be on one line to help makeinfo not render two spaces after the dot.

18 years agoRevert to 2006-03-23T13:13:27Z!jas@extundo.com to allow the use of gpg-agent.
Reiner Steib [Fri, 7 Apr 2006 21:06:12 +0000 (21:06 +0000)]
Revert to 2006-03-23T13:13:27Z!jas@extundo.com to allow the use of gpg-agent.

18 years agoRemove bogus newline.
Reiner Steib [Fri, 7 Apr 2006 19:26:51 +0000 (19:26 +0000)]
Remove bogus newline.

18 years ago(mh-path, mh-variant): Define with mh-defcustom and add
Bill Wohler [Fri, 7 Apr 2006 18:58:38 +0000 (18:58 +0000)]
(mh-path, mh-variant): Define with mh-defcustom and add
:package-version keyword.

18 years ago(Predicates for Strings): Add string-or-null-p.
Reiner Steib [Fri, 7 Apr 2006 18:53:09 +0000 (18:53 +0000)]
(Predicates for Strings): Add string-or-null-p.

18 years agoAdd string-or-null-p.
Reiner Steib [Fri, 7 Apr 2006 18:52:30 +0000 (18:52 +0000)]
Add string-or-null-p.

18 years ago(Basic Indent): C-j deletes trailing whitespace before the newline.
Richard M. Stallman [Fri, 7 Apr 2006 18:23:03 +0000 (18:23 +0000)]
(Basic Indent): C-j deletes trailing whitespace before the newline.

18 years ago(Comments, Comment Commands, Options for Comments, Multi-Line Comments):
Richard M. Stallman [Fri, 7 Apr 2006 16:52:46 +0000 (16:52 +0000)]
(Comments, Comment Commands, Options for Comments, Multi-Line Comments):
"Align", not "indent".

18 years ago(gdb-init-2): Set current filename using
Nick Roberts [Fri, 7 Apr 2006 11:20:39 +0000 (11:20 +0000)]
(gdb-init-2): Set current filename using
GDB list command without argument for greater generality.

18 years ago*** empty log message ***
Nick Roberts [Fri, 7 Apr 2006 11:19:11 +0000 (11:19 +0000)]
*** empty log message ***

18 years agoAdd arch tagline
Miles Bader [Fri, 7 Apr 2006 06:05:50 +0000 (06:05 +0000)]
Add arch tagline

18 years agoDelete the blocks "not suitable for inclusion with Emacs".
Richard M. Stallman [Fri, 7 Apr 2006 02:07:22 +0000 (02:07 +0000)]
Delete the blocks "not suitable for inclusion with Emacs".

18 years ago(Basic Indent): Clarify relationship of C-j to TAB.
Richard M. Stallman [Fri, 7 Apr 2006 02:00:57 +0000 (02:00 +0000)]
(Basic Indent): Clarify relationship of C-j to TAB.

18 years agoFix year.
Romain Francoise [Thu, 6 Apr 2006 20:26:11 +0000 (20:26 +0000)]
Fix year.

18 years agoRemoved spurious require, avoiding recursive loads.
J.D. Smith [Thu, 6 Apr 2006 19:23:33 +0000 (19:23 +0000)]
Removed spurious require, avoiding recursive loads.

18 years ago* subr.el (string-or-null-p): New function.
Reiner Steib [Thu, 6 Apr 2006 19:20:38 +0000 (19:20 +0000)]
* subr.el (string-or-null-p): New function.

* textmodes/paragraphs.el (sentence-end): Use string-or-null-p.

* textmodes/ispell.el (ispell-local-dictionary): Use
string-or-null-p.

* files.el: Update comment about safe-local-variable declarations.

18 years ago(Rectangles): Add index entry for marking a rectangle.
Eli Zaretskii [Thu, 6 Apr 2006 19:12:13 +0000 (19:12 +0000)]
(Rectangles): Add index entry for marking a rectangle.

18 years ago*** empty log message ***
J.D. Smith [Thu, 6 Apr 2006 19:03:35 +0000 (19:03 +0000)]
*** empty log message ***

18 years agoUpdated docs for IDLWAVE version 6.0; see idlwave.org. Factor out
J.D. Smith [Thu, 6 Apr 2006 18:56:09 +0000 (18:56 +0000)]
Updated docs for IDLWAVE version 6.0; see idlwave.org.  Factor out
blocks not suitable for inclusion with Emacs using PARTOFEMACS variable.

18 years agoOne more copyright year.
J.D. Smith [Thu, 6 Apr 2006 18:53:48 +0000 (18:53 +0000)]
One more copyright year.

18 years agoRestored copyright.
J.D. Smith [Thu, 6 Apr 2006 18:52:56 +0000 (18:52 +0000)]
Restored copyright.

18 years agoFile obsoleted. IDLWAVE 6.0 now parses XML routine info catalog file
J.D. Smith [Thu, 6 Apr 2006 18:49:01 +0000 (18:49 +0000)]
File obsoleted.  IDLWAVE 6.0 now parses XML routine info catalog file
distributed with IDL.

18 years agoUpdate to IDLWAVE version 6.0; see idlwave.org. Includes code to
J.D. Smith [Thu, 6 Apr 2006 18:47:37 +0000 (18:47 +0000)]
Update to IDLWAVE version 6.0; see idlwave.org.  Includes code to
obsolete idlw-rinfo.el.

18 years agoUpdate to IDLWAVE version 6.0; see idlwave.org.
J.D. Smith [Thu, 6 Apr 2006 18:46:56 +0000 (18:46 +0000)]
Update to IDLWAVE version 6.0; see idlwave.org.

18 years agoUpdate copyright, change version.
J.D. Smith [Thu, 6 Apr 2006 18:42:40 +0000 (18:42 +0000)]
Update copyright, change version.

18 years ago2006-04-06 Romain Francoise <romain@orebokech.com>
Romain Francoise [Thu, 6 Apr 2006 18:01:16 +0000 (18:01 +0000)]
2006-04-06  Romain Francoise  <romain@orebokech.com>

* pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
symmetric encryption features and a new asynchronous interface to
GnuPG.  This new version is version 1.4, plus whitespace changes.

18 years ago* files.el: Move some `safe-local-variable' declarations to the
Reiner Steib [Thu, 6 Apr 2006 15:36:24 +0000 (15:36 +0000)]
* files.el: Move some `safe-local-variable' declarations to the
respective files.

* textmodes/ispell.el (ispell-check-comments)
(ispell-local-dictionary): Mark as safe.

* abbrev.el (abbrev-mode): Mark as safe.

* add-log.el (change-log-default-name): Mark as safe.

* textmodes/reftex-vars.el (reftex-vref-is-default)
(reftex-fref-is-default, reftex-level-indent)
(reftex-guess-label-type): Mark as safe.

* textmodes/fill.el (colon-double-space): Mark as safe.

* textmodes/paragraphs.el (paragraph-start, paragraph-separate)
(sentence-end-double-space, sentence-end-without-period)
(sentence-end-without-space, sentence-end, sentence-end-base)
(page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.

18 years ago(ido-mode): Remove ido-ignore-unc-host-regexps from the :set-after list.
Kim F. Storm [Thu, 6 Apr 2006 10:35:22 +0000 (10:35 +0000)]
(ido-mode): Remove ido-ignore-unc-host-regexps from the :set-after list.
(ido-downcase-unc-hosts): New user option.  Default on.
(ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
when it is set, as regexps are now applied on the fly.
(ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
on the fly, but only when ido-process-ignore-lists is set.
Do case insensitive filtering if ido-downcase-unc-hosts is set.
Only downcase names if ido-downcase-unc-hosts is set.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 6 Apr 2006 10:35:03 +0000 (10:35 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Juanma Barranquero [Thu, 6 Apr 2006 09:01:01 +0000 (09:01 +0000)]
*** empty log message ***

18 years ago(ido-unc-hosts-cache): Fix typo in docstring.
Juanma Barranquero [Thu, 6 Apr 2006 08:47:07 +0000 (08:47 +0000)]
(ido-unc-hosts-cache): Fix typo in docstring.

18 years ago(WoMan-xref-man-page): Fix call to `substring'.
Juanma Barranquero [Thu, 6 Apr 2006 08:44:24 +0000 (08:44 +0000)]
(WoMan-xref-man-page): Fix call to `substring'.

18 years ago(Top): Update subnode menu.
Richard M. Stallman [Thu, 6 Apr 2006 02:56:05 +0000 (02:56 +0000)]
(Top): Update subnode menu.

18 years ago(Unasked-for Search): Node deleted.
Richard M. Stallman [Thu, 6 Apr 2006 02:55:42 +0000 (02:55 +0000)]
(Unasked-for Search): Node deleted.
(Lossage): Delete from menu.

18 years ago(ido-mode): Set after ido-unc-hosts and ido-ignore-unc-host-regexps.
Kim F. Storm [Wed, 5 Apr 2006 14:17:08 +0000 (14:17 +0000)]
(ido-mode): Set after ido-unc-hosts and ido-ignore-unc-host-regexps.
(ido-save-history): Save ido-unc-hosts-cache.
(ido-load-history): Load ido-unc-hosts-cache.
(ido-reread-directory): Refresh unc hosts cache in // dir.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 5 Apr 2006 14:16:54 +0000 (14:16 +0000)]
*** empty log message ***

18 years ago(fancy-splash-screens): Set emulation-mode-map-alists
Kim F. Storm [Wed, 5 Apr 2006 14:10:41 +0000 (14:10 +0000)]
(fancy-splash-screens): Set emulation-mode-map-alists
to nil while displaying slash screen.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 5 Apr 2006 14:10:27 +0000 (14:10 +0000)]
*** empty log message ***

18 years ago2006-04-05 Daiki Ueno <ueno@unixuser.org>
Simon Josefsson [Wed, 5 Apr 2006 11:00:11 +0000 (11:00 +0000)]
2006-04-05  Daiki Ueno  <ueno@unixuser.org>

* pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
for BEGIN_SIGNING too, new in GnuPG 1.4.3.

18 years agoSetup cases of Latin, Greek, and
Kenichi Handa [Wed, 5 Apr 2006 06:34:46 +0000 (06:34 +0000)]
Setup cases of Latin, Greek, and
Cyrillic characters in CJK charsets.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-198
Miles Bader [Wed, 5 Apr 2006 04:02:36 +0000 (04:02 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-198

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 76-77)

   - Update from CVS: README: Addition from 5.10.6 tar ball.
   - Update from CVS

18 years agoVarious cleanups.
Richard M. Stallman [Wed, 5 Apr 2006 01:42:33 +0000 (01:42 +0000)]
Various cleanups.
(Checklist): Don't bother saying how to snail a bug report.
(Emergency Escape): Much rewriting.
(After a Crash): Rename the core dump immediately.
(Total Frustration): Call it a psychotherapist.
(Bug Criteria): Avoid "illegal instruction".
(Sending Patches): We always put the contributor's name in.

18 years ago2006-03-29 Daiki Ueno <ueno@unixuser.org>
Simon Josefsson [Tue, 4 Apr 2006 23:30:03 +0000 (23:30 +0000)]
2006-03-29  Daiki Ueno  <ueno@unixuser.org>

* pgg-gpg.el (pgg-gpg-start-process): Don't bind
default-enable-multibyte-characters.  This reverts the change from
revision 6.17 which is no longer necessary because the passphrase
is sent separately now.  GnuPG messages are unreadable under
multibyte locales with default-enable-multibyte-characters set to
nil.

18 years ago(Thumbnails): Minor correction.
Richard M. Stallman [Tue, 4 Apr 2006 20:15:50 +0000 (20:15 +0000)]
(Thumbnails): Minor correction.

18 years agoMark `left-margin', `byte-compile-dynamic-docstrings'
Andreas Schwab [Tue, 4 Apr 2006 18:59:01 +0000 (18:59 +0000)]
Mark `left-margin', `byte-compile-dynamic-docstrings'
and `byte-compile-warnings' as `safe-local-variable'.

18 years agoAdd note about vc-checkin and vc-annotate.
Dan Nicolaescu [Tue, 4 Apr 2006 18:12:24 +0000 (18:12 +0000)]
Add note about vc-checkin and vc-annotate.

18 years ago* man.el (Man-mode-map): Restore the \r binding.
Dan Nicolaescu [Tue, 4 Apr 2006 16:46:03 +0000 (16:46 +0000)]
* man.el (Man-mode-map): Restore the \r binding.
(Man-abstract-xref-man-page): If Man-target-string is a function,
call it.
(Man-highlight-references): Use Man-default-man-entry to get the
target. Deal with xrefs too.
(Man-highlight-references0): Don't call the target function.

* woman.el (WoMan-xref-man-page): Strip the section number, woman
cannot deal with it.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-196
Miles Bader [Tue, 4 Apr 2006 12:46:32 +0000 (12:46 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-196

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 74-75)

   - Update from CVS

18 years ago2006-04-04 Daiki Ueno <ueno@unixuser.org>
Simon Josefsson [Tue, 4 Apr 2006 10:34:03 +0000 (10:34 +0000)]
2006-04-04  Daiki Ueno  <ueno@unixuser.org>

* pgg-gpg.el: Clean up process buffers every time gpg processes
complete.

18 years ago* lib-src/b2m.c (main): Don't include <limits.h>.
Paul Eggert [Tue, 4 Apr 2006 04:13:02 +0000 (04:13 +0000)]
* lib-src/b2m.c (main): Don't include <limits.h>.
(TM_YEAR_BASE): New macro.
(TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so
that s/ files can override this.  Use the more-conservative range
1000-9999.
(main): Check for asctime returning NULL.
* lib-src/fakemail.c: Likewise.
* src/editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to
../lib-src/b2m.c and ../lib-src/editfns.c.
(Fcurrent_time_string): Use it.
Document that the year might not consume 4 columns if it's outside
the range 1000-9999.
Check for asctime failure.
Don't assume that the output string length is always exactly 24.

18 years ago(Thumbnails): Minor cleanup.
Richard M. Stallman [Tue, 4 Apr 2006 03:39:23 +0000 (03:39 +0000)]
(Thumbnails): Minor cleanup.

18 years ago*** empty log message ***
Kenichi Handa [Tue, 4 Apr 2006 01:32:11 +0000 (01:32 +0000)]
*** empty log message ***

18 years ago(sort-build-lists): Don't bind inhibit-field-text-motion
Kenichi Handa [Tue, 4 Apr 2006 01:21:26 +0000 (01:21 +0000)]
(sort-build-lists): Don't bind inhibit-field-text-motion
here.
(sort-lines, sort-numeric-fields, sort-fields, sort-columns):
Temporarily bind inhibit-field-text-motion to t.

18 years ago(normal-splash-screen): Only set mode-line-format in the
Stefan Monnier [Mon, 3 Apr 2006 22:16:05 +0000 (22:16 +0000)]
(normal-splash-screen): Only set mode-line-format in the
splash buffer, so as not to interfere when debugging the code.
Ignore errors when switching buffer.

18 years agoSmall additions about tumme.
Mathias Dahl [Mon, 3 Apr 2006 21:34:02 +0000 (21:34 +0000)]
Small additions about tumme.

18 years ago(dired-dnd-protocol-alist): Fix typo.
Romain Francoise [Mon, 3 Apr 2006 17:53:24 +0000 (17:53 +0000)]
(dired-dnd-protocol-alist): Fix typo.

18 years agodoumented for fork in (Info-follow-nearest-node &optional fork)
Ramprasad B [Mon, 3 Apr 2006 17:35:59 +0000 (17:35 +0000)]
doumented for fork in (Info-follow-nearest-node &optional fork)

18 years agoRemove bogus `debug' in previous commit.
Reiner Steib [Mon, 3 Apr 2006 17:34:35 +0000 (17:34 +0000)]
Remove bogus `debug' in previous commit.

18 years ago(savehist): Add :version.
Reiner Steib [Mon, 3 Apr 2006 17:32:28 +0000 (17:32 +0000)]
(savehist): Add :version.
(savehist-ignored-variables): New variable.
(savehist-minibuffer-hook): Don't save variables listed in
`savehist-ignored-variables'.

18 years ago(dired-dnd-protocol-alist): Mention that change does
Reiner Steib [Mon, 3 Apr 2006 17:27:06 +0000 (17:27 +0000)]
(dired-dnd-protocol-alist): Mention that change does
only apply to new buffers in doc string.

18 years ago(recentf-open-files-item): Include newline in button
David Ponce [Mon, 3 Apr 2006 14:34:28 +0000 (14:34 +0000)]
(recentf-open-files-item): Include newline in button
field, so opening a file will work, when the point is at the end
of the file name.  Allow, for example, to [i]search a file by
extension and just push RET to open it.

18 years ago*** empty log message ***
David Ponce [Mon, 3 Apr 2006 14:33:45 +0000 (14:33 +0000)]
*** empty log message ***

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-191
Miles Bader [Mon, 3 Apr 2006 10:33:03 +0000 (10:33 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-191

Undo incorrect merge of etc/images/README from Gnus 5.10

18 years ago2006-04-03 Daiki Ueno <ueno@unixuser.org>
Simon Josefsson [Mon, 3 Apr 2006 09:12:08 +0000 (09:12 +0000)]
2006-04-03  Daiki Ueno  <ueno@unixuser.org>

* pgg-gpg.el (pgg-gpg-process-filter)
(pgg-gpg-wait-for-completion): Check if buffer is alive.

* pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
lines, temporary fix.

18 years ago(XTread_socket): Initialize variable `f' before its use.
YAMAMOTO Mitsuharu [Mon, 3 Apr 2006 06:28:48 +0000 (06:28 +0000)]
(XTread_socket): Initialize variable `f' before its use.

18 years agoInclude "charset.h" and "coding.h".
Kenichi Handa [Mon, 3 Apr 2006 01:23:44 +0000 (01:23 +0000)]
Include "charset.h" and "coding.h".
(x_find_image_file): Return an encoded file name.

18 years ago5-arg pxref
Karl Berry [Mon, 3 Apr 2006 00:26:06 +0000 (00:26 +0000)]
5-arg pxref

18 years agoupdate to current texinfo.tex
Karl Berry [Mon, 3 Apr 2006 00:08:06 +0000 (00:08 +0000)]
update to current texinfo.tex

18 years ago(define-ibuffer-column): Document the new parameter.
Dan Nicolaescu [Sun, 2 Apr 2006 23:48:28 +0000 (23:48 +0000)]
(define-ibuffer-column): Document the new parameter.

18 years ago(Getting Started, Junk, Bug Reports)
Bill Wohler [Sun, 2 Apr 2006 23:05:51 +0000 (23:05 +0000)]
(Getting Started, Junk, Bug Reports)
(MH FAQ and Support): Fix URLs.

18 years ago(compilation-message-face): Make it defcustom.
Richard M. Stallman [Sun, 2 Apr 2006 20:21:11 +0000 (20:21 +0000)]
(compilation-message-face): Make it defcustom.

18 years ago* ibuf-macs.el (define-ibuffer-column): Add a new key:
Dan Nicolaescu [Sun, 2 Apr 2006 19:17:34 +0000 (19:17 +0000)]
* ibuf-macs.el (define-ibuffer-column): Add a new key:
header-mouse-map.

* ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
(ibuffer-mode-header-map): New keymaps.
(ibuffer-update-title-and-summary): Enable mouse face highlighting
and keybindings for column headers.
(name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
property.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-189
Miles Bader [Sun, 2 Apr 2006 01:08:04 +0000 (01:08 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-189

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 73)

   - Update from CVS

18 years agoMention incompatible change in comint-send-input.
Eli Zaretskii [Sat, 1 Apr 2006 21:25:22 +0000 (21:25 +0000)]
Mention incompatible change in comint-send-input.

18 years ago(speedbar-after-create-hook): Doc fix.
Eli Zaretskii [Sat, 1 Apr 2006 21:18:36 +0000 (21:18 +0000)]
(speedbar-after-create-hook): Doc fix.

18 years ago(shell-directory-tracker, shell-dynamic-complete-command): Doc fixes.
Eli Zaretskii [Sat, 1 Apr 2006 21:15:44 +0000 (21:15 +0000)]
(shell-directory-tracker, shell-dynamic-complete-command): Doc fixes.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 1 Apr 2006 14:32:13 +0000 (14:32 +0000)]
*** empty log message ***

18 years ago(pcomplete-show-completions): Recognize TAB on text terminals.
Eli Zaretskii [Sat, 1 Apr 2006 14:31:32 +0000 (14:31 +0000)]
(pcomplete-show-completions): Recognize TAB on text terminals.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 1 Apr 2006 14:13:34 +0000 (14:13 +0000)]
*** empty log message ***

18 years agoFix credits.
Eli Zaretskii [Sat, 1 Apr 2006 14:00:13 +0000 (14:00 +0000)]
Fix credits.