]> git.eshelyaron.com Git - emacs.git/log
emacs.git
18 years ago(org-read-date, org-goto-calendar)
Carsten Dominik [Fri, 4 Nov 2005 09:25:17 +0000 (09:25 +0000)]
(org-read-date, org-goto-calendar)
(org-recenter-calendar, org-agenda-goto-calendar): Temporarily
clear 'calendar-move-hook'.

18 years ago(Mark Ring): Fix typo.
Romain Francoise [Fri, 4 Nov 2005 07:37:36 +0000 (07:37 +0000)]
(Mark Ring): Fix typo.

18 years ago2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Fri, 4 Nov 2005 05:40:03 +0000 (05:40 +0000)]
2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>

* ediff-merge.el (ediff-merge-region-is-non-clash): return t, if not
merging.

* ediff-util.el (ediff-previous-difference): don't skip regions that
have merge clashes.

18 years ago(command-line): Don't call tty-register-default-colors on Mac.
YAMAMOTO Mitsuharu [Fri, 4 Nov 2005 05:37:09 +0000 (05:37 +0000)]
(command-line): Don't call tty-register-default-colors on Mac.

18 years ago(command-line): Use `custom-reevaluate-setting' for
YAMAMOTO Mitsuharu [Fri, 4 Nov 2005 02:16:14 +0000 (02:16 +0000)]
(command-line): Use `custom-reevaluate-setting' for
mouse-wheel-down-event and mouse-wheel-up-event.

18 years ago(mouse-wheel-down-event, mouse-wheel-up-event): Undo previous change.
YAMAMOTO Mitsuharu [Fri, 4 Nov 2005 02:15:37 +0000 (02:15 +0000)]
(mouse-wheel-down-event, mouse-wheel-up-event): Undo previous change.

18 years ago(gdb-buffer-type): Remove duplicate declaration.
Nick Roberts [Fri, 4 Nov 2005 02:02:29 +0000 (02:02 +0000)]
(gdb-buffer-type): Remove duplicate declaration.
(gdb-buffer-type): Make it automatically buffer local...
(gdb-get-create-buffer): ...and set it accordingly.
(gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
actually work.

18 years ago*** empty log message ***
Nick Roberts [Fri, 4 Nov 2005 02:01:35 +0000 (02:01 +0000)]
*** empty log message ***

18 years ago(lisp, shortlisp): Add emacs-lisp/syntax.elc,
Dan Nicolaescu [Thu, 3 Nov 2005 22:39:38 +0000 (22:39 +0000)]
(lisp, shortlisp): Add emacs-lisp/syntax.elc,
font-lock.elc and jit-lock.elc.

18 years ago(font-lock-warning-face): Use the more vivid red1,
Dan Nicolaescu [Thu, 3 Nov 2005 22:29:43 +0000 (22:29 +0000)]
(font-lock-warning-face): Use the more vivid red1,
not red.

18 years ago(mh-folder-body-face, mh-folder-cur-msg-face)
Dan Nicolaescu [Thu, 3 Nov 2005 22:08:39 +0000 (22:08 +0000)]
(mh-folder-body-face, mh-folder-cur-msg-face)
(mh-folder-cur-msg-number-face, mh-folder-refiled-face)
(mh-folder-to-face): Use the min-colors attribute instead of the
type attribute.

18 years ago(gud-watch): Use save-selected-window in
Nick Roberts [Thu, 3 Nov 2005 22:05:53 +0000 (22:05 +0000)]
(gud-watch): Use save-selected-window in
case GUD buffer is not visible.
(gdb-goto-breakpoint): Try to force display in source buffer.
(gdb-frame-gdb-buffer): Copy other similar functions.
(gdb-restore-windows): Don't display source if not asked for.
(gdb-assembler-buffer-name): Don't capitalise.

18 years ago*** empty log message ***
Nick Roberts [Thu, 3 Nov 2005 22:04:36 +0000 (22:04 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 3 Nov 2005 21:48:00 +0000 (21:48 +0000)]
*** empty log message ***

18 years ago(key-sequence): New widget type.
Richard M. Stallman [Thu, 3 Nov 2005 21:46:16 +0000 (21:46 +0000)]
(key-sequence): New widget type.

18 years ago(Mark Ring): Mention set-mark-command-repeat-pop.
Richard M. Stallman [Thu, 3 Nov 2005 21:44:12 +0000 (21:44 +0000)]
(Mark Ring): Mention set-mark-command-repeat-pop.

18 years ago(set-mark-command-repeat-pop): New variable.
Richard M. Stallman [Thu, 3 Nov 2005 21:41:20 +0000 (21:41 +0000)]
(set-mark-command-repeat-pop): New variable.
(set-mark-command): Only interpret plan C-@ after a pop as a pop
if set-mark-command-repeat-pop is true.

18 years ago(Info-fontify-node): Don't display extra "see" if there already is one here.
Richard M. Stallman [Thu, 3 Nov 2005 21:38:35 +0000 (21:38 +0000)]
(Info-fontify-node): Don't display extra "see" if there already is one here.

18 years agoFix special handling of DEL after dragging a region:
Richard M. Stallman [Thu, 3 Nov 2005 21:37:21 +0000 (21:37 +0000)]
Fix special handling of DEL after dragging a region:
(mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
(mouse-region-delete-keys): Add [backspace].

18 years agoUse insert-buffer-substring, not insert-buffer.
Richard M. Stallman [Thu, 3 Nov 2005 21:34:54 +0000 (21:34 +0000)]
Use insert-buffer-substring, not insert-buffer.

18 years ago(ispell-command-loop): Change `i' description not to assume it
Richard M. Stallman [Thu, 3 Nov 2005 21:34:12 +0000 (21:34 +0000)]
(ispell-command-loop): Change `i' description not to assume it
pertains to an affix.

18 years ago(flyspell-post-command-hook): Bind deactivate-mark to prevent deactivation.
Richard M. Stallman [Thu, 3 Nov 2005 21:33:22 +0000 (21:33 +0000)]
(flyspell-post-command-hook): Bind deactivate-mark to prevent deactivation.

18 years ago(Frame-Local Variables): Small clarification.
Richard M. Stallman [Thu, 3 Nov 2005 21:32:08 +0000 (21:32 +0000)]
(Frame-Local Variables): Small clarification.

18 years ago(Fenlarge_window): Rename SIDE to HORIZONTAL.
Richard M. Stallman [Thu, 3 Nov 2005 21:13:57 +0000 (21:13 +0000)]
(Fenlarge_window): Rename SIDE to HORIZONTAL.
(enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
(CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.

18 years ago(STATIC_HEAP_SIZE): Increment both definitions.
Richard M. Stallman [Thu, 3 Nov 2005 21:12:07 +0000 (21:12 +0000)]
(STATIC_HEAP_SIZE): Increment both definitions.

18 years ago(refill_memory_reserve): Move decl out of conditionals.
Richard M. Stallman [Thu, 3 Nov 2005 21:11:20 +0000 (21:11 +0000)]
(refill_memory_reserve): Move decl out of conditionals.

18 years ago* mh-customize.el (mh-refile-preserves-sequences-flag)
Bill Wohler [Thu, 3 Nov 2005 19:59:38 +0000 (19:59 +0000)]
* mh-customize.el (mh-refile-preserves-sequences-flag)
(mh-tick-seq, mh-update-sequences-after-mh-show-flag): Sync docstrings
with manual.

* mh-e.el (mh-update-sequences): Sync docstrings with manual.

* mh-seq.el (mh-delete-seq, mh-list-sequences, mh-narrow-to-seq)
(mh-widen, mh-toggle-tick, mh-narrow-to-tick): Sync docstrings with
manual.

18 years agoAdd menu bindings for dired-do-find-marked-files,
Lars Hansen [Thu, 3 Nov 2005 19:40:39 +0000 (19:40 +0000)]
Add menu bindings for dired-do-find-marked-files,
dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.

18 years ago(Fdisplay_buffer): Fix last change to not use a dedicated window.
Stefan Monnier [Thu, 3 Nov 2005 17:14:11 +0000 (17:14 +0000)]
(Fdisplay_buffer): Fix last change to not use a dedicated window.

18 years ago*** empty log message ***
Andreas Schwab [Thu, 3 Nov 2005 17:01:03 +0000 (17:01 +0000)]
*** empty log message ***

18 years ago(GZIP_PROG): Renamed from GZIP.
Andreas Schwab [Thu, 3 Nov 2005 17:00:51 +0000 (17:00 +0000)]
(GZIP_PROG): Renamed from GZIP.
(install): Adjust.

18 years ago(GZIP_PROG): Renamed from GZIP.
Andreas Schwab [Thu, 3 Nov 2005 17:00:25 +0000 (17:00 +0000)]
(GZIP_PROG): Renamed from GZIP.
(install-arch-indep): Adjust.

18 years agoRegenerate.
Andreas Schwab [Thu, 3 Nov 2005 17:00:04 +0000 (17:00 +0000)]
Regenerate.

18 years agoUse GZIP_PROG instead of GZIP.
Andreas Schwab [Thu, 3 Nov 2005 16:59:33 +0000 (16:59 +0000)]
Use GZIP_PROG instead of GZIP.

18 years agoCopyright assigned to FSF.
Romain Francoise [Thu, 3 Nov 2005 16:27:14 +0000 (16:27 +0000)]
Copyright assigned to FSF.

18 years ago*** empty log message ***
Stefan Monnier [Thu, 3 Nov 2005 15:41:37 +0000 (15:41 +0000)]
*** empty log message ***

18 years agoUpdate FSF's address.
Romain Francoise [Thu, 3 Nov 2005 14:51:48 +0000 (14:51 +0000)]
Update FSF's address.

18 years agoNow part of GNU Emacs. Update FSF's address. Update copyright years.
Romain Francoise [Thu, 3 Nov 2005 14:49:14 +0000 (14:49 +0000)]
Now part of GNU Emacs.  Update FSF's address.  Update copyright years.

18 years ago(mouse-wheel-down-event, mouse-wheel-up-event): Use system-type instead
Sam Steingold [Thu, 3 Nov 2005 14:35:26 +0000 (14:35 +0000)]
(mouse-wheel-down-event, mouse-wheel-up-event): Use system-type instead
of window-system because window-system is not correctly defined during loadup.

18 years agoxml.el fixes
Mark A. Hershberger [Thu, 3 Nov 2005 03:56:38 +0000 (03:56 +0000)]
xml.el fixes

18 years ago(Note): GDB can sometimes expand macros.
Nick Roberts [Thu, 3 Nov 2005 02:03:24 +0000 (02:03 +0000)]
(Note): GDB can sometimes expand macros.

18 years ago*** empty log message ***
Nick Roberts [Thu, 3 Nov 2005 02:02:34 +0000 (02:02 +0000)]
*** empty log message ***

18 years ago(byte-optimize-pure-func): Quote the
Andreas Schwab [Wed, 2 Nov 2005 22:18:56 +0000 (22:18 +0000)]
(byte-optimize-pure-func): Quote the
folded value.

18 years ago(byte-optimize-pure-func): Quote the eval'd value so it's not re-eval'd.
Stefan Monnier [Wed, 2 Nov 2005 21:56:15 +0000 (21:56 +0000)]
(byte-optimize-pure-func): Quote the eval'd value so it's not re-eval'd.

18 years agoVarious comment syntax fixes.
Stefan Monnier [Wed, 2 Nov 2005 21:43:21 +0000 (21:43 +0000)]
Various comment syntax fixes.

18 years ago(string-to-syntax): Mark it as pure.
Stefan Monnier [Wed, 2 Nov 2005 19:03:17 +0000 (19:03 +0000)]
(string-to-syntax): Mark it as pure.

18 years ago(perl-font-lock-special-syntactic-constructs):
Stefan Monnier [Wed, 2 Nov 2005 17:33:28 +0000 (17:33 +0000)]
(perl-font-lock-special-syntactic-constructs):
Rename from perl-font-lock-syntactic-face-function.
Change the calling convention so it can be used as a font-lock MATCHER.
Do the parse-partial-sexp loop outselves.
(perl-font-lock-syntactic-keywords): Use it.
(perl-mode): Don't set font-lock-syntactic-face-function any more.

18 years ago(gdb-mouse-until): Make it work in the disassembly buffer too.
Nick Roberts [Wed, 2 Nov 2005 10:44:00 +0000 (10:44 +0000)]
(gdb-mouse-until): Make it work in the disassembly buffer too.
(gdb-exited): Remove overlay arrows when execution has finished.
(gdb-info-frames-custom, gdb-info-threads-custom)
(gdb-info-registers-custom): Don't add inappropriate text
properties if inferior is not active.

18 years ago*** empty log message ***
Nick Roberts [Wed, 2 Nov 2005 10:42:29 +0000 (10:42 +0000)]
*** empty log message ***

18 years ago(fortran-blink-match): Use `blink-matching-delay'.
Glenn Morris [Wed, 2 Nov 2005 08:30:45 +0000 (08:30 +0000)]
(fortran-blink-match): Use `blink-matching-delay'.

18 years agoFrom John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
Glenn Morris [Wed, 2 Nov 2005 08:30:25 +0000 (08:30 +0000)]
From  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
(f90-match-end): Use `blink-matching-delay'.

18 years ago*** empty log message ***
Glenn Morris [Wed, 2 Nov 2005 08:27:59 +0000 (08:27 +0000)]
*** empty log message ***

18 years ago(tramp-action-out-of-band): Handle scp message "Permission denied".
Lars Hansen [Wed, 2 Nov 2005 07:05:56 +0000 (07:05 +0000)]
(tramp-action-out-of-band): Handle scp message "Permission denied".

18 years ago(flyspell-external-point-words): Pass nil to flyspell-get-word.
Richard M. Stallman [Wed, 2 Nov 2005 01:34:04 +0000 (01:34 +0000)]
(flyspell-external-point-words): Pass nil to flyspell-get-word.

18 years ago*** empty log message ***
Bill Wohler [Wed, 2 Nov 2005 01:21:56 +0000 (01:21 +0000)]
*** empty log message ***

18 years ago* mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
Bill Wohler [Wed, 2 Nov 2005 01:13:07 +0000 (01:13 +0000)]
* mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
(mh-smail, mh-extract-rejected-mail, mh-forward, mh-redistribute)
(mh-reply, mh-send, mh-send-other-window)
(mh-fill-paragraph-function): Sync docstrings with manual.

* mh-customize.el (mh-redist-full-contents-flag): Convert defvar to
defcustom.
(mh-compose-forward-as-mime-flag)
(mh-compose-letter-function, mh-forward-subject-format)
(mh-insert-x-mailer-flag, mh-reply-default-reply-to)
(mh-reply-show-message-flag, mh-letter-mode-hook): Sync docstrings
with manual.

18 years ago(menu-bar-options-menu): Show "Shift Movement (CUA)"
Kim F. Storm [Tue, 1 Nov 2005 23:21:39 +0000 (23:21 +0000)]
(menu-bar-options-menu): Show "Shift Movement (CUA)"
item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.

18 years ago*** empty log message ***
Kim F. Storm [Tue, 1 Nov 2005 23:21:20 +0000 (23:21 +0000)]
*** empty log message ***

18 years agoAdd arch tagline
Miles Bader [Tue, 1 Nov 2005 23:06:16 +0000 (23:06 +0000)]
Add arch tagline

18 years ago(update_window_fringes): Undo 2005-10-27 change.
Kim F. Storm [Tue, 1 Nov 2005 22:32:24 +0000 (22:32 +0000)]
(update_window_fringes): Undo 2005-10-27 change.
Instead, rotate the bottom angle bitmap 180 degrees to indicate
that the bottom row does not end in a newline.

18 years ago*** empty log message ***
Andreas Schwab [Tue, 1 Nov 2005 21:34:43 +0000 (21:34 +0000)]
*** empty log message ***

18 years ago(unexec): Handle .plt section in BSS segment.
Andreas Schwab [Tue, 1 Nov 2005 21:32:27 +0000 (21:32 +0000)]
(unexec): Handle .plt section in BSS segment.

18 years ago(bootstrap): Fix dependencies for parallel build.
Andreas Schwab [Tue, 1 Nov 2005 20:44:42 +0000 (20:44 +0000)]
(bootstrap): Fix dependencies for parallel build.
(bootfast): Likewise.

18 years ago*** empty log message ***
Stefan Monnier [Tue, 1 Nov 2005 19:55:49 +0000 (19:55 +0000)]
*** empty log message ***

18 years ago(date, event): Don't declare as dynamic-var.
Stefan Monnier [Tue, 1 Nov 2005 19:55:19 +0000 (19:55 +0000)]
(date, event): Don't declare as dynamic-var.
(calendar-mouse-holidays, calendar-mouse-view-diary-entries)
(calendar-mouse-print-dates): Add optional `event' argument.
Update interactive-spec.
(calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
Use `calendar-event-to-date' instead of `event'.

18 years ago(readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
Stefan Monnier [Tue, 1 Nov 2005 19:46:16 +0000 (19:46 +0000)]
(readevalloop): Yet another int/Lisp_Object mixup (YAILOM).

18 years ago(mh-ps-spool-buffer, mh-ps-spool-a-msg)
Bill Wohler [Tue, 1 Nov 2005 17:35:33 +0000 (17:35 +0000)]
(mh-ps-spool-buffer, mh-ps-spool-a-msg)
(mh-ps-print-msg): Remove debugging messages. (mh-ps-print-msg-show,
mh-ps-print-msg-show)
(mh-ps-print-toggle-color, mh-ps-print-toggle-mime): Remove period
after message per conventions.

18 years ago(Help Mode): Fix typo.
Bill Wohler [Tue, 1 Nov 2005 17:32:46 +0000 (17:32 +0000)]
(Help Mode): Fix typo.

18 years ago(ld-script-builtins): Add more words: "DATA_SEGMENT_ALIGN",
Masatake YAMATO [Tue, 1 Nov 2005 15:45:32 +0000 (15:45 +0000)]
(ld-script-builtins): Add more words: "DATA_SEGMENT_ALIGN",
"DATA_SEGMENT_END",  "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN",
and "SEGMENT_START".
(auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.

18 years agoRegenerate.
Romain Francoise [Tue, 1 Nov 2005 11:49:36 +0000 (11:49 +0000)]
Regenerate.

18 years ago* Makefile.in (install): Compress source files.
Romain Francoise [Tue, 1 Nov 2005 11:49:07 +0000 (11:49 +0000)]
* Makefile.in (install): Compress source files.

18 years agoSource files are compressed by default.
Romain Francoise [Tue, 1 Nov 2005 11:48:50 +0000 (11:48 +0000)]
Source files are compressed by default.

18 years ago* configure.in: Check for gzip.
Romain Francoise [Tue, 1 Nov 2005 11:48:27 +0000 (11:48 +0000)]
* configure.in: Check for gzip.

* Makefile.in (install): Compress source files.

18 years ago* vc-sccs.el: Update copyright year.
Romain Francoise [Tue, 1 Nov 2005 10:39:42 +0000 (10:39 +0000)]
* vc-sccs.el: Update copyright year.
* ezimage.el: Likewise.

18 years ago(Info-fontify-node): Use `string-width' for fontifying underlined titles.
Juri Linkov [Tue, 1 Nov 2005 10:04:19 +0000 (10:04 +0000)]
(Info-fontify-node): Use `string-width' for fontifying underlined titles.

18 years ago(Info-fontify-node): Downcase node header keywords Node,
Juri Linkov [Tue, 1 Nov 2005 09:56:07 +0000 (09:56 +0000)]
(Info-fontify-node): Downcase node header keywords Node,
Prev, Next, Up before comparison.
(Info-history): Insert absolute directory name, and put invisible
property on it.

18 years ago(Info-file-supports-index-cookies): New variable.
Juri Linkov [Tue, 1 Nov 2005 09:45:38 +0000 (09:45 +0000)]
(Info-file-supports-index-cookies): New variable.
(Info-find-node-2): Check makeinfo version for index cookie support.
(Info-index-nodes): Search for nodes with index cookies only when
Info-file-supports-index-cookies is t.  Otherwise, search nodes
with "Index" in the node name.
(Info-index-node): Search index cookie in the current node only when
Info-file-supports-index-cookies is t.  Otherwise, check the word
"Index" in the node name.
(Info-find-emacs-command-nodes): Remove code that searches nodes
with "Index" node name in the top menu.

18 years ago*** empty log message ***
John Wiegley [Tue, 1 Nov 2005 09:31:26 +0000 (09:31 +0000)]
*** empty log message ***

18 years agoReplace (savehist-mode 1) for (savehist-load).
Stefan Monnier [Tue, 1 Nov 2005 08:02:46 +0000 (08:02 +0000)]
Replace (savehist-mode 1) for (savehist-load).

18 years ago(window_loop): For LRU and LARGEST, let the `mini' argument
Stefan Monnier [Tue, 1 Nov 2005 08:01:40 +0000 (08:01 +0000)]
(window_loop): For LRU and LARGEST, let the `mini' argument
determine whether to consider dedicated windows as well.
(Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
(Fdisplay_buffer): Do consider dedicated windows in those cases where
we will split the window rather than reuse it.
Don't try to use windows on other displays.

18 years ago(scheme-mode-variables): Use the default comment-indent-function.
Stefan Monnier [Tue, 1 Nov 2005 07:31:15 +0000 (07:31 +0000)]
(scheme-mode-variables): Use the default comment-indent-function.

18 years ago(face-attribute): Handle the case where a face inherits from
Stefan Monnier [Tue, 1 Nov 2005 07:19:07 +0000 (07:19 +0000)]
(face-attribute): Handle the case where a face inherits from
a non-existent face.

18 years ago(eval-expression-print-format): Use lisp-readable syntax
Stefan Monnier [Tue, 1 Nov 2005 07:18:10 +0000 (07:18 +0000)]
(eval-expression-print-format): Use lisp-readable syntax
for octal and hexa output, and merge the char into the paren.
(kill-new): Use push.
(copy-to-buffer): Use with-current-buffer.
(completion-setup-function): Move code in loop to remove redundancy.
(minibuffer-local-must-match-map): Don't add bindings that duplicate
those inherited from minibuffer-local-completion-map.

18 years ago(iswitchb-define-mode-map): Re-enabled the toggle-ignore keybinding
John Wiegley [Tue, 1 Nov 2005 07:10:49 +0000 (07:10 +0000)]
(iswitchb-define-mode-map): Re-enabled the toggle-ignore keybinding
(C-a).  The author said it had been disabled much earlier due to a
possible incompatibility, but after many months of usage I have
encountered no problems (and it is a rather useful option, especially
for switching to " *temp*").

18 years ago(eudc-mab-query-internal): Added backend support for OS/X's
John Wiegley [Tue, 1 Nov 2005 07:10:36 +0000 (07:10 +0000)]
(eudc-mab-query-internal): Added backend support for OS/X's
AddressBook, by calling out to the open source program "contacts"
(installable through Fink).

18 years ago(eudc-expand-inline): If the `eudc-multiple-match-handling-method' is
John Wiegley [Tue, 1 Nov 2005 07:07:25 +0000 (07:07 +0000)]
(eudc-expand-inline): If the `eudc-multiple-match-handling-method' is
set to `all', delete the query string before inserting the query
result.

18 years ago(eshell-do-ls): Added no-op support for --dired flag, to prevent
John Wiegley [Tue, 1 Nov 2005 07:07:05 +0000 (07:07 +0000)]
(eshell-do-ls): Added no-op support for --dired flag, to prevent
Eshell from using the system ls when `eshell-ls-insert-directory' is
in used.
(eshell-ls-insert-directory): Disable font-lock in directory buffer so
that Eshell's own fontification is seen.  This broke recently due to
changes in font-lock, so this goes back to version 21 behavior.

18 years ago(eshell-extended-glob): Expand the "." path before passing it down to
John Wiegley [Tue, 1 Nov 2005 07:03:03 +0000 (07:03 +0000)]
(eshell-extended-glob): Expand the "." path before passing it down to
`eshell-glob-entries'.  This is done because special file-handlers
will on trigger on ".", even if `default-directory' is special.

18 years ago*** empty log message ***
John Wiegley [Tue, 1 Nov 2005 07:02:12 +0000 (07:02 +0000)]
*** empty log message ***

18 years ago(savehist-mode) <defcustom>: Use custom-set-minor-mode if available.
Stefan Monnier [Tue, 1 Nov 2005 06:09:32 +0000 (06:09 +0000)]
(savehist-mode) <defcustom>: Use custom-set-minor-mode if available.
(savehist-mode) <defun>: Run the minor mode hook, set the custom state
and emit a message if applicable.

18 years agoSync up to version 19.
Stefan Monnier [Tue, 1 Nov 2005 05:49:46 +0000 (05:49 +0000)]
Sync up to version 19.
(savehist-mode): New minor mode.
(savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
(savehist-length): Remove (use history-length instead).
(savehist-file-modes): Rename from savehist-modes.
(savehist-save-hook, savehist-loaded): New vars.
(savehist-load): Use savehist-mode.  Try to smooth up transition from
old format to new format.
(savehist-install): Allow savehist-autosave-interval to be nil.
(savehist-save): Run the new hook.  Be more careful to only trim the
history variables.
(savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
(savehist-printable): Print into a buffer rather than char-by-char.

18 years ago(Other GDB User Interface Buffers): Describe
Nick Roberts [Mon, 31 Oct 2005 22:05:53 +0000 (22:05 +0000)]
(Other GDB User Interface Buffers): Describe
the command gdb-use-inferior-io-buffer.

18 years ago*** empty log message ***
Nick Roberts [Mon, 31 Oct 2005 22:04:57 +0000 (22:04 +0000)]
*** empty log message ***

18 years ago(gdb-use-inferior-io-buffer): New function.
Nick Roberts [Mon, 31 Oct 2005 21:13:15 +0000 (21:13 +0000)]
(gdb-use-inferior-io-buffer): New function.
(menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
(gdb-many-windows): Doc fix.

18 years ago* files.texi (Compressed Files): Fix typo.
Romain Francoise [Mon, 31 Oct 2005 18:56:40 +0000 (18:56 +0000)]
* files.texi (Compressed Files): Fix typo.

* buffers.texi (Misc Buffer): Downcase `*shell*'.

* windows.texi (Force Same Window): Likewise.

18 years ago(describe-simplify-lib-file-name): Add autoload cookie.
Romain Francoise [Mon, 31 Oct 2005 17:06:01 +0000 (17:06 +0000)]
(describe-simplify-lib-file-name): Add autoload cookie.

18 years ago* loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
Dan Nicolaescu [Mon, 31 Oct 2005 16:41:15 +0000 (16:41 +0000)]
* loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
that global-font-lock-mode can be enabled by default.

* font-lock.el (font-lock-keywords, font-lock-mode-internal)
(font-lock-add-keywords, font-lock-remove-keywords)
(font-lock-fontify-buffer): Remove autoload cookies.

* jit-lock.el (jit-lock-register): Likewise.

* emacs-lisp/syntax.el (syntax-ppss): Likewise.

* puresize.h (BASE_PURESIZE): Increment to 1170000.

18 years ago(gud-filter): Use comint-update-fence to delete
Nick Roberts [Mon, 31 Oct 2005 09:30:35 +0000 (09:30 +0000)]
(gud-filter): Use comint-update-fence to delete
old prompt comint-prompt-read-only is t and GDB commands are
issued from tool bar etc.

18 years ago(gdb-many-windows): Leave window configuration
Nick Roberts [Mon, 31 Oct 2005 09:28:48 +0000 (09:28 +0000)]
(gdb-many-windows): Leave window configuration
intact if there is no gud-comint-buffer.

18 years ago*** empty log message ***
Nick Roberts [Mon, 31 Oct 2005 09:27:57 +0000 (09:27 +0000)]
*** empty log message ***