1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

55542 Commits

Author SHA1 Message Date
Glenn Morris
99b5714762 *** empty log message *** 2005-03-29 18:13:35 +00:00
Richard M. Stallman
942fd38f89 (Input Methods): Minor cleanup. 2005-03-29 18:11:55 +00:00
Jay Belanger
bb64248bec Update copyright date.
(calc-full-help): Remove reference to calc-version-date.
Update copyright date.
2005-03-29 16:18:48 +00:00
Jay Belanger
f7e30874fe Update copyright date.
(calc-version): Increase to 2.1
(calc-version-date): Remove.
2005-03-29 16:15:49 +00:00
Stefan Monnier
55ec6b379a (vc-do-command): Use a pipe for async processes, so password
prompts don't show up at places where the user can't reply.
2005-03-29 15:30:39 +00:00
Karl Berry
6380e5a709 quote file name arg passed shell (from olive lin) 2005-03-29 14:56:14 +00:00
Stefan Monnier
ef91372af5 (which-function): Be robust in the face of an
imenu--make-index-alist failure.
2005-03-29 14:18:00 +00:00
Stefan Monnier
8d194e3e9b (reveal-mode-map): Don't override C-a and C-e. 2005-03-29 14:13:15 +00:00
Stefan Monnier
9f3f6a1854 (python-preoutput-filter): Fix last change. 2005-03-29 14:12:23 +00:00
Lute Kamstra
d702990801 (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.
2005-03-29 13:59:41 +00:00
Kenichi Handa
d3cd33652b *** empty log message *** 2005-03-29 11:53:18 +00:00
Kenichi Handa
32a803465b Fix copyright notice. 2005-03-29 07:59:02 +00:00
Kenichi Handa
44053845d8 ("Thai"): Set setup-function and exit-function
for Thai language environment.
2005-03-29 07:56:54 +00:00
Kenichi Handa
1085b5512a 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.
2005-03-29 07:50:59 +00:00
Kenichi Handa
675ae7bc05 (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.
2005-03-29 07:47:09 +00:00
Jay Belanger
d59ea3ae6d *** empty log message *** 2005-03-29 06:03:46 +00:00
Kenichi Handa
51bb954e7a (ps-mule-printable-p): Return t if CHARSET is ascii or
latin-iso8859-1.
2005-03-29 05:48:10 +00:00
Kenichi Handa
eab4bb8976 (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.
2005-03-29 05:07:34 +00:00
Kenichi Handa
3409eda2d8 (ps-print-translation-table): New variable.
(ps-plot-region): Translate characters by
ps-print-translation-table.
2005-03-29 05:06:48 +00:00
Juri Linkov
073fcaf68b (compilation-goto-locus):
Use `next-error-highlight-timer' instead of `sit-for'.
2005-03-29 04:57:52 +00:00
Juri Linkov
814c3037ec (next-error-highlight-timer): New variable. 2005-03-29 04:55:43 +00:00
Jay Belanger
671dfbd8cf Add functions to math-function-table properties of tex and math. 2005-03-29 04:54:48 +00:00
Kenichi Handa
ca1768db82 (Input Methods): Refer to the command C-u C-x =. 2005-03-29 02:17:55 +00:00
Kenichi Handa
27a132c3ac (Position Info): Update the description about the
command C-u C-x =.
2005-03-29 02:02:44 +00:00
Kenichi Handa
0f58da4cd7 (detect-coding-with-priority): Add comment before the call of
update-coding-systems-internal.
2005-03-29 01:27:40 +00:00
Kenichi Handa
6a17cee0f7 Add comments before all calls of update-coding-systems-internal. 2005-03-29 01:26:33 +00:00
Luc Teirlinck
1f912e994c *** empty log message *** 2005-03-29 01:15:30 +00:00
Richard M. Stallman
488cacbdee (Top): Use @section for the detailed node listing. 2005-03-28 22:23:44 +00:00
Stefan Monnier
c70a4df6d2 (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.
2005-03-28 21:31:14 +00:00
Richard M. Stallman
f60a6f87ff *** empty log message *** 2005-03-28 21:30:15 +00:00
Richard M. Stallman
a20cba2c77 Minor fixes to previous change. 2005-03-28 21:30:06 +00:00
Richard M. Stallman
10787f7a8a (Fortran): Small fixes to previous changes. 2005-03-28 21:16:48 +00:00
Richard M. Stallman
6b7abae0d0 (Compilation Tips): Mention benchmark.el. 2005-03-28 21:11:28 +00:00
Richard M. Stallman
1d74851280 (Antinews): Mention `G' interactive code. 2005-03-28 21:11:16 +00:00
Richard M. Stallman
8758a7da94 (Program Modes): Add Conf mode and DNS mode. 2005-03-28 21:09:23 +00:00
Richard M. Stallman
0d937faf65 (Specify Coding): Document recode-region and recode-file-name. 2005-03-28 21:07:34 +00:00
Richard M. Stallman
617f06a8c2 (Function Keys): Document kp- event types and keypad-setup package. 2005-03-28 21:05:54 +00:00
Richard M. Stallman
ff994d963a (Flymake): New node. 2005-03-28 21:04:39 +00:00
Richard M. Stallman
05ff843ed7 (Top): Update list of subnodes of building.texi. 2005-03-28 21:04:23 +00:00
Richard M. Stallman
10510ea3e3 (Top): Update list of subnodes of Dired. 2005-03-28 21:02:51 +00:00
Richard M. Stallman
9ae7d7afc7 (Wdired): New node. 2005-03-28 21:01:31 +00:00
Richard M. Stallman
30b1dff16c (File Conveniences): Delete Auto Image File mode.
(File Conveniences): Reorder entries.
Document Thumbs mode.
2005-03-28 21:01:11 +00:00
Stefan Monnier
caf3c78f59 (sc-mail-field): Use assoc-string.
(sc-get-address): Simplify regexps.
2005-03-28 20:03:18 +00:00
Stefan Monnier
a42e7db0c4 (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).
2005-03-28 19:58:58 +00:00
Stefan Monnier
a7ad007929 (PC-read-include-file-name-internal): Use test-completion. 2005-03-28 19:33:45 +00:00
Reiner Steib
5e472af02d 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.
2005-03-28 17:33:37 +00:00
Luc Teirlinck
2d526287db Bind `font-lock-fontify-block' to M-o M-o. 2005-03-28 16:49:20 +00:00
Stefan Monnier
ba96f39200 (window-buffer-height): Use count-screen-lines. 2005-03-28 14:52:02 +00:00
Stefan Monnier
12566797d3 (python-preoutput-leftover): New var.
(python-preoutput-filter): Use it.
(python-send-receive): Loop until all the result has been received.
2005-03-28 14:36:25 +00:00
Luc Teirlinck
c5568a11c0 (Prefix Keys): M-g is still a prefix key. 2005-03-28 03:17:53 +00:00