1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
Commit graph

71703 commits

Author SHA1 Message Date
Glenn Morris
4cf5577eae *** empty log message *** 2007-07-25 08:52:30 +00:00
Stefan Monnier
89835619dd (Finteractive_form): Use a `interactive-form' property if
present, analogous to the function-documentation property.
2007-07-25 06:24:58 +00:00
Stefan Monnier
bffa781718 (compilation-error-regexp-alist-alist): Add support for the Maden build tool. 2007-07-25 04:32:23 +00:00
Kenichi Handa
80f462b754 (webjump-url-encode): Fix for non-ASCII characters. 2007-07-25 00:54:44 +00:00
Dan Nicolaescu
d7e69846bb (dired-mode-map): Bind wdired-change-to-wdired-mode to
C-x C-q.
2007-07-24 23:05:44 +00:00
Dan Nicolaescu
64e3efd9bc vc-git.el (vc-git-print-log): Fix previous change. 2007-07-24 22:21:46 +00:00
Stefan Monnier
62e3c31fab (save-selected-window): Minor optimization.
(bw-adjust-window): If operation failed, try with a smaller delta.
(window-fixed-size-p): New function.
(window-area-factor): New var.
(balance-windows-area): New command.
2007-07-24 21:45:28 +00:00
Stefan Monnier
5da6890d3d Update autoloaded entries. 2007-07-24 21:07:26 +00:00
Stefan Monnier
38f4a7901e (ps-multibyte-buffer): Docstring fixes.
(ps-mule-encode-ethiopic): Make it clear that it's always defined.
(ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
(ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
(ps-mule-begin-job): Use dolist.
2007-07-24 21:03:23 +00:00
Michael Albinus
a9e1158273 * subr.el (start-file-process-shell-command)
(process-file-shell-command): New defuns.

* progmodes/compile.el (compilation-start): Apply
`start-file-process-shell-command'.
2007-07-24 20:49:18 +00:00
Michael Albinus
6dbe7eb4e2 * NEWS: New functions `start-file-process-shell-command' and
`process-file-shell-command'.
2007-07-24 20:40:26 +00:00
Michael Albinus
0799b7c746 * processes.texi (Synchronous Processes): Add
`process-file-shell-command',
(Asynchronous Processes): Mention restricted use of
`process-filter' and `process-sentinel' in
`start-file-process'. Add `start-file-process-shell-command'.
2007-07-24 20:37:43 +00:00
Dan Nicolaescu
7546c76775 vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix
typos.
2007-07-24 13:15:04 +00:00
Juanma Barranquero
78a264f495 *** empty log message *** 2007-07-24 08:55:43 +00:00
Alan Mackenzie
2cb63a7c23 (byte-compile-from-buffer): initialise byte-compile-unresolved-functions
before rather than after a compilation.
(byte-compile-unresolved-functions): Amplify doc string.
2007-07-24 08:18:12 +00:00
Alan Mackenzie
31386eea27 *** empty log message *** 2007-07-24 08:15:17 +00:00
Glenn Morris
6ce285a63f (generate-calendar, (generate-calendar-month): Use dotimes rather than
calendar-for-loop.
(calendar-for-loop): Doc fix.
2007-07-24 06:12:32 +00:00
Glenn Morris
9e46548e64 (diary-list-entries, (mark-calendar-date-pattern): Use `dotimes'
rather than `calendar-for-loop'.
2007-07-24 06:11:37 +00:00
Glenn Morris
2ed4b0e2e4 (list-hebrew-diary-entries): Use dotimes rather than
calendar-for-loop.
2007-07-24 06:11:17 +00:00
Glenn Morris
92b1f7abee (list-islamic-diary-entries): Use dotimes rather than
calendar-for-loop.
2007-07-24 06:10:49 +00:00
Glenn Morris
d7489fd9df (list-bahai-diary-entries): Use dotimes rather than calendar-for-loop. 2007-07-24 06:10:22 +00:00
Glenn Morris
55abc44f16 Remove leading `*' from defcustom docs.
(cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
(cal-tex-day-name-format, cal-tex-cal-one-month)
(cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
(cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
(cal-tex-mini-calendar, cal-tex-em): Doc fix.
(cal-tex-list-holidays, cal-tex-cursor-year)
(cal-tex-cursor-year-landscape, cal-tex-year)
(cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
(cal-tex-cursor-month, cal-tex-insert-days)
(cal-tex-insert-day-names, cal-tex-insert-blank-days)
(cal-tex-first-blank-p, cal-tex-cursor-week)
(cal-tex-cursor-week2, cal-tex-cursor-week-iso)
(cal-tex-week-hours, cal-tex-cursor-week-monday)
(cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
(cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
(cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
(cal-tex-latexify-list, cal-tex-previous-month)
(cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
modernization, mainly using dotimes rather than calendar-for-loop.
(cal-tex-LaTeX-subst-list): Remove `@'.
(cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf): Use
\textit and \textbf rather than \em and \it.
2007-07-24 06:01:40 +00:00
Glenn Morris
4892f741bb (normal-splash-screen): Use `emacs-copyright'. 2007-07-24 04:48:03 +00:00
Glenn Morris
26933a68a2 *** empty log message *** 2007-07-24 04:47:43 +00:00
Glenn Morris
0772257d23 (Writing Calendar Files): cal-tex-diary etc only work
for some calendars.
2007-07-24 02:43:24 +00:00
Glenn Morris
a77e7064cd (cal-tex-holidays, cal-tex-diary)
(cal-tex-rules, cal-tex-buffer, cal-tex-24)
(cal-tex-cursor-month-landscape, cal-tex-cursor-month)
(cal-tex-cursor-week, cal-tex-cursor-week2)
(cal-tex-cursor-week-iso, cal-tex-week-hours)
(cal-tex-cursor-week-monday, cal-tex-weekly4-box)
(cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
(cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2007-07-24 02:43:16 +00:00
Glenn Morris
21b38b3c85 *** empty log message *** 2007-07-24 02:37:56 +00:00
Miles Bader
1e89951587 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 59-69)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 237-238)

   - Update from CVS

2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
   underlying file is uptodate.

2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>

   * lisp/vc.el: Add more info about the vc-registered function.

2007-07-15  Richard M. Stallman  <rms@gnu.org>

   * lisp/kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.

   * lisp/tutorial.el (tutorial--find-changed-keys):
   Handle C-x specially like ESC.

2007-07-15  Aaron Hawley  <aaronh@garden.org>

   * lisp/tar-mode.el (tar-get-descriptor): No error for zero-length file.

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

   * lisp/gnus/mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
   string.

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

   * lisp/gnus/gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.

2007-07-16  Richard M. Stallman  <rms@gnu.org>

   * lispref/display.texi (Defining Faces): Fix previous change.

2007-07-20  Eli Zaretskii  <eliz@gnu.org>

   * src/w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
   Define if not defined.

2007-07-18  Jason Rumney  <jasonr@gnu.org>

   * src/w32proc.c (w32_executable_type): Handle 64 bit executables.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-823
2007-07-24 01:21:32 +00:00
Miles Bader
f931ce84da Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 237-238)

   - Update from CVS

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

   * lisp/gnus/mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
   string.

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

   * lisp/gnus/gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-69
2007-07-24 01:22:24 +00:00
Stefan Monnier
483bdbb35b (cvs-temp-buffer): Disable undo in temp buffers. 2007-07-24 01:06:39 +00:00
Jason Rumney
5062421853 (current_lock_owner): Allow for @ sign in username. 2007-07-23 22:35:46 +00:00
Stefan Monnier
ae59e88846 (ses-cleanup): Prevent Emacs from spuriously checking if the
underlying file is uptodate.
2007-07-23 21:49:42 +00:00
Stefan Monnier
26cc71affc (perform-replace): Use isearch-no-upper-case-p. 2007-07-23 21:32:32 +00:00
Nick Roberts
1f2e1c7542 *** empty log message *** 2007-07-23 21:27:10 +00:00
Stefan Monnier
5719a0989e (vc-mode-line-map): New const.
(vc-mode-line): Use it.
2007-07-23 21:07:03 +00:00
Nick Roberts
f09ff28afc *** empty log message *** 2007-07-23 20:57:14 +00:00
Dan Nicolaescu
d7009f45d8 (vc-git-unregister): New function. 2007-07-23 20:56:13 +00:00
Nick Roberts
f310189cfa *** empty log message *** 2007-07-23 20:55:43 +00:00
Dan Nicolaescu
8b38ce2038 (vc-git-delete-file, vc-git-rename-file): New functions.
(vc-git-find-version): Use the result of ls-files as a parameter
for cat-file
2007-07-23 20:51:02 +00:00
Michael Albinus
d4443a0d7d * net/tramp.el (tramp-perl-file-attributes)
(tramp-perl-directory-files-and-attributes)
(tramp-handle-file-attributes-with-stat)
(tramp-handle-directory-files-and-attributes-with-stat(
(tramp-convert-file-attributes): Handle huge file sizes.
2007-07-23 20:37:33 +00:00
Juri Linkov
297b8ccd7a (goto-history-element): New function created from
next-history-element.
(next-history-element): Most code moved to goto-history-element.
Call goto-history-element with (- minibuffer-history-position n).
(previous-history-element): Call goto-history-element with (+
minibuffer-history-position n).
(minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
(minibuffer-history-isearch-message-overlay): New buffer-local variable.
(minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
(minibuffer-history-isearch-search, minibuffer-history-isearch-message)
(minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
(minibuffer-history-isearch-pop-state): New functions.
2007-07-23 20:29:55 +00:00
Juri Linkov
ac475d3a72 (isearch-message-function): New variable.
(isearch-update, isearch-search): Use it.
2007-07-23 20:29:10 +00:00
Thien-Thi Nguyen
33e0847dbb (vc-stay-local-p): Fix bug: Avoid remove-if-not.
Also, if FILE is a list, return non-nil if any of its
elements should stay local.  Update docstring.
2007-07-23 19:46:00 +00:00
Stefan Monnier
f5e087f898 (copyright-update-year): Fix 2007-05-25 change. 2007-07-23 19:44:33 +00:00
Richard M. Stallman
6b00d5f553 (inferior-octave-prompt): Accept .exe. 2007-07-23 17:56:39 +00:00
Richard M. Stallman
6145f7fdfe (inferior-octave-prompt): Accept .exe. 2007-07-23 17:55:00 +00:00
Dan Nicolaescu
b838ac802b *** empty log message *** 2007-07-23 16:05:04 +00:00
Dan Nicolaescu
b0f90937fa (vc-git-checkin): Delete unused parameter and the code
handling it. Use vc-git-command.
(vc-git-find-version, vc-git-diff-tree): New functions.
(vc-git-revert): Use vc-git-command.
(vc-git--run-command): Delete.
2007-07-23 16:01:25 +00:00
Dan Nicolaescu
4d3ac01e41 (vc-git-workfile-unchanged-p): Update comment. 2007-07-23 15:02:16 +00:00
Stefan Monnier
bdef712c49 (sh-font-lock-backslash-quote, sh-font-lock-flush-syntax-ppss-cache): New funs.
(sh-font-lock-syntactic-keywords): Use them to distinguish the
different possible cases for \'.
(sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2007-07-23 13:07:29 +00:00