Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace @sc{foo} with @acronym{FOO}. | Eli Zaretskii | 2003-11-02 | 22 | -165/+165 |
| | |||||
* | macterm.c (XTread_socket): Handle menubar selection and grow window | Andrew Choi | 2003-11-01 | 2 | -10/+19 |
| | | | | only for mouseDown events. | ||||
* | *** empty log message *** | Eli Zaretskii | 2003-11-01 | 2 | -0/+12 |
| | |||||
* | Allow comments following the top-level element. | Eli Zaretskii | 2003-11-01 | 1 | -59/+94 |
| | | | | | | Separate out namespace parsing into special functions. Change namespace parsing to return ('ns-uri . "local-name") instead of '{ns-uri}local-name. | ||||
* | (dired-ls-sorting-switches): Doc fix. | Eli Zaretskii | 2003-11-01 | 2 | -1/+12 |
| | |||||
* | (rx-or): Fix the case of "(rx (and ?a (or ?b ?c) ?d))". | Eli Zaretskii | 2003-11-01 | 2 | -3/+10 |
| | |||||
* | (texinfo-pre-format-hook): New variable. | Eli Zaretskii | 2003-11-01 | 2 | -0/+13 |
| | | | | | (texinfo-format-region): Use it. (texinfo-format-buffer-1): Ditto. | ||||
* | (Scrolling During Incremental Search): Document a | Eli Zaretskii | 2003-11-01 | 1 | -14/+118 |
| | | | | new scrolling facility in isearch mode. | ||||
* | (overriding-map-is-bound, saved-overriding-map): New variables. | Eli Zaretskii | 2003-11-01 | 2 | -6/+50 |
| | | | | | | (ensure-overriding-map-is-bound, restore-overriding-map): New functions. (universal-argument, universal-argument-more, negative-argument) (digit-argument, universal-argument-other-key): Minor changes. | ||||
* | (isearch-unread-key-sequence): New function, extracted from | Eli Zaretskii | 2003-11-01 | 1 | -27/+195 |
| | | | | | | | | | | | | | | | isearch-other-meta-char. (top level): (put 'foo 'isearch-scroll) on all Emacs's "scrollable" standard functions. (isearch-allow-scroll): New customizable variable. (isearch-string-out-of-window, isearch-back-into-window) (isearch-reread-key-sequence-naturally) (isearch-lookup-scroll-key): New functions. (isearch-other-meta-char): Doc string and functionality enhanced. Now accepts a prefix argument. (isearch-lazy-highlight-window-end): New variable. (isearch-lazy-highlight-new-loop): Pay attention to the window's end (thru isearch-lazy-highlight-window-end), not only its start. | ||||
* | (rmail-summary-goto-msg): Don't call itself | Eli Zaretskii | 2003-11-01 | 2 | -1/+8 |
| | | | | | recursively if the last message is deleted, thus avoiding an infinite loop. | ||||
* | * xterm.c (x_term_init): For GTK part, increase x_initialized | Jan Djärv | 2003-10-31 | 2 | -1/+7 |
| | | | | to check for more than one display. Use error instead of return 0. | ||||
* | These are Nozomu Ando's changes to build Emacs to run under X Window | Andrew Choi | 2003-10-31 | 4 | -17/+90 |
| | | | | in Mac OS X without the need to use static X11 libraries. | ||||
* | (Fdefvaralias): Doc fix. | Luc Teirlinck | 2003-10-31 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2003-10-31 | 1 | -0/+4 |
| | |||||
* | (tex-compile-commands): Add `yap' and `ps2pdf'. | Stefan Monnier | 2003-10-30 | 2 | -4/+15 |
| | | | | | (tex-main-file): Don't add .tex if the extension is already present. (tex-uptodate-p): Don't recurse indefinitely in the presence of symlinks. | ||||
* | Document the existance of font-lock-syntactic-face-function and | Stefan Monnier | 2003-10-30 | 1 | -1/+19 |
| | | | | font-lock-multiline. | ||||
* | *** empty log message *** | Kenichi Handa | 2003-10-30 | 2 | -2/+7 |
| | |||||
* | Fix cases of language names. Make German lines one. | Kenichi Handa | 2003-10-30 | 1 | -24/+25 |
| | | | | Delete FORTRAN, add Mathematics | ||||
* | (inferior-octave-prompt): Recognize version number in prompt. | Lute Kamstra | 2003-10-29 | 2 | -1/+6 |
| | |||||
* | Fix some Unicode ranges. | Dave Love | 2003-10-28 | 2 | -2/+13 |
| | |||||
* | * disp-table.el (standard-display-8bit) | Kenichi Handa | 2003-10-28 | 2 | -0/+20 |
| | | | | | | | (standard-display-default, standard-display-ascii) (standard-display-g1, standard-display-graphic) (standard-display-underline): Assure that standard-display-table is a display table. | ||||
* | (Creating Strings): Argument START to `substring' can not be `nil'. | Luc Teirlinck | 2003-10-27 | 1 | -47/+97 |
| | | | | | | | | | | | | | Expand description of `substring-no-properties'. Correct description of `split-string', especially with respect to empty matches. Prevent very bad line break in definition of `split-string-default-separators'. (Text Comparison): `string=' and `string<' also accept symbols as arguments. (String Conversion): More completely describe argument BASE in `string-to-number'. (Formatting Strings): `%s' and `%S" in `format' do require corresponding object. Clarify behavior of numeric prefix after `%' in `format'. (Case Conversion): The argument to `upcase-initials' can be a character. | ||||
* | *** empty log message *** | Luc Teirlinck | 2003-10-27 | 1 | -0/+17 |
| | |||||
* | (reindent-then-newline-and-indent): Delete space *after* | Stefan Monnier | 2003-10-27 | 2 | -4/+23 |
| | | | | reindenting the first line. | ||||
* | . | Karl Berry | 2003-10-27 | 1 | -0/+5 |
| | |||||
* | (Info Search): echo area, not echo are. From Debian diff. | Karl Berry | 2003-10-27 | 1 | -2/+2 |
| | |||||
* | (Fontsets): Fix texinfo usage. | Kenichi Handa | 2003-10-26 | 2 | -14/+17 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2003-10-26 | 1 | -1/+1 |
| | |||||
* | (Fsetplist): Doc fix. | Luc Teirlinck | 2003-10-26 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2003-10-26 | 1 | -0/+4 |
| | |||||
* | 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk> | Per Abrahamsen | 2003-10-26 | 2 | -7/+19 |
| | | | | | * widget.texi (Defining New Widgets): Document new beavior of :buttons and :children keywords. | ||||
* | (widget-default-delete): Always delete child widgets. (From Per | Luc Teirlinck | 2003-10-26 | 1 | -0/+1 |
| | | | | Abrahamsen.) | ||||
* | *** empty log message *** | Luc Teirlinck | 2003-10-26 | 1 | -0/+4 |
| | |||||
* | (Fontsets): Add description of the function set-fontset-font. | Kenichi Handa | 2003-10-25 | 2 | -0/+36 |
| | |||||
* | (comment-indent): Don't call indent-according-to-mode if the line has code. | Stefan Monnier | 2003-10-24 | 1 | -4/+12 |
| | | | | Don't try to line up with something that's too far left. | ||||
* | (octave-comment-start): Simplify. | Stefan Monnier | 2003-10-24 | 1 | -26/+12 |
| | | | | | | | | | (octave-mode-syntax-table): Add % as a comment starter. (octave-point): Remove. (octave-in-comment-p, octave-in-string-p) (octave-not-in-string-or-comment-p, calculate-octave-indent) (octave-blink-matching-block-open, octave-auto-fill): Use line-(beginning|end)-position instead. | ||||
* | The upload procedure that was described is no more valid after the | Francesco Potortì | 2003-10-24 | 1 | -1/+7 |
| | | | | | | break-ins. Need to describe how to upgrade AUTHORS using emacs-lisp/authors.el. | ||||
* | * PROBLEMS: Characters are displayed as empty boxes or | Jan Djärv | 2003-10-24 | 2 | -0/+19 |
| | | | | with wrong font under X. | ||||
* | (locale-charset-to-coding-system): | Dave Love | 2003-10-23 | 2 | -1/+11 |
| | | | | Don't rely on nil being a coding system. | ||||
* | (Function Safety): Use inforef instead of pxref for SES. | Luc Teirlinck | 2003-10-23 | 2 | -6/+14 |
| | |||||
* | (Temporary Displays): Add xref to `Documentation Tips'. | Luc Teirlinck | 2003-10-23 | 1 | -4/+5 |
| | |||||
* | Alias for Francesco Potort� | Francesco Potortì | 2003-10-23 | 2 | -2/+7 |
| | |||||
* | . | Andreas Schwab | 2003-10-23 | 1 | -0/+2 |
| | |||||
* | (clean): Don't remove index.texi. | Andreas Schwab | 2003-10-23 | 1 | -1/+0 |
| | |||||
* | Merged Potorti and Potort�since Potorti is just Potort�ith a typo. | Francesco Potortì | 2003-10-23 | 1 | -5/+3 |
| | |||||
* | (mail-extr-ignore-single-names): Add :version. | Dave Love | 2003-10-23 | 2 | -27/+15 |
| | | | | | (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars. (mail-extr-voodoo): Use char classes in regexps (for non-ASCII). | ||||
* | Remove support for permuted index and use texi2dvi. | Andreas Schwab | 2003-10-23 | 5 | -201/+22 |
| | |||||
* | (Top): Fix typo. | Luc Teirlinck | 2003-10-23 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2003-10-22 | 2 | -0/+11 |
| |