1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-22 14:01:47 -07:00
Commit graph

49696 commits

Author SHA1 Message Date
Masatake YAMATO
0f214cdfef Provide `register' feature. 2004-03-16 09:52:37 +00:00
Luc Teirlinck
6939e0b1fc (File): Add SMTP and SES. 2004-03-15 21:16:20 +00:00
Stefan Monnier
0820b1f639 *** empty log message *** 2004-03-15 18:06:06 +00:00
Masatake YAMATO
11ece56b1a 2004-03-15 Masatake YAMATO <jet@gyve.org>
Added context menu support in smerge mode.
	Most of the part is written by Stefan Monnier.

	* smerge-mode.el (smerge-context-menu-map, smerge-context-menu): New
	keyman and menu.
	(smerge-text-properties): New function.
	(smerge-remove-props): New function.
	(smerge-popup-context-menu): New function.
	(smerge-resolve): Call `smerge-remove-props'.
	(smerge-keep-base, smerge-keep-other, smerge-keep-mine):
	Ditto.
	(smerge-keep-current): Ditto.
	(smerge-kill-current): New function.
	(smerge-match-conflict): Detect the file as `a same-diff conflict'
	if the filename is "ANCESTOR". Put text properties.
2004-03-15 11:27:47 +00:00
Masatake YAMATO
0eeebaf5d7 2004-03-15 David Ponce <david@dponce.com>
* ruler-mode.el: (ruler-mode-left-fringe-cols)
	(ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
	(ruler-mode-right-scroll-bar-cols): Remove.
	(ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
	(ruler-mode-mouse-set-right-margin, ruler-mode-ruler): Use
	fringe-columns and scroll-bar-columns.
2004-03-15 08:39:06 +00:00
Masatake YAMATO
9b05111d02 Fix a typo. 2004-03-15 07:28:38 +00:00
Masatake YAMATO
9fd76d04e8 2004-03-15 Masatake YAMATO <jet@gyve.org>
* hl-line.el (hl-line-range-function): New variable.
	(hl-line-move): New function.
	(global-hl-line-highlight): Use `hl-line-move'.
	(hl-line-highlight): Ditto.

	* scroll-bar.el (scroll-bar-columns): New function derived from
	ruler-mode.el.

	* fringe.el (fringe-columns): New function derived from
	ruler-mode.el.

	* ruler-mode.el (top-level): Require scroll-bar and fringe.
	(ruler-mode-left-fringe-cols)
	(ruler-mode-right-fringe-cols): Use `fringe-columns'.
	(ruler-mode-right-scroll-bar-cols)
	(ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
	(ruler-mode-ruler-function): New variable.
	(ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
	if the value for `ruler-mode-ruler-function'is given.

	* hexl.el (hexl-mode-hook): Make the hook customizable.
	(hexl-address-area, hexl-ascii-area, hexl-ascii-cursor): New
	customize variables.
	(hexlify-buffer): Put font-lock-faces on the address area and
	the ascii area.
	(hexl-activate-ruler): New function.
	(hexl-follow-line): New function.
	(hexl-highlight-line-range): New function.
	(hexl-mode-ruler): New function.
2004-03-15 07:27:02 +00:00
Stefan Monnier
6e54fa536d Document new find-file-hook operation. 2004-03-15 03:55:24 +00:00
Stefan Monnier
b8d1db7730 (vc-handled-backends): Add Arch. Move MCVS down.
(vc-default-find-file-hook): New fun.
(vc-find-file-hook): Call new find-file-hook operation.
2004-03-15 03:53:05 +00:00
Stefan Monnier
0f6c7af8d6 New file. 2004-03-15 03:39:09 +00:00
Luc Teirlinck
0eeca3c149 (Lisp History): Replace xref to `cl' manual with inforef. 2004-03-15 02:41:11 +00:00
Steven Tamm
9062aa8928 * Makefile.in (XMENU_OBJ): Do not include xmenu.o if
HAVE_CARBON is defined.
2004-03-14 18:43:56 +00:00
Kim F. Storm
e61d86f7b9 (x_find_image_file): Remove prototype. 2004-03-14 00:28:46 +00:00
Kim F. Storm
c640aa9b33 (x_find_image_file): Make extern. 2004-03-14 00:28:35 +00:00
Kim F. Storm
f27823c657 (x_find_image_file): Add prototype. 2004-03-14 00:28:01 +00:00
Kim F. Storm
e4b1b5ab00 *** empty log message *** 2004-03-14 00:27:38 +00:00
Eli Zaretskii
5109b06a47 *** empty log message *** 2004-03-13 13:13:14 +00:00
Eli Zaretskii
3792a773ca (info-lookup): Reuse an existing Info window. 2004-03-13 13:12:09 +00:00
Eli Zaretskii
1239851cdd (woman-preserve-ascii): Default value changed to t and
doc string revised.
2004-03-13 13:06:48 +00:00
Eli Zaretskii
c8e35ff020 (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined. 2004-03-13 12:56:53 +00:00
Eli Zaretskii
67fd74d84f (main): Call syms_of_xmenu only if HAVE_MENUS is defined. 2004-03-13 12:55:41 +00:00
Stefan Monnier
fbc4d3bdcf *** empty log message *** 2004-03-12 15:03:10 +00:00
Stefan Monnier
ecf4207f93 *** empty log message *** 2004-03-12 13:56:49 +00:00
Richard M. Stallman
e69cfac29e *** empty log message *** 2004-03-12 10:16:20 +00:00
Richard M. Stallman
d75fbc3eca (Top): Rename top node. 2004-03-12 10:16:03 +00:00
Richard M. Stallman
0e04ec0b00 (Misc Buffer): Add index entry for rename-uniquely. 2004-03-12 10:15:18 +00:00
Richard M. Stallman
8bbf587df2 (Version Info): Add arg to emacs-version.
(Lisp History): Change xref to CL manual.
2004-03-12 10:13:59 +00:00
Richard M. Stallman
cd07ee9028 (cvs-mode-add-change-log-entry-other-window): Fix minor bug. 2004-03-12 10:12:14 +00:00
Richard M. Stallman
74ce1b11e9 (occur-engine): Change message for count of matches. 2004-03-12 10:11:16 +00:00
Richard M. Stallman
8de4476933 (byte-compile-get-constant): For strings, do compare text properties. 2004-03-12 10:09:59 +00:00
Richard M. Stallman
6054c58214 (internal_equal): New arg PROPS controls comparing
text properties.  All callers changed.
(Fequal_including_properties): New function.
(syms_of_fns): defsubr it.
2004-03-12 10:07:36 +00:00
Stefan Monnier
ab55f76f9c (kill-grep): Move here from compile.el
(grep-error, grep-hit-face, grep-error-face)
(grep-mode-font-lock-keywords): New variables.
(grep-regexp-alist): Simplify regexp and add `binary' case.
(grep-mode): New mode.
(grep-process-setup): Simplify.
2004-03-11 22:56:19 +00:00
Jason Rumney
2f0c11a15d Remove PATH_LOCK, add PATH_BITMAPS. 2004-03-11 22:54:34 +00:00
Kim F. Storm
45034953f4 *** empty log message *** 2004-03-11 22:48:33 +00:00
Stefan Monnier
0cb687c094 (compilation-error-regexp-alist-alist): Whitespace fixup. 2004-03-11 22:46:54 +00:00
Kim F. Storm
ed627ef5a7 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
(x_query_font, x_find_ccl_program, x_set_window_size)
(x_make_frame_visible, mac_initialize, XCreatePixmap)
(XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
(mac_draw_line_to_pixmap): Add prototypes.
2004-03-11 22:43:49 +00:00
Kim F. Storm
6321121d3f (XTread_socket): Fix mouse click on tool bar. 2004-03-11 22:43:32 +00:00
Stefan Monnier
38ca2dff8e Initial import. 2004-03-11 22:43:24 +00:00
Kim F. Storm
671be7897e (x_list_fonts, x_get_font_info, x_load_font)
(x_query_font, x_find_ccl_program, x_set_window_size)
(x_make_frame_visible, mac_initialize, XCreatePixmap)
(XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
(mac_draw_line_to_pixmap): Move prototypes to macterm.h.
2004-03-11 22:43:18 +00:00
Kim F. Storm
75fd7da16a (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h. 2004-03-11 22:43:06 +00:00
Kim F. Storm
0ccb519d36 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
(image_background, image_background_transparent): Fix prototypes.
2004-03-11 22:42:47 +00:00
Stefan Monnier
7837c24765 (compile-auto-highlight)
(compilation-error-list, compilation-old-error-list)
(compilation-parse-errors-function, compilation-parsing-end)
(compilation-error-message, compilation-directory-stack)
(compilation-enter-directory-regexp-alist)
(compilation-leave-directory-regexp-alist)
(compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
(compilation-current-file, compilation-regexps): Remove vars.

(compile-error-at-point, compilation-error-filedata)
(compilation-error-filedata-file-name, compile-reinitialize-errors)
(compilation-next-error-locus, compilation-forget-errors)
(count-regexp-groupings, compilation-parse-errors)
(compile-collect-regexps, compile-buffer-substring): Remove funs.

(compile-internal): Make obsolete.

(compilation-first-column, compilation-error)
(compilation-directory-matcher, compilation-page-delimiter)
(compilation-mode-font-lock-keywords, compilation-debug)
(compilation-error-face, compilation-warning-face)
(compilation-info-face, compilation-line-face)
(compilation-column-face, compilation-enter-directory-face)
(compilation-leave-directory-face, compilation-skip-threshold)
(compilation-skip-visited, compilation-context-lines): New vars.

(compilation-warning-face, compilation-info-face)
(compilation-message-face): New faces.

(compilation-error-regexp-alist-alist): New constant.

(compilation-face, compilation-directory-properties)
(compilation-assq, compilation-error-properties, compilation-start)
(define-compilation-mode, compilation-loop)
(compilation-set-window): New functions.

(compile): Additional argument for interactive compiles like TeX.
2004-03-11 22:39:29 +00:00
Jason Rumney
f6a20b2cca (ldap-search-internal): Handle file URLs with drive
letters on DOS/Windows.
2004-03-11 21:10:21 +00:00
Stefan Monnier
61042632e3 *** empty log message *** 2004-03-11 18:46:47 +00:00
Stefan Monnier
03ae35cfae (server-name): New var.
(server-socket-dir): New var to replace server-socket-name.
(server-start): Use them.
2004-03-11 18:35:20 +00:00
Kim F. Storm
d9a4b477b0 Move image related prototypes from xfns.c section to image.c.
Condition them by HAVE_WINDOW_SYSTEM rather than HAVE_X_WINDOWS.
2004-03-11 11:17:27 +00:00
Kim F. Storm
d3ab1cf1fc *** empty log message *** 2004-03-11 11:16:52 +00:00
Kim F. Storm
37de9f5143 Typo 2004-03-11 11:08:44 +00:00
Kim F. Storm
a12d3d8700 (XOBJ): Consolidate into one list. Add fringe.o.
Move gtkutil.o to new GTK_OBJ list.
(XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
(GTK_OBJ) [USE_GTK]: New declaration.
(obj): Add $(GTK_OBJ) to list.
2004-03-11 11:05:55 +00:00
Simon Josefsson
2ceed428a9 (smtpmail-read-response): Abort if process has
died to avoid infloop.  Reported by Jonathan Glauner
<jglauner@sbum.org>.
2004-03-11 10:53:22 +00:00