]> code.delx.au - gnu-emacs/log
gnu-emacs
20 years ago(clean mostlyclean): Fix previous change.
Kenichi Handa [Sat, 1 May 2004 05:02:57 +0000 (05:02 +0000)]
(clean mostlyclean): Fix previous change.

20 years ago(OTHERS): Ranamed from MISC.
Kenichi Handa [Sat, 1 May 2004 04:59:29 +0000 (04:59 +0000)]
(OTHERS): Ranamed from MISC.
(MISC): Renamed from MISC-DIC.
(WORLD): Adjuted for the above changes.
(TIT-MISC, NON-TIT-MISC): New targets.
(all): Don't depend on ${WORLD}.
(.NOTPARALLEL, .NO_PARALLEL, ${TIT}, ${MSIC-IDC}): These targets
removed.
(TIT-SOURCES, MISC-SOURCES): New macros.
(changed.tit, changed.misc): New targets.
(leim-list.el): Depents on ${NON-TIT-MISC}, changed.tit, and
changed.misc.  Generate quail files from TIT and MISC files if
necessary.
(clean mostlyclean): Delete ${TIT-MISC} instead of ${TIT} and
${MISC-DIC}.

20 years ago(miscdic-convert): Don't generate a
Kenichi Handa [Sat, 1 May 2004 04:38:47 +0000 (04:38 +0000)]
(miscdic-convert): Don't generate a
quail file if it is up to date.

20 years agoDon't put `delete-selection' property on `insert-parentheses' symbol
Juri Linkov [Sat, 1 May 2004 04:03:28 +0000 (04:03 +0000)]
Don't put `delete-selection' property on `insert-parentheses' symbol
to take advantage of region handling in `insert-pair' function.
Suggested by Stephan Stahl <stahl@eos.franken.de>

20 years ago(beginning-of-defun, end-of-defun):
Juri Linkov [Sat, 1 May 2004 03:58:43 +0000 (03:58 +0000)]
(beginning-of-defun, end-of-defun):
Push mark on the first call of successive command calls.
(insert-pair): New fun created from `insert-parentheses' with
`open' and `close' arguments added.  Enclose active regions
in paired characters.  Compare adjacent characters syntax with
inserted characters syntax before inserting a space.
(insert-parentheses): Call `insert-pair' with ?\( ?\).

20 years ago(confirm-kill-emacs): Change group from top-level `emacs' to `convenience'.
Juri Linkov [Sat, 1 May 2004 03:51:49 +0000 (03:51 +0000)]
(confirm-kill-emacs): Change group from top-level `emacs' to `convenience'.

20 years ago(propertized-buffer-identification):
Juri Linkov [Sat, 1 May 2004 03:50:24 +0000 (03:50 +0000)]
(propertized-buffer-identification):
Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
Add C-M-arrow keys for consistency.

20 years ago(dired-touch-initial): New fun.
Juri Linkov [Sat, 1 May 2004 03:47:42 +0000 (03:47 +0000)]
(dired-touch-initial): New fun.
(dired-do-chxxx): Call it for op-symbol `touch'.

20 years ago(outline-blank-line): New var.
Juri Linkov [Sat, 1 May 2004 03:44:30 +0000 (03:44 +0000)]
(outline-blank-line): New var.
(outline-next-preface, outline-show-heading)
(outline-end-of-subtree): Use it.

20 years ago(custom-mode-map): Add key binding `C-x C-s' to `Custom-save'.
Juri Linkov [Sat, 1 May 2004 03:30:24 +0000 (03:30 +0000)]
(custom-mode-map): Add key binding `C-x C-s' to `Custom-save'.

20 years agoChange cursor-type block to hollow.
Kim F. Storm [Fri, 30 Apr 2004 22:54:57 +0000 (22:54 +0000)]
Change cursor-type block to hollow.

20 years ago(syms_of_buffer) <cursor-type>: Doc fix.
Kim F. Storm [Fri, 30 Apr 2004 22:53:40 +0000 (22:53 +0000)]
(syms_of_buffer) <cursor-type>: Doc fix.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 30 Apr 2004 22:53:12 +0000 (22:53 +0000)]
*** empty log message ***

20 years ago(syms_of_buffer) <cursor-type>: Add hbar value.
Kim F. Storm [Fri, 30 Apr 2004 22:49:49 +0000 (22:49 +0000)]
(syms_of_buffer) <cursor-type>: Add hbar value.

20 years ago* emulation/cua-base.el: Add support for changing cursor types;
Kim F. Storm [Fri, 30 Apr 2004 22:47:38 +0000 (22:47 +0000)]
* emulation/cua-base.el: Add support for changing cursor types;
based on patch from Michael Mauger.
(cua-normal-cursor-color, cua-read-only-cursor-color)
(cua-overwrite-cursor-color, cua-global-mark-cursor-color):
Customization cursor type and/or cursor color.
(cua--update-indications): Handle cursor type changes.
(cua-mode): Update cursor indications if enabled.

20 years ago(menu-bar-options-menu): Change menu text for CUA.
Kim F. Storm [Fri, 30 Apr 2004 21:44:12 +0000 (21:44 +0000)]
(menu-bar-options-menu): Change menu text for CUA.

20 years ago(cua--convert-rectangle-as): New defmacro.
Kim F. Storm [Fri, 30 Apr 2004 21:43:36 +0000 (21:43 +0000)]
(cua--convert-rectangle-as): New defmacro.
(cua-upcase-rectangle, cua-downcase-rectangle): Use it.
(cua-upcase-initials-rectangle, cua-capitalize-rectangle):
New commands (suggested by Jordan Breeding)..

20 years ago(cua--standard-movement-commands):
Kim F. Storm [Fri, 30 Apr 2004 21:38:44 +0000 (21:38 +0000)]
(cua--standard-movement-commands):
Add cua-scroll-up and cua-scroll-down.
(cua-scroll-up, cua-scroll-down): New commands.
(cua--init-keymaps): Remap scroll-up and scroll-down.

20 years ago(kill-ring-save): If region face background color is
Kim F. Storm [Fri, 30 Apr 2004 21:38:23 +0000 (21:38 +0000)]
(kill-ring-save): If region face background color is
unspecified (if no highlighting), show extent of fully visible
region even if transient-mark-mode is enabled.

20 years ago(mouse-drag-copy-region): New defcustom.
Kim F. Storm [Fri, 30 Apr 2004 21:37:43 +0000 (21:37 +0000)]
(mouse-drag-copy-region): New defcustom.
(mouse-set-region, mouse-drag-region-1): Use it.

20 years ago(smerge-diff-switches): Fix typo in docstring.
Juanma Barranquero [Fri, 30 Apr 2004 21:12:42 +0000 (21:12 +0000)]
(smerge-diff-switches): Fix typo in docstring.

20 years agoFix typo in comment.
Juanma Barranquero [Fri, 30 Apr 2004 21:06:00 +0000 (21:06 +0000)]
Fix typo in comment.

20 years ago(diff-switches): Fix typo in docstring.
Juanma Barranquero [Fri, 30 Apr 2004 21:02:50 +0000 (21:02 +0000)]
(diff-switches): Fix typo in docstring.

20 years ago*** empty log message ***
Alex Schroeder [Fri, 30 Apr 2004 20:07:03 +0000 (20:07 +0000)]
*** empty log message ***

20 years ago(xml-debug-print-internal): Don't add newline and
Alex Schroeder [Fri, 30 Apr 2004 20:00:19 +0000 (20:00 +0000)]
(xml-debug-print-internal): Don't add newline and
indentation to text nodes and write empty elements as empty tags
instead of opening and closing tags.
(xml-debug-print): Take optional indent-string argument.
(xml-print): Alias for xml-debug-print.

20 years ago*** empty log message ***
Glenn Morris [Fri, 30 Apr 2004 18:55:13 +0000 (18:55 +0000)]
*** empty log message ***

20 years ago(fortran-fill): Use local var `bol' rather than duplicate call to
Glenn Morris [Fri, 30 Apr 2004 18:54:44 +0000 (18:54 +0000)]
(fortran-fill): Use local var `bol' rather than duplicate call to
`line-beginning-position'.

20 years ago(f90-get-present-comment-type): Return whitespace, as well as comment
Glenn Morris [Fri, 30 Apr 2004 18:52:11 +0000 (18:52 +0000)]
(f90-get-present-comment-type): Return whitespace, as well as comment
chars, for consistent filling of comment blocks.  Use
`match-string-no-properties'.
(f90-break-line): Do not leave trailing whitespace when filling
comments.

20 years agoFrom Dave Love <fx@gnu.org>:
Glenn Morris [Fri, 30 Apr 2004 18:50:08 +0000 (18:50 +0000)]
From Dave Love <fx@gnu.org>:
(diary-outlook-formats): New variable.
(diary-from-outlook-internal, diary-from-outlook)
(diary-from-outlook-gnus, diary-from-outlook-rmail): New functions to
import diary entries from Outlook-format appointments in mail
messages.

20 years ago*** empty log message ***
Stefan Monnier [Fri, 30 Apr 2004 13:53:58 +0000 (13:53 +0000)]
*** empty log message ***

20 years agoemacs -> Emacs.
Jesper Harder [Fri, 30 Apr 2004 01:42:13 +0000 (01:42 +0000)]
emacs -> Emacs.

20 years ago*** empty log message ***
Kim F. Storm [Thu, 29 Apr 2004 22:41:05 +0000 (22:41 +0000)]
*** empty log message ***

20 years ago(init_iterator): Handle line-spacing float value.
Kim F. Storm [Thu, 29 Apr 2004 22:37:52 +0000 (22:37 +0000)]
(init_iterator): Handle line-spacing float value.
Initialize override_ascent member.
(append_space_for_newline): Reset override_ascent.
Remove use_default_face.
(calc_line_height_property): New function to calculate value of
line-height and line-spacing properties.  Look at overlays, too.
Set override_ascent, override_descent, override_boff members when
using another face than the current face.  Float values are now
relative to the frame default font, by default; accept a cons
of ratio and face name to specify value relative to a specific face.
(x_produce_glyphs): Use calc_line_height_property.
Use override_ascent etc. when set to handle different face heights.
A negative line-spacing property value is interpreted as a total
line height, rather than inter-line spacing.
(note_mouse_highlight): Allocate room for 40 overlays initially.

20 years ago(struct it): Remove member use_default_face.
Kim F. Storm [Thu, 29 Apr 2004 22:36:34 +0000 (22:36 +0000)]
(struct it): Remove member use_default_face.
Add members override_ascent, override_descent, override_boff.

20 years ago(syms_of_buffer) <line-spacing>: Allow float value.
Kim F. Storm [Thu, 29 Apr 2004 22:36:11 +0000 (22:36 +0000)]
(syms_of_buffer) <line-spacing>: Allow float value.

20 years ago(sql-product-alist): Rename variable `sql-product-support'.
Stefan Monnier [Thu, 29 Apr 2004 21:55:28 +0000 (21:55 +0000)]
(sql-product-alist): Rename variable `sql-product-support'.
Add Postgres login parameters.
(sql-set-product, sql-product-feature): Update with renamed variable.
(sql-connect-postgres): Add username prompt.
(sql-imenu-generic-expression, sql-mode-font-lock-object-name):
Make patterns less product specific.
(sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants.
(sql-mode-abbrev-table): Modify initialization.
(sql-builtin-face): Add variable.
(sql-keywords-re): Add macro.
(sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
(sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
(sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
(sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
(sql-mode-linter-font-lock-keywords)
(sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
(sql-mode-sybase-font-lock-keywords, sql-mode-informix-font-lock-keywords)
(sql-mode-interbase-font-lock-keywords, sql-mode-ingres-font-lock-keywords)
(sql-mode-solid-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
(sql-mode-db2-font-lock-keywords): Default to nil.
(sql-product-font-lock): Always highlight ANSI keywords.
(sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
(sql-send-string): Add function.

20 years ago(python-send-command): New fun.
Stefan Monnier [Thu, 29 Apr 2004 20:34:11 +0000 (20:34 +0000)]
(python-send-command): New fun.
(python-send-region, python-load-file): Use it.

20 years ago(cfengine-beginning-of-defun, cfengine-end-of-defun):
Stefan Monnier [Thu, 29 Apr 2004 19:48:22 +0000 (19:48 +0000)]
(cfengine-beginning-of-defun, cfengine-end-of-defun):
Ensure progress through buffer.

20 years ago(cfengine-mode): Accept a terminal ().
Stefan Monnier [Thu, 29 Apr 2004 19:09:20 +0000 (19:09 +0000)]
(cfengine-mode): Accept a terminal ().

20 years ago(compilation-last-buffer): Add var alias.
Stefan Monnier [Thu, 29 Apr 2004 19:02:12 +0000 (19:02 +0000)]
(compilation-last-buffer): Add var alias.

20 years agoDon't forget to quote args to `test'.
Stefan Monnier [Thu, 29 Apr 2004 18:59:27 +0000 (18:59 +0000)]
Don't forget to quote args to `test'.

20 years ago*** empty log message ***
Stefan Monnier [Thu, 29 Apr 2004 18:51:31 +0000 (18:51 +0000)]
*** empty log message ***

20 years ago(help-C-file-name): Use new subr-name.
Stefan Monnier [Thu, 29 Apr 2004 18:46:13 +0000 (18:46 +0000)]
(help-C-file-name): Use new subr-name.
Prepend `src/' to the file name.
(help-C-source-directory, help-subr-name, help-find-C-source): Remove.
(describe-function-1, describe-variable): Only find a C source file name
if DOC is already loaded.

20 years ago(help-function-def, help-variable-def):
Stefan Monnier [Thu, 29 Apr 2004 18:43:32 +0000 (18:43 +0000)]
(help-function-def, help-variable-def):
Use the new find-function-search-for-symbol functionality.
Allow FILE to be `C-source'.

20 years ago(remove-overlays): Docstring change.
Stefan Monnier [Thu, 29 Apr 2004 18:42:24 +0000 (18:42 +0000)]
(remove-overlays): Docstring change.

20 years ago(find-function-C-source-directory): New var.
Stefan Monnier [Thu, 29 Apr 2004 18:39:14 +0000 (18:39 +0000)]
(find-function-C-source-directory): New var.
(find-function-C-source): New fun.
(find-function-search-for-symbol): Use it.

20 years ago(Fsubr_name): New fun.
Stefan Monnier [Thu, 29 Apr 2004 18:21:48 +0000 (18:21 +0000)]
(Fsubr_name): New fun.
(syms_of_data): Defsubr it.

20 years ago(outline-next-preface, outline-show-heading): Don't leave unhidden blank line before...
Juri Linkov [Thu, 29 Apr 2004 15:34:58 +0000 (15:34 +0000)]
(outline-next-preface, outline-show-heading): Don't leave unhidden blank line before heading.
(outline-end-of-subtree): Include last newline into subtree.
(hide-entry): Leave point at beginning of heading instead of end.
(outline-up-heading): Push mark for the first call of successive command calls.

20 years ago(compilation-context-lines): Add nil option to disable compilation output window...
Juri Linkov [Thu, 29 Apr 2004 15:31:38 +0000 (15:31 +0000)]
(compilation-context-lines): Add nil option to disable compilation output window scrolling.
(compilation-set-window): Use it.

20 years ago(isearch-mode-map): Bind \C-w to isearch-yank-word instead of isearch-yank-word-or...
Juri Linkov [Thu, 29 Apr 2004 15:28:55 +0000 (15:28 +0000)]
(isearch-mode-map): Bind \C-w to isearch-yank-word instead of isearch-yank-word-or-char.
Add new key bindings for isearch-yank-char to \C-f, and isearch-del-char to \C-b.
(isearch-del-char): New fun.
(isearch-forward, isearch-edit-string): Update docstring.
(isearch-yank-char): Doc fix.
(isearch-other-meta-char): Restore point after scrolling.

20 years ago(ielm-prompt-read-only, ielm-prompt): Update docstring.
Luc Teirlinck [Thu, 29 Apr 2004 03:47:39 +0000 (03:47 +0000)]
(ielm-prompt-read-only, ielm-prompt): Update docstring.
(ielm-prompt-internal): New variable.
(ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
(ielm-send-input): Delete unused variable `buf'.
(ielm-eval-input): Use `ielm-prompt-internal'.
(inferior-emacs-lisp-mode): Use new variables
`comint-prompt-read-only' and `ielm-prompt-internal'.
Get rid of obsolete variable `directory-sep-char'.
(ielm): Use `zerop'.

20 years ago(comint-prompt-read-only): New variable.
Luc Teirlinck [Thu, 29 Apr 2004 03:41:48 +0000 (03:41 +0000)]
(comint-prompt-read-only): New variable.
(comint-output-filter): Implement it.

20 years ago(toplevel): Require cl at compile time.
John Paul Wallington [Wed, 28 Apr 2004 23:20:59 +0000 (23:20 +0000)]
(toplevel): Require cl at compile time.
Remove conditional definitions of `ignore-errors' and `caddar'
because they occur at run time.

20 years ago(null_glyph_slice): New var.
Kim F. Storm [Wed, 28 Apr 2004 21:00:40 +0000 (21:00 +0000)]
(null_glyph_slice): New var.
(append_glyph, append_composite_glyph, append_stretch_glyph):
Use it to initialize glyph slice.

20 years ago*** empty log message ***
Kim F. Storm [Wed, 28 Apr 2004 21:00:06 +0000 (21:00 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
John Paul Wallington [Wed, 28 Apr 2004 19:07:59 +0000 (19:07 +0000)]
*** empty log message ***

20 years ago(gdb-frame-breakpoints-buffer)
Nick Roberts [Wed, 28 Apr 2004 18:16:07 +0000 (18:16 +0000)]
(gdb-frame-breakpoints-buffer)
(gdb-frame-stack-buffer, gdb-frame-threads-buffer)
(gdb-frame-registers-buffer, gdb-frame-locals-buffer)
(gdb-frame-gdb-buffer, gdb-frame-assembler-buffer): Use
selected-window.

20 years ago(gud-common-init): Throw an error if program is
Nick Roberts [Wed, 28 Apr 2004 18:15:12 +0000 (18:15 +0000)]
(gud-common-init): Throw an error if program is
already running under gdb.

20 years ago*** empty log message ***
Nick Roberts [Wed, 28 Apr 2004 18:14:32 +0000 (18:14 +0000)]
*** empty log message ***

20 years ago(thumbs-delete-images): Fix formatting of prompt.
John Paul Wallington [Wed, 28 Apr 2004 16:58:44 +0000 (16:58 +0000)]
(thumbs-delete-images): Fix formatting of prompt.
(thumbs-show-image-num): Move assignment of
`thumbs-current-image-filename' within dynamic scope of `i'.
(thumbs-emboss-image): Don't use `evenp'.

20 years agoUpdate key binding for viewing PROBLEMS.
Richard M. Stallman [Wed, 28 Apr 2004 12:48:45 +0000 (12:48 +0000)]
Update key binding for viewing PROBLEMS.

20 years ago*** empty log message ***
Richard M. Stallman [Wed, 28 Apr 2004 10:12:03 +0000 (10:12 +0000)]
*** empty log message ***

20 years ago(compilation-context-lines): Default now 0.
Richard M. Stallman [Wed, 28 Apr 2004 08:36:09 +0000 (08:36 +0000)]
(compilation-context-lines): Default now 0.

20 years ago(autoload-before-p): Remove.
Juanma Barranquero [Tue, 27 Apr 2004 22:46:52 +0000 (22:46 +0000)]
(autoload-before-p): Remove.
(update-file-autoloads, update-directory-autoloads): Use `time-less-p'.

20 years ago(timeclock-time-less-p): Remove.
Juanma Barranquero [Tue, 27 Apr 2004 22:44:39 +0000 (22:44 +0000)]
(timeclock-time-less-p): Remove.
(timeclock-generate-report): Use `time-less-p'.

20 years ago(time-less-p): Remove.
Juanma Barranquero [Tue, 27 Apr 2004 22:43:35 +0000 (22:43 +0000)]
(time-less-p): Remove.

20 years ago(pcomplete-time-less-p): Remove.
Juanma Barranquero [Tue, 27 Apr 2004 22:42:58 +0000 (22:42 +0000)]
(pcomplete-time-less-p): Remove.

20 years ago*** empty log message ***
Stefan Monnier [Tue, 27 Apr 2004 22:02:27 +0000 (22:02 +0000)]
*** empty log message ***

20 years ago(x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
Stefan Monnier [Tue, 27 Apr 2004 22:00:03 +0000 (22:00 +0000)]
(x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
(on_hot_spot_p): Make sure we always return a value.
(Flookup_image_map): Remove unused var ix and iy.
(note_mode_line_or_margin_highlight): Remove unused var `image'.

20 years ago* subr.el (remove-overlays): Make arguments optional.
Masatake YAMATO [Tue, 27 Apr 2004 21:00:31 +0000 (21:00 +0000)]
* subr.el (remove-overlays): Make arguments optional.

* wid-edit.el (widget-specify-button): Put evaporate to the
overlay for sample.
(widget-specify-sample): Put evaporate to the overlay for sample.
(widget-specify-doc): Put evaporate to the overlay for documentation.

* etc/NEWS: Write about remove-overlays's arguments.

* man/widget.texi: Add remove-overlays to the example.

20 years agolisp -> Lisp.
Jesper Harder [Tue, 27 Apr 2004 15:13:04 +0000 (15:13 +0000)]
lisp -> Lisp.

20 years ago(info-apropos): Make it an index node. Align node names
Jesper Harder [Tue, 27 Apr 2004 14:43:04 +0000 (14:43 +0000)]
(info-apropos): Make it an index node.  Align node names
like makeinfo.

20 years ago*** empty log message ***
Eli Zaretskii [Tue, 27 Apr 2004 14:24:00 +0000 (14:24 +0000)]
*** empty log message ***

20 years ago(init_environment): If one of the TMP... environment
Eli Zaretskii [Tue, 27 Apr 2004 14:22:05 +0000 (14:22 +0000)]
(init_environment): If one of the TMP... environment
variables is set to a drive letter without a trailing slash,
append a slash.

20 years ago(browse-url-netscape-sentinel)
Eli Zaretskii [Tue, 27 Apr 2004 14:03:10 +0000 (14:03 +0000)]
(browse-url-netscape-sentinel)
(browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
(browse-url-epiphany-sentinel, browse-url-mosaic): Use
browse-url-*-program instead of a literal program name.

20 years ago*** empty log message ***
Eli Zaretskii [Tue, 27 Apr 2004 13:55:29 +0000 (13:55 +0000)]
*** empty log message ***

20 years agoAdd "(require 'eshell)", to get necessary features
Eli Zaretskii [Tue, 27 Apr 2004 13:54:39 +0000 (13:54 +0000)]
Add "(require 'eshell)", to get necessary features
when M-x customize-group loads modules before the main
eshell.el.

20 years ago(Fset_file_times): New function.
Eli Zaretskii [Tue, 27 Apr 2004 13:30:11 +0000 (13:30 +0000)]
(Fset_file_times): New function.
(syms_of_fileio): Intern and staticpro it.

20 years ago(lisp_time_argument): Provide externally.
Eli Zaretskii [Tue, 27 Apr 2004 13:28:38 +0000 (13:28 +0000)]
(lisp_time_argument): Provide externally.

20 years ago(Changing Files): Document set-file-times.
Eli Zaretskii [Tue, 27 Apr 2004 13:21:28 +0000 (13:21 +0000)]
(Changing Files): Document set-file-times.

20 years agoDocument set-file-times.
Eli Zaretskii [Tue, 27 Apr 2004 13:17:34 +0000 (13:17 +0000)]
Document set-file-times.

20 years agoCapitalise Emacs and Lisp.
Eli Zaretskii [Tue, 27 Apr 2004 13:12:07 +0000 (13:12 +0000)]
Capitalise Emacs and Lisp.
(type-break-good-break-interval, type-break-demo-boring-stats)
(type-break-terse-messages, type-break-file-name): New defcustoms.
(type-break-post-command-hook)
(type-break-warning-countdown-string): Quote variable names in doc.
(type-break-interval-start, type-break-auto-save-file-name): New defvars.
(type-break-mode): Document type-break-good-break-interval and the
"session" file.  Schedule break according to the session file.
Kill session file buffer on exit.  Organise for save-some-buffers
to always save the session file.
(type-break-mode-line-message-mode, type-break-query-mode):
Uppercase arguments.
(type-break-file-time, type-break-file-keystroke-count, timep)
(type-break-choose-file, type-break-get-previous-time)
(type-break-get-previous-count): New defuns.
(type-break): Avoid break querying after a completed break in the
case where the query was initiated during user invocation of the
break.  Optional terse messages.  Use
type-break-good-break-interval if type-break-good-rest-interval is
nil.  File the break time.
(type-break-schedule): New optional args for overriding the use of
the current time.
(type-break-cancel-time-warning-schedule): Avoid leftover warnings
after a break.
(type-break-check): File the keystroke count.
(type-break-do-query): Prevent a second query when the break is
interrupted.  Optional terse message.
(type-break-keystroke-reset): Record the start of a typing interval.
(type-break-demo-boring): Optional terse messages.  Display word
per minute and keystroke counts according to
type-break-demo-boring-stats.

20 years ago(momentary-string-display): Support EXIT-CHAR that is
Eli Zaretskii [Tue, 27 Apr 2004 13:07:16 +0000 (13:07 +0000)]
(momentary-string-display): Support EXIT-CHAR that is
either a character representation of an event or an event
description list.

20 years agoFix entry for dabbrev.el from 2004-04-21.
Eli Zaretskii [Tue, 27 Apr 2004 12:57:55 +0000 (12:57 +0000)]
Fix entry for dabbrev.el from 2004-04-21.

20 years ago(archive-maybe-copy): If ARCHIVE includes leading
Eli Zaretskii [Tue, 27 Apr 2004 12:45:26 +0000 (12:45 +0000)]
(archive-maybe-copy): If ARCHIVE includes leading
directories, make sure they exist under archive-tmpdir.

20 years ago(x_produce_glyphs): Fix last change; handle newline in
Kim F. Storm [Tue, 27 Apr 2004 08:48:12 +0000 (08:48 +0000)]
(x_produce_glyphs): Fix last change; handle newline in
header line strings.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 27 Apr 2004 08:47:30 +0000 (08:47 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Juri Linkov [Tue, 27 Apr 2004 07:12:18 +0000 (07:12 +0000)]
*** empty log message ***

20 years agoFix comment.
Juri Linkov [Tue, 27 Apr 2004 06:52:35 +0000 (06:52 +0000)]
Fix comment.

20 years ago(picture-mode-map): Add arrow keys.
Juri Linkov [Tue, 27 Apr 2004 06:46:51 +0000 (06:46 +0000)]
(picture-mode-map): Add arrow keys.

20 years ago(kill-ring-save): Use blink-matching-delay instead of the constant value 1.
Juri Linkov [Tue, 27 Apr 2004 06:45:49 +0000 (06:45 +0000)]
(kill-ring-save): Use blink-matching-delay instead of the constant value 1.
(completions-common-part): Expand docstring.

20 years ago(show-paren-highlight-openparen): New var.
Juri Linkov [Tue, 27 Apr 2004 06:43:42 +0000 (06:43 +0000)]
(show-paren-highlight-openparen): New var.
(show-paren-function): Turn on openparen highlighting when
matching forward if show-paren-highlight-openparen is non-nil.

20 years ago(log-view-diff): Replace interactive code "r"
Juri Linkov [Tue, 27 Apr 2004 06:42:48 +0000 (06:42 +0000)]
(log-view-diff): Replace interactive code "r"
by a list to allow to call it even if region is not active.

20 years agoAdd *info*<[0-9]+> to same-window-regexps instead of
Juri Linkov [Tue, 27 Apr 2004 06:39:46 +0000 (06:39 +0000)]
Add *info*<[0-9]+> to same-window-regexps instead of
same-window-buffer-names.
(info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
non-numeric prefix argument, append the number to the buffer name
for numeric prefix argument.
(info-other-window): Bind same-window-regexps to nil.
(Info-reference-name): Rename to Info-point-loc.
(Info-find-node-2): Call forward-line for numeric Info-point-loc,
and Info-find-index-name for stringy Info-point-loc.
(Info-extract-menu-node-name): New arg `index-node'.  Use regexp
without middle `.', but with final `.' and optional line number
for it.  Set Info-point-loc for index nodes.
(Info-index): Remove middle `.' from index entry regexp.
Modify line number regexp.
(Info-index-next): Decrement line number.
(info-apropos): Remove middle `.' from index entry regexp.
Add optional line number regexp at the end.  Add matched value
for line number to the result list and insert it to the buffer.
(Info-fontify-node): Hide index line numbers.
(Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
empty matches.
(Info-follow-reference): Use `str' instead of
Info-following-node-name-re.
(Info-toc): Use full file names.  Set Info-current-node to "Top".
(Info-fontify-node): Compare file names without directory name.
(Info-try-follow-nearest-node): Don't set Info-reference-name.
Set second arg of Info-extract-menu-node-name for index nodes.
(info-xref-visited): Use magenta3 instead of magenta4.
(Info-mode): Add info-apropos to docstring.

20 years agoYou can narrow news to the specific version by calling
Juri Linkov [Tue, 27 Apr 2004 06:37:35 +0000 (06:37 +0000)]
You can narrow news to the specific version by calling
`view-emacs-news' with a prefix argument or by typing C-u C-h C-n.

20 years ago(view-emacs-news): With argument, display info for the
Juri Linkov [Tue, 27 Apr 2004 06:35:25 +0000 (06:35 +0000)]
(view-emacs-news): With argument, display info for the
selected version by finding it among different NEWS files, and
narrowing the buffer to the selected version.

20 years ago*** empty log message ***
Eli Zaretskii [Tue, 27 Apr 2004 06:06:29 +0000 (06:06 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Kim F. Storm [Mon, 26 Apr 2004 22:39:49 +0000 (22:39 +0000)]
*** empty log message ***

20 years ago(struct it): New member use_default_face.
Kim F. Storm [Mon, 26 Apr 2004 22:39:21 +0000 (22:39 +0000)]
(struct it): New member use_default_face.

20 years agoAdd line-height property, change line-spacing property.
Kim F. Storm [Mon, 26 Apr 2004 22:22:23 +0000 (22:22 +0000)]
Add line-height property, change line-spacing property.