1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00
Commit Graph

60096 Commits

Author SHA1 Message Date
Richard M. Stallman
45158e7776 *** empty log message *** 2005-10-21 17:25:58 +00:00
Richard M. Stallman
e1f4af40f4 (Where Defined): load-history contains abs file names.
symbol-file returns abs file names.
2005-10-21 17:25:23 +00:00
Richard M. Stallman
b44da9f16b (find-library-name): Doc fix. 2005-10-21 17:22:25 +00:00
Richard M. Stallman
4b816985c1 (command-line): Convert library names in `load-history' to absolute file names. 2005-10-21 17:20:45 +00:00
Richard M. Stallman
6471aead18 (symbol-file): Doc fix. 2005-10-21 17:19:57 +00:00
Richard M. Stallman
1c11da91f8 (file-loadhist-lookup): Call locate-library
instead of find-library-name.  Don't try converting
abs file names to library names, since load-history no longer
has library names in it.
(file-dependents, file-provides, file-requires): Doc fixes.
2005-10-21 17:19:10 +00:00
Richard M. Stallman
0fc213e97e (Fload): Simplify gcpro structure.
Gcpro FOUND as well as FILE, but not EFOUND.
Unless preloading, record FOUND instead of FILE in Vload_history.
Rename repeat local FILE to MSG_FILE.
(syms_of_lread) <load-history>: Doc fix.
2005-10-21 16:54:13 +00:00
Juri Linkov
2ac050ce59 *** empty log message *** 2005-10-21 09:01:26 +00:00
Juri Linkov
564dd0f245 (Examining): Mention accessing the old variable value via M-n in set-variable. 2005-10-21 09:00:15 +00:00
Juri Linkov
7fd0ef0d7e (set-variable): Use user-variable-p instead of symbolp.
Add the old variable value as 4th default-value arg of read-string.
2005-10-21 08:55:12 +00:00
Juri Linkov
08150aa07e (fill-nobreak-p): Fix first two rules to skip backward only
space (instead of space and period) before looking at sentence end.
2005-10-21 08:50:28 +00:00
Juri Linkov
05d36154bf (Info-index-next): Add total number of index alternatives to the message. 2005-10-21 08:49:46 +00:00
Juri Linkov
df410295ca (desktop-buffers-not-to-save): Remove TAGS from the default value.
(desktop-modes-not-to-save): Add tags-table-mode to the default value.
2005-10-21 08:48:53 +00:00
Juri Linkov
0f518b6bd9 (tags-table-mode): New function.
(tags-verify-table): Replace initialize-new-tags-table with tags-table-mode.
2005-10-21 08:48:04 +00:00
YAMAMOTO Mitsuharu
bb9404d64b (display-screens): Use x-display-screens also on Mac. 2005-10-21 08:27:14 +00:00
YAMAMOTO Mitsuharu
06b4a81bb4 (standard-display-g1, standard-display-graphic): Refuse to use string
glyphs also on Mac.
(standard-display-european): Don't set terminal coding system also
on Mac.
2005-10-21 08:26:54 +00:00
YAMAMOTO Mitsuharu
1505621c90 (custom-declare-face): Make face from X resources also on Mac. 2005-10-21 08:26:37 +00:00
Romain Francoise
b71cef5c98 Now part of GNU Emacs. Update FSF's address. 2005-10-21 07:56:50 +00:00
Stefan Monnier
1712cca561 (sh-font-lock-syntactic-keywords): Make $@ and $? into sexps. 2005-10-21 06:32:05 +00:00
Stefan Monnier
d55c4199f7 (font-lock-compile-keywords): Add a help-echo to the
warning face on open-paren-in-column-0.
2005-10-21 06:29:52 +00:00
Stefan Monnier
8debde6e20 (syntax-ppss-flush-cache): Fix typo.
Suggested by Martin Rudalics <rudalics@gmx.at>.
2005-10-21 06:05:09 +00:00
Stefan Monnier
889c5dad20 (syntax-ppss-flush-cache): Fix corner boundary case.
Suggested by Martin Rudalics <rudalics@gmx.at>.
2005-10-21 06:01:22 +00:00
Carsten Dominik
68f1aaeead Version 3.18 2005-10-21 05:57:08 +00:00
Carsten Dominik
2b64295726 (Summary): Mention iCalendar support.
(Exporting): Document iCalendar support.
2005-10-21 05:56:26 +00:00
Carsten Dominik
50031d0d71 *** empty log message *** 2005-10-21 05:56:05 +00:00
Carsten Dominik
461775857e * textmodes/org.el (org-combined-agenda-icalendar-file)
(org-icalendar-include-todo, org-icalendar-combined-name): New
	options.
	(org-export-icalendar-this-file)
	(org-export-icalendar-all-agenda-files)
	(org-export-icalendar-combine-agenda-files): New commands.
	(org-export-icalendar, org-print-icalendar-entries)
	(org-start-icalendar-file, org-finish-icalendar-file)
	(org-ical-ts-to-string): New functions.
	(org-read-date, org-goto-calendar)
	(org-agenda-goto-calendar): Inhibit displaying diary entries by
	call to `calendar'.
	(orgtbl-setup): Removed the :keys arguments from the menu
	description.
	(org-after-save-iCalendar-file-hook): New variable.
2005-10-21 05:55:05 +00:00
Kenichi Handa
dfa1cd4d84 *** empty log message *** 2005-10-21 01:26:51 +00:00
Kenichi Handa
eabcdf2fa0 (tcvn-5712): Make it an alias of
vietnamese-tcvn coding-system.
2005-10-21 01:25:46 +00:00
Kenichi Handa
86dc6ccb92 (boyer_moore): Surround the '||' part of expression in
`if' condition by parentheses explicitly.
2005-10-21 00:42:13 +00:00
Miles Bader
e636ae1531 Add arch tagline 2005-10-20 23:02:18 +00:00
Kim F. Storm
47888c87de *** empty log message *** 2005-10-20 22:42:09 +00:00
Michael Albinus
6e967b19b6 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
group id is given.
2005-10-20 20:08:19 +00:00
Stefan Monnier
9d37a5c0f5 (sh-escaped-line-re): New var.
(sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
(sh-font-lock-open-heredoc): Try to properly handle heredoc starters
whose line is either continued or ends with a comment.
2005-10-20 19:43:44 +00:00
Romain Francoise
4bfa31bac0 Move entry. 2005-10-20 19:37:41 +00:00
Dan Nicolaescu
6f97b9c82c * e/eterm-color.ti: Change the terminal name to eterm-color.
* e/eterm-color: Regenerate.
2005-10-20 18:36:38 +00:00
Romain Francoise
c18a54de65 (with-rcirc-process-buffer): Move above its first user. 2005-10-20 18:28:20 +00:00
Richard M. Stallman
10625c3cc9 *** empty log message *** 2005-10-20 16:59:04 +00:00
Richard M. Stallman
baa4adc699 Comment changes. 2005-10-20 16:53:55 +00:00
Romain Francoise
344d2d87b2 (occur-engine): Add follow-link property. 2005-10-20 16:53:11 +00:00
Richard M. Stallman
bd43c9908b New file. 2005-10-20 16:51:41 +00:00
Eli Zaretskii
a12ba300b1 *** empty log message *** 2005-10-20 15:50:10 +00:00
Eli Zaretskii
3532e83385 Add a --compressed-dist option to compress info
files and .el files that have been byte-compiled. It defaults to "no".
2005-10-20 15:49:36 +00:00
Eli Zaretskii
a423846043 Document eterm to eterm-color renaming. 2005-10-20 15:42:04 +00:00
Eli Zaretskii
fc609417e1 Renamed eterm to eterm-color and eterm.ti to eterm-color.ti. 2005-10-20 15:37:48 +00:00
Eli Zaretskii
b39a2b11a3 (e/eterm-color): Rename eterm to eterm-color. 2005-10-20 15:30:54 +00:00
Eli Zaretskii
e5536c543d (term-term-name): Initialize to "eterm-color". 2005-10-20 15:28:58 +00:00
Eli Zaretskii
81154e3da3 Describe changes in allout. 2005-10-20 15:07:51 +00:00
Kim F. Storm
517c6ca5a3 (x_calc_absolute_position): Remove unused vars win_x, win_y. 2005-10-20 15:04:13 +00:00
Kim F. Storm
e58e5c503f (Fwindow_tree): Remove unused var alist. 2005-10-20 15:04:05 +00:00
Kim F. Storm
feef4f846d (encode_terminal_code): Remove unused var src_start. 2005-10-20 15:03:58 +00:00