Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle | Jan Djärv | 2003-11-16 | 3 | -14/+126 |
| | | | | | multiple displays. Regenerate configure. | ||||
* | Add HAVE_GTK_MULTIDISPLAY | Jan Djärv | 2003-11-16 | 2 | -0/+8 |
| | |||||
* | Implement multiple display handling for GTK. | Jan Djärv | 2003-11-16 | 8 | -160/+411 |
| | |||||
* | Added Kevin Ryde <user42@zip.com.au>'s corrections to cross references | Robert J. Chassell | 2003-11-16 | 1 | -0/+9 |
| | | | | in emacs-lisp-intro.texi | ||||
* | On behalf of Kevin Ryde <user42@zip.com.au>: Corrections | Robert J. Chassell | 2003-11-16 | 1 | -6/+5 |
| | | | | | | | | to cross references, (Interactive Options): elisp "interactive" -> "Using Interactive". (defvar and asterisk): Remove emacs "Edit Options" reference, edit-options is no longer described in the emacs manual. (Lists diagrammed): elisp "List Type" -> "Cons Cell Type". | ||||
* | (eshell-ls-file): Instead of making the size field in a long-listing | John Wiegley | 2003-11-16 | 1 | -2/+2 |
| | | | | | always 8 characters, use `size-width', which has already been computed. | ||||
* | *** empty log message *** | John Wiegley | 2003-11-16 | 1 | -0/+6 |
| | |||||
* | (minor-mode-list): Add `hs-minor-mode'. | Thien-Thi Nguyen | 2003-11-15 | 2 | -1/+6 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2003-11-14 | 1 | -0/+7 |
| | |||||
* | * xterm.c (x_detect_focus_change): Do not change focus frame for | Jan Djärv | 2003-11-14 | 2 | -10/+21 |
| | | | | Enter/LeaveNotify if the current focus frame has explicit focus. | ||||
* | (diff-hunk-prev, diff-hunk-next): Support | Thien-Thi Nguyen | 2003-11-14 | 2 | -1/+6 |
| | | | | operation while narrowed, with `diff-restrict-view'. | ||||
* | (easy-mmode-define-navigation): Take additional | Thien-Thi Nguyen | 2003-11-14 | 2 | -19/+44 |
| | | | | | | | optional arg NARROWFUN. For the generated functions: Add local var `was-narrowed-p'. Also, if NARROWFUN is specified, include frags that arrange to check for and save narrowing state before the move and then conditionally call NARROWFUN after the move. | ||||
* | (update_text_area): Fix redisplay error when hscroll | Kim F. Storm | 2003-11-14 | 1 | -3/+3 |
| | | | | is active and first glyph is only partially visible. | ||||
* | *** empty log message *** | Kim F. Storm | 2003-11-14 | 1 | -0/+5 |
| | |||||
* | (eshell-parse-variable-ref): Added a backslash that was optional, but | John Wiegley | 2003-11-14 | 1 | -1/+1 |
| | | | | obviously missing based on surrounding code. | ||||
* | (eshell-lisp-command): Do not late-convert string arguments to numbers | John Wiegley | 2003-11-14 | 2 | -1/+6 |
| | | | | unless the whole argument was seen as a number. | ||||
* | *** empty log message *** | John Wiegley | 2003-11-14 | 1 | -0/+6 |
| | |||||
* | (ctext-non-standard-encodings-alist): Fix coding systems. | Kenichi Handa | 2003-11-14 | 2 | -2/+7 |
| | |||||
* | (timezone-parse-date): Fix style 8 to accept ISO | Alex Schroeder | 2003-11-13 | 1 | -2/+2 |
| | | | | 8601 format (a capital T between the date and the time). | ||||
* | (select_frame_for_redisplay): New function. | Kenichi Handa | 2003-11-13 | 2 | -4/+64 |
| | | | | | | | (redisplay_internal): Record also selected_frame for unwind_redisplay. Call select_frame_for_redisplay before redrawing each frame. (unwind_redisplay): Argument changed to a cons. | ||||
* | (Numeric Conversions): Not just `floor', but also `truncate', | Luc Teirlinck | 2003-11-12 | 1 | -14/+18 |
| | | | | `ceiling' and `round' accept optional argument DIVISOR. | ||||
* | *** empty log message *** | Luc Teirlinck | 2003-11-12 | 1 | -0/+5 |
| | |||||
* | (Fstring_to_multibyte): Doc fix. | Luc Teirlinck | 2003-11-12 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2003-11-12 | 1 | -0/+4 |
| | |||||
* | doc typo fix | Sam Steingold | 2003-11-11 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2003-11-11 | 2 | -0/+15 |
| | |||||
* | (x_list_fonts): Fix excluding of auto-scaled fonts. | Kenichi Handa | 2003-11-11 | 1 | -10/+13 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2003-11-11 | 2 | -2/+14 |
| | |||||
* | (Creating Markers): Specify insertion type of created markers. Add | Luc Teirlinck | 2003-11-11 | 1 | -9/+18 |
| | | | | | | | | | | xref to `Marker Insertion Types'. Second argument to `copy-marker' is optional. (Marker Insertion Types): Mention that most markers are created with insertion type nil. (The Mark): Correctly describe when `mark' signals an error. (The Region): Correctly describe when `region-beginning' and `region-end' signal an error. | ||||
* | (kannada-compose-region) (kannada-compose-string, | Kenichi Handa | 2003-11-10 | 1 | -0/+3 |
| | | | | kannada-post-read-conversion): Add autoload cookie. | ||||
* | ("Kannada"): Add sample-text. | Kenichi Handa | 2003-11-10 | 1 | -0/+3 |
| | |||||
* | Add Kannada. | Kenichi Handa | 2003-11-10 | 2 | -0/+5 |
| | |||||
* | (quail-completion): Change the message "corresponding translations" to | Kenichi Handa | 2003-11-10 | 1 | -1/+1 |
| | | | | "corresponding characters". | ||||
* | *** empty log message *** | Luc Teirlinck | 2003-11-09 | 1 | -1/+1 |
| | |||||
* | (describe-char): Fix typo. | Markus Rost | 2003-11-09 | 2 | -1/+5 |
| | |||||
* | * xfns.c (x_window): Set XtNx and XtNy in shell widget for | Jan Djärv | 2003-11-09 | 2 | -4/+19 |
| | | | | program specified positions. | ||||
* | (Point): Change description of `buffer-end', so that it is also | Luc Teirlinck | 2003-11-09 | 1 | -9/+11 |
| | | | | | | | | correct for floating point arguments. (List Motion): Correct argument lists of `beginning-of-defun' and `end-of-defun'. (Excursions): Add xref to `Marker Insertion Types'. (Narrowing): Argument to `narrow-to-page' is optional. | ||||
* | (Creating Hash): Clarify description of `eql'. `makehash' is obsolete. | Luc Teirlinck | 2003-11-09 | 1 | -6/+13 |
| | | | | (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'. | ||||
* | *** empty log message *** | Luc Teirlinck | 2003-11-09 | 1 | -0/+13 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2003-11-09 | 1 | -0/+3 |
| | |||||
* | Resolve CVS conflicts | Miles Bader | 2003-11-08 | 2 | -0/+2 |
| | |||||
* | * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E. | Jan Djärv | 2003-11-08 | 2 | -0/+5 |
| | |||||
* | (lisp): Add kannada.el. | Kenichi Handa | 2003-11-08 | 1 | -0/+2 |
| | | | | (shortlisp): Likewise. | ||||
* | *** empty log message *** | Kenichi Handa | 2003-11-08 | 2 | -1/+24 |
| | |||||
* | New file. | Kenichi Handa | 2003-11-08 | 2 | -0/+586 |
| | |||||
* | (ucs-kannada-to-is13194-alist) (is13194-to-ucs-kannada-hashtbl, | Kenichi Handa | 2003-11-08 | 1 | -1/+4 |
| | | | | is13194-to-ucs-kannada-regexp): New variables. | ||||
* | Preload kannada.el. | Kenichi Handa | 2003-11-08 | 1 | -0/+1 |
| | |||||
* | (DONTCOMPILE): Add kannada.el. | Kenichi Handa | 2003-11-08 | 2 | -0/+2 |
| | |||||
* | . | Andreas Schwab | 2003-11-07 | 1 | -0/+3 |
| | |||||
* | (autoconf-font-lock-keywords): Also highlight AH_*. | Andreas Schwab | 2003-11-07 | 1 | -3/+3 |
| |