summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* *** empty log message ***Stefan Monnier2000-12-11
|
* (displayed_window_lines): Don't round up when converting empty space atMiles Bader2000-12-11
| | | | bottom to lines.
* Update references to CVS-Edit (now Log-Edit).Stefan Monnier2000-12-10
| | | | | (cvs-mode-diff-help): Remove. (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
* Minor doc/comment changes.Stefan Monnier2000-12-10
|
* (cvs-mode-diff-map): Use minibuffer menu prompts.Stefan Monnier2000-12-10
|
* (log-edit-parent-buffer): New var.Stefan Monnier2000-12-10
| | | | | | | (log-edit): Set it. Add BUFFER argument. (log-edit-done): Use char-before. Don't bother checking validity of vc-comment-ring. Only bury the buffer if log-edit popped it up.
* RefTeX 4.15 updateCarsten Dominik2000-12-10
|
* Update to RefTeX 4.15, see ChangeLog for detailsCarsten Dominik2000-12-10
|
* Update `maintainer'.Stefan Monnier2000-12-09
|
* (scan_lists): Check that the right quote char has theStefan Monnier2000-12-09
| | | | | right Sstring syntax when jumping over strings. (init_syntax_once): Use Smax rather than 13.
* *** empty log message ***Stefan Monnier2000-12-09
|
* (time-stamp-old-format-warn): reorder customGerd Moellmann2000-12-09
| | | | choices to match documentation string.
* Entry for `minibuffer-electric-default-mode'.Miles Bader2000-12-09
|
* *** empty log message ***Miles Bader2000-12-09
|
* Initial checkin.Miles Bader2000-12-09
|
* (Window Start): Update documentation for `pos-visible-in-window-p'.Miles Bader2000-12-09
|
* Update entry for `pos-visible-in-window-p'.Miles Bader2000-12-09
|
* *** empty log message ***Kenichi Handa2000-12-09
|
* *** empty log message ***Dave Love2000-12-08
|
* *** empty log message ***Stefan Monnier2000-12-08
|
* *** empty log message ***Miles Bader2000-12-08
|
* (Fmove_to_window_line): Skip past any partially visible first line.Miles Bader2000-12-08
|
* (fit-window-to-buffer): Don't pass last argument toMiles Bader2000-12-08
| | | | pos-visible-in-window-p, now that its meaning is inverted.
* (Fpos_visible_in_window_p): Replace FULLY parameter with PARTIALLY,Miles Bader2000-12-08
| | | | | | | inverting the sense. (window_scroll_pixel_based): Scroll partially visible lines into place if we hit the beginning or end of the buffer. (displayed_window_lines): Don't include partially visible line at bottom.
* (auto-insert-alist): Add missing final \n.Stefan Monnier2000-12-08
|
* (create-image): Doc fix; spotted by Per Cederqvist <ceder@lysator.liu.se>.Eli Zaretskii2000-12-08
|
* * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.Stefan Monnier2000-12-08
| | | | (cvs-mode-quit): Turn it back into a plain function.
* * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.Stefan Monnier2000-12-08
| | | | (cvs-menu-map): Remove.
* (texinfo-chapter-level-regexp)Stefan Monnier2000-12-08
| | | | (texinfo-filter): Removed (moved to texinfo.el).
* Move the (require 'cl) to the front of theStefan Monnier2000-12-08
| | | | | | | | | | | | file where it's more visible. (texinfo-filter, texinfo-chapter-level-regexp): New variables moved from texnfo-upd.el (for AUCTeX's compatibility, originally). (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter. (texinfo-inside-macro-p): Only catch `scan-error's. (texinfo-inside-env-p): Make better use of the match info. (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'. (texinfo-insert-@end): Slight re-organization. Also remove useless `looking-at' call.
* Remove stuff about selection timeout, which isAndrew Innes2000-12-08
| | | | | irrelevant on Windows. Move clipboard support to w32-fns.el, so it is accessible in -nw mode.
* Add clipboard support from term/w32-win.el, so it isAndrew Innes2000-12-08
| | | | accessible in -nw mode.
* (load-file): Fix last change.Dave Love2000-12-08
|
* (lisp-mode): SetDave Love2000-12-08
| | | | font-lock-keywords-case-fold-search.
* *** empty log message ***Gerd Moellmann2000-12-08
|
* (ispell): Doc fix.Gerd Moellmann2000-12-08
|
* (Fsubstitute_command_keys): Change the way buffersGerd Moellmann2000-12-08
| | | | are reallocated so that it is portable.
* (read1): Change the way buffers are reallocated to beGerd Moellmann2000-12-08
| | | | portable and less obfuscated.
* (store_kbd_macro_char): Change the way buffers areGerd Moellmann2000-12-08
| | | | reallocated to be portable and less obfuscated.
* (tparam1): Change the way buffers are reallocated to beGerd Moellmann2000-12-08
| | | | portable and less obfuscated.
* (current_minor_maps): Use malloc. Prevent a leak.Gerd Moellmann2000-12-08
|
* (tgetent): Change the way buffers are reallocated toGerd Moellmann2000-12-08
| | | | be portable and less obfuscated.
* (quail-insert-decode-map): Check theKenichi Handa2000-12-08
| | | | | | | frame width of a window displaying the current buffer, not that of the selected frame. (quail-help): Make sure that the help buffer has window before inserting text in it.
* *** empty log message ***Kenichi Handa2000-12-08
|
* (vox_configure): Change order of ioctls. Don'tGerd Moellmann2000-12-07
| | | | | | set SNDCTL_DSP_SPEED from bps, don't set SNDCTL_DSP_SAMPLESIZE. Ignore errors when changing volume. (vox_close): Don't reset the device.
* (read_process_output): Make sure the process marker'sGerd Moellmann2000-12-07
| | | | | position is valid when the process buffer is changed in after-change functions. W3 does that.
* Load emacs-lisp/backquote instead of autoloadingSam Steingold2000-12-07
|
* *** empty log message ***Eli Zaretskii2000-12-07
|
* (normal-top-level-add-subdirs-to-load-path): IgnoreEli Zaretskii2000-12-07
| | | | the CVS and RCS subdirectories case-insensitively.
* (Ffile_system_info): New function.Eli Zaretskii2000-12-07
| | | | (syms_of_dosfns): Defsubr it.