1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

74644 Commits

Author SHA1 Message Date
Martin Rudalics
6554da9965 *** empty log message *** 2007-10-20 17:02:54 +00:00
Eric S. Raymond
e0752dd75b Condition out a misleading message. 2007-10-20 16:34:44 +00:00
Jay Belanger
437806ed0b Add some recent news. 2007-10-20 15:51:12 +00:00
Jay Belanger
9c26440366 (Trigonometric and Hyperbolic Functions): Fix typo. 2007-10-20 15:38:24 +00:00
Jason Rumney
059d1e6662 (info-nmake): Change into correct directories. 2007-10-20 13:05:54 +00:00
Eli Zaretskii
3a1ebd63a6 A better solution for the last change:
(docflags, doldflags): New variables.
(genmakefiles): Use them to work around problems with whitespace in
arguments of the `if' command.
2007-10-20 12:28:52 +00:00
Eli Zaretskii
6d005ee796 (usercflags, userldflags): Quote %1. 2007-10-20 11:33:03 +00:00
Dan Nicolaescu
d5d1f5fdd8 * play/decipher.el (decipher-keypress): Use forward-line. 2007-10-20 06:53:06 +00:00
Dan Nicolaescu
975460179e * term/x-win.el (x-gtk-stock-map, icon-map-list)
(x-gtk-map-stock): Delete duplicated definitions from merge.

* progmodes/octave-mod.el: Require octave-inf at compile time

* progmodes/compile.el (compilation-skip-to-next-location)
(compilation-skip-threshold, compilation-skip-visited): Move
definitions earlier.

* play/zone.el (zone-fall-through-ws):
* play/landmark.el (lm-move-down, lm-move-up):
* play/handwrite.el (handwrite):
* mail/mspools.el (mspools-visit-spool):
* wdired.el (wdired-next-line, wdired-previous-line):
* tar-mode.el (tar-subfile-save-buffer):
* scroll-lock.el (scroll-lock-next-line)
(scroll-lock-previous-line):
* image-dired.el (image-dired-next-line)
(image-dired-previous-line):
* ediff-help.el (ediff-help-message-line-length): Use
forward-line.

* smerge-mode.el (smerge-auto-refine):
* diff-mode.el (diff-auto-refine): Add :group.

* play/yow.el: Require doctor at compile time.

* vmsproc.el: Provide vmsproc.
(command-send-input): Use forward-line.

* vms-patch.el: Require ps-print and vmsproc at compile time.

* vc-mtn.el (log-view-message-re, log-view-file-re)
(log-view-font-lock-keywords): Pacify byte-compiler.

* vc-hg.el: Require log-view at compile time.
2007-10-20 06:30:18 +00:00
Kenichi Handa
fbd80e28b7 ("\\qed"): Add this rule. 2007-10-20 06:26:37 +00:00
Eric S. Raymond
dce693f89b Adapt log-view-diff for new VC API. 2007-10-20 04:39:42 +00:00
Eric S. Raymond
0b43c7e24f Disambiguate two slightly different uses of the term 'filesets'. 2007-10-20 04:24:26 +00:00
Glenn Morris
dd026a6a38 (f90-font-lock-keywords-2, f90-looking-at-type-like): Fix regexp typos. 2007-10-20 03:56:39 +00:00
Miles Bader
f76840f36c Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 129-130)

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

 * gnus--rel--5.10  (patch 259-260)

   - Merge from emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-900
2007-10-20 02:21:09 +00:00
Miles Bader
5255e3ffc7 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 259-260)

   - Merge from emacs--rel--22
   - Update from CVS

2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
   exclude address matching message-dont-reply-to-names.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-130
2007-10-20 02:22:19 +00:00
Stefan Monnier
c3bb6fdbcb *** empty log message *** 2007-10-20 02:04:43 +00:00
Stefan Monnier
2659df6808 (diff-auto-refine): New var.
(diff-hunk): Use it.
(diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
(diff-refine-change): Rename from diff-fine-change.  Change it.
(diff-refine-preproc): Rename from diff-fine-highlight-preproc.
(diff-refine-hunk): Rename from diff-fine-highlight.
2007-10-20 02:02:22 +00:00
John Paul Wallington
83ea55432c *** empty log message *** 2007-10-20 01:53:11 +00:00
Stefan Monnier
2daf4bc667 (smerge-auto-refine): New var.
(smerge-next, smerge-prev): Use it.
(smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
2007-10-20 01:52:22 +00:00
John Paul Wallington
05849e2ab9 (describe-variable-custom-version-info): New function to return
variable's version or package version note.
(describe-variable): Use it, display result.
2007-10-20 01:50:38 +00:00
Stefan Monnier
cc34934141 (easy-mmode-define-navigation):
Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
2007-10-20 01:46:38 +00:00
Stefan Monnier
54a2247d6e * vc-bzr.el (vc-bzr-diff-tree):
* vc-git.el (vc-git-diff-tree):
* vc-hg.el (vc-hg-diff-tree):
* vc-mcvs.el (vc-mcvs-diff-tree):
* vc-mtn.el (vc-mtn-diff-tree):
* vc-svn.el (vc-svn-diff-tree): Remove.
2007-10-20 01:28:35 +00:00
Stefan Monnier
844b90ae59 (vc-mtn-revision-completion-table):Make it work when the arg is a list of files. 2007-10-20 01:13:10 +00:00
Stefan Monnier
87d1a48e20 (vc-hg-revision-completion-table, vc-hg-revision-table): Make it work when the
arg is a list of files.
2007-10-20 01:11:18 +00:00
Stefan Monnier
9f11ce4ec3 (vc-git-revision-completion-table, vc-git-revision-table):
Make it work when the arg is a list of files.
2007-10-20 01:09:59 +00:00
Stefan Monnier
32c58c4725 (vc-cvs-revision-completion-table): Make it work when the
arg is a list of files.
2007-10-20 01:07:52 +00:00
Stefan Monnier
a44d450b8c (vc-arch-revision-completion-table): Make it work when the
arg is a list of files.
2007-10-20 01:05:50 +00:00
Jay Belanger
4bb49b438b (History and Acknowledgements): Turn comment about integer size into
past tense.
(Time Zones): Remove pointer to Calc author's address.
(Trigonometric and Hyperbolic Functions): Mention cotangent and
hyperbolic cotangent functions.
2007-10-20 00:48:06 +00:00
Stefan Monnier
a7192ddb04 Remove diff-tree' operation, now subsumed by diff'.
Also `revision-completion-table' now takes a list of files.
(vc-deduce-fileset): Remove unused var `regexp'.
Only obey allow-directory-wildcard in dired buffers.
(vc-default-diff-tree): Remove.
(vc-diff-added-files): New var.
(vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
(vc-version-diff): Revert from `vc-history-diff' to the original name.
Remove the `backend' arg.
(vc-contains-version-controlled-file): Remove.
(vc-diff): Bring it closer to the version in Emacs-22.
(vc-revert): Fix typo in let-binding.
(vc-default-unregister): Remove.
(vc-dired-buffers-for-dir): Remove N^2 behavior.
2007-10-19 20:59:49 +00:00
Chong Yidong
b5322ed70f [HAVE_LIBRESOLV]: Add -lresolv to linker flags. 2007-10-19 20:40:59 +00:00
Chong Yidong
c6f18a070b * Makefile.in [HAVE_LIBRESOLV]: Add -lresolv to linker flags. 2007-10-19 20:40:24 +00:00
Dan Nicolaescu
7caf6803d5 * textmodes/two-column.el (2C-split, 2C-merge):
* textmodes/bib-mode.el (bib-find-key, mark-bib):
* progmodes/idlw-shell.el (idlwave-shell-move-or-history):
* progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
* progmodes/ada-xref.el (ada-get-all-references):
* obsolete/mlsupport.el (ml-next-line, ml-previous-line):
* emulation/vi.el (vi-previous-line-first-nonwhite)
(vi-effective-range, vi-put-before):
* emulation/edt.el (edt-next-line, edt-previous-line)
(edt-paragraph-forward): Use forward-line.

* progmodes/etags.el (tags-apropos): Require apropos at compile
time too.

* progmodes/prolog.el: Require comint when compiling.
(inferior-prolog-flavor): Move defvar before use.
2007-10-19 18:41:09 +00:00
Richard M. Stallman
35a46c5c55 (turn-on-font-lock-if-desired):
Renamed from `turn-on-font-lock-if-enabled'.
Fully obey `font-lock-global-modes'.
2007-10-19 17:27:58 +00:00
Richard M. Stallman
97862da1ef Whitespace fix. 2007-10-19 17:24:03 +00:00
Richard M. Stallman
2a1534d3c3 (Fdocumentation): Check for and handle an advised function. 2007-10-19 17:23:38 +00:00
Stefan Monnier
8872469d6c (diff-fine-highlight-preproc): Stick to minimal changes
which will not affect the behavior of things like forward-word.
(diff-fine-highlight): Preserve point.
2007-10-19 17:16:43 +00:00
Stefan Monnier
eb8d0216d4 (doc-view-mode-map): Use remapping.
Don't rebind C-v, M-v to their default value.
Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
2007-10-19 16:03:09 +00:00
Stefan Monnier
cd62539fc7 Add word-granularity refinement.
(smerge-refine-forward-function, smerge-refine-ignore-whitespace)
(smerge-refine-weight-hack): New vars.
(smerge-refine-forward): New fun.
(smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
(smerge-refine-subst): Use them as well.  Preserve point.
2007-10-19 15:59:13 +00:00
Juanma Barranquero
3ac9198638 *** empty log message *** 2007-10-19 15:09:49 +00:00
Juanma Barranquero
3161fb9c7b *** empty log message *** 2007-10-19 15:01:28 +00:00
Juanma Barranquero
5c74246048 (bs-mode): Set mode-class property to special. 2007-10-19 14:51:12 +00:00
Juanma Barranquero
74a6d92788 (bs--track-window-changes): Don't refresh the whole list. 2007-10-19 11:07:17 +00:00
Juanma Barranquero
fc7793831b (follow-unload-function): New function. 2007-10-19 10:54:36 +00:00
Juanma Barranquero
087674e88d (follow-unload-function): New function. 2007-10-19 10:37:01 +00:00
Juanma Barranquero
7b82c3b635 (Fset_process_filter): Doc fix. 2007-10-19 10:30:05 +00:00
Juanma Barranquero
a6c93f61e3 (Fset_process_filter): Doc fix. 2007-10-19 10:22:53 +00:00
Juanma Barranquero
d66d6ac028 (unload-function-features-list): Rename from `unload-hook-features-list'.
(unload-hook-features-list): Add as obsolete alias.
(unload-feature): Use `unload-function-features-list'
and new FEATURE-unload-function.
2007-10-19 09:05:52 +00:00
Juanma Barranquero
1dd743c9b9 (unload-function-features-list): Rename from `unload-hook-features-list'.
(unload-hook-features-list): Add as obsolete alias.
(unload-feature): Use `unload-function-features-list'
and new FEATURE-unload-function.
2007-10-19 08:57:34 +00:00
Glenn Morris
00367384a1 Grammar fix. 2007-10-19 07:05:46 +00:00
Glenn Morris
5a682cacbe Grammar fix. 2007-10-19 07:05:37 +00:00