summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (browse-url-default-windows-browser): SupportEli Zaretskii2001-07-032-2/+11
| | | | | | the MS-DOS port when it runs on Windows. (browse-url-browser-function) [ms-dos]: Default to browse-url-default-windows-browser.
* (locate-library): Enable code that looks for compressedEli Zaretskii2001-07-032-15/+18
| | | | libraries if auto-compression-mode is on.
* Fix the header line, for finder.el. Suggested byEli Zaretskii2001-07-031-1/+1
| | | | Pavel Janik <Pavel@Janik.cz>
* Improve a comment.Gerd Moellmann2001-07-032-1/+11
|
* (compute_line_metrics): On ttys, subtract continuationGerd Moellmann2001-07-031-7/+14
| | | | | | | | glyphs and truncation glyphs at the end of a row from its pixel width. (dump_glyph_row): Print row's continuation_lines_width. (try_window_id): Take the shortcut if ZV is visible in the window, but there are actually no changes at ZV.
* Clarify when it's good to update a tags table and why.Richard M. Stallman2001-07-021-9/+7
|
* (Info-clone-buffer-hook): Really unconditionally copy marker.Stefan Monnier2001-07-022-11/+14
|
* Fix a typo.Eli Zaretskii2001-07-021-1/+1
|
* (cl-do-arglist): Revert change ofGerd Moellmann2001-07-022-8/+12
| | | | 2000-10-15.
* (x_free_dpy_colors): Add prototype.Gerd Moellmann2001-07-022-1/+8
|
* * xterm.c (cvt_pixel_dtor): Call x_free_dpy_colors with theGerd Moellmann2001-07-021-1/+1
| | | | | | | right number of arguments. * xterm.c (x_list_fonts): Make sure XFreeFont is called with input blocked.
* *** empty log message ***Gerd Moellmann2001-07-022-0/+8
|
* (tags): Depend on $(lwlibdir)/TAGS.Gerd Moellmann2001-07-021-2/+8
| | | | | ($(lwlibdir)TAGS): New target. (TAGS): Fix depedency list.
* (gnus-local-domain): Removed because unused.Gerd Moellmann2001-07-021-9/+0
|
* Fix the header line, so that finder.el recognizes it.Eli Zaretskii2001-07-022-3/+6
|
* (lm-header-prefix): Doc fix. From Pavel Janik <Pavel@Janik.cz>.Eli Zaretskii2001-07-022-1/+6
|
* *** empty log message ***Gerd Moellmann2001-07-021-0/+5
|
* (x_list_fonts): Make sure XFreeFont is calledGerd Moellmann2001-07-021-1/+8
| | | | with input blocked.
* Don't include data bigger than 500,000 bytes directly in the bugRichard M. Stallman2001-06-301-4/+7
| | | | report.
* (main): Remove extern declaration for sys_nerr, whichGerd Moellmann2001-06-292-1/+6
| | | | | isn't used and causes a compilation error with GCC 3.0 on FreeBSD 4.3.
* (x-colors): Add colors from the recent rgb.txt file.Eli Zaretskii2001-06-292-128/+746
|
* Make last change compatible with XEmacs. From Christoph WedlerEli Zaretskii2001-06-291-2/+4
| | | | <christoph.wedler@sap.com>.
* *** empty log message ***Eli Zaretskii2001-06-291-0/+5
|
* Minor clarifications. Explain how to use imenu-sort-function.Richard M. Stallman2001-06-291-15/+18
| | | | Fix name of imenu-add-menubar-index.
* *** empty log message ***Richard M. Stallman2001-06-291-0/+5
|
* (bdf-directory-list): Use the value relative toEli Zaretskii2001-06-291-4/+4
| | | | installation-directory for MS-Windows as well.
* (widget-color-sample-face-get): Return ((foreground-color . COLOR))Richard M. Stallman2001-06-291-4/+1
| | | | instead of constructing a face.
* (region): Change the background color for theEli Zaretskii2001-06-292-1/+7
| | | | | light-background color display to lightgoldenrod2, to make it visible on some laptops.
* Add fns.el, which is produced on MS-DOS instead of fns-*.el.Eli Zaretskii2001-06-291-0/+1
|
* Explain purpose of mode hooks.Richard M. Stallman2001-06-291-55/+82
| | | | | | | | | | | Xref to Tags from Imenu. Don't use "sections or definitions" in Imenu. Cindex "pretty printer". Mention LINEFEED. Explain uses of values of lisp-indent-function. Explain why C-M-DEL is sometimes not available. Doc values of hs-isearch-open. Minor cleanups.
* Explain why don't mail a core dump.Richard M. Stallman2001-06-291-0/+9
|
* Get rid of inexplicable @t's in values of paragraph-start andRichard M. Stallman2001-06-291-26/+25
| | | | | | | | | | | | paragraph-separate and page-delimiter. Say C-x C-p activates the mark. Prevent break inside `level-1'. Clean up presentation of items within M-C-Mouse-1. Minor changes.
* (rmail-reformat-message): Bind inhibit-read-only to t.Richard M. Stallman2001-06-291-117/+136
| | | | | | | | | (rmail-msg-restore-non-pruned-header): Likewise. If point was in the old pruned header, put it at the top. (rmail-msg-prune-header): If point was at the top, keep it there. (rmail-narrow-to-non-pruned-header): New function. (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
* *** empty log message ***Richard M. Stallman2001-06-291-0/+10
|
* (Info-clone-buffer-hook): Unconditionally copy marker.Stefan Monnier2001-06-282-8/+12
|
* Update maintainer email address.Karl Fogel2001-06-282-1/+5
|
* Add entry for saveplace.el change of 2001-04-19. The change toKarl Fogel2001-06-281-0/+7
| | | | | saveplace.el was committed then, but I forgot to commit the new ChangeLog entry along with it.
* (uniquify-rationalize-file-buffer-names): Undo previous change.Francesco Potortì2001-06-271-3/+2
|
* *** empty log message ***Francesco Potortì2001-06-271-1/+6
|
* (EmacsFrameSetCharSize): Turn off atimers and blockGerd Moellmann2001-06-272-1/+22
| | | | | | SIGIO around the code where Xt might wait for a ConfigureNotifyEvent. (toplevel): Include <signal.h> and syssignal.h.
* (uniquify-rationalize-file-buffer-names): Do a preliminary quickFrancesco Potortì2001-06-271-2/+3
| | | | reordering. Can speed things up dramatically.
* *** empty log message ***Francesco Potortì2001-06-271-0/+5
|
* (vox_configure, vox_close): Turn off atimersGerd Moellmann2001-06-272-1/+13
| | | | around ioctls.
* (dired-get-filename): A file name starting with ~Richard M. Stallman2001-06-261-0/+3
| | | | is not absolute in this context.
* *** empty log message ***Richard M. Stallman2001-06-261-0/+3
|
* Major rewrite. Sections Tags, Emerge, Change Log and AuthorsRichard M. Stallman2001-06-261-2310/+647
| | | | | | | | | | | | | | | | | | | | | | | | | moved to maintaining.texi. Some sections reordered. Node Misc for Programs moved to just before the language-specific sections. New node Defuns contains an intro plus the old Defuns node (now renamed Moving by Defuns) as well as Imenu, Which Function, and a node Left Margin Paren to explain the convention about this. New node Parentheses now documents M-x check-parens. It contains subnodes Expressions, Moving by Parens, and Matching. Expressions and Moving by Parens contain the material formerly in Lists and List Commands, but divided up differently. The section Balanced Editing has been deleted. Most of the C indentation customization (all except c-set-style), has been replaced with a reference to the C Modes manual. Documentation now is divided into three subsections. Some rewrites in the Program Indent section about C-u TAB and C-M-q.
* Fix mistakes in @node Emerge.Richard M. Stallman2001-06-261-1/+1
|
* Fix previous change.Richard M. Stallman2001-06-261-1/+1
|
* Add Balanced Expressions.Richard M. Stallman2001-06-261-15/+24
| | | | | | | | | | | Add Expressions. Update entries for Sexp and Defun, and other uses of them. because those terms have been partly deprecated. Update entry for Balance Parentheses. Update some xrefs.
* Finish previous change.Richard M. Stallman2001-06-261-8/+9
|