summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***emacs-pretest-21.0.105Gerd Moellmann2001-08-312-1/+46
|
* Convert EOLs to DOS format.Eli Zaretskii2001-08-313-420/+429
|
* Copy subdirs.el to the installation directory.Eli Zaretskii2001-08-311-1/+1
|
* (install): Copy subdirs.el to the installation directory.Eli Zaretskii2001-08-311-0/+1
|
* Copy subdirs.el to the site-lisp directory.Eli Zaretskii2001-08-311-296/+298
|
* New file.Eli Zaretskii2001-08-311-0/+2
|
* *** empty log message ***Gerd Moellmann2001-08-312-631/+614
|
* Capitalize Transient Make.Eli Zaretskii2001-08-311-1/+1
|
* *** empty log message ***Gerd Moellmann2001-08-312-0/+11
|
* (isearch-mouse-2): Renamed from isearch-mouse-yank.Gerd Moellmann2001-08-311-6/+16
| | | | | Instead of running mouse-yank-at-click, see what the event is bound to outside Isearch and run that.
* (update_compositions): Do nothing ifGerd Moellmann2001-08-311-1/+4
| | | | inhibit-modification-hooks is set.
* *** empty log message ***Gerd Moellmann2001-08-311-0/+4
|
* (menu-bar-options-menu) <transient-mark-mode>: FixEli Zaretskii2001-08-312-2/+7
| | | | the menu entry to mention transient-mark-mode.
* Add entry for quick-install-emacs.Miles Bader2001-08-311-0/+1
|
* Initial checkin.Miles Bader2001-08-311-0/+335
|
* (eval-expression-print-level): Fix last change.Gerd Moellmann2001-08-302-1/+3
|
* (mode-line-coding-system-map): New variable.Gerd Moellmann2001-08-302-3/+22
| | | | (mode-line-mule-info): Give the "%Z" a local-map keymap.
* (shut_down_emacs): Fix last change.Gerd Moellmann2001-08-301-1/+1
|
* (shut_down_emacs): Don't call check_glyph_memoryGerd Moellmann2001-08-301-2/+7
| | | | | and check_message_stack if temrinating normally. We want glyph matrices etc. in a core dump.
* *** empty log message ***Gerd Moellmann2001-08-304-0/+786
|
* (Qbuffer_position, Qposition, Qobject): New variables.Gerd Moellmann2001-08-301-17/+20
| | | | | | | | (syms_of_xdisp): Initialize them. (handle_single_display_prop): Don't change point, bind `object', `position', and `buffer-position' instead to the object having the `display' property, position in the object and position in the buffer.
* Conditional Display): Adjust to API change.Gerd Moellmann2001-08-301-2/+6
|
* Change conditional display property API description.Gerd Moellmann2001-08-301-5/+8
|
* *** empty log message ***Gerd Moellmann2001-08-301-0/+4
|
* (eval-expression-print-level): Change the typeGerd Moellmann2001-08-301-1/+1
| | | | of the defcustom to allow nil.
* *** empty log message ***Gerd Moellmann2001-08-301-1/+1
|
* *** empty log message ***Gerd Moellmann2001-08-303-0/+161
|
* Moved to emacs-lisp/.Gerd Moellmann2001-08-301-154/+0
|
* (quail-completion-1): ReverseGerd Moellmann2001-08-302-0/+5
| | | | | the ((CHAR . DEFN) ...) list before processing it. From Kenichi Handa <handa@etl.go.jp>.
* (Finsert_file_contents): Don't change the multibytenessGerd Moellmann2001-08-301-16/+5
| | | | of the buffer if REPLACE is non-nil.
* *** empty log message ***Gerd Moellmann2001-08-306-0/+1198
|
* Moved to obsolete/.Gerd Moellmann2001-08-305-1193/+0
|
* (tool-bar-mode): Make it a no-op if imagesEli Zaretskii2001-08-302-15/+22
| | | | | aren't supported. This avoids the annoying grey strip drawn by the Windows version instead of the missing tool bar.
* (menu-bar-options-menu): Make option text, messagesGerd Moellmann2001-08-292-4/+8
| | | | | and tooltips more consistent. From "Marshall, Simon" <Simon.Marshall@midas-kapiti.com>.
* Add Keywords header.Gerd Moellmann2001-08-293-1/+9
|
* Add keyword files to get listed in finder.Gerd Moellmann2001-08-291-5/+5
| | | | Remove confusing notes about GNU Emacs 19.
* Add Keywords header.Gerd Moellmann2001-08-292-2/+9
| | | | Doc fix (C-x C-b is bound to list-buffers).
* add scripts for creating precompiled Windows distributionsAndrew Innes2001-08-295-0/+619
|
* (lisp): Synchronize with src/Makefile.in.Eli Zaretskii2001-08-293-2/+29
|
* (Finsert_file_contents): Undo change of 2001-08-27.Gerd Moellmann2001-08-292-4/+19
|
* (fancy-splash-screens): Temporarily setGerd Moellmann2001-08-292-1/+9
| | | | minor-mode-map-alist to nil while displaying splash screens.
* #André Spiegel2001-08-281-0/+9
|
* (x_set_glyph_string_background_width)Eli Zaretskii2001-08-282-5/+12
| | | | (show_mouse_face): Track the last changes in xterm.c.
* (vc-*-revert-file): Handle new optional arg CONTENTS-DONE.André Spiegel2001-08-283-14/+15
|
* (vc-revert-file): Call the backend even if the FILE'sAndré Spiegel2001-08-281-6/+9
| | | | | contents can be reverted locally; pass new arg CONTENTS-DONE down to the backend.
* *** empty log message ***Andrew Innes2001-08-281-0/+4
|
* *** empty log message ***Gerd Moellmann2001-08-282-1/+4
|
* (gs-load-image): Use sleep-for.Gerd Moellmann2001-08-281-15/+38
| | | | From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
* (DONTCOMPILE): Sync list from makefile.w32-in.Andrew Innes2001-08-281-0/+20
|
* (x_set_glyph_string_background_width): Set the glyphGerd Moellmann2001-08-282-6/+14
| | | | | | | strings background width so that multi-line mouse-face is drawn to the right edge of the window. (show_mouse_face): Set the row's mouse_face_p flag after drawing glyphs.