summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* (fancy-splash-head): Change message below theGerd Moellmann2000-10-021-2/+5
| | | | logo.
* (error): Prevent compiler warning.Gerd Moellmann2000-10-021-0/+1
|
* (wrong_type_argument): Remove NO_RETURN, the function canGerd Moellmann2000-10-021-8/+13
| | | | | | | | return with a string converted to an integer or vice versa when Vmocklisp_arguments is t. (Fsignal): Likewise. The function can return for `quit'. (struct gcpro): Declare member `var' to point to a volatile Lisp_Object.
* (diff-test-hunk): Backout previous change. Fix doc string.Miles Bader2000-10-022-27/+19
| | | | (diff-apply-hunk): Don't return a value.
* (diff-goto-source): Emit a status message.Miles Bader2000-10-022-8/+25
| | | | | | | (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'. (diff-test-hunk): Make the return value agree with the doc string. (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'. (diff-advance-after-apply-hunk): New variable.
* (with-vc-file, vc-next-action-on-file):Stefan Monnier2000-10-012-15/+45
| | | | | | | | | | Use vc-backend rather than vc-registered. (vc-next-action-on-file): Use intern-soft. Deal with read-only *vc-diff* buffer. (vc-switch-backend): Short circuit if nothing is to be done. Handle the case where (not (memq backend backends)). Don't use vc-resynch-buffer which could lose unsaved editing. (vc-transfer-file): Docstring fix.
* * vc.el (vc-editable-p): Minor optimization.Stefan Monnier2000-10-012-52/+80
| | | | | | | | | | | | | | | | | | (edit-vc-file, vc-next-action-on-file): Don't use find-file. (vc-find-new-backend): New function split from vc-responsible-backend. (vc-register): Use it. (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg. (vc-unregister): Drop BACKEND arg (it doesn't work anyway). (vc-default-unregister, vc-revert-buffer): Docstring fix. (vc-clear-headers): Don't use find-file. (vc-revert-buffer): Use `and' again (must have been a braino). (vc-switch-backend): Only prompt if requested. (vc-default-receive-file): Update call to vc-unregister. * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file. (vc-rcs-receive-file): Avoid with-vc-properties. Update call to vc-unregister. Use constant `RCS' rather than (dynamically bound) var `backend'.
* .Andreas Schwab2000-10-011-0/+5
|
* (install-arch-indep): Update list of installed infoAndreas Schwab2000-10-011-2/+2
| | | | files.
* #André Spiegel2000-10-011-0/+24
|
* (vc-next-action-on-file): Update mode line only if file is visited.André Spiegel2000-10-011-40/+68
| | | | | | | | | | | | | | | | | (vc-start-entry): New argument initial-contents. Don't visit the file if it isn't already visited. Brought documentation up-to-date. (vc-next-action, vc-register): Updated calls to vc-start-entry. (vc-checkin): New optional arg initial-contents, which is passed to vc-start-entry. (vc-finish-logentry): Make sure to bury log buffer only if there really is one. Call `vc-resynch-buffer' on log-file, not buffer-file-name. (vc-default-comment-history, vc-default-wash-log): New functions. (vc-index-of): Removed. (vc-transfer-file): Make do without the above. (vc-default-receive-file): Call comment-history unconditionally. Pass the resulting string to vc-checkin, instead of inserting it into the comment ring.
* (vc-rcs-receive-file): Call comment-history unconditionally. Use theAndré Spiegel2000-10-011-8/+7
| | | | | comments as initial contents of the log entry buffer. Document the trick to force branch creation with no changes.
* (easy-mmode-define-navigation):Miles Bader2000-10-012-1/+7
| | | | Call `recenter' with an arg to prevent redrawing the display.
* Add entries for `auto-image-file-mode' and `with-auto-compression-mode'.Miles Bader2000-10-011-0/+6
|
* *** empty log message ***Stefan Monnier2000-10-011-0/+46
|
* (easy-mmode-pretty-mode-name): Prettier.Stefan Monnier2000-10-011-2/+4
|
* (lisp-complete-symbol): Only jump 2 not 3 levels.Stefan Monnier2000-10-011-1/+0
|
* (c-mode): Don't gratuitously override the default for comment-column.Stefan Monnier2000-10-011-2/+0
|
* (latex-metasection-list): New var.Stefan Monnier2000-10-011-60/+253
| | | | | | | | | | | | | | | | | (latex-imenu-create-index): Use it. Move the regexp construction outside loops (and use push). (tex-font-lock-keywords-1, tex-font-lock-keywords-2) (tex-font-lock-keywords): Moved from font-lock.el. (tex-comment-indent): Remove. (tex-common-initialization): Don't set comment-indent-function. (latex-block-default): New var. (tex-latex-block): Use it to provide a default choice. Add any unknown choice to latex-block-names. Insert [...] after {...}. (tex-last-unended-begin): Simplify regexp. (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1) (latex-forward-sexp-1, latex-forward-sexp): New functions. (latex-mode): Set forward-sexp-function.
* (texinfo-font-lock-syntactic-keywords):Stefan Monnier2000-10-011-73/+96
| | | | | | | | | | | | | | Add regexp for @ignore ... @end ignore. (texinfo-heading-face): New face. (texinfo-font-lock-keywords): Use it. (texinfo-mode-menu): New menu. (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote): New functions. (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item. (texinfo-section-types-regexp, texinfo-section-level-regexp) (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp): Remove declaration. (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
* (delete-selection-mode): Use define-minor-mode.Stefan Monnier2000-10-011-24/+2
|
* Use GFDL instead of GPL, plus a few tiny fixes.Stefan Monnier2000-10-011-51/+45
|
* (regexp-opt-group): Put more parenthesis.Stefan Monnier2000-10-011-4/+4
|
* (lw_separator_p): Init separator_p (bug with "-- some text").Stefan Monnier2000-09-302-1/+5
|
* (keymap_memberp): New function.Stefan Monnier2000-09-302-47/+30
| | | | | | | (Fset_keymap_parent): Use it. (fix_submap_inheritance): Use get_keyelt, get_keymap_1 and KEYMAPP. Use keymap_memberp to avoid creating cycles. (access_keymap): Use KEYMAPP.
* *** empty log message ***Gerd Moellmann2000-09-303-0/+14
|
* (keep-lines-read-args): New function.Gerd Moellmann2000-09-301-30/+80
| | | | | | (keep-lines, flush-lines, how-many): Use keep-lines-read-args to read arguments interactively. Add parameters RSTART and REND. Operate on the active region in Transient Mark mode.
* (Other Repeating Search): Describe `how-many'Gerd Moellmann2000-09-301-7/+9
| | | | | instead of `count-matches'. Say that they work on the active region in Transient Mark mode.
* *** empty log message ***Gerd Moellmann2000-09-303-3/+13
|
* Support `sparc*-*-netbsd*'.Gerd Moellmann2000-09-301-1/+1
|
* (Fopen_network_stream) [HAVE_GETADDRINFO]: UseGerd Moellmann2000-09-301-38/+65
| | | | | gai_strerror. Make sure xerrno is set if connect fails. Improve error recovery.
* *** empty log message ***Gerd Moellmann2000-09-302-24/+18
|
* (auto-mode-alist): Add pattern for `#*mail*...'.Gerd Moellmann2000-09-301-1/+2
|
* (authors-obsolete-file-p): New function.Gerd Moellmann2000-09-302-6/+34
| | | | | (authors-obsolete-files-regexps): New variable. (authors-add): Don't record changes in obsolete files.
* (dired-map-over-marks): Use modern backquotes and docstring.Stefan Monnier2000-09-291-59/+58
|
* *** empty log message ***Stefan Monnier2000-09-291-0/+8
|
* (auto-insert-mode): Use define-minor-mode.Stefan Monnier2000-09-291-25/+5
|
* (search_file_line): Fix skipping of whitespace.Jason Rumney2000-09-291-108/+193
| | | | | | | | | | | | | | | | (get_quoted_string): Fix limit on memchr search. (set_bdf_font_info): Use unsigned chars. Negate yoffset. (w32_init_bdf_font): Initialize codepoint and bitmap heaps. (w32_free_bdf_font): Free bitmaps and codepoints on heaps. (get_cached_font_char, cache_char_offset): Use macro BDF_CODEPOINT_RANGE_COVER_P. (cache_char_offset): Use HeapAlloc to allocate codepoints on own heap. (clear_cached_bitmap_slots): New function. (GET_HEX_VALUE): G-Z, g-z are not hex. (w32_get_bdf_glyph): Convert to DIB format. Return bytes read. (get_bitmap_with_cache): Use new cache implementation. (create_offscreen_bitmap): New function. (w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
* (glyph_struct, cache_bitmap): Cache bitmap data, not GDI object whichJason Rumney2000-09-291-6/+27
| | | | is a scarce resource.
* (w32_char_font_type, w32_encode_char, x_produce_glyphs): DistinguishJason Rumney2000-09-291-43/+100
| | | | | | | | | | | | | | | single and multibyte BDF fonts. (w32_bdf_per_char_metric): New function. (w32_per_char_metric): Use it. (x_draw_glyph_string_background): Always draw background for BDF glyphs. (x_produce_glyphs): If the distance from the current position to the next tab stop is less than a canonical character width, use the tab stop after that. (x_draw_glyphs): Handle case START and END are out of bounds more carefully. (x_clear_mouse_face): Block/unblock input. (x_display_and_set_cursor): Don't show a hollow box cursor for buffers whose cursor_type is nil.
* *** empty log message ***Jason Rumney2000-09-291-0/+36
|
* *** empty log message ***Gerd Moellmann2000-09-292-0/+12
|
* (gnus-mode-line-buffer-identification)[EMACS]: FixGerd Moellmann2000-09-291-3/+3
| | | | last change.
* (smiley-update-cache): Use `:ascent center'.Gerd Moellmann2000-09-292-1/+8
|
* (gnus-mode-line-buffer-identification)[EMACS]: UseGerd Moellmann2000-09-291-2/+2
| | | | `:ascent center'.
* (startup-echo-area-message): New function.Gerd Moellmann2000-09-291-28/+95
| | | | | | | | (display-startup-echo-area-message): Use it. (fancy-splash-screens): Rewritten to use keymaps and a timer. (fancy-splash-default-action): New function. (fancy-splash-screens-1): New function. (fancy-splash-head): Put a help-echo and a keymap under the image.
* (comment-indent-function): Use 0 for ;;; and %%%.Stefan Monnier2000-09-291-5/+16
| | | | | (comment-indent): Make sure there's a space between code and comment. Shift comments left to avoid going past fill-column.
* *** empty log message ***Stefan Monnier2000-09-291-0/+10
|
* (diff-add-log-file-name): Remove.Stefan Monnier2000-09-291-9/+4
| | | | (diff-mode): Use add-log-buffer-file-name-function.
* (find-change-log): New arg BUFFER-FILE.Stefan Monnier2000-09-291-29/+40
| | | | | | (add-log-file-name): Obey add-log-file-name-function. (add-log-buffer-file-name-function): New var. (add-change-log-entry): Use it.