]> code.delx.au - gnu-emacs/log
gnu-emacs
20 years ago(diff-default-read-only): Change default.
Stefan Monnier [Tue, 23 Mar 2004 20:50:36 +0000 (20:50 +0000)]
(diff-default-read-only): Change default.
(diff-mode-hook): Make it a defcustom.  Add some options.
(diff-mode-map): Bind diff-refine-hook.
(diff-yank-handler): New var.
(diff-yank-function): New fun.
(diff-font-lock-keywords): Use them.
(diff-end-of-file): Handle case where file-header looks like diff text.
(diff-hunk-kill): Adjust to "new" hunk-next behavior.
(diff-file-kill): Delete a subsequent empty line, if applicable.
(diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
(diff-find-file-name): Use it.
(diff-tell-file-name): New command.
(diff-mode): Be careful with view-mode.
(diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
New functions, for use in diff-mode-hook.
(diff-find-source-location): Catch "regex too large" errors.
(diff-apply-hunk, diff-test-hunk): Go to old or new file.
(diff-refine-hunk): New command.

20 years ago(smerge-mode-menu): Fix activate pred for resolve.
Stefan Monnier [Tue, 23 Mar 2004 19:56:42 +0000 (19:56 +0000)]
(smerge-mode-menu): Fix activate pred for resolve.
(smerge-context-menu-map): Remove unused var.
(smerge-keep-all): Preserve markers.
(smerge-keep-n): New fun.
(smerge-keep-base, smerge-keep-other, smerge-keep-mine)
(smerge-keep-current, smerge-ediff): Use it.
(smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
(smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
(smerge-resolve): Resolve trivial 3-part conflicts.

20 years ago(display-time-string-forms): Fix help-echo date format.
Juri Linkov [Tue, 23 Mar 2004 07:43:10 +0000 (07:43 +0000)]
(display-time-string-forms): Fix help-echo date format.

20 years agoMove suggestions for key bindings to Commentary.
Juri Linkov [Tue, 23 Mar 2004 07:39:56 +0000 (07:39 +0000)]
Move suggestions for key bindings to Commentary.

20 years ago(dired-compress-file-suffixes): Add dz and tbz.
Juri Linkov [Tue, 23 Mar 2004 07:39:35 +0000 (07:39 +0000)]
(dired-compress-file-suffixes): Add dz and tbz.
(dired-compare-directories): Add default value for empty input.

20 years ago(dired-guess-shell-alist-default): Add choices for
Juri Linkov [Tue, 23 Mar 2004 07:38:57 +0000 (07:38 +0000)]
(dired-guess-shell-alist-default): Add choices for
extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
Add extensions .[0-9] for man and nroff, and .pod for perldoc.
(dired-man): Use dired-guess-shell-command.
(dired-guess-shell-case-fold-search): Change defvar to defcustom.
Change default nil to t.

20 years ago(jka-compr-compression-info-list): Add tbz and dz.
Juri Linkov [Tue, 23 Mar 2004 07:38:04 +0000 (07:38 +0000)]
(jka-compr-compression-info-list): Add tbz and dz.
(jka-compr-mode-alist-additions): Add tbz.
(jka-compr-write-region): Add error message for undefined compress-program.
(jka-compr-insert-file-contents): Add message for undefined compress-program.
(jka-compr-write-region): Remove redundant var bindings.

20 years ago(quail-insert-decode-map): Use window-width instead of frame-width.
Juri Linkov [Tue, 23 Mar 2004 07:37:37 +0000 (07:37 +0000)]
(quail-insert-decode-map): Use window-width instead of frame-width.

20 years ago(describe-current-coding-system): Use window-width instead of frame-width.
Juri Linkov [Tue, 23 Mar 2004 07:37:07 +0000 (07:37 +0000)]
(describe-current-coding-system): Use window-width instead of frame-width.

20 years ago(describe-char): Use window-width instead of frame-width.
Juri Linkov [Tue, 23 Mar 2004 07:36:34 +0000 (07:36 +0000)]
(describe-char): Use window-width instead of frame-width.

20 years ago(list-one-abbrev-table): Use window-width instead of frame-width.
Juri Linkov [Tue, 23 Mar 2004 07:35:59 +0000 (07:35 +0000)]
(list-one-abbrev-table): Use window-width instead of frame-width.

20 years ago(woman-fill-frame): Doc fix.
Juri Linkov [Tue, 23 Mar 2004 07:35:35 +0000 (07:35 +0000)]
(woman-fill-frame): Doc fix.
(woman-decode-region): Use window-width instead of frame-width.

20 years ago(Man-width): New var.
Juri Linkov [Tue, 23 Mar 2004 07:33:39 +0000 (07:33 +0000)]
(Man-width): New var.
(Man-getpage-in-background): Use it.
(Man-support-local-filenames): New var and fun.
(Man-build-man-command): Don't add a second %s.
(Man-fontify-manpage): Clean up message.
(Man-mode): Set outline-regexp, outline-level, imenu-generic-expression.

20 years ago(global-auto-revert-non-file-buffers): Expand doc string.
Luc Teirlinck [Tue, 23 Mar 2004 05:24:55 +0000 (05:24 +0000)]
(global-auto-revert-non-file-buffers): Expand doc string.
(buffer-stale-function): New variable.
(auto-revert-list-diff, auto-revert-dired-file-list)
(auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
(auto-revert-handler): Take over some functionality of deleted functions.
(auto-revert-buffers): Delete call to auto-revert-buffer-p.

20 years ago(dired-directory-changed-p, dired-buffer-stale-p): New functions.
Luc Teirlinck [Tue, 23 Mar 2004 05:20:11 +0000 (05:20 +0000)]
(dired-directory-changed-p, dired-buffer-stale-p): New functions.
(dired-internal-noselect): Use dired-directory-changed-p.
Eliminate revert messages.
(dired-mode): Set buffer-stale-function to dired-buffer-stale-p.

20 years agoSetup syntaxes for more parentheses Unicode characters.
Kenichi Handa [Tue, 23 Mar 2004 04:30:25 +0000 (04:30 +0000)]
Setup syntaxes for more parentheses Unicode characters.

20 years ago(ad-subr-arglist): Undo part of last patch.
Stefan Monnier [Tue, 23 Mar 2004 02:45:33 +0000 (02:45 +0000)]
(ad-subr-arglist): Undo part of last patch.

20 years ago(select-safe-coding-system): Merge
Kenichi Handa [Tue, 23 Mar 2004 02:35:36 +0000 (02:35 +0000)]
(select-safe-coding-system): Merge
coding-system and auto-cs before comparing them.

20 years agoFix copyright.
Stefan Monnier [Mon, 22 Mar 2004 17:12:16 +0000 (17:12 +0000)]
Fix copyright.

20 years agoFix copyright.
Stefan Monnier [Mon, 22 Mar 2004 15:38:14 +0000 (15:38 +0000)]
Fix copyright.

20 years ago(pp-eval-expression): Simplify.
Stefan Monnier [Mon, 22 Mar 2004 15:32:24 +0000 (15:32 +0000)]
(pp-eval-expression): Simplify.

20 years ago(lisp-mode-variables): Don't set
Stefan Monnier [Mon, 22 Mar 2004 15:31:46 +0000 (15:31 +0000)]
(lisp-mode-variables): Don't set
normal-auto-fill-function and comment-indent-function.
The default values now work just as well.
Don't set font-lock-beginning-of-syntax-function since we already set
syntax-begin-function.
(lisp-outline-level): Put ;;;###autoload at same level as (.
(prin1-char): Quote special chars.

20 years ago(lm-keywords-finder-p): Use defvar rather than with-no-warnings.
Stefan Monnier [Mon, 22 Mar 2004 15:28:28 +0000 (15:28 +0000)]
(lm-keywords-finder-p): Use defvar rather than with-no-warnings.

20 years ago(edebug-display): Bring up a debug trace if the source location can't be found.
Stefan Monnier [Mon, 22 Mar 2004 15:27:46 +0000 (15:27 +0000)]
(edebug-display): Bring up a debug trace if the source location can't be found.
(edebug-compute-previous-result): Use prin1-char.

20 years ago(checkdoc-error): Dont' assume point-min == 1.
Stefan Monnier [Mon, 22 Mar 2004 15:24:49 +0000 (15:24 +0000)]
(checkdoc-error): Dont' assume point-min == 1.
(debug-ignored-errors): Add an entry.

20 years ago(byte-recompile-directory): Ignore hidden dir.
Stefan Monnier [Mon, 22 Mar 2004 15:23:59 +0000 (15:23 +0000)]
(byte-recompile-directory): Ignore hidden dir.
(byte-compile-file): Output warning when deleting a file.

20 years ago(defsubst): Add edebug spec and use backquote.
Stefan Monnier [Mon, 22 Mar 2004 15:22:34 +0000 (15:22 +0000)]
(defsubst): Add edebug spec and use backquote.
(dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.

20 years ago(byte-compile-log-lap, byte-compile-inline-expand): Use backquote.
Stefan Monnier [Mon, 22 Mar 2004 15:21:08 +0000 (15:21 +0000)]
(byte-compile-log-lap, byte-compile-inline-expand): Use backquote.
(byte-optimize-pure-func): Rename from byte-optimize-concat.
(symbol-name, regexp-opt, regexp-quote): Mark as pure.

20 years ago(backquote-list*-macro): Use nreverse.
Stefan Monnier [Mon, 22 Mar 2004 15:17:01 +0000 (15:17 +0000)]
(backquote-list*-macro): Use nreverse.

20 years ago(ad-subr-arglist): Simplify.
Stefan Monnier [Mon, 22 Mar 2004 15:16:27 +0000 (15:16 +0000)]
(ad-subr-arglist): Simplify.

20 years agoUse inhibit-read-only instead of buffer-read-only.
Stefan Monnier [Mon, 22 Mar 2004 15:14:11 +0000 (15:14 +0000)]
Use inhibit-read-only instead of buffer-read-only.
(gnus-narrow-to-page): Don't assume point-min == 1.
(gnus-article-edit-mode): Derive from message-mode.
(gnus-button-alist): Add buttons to (info "(emacs)Keymaps").

20 years ago(gnus-score-find-bnews): Simplify and don't assume point-min == 1.
Stefan Monnier [Mon, 22 Mar 2004 15:10:39 +0000 (15:10 +0000)]
(gnus-score-find-bnews): Simplify and don't assume point-min == 1.

20 years ago(imap-parse-address-list, imap-parse-body-ext): Disable wrong use of `assert'.
Stefan Monnier [Mon, 22 Mar 2004 15:08:55 +0000 (15:08 +0000)]
(imap-parse-address-list, imap-parse-body-ext): Disable wrong use of `assert'.

20 years agoAdd local variables to prevent byte-compiling.
Stefan Monnier [Mon, 22 Mar 2004 14:10:23 +0000 (14:10 +0000)]
Add local variables to prevent byte-compiling.

20 years ago*** empty log message ***
Juri Linkov [Mon, 22 Mar 2004 07:49:24 +0000 (07:49 +0000)]
*** empty log message ***

20 years ago(ispell-help): Doc fix.
Juri Linkov [Mon, 22 Mar 2004 07:48:39 +0000 (07:48 +0000)]
(ispell-help): Doc fix.

20 years agoDoc fix.
Juri Linkov [Mon, 22 Mar 2004 07:48:01 +0000 (07:48 +0000)]
Doc fix.

20 years ago(ethio-find-file): Doc fix.
Juri Linkov [Mon, 22 Mar 2004 07:47:29 +0000 (07:47 +0000)]
(ethio-find-file): Doc fix.

20 years agoFix keywords.
Juri Linkov [Mon, 22 Mar 2004 07:46:31 +0000 (07:46 +0000)]
Fix keywords.

20 years ago(finder-known-keywords): Fix data, tex, unix.
Juri Linkov [Mon, 22 Mar 2004 07:45:47 +0000 (07:45 +0000)]
(finder-known-keywords): Fix data, tex, unix.

20 years agoFix typo.
Juri Linkov [Mon, 22 Mar 2004 07:42:24 +0000 (07:42 +0000)]
Fix typo.

20 years agoFix comments.
Juri Linkov [Mon, 22 Mar 2004 07:42:01 +0000 (07:42 +0000)]
Fix comments.

20 years ago(Sorting): Add missing quote.
Juri Linkov [Mon, 22 Mar 2004 07:38:33 +0000 (07:38 +0000)]
(Sorting): Add missing quote.

20 years ago(Sequence Functions): Replace xref to `Vectors' with `Vector Functions'.
Juri Linkov [Mon, 22 Mar 2004 07:38:01 +0000 (07:38 +0000)]
(Sequence Functions): Replace xref to `Vectors' with `Vector Functions'.

20 years agoFix help key bindings.
Juri Linkov [Mon, 22 Mar 2004 07:32:05 +0000 (07:32 +0000)]
Fix help key bindings.

20 years agoSmall fix.
Juri Linkov [Mon, 22 Mar 2004 07:31:41 +0000 (07:31 +0000)]
Small fix.

20 years ago(Mail Methods): Fix xref to Message manual.
Juri Linkov [Mon, 22 Mar 2004 07:29:08 +0000 (07:29 +0000)]
(Mail Methods): Fix xref to Message manual.

20 years ago(Browse-URL, FFAP): Add information about keywords.
Juri Linkov [Mon, 22 Mar 2004 07:28:30 +0000 (07:28 +0000)]
(Browse-URL, FFAP): Add information about keywords.

20 years ago(Completion): Add description for menu items.
Juri Linkov [Mon, 22 Mar 2004 07:25:14 +0000 (07:25 +0000)]
(Completion): Add description for menu items.

20 years agoSync keywords with finder.el.
Juri Linkov [Mon, 22 Mar 2004 07:24:46 +0000 (07:24 +0000)]
Sync keywords with finder.el.

20 years agoImprove references.
Juri Linkov [Mon, 22 Mar 2004 07:23:53 +0000 (07:23 +0000)]
Improve references.

20 years ago* emacs.texi (Top): Add `Misc X'.
Juri Linkov [Mon, 22 Mar 2004 07:22:25 +0000 (07:22 +0000)]
* emacs.texi (Top): Add `Misc X'.

20 years ago(format-insert-file): Always return a list of two elements,
Luc Teirlinck [Mon, 22 Mar 2004 04:43:17 +0000 (04:43 +0000)]
(format-insert-file): Always return a list of two elements,
like insert-file-contents does.

20 years ago#
André Spiegel [Sun, 21 Mar 2004 15:53:17 +0000 (15:53 +0000)]
#

20 years ago(vc-sccs-print-log, vc-sccs-diff): Add optional BUFFER argument.
André Spiegel [Sun, 21 Mar 2004 15:49:55 +0000 (15:49 +0000)]
(vc-sccs-print-log, vc-sccs-diff): Add optional BUFFER argument.

20 years ago(vc-rcs-print-log, vc-rcs-diff): Add optional BUFFER argument.
André Spiegel [Sun, 21 Mar 2004 15:46:23 +0000 (15:46 +0000)]
(vc-rcs-print-log, vc-rcs-diff): Add optional BUFFER argument.

20 years ago(vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER argument.
André Spiegel [Sun, 21 Mar 2004 15:45:31 +0000 (15:45 +0000)]
(vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER argument.

20 years ago(vc-default-workfile-unchanged-p): If the implementation supports it,
André Spiegel [Sun, 21 Mar 2004 15:44:39 +0000 (15:44 +0000)]
(vc-default-workfile-unchanged-p): If the implementation supports it,
let diff output go to *vc*, not *vc-diff*, since this is an internal
call.

20 years agoAdd new optional BUFFER argument to vc-BACKEND-print-log and
André Spiegel [Sun, 21 Mar 2004 15:42:14 +0000 (15:42 +0000)]
Add new optional BUFFER argument to vc-BACKEND-print-log and
vc-BACKEND-diff.
(vc-print-log): If the print-log implementation supports it, use the
new BUFFER argument to direct output to *vc-change-log*, not *vc*.
(vc-version-diff, vc-diff-internal): Doc fixes.

20 years ago(rx): Work at compile time, not run time.
Juanma Barranquero [Sun, 21 Mar 2004 15:34:56 +0000 (15:34 +0000)]
(rx): Work at compile time, not run time.

20 years ago(cfengine-mode): Set parse-sexp-ignore-comments.
Juanma Barranquero [Sun, 21 Mar 2004 15:29:42 +0000 (15:29 +0000)]
(cfengine-mode): Set parse-sexp-ignore-comments.

20 years ago(allout-mode): Fix docstring.
Juanma Barranquero [Sun, 21 Mar 2004 15:24:38 +0000 (15:24 +0000)]
(allout-mode): Fix docstring.

20 years agoFix previous change.
Richard M. Stallman [Sun, 21 Mar 2004 14:31:42 +0000 (14:31 +0000)]
Fix previous change.

20 years ago(insert-directory): Fix bug if SWITCHES is a list.
Luc Teirlinck [Sun, 21 Mar 2004 04:40:38 +0000 (04:40 +0000)]
(insert-directory): Fix bug if SWITCHES is a list.

20 years ago(auto-revert-interval): Make new value take effect immediately when
Luc Teirlinck [Sun, 21 Mar 2004 00:30:12 +0000 (00:30 +0000)]
(auto-revert-interval): Make new value take effect immediately when
set through Custom.
(auto-revert-set-timer): Add interactive declaration.

20 years ago* xterm.c (handle_one_xevent): Do not pass key press events to
Jan Djärv [Sat, 20 Mar 2004 16:11:23 +0000 (16:11 +0000)]
* xterm.c (handle_one_xevent): Do not pass key press events to
  GTK.

20 years agoFix typos.
Juanma Barranquero [Sat, 20 Mar 2004 15:05:40 +0000 (15:05 +0000)]
Fix typos.

20 years agoDelete previous change.
Richard M. Stallman [Sat, 20 Mar 2004 01:10:19 +0000 (01:10 +0000)]
Delete previous change.

20 years ago*** empty log message ***
Richard M. Stallman [Sat, 20 Mar 2004 01:09:45 +0000 (01:09 +0000)]
*** empty log message ***

20 years agoAdd -znocombreloc to LDFLAGS if supported.
Richard M. Stallman [Sat, 20 Mar 2004 01:08:08 +0000 (01:08 +0000)]
Add -znocombreloc to LDFLAGS if supported.

20 years agoDocument new :width and :align-to features.
Kim F. Storm [Fri, 19 Mar 2004 22:26:38 +0000 (22:26 +0000)]
Document new :width and :align-to features.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 19 Mar 2004 21:10:52 +0000 (21:10 +0000)]
*** empty log message ***

20 years agoRemove entries for fringe related issues (DONE).
Kim F. Storm [Fri, 19 Mar 2004 21:10:10 +0000 (21:10 +0000)]
Remove entries for fringe related issues (DONE).
Remove entry about image-relative coordinates of mouse clicks (DONE).

20 years ago(move_it_in_display_line_to): Fix MOVE_TO_POS case when
Kim F. Storm [Fri, 19 Mar 2004 20:32:39 +0000 (20:32 +0000)]
(move_it_in_display_line_to): Fix MOVE_TO_POS case when
to_charpos corresponds to newline in right fringe.  Use local
BUFFER_POS_REACHED_P macro.

20 years agoxdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
Jan Djärv [Fri, 19 Mar 2004 13:57:08 +0000 (13:57 +0000)]
xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
to compile on non-window system.

20 years agoFrom David Ponce <david@dponce.com>
Kim F. Storm [Fri, 19 Mar 2004 13:17:16 +0000 (13:17 +0000)]
From David Ponce  <david@dponce.com>
(ruler-mode-header-line-format-old): Don't `make-variable-buffer-local'.
(ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
(ruler-mode-header-line-format): Simply funcall the above.
(ruler-mode): Use `make-local-variable' and `kill-local-variable'
to save/restore a previous header line format.
(ruler-mode-space): Don't depend on a numeric WIDTH value.
(ruler-mode-ruler): Use symbolic display elements for scrollbar,
fringes and margins width.
(ruler-mode-ruler-function): Default to ruler-mode-ruler

20 years ago(hexl-follow-line): Don't require 'fringe.
Kim F. Storm [Fri, 19 Mar 2004 10:40:46 +0000 (10:40 +0000)]
(hexl-follow-line): Don't require 'fringe.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 19 Mar 2004 10:40:29 +0000 (10:40 +0000)]
*** empty log message ***

20 years ago(hexl-mode-ruler): Adapt to new :align-to semantics.
Kim F. Storm [Fri, 19 Mar 2004 10:11:07 +0000 (10:11 +0000)]
(hexl-mode-ruler): Adapt to new :align-to semantics.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 19 Mar 2004 10:10:43 +0000 (10:10 +0000)]
*** empty log message ***

20 years ago(Info-default-dirs): Don't ignore last part of I-d-d-l.
Stefan Monnier [Fri, 19 Mar 2004 02:37:11 +0000 (02:37 +0000)]
(Info-default-dirs): Don't ignore last part of I-d-d-l.

20 years ago(display-time-string-forms): Add help-echo with date on time.
Stefan Monnier [Fri, 19 Mar 2004 02:34:39 +0000 (02:34 +0000)]
(display-time-string-forms): Add help-echo with date on time.

20 years ago(compose-region): Use restore-buffer-modified-p.
Stefan Monnier [Fri, 19 Mar 2004 02:33:17 +0000 (02:33 +0000)]
(compose-region): Use restore-buffer-modified-p.

20 years ago(standard-display-8bit): Simplify.
Stefan Monnier [Fri, 19 Mar 2004 01:03:22 +0000 (01:03 +0000)]
(standard-display-8bit): Simplify.

20 years ago(server-process-filter): Delete temp frame.
Stefan Monnier [Fri, 19 Mar 2004 00:50:48 +0000 (00:50 +0000)]
(server-process-filter): Delete temp frame.

20 years ago(add-change-log-entry): Simplify.
Stefan Monnier [Fri, 19 Mar 2004 00:48:51 +0000 (00:48 +0000)]
(add-change-log-entry): Simplify.

20 years ago(Qcenter): Declare here.
Kim F. Storm [Fri, 19 Mar 2004 00:43:16 +0000 (00:43 +0000)]
(Qcenter): Declare here.
(syms_of_xdisp): intern and staticpro it.
(handle_single_display_prop): Allow space display property on all
platforms.
(display_mode_line): Set mode_line_p before displaying line.
(calc_pixel_width_or_height): Declare extern.  Add separate :align-to
handling.  Remove complex cases for fringes and scroll-bars.
Add left, right, and center alignment positions. Add text (area)
width/height.  Return width or height for image specs.
(produce_stretch_glyph): Improve handling of :align-to.  Is now
relative to left of text area by default, but other base offsets
can be specified -- also for text lines.

20 years ago(produce_glyphs): Handle IT_STRETCH.
Kim F. Storm [Fri, 19 Mar 2004 00:42:48 +0000 (00:42 +0000)]
(produce_glyphs): Handle IT_STRETCH.
(produce_stretch_glyph): New function to handle space width and
align-to display properties on non-window systems.

20 years ago(Qcenter): Move to xdisp.c.
Kim F. Storm [Fri, 19 Mar 2004 00:42:37 +0000 (00:42 +0000)]
(Qcenter): Move to xdisp.c.

20 years ago(calc_pixel_width_or_height): Add prototype.
Kim F. Storm [Fri, 19 Mar 2004 00:42:24 +0000 (00:42 +0000)]
(calc_pixel_width_or_height): Add prototype.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 19 Mar 2004 00:41:56 +0000 (00:41 +0000)]
*** empty log message ***

20 years ago(compilation-start): Always set compilation-last-buffer and return it.
Kim F. Storm [Fri, 19 Mar 2004 00:21:43 +0000 (00:21 +0000)]
(compilation-start): Always set compilation-last-buffer and return it.

20 years ago(tex-shell): Set error parsing function here.
Stefan Monnier [Thu, 18 Mar 2004 20:26:01 +0000 (20:26 +0000)]
(tex-shell): Set error parsing function here.
(tex-send-tex-command): Rather than here.
(tex-compilation-parse-errors): Simplify.

20 years ago(log-edit-font-lock-keywords): Typo.
Stefan Monnier [Thu, 18 Mar 2004 19:29:33 +0000 (19:29 +0000)]
(log-edit-font-lock-keywords): Typo.

20 years ago*** empty log message ***
Luc Teirlinck [Thu, 18 Mar 2004 03:07:38 +0000 (03:07 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Stefan Monnier [Thu, 18 Mar 2004 02:59:33 +0000 (02:59 +0000)]
*** empty log message ***

20 years ago(Fread_file_name): Set completion-ignore-case for case-insensitive systems.
Stefan Monnier [Thu, 18 Mar 2004 02:58:45 +0000 (02:58 +0000)]
(Fread_file_name): Set completion-ignore-case for case-insensitive systems.

20 years ago(clone-buffer): Doc fix.
Luc Teirlinck [Thu, 18 Mar 2004 02:57:32 +0000 (02:57 +0000)]
(clone-buffer): Doc fix.

20 years ago(log-edit-font-lock-keywords): New var.
Stefan Monnier [Thu, 18 Mar 2004 02:48:51 +0000 (02:48 +0000)]
(log-edit-font-lock-keywords): New var.
(log-edit-mode): Use it.

20 years ago(Advanced): Replace @unnumberedsubsec by @subheading (as suggested by
Luc Teirlinck [Thu, 18 Mar 2004 02:48:20 +0000 (02:48 +0000)]
(Advanced): Replace @unnumberedsubsec by @subheading (as suggested by
Karl Berry).  Update information about colored stars in menus.  Add
new subheading describing M-n.