1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 05:51:21 -08:00
Commit graph

53514 commits

Author SHA1 Message Date
Richard M. Stallman
b4e112e7a8 Rename Command Line to Emacs Invocation. 2004-12-06 01:08:32 +00:00
Richard M. Stallman
89205dcb88 (org.dvi, ../info/org): New targets.
(INFO_TARGETS): Add ../info/org.
(DVI_TARGETS): Add org.dvi.
(maintainer-clean): Remove the info files in the info dir.
2004-12-06 00:57:39 +00:00
Richard M. Stallman
94633ca690 (maintainer-clean): Remove the info files in $(infodir) where they are created. 2004-12-06 00:55:10 +00:00
Richard M. Stallman
2617e4e257 (info): Ignore errors building info files. 2004-12-06 00:42:41 +00:00
Stefan Monnier
c72b0edd08 (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
Remove redundant correctness checks.
(regex_compile): Fix up error codes for \{..\} expressions.
2004-12-06 00:41:40 +00:00
Kenichi Handa
952cb0846a Update international/mule-util.el section. 2004-12-05 23:58:24 +00:00
Richard M. Stallman
c721eee5e3 (regex_compile): Fix end-of-pattern case for space. 2004-12-05 23:34:44 +00:00
Richard M. Stallman
33b3f667ed Fix previous change. 2004-12-05 23:28:40 +00:00
Luc Teirlinck
c5246f32cc Remove no longer relevant item. 2004-12-05 22:56:59 +00:00
Richard M. Stallman
8be1f66c38 Fix previous change. 2004-12-05 21:54:27 +00:00
Sam Steingold
c95e9af380 (tramp-handle-file-accessible-directory-p):
Fixed `tramp-time-diff' comparison logic
2004-12-05 21:42:45 +00:00
Thien-Thi Nguyen
911aa04913 (which-function): Use
`run-hook-with-args-until-success' instead of a custom loop.
Fixes bug with local hooks.
2004-12-05 16:58:13 +00:00
Stefan Monnier
d10e87a203 (bibtex-font-lock-url-regexp):
Use delete-dups when calculating the initial value.
(bibtex-autokey-get-title): Use <=.
(bibtex-goto-line): New function.
(bibtex-reposition-window): Use line numbers instead of point positions.
Use window-body-height.
(bibtex-find-crossref): Use bibtex-reposition-window.
(bibtex-find-entry): Use bibtex-reposition-window.  Always return
position of entry if key is found or nil if not found.
2004-12-05 16:07:39 +00:00
Luc Teirlinck
44240c376d (custom-file): Escape double-quotes in docstring. 2004-12-05 15:50:34 +00:00
Richard M. Stallman
32a6e6fc26 *** empty log message *** 2004-12-05 14:21:16 +00:00
Richard M. Stallman
8ddabc8769 (custom-file): Doc fix. 2004-12-05 14:20:44 +00:00
Richard M. Stallman
bae7df154a (sh-indent-for-then): Change default. 2004-12-05 14:19:38 +00:00
Richard M. Stallman
263a40a61b (widget-specify-field): Add `real-field' property to boundary.
(widget-field-at): Use it.
2004-12-05 14:19:01 +00:00
Richard M. Stallman
6f8ca5e414 (Term Mode): Correcty describe C-c. 2004-12-05 14:16:19 +00:00
Richard M. Stallman
2adf0559a9 Fix typo. 2004-12-05 14:15:17 +00:00
Richard M. Stallman
bba2a48eb4 (Easy Customization): Move up to section level,
before Variables.  Avoid using the term "variable"; say "option".
New initial explanation.
(Variables): In initial explanation, connect "variable" to the
already-explained "user option".
2004-12-05 14:14:50 +00:00
Richard M. Stallman
99d0c9920d (Top): Fix ref to Command Line.
Move reference to Easy Customization.
2004-12-05 14:03:06 +00:00
Richard M. Stallman
839cfa0bec (X Resources): Fix From link. 2004-12-05 14:01:45 +00:00
Richard M. Stallman
358bd3abb0 (GNU Free Documentation License): Fix To link. 2004-12-05 14:01:03 +00:00
Richard M. Stallman
e7a0562f11 (Entering Emacs): Fix xref, now to Command Line. 2004-12-05 14:00:24 +00:00
Richard M. Stallman
2f228c9379 (Command Line): Node renamed from Command Arguments. 2004-12-05 13:59:32 +00:00
Kenichi Handa
a3341d3c44 (lao-key-alist): Declare it by defvar.
(lao-key-alist-vector): New variable.
(lao-consonant-key-alist, lao-semivowel-key-alist)
(lao-vowel-key-alist, lao-voweltone-key-alist)
(lao-tone-key-alist, lao-other-key-alist): Initialize them from
lao-key-alist-vector.
2004-12-04 02:49:34 +00:00
Kim F. Storm
6108209e54 *** empty log message *** 2004-12-04 01:08:08 +00:00
Stefan Monnier
c6db81aa8d (blink-matching-open): Obey syntax-table text properties. 2004-12-03 22:26:13 +00:00
Stefan Monnier
35dccc6287 (tex-validate-region): Obey syntax-table text properties. 2004-12-03 22:22:24 +00:00
Steven Tamm
d8f96db8da * macterm.h (cfstring_create_with_utf8_cstring): Added prototype.
* image.c (image_load_quartz2d): Use
cfstring_create_with_utf8_cstring
* macmenu.c (add_menu_item): Use
cfstring_create_with_utf8_cstring
* macfns.c (x_set_name, x_set_title): Use
cfstring_create_with_utf8_cstring
(Fx_file_dialog): Use cfstring_create_with_utf8_cstring and use
constant CFRefs instead of creating them each time for labels.
* mac.c (cfstring_create_with_utf8_cstring): Added to prevent
crashes with invalid characters.
2004-12-03 17:00:11 +00:00
Richard M. Stallman
4e4b7d76d1 (Initial Options): Clarify batch mode i/o. 2004-12-03 11:30:11 +00:00
Richard M. Stallman
f6101ac9af *** empty log message *** 2004-12-03 11:28:08 +00:00
Richard M. Stallman
43954849f4 (Selecting Windows): get-lru-window and
get-largest-window don't consider dedicated windows.
2004-12-03 11:27:53 +00:00
Richard M. Stallman
0e29c77ff5 (Undo): Document undo-in-progress. 2004-12-03 11:27:02 +00:00
Richard M. Stallman
791887d93f (awk-mode autoload): Supply t meaning interactive function. 2004-12-03 00:57:23 +00:00
Richard M. Stallman
ab67e8b694 (search-whitespace-regexp): Remove the group. Doc fix.
(isearch-mode-map): No special definition for space.
(isearch-whitespace-chars): Command deleted.
(isearch-forward-regexp): Doc fix.
(isearch-quote-char): When a space is not inside brackets,
use `[ ]' instead of just space.
(isearch-lazy-highlight-search): Bind search-spaces-regexp.
2004-12-03 00:30:33 +00:00
Richard M. Stallman
237470e87b (imenu--generic-function): Delete code to exclude matches in comments. 2004-12-03 00:21:37 +00:00
Richard M. Stallman
8d2a4f61c8 (Man-reverse-face): Change default to `highlight'. 2004-12-03 00:20:39 +00:00
Richard M. Stallman
2f4e3f7ac5 (occur-1): Specify t for KEEP-PROPS to occur-engine.
(occur-engine): Use `face' prop rather than `font-lock-face'
when specifying use of `match-face'.
(occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
2004-12-03 00:19:52 +00:00
Richard M. Stallman
9dda72d3ea (elint-standard-variables): Update list of variables. 2004-12-03 00:11:21 +00:00
Richard M. Stallman
25f35ef609 (python-font-lock-syntactic-keywords): Fix previous change. 2004-12-03 00:10:23 +00:00
Richard M. Stallman
2f27dfeb0d (show-paren-function): Check for matching chars specified by text props. 2004-12-03 00:06:21 +00:00
Richard M. Stallman
8eca85ef53 (add-log-current-defun): Handle the case where point
is in the header part of a DEFUN construct.
2004-12-03 00:04:45 +00:00
Richard M. Stallman
0cec6eaf20 (RE_TRANSLATE_P): If make_number is not a macro, don't use it here. 2004-12-02 23:43:51 +00:00
Richard M. Stallman
d8bf42567e (insert_from_string_before_markers)
(insert_from_string): Don't modify buffer on empty insertion.
2004-12-02 23:37:13 +00:00
Richard M. Stallman
0b31741cdc (Fcalled_interactively_p): Don't check INTERACTIVE.
(interactive_p): Skip Scalled_interactively_p frames
like Sinteractive_p frames.
2004-12-02 23:36:53 +00:00
Richard M. Stallman
a990865365 (Fmake_variable_buffer_local): Doc fix.
(Fmake_local_variable): Doc fix.
2004-12-02 23:35:42 +00:00
Richard M. Stallman
0c2cb7536e (Fget_lru_window, Fget_largest_window): Doc fixes. 2004-12-02 23:24:43 +00:00
Jay Belanger
7e1637c2cb (calc-read-key-sequence): Leave message visible. 2004-12-02 21:21:32 +00:00