bpt/emacs.git
16 years ago(vc-find-root): Walk up the tree to find an existing
Stefan Monnier [Mon, 23 Jul 2007 05:38:44 +0000 (05:38 +0000)]
(vc-find-root): Walk up the tree to find an existing
`file' from which to start the search and fix case where `file' is the
current directory and the root as well.

16 years ago(cvs-mode-add-change-log-entry-other-window): Use a directory
Stefan Monnier [Mon, 23 Jul 2007 05:32:32 +0000 (05:32 +0000)]
(cvs-mode-add-change-log-entry-other-window): Use a directory
name for buffer-file-name if it refers to a directory.

16 years ago(comint-simple-send): Concat newline before sending.
Jason Rumney [Sun, 22 Jul 2007 22:55:09 +0000 (22:55 +0000)]
(comint-simple-send): Concat newline before sending.
(comint-password-prompt-regexp): Recognize plink's passphrase prompt.

16 years ago(set-default-process-coding-system): Use dos line ends
Jason Rumney [Sun, 22 Jul 2007 22:53:48 +0000 (22:53 +0000)]
(set-default-process-coding-system): Use dos line ends
for input to cmdproxy on all versions of Windows.
Use dos line ends for input to plink.

16 years ago(isearch-edit-string): Save old point and
Juri Linkov [Sun, 22 Jul 2007 22:35:10 +0000 (22:35 +0000)]
(isearch-edit-string): Save old point and
isearch-other-end to old-point and old-other-end before reading
the search string from minibuffer.  After exiting minibuffer set
point to old-other-end if point and the search direction is the
same as before reading the search string.
(isearch-del-char): Don't set isearch-yank-flag to t.  Put point
to isearch-other-end.  Instead of isearch-search-and-update call
three functions isearch-search, isearch-push-state and isearch-update.

16 years ago(reftex-access-parse-file): Do not risk destroying an existing buffer.
Reiner Steib [Sun, 22 Jul 2007 18:55:07 +0000 (18:55 +0000)]
(reftex-access-parse-file): Do not risk destroying an existing buffer.

16 years ago(command-line-x-option-alist): Use x-handle-no-bitmap-icon.
Jan Djärv [Sun, 22 Jul 2007 12:17:31 +0000 (12:17 +0000)]
(command-line-x-option-alist): Use x-handle-no-bitmap-icon.

16 years ago(x-handle-no-bitmap-icon): New function.
Jan Djärv [Sun, 22 Jul 2007 12:17:05 +0000 (12:17 +0000)]
(x-handle-no-bitmap-icon): New function.

16 years ago(reftex-access-parse-file): Create parse file in a way that does not interfere
Reiner Steib [Sun, 22 Jul 2007 09:02:02 +0000 (09:02 +0000)]
(reftex-access-parse-file): Create parse file in a way that does not interfere
with recentf.

16 years ago(image-dired-sane-db-file): New func.
Thien-Thi Nguyen [Sat, 21 Jul 2007 23:47:30 +0000 (23:47 +0000)]
(image-dired-sane-db-file): New func.
(image-dired-write-tags, image-dired-remove-tag)
(image-dired-list-tags, image-dired-write-comments)
(image-dired-get-comment, image-dired-mark-tagged-files)
(image-dired-create-gallery-lists): Call new func.

16 years ago(vc-hg-diff): Use vc-hg-command.
Dan Nicolaescu [Sat, 21 Jul 2007 17:51:13 +0000 (17:51 +0000)]
(vc-hg-diff): Use vc-hg-command.
(vc-hg-dir-state): Fix loop.
(vc-hg-print-log): Fix expected return value for vc-hg-command.
(vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
(vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
(vc-hg-revert): Likewise.
(vc-hg-revision-table, vc-hg-revision-completion-table): New
functions.

16 years ago(calculate-lisp-indent): In the
Thien-Thi Nguyen [Sat, 21 Jul 2007 09:06:17 +0000 (09:06 +0000)]
(calculate-lisp-indent): In the
case of alignment under a constant symbol, find and consider
the sexp actually at indentation to be the "last sexp".

16 years ago(extraclean): Don't delete *~.
Eli Zaretskii [Fri, 20 Jul 2007 19:50:36 +0000 (19:50 +0000)]
(extraclean): Don't delete *~.

16 years ago(clean): Don't delete *~.
Eli Zaretskii [Fri, 20 Jul 2007 19:45:30 +0000 (19:45 +0000)]
(clean): Don't delete *~.

16 years ago(clean): Don't delete *~.
Eli Zaretskii [Fri, 20 Jul 2007 19:43:01 +0000 (19:43 +0000)]
(clean): Don't delete *~.

16 years ago(bootstrap, bootstrap-nmake, bootstrap-gmake): Depend on cmdproxy.
Eli Zaretskii [Fri, 20 Jul 2007 19:32:26 +0000 (19:32 +0000)]
(bootstrap, bootstrap-nmake, bootstrap-gmake): Depend on cmdproxy.
(cleanall): Don't delete *~.

16 years ago(install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii [Fri, 20 Jul 2007 19:27:27 +0000 (19:27 +0000)]
(install-lisp-SH, install-lisp-CMD): New targets.
(install): Use them to copy all *.el files before *.elc.
(clean): Don't delete *~.

16 years ago(IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32): Define
Eli Zaretskii [Fri, 20 Jul 2007 19:20:58 +0000 (19:20 +0000)]
(IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32): Define
if not defined.

16 years ago(vc-hg-workfile-unchanged-p): New function.
Dan Nicolaescu [Fri, 20 Jul 2007 06:54:40 +0000 (06:54 +0000)]
(vc-hg-workfile-unchanged-p): New function.

16 years ago(vc-hg-registered): Replace if with when.
Dan Nicolaescu [Thu, 19 Jul 2007 23:51:28 +0000 (23:51 +0000)]
(vc-hg-registered): Replace if with when.
(vc-hg-state): Deal with nonexistent files.

16 years ago(w32_executable_type): Handle 64 bit executables.
Jason Rumney [Wed, 18 Jul 2007 22:20:42 +0000 (22:20 +0000)]
(w32_executable_type): Handle 64 bit executables.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 18 Jul 2007 12:50:56 +0000 (12:50 +0000)]
*** empty log message ***

16 years ago(follow-mode-hook, follow-mode-off-hook, follow-mode,
Juanma Barranquero [Wed, 18 Jul 2007 12:40:30 +0000 (12:40 +0000)]
(follow-mode-hook, follow-mode-off-hook, follow-mode,
follow-delete-other-windows-and-split, follow-recenter,
follow-windows-aligned-p, follow-point-visible-all-windows-p, follow-redisplay,
follow-estimate-first-window-start, follow-xemacs-scrollbar-support,
follow-intercept-process-output): Fix typos in docstrings.

16 years ago(bookmark-maybe-sort-alist): Don't modify bookmark-alist.
Thien-Thi Nguyen [Tue, 17 Jul 2007 16:14:25 +0000 (16:14 +0000)]
(bookmark-maybe-sort-alist): Don't modify bookmark-alist.
Instead, if not sorting, simply return it.
(bookmark-bmenu-list): Call bookmark-maybe-sort-alist
for its return value, not for its side effect.

16 years ago(bookmark-show-all-annotations):
Thien-Thi Nguyen [Tue, 17 Jul 2007 16:10:13 +0000 (16:10 +0000)]
(bookmark-show-all-annotations):
Make sure each inserted annotation ends with newline.

16 years agoAdd more info about the vc-registered function.
Dan Nicolaescu [Tue, 17 Jul 2007 04:48:56 +0000 (04:48 +0000)]
Add more info about the vc-registered function.

16 years ago(Fsave_window_excursion): Doc fix.
Juanma Barranquero [Mon, 16 Jul 2007 10:43:34 +0000 (10:43 +0000)]
(Fsave_window_excursion): Doc fix.

16 years ago(Fwith_output_to_temp_buffer): Doc fix.
Juanma Barranquero [Mon, 16 Jul 2007 10:40:03 +0000 (10:40 +0000)]
(Fwith_output_to_temp_buffer): Doc fix.

16 years ago(Ftrack_mouse): Doc fix.
Juanma Barranquero [Mon, 16 Jul 2007 10:39:15 +0000 (10:39 +0000)]
(Ftrack_mouse): Doc fix.

16 years ago(For, Fand, Fprogn): Doc fixes.
Juanma Barranquero [Mon, 16 Jul 2007 10:33:02 +0000 (10:33 +0000)]
(For, Fand, Fprogn): Doc fixes.

16 years ago(Ffind_operation_coding_system): Doc fix.
Juanma Barranquero [Mon, 16 Jul 2007 10:31:56 +0000 (10:31 +0000)]
(Ffind_operation_coding_system): Doc fix.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 16 Jul 2007 10:23:31 +0000 (10:23 +0000)]
*** empty log message ***

16 years ago(defadvice): Doc fix.
Juanma Barranquero [Mon, 16 Jul 2007 10:17:51 +0000 (10:17 +0000)]
(defadvice): Doc fix.

16 years ago(when, unless): Doc fix.
Juanma Barranquero [Mon, 16 Jul 2007 10:16:26 +0000 (10:16 +0000)]
(when, unless): Doc fix.

16 years ago(vc-hg-state): Handle removed files.
Dan Nicolaescu [Mon, 16 Jul 2007 03:58:54 +0000 (03:58 +0000)]
(vc-hg-state): Handle removed files.
(vc-hg-dir-state, vc-hg-dired-state-info): New functions.
(vc-hg-checkout): Re-enable.

16 years ago(Defining Faces): Fix previous change.
Richard M. Stallman [Mon, 16 Jul 2007 03:50:51 +0000 (03:50 +0000)]
(Defining Faces): Fix previous change.

16 years agoJeff Miller <jmiller at cablespeed.com> (tiny change)
Glenn Morris [Sun, 15 Jul 2007 19:16:34 +0000 (19:16 +0000)]
Jeff Miller  <jmiller at cablespeed.com>  (tiny change)

(calendar-goto-bahai-date): Autoload it.

16 years agoMove autoload from previous change to calendar.el.
Glenn Morris [Sun, 15 Jul 2007 19:15:02 +0000 (19:15 +0000)]
Move autoload from previous change to calendar.el.

16 years ago(Fsetq): Doc fix.
Richard M. Stallman [Sun, 15 Jul 2007 18:58:25 +0000 (18:58 +0000)]
(Fsetq): Doc fix.

16 years ago(Fsetq_default): Doc fix.
Richard M. Stallman [Sun, 15 Jul 2007 18:57:10 +0000 (18:57 +0000)]
(Fsetq_default): Doc fix.

16 years ago(kmacro-bind-to-key): Avoid comparisons on function keys.
Richard M. Stallman [Sun, 15 Jul 2007 18:45:59 +0000 (18:45 +0000)]
(kmacro-bind-to-key): Avoid comparisons on function keys.

16 years ago(tutorial--find-changed-keys): Handle C-x specially like ESC.
Richard M. Stallman [Sun, 15 Jul 2007 18:40:19 +0000 (18:40 +0000)]
(tutorial--find-changed-keys): Handle C-x specially like ESC.

16 years ago(add-change-log-entry): Check add-log-full-name
Richard M. Stallman [Sun, 15 Jul 2007 18:16:21 +0000 (18:16 +0000)]
(add-change-log-entry): Check add-log-full-name
and add-log-mailing-address later, after change-log-mode-hook.

16 years ago(isearch-mode, isearch-done): Delete unintended code in previous change.
Richard M. Stallman [Sun, 15 Jul 2007 17:56:23 +0000 (17:56 +0000)]
(isearch-mode, isearch-done): Delete unintended code in previous change.

16 years ago(ps-default-bg): Change to White.
Richard M. Stallman [Sun, 15 Jul 2007 15:26:33 +0000 (15:26 +0000)]
(ps-default-bg): Change to White.

16 years ago(tar-get-descriptor): No error for zero-length file.
Richard M. Stallman [Sun, 15 Jul 2007 14:36:26 +0000 (14:36 +0000)]
(tar-get-descriptor): No error for zero-length file.

16 years ago(mouse-drag-track): Reset transient-mark-mode to nil
Martin Rudalics [Sun, 15 Jul 2007 08:31:26 +0000 (08:31 +0000)]
(mouse-drag-track): Reset transient-mark-mode to nil
when handling the terminating event.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Sun, 15 Jul 2007 04:45:41 +0000 (04:45 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 235-236)

   - Update from CVS

2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
   (gnus-server-closed-face, gnus-server-denied-face)
   (gnus-server-offline-face): Remove variable.
   (gnus-server-font-lock-keywords): Use faces that are not aliases.

   * lisp/gnus/mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
   (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
   if the coding-system argument is nil for XEmacs.

   * lisp/gnus/nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
   mm-charset-override-alist.

   * lisp/gnus/rfc2047.el: Don't require base64; require rfc2045 for the function
   rfc2045-encode-string.
   (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
   to quote the parameter value.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-58

16 years agoSync from trunk:
Glenn Morris [Sun, 15 Jul 2007 01:23:15 +0000 (01:23 +0000)]
Sync from trunk:

Werner Lemberg  <wl at gnu.org>

* emacs.1: Completely revised.  Fix many typographical glitches.
Updated to handle current state of options and resources.

16 years agoJeff Miller <jmiller at cablespeed.com> (tiny change)
Glenn Morris [Sun, 15 Jul 2007 01:15:36 +0000 (01:15 +0000)]
Jeff Miller  <jmiller at cablespeed.com>  (tiny change)

(calendar-goto-bahai-date): Add autoload cookie.

16 years agoMention gtk-engines-qt problem.
Jan Djärv [Sat, 14 Jul 2007 09:02:06 +0000 (09:02 +0000)]
Mention gtk-engines-qt problem.

16 years ago(install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii [Fri, 13 Jul 2007 20:42:01 +0000 (20:42 +0000)]
(install-lisp-SH, install-lisp-CMD): New targets.
(install): Use them to copy all *.el files before *.elc.

16 years agoAdd @documentencoding directive.
Eli Zaretskii [Fri, 13 Jul 2007 20:37:05 +0000 (20:37 +0000)]
Add @documentencoding directive.

16 years ago($(infodir)/emacs-mime): Use --enable-encoding.
Eli Zaretskii [Fri, 13 Jul 2007 20:36:29 +0000 (20:36 +0000)]
($(infodir)/emacs-mime): Use --enable-encoding.

16 years ago(../info/emacs-mime): Use --enable-encoding.
Eli Zaretskii [Fri, 13 Jul 2007 20:35:27 +0000 (20:35 +0000)]
(../info/emacs-mime): Use --enable-encoding.

16 years ago* replace.el (match): Use yellow1 instead of yellow.
Dan Nicolaescu [Fri, 13 Jul 2007 02:50:19 +0000 (02:50 +0000)]
* replace.el (match): Use yellow1 instead of yellow.

* progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
red.

* pcvs-info.el (cvs-unknown): Likewise.

16 years ago(desktop-buffer-info, desktop-save): Use `desktop-dirname' instead of `dirname'.
Juanma Barranquero [Thu, 12 Jul 2007 22:47:51 +0000 (22:47 +0000)]
(desktop-buffer-info, desktop-save): Use `desktop-dirname' instead of `dirname'.

16 years agoRemove dashes from front of first line.
Jason Rumney [Thu, 12 Jul 2007 10:43:46 +0000 (10:43 +0000)]
Remove dashes from front of first line.

16 years ago(w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
Jason Rumney [Wed, 11 Jul 2007 14:43:07 +0000 (14:43 +0000)]
(w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
(w32_msg_pump) <WM_DESTROY>: Uninitialize COM.

16 years ago(LIBS): Include OLE32.
Jason Rumney [Wed, 11 Jul 2007 14:41:44 +0000 (14:41 +0000)]
(LIBS): Include OLE32.

16 years ago(OLE32): New library to link.
Jason Rumney [Wed, 11 Jul 2007 14:41:22 +0000 (14:41 +0000)]
(OLE32): New library to link.

16 years ago(auto-insert-alist): s/2/3/ in the generated comment.
Nick Roberts [Wed, 11 Jul 2007 01:54:24 +0000 (01:54 +0000)]
(auto-insert-alist): s/2/3/ in the generated comment.

16 years ago(copyright-current-gpl-version): Set to 3.
Nick Roberts [Wed, 11 Jul 2007 01:52:25 +0000 (01:52 +0000)]
(copyright-current-gpl-version): Set to 3.

16 years ago*** empty log message ***
Nick Roberts [Wed, 11 Jul 2007 01:48:50 +0000 (01:48 +0000)]
*** empty log message ***

16 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 10 Jul 2007 01:54:34 +0000 (01:54 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 797, 800, 802)

   - Merge from emacs--rel--22

 * gnus--rel--5.10  (patch 233-234)

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

2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
   as unfetched articles.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-start.el (gnus-level-unsubscribed): Improve doc string.

2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave)
   (gnus-article-read-summary-keys): Don't set the 3rd arg of
   pop-to-buffer for XEmacs.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus-faq.texi ([3.2]): Fix locating of environment variables in the
   Control Panel.

   * man/gnus.texi (Misc Article): Add index entry for
   gnus-single-article-buffer.

2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>

   * man/gnus.texi (Starting Up): Fix typo.

2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Asynchronous Fetching): Fix typo.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-54

16 years ago(eval-defun): Explain special handling of `defface'.
Richard M. Stallman [Tue, 10 Jul 2007 01:07:09 +0000 (01:07 +0000)]
(eval-defun): Explain special handling of `defface'.

16 years ago(Defining Faces): Explain C-M-x feature for defface.
Richard M. Stallman [Tue, 10 Jul 2007 01:05:49 +0000 (01:05 +0000)]
(Defining Faces): Explain C-M-x feature for defface.

16 years ago(isearch-edit-string): Call to isearch-push-state after the search.
Richard M. Stallman [Mon, 9 Jul 2007 14:46:56 +0000 (14:46 +0000)]
(isearch-edit-string): Call to isearch-push-state after the search.

16 years ago(file-coding-system-alist): Fix previous commit.
Katsumi Yamaoka [Mon, 9 Jul 2007 01:27:20 +0000 (01:27 +0000)]
(file-coding-system-alist): Fix previous commit.

16 years agoRemove `tiny change' flags from my log entries.
Katsumi Yamaoka [Sun, 8 Jul 2007 23:44:03 +0000 (23:44 +0000)]
Remove `tiny change' flags from my log entries.

16 years ago(file-coding-system-alist): Fix custom type.
Katsumi Yamaoka [Sun, 8 Jul 2007 23:41:36 +0000 (23:41 +0000)]
(file-coding-system-alist): Fix custom type.

16 years ago(longlines-wrap-region): Avoid marking buffer as modified.
Chong Yidong [Sun, 8 Jul 2007 18:07:46 +0000 (18:07 +0000)]
(longlines-wrap-region): Avoid marking buffer as modified.
(longlines-auto-wrap, longlines-window-change-function): Remove
unnecessary calls to set-buffer-modified-p.

16 years ago* longlines.el (longlines-wrap-region): Avoid marking buffer as
Chong Yidong [Sun, 8 Jul 2007 18:07:19 +0000 (18:07 +0000)]
* longlines.el (longlines-wrap-region): Avoid marking buffer as
modified.
(longlines-auto-wrap, longlines-window-change-function): Remove
unnecessary calls to set-buffer-modified-p.

16 years agoAdd arch tagline
Miles Bader [Sun, 8 Jul 2007 11:32:07 +0000 (11:32 +0000)]
Add arch tagline

16 years ago* log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
Dan Nicolaescu [Sun, 8 Jul 2007 08:18:12 +0000 (08:18 +0000)]
* log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
buffer-local value of log-view-*-re if applicable.

16 years ago(gud-common-init): Call string->strings instead
Nick Roberts [Sun, 8 Jul 2007 06:54:40 +0000 (06:54 +0000)]
(gud-common-init): Call string->strings instead
of split-string.

16 years ago(cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
Nick Roberts [Sun, 8 Jul 2007 06:51:48 +0000 (06:51 +0000)]
(cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
(cvs-mode-checkout, cvs-execute-single-file): Use new function names
strings->string and string->strings.

16 years ago* pcvs-util.el (cvs-strings->string, cvs-string->strings):
Nick Roberts [Sun, 8 Jul 2007 06:49:02 +0000 (06:49 +0000)]
* pcvs-util.el (cvs-strings->string, cvs-string->strings):
Rename and move to...

* subr.el (strings->string, string->strings): ...here.

16 years ago*** empty log message ***
Nick Roberts [Sun, 8 Jul 2007 06:44:45 +0000 (06:44 +0000)]
*** empty log message ***

17 years ago(menu-bar-open): New function. Bind <f10> to it.
Eli Zaretskii [Sat, 7 Jul 2007 11:25:15 +0000 (11:25 +0000)]
(menu-bar-open): New function.  Bind <f10> to it.

17 years ago(log-view-mode-menu): New menu.
Dan Nicolaescu [Sat, 7 Jul 2007 03:42:40 +0000 (03:42 +0000)]
(log-view-mode-menu): New menu.

17 years ago*** empty log message ***
Dan Nicolaescu [Sat, 7 Jul 2007 03:01:31 +0000 (03:01 +0000)]
*** empty log message ***

17 years agovc-hg.el: New file.
Dan Nicolaescu [Fri, 6 Jul 2007 21:24:38 +0000 (21:24 +0000)]
vc-hg.el: New file.

17 years ago(eval-last-sexp): Avoid introducing any
Andreas Schwab [Fri, 6 Jul 2007 17:30:06 +0000 (17:30 +0000)]
(eval-last-sexp): Avoid introducing any
dynamic bindings around the evaluation of the expression.

17 years agoDocument how to get back the old binding of SPC in file prompts.
Eli Zaretskii [Fri, 6 Jul 2007 16:13:37 +0000 (16:13 +0000)]
Document how to get back the old binding of SPC in file prompts.

17 years ago*** empty log message ***
Dan Nicolaescu [Wed, 4 Jul 2007 16:18:49 +0000 (16:18 +0000)]
*** empty log message ***

17 years ago(auto-mode-alist): Match more valid gdb init
Dan Nicolaescu [Tue, 3 Jul 2007 21:30:56 +0000 (21:30 +0000)]
(auto-mode-alist): Match more valid gdb init
file names.

17 years ago(help-make-xrefs): Skip spaces too when skipping tabs.
Martin Rudalics [Mon, 2 Jul 2007 05:46:19 +0000 (05:46 +0000)]
(help-make-xrefs): Skip spaces too when skipping tabs.

17 years ago(mouse-drag-mode-line-1): Quit mouse tracking when
Martin Rudalics [Mon, 2 Jul 2007 05:40:12 +0000 (05:40 +0000)]
(mouse-drag-mode-line-1): Quit mouse tracking when
event is not a cons cell.  Do not unread drag-mouse-1 events.
Select right window in check whether space was stolen from
window above.

17 years ago(find-file-visit-truename): Fix safe-local-variable value.
Richard M. Stallman [Sun, 1 Jul 2007 03:23:11 +0000 (03:23 +0000)]
(find-file-visit-truename): Fix safe-local-variable value.

17 years ago(generic-define-mswindows-modes, generic-define-unix-modes,
Juanma Barranquero [Fri, 29 Jun 2007 11:15:58 +0000 (11:15 +0000)]
(generic-define-mswindows-modes, generic-define-unix-modes,
apache-log-generic-mode, bat-generic-mode-keymap, java-manifest-generic-mode,
show-tabs-generic-mode): Fix typos in docstrings.

17 years ago(dnd-get-local-file-name): Set fixcase to t in call to
Jan Djärv [Thu, 28 Jun 2007 19:07:32 +0000 (19:07 +0000)]
(dnd-get-local-file-name): Set fixcase to t in call to
replace-regexp-in-string.

17 years ago[USE_MAC_TSM] (mac_handle_text_input_event):
YAMAMOTO Mitsuharu [Thu, 28 Jun 2007 10:10:29 +0000 (10:10 +0000)]
[USE_MAC_TSM] (mac_handle_text_input_event):
Check WINDOWP before using XWINDOW.

17 years ago($(lisp)/mh-e/mh-loaddefs.el): Depend on
Andreas Schwab [Thu, 28 Jun 2007 09:13:37 +0000 (09:13 +0000)]
($(lisp)/mh-e/mh-loaddefs.el): Depend on
$(lisp)/subdirs.el.

17 years ago*** empty log message ***
Juanma Barranquero [Thu, 28 Jun 2007 09:12:48 +0000 (09:12 +0000)]
*** empty log message ***

17 years ago(speedbar-handle-delete-frame): Don't try to delete the speedbar frame if nil;
Juanma Barranquero [Thu, 28 Jun 2007 09:03:36 +0000 (09:03 +0000)]
(speedbar-handle-delete-frame): Don't try to delete the speedbar frame if nil;
that deletes the current frame or causes an error if it is the only frame.

17 years ago(syms_of_buffer) <selective-display>: Fix typo in docstring.
Juanma Barranquero [Wed, 27 Jun 2007 11:40:26 +0000 (11:40 +0000)]
(syms_of_buffer) <selective-display>: Fix typo in docstring.

17 years ago[HAVE_GTK_AND_PTHREAD] Check this after including config.h.
YAMAMOTO Mitsuharu [Tue, 26 Jun 2007 03:29:25 +0000 (03:29 +0000)]
[HAVE_GTK_AND_PTHREAD] Check this after including config.h.
(_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
(LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
(_free_internal, memalign): Use them.
(_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
Initialize to PTHREAD_MUTEX_INITIALIZER.
(malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
(morecore_nolock): Rename from morecore.  All uses changed.
Use only nolock versions of internal allocation functions.
(_malloc_internal_nolock, _realloc_internal_nolock)
(_free_internal_nolock): New functions created from
_malloc_internal, _realloc_internal, and _free_internal.
(_malloc_internal, _realloc_internal, _free_internal): Use them.
Copy hook value to automatic variable before its use.
(memalign): Copy hook value to automatic variable before its use.

17 years ago(main): Set console codepages to "ANSI".
Jason Rumney [Mon, 25 Jun 2007 12:30:40 +0000 (12:30 +0000)]
(main): Set console codepages to "ANSI".

17 years agonew Back-Cover Text
Karl Berry [Sun, 24 Jun 2007 21:59:25 +0000 (21:59 +0000)]
new Back-Cover Text