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

51196 commits

Author SHA1 Message Date
Luc Teirlinck
bbdb2684da *** empty log message *** 2004-06-16 22:32:06 +00:00
Kim F. Storm
a0ecb2ac8e Update copyright. 2004-06-16 15:10:55 +00:00
Kim F. Storm
e3d844638f (Vimage_types): Remove extern. 2004-06-16 14:17:01 +00:00
Kim F. Storm
5ea48b1c5d *** empty log message *** 2004-06-16 14:16:17 +00:00
Miles Bader
803aac3efa Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410
Make sure image types are initialized for lookup too
2004-06-16 02:45:09 +00:00
Miles Bader
93ff12809f Changes from arch/CVS synchronization 2004-06-16 02:44:20 +00:00
Luc Teirlinck
c90dcdd560 (buffer-stale-function): Add hyperlink to emacs-xtra manual to docstring. 2004-06-16 01:34:15 +00:00
Luc Teirlinck
2626389a87 (Autorevert, Supporting additional buffers): Explain special treatment
of buffers that automatically revert every `auto-revert-interval' seconds.
2004-06-16 01:24:00 +00:00
Vinicius Jose Latorre
3a50445455 Comment doc string of defalias 2004-06-16 00:03:26 +00:00
Luc Teirlinck
1f94377f71 *** empty log message *** 2004-06-15 22:12:14 +00:00
Luc Teirlinck
fad9e9b492 (dired-do-redisplay, dired-maybe-insert-subdir): Add hyperlink to
emacs-xtra manual to docstring.
2004-06-15 22:09:18 +00:00
Luc Teirlinck
843c51ae4a (global-auto-revert-non-file-buffers): Add hyperlink to emacs-xtra
manual to docstring, as well as an info-link.
2004-06-15 22:03:33 +00:00
Luc Teirlinck
f0ea952023 (File): Add emacs-xtra. 2004-06-15 21:13:34 +00:00
Luc Teirlinck
889f020e42 (Reverting): Add anchor. 2004-06-15 21:09:29 +00:00
Luc Teirlinck
750ef9c425 (install-arch-indep, uninstall): Add emacs-xtra. 2004-06-15 21:05:35 +00:00
Luc Teirlinck
2d0f2dd63d (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra): Add emacs-xtra. 2004-06-15 21:01:44 +00:00
Luc Teirlinck
4d213d5aaa New file. 2004-06-15 20:55:24 +00:00
Kim F. Storm
38793d6a3e (try_cursor_movement): Exclude header line from scroll
margin at top of window.
(try_window_reusing_current_matrix): Calculate proper cursor position
after scrolling up with non-zero scroll margin, as the old cursor
position corresponds to value of PT before executing this command.
(try_window_id): Consider scroll margin at bottom of window too;
otherwise we fail to scroll when hl-line-mode is enabled.
2004-06-15 10:35:05 +00:00
Kim F. Storm
c4a5739cd3 *** empty log message *** 2004-06-15 10:33:15 +00:00
Kim F. Storm
b3bda4fdfd (skip_chars): Only recognize [:class:] when it has the
proper format and class is a lower-case word.
2004-06-15 09:42:31 +00:00
Kim F. Storm
cdc9776497 *** empty log message *** 2004-06-15 09:42:18 +00:00
Luc Teirlinck
910dc292aa (Dired Enter): Mention conditions on `ls' switches.
(Dired and Find): Mention differences with ordinary Dired buffers.
2004-06-14 22:06:15 +00:00
Jan Djärv
5b16632306 * gtkutil.c (xg_get_image_for_pixmap): New function.
(xg_get_gdk_pixmap_and_mask): Removed.
(update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
xg_get_gdk_pixmap_and_mask.
2004-06-14 21:53:24 +00:00
Jan Djärv
2f4a048d1b * xterm.h (struct x_display_info): Typo in comment fixed. 2004-06-14 21:51:49 +00:00
Juanma Barranquero
1ebd4f78e4 *** empty log message *** 2004-06-14 21:17:25 +00:00
Juanma Barranquero
da4b7798ee (Images): Document new delayed library loading, variable
`image-library-alist' and (existing but undocumented) function
`image-type-available-p'.
2004-06-14 21:11:21 +00:00
Juanma Barranquero
fe34703418 (image-library-alist): Initialize to a known set of probable library names. 2004-06-14 21:01:37 +00:00
Juanma Barranquero
3c3b34d2db (image-library-alist): New variable to map image types to external
libraries.  Initialized to nil, unless system-specific configs change it.
(image-type-available-p): Determine whether an image type is available by
calling `init-image-library'.
2004-06-14 20:58:36 +00:00
Juanma Barranquero
4f224e64d0 (Vimage_types): Delete (moved to image.c). 2004-06-14 20:49:05 +00:00
Juanma Barranquero
0855eb5219 (Vimage_types): Move from xdisp.c.
(Vimage_type_cache): New variable.
(define_image_type): New argument indicating whether an image library was
loaded; cache loaded status and return t on success, nil otherwise.
(CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
(w32_delayed_load): New function to load an image library from a list of
possible filenames.
(init_xpm_functions, init_png_functions, init_jpeg_functions)
(init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
(CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
(Finit_image_library): New function, extracted from `init_image'.  Try to
initialize an image library on demand and cache whether we were successful
or not.
(syms_of_image): Initialize `Vimage_types' and `Vimage_type_cache'.  Add
recognized image types to Vimage_types. Export `init-image-library'.
(init_image): Remove initialization of all image types, except xbm and pbm.
2004-06-14 20:47:25 +00:00
Juanma Barranquero
15469ae8ff (Vimage_types): Make it conditional on HAVE_WINDOW_SYSTEM. 2004-06-14 20:44:48 +00:00
Andreas Schwab
904ee128dc *** empty log message *** 2004-06-14 09:04:41 +00:00
Kenichi Handa
4060d762b6 *** empty log message *** 2004-06-14 01:20:46 +00:00
Kenichi Handa
ea561de5e5 (windows-1256, cp1125): Fix tables
for several characters.
2004-06-14 00:35:11 +00:00
Luc Teirlinck
26f643c2eb (time-stamp): Doc fix. 2004-06-14 00:20:28 +00:00
Luc Teirlinck
c217c9c83a (Copyrights, Timestamps): Recommend `before-save-hook' instead of
`write-file-functions'.
2004-06-13 23:08:05 +00:00
Kenichi Handa
c1136bda63 (ccl-encode-mule-utf-8): Fix previous change. 2004-06-13 22:57:46 +00:00
Richard M. Stallman
092de21d0b *** empty log message *** 2004-06-13 22:39:41 +00:00
Richard M. Stallman
e3ee34f0c3 (cmd_error): Don't call any_kboard_state if inside a recursive edit level.
(command_loop): Call any_kboard_state before command_loop_2 when at top level.
2004-06-13 22:39:20 +00:00
Richard M. Stallman
04391069ec Comment change. 2004-06-13 22:37:07 +00:00
Richard M. Stallman
1fdab50394 (re_wctype, re_iswctype): Function defs longer static.
(CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
(re_wctype, re_iswctype, re_wctype_to_bit):
Non-function definitions moved to regex.h.
2004-06-13 22:36:05 +00:00
Richard M. Stallman
c13ecd8fca (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
(re_wctype, re_iswctype, re_wctype_to_bit):
Non-function definitions moved here from regex.c.
2004-06-13 22:34:19 +00:00
Richard M. Stallman
e963215c44 (Fselect_window): Doc fix. 2004-06-13 22:27:53 +00:00
Richard M. Stallman
a1bc88d455 Include regex.h.
(skip_chars): New arg HANDLE_ISO_CLASSES.  Callers changed.
If requested, make a list of classes, then check the scanned
chars for membership in them.
(in_classes): New function.
(Fskip_chars_forward): Doc fix.
2004-06-13 22:25:34 +00:00
Andreas Schwab
774437897d (Ftry_completion, Fall_completions, Ftest_completion):
Avoid calling specbind when completion-regexp-list is empty.
2004-06-13 22:20:55 +00:00
Richard M. Stallman
7ae8ad948e Update for CC Mode 5.30 and incidental amendments.
("AWK"): Is consistently thus spelt throughout.
(AWK, Pike): Document as "C-like modes".
(@kbd{M-j}): Document as alternative to @kbd{C-M-j}.
(M-x man): Supersedes M-x manual-entry.
Add numerous index entries.  Correct "ESC a/e" to "M-a/e".

("Comments in C"): Delete node; the info is in CC Mode manual.
(c-comment-only-line-offset): Remove description.

(C-c ., C-c C-c): Describe new C Mode bindings.

(C-u TAB, indent-code-rigidly, c-indent-exp, c-tab-always-indent)
(@dfn{Style}, c-default-style, comment-column, comment-padding)
(c-up-conditional, c-beginning-of-statement, c-end-of-statement):
Amend definitions.

(c-beginning-of-defun, c-end-of-defun, c-context-line-break):
Describe functions.

(c-comment-start-regexp, c-hanging-comment-ender-p)
(c-hanging-comment-starter-p): Remove obsolete definitions.
2004-06-13 22:14:41 +00:00
Richard M. Stallman
a67091f2b3 (Init Syntax): Explain about vars that do special
things when set with setq or with Custom.
(Init Examples): Add line-number-mode example.
2004-06-13 22:08:07 +00:00
Richard M. Stallman
7f2081e390 (sentence-end): Add 0x5397d as close brace. 2004-06-13 22:03:53 +00:00
Richard M. Stallman
e873bbf926 Doc fixes: say "PC Selection mode", not "`pc-selection-mode'". 2004-06-13 22:02:49 +00:00
Richard M. Stallman
1d5c17c0d3 Put `...' around symbols in warning messages. 2004-06-13 22:01:36 +00:00