- 06 Apr, 2010 1 commit
-
-
Juanma Barranquero authored
* ido.el (recentf-list): Declare for byte-compiler. (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring. (ido-make-buffer-list): Simplify. (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
-
- 05 Apr, 2010 5 commits
-
-
Juri Linkov authored
http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html * simple.el (scroll-up-line, scroll-down-line): New commands. Put property isearch-scroll=t on them. * emulation/ws-mode.el (scroll-down-line, scroll-up-line): Remove commands.
-
Juri Linkov authored
http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html * simple.el (scroll-up-command, scroll-down-command): New commands. Put property isearch-scroll=t on them. * bindings.el (global-map): Rebind [prior] from `scroll-down' to `scroll-down-command' and [next] from `scroll-up' to `scroll-up-command'. * emulation/cua-base.el: Put property CUA=move on `scroll-up-command' and `scroll-down-command'. (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up' and `scroll-down-command' to `cua-scroll-down'.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Jan D authored
-
- 04 Apr, 2010 4 commits
-
-
Jan Djärv authored
-
Jan Djärv authored
* xfns.c (set_machine_and_pid_properties): New function. (Fx_create_frame): Call set_machine_and_pid_properties.
-
Eli Zaretskii authored
-
John Wiegley authored
* ido.el (ido-use-virtual-buffers): New variable to indicate whether "virtual buffer" support is enabled for IDO. Essentially it works as follows: Say you are visiting a file and the buffer gets cleaned up by mignight.el. Later, you want to switch to that buffer, but find it's no longer open. With virtual buffers enabled, the buffer name stays in the buffer list (using the ido-virtual face, and always at the end), and if you select it, it opens the file back up again. This allows you to think less about whether recently opened files are still open or not. Most of the time you can quit Emacs, restart, and then switch to a file buffer that was previously open as if it still were. NOTE: This feature has been present in iswitchb for several years now, and I'm porting the same logic to IDO. (ido-virtual): Face used to indicate virtual buffers in the list. (ido-buffer-internal): If a buffer is chosen, and no such buffer exists, but a virtual buffer of that name does (which would be why it was in the list), recreate the buffer by reopening the file. (ido-make-buffer-list): If virtual buffers are being used, call `ido-add-virtual-buffers-to-list' before the make list hook. (ido-virtual-buffers): New variable which contains a copy of the current contents of the `recentf-list', albeit pared down for the sake of speed, and with proper faces applied. (ido-add-virtual-buffers-to-list): Using the `recentf-list', create a list of "virtual buffers" to present to the user in addition to the currently open set. Note that this logic could get rather slow if that list is too large. With the default `recentf-max-saved-items' of 200, there is little speed penalty.
-
- 03 Apr, 2010 12 commits
-
-
Stefan Monnier authored
(font-lock-turn-on-thing-lock): Use `case'.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
bidi.c (bidi_resolve_explicit, bidi_level_of_next_char): Check bidi_it->bytepos against ZV_BYTE instead of bidi_it->ch against BIDI_EOB.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli Zaretskii. (batch-update-authors): Fix popping arguments from command line.
-
Juanma Barranquero authored
* ntlib.c (getgid, getegid, setegid): New stubs. * ntlib.h (getgid, getegid, setegid): Declare them.
-
Stefan Monnier authored
-
Chong Yidong authored
-
Dan Nicolaescu authored
* s/msdos.h (NO_REMAP): ... here.
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
used on those platforms.
-
- 02 Apr, 2010 14 commits
-
-
Juri Linkov authored
(electric-help-mode): Set it to original major-mode. Doc fix. (with-electric-help): Use `electric-help-orig-major-mode' instead of (default-value 'major-mode). Doc fix. http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
-
Sam Steingold authored
(bug-reference-fontify): `bug-reference-url-format' can also be a function to be able to handle the bug kind. (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add
-
Chong Yidong authored
* movemail.c (main): Check return values of setuid. Avoid possibility of symlink attack when movemail is setgid mail (CVE-2010-0825).
-
Chong Yidong authored
* movemail.c (main): Check return values of setuid. Avoid possibility of symlink attack when movemail is setgid mail (CVE-2010-0825).
-
Jan Djärv authored
-
Jan Djärv authored
-
Sam Steingold authored
`vc-hg-command' with a list of flags.
-
Jan Djärv authored
-
Jan Djärv authored
value to fboundp, it may not be a symbol.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Dan Nicolaescu authored
* xterm.c: * xrdb.c: * w32term.c: * unexec.c: * unexaix.c: * sysdep.c: * process.c: * lread.c: * keyboard.c: * floatfns.c: * filelock.c: * fileio.c: * emacs.c (main): * ecrt0.c: * dispnew.c: * callproc.c: * buffer.c: Remove errno extern declarations. * s/netbsd.h (NEED_ERRNO): Remove. * movemail.c: * etags.c: * emacsclient.c: Remove extern errno declarations.
-
Juanma Barranquero authored
* cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members) (semantic-create-imenu-directory-index): Fix typos in docstrings. (semantic-imenu-goto-function): Reflow docstring.
-
Juanma Barranquero authored
-
- 01 Apr, 2010 4 commits
-
-
Dan Nicolaescu authored
* Makefile.in (LIBX11_SYSTEM): Remove. * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM instead. * configure.in: Remove all references to LIBX11_SYSTEM.
-
Andreas Schwab authored
* mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system if set.
-
Eli Zaretskii authored
CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
-
Chong Yidong authored
* nonascii.texi (Text Representations): Don't mark enable-multibyte-characters as a user option.
-