- 01 Jul, 2011 40 commits
-
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:8900
-
Daiki Ueno authored
auth-source.el (auth-source-token-passphrase-callback-function): Simplify and remove EPA dependency.
-
Lars Magne Ingebrigtsen authored
-
Andrew Cohen authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
Drew Adams (bug#8817).
-
Kazuhiro Ito authored
used, as the function doc string says. Fixes: debbugs:8738
-
Lars Magne Ingebrigtsen authored
cookie, since the manual says that it should be possible to add this function to `find-file-hook'.
-
Glenn Morris authored
-
Glenn Morris authored
-
Ted Zlatanov authored
-
Ted Zlatanov authored
* progmodes/cfengine.el: Moved all cfengine3.el functionality here. Noted Ted Zlatanov as the maintainer. (cfengine-common-settings, cfengine-common-syntax): New functions to set up common things between `cfengine-mode' and `cfengine3-mode'. (cfengine3-mode): New mode. (cfengine3-defuns cfengine3-defuns-regex (cfengine3-class-selector-regex cfengine3-category-regex) (cfengine3-vartypes cfengine3-font-lock-keywords) (cfengine3-beginning-of-defun, cfengine3-end-of-defun) (cfengine3-indent-line): Added from cfengine3.el.
-
Alan Mackenzie authored
-
Alan Mackenzie authored
(Styles): Add a short introduction to above.
-
Jan Djärv authored
(wait_reading_process_output): Add defined (HAVE_GSETTINGS) for xg_select. * xgselect.c: Add defined (HAVE_GSETTINGS). (xgselect_initialize): Ditto. * xsettings.c (store_monospaced_changed): Take new font as arg and check for change against current_mono_font. (EMACS_TYPE_SETTINGS): Remove this and related defines. (emacs_settings_constructor, emacs_settings_get_property) (emacs_settings_set_property, emacs_settings_class_init) (emacs_settings_init, gsettings_obj): Remove. (something_changedCB): New function for HAVE_GSETTINGS. (something_changedCB): HAVE_GCONF: Call store_monospaced_changed with value as argument. (init_gsettings): Check that GSETTINGS_SCHEMA exists before calling g_settings_new. Do not create gsettings_obj. Remove calls to g_settings_bind. Connect something_changedCB to "changed". Fixes: debbugs:8967
-
Michael Albinus authored
* net/tramp-sh.el (tramp-maybe-open-connection): Use it.
-
Daiki Ueno authored
* auth-source.el (plstore-delete): Autoload. (auth-source-plstore-search): Support delete operation. * plstore.el (plstore-delete): New function.
-
Katsumi Yamaoka authored
gnus-draft.el (gnus-draft-clear-marks): Revert last change; mark actually existing articles as unread rather than the ones that active asserts.
-
Glenn Morris authored
-
Martin Rudalics authored
* window.el (same-window-buffer-names, same-window-regexps) (same-window-p, special-display-frame-alist) (special-display-popup-frame, special-display-function) (special-display-buffer-names, special-display-regexps) (special-display-p, pop-up-frame-alist, pop-up-frame-function) (pop-up-frames, display-buffer-reuse-frames, pop-up-windows) (split-window-preferred-function, split-height-threshold) (split-width-threshold, even-window-heights) (display-buffer-mark-dedicated, window-splittable-p) (split-window-sensibly, window-safely-shrinkable-p): Un-obsolete. (display-buffer): Don't spread args with function specifier because special-display-popup-frame won't like it.
-
Paul Eggert authored
-
Paul Eggert authored
Do not assume that "int nargs : BITS_PER_INT - 2;" produces a signed bit field, as this assumption is not portable and it makes Emacs crash when compiled with Sun C 5.8 on sparc. Do not use "char debug_on_exit : 1" as this is not portable either; instead, use the portable "unsigned int debug_on_exit : 1". Remove unused member evalargs. Remove obsolete comments about cc bombing out.
-
Paul Eggert authored
by using time-since and float-time.
-
Paul Eggert authored
and float-time. Say "NNN.NNN seconds" rather than "NNN seconds + NNN microseconds".
-
Paul Eggert authored
-
Katsumi Yamaoka authored
-
Stefan Monnier authored
(switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
-
Chong Yidong authored
-
Ted Zlatanov authored
-
Stefan Monnier authored
(find-library-name): Use it to find relative load names when provided absolute file name. Fixes: debbugs:8803
-
Daiki Ueno authored
-
Paul Eggert authored
All uses replaced by float-time.
-
Paul Eggert authored
This yields a more-accurate answer. (rng-time-to-float): Remove; no longer needed.
-
Paul Eggert authored
-
Paul Eggert authored
rather than decoding time stamps by hand. This is simpler, and insulates the code from changes to time stamp formats.
-
Daiki Ueno authored
* plstore.el (plstore-select-keys, plstore-encrypt-to): New variable. (plstore-save): Support public key encryption. (plstore--init-from-buffer): New function. (plstore-open): Use it; fix error when opening a non-existent file. (plstore-revert): Use plstore--init-from-buffer.
-
Paul Eggert authored
-
Paul Eggert authored
-
Daiki Ueno authored
-
Paul Eggert authored
-