- 29 Jul, 2004 1 commit
-
-
Luc Teirlinck authored
-
- 28 Jul, 2004 1 commit
-
-
Masatake YAMATO authored
-
- 27 Jul, 2004 4 commits
-
-
Werner LEMBERG authored
-
Werner LEMBERG authored
-
Stefan Monnier authored
-
Vinicius Jose Latorre authored
-
- 26 Jul, 2004 3 commits
-
-
Kim F. Storm authored
we have ensured that the glyph fits on the current line (or returned MOVE_LINE_CONTINUED otherwise).
-
Kim F. Storm authored
-
Stefan Monnier authored
(imenu-extract-index-name-function, imenu-name-lookup-function) (imenu--index-alist): Docstring redundancy fix.
-
- 25 Jul, 2004 8 commits
-
-
Kim F. Storm authored
is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV if target position is at end of display line but char is not a newline.
-
Kim F. Storm authored
-
Lars Hansen authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
instead of ON_VERTICAL_BORDER, when on scroll bar. (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
John Paul Wallington authored
-
- 24 Jul, 2004 21 commits
-
-
Luc Teirlinck authored
(Creating Frames): Expand and clarify description of `make-frame'. (Window Frame Parameters): Either none or both of the `icon-left' and `icon-top' parameters must be specified. Put descriptions of `menu-bar-lines' and `toolbar-lines' closer together and change them accordingly. (Frame Titles): `multiple-frames' is not guaranteed to be accurate except while processing `frame-title-format' or `icon-title-format'. (Deleting Frames): Correct description of `delete-frame'. Non-nil return values of `frame-live-p' are like those of `framep'. (Frames and Windows): mention return value of `set-frame-selected-window'. (Visibility of Frames): Mention `force' argument to `make-frame-invisible'. `frame-visible-p' returns t for all frames on text-only terminals. (Frame Configurations): Restoring a frame configuration does not restore deleted frames. (Window System Selections): `x-set-selection' returns DATA. (Resources): Add example. (Display Feature Testing): Clarify descriptions of `display-pixel-height', `display-pixel-width', `x-server-version' and `x-server-vendor'.
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
and the default for paragraph-separate.
-
Luc Teirlinck authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
only when a real abbrev is present.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(occur-engine): Handle negative NLINES.
-
Luc Teirlinck authored
-
Luc Teirlinck authored
(Fframe_visible_p, Fraise_frame): Doc fixes.
-
Luc Teirlinck authored
-
Luc Teirlinck authored
(Choosing Window): Add anchor.
-
Luc Teirlinck authored
(Fx_create_frame): Use it. (From Richard M. Stallman.)
-
Ben Key authored
They caused mingw32-make.exe bootstrap to fail with the following error if cmd.exe was being used as the shell: "process_begin: CreateProcess((null), echo., ...) failed." I replaced the "@echo." lines in nt\makefile.w32-in with "@echo ." This writes a . to the screen but that is far more desirable than make bootstrap failing. I replaced the "echo. ..." line in lisp\makefile.w32-in with "echo ;;; ...". This writes an extra comment line to loaddefs.el. Again this is far more desirable than make bootstrap failing. NOTE: I am using cmd.exe as my shell when building Emacs with MinGW instead of the sh.exe that comes with msys because when I use sh.exe as my shell, loaddefs.el does not get properly generated and I get various auto load errors.
-
- 23 Jul, 2004 2 commits
-
-
John Paul Wallington authored
-
Luc Teirlinck authored
-