aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (read-file-name-internal): Remove the `ange-ftp' property.Stefan Monnier2002-05-241-3/+0
| | | | (ange-ftp-real-read-file-name-internal): Remove.
* (f90-end-of-subprogram): Remove the final (forward-line 1).Glenn Morris2002-05-241-1/+144
| | | | | (f90-end-of-block, f90-beginning-of-block, f90-next-block-end, f90-previous-block-start): New navigation commands.
* Fix typos. Add fringe.Simon Josefsson2002-05-241-4/+4
|
* Fringe customization.Simon Josefsson2002-05-241-0/+7
|
* Initial version.Simon Josefsson2002-05-242-0/+173
|
* (menu-bar-options-save): Add fringe-mode.Simon Josefsson2002-05-241-1/+62
| | | | | (menu-bar-showhide-fringe-menu): New menu. (menu-bar-showhide-menu): Add Fringe sub-menu.
* *** empty log message ***Markus Rost2002-05-241-4/+0
|
* (occur-engine): Include all text properties except mouse-face on theColin Walters2002-05-241-4/+5
| | | | newline at the end of occurences.
* *** empty log message ***Colin Walters2002-05-241-0/+5
|
* (apropos-true-hit, apropos-false-hit-symbol)Kim F. Storm2002-05-231-48/+79
| | | | | | | | (apropos-false-hit-str, apropos-true-hit-doc): New functions. (apropos-command, apropos-value, apropos-documentation-internal) (apropos-documentation-check-doc-file) (apropos-documentation-check-elc-file): Use them to filter out false matches where only one keyword matches, but more than once.
* *** empty log message ***Kim F. Storm2002-05-231-1/+8
|
* *** empty log message ***Stefan Monnier2002-05-231-19/+24
|
* (read_non_regular, Finsert_file_contents): Use BEG_BYTE.Stefan Monnier2002-05-231-11/+12
| | | | | (Finsert_file_contents, build_annotations): Use XCAR, XCDR. (Vwrite_region_annotate_functions): Docstring fix.
* Only reduce string score for lengthy strings once.Kim F. Storm2002-05-231-3/+4
|
* (apropos-show-scores, apropos-orig-regexp)Kim F. Storm2002-05-232-41/+200
| | | | | | | | | | | | | (apropos-all-regexp, apropos-synonyms, apropos-words) (apropos-all-words): New variables. (aprpos-words-to-regexp, apropos-rewrite-regexp) (apropos-calc-scores, apropos-score-str, apropos-score-doc) (apropos-score-symbol): New functions. (apropos-command, apropos, apropos-value, apropos-documentation): Allow keywords in addition to regexp. Added scoring. (apropos-documentation-check-doc-file) (apropos-documentation-check-elc-file): Added scoring. (apropos-print): Sort according to score.
* (font-lock-symbol-category-alist): New variable.Colin Walters2002-05-231-0/+9
|
* *** empty log message ***Colin Walters2002-05-231-2/+3
|
* Update copyright dates.Colin Walters2002-05-232-2/+2
|
* (Info-mode-hook): Change `font-lock-mode' to `turn-on-font-lock'.Colin Walters2002-05-231-1/+1
|
* (font-lock-function): New variable.Colin Walters2002-05-232-1/+16
| | | | | (font-lock-default-function): New function, created from `font-lock-mode'. (font-lock-mode): Just funcall `font-lock-default-function'.
* *** empty log message ***Colin Walters2002-05-231-0/+7
|
* (file-newest-backup): Use file-name-sans-versions.Markus Rost2002-05-222-1/+9
|
* (diff-latest-backup-file): Replace the main code by a call ofMarkus Rost2002-05-221-24/+1
| | | | file-newest-backup.
* (x_write_glyphs): Clear phys_cursor_on_p if currentKim F. Storm2002-05-222-1/+9
| | | | | | | phys_cursor's hpos is overwritten. This is still not completely correct, as it doesn't really make sense to use hpos at all to get the cursor glyph (as that is relative to the width of the characters on the line, which may have changed during the update).
* *** empty log message ***Kim F. Storm2002-05-221-0/+8
|
* (x_draw_bar_cursor): New argument KIND; callers changed.Jason Rumney2002-05-222-6/+38
| | | | | Handle the `hbar' cursor type. (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
* (text_cursor_kinds): New enumeration member HBAR_CURSOR.Jason Rumney2002-05-221-1/+2
|
* * w32fns.c (enumfont_t): Remove tail, make pattern a normalJason Rumney2002-05-221-14/+27
| | | | | | | | | Lisp_Object. (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts): Use modified enumfont_t struct. * w32fns.c (Qhbar): New variable. (x_specified_cursor_type): Use it.
* (sgml-guess-indent): Look further into the buffer.Mike Williams2002-05-222-1/+6
|
* Fix typo.Markus Rost2002-05-222-1/+5
|
* (ange-ftp-allow-child-lookup): Re-enable sinceStefan Monnier2002-05-212-38/+36
| | | | | the last patch works around the wu-ftpd misfeature that prompted the disabling of this optimization.
* (Info-fontify): Deleted.Colin Walters2002-05-211-20/+30
| | | | | | | (Info-select-node): Don't use it. (Info-mode-hook): New variable. (Info-mode): Set up categories. (Info-fontify-menu-headers, Info-fontify-node): Use categories.
* *** empty log message ***Colin Walters2002-05-211-4/+10
|
* (sgml-xml-auto-coding-function): Update with more known XML encodings.Colin Walters2002-05-211-6/+6
|
* * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE forKen Raeburn2002-05-212-1/+6
| | | | now, when the address is needed.
* (truncate-string-to-width): New optional argument `ellipsis'. AddColin Walters2002-05-211-26/+100
| | | | commented-out test suite, and change coding to iso-2022-7bit.
* *** empty log message ***Colin Walters2002-05-212-1/+9
|
* (Recognize Coding): Note addition of `auto-coding-functions'.Colin Walters2002-05-211-8/+10
|
* (make-coding-system): Doc fixes.Colin Walters2002-05-211-6/+49
| | | | | | | (auto-coding-functions): New variable. (auto-coding-from-file-contents): Use it. (set-auto-coding): Update docs. (sgml-xml-auto-coding-function): New function.
* *** empty log message ***Colin Walters2002-05-211-0/+9
|
* (shortlisp): Add font-core.el.Colin Walters2002-05-212-1/+7
|
* Add font-core.el.Colin Walters2002-05-211-0/+1
|
* (font-lock-defaults, font-lock-defaults-alist)Colin Walters2002-05-211-339/+46
| | | | | | | (font-lock-multiline, font-lock-fontified, font-lock-mode) (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode) (font-lock-global-modes): Moved to font-core.el. (font-lock-set-defaults-1): Partially moved to font-core.el.
* (occur-engine): Increment globalcount all at once after searching a buffer.Colin Walters2002-05-211-33/+16
| | | | | | | | | | (occur-mode-map): Don't escape plain "o". (occur-mode-hook): New variable. (occur-fontify-region-function): Deleted. (occur-mode): Don't use it. Set up `font-lock-category-alist' instead. (occur-fontify-on-property): Deleted. (occur-engine): Use categories from `font-lock-category-alist'.
* (toplevel): Require font-lock, to get the face definitions.Colin Walters2002-05-211-92/+100
| | | | | | | | | | | | | (ibuffer-use-fontification): Deleted. (column filename-and-process): New column. (ibuffer-formats): Use it by default. (ibuffer-name-map, ibuffer-mode-name-map) (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'. (ibuffer-do-save, ibuffer-do-toggle-modified) (ibuffer-do-toggle-read-only, ibuffer-do-delete) (ibuffer-do-kill-on-deletion-marks): Include name in definition. (ibuffer): New optional argument `formats'.
* (define-ibuffer-column): Add third argument `ibuffer-buf'.Colin Walters2002-05-211-5/+9
|
* *** empty log message ***Colin Walters2002-05-211-0/+57
|
* New file, broken out from font-lock.el.Colin Walters2002-05-211-0/+347
|
* (indent-rigidly): Mention how to remove all indentation.Eli Zaretskii2002-05-212-1/+6
|
* (Indentation Commands): Describe how to remove all indentation. AddEli Zaretskii2002-05-211-0/+5
| | | | an index entry for that.