1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 06:50:39 -08:00
Commit graph

2981 commits

Author SHA1 Message Date
Miles Bader
ea8ae7654a Revision: emacs@sv.gnu.org/emacs--devo--0--patch-147
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS
2006-03-10 23:43:54 +00:00
Miles Bader
61e66a158a Revision: emacs@sv.gnu.org/emacs--devo--0--patch-143
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 52-55)

   - Merge from emacs--devo--0
   - Update from CVS: Makefile.in (release-*): New targets.
   - Update from CVS
2006-03-09 07:11:51 +00:00
Luc Teirlinck
a955f5752e (Regexps): More accurately describe which characters are special in
which situations.  Recommend _not_ to quote `]' or `-' when they are
not special.
2006-03-09 02:03:20 +00:00
Luc Teirlinck
fc1d338658 *** empty log message *** 2006-03-09 02:01:44 +00:00
Carsten Dominik
7204b00e0e Move defvars out of eval-when-compile. Use
buffer-file-name variable.
	(org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
	arg `file'.
	(org-level-faces): Remove startup dependency.
	(org-cycle, org-map-tree, org-scan-tags)
	(org-remember-handler): Don't call `outline-level' directly.
	(org-mhe-search-all-folders): New option.
	(org-mhe-get-message-folder-from-index,
	org-mhe-get-message-folder): Fix indexing search.
	(org-format-agenda-item): Handle nil TAGS argument.
	(org-cleaned-string-for-export, org-activate-target-links)
	(org-make-target-link-regexp): Deal with empty radio target list.
	(org-tag): New face.
	(org-get-level-face): New function.
	(org-set-font-lock-defaults): Simplify setup for headlines.
	(org-complete): Pass common substring to `display-completion-list'.
2006-03-07 10:03:55 +00:00
Carsten Dominik
9b1dbf7d72 Version number change only 2006-03-07 10:00:16 +00:00
Miles Bader
d01ea5f409 Add arch tagline 2006-03-07 01:23:11 +00:00
Bill Wohler
535aa2e5ed Move from SourceForge repository to Savannah. This is version 7.93,
which is a total rewrite from the previous edition 1.3 for MH-E
version 5.0.2, and corresponds to MH-E version 7.93.
2006-03-07 00:34:25 +00:00
Miles Bader
fe62aaccd6 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-139
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 49-51)

   - Merge from emacs--devo--0
   - Update from CVS
2006-03-06 10:27:26 +00:00
Mathias Dahl
60b4812c58 *** empty log message *** 2006-03-05 13:12:42 +00:00
Carsten Dominik
a85551d8c9 (reftex-index-map): Fixed typo,
follow-mouse must be follow-link.
2006-03-01 07:16:16 +00:00
Carsten Dominik
5b10c9c417 (Interaction): Added item about `org-mouse.el' by Piotr
Zielinski.
	(Managing links, Managing links): Documented that also mouse-1 can
	be used to activate a link.
	(Headlines, FAQ): Added entry about hiding leading stars.
	(Miscellaneous): Resorted the sections in this chapter to a more
	logical sequence.
2006-03-01 07:08:45 +00:00
André Spiegel
3ea32d7481 # 2006-02-28 08:14:44 +00:00
André Spiegel
97f5d067ea (Old Versions): Clarify operation of C-x v =. 2006-02-28 08:13:50 +00:00
Miles Bader
ba0226ddfa Revision: emacs@sv.gnu.org/emacs--devo--0--patch-126
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 40-42)

   - Merge from emacs--devo--0
   - Update from CVS
2006-02-28 00:38:35 +00:00
Alan Mackenzie
0d56691054 (Hungry WS Deletion): Rename c-hungry-backspace to
c-hungry-delete-backwards, at the request of RMS.  Leave the old name as
an alias.
(Movement Commands): Correct the definition of c-beginning-of-defun, to include the
function header within the defun.
(Comment Commands): State that C-u M-; kills any existing comment.
(Electric Keys): Add a justification for electric indentation.
(Hungry WS Deletion): Clear up the names and complications of the
BACKSPACE and DELETE keys.
Correct two typos.
2006-02-24 12:20:45 +00:00
Alan Mackenzie
18f34551f4 *** empty log message *** 2006-02-24 12:18:48 +00:00
Juri Linkov
9f261d3c1d (Common requests): Move `Turning on auto-fill by
default' after `Wrapping words automatically'.  Move `Working with
unprintable characters' before `Searching for/replacing newlines'.
Move `Replacing highlighted text' after `Highlighting a region'.
Merge `Repeating commands' and `Repeating a command as many times
as possible' into the former.
(Packages that do not come with Emacs): Add refs to Gmane and etc/MORE.STUFF.
2006-02-23 23:16:12 +00:00
Juri Linkov
32670900ce *** empty log message *** 2006-02-23 22:18:21 +00:00
Juri Linkov
037724a0ec (Newsgroup archives): Update URLs of GNU mail archives.
(Reporting bugs): Suggest using `M-x report-emacs-bug'.
Add xref to `(emacs)Reporting Bugs'.
(Getting a printed manual): Add URL to other formats of the manual.
(Common requests): Fix menu.
(Highlighting a region): Remove ref to `Turning on syntax highlighting'.
(Horizontal scrolling): Mention `truncate-partial-width-windows'.
(Inserting text at the beginning of each line): Add pxref to
`Changing the included text prefix'.
(Forcing the cursor to remain in the same column): Mention `track-eol'
and `set-goal-column'.  Add pxref to `(emacs)Moving Point'.
(Replacing text across multiple files): Add keybinding `Q' for
`dired-do-query-replace'.
2006-02-23 22:17:49 +00:00
Carsten Dominik
09fd368a84 Version number change only 2006-02-23 10:56:04 +00:00
Carsten Dominik
3bfb811235 *** empty log message *** 2006-02-22 07:23:52 +00:00
Carsten Dominik
66090252ae Version number and date change only. 2006-02-22 07:23:35 +00:00
Carsten Dominik
6bae0337cc * org.texi (Internal Links): Rewritten to cover the modified
linking system.
2006-02-22 07:14:18 +00:00
Carsten Dominik
2e2055128f *** empty log message *** 2006-02-22 07:13:30 +00:00
Nick Roberts
3fc64795f4 (Watch Expressions): Update and describe gdb-speedbar-auto-raise. 2006-02-21 03:57:43 +00:00
Nick Roberts
bc11841efe *** empty log message *** 2006-02-21 03:56:38 +00:00
Miles Bader
d8bd1ad494 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-102
Creator:  Michael Olson <mwolson@gnu.org>

Merge from erc--emacs--0
2006-02-20 09:40:28 +00:00
Richard M. Stallman
5498b6af64 *** empty log message *** 2006-02-20 00:00:31 +00:00
Richard M. Stallman
d7fb7d7fec Use @smallbook.
(Top): Update ref to Emacs paper, delete ref to Cookbook.
Update subnode menu.
2006-02-19 23:35:56 +00:00
Richard M. Stallman
b9195b5232 (Lisp Interaction): Minor addition. 2006-02-19 23:34:53 +00:00
Michael Kifer
b6178721d8 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
* viper-cmd.el (viper-insert-state-post-command-sentinel,
	viper-change-state-to-vi, viper-change-state-to-emacs):
	made aware of cursor coloring in the emacs state.
	(viper-special-read-and-insert-char): use read-char-exclusive.
	(viper-minibuffer-trim-tail): workaround for fields in minibuffer.

	* viper-init.el (viper-emacs-state-cursor-color): new variable.

	* viper-util.el (viper-save-cursor-color,
	viper-get-saved-cursor-color-in-replace-mode,
	viper-get-saved-cursor-color-in-insert-mode,
	viper-restore-cursor-color): make aware of the cursor color in emacs
	state.
	(viper-get-saved-cursor-color-in-emacs-mode): new function.

	* ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option,
	ediff-ignore-case-option3, ediff-actual-diff-options,
	ediff-actual-diff3-options): new variables to control case sensitivity.
	(ediff-make-diff2-buffer, ediff-setup-fine-diff-regions,
	ediff-setup-diff-regions3): made aware of case-sensitivity.
	(ediff-toggle-ignore-case): new function.
	(ediff-extract-diffs, ediff-extract-diffs3): preserve point in buffers.

	* ediff-help.el (ediff-long-help-message-narrow2,
	ediff-long-help-message-compare2, ediff-long-help-message-compare3,
	ediff-long-help-message-word-mode): add ignore-case command.
	(ediff-help-for-quick-help): add ignore-case command.

	* ediff-merg.el: move provide to the end.

	* ediff-ptch.el: move provide to the end.

	* ediff-wind.el: move provide to the end.

	* ediff-mult.el: move provide to the end.
	(ediff-set-meta-overlay): enable follow-link.

	* ediff.el: move provide to the end.
	Break recursive load cycle in eval-when-compile.
	(ediff-patch-buffer): better heuristics.

	* ediff-util.el: move provide to the end.
	Break recursive load cycle in eval-when-compile.
	(ediff-setup-keymap): add binding for #c. Replaced some defsubsts with
	defuns.
	(ediff-submit-report): pass the values of ediff-diff3-program,
	ediff-diff3-options.
2006-02-19 03:16:45 +00:00
Nick Roberts
2f457246e7 (Watch Expressions): Update and be more precise. 2006-02-17 20:55:18 +00:00
Nick Roberts
53e0782846 *** empty log message *** 2006-02-17 20:51:12 +00:00
Eli Zaretskii
783eebb91e *** empty log message *** 2006-02-17 11:20:41 +00:00
Eli Zaretskii
554f8e6793 Remove the coding cookie, it's not needed anymore. 2006-02-17 10:34:16 +00:00
Francesco Potortì
1899ba3642 (Create Tags Table): Explain why the exception when etags writes to
files under the /dev tree.
2006-02-15 13:30:19 +00:00
Francesco Potortì
fc4c8611e9 *** empty log message *** 2006-02-15 13:29:34 +00:00
Richard M. Stallman
2b2ea6dbc5 (Safe File Variables): Lots of clarification.
Renamed from Unsafe File Variables.
2006-02-15 04:33:46 +00:00
Chong Yidong
252293378b * custom.texi (Unsafe File Variables): File variable confirmation
assumed denied in batch mode.
2006-02-15 01:37:53 +00:00
Richard M. Stallman
9d8f542c7c *** empty log message *** 2006-02-15 01:05:41 +00:00
Richard M. Stallman
31d7d34060 (GDB User Interface Layout): Don't say `inferior' for program being debugged. 2006-02-15 00:18:44 +00:00
Nick Roberts
a4b354b731 *** empty log message *** 2006-02-14 22:01:13 +00:00
Nick Roberts
9fb0c6f5fc (GDB Graphical Interface): Replace
gdb-use-inferior-io-buffer with gdb-use-separate-io-buffer.
2006-02-14 21:42:11 +00:00
Chong Yidong
f925e502c9 * custom.texi (Specifying File Variables, Unsafe File Variables):
New nodes, split from File Variables.  Document new file local
	variable behavior.
2006-02-14 01:21:48 +00:00
YAMAMOTO Mitsuharu
2d488bd1db (X Resources): Mention Mac OS port. 2006-02-13 10:13:05 +00:00
YAMAMOTO Mitsuharu
0a2f1a0cfc (Glossary) <Clipboard>: Mention Mac OS port. 2006-02-13 10:12:09 +00:00
YAMAMOTO Mitsuharu
99ce07a658 (Clipboard): Mention Mac OS port. 2006-02-13 10:11:45 +00:00
YAMAMOTO Mitsuharu
638dab3734 (Visiting): Mention Mac OS port. 2006-02-13 10:11:18 +00:00
YAMAMOTO Mitsuharu
96c53f2ae8 (Colors on a TTY): Mention Mac OS port. 2006-02-13 10:10:52 +00:00