Eli Zaretskii
eff6bfea7f
*** empty log message ***
2006-06-24 07:30:59 +00:00
Eli Zaretskii
ec2c1aed2e
(Contents of Directories): Document case-insensitive behavior on respective
...
filesystems.
2006-06-24 07:30:26 +00:00
Eli Zaretskii
1a9fbabec0
(directory_files_internal) [WINDOWSNT]: Find files case-insensitively.
2006-06-24 07:24:42 +00:00
Eli Zaretskii
310411dbb5
Mention www.nongnu.org pages that list free Unicode fonts.
2006-06-24 07:00:58 +00:00
Eli Zaretskii
d9034473c9
*** empty log message ***
2006-06-24 06:55:13 +00:00
Eli Zaretskii
4d7d826bed
(Character Type): Document that Emacs signals an error for unsupported Unicode
...
characters specified as \uNNNN.
2006-06-24 06:54:52 +00:00
Eli Zaretskii
9ee9615521
(read_escape): When an unknown Unicode code point is encountered as a string
...
or character escape, signal an error.
2006-06-24 06:49:16 +00:00
Eli Zaretskii
d8773eda71
(setup-default-fontset): Fix a typo in the "Oriya-Akruti" registry name.
2006-06-24 06:41:50 +00:00
Nick Roberts
b920263a53
Remove duplicate entries.
2006-06-23 23:43:34 +00:00
Nick Roberts
576f72d789
*** empty log message ***
2006-06-23 23:42:56 +00:00
Lars Hansen
114258349c
(desktop-full-file-name): New function.
...
(desktop-kill, desktop-save, desktop-remove, desktop-read)
(desktop-revert): Use it.
(desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
(desktop-after-read-hook): Add option list-buffers.
(desktop-locals-to-save): Add tab-width.
(desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
Fix docstring.
2006-06-23 21:42:33 +00:00
Carsten Dominik
b74e371c91
(section{LaTeX and cdlatex-mode}): New section.
2006-06-23 19:03:41 +00:00
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