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

64658 commits

Author SHA1 Message Date
Carsten Dominik
353694fdea *** empty log message *** 2006-06-23 19:03:31 +00:00
Carsten Dominik
a1f058c602 (Embedded LaTeX): New chapter.
(Archiving): Section rewritten.
(Enhancing text): Some parts moved to the new chapter about
LaTeX.
2006-06-23 19:02:38 +00:00
Carsten Dominik
6769c0dc3e (org-cdlatex-mode-map)
(org-cdlatex-texmathp-advice-is-done): New variables.
(org-cdlatex-mode): New minor mode.
(org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New
functions.
(org-cdlatex-underscore-caret, org-cdlatex-math-modify): New
commands.
(org-export-with-archived-trees): New option.
(org-open-file): Removed the call to
`convert-standard-filename'.
(org-archive-tag, org-agenda-skip-archived-trees)
(org-cycle-open-archived-trees)
(org-sparse-tree-open-archived-trees): New options.
(org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
(org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip): New
functions.
(org-agenda-toggle-archive-tag, org-toggle-archive-tag): New
commands.
(org-agenda-mode-map): Add binding of
`org-agenda-toggle-archive-tag'.
(org-mode-map): Add binding for `org-toggle-archive-tag'.
(org-timeline, org-agenda-list, org-todo-list, org-tags-view):
Call `org-prepare-agenda-buffers'.
(org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
(org-file-apps, org-file-apps-defaults-gnu)
(org-file-apps-defaults-macosx)
(org-file-apps-defaults-windowsnt): Handle remote files by forcing
them to be opened in Emacs.
2006-06-23 19:01:46 +00:00
Eli Zaretskii
a313dc7be6 Add reference to description of .gdbinit commands. 2006-06-23 18:14:57 +00:00
André Spiegel
98a9cad390 # 2006-06-23 17:30:51 +00:00
André Spiegel
48033a08ab (vc-diff-knows-L): New variable.
(vc-diff-internal): Use it to handle "diff" programs that don't
understand -L.  This works automatically, no user action is necessary.
2006-06-23 17:29:19 +00:00
Kim F. Storm
11eced2faf Mention `pv variable' to print value of Lisp variables.
Mention `xpr' and fix example to use it.  Add section describing
commands such as `pit' that are useful for debugging redisplay
related problems.
2006-06-23 14:37:10 +00:00
Kim F. Storm
55b903a31d *** empty log message *** 2006-06-23 14:37:00 +00:00
Eli Zaretskii
18aa2c90a0 (rcirc-default-user-full-name): Default to `rcirc-default-user-name' instead
of `rcirc-user-name' (which no longer exists).
(rcirc-process-list): Check `buffer-live-p' before attempting to switch to a
buffer.
2006-06-23 13:33:47 +00:00
Eli Zaretskii
aac5d1fdce (rcirc-mode): Fix initialization of coding systems based on
rcirc-coding-system-alist.
2006-06-23 13:23:39 +00:00
Eli Zaretskii
81711dbab8 (customize-apropos): A better error message.
(top level) <debug-ignored-errors>: Extend and update the list of ignored
error messages.
2006-06-23 13:17:44 +00:00
Eli Zaretskii
08fd202a3d (PC-do-completion): Retain capitalization of user input, when possible, even
if completion-ignore-case is set.
2006-06-23 13:05:40 +00:00
Eli Zaretskii
6453a10ed8 (bat-generic-mode): Support .cmd files. 2006-06-23 12:41:15 +00:00
Kim F. Storm
0058964eb1 (pitx): Dump iterator stack. 2006-06-23 12:19:45 +00:00
Kim F. Storm
310059214b *** empty log message *** 2006-06-23 12:19:34 +00:00
Kim F. Storm
6185b3db67 (handle_composition_prop): Push iterator on stack.
(set_iterator_to_next): Pop iterator at end of composition.
2006-06-23 11:50:36 +00:00
Kim F. Storm
8800bd5c4a *** empty log message *** 2006-06-23 11:50:08 +00:00
Eli Zaretskii
28fa06eabf *** empty log message *** 2006-06-23 10:39:51 +00:00
Eli Zaretskii
e7962b9203 (top level): Use find-file-not-found-functions instead of the obsolete
find-file-not-found-hooks.
2006-06-23 10:39:05 +00:00
Eli Zaretskii
e0d8fc91ce Fix a comment. 2006-06-23 10:38:24 +00:00
Eli Zaretskii
f83caf703c (Frename_file) [DOS_NT]: Don't try to move directory to itself on DOS_NT
platforms, if the old and new names are identical but for the letter-case.
2006-06-23 10:19:11 +00:00
Kim F. Storm
a1a302fda8 (Local Variables): Move to end of file. 2006-06-22 18:07:55 +00:00
Kim F. Storm
e2f4810700 *** empty log message *** 2006-06-22 18:07:46 +00:00
Kim F. Storm
e72e0e313f *** empty log message *** 2006-06-22 14:27:08 +00:00
Kim F. Storm
c2c04c28f3 (grep-mode-font-lock-keywords): Correct regexps
to recognize mode name containing submodes, such as Grep/lw.
2006-06-22 14:13:49 +00:00
Kim F. Storm
9b8648b8ff *** empty log message *** 2006-06-22 14:13:30 +00:00
Kim F. Storm
ab9623c2f8 (line-move-1): Check for move-end-of-line instead of
end-of-line when setting temporary-goal-column.
2006-06-21 12:01:57 +00:00
Kim F. Storm
43a37241f6 *** empty log message *** 2006-06-21 12:01:37 +00:00
Kim F. Storm
128ce5c6a1 (struct it): Add `position' member to iterator stack.
Rename `pos' member to `current'.  Rearrange and add comments.
2006-06-21 11:49:32 +00:00
Kim F. Storm
4b364aa2ac (handle_stop): Set it->ignore_overlay_strings_at_pos_p
if  we get any overlays.
(set_cursor_from_row): Don't clobber `end' if we rescan from
start_string.
(push_it, pop_it): Save it->position.
2006-06-21 11:49:24 +00:00
Bill Wohler
a86cce4f82 (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.1.
(Preface): Depend on GNU mailutils 1.0 and higher.
2006-06-21 05:17:40 +00:00
Bill Wohler
4f187c9d68 Update for MH-E release 8.0.1. 2006-06-21 05:13:28 +00:00
Bill Wohler
737abde8f6 (Version, mh-version): Update for release 8.0.1. 2006-06-21 05:12:13 +00:00
Miles Bader
a2064b094c lisp/play/cookie1.el (cookie): Work properly when there's only one entry
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-323
2006-06-21 05:09:32 +00:00
Miles Bader
be1fc9b84b Changes from arch/CVS synchronization 2006-06-21 05:09:12 +00:00
Miles Bader
a367620f73 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 108-110)

   - Merge from emacs--devo--0
   - Clean up merge mistakes
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-321
2006-06-21 02:13:50 +00:00
Dan Nicolaescu
4e78977ec2 (terminal-init-xterm): Bind C-return. 2006-06-21 02:00:47 +00:00
Nick Roberts
3cfc0f435d (gdb-exited): Ensure overlay arrow gets killed.
(gdb-frame-handler): Generalise frame regexp for templates.
2006-06-20 22:35:19 +00:00
Nick Roberts
210e35f750 *** empty log message *** 2006-06-20 22:34:45 +00:00
Chong Yidong
a548f3d70a * files.el (hack-local-variables): Run `hack-local-variables-hook'
whether or not a local variables list is defined.
2006-06-20 22:22:33 +00:00
Glenn Morris
3c6b81d871 (appt-display-format): Default value must be
one of the customize options.
2006-06-20 19:30:36 +00:00
Glenn Morris
b0352ddfa2 *** empty log message *** 2006-06-20 19:30:22 +00:00
Dan Nicolaescu
2b0193e1fb * term/xterm.el (terminal-init-xterm): Update key availability
info.

* term.el (term-delete-lines, term-insert-lines): Clarify
comments.
2006-06-20 18:12:23 +00:00
Chong Yidong
809b6e9891 * msb.el (msb): Move `sit-for' hack here to handle both
"mouse-down and drag" and "mouse-up and select" situations.
	(mouse-select-buffer): Move `sit-for' hack to `msb'.
2006-06-20 18:08:40 +00:00
Romain Francoise
d669197de8 Remove trailing whitespace. 2006-06-20 07:40:36 +00:00
Romain Francoise
eb85ecac74 Delete extra tab. 2006-06-20 07:39:05 +00:00
Kenichi Handa
1e0fd4cd53 *** empty log message *** 2006-06-20 02:06:13 +00:00
Kenichi Handa
1c7f8620c7 (word-combining-categories): Add entries for 2-byte Han characters. 2006-06-20 01:31:25 +00:00
Miles Bader
5cfd0f2e4f Merge from gnus--rel--5.10
Patches applied:

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

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-317
2006-06-20 00:20:01 +00:00
Richard M. Stallman
a5bd14d3ec *** empty log message *** 2006-06-19 22:00:00 +00:00