- 08 Jul, 2011 8 commits
-
-
Jan Djärv authored
* emacs.c: Declare unexec_init_emacs_zone. * nsfns.m (check_ns_display_info): Cast to long and use %ld in error to avoid warning. * nsimage.m (allocInitFromFile): Don't use deprecated method bestRepresentationForDevice on OSX >= 10.6. * nsmenu.m (fillWithWidgetValue): Don't use depercated method sizeToFit on OSX >= 10.2. * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods cString and lossyCString on OSX >= 10.4 * nsterm.h (MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_10_4) (MAC_OS_X_VERSION_10_5): Define if not defined. (EmacsView, EmacsTooltip): Implements NSWindowDelegate on OSX >= 10.6. (EmacsMenu): Implements NSMenuDelegate on OSX >= 10.6. (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6. * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and variable firstTime not needed on OSX >= 10.6. (setPosition): setFloatValue:knobProportion: is deprecated on OSX >= 10.5. Use setKnobProportion, setDoubleValue.
-
Paul Eggert authored
-
Paul Eggert authored
-
Jan Djärv authored
-
Jan Djärv authored
* nsfns.m (Fx_open_connection): Remove NSStringPboardType from ns_return_types. (Fns_list_services): Just return Qnil on 10.6, code not working there. * nsmenu.m (ns_update_menubar): Remove useless setDelegate call on svcsMenu. * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842). * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m. (ns_get_local_selection): Declare. * nsterm.m (QUTF8_STRING): Declare. (initFrameFromEmacs): Call registerServicesMenuSendTypes. (validRequestorForSendType): Return type is (id). Change indexOfObjectIdenticalTo to indexOfObject. Check if we have local selection before returning self (Bug#8842). (writeSelectionToPasteboard): Put local selection into paste board if we have a local selection (Bug#8842). (syms_of_nsterm): DEFSYM QUTF8_STRING.
-
Lars Magne Ingebrigtsen authored
* mail/smtpmail.el (smtpmail-query-smtp-server): Ditto. * mail/sendmail.el (sendmail-query-once): If we aren't allowed to save customizations (with "emacs -Q"), just set the variable instead of erroring out.
-
Daiki Ueno authored
-
Juri Linkov authored
(archive-zip-update-case): Use 7z if found by `executable-find'. The order of searching the available programs is the same as in `archive-zip-extract'. Fixes: debbugs:8968
-
- 07 Jul, 2011 29 commits
-
-
Lars Magne Ingebrigtsen authored
gnus-msg.el (gnus-bug): Don't insert user variables. It usually isn't very interesting any more, and it leaks potentially secret data. (gnus-debug): Removed. gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working use of :custom-show.
-
Chong Yidong authored
* lisp/menu-bar.el (menu-bar-line-wrapping-menu): Revert last change. (menu-bar-options-menu): Tweak descriptions.
-
Lars Magne Ingebrigtsen authored
* menu-bar.el (menu-bar-line-wrapping-menu): Also refill to fit under 80 columns. Fixes: debbugs:1421
-
Tassilo Horn authored
* themes/tsdh-light-theme.el: * themes/tsdh-dark-theme.el: Make `gnus-button' face inherit from `button', `gnus-header-name' boxed, and define `rcirc-my-nick' face.
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:1375
-
Chong Yidong authored
* lisp/info.el (info, Info-read-node-name-2, Info-read-node-name-1) (Info-read-node-name): Doc fix.
-
Chong Yidong authored
* lisp/thingatpt.el (forward-thing, bounds-of-thing-at-point) (thing-at-point, beginning-of-thing, end-of-thing, in-string-p) (end-of-sexp, beginning-of-sexp) (thing-at-point-bounds-of-list-at-point, forward-whitespace) (forward-symbol, forward-same-syntax, word-at-point) (sentence-at-point): Doc fix (Bug#1144).
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:1281
-
Lars Magne Ingebrigtsen authored
Return whether we inserted something. This should allow the caller to decide whether to insert more newlines or not. Fixes: debbugs:1169
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
That's not pertinent in the installed Emacs. Fixes: debbugs:9016
-
Chong Yidong authored
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:75
-
Eli Zaretskii authored
src/term.c (produce_glyphs) <xassert>: Allow IT_GLYPHLESS in it->what.
-
Lars Magne Ingebrigtsen authored
* net/network-stream.el (network-stream-open-starttls): If gnutls negotiation fails, then possibly try again with a non-encrypted connection. Fixes: debbugs:9017
-
Andreas Schwab authored
-
Lars Magne Ingebrigtsen authored
* mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can be used.
-
Juanma Barranquero authored
admin/unidata/makefile.w32-in: Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
Richard M. Stallman authored
-
Glenn Morris authored
-
Daiki Ueno authored
* plstore.el: Add documentation. (plstore-mode): New mode to edit plstore file. (plstore-mode-toggle-display, plstore-mode-original) (plstore-mode-decoded): New command. (plstore--encode, plstore--decode, plstore--write-contents-functions) (plstore--insert-buffer, plstore--make): New function. (plstore-open, plstore-save): Simplify by using them.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Dan Nicolaescu authored
* configure.in: Remove reference to iris4d.h. * src/m/iris4d.h: Remove file, move contents ... * src/s/irix6-5.h: ... here.
-
Chong Yidong authored
* etc/themes/dichromacy-theme.el: * etc/themes/tango-theme.el: * etc/themes/tango-dark-theme.el: * etc/themes/wheatgrass-theme.el: Don't define button face separately; it inherits from link now.
-
Chong Yidong authored
* lisp/window.el (next-buffer, previous-buffer): Signal an error if called from a minibuffer window. * lisp/bindings.el: Revert 2011-07-04 change.
-
- 06 Jul, 2011 3 commits
-
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Richard M. Stallman authored
-