1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-04 06:31:13 -08:00
Commit graph

92245 commits

Author SHA1 Message Date
Juanma Barranquero
fa72d07524 * bs.el (bs-mode): Set revert-buffer-function' to bs-refresh'.
(bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.  Doc fix.
2009-10-12 04:57:46 +00:00
Juanma Barranquero
3b56b1e695 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item. 2009-10-12 00:52:23 +00:00
Adrian Robert
c9abc21f61 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define. 2009-10-12 00:45:10 +00:00
Adrian Robert
9094eb4801 (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat. 2009-10-12 00:38:28 +00:00
Adrian Robert
c74e0c59f8 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define. 2009-10-12 00:36:20 +00:00
Adrian Robert
3d87f11891 * config.in (NS_HAVE_NSINTEGER): Drop. 2009-10-12 00:35:54 +00:00
Adrian Robert
bf6c75c967 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
Changes for 64-bit compile under Snow Leopard.

	* nsfns.m (xw-color-values): Use CGFloat where appropriate.

	* nsfont.m (ns_char_width): Replace deprecated call (suggested by
	Erik Charlebois).
	(ns_findfonts, nsfont_list_family): Use long format in printf, and
	cast argument.
	(nsfont_open): Use ns_char_width() everywhere.
	(ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where
	appropriate.

	* nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat.

	* nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat
	where appropriate.

	* nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
	where appropriate.
	(EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:): Use
	stringWithUTF8String.
	(EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.

	* nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip): Add
	formal protocol mention to inheritance.
	[NS_HAVE_NSINTEGER]: Drop conditional and contents.

	* nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate.  Fix
	printf format.
	(ns_query_color): Use CGFloat where appropriate.
	(EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
	(EmacsScroller-mouseDown:) Use long format in printf, and cast
	argument.
2009-10-12 00:28:30 +00:00
Adrian Robert
e7b90afd65 * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate. Fix
printf format.
	(ns_query_color): Use CGFloat where appropriate.
	(EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
	(EmacsScroller-mouseDown:) Use long format in printf, and cast
	argument.
2009-10-12 00:27:52 +00:00
Adrian Robert
e28db5bc73 * nsfont.m (ns_char_width): Replace deprecated call (suggested by
Erik Charlebois).
	(ns_findfonts, nsfont_list_family): Use long format in printf, and
	cast argument.
	(nsfont_open): Use ns_char_width() everywhere.
	(ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where
	appropriate.
2009-10-12 00:27:28 +00:00
Adrian Robert
f3f08c2854 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger
where appropriate.
	(EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:): Use
	stringWithUTF8String.
	(EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
2009-10-12 00:27:13 +00:00
Adrian Robert
3c46399248 (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip): Add formal protocol mention to inheritance. [NS_HAVE_NSINTEGER]: Drop conditional and contents. 2009-10-12 00:26:45 +00:00
Adrian Robert
31e88bd8e7 (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat where appropriate. 2009-10-12 00:26:41 +00:00
Adrian Robert
09b1339dc1 (xw-color-values): Use CGFloat where appropriate. 2009-10-12 00:26:38 +00:00
Juri Linkov
4d9b432332 (read-file-local-variable-value):
Provide default value only for bound variables.
2009-10-11 23:53:22 +00:00
Michael Albinus
585eedef91 Fix last change. 2009-10-11 15:01:27 +00:00
Michael Albinus
2992485f6b *** empty log message *** 2009-10-11 15:00:46 +00:00
Michael Albinus
f6f7e059f7 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
(tramp-smb-file-name-handler-alist): Add handlers for
`add-name-to-file', `make-symbolic-link'.
(tramp-smb-handle-add-name-to-file)
(tramp-do-file-attributes-with-stat)
(tramp-smb-handle-make-symbolic-link)
(tramp-smb-get-cifs-capabilities): New defuns.
(tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
(tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
(tramp-smb-handle-file-local-copy)
(tramp-smb-handle-make-directory-internal)
(tramp-smb-handle-rename-file, tramp-smb-handle-write-region): The
file name syntax depends on cifs capabilities.
(tramp-smb-handle-file-attributes); Call
`tramp-do-file-attributes-with-stat' if possible.
(tramp-smb-handle-insert-directory): Use posix attributes if
possible.
(tramp-smb-handle-set-file-modes): It is applicable for posix
only.
2009-10-11 14:02:23 +00:00
Michael Albinus
674a9263fd * net/tramp-cache.el (tramp-flush-connection-property): The hash
can be empty.
2009-10-11 14:00:30 +00:00
Michael Albinus
46bcd78cc0 * net/tramp.el (tramp-local-host-p): Function shall return nil for
connection methods like smb.
2009-10-11 13:59:28 +00:00
Juanma Barranquero
3b77302a4d Update. 2009-10-11 03:48:10 +00:00
Chong Yidong
67868d2626 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
(eieio-defclass): Apply deftype handler and setf-method properties
directly.
(eieio-add-new-slot): Avoid union function from cl library.
(eieio--typep): New function.
(eieio-perform-slot-validation): Use it.
2009-10-11 02:19:27 +00:00
Glenn Morris
5feb0b73eb (Size and Position): Clarify what is included in the frame height. (Bug#4535) 2009-10-11 00:07:05 +00:00
Glenn Morris
9ec6f10028 (Fframe_pixel_height): Doc fix. (Bug#4535) 2009-10-11 00:01:11 +00:00
Glenn Morris
4619ff5e68 (frame-height): Doc fix. 2009-10-10 23:50:10 +00:00
Glenn Morris
9976fe82bd Documented window-full-height-p. 2009-10-10 23:43:27 +00:00
Glenn Morris
0c5413c811 (Size of Window): The relationship between window and frame heights is
not so simple.  (Bug#4535)
Mention window-full-height-p.
2009-10-10 23:43:03 +00:00
Karl Fogel
6d6a5b7e51 * bookmark.el
(bookmark-yank-word, bookmark-insert-current-bookmark): Update
  documentation to refer to variables documented in r1.135.
2009-10-10 21:54:13 +00:00
Karl Fogel
67b70de989 * bookmark.el
(Info-suffix-list): Remove this completely unused variable.
  (bookmark-current-point): Remove this obsolete variable.
  (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
  Adjust for removal of bookmark-current-point.

  (bookmarks-already-loaded, bookmark-current-buffer, bookmark-yank-point):
  Document.  (Bug#4188)
2009-10-10 21:48:22 +00:00
Glenn Morris
58ae51ae02 (calendar-split-width-threshold): New option.
(calendar-basic-setup): Use calendar-split-width-threshold.
2009-10-10 20:50:39 +00:00
Chong Yidong
d751f122b6 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name): Use .la
for Automake.
2009-10-10 19:15:50 +00:00
Eli Zaretskii
ec6870e05f (try_window_id): Fix typos in comments. 2009-10-10 16:39:05 +00:00
Eli Zaretskii
997d1c4dd0 (redisplay_internal): Fix typos in comments. 2009-10-10 08:09:22 +00:00
Chong Yidong
fa63f49c89 * cedet/ede/pconf.el (ede-proj-configure-synchronize): Use
"autoreconf -i".  Suggested by Andreas Schwab.
2009-10-09 20:32:02 +00:00
Juanma Barranquero
d364386c8e * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
Ideographic Supplement" range (U+1F200..U+1F2FF).
2009-10-09 13:03:17 +00:00
Karl Fogel
02d0f051aa * lisp/bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
since the list will have been rebuilt anyway.  (Bug#4349)
2009-10-09 06:50:14 +00:00
Karl Fogel
33e97a284f * lisp/bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
(bookmark-bmenu-execute-deletions): Don't save here, as bookmark-delete
  will now do so if necessary.

Suggested by: Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>
(Bug#4348)
2009-10-09 06:44:40 +00:00
Glenn Morris
9656d87b30 (report-emacs-bug): Also print `features'. 2009-10-09 06:29:56 +00:00
Karl Fogel
e6227f0652 * lisp/bookmark.el (bookmark-jump): Add new `display-func' parameter.
(bookmark-jump-other-window): Just invoke bookmark-jump with new
  argument now, so the two function's behaviors will match.  (Bug#3645)
2009-10-09 05:54:57 +00:00
Karl Fogel
3aa8040cc6 * etc/NEWS (Changes in Specialized Modes and Packages in Emacs 23.1):
Document bookmark.el at 2008-06-25T16:51:33Z!monnier@iro.umontreal.ca format upgrade.  (Bug#3375)
2009-10-09 05:25:08 +00:00
Juanma Barranquero
310dbb050f * eieio.texi: Fix typos. 2009-10-09 02:58:57 +00:00
Chong Yidong
4f54db4b41 * cedet/ede/proj.el (project-compile-project): Fix filename test. 2009-10-08 22:13:42 +00:00
Chong Yidong
35c7e413c5 * cedet/ede/proj.el (project-make-dist): Fix filename test.
(ede-proj-dist-makefile): Use expand-file-name instead of concat
to expand file names.
2009-10-08 22:08:49 +00:00
Michael Albinus
288f783b7a * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
case both directories are remote.
(tramp-smb-handle-expand-file-name): Implement "~" expansion.
(tramp-smb-maybe-open-connection): Flush the cache only if
necessary.
2009-10-08 15:21:31 +00:00
Michael Albinus
a17632c1dc * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
(tramp-file-name-real-host, tramp-file-name-port): Apply
`save-match-data.
2009-10-08 15:19:56 +00:00
Jan Djärv
5be883cd98 gtkutil.c (create_menus): Call gtk_widget_set_size_request for
menu bar with a small width so it doesn't enlarge the frame.
2009-10-08 15:18:15 +00:00
Chong Yidong
a6b98754c9 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
(ede-proj-target-makefile-objectcode): Use it.
2009-10-08 14:09:09 +00:00
Juanma Barranquero
d7a39b5147 * fontset.c (Fset_fontset_font): Fix typos in error messages. 2009-10-08 10:54:58 +00:00
Chong Yidong
c2a81032c8 * cedet/ede/source.el (ede-want-any-source-files-p)
(ede-want-any-auxiliary-files-p, ede-want-any-files-p): Return
search result.  This error was introduced while merging.
2009-10-08 01:49:05 +00:00
Eli Zaretskii
a3b841018e (set_cursor_from_row): Fix commentary. 2009-10-07 20:07:31 +00:00
Juanma Barranquero
b6c0fa718a * Makefile.in (INFO_FILES): Add EDE and EIEIO. 2009-10-07 18:26:40 +00:00