Nick Roberts [Tue, 29 Mar 2005 20:59:42 +0000 (20:59 +0000)]
(gdb): (Re)-initialise gud-filter-pending-text.
(gud-filter-pending-text): Move in front of gdb.
(gud-overlay-arrow-position): New variable.
(gud-sentinel, gud-display-line): Use it in place of
overlay-arrow-position.
Lute Kamstra [Tue, 29 Mar 2005 13:59:41 +0000 (13:59 +0000)]
(debug-on-entry): Handle autoloaded functions and compiled macros.
(debug-convert-byte-code): Handle macros too.
(debug-on-entry-1): Don't signal an error when trying to clear a
function that is not set to debug on entry.
Kenichi Handa [Tue, 29 Mar 2005 07:50:59 +0000 (07:50 +0000)]
Require thai-word.
(thai-word-mode-map): New variable.
(thai-word-mode): New minor mode.
(setup-thai-language-environment-internal): New function.
(exit-thai-language-environment-internal): New function.
Kenichi Handa [Tue, 29 Mar 2005 07:47:09 +0000 (07:47 +0000)]
(thai-word-table): Declare it by defvar,
use dolist to initialize it.
(thai-kill-word, thai-backward-kill-word, thai-transpose-words)
(thai-fill-find-break-point): New functions.
Kenichi Handa [Tue, 29 Mar 2005 05:07:34 +0000 (05:07 +0000)]
(ps-mule-plot-string): Translate characters by
ps-print-translation-table.
(ps-mule-begin-job): Call find-charset-region/string with
ps-print-translation-table.
Stefan Monnier [Mon, 28 Mar 2005 21:31:14 +0000 (21:31 +0000)]
(Fexpand_file_name): Use IS_DEVICE_SEP.
(file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
(Ffile_name_absolute_p): Use it.
(search_embedded_absfilename): New fun, extracted from Fsubstitute_in_file_name.
Use file_name_absolute_p. Free the pw data after use.
(Fsubstitute_in_file_name): Use it.
After cutting a prefix, re-check file-name-handler.
Stefan Monnier [Mon, 28 Mar 2005 19:58:58 +0000 (19:58 +0000)]
(minibuffer-with-setup-hook): New macro.
(find-file-read-args): Use it to avoid let-binding
minibuffer-with-setup-hook (which breaks turning on/off
file-name-shadow-mode while in the prompt).
Reiner Steib [Mon, 28 Mar 2005 17:33:37 +0000 (17:33 +0000)]
Fix entries according to RMS in <E1ClJsv-0001TZ-SS@fencepost.gnu.org>:
Please do not *ever* write "From so-and-so" in a change log entry. If
someone else wrote the code you are installing, *always* put his name
in the header line of the change.
Juri Linkov [Mon, 28 Mar 2005 01:24:10 +0000 (01:24 +0000)]
(Info-mode-menu): Remove ellipsis from "Index".
Add ellipsis to "Lookup a String", "Lookup a string in all indices".
Add `:active Info-index-alternatives' to "Next Matching Item".
Juri Linkov [Mon, 28 Mar 2005 01:18:22 +0000 (01:18 +0000)]
(menu-bar-ediff-misc-menu, ediff-misc-menu):
Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
Ediff Sessions", "Toggle use of separate control buffer frame",
"Use separate frame for Ediff control buffer".
Luc Teirlinck [Sun, 27 Mar 2005 02:17:27 +0000 (02:17 +0000)]
Several small changes in addition to:
(Visiting): Change xref for Dialog Boxes to ref.
(Version Headers): Replace references to obsolete var
`vc-header-alist' with `vc-BACKEND-header'.
(Customizing VC): Update value of `vc-handled-backends'.
Glenn Morris [Sat, 26 Mar 2005 19:54:32 +0000 (19:54 +0000)]
(Calendar Customizing): Move view-diary-entries-initially,
view-calendar-holidays-initially, mark-diary-entries-in-calendar,
mark-holidays-in-calendar to main Emacs Manual.
(Appt Customizing): Merge entire section into main Emacs Manual.
Glenn Morris [Sat, 26 Mar 2005 19:51:24 +0000 (19:51 +0000)]
Update and reformat copyright.
(Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
(Holidays): Move view-calendar-holidays-initially,
mark-holidays-in-calendar here from emacs-xtra.
(Diary): Refer to `diary-file' rather than ~/diary.
(Diary Commands): Rename node to "Displaying the Diary".
(Displaying the Diary): Move view-diary-entries-initially,
mark-diary-entries-in-calendar here from emacs-xtra.
(Appointments): Move appt-display-mode-line, appt-display-duration,
appt-disp-window-function, appt-delete-window-function here from
emacs-xtra.