summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Replace @sc{foo} with @acronym{FOO}.Eli Zaretskii2003-11-0222-165/+165
|
* macterm.c (XTread_socket): Handle menubar selection and grow windowAndrew Choi2003-11-012-10/+19
| | | | only for mouseDown events.
* *** empty log message ***Eli Zaretskii2003-11-012-0/+12
|
* Allow comments following the top-level element.Eli Zaretskii2003-11-011-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 Zaretskii2003-11-012-1/+12
|
* (rx-or): Fix the case of "(rx (and ?a (or ?b ?c) ?d))".Eli Zaretskii2003-11-012-3/+10
|
* (texinfo-pre-format-hook): New variable.Eli Zaretskii2003-11-012-0/+13
| | | | | (texinfo-format-region): Use it. (texinfo-format-buffer-1): Ditto.
* (Scrolling During Incremental Search): Document aEli Zaretskii2003-11-011-14/+118
| | | | new scrolling facility in isearch mode.
* (overriding-map-is-bound, saved-overriding-map): New variables.Eli Zaretskii2003-11-012-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 fromEli Zaretskii2003-11-011-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 itselfEli Zaretskii2003-11-012-1/+8
| | | | | recursively if the last message is deleted, thus avoiding an infinite loop.
* * xterm.c (x_term_init): For GTK part, increase x_initializedJan Djärv2003-10-312-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 WindowAndrew Choi2003-10-314-17/+90
| | | | in Mac OS X without the need to use static X11 libraries.
* (Fdefvaralias): Doc fix.Luc Teirlinck2003-10-311-2/+2
|
* *** empty log message ***Luc Teirlinck2003-10-311-0/+4
|
* (tex-compile-commands): Add `yap' and `ps2pdf'.Stefan Monnier2003-10-302-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 andStefan Monnier2003-10-301-1/+19
| | | | font-lock-multiline.
* *** empty log message ***Kenichi Handa2003-10-302-2/+7
|
* Fix cases of language names. Make German lines one.Kenichi Handa2003-10-301-24/+25
| | | | Delete FORTRAN, add Mathematics
* (inferior-octave-prompt): Recognize version number in prompt.Lute Kamstra2003-10-292-1/+6
|
* Fix some Unicode ranges.Dave Love2003-10-282-2/+13
|
* * disp-table.el (standard-display-8bit)Kenichi Handa2003-10-282-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 Teirlinck2003-10-271-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 Teirlinck2003-10-271-0/+17
|
* (reindent-then-newline-and-indent): Delete space *after*Stefan Monnier2003-10-272-4/+23
| | | | reindenting the first line.
* .Karl Berry2003-10-271-0/+5
|
* (Info Search): echo area, not echo are. From Debian diff.Karl Berry2003-10-271-2/+2
|
* (Fontsets): Fix texinfo usage.Kenichi Handa2003-10-262-14/+17
|
* *** empty log message ***Luc Teirlinck2003-10-261-1/+1
|
* (Fsetplist): Doc fix.Luc Teirlinck2003-10-261-1/+1
|
* *** empty log message ***Luc Teirlinck2003-10-261-0/+4
|
* 2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>Per Abrahamsen2003-10-262-7/+19
| | | | | * widget.texi (Defining New Widgets): Document new beavior of :buttons and :children keywords.
* (widget-default-delete): Always delete child widgets. (From PerLuc Teirlinck2003-10-261-0/+1
| | | | Abrahamsen.)
* *** empty log message ***Luc Teirlinck2003-10-261-0/+4
|
* (Fontsets): Add description of the function set-fontset-font.Kenichi Handa2003-10-252-0/+36
|
* (comment-indent): Don't call indent-according-to-mode if the line has code.Stefan Monnier2003-10-241-4/+12
| | | | Don't try to line up with something that's too far left.
* (octave-comment-start): Simplify.Stefan Monnier2003-10-241-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 theFrancesco Potortì2003-10-241-1/+7
| | | | | | break-ins. Need to describe how to upgrade AUTHORS using emacs-lisp/authors.el.
* * PROBLEMS: Characters are displayed as empty boxes orJan Djärv2003-10-242-0/+19
| | | | with wrong font under X.
* (locale-charset-to-coding-system):Dave Love2003-10-232-1/+11
| | | | Don't rely on nil being a coding system.
* (Function Safety): Use inforef instead of pxref for SES.Luc Teirlinck2003-10-232-6/+14
|
* (Temporary Displays): Add xref to `Documentation Tips'.Luc Teirlinck2003-10-231-4/+5
|
* Alias for Francesco Potort�Francesco Potortì2003-10-232-2/+7
|
* .Andreas Schwab2003-10-231-0/+2
|
* (clean): Don't remove index.texi.Andreas Schwab2003-10-231-1/+0
|
* Merged Potorti and Potort�since Potorti is just Potort�ith a typo.Francesco Potortì2003-10-231-5/+3
|
* (mail-extr-ignore-single-names): Add :version.Dave Love2003-10-232-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 Schwab2003-10-235-201/+22
|
* (Top): Fix typo.Luc Teirlinck2003-10-231-1/+1
|
* *** empty log message ***Luc Teirlinck2003-10-222-0/+11
|