summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (vc-rcs-state): Call vc-workfile-unchanged-p only here, andAndré Spiegel2000-11-191-8/+5
| | | | | | differentiate according to checkout model. (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p, since this function is only concerned with master state.
* (insert-image-file): Make `intangible' and `read-only' propertiesMiles Bader2000-11-192-1/+6
| | | | rear-nonsticky too.
* (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)Gerd Moellmann2000-11-192-11/+25
| | | | | (x_scroll_bar_remove, XTset_vertical_scroll_bar): Call SCROLL_BAR_X_WIDGET with addtional argument DPY.
* (struct scroll_bar): Members x_widget_low, x_widget_highGerd Moellmann2000-11-191-11/+16
| | | | | | | | | removed. (SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget. Take the X display as additional argument. (SET_SCROLL_BAR_X_WIDGET): Store the window of the widget, since `Widget' is a pointer type that's not easily stored in Lisp_Object form in a portable way.
* (update_text_area): Fix last change.Gerd Moellmann2000-11-182-32/+43
|
* (x_set_tool_bar_lines): When clearing the frame, alsoGerd Moellmann2000-11-182-0/+6
| | | | clear current matrices.
* Use BINDING_STACK_SIZE throughout.Gerd Moellmann2000-11-181-10/+10
|
* (mmap_enlarge): Don't print a message on stderrGerd Moellmann2000-11-182-1/+4
| | | | if mapping new memory at the end of the existing region fails.
* (update_text_area): Don't skip over equal glyphsGerd Moellmann2000-11-182-8/+34
| | | | when the last current glyph overlaps the glyph to its right.
* (message_log_check_duplicate): Let "..."-detection matchMiles Bader2000-11-182-2/+6
| | | | lines that *end* with "..." too (that's the most common case!).
* *** empty log message ***Gerd Moellmann2000-11-181-2/+2
|
* (resize_mini_window): Temporarily change to theGerd Moellmann2000-11-182-0/+13
| | | | mini-window's buffer if necessary.
* *** empty log message ***Gerd Moellmann2000-11-182-0/+14
|
* (Fx_show_tip): Use default y-offset of -10 so thatGerd Moellmann2000-11-181-2/+2
| | | | the tooltip obscures less text under it.
* Update copyright notice.Gerd Moellmann2000-11-181-1/+2
|
* (tooltip-x-offset, tooltip-y-offset): New user-options.Gerd Moellmann2000-11-181-1/+28
| | | | (tooltip-show): Use the offsets.
* (mode-line-modified): Fix a typo.Gerd Moellmann2000-11-182-5/+11
| | | | | (mode-line-toggle-modified, mode-line-widen) (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
* (w32_draw_bitmap): Use face to set colors.Jason Rumney2000-11-182-4/+10
|
* (quail-japanese-kanji-kkc): Use marker to remember the conversionKenichi Handa2000-11-181-14/+16
| | | | start.
* *** empty log message ***Kenichi Handa2000-11-181-0/+5
|
* Minor fixes from author.Gerd Moellmann2000-11-172-4/+10
|
* (BASE_PURESIZE): Increase to 700000.Gerd Moellmann2000-11-171-1/+1
|
* (emacs-version): Set to 21.0.91.Gerd Moellmann2000-11-171-1/+1
|
* 2000-11-17 Katsumi Yamaoka <yamaoka@jpl.org>Dave Love2000-11-172-8/+38
| | | | | | | | | | | | | | | | | | * nntp.el (nntp-open-telnet): Wait for the telnet prompt before sending a command; allow the rtelnet prompt as well. 2000-11-17 Simon Josefsson <simon@josefsson.org> * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous prefetch. 2000-11-17 ShengHuo ZHU <zsh@cs.rochester.edu> * nntp.el (nntp-decode-text): Delete bogus status lines. (nntp-open-connection): Kill process buffer when quit. (nntp-connection-timeout): Add a note. SIGALRM is ignored in both FSF Emacs 20 and XEmacs 21. (nntp-retrieve-data): Don't ignore quit.
* comment fixDave Love2000-11-171-3/+3
|
* Handle the Mac port. Distribute all makefile.w32-in.Gerd Moellmann2000-11-172-9/+44
| | | | | | Distribute more files from the nt/ subdir. Distribute PBM image files from subdirs of lisp/. Distribute old change logs from subdirs of lisp/. Distribute play/5x5.el.
* (Fload): Fix #ifdef for pcc.Dave Love2000-11-172-2/+6
|
* (pos_visible_p): Compute the default character heightGerd Moellmann2000-11-172-2/+14
| | | | differently.
* (uudecode-insert-char): Fix bogus feature test.Dave Love2000-11-172-22/+24
| | | | | | (uudecode-decode-region-external): Doc fix. Use with-temp-buffer and make-temp-file. (uudecode-decode-region): Doc fix.
* (vc-version-diff): Bind inhibit-read-only when inserting text.Stefan Monnier2000-11-162-10/+16
| | | | (vc-version-backup-file): Docstring fix.
* #André Spiegel2000-11-161-0/+5
|
* Updated backend documentation.André Spiegel2000-11-161-44/+76
| | | | (vc-default-check-headers): New function.
* #André Spiegel2000-11-161-0/+2
|
* Functions reordered.André Spiegel2000-11-163-989/+1085
|
* *** empty log message ***Gerd Moellmann2000-11-163-1/+9
|
* (basic-save-buffer): Don't add a newline ifGerd Moellmann2000-11-161-1/+3
| | | | | find-file-literally is non-nil. (find-file-literally): Extend doc string.
* *** empty log message ***Gerd Moellmann2000-11-161-1/+6
|
* #André Spiegel2000-11-161-0/+4
|
* (sort-columns): If sort-fold-case it non-nil, invokeGerd Moellmann2000-11-161-6/+8
| | | | sort(1) with the `-f' argument.
* (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for remoteAndré Spiegel2000-11-161-12/+16
| | | | repositories.
* (vc-do-command): In the asynchronous case, output messages only if theAndré Spiegel2000-11-161-3/+5
| | | | minibuffer is not active.
* Say "ISO 8859" instead of "ISO Latin", to cover non-Latin ISO-8859Eli Zaretskii2000-11-161-3/+5
| | | | character sets. Fix a typo. Add an index entry.
* Fix a typo in a comment.Eli Zaretskii2000-11-161-1/+1
|
* #André Spiegel2000-11-161-3/+10
|
* (vc-cvs-revert): Use `cvs unedit' only if `vc-cvs-use-edit' is on.André Spiegel2000-11-161-4/+21
| | | | | (vc-cvs-checkout): When this is used for reverting the workfile, make a backup of the original contents and revert to that in case of error.
* (vc-revert-buffer): Ask for confirmation if file seems up-to-date.André Spiegel2000-11-161-4/+6
|
* #André Spiegel2000-11-161-0/+8
|
* (vc-annotate): Changed handling of prefix arg; now asks for bothAndré Spiegel2000-11-161-11/+21
| | | | version and ratio in the minibuffer.
* (vc-cvs-annotate-command): New optional arg VERSION. UseAndré Spiegel2000-11-161-5/+6
| | | | vc-do-command to perform the annotation, not call-process.
* (quail-start-translation): Don't call `message' before reading keyKenichi Handa2000-11-161-2/+0
| | | | sequence.