aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (facemenu-unlisted-faces): Fix value.Dave Love2000-12-071-4/+4
|
* (mailcap-download-directory): Fix :type.Dave Love2000-12-071-2/+4
|
* (smiley-data-directory): Fix :type.Dave Love2000-12-072-2/+8
|
* (gnus-audio-directory): Fix :type.Dave Love2000-12-071-1/+1
|
* *** empty log message ***Stefan Monnier2000-12-072-0/+12
|
* (gc_sweep): Add comment.Stefan Monnier2000-12-071-0/+3
|
* (font-lock-default-fontify-region):Stefan Monnier2000-12-071-8/+6
| | | | | Include the terminating \n (off-by-one error). (font-lock-set-defaults): Use dolist.
* (define-derived-mode): Don't use combine-run-hooks.Stefan Monnier2000-12-071-2/+3
|
* (x_free_gcs): New function.Gerd Moellmann2000-12-072-10/+61
|
* (x_free_gcs): Add prototype.Gerd Moellmann2000-12-071-0/+1
|
* (EmacsFrameDestroy): Call x_free_gcs instead ofGerd Moellmann2000-12-071-5/+2
| | | | freeing GCs here.
* (x_destroy_window): Call x_free_gcs so thatGerd Moellmann2000-12-071-1/+2
| | | | resources of non-toolkit X windows will be freed.
* (describe-language-environment): FixKenichi Handa2000-12-071-1/+5
| | | | for the case that an input method title is not string but a list.
* *** empty log message ***Kenichi Handa2000-12-071-0/+3
|
* (xlfd_charset_of_font): Fix last change.Andrew Innes2000-12-072-2/+8
|
* (bdf-read-font-info): Modify the kludgy code for fontsKenichi Handa2000-12-071-1/+1
| | | | of wrong SIZE record.
* *** empty log message ***Kenichi Handa2000-12-061-0/+5
|
* *** empty log message ***Dave Love2000-12-062-0/+11
|
* (__P): Don't define -- it comes from config.h.Dave Love2000-12-061-6/+0
|
* (gc_sweep): Prevent symbols read during loadupGerd Moellmann2000-12-062-17/+27
| | | | from being freed.
* close @defopt.Dave Love2000-12-061-0/+1
|
* Zap before-change-function, ftp-setup-write-file-hooks,Dave Love2000-12-061-5/+1
| | | | | ftp-write-file-hook, m2-mode-hook, after-change-function. Add mouse-position-function.
* Why no package system.Dave Love2000-12-061-4/+23
| | | | | Rationale for loading without effect. Defining compatibility aliases.
* Fix copyright years.Dave Love2000-12-0627-47/+64
|
* *** empty log message ***Dave Love2000-12-062-1/+5
|
* Change some #if foo to #ifdef foo.Dave Love2000-12-061-4/+3
| | | | Fix copyright years.
* Fix copyright years.Dave Love2000-12-061-4/+4
| | | | (comment-region, comment-dwim): Doc fix.
* Fix copyright years.Dave Love2000-12-061-1/+1
|
* Require tex-mode when compiling.Dave Love2000-12-061-24/+33
| | | | | | | | (texinfo-update-node): Doc fix. (texinfo-imenu-generic-expression): Add @anchor. (texinfo-font-lock-keywords): Add @uref. (texinfo-inside-macro-p): Don't use ignore-errors. (texinfo-insert-quote): Match more contexts.
* (decode-char, encode-char): Doc fix.Dave Love2000-12-062-7/+16
| | | | (auto-coding-alist): Customize.
* (load-file): Fix change of 2000-03-12.Dave Love2000-12-061-4/+5
|
* (widget-text-keymap): Doc fix.Dave Love2000-12-062-1/+5
|
* Explain how to print on Windows to a printer that expecs DOS codepageEli Zaretskii2000-12-061-1/+23
| | | | encoding. Mention Windows codepages where codepages are explained.
* Mention the `mac' subdirectory.Eli Zaretskii2000-12-061-0/+2
|
* *** empty log message ***Gerd Moellmann2000-12-062-0/+10
|
* (occur): Make line-number-width 1 smaller for theGerd Moellmann2000-12-061-8/+8
| | | | colon following the line number.
* (face_at_string_position): Update function comment.Gerd Moellmann2000-12-061-4/+4
|
* (underlying_face_id): New function.Gerd Moellmann2000-12-061-22/+62
| | | | | | (handle_face_prop, face_before_or_after_it_pos): Use it to determine the face ``under'' a string. Let strings inherit the face of the buffer under them.
* (fancy-splash-text, command-line-1): UseGerd Moellmann2000-12-062-3/+7
| | | | `File' for the menu name instead of `Files'.
* *** empty log message ***Andrew Innes2000-12-063-0/+21
|
* (xlfd_charset_of_font): Don't overwrite fontnameAndrew Innes2000-12-061-8/+7
| | | | | | | argument. (w32_codepage_for_font): Rename CP_INVALID to CP_UNKNOWN. (w32_list_fonts): Don't choke if pattern doesn't specify a codepage.
* *** empty log message ***Gerd Moellmann2000-12-062-0/+8
|
* (CP_INVALID): Rename to CP_UNKNOWN.Andrew Innes2000-12-061-1/+1
|
* Update copyright.Gerd Moellmann2000-12-061-1/+1
|
* (struct glyph_matrix): Add member window_left_x.Gerd Moellmann2000-12-061-5/+7
|
* (adjust_glyph_matrix): Don't reuse a window's currentGerd Moellmann2000-12-061-0/+3
| | | | | matrix if the window's left position has changed; we need to redraw it in this case.
* (coordinates_in_window): Check mouse on mode-line orGerd Moellmann2000-12-062-10/+15
| | | | header-line first.
* (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,Andrew Innes2000-12-061-3/+2
| | | | relative to $(CURDIR).
* (CURDIR): New define.Andrew Innes2000-12-061-1/+3
|
* (lisp): Set to an absolute directory, namelyAndrew Innes2000-12-062-2/+6
| | | | $(CURDIR).