/[emacs]/emacs/etc/NEWS
ViewVC logotype

Log of /emacs/etc/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.2150 - (view) (download) (annotate) - [select for diffs]
Sat Dec 12 22:49:55 2009 UTC (14 years, 4 months ago) by dzhus
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2149: +5 -1 lines
Diff to previous 1.2149
NEWS entry for gdb-mi GSoC changes.


Revision 1.690.2.193 - (view) (download) (annotate) - [select for diffs]
Fri Dec 11 11:08:10 2009 UTC (14 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.690.2.192: +295 -62 lines
Diff to previous 1.690.2.192 , to branch point 1.690 , to next main 1.2150
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-105


Revision 1.2149 - (view) (download) (annotate) - [select for diffs]
Thu Dec 10 08:47:26 2009 UTC (14 years, 4 months ago) by monnier
Branch: MAIN
Changes since 1.2148: +1 -2 lines
Diff to previous 1.2148
Remove mention of latex-complete, which was removed before the release.


Revision 1.2148 - (view) (download) (annotate) - [select for diffs]
Wed Dec 9 10:37:30 2009 UTC (14 years, 4 months ago) by albinus
Branch: MAIN
Changes since 1.2147: +4 -2 lines
Diff to previous 1.2147
* NEWS: Point to the external counterparts of su and sudo.


Revision 1.2147 - (view) (download) (annotate) - [select for diffs]
Tue Dec 8 02:59:53 2009 UTC (14 years, 4 months ago) by cyd
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_1_90
Changes since 1.2146: +42 -13 lines
Diff to previous 1.2146
NEWS entries for mail-user-agent and CEDET.


Revision 1.2146 - (view) (download) (annotate) - [select for diffs]
Mon Dec 7 20:06:26 2009 UTC (14 years, 4 months ago) by monnier
Branch: MAIN
Changes since 1.2145: +6 -0 lines
Diff to previous 1.2145
* minibuffer.el (completion-at-point-functions): New var.
(completion-at-point): New command.
* indent.el (indent-for-tab-command): Handle the new `complete' behavior.
* progmodes/python.el (python-mode-map): Use completion-at-point.
(python-completion-at-point): Rename from python-partial-symbol and
adjust for use in completion-at-point-functions.
(python-mode): Setup completion-at-point for Python completion.
* emacs-lisp/lisp.el (lisp-completion-at-point): New function
extracted from lisp-complete-symbol.
(lisp-complete-symbol): Use it.
* emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
setup completion-at-point for Elisp completion.
(emacs-lisp-mode-map, lisp-interaction-mode-map): Use completion-at-point.
* ielm.el (ielm-map): Use completion-at-point.
(inferior-emacs-lisp-mode): Setup completion-at-point for Elisp completion.
* progmodes/sym-comp.el: Move to...
* obsolete/sym-comp.el: Move from progmodes.


Revision 1.2145 - (view) (download) (annotate) - [select for diffs]
Mon Dec 7 16:14:23 2009 UTC (14 years, 4 months ago) by cyd
Branch: MAIN
Changes since 1.2144: +7 -0 lines
Diff to previous 1.2144
Added compose-mail-user-agent-warnings.


Revision 1.2144 - (view) (download) (annotate) - [select for diffs]
Mon Dec 7 09:02:11 2009 UTC (14 years, 4 months ago) by dann
Branch: MAIN
Changes since 1.2143: +4 -0 lines
Diff to previous 1.2143
Support showing a single log entry from vc-annotate.
* vc.el (print-log): Add a new argument: START-REVISION.
(vc-print-log-internal): Add a new optional argument and
pass it to the backend.
(vc-print-log, vc-print-root-log): Adjust callers.
* vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
buffer already displays the requested log entry, use it.
Otherwise display only the log entry in question.
* vc-svn.el (vc-svn-print-log):
* vc-mtn.el (log-view-file-re):
* vc-hg.el (vc-hg-state):
* vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
(vc-git-show-log-entry): Return t on success.
* vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
(vc-bzr-show-log-entry): Return t on success.
* vc-rcs.el (vc-rcs-print-log):
* vc-sccs.el (vc-sccs-print-log):
* vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.


Revision 1.2143 - (view) (download) (annotate) - [select for diffs]
Mon Dec 7 06:30:30 2009 UTC (14 years, 4 months ago) by dann
Branch: MAIN
Changes since 1.2142: +5 -0 lines
Diff to previous 1.2142
Get the background mode from the terminal for xterm, and set
faces accordingly.
* term/xterm.el (xterm-set-background-mode): New function.
(terminal-init-xterm): Use it in case xterm supports background
color queries.  Recompute faces after getting the background
color.


Revision 1.2142 - (view) (download) (annotate) - [select for diffs]
Sun Dec 6 22:36:11 2009 UTC (14 years, 4 months ago) by dann
Branch: MAIN
Changes since 1.2141: +4 -1 lines
Diff to previous 1.2141
*** empty log message ***


Revision 1.2141 - (view) (download) (annotate) - [select for diffs]
Sat Dec 5 23:51:26 2009 UTC (14 years, 4 months ago) by cyd
Branch: MAIN
Changes since 1.2140: +80 -70 lines
Diff to previous 1.2140
Copyedit several NEWS entries.


Revision 1.2140 - (view) (download) (annotate) - [select for diffs]
Sat Dec 5 21:08:09 2009 UTC (14 years, 4 months ago) by cyd
Branch: MAIN
Changes since 1.2139: +11 -5 lines
Diff to previous 1.2139
ansi-color is now enabled by default in the shell.


Revision 1.2139 - (view) (download) (annotate) - [select for diffs]
Sat Dec 5 03:49:58 2009 UTC (14 years, 4 months ago) by gm
Branch: MAIN
Changes since 1.2138: +1 -0 lines
Diff to previous 1.2138
Documented diary view-mode.


Revision 1.2138 - (view) (download) (annotate) - [select for diffs]
Sat Dec 5 03:10:32 2009 UTC (14 years, 4 months ago) by gm
Branch: MAIN
Changes since 1.2137: +2 -1 lines
Diff to previous 1.2137
Documented diary fancy display.


Revision 1.2137 - (view) (download) (annotate) - [select for diffs]
Fri Dec 4 21:45:29 2009 UTC (14 years, 4 months ago) by jurta
Branch: MAIN
Changes since 1.2136: +5 -0 lines
Diff to previous 1.2136
(dired-auto-revert-buffer): New defcustom.
(dired-internal-noselect): Use it.


Revision 1.2136 - (view) (download) (annotate) - [select for diffs]
Fri Dec 4 21:43:07 2009 UTC (14 years, 4 months ago) by jurta
Branch: MAIN
Changes since 1.2135: +11 -0 lines
Diff to previous 1.2135
Change roles of modes and functions in image-mode.el (Bug#5062).

* image-mode.el: Replace `image-mode-maybe' with `image-mode'
in `auto-mode-alist'.
(image-mode-previous-major-mode): New variable.
(image-minor-mode-map): Rename from `image-mode-text-map'.
(image-mode): Move graceful error-handling code from
`image-minor-mode' to here.  On errors call `image-mode-as-text'.
(image-minor-mode): Remove all image-handling code.
Replace `image-mode-text-map' with `image-minor-mode-map'.
Check for `image-type' in mode-line format string.
(image-mode-maybe): Make obsolete with an alias to `image-mode'.
(image-mode-as-text): New function with most code from
`image-mode-maybe'.
(image-toggle-display-text): Move code that removes image
properties from `image-toggle-display' to here.
(image-toggle-display-image): New function with code that adds
image properties copied from `image-toggle-display'.
(image-toggle-display): Remove most code with leaving only code
that toggles between `image-mode-as-text' and `image-mode'.


Revision 1.2135 - (view) (download) (annotate) - [select for diffs]
Thu Dec 3 19:01:36 2009 UTC (14 years, 4 months ago) by monnier
Branch: MAIN
Changes since 1.2134: +2 -0 lines
Diff to previous 1.2134
(Fmake_network_process): Fix up the tests for
"connectionless socket", so they DTRT for seqpacket sockets as well.


Revision 1.2134 - (view) (download) (annotate) - [select for diffs]
Thu Dec 3 07:46:13 2009 UTC (14 years, 4 months ago) by dann
Branch: MAIN
Changes since 1.2133: +3 -0 lines
Diff to previous 1.2133
Add support for bzr shelve/unshelve.
* vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
(vc-bzr-extra-menu-map): New variables.
(vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
(vc-bzr-shelve-apply, vc-bzr-shelve-list)
(vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
(vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
(vc-bzr-dir-extra-headers): Display shelves.


Revision 1.2133 - (view) (download) (annotate) - [select for diffs]
Thu Dec 3 04:08:08 2009 UTC (14 years, 4 months ago) by dann
Branch: MAIN
Changes since 1.2132: +1 -1 lines
Diff to previous 1.2132
Support applying stashes.  Improve UI.
* vc-git.el (vc-git-dir-extra-headers): Add tooltips.
(vc-git-stash-apply, vc-git-stash-pop)
(vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
(vc-git-stash-menu): New functions.
(vc-git-stash-menu-map): New variable.
(vc-git-stash-map): Add bindings to popup a menu and to apply stashes.


Revision 1.2132 - (view) (download) (annotate) - [select for diffs]
Tue Dec 1 04:04:33 2009 UTC (14 years, 4 months ago) by monnier
Branch: MAIN
Changes since 1.2131: +1 -0 lines
Diff to previous 1.2131
* mpc.el: New file.


Revision 1.2131 - (view) (download) (annotate) - [select for diffs]
Mon Nov 30 19:42:16 2009 UTC (14 years, 4 months ago) by jurta
Branch: MAIN
Changes since 1.2130: +8 -0 lines
Diff to previous 1.2130
(multi-isearch-read-buffers)
(multi-isearch-read-matching-buffers): New functions.
(multi-isearch-buffers, multi-isearch-buffers-regexp):
Use them in the `interactive' spec.  Doc fix.
(multi-isearch-read-files, multi-isearch-read-matching-files):
New functions.
(multi-isearch-files, multi-isearch-files-regexp):
Use them in the `interactive' spec.  Doc fix.  (Bug#4725)


Revision 1.2130 - (view) (download) (annotate) - [select for diffs]
Mon Nov 30 16:14:48 2009 UTC (14 years, 4 months ago) by jurta
Branch: MAIN
Changes since 1.2129: +1 -1 lines
Diff to previous 1.2129
(doc-view-continuous):
Rename from `doc-view-continuous-mode'.
(doc-view-menu): Move "Toggle display" to the top.
Add submenu "Continuous" with radio buttons "Off"/"On"
and "Save as Default".
(doc-view-scroll-up-or-next-page)
(doc-view-scroll-down-or-previous-page)
(doc-view-next-line-or-next-page)
(doc-view-previous-line-or-previous-page): Rename
`doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)


Revision 1.2129 - (view) (download) (annotate) - [select for diffs]
Mon Nov 30 16:11:18 2009 UTC (14 years, 4 months ago) by jurta
Branch: MAIN
Changes since 1.2128: +2 -2 lines
Diff to previous 1.2128
(comint-mode-map): Rebind `M-r' from
`comint-previous-matching-input' to
`comint-history-isearch-backward-regexp'.
Unbind `M-s' to allow global key binding `M-s'.
Add menu items for `comint-history-isearch-backward' and
`comint-history-isearch-backward-regexp'.  (Bug#3746)


Revision 1.2128 - (view) (download) (annotate) - [select for diffs]
Sun Nov 29 23:34:05 2009 UTC (14 years, 4 months ago) by jurta
Branch: MAIN
Changes since 1.2127: +3 -0 lines
Diff to previous 1.2127
Add defcustom to define the cycling order of `recenter-top-bottom'. (Bug#4981)

* window.el (recenter-last-op): Doc fix.
(recenter-positions): New defcustom.
(recenter-top-bottom): Rewrite to use `recenter-positions'.
(move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.


Revision 1.2127 - (view) (download) (annotate) - [select for diffs]
Fri Nov 27 16:38:38 2009 UTC (14 years, 5 months ago) by albinus
Branch: MAIN
Changes since 1.2126: +6 -1 lines
Diff to previous 1.2126
* NEWS: New functions eshell/su and eshell/sudo.


Revision 1.2126 - (view) (download) (annotate) - [select for diffs]
Wed Nov 25 17:23:45 2009 UTC (14 years, 5 months ago) by jurta
Branch: MAIN
Changes since 1.2125: +4 -0 lines
Diff to previous 1.2125
Search recursively in gzipped files.  (Bug#4982)

(grep-highlight-matches): Add new options
`always' and `auto'.  Doc fix.
(grep-process-setup): Check `grep-highlight-matches' for
`auto-detect' to determine the need to compute grep defaults.
Move Windows/DOS specific --colors settings handling
to `grep-compute-defaults'.  Check `grep-highlight-matches'
to get the value of "--color=".
(grep-compute-defaults): Compute `grep-highlight-matches' when it
has the value `auto-detect'.  Move Windows/DOS specific settings
from `grep-process-setup'.
(zrgrep): New command with alias `rzgrep'.


Revision 1.2125 - (view) (download) (annotate) - [select for diffs]
Wed Nov 25 17:15:19 2009 UTC (14 years, 5 months ago) by jurta
Branch: MAIN
Changes since 1.2124: +3 -1 lines
Diff to previous 1.2124
Provide additional default values (directories at other Dired
windows) via M-n in the minibuffer of some Dired commands.

* dired-aux.el (dired-diff, dired-compare-directories)
(dired-do-create-files): Use `dired-dwim-target-defaults' to set
`minibuffer-default' in `minibuffer-with-setup-hook'.
(dired-dwim-target-directory): Find a window that displays Dired
buffer instead of failing when the next window is not Dired.
Use `get-window-with-predicate' to find for the next Dired window.
(dired-dwim-target-defaults): New function.

* ediff-util.el (ediff-read-file-name):
Use `dired-dwim-target-defaults' to set `minibuffer-default'
in `minibuffer-with-setup-hook'.


Revision 1.2124 - (view) (download) (annotate) - [select for diffs]
Wed Nov 25 17:11:29 2009 UTC (14 years, 5 months ago) by jurta
Branch: MAIN
Changes since 1.2123: +4 -0 lines
Diff to previous 1.2123
Provide additional default values (file name at point or at the
current Dired line) via M-n for file reading minibuffers.  (Bug#5010)

* minibuffer.el (read-file-name-defaults): New function.
(read-file-name): Reset `minibuffer-default' to nil when
it duplicates initial input `insdef'.
Bind `minibuffer-default-add-function' to lambda that
calls `read-file-name-defaults' in `minibuffer-selected-window'.
(minibuffer-insert-file-name-at-point): New command.

* files.el (file-name-at-point-functions): New defcustom.
(find-file-default): Remove defvar.
(find-file-read-args): Don't use `find-file-default'.
Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
to `read-file-name'.
(find-file-literally): Use `read-file-name' with
`confirm-nonexistent-file-or-buffer'.

* ffap.el (ffap-guess-file-name-at-point): New autoloaded function.

* dired.el (dired-read-dir-and-switches):
Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
to `read-file-name'.
(dired-file-name-at-point): New function.
(dired-mode): Add hook `dired-file-name-at-point' to
`file-name-at-point-functions'.


Revision 1.2123 - (view) (download) (annotate) - [select for diffs]
Mon Nov 23 20:34:53 2009 UTC (14 years, 5 months ago) by jurta
Branch: MAIN
Changes since 1.2122: +5 -0 lines
Diff to previous 1.2122
Implement DocView Continuous mode.  (Bug#4896)
* doc-view.el (doc-view-continuous-mode): New defcustom.
(doc-view-mode-map): Bind C-n/<down> to `doc-view-next-line-or-next-page',
C-p/<up> to `doc-view-previous-line-or-previous-page'.
(doc-view-next-line-or-next-page)
(doc-view-previous-line-or-previous-page): New commands.


Revision 1.2122 - (view) (download) (annotate) - [select for diffs]
Mon Nov 23 20:30:33 2009 UTC (14 years, 5 months ago) by jurta
Branch: MAIN
Changes since 1.2121: +5 -0 lines
Diff to previous 1.2121
Implement Isearch in comint input history.  (Bug#3746)
* comint.el (comint-mode): Add `comint-history-isearch-setup' to
`isearch-mode-hook'.
(comint-history-isearch): New defcustom.
(comint-history-isearch-backward)
(comint-history-isearch-backward-regexp): New commands.
(comint-history-isearch-message-overlay): New buffer-local variable.
(comint-history-isearch-setup, comint-history-isearch-end)
(comint-goto-input, comint-history-isearch-search)
(comint-history-isearch-message, comint-history-isearch-wrap)
(comint-history-isearch-push-state)
(comint-history-isearch-pop-state): New functions.


Revision 1.2121 - (view) (download) (annotate) - [select for diffs]
Mon Nov 23 05:32:25 2009 UTC (14 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.2120: +3 -0 lines
Diff to previous 1.2120
(move-to-window-line-last-op): New var.
(move-to-window-line-top-bottom): New command.
(global-map): Bind M-r move-to-window-line-top-bottom.


Revision 1.2120 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 15:47:26 2009 UTC (14 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.2119: +5 -0 lines
Diff to previous 1.2119
* bookmark.el (bookmark-search-delay, bookmark-search-prompt): New options.
(bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag): New vars.
(bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
(bookmark-bmenu-filter-alist-by-regexp)
(bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
(bookmark-bmenu-search): New command.
(bookmark-bmenu-mode-map): Bind it.


Revision 1.2119 - (view) (download) (annotate) - [select for diffs]
Fri Nov 20 06:56:16 2009 UTC (14 years, 5 months ago) by dann
Branch: MAIN
Changes since 1.2118: +2 -0 lines
Diff to previous 1.2118
(vc-deduce-fileset): Allow non-state changing operations
from a dired buffer.
(vc-dired-deduce-fileset): New function.
(vc-root-diff, vc-print-root-log): Use it.


Revision 1.2118 - (view) (download) (annotate) - [select for diffs]
Thu Nov 19 20:22:03 2009 UTC (14 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.2117: +2 -0 lines
Diff to previous 1.2117
Mention htmlfontify.


Revision 1.2117 - (view) (download) (annotate) - [select for diffs]
Thu Nov 19 17:39:14 2009 UTC (14 years, 5 months ago) by jurta
Branch: MAIN
Changes since 1.2116: +3 -0 lines
Diff to previous 1.2116
Vertical completions.


Revision 1.2116 - (view) (download) (annotate) - [select for diffs]
Thu Nov 19 03:12:51 2009 UTC (14 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.2115: +3 -0 lines
Diff to previous 1.2115
* abbrev.el (abbrev-with-wrapper-hook): (re)move...
* simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
* minibuffer.el (completion-in-region-functions): New hook.
(completion-in-region): New function.
* emacs-lisp/lisp.el (lisp-complete-symbol):
* pcomplete.el (pcomplete-std-complete): Use it.


Revision 1.2115 - (view) (download) (annotate) - [select for diffs]
Tue Nov 17 08:21:26 2009 UTC (14 years, 5 months ago) by jhd
Branch: MAIN
Changes since 1.2114: +12 -0 lines
Diff to previous 1.2114
Handle system default font and changing font parameters.

* xterm.h (struct x_display_info): Add atoms and Window for xsettings.

* xterm.c (handle_one_xevent): Call xft_settings_event for
ClientMessage, PropertyNotify and DestroyNotify.
(x_term_init): If we have XFT, get DPI from Xft.dpi.
Call xsettings_initialize.

* xftfont.c (xftfont_fix_match): New function.
(xftfont_open): Call XftDefaultSubstitute before XftFontMatch.
Call xftfont_fix_match after XftFontMatch.

* xfont.c (xfont_driver): Initialize all members.

* xfns.c (x_default_font_parameter): Try font from Ffont_get_system_font.
Do not get font from x_default_parameter if we got one from
Ffont_get_system_font.
(Fx_select_font): Get the defaut font name from :name of FRAME_FONT (f).

* w32font.c (w32font_driver): Initialize all members.

* termhooks.h (enum event_kind): CONFIG_CHANGED_EVENT is new.

* lisp.h: Declare syms_of_xsettings.

* keyboard.c (kbd_buffer_get_event, make_lispy_event): Handle
CONFIG_CHANGED_EVENT.

* ftfont.c (ftfont_filter_properties): New function.

* frame.c (x_set_font): Remove unused variable lval.

* font.h (struct font_driver): filter_properties is new.

* font.c (font_put_extra): Don't return if val is nil, it means
boolean option is off.
(font_parse_fcname): Collect all extra properties in extra_props
and call filter_properties for all drivers with extra_props and
font as parameter.
(font_open_entity): Do not use cache, it does not pick up new fontconfig
settings like hinting.
(font_load_for_lface): If spec had a name in it, store it in entity.

* emacs.c (main): Call syms_of_xsettings

* config.in: HAVE_GCONF is new.

* Makefile.in (GCONF_CFLAGS, GCONF_LIBS): New variables for HAVE_GCONF.
xsettings.o is new.

* menu-bar.el: Put "Use system font" in Option-menu.

* loadup.el: If feature system-font-setting or font-render-setting is
there, load font-setting.

* Makefile.in (ELCFILES): font-settings.el is new.
* font-setting.el: New file.

* NEWS: Mention dynamic font changes (font-use-system-font).

* configure.in: New option: --with(out)-gconf.
Set HAVE_GCONF if we find gconf.


Revision 1.2114 - (view) (download) (annotate) - [select for diffs]
Mon Nov 16 20:36:06 2009 UTC (14 years, 5 months ago) by dann
Branch: MAIN
Changes since 1.2113: +7 -0 lines
Diff to previous 1.2113
* vc.el	(vc-log-show-limit): Default to 2000.
(vc-print-log-internal): Insert buttons to request more entries
when limiting the output.

* vc-sccs.el (vc-sccs-print-log):
* vc-rcs.el (vc-rcs-print-log):
* vc-cvs.el (vc-cvs-print-log):
* vc-git.el (vc-git-print-log): Return 'limit-unsupported when
LIMIT is non-nil.


Revision 1.2113 - (view) (download) (annotate) - [select for diffs]
Fri Nov 6 18:47:48 2009 UTC (14 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.2112: +3 -0 lines
Diff to previous 1.2112
Let integers use up 2 tags to give them one extra bit and double their range.
* lisp.h (USE_2_TAGS_FOR_INTS): New macro.
(LISP_INT_TAG, case_Lisp_Int, LISP_STRING_TAG, LISP_INT_TAG_P): New macros.
(enum Lisp_Type): Use them.  Give explicit values.
(Lisp_Type_Limit): Remove.
(XINT, XUINT, make_number) [!USE_LISP_UNION_TYPE]:
(MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM, INTMASK):
Pay attention to USE_2_TAGS_FOR_INTS.
(INTEGERP): Use LISP_INT_TAG_P.
* fns.c (internal_equal): Simplify the default case.
(sxhash): Use case_Lisp_Int.
* data.c (wrong_type_argument): Don't check against Lisp_Type_Limit any more.
(Ftype_of): Use case_Lisp_Int.
(store_symval_forwarding): Take into account the fact that Ints can
now have more than one tag.
* buffer.c (syms_of_buffer): Use LISP_INT_TAG.
buffer_slot_type_mismatch):
* xfaces.c (face_attr_equal_p):
* print.c (print_object):
* alloc.c (mark_maybe_object, mark_object, survives_gc_p): Use case_Lisp_Int.


Revision 1.2112 - (view) (download) (annotate) - [select for diffs]
Thu Nov 5 21:17:21 2009 UTC (14 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.2111: +2 -0 lines
Diff to previous 1.2111
* emacs-lisp/lucid.el: Move to obsolete/lucid.el.
* emacs-lisp/levents.el: Move to obsolete/levents.el.


Revision 1.2111 - (view) (download) (annotate) - [select for diffs]
Wed Nov 4 03:15:43 2009 UTC (14 years, 5 months ago) by gm
Branch: MAIN
Changes since 1.2110: +16 -9 lines
Diff to previous 1.2110
Add "Incompatible Lisp Changes in Emacs 23.2".


Revision 1.2110 - (view) (download) (annotate) - [select for diffs]
Sat Oct 31 02:12:06 2009 UTC (14 years, 5 months ago) by gm
Branch: MAIN
Changes since 1.2109: +3 -0 lines
Diff to previous 1.2109
Mention byte-compile-warnings `constants' member.


Revision 1.2109 - (view) (download) (annotate) - [select for diffs]
Mon Oct 26 04:06:01 2009 UTC (14 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.2108: +3 -0 lines
Diff to previous 1.2108
(pcomplete-std-complete): Obey pcomplete-use-paring.
(pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
(pcomplete--here): Use push.


Revision 1.2108 - (view) (download) (annotate) - [select for diffs]
Mon Oct 26 03:39:15 2009 UTC (14 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.2107: +2 -0 lines
Diff to previous 1.2107
(all-completions): Declare the 4th arg obsolete.


Revision 1.2107 - (view) (download) (annotate) - [select for diffs]
Fri Oct 23 18:39:48 2009 UTC (14 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.2106: +4 -4 lines
Diff to previous 1.2106
Fix typo.


Revision 1.2106 - (view) (download) (annotate) - [select for diffs]
Wed Oct 21 20:03:57 2009 UTC (14 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.2105: +5 -0 lines
Diff to previous 1.2105
* minibuffer.el (completion-table-with-terminator): Properly implement
boundaries, in case `terminator' appears in the suffix.
(completion--embedded-envvar-table): Don't return boundaries if
there's no valid completion.  Simplify.
(completion-file-name-table): New completion table extracted from
completion--file-name-table.
(completion--file-name-table): Use it.
(read-file-name-predicate): Declare obsolete.
(read-file-name): Use the pred arg i.s.o read-file-name-predicate.
* vc-bzr.el (vc-bzr-revision-completion-table): Use the new
completion-file-name-table, and use the `pred' argument.
* files.el (locate-file-completion-table): Use the `pred' arg rather
than read-file-name-predicate.
(abbreviate-file-name): Use \` rather than ^ for BOS.


Revision 1.2105 - (view) (download) (annotate) - [select for diffs]
Mon Oct 19 05:04:22 2009 UTC (14 years, 6 months ago) by dann
Branch: MAIN
Changes since 1.2104: +5 -0 lines
Diff to previous 1.2104
Make vc-annotate work through copies and renames.
* vc-annotate.el (vc-annotate-extract-revision-at-line): Return
the file name too.
(vc-annotate-revision-at-line)
(vc-annotate-find-revision-at-line)
(vc-annotate-revision-previous-to-line)
(vc-annotate-show-log-revision-at-line): Update to get the file
name from vc-annotate-extract-revision-at-line.
(vc-annotate-show-diff-revision-at-line-internal): Change the
argument to mean whether to show a file diff or not.  Get the file
name from vc-annotate-extract-revision-at-line.
(vc-annotate-show-diff-revision-at-line): Update
vc-annotate-show-diff-revision-at-line call.
(vc-annotate-warp-revision): Add an optional file argument.

* vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
(vc-git-annotate-extract-revision-at-line): Also return the file
name if found.

* vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
command.  Remove unused code.
(vc-hg-annotate-re): Update to match --follow output.
(vc-hg-annotate-extract-revision-at-line): Also return the file
name if found.

* vc.el: Update annotate-extract-revision-at-line documentation.


Revision 1.2104 - (view) (download) (annotate) - [select for diffs]
Thu Oct 15 01:50:17 2009 UTC (14 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.2103: +6 -0 lines
Diff to previous 1.2103
Replace completion-base-size by completion-base-position to fix bugs
such as (bug#4699).
* simple.el (completion-base-position): New var.
(completion-base-size): Mark as obsolete.
(choose-completion): Make it work for mouse events as well.
Pass the new base-position to choose-completion-string.
(choose-completion-guess-base-position): New function, extracted from
choose-completion-delete-max-match.
(choose-completion-delete-max-match): Use it.  Make obsolete.
(choose-completion-string): Use the new base-position info.
(completion-root-regexp): Delete.
(completion-setup-function): Preserve completion-base-position.
Eliminate obsolete base-size manipulation.
* minibuffer.el (display-completion-list): Don't mess with base-size.
(minibuffer-completion-help): Set completion-base-position instead.
* mouse.el (mouse-choose-completion): Redefine as a mere alias to
choose-completion.
* textmodes/bibtex.el (bibtex-complete):
* emacs-lisp/crm.el (crm--choose-completion-string):
Adjust to new calling convention.
* complete.el (partial-completion-mode): Use minibufferp to avoid
bumping into incompatible change to choose-completion-string-functions.
* ido.el (ido-choose-completion-string): Make its calling convention
more permissive.
* comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
base-size manipulation.
(comint-dynamic-list-input-ring): Use dotimes and push.
* iswitchb.el (iswitchb-completion-help): Remove dead-code call to
fundamental-mode.  Use `or'.


Revision 1.2103 - (view) (download) (annotate) - [select for diffs]
Wed Oct 14 21:56:37 2009 UTC (14 years, 6 months ago) by jurta
Branch: MAIN
Changes since 1.2102: +1 -1 lines
Diff to previous 1.2102
Multi-isearch functions instead of commands.


Revision 1.2102 - (view) (download) (annotate) - [select for diffs]
Wed Oct 14 06:08:47 2009 UTC (14 years, 6 months ago) by dann
Branch: MAIN
Changes since 1.2101: +5 -0 lines
Diff to previous 1.2101
(vc-responsible-backend): When a directory is passed for
for registration create a VC repository if no backend is
responsible for the directory argument.
(vc-deduce-fileset): Tell vc-responsible-backend to register.


Revision 1.2101 - (view) (download) (annotate) - [select for diffs]
Sat Oct 10 23:43:27 2009 UTC (14 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.2100: +1 -0 lines
Diff to previous 1.2100
Documented window-full-height-p.


Revision 1.2100 - (view) (download) (annotate) - [select for diffs]
Fri Oct 9 05:25:08 2009 UTC (14 years, 6 months ago) by kfogel
Branch: MAIN
Changes since 1.2099: +6 -0 lines
Diff to previous 1.2099
* etc/NEWS (Changes in Specialized Modes and Packages in Emacs 23.1):
  Document bookmark.el (rev 1.114) format upgrade.  (Bug#3375)


Revision 1.2099 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 12:19:50 2009 UTC (14 years, 6 months ago) by albinus
Branch: MAIN
Changes since 1.2098: +2 -0 lines
Diff to previous 1.2098
* NEWS: New function copy-directory.


Revision 1.2098 - (view) (download) (annotate) - [select for diffs]
Sun Oct 4 00:42:47 2009 UTC (14 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.2097: +2 -0 lines
Diff to previous 1.2097
Add window-full-height-p.


Revision 1.2097 - (view) (download) (annotate) - [select for diffs]
Thu Oct 1 17:47:38 2009 UTC (14 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.2096: +2 -0 lines
Diff to previous 1.2096
* eval.c (Fcalled_interactively_p): Add `kind' argument.
* subr.el (interactive-p): Mark obsolete.
(called-interactively-p): Make the optional-ness of `kind' obsolete.
* emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
advertised-signature-table for subroutines as well.


Revision 1.2096 - (view) (download) (annotate) - [select for diffs]
Thu Oct 1 16:54:21 2009 UTC (14 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.2095: +2 -0 lines
Diff to previous 1.2095
* emacs-lisp/byte-run.el (advertised-signature-table): New var.
(set-advertised-calling-convention): New function.
(make-obsolete, define-obsolete-function-alias)
(make-obsolete-variable, define-obsolete-variable-alias):
Make the optional-ness of `when' obsolete.
(define-obsolete-face-alias): Make `when' non-optional.
* help-fns.el (help-function-arglist):
* emacs-lisp/bytecomp.el (byte-compile-fdefinition):
Use advertised-signature-table.


Revision 1.2095 - (view) (download) (annotate) - [select for diffs]
Thu Oct 1 15:50:43 2009 UTC (14 years, 6 months ago) by albinus
Branch: MAIN
Changes since 1.2094: +3 -0 lines
Diff to previous 1.2094
*** empty log message ***


Revision 1.2094 - (view) (download) (annotate) - [select for diffs]
Thu Oct 1 01:58:58 2009 UTC (14 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.2093: +4 -2 lines
Diff to previous 1.2093
See bug#4594.


Revision 1.2093 - (view) (download) (annotate) - [select for diffs]
Mon Sep 28 23:22:12 2009 UTC (14 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.2092: +2 -0 lines
Diff to previous 1.2092
Add placeholder for CEDET.


Revision 1.2092 - (view) (download) (annotate) - [select for diffs]
Mon Sep 28 15:51:00 2009 UTC (14 years, 7 months ago) by albinus
Branch: MAIN
Changes since 1.2091: +3 -3 lines
Diff to previous 1.2091
* NEWS: Mention Tramp connection methods "imap" and "imaps".


Revision 1.2091 - (view) (download) (annotate) - [select for diffs]
Sun Sep 27 14:47:51 2009 UTC (14 years, 7 months ago) by tzz
Branch: MAIN
Changes since 1.2090: +2 -0 lines
Diff to previous 1.2090
* net/imap-hash.el: New library, see NEWS.

* Makefile.in (ELCFILES): Add imap-hash.el.

* NEWS: Mention new library imap-hash.el


Revision 1.690.2.192 - (view) (download) (annotate) - [select for diffs]
Sun Sep 27 04:31:18 2009 UTC (14 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.191: +82 -42 lines
Diff to previous 1.690.2.191 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-104


Revision 1.2090 - (view) (download) (annotate) - [select for diffs]
Thu Sep 24 19:19:41 2009 UTC (14 years, 7 months ago) by lektu
Branch: MAIN
Changes since 1.2089: +3 -0 lines
Diff to previous 1.2089
* help-fns.el (help-downcase-arguments): New option, defaulting to nil.
  (help-default-arg-highlight): Remove.
  (help-highlight-arg): New function.
  (help-do-arg-highlight): Use it.
  Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)

* NEWS: Mention new variable `help-downcase-arguments'
  and new default for arguments in *Help* buffers.


Revision 1.2089 - (view) (download) (annotate) - [select for diffs]
Tue Sep 22 02:31:54 2009 UTC (14 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.2088: +20 -4 lines
Diff to previous 1.2088
elint stuff


Revision 1.2088 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 19:59:38 2009 UTC (14 years, 7 months ago) by dann
Branch: MAIN
Changes since 1.2087: +4 -0 lines
Diff to previous 1.2087
Mention support for stashes in vc-git.


Revision 1.2087 - (view) (download) (annotate) - [select for diffs]
Sat Sep 19 19:55:00 2009 UTC (14 years, 7 months ago) by cyd
Branch: MAIN
Changes since 1.2086: +9 -0 lines
Diff to previous 1.2086
Note removed obsolete functions.


Revision 1.2086 - (view) (download) (annotate) - [select for diffs]
Fri Sep 18 18:48:38 2009 UTC (14 years, 7 months ago) by cyd
Branch: MAIN
Changes since 1.2085: +55 -47 lines
Diff to previous 1.2085
Re-organize 23.2 News.

Document that nxml mode is now the default for XML files.


Revision 1.690.2.191 - (view) (download) (annotate) - [select for diffs]
Fri Sep 18 08:02:45 2009 UTC (14 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.190: +462 -340 lines
Diff to previous 1.690.2.190 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-103


Revision 1.2085 - (view) (download) (annotate) - [select for diffs]
Thu Sep 17 23:04:41 2009 UTC (14 years, 7 months ago) by lektu
Branch: MAIN
Changes since 1.2084: +5 -0 lines
Diff to previous 1.2084
The --quick command line option now ignores X resources and Registry settings.

* etc/NEWS: Mention new behavior of -Q and new variable `inhibit-x-resources'.

* lisp/startup.el (emacs-quick-startup): Remove variable and all uses.
  (command-line): Set `inhibit-x-resources' instead.
  (command-line-1): Use `inhibit-x-resources' instead.

* src/emacs.c (inhibit_x_resources): New variable.
  (main) [HAVE_NS]: Don't process --quick command line option.
  (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.

* src/lisp.h (inhibit_x_resources): Declare it extern.

* src/w32reg.c (x_get_string_resource):
* src/xrdb.c (x_get_string_resource): Obey inhibit_x_resources.


Revision 1.2084 - (view) (download) (annotate) - [select for diffs]
Thu Sep 17 15:58:56 2009 UTC (14 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.2083: +1 -0 lines
Diff to previous 1.2083
(eval-next-after-load): Mark as obsolete.


Revision 1.2083 - (view) (download) (annotate) - [select for diffs]
Tue Sep 15 03:39:40 2009 UTC (14 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.2082: +2 -0 lines
Diff to previous 1.2082
(after-load-functions): New hook.
(do-after-load-evaluation): Run it.  Use string-match-p to detect
`obsolete' packages, rather than painfully extracting the relevant
directory name.


Revision 1.2082 - (view) (download) (annotate) - [select for diffs]
Tue Sep 15 02:38:20 2009 UTC (14 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.2081: +4 -1 lines
Diff to previous 1.2081
diary stuff


Revision 1.2081 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 04:38:49 2009 UTC (14 years, 7 months ago) by dann
Branch: MAIN
Changes since 1.2080: +3 -0 lines
Diff to previous 1.2080
* vc.el (top): print-log method now takes an optional SHORTLOG
argument.  Add a new method: root.

* vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
vc-print-root-log and vc-print-root-diff.

* vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
* vc-git.el (vc-git-print-log, vc-git-log-view-mode):
* vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
short logs.

* vc-cvs.el (vc-cvs-print-log):
* vc-mtn.el (vc-mtn-print-log):
* vc-rcs.el (vc-rcs-print-log):
* vc-sccs.el (vc-sccs-print-log):
* vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
that is ignored for now.


Revision 1.2080 - (view) (download) (annotate) - [select for diffs]
Fri Sep 11 00:58:59 2009 UTC (14 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.2079: +5 -0 lines
Diff to previous 1.2079
* keymap.c (QCadvertised_binding): New constant.
(syms_of_keymap): Initialize it.
(Fwhere_is_internal): Try and use bindings from :advertised-binding
if applicable.

* progmodes/xscheme.el (xscheme-evaluation-commands):
Put a :advertised-binding property rather than using
advertised-xscheme-send-previous-expression.
(advertised-xscheme-send-previous-expression): Declare obsolete.
* emulation/crisp.el (crisp-mode-map): Use `undo' rather than
`advertised-undo'.
(crisp-mode): Add corresponding bindings to
undo's :advertised-binding instead.
* dired.el (dired-mode-map): Put a :advertised-binding property rather
than using dired-advertised-find-file.
(dired-advertised-find-file):
* simple.el (advertised-undo):
* wid-edit.el (advertised-widget-backward): Declare obsolete.
(widget-keymap): Put a :advertised-binding property rather
than using advertised-widget-backward.
* bindings.el (ctl-x-map): Put a :advertised-binding property rather
than using advertised-undo.
* tutorial.el (tutorial--default-keys): Adjust accordingly.


Revision 1.2079 - (view) (download) (annotate) - [select for diffs]
Thu Sep 10 06:27:04 2009 UTC (14 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.2078: +2 -2 lines
Diff to previous 1.2078
Grammar.


Revision 1.2078 - (view) (download) (annotate) - [select for diffs]
Wed Sep 9 02:38:06 2009 UTC (14 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.2077: +4 -0 lines
Diff to previous 1.2077
Mention world-readable install.


Revision 1.2077 - (view) (download) (annotate) - [select for diffs]
Tue Sep 8 19:42:21 2009 UTC (14 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.2076: +2 -0 lines
Diff to previous 1.2076
(with-silent-modifications): New macro.


Revision 1.2076 - (view) (download) (annotate) - [select for diffs]
Sat Sep 5 19:11:24 2009 UTC (14 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.2075: +5 -0 lines
Diff to previous 1.2075
Mention that redefining the function byte-compile-dest-file is obsolete.


Revision 1.2075 - (view) (download) (annotate) - [select for diffs]
Fri Sep 4 03:00:31 2009 UTC (14 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.2074: +2 -0 lines
Diff to previous 1.2074
fancy diary and view mode.


Revision 1.2074 - (view) (download) (annotate) - [select for diffs]
Tue Sep 1 19:49:34 2009 UTC (14 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.2073: +2 -0 lines
Diff to previous 1.2073
(completion-try-completion, completion-all-completions):
Remove ill-defined (and mistakenly installed and luckily never used nor
documented) `completion-styles' property.
(completion-initials-expand, completion-initials-all-completions)
(completion-initials-try-completion): New functions.
(completion-styles-alist): Add doc to each entry.
Add new `initials' entry.


Revision 1.2073 - (view) (download) (annotate) - [select for diffs]
Tue Sep 1 02:54:49 2009 UTC (14 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.2072: +1 -0 lines
Diff to previous 1.2072
Documented define-obsolete-face-alias.


Revision 1.2072 - (view) (download) (annotate) - [select for diffs]
Mon Aug 31 01:34:13 2009 UTC (14 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.2071: +3 -0 lines
Diff to previous 1.2071
Mention define-obsolete-face-alias.


Revision 1.2071 - (view) (download) (annotate) - [select for diffs]
Sun Aug 30 03:45:52 2009 UTC (14 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.2070: +3 -0 lines
Diff to previous 1.2070
.


Revision 1.2070 - (view) (download) (annotate) - [select for diffs]
Sat Aug 29 19:22:38 2009 UTC (14 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.2069: +2 -0 lines
Diff to previous 1.2069
* paths.el (abbrev-file-name): Move to abbrev.el.
* abbrev.el (abbrev-file-name): Move from paths.el.
Obey user-emacs-directory.
* calc/calc.el (calc-settings-file): Don't autoload and instead obey
user-emacs-directory.
* dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
abbrev-file-name and calc-settings-file any more.
* startup.el (command-line): Recompute abbrev-file-name and
abbreviated-home-dir.
(normal-no-mouse-startup-screen): Improve the generic code and get rid
of the special code for when C-h bindings haven't been changed.
(display-startup-echo-area-message): Use with-current-buffer.
(command-line-1): Use a list of strings, rather than a list of lists
of strings for longopts.


Revision 1.2069 - (view) (download) (annotate) - [select for diffs]
Sat Aug 29 02:25:05 2009 UTC (14 years, 8 months ago) by monnier
Branch: MAIN
Changes since 1.2068: +6 -0 lines
Diff to previous 1.2068
* NEWS: Declare unibyte sessions obsolete.
* emacs.c (USAGE1): Remove --(no-)multibyte, --(no-)unibyte.
(main): Use enable-multibyte-characters rather than
default-enable-multibyte-characters.  Output a warning message when
running a unibyte session.
* mule.texi (Enabling Multibyte):
* cmdargs.texi (General Variables): Remove EMACS_UNIBYTE.
(Initial Options): Remove --(no-)multibyte, --(no-)unibyte.


Revision 1.2068 - (view) (download) (annotate) - [select for diffs]
Fri Aug 28 19:26:38 2009 UTC (14 years, 8 months ago) by sds
Branch: MAIN
Changes since 1.2067: +5 -2 lines
Diff to previous 1.2067
documented save-interprogram-paste-before-kill & kill-do-not-save-duplicates


Revision 1.2067 - (view) (download) (annotate) - [select for diffs]
Fri Aug 28 07:15:33 2009 UTC (14 years, 8 months ago) by albinus
Branch: MAIN
Changes since 1.2066: +9 -2 lines
Diff to previous 1.2066
* NEWS: Mention Tramp connection method "rsyncc" and variable
`process-file-side-effects'.


Revision 1.2066 - (view) (download) (annotate) - [select for diffs]
Thu Aug 27 16:18:26 2009 UTC (14 years, 8 months ago) by gm
Branch: MAIN
Changes since 1.2065: +4 -0 lines
Diff to previous 1.2065
Add fixmes.


Revision 1.2065 - (view) (download) (annotate) - [select for diffs]
Thu Aug 27 04:24:03 2009 UTC (14 years, 8 months ago) by monnier
Branch: MAIN
Changes since 1.2064: +3 -0 lines
Diff to previous 1.2064
* subr.el (default-mode-line-format, default-header-line-format)
(default-line-spacing, default-abbrev-mode, default-ctl-arrow)
(default-direction-reversed, default-truncate-lines)
(default-left-margin, default-tab-width, default-case-fold-search)
(default-left-margin-width, default-right-margin-width)
(default-left-fringe-width, default-right-fringe-width)
(default-fringes-outside-margins, default-scroll-bar-width)
(default-vertical-scroll-bar, default-indicate-empty-lines)
(default-indicate-buffer-boundaries, default-fringe-indicator-alist)
(default-fringe-cursor-alist, default-scroll-up-aggressively)
(default-scroll-down-aggressively, default-fill-column)
(default-cursor-type, default-buffer-file-type)
(default-cursor-in-non-selected-windows)
(default-buffer-file-coding-system, default-major-mode)
(default-enable-multibyte-characters): Mark as obsolete.
* cus-start.el (default-major-mode): Customize `major-mode' instead.
(enable-multibyte-characters): Not customizable any more.


Revision 1.2064 - (view) (download) (annotate) - [select for diffs]
Wed Aug 19 19:55:58 2009 UTC (14 years, 8 months ago) by monnier
Branch: MAIN
CVS Tags: CEDET_BASE
Branch point for: cedet-branch
Changes since 1.2063: +3 -0 lines
Diff to previous 1.2063
* log-edit.el (log-edit-strip-single-file-name): New var.
(log-edit-insert-changelog): Use it.


Revision 1.2063 - (view) (download) (annotate) - [select for diffs]
Wed Aug 19 03:03:06 2009 UTC (14 years, 8 months ago) by monnier
Branch: MAIN
Changes since 1.2062: +4 -0 lines
Diff to previous 1.2062
* subr.el (listify-key-sequence-1): Use normal syntax since those
integers are nowadays always represented by the same (positive) number
on all platforms.
(read-key-empty-map): New const.
(read-key-delay): New var.
(read-key): New function.
(force-mode-line-update): Use with-current-buffer.
(locate-user-emacs-file): Don't forget to abbreviate the file name.
(start-process-shell-command, start-file-process-shell-command):
Discourage the use of command-args.

* processes.texi (Asynchronous Processes): Adjust arglist of
start-process-shell-command and start-file-process-shell-command.


Revision 1.2062 - (view) (download) (annotate) - [select for diffs]
Mon Aug 17 23:50:26 2009 UTC (14 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.2061: +15 -11 lines
Diff to previous 1.2061
Note that specifying a minor mode as a local variables enables that
mode.


Revision 1.2061 - (view) (download) (annotate) - [select for diffs]
Fri Aug 14 23:03:50 2009 UTC (14 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.2060: +1 -1 lines
Diff to previous 1.2060
Javascript mode changed to js.el


Revision 1.2060 - (view) (download) (annotate) - [select for diffs]
Thu Aug 13 12:18:35 2009 UTC (14 years, 8 months ago) by handa
Branch: MAIN
Changes since 1.2059: +12 -0 lines
Diff to previous 1.2059
Mention the new coding system `utf-8-hfs' and many
functions for Unicode normalization.


Revision 1.2059 - (view) (download) (annotate) - [select for diffs]
Sat Aug 8 19:01:26 2009 UTC (14 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.2058: +10 -8 lines
Diff to previous 1.2058
Split off a new section,  "Installation Changes in Emacs 23.2".


Revision 1.2058 - (view) (download) (annotate) - [select for diffs]
Sat Aug 8 18:33:51 2009 UTC (14 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.2057: +7 -0 lines
Diff to previous 1.2057
** Hash tables have a new printed representation that is readable.


Revision 1.2057 - (view) (download) (annotate) - [select for diffs]
Fri Aug 7 14:58:36 2009 UTC (14 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.2056: +4 -0 lines
Diff to previous 1.2056
Mention that Calc graphing commands now work on Windows.


Revision 1.2056 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 23:51:32 2009 UTC (14 years, 8 months ago) by jurta
Branch: MAIN
Changes since 1.2055: +14 -0 lines
Diff to previous 1.2055
Commands to add/delete file/directory-local variables.


Revision 1.2055 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 17:36:14 2009 UTC (14 years, 8 months ago) by albinus
Branch: MAIN
Changes since 1.2054: +4 -0 lines
Diff to previous 1.2054
* NEWS: Autorevert Tail mode works now for remote files.


Revision 1.2029.2.4 - (view) (download) (annotate) - [select for diffs]
Thu Jul 30 01:14:15 2009 UTC (14 years, 8 months ago) by cyd
Branch: EMACS_23_1_RC
CVS Tags: EMACS_23_1
Changes since 1.2029.2.3: +27 -29 lines
Diff to previous 1.2029.2.3 , to branch point 1.2029 , to next main 1.2150
Patch from Kim F. Storm:
Add `...' around Lisp symbols.
Remove duplicate entry.


Revision 1.2054 - (view) (download) (annotate) - [select for diffs]
Tue Jul 28 05:57:35 2009 UTC (14 years, 9 months ago) by stevey
Branch: MAIN
Changes since 1.2053: +5 -0 lines
Diff to previous 1.2053
added js2-mode.el


Revision 1.2053 - (view) (download) (annotate) - [select for diffs]
Thu Jul 23 06:46:16 2009 UTC (14 years, 9 months ago) by dann
Branch: MAIN
Changes since 1.2052: +5 -1 lines
Diff to previous 1.2052
*** empty log message ***


Revision 1.2052 - (view) (download) (annotate) - [select for diffs]
Thu Jul 23 05:17:48 2009 UTC (14 years, 9 months ago) by dann
Branch: MAIN
Changes since 1.2051: +3 -0 lines
Diff to previous 1.2051
Mention vc-git-add-signoff.


Revision 1.2051 - (view) (download) (annotate) - [select for diffs]
Thu Jul 23 02:56:06 2009 UTC (14 years, 9 months ago) by gm
Branch: MAIN
Changes since 1.2050: +10 -0 lines
Diff to previous 1.2050
*** empty log message ***


Revision 1.2050 - (view) (download) (annotate) - [select for diffs]
Thu Jul 23 00:36:49 2009 UTC (14 years, 9 months ago) by raeburn
Branch: MAIN
Changes since 1.2049: +7 -0 lines
Diff to previous 1.2049
Document fixing of load-in-progress corruption.


Revision 1.2049 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 23:51:46 2009 UTC (14 years, 9 months ago) by cyd
Branch: MAIN
Changes since 1.2048: +1 -0 lines
Diff to previous 1.2048
Note that last change is documented.


Revision 1.2048 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 23:47:49 2009 UTC (14 years, 9 months ago) by cyd
Branch: MAIN
Changes since 1.2047: +5 -5 lines
Diff to previous 1.2047
Move announcement of select-active-regions to 23.2 section.


Revision 1.2029.2.3 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 23:45:39 2009 UTC (14 years, 9 months ago) by cyd
Branch: EMACS_23_1_RC
Changes since 1.2029.2.2: +0 -5 lines
Diff to previous 1.2029.2.2 , to branch point 1.2029
Remove select-active-regions, as it is not fully functional in 23.1.


Revision 1.2029.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 23:37:03 2009 UTC (14 years, 9 months ago) by cyd
Branch: EMACS_23_1_RC
Changes since 1.2029.2.1: +3 -0 lines
Diff to previous 1.2029.2.1 , to branch point 1.2029
Add auto-save-include-big-deletions.


Revision 1.2047 - (view) (download) (annotate) - [select for diffs]
Tue Jul 21 23:36:38 2009 UTC (14 years, 9 months ago) by cyd
Branch: MAIN
Changes since 1.2046: +3 -0 lines
Diff to previous 1.2046
Add auto-save-include-big-deletions.


Revision 1.2046 - (view) (download) (annotate) - [select for diffs]
Sun Jul 19 00:29:52 2009 UTC (14 years, 9 months ago) by gm
Branch: MAIN
Changes since 1.2045: +3 -0 lines
Diff to previous 1.2045
mail-user-agent placeholder.


Revision 1.2045 - (view) (download) (annotate) - [select for diffs]
Sat Jul 18 21:16:19 2009 UTC (14 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.2044: +5 -1 lines
Diff to previous 1.2044
Add info about confirmation when killing a buffer with a running process.


Revision 1.2044 - (view) (download) (annotate) - [select for diffs]
Sat Jul 18 21:04:39 2009 UTC (14 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.2043: +4 -0 lines
Diff to previous 1.2043
Add `info-finder'.


Revision 1.2043 - (view) (download) (annotate) - [select for diffs]
Sat Jul 18 19:14:11 2009 UTC (14 years, 9 months ago) by eliz
Branch: MAIN
Changes since 1.2042: +6 -2 lines
Diff to previous 1.2042
Update the entry for `desktop-buffers-not-to-save'.


Revision 1.2042 - (view) (download) (annotate) - [select for diffs]
Thu Jul 16 21:04:18 2009 UTC (14 years, 9 months ago) by dann
Branch: MAIN
Changes since 1.2041: +8 -1 lines
Diff to previous 1.2041
Mention two new ./configure options for developers.


Revision 1.2029.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Jul 15 14:24:32 2009 UTC (14 years, 9 months ago) by cyd
Branch: EMACS_23_1_RC
Changes since 1.2029: +3 -0 lines
Diff to previous 1.2029
Add note about Nextstep port.


Revision 1.2041 - (view) (download) (annotate) - [select for diffs]
Sun Jul 12 19:45:36 2009 UTC (14 years, 9 months ago) by eliz
Branch: MAIN
Changes since 1.2040: +6 -0 lines
Diff to previous 1.2040
Mention change of default value for desktop-buffers-not-to-save.


Revision 1.2040 - (view) (download) (annotate) - [select for diffs]
Wed Jul 8 02:51:21 2009 UTC (14 years, 9 months ago) by gm
Branch: MAIN
Changes since 1.2039: +10 -0 lines
Diff to previous 1.2039
*** empty log message ***


Revision 1.2039 - (view) (download) (annotate) - [select for diffs]
Sat Jul 4 10:46:06 2009 UTC (14 years, 9 months ago) by eliz
Branch: MAIN
Changes since 1.2038: +4 -0 lines
Diff to previous 1.2038
Mention load average support on MS-Windows.


Revision 1.2038 - (view) (download) (annotate) - [select for diffs]
Fri Jul 3 11:07:02 2009 UTC (14 years, 9 months ago) by jhd
Branch: MAIN
Changes since 1.2037: +3 -0 lines
Diff to previous 1.2037
* xterm.h (struct x_display_info): Add invisible_cursor.
(struct x_output): Add current_cursor.

* xterm.c (XTtoggle_invisible_pointer): New function.
(x_define_frame_cursor): Don't define cursor if invisible or the
same as before.  Set current_cursor.
(x_create_terminal): Set toggle_invisible_pointer_hook.

* xfns.c (make_invisible_cursor): New function.
(x_set_mouse_color): Call make_invisible_cursor.
Set current_cursor.
(x_window): Set current_cursor.

* termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.

* keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
inserting a character.
(read_avail_input): Call frame_make_pointer_visible.

* frame.c (Vmake_pointer_invisible): New variable.
(frame_make_pointer_invisible, frame_make_pointer_visible): New
functions.
(syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.

* frame.h: Declare frame_make_pointer_invisible and
frame_make_pointer_visible.
(struct frame): Add pointer_invisible.

* cus-start.el (all): Added make-pointer-invisible.


Revision 1.2037 - (view) (download) (annotate) - [select for diffs]
Thu Jul 2 23:01:42 2009 UTC (14 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.2036: +12 -0 lines
Diff to previous 1.2036
Add `Info-virtual-index' and `async-shell-command'.


Revision 1.2036 - (view) (download) (annotate) - [select for diffs]
Wed Jul 1 16:59:09 2009 UTC (14 years, 9 months ago) by jhd
Branch: MAIN
Changes since 1.2035: +3 -0 lines
Diff to previous 1.2035
*** empty log message ***


Revision 1.2035 - (view) (download) (annotate) - [select for diffs]
Wed Jul 1 14:02:28 2009 UTC (14 years, 9 months ago) by jhd
Branch: MAIN
Changes since 1.2034: +5 -0 lines
Diff to previous 1.2034
* emacs.c (USAGE3, standard_args): Add -mm and --maximized.

* frame.c: Qmaximized is new.
(x_set_frame_parameters): Do not handle fullscreen specially.
Only set width and height if explicitly set.
(x_set_fullscreen): Handle Qmaximized.
(x_set_font, x_figure_window_size): Do not handle fullscreen specially.
(syms_of_frame): Initialize Qmaximized.

* frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED.  Declare
Qfullwidth, Qfullheight, Qfullboth, Qmaximized.

* xterm.c (handle_one_xevent): Remove call to x_check_fullscreen
for Expose event. Add call to x_check_fullscreen for MapNotify event.
Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not
set gravity to NorthWestGravity when USE_GTK.
(set_wm_state): New function.
(do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED.
(x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED.
(x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen
or the case when no window manager is running. That means remove calls
to x_real_positions and x_fullscreen_adjust.

* gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove.
(xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and
flush_and_sync.
(xg_height_changed): New function.
(xg_create_frame_widgets): Remove call to gtk_widget_set_size_request
and gtk_window_set_policy.  Set frame gravity after parsing the geometry
string.
(xg_update_frame_menubar, free_frame_menubar)
(xg_tool_bar_detach_callback, xg_tool_bar_attach_callback)
(update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed.
Remove calls to xg_frame_set_char_size.

* startup.el (command-line-x-option-alist): Add -mm and --maximized.

* NEWS: Mention maximized.

* frames.texi (Size Parameters): Mention maximized for fullscreen.

* xresources.texi (Table of Resources): Mention maximized for
fullscreen.

* cmdargs.texi (Window Size X): -mm/--maximized is new.


Revision 1.2034 - (view) (download) (annotate) - [select for diffs]
Tue Jun 30 21:29:28 2009 UTC (14 years, 9 months ago) by albinus
Branch: MAIN
Changes since 1.2033: +1 -1 lines
Diff to previous 1.2033
* NEWS: Add "synce" connection method of Tramp.


Revision 1.2033 - (view) (download) (annotate) - [select for diffs]
Sun Jun 28 04:54:06 2009 UTC (14 years, 10 months ago) by cyd
Branch: MAIN
Changes since 1.2032: +6 -0 lines
Diff to previous 1.2032
* files.el (trash-directory): Change default to nil.
(move-file-to-trash): If trash-directory is nil and
system-move-file-to-trash is unbound, perform freedesktop-style
trashing.

* NEWS: Document change.


Revision 1.2032 - (view) (download) (annotate) - [select for diffs]
Fri Jun 26 23:53:55 2009 UTC (14 years, 10 months ago) by dann
Branch: MAIN
Changes since 1.2031: +4 -0 lines
Diff to previous 1.2031
Remove find-file-not-found-hook VC method.  (Bug#2757)
* vc-hooks.el (vc-file-not-found-hook)
(vc-default-find-file-not-found-hook): Remove functions.
(find-file-not-found-functions): Do not add vc-file-not-found-hook.
* vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
* vc.el:
* vc-hg.el:
* vc-git.el: Do not mention find-file-not-found-hook VC method.


Revision 1.2031 - (view) (download) (annotate) - [select for diffs]
Wed Jun 24 19:21:22 2009 UTC (14 years, 10 months ago) by albinus
Branch: MAIN
Changes since 1.2030: +8 -0 lines
Diff to previous 1.2030
* NEWS: Add new connection methods of Tramp.


Revision 1.2030 - (view) (download) (annotate) - [select for diffs]
Sun Jun 21 04:42:46 2009 UTC (14 years, 10 months ago) by cyd
Branch: MAIN
Changes since 1.2029: +10 -0 lines
Diff to previous 1.2029
Put "temporary note" back in for Emacs 23.2.


Revision 1.2029 - (view) (download) (annotate) - [select for diffs]
Fri Jun 19 17:09:32 2009 UTC (14 years, 10 months ago) by cyd
Branch: MAIN
CVS Tags: EMACS_23_1_BASE, EMACS_PRETEST_23_0_95, EMACS_PRETEST_23_0_96
Branch point for: EMACS_23_1_RC
Changes since 1.2028: +185 -346 lines
Diff to previous 1.2028
Remove +++ and --- lines; minor copyedits.


Revision 1.2028 - (view) (download) (annotate) - [select for diffs]
Mon Jun 15 09:05:17 2009 UTC (14 years, 10 months ago) by acmacm
Branch: MAIN
Changes since 1.2027: +8 -2 lines
Diff to previous 1.2027
Document changes to end-of-defun-function, clarifying entry for
beginning-of-defun-function.


Revision 1.2027 - (view) (download) (annotate) - [select for diffs]
Sat Jun 13 17:15:02 2009 UTC (14 years, 10 months ago) by wohler
Branch: MAIN
Changes since 1.2026: +1 -1 lines
Diff to previous 1.2026
Update for MH-E release 8.2.


Revision 1.2026 - (view) (download) (annotate) - [select for diffs]
Sat Jun 13 00:26:45 2009 UTC (14 years, 10 months ago) by cyd
Branch: MAIN
Changes since 1.2025: +11 -7 lines
Diff to previous 1.2025
Describe buffer-face-mode properly.


Revision 1.2025 - (view) (download) (annotate) - [select for diffs]
Tue May 26 03:04:49 2009 UTC (14 years, 11 months ago) by cyd
Branch: MAIN
Changes since 1.2024: +4 -0 lines
Diff to previous 1.2024
Note that comment-style now defaults to indent.


Revision 1.2024 - (view) (download) (annotate) - [select for diffs]
Wed May 13 03:22:28 2009 UTC (14 years, 11 months ago) by cyd
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_0_94
Changes since 1.2023: +1 -0 lines
Diff to previous 1.2023
Update documentation status.


Revision 1.2023 - (view) (download) (annotate) - [select for diffs]
Wed May 13 01:27:13 2009 UTC (14 years, 11 months ago) by cyd
Branch: MAIN
Changes since 1.2022: +11 -0 lines
Diff to previous 1.2022
Update documentation status for abbrevs.


Revision 1.2022 - (view) (download) (annotate) - [select for diffs]
Tue May 12 04:10:30 2009 UTC (14 years, 11 months ago) by cyd
Branch: MAIN
Changes since 1.2021: +1 -1 lines
Diff to previous 1.2021
Documented empty -a option for emacsclient.


Revision 1.2021 - (view) (download) (annotate) - [select for diffs]
Tue May 12 03:32:48 2009 UTC (14 years, 11 months ago) by cyd
Branch: MAIN
Changes since 1.2020: +4 -4 lines
Diff to previous 1.2020
Documented font-backend X resource and frame parameter.


Revision 1.2020 - (view) (download) (annotate) - [select for diffs]
Fri May 8 06:26:05 2009 UTC (14 years, 11 months ago) by m061211
Branch: MAIN
Changes since 1.2019: +12 -14 lines
Diff to previous 1.2019
Rewrite entry for display-buffer.


Revision 1.2019 - (view) (download) (annotate) - [select for diffs]
Wed May 6 03:56:01 2009 UTC (14 years, 11 months ago) by cyd
Branch: MAIN
Changes since 1.2018: +7 -7 lines
Diff to previous 1.2018
Update documentation status.


Revision 1.2018 - (view) (download) (annotate) - [select for diffs]
Wed Apr 29 03:02:54 2009 UTC (15 years ago) by cyd
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_0_93
Changes since 1.2017: +4 -0 lines
Diff to previous 1.2017
* files.el (hack-local-variables-prop-line)
(hack-local-variables, dir-locals-read-from-file): Bind
read-circle to nil before reading.
* lread.c (Vread_circle): New variable.
(read1): Disable recursive read if Vread_circle is nil.


Revision 1.2017 - (view) (download) (annotate) - [select for diffs]
Wed Apr 22 04:22:20 2009 UTC (15 years ago) by cyd
Branch: MAIN
Changes since 1.2016: +2 -0 lines
Diff to previous 1.2016
Update documentation status.


Revision 1.2016 - (view) (download) (annotate) - [select for diffs]
Wed Apr 22 01:29:46 2009 UTC (15 years ago) by cyd
Branch: MAIN
Changes since 1.2015: +1 -0 lines
Diff to previous 1.2015
Documented initial-buffer-choice.


Revision 1.2015 - (view) (download) (annotate) - [select for diffs]
Wed Apr 15 03:07:39 2009 UTC (15 years ago) by cyd
Branch: MAIN
Changes since 1.2014: +1 -1 lines
Diff to previous 1.2014
Documented underline-minimum-offset.


Revision 1.2014 - (view) (download) (annotate) - [select for diffs]
Mon Apr 13 16:20:56 2009 UTC (15 years ago) by cyd
Branch: MAIN
Changes since 1.2013: +9 -3 lines
Diff to previous 1.2013
Document new variables wrap-prefix and line-prefix.


Revision 1.690.2.190 - (view) (download) (annotate) - [select for diffs]
Fri Apr 10 07:09:01 2009 UTC (15 years ago) by miles
Branch: lexbind
Changes since 1.690.2.189: +77 -47 lines
Diff to previous 1.690.2.189 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-102


Revision 1.2013 - (view) (download) (annotate) - [select for diffs]
Fri Apr 10 04:59:14 2009 UTC (15 years ago) by cyd
Branch: MAIN
Changes since 1.2012: +5 -5 lines
Diff to previous 1.2012
Update documentation status.


Revision 1.2012 - (view) (download) (annotate) - [select for diffs]
Fri Apr 10 02:18:58 2009 UTC (15 years ago) by gm
Branch: MAIN
Changes since 1.2011: +10 -10 lines
Diff to previous 1.2011
Bob Rogers <rogers-emacs at rgrjr.dyndns.org>  (tiny change; non-copyrightable)

Spelling and grammar fixes.


Revision 1.2011 - (view) (download) (annotate) - [select for diffs]
Thu Apr 9 01:18:21 2009 UTC (15 years ago) by cyd
Branch: MAIN
Changes since 1.2010: +1 -0 lines
Diff to previous 1.2010
Documented fill-forward-paragraph-function.


Revision 1.2010 - (view) (download) (annotate) - [select for diffs]
Sat Apr 4 14:51:33 2009 UTC (15 years ago) by eliz
Branch: MAIN
Changes since 1.2009: +3 -0 lines
Diff to previous 1.2009
Mention the fact that font and color in tooltip-frame-parameters are ignored.


Revision 1.2009 - (view) (download) (annotate) - [select for diffs]
Sat Apr 4 01:34:05 2009 UTC (15 years ago) by cyd
Branch: MAIN
Changes since 1.2008: +1 -1 lines
Diff to previous 1.2008
Documented: `mkdir' is a new convenience alias for `make-directory'.


Revision 1.2008 - (view) (download) (annotate) - [select for diffs]
Sun Mar 29 19:50:31 2009 UTC (15 years, 1 month ago) by cyd
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_0_92
Changes since 1.2007: +1 -0 lines
Diff to previous 1.2007
with-help-window is already documented.


Revision 1.2007 - (view) (download) (annotate) - [select for diffs]
Sat Mar 28 16:03:03 2009 UTC (15 years, 1 month ago) by jhd
Branch: MAIN
Changes since 1.2006: +2 -0 lines
Diff to previous 1.2006
Point to etc/PROBLEMS for Gtk+ and display exit problem.


Revision 1.2006 - (view) (download) (annotate) - [select for diffs]
Sat Mar 28 13:39:10 2009 UTC (15 years, 1 month ago) by cyd
Branch: MAIN
Changes since 1.2005: +1 -0 lines
Diff to previous 1.2005
Documented special-mode.


Revision 1.2005 - (view) (download) (annotate) - [select for diffs]
Thu Mar 26 05:38:59 2009 UTC (15 years, 1 month ago) by gm
Branch: MAIN
Changes since 1.2004: +2 -1 lines
Diff to previous 1.2004
Add C-u M-x rmail to previous change.


Revision 1.2004 - (view) (download) (annotate) - [select for diffs]
Wed Mar 25 06:49:19 2009 UTC (15 years, 1 month ago) by gm
Branch: MAIN
Changes since 1.2003: +4 -0 lines
Diff to previous 1.2003
Mention M-x find-file no longer works for Rmail files.


Revision 1.2003 - (view) (download) (annotate) - [select for diffs]
Mon Mar 16 03:03:44 2009 UTC (15 years, 1 month ago) by cyd
Branch: MAIN
Changes since 1.2002: +13 -5 lines
Diff to previous 1.2002
Describe new completion rules more clearly.


Revision 1.2002 - (view) (download) (annotate) - [select for diffs]
Sun Mar 15 14:52:19 2009 UTC (15 years, 1 month ago) by cyd
Branch: MAIN
Changes since 1.2001: +1 -1 lines
Diff to previous 1.2001
Documented completion-styles.


Revision 1.2001 - (view) (download) (annotate) - [select for diffs]
Sun Mar 15 14:36:41 2009 UTC (15 years, 1 month ago) by cyd
Branch: MAIN
Changes since 1.2000: +2 -2 lines
Diff to previous 1.2000
Documented read-file-name-completion-ignore-case and
read-buffer-completion-ignore-case.


Revision 1.2000 - (view) (download) (annotate) - [select for diffs]
Sat Mar 14 16:29:37 2009 UTC (15 years, 1 month ago) by dann
Branch: MAIN
Changes since 1.1999: +3 -0 lines
Diff to previous 1.1999
Note the vc-annotate key changes.


Revision 1.1999 - (view) (download) (annotate) - [select for diffs]
Fri Mar 13 05:07:29 2009 UTC (15 years, 1 month ago) by handa
Branch: MAIN
Changes since 1.1998: +8 -0 lines
Diff to previous 1.1998
Add description for the argument change of
`set-fontset-font' and `print-fontset'.


Revision 1.1998 - (view) (download) (annotate) - [select for diffs]
Wed Mar 11 23:47:21 2009 UTC (15 years, 1 month ago) by cyd
Branch: MAIN
Changes since 1.1997: +1 -0 lines
Diff to previous 1.1997
custom-note-var-changed need not be documented.


Revision 1.1997 - (view) (download) (annotate) - [select for diffs]
Wed Mar 11 23:08:05 2009 UTC (15 years, 1 month ago) by cyd
Branch: MAIN
Changes since 1.1996: +25 -28 lines
Diff to previous 1.1996
Reorder new functions.  Remove entry about deleted buffer-swapped-with
variable.


Revision 1.1996 - (view) (download) (annotate) - [select for diffs]
Tue Mar 10 00:24:37 2009 UTC (15 years, 1 month ago) by cyd
Branch: MAIN
Changes since 1.1995: +1 -1 lines
Diff to previous 1.1995
No need to document pp commands in Emacs or Emacs Lisp manuals.


Revision 1.690.2.189 - (view) (download) (annotate) - [select for diffs]
Mon Mar 9 05:52:35 2009 UTC (15 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.690.2.188: +65 -16 lines
Diff to previous 1.690.2.188 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-101


Revision 1.1995 - (view) (download) (annotate) - [select for diffs]
Fri Mar 6 03:45:17 2009 UTC (15 years, 1 month ago) by gm
Branch: MAIN
CVS Tags: lexbind-base
Changes since 1.1994: +12 -11 lines
Diff to previous 1.1994
Rmail trivia, plus whitespace.


Revision 1.1994 - (view) (download) (annotate) - [select for diffs]
Thu Mar 5 03:40:35 2009 UTC (15 years, 1 month ago) by gm
Branch: MAIN
Changes since 1.1993: +29 -5 lines
Diff to previous 1.1993
More Rmail details.


Revision 1.1993 - (view) (download) (annotate) - [select for diffs]
Sun Mar 1 18:51:33 2009 UTC (15 years, 1 month ago) by cyd
Branch: MAIN
Changes since 1.1992: +1 -1 lines
Diff to previous 1.1992
Fix typo.


Revision 1.1992 - (view) (download) (annotate) - [select for diffs]
Mon Feb 23 05:06:37 2009 UTC (15 years, 2 months ago) by miles
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_0_91
Changes since 1.1991: +1 -1 lines
Diff to previous 1.1991
Rename `system-process-attributes' to `process-attributes'

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1553


Revision 1.1991 - (view) (download) (annotate) - [select for diffs]
Sat Feb 21 23:32:44 2009 UTC (15 years, 2 months ago) by cyd
Branch: MAIN
Changes since 1.1990: +1 -0 lines
Diff to previous 1.1990
temp-file-name-pattern does not appear in the manuals.


Revision 1.1990 - (view) (download) (annotate) - [select for diffs]
Tue Feb 17 18:23:29 2009 UTC (15 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.1989: +16 -0 lines
Diff to previous 1.1989
*** empty log message ***


Revision 1.1989 - (view) (download) (annotate) - [select for diffs]
Sat Feb 7 16:56:28 2009 UTC (15 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.1988: +5 -0 lines
Diff to previous 1.1988
*** empty log message ***


Revision 1.1988 - (view) (download) (annotate) - [select for diffs]
Sat Feb 7 10:52:13 2009 UTC (15 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.1987: +3 -1 lines
Diff to previous 1.1987
*** empty log message ***


Revision 1.690.2.188 - (view) (download) (annotate) - [select for diffs]
Thu Feb 5 09:12:02 2009 UTC (15 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.690.2.187: +25 -4 lines
Diff to previous 1.690.2.187 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-100


Revision 1.1987 - (view) (download) (annotate) - [select for diffs]
Fri Jan 30 18:13:39 2009 UTC (15 years, 2 months ago) by cyd
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_0_90
Changes since 1.1986: +1 -1 lines
Diff to previous 1.1986
Fix typo.


Revision 1.1986 - (view) (download) (annotate) - [select for diffs]
Fri Jan 30 05:19:18 2009 UTC (15 years, 2 months ago) by cyd
Branch: MAIN
Changes since 1.1985: +4 -0 lines
Diff to previous 1.1985
** The variable temp_file_name_pattern has been removed.


Revision 1.1985 - (view) (download) (annotate) - [select for diffs]
Tue Jan 27 04:39:53 2009 UTC (15 years, 3 months ago) by handa
Branch: MAIN
Changes since 1.1984: +4 -0 lines
Diff to previous 1.1984
New function `coding-sytem-from-name'.


Revision 1.1984 - (view) (download) (annotate) - [select for diffs]
Sat Jan 24 16:33:17 2009 UTC (15 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.1983: +12 -1 lines
Diff to previous 1.1983
Add some details about Rmail mbox merge.


Revision 1.1983 - (view) (download) (annotate) - [select for diffs]
Sat Jan 24 16:24:17 2009 UTC (15 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.1982: +0 -3 lines
Diff to previous 1.1982
*** empty log message ***


Revision 1.1982 - (view) (download) (annotate) - [select for diffs]
Sat Jan 24 11:38:06 2009 UTC (15 years, 3 months ago) by dann
Branch: MAIN
Changes since 1.1981: +2 -1 lines
Diff to previous 1.1981
Also mention ALTERNATE_EDITOR environment variable.


Revision 1.1981 - (view) (download) (annotate) - [select for diffs]
Fri Jan 23 04:08:44 2009 UTC (15 years, 3 months ago) by gm
Branch: MAIN
Changes since 1.1980: +4 -0 lines
Diff to previous 1.1980
Add rmail placeholder.


Revision 1.690.2.187 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 08:01:56 2009 UTC (15 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.690.2.186: +76 -27 lines
Diff to previous 1.690.2.186 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-99


Revision 1.1980 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 04:53:20 2009 UTC (15 years, 3 months ago) by cyd
Branch: MAIN
Changes since 1.1979: +8 -0 lines
Diff to previous 1.1979
Document write-region-annotate-functions changes.


Revision 1.1979 - (view) (download) (annotate) - [select for diffs]
Sat Jan 17 19:16:08 2009 UTC (15 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.1978: +4 -0 lines
Diff to previous 1.1978
*** empty log message ***


Revision 1.1978 - (view) (download) (annotate) - [select for diffs]
Sat Jan 17 18:47:53 2009 UTC (15 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.1977: +2 -1 lines
Diff to previous 1.1977
*** empty log message ***


Revision 1.1977 - (view) (download) (annotate) - [select for diffs]
Sat Jan 17 18:46:50 2009 UTC (15 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.1976: +7 -0 lines
Diff to previous 1.1976
*** empty log message ***


Revision 1.1976 - (view) (download) (annotate) - [select for diffs]
Sat Jan 10 20:19:25 2009 UTC (15 years, 3 months ago) by jhd
Branch: MAIN
Changes since 1.1975: +1 -1 lines
Diff to previous 1.1975
Mention Gtk+ bugs for closing displays.


Revision 1.1975 - (view) (download) (annotate) - [select for diffs]
Sat Jan 10 17:21:04 2009 UTC (15 years, 3 months ago) by dann
Branch: MAIN
Changes since 1.1974: +2 -2 lines
Diff to previous 1.1974
(diff-show-trailing-whitespaces): Remove function.
Move setting up whitepace-mode ...
(diff-mode): ... here.
(diff-mode-menu): Add a menu entry for showing trailing whitespace.


Revision 1.1974 - (view) (download) (annotate) - [select for diffs]
Sat Jan 10 12:57:20 2009 UTC (15 years, 3 months ago) by cyd
Branch: MAIN
Changes since 1.1973: +4 -3 lines
Diff to previous 1.1973
x-font-family-list has been removed.


Revision 1.1973 - (view) (download) (annotate) - [select for diffs]
Sat Jan 10 12:55:43 2009 UTC (15 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.1972: +6 -0 lines
Diff to previous 1.1972
Mention inhibit-null-byte-detection.


Revision 1.1972 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 14:14:51 2009 UTC (15 years, 3 months ago) by cyd
Branch: MAIN
Changes since 1.1971: +1 -1 lines
Diff to previous 1.1971
Last change documented.


Revision 1.1971 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 14:14:09 2009 UTC (15 years, 3 months ago) by cyd
Branch: MAIN
Changes since 1.1970: +3 -0 lines
Diff to previous 1.1970
*** The function x-font-family-list is now obsolete.
Instead, use the new function font-family-list.


Revision 1.1970 - (view) (download) (annotate) - [select for diffs]
Thu Jan 8 20:58:57 2009 UTC (15 years, 3 months ago) by cyd
Branch: MAIN
Changes since 1.1969: +11 -11 lines
Diff to previous 1.1969
Documented several font functions.


Revision 1.1969 - (view) (download) (annotate) - [select for diffs]
Thu Jan 8 18:45:08 2009 UTC (15 years, 3 months ago) by cyd
Branch: MAIN
Changes since 1.1968: +1 -1 lines
Diff to previous 1.1968
list-families is renamed to font-family-list.


Revision 1.1968 - (view) (download) (annotate) - [select for diffs]
Thu Jan 8 11:46:37 2009 UTC (15 years, 3 months ago) by cyd
Branch: MAIN
Changes since 1.1967: +6 -8 lines
Diff to previous 1.1967
face-remap functions were already documented in display.texi.


Revision 1.1967 - (view) (download) (annotate) - [select for diffs]
Thu Jan 8 05:11:58 2009 UTC (15 years, 3 months ago) by gm
Branch: MAIN
Changes since 1.1966: +1 -1 lines
Diff to previous 1.1966
Add 2009 to copyright years.


Revision 1.1966 - (view) (download) (annotate) - [select for diffs]
Sat Jan 3 15:10:50 2009 UTC (15 years, 3 months ago) by albinus
Branch: MAIN
Changes since 1.1965: +4 -0 lines
Diff to previous 1.1965
* NEWS: Tramp supports IPv6 addresses.


Revision 1.1965 - (view) (download) (annotate) - [select for diffs]
Mon Dec 29 05:11:15 2008 UTC (15 years, 3 months ago) by dann
Branch: MAIN
Changes since 1.1964: +2 -0 lines
Diff to previous 1.1964
(mkdir): New defalias.


Revision 1.1964 - (view) (download) (annotate) - [select for diffs]
Sun Dec 28 23:52:15 2008 UTC (15 years, 3 months ago) by jurta
Branch: MAIN
Changes since 1.1963: +3 -0 lines
Diff to previous 1.1963
Add `butterfly'.


Revision 1.1963 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 15:46:03 2008 UTC (15 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.1962: +1 -1 lines
Diff to previous 1.1962
*** empty log message ***


Revision 1.1962 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 14:02:07 2008 UTC (15 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.1961: +8 -0 lines
Diff to previous 1.1961
*** empty log message ***


Revision 1.1961 - (view) (download) (annotate) - [select for diffs]
Wed Dec 24 18:27:31 2008 UTC (15 years, 4 months ago) by dann
Branch: MAIN
Changes since 1.1960: +2 -1 lines
Diff to previous 1.1960
* subr.el (chmod): New defalias for set-file-modes.

* files.texi (Misc File Ops): Mention chmod as an alias for
set-file-modes.


Revision 1.1960 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 19:58:55 2008 UTC (15 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1959: +3 -0 lines
Diff to previous 1.1959
*** empty log message ***


Revision 1.690.2.186 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 09:22:01 2008 UTC (15 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.690.2.185: +185 -67 lines
Diff to previous 1.690.2.185 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-98


Revision 1.690.2.185 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 09:14:36 2008 UTC (15 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.690.2.184: +166 -60 lines
Diff to previous 1.690.2.184 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-97


Revision 1.1959 - (view) (download) (annotate) - [select for diffs]
Sun Dec 21 05:20:06 2008 UTC (15 years, 4 months ago) by monnier
Branch: MAIN
Changes since 1.1958: +0 -6 lines
Diff to previous 1.1958
(completion-all-completions-with-base-size): Remove.
(completion-all-completions): Don't set it.
(completion-table-with-context, completion--file-name-table):
Don't add base-size in last cdr.
(completion-hilit-commonality): Add argument `base-size'.
(display-completion-list, completion-emacs21-all-completions)
(completion-emacs22-all-completions, completion-basic-all-completions):
Provide it.
(completion-pcm--all-completions): Don't need to remove the base-size
in last-cdr any more.


Revision 1.1958 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 14:16:58 2008 UTC (15 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.1957: +3 -2 lines
Diff to previous 1.1957
*** empty log message ***


Revision 1.1957 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 13:54:24 2008 UTC (15 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.1956: +1 -0 lines
Diff to previous 1.1956
*** empty log message ***


Revision 1.1956 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 13:34:44 2008 UTC (15 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.1955: +2 -0 lines
Diff to previous 1.1955
*** empty log message ***


Revision 1.1955 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 21:00:32 2008 UTC (15 years, 4 months ago) by dann
Branch: MAIN
Changes since 1.1954: +6 -5 lines
Diff to previous 1.1954
proced.el does not use ps(1) anymore, state that is not functional
everywhere.


Revision 1.1954 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 00:22:05 2008 UTC (15 years, 4 months ago) by jurta
Branch: MAIN
Changes since 1.1953: +8 -0 lines
Diff to previous 1.1953
Unbind `M-s' from `Info-search'.


Revision 1.1953 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 08:24:37 2008 UTC (15 years, 4 months ago) by dann
Branch: MAIN
Changes since 1.1952: +4 -0 lines
Diff to previous 1.1952
Add info about emacsclient starting the daemon.


Revision 1.1952 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 03:34:16 2008 UTC (15 years, 4 months ago) by gm
Branch: MAIN
Changes since 1.1951: +1 -1 lines
Diff to previous 1.1951
Fix reStructuredText funky capitalization.


Revision 1.1951 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 01:18:06 2008 UTC (15 years, 4 months ago) by jurta
Branch: MAIN
Changes since 1.1950: +2 -1 lines
Diff to previous 1.1950
Add key bindings to start nonincremental word search.


Revision 1.1950 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 19:02:05 2008 UTC (15 years, 4 months ago) by cyd
Branch: MAIN
Changes since 1.1949: +3 -0 lines
Diff to previous 1.1949
Added Ruby mode.


Revision 1.1949 - (view) (download) (annotate) - [select for diffs]
Sat Dec 6 01:11:07 2008 UTC (15 years, 4 months ago) by zenitani
Branch: MAIN
Changes since 1.1948: +2 -2 lines
Diff to previous 1.1948
requirements of the frame opacity code (OS X)


Revision 1.1948 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 07:57:47 2008 UTC (15 years, 4 months ago) by gm
Branch: MAIN
Changes since 1.1947: +8 -0 lines
Diff to previous 1.1947
Add VC switches entry.


Revision 1.1947 - (view) (download) (annotate) - [select for diffs]
Sun Nov 30 23:08:22 2008 UTC (15 years, 4 months ago) by cyd
Branch: MAIN
Changes since 1.1946: +3 -1 lines
Diff to previous 1.1946
DocView is documented.


Revision 1.1946 - (view) (download) (annotate) - [select for diffs]
Sun Nov 30 23:02:50 2008 UTC (15 years, 4 months ago) by cyd
Branch: MAIN
Changes since 1.1945: +6 -5 lines
Diff to previous 1.1945
hide-ifdef-mode documented; mark some entries as not needed doc updates.


Revision 1.1945 - (view) (download) (annotate) - [select for diffs]
Sat Nov 29 17:06:11 2008 UTC (15 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.1944: +20 -0 lines
Diff to previous 1.1944
*** empty log message ***


Revision 1.1944 - (view) (download) (annotate) - [select for diffs]
Thu Nov 27 17:08:44 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1943: +4 -3 lines
Diff to previous 1.1943
Explain why region-active-p is often not the best function to use.


Revision 1.1943 - (view) (download) (annotate) - [select for diffs]
Thu Nov 27 09:14:15 2008 UTC (15 years, 5 months ago) by lektu
Branch: MAIN
Changes since 1.1942: +1 -1 lines
Diff to previous 1.1942
* NEWS: Fix typo.  (Bug#1439)


Revision 1.1942 - (view) (download) (annotate) - [select for diffs]
Wed Nov 26 05:32:24 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1941: +1 -1 lines
Diff to previous 1.1941
Documented set-file-modes.


Revision 1.1941 - (view) (download) (annotate) - [select for diffs]
Wed Nov 26 05:11:01 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1940: +1 -1 lines
Diff to previous 1.1940
scroll-preserve-screen-position change is already documented.


Revision 1.1940 - (view) (download) (annotate) - [select for diffs]
Wed Nov 26 05:08:06 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1939: +1 -1 lines
Diff to previous 1.1939
Documented truncate-partial-width-windows change.


Revision 1.1939 - (view) (download) (annotate) - [select for diffs]
Wed Nov 26 04:16:17 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1938: +4 -1 lines
Diff to previous 1.1938
Documented nXML mode.


Revision 1.1938 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 19:24:45 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1937: +15 -6 lines
Diff to previous 1.1937
Document changes to confirm-nonexistent-file-or-buffer.


Revision 1.1937 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 15:45:54 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1936: +36 -7 lines
Diff to previous 1.1936
Add NEWS entries for face-remap.


Revision 1.1936 - (view) (download) (annotate) - [select for diffs]
Sun Nov 23 06:23:28 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1935: +1 -1 lines
Diff to previous 1.1935
Minor fix.


Revision 1.1935 - (view) (download) (annotate) - [select for diffs]
Sun Nov 23 06:22:56 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1934: +10 -2 lines
Diff to previous 1.1934
Add NEWS entry for text-scale-adjust.


Revision 1.1934 - (view) (download) (annotate) - [select for diffs]
Sun Nov 23 03:52:55 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1933: +1 -1 lines
Diff to previous 1.1933
Documented fontconfig and GTK font formats.


Revision 1.1933 - (view) (download) (annotate) - [select for diffs]
Sat Nov 22 20:41:10 2008 UTC (15 years, 5 months ago) by jurta
Branch: MAIN
Changes since 1.1932: +7 -4 lines
Diff to previous 1.1932
Add `dired-isearch-filenames' is `dwim'.


Revision 1.1932 - (view) (download) (annotate) - [select for diffs]
Sat Nov 22 19:06:02 2008 UTC (15 years, 5 months ago) by jurta
Branch: MAIN
Changes since 1.1931: +3 -3 lines
Diff to previous 1.1931
Rename .dir-settings.el to .dir-locals.
Rename set-directory-project to dir-locals-set-directory-class.
Rename define-project-bindings to dir-locals-set-class-variables.


Revision 1.1931 - (view) (download) (annotate) - [select for diffs]
Sat Nov 22 18:31:15 2008 UTC (15 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.1930: +9 -0 lines
Diff to previous 1.1930
*** empty log message ***


Revision 1.1930 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 10:20:14 2008 UTC (15 years, 5 months ago) by m061211
Branch: MAIN
Changes since 1.1929: +1 -0 lines
Diff to previous 1.1929
*** empty log message ***


Revision 1.1929 - (view) (download) (annotate) - [select for diffs]
Wed Nov 19 04:31:18 2008 UTC (15 years, 5 months ago) by gm
Branch: MAIN
Changes since 1.1928: +4 -0 lines
Diff to previous 1.1928
Manuals GFDL 1.3+.


Revision 1.1928 - (view) (download) (annotate) - [select for diffs]
Tue Nov 18 18:26:09 2008 UTC (15 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.1927: +3 -2 lines
Diff to previous 1.1927
(confirm-nonexistent-file-or-buffer):
Rename from find-file-confirm-nonexistent-file.
(read-buffer-to-switch): Use it.


Revision 1.1927 - (view) (download) (annotate) - [select for diffs]
Tue Nov 18 18:10:15 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1926: +1 -1 lines
Diff to previous 1.1926
Updated lispref re *-end-trigger-functions and jit-lock-register.


Revision 1.1926 - (view) (download) (annotate) - [select for diffs]
Tue Nov 18 07:06:04 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1925: +1 -1 lines
Diff to previous 1.1925
Documented alpha frame parameter.


Revision 1.1925 - (view) (download) (annotate) - [select for diffs]
Mon Nov 17 23:12:43 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1924: +1 -0 lines
Diff to previous 1.1924
Linum mode mentioned in the manual.


Revision 1.1924 - (view) (download) (annotate) - [select for diffs]
Mon Nov 17 01:51:09 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1923: +3 -0 lines
Diff to previous 1.1923
*** compilation-scroll-output accepts a new value, `first-error', which
says to stop auto scrolling at the first error that occurs.


Revision 1.1923 - (view) (download) (annotate) - [select for diffs]
Mon Nov 17 01:26:13 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1922: +3 -1 lines
Diff to previous 1.1922
C-y now works when entering passwords.


Revision 1.1922 - (view) (download) (annotate) - [select for diffs]
Sun Nov 16 07:27:27 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1921: +3 -2 lines
Diff to previous 1.1921
Documented delete-by-moving-to-trash.


Revision 1.1921 - (view) (download) (annotate) - [select for diffs]
Sat Nov 8 17:24:22 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
CVS Tags: small-dump-base
Changes since 1.1920: +0 -5 lines
Diff to previous 1.1920
Remove incorrect and redundant entry about emacsclient -c.


Revision 1.1920 - (view) (download) (annotate) - [select for diffs]
Fri Nov 7 19:02:57 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1919: +7 -6 lines
Diff to previous 1.1919
Documented Dired changes.


Revision 1.1919 - (view) (download) (annotate) - [select for diffs]
Fri Nov 7 14:22:27 2008 UTC (15 years, 5 months ago) by m061211
Branch: MAIN
Changes since 1.1918: +5 -1 lines
Diff to previous 1.1918
*** empty log message ***


Revision 1.1918 - (view) (download) (annotate) - [select for diffs]
Tue Nov 4 06:53:44 2008 UTC (15 years, 5 months ago) by m061211
Branch: MAIN
Changes since 1.1917: +2 -5 lines
Diff to previous 1.1917
*** empty log message ***


Revision 1.1917 - (view) (download) (annotate) - [select for diffs]
Sun Nov 2 11:12:25 2008 UTC (15 years, 5 months ago) by m061211
Branch: MAIN
Changes since 1.1916: +7 -0 lines
Diff to previous 1.1916
Mention ordering of recently selected windows.


Revision 1.1916 - (view) (download) (annotate) - [select for diffs]
Sat Nov 1 16:36:10 2008 UTC (15 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.1915: +2 -0 lines
Diff to previous 1.1915
*** empty log message ***


Revision 1.1915 - (view) (download) (annotate) - [select for diffs]
Sat Nov 1 04:11:32 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1914: +1 -0 lines
Diff to previous 1.1914
Documented:
** The abbrev file is no longer read at startup in batch mode.


Revision 1.1914 - (view) (download) (annotate) - [select for diffs]
Fri Oct 31 15:38:35 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1913: +1 -1 lines
Diff to previous 1.1913
Already documented: In Etags, the --members option is now the default.


Revision 1.1913 - (view) (download) (annotate) - [select for diffs]
Fri Oct 31 06:18:21 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1912: +4 -4 lines
Diff to previous 1.1912
compilation-auto-jump-to-first-error documented.


Revision 1.1912 - (view) (download) (annotate) - [select for diffs]
Thu Oct 30 18:01:47 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1911: +7 -2 lines
Diff to previous 1.1911
Move window parameters entry to Lisp changes.


Revision 1.1911 - (view) (download) (annotate) - [select for diffs]
Wed Oct 29 16:00:56 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1910: +1 -1 lines
Diff to previous 1.1910
Documented use-empty-active-region.


Revision 1.1910 - (view) (download) (annotate) - [select for diffs]
Wed Oct 29 04:57:56 2008 UTC (15 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1909: +3 -3 lines
Diff to previous 1.1909
Documented emacsclient changes.


Revision 1.1909 - (view) (download) (annotate) - [select for diffs]
Tue Oct 28 00:42:34 2008 UTC (15 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.1908: +1 -1 lines
Diff to previous 1.1908
Documented:

*** When Transient Mark mode is on, TAB now indents the region if the
region is active.


Revision 1.1908 - (view) (download) (annotate) - [select for diffs]
Mon Oct 27 10:28:00 2008 UTC (15 years, 6 months ago) by m061211
Branch: MAIN
Changes since 1.1907: +0 -4 lines
Diff to previous 1.1907
Remove entry for `window-full-width-p' since it's in Emacs 22 already.


Revision 1.1907 - (view) (download) (annotate) - [select for diffs]
Fri Oct 24 09:39:28 2008 UTC (15 years, 6 months ago) by lektu
Branch: MAIN
Changes since 1.1906: +4 -0 lines
Diff to previous 1.1906
New function `locate-user-emacs-file'.

* subr.el (locate-user-emacs-file): New function.
  (user-emacs-directory): Mention it in docstring.

* completion.el (save-completions-file-name):
* filesets.el (filesets-menu-cache-file):
* image-dired.el (image-dired-dir, image-dired-db-file)
  (image-dired-temp-image-file, image-dired-gallery-dir)
  (image-dired-temp-rotate-image-file):
* savehist.el (savehist-file):
* server.el (server-auth-dir):
* startup.el (auto-save-list-file-prefix):
* thumbs.el (thumbs-thumbsdir):
* tutorial.el (tutorial--saved-dir):
* play/gamegrid.el (gamegrid-user-score-file-directory): Use it.

* url.el (url-configuration-directory): Use `locate-user-emacs-file'.

* NEWS: New function `locate-user-emacs-file'.


Revision 1.1906 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 22:44:25 2008 UTC (15 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.1905: +2 -0 lines
Diff to previous 1.1905
Note that free unrar only handles version 1 and 2.


Revision 1.1905 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 23:17:03 2008 UTC (15 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.1904: +4 -3 lines
Diff to previous 1.1904
Documented diff-mode changes and addition of rar to archive-mode.


Revision 1.1904 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 22:14:30 2008 UTC (15 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.1903: +1 -0 lines
Diff to previous 1.1903
Directory-local variables are already documented.


Revision 1.1903 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 20:58:16 2008 UTC (15 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.1902: +10 -11 lines
Diff to previous 1.1902
Documented: VC mode-line, find-file-confirm-nonexistent-file, vc-dir,
"e" and "D" in log-view-mode, C-c C-d in log-edit-mode, and removal of
Meta-CVS support.


Revision 1.1902 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 14:54:04 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1901: +1 -0 lines
Diff to previous 1.1901
*** empty log message ***


Revision 1.1901 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 14:52:51 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1900: +4 -4 lines
Diff to previous 1.1900
*** empty log message ***


Revision 1.1900 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 14:45:34 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1899: +1 -0 lines
Diff to previous 1.1899
*** empty log message ***


Revision 1.1899 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 14:44:01 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1898: +1 -0 lines
Diff to previous 1.1898
*** empty log message ***


Revision 1.1898 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 14:42:12 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1897: +1 -0 lines
Diff to previous 1.1897
*** empty log message ***


Revision 1.1897 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 14:01:33 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1896: +1 -0 lines
Diff to previous 1.1896
*** empty log message ***


Revision 1.1896 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 13:46:08 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1895: +1 -0 lines
Diff to previous 1.1895
*** empty log message ***


Revision 1.1895 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 12:18:16 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1894: +1 -0 lines
Diff to previous 1.1894
*** empty log message ***


Revision 1.1894 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 12:16:25 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1893: +1 -0 lines
Diff to previous 1.1893
*** empty log message ***


Revision 1.1893 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 11:27:40 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1892: +1 -0 lines
Diff to previous 1.1892
*** empty log message ***


Revision 1.1892 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 10:07:06 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1891: +1 -0 lines
Diff to previous 1.1891
*** empty log message ***


Revision 1.1891 - (view) (download) (annotate) - [select for diffs]
Mon Oct 20 19:54:28 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1890: +9 -2 lines
Diff to previous 1.1890
*** empty log message ***


Revision 1.1890 - (view) (download) (annotate) - [select for diffs]
Mon Oct 20 01:53:54 2008 UTC (15 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.1889: +1 -1 lines
Diff to previous 1.1889
T-mouse Mode changes need no extra documentation.


Revision 1.1889 - (view) (download) (annotate) - [select for diffs]
Sun Oct 19 19:52:32 2008 UTC (15 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.1888: +3 -3 lines
Diff to previous 1.1888
Documented S-mouse-3.


Revision 1.1888 - (view) (download) (annotate) - [select for diffs]
Sun Oct 19 16:12:19 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1887: +1 -0 lines
Diff to previous 1.1887
*** empty log message ***


Revision 1.1887 - (view) (download) (annotate) - [select for diffs]
Sun Oct 19 14:57:50 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1886: +1 -0 lines
Diff to previous 1.1886
*** empty log message ***


Revision 1.1886 - (view) (download) (annotate) - [select for diffs]
Sun Oct 19 13:01:55 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1885: +5 -3 lines
Diff to previous 1.1885
*** empty log message ***


Revision 1.1885 - (view) (download) (annotate) - [select for diffs]
Sun Oct 19 12:29:22 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1884: +1 -0 lines
Diff to previous 1.1884
*** empty log message ***


Revision 1.1884 - (view) (download) (annotate) - [select for diffs]
Sun Oct 19 04:58:14 2008 UTC (15 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.1883: +1 -4 lines
Diff to previous 1.1883
Documented yank-pop-change-selection.


Revision 1.1883 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 23:13:09 2008 UTC (15 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.1882: +2 -0 lines
Diff to previous 1.1882
(emacs-internal): New coding system alias.


Revision 1.1882 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 22:09:19 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1881: +1 -0 lines
Diff to previous 1.1881
*** empty log message ***


Revision 1.1881 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 18:56:00 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1880: +3 -3 lines
Diff to previous 1.1880
*** empty log message ***


Revision 1.1880 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 17:58:25 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1879: +5 -0 lines
Diff to previous 1.1879
*** empty log message ***


Revision 1.1879 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 14:27:40 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1878: +2 -0 lines
Diff to previous 1.1878
*** empty log message ***


Revision 1.1878 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 14:26:18 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1877: +2 -0 lines
Diff to previous 1.1877
*** empty log message ***


Revision 1.1877 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 14:07:36 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1876: +7 -2 lines
Diff to previous 1.1876
*** empty log message ***


Revision 1.1876 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 13:14:59 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1875: +3 -0 lines
Diff to previous 1.1875
*** empty log message ***


Revision 1.1875 - (view) (download) (annotate) - [select for diffs]
Sat Oct 18 11:22:08 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1874: +5 -0 lines
Diff to previous 1.1874
*** empty log message ***


Revision 1.1874 - (view) (download) (annotate) - [select for diffs]
Fri Oct 17 19:37:14 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1873: +3 -0 lines
Diff to previous 1.1873
*** empty log message ***


Revision 1.1465.2.78 - (view) (download) (annotate) - [select for diffs]
Fri Oct 17 17:55:08 2008 UTC (15 years, 6 months ago) by monnier
Branch: EMACS_22_BASE
Changes since 1.1465.2.77: +4 -0 lines
Diff to previous 1.1465.2.77 , to branch point 1.1465 , to next main 1.2150
(emacs-internal): New coding system alias.


Revision 1.1873 - (view) (download) (annotate) - [select for diffs]
Fri Oct 17 16:01:41 2008 UTC (15 years, 6 months ago) by m061211
Branch: MAIN
Changes since 1.1872: +7 -0 lines
Diff to previous 1.1872
*** empty log message ***


Revision 1.1872 - (view) (download) (annotate) - [select for diffs]
Fri Oct 17 15:42:34 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1871: +7 -0 lines
Diff to previous 1.1871
*** empty log message ***


Revision 1.1871 - (view) (download) (annotate) - [select for diffs]
Thu Oct 16 20:06:38 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1870: +1 -0 lines
Diff to previous 1.1870
*** empty log message ***


Revision 1.1870 - (view) (download) (annotate) - [select for diffs]
Thu Oct 16 00:04:33 2008 UTC (15 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.1869: +6 -10 lines
Diff to previous 1.1869
ESR already documented changeset-based VC.  Remove duplicate entry
about D in VC Annotate mode.


Revision 1.1869 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 20:22:21 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1868: +2 -0 lines
Diff to previous 1.1868
*** empty log message ***


Revision 1.1868 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 17:01:27 2008 UTC (15 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.1867: +2 -2 lines
Diff to previous 1.1867
Documented primary selection changes


Revision 1.1867 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 16:50:00 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1866: +1 -0 lines
Diff to previous 1.1866
*** empty log message ***


Revision 1.1866 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 16:48:51 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1865: +1 -0 lines
Diff to previous 1.1865
*** empty log message ***


Revision 1.1865 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 15:00:53 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1864: +1 -0 lines
Diff to previous 1.1864
*** empty log message ***


Revision 1.1864 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 14:44:02 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1863: +1 -0 lines
Diff to previous 1.1863
*** empty log message ***


Revision 1.1863 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 12:49:11 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1862: +1 -0 lines
Diff to previous 1.1862
*** empty log message ***


Revision 1.1862 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 12:25:19 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1861: +1 -0 lines
Diff to previous 1.1861
*** empty log message ***


Revision 1.1861 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 12:22:49 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1860: +1 -0 lines
Diff to previous 1.1860
*** empty log message ***


Revision 1.1860 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 11:49:10 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1859: +1 -0 lines
Diff to previous 1.1859
*** empty log message ***


Revision 1.1859 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 11:27:32 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1858: +1 -0 lines
Diff to previous 1.1858
*** empty log message ***


Revision 1.1858 - (view) (download) (annotate) - [select for diffs]
Tue Oct 14 15:38:57 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1857: +1 -0 lines
Diff to previous 1.1857
*** empty log message ***


Revision 1.1857 - (view) (download) (annotate) - [select for diffs]
Tue Oct 14 12:53:29 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1856: +4 -0 lines
Diff to previous 1.1856
*** empty log message ***


Revision 1.1856 - (view) (download) (annotate) - [select for diffs]
Tue Oct 14 11:45:01 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1855: +1 -0 lines
Diff to previous 1.1855
*** empty log message ***


Revision 1.1855 - (view) (download) (annotate) - [select for diffs]
Mon Oct 13 11:24:22 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1854: +1 -0 lines
Diff to previous 1.1854
*** empty log message ***


Revision 1.1854 - (view) (download) (annotate) - [select for diffs]
Mon Oct 13 10:43:53 2008 UTC (15 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1853: +1 -0 lines
Diff to previous 1.1853
*** empty log message ***


Revision 1.1853 - (view) (download) (annotate) - [select for diffs]
Sun Oct 12 04:47:51 2008 UTC (15 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.1852: +3 -0 lines
Diff to previous 1.1852
If pop-up-frames has the value `graphic-only', display-buffer only
makes a separate frame on graphic displays.


Revision 1.1852 - (view) (download) (annotate) - [select for diffs]
Sun Oct 12 03:12:17 2008 UTC (15 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.1851: +4 -2 lines
Diff to previous 1.1851
In Postcript mode, C-c C-c launches Doc View minor mode for viewing
the postscript file.


Revision 1.1851 - (view) (download) (annotate) - [select for diffs]
Sat Oct 11 21:38:57 2008 UTC (15 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.1850: +4 -1 lines
Diff to previous 1.1850
Note that Postscript, PDF, and DVI files are now opened in Doc View
mode by default.


Revision 1.1850 - (view) (download) (annotate) - [select for diffs]
Sat Oct 11 17:37:12 2008 UTC (15 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.1849: +2 -0 lines
Diff to previous 1.1849
Documented clone-indirect-buffer and kill-matching-buffers.


Revision 1.1849 - (view) (download) (annotate) - [select for diffs]
Fri Oct 10 18:22:01 2008 UTC (15 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.1848: +1 -0 lines
Diff to previous 1.1848
Documented save-buffers-kill-terminal.


Revision 1.690.2.184 - (view) (download) (annotate) - [select for diffs]
Tue Oct 7 04:44:40 2008 UTC (15 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.690.2.183: +27 -10 lines
Diff to previous 1.690.2.183 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-96


Revision 1.1848 - (view) (download) (annotate) - [select for diffs]
Sat Oct 4 18:45:31 2008 UTC (15 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.1847: +1 -1 lines
Diff to previous 1.1847
Fix case of "GNUstep".


Revision 1.1847 - (view) (download) (annotate) - [select for diffs]
Tue Sep 30 09:01:53 2008 UTC (15 years, 6 months ago) by m061211
Branch: MAIN
Changes since 1.1846: +6 -0 lines
Diff to previous 1.1846
Mention latex-indent-within-escaped-parens.


Revision 1.1846 - (view) (download) (annotate) - [select for diffs]
Thu Sep 25 17:52:50 2008 UTC (15 years, 7 months ago) by cyd
Branch: MAIN
Changes since 1.1845: +1 -0 lines
Diff to previous 1.1845
Word search changes now documented.


Revision 1.1845 - (view) (download) (annotate) - [select for diffs]
Thu Sep 25 17:09:22 2008 UTC (15 years, 7 months ago) by cyd
Branch: MAIN
Changes since 1.1844: +14 -9 lines
Diff to previous 1.1844
Add `word-search-forward-lax' and `word-search-backward-lax'.


Revision 1.1844 - (view) (download) (annotate) - [select for diffs]
Sun Sep 21 23:31:41 2008 UTC (15 years, 7 months ago) by dann
Branch: MAIN
Changes since 1.1843: +5 -0 lines
Diff to previous 1.1843
* emacs.c (standard_args): Add --daemon.
(main): Disconnect from the terminal when --daemon is passed.
(is_daemon): New variable.
(Fdaemonp): New function.
(syms_of_emacs): Defsubr it.

* startup.el (command-line): Start the server when in daemon mode.

* cmdargs.texi (Initial Options): Document --daemon.


Revision 1.690.2.183 - (view) (download) (annotate) - [select for diffs]
Thu Sep 4 05:45:51 2008 UTC (15 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.182: +231 -86 lines
Diff to previous 1.690.2.182 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-95


Revision 1.1843 - (view) (download) (annotate) - [select for diffs]
Sun Aug 31 02:13:38 2008 UTC (15 years, 7 months ago) by cyd
Branch: MAIN
Changes since 1.1842: +1 -0 lines
Diff to previous 1.1842
Update documentation status.


Revision 1.1842 - (view) (download) (annotate) - [select for diffs]
Fri Aug 29 07:10:43 2008 UTC (15 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.1841: +1 -1 lines
Diff to previous 1.1841
truncate-partial-width-windows default now 50.


Revision 1.1841 - (view) (download) (annotate) - [select for diffs]
Fri Aug 29 06:43:49 2008 UTC (15 years, 8 months ago) by gm
Branch: MAIN
Changes since 1.1840: +12 -7 lines
Diff to previous 1.1840
auth-source has nothing to do with X.
Add delete-by-moving-to-trash.
Collect some misc items near the end of "Changes" section.


Revision 1.1840 - (view) (download) (annotate) - [select for diffs]
Wed Aug 27 18:42:56 2008 UTC (15 years, 8 months ago) by albinus
Branch: MAIN
Changes since 1.1839: +8 -2 lines
Diff to previous 1.1839
*** empty log message ***


Revision 1.1839 - (view) (download) (annotate) - [select for diffs]
Tue Aug 26 20:55:47 2008 UTC (15 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.1838: +2 -2 lines
Diff to previous 1.1838
Correct entry about non-breaking space.


Revision 1.1838 - (view) (download) (annotate) - [select for diffs]
Tue Aug 26 08:02:23 2008 UTC (15 years, 8 months ago) by jasonr
Branch: MAIN
Changes since 1.1837: +2 -0 lines
Diff to previous 1.1837
Multi-page TIFF image support.


Revision 1.1837 - (view) (download) (annotate) - [select for diffs]
Tue Aug 26 02:58:11 2008 UTC (15 years, 8 months ago) by gm
Branch: MAIN
Changes since 1.1836: +21 -119 lines
Diff to previous 1.1836
Fix copyright entries broken by "rearrangement".
Trim whitespace infodump to something more appropriate for NEWS.
Merge "Diff" sections.


Revision 1.1836 - (view) (download) (annotate) - [select for diffs]
Mon Aug 25 20:33:06 2008 UTC (15 years, 8 months ago) by jurta
Branch: MAIN
Changes since 1.1835: +4 -0 lines
Diff to previous 1.1835
In Text mode, rebind `center-line' and `center-paragraph'
from `M-s' and `M-S' to `M-o M-s' and `M-o M-S'.


Revision 1.1835 - (view) (download) (annotate) - [select for diffs]
Fri Aug 22 19:28:36 2008 UTC (15 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.1834: +13 -16 lines
Diff to previous 1.1834
Consolidate minibuffer and completion changes.


Revision 1.1834 - (view) (download) (annotate) - [select for diffs]
Fri Aug 22 19:27:01 2008 UTC (15 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.1833: +7 -7 lines
Diff to previous 1.1833
Update documentation status of minibuffer changes.


Revision 1.1833 - (view) (download) (annotate) - [select for diffs]
Thu Aug 21 05:48:32 2008 UTC (15 years, 8 months ago) by gm
Branch: MAIN
Changes since 1.1832: +2 -0 lines
Diff to previous 1.1832
*** empty log message ***


Revision 1.1832 - (view) (download) (annotate) - [select for diffs]
Thu Aug 21 05:47:06 2008 UTC (15 years, 8 months ago) by gm
Branch: MAIN
Changes since 1.1831: +1 -0 lines
Diff to previous 1.1831
*** empty log message ***


Revision 1.1831 - (view) (download) (annotate) - [select for diffs]
Thu Aug 21 05:45:05 2008 UTC (15 years, 8 months ago) by gm
Branch: MAIN
Changes since 1.1830: +1 -0 lines
Diff to previous 1.1830
*** empty log message ***


Revision 1.1830 - (view) (download) (annotate) - [select for diffs]
Thu Aug 21 05:38:01 2008 UTC (15 years, 8 months ago) by gm
Branch: MAIN
Changes since 1.1829: +3 -1 lines
Diff to previous 1.1829
*** empty log message ***


Revision 1.1829 - (view) (download) (annotate) - [select for diffs]
Wed Aug 20 23:06:30 2008 UTC (15 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.1828: +0 -4 lines
Diff to previous 1.1828
Revert last change.


Revision 1.1828 - (view) (download) (annotate) - [select for diffs]
Wed Aug 20 22:43:52 2008 UTC (15 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.1827: +4 -0 lines
Diff to previous 1.1827
*** If Auto Revert mode is enabled in a Dired buffer, it is
temporarily disabled when entering Wdired mode; it is renabled upon
leaving Wdired mode.


Revision 1.1827 - (view) (download) (annotate) - [select for diffs]
Tue Aug 19 04:42:37 2008 UTC (15 years, 8 months ago) by wohler
Branch: MAIN
Changes since 1.1826: +5 -0 lines
Diff to previous 1.1826
Update for MH-E release 8.1.


Revision 1.1826 - (view) (download) (annotate) - [select for diffs]
Sun Aug 17 15:12:59 2008 UTC (15 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.1825: +14 -6 lines
Diff to previous 1.1825
Clarify description of word-wrapping changes.


Revision 1.1825 - (view) (download) (annotate) - [select for diffs]
Sun Aug 17 15:04:30 2008 UTC (15 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.1824: +6 -9 lines
Diff to previous 1.1824
Consolidate nextstep port items.


Revision 1.1824 - (view) (download) (annotate) - [select for diffs]
Sat Aug 16 17:42:42 2008 UTC (15 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.1823: +1 -0 lines
Diff to previous 1.1823
enable-recursive-minibuffers change need not be mentioned in the manual.


Revision 1.1823 - (view) (download) (annotate) - [select for diffs]
Fri Aug 15 00:48:55 2008 UTC (15 years, 8 months ago) by viniciusjl
Branch: MAIN
Changes since 1.1822: +114 -8 lines
Diff to previous 1.1822
Improve whitespace information.


Revision 1.1822 - (view) (download) (annotate) - [select for diffs]
Sun Aug 10 01:51:23 2008 UTC (15 years, 8 months ago) by gm
Branch: MAIN
Changes since 1.1821: +4 -0 lines
Diff to previous 1.1821
*** empty log message ***


Revision 1.1821 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 19:14:42 2008 UTC (15 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.1820: +6 -5 lines
Diff to previous 1.1820
Clarify enable-recursive-minibuffers change.


Revision 1.1820 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 03:48:14 2008 UTC (15 years, 8 months ago) by dann
Branch: MAIN
Changes since 1.1819: +11 -1 lines
Diff to previous 1.1819
*** empty log message ***


Revision 1.1465.2.77 - (view) (download) (annotate) - [select for diffs]
Sat Aug 2 22:20:53 2008 UTC (15 years, 8 months ago) by cyd
Branch: EMACS_22_BASE
CVS Tags: EMACS_22_3, EMACS_PRETEST_22_2_90, EMACS_PRETEST_22_2_91, EMACS_PRETEST_22_2_92
Changes since 1.1465.2.76: +25 -0 lines
Diff to previous 1.1465.2.76 , to branch point 1.1465
Add list of deprecated systems.


Revision 1.1819 - (view) (download) (annotate) - [select for diffs]
Sat Aug 2 17:18:32 2008 UTC (15 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.1818: +6 -0 lines
Diff to previous 1.1818
Mention list-system-processes and system-process-attributes.


Revision 1.1818 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 21:00:15 2008 UTC (15 years, 8 months ago) by tzz
Branch: MAIN
Changes since 1.1817: +15 -0 lines
Diff to previous 1.1817
Add entries about the new auth-source integration and
about the cyrillic-translit modifications.


Revision 1.1817 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 19:31:51 2008 UTC (15 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.1816: +1 -0 lines
Diff to previous 1.1816
Documented visual line mode.


Revision 1.1816 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 17:28:45 2008 UTC (15 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.1815: +7 -3 lines
Diff to previous 1.1815
Add non-x86 Unixware to list of deprecated platforms.


Revision 1.1815 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 17:23:45 2008 UTC (15 years, 8 months ago) by jurta
Branch: MAIN
Changes since 1.1814: +13 -2 lines
Diff to previous 1.1814
*** empty log message ***


Revision 1.1814 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 11:52:15 2008 UTC (15 years, 8 months ago) by jasonr
Branch: MAIN
Changes since 1.1813: +10 -0 lines
Diff to previous 1.1813
Note the dropping of BDF font support on Windows.


Revision 1.1813 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 01:27:33 2008 UTC (15 years, 8 months ago) by cyd
Branch: MAIN
CVS Tags: before-remove-vms, remove-vms
Changes since 1.1812: +7 -0 lines
Diff to previous 1.1812
Document file-local-variables-alist and before-hack-local-variables-hook


Revision 1.1812 - (view) (download) (annotate) - [select for diffs]
Wed Jul 30 16:41:43 2008 UTC (15 years, 8 months ago) by jurta
Branch: MAIN
Changes since 1.1811: +31 -24 lines
Diff to previous 1.1811
Isearch-related changes.


Revision 1.1811 - (view) (download) (annotate) - [select for diffs]
Wed Jul 30 15:31:59 2008 UTC (15 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.1810: +6 -0 lines
Diff to previous 1.1810
Document read-file-name-completion-ignore-case and
read-buffer-completion-ignore-case.


Revision 1.1810 - (view) (download) (annotate) - [select for diffs]
Tue Jul 29 17:44:00 2008 UTC (15 years, 9 months ago) by cyd
Branch: MAIN
Changes since 1.1809: +6 -0 lines
Diff to previous 1.1809
** mairix.el is an interface to mairix, a free tool for indexing and
searching locally stored mail.  It allows you to query mairix and
display the search results with Rmail, Gnus and VM.  Note that there
is an existing Gnus back end, nnmairix.el, which should be used with
Maildir/MH setups.


Revision 1.1809 - (view) (download) (annotate) - [select for diffs]
Tue Jul 29 16:42:27 2008 UTC (15 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.1808: +8 -0 lines
Diff to previous 1.1808
Add `&' `dired-do-async-shell-command'.


Revision 1.1808 - (view) (download) (annotate) - [select for diffs]
Tue Jul 29 14:43:40 2008 UTC (15 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.1807: +5 -0 lines
Diff to previous 1.1807
Add Isearch that matches only at Dired file names.


Revision 1.1807 - (view) (download) (annotate) - [select for diffs]
Mon Jul 28 14:33:03 2008 UTC (15 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.1806: +6 -2 lines
Diff to previous 1.1806
Add multi-file Isearch in Dired.


Revision 1.690.2.182 - (view) (download) (annotate) - [select for diffs]
Sat Jul 26 14:17:21 2008 UTC (15 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.181: +71 -15 lines
Diff to previous 1.690.2.181 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-94


Revision 1.1806 - (view) (download) (annotate) - [select for diffs]
Fri Jul 25 02:33:49 2008 UTC (15 years, 9 months ago) by viniciusjl
Branch: MAIN
CVS Tags: before-remove-carbon, remove-carbon
Changes since 1.1805: +3 -0 lines
Diff to previous 1.1805
New function diff-show-trailing-blanks in diff-mode.el.


Revision 1.1805 - (view) (download) (annotate) - [select for diffs]
Thu Jul 24 21:52:51 2008 UTC (15 years, 9 months ago) by albinus
Branch: MAIN
Changes since 1.1804: +4 -0 lines
Diff to previous 1.1804
* NEWS: Add xesam.el.


Revision 1.1804 - (view) (download) (annotate) - [select for diffs]
Thu Jul 24 03:56:00 2008 UTC (15 years, 9 months ago) by viniciusjl
Branch: MAIN
Changes since 1.1803: +5 -1 lines
Diff to previous 1.1803
Add whitespace package information.


Revision 1.1803 - (view) (download) (annotate) - [select for diffs]
Thu Jul 24 00:28:06 2008 UTC (15 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.1802: +11 -6 lines
Diff to previous 1.1802
Document misearch.el and multi-isearch commands.


Revision 1.1802 - (view) (download) (annotate) - [select for diffs]
Wed Jul 23 23:39:39 2008 UTC (15 years, 9 months ago) by cyd
Branch: MAIN
Changes since 1.1801: +6 -1 lines
Diff to previous 1.1801
Also, plans for deprecating Solaris on IBM RS6000 and UNIX System V.


Revision 1.1801 - (view) (download) (annotate) - [select for diffs]
Wed Jul 23 01:20:12 2008 UTC (15 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.1800: +17 -4 lines
Diff to previous 1.1800
Add multi-buffer query-replace and `multi-query-replace-map'.


Revision 1.1800 - (view) (download) (annotate) - [select for diffs]
Mon Jul 21 14:49:46 2008 UTC (15 years, 9 months ago) by cyd
Branch: MAIN
Changes since 1.1799: +18 -2 lines
Diff to previous 1.1799
Announce future deprecation.


Revision 1.1799 - (view) (download) (annotate) - [select for diffs]
Mon Jul 21 14:20:17 2008 UTC (15 years, 9 months ago) by ttn
Branch: MAIN
Changes since 1.1798: +3 -2 lines
Diff to previous 1.1798
Make auto-refining a minor mode, and diff- and smerge- use it.

* diff-mode.el (diff-auto-refine): Delete defcustom.
(diff-auto-refine-mode): New func/var via define-minor-mode.
Update var ref to use diff-auto-refine-mode.
* smerge-mode.el (diff-mode): Require when compiling.
(smerge-auto-refine): Delete defcustom.
Update smerge-auto-refine ref to use diff-auto-refine-mode.


Revision 1.690.2.181 - (view) (download) (annotate) - [select for diffs]
Fri Jul 18 00:04:00 2008 UTC (15 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.180: +57 -19 lines
Diff to previous 1.690.2.180 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-93


Revision 1.1798 - (view) (download) (annotate) - [select for diffs]
Thu Jul 17 23:41:29 2008 UTC (15 years, 9 months ago) by cyd
Branch: MAIN
Changes since 1.1797: +5 -0 lines
Diff to previous 1.1797
Add Visual Line mode.


Revision 1.1797 - (view) (download) (annotate) - [select for diffs]
Thu Jul 17 17:44:39 2008 UTC (15 years, 9 months ago) by arobert
Branch: MAIN
Changes since 1.1796: +7 -0 lines
Diff to previous 1.1796
remove need for nextstep/compile for NS build; also, add NEWS entry about the port


Revision 1.1796 - (view) (download) (annotate) - [select for diffs]
Wed Jul 16 19:23:46 2008 UTC (15 years, 9 months ago) by monnier
Branch: MAIN
Changes since 1.1795: +2 -0 lines
Diff to previous 1.1795
* keymap.c: Remove all NS-specific code.
(where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
(preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
where_is_preferred_modifier, return a different value depending on how
preferred is the binding.
(where_is_internal): Adjust accordingly.
(Fwhere_is_internal): Refresh where_is_preferred_modifier.
Adjust to new preferred_sequence_p.
(syms_of_keymap): Declare `where-is-preferred-modifier'.
* keyboard.c (parse_solitary_modifier): Not static any more.
* keyboard.h (parse_solitary_modifier): Declare.


Revision 1.1795 - (view) (download) (annotate) - [select for diffs]
Wed Jul 16 02:23:30 2008 UTC (15 years, 9 months ago) by gm
Branch: MAIN
Changes since 1.1794: +1 -1 lines
Diff to previous 1.1794
Apparently incorrect to say that font backend _requires_ freetype and
fontconfig.


Revision 1.1794 - (view) (download) (annotate) - [select for diffs]
Sun Jul 13 20:38:12 2008 UTC (15 years, 9 months ago) by cyd
Branch: MAIN
CVS Tags: before-merge-emacs-app-to-trunk
Changes since 1.1793: +10 -7 lines
Diff to previous 1.1793
Aggregate change log mode changes.  Update documentation status.


Revision 1.1793 - (view) (download) (annotate) - [select for diffs]
Sun Jul 13 07:35:15 2008 UTC (15 years, 9 months ago) by m061211
Branch: MAIN
Changes since 1.1792: +3 -0 lines
Diff to previous 1.1792
*** empty log message ***


Revision 1.1792 - (view) (download) (annotate) - [select for diffs]
Sat Jul 12 22:12:49 2008 UTC (15 years, 9 months ago) by cyd
Branch: MAIN
Changes since 1.1791: +15 -8 lines
Diff to previous 1.1791
Update description of changes to Line Wrapping on the menu bar.


Revision 1.1791 - (view) (download) (annotate) - [select for diffs]
Sat Jul 12 22:03:16 2008 UTC (15 years, 9 months ago) by cyd
Branch: MAIN
Changes since 1.1790: +8 -6 lines
Diff to previous 1.1790
Update documentation status.


Revision 1.1790 - (view) (download) (annotate) - [select for diffs]
Fri Jul 11 18:18:34 2008 UTC (15 years, 9 months ago) by cyd
Branch: MAIN
Changes since 1.1789: +10 -0 lines
Diff to previous 1.1789
Document line-move-visual and vertical-motion changes.


Revision 1.1789 - (view) (download) (annotate) - [select for diffs]
Fri Jul 11 02:57:16 2008 UTC (15 years, 9 months ago) by dann
Branch: MAIN
Changes since 1.1788: +4 -0 lines
Diff to previous 1.1788
*** empty log message ***


Revision 1.690.2.180 - (view) (download) (annotate) - [select for diffs]
Fri Jul 4 15:32:44 2008 UTC (15 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.179: +19 -9 lines
Diff to previous 1.690.2.179 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-92


Revision 1.690.2.179 - (view) (download) (annotate) - [select for diffs]
Fri Jul 4 15:30:46 2008 UTC (15 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.178: +737 -665 lines
Diff to previous 1.690.2.178 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-91


Revision 1.690.2.178 - (view) (download) (annotate) - [select for diffs]
Fri Jul 4 15:28:16 2008 UTC (15 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.177: +26 -0 lines
Diff to previous 1.690.2.177 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-90


Revision 1.1788 - (view) (download) (annotate) - [select for diffs]
Wed Jul 2 02:53:48 2008 UTC (15 years, 9 months ago) by dann
Branch: MAIN
Changes since 1.1787: +7 -11 lines
Diff to previous 1.1787
Reorganize the VC entry a bit.


Revision 1.1787 - (view) (download) (annotate) - [select for diffs]
Tue Jul 1 14:49:41 2008 UTC (15 years, 9 months ago) by dann
Branch: MAIN
Changes since 1.1786: +11 -2 lines
Diff to previous 1.1786
*** empty log message ***


Revision 1.1786 - (view) (download) (annotate) - [select for diffs]
Sun Jun 29 16:11:04 2008 UTC (15 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.1785: +4 -0 lines
Diff to previous 1.1785
Add `read-regexp'.


Revision 1.1785 - (view) (download) (annotate) - [select for diffs]
Sat Jun 28 23:57:37 2008 UTC (15 years, 10 months ago) by jasonr
Branch: MAIN
Changes since 1.1784: +2 -1 lines
Diff to previous 1.1784
Add Windows support note to alpha frame parameter.


Revision 1.1784 - (view) (download) (annotate) - [select for diffs]
Fri Jun 27 07:34:39 2008 UTC (15 years, 10 months ago) by gm
Branch: MAIN
Changes since 1.1783: +1 -1 lines
Diff to previous 1.1783
American English spelling fix.


Revision 1.1783 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 19:49:45 2008 UTC (15 years, 10 months ago) by cyd
Branch: MAIN
Changes since 1.1782: +2 -2 lines
Diff to previous 1.1782
Documented shift-select-mode.


Revision 1.1782 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 17:26:15 2008 UTC (15 years, 10 months ago) by cyd
Branch: MAIN
Changes since 1.1781: +311 -304 lines
Diff to previous 1.1781
Rearrange items, and delete some duplicates.


Revision 1.1781 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 03:43:18 2008 UTC (15 years, 10 months ago) by gm
Branch: MAIN
Changes since 1.1780: +8 -0 lines
Diff to previous 1.1780
*** empty log message ***


Revision 1.1780 - (view) (download) (annotate) - [select for diffs]
Wed Jun 25 20:27:45 2008 UTC (15 years, 10 months ago) by jurta
Branch: MAIN
Changes since 1.1779: +8 -0 lines
Diff to previous 1.1779
Add global bindings `M-s o' for `occur', `M-s h r' for `highlight-regexp',
and isearch binding `M-s h r' for `isearch-highlight-regexp'.


Revision 1.1779 - (view) (download) (annotate) - [select for diffs]
Wed Jun 25 16:51:29 2008 UTC (15 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.1778: +3 -0 lines
Diff to previous 1.1778
* bookmark.el (bookmark-alist): Allow the 2 slightly different formats
used until now in bookmark.el's code.
(bookmark-get-bookmark): Accept bookmark names or bookmark records.
(bookmark-get-bookmark-record): Allow the 2 slightly different formats
used until now in bookmark.el's code.
(bookmark-set-filename): Remove special code, moved to its only caller.
(bookmark-store): Use the newer format.
(bookmark-make-record-default): Add arg `point-only'.
Rename from bookmark-make-record-for-text-file.
(bookmark--jump-via): New function.
(bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
(bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
Use it.
(bookmark-jump-noselect, bookmark-default-handler):
Don't return an alist, instead return the data implicitly by changing
current buffer and point.  Signal an error if the file doesn't exist.
* info.el (Info-bookmark-make-record):
Use bookmark-make-record-default.
(Info-bookmark-jump): Use bookmark-default-handler.
* image-mode.el (image-bookmark-make-record):
Use bookmark-make-record-default.
(image-bookmark-jump): Use bookmark-default-handler.
* doc-view.el (doc-view-bookmark-make-record):
Use bookmark-make-record-default.
(doc-view-bookmark-jump): Use bookmark-default-handler.


Revision 1.1778 - (view) (download) (annotate) - [select for diffs]
Wed Jun 25 02:55:06 2008 UTC (15 years, 10 months ago) by handa
Branch: MAIN
Changes since 1.1777: +4 -0 lines
Diff to previous 1.1777
Mention string-to-unibyte.


Revision 1.1777 - (view) (download) (annotate) - [select for diffs]
Tue Jun 24 20:02:13 2008 UTC (15 years, 10 months ago) by cyd
Branch: MAIN
Changes since 1.1776: +15 -3 lines
Diff to previous 1.1776
Document truncate-partial-width-windows change.


Revision 1.1776 - (view) (download) (annotate) - [select for diffs]
Tue Jun 24 18:04:44 2008 UTC (15 years, 10 months ago) by cyd
Branch: MAIN
Changes since 1.1775: +6 -0 lines
Diff to previous 1.1775
Document `word-wrap'.


Revision 1.1775 - (view) (download) (annotate) - [select for diffs]
Tue Jun 24 17:27:10 2008 UTC (15 years, 10 months ago) by cyd
Branch: MAIN
Changes since 1.1774: +442 -430 lines
Diff to previous 1.1774
Re-order items.


Revision 1.1774 - (view) (download) (annotate) - [select for diffs]
Sat Jun 21 19:22:17 2008 UTC (15 years, 10 months ago) by albinus
Branch: MAIN
Changes since 1.1773: +4 -0 lines
Diff to previous 1.1773
* NEWS: Tramp uses auth-source.


Revision 1.1773 - (view) (download) (annotate) - [select for diffs]
Sat Jun 21 08:48:44 2008 UTC (15 years, 10 months ago) by nickrob
Branch: MAIN
Changes since 1.1772: +3 -0 lines
Diff to previous 1.1772
*** empty log message ***


Revision 1.1772 - (view) (download) (annotate) - [select for diffs]
Fri Jun 20 17:10:29 2008 UTC (15 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.1771: +3 -0 lines
Diff to previous 1.1771
(special-mode-map): New var.
(special-mode): New major mode.


Revision 1.1771 - (view) (download) (annotate) - [select for diffs]
Fri Jun 20 16:04:48 2008 UTC (15 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.1770: +2 -0 lines
Diff to previous 1.1770
*** empty log message ***


Revision 1.1770 - (view) (download) (annotate) - [select for diffs]
Wed Jun 18 03:21:59 2008 UTC (15 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.1769: +2 -0 lines
Diff to previous 1.1769
*** empty log message ***


Revision 1.1769 - (view) (download) (annotate) - [select for diffs]
Sun Jun 15 20:11:11 2008 UTC (15 years, 10 months ago) by cyd
Branch: MAIN
Changes since 1.1768: +4 -0 lines
Diff to previous 1.1768
*** S-down-mouse-1 now pops up a menu for changing the default font
and text size of the default face in the current buffer.  The face is
changed via face remapping (see below).


Revision 1.1768 - (view) (download) (annotate) - [select for diffs]
Sun Jun 15 19:44:11 2008 UTC (15 years, 10 months ago) by cyd
Branch: MAIN
Changes since 1.1767: +3 -0 lines
Diff to previous 1.1767
*** New function `font-face-attributes' returns a plist of face
attributes set by a font.


Revision 1.1767 - (view) (download) (annotate) - [select for diffs]
Sun Jun 15 14:58:24 2008 UTC (15 years, 10 months ago) by dann
Branch: MAIN
Changes since 1.1766: +4 -0 lines
Diff to previous 1.1766
* log-view.el (log-view-diff-changeset): New function.
(log-view-mode-map, log-view-mode-menu): Bind it.
(log-view-per-file-logs, log-view-vc-fileset)
(log-view-vc-backend): New variables.
(log-view-find-revision, log-view-modify-change-comment)
(log-view-annotate-version): Throw an error if the log is for more
than one file and we can't find the current file.  Get the current
file from log-view-vc-fileset if necessary.
(log-view-diff): Get the current file from log-view-vc-fileset if
necessary.

* vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.

* vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
(vc-hg-log-view-mode): Declare for compiler.
(vc-hg-log-view-mode): Set log-view-per-file-logs and
log-view-file-re.
(vc-hg-diff): If no file is passed, use default-directory for cwd.

* vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.

* vc-svn.el (vc-svn-log-view-mode): New derived mode.


Revision 1.1766 - (view) (download) (annotate) - [select for diffs]
Fri Jun 13 20:32:57 2008 UTC (15 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.1765: +3 -0 lines
Diff to previous 1.1765
(Info-breadcrumbs-depth): New var.
(Info-insert-breadcrumbs): New function.
(Info-fontify-node): Use it.
(Info-mode-map): Move initialization into declaration.


Revision 1.1765 - (view) (download) (annotate) - [select for diffs]
Fri Jun 13 14:51:06 2008 UTC (15 years, 10 months ago) by dann
Branch: MAIN
Changes since 1.1764: +4 -0 lines
Diff to previous 1.1764
(vc-annotate-show-diff-revision-at-line): Move most of the code to ...
(vc-annotate-show-diff-revision-at-line-internal): ... here.  New
function.
(vc-annotate-show-changeset-diff-revision-at-line): New function.
(vc-annotate-mode-menu): Bind it.


Revision 1.1764 - (view) (download) (annotate) - [select for diffs]
Fri Jun 13 08:07:04 2008 UTC (15 years, 10 months ago) by gm
Branch: MAIN
Changes since 1.1763: +6 -0 lines
Diff to previous 1.1763
Daniel Engeler  <engeler at gmail.com>

Add documentation about serial port access.


Revision 1.690.2.177 - (view) (download) (annotate) - [select for diffs]
Thu Jun 12 05:36:54 2008 UTC (15 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.690.2.176: +34 -4 lines
Diff to previous 1.690.2.176 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-89


Revision 1.690.2.176 - (view) (download) (annotate) - [select for diffs]
Thu Jun 12 05:35:08 2008 UTC (15 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.690.2.175: +8 -0 lines
Diff to previous 1.690.2.175 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-88


Revision 1.690.2.175 - (view) (download) (annotate) - [select for diffs]
Thu Jun 12 05:34:28 2008 UTC (15 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.690.2.174: +7 -2 lines
Diff to previous 1.690.2.174 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-87


Revision 1.690.2.174 - (view) (download) (annotate) - [select for diffs]
Thu Jun 12 05:33:44 2008 UTC (15 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.690.2.173: +20 -4 lines
Diff to previous 1.690.2.173 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-86


Revision 1.1763 - (view) (download) (annotate) - [select for diffs]
Wed Jun 11 18:06:53 2008 UTC (15 years, 10 months ago) by cyd
Branch: MAIN
Changes since 1.1762: +14 -2 lines
Diff to previous 1.1762
Add menu bar changes, and font parsing changes.


Revision 1.1762 - (view) (download) (annotate) - [select for diffs]
Tue Jun 10 16:08:42 2008 UTC (15 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.1761: +3 -0 lines
Diff to previous 1.1761
* window.c (Vwindow_point_insertion_type): New var.
(set_window_buffer): Use it.
(syms_of_window): Init and export it to Lisp.
* progmodes/compile.el (compilation-mode):
Set window-point-insertion-type.
(compilation-filter): Don't use insert-before-markers any more.
* emacs-lisp/trace.el (trace-make-advice):
Set window-point-insertion-type in the trace buffer.
* startup.el (normal-top-level): Set window-point-insertion-type in
*Messages*.
* net/telnet.el (telnet-mode): Set window-point-insertion-type.
(telnet-filter): Don't use insert-before-markers any more.
* comint.el (comint-mode): Set window-point-insertion-type.
(comint-output-filter): Don't use insert-before-markers any more.
* button.el (make-text-button): Allow `start' to be a string.


Revision 1.1761 - (view) (download) (annotate) - [select for diffs]
Tue Jun 10 02:44:45 2008 UTC (15 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.1760: +3 -1 lines
Diff to previous 1.1760
(apropos-function, apropos-macro, apropos-command)
(apropos-variable, apropos-face, apropos-group, apropos-widget)
(apropos-plist): Add apropos-short-label property.
(apropos-multi-type): New variables.
(apropos-command, apropos-value): Set it.
(apropos-compact-layout): New custom.
(apropos-print, apropos-print-doc): Use it.
(apropos-print): Truncate lines.


Revision 1.1760 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 06:54:15 2008 UTC (15 years, 10 months ago) by m061211
Branch: MAIN
Changes since 1.1759: +7 -2 lines
Diff to previous 1.1759
*** empty log message ***


Revision 1.1759 - (view) (download) (annotate) - [select for diffs]
Sun Jun 8 17:25:15 2008 UTC (15 years, 10 months ago) by jpw
Branch: MAIN
Changes since 1.1758: +6 -0 lines
Diff to previous 1.1758
Document that `completion-ignore-case' is nil on MS-Windows.


Revision 1.1758 - (view) (download) (annotate) - [select for diffs]
Sun Jun 8 04:32:40 2008 UTC (15 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.1757: +2 -0 lines
Diff to previous 1.1757
(apropos-library): New command and new button.
(apropos-library-button): New function.


Revision 1.1757 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 20:39:46 2008 UTC (15 years, 10 months ago) by cyd
Branch: MAIN
Changes since 1.1756: +8 -0 lines
Diff to previous 1.1756
New vars `replace-search-function' and `replace-re-search-function'.


Revision 1.1756 - (view) (download) (annotate) - [select for diffs]
Thu Jun 5 05:44:05 2008 UTC (15 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.1755: +3 -0 lines
Diff to previous 1.1755
* keymap.c (Vminibuffer_local_filename_must_match_map):
Rename from Vminibuffer_local_must_match_filename_map.
(syms_of_keymap):
* minibuf.c (Fcompleting_read): Adjust accordingly.
* commands.h: Rename declaration as well.
* minibuffer.el (minibuffer-local-must-match-filename-map):
Declare obsolete alias for the old name.


Revision 1.1755 - (view) (download) (annotate) - [select for diffs]
Thu Jun 5 03:57:07 2008 UTC (15 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.1754: +1 -0 lines
Diff to previous 1.1754
* window.c (window_scroll_pixel_based_preserve_x)
(window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
(window_scroll_pixel_based, window_scroll_line_based):
Use them to preserve column positions.
(syms_of_window): Initialize them.
* indent.c (Fvertical_motion): Extend first arg to allow passing an
(HPOS . VPOS) pair.
* xdisp.c (move_it_in_display_line_to): Improve the type of its args.
(move_it_in_display_line): New wrapper.
* dispextern.h (move_it_in_display_line): Declare.


Revision 1.1754 - (view) (download) (annotate) - [select for diffs]
Thu Jun 5 02:41:03 2008 UTC (15 years, 10 months ago) by gm
Branch: MAIN
Changes since 1.1753: +3 -2 lines
Diff to previous 1.1753
Update from Seiji Zenitani <zenitani at mac.com>.


Revision 1.1753 - (view) (download) (annotate) - [select for diffs]
Wed Jun 4 07:09:08 2008 UTC (15 years, 10 months ago) by gm
Branch: MAIN
Changes since 1.1752: +2 -0 lines
Diff to previous 1.1752
face-remap place holder.


Revision 1.1752 - (view) (download) (annotate) - [select for diffs]
Wed Jun 4 07:08:45 2008 UTC (15 years, 10 months ago) by gm
Branch: MAIN
Changes since 1.1751: +18 -4 lines
Diff to previous 1.1751
alpha frame parameter details from Seiji Zenitani <zenitani at mac.com>.


Revision 1.690.2.173 - (view) (download) (annotate) - [select for diffs]
Tue Jun 3 16:06:45 2008 UTC (15 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.690.2.172: +3 -0 lines
Diff to previous 1.690.2.172 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-85


Revision 1.1751 - (view) (download) (annotate) - [select for diffs]
Fri May 30 02:37:38 2008 UTC (15 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.1750: +1 -0 lines
Diff to previous 1.1750
(Fmake_variable_buffer_local, Fmake_local_variable)
(Fmake_variable_frame_local): Disallow mixing buffer-local and
frame-local settings for the same variable.


Revision 1.1750 - (view) (download) (annotate) - [select for diffs]
Thu May 29 16:25:08 2008 UTC (15 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.1749: +2 -0 lines
Diff to previous 1.1749
(icomplete-prospects-length): Make obsolete.
(icomplete-prospects-height): New var.
(icomplete-completions): Use it.


Revision 1.690.2.172 - (view) (download) (annotate) - [select for diffs]
Fri May 23 04:33:26 2008 UTC (15 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.171: +17 -14 lines
Diff to previous 1.690.2.171 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-83


Revision 1.1749 - (view) (download) (annotate) - [select for diffs]
Wed May 21 20:52:40 2008 UTC (15 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.1748: +4 -1 lines
Diff to previous 1.1748
(completion-all-sorted-completions): New var.
(completion--flush-all-sorted-completions)
(completion-all-sorted-completions): New functions.
(minibuffer-force-complete): New command.


Revision 1.1748 - (view) (download) (annotate) - [select for diffs]
Wed May 21 04:02:50 2008 UTC (15 years, 11 months ago) by gm
Branch: MAIN
Changes since 1.1747: +5 -0 lines
Diff to previous 1.1747
Add placeholder for alpha frame parameter.


Revision 1.1747 - (view) (download) (annotate) - [select for diffs]
Mon May 19 22:36:08 2008 UTC (15 years, 11 months ago) by mwolson
Branch: MAIN
Changes since 1.1746: +3 -0 lines
Diff to previous 1.1746
Implement Project-local variables.


Revision 1.1746 - (view) (download) (annotate) - [select for diffs]
Thu May 15 07:26:32 2008 UTC (15 years, 11 months ago) by gm
Branch: MAIN
Changes since 1.1745: +4 -6 lines
Diff to previous 1.1745
Switch to recommended form of GPLv3 permissions notice.


Revision 1.1745 - (view) (download) (annotate) - [select for diffs]
Wed May 14 07:40:46 2008 UTC (15 years, 11 months ago) by gm
Branch: MAIN
Changes since 1.1744: +1 -7 lines
Diff to previous 1.1744
Update for font-backend changes.


Revision 1.1465.2.76 - (view) (download) (annotate) - [select for diffs]
Thu May 8 21:41:03 2008 UTC (15 years, 11 months ago) by rsteib
Branch: EMACS_22_BASE
Changes since 1.1465.2.75: +1 -1 lines
Diff to previous 1.1465.2.75 , to branch point 1.1465
Fix spelling.


Revision 1.690.2.171 - (view) (download) (annotate) - [select for diffs]
Thu May 8 11:49:53 2008 UTC (15 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.170: +62 -21 lines
Diff to previous 1.690.2.170 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-82


Revision 1.1744 - (view) (download) (annotate) - [select for diffs]
Wed May 7 22:11:03 2008 UTC (15 years, 11 months ago) by esr
Branch: MAIN
Changes since 1.1743: +3 -0 lines
Diff to previous 1.1743
Meta-CVS support removed.


Revision 1.1743 - (view) (download) (annotate) - [select for diffs]
Wed May 7 03:01:30 2008 UTC (15 years, 11 months ago) by gm
Branch: MAIN
Changes since 1.1742: +4 -1 lines
Diff to previous 1.1742
Add ignore-errors.


Revision 1.1742 - (view) (download) (annotate) - [select for diffs]
Mon May 5 22:08:33 2008 UTC (15 years, 11 months ago) by lektu
Branch: MAIN
Changes since 1.1741: +1 -1 lines
Diff to previous 1.1741
Fix typo.


Revision 1.1741 - (view) (download) (annotate) - [select for diffs]
Sun May 4 10:23:41 2008 UTC (15 years, 11 months ago) by rsteib
Branch: MAIN
Changes since 1.1740: +6 -5 lines
Diff to previous 1.1740
* NEWS: Reword previous commit.
* NEWS.22: Document removal of duplicated "alt-" input methods.


Revision 1.1465.2.75 - (view) (download) (annotate) - [select for diffs]
Sun May 4 10:22:57 2008 UTC (15 years, 11 months ago) by rsteib
Branch: EMACS_22_BASE
Changes since 1.1465.2.74: +10 -0 lines
Diff to previous 1.1465.2.74 , to branch point 1.1465
Document removal of duplicated "alt-" input methods.


Revision 1.1740 - (view) (download) (annotate) - [select for diffs]
Sat May 3 18:57:42 2008 UTC (15 years, 11 months ago) by gm
Branch: MAIN
Changes since 1.1739: +6 -0 lines
Diff to previous 1.1739
The following input methods were removed in Emacs 22.2...


Revision 1.1739 - (view) (download) (annotate) - [select for diffs]
Fri May 2 01:04:16 2008 UTC (15 years, 11 months ago) by jurta
Branch: MAIN
Changes since 1.1738: +6 -0 lines
Diff to previous 1.1738
Add the argument DEFAULT of minibuffer input functions to Incompatible Lisp Changes.


Revision 1.1738 - (view) (download) (annotate) - [select for diffs]
Wed Apr 30 05:50:02 2008 UTC (15 years, 11 months ago) by dann
Branch: MAIN
Changes since 1.1737: +17 -17 lines
Diff to previous 1.1737
Reorder, place things related to version control together.


Revision 1.1737 - (view) (download) (annotate) - [select for diffs]
Tue Apr 29 06:59:58 2008 UTC (16 years ago) by gm
Branch: MAIN
Changes since 1.1736: +1 -1 lines
Diff to previous 1.1736
Fix typo in previous.


Revision 1.1736 - (view) (download) (annotate) - [select for diffs]
Tue Apr 29 06:09:29 2008 UTC (16 years ago) by monnier
Branch: MAIN
Changes since 1.1735: +2 -0 lines
Diff to previous 1.1735
New file.


Revision 1.1735 - (view) (download) (annotate) - [select for diffs]
Tue Apr 29 01:16:45 2008 UTC (16 years ago) by jasonr
Branch: MAIN
Changes since 1.1734: +10 -2 lines
Diff to previous 1.1734
Add Windows battery support.


Revision 1.1734 - (view) (download) (annotate) - [select for diffs]
Sat Apr 26 02:39:56 2008 UTC (16 years ago) by gm
Branch: MAIN
Changes since 1.1733: +3 -0 lines
Diff to previous 1.1733
Add pp-macroexpand-expression, pp-macroexpand-last-sexp.


Revision 1.1733 - (view) (download) (annotate) - [select for diffs]
Sat Apr 26 01:47:07 2008 UTC (16 years ago) by monnier
Branch: MAIN
Changes since 1.1732: +3 -1 lines
Diff to previous 1.1732
(completion-table-with-context): Fix `pred' for the
various kinds of completion tables.
(completion-emacs22-try-completion): Place cursor after the /, as was
done in Emacs-22's minibuffer-complete-word.
Fix bug reported by David Hansen <david.hansen@gmx.net>.
(completion-emacs22-try-completion): Merge all mergable text rather than /.
(completion-pcm--delim-wild-regex): New var.
(completion-pcm-word-delimiters): New custom.
(completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
(completion-pcm--string->pattern, completion-pcm--pattern->regex)
(completion-pcm--all-completions, completion-pcm-all-completions)
(completion-pcm--merge-completions, completion-pcm--pattern->string)
(completion-pcm-try-completion): New functions.
(completion-styles-alist): Add them.
(completion-styles): Add it to the default.


Revision 1.1732 - (view) (download) (annotate) - [select for diffs]
Thu Apr 24 18:10:06 2008 UTC (16 years ago) by monnier
Branch: MAIN
CVS Tags: font-backend-base
Branch point for: font-backend
Changes since 1.1731: +2 -0 lines
Diff to previous 1.1731
(translation-table-for-input): Mark as obsolete.


Revision 1.1731 - (view) (download) (annotate) - [select for diffs]
Thu Apr 24 05:49:36 2008 UTC (16 years ago) by gm
Branch: MAIN
Changes since 1.1730: +5 -0 lines
Diff to previous 1.1730
Add bug-reference.el, goto-address.el.


Revision 1.690.2.170 - (view) (download) (annotate) - [select for diffs]
Thu Apr 24 01:57:02 2008 UTC (16 years ago) by miles
Branch: lexbind
Changes since 1.690.2.169: +206 -46 lines
Diff to previous 1.690.2.169 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-79


Revision 1.690.2.169 - (view) (download) (annotate) - [select for diffs]
Thu Apr 24 01:52:02 2008 UTC (16 years ago) by miles
Branch: lexbind
Changes since 1.690.2.168: +27 -28 lines
Diff to previous 1.690.2.168 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-78


Revision 1.1730 - (view) (download) (annotate) - [select for diffs]
Wed Apr 23 03:06:37 2008 UTC (16 years ago) by gm
Branch: MAIN
Changes since 1.1729: +6 -0 lines
Diff to previous 1.1729
Add holiday-chinese, diary-remind.


Revision 1.1729 - (view) (download) (annotate) - [select for diffs]
Tue Apr 22 20:32:56 2008 UTC (16 years ago) by jurta
Branch: MAIN
Changes since 1.1728: +6 -0 lines
Diff to previous 1.1728
Isearch help map.


Revision 1.1728 - (view) (download) (annotate) - [select for diffs]
Tue Apr 22 19:55:21 2008 UTC (16 years ago) by jurta
Branch: MAIN
Changes since 1.1727: +6 -2 lines
Diff to previous 1.1727
Mailcap commands for the default list.


Revision 1.1727 - (view) (download) (annotate) - [select for diffs]
Tue Apr 22 02:58:19 2008 UTC (16 years ago) by gm
Branch: MAIN
Changes since 1.1726: +3 -0 lines
Diff to previous 1.1726
Add copyright-at-end-flag.


Revision 1.1726 - (view) (download) (annotate) - [select for diffs]
Thu Apr 17 19:53:57 2008 UTC (16 years ago) by monnier
Branch: MAIN
Changes since 1.1725: +1 -1 lines
Diff to previous 1.1725
(abbrev-insert): New function extracted from expand-abbrev.
(expand-abbrev): Use it.
(abbrev-table-menu): New function.


Revision 1.1725 - (view) (download) (annotate) - [select for diffs]
Wed Apr 16 00:56:39 2008 UTC (16 years ago) by monnier
Branch: MAIN
Changes since 1.1724: +1 -1 lines
Diff to previous 1.1724
Rename vc-status to vc-dir and the vc-status var to vc-ewoc.


Revision 1.1724 - (view) (download) (annotate) - [select for diffs]
Sun Apr 13 22:11:58 2008 UTC (16 years ago) by monnier
Branch: MAIN
Changes since 1.1723: +7 -0 lines
Diff to previous 1.1723
* minibuffer.el (completion-all-completion-with-base-size): New var.
(completion--some): New function.
(completion-table-with-context, completion--file-name-table):
Return the base-size if requested.
(completion-table-in-turn): Generalize to multiple arguments.
(complete-in-turn): Compatibility alias.
(completion-styles-alist): New var.
(completion-styles): New customization.
(minibuffer-try-completion, minibuffer-all-completions):
New functions.
(minibuffer--do-completion, minibuffer-complete-and-exit)
(minibuffer-try-word-completion): Use them.
(display-completion-list, minibuffer-completion-help): Use them.
Handle all-completions's new base-size info to set completion-base-size.
* info.el (Info-read-node-name-1): Use completion-table-with-context,
completion-table-with-terminator and complete-with-action.
Remove the now obsolete completion-base-size-function property.
* simple.el (completion-list-mode-map): Move init into declaration.
(completion-list-mode): Use define-derived-mode.
(completion-setup-function): Use any completion-base-size that may
have been set before.  Remove handling of completion-base-size-function.
* loadup.el: Move abbrev.el up earlier.


Revision 1.1723 - (view) (download) (annotate) - [select for diffs]
Fri Apr 11 15:34:15 2008 UTC (16 years ago) by monnier
Branch: MAIN
Changes since 1.1722: +3 -0 lines
Diff to previous 1.1722
(fill-forward-paragraph-function): New var.
(fill-forward-paragraph): New fun.
(fill-paragraph, fill-region): Use it.


Revision 1.1722 - (view) (download) (annotate) - [select for diffs]
Thu Apr 10 15:05:27 2008 UTC (16 years ago) by dann
Branch: MAIN
Changes since 1.1721: +8 -5 lines
Diff to previous 1.1721
*** empty log message ***


Revision 1.1721 - (view) (download) (annotate) - [select for diffs]
Wed Apr 9 19:33:56 2008 UTC (16 years ago) by monnier
Branch: MAIN
Changes since 1.1720: +4 -0 lines
Diff to previous 1.1720
* minibuffer.el (minibuffer): Move group from cus-edit.el.
(completion-auto-help): Move from C code.
(minibuffer--maybe-completion-help): Remove.
(minibuffer--bitset): New function.
(minibuffer--do-completion): Rename from minibuffer-do-completion.
Renumber a bit.  Really complete on string *before* point.
Add argument used for word-completion.
Join trailing / in completion with following text, as done in
minibuffer-complete-word.
Handle new value `lazy' for completion-auto-help.
(minibuffer-try-word-completion): New function extracted from
minibuffer-complete-word.
(minibuffer-complete-word): Use minibuffer--do-completion.
(minibuffer--insert-strings): Rename from
minibuffer-complete-insert-strings.
(exit-minibuffer): Fix typo.
* cus-edit.el (minibuffer): Move group to minibuffer.el.
* cus-start.el: Remove completion-auto-help.
* minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
(syms_of_minibuf): Remove its initialization.


Revision 1.1720 - (view) (download) (annotate) - [select for diffs]
Wed Apr 9 19:08:22 2008 UTC (16 years ago) by albinus
Branch: MAIN
Changes since 1.1719: +3 -3 lines
Diff to previous 1.1719
*** empty log message ***


Revision 1.1719 - (view) (download) (annotate) - [select for diffs]
Wed Apr 9 03:42:28 2008 UTC (16 years ago) by dann
Branch: MAIN
Changes since 1.1718: +6 -7 lines
Diff to previous 1.1718
*** empty log message ***


Revision 1.1718 - (view) (download) (annotate) - [select for diffs]
Tue Apr 8 20:04:21 2008 UTC (16 years ago) by albinus
Branch: MAIN
Changes since 1.1717: +5 -0 lines
Diff to previous 1.1717
Add zeroconf.el.


Revision 1.1717 - (view) (download) (annotate) - [select for diffs]
Tue Apr 8 16:07:43 2008 UTC (16 years ago) by dann
Branch: MAIN
Changes since 1.1716: +5 -0 lines
Diff to previous 1.1716
*** empty log message ***


Revision 1.1716 - (view) (download) (annotate) - [select for diffs]
Tue Apr 8 07:02:13 2008 UTC (16 years ago) by gm
Branch: MAIN
Changes since 1.1715: +1 -0 lines
Diff to previous 1.1715
*** empty log message ***


Revision 1.1715 - (view) (download) (annotate) - [select for diffs]
Mon Apr 7 17:03:42 2008 UTC (16 years ago) by lektu
Branch: MAIN
Changes since 1.1714: +1 -1 lines
Diff to previous 1.1714
Fix typo.


Revision 1.1714 - (view) (download) (annotate) - [select for diffs]
Mon Apr 7 14:43:03 2008 UTC (16 years ago) by monnier
Branch: MAIN
Changes since 1.1713: +1 -1 lines
Diff to previous 1.1713
Typo.


Revision 1.1713 - (view) (download) (annotate) - [select for diffs]
Mon Apr 7 02:02:15 2008 UTC (16 years ago) by gm
Branch: MAIN
Changes since 1.1712: +7 -0 lines
Diff to previous 1.1712
*** empty log message ***


Revision 1.1712 - (view) (download) (annotate) - [select for diffs]
Sat Apr 5 20:22:21 2008 UTC (16 years ago) by monnier
Branch: MAIN
Changes since 1.1711: +3 -0 lines
Diff to previous 1.1711
(functionp): Return nil for special forms.


Revision 1.1711 - (view) (download) (annotate) - [select for diffs]
Wed Apr 2 20:23:20 2008 UTC (16 years ago) by cyd
Branch: MAIN
Changes since 1.1710: +56 -21 lines
Diff to previous 1.1710
Document shift-selection-mode and related changes.


Revision 1.1710 - (view) (download) (annotate) - [select for diffs]
Wed Apr 2 06:43:02 2008 UTC (16 years ago) by dann
Branch: MAIN
Changes since 1.1709: +12 -1 lines
Diff to previous 1.1709
*** empty log message ***


Revision 1.1709 - (view) (download) (annotate) - [select for diffs]
Tue Apr 1 02:56:59 2008 UTC (16 years ago) by gm
Branch: MAIN
Changes since 1.1708: +2 -1 lines
Diff to previous 1.1708
More details on a multi-tty change.


Revision 1.1708 - (view) (download) (annotate) - [select for diffs]
Tue Apr 1 00:54:03 2008 UTC (16 years ago) by monnier
Branch: MAIN
Changes since 1.1707: +0 -6 lines
Diff to previous 1.1707
(Funibyte_charset, Fset_unibyte_charset): Remove.


Revision 1.1707 - (view) (download) (annotate) - [select for diffs]
Sat Mar 29 23:40:00 2008 UTC (16 years, 1 month ago) by gm
Branch: MAIN
Changes since 1.1706: +1 -0 lines
Diff to previous 1.1706
*** empty log message ***


Revision 1.1706 - (view) (download) (annotate) - [select for diffs]
Sat Mar 29 23:02:22 2008 UTC (16 years, 1 month ago) by jurta
Branch: MAIN
Changes since 1.1705: +6 -6 lines
Diff to previous 1.1705
Replace section that says about buffer names available via M-n with a section
that says the completion table is added after the list of defaults.


Revision 1.1705 - (view) (download) (annotate) - [select for diffs]
Sat Mar 29 23:00:05 2008 UTC (16 years, 1 month ago) by jurta
Branch: MAIN
Changes since 1.1704: +6 -6 lines
Diff to previous 1.1704
Move minibuffer changes to the section "Minibuffer changes".


Revision 1.1704 - (view) (download) (annotate) - [select for diffs]
Sat Mar 29 02:47:48 2008 UTC (16 years, 1 month ago) by gm
Branch: MAIN
Changes since 1.1703: +7 -0 lines
Diff to previous 1.1703
Add calendar-date-style.


Revision 1.1703 - (view) (download) (annotate) - [select for diffs]
Sat Mar 29 01:46:10 2008 UTC (16 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.1702: +3 -0 lines
Diff to previous 1.1702
* keyboard.c (pending_funcalls): New var.
(timer_check): Run it.
(syms_of_keyboard): Initialize it.
* terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions)
(Vdelete_terminal_functions): New vars.
(syms_of_terminal): Initialize them.
(Fdelete_terminal): Run delete-terminal-functions.
* xdisp.c (safe_eval): Rewrite.
(safe_call2): New fun.
* frame.c (Qdelete_frame_functions): New var.
(syms_of_frame): Initialize it.
(Fdelete_frame): Use it and use safe_call2 and pending_funcalls.
* lisp.h (safe_call2, pending_funcalls): Declare.


Revision 1.1702 - (view) (download) (annotate) - [select for diffs]
Fri Mar 28 11:09:54 2008 UTC (16 years, 1 month ago) by jasonr
Branch: MAIN
Changes since 1.1701: +1 -0 lines
Diff to previous 1.1701
Prevoius NEWS entry already documented in the manual (for X).


Revision 1.1701 - (view) (download) (annotate) - [select for diffs]
Fri Mar 28 11:07:03 2008 UTC (16 years, 1 month ago) by jasonr
Branch: MAIN
Changes since 1.1700: +4 -0 lines
Diff to previous 1.1700
Document Windows hourglass change.


Revision 1.1700 - (view) (download) (annotate) - [select for diffs]
Thu Mar 27 02:50:56 2008 UTC (16 years, 1 month ago) by cyd
Branch: MAIN
Changes since 1.1699: +2 -0 lines
Diff to previous 1.1699
** mark-even-if-inactive now defaults to t


Revision 1.1699 - (view) (download) (annotate) - [select for diffs]
Wed Mar 26 15:07:14 2008 UTC (16 years, 1 month ago) by winkler
Branch: MAIN
Changes since 1.1698: +5 -0 lines
Diff to previous 1.1698
** proced.el has been added.  It operates on processes like dired.


Revision 1.1698 - (view) (download) (annotate) - [select for diffs]
Wed Mar 26 06:47:56 2008 UTC (16 years, 1 month ago) by dann
Branch: MAIN
Changes since 1.1697: +2 -0 lines
Diff to previous 1.1697
*** empty log message ***


Revision 1.1697 - (view) (download) (annotate) - [select for diffs]
Tue Mar 25 17:50:05 2008 UTC (16 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.1696: +4 -0 lines
Diff to previous 1.1696
(Decoding Output): Remove process-filter-multibyte functions.


Revision 1.1696 - (view) (download) (annotate) - [select for diffs]
Sun Mar 23 22:54:57 2008 UTC (16 years, 1 month ago) by cyd
Branch: MAIN
Changes since 1.1695: +2 -0 lines
Diff to previous 1.1695
** Transient Mark Mode is now on by default.


Revision 1.1695 - (view) (download) (annotate) - [select for diffs]
Thu Mar 20 19:48:07 2008 UTC (16 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.1694: +6 -1 lines
Diff to previous 1.1694
(minibuffer-local-shell-command-map): New var.
(minibuffer-complete-shell-command, read-shell-command): New funs.
(shell-command, shell-command-on-region): Use them.


Revision 1.1694 - (view) (download) (annotate) - [select for diffs]
Wed Mar 19 04:15:12 2008 UTC (16 years, 1 month ago) by dann
Branch: MAIN
Changes since 1.1693: +0 -6 lines
Diff to previous 1.1693
*** empty log message ***


Revision 1.1465.2.74 - (view) (download) (annotate) - [select for diffs]
Wed Mar 19 04:13:46 2008 UTC (16 years, 1 month ago) by dann
Branch: EMACS_22_BASE
CVS Tags: EMACS_22_2
Changes since 1.1465.2.73: +4 -3 lines
Diff to previous 1.1465.2.73 , to branch point 1.1465
*** empty log message ***


Revision 1.1465.2.73 - (view) (download) (annotate) - [select for diffs]
Wed Mar 19 04:11:38 2008 UTC (16 years, 1 month ago) by dann
Branch: EMACS_22_BASE
Changes since 1.1465.2.72: +11 -6 lines
Diff to previous 1.1465.2.72 , to branch point 1.1465
*** empty log message ***


Revision 1.1693 - (view) (download) (annotate) - [select for diffs]
Tue Mar 18 23:51:28 2008 UTC (16 years, 1 month ago) by jurta
Branch: MAIN
Changes since 1.1692: +8 -1 lines
Diff to previous 1.1692
`inhibit-startup-screen' doesn't inhibit display of the initial message
in the *scratch* buffer.


Revision 1.1692 - (view) (download) (annotate) - [select for diffs]
Sun Mar 16 17:47:34 2008 UTC (16 years, 1 month ago) by jurta
Branch: MAIN
Changes since 1.1691: +6 -0 lines
Diff to previous 1.1691
Commands that read a buffer name now provide a list of all buffers.


Revision 1.1465.2.72 - (view) (download) (annotate) - [select for diffs]
Fri Mar 14 17:47:50 2008 UTC (16 years, 1 month ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.71: +8 -7 lines
Diff to previous 1.1465.2.71 , to branch point 1.1465
(font-lock-comment-face): Move from 22.1 to 22.2


Revision 1.1691 - (view) (download) (annotate) - [select for diffs]
Fri Mar 14 02:42:04 2008 UTC (16 years, 1 month ago) by gm
Branch: MAIN
Changes since 1.1690: +23 -13 lines
Diff to previous 1.1690
Add some sections, based on NEWS.22.


Revision 1.1465.2.71 - (view) (download) (annotate) - [select for diffs]
Thu Mar 13 02:59:51 2008 UTC (16 years, 1 month ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.70: +9 -0 lines
Diff to previous 1.1465.2.70 , to branch point 1.1465
More details of font-lock-comment-delimiter-face and related issues.


Revision 1.1690 - (view) (download) (annotate) - [select for diffs]
Wed Mar 12 18:13:23 2008 UTC (16 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.1689: +4 -0 lines
Diff to previous 1.1689
(Fswitch_to_buffer): Fall back on pop-to-buffer.


Revision 1.1689 - (view) (download) (annotate) - [select for diffs]
Wed Mar 12 09:27:14 2008 UTC (16 years, 1 month ago) by lektu
Branch: MAIN
Changes since 1.1688: +3 -0 lines
Diff to previous 1.1688
Describe linum.el.


Revision 1.1688 - (view) (download) (annotate) - [select for diffs]
Tue Mar 11 03:02:14 2008 UTC (16 years, 1 month ago) by gm
Branch: MAIN
Changes since 1.1687: +3 -0 lines
Diff to previous 1.1687
Add mode-line-emphasis face.


Revision 1.1465.2.70 - (view) (download) (annotate) - [select for diffs]
Fri Mar 7 03:54:03 2008 UTC (16 years, 1 month ago) by gm
Branch: EMACS_22_BASE
CVS Tags: EMACS_PRETEST_22_1_92
Changes since 1.1465.2.69: +0 -1 lines
Diff to previous 1.1465.2.69 , to branch point 1.1465
Remove `+++'.


Revision 1.1465.2.69 - (view) (download) (annotate) - [select for diffs]
Thu Mar 6 19:32:55 2008 UTC (16 years, 1 month ago) by cyd
Branch: EMACS_22_BASE
Changes since 1.1465.2.68: +1 -1 lines
Diff to previous 1.1465.2.68 , to branch point 1.1465
Copyedit.


Revision 1.1465.2.68 - (view) (download) (annotate) - [select for diffs]
Thu Mar 6 19:29:30 2008 UTC (16 years, 1 month ago) by cyd
Branch: EMACS_22_BASE
Changes since 1.1465.2.67: +19 -8 lines
Diff to previous 1.1465.2.67 , to branch point 1.1465
Move deprecation message to Installation Changes and rewrite it.


Revision 1.1465.2.67 - (view) (download) (annotate) - [select for diffs]
Thu Mar 6 00:08:22 2008 UTC (16 years, 1 month ago) by kfstorm
Branch: EMACS_22_BASE
Changes since 1.1465.2.66: +4 -0 lines
Diff to previous 1.1465.2.66 , to branch point 1.1465
*** empty log message ***


Revision 1.1687 - (view) (download) (annotate) - [select for diffs]
Wed Mar 5 20:02:29 2008 UTC (16 years, 1 month ago) by gm
Branch: MAIN
Changes since 1.1686: +5 -3 lines
Diff to previous 1.1686
Update font-backend section.


Revision 1.1686 - (view) (download) (annotate) - [select for diffs]
Wed Mar 5 03:54:31 2008 UTC (16 years, 1 month ago) by gm
Branch: MAIN
Changes since 1.1685: +10 -9 lines
Diff to previous 1.1685
Update for font-backend being enabled by default.


Revision 1.1685 - (view) (download) (annotate) - [select for diffs]
Mon Mar 3 09:03:58 2008 UTC (16 years, 1 month ago) by gm
Branch: MAIN
Changes since 1.1684: +3 -5 lines
Diff to previous 1.1684
Update icons entry.


Revision 1.1465.2.66 - (view) (download) (annotate) - [select for diffs]
Mon Mar 3 03:28:33 2008 UTC (16 years, 1 month ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.65: +1 -1 lines
Diff to previous 1.1465.2.65 , to branch point 1.1465
Fix typo in previous.


Revision 1.1465.2.65 - (view) (download) (annotate) - [select for diffs]
Mon Mar 3 03:27:06 2008 UTC (16 years, 1 month ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.64: +3 -6 lines
Diff to previous 1.1465.2.64 , to branch point 1.1465
Tweak frame-local variables entry.


Revision 1.1684 - (view) (download) (annotate) - [select for diffs]
Mon Mar 3 02:17:33 2008 UTC (16 years, 1 month ago) by gm
Branch: MAIN
Changes since 1.1683: +0 -2 lines
Diff to previous 1.1683
transient-mark-mode is off again.


Revision 1.1683 - (view) (download) (annotate) - [select for diffs]
Sun Mar 2 02:03:57 2008 UTC (16 years, 1 month ago) by lektu
Branch: MAIN
Changes since 1.1682: +12 -12 lines
Diff to previous 1.1682
*** empty log message ***


Revision 1.1465.2.64 - (view) (download) (annotate) - [select for diffs]
Sat Mar 1 20:30:51 2008 UTC (16 years, 1 month ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.63: +9 -1 lines
Diff to previous 1.1465.2.63 , to branch point 1.1465
More info on how to replace make-variable-frame-local.


Revision 1.690.2.168 - (view) (download) (annotate) - [select for diffs]
Sat Mar 1 03:00:58 2008 UTC (16 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.690.2.167: +19 -0 lines
Diff to previous 1.690.2.167 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-77


Revision 1.1682 - (view) (download) (annotate) - [select for diffs]
Wed Feb 27 04:48:23 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1681: +4 -0 lines
Diff to previous 1.1681
Make the `whitespace.el' issue a little less confusing for people by
actually mentioning it.


Revision 1.1681 - (view) (download) (annotate) - [select for diffs]
Wed Feb 27 04:43:48 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1680: +4 -0 lines
Diff to previous 1.1680
Mention --disable-font-backend option.


Revision 1.1680 - (view) (download) (annotate) - [select for diffs]
Tue Feb 26 21:08:37 2008 UTC (16 years, 2 months ago) by rsteib
Branch: MAIN
Changes since 1.1679: +6 -0 lines
Diff to previous 1.1679
(Gnus): Mention problem with coding system `utf-8-emacs'
when using different Emacs versions.


Revision 1.1679 - (view) (download) (annotate) - [select for diffs]
Tue Feb 26 19:41:53 2008 UTC (16 years, 2 months ago) by monnier
Branch: MAIN
Changes since 1.1678: +2 -0 lines
Diff to previous 1.1678
(set-mark-command): Deactivate mark on second C-SPC C-SPC
when using transient-mark-mode.


Revision 1.1678 - (view) (download) (annotate) - [select for diffs]
Mon Feb 25 19:09:22 2008 UTC (16 years, 2 months ago) by monnier
Branch: MAIN
Changes since 1.1677: +3 -0 lines
Diff to previous 1.1677
(Fbuffer_swap_text): New function.
(syms_of_buffer): Defsubr it.


Revision 1.690.2.167 - (view) (download) (annotate) - [select for diffs]
Mon Feb 25 09:56:39 2008 UTC (16 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.690.2.166: +329 -9 lines
Diff to previous 1.690.2.166 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-76


Revision 1.1465.2.63 - (view) (download) (annotate) - [select for diffs]
Mon Feb 25 08:15:15 2008 UTC (16 years, 2 months ago) by jhd
Branch: EMACS_22_BASE
Changes since 1.1465.2.62: +8 -0 lines
Diff to previous 1.1465.2.62 , to branch point 1.1465
Mention stock icons for Gtk+.


Revision 1.1465.2.62 - (view) (download) (annotate) - [select for diffs]
Mon Feb 25 08:12:26 2008 UTC (16 years, 2 months ago) by dann
Branch: EMACS_22_BASE
Changes since 1.1465.2.61: +8 -0 lines
Diff to previous 1.1465.2.61 , to branch point 1.1465
* configure.in: Print an error for systems that we think are
obsolete and are proposed to be removed.

* configure: Regenerate.


Revision 1.1677 - (view) (download) (annotate) - [select for diffs]
Sun Feb 24 17:55:44 2008 UTC (16 years, 2 months ago) by dann
Branch: MAIN
Changes since 1.1676: +1 -0 lines
Diff to previous 1.1676
*** empty log message ***


Revision 1.1676 - (view) (download) (annotate) - [select for diffs]
Sun Feb 24 13:36:38 2008 UTC (16 years, 2 months ago) by monnier
Branch: MAIN
Changes since 1.1675: +2 -0 lines
Diff to previous 1.1675
Allow fine-grained image-cache flushing.
* dispextern.h (struct image): Add `dependencies' field.
(clear_image_caches): Change arg to Lisp_Object.
* image.c (make_image): Initialize `dependencies' field.
(clear_image_cache): Change arg to allow fine-grained flushing.
Perform the flush even if image-cache-eviction-delay is nil.
(clear_image_caches): Change arg to Lisp_Object.
(Fclear_image_cache): Expand meaning of the argument.
(mark_image): Mark `dependencies' field.
* xfaces.c (clear_face_cache): Adapt arg to call to clear_image_caches.
(lface_hash): Use XHASH rather than XFASTINT.
(face_at_buffer_position): Fix int -> EMACS_INT position.
* xdisp.c (next_overlay_change): Fix int -> EMACS_INT position.
(select_frame_for_redisplay): Remove code duplication.
(redisplay_internal): Adapt arg to call to clear_image_caches.


Revision 1.1675 - (view) (download) (annotate) - [select for diffs]
Sat Feb 23 20:06:44 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1674: +2 -0 lines
Diff to previous 1.1674
iwconfig.


Revision 1.1674 - (view) (download) (annotate) - [select for diffs]
Sat Feb 23 19:35:42 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1673: +2 -1 lines
Diff to previous 1.1673
*** empty log message ***


Revision 1.1673 - (view) (download) (annotate) - [select for diffs]
Fri Feb 22 04:09:09 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1672: +15 -19 lines
Diff to previous 1.1672
Condense some entries.


Revision 1.1672 - (view) (download) (annotate) - [select for diffs]
Fri Feb 22 03:49:19 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1671: +3 -6 lines
Diff to previous 1.1671
*** empty log message ***


Revision 1.1671 - (view) (download) (annotate) - [select for diffs]
Fri Feb 22 02:03:35 2008 UTC (16 years, 2 months ago) by handa
Branch: MAIN
Changes since 1.1670: +21 -18 lines
Diff to previous 1.1670
Mention the new language envrironments Bengali, Punjabi,
Gujarati, Oriya, Telugu, Sinhala.  Mention the removal of features
devanagari, devan-util, kannada, knd-util, malayalam, mlm-util,
tamil, and tml-util.


Revision 1.1670 - (view) (download) (annotate) - [select for diffs]
Fri Feb 22 01:24:09 2008 UTC (16 years, 2 months ago) by mwolson
Branch: MAIN
Changes since 1.1669: +15 -2 lines
Diff to previous 1.1669
NEWS: Describe nXML mode and json.el.


Revision 1.1669 - (view) (download) (annotate) - [select for diffs]
Thu Feb 21 08:15:54 2008 UTC (16 years, 2 months ago) by handa
Branch: MAIN
Changes since 1.1668: +21 -6 lines
Diff to previous 1.1668
Improve the description about the removal of
cp-...-codepage functions.  Describe the removal of the feature
`devan-util'.


Revision 1.1668 - (view) (download) (annotate) - [select for diffs]
Thu Feb 21 07:46:44 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1667: +2 -2 lines
Diff to previous 1.1667
*** empty log message ***


Revision 1.1667 - (view) (download) (annotate) - [select for diffs]
Thu Feb 21 07:44:53 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1666: +5 -13 lines
Diff to previous 1.1666
Combine Auto Composition Mode mode entries and move to right place.


Revision 1.1666 - (view) (download) (annotate) - [select for diffs]
Thu Feb 21 06:29:02 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1665: +5 -5 lines
Diff to previous 1.1665
Tweak FontBackend X resource entry.


Revision 1.1665 - (view) (download) (annotate) - [select for diffs]
Thu Feb 21 06:20:45 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1664: +8 -0 lines
Diff to previous 1.1664
Add missing entries.


Revision 1.1664 - (view) (download) (annotate) - [select for diffs]
Thu Feb 21 06:15:14 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1663: +2 -3 lines
Diff to previous 1.1663
Simplify an entry.


Revision 1.1663 - (view) (download) (annotate) - [select for diffs]
Thu Feb 21 03:51:06 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1662: +16 -6 lines
Diff to previous 1.1662
Merge in some font-backend stuff from README.unicode.


Revision 1.1662 - (view) (download) (annotate) - [select for diffs]
Thu Feb 21 03:35:46 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1661: +228 -1 lines
Diff to previous 1.1661
Merge entries from NEWS.unicode.


Revision 1.1661 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 16:57:44 2008 UTC (16 years, 2 months ago) by dann
Branch: MAIN
Changes since 1.1660: +2 -0 lines
Diff to previous 1.1660
* simple.el (transient-mark-mode): Add an :init-value.

* startup.el (command-line): Use custom-reevaluate-setting for
transient-mark-mode.

* callint.c (syms_of_callint): Initialize Vmark_even_if_inactive
with Qt.


Revision 1.1660 - (view) (download) (annotate) - [select for diffs]
Sat Feb 16 23:18:58 2008 UTC (16 years, 2 months ago) by jurta
Branch: MAIN
Changes since 1.1659: +5 -1 lines
Diff to previous 1.1659
Add after-init-time and emacs-init-time.


Revision 1.1659 - (view) (download) (annotate) - [select for diffs]
Sat Feb 16 22:21:45 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1658: +2 -1 lines
Diff to previous 1.1658
before-init-time is new name for emacs-startup-time.


Revision 1.1658 - (view) (download) (annotate) - [select for diffs]
Thu Feb 14 09:05:15 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1657: +3 -0 lines
Diff to previous 1.1657
Mention `format-seconds'.


Revision 1.1657 - (view) (download) (annotate) - [select for diffs]
Thu Feb 14 07:37:51 2008 UTC (16 years, 2 months ago) by dann
Branch: MAIN
Changes since 1.1656: +3 -0 lines
Diff to previous 1.1656
(vc-annotate-find-revision-at-line): New function.
(vc-annotate-mode-map): Bind it.
(vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
some entries.


Revision 1.1656 - (view) (download) (annotate) - [select for diffs]
Tue Feb 12 02:25:10 2008 UTC (16 years, 2 months ago) by monnier
Branch: MAIN
Changes since 1.1655: +1 -0 lines
Diff to previous 1.1655
(clone-indirect-buffer-hook): New hook.
(clone-indirect-buffer): Run it.


Revision 1.1655 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 04:08:36 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1654: +3 -0 lines
Diff to previous 1.1654
ffap-rfc-directories.


Revision 1.1654 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 00:29:11 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1653: +5 -0 lines
Diff to previous 1.1653
Add emacs-startup-time, emacs-uptime.


Revision 1.1653 - (view) (download) (annotate) - [select for diffs]
Sun Feb 10 20:51:42 2008 UTC (16 years, 2 months ago) by mwolson
Branch: MAIN
Changes since 1.1652: +4 -7 lines
Diff to previous 1.1652
EasyPG: Improve NEWS entry.


Revision 1.1652 - (view) (download) (annotate) - [select for diffs]
Sun Feb 10 02:06:57 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1651: +3 -0 lines
Diff to previous 1.1651
`mode-name' is no longer guaranteed to be a string.


Revision 1.1651 - (view) (download) (annotate) - [select for diffs]
Fri Feb 8 20:44:16 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1650: +3 -0 lines
Diff to previous 1.1650
woman-locale.


Revision 1.1650 - (view) (download) (annotate) - [select for diffs]
Fri Feb 8 15:39:03 2008 UTC (16 years, 2 months ago) by dann
Branch: MAIN
Changes since 1.1649: +10 -4 lines
Diff to previous 1.1649
*** empty log message ***


Revision 1.1649 - (view) (download) (annotate) - [select for diffs]
Fri Feb 8 08:57:13 2008 UTC (16 years, 2 months ago) by jhd
Branch: MAIN
Changes since 1.1648: +6 -0 lines
Diff to previous 1.1648
Mention XEmbed and --parent-id.


Revision 1.1648 - (view) (download) (annotate) - [select for diffs]
Fri Feb 8 06:54:26 2008 UTC (16 years, 2 months ago) by mwolson
Branch: MAIN
Changes since 1.1647: +8 -0 lines
Diff to previous 1.1647
EasyPG: Initial check-in.


Revision 1.1647 - (view) (download) (annotate) - [select for diffs]
Fri Feb 8 05:16:07 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1646: +2 -0 lines
Diff to previous 1.1646
Add pcmpl-unix ssh.


Revision 1.1465.2.61 - (view) (download) (annotate) - [select for diffs]
Thu Feb 7 06:17:10 2008 UTC (16 years, 2 months ago) by gm
Branch: EMACS_22_BASE
CVS Tags: EMACS_PRETEST_22_1_91
Changes since 1.1465.2.60: +5 -0 lines
Diff to previous 1.1465.2.60 , to branch point 1.1465
compilation-scroll-output fixed.


Revision 1.1646 - (view) (download) (annotate) - [select for diffs]
Wed Feb 6 07:59:09 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1645: +7 -0 lines
Diff to previous 1.1645
Mention removal of --with-gcc, --with-gtk.


Revision 1.690.2.166 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 09:30:51 2008 UTC (16 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.690.2.165: +3 -2 lines
Diff to previous 1.690.2.165 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-75


Revision 1.690.2.165 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 09:30:07 2008 UTC (16 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.690.2.164: +8 -2 lines
Diff to previous 1.690.2.164 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-72


Revision 1.690.2.164 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 09:29:20 2008 UTC (16 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.690.2.163: +2 -0 lines
Diff to previous 1.690.2.163 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-71


Revision 1.1645 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 06:28:03 2008 UTC (16 years, 2 months ago) by dann
Branch: MAIN
Changes since 1.1644: +3 -2 lines
Diff to previous 1.1644
*** empty log message ***


Revision 1.1644 - (view) (download) (annotate) - [select for diffs]
Mon Feb 4 21:41:33 2008 UTC (16 years, 2 months ago) by dann
Branch: MAIN
Changes since 1.1643: +8 -2 lines
Diff to previous 1.1643
Update diff mode entry.


Revision 1.1643 - (view) (download) (annotate) - [select for diffs]
Sat Feb 2 21:58:11 2008 UTC (16 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1642: +2 -0 lines
Diff to previous 1.1642
Add entry for recenter-top-bottom.


Revision 1.1465.2.60 - (view) (download) (annotate) - [select for diffs]
Fri Feb 1 23:31:23 2008 UTC (16 years, 2 months ago) by cyd
Branch: EMACS_22_BASE
Changes since 1.1465.2.59: +0 -6 lines
Diff to previous 1.1465.2.59 , to branch point 1.1465
Revert last change.


Revision 1.1642 - (view) (download) (annotate) - [select for diffs]
Fri Feb 1 23:29:32 2008 UTC (16 years, 2 months ago) by cyd
Branch: MAIN
Changes since 1.1641: +0 -4 lines
Diff to previous 1.1641
Move last change into NEWS.22.


Revision 1.1465.2.59 - (view) (download) (annotate) - [select for diffs]
Fri Feb 1 23:28:00 2008 UTC (16 years, 2 months ago) by cyd
Branch: EMACS_22_BASE
Changes since 1.1465.2.58: +6 -0 lines
Diff to previous 1.1465.2.58 , to branch point 1.1465
*** If tags-loop-revert-buffers has the value `ask', the tags-scanning
loop queries the user interactively if an already-visited file has
been changed since the last visit.  The new default value is `ask'.


Revision 1.1641 - (view) (download) (annotate) - [select for diffs]
Fri Feb 1 23:27:01 2008 UTC (16 years, 2 months ago) by cyd
Branch: MAIN
Changes since 1.1640: +4 -0 lines
Diff to previous 1.1640
*** If tags-loop-revert-buffers has the value `ask', the tags-scanning
loop queries the user interactively if an already-visited file has
been changed since the last visit.  The new default value is `ask'.


Revision 1.690.2.163 - (view) (download) (annotate) - [select for diffs]
Wed Jan 30 21:19:54 2008 UTC (16 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.690.2.162: +18 -7 lines
Diff to previous 1.690.2.162 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-70


Revision 1.841.2.145 - (view) (download) (annotate) - [select for diffs]
Wed Jan 30 07:57:06 2008 UTC (16 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.144: +18 -7 lines
Diff to previous 1.841.2.144 , to branch point 1.841 , to next main 1.2150
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324


Revision 1.1640 - (view) (download) (annotate) - [select for diffs]
Sun Jan 27 19:58:42 2008 UTC (16 years, 3 months ago) by dann
Branch: MAIN
CVS Tags: before-merge-unicode-to-trunk, emacs-unicode-2-base, merge-unicode-to-trunk
Changes since 1.1639: +3 -0 lines
Diff to previous 1.1639
Add info about C-c C-f in change-log-mode.


Revision 1.1639 - (view) (download) (annotate) - [select for diffs]
Fri Jan 25 23:04:39 2008 UTC (16 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.1638: +5 -0 lines
Diff to previous 1.1638
Add `permanent-local-hook'.


Revision 1.1638 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 18:46:48 2008 UTC (16 years, 3 months ago) by m061211
Branch: MAIN
Changes since 1.1637: +3 -0 lines
Diff to previous 1.1637
*** empty log message ***


Revision 1.1637 - (view) (download) (annotate) - [select for diffs]
Sat Jan 12 15:23:58 2008 UTC (16 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.1636: +3 -0 lines
Diff to previous 1.1636
Mention that old platforms are no longer supported.  Add a reference to
the full list in MACHINES.


Revision 1.1636 - (view) (download) (annotate) - [select for diffs]
Thu Jan 10 04:06:13 2008 UTC (16 years, 3 months ago) by gm
Branch: MAIN
Changes since 1.1635: +0 -5 lines
Diff to previous 1.1635
shell.el dirtrack stuff moved to 22.2.


Revision 1.1465.2.58 - (view) (download) (annotate) - [select for diffs]
Thu Jan 10 04:05:45 2008 UTC (16 years, 3 months ago) by gm
Branch: EMACS_22_BASE
CVS Tags: EMACS_PRETEST_22_1_90
Changes since 1.1465.2.57: +7 -0 lines
Diff to previous 1.1465.2.57 , to branch point 1.1465
Add Incompatible Lisp Changes section with shell.el dirtrack stuff.


Revision 1.1635 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 04:23:22 2008 UTC (16 years, 3 months ago) by gm
Branch: MAIN
Changes since 1.1634: +1 -1 lines
Diff to previous 1.1634
Add 2008 to copyright years.


Revision 1.1634 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 01:43:14 2008 UTC (16 years, 3 months ago) by winkler
Branch: MAIN
Changes since 1.1633: +3 -1 lines
Diff to previous 1.1633
*** empty log message ***


Revision 1.1465.2.57 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 04:54:00 2008 UTC (16 years, 3 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.56: +1 -1 lines
Diff to previous 1.1465.2.56 , to branch point 1.1465
Add 2008 to copyright years.


Revision 1.841.2.144 - (view) (download) (annotate) - [select for diffs]
Wed Jan 2 04:13:37 2008 UTC (16 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.143: +3 -0 lines
Diff to previous 1.841.2.143 , to branch point 1.841
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-308


Revision 1.690.2.162 - (view) (download) (annotate) - [select for diffs]
Wed Jan 2 04:02:36 2008 UTC (16 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.690.2.161: +3 -0 lines
Diff to previous 1.690.2.161 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-68


Revision 1.1633 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 16:26:54 2007 UTC (16 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.1632: +3 -0 lines
Diff to previous 1.1632
*** empty log message ***


Revision 1.690.2.161 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 02:49:35 2007 UTC (16 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.690.2.160: +26 -3 lines
Diff to previous 1.690.2.160 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-66


Revision 1.841.2.143 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 02:39:12 2007 UTC (16 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.142: +26 -3 lines
Diff to previous 1.841.2.142 , to branch point 1.841
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-306


Revision 1.1632 - (view) (download) (annotate) - [select for diffs]
Tue Dec 25 23:00:07 2007 UTC (16 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1631: +6 -1 lines
Diff to previous 1.1631
*** empty log message ***


Revision 1.1631 - (view) (download) (annotate) - [select for diffs]
Tue Dec 25 20:19:13 2007 UTC (16 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1630: +4 -0 lines
Diff to previous 1.1630
*** empty log message ***


Revision 1.1630 - (view) (download) (annotate) - [select for diffs]
Tue Dec 25 20:09:05 2007 UTC (16 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1629: +11 -3 lines
Diff to previous 1.1629
*** empty log message ***


Revision 1.1629 - (view) (download) (annotate) - [select for diffs]
Sun Dec 23 21:46:25 2007 UTC (16 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1628: +6 -0 lines
Diff to previous 1.1628
*** empty log message ***


Revision 1.1465.2.56 - (view) (download) (annotate) - [select for diffs]
Sat Dec 22 17:34:14 2007 UTC (16 years, 4 months ago) by eliz
Branch: EMACS_22_BASE
Changes since 1.1465.2.55: +5 -0 lines
Diff to previous 1.1465.2.55 , to branch point 1.1465
Mention -iname usage in find-dired.


Revision 1.690.2.160 - (view) (download) (annotate) - [select for diffs]
Sun Dec 16 05:11:37 2007 UTC (16 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.690.2.159: +15 -2 lines
Diff to previous 1.690.2.159 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-65


Revision 1.841.2.142 - (view) (download) (annotate) - [select for diffs]
Sun Dec 16 05:08:26 2007 UTC (16 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.141: +15 -2 lines
Diff to previous 1.841.2.141 , to branch point 1.841
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300


Revision 1.1628 - (view) (download) (annotate) - [select for diffs]
Sat Dec 15 10:29:16 2007 UTC (16 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.1627: +1 -1 lines
Diff to previous 1.1627
Update due to renaming of macemacs_*.png to emacs*_mac.png.


Revision 1.1627 - (view) (download) (annotate) - [select for diffs]
Sun Dec 9 23:48:33 2007 UTC (16 years, 4 months ago) by jurta
Branch: MAIN
Changes since 1.1626: +6 -1 lines
Diff to previous 1.1626
Add isearch-occur.


Revision 1.1465.2.55 - (view) (download) (annotate) - [select for diffs]
Sat Dec 8 17:58:49 2007 UTC (16 years, 4 months ago) by dann
Branch: EMACS_22_BASE
Changes since 1.1465.2.54: +2 -0 lines
Diff to previous 1.1465.2.54 , to branch point 1.1465
New file.


Revision 1.1626 - (view) (download) (annotate) - [select for diffs]
Sat Dec 8 14:29:17 2007 UTC (16 years, 4 months ago) by rsteib
Branch: MAIN
Changes since 1.1625: +8 -0 lines
Diff to previous 1.1625
Add minimal Gnus item.


Revision 1.690.2.159 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 23:43:32 2007 UTC (16 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.690.2.158: +127 -5 lines
Diff to previous 1.690.2.158 , to branch point 1.690
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-63


Revision 1.841.2.141 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 09:51:35 2007 UTC (16 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.140: +55 -7 lines
Diff to previous 1.841.2.140 , to branch point 1.841
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294


Revision 1.1625 - (view) (download) (annotate) - [select for diffs]
Tue Dec 4 04:14:30 2007 UTC (16 years, 4 months ago) by gm
Branch: MAIN
Changes since 1.1624: +2 -0 lines
Diff to previous 1.1624
Placeholder for new files from lisp/gnus.


Revision 1.1624 - (view) (download) (annotate) - [select for diffs]
Sun Dec 2 21:44:15 2007 UTC (16 years, 4 months ago) by albinus
Branch: MAIN
Changes since 1.1623: +6 -0 lines
Diff to previous 1.1623
*** empty log message ***


Revision 1.1623 - (view) (download) (annotate) - [select for diffs]
Sat Dec 1 19:37:20 2007 UTC (16 years, 4 months ago) by dann
Branch: MAIN
Changes since 1.1622: +3 -0 lines
Diff to previous 1.1622
* log-edit.el (log-edit-show-diff): New function.
(log-edit-mode-map, log-edit-menu): Bind it.
(log-edit-diff-function): New variable.
(log-edit): Change the 3rd param to be an alist and accept a
function that computes a diff for the files involved.

* vc.el (vc-log-edit): Add a diff function parameter to log-edit.


Revision 1.1622 - (view) (download) (annotate) - [select for diffs]
Sat Dec 1 06:59:12 2007 UTC (16 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1621: +3 -0 lines
Diff to previous 1.1621
*** empty log message ***


Revision 1.1621 - (view) (download) (annotate) - [select for diffs]
Fri Nov 30 08:16:28 2007 UTC (16 years, 4 months ago) by gm
Branch: MAIN
Changes since 1.1620: +1 -0 lines
Diff to previous 1.1620
png versions of mac icons.


Revision 1.1465.2.54 - (view) (download) (annotate) - [select for diffs]
Wed Nov 28 08:23:43 2007 UTC (16 years, 5 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.53: +2 -0 lines
Diff to previous 1.1465.2.53 , to branch point 1.1465
*** empty log message ***


Revision 1.1620 - (view) (download) (annotate) - [select for diffs]
Sun Nov 25 03:15:43 2007 UTC (16 years, 5 months ago) by gm
Branch: MAIN
Changes since 1.1619: +3 -0 lines
Diff to previous 1.1619
Place-holder entry for nXML.


Revision 1.1619 - (view) (download) (annotate) - [select for diffs]
Sat Nov 24 16:24:01 2007 UTC (16 years, 5 months ago) by ttn
Branch: MAIN
Changes since 1.1618: +2 -0 lines
Diff to previous 1.1618
Mention new VC Annotate mode command.


Revision 1.1618 - (view) (download) (annotate) - [select for diffs]
Fri Nov 23 00:35:28 2007 UTC (16 years, 5 months ago) by jurta
Branch: MAIN
Changes since 1.1617: +3 -0 lines
Diff to previous 1.1617
In C-x d, if you type M-n you get the visited file name of the current buffer.


Revision 1.1617 - (view) (download) (annotate) - [select for diffs]
Thu Nov 22 22:12:22 2007 UTC (16 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.1616: +3 -0 lines
Diff to previous 1.1616
(beginning-of-defun-raw): Pass `arg' down to beginning-of-defun-function.


Revision 1.1616 - (view) (download) (annotate) - [select for diffs]
Thu Nov 22 10:38:23 2007 UTC (16 years, 5 months ago) by pot
Branch: MAIN
Changes since 1.1615: +8 -2 lines
Diff to previous 1.1615
For some reason, this new feature was not in etags for Emacs 22,
so add it for Emacs 23:

 *** The --members option is now the default.

 Use --no-members if you want the old default behaviour of not tagging
 struct members in C, members variables in C++ and variables in PHP.


Revision 1.1465.2.53 - (view) (download) (annotate) - [select for diffs]
Thu Nov 22 10:31:33 2007 UTC (16 years, 5 months ago) by pot
Branch: EMACS_22_BASE
Changes since 1.1465.2.52: +0 -5 lines
Diff to previous 1.1465.2.52 , to branch point 1.1465
For some reason, this new feature is not in etags for Emacs 22,
so remove it from the NEWS:

 *** The --members option is now the default.

 Use --no-members if you want the old default behaviour of not tagging
 struct members in C, members variables in C++ and variables in PHP.


Revision 1.1615 - (view) (download) (annotate) - [select for diffs]
Sat Nov 17 03:51:20 2007 UTC (16 years, 5 months ago) by gm
Branch: MAIN
Changes since 1.1614: +8 -0 lines
Diff to previous 1.1614
Add: declare-function, check-declare, process-lines.


Revision 1.1614 - (view) (download) (annotate) - [select for diffs]
Fri Nov 16 01:21:59 2007 UTC (16 years, 5 months ago) by jurta
Branch: MAIN
Changes since 1.1613: +13 -5 lines
Diff to previous 1.1613
Add default list for dired-read-shell-command, occur, keep-lines, flush-lines, how-many.


Revision 1.841.2.140 - (view) (download) (annotate) - [select for diffs]
Sun Nov 11 00:56:25 2007 UTC (16 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.139: +74 -0 lines
Diff to previous 1.841.2.139 , to branch point 1.841
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283


Revision 1.1613 - (view) (download) (annotate) - [select for diffs]
Sat Nov 10 21:52:06 2007 UTC (16 years, 5 months ago) by jurta
Branch: MAIN
Changes since 1.1612: +9 -0 lines
Diff to previous 1.1612
Add query-replace-show-replacement and match-substitute-replacement.


Revision 1.1612 - (view) (download) (annotate) - [select for diffs]
Sat Nov 10 10:28:37 2007 UTC (16 years, 5 months ago) by m061211
Branch: MAIN
Changes since 1.1611: +11 -0 lines
Diff to previous 1.1611
*** empty log message ***


Revision 1.1611 - (view) (download) (annotate) - [select for diffs]
Fri Nov 9 12:56:28 2007 UTC (16 years, 5 months ago) by jasonr
Branch: MAIN
Changes since 1.1610: +12 -0 lines
Diff to previous 1.1610
Add w32 keyboard changes.


Revision 1.1465.2.52 - (view) (download) (annotate) - [select for diffs]
Thu Nov 8 08:51:39 2007 UTC (16 years, 5 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.51: +18 -11 lines
Diff to previous 1.1465.2.51 , to branch point 1.1465
Explain combine-and-quote-strings, split-string-and-unquote.
Some re-ordering.


Revision 1.1610 - (view) (download) (annotate) - [select for diffs]
Wed Nov 7 04:06:55 2007 UTC (16 years, 5 months ago) by gm
Branch: MAIN
Changes since 1.1609: +3 -0 lines
Diff to previous 1.1609
Placeholder entry about unsupported Mac Carbon port.


Revision 1.1609 - (view) (download) (annotate) - [select for diffs]
Sat Nov 3 03:04:46 2007 UTC (16 years, 5 months ago) by gm
Branch: MAIN
Changes since 1.1608: +3 -0 lines
Diff to previous 1.1608
In Fortran mode, M-; is now bound to...


Revision 1.1465.2.51 - (view) (download) (annotate) - [select for diffs]
Fri Nov 2 07:58:44 2007 UTC (16 years, 5 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.50: +2 -2 lines
Diff to previous 1.1465.2.50 , to branch point 1.1465
Revert previous change.
Whitespace.


Revision 1.1465.2.50 - (view) (download) (annotate) - [select for diffs]
Thu Nov 1 08:12:58 2007 UTC (16 years, 5 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.49: +2 -0 lines
Diff to previous 1.1465.2.49 , to branch point 1.1465
Advise removal of old vc-svn.


Revision 1.1608 - (view) (download) (annotate) - [select for diffs]
Thu Nov 1 03:06:22 2007 UTC (16 years, 5 months ago) by dann
Branch: MAIN
Changes since 1.1607: +2 -0 lines
Diff to previous 1.1607
* cmdargs.texi (Misc Variables): Remove Sun windows info.

* MACHINES: Remove Sun windows info.

* term/sun-mouse.el:
* obsolete/sun-fns.el:
* obsolete/sun-curs.el: Remove files.

* term/sun.el (select-previous-complex-command):

* sunfns.c: Remove file

* m/sun386.h:
* m/sun2.h:
* m/sparc.h: Remove Sun windows code.


Revision 1.1607 - (view) (download) (annotate) - [select for diffs]
Tue Oct 30 01:39:19 2007 UTC (16 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.1606: +1 -1 lines
Diff to previous 1.1606
Rename `count' and `system-flag' to :count and :system.  Update all users.
(abbrev-get, abbrev-put): Simplify.
(define-abbrev): Don't store the `force' value in the :system property.
(abbrev--before-point): Obey the :enable-function of the abbrev as well.


Revision 1.1606 - (view) (download) (annotate) - [select for diffs]
Tue Oct 30 01:38:41 2007 UTC (16 years, 6 months ago) by mwolson
Branch: MAIN
Changes since 1.1605: +5 -0 lines
Diff to previous 1.1605
Check in Remember Mode


Revision 1.1605 - (view) (download) (annotate) - [select for diffs]
Mon Oct 29 13:56:39 2007 UTC (16 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.1604: +2 -0 lines
Diff to previous 1.1604
*** empty log message ***


Revision 1.1604 - (view) (download) (annotate) - [select for diffs]
Mon Oct 29 00:18:04 2007 UTC (16 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.1603: +1 -1 lines
Diff to previous 1.1603
Fix typo in previous change.


Revision 1.1603 - (view) (download) (annotate) - [select for diffs]
Mon Oct 29 00:17:39 2007 UTC (16 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.1602: +5 -0 lines
Diff to previous 1.1602
shell.el no longer defines the aliases...


Revision 1.1602 - (view) (download) (annotate) - [select for diffs]
Sun Oct 28 23:54:13 2007 UTC (16 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.1601: +8 -0 lines
Diff to previous 1.1601
The variable `byte-compile-warnings' can now...


Revision 1.1601 - (view) (download) (annotate) - [select for diffs]
Sun Oct 28 02:40:56 2007 UTC (16 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.1600: +14 -0 lines
Diff to previous 1.1600
Rewrite abbrev.c in Elisp.
* image.c (Qcount): Don't declare as extern.
(syms_of_image): Initialize and staticpro `Qcount'.
* puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions.
* emacs.c (main): Don't call syms_of_abbrev.
* Makefile.in (obj): Remove abbrev.o.
(abbrev.o): Remove.
* abbrev.c: Remove.

Rewrite abbrev.c in Elisp.
* abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
(abbrev-table-get, abbrev-table-put, abbrev-get)
(abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
(define-abbrev, abbrev--check-chars, define-global-abbrev)
(define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
(abbrev-expansion, abbrev--before-point, expand-abbrev)
(unexpand-abbrev, abbrev--write, abbrev--describe)
(insert-abbrev-table-description, define-abbrev-table):
New funs, largely transcribed from abbrev.c.
(abbrev-with-wrapper-hook): New macro.
(abbrev-table-name-list, global-abbrev-table)
(abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
(abbrevs-changed, abbrev-all-caps, abbrev-start-location)
(abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
(last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
New vars, largely transcribed from abbrev.c.
* cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
* cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
* loadup.el: Load "abbrev.el" before "lisp-mode.el".


Revision 1.690.2.158 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 10:00:38 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.690.2.157: +40 -4 lines
Diff to previous 1.690.2.157 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 902-908)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 131-137)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 261-262)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-62


Revision 1.690.2.157 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:58:49 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.690.2.156: +7 -1 lines
Diff to previous 1.690.2.156 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 899-901)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 129-130)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 259-260)

   - Merge from emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-61


Revision 1.690.2.156 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:58:15 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.690.2.155: +9 -1 lines
Diff to previous 1.690.2.155 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 890-898)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 122-128)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 257-258)

   - Merge from emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-59


Revision 1.690.2.155 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:56:22 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.690.2.154: +142 -10 lines
Diff to previous 1.690.2.154 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 866-889)

   - Merge multi-tty branch
   - Update from CVS
   - Merge from emacs--rel--22
   - Add missing change from rel-22 branch to src/image.c
   - Remove RCS keywords from doc/misc/cc-mode.texi
   - Remove man, lispref, and lispintro directories

 * emacs--multi-tty--0  (base, patch 1-45)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-743
   - Merge from lorentey@elte.hu--2004
   - Remove out-of-date meta-files
   - Tweak perms to be more like emacs--devo--0
   - Restore lispref/elisp-covers.texi
   - Sync with sealing patch in lorentey@elte.hu.
   - Rudimentary fix for environment variable handling.
   - Update from CVS
   - server.el: Don't change the default directory in the *scratch* buffer.
   - Merged from emacs--devo--0
   - Revert to official bug report addresses.
   - Merge from emacs--devo--0
   - Import changelog info from arch logs into ChangeLog.multi-tty files
   - Update from CVS: src/puresize.h (BASE_PURESIZE): Increase.
   - Restore original arch-tag in src/ChangeLog.multi-tty

 * emacs--rel--22  (patch 101-121)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 248-256)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: texi/gnus.texi (On Writing Manuals): Fix typos.
   - Revert refcard location changes

 * lorentey@elte.hu--2004/emacs--cvs-trunk--0  (base, patch 1-7)

   - tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-474
   - Add CVS metadata files.
   - Update from CVS.
   - Update from CVS
   - Sync with miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-539.

 * lorentey@elte.hu--2004/emacs--cvs-trunk--0-  (version 0)

   - Branch closed.  Use miles@gnu.org--gnu-2005/emacs--cvs-trunk--0 instead.

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (base, patch 1-4)

   - tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137
   - Add a level of indirection to terminal characteristics.
   - Implemented multiple tty support.
   - Updating_frame vs. selected_frame in term.c.
   - Added a pointer to my archive to README.multi-tty
 * lorentey@elte.hu--2004/emacs--multi-tty--0--patch-5

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (patch 6-223, 225-257)

   - Removed two files that were committed by mistake.
   - Fixed two typos.
   - Full support for multiple terminal I/O (with some rough edges).
   - Fully eliminated global tty state variables.
   - Cosmetic changes in README.multi-tty
   - Added compilation instructions to README.multi-tty.
   - Implemented automatic deletion of terminals.
   - README.multi-tty updates.
   - Small change in README.multi-tty
   - Merged in changes from CVS HEAD
   - Joined miles@gnu.org--gnu-2004/emacs--cvs-trunk--0
   - Trivial changes
   - Bugfix festival.
   - Handle Ctl-G in emacsclient.
   - Make sure secondary frames are deleted when emacsclient quits.
   - Merged in changes from CVS head
   - Don't compile sys_select on systems that don't need it.
   - Delete server frames on server restart.
   - Undo patch-23.  I need a coffee.
   - Major bugfixes and slight enhancements.
   - A few more bugfixes and new features.
   - Separate frame-local, tty-dependent parameters from tty-local parameters.
   - Fixed X support, preliminary support for X-tty combo sessions.
   - MULTI_KBOARD support for ttys.  Input-related bugfixes for X+tty sessions.
   - Got rid of the rif (window-based redisplay interface) global variable.
   - Fix longopts option name for --tty.
   - Portability fixes (now it compiles & runs fine on Solaris).
   - Added multi-tty support for talk.el.
   - Fixed typo in talk.el.
   - Fixed typo in talk.el (again).
   - Fix mouse-position for tty+X combo sessions.
   - Add "multi-tty" to emacs-version output.
   - Fix more SEGV cases in frame.c
   - Converted display hooks to be display-local.  Plus many bugfixes.
   - Fix SEGV in init_sys_modes during X startup
   - Hookified termcap devices, added bootstrap display device, plus many
     bugfixes.
   - Numerous bugfixes and small improvements.
   - Changed tty input code to use read_socket_hook.
   - Fix C-g handling with multiple ttys.
   - Don't select on stdin unconditionally.
   - Support for opening X frames from a tty session.
   - Fix initialization of the window-system variable.
   - Romain Francoise's and Ami Fischman's bugfixes.
   - Added note about the commit mailing list.
   - Fixed tty faces during combo sessions.  Plus other assorted bugfixes.
   - Set the keyboard of the initial frame correctly.
   - Fixed interactive temacs.
   - Removed %T in mode-line-format.  Trivial documentation changes.
   - Fixed unsafe and incorrect use of record_unwind_protect in Fsuspend_emacs.
   - Cosmetic changes.
   - Don't exit Emacs when the X display is closed during a tty-X combo session.
   - Prevent core dumps when the X server crashes.
   - Fix the case when emacsclient is run on Emacs's controlling tty.
   - Trivial fixes to shut up some of the compiler warnings.
   - Don't hang on the tty if called from a shell script.
   - Fixed a typo in README.multi-tty.
   - Added newly loaded stuff in loadup.el to src/Makefile.in.
   - Don't try to init X drag and drop on a termcap frame.
   - Fix list-colors-display and other functions on a termcap frame
   - Added -w option to emacsclient for opening a new X frame.
   - Verify the version of Emacsclient.
   - Changed emacsclient to open new frames by default.
   - README updates.
   - Don't read too many characters from the tty.
   - Don't delete a tty if it's the last device with frames.
   - Fix typo in delete_display_hook documentation.
   - Fix a crash in emacsclient when DISPLAY is unset.
   - Block more input during read_avail_input.
   - Allow tty_read_avail_input to use the whole input buffer.
   - Don't try to handle a new event if the input buffer is full.
   - Back out previous change, it causes infinite recursion.
   - Revert patch-93, that was the real culprit.  Reapply patch-97.
   - Check for numchars > 0 in handle_one_xevent, not 1.
   - (Sigh.) Don't try to read more events than the buffer size.
   - Make emacsclient refuse to create a frame inside an Emacs term buffer.
   - Implemented suspending of emacsclient frames.
   - Added *.rej to tla's unrecognized pattern.
   - Fix background-mode on terminal frames (Dan Nicolaescu).
   - Fixed compiler warnings for keyboard.c.
   - Trivial cleanups to get rid of GCC warnings.
   - Trivial cleanup in fringe.c, missing from previous patch.
   - Removed *.rej from backup pattern in tagging method.
   - Fix cut'n'paste during a multi-display session (Mark Plaksin, Robert
     Chassell).
   - Fix dropping of the controlling tty on Solaris (Dan Nicolaescu).
   - Fix bootstrap problems in CVS.
   - Fix initialization order at bootstrap (Dan Nicolaescu).
   - Trivial cosmetic change in dispnew.c.
   - Prevent Lisp nesting errors while bootstrapping.
   - Fix #include errors for FreeBSD (Frank Ruell)
   - Merged in changes from CVS trunk
   - README changes.
   - Merged in changes from CVS trunk.
   - Eliminated updating_frame.
   - Fix segfault in term.c (reported by lukhas@free.fr).
   - Another server.el overhaul.
   - Fix frame parameter handling in server.el.
   - In emacsclient, protect the xmitted string from fprintf expansion (Dan
     Nicolaescu).
   - Fix error on deleting an emacsclient terminal (Dan Nicolaescu).
   - Fix one more case of the previous error.
   - A simple implementation for display-local frame parameters.
   - Mention `tla replay' in README.multi-tty (Gaute Strokkenes).
   - Fixed environment variable handling during terminal initialization.
   - Added branch description to admin/notes/BRANCH.
   - Fix fatal error during startup (rep. by Friedrich Delgado Friedrichs)
   - Add kludge to prevent overriding keyboard-coding-system customization.
   - Make terminal_coding and keyboard_coding display-local.
   - New control structure: with-selected-frame.
   - Use with-selected-frame.
   - Fix environment variables on emacsclient frames.
   - Use the remote locale for terminal & keyboard coding system.
   - Update README.multi-tty.
   - Fix server-socket-dir initialization (rep. by Friedrich Delgado
     Friedrichs).
   - Fix terminal coding system in multibyte locales (rep. by Friedrich
     Delgado Friedrichs).
   - Fix background mode initialization on client tty frames (rep. by Dan
     Nicolaescu).
   - Fix window-system-default-frame-alist (ARISAWA Akihiro).
   - Don't ignore SIGWINCH under X (contributed by Yoshiaki Kasahara).
   - Make sure the SIGWINCH handler is always set (rep. by Yoshiaki Kasahara).
   - Fix SEGV on terminals without 'IC' capability (Yoshiaki Kasahara).
   - README.multi-tty update.
   - Clear single_kboard each time Emacs returns to top-level.
   - Don't core dump on SIGINT when there is no frame on the controlling tty.
   - Dissociate from the controlling tty correctly on FreeBSD.
   - Make server-start safe against accidental restarts.
   - Fix parse error in term.c (ARISAWA Akihiro).
   - Fix byte-compile errors during bootstrap.  (Reported by Juraj Kubelka.)
   - Fix --no-wait in emacsclient (reported by Dan Nicolaescu).
   - Reapply src/Makefile.in changes that got lost in the tagline snafu of
     patch-197.
   - Implemented display ids for multiple emacsclients on the same tty.
     Plus assorted bugfixes.
   - Fix bootstrap errors.
   - Fixed C-c from the controlling terminal.
   - Don't leave buffers created by nowait clients buried under others
     (rep. by Dan Nicolaescu).
   - Fix suspend-frame on the controlling tty (reported by Dan Nicolaescu).
   - Fix Viper with simultaneous X and tty display devices. (Rep. by IRIE
     Tetsuya.)
   - Prevent the previous bug from reappearing later.
   - Fix creating frames on different X servers.
   - Cleaned up README compile & test instructions.
   - Updated archive location in docs. (Thanks to Dan Waber.)
   - README updates, including a new Tips & Tricks section
   - Change binding of C-x C-c to only exit emacsclient, not Emacs itself.
   - Fix typo in server.el (Han Boetes, Ted Morse, Ami Fischman)
   - Add TAGS-LISP to precious regex in src/.
   - Merged in changes from CVS trunk (Jan D. has fixed the XSync call in
     xterm.c, no need to disable it anymore).
   - Inhibit redisplay while frames are being deleted after an X disconnect.
   - Fix typo in src/Makefile.in.
   - Removed C99ism in init_fringe_bitmap.
   - Small tweaks in server.el.
   - Set ncurses-related environment variables while creating a new
 tty frame. (Reported by Dan Nicolaescu.)

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (patch 258-292)

   - Merged in changes from CVS trunk.
   - Fix core dump in redisplay window. (Reported by Yoshiaki Kasahara.)
     Plus cleanups.
   - Fix bootstrap problem with --without-x.
   - Trivial documentation change in keyboard.c.
   - Remove remaining references to updating_frame.
   - Increase PURESIZE to handle the extra stuff recently added.
   - Trivial changes in x_create_tip_frame.
   - README update.
   - Joined Miles's 2005 Emacs branch.
   - Merged in changes from CVS trunk.  (Long time no see!) :-)
   - Fix bootstrap error in CVS.
   - Fix xassert-related bootstrap errors.
   - Add some new precious/backup patterns in src/.
   - Update =partner-versions.
   - Prevent emacsclient errors when Emacs is compiled without X support.
   - README updates. (Reported by Xavier Mallard)
   - Merged from miles@gnu.org--gnu-2005 (patch 76-78)
   - Fix typo in dispnew.c.
   - Merged from miles@gnu.org--gnu-2005 (patch 12-13, 79-90)
   - On C-x C-c, restrict `save-some-buffers' to the client's buffers.
     (Reported by Han Boetes.)
   - Fix compilation error with GTK, fix issues with double C-g on
     controlling tty.
  (Reported by Friedrich Delgado Friedrichs, Yoshiaki Kasahara.)

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (patch 293-605)

   - Merged from miles@gnu.org--gnu-2005 (patch 91-94)
   - Initialize blink-cursor-mode consistently.
   - Merged from miles@gnu.org--gnu-2005 (patch 14-16, 95-106)
   - Merged from miles@gnu.org--gnu-2005 (patch 17-26, 107-116)
   - Fix line/column number positioning in emacsclient. (Reported by Han
     Boetes.)
   - Merged from miles@gnu.org--gnu-2005 (patch 117-118)
   - Merged from miles@gnu.org--gnu-2005 (patch 119)
   - Merged from miles@gnu.org--gnu-2005 (patch 27, 120-125)
   - Merged from miles@gnu.org--gnu-2005 (patch 28-30, 126-128)
   - Merged from miles@gnu.org--gnu-2005 (patch 31-33, 129-141)
   - Merged from miles@gnu.org--gnu-2005 (patch 34-36, 142-158)
   - Fix crash condition when an X server connection is broken. (Reported
     by Vincent Bernat.)
   - Declare Vinhibit_redisplay in xterm.c.
   - Don't abort with GTK when a tty is opened.
   - Merged from miles@gnu.org--gnu-2005 (patch 159)
   - Merged from miles@gnu.org--gnu-2005 (patch 160-161)
   - Merged from miles@gnu.org--gnu-2005 (patch 37-38, 162-182)
   - Merged from miles@gnu.org--gnu-2005 (patch 183)
   - Merged from miles@gnu.org--gnu-2005 (patch 39-44, 184-191)
   - Close the X connection when the last frame is deleted.
   - Fix stupid syntax errors in previous patch.
   - README updates.
   - Revert changes that were committed by mistake in the previous patch.
   - Merged from miles@gnu.org--gnu-2005 (patch 192-203)
   - Fix some superflous deviations from CVS, plus apply some cosmetics.
   - Fix yet another compilation error.
   - Merged from miles@gnu.org--gnu-2005 (patch 204-213)
   - Fix some aspects of X display shutdown.
   - Prevent core dump when connection is lost during frame creation.
   - README update. (Fix identifier names in emacs background preloader
     example.)
   - Fix error when creating tty clients.
   - Merged from miles@gnu.org--gnu-2005 (patch 45-55, 214-231)
   - Merged from miles@gnu.org--gnu-2005 (patch 56-58, 232-239)
   - Merged from miles@gnu.org--gnu-2005 (patch 59, 240-245)
   - Resolve crashes related to face aliases.
   - Merged from miles@gnu.org--gnu-2005 (patch 60-65, 246-265)
   - Fix bootstrap error during loadup.
   - Merged from miles@gnu.org--gnu-2005 (patch 66, 266-268)
   - Merged from miles@gnu.org--gnu-2005 (patch 269)
   - Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278)
   - Fix describe-variable with frame-local variables.
   - I give up; attempt to fix annoying crashes by reverting xdisp.c
     changes in patch-328.
   - Merged from miles@gnu.org--gnu-2005 (patch 279-280)
   - Merged from miles@gnu.org--gnu-2005 (patch 281-285)
   - Fix exponential slowdowns on repeated tty frame creation.
   - Fix UTF-8 tty input when first frame is an X frame. Steps towards
     multiple tty locale support.
   - Fix typo in get_display.
   - Support for ttys with different character locale settings.
   - Merged from miles@gnu.org--gnu-2005 (patch 68, 286-291)
   - Merged from miles@gnu.org--gnu-2005 (patch 292-295)
   - Disable display type check in start_hourglass, and always set up the timer.
   - Merged from miles@gnu.org--gnu-2005 (patch 296-306)
   - Speed up `emacsclient -t' on xterms. (by suggestion of Dan Nicolaescu)
   - Merged from miles@gnu.org--gnu-2005 (patch 307-312)
   - Merged from miles@gnu.org--gnu-2005 (patch 69, 313-319)
   - Merged from miles@gnu.org--gnu-2005 (patch 70-73, 320-331)
   - Merged from miles@gnu.org--gnu-2005 (patch 74-79, 332-349)
   - Merged from miles@gnu.org--gnu-2005 (patch 80-82, 350-422)
   - Merged from miles@gnu.org--gnu-2005 (patch 423-434)
   - Merged from miles@gnu.org--gnu-2005 (patch 435-437)
   - Merged from miles@gnu.org--gnu-2005 (patch 438-440)
   - Merged from miles@gnu.org--gnu-2005 (patch 441-446)
   - Make function-key-map a terminal-local variable (move it inside the
     kboard struct).
   - Update Lisp code for a terminal-local `function-key-map'.
   - Make sure the terminfo function key sequences are set up in the
     correct function-key-map.
   - Work around mysterious breakage of arrow key recognition under screen
     (see first TODO in README).
   - Change key-translation-map to be terminal-local.
   - Merged from miles@gnu.org--gnu-2005 (patch 447-448)
   - Replace encoded-kbd-mode with display-specific
     encoded-kbd-setup-display. (Doesn't work yet.)
   - New version of ldefs-boot.el.
   - Cleanup: Move kboard fields from struct frame and device-specific
     descriptors to struct display.
   - New C function `push_display_kboard'.
   - Work around nondeterministic binding of terminal-local variables.
     (Fixes national character input on ttys.)
   - Use terminal-local-value to access function-key-map in terminal packages.
   - Speed up loading of term/xterm.el.
   - Speed up loading of term/xterm.el (Dan Nicolaescu).
   - Remove pointless conditional around key substitution block in
     term/xterm.el (Dan Nicolaescu)
   - Fix the original cause of the "arrow keys don't work on screen" bug.
   - Merged from miles@gnu.org--gnu-2005 (patch 83-87, 449-468)
   - Merged from miles@gnu.org--gnu-2005 (patch 469)
   - Implement rudimentary Lisp-level terminal parameters.
   - Small enhancements.
   - Handle and document that `delete-frame' may call functions in
     `delete-frame-functions' twice.
   - Merged from miles@gnu.org--gnu-2005 (patch 470-473)
   - Merged from miles@gnu.org--gnu-2005 (patch 474)
   - Fix compilation error in src/term.c.
   - At long last, fix annoying SELECTED_FRAME crashes after unexpected
     connection failures. Yay!
   - README update.
   - Rename term_init to init_tty.
   - Rename `struct display' to `struct device'. Update function, parameter
     and variable names accordingly.
   - Cosmetic changes in server.el.
   - Fix compilation error in select_frame_for_redisplay.
   - Rename function-key-map to local-function-key-map, and
     global-function-key-map to function-key-map. Same for
     key-translation-map.
   - Fix dumb error leading to national keys not working on ttys.
   - Fix broken emacsclient resume on Solaris (by Dan Nicolaescu).
   - Don't let window-system-default-frame-alist override parameters
     specified manually.
   - Work around crashes in X session management after normal shutdown of X
     server.
   - Apply patch from CVS trunk to fix recenter on ttys.
   - Add two pending bugs to README.multi-tty.
   - Merged in changes from CVS trunk.  Plus added lisp/term tweaks.
   - Fix syntax error in lisp/term/xterm.el.
   - Merged in changes from CVS trunk.  (Testing my own CVS gateway.)
   - Add =upstream-branch file for semi-automated merges.
   - Merged in changes from lorentey@elte.hu--2004/emacs--cvs-trunk--0
   - Fix terminal initialization code.  (Contributed by Dan Nicolaescu.)
   - Slightly refactor the terminal initialization code for simplicity.
   - Apply settings in `window-system-default-frame-alist' to the initial
     frame as well.
   - Prevent resource allocation explosion when C-x 5 2 is used on xterms.
   - Enforce the presence of `window-system' and `tty-type' frame
     parameters in all frames.
   - Fix function-key-map massaging vs `C-x 5 2' in lisp/term/*.el.
     (Submitted by Dan Nicolaescu.)
   - Merged in changes from CVS trunk.
   - Fix bootstrap error.
   - Fix `emacsclient -ne '(+ 2 2)'' (reported by Han Boetes), and clean up
     some corner cases in Emacs server.
   - Fix `emacsclient +12 file' behaviour.  (Reported by Han Boetes.)
   - Make xt-mouse.el multi-tty-compatible.
   - Fix crashes in xdialog_show (and other places) with xterm-mouse-mode.
   - Make `emacsclient -n <filename>' open new X frames when possible.
     (Reported by Bas Kok.)
   - Don't let server-save-buffers-kill-display unexpectedly kill Emacs on
     --no-wait's X frames.
   - Set Emacs version number to 22.0.51 to allow parallel installations of
     CVS trunk and the multi-tty branch.
   - Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by
     Han Boetes, analysis by Kalle Olavi Niemitalo.)
   - Fix bootstrap error in keyboard.c.
   - Switch upstream to miles@gnu.org--gnu-2005/emacs--cvs-trunk--0.
   - Fix assertion on kboard->kbd_queue and other such crashes.
   - Merged from miles@gnu.org--gnu-2005 (patch 115, 540-542)
   - Merged from miles@gnu.org--gnu-2005 (patch 543)
   - Merged from miles@gnu.org--gnu-2005 (patch 116-117, 544-550)
   - Fix hardcoded stdout usage in term.c.  (Reported by Dan Nicolaescu.)
   - Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)
   - Merged from miles@gnu.org--gnu-2005 (patch 578-592)
   - Merged from miles@gnu.org--gnu-2005 (patch 593-595)
   - Merged from miles@gnu.org--gnu-2005 (patch 133-141, 596-609)
   - Fix Delete key on X by adapting normal-erase-is-backspace-mode for
     multi-tty. (Reported by Dan Waber and Dan Nicolaescu.)
   - Change the "pretest" bug report address to the multi-tty list.
   - Merged from miles@gnu.org--gnu-2005 (patch 610-614)
   - Doc update.
   - Change `keyboard-translate-table' to be terminal-local.
   - Don't try to rebind the `t' symbol.
   - Protect keyboard-translate-table from GC.
   - Fix semantics of terminal-local variables. Remove
     `terminal-local-value' hack.
   - Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628)
   - Update frames-on-display-list to accept terminal id numbers.
   - Merged from miles@gnu.org--gnu-2005 (patch 149-151, 629-641)
   - Fix some of the bootstrap problems.
   - Increase puresize.  (Emacs needs 1205176 pure bytes now.)
   - Merged from miles@gnu.org--gnu-2005 (patch 152-156, 642-654)
   - Merged from miles@gnu.org--gnu-2005 (patch 655)
   - Increase PURESIZE yet again.
   - Store client's environment in terminal parameters, not server parameters.
   - Merged from miles@gnu.org--gnu-2005 (patch 656-658)
   - Merged from miles@gnu.org--gnu-2005 (patch 659-663)
   - Delete leftover id for "info/dir".
   - Fix "first non-ASCII character on new tty frames" problem.
   - Prevent core dumps with GTK by disabling secondary X connections there.
   - Work around Emacs crash on Konsole detach.  (Tom Schutzer-Weissmann)
   - Fix typo in previous commit.
   - Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676)
   - Implement full support for frame-local `next-buffer' and `previous-buffer'.
   - Reimplement and extend support for terminal-local environment variables.
   - Don't let x_initialize break 8-bit input on ttys. (Reported by Joakim
     Verona.) Split `set-input-mode'.
   - Pull a bugfix from CVS to prevent problems with the Debian semantic
     package.
   - Fix compilation error during non-X builds.
   - Reimplement terminal parameters in C; clean up term.c, create terminal.c.
   - Implement automatic terminal-local environment variables via
     `local-environment-variables'.
   - Fix compilation errors in previous commit.
   - Merged from miles@gnu.org--gnu-2005 (patch 677)
   - Fix error during bootstrap.
   - Fix semantics of let-binding `process-environment'.
   - Initialize Vprocess_environment to nil.
   - Store local environment in frame (not terminal) parameters.
   - Merged from miles@gnu.org--gnu-2005 (patch 678-680)
   - Merged from miles@gnu.org--gnu-2005 (patch 681)
   - Update environment-related doc strings.
   - Rename `struct device' to `struct terminal'. Rename some
     terminal-related functions similarly.
   - Set `local-environment-variables' to t by default.
   - Show the splash screen on Emacsclient frames.  Show *scratch* by default.
   - Display "@" in mode-lines of Emacsclient frames.
   - Make sure `delete-frame-functions' can not prevent the frame from
     being deleted.
   - Fix crash in lookup_image on termcap frames.
   - Enhance splash screens to work better with emacsclient.
   - Fix splash screen loosing input events on Emacsclient frames.
   - Don't display the splash screen when no frame was created. (Fixes tty
     resume.)
   - (Hopefully) fix bootstrap error on OpenBSD.  (reported by Han Boetes)
   - Fix typo in docstring of `frame-with-environment'.
   - Cosmetic fixes in xfns.c.
   - Install workaround for "X protocol error: BadCursor (invalid Cursor
     parameter) on protocol request 2"
   - Make all frames created in an emacsclient session belong to that client.
   - Experimental change: don't restore kboard after temporary changes if
     Emacs wasn't in single kboard state.
   - Fix typo in `server-handle-delete-frame'; fix startup echo area message.
   - Fix last frame check in server.el.
   - Fix Delete keys under X (for good, this time).
   - Overhaul and simplify single_kboard API. Allow calls to
     `recursive-edit' in process filters. Small fixes.
   - Merged from miles@gnu.org--gnu-2005 (patch 682)
   - Fix abort() in read_key_sequence.
   - Remove group write permissions from all files.
   - Merged from miles@gnu.org--gnu-2005 (patch 683-684)
   - Fix C-g during `make-network-process'.  (Reported by Mark Plaksin.)
   - Merged from miles@gnu.org--gnu-2005 (patch 174-181, 685-690)
   - Merged from miles@gnu.org--gnu-2005 (patch 182-184, 691-699)
   - Merged from miles@gnu.org--gnu-2005 (patch 185-186, 700-703)
   - Fix bootstrap problem reported by Han Boetes.
   - Fix some bugs related to wrong_kboard_jmpbuf.
   - Eliminate wrong_kboard_jmpbuf.
   - Merged from miles@gnu.org--gnu-2005 (patch 187, 704)
   - Fix compilation error on older GCCs (reported by "mace").
   - Merged from
   - Fix bootstrapping problem.  (Reported by "mace".)
   - Merged from emacs@sv.gnu.org
   - Add explicit abort() when x_catch_errors_unwind is called by mistake.
   - Fix `emacsclient --eval '(progn (find-file "file")'' and the like.
     (Reported by Han Boetes.)
   - Fix permissions. (Reported by Han Boetes.)
   - Fix tty state problem after error in `set-quit-char'.
   - Fix compilation.
   - Fix `server-delete-client' behavior when the user quits `kill-buffer'.
     (Reported by Han Boetes.)
   - Increase puresize.
   - Fix bogus crash with -DENABLE_CHECKING.
   - Remove unused variable in read_key_sequence.
   - Fix GDB magic.
   - Fix segfault by `C-x 5 2' on the controlling tty. (Reported by Suresh
     Madhu.)
   - Fix ediff problems.  (Reported by Dan Nicolaescu.)
   - Fix compilation error in ediff-wind.el.  D'oh.
   - Fix bizarre syntax error, probably from a baz merge bug.
   - Let the Emacs server recognize `inhibit-startup-echo-area-message'.
     (Reported by Han Boetes.)
   - Set emacsbug.el's pretest address to the multi-tty list. (Reported by
     Richard Lewis.)
   - Fix toolbars on X frames when Emacs is started on a tty. (Reported by
     Richard Lewis.)
   - Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the
     state of the current frame.
   - Clean up tty device handling. Change name of controlling tty from nil
     to "/dev/tty".
   - Set `default-directory' in *scratch* to the current directory of
     emacsclient.
   - Fix compilation error on OpenBSD.  (Reported by Han Boetes.)
   - Fix OpenBSD compilation some more.  (Fix by Han Boetes.)
   - Fix delete key after C-x 5 2 on X.  (Catched by Dan Nicolaescu.)
   - Fix tooltip border color.
   - Fix previous commit.
   - (Attempt to) fix bootstrap error.
   - Fix typo in startup.el.
   - Fix `vc-annotate' under X.  (Reported by Dan Nicolaescu.)
   - Make `tty-display-color-p' follow its doc string. (Reported by Dan
     Nicolaescu.)
   - Fix stupid crash during startup.
   - Fix crashes in redisplay functions on suspended tty frames. (Reported
     by Dan Nicolaescu.)
   - Fix crashes in `delete-terminal' caused by recursive calls or X
     displays with live frames.
   - Don't load terminit files repeatedly. Also, don't call terminit
     functions more than once per terminal.
   - Fix and/or simplify terminal initialization files.
   - Fix C-x 5 2 on the controlling tty; fix some possible crash conditions
     and a memory leak.
   - Fix syntax errors in terminal initialization files.
   - Fix compilation error in lwlib/xlwmenu.c.
   - Rework environment variable support. (Reported by Kalle Olavi
     Niemitalo and Noah Friedman.)
   - Merged from emacs@sv.gnu.org.
   - Fix typo in lisp/term/xterm.el.
   - Let frames on new terminals inherit 'environment and 'client.
   - Fix x_catch_errors-related abort after X disconnects. (Reported by Dan
     Nicolaescu).
   - Fix F10 behaviour.  (Reported by Bernard Adrian.)
   - Remove superfluous properties from the mode-line-client indicator.
     (Reported by Kalle Olavi Niemitalo)
   - Fix various aborts in get_named_tty.  (Patch by Kalle Olavi Niemitalo)
   - Increase PURESIZE.
   - Fix obvious runtime errors after merge.
   - Regenerate lisp/ldefs-boot.el.
   - Merged from emacs@sv.gnu.org.  Last-minute emacsclient rewrites be damned!
   - Fix crash in window.c.
   - Fix various suspend-related bugs in emacsclient. (Report & patch by
     Dan Nicolaescu.)
   - Remove semantic.cache, fix tagging method.
   - Fix compilation errors.  Regenerate ldefs-boot.el.
   - Re-enable GTK multidisplay support.
   - Regenerate ldefs-boot, remove junk.
   - Fix compilation error with non-toolkit scrollbar.

 * lorentey@elte.hu--2004/emacs--multi-tty--0-  (version 0)

   - This branch is now closed. Work continues at
     emacs@sv.gnu.org/emacs--multi-tty--0.

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-56


Revision 1.690.2.154 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:43:00 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.690.2.153: +38 -0 lines
Diff to previous 1.690.2.153 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 852-865)

   - Update from CVS
   - Merge from emacs--rel--22
   - Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.
   - Remove RCS keywords

 * emacs--rel--22  (patch 93-100)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 245-247)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-55


Revision 1.690.2.153 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:41:37 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.690.2.152: +11 -9 lines
Diff to previous 1.690.2.152 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 839-851)

   - Update from CVS
   - Change capitalization of VC backend names for new backends
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 84-92)

   - Update from CVS
   - Change capitalization of VC backend names for new backends
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-54


Revision 1.690.2.152 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:39:09 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.690.2.151: +22 -11 lines
Diff to previous 1.690.2.151 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-838)

   - Update from CVS
   - Merge from emacs--rel--22
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Fix void function definition error in cus-edit.el
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * emacs--rel--22  (patch 70-83)

   - Update from CVS
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Indicate that emacs--devo--0--patch-834 does not need to be applied
   - Merge from gnus--rel--5.10
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * gnus--rel--5.10  (patch 239-241)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-53


Revision 1.690.2.151 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:34:45 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.690.2.150: +12 -0 lines
Diff to previous 1.690.2.150 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 816-823)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 59-69)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 237-238)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-52


Revision 1.690.2.150 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:34:00 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.690.2.149: +100 -3 lines
Diff to previous 1.690.2.149 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 803-815)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 51-58)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 233-236)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-51


Revision 1.841.2.139 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:12:02 2007 UTC (16 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.138: +40 -4 lines
Diff to previous 1.841.2.138 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 902-908)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 131-137)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 261-262)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-278


Revision 1.1600 - (view) (download) (annotate) - [select for diffs]
Fri Oct 26 09:56:27 2007 UTC (16 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.1599: +8 -6 lines
Diff to previous 1.1599
*** empty log message ***


Revision 1.1599 - (view) (download) (annotate) - [select for diffs]
Fri Oct 26 03:51:44 2007 UTC (16 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.1598: +4 -0 lines
Diff to previous 1.1598
*** empty log message ***


Revision 1.1598 - (view) (download) (annotate) - [select for diffs]
Thu Oct 25 08:08:01 2007 UTC (16 years, 6 months ago) by lektu
Branch: MAIN
Changes since 1.1597: +1 -1 lines
Diff to previous 1.1597
*** empty log message ***


Revision 1.1597 - (view) (download) (annotate) - [select for diffs]
Thu Oct 25 04:02:50 2007 UTC (16 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.1596: +7 -3 lines
Diff to previous 1.1596
*** empty log message ***


Revision 1.1465.2.49 - (view) (download) (annotate) - [select for diffs]
Wed Oct 24 10:18:52 2007 UTC (16 years, 6 months ago) by lektu
Branch: EMACS_22_BASE
Changes since 1.1465.2.48: +8 -1 lines
Diff to previous 1.1465.2.48 , to branch point 1.1465
Mention desktop locking.


Revision 1.1465.2.48 - (view) (download) (annotate) - [select for diffs]
Tue Oct 23 20:55:18 2007 UTC (16 years, 6 months ago) by monnier
Branch: EMACS_22_BASE
Changes since 1.1465.2.47: +2 -0 lines
Diff to previous 1.1465.2.47 , to branch point 1.1465
(make-variable-frame-localizable): Remove.
(make-variable-frame-local): Mark obsolete.


Revision 1.1596 - (view) (download) (annotate) - [select for diffs]
Mon Oct 22 23:45:56 2007 UTC (16 years, 6 months ago) by jurta
Branch: MAIN
Changes since 1.1595: +11 -0 lines
Diff to previous 1.1595
Add isearch-multi.el


Revision 1.1595 - (view) (download) (annotate) - [select for diffs]
Mon Oct 22 09:35:55 2007 UTC (16 years, 6 months ago) by lektu
Branch: MAIN
Changes since 1.1594: +3 -3 lines
Diff to previous 1.1594
*** empty log message ***


Revision 1.1594 - (view) (download) (annotate) - [select for diffs]
Mon Oct 22 08:33:12 2007 UTC (16 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.1593: +1 -1 lines
Diff to previous 1.1593
Insert humorous log entry here.


Revision 1.1593 - (view) (download) (annotate) - [select for diffs]
Mon Oct 22 08:18:36 2007 UTC (16 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.1592: +3 -0 lines
Diff to previous 1.1592
F90 mode has some support for Fortran 2003 syntax.


Revision 1.1592 - (view) (download) (annotate) - [select for diffs]
Mon Oct 22 00:32:03 2007 UTC (16 years, 6 months ago) by jurta
Branch: MAIN
Changes since 1.1591: +12 -0 lines
Diff to previous 1.1591
Add a list of minibuffer default values.


Revision 1.1465.2.47 - (view) (download) (annotate) - [select for diffs]
Sun Oct 21 07:53:06 2007 UTC (16 years, 6 months ago) by m061211
Branch: EMACS_22_BASE
Changes since 1.1465.2.46: +0 -3 lines
Diff to previous 1.1465.2.46 , to branch point 1.1465
*** empty log message ***


Revision 1.1465.2.46 - (view) (download) (annotate) - [select for diffs]
Sat Oct 20 17:02:17 2007 UTC (16 years, 6 months ago) by m061211
Branch: EMACS_22_BASE
Changes since 1.1465.2.45: +3 -3 lines
Diff to previous 1.1465.2.45 , to branch point 1.1465
*** empty log message ***


Revision 1.841.2.138 - (view) (download) (annotate) - [select for diffs]
Sat Oct 20 02:30:19 2007 UTC (16 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.137: +7 -1 lines
Diff to previous 1.841.2.137 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 901)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-273


Revision 1.1591 - (view) (download) (annotate) - [select for diffs]
Sat Oct 20 02:04:29 2007 UTC (16 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.1590: +7 -1 lines
Diff to previous 1.1590
*** empty log message ***


Revision 1.1465.2.45 - (view) (download) (annotate) - [select for diffs]
Fri Oct 19 07:05:37 2007 UTC (16 years, 6 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.44: +2 -2 lines
Diff to previous 1.1465.2.44 , to branch point 1.1465
Grammar fix.


Revision 1.841.2.137 - (view) (download) (annotate) - [select for diffs]
Fri Oct 19 00:00:10 2007 UTC (16 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.136: +9 -1 lines
Diff to previous 1.841.2.136 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 890-898)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 122-128)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 257-258)

   - Merge from emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-270


Revision 1.1590 - (view) (download) (annotate) - [select for diffs]
Thu Oct 18 04:53:10 2007 UTC (16 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.1589: +4 -0 lines
Diff to previous 1.1589
Tom Horsley  <tom.horsley at att.net>:

interprogram-paste-function can return a list.


Revision 1.1589 - (view) (download) (annotate) - [select for diffs]
Thu Oct 18 04:12:45 2007 UTC (16 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.1588: +3 -0 lines
Diff to previous 1.1588
Add mouse-1 in mode-line for minor modes.


Revision 1.1588 - (view) (download) (annotate) - [select for diffs]
Thu Oct 18 00:14:53 2007 UTC (16 years, 6 months ago) by jurta
Branch: MAIN
Changes since 1.1587: +2 -1 lines
Diff to previous 1.1587
Remove fill-paragraph-or-region.


Revision 1.1465.2.44 - (view) (download) (annotate) - [select for diffs]
Wed Oct 17 19:21:36 2007 UTC (16 years, 6 months ago) by eliz
Branch: EMACS_22_BASE
Changes since 1.1465.2.43: +1 -1 lines
Diff to previous 1.1465.2.43 , to branch point 1.1465
Fix wording of the SPC non-completion of file names entry.


Revision 1.841.2.136 - (view) (download) (annotate) - [select for diffs]
Mon Oct 15 05:03:21 2007 UTC (16 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.135: +4 -0 lines
Diff to previous 1.841.2.135 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 887-889)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 116-121)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-268


Revision 1.1587 - (view) (download) (annotate) - [select for diffs]
Sun Oct 14 20:41:19 2007 UTC (16 years, 6 months ago) by jurta
Branch: MAIN
Changes since 1.1586: +4 -0 lines
Diff to previous 1.1586
*** empty log message ***


Revision 1.841.2.135 - (view) (download) (annotate) - [select for diffs]
Sat Oct 13 05:53:01 2007 UTC (16 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.134: +14 -2 lines
Diff to previous 1.841.2.134 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 880-885)

   - Remove RCS keywords from doc/misc/cc-mode.texi
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-264


Revision 1.1586 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 06:29:56 2007 UTC (16 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.1585: +2 -0 lines
Diff to previous 1.1585
The abbrev file is no longer read at startup in batch mode.


Revision 1.841.2.134 - (view) (download) (annotate) - [select for diffs]
Thu Oct 11 16:21:34 2007 UTC (16 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.133: +126 -10 lines
Diff to previous 1.841.2.133 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 866-879)

   - Merge multi-tty branch
   - Update from CVS
   - Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257


Revision 1.1585 - (view) (download) (annotate) - [select for diffs]
Wed Oct 10 20:18:45 2007 UTC (16 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.1584: +2 -0 lines
Diff to previous 1.1584
(frame-inherited-parameters): New var.
(make-frame): Use it.


Revision 1.1584 - (view) (download) (annotate) - [select for diffs]
Wed Oct 10 20:02:07 2007 UTC (16 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.1583: +5 -2 lines
Diff to previous 1.1583
*** empty log message ***


Revision 1.1583 - (view) (download) (annotate) - [select for diffs]
Wed Oct 10 13:30:46 2007 UTC (16 years, 6 months ago) by esr
Branch: MAIN
Changes since 1.1582: +5 -0 lines
Diff to previous 1.1582
New VC in the NEWS.


Revision 1.1582 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 16:02:33 2007 UTC (16 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.1581: +2 -3 lines
Diff to previous 1.1581
Remove mention of local-key-translation-map.


Revision 1.1581 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 05:05:38 2007 UTC (16 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.1580: +7 -5 lines
Diff to previous 1.1580
Add new `input-decode-map' keymap and use it for temrinal
escape sequences.
* keyboard.h (struct kboard): Add Vinput_decode_map.
Remove Vlocal_key_translation_map.
* keyboard.c (read_key_sequence): Add support for input-decode-map.
(init_kboard): Init input-decode-map.
Replace local-key-translation-map back with key-translation-map.
(syms_of_keyboard): Declare input-decode-map.
Remove local-key-translation-map.  Update docstrings.
(mark_kboards): Mark Vinput_decode_map.
Don't mark Vlocal_key_translation_map.
* keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
Replace local-key-translation-map back with key-translation-map.
* term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
Bind in input-decode-map rather than function-key-map.


Revision 1.1580 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 04:12:24 2007 UTC (16 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.1579: +1 -0 lines
Diff to previous 1.1579
(diff-hunk-style): New fun.
(diff-end-of-hunk): Use it.
(diff-context->unified): Use the new `apply' undo element, if applicable,
so as to save undo-log space.
(diff-fine-change): New face.
(diff-fine-highlight-preproc): New function.
(diff-fine-highlight): New command.


Revision 1.1579 - (view) (download) (annotate) - [select for diffs]
Sat Oct 6 22:27:50 2007 UTC (16 years, 6 months ago) by jurta
Branch: MAIN
Changes since 1.1578: +5 -0 lines
Diff to previous 1.1578
Add M-q fill-paragraph-or-region.


Revision 1.1578 - (view) (download) (annotate) - [select for diffs]
Thu Oct 4 11:25:29 2007 UTC (16 years, 6 months ago) by lektu
Branch: MAIN
Changes since 1.1577: +3 -3 lines
Diff to previous 1.1577
Fix typos.


Revision 1.1465.2.43 - (view) (download) (annotate) - [select for diffs]
Thu Oct 4 07:49:42 2007 UTC (16 years, 6 months ago) by nickrob
Branch: EMACS_22_BASE
Changes since 1.1465.2.42: +4 -0 lines
Diff to previous 1.1465.2.42 , to branch point 1.1465
*** empty log message ***


Revision 1.1465.2.42 - (view) (download) (annotate) - [select for diffs]
Mon Oct 1 09:05:11 2007 UTC (16 years, 6 months ago) by jhd
Branch: EMACS_22_BASE
Changes since 1.1465.2.41: +0 -3 lines
Diff to previous 1.1465.2.41 , to branch point 1.1465
Remvoe stock icon entry.


Revision 1.1577 - (view) (download) (annotate) - [select for diffs]
Sun Sep 30 20:43:14 2007 UTC (16 years, 6 months ago) by dak
Branch: MAIN
Changes since 1.1576: +4 -0 lines
Diff to previous 1.1576
(argv): Alias for `command-line-args-left' to use as
`(pop argv)' inside of --eval command sequences.  Allows for
passing shell commands into Emacs verbatim without need for Lisp
quoting.


Revision 1.1576 - (view) (download) (annotate) - [select for diffs]
Fri Sep 28 03:35:43 2007 UTC (16 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.1575: +5 -0 lines
Diff to previous 1.1575
Add TeX super/sub script.


Revision 1.1575 - (view) (download) (annotate) - [select for diffs]
Tue Sep 25 11:28:03 2007 UTC (16 years, 7 months ago) by lektu
Branch: MAIN
Changes since 1.1574: +1 -1 lines
Diff to previous 1.1574
Fix typo.


Revision 1.1574 - (view) (download) (annotate) - [select for diffs]
Tue Sep 25 02:35:35 2007 UTC (16 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.1573: +2 -1 lines
Diff to previous 1.1573
Improve previous change.


Revision 1.1573 - (view) (download) (annotate) - [select for diffs]
Mon Sep 24 00:19:45 2007 UTC (16 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.1572: +2 -0 lines
Diff to previous 1.1572
*** empty log message ***


Revision 1.1572 - (view) (download) (annotate) - [select for diffs]
Sun Sep 23 15:22:02 2007 UTC (16 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.1571: +6 -4 lines
Diff to previous 1.1571
*** empty log message ***


Revision 1.1571 - (view) (download) (annotate) - [select for diffs]
Sat Sep 22 22:03:10 2007 UTC (16 years, 7 months ago) by dann
Branch: MAIN
Changes since 1.1570: +0 -3 lines
Diff to previous 1.1570
*** empty log message ***


Revision 1.1465.2.41 - (view) (download) (annotate) - [select for diffs]
Sat Sep 22 22:03:00 2007 UTC (16 years, 7 months ago) by dann
Branch: EMACS_22_BASE
Changes since 1.1465.2.40: +3 -0 lines
Diff to previous 1.1465.2.40 , to branch point 1.1465
*** empty log message ***


Revision 1.1570 - (view) (download) (annotate) - [select for diffs]
Sat Sep 22 19:29:31 2007 UTC (16 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.1569: +2 -2 lines
Diff to previous 1.1569
*** empty log message ***


Revision 1.1569 - (view) (download) (annotate) - [select for diffs]
Sat Sep 22 00:57:00 2007 UTC (16 years, 7 months ago) by dann
Branch: MAIN
Changes since 1.1568: +3 -0 lines
Diff to previous 1.1568
(indent-for-tab-command): Indent the region if
transient-mark-mode and the region is active.


Revision 1.1465.2.40 - (view) (download) (annotate) - [select for diffs]
Fri Sep 21 23:11:25 2007 UTC (16 years, 7 months ago) by rms
Branch: EMACS_22_BASE
Changes since 1.1465.2.39: +1 -1 lines
Diff to previous 1.1465.2.39 , to branch point 1.1465
*** empty log message ***


Revision 1.1568 - (view) (download) (annotate) - [select for diffs]
Fri Sep 21 07:21:02 2007 UTC (16 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.1567: +2 -2 lines
Diff to previous 1.1567
(Qdisplay_environment_variable): Delete.


Revision 1.1567 - (view) (download) (annotate) - [select for diffs]
Fri Sep 21 03:42:49 2007 UTC (16 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.1566: +2 -0 lines
Diff to previous 1.1566
*** empty log message ***


Revision 1.1566 - (view) (download) (annotate) - [select for diffs]
Thu Sep 20 21:58:16 2007 UTC (16 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.1565: +1 -1 lines
Diff to previous 1.1565
*** empty log message ***


Revision 1.1565 - (view) (download) (annotate) - [select for diffs]
Thu Sep 20 21:40:42 2007 UTC (16 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.1564: +1 -2 lines
Diff to previous 1.1564
*** empty log message ***


Revision 1.1564 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 17:24:37 2007 UTC (16 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.1563: +1 -0 lines
Diff to previous 1.1563
*** empty log message ***


Revision 1.1563 - (view) (download) (annotate) - [select for diffs]
Tue Sep 18 01:31:07 2007 UTC (16 years, 7 months ago) by dann
Branch: MAIN
Changes since 1.1562: +1 -4 lines
Diff to previous 1.1562
*** empty log message ***


Revision 1.1465.2.39 - (view) (download) (annotate) - [select for diffs]
Tue Sep 18 01:29:04 2007 UTC (16 years, 7 months ago) by dann
Branch: EMACS_22_BASE
Changes since 1.1465.2.38: +3 -0 lines
Diff to previous 1.1465.2.38 , to branch point 1.1465
*** empty log message ***


Revision 1.1562 - (view) (download) (annotate) - [select for diffs]
Fri Sep 14 18:20:32 2007 UTC (16 years, 7 months ago) by ttn
Branch: MAIN
Changes since 1.1561: +1 -1 lines
Diff to previous 1.1561
*** empty log message ***


Revision 1.1465.2.38 - (view) (download) (annotate) - [select for diffs]
Fri Sep 14 16:33:47 2007 UTC (16 years, 7 months ago) by monnier
Branch: EMACS_22_BASE
Changes since 1.1465.2.37: +3 -1 lines
Diff to previous 1.1465.2.37 , to branch point 1.1465
Add vc-mtn.el.


Revision 1.1561 - (view) (download) (annotate) - [select for diffs]
Thu Sep 13 07:19:30 2007 UTC (16 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.1560: +2 -0 lines
Diff to previous 1.1560
*** empty log message ***


Revision 1.1560 - (view) (download) (annotate) - [select for diffs]
Thu Sep 13 05:51:02 2007 UTC (16 years, 7 months ago) by ttn
Branch: MAIN
Changes since 1.1559: +5 -0 lines
Diff to previous 1.1559
*** empty log message ***


Revision 1.1559 - (view) (download) (annotate) - [select for diffs]
Wed Sep 12 11:33:02 2007 UTC (16 years, 7 months ago) by rfrancoise
Branch: MAIN
Changes since 1.1558: +0 -7 lines
Diff to previous 1.1558
*** empty log message ***


Revision 1.1558 - (view) (download) (annotate) - [select for diffs]
Mon Sep 10 10:55:24 2007 UTC (16 years, 7 months ago) by cadilhac
Branch: MAIN
Changes since 1.1557: +8 -2 lines
Diff to previous 1.1557
Revert mistakenly deleted entries.


Revision 1.1557 - (view) (download) (annotate) - [select for diffs]
Mon Sep 10 09:55:59 2007 UTC (16 years, 7 months ago) by cadilhac
Branch: MAIN
Changes since 1.1556: +9 -8 lines
Diff to previous 1.1556
Document the interactive specification for C functions.
Say that `set-file-modes' is now interactive.


Revision 1.1556 - (view) (download) (annotate) - [select for diffs]
Sun Sep 9 22:31:45 2007 UTC (16 years, 7 months ago) by ttn
Branch: MAIN
Changes since 1.1555: +8 -2 lines
Diff to previous 1.1555
Mention doc-view.el.


Revision 1.1555 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 10:39:16 2007 UTC (16 years, 7 months ago) by eliz
Branch: MAIN
Changes since 1.1554: +7 -0 lines
Diff to previous 1.1554
Document prefer-window-split-horizontally.


Revision 1.1554 - (view) (download) (annotate) - [select for diffs]
Fri Sep 7 04:00:48 2007 UTC (16 years, 7 months ago) by dann
Branch: MAIN
Changes since 1.1553: +2 -0 lines
Diff to previous 1.1553
*** empty log message ***


Revision 1.1553 - (view) (download) (annotate) - [select for diffs]
Fri Sep 7 03:26:06 2007 UTC (16 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.1552: +7 -3 lines
Diff to previous 1.1552
(Vsplit_window_preferred_function): New var.
(Fdisplay_buffer): Use it.
(syms_of_window): Export, and initialize it.


Revision 1.1465.2.37 - (view) (download) (annotate) - [select for diffs]
Wed Sep 5 23:24:33 2007 UTC (16 years, 7 months ago) by jasonr
Branch: EMACS_22_BASE
Changes since 1.1465.2.36: +7 -0 lines
Diff to previous 1.1465.2.36 , to branch point 1.1465
Mention focus-follows-mouse change.


Revision 1.1552 - (view) (download) (annotate) - [select for diffs]
Tue Sep 4 23:28:49 2007 UTC (16 years, 7 months ago) by dann
Branch: MAIN
Changes since 1.1551: +2 -2 lines
Diff to previous 1.1551
* server.el (server-start, server-unload-hook): Undo previous
change.

* xt-mouse.el: Undo previous change.

* term.c (Vsuspend_tty_functions, Vresume_tty_functions)
(syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.


Revision 1.1551 - (view) (download) (annotate) - [select for diffs]
Tue Sep 4 15:44:11 2007 UTC (16 years, 7 months ago) by dann
Branch: MAIN
Changes since 1.1550: +5 -0 lines
Diff to previous 1.1550
* server.el (server-start, server-unload-hook):
suspend-tty-functions has been renamed to suspend-tty-hook.

* xt-mouse.el: Likewise. resume-tty-functions has been renamed to
resume-tty-hook.

* term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
(Vresume_tty_hook): Rename from Vresume_tty_functions.
(syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
and resume-tty-function to resume-tty-hook.
(Fsuspend_tty, Fresume_tty): Use new names.


Revision 1.1550 - (view) (download) (annotate) - [select for diffs]
Fri Aug 31 08:11:26 2007 UTC (16 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.1549: +2 -0 lines
Diff to previous 1.1549
*** empty log message ***


Revision 1.1549 - (view) (download) (annotate) - [select for diffs]
Fri Aug 31 07:39:07 2007 UTC (16 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.1548: +1 -2 lines
Diff to previous 1.1548
Remove term-environment-variable.


Revision 1.1548 - (view) (download) (annotate) - [select for diffs]
Fri Aug 31 07:00:18 2007 UTC (16 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.1547: +3 -0 lines
Diff to previous 1.1547
$TERM is now set to dumb.


Revision 1.1547 - (view) (download) (annotate) - [select for diffs]
Fri Aug 31 04:43:18 2007 UTC (16 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.1546: +2 -0 lines
Diff to previous 1.1546
*** empty log message ***


Revision 1.1546 - (view) (download) (annotate) - [select for diffs]
Thu Aug 30 19:27:43 2007 UTC (16 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.1545: +14 -7 lines
Diff to previous 1.1545
*** empty log message ***


Revision 1.1545 - (view) (download) (annotate) - [select for diffs]
Thu Aug 30 05:09:07 2007 UTC (16 years, 8 months ago) by gm
Branch: MAIN
Changes since 1.1544: +49 -0 lines
Diff to previous 1.1544
Add in entries from README.multi-tty.


Revision 1.1475.2.13 - (view) (download) (annotate) - [select for diffs]
Thu Aug 30 02:03:41 2007 UTC (16 years, 8 months ago) by miles
Branch: multi-tty
Changes since 1.1475.2.12: +5 -0 lines
Diff to previous 1.1475.2.12 , to branch point 1.1475 , to next main 1.2150
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 865)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-45


Revision 1.1465.2.36 - (view) (download) (annotate) - [select for diffs]
Wed Aug 29 09:09:05 2007 UTC (16 years, 8 months ago) by m061211
Branch: EMACS_22_BASE
Changes since 1.1465.2.35: +3 -0 lines
Diff to previous 1.1465.2.35 , to branch point 1.1465
*** empty log message ***


Revision 1.1544 - (view) (download) (annotate) - [select for diffs]
Wed Aug 29 06:04:49 2007 UTC (16 years, 8 months ago) by jhd
Branch: MAIN
Changes since 1.1543: +3 -0 lines
Diff to previous 1.1543
Say that Gtk+ build uses stock icons.


Revision 1.841.2.133 - (view) (download) (annotate) - [select for diffs]
Wed Aug 29 05:02:47 2007 UTC (16 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.132: +33 -4 lines
Diff to previous 1.841.2.132 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 857-865)

   - Update from CVS
   - Merge from emacs--rel--22
   - Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.
   - Remove RCS keywords

 * emacs--rel--22  (patch 97-100)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 246-247)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-252


Revision 1.1543 - (view) (download) (annotate) - [select for diffs]
Tue Aug 28 20:16:14 2007 UTC (16 years, 8 months ago) by ttn
Branch: MAIN
CVS Tags: before-merge-multi-tty-to-trunk, merge-multi-tty-to-trunk, multi-tty-base
Changes since 1.1542: +2 -0 lines
Diff to previous 1.1542
Mention bubble game.


Revision 1.1542 - (view) (download) (annotate) - [select for diffs]
Tue Aug 28 15:06:43 2007 UTC (16 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.1541: +3 -0 lines
Diff to previous 1.1541
*** empty log message ***


Revision 1.1475.2.12 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 09:20:51 2007 UTC (16 years, 8 months ago) by miles
Branch: multi-tty
Changes since 1.1475.2.11: +28 -4 lines
Diff to previous 1.1475.2.11 , to branch point 1.1475
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 857-862)

   - Update from CVS
   - Merge from emacs--rel--22
   - Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.

 * emacs--rel--22  (patch 97-100)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 246-247)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-38


Revision 1.1541 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 03:36:34 2007 UTC (16 years, 8 months ago) by ttn
Branch: MAIN
Changes since 1.1540: +2 -0 lines
Diff to previous 1.1540
Mention avl-tree.el.


Revision 1.1540 - (view) (download) (annotate) - [select for diffs]
Sun Aug 26 21:08:19 2007 UTC (16 years, 8 months ago) by cadilhac
Branch: MAIN
Changes since 1.1539: +2 -0 lines
Diff to previous 1.1539
Say that PDF files are now the default for refcards.


Revision 1.1539 - (view) (download) (annotate) - [select for diffs]
Sun Aug 26 03:41:50 2007 UTC (16 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.1538: +14 -0 lines
Diff to previous 1.1538
*** empty log message ***


Revision 1.1465.2.35 - (view) (download) (annotate) - [select for diffs]
Sat Aug 25 20:20:26 2007 UTC (16 years, 8 months ago) by monnier
Branch: EMACS_22_BASE
Changes since 1.1465.2.34: +1 -1 lines
Diff to previous 1.1465.2.34 , to branch point 1.1465
(invisible-p): Rename from text-invisible-p.  Update callers.


Revision 1.1538 - (view) (download) (annotate) - [select for diffs]
Fri Aug 24 02:32:10 2007 UTC (16 years, 8 months ago) by gm
Branch: MAIN
Changes since 1.1537: +3 -0 lines
Diff to previous 1.1537
Mention eldoc-highlight-function-argument.


Revision 1.1465.2.34 - (view) (download) (annotate) - [select for diffs]
Thu Aug 23 20:57:06 2007 UTC (16 years, 8 months ago) by rms
Branch: EMACS_22_BASE
Changes since 1.1465.2.33: +2 -1 lines
Diff to previous 1.1465.2.33 , to branch point 1.1465
*** empty log message ***


Revision 1.1537 - (view) (download) (annotate) - [select for diffs]
Wed Aug 22 20:08:18 2007 UTC (16 years, 8 months ago) by albinus
Branch: MAIN
Changes since 1.1536: +6 -0 lines
Diff to previous 1.1536
* NEWS: `shell' prompts for the default directory if called with a
prefix and `default-directory' is a remote file name.


Revision 1.1465.2.33 - (view) (download) (annotate) - [select for diffs]
Wed Aug 22 18:52:59 2007 UTC (16 years, 8 months ago) by monnier
Branch: EMACS_22_BASE
Changes since 1.1465.2.32: +2 -0 lines
Diff to previous 1.1465.2.32 , to branch point 1.1465
(browse-url-emacs): New function.


Revision 1.1465.2.32 - (view) (download) (annotate) - [select for diffs]
Wed Aug 22 16:47:00 2007 UTC (16 years, 8 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.31: +1 -1 lines
Diff to previous 1.1465.2.31 , to branch point 1.1465
Don't use `iff'.


Revision 1.1465.2.31 - (view) (download) (annotate) - [select for diffs]
Wed Aug 22 15:31:31 2007 UTC (16 years, 8 months ago) by monnier
Branch: EMACS_22_BASE
Changes since 1.1465.2.30: +2 -0 lines
Diff to previous 1.1465.2.30 , to branch point 1.1465
(text-invisible-p): Rename from line-move-invisible-p.
(line-move-invisible-p): Keep as an obsolete alias, just to be safe.
(line-move-1, line-move-finish, line-move-to-column)
(move-end-of-line, move-beginning-of-line): Use new name.


Revision 1.1536 - (view) (download) (annotate) - [select for diffs]
Wed Aug 22 04:07:50 2007 UTC (16 years, 8 months ago) by gm
Branch: MAIN
Changes since 1.1535: +2 -0 lines
Diff to previous 1.1535
Joakim Verona <joakim at verona.se>

Mention svg support.


Revision 1.1535 - (view) (download) (annotate) - [select for diffs]
Tue Aug 21 18:22:54 2007 UTC (16 years, 8 months ago) by monnier
Branch: MAIN
Changes since 1.1534: +0 -5 lines
Diff to previous 1.1534
Binding inhibit-modification-hooks was merged into 22.2.


Revision 1.1465.2.30 - (view) (download) (annotate) - [select for diffs]
Tue Aug 21 18:22:03 2007 UTC (16 years, 8 months ago) by monnier
Branch: EMACS_22_BASE
Changes since 1.1465.2.29: +5 -0 lines
Diff to previous 1.1465.2.29 , to branch point 1.1465
(reset_var_on_error): New fun.
(signal_before_change, signal_after_change):
Use it to reset (after|before)-change-functions to nil in case of error.
Bind inhibit-modification-hooks to t.
Don't bind (after|before)-change-functions to nil while they run.


Revision 1.1475.2.11 - (view) (download) (annotate) - [select for diffs]
Tue Aug 21 04:55:14 2007 UTC (16 years, 8 months ago) by miles
Branch: multi-tty
Changes since 1.1475.2.10: +9 -0 lines
Diff to previous 1.1475.2.10 , to branch point 1.1475
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 852-856)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 93-96)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 245)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-32


Revision 1.841.2.132 - (view) (download) (annotate) - [select for diffs]
Tue Aug 21 04:53:40 2007 UTC (16 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.131: +9 -0 lines
Diff to previous 1.841.2.131 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 852-856)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 93-96)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 245)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-249


Revision 1.1534 - (view) (download) (annotate) - [select for diffs]
Thu Aug 16 20:46:34 2007 UTC (16 years, 8 months ago) by monnier
Branch: MAIN
Changes since 1.1533: +5 -0 lines
Diff to previous 1.1533
*** empty log message ***


Revision 1.1533 - (view) (download) (annotate) - [select for diffs]
Thu Aug 16 00:14:21 2007 UTC (16 years, 8 months ago) by jurta
Branch: MAIN
Changes since 1.1532: +4 -0 lines
Diff to previous 1.1532
Add new user option `initial-buffer-choice'.


Revision 1.1465.2.29 - (view) (download) (annotate) - [select for diffs]
Tue Aug 14 07:45:58 2007 UTC (16 years, 8 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.28: +5 -1 lines
Diff to previous 1.1465.2.28 , to branch point 1.1465
Mention `bad-packages-alist'.


Revision 1.1475.2.10 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 13:51:03 2007 UTC (16 years, 8 months ago) by miles
Branch: multi-tty
Changes since 1.1475.2.9: +0 -8 lines
Diff to previous 1.1475.2.9 , to branch point 1.1475
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 846-851)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 88-92)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-31


Revision 1.841.2.131 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 13:48:25 2007 UTC (16 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.130: +0 -8 lines
Diff to previous 1.841.2.130 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 846-851)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 88-92)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-246


Revision 1.1465.2.28 - (view) (download) (annotate) - [select for diffs]
Sun Aug 12 18:11:57 2007 UTC (16 years, 8 months ago) by rms
Branch: EMACS_22_BASE
Changes since 1.1465.2.27: +3 -0 lines
Diff to previous 1.1465.2.27 , to branch point 1.1465
*** empty log message ***


Revision 1.1532 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 06:53:43 2007 UTC (16 years, 8 months ago) by monnier
Branch: MAIN
Changes since 1.1531: +0 -4 lines
Diff to previous 1.1531
Bzr and bibtex-style are not new in 23.1 now that they've been added to 22.2.


Revision 1.1465.2.27 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 06:52:54 2007 UTC (16 years, 8 months ago) by monnier
Branch: EMACS_22_BASE
Changes since 1.1465.2.26: +4 -0 lines
Diff to previous 1.1465.2.26 , to branch point 1.1465
*** empty log message ***


Revision 1.1465.2.26 - (view) (download) (annotate) - [select for diffs]
Wed Aug 8 07:12:04 2007 UTC (16 years, 8 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.25: +2 -2 lines
Diff to previous 1.1465.2.25 , to branch point 1.1465
Replace `iff'.


Revision 1.1531 - (view) (download) (annotate) - [select for diffs]
Tue Aug 7 16:55:40 2007 UTC (16 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.1530: +0 -4 lines
Diff to previous 1.1530
image-refresh has been moved to Emacs 22.2.


Revision 1.1465.2.25 - (view) (download) (annotate) - [select for diffs]
Tue Aug 7 16:41:36 2007 UTC (16 years, 8 months ago) by cyd
Branch: EMACS_22_BASE
Changes since 1.1465.2.24: +3 -0 lines
Diff to previous 1.1465.2.24 , to branch point 1.1465
New function image-refresh.


Revision 1.1465.2.24 - (view) (download) (annotate) - [select for diffs]
Tue Aug 7 02:19:41 2007 UTC (16 years, 8 months ago) by rms
Branch: EMACS_22_BASE
Changes since 1.1465.2.23: +5 -0 lines
Diff to previous 1.1465.2.23 , to branch point 1.1465
*** empty log message ***


Revision 1.1475.2.9 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 05:27:40 2007 UTC (16 years, 8 months ago) by miles
Branch: multi-tty
Changes since 1.1475.2.8: +12 -2 lines
Diff to previous 1.1475.2.8 , to branch point 1.1475
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 839-842)

   - Update from CVS
   - Change capitalization of VC backend names for new backends

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-29


Revision 1.841.2.130 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 05:27:01 2007 UTC (16 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.129: +12 -2 lines
Diff to previous 1.841.2.129 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 839-842)

   - Update from CVS
   - Change capitalization of VC backend names for new backends

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-240


Revision 1.841.2.129 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 05:20:45 2007 UTC (16 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.128: +12 -12 lines
Diff to previous 1.841.2.128 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 832-838)

   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Fix void function definition error in cus-edit.el
   - Update from CVS
   - Restore lisp/emacs-lisp/cl-loaddefs.el
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 75-83)

   - Update from CVS
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Indicate that emacs--devo--0--patch-834 does not need to be applied
   - Merge from gnus--rel--5.10
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * gnus--rel--5.10  (patch 239-241)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-239


Revision 1.1530 - (view) (download) (annotate) - [select for diffs]
Wed Aug 1 17:13:45 2007 UTC (16 years, 8 months ago) by dann
Branch: MAIN
Changes since 1.1529: +3 -0 lines
Diff to previous 1.1529
* vc.el: Document new VC operation `extra-menu'.

* vc-hooks.el (vc-default-extra-menu): New function.

* menu-bar.el (menu-bar-vc-filter): New function.
(menu-bar-tools-menu): Use it as a filter.


Revision 1.1529 - (view) (download) (annotate) - [select for diffs]
Wed Aug 1 06:25:23 2007 UTC (16 years, 8 months ago) by gm
Branch: MAIN
Changes since 1.1528: +9 -2 lines
Diff to previous 1.1528
Add fortran-line-length, plus some more sections.


Revision 1.1475.2.8 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 05:49:39 2007 UTC (16 years, 8 months ago) by miles
Branch: multi-tty
Changes since 1.1475.2.7: +22 -11 lines
Diff to previous 1.1475.2.7 , to branch point 1.1475
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-838)

   - Update from CVS
   - Merge from emacs--rel--22
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Fix void function definition error in cus-edit.el
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * emacs--rel--22  (patch 70-83)

   - Update from CVS
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Indicate that emacs--devo--0--patch-834 does not need to be applied
   - Merge from gnus--rel--5.10
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * gnus--rel--5.10  (patch 239-241)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-28


Revision 1.1528 - (view) (download) (annotate) - [select for diffs]
Mon Jul 30 20:08:56 2007 UTC (16 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.1527: +2 -0 lines
Diff to previous 1.1527
*** empty log message ***


Revision 1.1527 - (view) (download) (annotate) - [select for diffs]
Mon Jul 30 00:25:37 2007 UTC (16 years, 9 months ago) by dann
Branch: MAIN
Changes since 1.1526: +0 -12 lines
Diff to previous 1.1526
Delete stuff that is already on the 22.2 branch.


Revision 1.1465.2.23 - (view) (download) (annotate) - [select for diffs]
Mon Jul 30 00:19:06 2007 UTC (16 years, 9 months ago) by dann
Branch: EMACS_22_BASE
Changes since 1.1465.2.22: +2 -0 lines
Diff to previous 1.1465.2.22 , to branch point 1.1465
* vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):
Remove.
(vc-git-revision-completion-table): Enable.

* vc-hooks.el (vc-handled-backends): Add GIT and HG.

* vc.el (vc-directory-exclusion-list): Add .git and .hg.

* vc-hg.el (vc-hg-revision-completion-table): Re-enable.

* diff-mode.el (diff-mode-menu): New entries.

* diff-mode.el (diff-beginning-of-file-and-junk): New function.
(diff-file-kill): Use it.
(diff-beginning-of-hunk): Add arg `try-harder' using it.
(diff-restrict-view, diff-find-source-location, diff-refine-hunk):
Use it so they find the hunk even when we're in the file header.

* vc.el: Add new VC operation `revision-completion-table'.
(vc-default-revision-completion-table): New function.
(vc-version-diff, vc-version-other-window): Use it to provide
completion of revision names if the backend provides it.

* vc-arch.el (vc-arch--version-completion-table)
(vc-arch-revision-completion-table): New functions to provide
completion of revision names.

* vc-cvs.el: Require CL.
(vc-cvs-revision-table, vc-cvs-revision-completion-table):
New functions to provide completion of revision names.

* eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.

* vc2-xtra.texi (Customizing VC): Add GIT and HG.


Revision 1.1526 - (view) (download) (annotate) - [select for diffs]
Sun Jul 29 09:18:15 2007 UTC (16 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.1525: +3 -1 lines
Diff to previous 1.1525
*** empty log message ***


Revision 1.1525 - (view) (download) (annotate) - [select for diffs]
Sat Jul 28 18:00:35 2007 UTC (16 years, 9 months ago) by dann
Branch: MAIN
Changes since 1.1524: +5 -0 lines
Diff to previous 1.1524
*** empty log message ***


Revision 1.1465.2.22 - (view) (download) (annotate) - [select for diffs]
Sat Jul 28 16:04:10 2007 UTC (16 years, 9 months ago) by dann
Branch: EMACS_22_BASE
Changes since 1.1465.2.21: +2 -0 lines
Diff to previous 1.1465.2.21 , to branch point 1.1465
New File.


Revision 1.841.2.128 - (view) (download) (annotate) - [select for diffs]
Fri Jul 27 10:51:28 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.127: +12 -1 lines
Diff to previous 1.841.2.127 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-831)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 70-74)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238


Revision 1.1524 - (view) (download) (annotate) - [select for diffs]
Fri Jul 27 07:28:38 2007 UTC (16 years, 9 months ago) by gm
Branch: MAIN
Changes since 1.1523: +0 -2 lines
Diff to previous 1.1523
Remove previous change (it will be new in 22.2, so not news for 23.1).


Revision 1.1523 - (view) (download) (annotate) - [select for diffs]
Fri Jul 27 07:27:36 2007 UTC (16 years, 9 months ago) by gm
Branch: MAIN
Changes since 1.1522: +2 -0 lines
Diff to previous 1.1522
Mention GPLv3 in this release.


Revision 1.1522 - (view) (download) (annotate) - [select for diffs]
Fri Jul 27 07:16:29 2007 UTC (16 years, 9 months ago) by gm
Branch: MAIN
Changes since 1.1521: +1 -1 lines
Diff to previous 1.1521
Switch license to GPLv3 or later.


Revision 1.1521 - (view) (download) (annotate) - [select for diffs]
Fri Jul 27 06:11:59 2007 UTC (16 years, 9 months ago) by monnier
Branch: MAIN
Changes since 1.1520: +3 -0 lines
Diff to previous 1.1520
Add `close-display-connection'.


Revision 1.1520 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 18:44:39 2007 UTC (16 years, 9 months ago) by dann
Branch: MAIN
Changes since 1.1519: +2 -0 lines
Diff to previous 1.1519
* vc-git.el: Relicense to GPLv3 or later.
(vc-directory-exclusion-list, vc-handled-backends): Remove.

* vc-hooks.el (vc-handled-backends): Add GIT.

* vc.el (vc-directory-exclusion-list): Add .git.

* vc2-xtra.texi (Customizing VC): Add GIT.


Revision 1.1519 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 02:03:46 2007 UTC (16 years, 9 months ago) by dann
Branch: MAIN
Changes since 1.1518: +1 -0 lines
Diff to previous 1.1518
(Wdired): Mention C-x C-q key binding.


Revision 1.1465.2.21 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 08:50:39 2007 UTC (16 years, 9 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.20: +2 -0 lines
Diff to previous 1.1465.2.20 , to branch point 1.1465
GPLv3 is NEWS-worthy.


Revision 1.1465.2.20 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 06:47:28 2007 UTC (16 years, 9 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.19: +1 -1 lines
Diff to previous 1.1465.2.19 , to branch point 1.1465
Switch license to GPLv3 or later.


Revision 1.1518 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 06:24:58 2007 UTC (16 years, 9 months ago) by monnier
Branch: MAIN
Changes since 1.1517: +4 -0 lines
Diff to previous 1.1517
(Finteractive_form): Use a `interactive-form' property if
present, analogous to the function-documentation property.


Revision 1.841.2.86.2.28 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 05:46:32 2007 UTC (16 years, 9 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.27: +17 -4 lines
Diff to previous 1.841.2.86.2.27 , to branch point 1.841.2.86 , to next main 1.841.2.145
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 814-823)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 59-69)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 232-235)

   - Merge from emacs--devo--0
   - Update from CVS

 * gnus--rel--5.10  (patch 237-238)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-66


Revision 1.1517 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 21:45:28 2007 UTC (16 years, 9 months ago) by monnier
Branch: MAIN
Changes since 1.1516: +2 -0 lines
Diff to previous 1.1516
(save-selected-window): Minor optimization.
(bw-adjust-window): If operation failed, try with a smaller delta.
(window-fixed-size-p): New function.
(window-area-factor): New var.
(balance-windows-area): New command.


Revision 1.1516 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 20:40:26 2007 UTC (16 years, 9 months ago) by albinus
Branch: MAIN
Changes since 1.1515: +3 -1 lines
Diff to previous 1.1515
* NEWS: New functions `start-file-process-shell-command' and
`process-file-shell-command'.


Revision 1.1475.2.7 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 01:25:25 2007 UTC (16 years, 9 months ago) by miles
Branch: multi-tty
Changes since 1.1475.2.6: +17 -4 lines
Diff to previous 1.1475.2.6 , to branch point 1.1475
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 814-823)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 59-69)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 237-238)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-26


Revision 1.841.2.127 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 01:23:55 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
CVS Tags: unicode-xft-base
Changes since 1.841.2.126: +12 -0 lines
Diff to previous 1.841.2.126 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 816-823)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 59-69)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 237-238)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-235


Revision 1.1515 - (view) (download) (annotate) - [select for diffs]
Mon Jul 23 21:27:10 2007 UTC (16 years, 9 months ago) by nickrob
Branch: MAIN
Changes since 1.1514: +2 -0 lines
Diff to previous 1.1514
*** empty log message ***


Revision 1.1514 - (view) (download) (annotate) - [select for diffs]
Mon Jul 23 20:29:55 2007 UTC (16 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.1513: +10 -0 lines
Diff to previous 1.1513
*** empty log message ***


Revision 1.841.2.126 - (view) (download) (annotate) - [select for diffs]
Wed Jul 18 22:15:04 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.125: +5 -4 lines
Diff to previous 1.841.2.125 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 814-815)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-232


Revision 1.1513 - (view) (download) (annotate) - [select for diffs]
Tue Jul 17 21:34:31 2007 UTC (16 years, 9 months ago) by albinus
Branch: MAIN
Changes since 1.1512: +5 -4 lines
Diff to previous 1.1512
* NEWS: `file-remote-p' has a new optional parameter IDENTIFICATION.


Revision 1.841.2.86.2.27 - (view) (download) (annotate) - [select for diffs]
Tue Jul 17 04:55:21 2007 UTC (16 years, 9 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.26: +99 -3 lines
Diff to previous 1.841.2.86.2.26 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 803-813)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 51-58)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 224-231)

   - Update configure
   - Update from CVS
   - Merge from emacs--devo--0
   - Move branch-specific src/ChangeLog entry to src/ChangeLog.unicode
   - Regenerate configure

 * gnus--rel--5.10  (patch 233-236)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-65


Revision 1.841.2.86.2.26 - (view) (download) (annotate) - [select for diffs]
Tue Jul 17 04:48:39 2007 UTC (16 years, 9 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.25: +38 -2 lines
Diff to previous 1.841.2.86.2.25 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 793-802)

   - Update from CVS
   - Remove RCS keywords
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 42-50)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Gnus ChangeLog tweaks

 * emacs--unicode--0  (patch 220-223)

   - Update from CVS
   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 229-232)

   - Merge from emacs--devo--0, emacs--rel--22
   - ChangeLog tweak
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-64


Revision 1.841.2.125 - (view) (download) (annotate) - [select for diffs]
Sun Jul 15 04:47:38 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.124: +61 -0 lines
Diff to previous 1.841.2.124 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 806-813)

   - Merge from emacs--rel--22
   - Update from CVS

 * emacs--rel--22  (patch 51-58)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 233-236)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-230


Revision 1.1475.2.6 - (view) (download) (annotate) - [select for diffs]
Sun Jul 15 02:05:15 2007 UTC (16 years, 9 months ago) by miles
Branch: multi-tty
Changes since 1.1475.2.5: +99 -3 lines
Diff to previous 1.1475.2.5 , to branch point 1.1475
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 803-813)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 51-58)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 233-236)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-25


Revision 1.1512 - (view) (download) (annotate) - [select for diffs]
Sun Jul 15 01:34:14 2007 UTC (16 years, 9 months ago) by kfogel
Branch: MAIN
Changes since 1.1511: +0 -3 lines
Diff to previous 1.1511
Revert recent bookmark keybinding changes, thus returning to using
three slots under C-x r.  See this message and its thread for details:
http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.

* lisp/bookmark.el: Revert revision 1.90 (commitid mWoPbju3pgNotDps).

* etc/NEWS: Revert revision 1.1509 (commitid xdXJjPiU1ZfI9Fps), which
  documented bookmark keybinding changes that were later reverted.

* man/ChangeLog: Remove ChangeLog entry for accidentally uncommitted
  changes to regs.texi that would have documented the keybinding
  change reverted above.


Revision 1.1511 - (view) (download) (annotate) - [select for diffs]
Sat Jul 14 23:15:49 2007 UTC (16 years, 9 months ago) by jasonr
Branch: MAIN
Changes since 1.1510: +7 -0 lines
Diff to previous 1.1510
IPv6 support on MS-Windows


Revision 1.1510 - (view) (download) (annotate) - [select for diffs]
Sat Jul 14 18:31:40 2007 UTC (16 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.1509: +10 -0 lines
Diff to previous 1.1509
*** empty log message ***


Revision 1.1509 - (view) (download) (annotate) - [select for diffs]
Fri Jul 13 23:20:20 2007 UTC (16 years, 9 months ago) by kfogel
Branch: MAIN
Changes since 1.1508: +3 -0 lines
Diff to previous 1.1508
* NEWS: Update for recent bookmark keybinding changes.


Revision 1.1508 - (view) (download) (annotate) - [select for diffs]
Tue Jul 10 19:52:37 2007 UTC (16 years, 9 months ago) by albinus
Branch: MAIN
Changes since 1.1507: +33 -0 lines
Diff to previous 1.1507
* NEWS: Add Tramp and comint-mode changes.


Revision 1.1507 - (view) (download) (annotate) - [select for diffs]
Tue Jul 10 16:01:25 2007 UTC (16 years, 9 months ago) by monnier
Branch: MAIN
Changes since 1.1506: +3 -0 lines
Diff to previous 1.1506
(compilation-auto-jump-to-first-error,compilation-auto-jump-to-next): New vars.
(compilation-auto-jump): New function.
(compilation-error-properties): Use them to jump to first error.
(compilation-start): Set the var if requested.


Revision 1.1506 - (view) (download) (annotate) - [select for diffs]
Tue Jul 10 03:54:30 2007 UTC (16 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.1505: +3 -0 lines
Diff to previous 1.1505
*** empty log message ***


Revision 1.841.2.124 - (view) (download) (annotate) - [select for diffs]
Mon Jul 9 08:00:41 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.123: +38 -3 lines
Diff to previous 1.841.2.123 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 803-805)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-227


Revision 1.1505 - (view) (download) (annotate) - [select for diffs]
Sun Jul 8 18:10:09 2007 UTC (16 years, 9 months ago) by albinus
Branch: MAIN
Changes since 1.1504: +5 -0 lines
Diff to previous 1.1504
* NEWS: `file-remote-p' has a new optional parameter CONNECTED.


Revision 1.1504 - (view) (download) (annotate) - [select for diffs]
Sat Jul 7 11:17:03 2007 UTC (16 years, 9 months ago) by albinus
Branch: MAIN
Changes since 1.1503: +5 -0 lines
Diff to previous 1.1503
* NEWS: New function `start-file-process'.


Revision 1.1503 - (view) (download) (annotate) - [select for diffs]
Sat Jul 7 05:28:29 2007 UTC (16 years, 9 months ago) by monnier
Branch: MAIN
Changes since 1.1502: +1 -1 lines
Diff to previous 1.1502
(find-file-confirm-nonexistent-file): Rename from
find-file-confirm-inexistent-file.  Update users.


Revision 1.1465.2.19 - (view) (download) (annotate) - [select for diffs]
Sat Jul 7 03:01:31 2007 UTC (16 years, 9 months ago) by dann
Branch: EMACS_22_BASE
Changes since 1.1465.2.18: +6 -0 lines
Diff to previous 1.1465.2.18 , to branch point 1.1465
*** empty log message ***


Revision 1.1465.2.18 - (view) (download) (annotate) - [select for diffs]
Fri Jul 6 16:13:37 2007 UTC (16 years, 9 months ago) by eliz
Branch: EMACS_22_BASE
Changes since 1.1465.2.17: +8 -0 lines
Diff to previous 1.1465.2.17 , to branch point 1.1465
Document how to get back the old binding of SPC in file prompts.


Revision 1.1502 - (view) (download) (annotate) - [select for diffs]
Tue Jul 3 18:10:54 2007 UTC (16 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.1501: +1 -1 lines
Diff to previous 1.1501
For find-file-confirm-inexistent-file, indicate the default.


Revision 1.1501 - (view) (download) (annotate) - [select for diffs]
Sun Jul 1 01:57:53 2007 UTC (16 years, 9 months ago) by monnier
Branch: MAIN
Changes since 1.1500: +6 -0 lines
Diff to previous 1.1500
*** empty log message ***


Revision 1.1500 - (view) (download) (annotate) - [select for diffs]
Wed Jun 27 21:07:49 2007 UTC (16 years, 10 months ago) by albinus
Branch: MAIN
Changes since 1.1499: +3 -0 lines
Diff to previous 1.1499
* NEWS: `dired-call-process' has been removed.


Revision 1.1499 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 17:59:15 2007 UTC (16 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.1498: +4 -3 lines
Diff to previous 1.1498
(vc-arch-add-tagline): Do a slightly cleaner job.
(vc-arch-complete, vc-arch--version-completion-table)
(vc-arch-revision-completion-table): New functions to provide
completion of revision names.
(vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
(vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
to let the user trim the revlib.


Revision 1.1498 - (view) (download) (annotate) - [select for diffs]
Sat Jun 23 22:09:20 2007 UTC (16 years, 10 months ago) by winkler
Branch: MAIN
Changes since 1.1497: +10 -0 lines
Diff to previous 1.1497
*** empty log message ***


Revision 1.1465.2.17 - (view) (download) (annotate) - [select for diffs]
Sat Jun 23 16:57:51 2007 UTC (16 years, 10 months ago) by jasonr
Branch: EMACS_22_BASE
Changes since 1.1465.2.16: +5 -0 lines
Diff to previous 1.1465.2.16 , to branch point 1.1465
Added note about new style scrollbars on Windows XP and later.


Revision 1.1497 - (view) (download) (annotate) - [select for diffs]
Fri Jun 22 07:56:38 2007 UTC (16 years, 10 months ago) by ttn
Branch: MAIN
Changes since 1.1496: +4 -0 lines
Diff to previous 1.1496
New entry for `next-error-recenter'.


Revision 1.1496 - (view) (download) (annotate) - [select for diffs]
Wed Jun 20 07:55:41 2007 UTC (16 years, 10 months ago) by gm
Branch: MAIN
Changes since 1.1495: +2 -2 lines
Diff to previous 1.1495
configure prefers libgif over libungif.


Revision 1.1495 - (view) (download) (annotate) - [select for diffs]
Wed Jun 20 06:21:54 2007 UTC (16 years, 10 months ago) by dann
Branch: MAIN
Changes since 1.1494: +2 -0 lines
Diff to previous 1.1494
* progmodes/vera-mode.el: New file.


Revision 1.1494 - (view) (download) (annotate) - [select for diffs]
Wed Jun 20 05:59:41 2007 UTC (16 years, 10 months ago) by dann
Branch: MAIN
Changes since 1.1493: +2 -0 lines
Diff to previous 1.1493
* vc-hg.el: New file.


Revision 1.1493 - (view) (download) (annotate) - [select for diffs]
Sun Jun 17 13:55:17 2007 UTC (16 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.1492: +2 -0 lines
Diff to previous 1.1492
(sgml-xml-guess): Return the result rather than setting sgml-xml-mode.
(sgml-mode, html-mode): Set sgml-xml-mode.
(sgml-skip-tag-backward): Tell if we skipped over matched tags.
(sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
(sgml-electric-tag-pair-before-change-function)
(sgml-electric-tag-pair-flush-overlays): New functions.
(sgml-electric-tag-pair-mode): New minor mode.
(sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
(sgml-calculate-indent): Use assoc-string.


Revision 1.690.2.149 - (view) (download) (annotate) - [select for diffs]
Sat Jun 16 23:41:38 2007 UTC (16 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.690.2.148: +38 -2 lines
Diff to previous 1.690.2.148 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 794-802)

   - Remove RCS keywords
   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 42-50)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Gnus ChangeLog tweaks

 * gnus--rel--5.10  (patch 229-232)

   - Merge from emacs--devo--0, emacs--rel--22
   - ChangeLog tweak
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-50


Revision 1.690.2.148 - (view) (download) (annotate) - [select for diffs]
Sat Jun 16 23:36:59 2007 UTC (16 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.690.2.147: +12 -0 lines
Diff to previous 1.690.2.147 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 771-793)

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22, gnus--rel--5.10
   - Fix tq.el edge case
   - Merge from gnus--rel--5.10

 * emacs--rel--22  (patch 26-41)

   - Update from CVS
   - lisp/vc-hooks.el (vc-find-root): Fix file attribute test

 * gnus--rel--5.10  (patch 224-228)

   - Merge from emacs--devo--0, emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-49


Revision 1.1475.2.5 - (view) (download) (annotate) - [select for diffs]
Sat Jun 16 22:33:41 2007 UTC (16 years, 10 months ago) by miles
Branch: multi-tty
Changes since 1.1475.2.4: +38 -2 lines
Diff to previous 1.1475.2.4 , to branch point 1.1475
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 793-802)

   - Update from CVS
   - Remove RCS keywords
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 42-50)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Gnus ChangeLog tweaks

 * gnus--rel--5.10  (patch 229-232)

   - Merge from emacs--devo--0, emacs--rel--22
   - ChangeLog tweak
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-23


Revision 1.841.2.123 - (view) (download) (annotate) - [select for diffs]
Sat Jun 16 22:32:10 2007 UTC (16 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.122: +38 -2 lines
Diff to previous 1.841.2.122 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 793-802)

   - Update from CVS
   - Remove RCS keywords
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 42-50)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Gnus ChangeLog tweaks

 * gnus--rel--5.10  (patch 229-232)

   - Merge from emacs--devo--0, emacs--rel--22
   - ChangeLog tweak
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-223


Revision 1.1492 - (view) (download) (annotate) - [select for diffs]
Fri Jun 15 14:37:40 2007 UTC (16 years, 10 months ago) by kfstorm
Branch: MAIN
Changes since 1.1491: +3 -1 lines
Diff to previous 1.1491
*** empty log message ***


Revision 1.1491 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 12:12:23 2007 UTC (16 years, 10 months ago) by nickrob
Branch: MAIN
Changes since 1.1490: +8 -0 lines
Diff to previous 1.1490
*** empty log message ***


Revision 1.1490 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 02:23:12 2007 UTC (16 years, 10 months ago) by cyd
Branch: MAIN
Changes since 1.1489: +4 -0 lines
Diff to previous 1.1489
Add image-refresh


Revision 1.1489 - (view) (download) (annotate) - [select for diffs]
Wed Jun 13 00:10:24 2007 UTC (16 years, 10 months ago) by cyd
Branch: MAIN
Changes since 1.1488: +4 -0 lines
Diff to previous 1.1488
Add `user-emacs-directory'.


Revision 1.1488 - (view) (download) (annotate) - [select for diffs]
Tue Jun 12 18:40:18 2007 UTC (16 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.1487: +3 -0 lines
Diff to previous 1.1487
(regex_compile): Remove the `regnum' counter.
Use bufp->re_nsub instead.  Add support for \(?N:RE\).


Revision 1.1487 - (view) (download) (annotate) - [select for diffs]
Tue Jun 12 08:16:23 2007 UTC (16 years, 10 months ago) by gm
Branch: MAIN
Changes since 1.1486: +16 -2 lines
Diff to previous 1.1486
Change bug address.  Add back +++/--- note.
Use present tense for X-toolkit entry.  Mention libgif.

Restore two items deleted by mistake.


Revision 1.1486 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 22:04:14 2007 UTC (16 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.1485: +3 -0 lines
Diff to previous 1.1485
*** empty log message ***


Revision 1.1485 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 22:02:21 2007 UTC (16 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.1484: +1 -3 lines
Diff to previous 1.1484
New file.


Revision 1.841.2.86.2.25 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 02:29:47 2007 UTC (16 years, 10 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.24: +12 -0 lines
Diff to previous 1.841.2.86.2.24 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 771-792)

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22, gnus--rel--5.10
   - Fix tq.el edge case
   - Merge from gnus--rel--5.10

 * emacs--rel--22  (patch 26-41)

   - Update from CVS
   - lisp/vc-hooks.el (vc-find-root): Fix file attribute test

 * emacs--unicode--0  (patch 210-219)

   - Merge from emacs--devo--0
   - Update from CVS

 * gnus--rel--5.10  (patch 224-228)

   - Merge from emacs--devo--0, emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-63


Revision 1.1475.2.4 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 00:59:01 2007 UTC (16 years, 10 months ago) by miles
Branch: multi-tty
Changes since 1.1475.2.3: +8 -0 lines
Diff to previous 1.1475.2.3 , to branch point 1.1475
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 781-792)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 33-41)
 * gnus--rel--5.10  (patch 226-228)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-21


Revision 1.841.2.122 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 00:57:31 2007 UTC (16 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.121: +8 -0 lines
Diff to previous 1.841.2.121 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 781-792)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 33-41)
 * gnus--rel--5.10  (patch 226-228)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-219


Revision 1.1484 - (view) (download) (annotate) - [select for diffs]
Fri Jun 8 03:47:42 2007 UTC (16 years, 10 months ago) by gm
Branch: MAIN
Changes since 1.1483: +2 -0 lines
Diff to previous 1.1483
*** empty log message ***


Revision 1.1465.2.16 - (view) (download) (annotate) - [select for diffs]
Fri Jun 8 03:04:22 2007 UTC (16 years, 10 months ago) by cyd
Branch: EMACS_22_BASE
Changes since 1.1465.2.15: +4 -0 lines
Diff to previous 1.1465.2.15 , to branch point 1.1465
** In Image mode, whenever the displayed image is wider and/or higher
than the window, the usual keys for moving the cursor cause the image
to be scrolled horizontally or vertically instead.


Revision 1.1465.2.15 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 16:57:32 2007 UTC (16 years, 10 months ago) by cyd
Branch: EMACS_22_BASE
Changes since 1.1465.2.14: +14 -0 lines
Diff to previous 1.1465.2.14 , to branch point 1.1465
Identify Emacs 22.2 changes (so we don't lose them later).


Revision 1.1465.2.14 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 06:39:17 2007 UTC (16 years, 10 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.13: +3 -7 lines
Diff to previous 1.1465.2.13 , to branch point 1.1465
Mark H. Weaver  <mhw at netris.org>  (tiny change)

(set-mark-command-repeat-pop): Fix duplicate entry.


Revision 1.1483 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 05:09:16 2007 UTC (16 years, 10 months ago) by albinus
Branch: MAIN
Changes since 1.1482: +3 -0 lines
Diff to previous 1.1482
* NEWS: Add socks.el as new package.


Revision 1.1482 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 18:51:42 2007 UTC (16 years, 10 months ago) by sds
Branch: MAIN
Changes since 1.1481: +2 -0 lines
Diff to previous 1.1481
New command kill-matching-buffers kills buffers whose name matches a regexp.


Revision 1.1481 - (view) (download) (annotate) - [select for diffs]
Thu May 31 00:52:35 2007 UTC (16 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.1480: +1 -0 lines
Diff to previous 1.1480
css-mode.el: New file.


Revision 1.1475.2.3 - (view) (download) (annotate) - [select for diffs]
Wed May 30 14:44:44 2007 UTC (16 years, 11 months ago) by miles
Branch: multi-tty
Changes since 1.1475.2.2: +4 -0 lines
Diff to previous 1.1475.2.2 , to branch point 1.1475
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 771-780)

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22, gnus--rel--5.10
   - Fix tq.el edge case

 * emacs--rel--22  (patch 26-32)

   - Update from CVS
   - lisp/vc-hooks.el (vc-find-root): Fix file attribute test

 * gnus--rel--5.10  (patch 224-225)

   - Merge from emacs--devo--0, emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-18


Revision 1.1465.2.13 - (view) (download) (annotate) - [select for diffs]
Tue May 29 02:16:17 2007 UTC (16 years, 11 months ago) by rms
Branch: EMACS_22_BASE
CVS Tags: EMACS_22_1, EMACS_22_BRANCHPOINT
Changes since 1.1465.2.12: +5 -5 lines
Diff to previous 1.1465.2.12 , to branch point 1.1465
Minor cleanup.


Revision 1.1465.2.12 - (view) (download) (annotate) - [select for diffs]
Tue May 29 00:44:17 2007 UTC (16 years, 11 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.11: +3 -3 lines
Diff to previous 1.1465.2.11 , to branch point 1.1465
Robert J. Chassell  <bob at rattlesnake.com>

Fix instances of `allow' without object.


Revision 1.841.2.121 - (view) (download) (annotate) - [select for diffs]
Sat May 26 21:55:37 2007 UTC (16 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.120: +4 -0 lines
Diff to previous 1.841.2.120 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 773)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-211


Revision 1.1480 - (view) (download) (annotate) - [select for diffs]
Fri May 25 16:58:18 2007 UTC (16 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.1479: +4 -0 lines
Diff to previous 1.1479
(copyright-names-regexp): New var.
(copyright-update-year): Use it.


Revision 1.1475.2.2 - (view) (download) (annotate) - [select for diffs]
Fri May 25 02:47:20 2007 UTC (16 years, 11 months ago) by miles
Branch: multi-tty
Changes since 1.1475.2.1: +20 -5354 lines
Diff to previous 1.1475.2.1 , to branch point 1.1475
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 765-770)

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from gnus--rel--5.10

 * emacs--rel--22  (patch 24-25)
 * gnus--rel--5.10  (patch 222-223)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-16


Revision 1.841.2.86.2.24 - (view) (download) (annotate) - [select for diffs]
Thu May 24 22:22:50 2007 UTC (16 years, 11 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.23: +18 -5414 lines
Diff to previous 1.841.2.86.2.23 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 726-770)

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/textmodes/sgml-mode.el: Revert last change.

 * emacs--rel--22  (patch 6-25)

   - Update from CVS
   - Update from CVS: src/xterm.c (XTread_socket): Revert last change.

 * emacs--unicode--0  (patch 203-209)

   - Update from CVS
   - Merge from emacs--devo--0
   - Update from CVS: src/syntax.c (skip_syntaxes): Synch with the trunk.
   - Move NEWS entries for unicode branch into etc/NEWS.unicode

 * gnus--rel--5.10  (patch 218-223)

   - Merge from emacs--devo--0, emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-62


Revision 1.690.2.147 - (view) (download) (annotate) - [select for diffs]
Thu May 24 21:50:07 2007 UTC (16 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.146: +20 -5348 lines
Diff to previous 1.690.2.146 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 726-770)

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/textmodes/sgml-mode.el: Revert last change.

 * emacs--rel--22  (patch 6-25)

   - Update from CVS
   - Update from CVS: src/xterm.c (XTread_socket): Revert last change.

 * gnus--rel--5.10  (patch 218-223)

   - Merge from emacs--devo--0, emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-47


Revision 1.841.2.120 - (view) (download) (annotate) - [select for diffs]
Thu May 24 21:30:45 2007 UTC (16 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.119: +18 -5434 lines
Diff to previous 1.841.2.119 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 751-770)

   - Update from CVS
   - Merge from emacs--rel--22
   - Update from CVS: lisp/textmodes/sgml-mode.el: Revert last change.
   - Merge from gnus--rel--5.10

 * emacs--rel--22  (patch 18-25)
 * gnus--rel--5.10  (patch 222-223)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-208


Revision 1.1479 - (view) (download) (annotate) - [select for diffs]
Tue May 22 09:56:31 2007 UTC (16 years, 11 months ago) by miles
Branch: MAIN
Changes since 1.1478: +1 -0 lines
Diff to previous 1.1478
Add arch tagline


Revision 1.1478 - (view) (download) (annotate) - [select for diffs]
Tue May 22 06:17:37 2007 UTC (16 years, 11 months ago) by gm
Branch: MAIN
Changes since 1.1477: +20 -5355 lines
Diff to previous 1.1477
Move Emacs 22 entries and arch tag to new file NEWS.22, leave empty
template for next Emacs version.


Revision 1.1475.2.1 - (view) (download) (annotate) - [select for diffs]
Sun May 20 23:29:10 2007 UTC (16 years, 11 months ago) by miles
Branch: multi-tty
Changes since 1.1475: +3 -3 lines
Diff to previous 1.1475
Merged from emacs--devo--0

Patches applied:

 * emacs@sv.gnu.org/emacs--devo--0--patch-744
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-745
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-746
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-747
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-748
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-749
   Merge from gnus--rel--5.10

 * emacs@sv.gnu.org/emacs--devo--0--patch-750
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-751
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-752
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-753
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-754
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-755
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-756
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-757
   Update from CVS: lisp/textmodes/sgml-mode.el: Revert last change.

 * emacs@sv.gnu.org/emacs--devo--0--patch-758
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-759
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-760
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-761
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-14
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-15
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-16
   Update from CVS: src/xterm.c (XTread_socket): Revert last change.

 * emacs@sv.gnu.org/emacs--rel--22--patch-17
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-18
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-19
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-20
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-21
   Update from CVS

 * emacs@sv.gnu.org/gnus--rel--5.10--patch-221
   Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-12
Creator:  Karoly Lorentey <karoly@lorentey.hu>


Revision 1.1477 - (view) (download) (annotate) - [select for diffs]
Thu May 17 01:12:57 2007 UTC (16 years, 11 months ago) by miles
Branch: MAIN
Changes since 1.1476: +1 -1 lines
Diff to previous 1.1476
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 18)

   - Update from CVS

2007-05-16  Richard Stallman  <rms@gnu.org>

   * lisp/buff-menu.el (Buffer-menu-sort-column): Doc fix.

2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/files.el (magic-mode-alist, magic-fallback-mode-alist):
   Move the *ml, Postscript, and XmCD entries to the fallback part.

   * lisp/files.el (magic-fallback-mode-alist):
   Rename from file-start-mode-alist.

2007-05-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>

   * src/macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
   dead key repeat and up events.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-753


Revision 1.1465.2.11 - (view) (download) (annotate) - [select for diffs]
Wed May 16 16:07:12 2007 UTC (16 years, 11 months ago) by monnier
Branch: EMACS_22_BASE
CVS Tags: EMACS_PRETEST_22_0_990
Changes since 1.1465.2.10: +1 -1 lines
Diff to previous 1.1465.2.10 , to branch point 1.1465
(magic-fallback-mode-alist): Rename from file-start-mode-alist.


Revision 1.841.2.119 - (view) (download) (annotate) - [select for diffs]
Tue May 15 07:17:10 2007 UTC (16 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.118: +1713 -1693 lines
Diff to previous 1.841.2.118 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 726-750)

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from gnus--rel--5.10

 * emacs--rel--22  (patch 6-17)

   - Update from CVS
   - Update from CVS: src/xterm.c (XTread_socket): Revert last change.

 * gnus--rel--5.10  (patch 218-221)

   - Merge from emacs--devo--0, emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-205


Revision 1.1476 - (view) (download) (annotate) - [select for diffs]
Sun May 13 01:30:34 2007 UTC (16 years, 11 months ago) by miles
Branch: MAIN
Changes since 1.1475: +2 -2 lines
Diff to previous 1.1475
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 14-15)

   - Update from CVS

2007-05-12  Richard Stallman  <rms@gnu.org>

   * etc/refcard.tex (section{Incremental Search}): Minor corrections.

2007-05-12  Richard Stallman  <rms@gnu.org>

   * lispref/text.texi (Margins): indent-to-left-margin is not the default.
   (Mode-Specific Indent): For indent-line-function, the default
   is indent-relative.

   * lispref/modes.texi (Example Major Modes): Explain last line of text-mode
   is redundant.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-746


Revision 1.1465.2.10 - (view) (download) (annotate) - [select for diffs]
Sat May 12 16:56:29 2007 UTC (16 years, 11 months ago) by rms
Branch: EMACS_22_BASE
Changes since 1.1465.2.9: +2 -2 lines
Diff to previous 1.1465.2.9 , to branch point 1.1465
*** empty log message ***


Revision 1.1475 - (view) (download) (annotate) - [select for diffs]
Fri May 11 04:44:30 2007 UTC (16 years, 11 months ago) by miles
Branch: MAIN
Branch point for: multi-tty
Changes since 1.1474: +4 -0 lines
Diff to previous 1.1474
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 13)

   - Update from CVS

2007-05-10  Richard Stallman  <rms@gnu.org>

   * lisp/international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
   (iso-cvt-write-only): Likewise.

   * lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
   Fix generated doc string.

   * lisp/startup.el (fancy-splash-text): Add URL of guided tour.
   Adjust horizontal and vertical whitespace.

   * lisp/progmodes/compile.el (compilation-handle-exit):
   Use run-hook-with-args to run compilation-finish-functions.

   * lisp/files.el (file-start-mode-alist): New variable.
   (magic-mode-regexp-match-limit): Doc fix.
   (set-auto-mode): Handle file-start-mode-alist.
   A little cleanup of structure.

2007-05-10  Richard Stallman  <rms@gnu.org>

   * lispref/keymaps.texi (Scanning Keymaps): Update where-is-internal example.

   * lispref/help.texi (Keys in Documentation): Add reference to
   Documentation Tips.

   * lispref/files.texi (Format Conversion): TO-FN gets three arguments.

   * lispref/modes.texi (Auto Major Mode): Document file-start-mode-alist.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-743


Revision 1.1465.2.9 - (view) (download) (annotate) - [select for diffs]
Thu May 10 14:53:13 2007 UTC (16 years, 11 months ago) by rms
Branch: EMACS_22_BASE
Changes since 1.1465.2.8: +4 -0 lines
Diff to previous 1.1465.2.8 , to branch point 1.1465
*** empty log message ***


Revision 1.1474 - (view) (download) (annotate) - [select for diffs]
Tue May 8 02:07:17 2007 UTC (16 years, 11 months ago) by miles
Branch: MAIN
Changes since 1.1473: +3 -0 lines
Diff to previous 1.1473
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 11)

   - Update from CVS

2007-05-08  David Reitter  <david.reitter@gmail.com>

   * lisp/progmodes/python.el (python-guess-indent): Check non-nullness
   before comparing indent against the 2..8 interval.

2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>

   * src/editfns.c (Ftranspose_regions): Yet another int/Lisp_Object mixup
     (YAILOM)

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-736


Revision 1.1465.2.8 - (view) (download) (annotate) - [select for diffs]
Mon May 7 23:42:38 2007 UTC (16 years, 11 months ago) by rms
Branch: EMACS_22_BASE
Changes since 1.1465.2.7: +3 -0 lines
Diff to previous 1.1465.2.7 , to branch point 1.1465
*** empty log message ***


Revision 1.1473 - (view) (download) (annotate) - [select for diffs]
Sat May 5 22:40:31 2007 UTC (16 years, 11 months ago) by gm
Branch: MAIN
Changes since 1.1472: +1696 -1683 lines
Diff to previous 1.1472
Try to rearrange by related topics, and some order of importance.


Revision 1.1465.2.7 - (view) (download) (annotate) - [select for diffs]
Sat May 5 22:39:58 2007 UTC (16 years, 11 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.6: +1707 -1694 lines
Diff to previous 1.1465.2.6 , to branch point 1.1465
Try to rearrange by related topics, and some order of importance.


Revision 1.690.2.146 - (view) (download) (annotate) - [select for diffs]
Tue May 1 23:55:00 2007 UTC (16 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.145: +179 -894 lines
Diff to previous 1.690.2.145 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 698-725)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.

 * emacs--rel--22  (base, patch 1-5)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709
   - Sync to CVS tag EMACS_22_BRANCHPOINT
   - Sync to CVS branch EMACS_22_BASE
   - Update from CVS

 * gnus--rel--5.10  (patch 216-217)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-46


Revision 1.690.2.145 - (view) (download) (annotate) - [select for diffs]
Tue May 1 23:51:55 2007 UTC (16 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.144: +35 -5 lines
Diff to previous 1.690.2.144 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 676-697)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Release ERC 5.2.

 * gnus--rel--5.10  (patch 211-215)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-45


Revision 1.841.2.86.2.23 - (view) (download) (annotate) - [select for diffs]
Tue May 1 23:27:14 2007 UTC (16 years, 11 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.22: +179 -887 lines
Diff to previous 1.841.2.86.2.22 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 698-725)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.

 * emacs--rel--22  (base, patch 1-5)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709
   - Sync to CVS tag EMACS_22_BRANCHPOINT
   - Sync to CVS branch EMACS_22_BASE
   - Update from CVS

 * emacs--unicode--0  (patch 191-202)

   - Change default value of `enable_font_backend' to 1
   - Update from CVS
   - Move src/ChangeLog entry to src/ChangeLog.unicode
   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 216-217)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-61


Revision 1.841.2.118 - (view) (download) (annotate) - [select for diffs]
Tue May 1 23:03:26 2007 UTC (16 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.117: +21 -12 lines
Diff to previous 1.841.2.117 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 713-725)

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.
   - Merge from gnus--rel--5.10

 * emacs--rel--22  (base, patch 1-5)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709
   - Sync to CVS tag EMACS_22_BRANCHPOINT
   - Sync to CVS branch EMACS_22_BASE
   - Update from CVS

 * gnus--rel--5.10  (patch 217)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-202


Revision 1.1472 - (view) (download) (annotate) - [select for diffs]
Sun Apr 29 16:14:03 2007 UTC (17 years ago) by rms
Branch: MAIN
Changes since 1.1471: +0 -19 lines
Diff to previous 1.1471
Delete duplicate change.


Revision 1.1471 - (view) (download) (annotate) - [select for diffs]
Sun Apr 29 01:04:39 2007 UTC (17 years ago) by miles
Branch: MAIN
Changes since 1.1470: +20 -0 lines
Diff to previous 1.1470
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 3)

   - Update from CVS

2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.

2007-04-28  Eli Zaretskii  <eliz@gnu.org>

   * lisp/makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
   instead of $(lisp)/mh-e.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-719


Revision 1.1465.2.6 - (view) (download) (annotate) - [select for diffs]
Sat Apr 28 19:54:53 2007 UTC (17 years ago) by gm
Branch: EMACS_22_BASE
Changes since 1.1465.2.5: +2 -3 lines
Diff to previous 1.1465.2.5 , to branch point 1.1465
Restore python.el pending consideration of legal status. Remove
reference to external python version.


Revision 1.1470 - (view) (download) (annotate) - [select for diffs]
Sat Apr 28 19:53:29 2007 UTC (17 years ago) by gm
Branch: MAIN
Changes since 1.1469: +2 -3 lines
Diff to previous 1.1469
Restore python.el pending consideration of legal status. Remove
reference to external python version.


Revision 1.1469 - (view) (download) (annotate) - [select for diffs]
Sat Apr 28 17:23:34 2007 UTC (17 years ago) by rms
Branch: MAIN
Changes since 1.1468: +19 -12 lines
Diff to previous 1.1468
*** empty log message ***


Revision 1.1465.2.5 - (view) (download) (annotate) - [select for diffs]
Sat Apr 28 17:23:09 2007 UTC (17 years ago) by rms
Branch: EMACS_22_BASE
Changes since 1.1465.2.4: +10 -7 lines
Diff to previous 1.1465.2.4 , to branch point 1.1465
*** empty log message ***


Revision 1.1465.2.4 - (view) (download) (annotate) - [select for diffs]
Sat Apr 28 17:21:40 2007 UTC (17 years ago) by rms
Branch: EMACS_22_BASE
Changes since 1.1465.2.3: +11 -11 lines
Diff to previous 1.1465.2.3 , to branch point 1.1465
*** empty log message ***


Revision 1.1465.2.3 - (view) (download) (annotate) - [select for diffs]
Sat Apr 28 17:09:54 2007 UTC (17 years ago) by rms
Branch: EMACS_22_BASE
Changes since 1.1465.2.2: +9 -4 lines
Diff to previous 1.1465.2.2 , to branch point 1.1465
*** empty log message ***


Revision 1.1468 - (view) (download) (annotate) - [select for diffs]
Sat Apr 28 03:47:00 2007 UTC (17 years ago) by miles
Branch: MAIN
Changes since 1.1467: +4 -2 lines
Diff to previous 1.1467
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (base, patch 1-2)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709
   - Sync to CVS tag EMACS_22_BRANCHPOINT
   - Sync to CVS branch EMACS_22_BASE

2007-04-25  Richard Stallman  <rms@gnu.org>

   * lisp/hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.

2007-04-24  Richard Stallman  <rms@gnu.org>

   * lispref/text.texi (Special Properties): Add xref to Overlay Properties.

   * lispref/display.texi (Overlay Properties): Add xref to Special Properties.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-716


Revision 1.841.2.117 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 21:56:06 2007 UTC (17 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.116: +158 -875 lines
Diff to previous 1.841.2.116 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 698-710)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 216)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-196


Revision 1.1465.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 02:02:36 2007 UTC (17 years ago) by cyd
Branch: EMACS_22_BASE
CVS Tags: EMACS_PRETEST_22_0_99
Changes since 1.1465.2.1: +4 -0 lines
Diff to previous 1.1465.2.1 , to branch point 1.1465
Add link to python.el at emacswiki.org


Revision 1.1467 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 01:45:21 2007 UTC (17 years ago) by cyd
Branch: MAIN
Changes since 1.1466: +2 -0 lines
Diff to previous 1.1466
Revert last change.


Revision 1.1465.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 01:43:47 2007 UTC (17 years ago) by cyd
Branch: EMACS_22_BASE
Changes since 1.1465: +0 -2 lines
Diff to previous 1.1465
python.el removed.


Revision 1.1466 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 01:40:56 2007 UTC (17 years ago) by cyd
Branch: MAIN
Changes since 1.1465: +0 -2 lines
Diff to previous 1.1465
python.el removed.


Revision 1.1465 - (view) (download) (annotate) - [select for diffs]
Mon Apr 23 19:36:57 2007 UTC (17 years ago) by cyd
Branch: MAIN
Branch point for: EMACS_22_BASE
Changes since 1.1464: +5 -5 lines
Diff to previous 1.1464
Minor fix.


Revision 1.1464 - (view) (download) (annotate) - [select for diffs]
Sun Apr 22 20:18:30 2007 UTC (17 years ago) by gm
Branch: MAIN
Changes since 1.1463: +0 -3 lines
Diff to previous 1.1463
(EMACS): This change was reverted, so delete this entry.


Revision 1.1463 - (view) (download) (annotate) - [select for diffs]
Sun Apr 22 15:53:16 2007 UTC (17 years ago) by kfstorm
Branch: MAIN
Changes since 1.1462: +112 -120 lines
Diff to previous 1.1462
Reorder some entries.


Revision 1.1462 - (view) (download) (annotate) - [select for diffs]
Sun Apr 22 14:05:51 2007 UTC (17 years ago) by cyd
Branch: MAIN
Changes since 1.1461: +2 -2 lines
Diff to previous 1.1461
*** Bindings for Image-Dired added
Rename Thumbnails to Image-Dired.


Revision 1.1461 - (view) (download) (annotate) - [select for diffs]
Sun Apr 22 14:01:30 2007 UTC (17 years ago) by cyd
Branch: MAIN
Changes since 1.1460: +2 -2 lines
Diff to previous 1.1460
tumme.el is now image-dired.el


Revision 1.1460 - (view) (download) (annotate) - [select for diffs]
Sun Apr 22 03:33:40 2007 UTC (17 years ago) by cyd
Branch: MAIN
Changes since 1.1459: +8 -7 lines
Diff to previous 1.1459
Rename "tumme" to "thumbnails".


Revision 1.1459 - (view) (download) (annotate) - [select for diffs]
Fri Apr 20 21:39:32 2007 UTC (17 years ago) by cyd
Branch: MAIN
Changes since 1.1458: +0 -714 lines
Diff to previous 1.1458
Remove +++ and --- lines.


Revision 1.1458 - (view) (download) (annotate) - [select for diffs]
Fri Apr 20 19:30:24 2007 UTC (17 years ago) by cyd
Branch: MAIN
Changes since 1.1457: +1 -1 lines
Diff to previous 1.1457
define-global-minor-mode -> define-globalized-minor-mode


Revision 1.1457 - (view) (download) (annotate) - [select for diffs]
Thu Apr 19 19:01:41 2007 UTC (17 years ago) by cyd
Branch: MAIN
Changes since 1.1456: +6 -6 lines
Diff to previous 1.1456
Mention Russian tutorial and refcard translations.


Revision 1.1456 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 15:10:10 2007 UTC (17 years ago) by kfstorm
Branch: MAIN
Changes since 1.1455: +1 -1 lines
Diff to previous 1.1455
Tiny typo.


Revision 1.1455 - (view) (download) (annotate) - [select for diffs]
Tue Apr 17 23:24:13 2007 UTC (17 years ago) by dak
Branch: MAIN
Changes since 1.1454: +6 -6 lines
Diff to previous 1.1454
* NEWS: Mention `query-replace-regexp-eval' being deprecated.

* replace.el (query-replace-regexp-eval): Deprecate.


Revision 1.1454 - (view) (download) (annotate) - [select for diffs]
Thu Apr 12 03:51:24 2007 UTC (17 years ago) by gm
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_98
Changes since 1.1453: +16 -16 lines
Diff to previous 1.1453
Fix typos.


Revision 1.1453 - (view) (download) (annotate) - [select for diffs]
Thu Apr 12 03:32:38 2007 UTC (17 years ago) by gm
Branch: MAIN
Changes since 1.1452: +2 -2 lines
Diff to previous 1.1452
Grammar fixes.


Revision 1.1452 - (view) (download) (annotate) - [select for diffs]
Thu Apr 12 02:31:20 2007 UTC (17 years ago) by gm
Branch: MAIN
Changes since 1.1451: +1 -1 lines
Diff to previous 1.1451
Remove date at the top of the file, since it is almost always
incorrect and contains no useful info.


Revision 1.841.2.86.2.22 - (view) (download) (annotate) - [select for diffs]
Wed Apr 11 00:40:35 2007 UTC (17 years ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.21: +47 -9 lines
Diff to previous 1.841.2.86.2.21 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 670-697)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Release ERC 5.2.

 * emacs--unicode--0  (patch 185-189)

   - Merge from emacs--devo--0
   - Update from CVS
   - vc-bzr.el: New file.

 * gnus--rel--5.10  (patch 209-215)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-59


Revision 1.841.2.116 - (view) (download) (annotate) - [select for diffs]
Wed Apr 11 00:17:42 2007 UTC (17 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.115: +35 -5 lines
Diff to previous 1.841.2.115 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 675-697)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Release ERC 5.2.

 * gnus--rel--5.10  (patch 211-215)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-189


Revision 1.1451 - (view) (download) (annotate) - [select for diffs]
Mon Apr 9 01:16:58 2007 UTC (17 years ago) by rms
Branch: MAIN
Changes since 1.1450: +2 -1 lines
Diff to previous 1.1450
*** empty log message ***


Revision 1.1450 - (view) (download) (annotate) - [select for diffs]
Sun Apr 8 14:09:16 2007 UTC (17 years ago) by cyd
Branch: MAIN
Changes since 1.1449: +21 -0 lines
Diff to previous 1.1449
Update --- and +++ lines.


Revision 1.1449 - (view) (download) (annotate) - [select for diffs]
Wed Apr 4 16:02:37 2007 UTC (17 years ago) by cyd
Branch: MAIN
Changes since 1.1448: +12 -0 lines
Diff to previous 1.1448
Add ascii-case-table and with-case-table.


Revision 1.1448 - (view) (download) (annotate) - [select for diffs]
Fri Mar 23 03:05:22 2007 UTC (17 years, 1 month ago) by gm
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_97
Changes since 1.1447: +0 -4 lines
Diff to previous 1.1447
*** empty log message ***


Revision 1.690.2.144 - (view) (download) (annotate) - [select for diffs]
Fri Mar 23 00:46:18 2007 UTC (17 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.690.2.143: +12 -4 lines
Diff to previous 1.690.2.143 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 671-675)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 209-210)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-44


Revision 1.690.2.143 - (view) (download) (annotate) - [select for diffs]
Fri Mar 23 00:43:24 2007 UTC (17 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.690.2.142: +10 -4 lines
Diff to previous 1.690.2.142 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 662-670)

   - Update from CVS
   - Fix read-only prompt problem in isearch
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 207-208)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-43


Revision 1.690.2.142 - (view) (download) (annotate) - [select for diffs]
Fri Mar 23 00:40:51 2007 UTC (17 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.690.2.141: +93 -34 lines
Diff to previous 1.690.2.141 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 624-661)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Remove RCS keywords

 * gnus--rel--5.10  (patch 200-206)

   - Merge from emacs--devo--0
   - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser.
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-42


Revision 1.841.2.115 - (view) (download) (annotate) - [select for diffs]
Wed Mar 21 13:32:51 2007 UTC (17 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.114: +12 -4 lines
Diff to previous 1.841.2.114 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 670-674)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 209-210)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-185


Revision 1.841.2.86.2.21 - (view) (download) (annotate) - [select for diffs]
Wed Mar 21 12:43:09 2007 UTC (17 years, 1 month ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.20: +10 -4 lines
Diff to previous 1.841.2.86.2.20 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 662-669)

   - Update from CVS
   - Fix read-only prompt problem in isearch
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 184)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 207-208)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-58


Revision 1.841.2.86.2.20 - (view) (download) (annotate) - [select for diffs]
Wed Mar 21 12:40:35 2007 UTC (17 years, 1 month ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.19: +32 -3 lines
Diff to previous 1.841.2.86.2.19 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 653-661)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 180-183)
 * gnus--rel--5.10  (patch 203-206)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-57


Revision 1.1447 - (view) (download) (annotate) - [select for diffs]
Mon Mar 19 23:16:28 2007 UTC (17 years, 1 month ago) by nickrob
Branch: MAIN
Changes since 1.1446: +4 -0 lines
Diff to previous 1.1446
*** empty log message ***


Revision 1.1446 - (view) (download) (annotate) - [select for diffs]
Mon Mar 19 05:32:00 2007 UTC (17 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.1445: +8 -4 lines
Diff to previous 1.1445
*** empty log message ***


Revision 1.841.2.114 - (view) (download) (annotate) - [select for diffs]
Sun Mar 18 14:11:06 2007 UTC (17 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.113: +10 -4 lines
Diff to previous 1.841.2.113 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 662-669)

   - Update from CVS
   - Fix read-only prompt problem in isearch
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 207-208)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-184


Revision 1.1445 - (view) (download) (annotate) - [select for diffs]
Sun Mar 4 08:41:08 2007 UTC (17 years, 1 month ago) by dak
Branch: MAIN
Changes since 1.1444: +10 -4 lines
Diff to previous 1.1444
* NEWS (fontification): Mention that the new default for
jit-lock-stealth-time is now nil.

* jit-lock.el (jit-lock-stealth-time): Change default to nil.
Preserve 16 as default value for "seconds" when customizing.


Revision 1.841.2.113 - (view) (download) (annotate) - [select for diffs]
Sun Mar 4 06:19:30 2007 UTC (17 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.112: +32 -3 lines
Diff to previous 1.841.2.112 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 653-661)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 203-206)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-180


Revision 1.841.2.86.2.19 - (view) (download) (annotate) - [select for diffs]
Sun Mar 4 01:05:04 2007 UTC (17 years, 1 month ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.18: +25 -16 lines
Diff to previous 1.841.2.86.2.18 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 638-652)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 177-179)

   - Merge from emacs--devo--0
   - Update from CVS

 * gnus--rel--5.10  (patch 202)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-56


Revision 1.1444 - (view) (download) (annotate) - [select for diffs]
Sat Mar 3 02:29:07 2007 UTC (17 years, 1 month ago) by dann
Branch: MAIN
Changes since 1.1443: +3 -0 lines
Diff to previous 1.1443
*** empty log message ***


Revision 1.1443 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 12:11:15 2007 UTC (17 years, 1 month ago) by rfrancoise
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_95
Changes since 1.1442: +1 -1 lines
Diff to previous 1.1442
Fix typo.


Revision 1.1442 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 10:01:32 2007 UTC (17 years, 1 month ago) by kfstorm
Branch: MAIN
Changes since 1.1441: +3 -3 lines
Diff to previous 1.1441
*** empty log message ***


Revision 1.1441 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 09:41:45 2007 UTC (17 years, 1 month ago) by kfstorm
Branch: MAIN
Changes since 1.1440: +20 -1 lines
Diff to previous 1.1440
(About external Lisp packages): New section.


Revision 1.1440 - (view) (download) (annotate) - [select for diffs]
Tue Feb 27 16:52:55 2007 UTC (17 years, 2 months ago) by dann
Branch: MAIN
Changes since 1.1439: +9 -2 lines
Diff to previous 1.1439
*** empty log message ***


Revision 1.841.2.112 - (view) (download) (annotate) - [select for diffs]
Mon Feb 26 23:03:39 2007 UTC (17 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.111: +25 -16 lines
Diff to previous 1.841.2.111 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 638-652)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 202)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-177


Revision 1.841.2.86.2.18 - (view) (download) (annotate) - [select for diffs]
Mon Feb 26 22:11:36 2007 UTC (17 years, 2 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.17: +36 -15 lines
Diff to previous 1.841.2.86.2.17 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 624-637)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Remove RCS keywords

 * emacs--unicode--0  (patch 168-176)

   - src/Makefile.in: Remove redundant HAVE_XFT clause
   - Update from CVS
   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 200-201)

   - Merge from emacs--devo--0
   - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser.

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-55


Revision 1.1439 - (view) (download) (annotate) - [select for diffs]
Thu Feb 22 09:32:56 2007 UTC (17 years, 2 months ago) by ttn
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_94
Changes since 1.1438: +12 -12 lines
Diff to previous 1.1438
Grammar and capitalization fixes; nfc.


Revision 1.1438 - (view) (download) (annotate) - [select for diffs]
Mon Feb 19 05:11:10 2007 UTC (17 years, 2 months ago) by handa
Branch: MAIN
Changes since 1.1437: +2 -2 lines
Diff to previous 1.1437
(New language environmets): Add "Esperanto".


Revision 1.1437 - (view) (download) (annotate) - [select for diffs]
Wed Feb 14 11:59:36 2007 UTC (17 years, 2 months ago) by kfstorm
Branch: MAIN
Changes since 1.1436: +2 -2 lines
Diff to previous 1.1436
*** empty log message ***


Revision 1.1436 - (view) (download) (annotate) - [select for diffs]
Wed Feb 14 11:32:36 2007 UTC (17 years, 2 months ago) by kfstorm
Branch: MAIN
Changes since 1.1435: +9 -0 lines
Diff to previous 1.1435
Add make-glyph-code etc.


Revision 1.841.2.111 - (view) (download) (annotate) - [select for diffs]
Tue Feb 13 12:13:49 2007 UTC (17 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.110: +36 -15 lines
Diff to previous 1.841.2.110 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 624-636)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 200-201)

   - Merge from emacs--devo--0
   - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser.

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-171


Revision 1.1435 - (view) (download) (annotate) - [select for diffs]
Sun Feb 11 22:12:08 2007 UTC (17 years, 2 months ago) by kfstorm
Branch: MAIN
Changes since 1.1434: +8 -0 lines
Diff to previous 1.1434
*** empty log message ***


Revision 1.690.2.141 - (view) (download) (annotate) - [select for diffs]
Sun Feb 11 14:41:59 2007 UTC (17 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.690.2.140: +4 -0 lines
Diff to previous 1.690.2.140 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 615-622)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 197-199)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-40


Revision 1.690.2.140 - (view) (download) (annotate) - [select for diffs]
Sun Feb 11 14:34:46 2007 UTC (17 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.690.2.139: +24 -20 lines
Diff to previous 1.690.2.139 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 586-614)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * gnus--rel--5.10  (patch 186-196)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-39


Revision 1.1434 - (view) (download) (annotate) - [select for diffs]
Sun Feb 11 01:04:11 2007 UTC (17 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1433: +17 -13 lines
Diff to previous 1.1433
Switch to standard GPL text for license.


Revision 1.1433 - (view) (download) (annotate) - [select for diffs]
Mon Feb 5 22:13:59 2007 UTC (17 years, 2 months ago) by pot
Branch: MAIN
Changes since 1.1432: +5 -0 lines
Diff to previous 1.1432
(etags): Now --members is the default for etags, not for ctags yet.


Revision 1.1432 - (view) (download) (annotate) - [select for diffs]
Thu Feb 1 15:05:46 2007 UTC (17 years, 2 months ago) by jasonr
Branch: MAIN
Changes since 1.1431: +6 -2 lines
Diff to previous 1.1431
Expand section about Windows system caret changes.


Revision 1.841.2.86.2.17 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 23:02:41 2007 UTC (17 years, 2 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.16: +28 -20 lines
Diff to previous 1.841.2.86.2.16 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 586-621)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * emacs--unicode--0  (patch 161-166)
 * gnus--rel--5.10  (patch 186-199)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-53


Revision 1.841.2.110 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 22:22:36 2007 UTC (17 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.109: +4 -0 lines
Diff to previous 1.841.2.109 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 615-621)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 197-199)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166


Revision 1.1431 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 18:47:50 2007 UTC (17 years, 3 months ago) by cyd
Branch: MAIN
Changes since 1.1430: +4 -0 lines
Diff to previous 1.1430
Support for HP 9000 series 800 and Hitachi SR2001/SR2201 machines was
removed.


Revision 1.841.2.109 - (view) (download) (annotate) - [select for diffs]
Fri Jan 26 06:15:54 2007 UTC (17 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.108: +24 -20 lines
Diff to previous 1.841.2.108 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 586-614)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * gnus--rel--5.10  (patch 186-196)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162


Revision 1.1430 - (view) (download) (annotate) - [select for diffs]
Sun Jan 21 00:17:30 2007 UTC (17 years, 3 months ago) by gm
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_93
Changes since 1.1429: +2 -2 lines
Diff to previous 1.1429
Update copyright for years from Emacs 21 to present (mainly adding
2001).


Revision 1.1429 - (view) (download) (annotate) - [select for diffs]
Wed Jan 10 16:02:34 2007 UTC (17 years, 3 months ago) by lektu
Branch: MAIN
Changes since 1.1428: +18 -18 lines
Diff to previous 1.1428
Whitespace fixes.


Revision 1.1428 - (view) (download) (annotate) - [select for diffs]
Sat Jan 6 14:30:54 2007 UTC (17 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.1427: +4 -0 lines
Diff to previous 1.1427
Mention the change in ctags wrt duplicate tags.


Revision 1.841.2.86.2.16 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 01:41:58 2007 UTC (17 years, 3 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.15: +83 -21 lines
Diff to previous 1.841.2.86.2.15 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 523-582)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from erc--emacs--22
   - erc-iswitchb: Temporarily enable iswitchb mode

 * emacs--unicode--0  (patch 150-159)

   - Merge from emacs--devo--0
   - Update from CVS
   - Fix ChangeLog
   - Update from CVS: src/regex.c (regex_compile): Synch with HEAD.
   - Regenerate configure with autoconf 2.61

 * gnus--rel--5.10  (patch 168-185)

   - Update from CVS
   - Merge from emacs--devo--0
   - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice.

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-51


Revision 1.690.2.139 - (view) (download) (annotate) - [select for diffs]
Mon Jan 1 04:00:47 2007 UTC (17 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.690.2.138: +56 -10 lines
Diff to previous 1.690.2.138 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 563-582)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 177-185)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-37


Revision 1.841.2.108 - (view) (download) (annotate) - [select for diffs]
Mon Jan 1 03:20:56 2007 UTC (17 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.107: +56 -10 lines
Diff to previous 1.841.2.107 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 563-582)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 177-185)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-158


Revision 1.1427 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 00:48:53 2006 UTC (17 years, 3 months ago) by kfstorm
Branch: MAIN
Changes since 1.1426: +9 -0 lines
Diff to previous 1.1426
*** empty log message ***


Revision 1.1426 - (view) (download) (annotate) - [select for diffs]
Sat Dec 30 21:38:21 2006 UTC (17 years, 3 months ago) by kfstorm
Branch: MAIN
Changes since 1.1425: +5 -0 lines
Diff to previous 1.1425
*** empty log message ***


Revision 1.1425 - (view) (download) (annotate) - [select for diffs]
Wed Dec 27 21:19:25 2006 UTC (17 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1424: +1 -0 lines
Diff to previous 1.1424
*** empty log message ***


Revision 1.1424 - (view) (download) (annotate) - [select for diffs]
Wed Dec 27 21:18:45 2006 UTC (17 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1423: +10 -0 lines
Diff to previous 1.1423
*** empty log message ***


Revision 1.1423 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 19:09:42 2006 UTC (17 years, 4 months ago) by cyd
Branch: MAIN
Changes since 1.1422: +5 -1 lines
Diff to previous 1.1422
< and > have been switched for the Calendar.


Revision 1.1422 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 21:49:21 2006 UTC (17 years, 4 months ago) by nickrob
Branch: MAIN
Changes since 1.1421: +2 -1 lines
Diff to previous 1.1421
*** empty log message ***


Revision 1.1421 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 11:38:12 2006 UTC (17 years, 4 months ago) by kfstorm
Branch: MAIN
Changes since 1.1420: +4 -0 lines
Diff to previous 1.1420
*** empty log message ***


Revision 1.1420 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 16:05:25 2006 UTC (17 years, 4 months ago) by kfstorm
Branch: MAIN
Changes since 1.1419: +2 -2 lines
Diff to previous 1.1419
*** empty log message ***


Revision 1.1419 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 15:41:24 2006 UTC (17 years, 4 months ago) by kfstorm
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_92
Changes since 1.1418: +3 -1 lines
Diff to previous 1.1418
*** empty log message ***


Revision 1.1418 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 10:18:56 2006 UTC (17 years, 4 months ago) by rfrancoise
Branch: MAIN
Changes since 1.1417: +1 -1 lines
Diff to previous 1.1417
Fix typos.


Revision 1.1417 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 09:24:45 2006 UTC (17 years, 4 months ago) by kfstorm
Branch: MAIN
Changes since 1.1416: +10 -4 lines
Diff to previous 1.1416
*** empty log message ***


Revision 1.1416 - (view) (download) (annotate) - [select for diffs]
Sun Dec 17 20:16:00 2006 UTC (17 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1415: +1 -0 lines
Diff to previous 1.1415
*** empty log message ***


Revision 1.1415 - (view) (download) (annotate) - [select for diffs]
Sun Dec 17 20:15:52 2006 UTC (17 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1414: +1 -1 lines
Diff to previous 1.1414
*** empty log message ***


Revision 1.1414 - (view) (download) (annotate) - [select for diffs]
Sun Dec 17 20:15:40 2006 UTC (17 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1413: +3 -0 lines
Diff to previous 1.1413
*** empty log message ***


Revision 1.690.2.138 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 03:56:12 2006 UTC (17 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.690.2.137: +5 -5 lines
Diff to previous 1.690.2.137 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 545-562)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - erc-iswitchb: Temporarily enable iswitchb mode

 * gnus--rel--5.10  (patch 172-176)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice.

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-36


Revision 1.690.2.137 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 03:52:43 2006 UTC (17 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.690.2.136: +23 -7 lines
Diff to previous 1.690.2.136 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 523-544)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 168-171)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-35


Revision 1.841.2.107 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 01:29:23 2006 UTC (17 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.106: +5 -5 lines
Diff to previous 1.841.2.106 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 545-562)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - erc-iswitchb: Temporarily enable iswitchb mode

 * gnus--rel--5.10  (patch 172-176)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice.

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-156


Revision 1.1413 - (view) (download) (annotate) - [select for diffs]
Sun Dec 10 00:54:30 2006 UTC (17 years, 4 months ago) by kfstorm
Branch: MAIN
Changes since 1.1412: +5 -5 lines
Diff to previous 1.1412
Clarify kmacro package.


Revision 1.841.2.106 - (view) (download) (annotate) - [select for diffs]
Thu Dec 7 04:14:13 2006 UTC (17 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.105: +23 -7 lines
Diff to previous 1.841.2.105 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 523-544)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 168-171)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-150


Revision 1.1412 - (view) (download) (annotate) - [select for diffs]
Wed Dec 6 16:00:01 2006 UTC (17 years, 4 months ago) by kfstorm
Branch: MAIN
Changes since 1.1411: +1 -0 lines
Diff to previous 1.1411
*** empty log message ***


Revision 1.1411 - (view) (download) (annotate) - [select for diffs]
Wed Dec 6 15:59:45 2006 UTC (17 years, 4 months ago) by kfstorm
Branch: MAIN
Changes since 1.1410: +1 -1 lines
Diff to previous 1.1410
*** empty log message ***


Revision 1.1410 - (view) (download) (annotate) - [select for diffs]
Tue Dec 5 14:34:46 2006 UTC (17 years, 4 months ago) by lektu
Branch: MAIN
Changes since 1.1409: +5 -5 lines
Diff to previous 1.1409
(Changes to cmuscheme): Mention the alternative for `~/.emacs_SCHEMEPROG'
which is `~/.emacs.d/init_SCHEMEPROG.scm'.
(Init file changes): Same for `~/.emacs_SHELL' versus
`~/.emacs.d/init_SHELL.sh'.


Revision 1.690.2.136 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 12:19:25 2006 UTC (17 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.690.2.135: +10 -6 lines
Diff to previous 1.690.2.135 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 505-522)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: etc/TUTORIAL.cn: Updated.
   - Merge from erc--emacs--22

 * gnus--rel--5.10  (patch 164-167)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-33


Revision 1.690.2.135 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 12:13:39 2006 UTC (17 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.690.2.134: +4 -0 lines
Diff to previous 1.690.2.134 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 476-490)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 153-160)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-31


Revision 1.690.2.134 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 12:11:06 2006 UTC (17 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.690.2.133: +29 -1 lines
Diff to previous 1.690.2.133 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 447-475)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 141-152)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-30


Revision 1.1409 - (view) (download) (annotate) - [select for diffs]
Fri Dec 1 13:36:26 2006 UTC (17 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.1408: +15 -0 lines
Diff to previous 1.1408
Document the warning in lazy-lock.


Revision 1.1408 - (view) (download) (annotate) - [select for diffs]
Tue Nov 28 20:14:52 2006 UTC (17 years, 5 months ago) by nickrob
Branch: MAIN
Changes since 1.1407: +1 -1 lines
Diff to previous 1.1407
*** empty log message ***


Revision 1.841.2.86.2.15 - (view) (download) (annotate) - [select for diffs]
Tue Nov 21 10:49:14 2006 UTC (17 years, 5 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.14: +10 -6 lines
Diff to previous 1.841.2.86.2.14 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 505-522)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: etc/TUTORIAL.cn: Updated.
   - Merge from erc--emacs--22

 * emacs--unicode--0  (patch 137)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 164-167)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-48


Revision 1.841.2.105 - (view) (download) (annotate) - [select for diffs]
Tue Nov 21 08:56:36 2006 UTC (17 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.104: +10 -6 lines
Diff to previous 1.841.2.104 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 505-522)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: etc/TUTORIAL.cn: Updated.
   - Merge from erc--emacs--22

 * gnus--rel--5.10  (patch 164-167)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-137


Revision 1.1407 - (view) (download) (annotate) - [select for diffs]
Mon Nov 20 06:50:29 2006 UTC (17 years, 5 months ago) by miles
Branch: MAIN
Changes since 1.1406: +2 -2 lines
Diff to previous 1.1406
Merge from erc--emacs--22

Merge from my ERC Emacs 22 integration branch.  The version is now "5.2
stable pre-release".  This will probably be the last change to the
version of ERC in Emacs 22 before the release, pending any bugfixes.  For
details on the changes, see the lisp/erc/ChangeLog file.

Note that ERC is now invoked with M-x erc, not M-x erc-select.  If you
were using the old `erc' function programmatically, use `erc-open'
instead.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-520
Creator:  Michael Olson <mwolson@gnu.org>


Revision 1.1406 - (view) (download) (annotate) - [select for diffs]
Sat Nov 18 20:58:52 2006 UTC (17 years, 5 months ago) by cyd
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_91
Changes since 1.1405: +5 -2 lines
Diff to previous 1.1405
Addition of INSIDE_EMACS, and deprecation of EMACS.


Revision 1.1405 - (view) (download) (annotate) - [select for diffs]
Tue Nov 14 20:00:43 2006 UTC (17 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.1404: +2 -1 lines
Diff to previous 1.1404
Mention find-file where C-x C-f RET change is described.


Revision 1.1404 - (view) (download) (annotate) - [select for diffs]
Mon Nov 13 05:29:40 2006 UTC (17 years, 5 months ago) by wohler
Branch: MAIN
Changes since 1.1403: +1 -1 lines
Diff to previous 1.1403
Update for MH-E release 8.0.3.


Revision 1.841.2.104 - (view) (download) (annotate) - [select for diffs]
Mon Oct 30 08:54:40 2006 UTC (17 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.103: +4 -0 lines
Diff to previous 1.841.2.103 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 476-489)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 153-160)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-127


Revision 1.841.2.86.2.14 - (view) (download) (annotate) - [select for diffs]
Mon Oct 30 08:35:53 2006 UTC (17 years, 5 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.13: +4 -0 lines
Diff to previous 1.841.2.86.2.13 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 476-489)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 126-127)

   - Update from CVS
   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 153-160)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-44


Revision 1.1403 - (view) (download) (annotate) - [select for diffs]
Sat Oct 28 22:02:20 2006 UTC (17 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.1402: +4 -0 lines
Diff to previous 1.1402
New package cal-html.el.


Revision 1.841.2.86.2.13 - (view) (download) (annotate) - [select for diffs]
Fri Oct 20 02:47:53 2006 UTC (17 years, 6 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.12: +6 -0 lines
Diff to previous 1.841.2.86.2.12 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 460-475)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 118-120)
 * gnus--rel--5.10  (patch 145-152)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-41


Revision 1.841.2.86.2.12 - (view) (download) (annotate) - [select for diffs]
Wed Oct 18 02:34:31 2006 UTC (17 years, 6 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.11: +23 -1 lines
Diff to previous 1.841.2.86.2.11 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 447-459)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 115-117)
 * gnus--rel--5.10  (patch 141-144)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-40


Revision 1.841.2.103 - (view) (download) (annotate) - [select for diffs]
Sun Oct 15 02:54:11 2006 UTC (17 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.102: +6 -0 lines
Diff to previous 1.841.2.102 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 460-475)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 145-152)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-118


Revision 1.1402 - (view) (download) (annotate) - [select for diffs]
Fri Oct 13 14:26:25 2006 UTC (17 years, 6 months ago) by cyd
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_90
Changes since 1.1401: +6 -0 lines
Diff to previous 1.1401
%c and %l constructs are now ignored in frame-title-format.


Revision 1.841.2.102 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 05:04:18 2006 UTC (17 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.101: +23 -1 lines
Diff to previous 1.841.2.101 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 447-459)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 141-144)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-115


Revision 1.1401 - (view) (download) (annotate) - [select for diffs]
Wed Sep 27 02:38:13 2006 UTC (17 years, 7 months ago) by viniciusjl
Branch: MAIN
Changes since 1.1400: +13 -0 lines
Diff to previous 1.1400
ebnf2ps changes.


Revision 1.1400 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 23:38:23 2006 UTC (17 years, 7 months ago) by kfstorm
Branch: MAIN
Changes since 1.1399: +4 -0 lines
Diff to previous 1.1399
*** empty log message ***


Revision 1.1399 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 12:39:11 2006 UTC (17 years, 7 months ago) by kfstorm
Branch: MAIN
Changes since 1.1398: +6 -1 lines
Diff to previous 1.1398
Add window-line-height.


Revision 1.690.2.133 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:50:35 2006 UTC (17 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.132: +71 -42 lines
Diff to previous 1.690.2.132 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 438-446)

   - Update from CVS
   - lisp/url/url-methods.el: Fix format error when http_proxy is empty string
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 137-140)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-29


Revision 1.690.2.132 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:47:29 2006 UTC (17 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.131: +41 -8 lines
Diff to previous 1.690.2.131 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 399-437)

   - Update from CVS
   - Rcirc update from Ryan Yeske
   - Merge from gnus--rel--5.10
   - Miscellaneous tq-related fixes.

 * gnus--rel--5.10  (patch 126-136)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-28


Revision 1.690.2.131 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:44:06 2006 UTC (17 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.130: +42 -11 lines
Diff to previous 1.690.2.130 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 383-398)

   - Update from CVS
   - Update from erc--emacs--22
   - Fix ERC bug introduced in last patch
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 123-125)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-27


Revision 1.690.2.130 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:42:08 2006 UTC (17 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.129: +30 -3 lines
Diff to previous 1.690.2.129 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 358-382)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Merge from erc--emacs--21

 * gnus--rel--5.10  (patch 118-122)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-26


Revision 1.690.2.129 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:39:41 2006 UTC (17 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.128: +34 -4 lines
Diff to previous 1.690.2.128 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 343-357)

   - Update from CVS
   - Update for ERC 5.1.3.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 113-117)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-25


Revision 1.690.2.128 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:36:11 2006 UTC (17 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.127: +30 -11 lines
Diff to previous 1.690.2.127 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 320-342)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - lisp/play/cookie1.el (cookie): Work properly when there's only one entry
   - Add note about "link" button-class to etc/TODO

 * gnus--rel--5.10  (patch 108-112)

   - Merge from emacs--devo--0
   - Clean up merge mistakes
   - Update from CVS
   - Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo.

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-24


Revision 1.841.2.86.2.11 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:07:43 2006 UTC (17 years, 7 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.10: +71 -42 lines
Diff to previous 1.841.2.86.2.10 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 437-446)

   - Update from CVS
   - lisp/url/url-methods.el: Fix format error when http_proxy is empty string
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 111)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 137-140)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-38


Revision 1.841.2.101 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:04:21 2006 UTC (17 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.100: +71 -42 lines
Diff to previous 1.841.2.100 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 437-446)

   - Update from CVS
   - lisp/url/url-methods.el: Fix format error when http_proxy is empty string
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 137-140)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-111


Revision 1.1398 - (view) (download) (annotate) - [select for diffs]
Mon Sep 18 16:42:34 2006 UTC (17 years, 7 months ago) by jhd
Branch: MAIN
Changes since 1.1397: +1 -1 lines
Diff to previous 1.1397
Rename x-use-old-gtk-file-dialog to x-gtk-use-old-file-dialog.


Revision 1.1397 - (view) (download) (annotate) - [select for diffs]
Sat Sep 16 10:35:47 2006 UTC (17 years, 7 months ago) by eliz
Branch: MAIN
Changes since 1.1396: +62 -54 lines
Diff to previous 1.1396
Update the `allout' entry.


Revision 1.1396 - (view) (download) (annotate) - [select for diffs]
Fri Sep 15 07:19:15 2006 UTC (17 years, 7 months ago) by dak
Branch: MAIN
Changes since 1.1395: +6 -0 lines
Diff to previous 1.1395
* NEWS: explain new behavior and arguments of `key-binding' and
`command-remapping'.

* keymaps.texi (Active Keymaps): Adapt description to use
`get-char-property' instead `get-text-property'.  Explain how
mouse events change this.  Explain the new optional argument of
`key-binding' and its mouse-dependent lookup.
(Searching Keymaps): Adapt description similarly.  Explain the new
optional argument of `command-remapping'.

* Makefile.in (keymap.o): Add "keymap.h" and "window.h"
dependencies.

* keymap.c: include "window.h".
(Fcommand_remapping): New optional POSITION argument.
(Fkey_binding): New optional POSITION argument.  Completely rework
handling of mouse clicks to get the same order of keymaps as
`read-key-sequence' and heed POSITION.  Also temporarily switch
buffers to location of mouse click and back.

* keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping'
for additional argument.
(parse_menu_item): Adjust call of `Fkey_binding' for additional
argument.
(read_key_sequence): If there are both `local-map' and `keymap'
text properties at some buffer position, heed both.

* keymap.h: Declare additional optional arguments of
`Fcommand_remapping' and `Fkey_binding'.


Revision 1.1395 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 17:52:57 2006 UTC (17 years, 7 months ago) by cyd
Branch: MAIN
Changes since 1.1394: +15 -0 lines
Diff to previous 1.1394
+ Disqualification of aberrent topics in allout.el


Revision 1.841.2.86.2.10 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 09:38:59 2006 UTC (17 years, 7 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.9: +23 -8 lines
Diff to previous 1.841.2.86.2.9 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 423-436)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 109-110)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 131-136)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-37


Revision 1.841.2.100 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 09:23:56 2006 UTC (17 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.99: +23 -8 lines
Diff to previous 1.841.2.99 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 427-436)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 134-136)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-110


Revision 1.1394 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 16:43:23 2006 UTC (17 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.1393: +8 -0 lines
Diff to previous 1.1393
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
variable now defaults to Emacs's absolute file name, instead of
to "t".
* etc/PROBLEMS: Adjust tcsh advice for this.
* make-dist (EMACS): Exit and fail if the EMACS environment
variable is set to something other than an absolute file name.
* lisp/comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
not to "t".
* lisp/progmodes/compile.el (compilation-start): Likewise.
* lisp/progmodes/idlwave.el (idlwave-rescan-asynchronously):
Don't use expand-file-name on invocation-directory, since this
might mishandle special characters in invocation-directory.
* man/faq.texi (Escape sequences in shell output): EMACS is now set
to Emacs's absolute file name, not to "t".
(^M in the shell buffer): Likewise.
* man/misc.texi (Interactive Shell): Likewise.


Revision 1.1393 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 13:48:42 2006 UTC (17 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.1392: +6 -5 lines
Diff to previous 1.1392
Clarify.


Revision 1.1392 - (view) (download) (annotate) - [select for diffs]
Fri Sep 8 12:04:33 2006 UTC (17 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.1391: +4 -0 lines
Diff to previous 1.1391
*** empty log message ***


Revision 1.1391 - (view) (download) (annotate) - [select for diffs]
Wed Sep 6 13:01:57 2006 UTC (17 years, 7 months ago) by kfstorm
Branch: MAIN
Changes since 1.1390: +5 -0 lines
Diff to previous 1.1390
*** empty log message ***


Revision 1.1390 - (view) (download) (annotate) - [select for diffs]
Wed Sep 6 10:35:12 2006 UTC (17 years, 7 months ago) by kfstorm
Branch: MAIN
Changes since 1.1389: +0 -3 lines
Diff to previous 1.1389
fringe.el is now pre-loaded.


Revision 1.841.2.86.2.9 - (view) (download) (annotate) - [select for diffs]
Tue Sep 5 03:07:30 2006 UTC (17 years, 7 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.8: +7 -0 lines
Diff to previous 1.841.2.86.2.8 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 414-422)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 108)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 128-130)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-36


Revision 1.841.2.99 - (view) (download) (annotate) - [select for diffs]
Tue Sep 5 02:54:21 2006 UTC (17 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.98: +7 -0 lines
Diff to previous 1.841.2.98 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 414-422)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 128-130)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-108


Revision 1.1389 - (view) (download) (annotate) - [select for diffs]
Fri Sep 1 13:36:35 2006 UTC (17 years, 7 months ago) by cyd
Branch: MAIN
Changes since 1.1388: +7 -0 lines
Diff to previous 1.1388
Document `buffer-chars-modified-tick'


Revision 1.841.2.98 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 04:33:44 2006 UTC (17 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.97: +11 -0 lines
Diff to previous 1.841.2.97 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 399-413)

   - Update from CVS
   - Rcirc update from Ryan Yeske
   - Merge from gnus--rel--5.10
   - Miscellaneous tq-related fixes.

 * gnus--rel--5.10  (patch 126-127)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-105


Revision 1.841.2.86.2.8 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 04:30:16 2006 UTC (17 years, 8 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.7: +11 -0 lines
Diff to previous 1.841.2.86.2.7 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 399-413)

   - Update from CVS
   - Rcirc update from Ryan Yeske
   - Merge from gnus--rel--5.10
   - Miscellaneous tq-related fixes.

 * emacs--unicode--0  (patch 105)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 126-127)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-32


Revision 1.841.2.86.2.7 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 04:15:54 2006 UTC (17 years, 8 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.6: +42 -11 lines
Diff to previous 1.841.2.86.2.6 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 382-398)

   - Update from CVS
   - Update from erc--emacs--22
   - Fix ERC bug introduced in last patch
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 101-104)

   - Merge from emacs--devo--0
   - Update from CVS

 * gnus--rel--5.10  (patch 123-125)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-31


Revision 1.1388 - (view) (download) (annotate) - [select for diffs]
Thu Aug 24 21:18:13 2006 UTC (17 years, 8 months ago) by kfstorm
Branch: MAIN
Changes since 1.1387: +7 -0 lines
Diff to previous 1.1387
*** empty log message ***


Revision 1.1387 - (view) (download) (annotate) - [select for diffs]
Sun Aug 20 12:13:55 2006 UTC (17 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.1386: +4 -0 lines
Diff to previous 1.1386
*** empty log message ***


Revision 1.841.2.97 - (view) (download) (annotate) - [select for diffs]
Wed Aug 16 14:08:48 2006 UTC (17 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.96: +42 -11 lines
Diff to previous 1.841.2.96 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 382-398)

   - Update from CVS
   - Update from erc--emacs--22
   - Fix ERC bug introduced in last patch
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 123-125)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-101


Revision 1.1386 - (view) (download) (annotate) - [select for diffs]
Sat Aug 12 12:38:38 2006 UTC (17 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.1385: +37 -8 lines
Diff to previous 1.1385
Update the Allout entries.


Revision 1.1385 - (view) (download) (annotate) - [select for diffs]
Thu Aug 10 20:07:08 2006 UTC (17 years, 8 months ago) by rfrancoise
Branch: MAIN
Changes since 1.1384: +5 -3 lines
Diff to previous 1.1384
Mention that zone-mode.el is now obsolete.


Revision 1.841.2.86.2.6 - (view) (download) (annotate) - [select for diffs]
Thu Aug 3 23:21:28 2006 UTC (17 years, 8 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.5: +30 -3 lines
Diff to previous 1.841.2.86.2.5 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 357-381)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - Merge from erc--emacs--21

 * emacs--unicode--0  (patch 98)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 116-122)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-28


Revision 1.841.2.96 - (view) (download) (annotate) - [select for diffs]
Thu Aug 3 11:45:22 2006 UTC (17 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.95: +30 -3 lines
Diff to previous 1.841.2.95 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 357-381)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - Merge from erc--emacs--21

 * gnus--rel--5.10  (patch 116-122)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-98


Revision 1.1384 - (view) (download) (annotate) - [select for diffs]
Thu Aug 3 07:14:39 2006 UTC (17 years, 8 months ago) by monnier
Branch: MAIN
Changes since 1.1383: +5 -0 lines
Diff to previous 1.1383
(font-lock-beg, font-lock-end, font-lock-extend-region-functions): New vars.
(font-lock-extend-region-multiline)
(font-lock-extend-region-wholelines): New functions.
(font-lock-default-fontify-region): Use them.
(font-lock-extend-jit-lock-region-after-change): Only round up
if font-lock-default-fontify-region will do it as well.


Revision 1.1383 - (view) (download) (annotate) - [select for diffs]
Tue Aug 1 00:49:28 2006 UTC (17 years, 8 months ago) by handa
Branch: MAIN
Changes since 1.1382: +4 -2 lines
Diff to previous 1.1382
(find-operation-coding-system): Describe the more detail of
the change.


Revision 1.1382 - (view) (download) (annotate) - [select for diffs]
Sat Jul 29 11:51:47 2006 UTC (17 years, 9 months ago) by rsteib
Branch: MAIN
Changes since 1.1381: +1 -2 lines
Diff to previous 1.1381
Fix typo.


Revision 1.1381 - (view) (download) (annotate) - [select for diffs]
Sat Jul 29 10:48:30 2006 UTC (17 years, 9 months ago) by eliz
Branch: MAIN
Changes since 1.1380: +8 -0 lines
Diff to previous 1.1380
Document the change in position policy on MS-Windows.


Revision 1.1380 - (view) (download) (annotate) - [select for diffs]
Wed Jul 26 18:28:57 2006 UTC (17 years, 9 months ago) by cyd
Branch: MAIN
Changes since 1.1379: +6 -0 lines
Diff to previous 1.1379
New arg for `read-event', `read-char', and `read-char-exclusive'


Revision 1.1379 - (view) (download) (annotate) - [select for diffs]
Sat Jul 22 21:22:52 2006 UTC (17 years, 9 months ago) by monnier
Branch: MAIN
Changes since 1.1378: +2 -0 lines
Diff to previous 1.1378
(Fdefine_key): If the key binding definition looks like an
XEmacs-style key sequence, convert it to Emacs's format.


Revision 1.1378 - (view) (download) (annotate) - [select for diffs]
Sat Jul 22 10:56:33 2006 UTC (17 years, 9 months ago) by eliz
Branch: MAIN
Changes since 1.1377: +5 -0 lines
Diff to previous 1.1377
Document use of EMAIL.


Revision 1.841.2.86.2.5 - (view) (download) (annotate) - [select for diffs]
Thu Jul 20 23:58:19 2006 UTC (17 years, 9 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.4: +34 -4 lines
Diff to previous 1.841.2.86.2.4 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 343-356)

   - Update from CVS
   - Update for ERC 5.1.3.
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 90-91)
 * gnus--rel--5.10  (patch 113-115)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-23


Revision 1.841.2.95 - (view) (download) (annotate) - [select for diffs]
Wed Jul 19 00:42:53 2006 UTC (17 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.94: +34 -4 lines
Diff to previous 1.841.2.94 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 343-356)

   - Update from CVS
   - Update for ERC 5.1.3.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 113-115)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-90


Revision 1.1377 - (view) (download) (annotate) - [select for diffs]
Mon Jul 17 21:07:29 2006 UTC (17 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.1376: +6 -0 lines
Diff to previous 1.1376
*** empty log message ***


Revision 1.1376 - (view) (download) (annotate) - [select for diffs]
Fri Jul 14 23:29:43 2006 UTC (17 years, 9 months ago) by kfstorm
Branch: MAIN
Changes since 1.1375: +2 -0 lines
Diff to previous 1.1375
Mention that kbd macro has existed since Emacs 20.1.


Revision 1.1375 - (view) (download) (annotate) - [select for diffs]
Fri Jul 14 11:28:20 2006 UTC (17 years, 9 months ago) by eliz
Branch: MAIN
Changes since 1.1374: +14 -2 lines
Diff to previous 1.1374
Update the Allout entry


Revision 1.1374 - (view) (download) (annotate) - [select for diffs]
Tue Jul 11 11:03:11 2006 UTC (17 years, 9 months ago) by pot
Branch: MAIN
Changes since 1.1373: +2 -0 lines
Diff to previous 1.1373
**** In C and derived languages, etags creates tags for #undef


Revision 1.1373 - (view) (download) (annotate) - [select for diffs]
Tue Jul 11 00:48:06 2006 UTC (17 years, 9 months ago) by kfstorm
Branch: MAIN
Changes since 1.1372: +6 -2 lines
Diff to previous 1.1372
*** empty log message ***


Revision 1.1372 - (view) (download) (annotate) - [select for diffs]
Sun Jul 9 01:56:32 2006 UTC (17 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.1371: +4 -0 lines
Diff to previous 1.1371
*** empty log message ***


Revision 1.841.2.86.2.4 - (view) (download) (annotate) - [select for diffs]
Fri Jul 7 03:05:35 2006 UTC (17 years, 9 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.3: +30 -11 lines
Diff to previous 1.841.2.86.2.3 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 320-342)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - lisp/play/cookie1.el (cookie): Work properly when there's only one entry
   - Add note about "link" button-class to etc/TODO

 * emacs--unicode--0  (patch 86-87)

   - Merge from emacs--devo--0
   - Update from CVS

 * gnus--rel--5.10  (patch 108-112)

   - Merge from emacs--devo--0
   - Clean up merge mistakes
   - Update from CVS
   - Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo.

2006-07-05  Romain Francoise  <romain@orebokech.com>

   * make-dist (top-level): Add CONTRIBUTE.

2006-07-04  Richard Stallman  <rms@gnu.org>

   * CONTRIBUTE: Much rewrite.

2006-07-04  Nick Roberts  <nickrob@snap.net.nz>

   * CONTRIBUTE: New file.

2006-06-25  Kim F. Storm  <storm@cua.dk>

   * AUTHORS: Regenerate.

2006-06-24  Eli Zaretskii  <eliz@gnu.org>

   * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.

2006-06-27  Chong Yidong  <cyd@stupidchicken.com>

   * admin/FOR-RELEASE: Checking of info.texi done.

2006-07-05  Kenichi Handa  <handa@m17n.org>

   * etc/HELLO: Add a paragraph for non-ASCII examples at the head. Add
   Bulgarian and Hungarian.  Add more "hello"s to Danish and Swedish.

2006-07-03  Bill Wohler  <wohler@newt.com>

   Release MH-E version 8.0.2.

   * etc/NEWS, etc/MH-E-NEWS: Update for MH-E release 8.0.2.

2006-07-03  Carsten Dominik  <dominik@science.uva.nl>

   * etc/orgcard.tex (section{Agenda Views}): Document `s' key to save
   all org-mode buffers.

2006-06-30  Francesco Potort,Al(B  <pot@gnu.org>

   * etc/etags.1: -m and -M options do not exist.

2006-06-29  Carsten Dominik  <dominik@science.uva.nl>

   * etc/orgcard.tex (section{Structure Editing}): Document checkbox
   toggling.

2006-06-28  Juri Linkov  <juri@jurta.org>

   * etc/grep.txt (Local Variables): Move to end of file.

2006-06-28  Reiner Steib  <Reiner.Steib@gmx.de>

   * etc/Makefile: Add rules for refcards.

   * etc/de-refcard.ps, etc/fr-refcard.ps, etc/pt-br-refcard.ps: Regenerate.

2006-06-24  Nick Roberts  <nickrob@snap.net.nz>

   * etc/NEWS: Remove duplicate entries.

2006-06-23  Carsten Dominik  <dominik@science.uva.nl>

   * etc/orgcard.tex (section{LaTeX and cdlatex-mode}): New section.

2006-06-23  Kim F. Storm  <storm@cua.dk>

   * etc/DEBUG: Mention `pv variable' to print value of Lisp variables.
   Mention `xpr' and fix example to use it.  Add section describing
   commands such as `pit' that are useful for debugging redisplay
   related problems.

2006-06-22  Kim F. Storm  <storm@cua.dk>

   * etc/HELLO (Local Variables): Move to end of file.

2006-06-20  Bill Wohler  <wohler@newt.com>

   Release MH-E version 8.0.1.

   * etc/NEWS, etc/MH-E-NEWS: Update for MH-E release 8.0.1.

2006-07-07  Kenichi Handa  <handa@m17n.org>

   * etc/HELLO: Sync with HEAD.

2006-07-05  Richard Stallman  <rms@gnu.org>

   * lisp/files.el (abbreviate-file-name): Add save-match-data.

2006-07-03  Richard Stallman  <rms@gnu.org>

   * lisp/faces.el (read-face-name): Doc fix.

2006-07-05  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/net/goto-addr.el (goto-address): Mark as safe for local evals.

2006-07-05  Andre Spiegel  <spiegel@gnu.org>

   * lisp/vc.el (vc-diff-internal): Fix prev change.

2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>

   * lisp/emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
   * lisp/play/dunnet.el (dun-load-d, dun-eval): Likewise.

2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/thingatpt.el (symbol-at-point): Don't use `form-at-point' which
   fails if the symbol contains chars like ( or '.
   (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
   (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
   `short'.

2006-07-04  Kenichi Handa  <handa@m17n.org>

   * lisp/international/mule-cmds.el (set-language-info): If LANG-ENV is
   the current one, don't call set-language-environment, but call one
   of set-language-environment-XXX to make INFO effective now.
   (set-language-environment): Call set-language-environment-XXX
   functions instead of doing the various setups directly.
   (set-language-environment-coding-systems): Delete argument eol-type.
   (set-language-environment-input-method)
   (set-language-environment-nonascii-translation)
   (set-language-environment-charset)
   (set-language-environment-fontset)
   (set-language-environment-unibyte): New functions.

2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>

   * lisp/locate.el (locate-update-when-revert): New option.
   (locate-update-path): New option (suggested by Michael Albinus).
   (locate-prompt-for-command): Whitespace change.
   (locate-update): No longer offer to update the locate database by
   default.  Implement the two new options.

2006-07-04  Nick Roberts  <nickrob@snap.net.nz>

   * lisp/tooltip.el: Move comment about track-mouse...

   * lisp/progmodes/gud.el: ...to here.

2006-07-03  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/facemenu.el (facemenu-listed-faces): New var.
   (facemenu-unlisted-faces): Variable deleted.
   (facemenu-add-new-face): Use facemenu-listed-faces.

   * lisp/emulation/viper-init.el, lisp/calendar/calendar.el:
   * lisp/progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.

2006-07-03  Carsten Dominik  <dominik@science.uva.nl>

   * lisp/textmodes/org.el (org-mode): Remove no invalid settings for
   calc embedded mode.
   (org-mode-p): New defsubst.
   (org-save-all-org-buffers): New function.
   (org-first-headline-recenter): Enclose outline-regexp in group
   delimiters.
   (org-set-tags): Keep single space after stars.

2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/window.el (set-window-text-height): Only set window-min-height to
   1 if that's the requested size.

   * lisp/diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
   (diff-unified->context, diff-context->unified)
   (diff-reverse-direction): Make sure the end marker stays at the end.
   (diff-mode): Add the keymap table at the end of docstring.
   Use lexical-let rather than constructing a closure manually.

   * lisp/files.el (find-file-noselect-1): Remove unused var assignment.
   (hack-local-variables-confirm): Print lists of strings as lists of
   strings rather than lists of symbols.
   (abbreviate-file-name, hack-local-variables-prop-line):
   Use match-string.
   (hack-one-local-variable): Move `make-local-variable' nearer its use.
   (recover-session-finish): Use line-end-position.

2006-07-02  Michael Albinus  <michael.albinus@gmx.de>

   * lisp/net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.

2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>

   * lisp/progmodes/make-mode.el (makefile-macroassign-regex):
   Accept preceding keyword.
   (makefile-gmake-statements): Reorganize, now that makepp has
   "override" and also handle forgotten "override define".
   (makefile-makepp-statements): Add new "global", "override export"
   and "override global".

2006-06-30  Juanma Barranquero  <lekktu@gmail.com>

   * lisp/progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
   (ada-compile-mouse-goto-error, ada-deactivate-properties)
   (ada-no-auto-case): Fix typos in docstrings.

2006-06-30  Nick Roberts  <nickrob@snap.net.nz>

   * lisp/info.el (Info-find-node-2): Search for makeinfo version more
   carefully.

2006-06-29  Carsten Dominik  <dominik@science.uva.nl>

   * lisp/textmodes/org.el (org-prepare-agenda-buffers):
   Use `invisible-OK' argument for `org-end-of-subtree'.
   (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
   (org-beginning-of-item): Fix bug in regular expression for white line.
   (org-export-as-html): Enforce space after bullet in plain list items.
   (org-set-autofill-regexps): Require space after plain list bullet
   for paragraph-start.
   (org-ts-regexp3): New constant.
   (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
   (org-timestamp-up-day, org-timestamp-down-day)
   (org-timestamp-change): Work with inactive timestamps.
   (org-ts-regexp1): Don't allow brackets in time stamps.

2006-06-29  Nick Roberts  <nickrob@snap.net.nz>

   * lisp/help-mode.el (help-xref-symbol-regexp): Add property as a keyword
   for ignoring links.

   * lisp/faces.el (read-face-name): Use it.

2006-06-28  Juri Linkov  <juri@jurta.org>

   * lisp/buff-menu.el (list-buffers-noselect): Compare Info file
   with the string "dir" to detect Info directory.

   * lisp/complete.el (partial-completion-mode): In lambda for
   `choose-completion-string-functions' use full function signature
   with 4 args, and move point to the end of the minibuffer only if arg
   `mini-p' is non-nil.

2006-06-28  John Paul Wallington  <jpw@pobox.com>

   * lisp/ibuffer.el (ibuffer-mode): Doc fix.

2006-06-28  Carsten Dominik  <dominik@science.uva.nl>

   * lisp/textmodes/org.el (org-context): New contexts :item-bullet,
   :latex-fragment, :latex-preview.
   (org-overlays-at, org-overlay-start, org-overlay-end):
   New compatibility functions.
   (org-inside-LaTeX-fragment-p): More accurate matching, using the
   exact regexp that will be used during export.
   (org-latex-regexps): New variable.
   (org-cdlatex-mode): Improve advice for `texmathp'.
   (turn-on-org-cdlatex): New function.

2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>

   * lisp/term/mac-win.el (mac-handle-font-selection): Change keys of
   mac-atsu-font-table from strings to numbers.
   (mac-ts-caret-position): Use also when cursor-type is nil.
   (mac-ts-update-active-input-area): Add Mac OS Classic support.
   Relax condition for using overlay strings.
   Use mac-ts-caret-position face when cursor-type is nil.

2006-06-26  Kim F. Storm  <storm@cua.dk>

   * lisp/help.el (view-emacs-news): Declare `res' in the right let* form.

2006-06-25  Michael Albinus  <michael.albinus@gmx.de>

   * lisp/net/rcompile.el (remote-compile): Replace ange-ftp based
   implementation by Tramp functions.  Based on a patch published by
   Marc Abramowitz <msabramo@gmail.com>.

   * lisp/net/tramp.el (tramp-unload-tramp): Provide a doc string.

2006-06-24  Yoshinori Koseki  <kose@meadowy.org>

   * lisp/international/fontset.el (setup-default-fontset): Fix a typo in
   the "Oriya-Akruti" registry name.

2006-06-23  Lars Hansen  <larsh@soem.dk>

   * lisp/desktop.el (desktop-full-file-name): New function.
   (desktop-kill, desktop-save, desktop-remove, desktop-read)
   (desktop-revert): Use it.
   (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
   (desktop-after-read-hook): Add option list-buffers.
   (desktop-locals-to-save): Add tab-width.
   (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
   Fix docstring.

2006-06-23  Carsten Dominik  <dominik@science.uva.nl>

   * lisp/textmodes/org.el (org-cdlatex-mode-map)
   (org-cdlatex-texmathp-advice-is-done): New variables.
   (org-cdlatex-mode): New minor mode.
   (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
   (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
   (org-export-with-archived-trees): New option.
   (org-open-file): Remove the call to `convert-standard-filename'.
   (org-archive-tag, org-agenda-skip-archived-trees)
   (org-cycle-open-archived-trees)
   (org-sparse-tree-open-archived-trees): New options.
   (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
   (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
   New functions.
   (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
   (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
   (org-mode-map): Add binding for `org-toggle-archive-tag'.
   (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
   Call `org-prepare-agenda-buffers'.
   (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
   (org-file-apps, org-file-apps-defaults-gnu)
   (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
   Handle remote files by forcing them to be opened in Emacs.

2006-06-23  Andre Spiegel  <spiegel@gnu.org>

   * lisp/vc.el (vc-diff-knows-L): New variable.
   (vc-diff-internal): Use it to handle "diff" programs that don't
   understand -L.  This works automatically, no user action is necessary.

2006-06-23  Daniel Brockman  <daniel@brockman.se>

   * lisp/net/rcirc.el (rcirc-default-user-full-name): Default to
   `rcirc-default-user-name' instead of `rcirc-user-name' (which no
   longer exists).
   (rcirc-process-list): Check `buffer-live-p' before attempting to
   switch to a buffer.

2006-06-23  Ryan Yeske  <rcyeske@gmail.com>

   * lisp/net/rcirc.el (rcirc-mode): Fix initialization of coding systems
   based on rcirc-coding-system-alist.

2006-06-23  Martin Rudalics  <rudalics@gmx.at>

   * lisp/cus-edit.el (customize-apropos): A better error message.
   (top level) <debug-ignored-errors>: Extend and update the list of
   ignored error messages.

2006-06-23  Michael Ernst  <mernst@alum.mit.edu>

   * lisp/complete.el (PC-do-completion): Retain capitalization of user
   input, when possible, even if completion-ignore-case is set.

2006-06-23  Eli Zaretskii  <eliz@gnu.org>

   * lisp/generic-x.el (bat-generic-mode): Support .cmd files.

   * lisp/dos-w32.el (top level): Use find-file-not-found-functions
   instead of the obsolete find-file-not-found-hooks.

2006-06-22  Kim F. Storm  <storm@cua.dk>

   * lisp/progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
   to recognize mode name containing submodes, such as Grep/lw.

2006-06-21  Kim F. Storm  <storm@cua.dk>

   * lisp/simple.el (line-move-1): Check for move-end-of-line instead of
   end-of-line when setting temporary-goal-column.

2006-06-21  Miles Bader  <miles@gnu.org>

   * lisp/play/cookie1.el (cookie): Work properly when there's only one entry.

2006-06-21  Nick Roberts  <nickrob@snap.net.nz>

   * lisp/progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
   (gdb-frame-handler): Generalize frame regexp for templates.

2006-06-20  Glenn Morris  <rgm@gnu.org>

   * lisp/calendar/appt.el (appt-display-format): Default value must be
   one of the customize options.

2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>

   * lisp/term/xterm.el (terminal-init-xterm): Update key availability info.
   Bind C-return.

   * lisp/term.el (term-delete-lines, term-insert-lines): Clarify comments.

2006-06-20  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/files.el (hack-local-variables): Run `hack-local-variables-hook'
   whether or not a local variables list is defined.

   * lisp/msb.el (msb): Move `sit-for' hack here to handle both
   "mouse-down and drag" and "mouse-up and select" situations.
   (mouse-select-buffer): Move `sit-for' hack to `msb'.

2006-07-07  Kenichi Handa  <handa@m17n.org>

   * lisp/international/mule-cmds.el (set-language-info): Fix synching
   with HEAD.
   (set-language-environment): Likewise.
   (standard-display-european-internal): Sync with HEAD.
   (set-language-environment-nonascii-translation): Fix synching with
   HEAD.
   (set-language-environment-fontset): Delete it.
   (set-language-environment-unibyte): Fix synching with HEAD.

2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-diary.el (gnus-user-format-function-d)
   (gnus-user-format-function-D): Autoload.

2006-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>

   * lisp/gnus/gnus-group.el (gnus-group-select-group): Doc fix.
   [ See 2004-05-19 change on the trunk. ]

2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.

2006-07-03  Bill Wohler  <wohler@newt.com>

   Release MH-E version 8.0.2.

   * lisp/mh-e/mh-e.el (Version, mh-version): Update for release 8.0.2.

2006-07-03  Ted Phelps  <phelps@gnusto.com>  (tiny change)

   * lisp/mh-e/mh-tool-bar.el (mh-tool-bar-define): Fix XEmacs' vector-list so
   it refers to the icons in mh-xemacs-icon-map instead of trying to
   declare the icons in situ. This allows mh-tool-bar.el to be
   compiled under XEmacs. Remove initial value for
   mh-tool-bar-folder-buttons, mh-tool-bar-show-buttons,
   mh-tool-bar-letter-buttons. The MH-E icons now appear in XEmacs.
   In mh-tool-bar-init, check for mh-xemacs-use-tool-bar-flag sooner.
   This allows MH-E to be used in XEmacs in a tty (closes SF
   #1506846).

2006-07-03  Bill Wohler  <wohler@newt.com>

   * lisp/mh-e/mh-e.el: Require mh-buffers and mh-compat before mh-xemacs now
   that mh-xemacs needs functions in mh-compat.

2006-06-29  Bill Wohler  <wohler@newt.com>

   * lisp/mh-e/mh-search.el (mh-search, mh-index-group-by-folder): Add "the" in
   loop construct to be consistent with other loops, and because
   edebug doesn't work without it.

2006-06-29  Ted Phelps  <phelps@gnusto.com>  (tiny change)

   * lisp/mh-e/mh-search.el (mh-folder-exists-p): Strip + from folder to avoid
   redundant +s in regexp (closes SF #1514424).

2006-06-29  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)

   * lisp/mh-e/mh-mime.el (mh-mime-save-parts): Add -store option to
   mhn (closes SF #1513140).

2006-06-20  Bill Wohler  <wohler@newt.com>

   Release MH-E version 8.0.1.

   * lisp/mh-e/mh-e.el (Version, mh-version): Update for release 8.0.1.

2006-07-05  Richard Stallman  <rms@gnu.org>

   * lispref/text.texi (Buffer Contents): Add example of text props
   in result of buffer-substring.
   (Text Properties): Explain better about use of specific property names.
   (Property Search): Some cleanups; reorder some functions.

   * lispref/keymaps.texi (Changing Key Bindings): Cleanup.
   Add xref to Key Binding Conventions.

   * lispref/display.texi (Attribute Functions): Add examples for
   face-attribute-relative-p.

   * lispref/tips.texi (Coding Conventions): Cleanup last change.

2006-07-05  Karl Berry  <karl@gnu.org>

   * lispref/elisp.texi: use @fonttextsize 10pt, a la emacs.texi.
   and remove @setchapternewpage odd.
   Result is 1013 pages, down from 1100.

   * lispref/anti.texi, lispref/customize.texi, lispref/display.texi,
   lispref/internals.texi, lispref/minibuf.texi, lispref/modes.texi lispref/tips.texi:
   fix overfull/underfull boxes.

2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>

   * lispref/edebug.texi (Instrumenting):
   Add Edebug-specific findex for eval-buffer.
   * lispref/loading.texi (Loading):
   Replace eval-current-buffer with eval-buffer.

2006-06-30  Nick Roberts  <nickrob@snap.net.nz>

   * lispref/locals.texi (Standard Buffer-Local Variables): Update the list
   of variables.

2006-06-26  Nick Roberts  <nickrob@snap.net.nz>

   * lispref/files.texi (File Name Completion): Point user to the node
   "Reading File Names".

2006-06-24  Eli Zaretskii  <eliz@gnu.org>

   * lispref/files.texi (Contents of Directories): Document case-insensitive
   behavior on respective filesystems.

   * lispref/objects.texi (Character Type): Document that Emacs signals an
   error for unsupported Unicode characters specified as \uNNNN.

2006-07-05  Richard Stallman  <rms@gnu.org>

   * man/faq.texi (Scrolling only one line): Fix xref.

2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>

   * man/building.texi (Lisp Eval):
   * man/faq.texi (Evaluating Emacs Lisp code):
   Throughout, replace eval-current-buffer with eval-buffer.

2006-07-05  Nick Roberts  <nickrob@snap.net.nz>

   * man/mule.texi (Coding Systems, Specify Coding): Link descriptions
   of character translation.

2006-07-04  Nick Roberts  <nickrob@snap.net.nz>

   * man/rmail.texi (Remote Mailboxes): Add missing @code keyword.

2006-07-03  Karl Berry  <karl@gnu.org>

   * man/emacs.texi (\hbadness): Set to 6000 so we aren't bothered by
   not-too-underfull hboxes in the TeX output.
   * man/abbrevs.texi, man/buffers.texi, man/building.texi, man/calendar.texi,
   man/cmdargs.texi, man/custom.texi, man/dired.texi, man/macos.texi,
   man/maintaining.texi, man/misc.texi, man/mule.texi, man/programs.texi, man/rmail.texi,
   man/sending.texi, man/text.texi: fix overfull/underfull boxes.

2006-07-03  Romain Francoise  <romain@orebokech.com>

   * man/m-x.texi (M-x): Fix.

2006-07-03  Richard Stallman  <rms@gnu.org>

   * man/rcirc.texi (Scrolling conservatively): Fix xref.

   * man/pcl-cvs.texi (Viewing differences): Usage fix.

   * man/search.texi (Other Repeating Search): filename -> file name.

   * man/misc.texi (Narrowing): Minor cleanups.

   * man/files.texi (Visiting): filename -> file name.

   * man/emacs.texi (Top): Update subnode menus.

   * man/mule.texi (Coding Systems): Move char translation stuff here.
   (Specify Coding, Output Coding): New nodes, out of Recognize Coding.
   (Recognize Coding): Substantial local rewrites.
   (International): Update menu.

   * man/display.texi (Auto Scrolling): New node, broken out of Scrolling.
   (Scrolling): Substantial local rewrites.
   (Display): Update menu and intro.

   * man/dired.texi: filename -> file name.

   * man/custom.texi (Safe File Variables): Texinfo usage fix.

2006-07-03  Ted Zlatanov  <tzz@lifelogs.com>

   * man/help.texi, man/m-x.texi: Lots of cleanups.

2006-07-03  Carsten Dominik  <dominik@science.uva.nl>

   * man/org.texi (Agenda commands): Document `s' key to save all org-mode
   buffers.

2006-06-30  Eli Zaretskii  <eliz@gnu.org>

   * man/msdog.texi (ls in Lisp, Windows Keyboard, Windows Mouse)
   (Windows Processes, Windows Misc): Shorten the printed version by
   selectively conditioning less important portions by @ifnottex.

2006-06-30  Ralf Angeli  <angeli@caeruleus.net>

   * man/pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
   names.  Mention `cvs-msg' face.

2006-06-29  Carsten Dominik  <dominik@science.uva.nl>

   * man/org.texi (Checkboxes): New section.

2006-06-28  Carsten Dominik  <dominik@science.uva.nl>

   * man/org.texi (Embedded LaTeX): Fix typos and implement small improvements
   throughout this chapter.

2006-06-27  Chong Yidong  <cyd@stupidchicken.com>

   * man/info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
   text for standalone vs Emacs info.
   (Help): Clarify header line description.  Use mouse-1 for clicks.
   (Help-P): Use mouse-1 for clicks.
   (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
   (Help-^L, Help-M, Help-Int, Search Index, Go to node)
   (Choose menu subtopic): Remove gratuitous Emacs command names.
   (Help-FOO): Put usual behavior first.
   (Help-Xref): Clicking on xrefs works in Emacs.
   (Search Text): Clarify what the default behavior is.
   (Create Info buffer): Fix Emacs window/X window confusion.
   (Emacs Info Variables): Fix for new Emacs init file behavior.

2006-06-27  Richard Stallman  <rms@gnu.org>

   * man/mini.texi (Minibuffer File): Minor cleanup.

2006-06-25  Nick Roberts  <nickrob@snap.net.nz>

   * man/frames.texi (XTerm Mouse) Rename to...
   (Text-Only Mouse): ...this.  Mention t-mouse-mode.

   * man/emacs.texi (Top): Use new node name.

2006-06-24  Eli Zaretskii  <eliz@gnu.org>

   * man/emacs.texi (Top): Update the detailed menu according to changes in
   msdog.texi.

   * man/msdog.texi (Windows Keyboard): New section.
   (Windows Mouse): New section.
   (Windows System Menu): Remove section (text merged with "Windows
   Keyboard").
   (Windows Misc): New section.

   * man/dired.texi (Dired Enter): Refer to msdog.texi for ls-lisp emulation.

   * man/msdog.texi (ls in Lisp): New section.

   * man/files.texi (Visiting): Document case-insensitive wildcard matching
   under find-file-wildcards.

2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * man/gnus.texi (Summary Buffer Lines): Fix typo.

2006-06-23  Carsten Dominik  <dominik@science.uva.nl>

   * man/org.texi (Embedded LaTeX): New chapter.
   (Archiving): Section rewritten.
   (Enhancing text): Some parts moved to the new chapter about LaTeX.

2006-06-20  Bill Wohler  <wohler@newt.com>

   Release MH-E manual version 8.0.1.

   * man/mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
   release 8.0.1.
   (Preface): Depend on GNU mailutils 1.0 and higher.

2006-07-05  Chong Yidong  <cyd@stupidchicken.com>

   * src/insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
   clash detection using the base buffer.

   * src/puresize.h (BASE_PURESIZE): Increment to 1210500.

2006-07-04  Kim F. Storm  <storm@cua.dk>

   * src/xterm.c (x_delete_display): Don't free or derefence NULL pointers.

2006-07-04  Kenichi Handa  <handa@m17n.org>

   * src/fontset.c (Fset_overriding_fontspec_internal): Check if we need
   to update Voverriding_fontspec_alist.

2006-07-03  Richard Stallman  <rms@gnu.org>

   * src/xfns.c (Fx_create_frame): Move unwind_create_frame setup down.

   * src/xfaces.c (Fface_attribute_relative_p): Doc fix.

   * src/textprop.c (Fget_char_property_and_overlay): Doc fix.

   * src/eval.c (Fdefvaralias): Doc fix.

2006-07-03  Kim F. Storm  <storm@cua.dk>

   * src/dispnew.c (sit_for): Fix preempt condition.

2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>

   * src/lread.c (read_filtered_event): Treat select-window just like
   switch-frame.

2006-07-02  Kim F. Storm  <storm@cua.dk>

   * src/xdisp.c (display_tool_bar_line): Skip glyphs which are too big
   to ever fit the tool-bar,
   (MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
   (tool_bar_lines_needed): Use unused mode-line row as temp_row.
   (redisplay_tool_bar): Only clear desired matrix if we actually
   change the tool-bar window height.  Only try to make the tool-bar
   window bigger if there is actually room for it.

2006-06-30  Ralf Angeli  <angeli@caeruleus.net>

   * src/w32term.c (x_make_frame_visible): Use SystemParametersInfo with
   SPI_GETWORKAREA to find the dimensions of the screen work area,
   and adjust vertical position of the frame in order to avoid being
   covered by the task bar.

   * src/w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of
   f->left_pos and SH_SHOW instead of f->top_pos in the call to
   CreateWindow.  Record the actual position in f->left_pos and
   f->top_pos.

2006-06-30  John Paul Wallington  <jpw@pobox.com>

   * src/w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>:
   Doc fix - default value has changed.

2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>

   * src/mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.

   * src/macfns.c (Fx_create_frame): Apply 2006-06-24 change for xfns.c.

   * src/macgui.h (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.

   * src/macterm.c (Qeql): Add extern.
   (x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
   (fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
   (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
   Change keys of Vmac_atsu_font_table from strings to numbers.
   (fm_style_to_face_attributes) [USE_ATSUI]: New function.
   (init_font_name_table) [USE_ATSUI]: Use it.
   (saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
   (syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
   [USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
   only when saved_ts_script_language_on_focus coincides with
   Vmac_ts_script_language_on_focus.
   [USE_MAC_TSM] (mac_tsm_suspend): Save value of
   Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
   (XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
   [USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.

2006-06-27  Chong Yidong  <cyd@stupidchicken.com>

   * src/editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
   (Ffield_string_no_properties, Ffield_end): Mention
   args-out-of-range error condition in docstring.

2006-06-27  Kim F. Storm  <storm@cua.dk>

   * src/xdisp.c (handle_composition_prop): Set stop_charpos before push_it.

2006-06-25  Kim F. Storm  <storm@cua.dk>

   * src/s/gnu-linux.h (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
   version 2.4 and later.

2006-06-24  Chong Yidong  <cyd@stupidchicken.com>

   * src/xfns.c (Fx_create_frame): Set font parameter directly instead of
   using x_default_parameter, since x_get_args clears the parm alist.

2006-06-24  Eli Zaretskii  <eliz@gnu.org>

   * src/dired.c (directory_files_internal) [WINDOWSNT]: Find files
   case-insensitively.

2006-06-24  Aidan Kehoe  <kehoea@parhasard.net>

   * src/lread.c (read_escape): When an unknown Unicode code point is
   encountered as a string or character escape, signal an error.

2006-06-23  Kim F. Storm  <storm@cua.dk>

   * src/.gdbinit (pitx): Dump iterator stack.

   * src/xdisp.c (handle_composition_prop): Push iterator on stack.
   (set_iterator_to_next): Pop iterator at end of composition.

2006-06-23  Martin Rudalics  <rudalics@gmx.at>

   * src/fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to
   itself on DOS_NT platforms, if the old and new names are identical
   but for the letter-case.

2006-06-21  Kim F. Storm  <storm@cua.dk>

   * src/dispextern.h (struct it): Add `position' member to iterator stack.
   Rename `pos' member to `current'.  Rearrange and add comments.

   * src/xdisp.c (handle_stop): Set it->ignore_overlay_strings_at_pos_p
   if  we get any overlays.
   (set_cursor_from_row): Don't clobber `end' if we rescan from
   start_string.
   (push_it, pop_it): Save it->position.

2006-07-07  Kenichi Handa  <handa@m17n.org>

   * src/ftfont.c (ftfont_list): Fix typo.

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-20


Revision 1.841.2.94 - (view) (download) (annotate) - [select for diffs]
Thu Jul 6 08:59:32 2006 UTC (17 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.93: +30 -11 lines
Diff to previous 1.841.2.93 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 320-342)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - lisp/play/cookie1.el (cookie): Work properly when there's only one entry
   - Add note about "link" button-class to etc/TODO

 * gnus--rel--5.10  (patch 108-112)

   - Merge from emacs--devo--0
   - Clean up merge mistakes
   - Update from CVS
   - Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo.

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-86


Revision 1.1371 - (view) (download) (annotate) - [select for diffs]
Tue Jul 4 14:32:15 2006 UTC (17 years, 9 months ago) by cyd
Branch: MAIN
Changes since 1.1370: +13 -0 lines
Diff to previous 1.1370
Mention consolidation of images in etc/images, and the new icons.


Revision 1.1370 - (view) (download) (annotate) - [select for diffs]
Tue Jul 4 00:44:46 2006 UTC (17 years, 9 months ago) by wohler
Branch: MAIN
Changes since 1.1369: +1 -1 lines
Diff to previous 1.1369
Update for MH-E release 8.0.2.


Revision 1.1369 - (view) (download) (annotate) - [select for diffs]
Tue Jul 4 00:06:55 2006 UTC (17 years, 9 months ago) by teirllm
Branch: MAIN
Changes since 1.1368: +9 -0 lines
Diff to previous 1.1368
*** empty log message ***


Revision 1.1368 - (view) (download) (annotate) - [select for diffs]
Mon Jul 3 14:32:58 2006 UTC (17 years, 9 months ago) by cyd
Branch: MAIN
Changes since 1.1367: +6 -0 lines
Diff to previous 1.1367
facemenu-unlisted-faces deleted, new variable facemenu-listed-faces


Revision 1.1367 - (view) (download) (annotate) - [select for diffs]
Sun Jun 25 01:43:14 2006 UTC (17 years, 10 months ago) by nickrob
Branch: MAIN
Changes since 1.1366: +1 -0 lines
Diff to previous 1.1366
*** empty log message ***


Revision 1.1366 - (view) (download) (annotate) - [select for diffs]
Fri Jun 23 23:43:34 2006 UTC (17 years, 10 months ago) by nickrob
Branch: MAIN
Changes since 1.1365: +0 -10 lines
Diff to previous 1.1365
Remove duplicate entries.


Revision 1.1365 - (view) (download) (annotate) - [select for diffs]
Wed Jun 21 05:13:28 2006 UTC (17 years, 10 months ago) by wohler
Branch: MAIN
Changes since 1.1364: +1 -1 lines
Diff to previous 1.1364
Update for MH-E release 8.0.1.


Revision 1.690.2.127 - (view) (download) (annotate) - [select for diffs]
Tue Jun 20 08:05:39 2006 UTC (17 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.690.2.126: +25 -1 lines
Diff to previous 1.690.2.126 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 300-319)

   - Update from CVS
   - Update from CVS: lispref/display.texi (Forcing Redisplay): Fix typo.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 105-107)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-23


Revision 1.690.2.126 - (view) (download) (annotate) - [select for diffs]
Tue Jun 20 08:03:56 2006 UTC (17 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.690.2.125: +98 -9342 lines
Diff to previous 1.690.2.125 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 285-299)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: admin/FOR-RELEASE: Update refcard section.

 * gnus--rel--5.10  (patch 102-104)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-22


Revision 1.841.2.86.2.3 - (view) (download) (annotate) - [select for diffs]
Sat Jun 17 21:29:27 2006 UTC (17 years, 10 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.2: +25 -1 lines
Diff to previous 1.841.2.86.2.2 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 300-313)

   - Update from CVS
   - Update from CVS: lispref/display.texi (Forcing Redisplay): Fix typo.
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 74)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 105-106)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-9


Revision 1.841.2.93 - (view) (download) (annotate) - [select for diffs]
Sat Jun 17 20:57:29 2006 UTC (17 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.92: +25 -1 lines
Diff to previous 1.841.2.92 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 300-313)

   - Update from CVS
   - Update from CVS: lispref/display.texi (Forcing Redisplay): Fix typo.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 105-106)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-74


Revision 1.1364 - (view) (download) (annotate) - [select for diffs]
Tue Jun 13 22:20:30 2006 UTC (17 years, 10 months ago) by kfstorm
Branch: MAIN
Changes since 1.1363: +4 -0 lines
Diff to previous 1.1363
*** empty log message ***


Revision 1.841.2.86.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Jun 13 07:12:44 2006 UTC (17 years, 10 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86.2.1: +103 -9343 lines
Diff to previous 1.841.2.86.2.1 , to branch point 1.841.2.86
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 274-299)

   - Update from CVS
   - Update etc/MORE.STUFF.
   - Merge from gnus--rel--5.10
   - Update from CVS: admin/FOR-RELEASE: Update refcard section.

 * emacs--unicode--0  (patch 62-69)

   - Merge from emacs--devo--0
   - Update from CVS

 * gnus--rel--5.10  (patch 101-104)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-5


Revision 1.1363 - (view) (download) (annotate) - [select for diffs]
Tue Jun 13 06:41:55 2006 UTC (17 years, 10 months ago) by rfrancoise
Branch: MAIN
Changes since 1.1362: +2 -2 lines
Diff to previous 1.1362
Fix typos.


Revision 1.1362 - (view) (download) (annotate) - [select for diffs]
Mon Jun 12 22:44:25 2006 UTC (17 years, 10 months ago) by kfstorm
Branch: MAIN
Changes since 1.1361: +8 -0 lines
Diff to previous 1.1361
New preemptive redisplay.


Revision 1.1361 - (view) (download) (annotate) - [select for diffs]
Sun Jun 11 14:53:37 2006 UTC (17 years, 10 months ago) by ttn
Branch: MAIN
Changes since 1.1360: +1 -0 lines
Diff to previous 1.1360
Mention that `enable-local-variables' can have value :all, as well.


Revision 1.1360 - (view) (download) (annotate) - [select for diffs]
Sat Jun 10 07:58:34 2006 UTC (17 years, 10 months ago) by eliz
Branch: MAIN
Changes since 1.1359: +5 -1 lines
Diff to previous 1.1359
Document removal of yow.c.


Revision 1.1359 - (view) (download) (annotate) - [select for diffs]
Fri Jun 9 17:59:29 2006 UTC (17 years, 10 months ago) by eliz
Branch: MAIN
Changes since 1.1358: +7 -0 lines
Diff to previous 1.1358
Document new syntax \uXXXX.


Revision 1.841.2.92 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 18:05:03 2006 UTC (17 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.91: +98 -9342 lines
Diff to previous 1.841.2.91 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 285-296)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: admin/FOR-RELEASE: Update refcard section.

 * gnus--rel--5.10  (patch 102-104)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-64


Revision 1.1358 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 11:04:22 2006 UTC (17 years, 10 months ago) by handa
Branch: MAIN
Changes since 1.1357: +4 -1 lines
Diff to previous 1.1357
Add an example for the previous change.


Revision 1.1357 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 01:19:58 2006 UTC (17 years, 10 months ago) by handa
Branch: MAIN
Changes since 1.1356: +9 -0 lines
Diff to previous 1.1356
Mention how to disable character translation for a file.


Revision 1.1356 - (view) (download) (annotate) - [select for diffs]
Sun Jun 4 01:01:51 2006 UTC (17 years, 10 months ago) by kfstorm
Branch: MAIN
Changes since 1.1355: +13 -9338 lines
Diff to previous 1.1355
Reorganize NEWS and ONEWS.* files into NEWS for current major version
and NEWS.21, NEWS.20, NEWS.19, NEWS.18, and NEWS.1-17 for older version.
Update copyright notices.


Revision 1.1355 - (view) (download) (annotate) - [select for diffs]
Wed May 31 22:17:37 2006 UTC (17 years, 10 months ago) by jurta
Branch: MAIN
Changes since 1.1354: +6 -0 lines
Diff to previous 1.1354
Add `history-add-new-input'.


Revision 1.1354 - (view) (download) (annotate) - [select for diffs]
Wed May 31 02:10:40 2006 UTC (17 years, 10 months ago) by sds
Branch: MAIN
Changes since 1.1353: +1 -1 lines
Diff to previous 1.1353
typo


Revision 1.1353 - (view) (download) (annotate) - [select for diffs]
Mon May 29 07:13:57 2006 UTC (17 years, 11 months ago) by jhd
Branch: MAIN
Changes since 1.1352: +5 -0 lines
Diff to previous 1.1352
 * NEWS: Mention F10 for Gtk+/Leddtif/Lucid menus.


Revision 1.1352 - (view) (download) (annotate) - [select for diffs]
Sat May 27 17:46:37 2006 UTC (17 years, 11 months ago) by ttn
Branch: MAIN
Changes since 1.1351: +21 -18 lines
Diff to previous 1.1351
Rewrite Ewoc entry and move
from under "Incompatible Lisp Changes in Emacs 22.1"
to under "Changes in Specialized Modes and Packages in Emacs 22.1".


Revision 1.1351 - (view) (download) (annotate) - [select for diffs]
Sat May 27 14:36:59 2006 UTC (17 years, 11 months ago) by cyd
Branch: MAIN
Changes since 1.1350: +0 -5 lines
Diff to previous 1.1350
MUSTBENEW argument deleted from copy-file.


Revision 1.1350 - (view) (download) (annotate) - [select for diffs]
Fri May 26 04:57:26 2006 UTC (17 years, 11 months ago) by handa
Branch: MAIN
Changes since 1.1349: +3 -0 lines
Diff to previous 1.1349
(find-operation-coding-system): Mention the new argument
format.


Revision 1.1349 - (view) (download) (annotate) - [select for diffs]
Thu May 25 21:53:31 2006 UTC (17 years, 11 months ago) by jurta
Branch: MAIN
Changes since 1.1348: +1 -5 lines
Diff to previous 1.1348
Remove KEEP-ALL argument of `read-from-minibuffer'.


Revision 1.1348 - (view) (download) (annotate) - [select for diffs]
Sun May 21 23:53:29 2006 UTC (17 years, 11 months ago) by winkler
Branch: MAIN
Changes since 1.1347: +35 -3 lines
Diff to previous 1.1347
*** The variable `makefile-query-one-target-method' has been
renamed to makefile-query-one-target-method-function.  The old name
is still available as alias.

*** The variable `artist-text-renderer' has been renamed to
`artist-text-renderer-function'.  The old name is still available as
alias.

*** The variable `flyspell-generic-check-word-p' has been renamed
to `flyspell-generic-check-word-predicate'.  The old name is still
available as alias.

*** The variable `ispell-format-word' has been renamed to
`ispell-format-word-function'.  The old name is still available as
alias.

*** The variables `skeleton-transformation', `skeleton-filter', and
`skeleton-pair-filter' have been renamed to
`skeleton-transformation-function', `skeleton-filter-function', and
`skeleton-pair-filter-function'.  The old names are still available
as aliases.

*** The variable `sgml-transformation' has been renamed to
`sgml-transformation-function'.  The old name is still available as
alias.


Revision 1.1347 - (view) (download) (annotate) - [select for diffs]
Sun May 21 21:51:17 2006 UTC (17 years, 11 months ago) by ttn
Branch: MAIN
Changes since 1.1346: +19 -0 lines
Diff to previous 1.1346
Add entry for ewoc change.


Revision 1.1346 - (view) (download) (annotate) - [select for diffs]
Sun May 21 05:16:02 2006 UTC (17 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.1345: +1 -1 lines
Diff to previous 1.1345
Update date.


Revision 1.1345 - (view) (download) (annotate) - [select for diffs]
Sun May 21 00:25:53 2006 UTC (17 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.1344: +6 -2 lines
Diff to previous 1.1344
*** empty log message ***


Revision 1.1344 - (view) (download) (annotate) - [select for diffs]
Sat May 20 19:40:53 2006 UTC (17 years, 11 months ago) by eliz
Branch: MAIN
Changes since 1.1343: +1 -1 lines
Diff to previous 1.1343
Fix last change.


Revision 1.1343 - (view) (download) (annotate) - [select for diffs]
Sat May 20 19:35:16 2006 UTC (17 years, 11 months ago) by eliz
Branch: MAIN
Changes since 1.1342: +6 -0 lines
Diff to previous 1.1342
Mention added Portugese refcard.


Revision 1.690.2.125 - (view) (download) (annotate) - [select for diffs]
Wed May 17 14:47:20 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.124: +55 -42 lines
Diff to previous 1.690.2.124 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 259-284)

   - Update from CVS
   - lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t
   - Merge from gnus--rel--5.10
   - Rename "field-at-point" to "field-at-pos"
   - (comint-insert-input): Remove redundant calls to setq and goto-char
   - Update etc/MORE.STUFF.

 * gnus--rel--5.10  (patch 99-101)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-21


Revision 1.841.2.91 - (view) (download) (annotate) - [select for diffs]
Wed May 17 07:46:47 2006 UTC (17 years, 11 months ago) by miles
Branch: emacs-unicode-2
CVS Tags: unicode-post-font-backend, unicode-pre-font-backend
Changes since 1.841.2.90: +5 -1 lines
Diff to previous 1.841.2.90 , to branch point 1.841
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 274-284)

   - Update from CVS
   - Update etc/MORE.STUFF.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 101)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62


Revision 1.690.2.124 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:35:54 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.123: +44 -11 lines
Diff to previous 1.690.2.123 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 239-258)

   - Update from CVS
   - (Ffield_beginning, find_field): Undo change of 2006-04-23.
   - Rcirc patch from Ryan Yeske
   - Merge from gnus--rel--5.10
   - Clean up lisp/gnus/ChangeLog a bit

 * gnus--rel--5.10  (patch 91-98)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-20


Revision 1.690.2.123 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:34:01 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.122: +7 -2 lines
Diff to previous 1.690.2.122 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 226-238)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/progmodes/python.el (python-mode): Fix typo.

 * gnus--rel--5.10  (patch 86-90)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-19


Revision 1.690.2.122 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:32:19 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.121: +12 -3 lines
Diff to previous 1.690.2.121 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 206-225)

   - Update from CVS
   - Sync from erc--emacs--0
   - Merge from gnus--rel--5.10
   - Improve tq.el.
   - Update from CVS: src/puresize.h (PURESIZE_RATIO): Reduce to 10/6.

 * gnus--rel--5.10  (patch 81-85)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-18


Revision 1.690.2.121 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:30:33 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.120: +14 -0 lines
Diff to previous 1.690.2.120 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 188-205)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Undo incorrect merge of etc/images/README from Gnus 5.10

 * gnus--rel--5.10  (patch 73-80)

   - Update from CVS
   - Update from CVS: README: Addition from 5.10.6 tar ball.

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-17


Revision 1.690.2.120 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:27:34 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.119: +35 -21 lines
Diff to previous 1.690.2.119 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 164-184)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: man/mh-e.texi (Folders): Various edits.
   - Update from erc--emacs--0

 * gnus--rel--5.10  (patch 62-70)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-15


Revision 1.690.2.119 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:24:54 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.118: +14 -6 lines
Diff to previous 1.690.2.118 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 148-163)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Remove nick-abbrevs stuff from rcirc.el
   - rcirc.el update from Ryan Yeske

 * gnus--rel--5.10  (patch 57-61)

   - Copy/update icons from Gnus trunk
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-14


Revision 1.690.2.118 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:23:00 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.117: +1 -1 lines
Diff to previous 1.690.2.117 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 135-147)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 49-56)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: Makefile.in (release-*): New targets.

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-13


Revision 1.690.2.117 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:18:35 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.116: +26 -11 lines
Diff to previous 1.690.2.116 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 97-112)

   - Update from CVS
   - Merge from erc--emacs--0
   - Update from CVS: src/regex.c (extend_range_table_work_area): Fix typo.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 37)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-10


Revision 1.690.2.116 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:17:10 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.115: +17 -2 lines
Diff to previous 1.690.2.115 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 81-96)

   - Update from CVS
   - Fix compiler error in erc-dcc.el.
   - Merge from erc--emacs--0
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 30-36)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-9


Revision 1.690.2.115 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:14:41 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.114: +6 -0 lines
Diff to previous 1.690.2.114 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 58-65)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 22-28)

   - Update from CVS
   - Merge from emacs--devo--0
   - Update from CVS: lisp/gnus.el: Remove bogus comment.

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-6


Revision 1.690.2.114 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:04:46 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.113: +1 -1 lines
Diff to previous 1.690.2.113 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 43-57)

   - Update from CVS
   - Merge from erc--emacs--0
   - Make constrain-to-field notice overlays
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 18-21)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-5


Revision 1.690.2.113 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:00:24 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.112: +2 -2 lines
Diff to previous 1.690.2.112 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 34-42)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 14-17)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-4


Revision 1.690.2.112 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:59:22 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.111: +17 -5 lines
Diff to previous 1.690.2.111 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 15-33)

   - Update from CVS
   - Install ERC.
   - Fix ERC compiler warnings.
   - Use utf-8 encoding in ERC ChangeLogs.
   - Merge ERC-related Viper hacks into Viper.
   - Merge from erc--main--0
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 8-13)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-3


Revision 1.690.2.111 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:57:46 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.110: +3 -0 lines
Diff to previous 1.690.2.110 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 4-14)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (base, patch 1-7)

   - tag of miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-187
   - Update from CVS
   - Merge from emacs--devo--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 187)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-2


Revision 1.690.2.110 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:56:11 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.109: +5 -2 lines
Diff to previous 1.690.2.109 , to branch point 1.690
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (base, patch 1-3)

   - tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-704
   - Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 698-704)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - Update from CVS: lisp/cus-edit.el (customize-rogue): Minor doc fix.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 182-186)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-1


Revision 1.690.2.109 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:49:10 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.108: +47 -45 lines
Diff to previous 1.690.2.108 , to branch point 1.690
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 685-697)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Checkout man/cc-mode.texi from CVS with RCS keywords disabled

 * gnus--rel--5.10  (patch 174-181)

   - Update from CVS
   - Update from CVS: texi/gnus.texi (RSS): Addition.

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-63


Revision 1.690.2.108 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:42:17 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.107: +13 -6 lines
Diff to previous 1.690.2.107 , to branch point 1.690
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 675-684)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 169-173)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-62


Revision 1.690.2.107 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:38:14 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.106: +158 -98 lines
Diff to previous 1.690.2.106 , to branch point 1.690
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 649-674)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 157-168)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS
   - Update from CVS: texi/message.texi: Fix default values.

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-61


Revision 1.690.2.106 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:34:32 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.105: +5 -0 lines
Diff to previous 1.690.2.105 , to branch point 1.690
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 640-648)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - lisp/gnus/ChangeLog: Remove duplicate entry

 * gnus--rel--5.10  (patch 152-156)

   - Update from CVS: lisp/mml.el (mml-preview): Doc fix.
   - Update from CVS

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-60


Revision 1.690.2.105 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:30:44 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.104: +27 -7 lines
Diff to previous 1.690.2.104 , to branch point 1.690
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 620-639)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords.

 * gnus--rel--5.10  (patch 147-151)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-59


Revision 1.690.2.104 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:28:22 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.103: +12 -4 lines
Diff to previous 1.690.2.103 , to branch point 1.690
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 616-619)

   - Add lisp/mh-e/.arch-inventory
   - Update from CVS

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-58


Revision 1.690.2.103 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:26:42 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.102: +53 -1 lines
Diff to previous 1.690.2.102 , to branch point 1.690
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 598-615)

   - Update from CVS
   - Remove lisp/toolbar directory
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 142-146)

   - Update from CVS

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-57


Revision 1.690.2.102 - (view) (download) (annotate) - [select for diffs]
Wed May 17 04:49:19 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.101: +50 -1 lines
Diff to previous 1.690.2.101 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-56

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 582-597)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 133-141)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - Update from CVS: texi/gnus.texi (RSS): Fix key description.
   - Update from CVS: texi/gnus.texi (Document Server Internals): Addition.


Revision 1.690.2.101 - (view) (download) (annotate) - [select for diffs]
Wed May 17 04:47:14 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.100: +3 -0 lines
Diff to previous 1.690.2.100 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-55

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 572-581)

   - Merge from gnus--rel--5.10
   - Update from CVS

 * gnus--rel--5.10  (patch 129-132)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0


Revision 1.690.2.100 - (view) (download) (annotate) - [select for diffs]
Wed May 17 04:45:46 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.99: +15 -4 lines
Diff to previous 1.690.2.99 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-54

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 562-571)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 125-128)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.690.2.99 - (view) (download) (annotate) - [select for diffs]
Wed May 17 04:39:06 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.98: +32 -1 lines
Diff to previous 1.690.2.98 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-51

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 542-553)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 116-121)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.1342 - (view) (download) (annotate) - [select for diffs]
Fri May 12 15:44:11 2006 UTC (17 years, 11 months ago) by rsteib
Branch: MAIN
Changes since 1.1341: +5 -1 lines
Diff to previous 1.1341
2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>

	* NEWS (allout): Update.


Revision 1.841.2.86.2.1 - (view) (download) (annotate) - [select for diffs]
Fri May 12 08:30:36 2006 UTC (17 years, 11 months ago) by miles
Branch: unicode-xft
Changes since 1.841.2.86: +106 -50 lines
Diff to previous 1.841.2.86
Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-2

Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 204-273)

   - Update from CVS
   - Sync from erc--emacs--0
   - Merge from gnus--rel--5.10
   - Improve tq.el.
   - Update from CVS: src/puresize.h (PURESIZE_RATIO): Reduce to 10/6.
   - Update from CVS: lisp/progmodes/python.el (python-mode): Fix typo.
   - (Ffield_beginning, find_field): Undo change of 2006-04-23.
   - Rcirc patch from Ryan Yeske
   - Clean up lisp/gnus/ChangeLog a bit
   - lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t
   - Rename "field-at-point" to "field-at-pos"
   - (comint-insert-input): Remove redundant calls to setq and goto-char

 * emacs--unicode--0  (patch 56-60)

   - Merge from emacs--devo--0
   - Update from CVS

 * gnus--rel--5.10  (patch 81-100)

   - Update from CVS
   - Merge from emacs--devo--0


Revision 1.841.2.90 - (view) (download) (annotate) - [select for diffs]
Wed May 10 20:42:38 2006 UTC (17 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.89: +50 -41 lines
Diff to previous 1.841.2.89 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 259-273)

   - Update from CVS
   - lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t
   - Merge from gnus--rel--5.10
   - Rename "field-at-point" to "field-at-pos"
   - (comint-insert-input): Remove redundant calls to setq and goto-char

 * gnus--rel--5.10  (patch 99-100)

   - Merge from emacs--devo--0
   - Update from CVS


Revision 1.1341 - (view) (download) (annotate) - [select for diffs]
Wed May 10 01:38:16 2006 UTC (17 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.1340: +40 -40 lines
Diff to previous 1.1340
Combine items about local variables lists.


Revision 1.1340 - (view) (download) (annotate) - [select for diffs]
Sun May 7 20:57:58 2006 UTC (17 years, 11 months ago) by kfstorm
Branch: MAIN
Changes since 1.1339: +3 -5 lines
Diff to previous 1.1339
*** empty log message ***


Revision 1.1339 - (view) (download) (annotate) - [select for diffs]
Sat May 6 15:50:26 2006 UTC (17 years, 11 months ago) by wohler
Branch: MAIN
Changes since 1.1338: +1 -1 lines
Diff to previous 1.1338
Update for MH-E release 8.0.


Revision 1.1338 - (view) (download) (annotate) - [select for diffs]
Sat May 6 07:54:37 2006 UTC (17 years, 11 months ago) by eliz
Branch: MAIN
Changes since 1.1337: +11 -0 lines
Diff to previous 1.1337
Document add-to-history.


Revision 1.841.2.89 - (view) (download) (annotate) - [select for diffs]
Tue May 2 05:51:50 2006 UTC (17 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.88: +44 -11 lines
Diff to previous 1.841.2.88 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 239-258)

   - Update from CVS
   - (Ffield_beginning, find_field): Undo change of 2006-04-23.
   - Rcirc patch from Ryan Yeske
   - Merge from gnus--rel--5.10
   - Clean up lisp/gnus/ChangeLog a bit

 * gnus--rel--5.10  (patch 91-98)

   - Merge from emacs--devo--0
   - Update from CVS


Revision 1.1337 - (view) (download) (annotate) - [select for diffs]
Tue May 2 01:47:57 2006 UTC (17 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.1336: +17 -0 lines
Diff to previous 1.1336
*** empty log message ***


Revision 1.1336 - (view) (download) (annotate) - [select for diffs]
Sat Apr 29 14:14:53 2006 UTC (18 years ago) by monnier
Branch: MAIN
Changes since 1.1335: +3 -2 lines
Diff to previous 1.1335
Add `booleanp'.


Revision 1.1335 - (view) (download) (annotate) - [select for diffs]
Sat Apr 29 01:25:23 2006 UTC (18 years ago) by wohler
Branch: MAIN
Changes since 1.1334: +1 -1 lines
Diff to previous 1.1334
Update for MH-E release 7.95.


Revision 1.1334 - (view) (download) (annotate) - [select for diffs]
Fri Apr 28 23:40:09 2006 UTC (18 years ago) by kfstorm
Branch: MAIN
Changes since 1.1333: +23 -8 lines
Diff to previous 1.1333
Add lgrep + rgrep.


Revision 1.1333 - (view) (download) (annotate) - [select for diffs]
Fri Apr 21 21:22:13 2006 UTC (18 years ago) by wohler
Branch: MAIN
Changes since 1.1332: +1 -1 lines
Diff to previous 1.1332
Release MH-E version 7.94.

* NEWS, MH-E-NEWS: Update for MH-E release 7.94.


Revision 1.841.2.88 - (view) (download) (annotate) - [select for diffs]
Fri Apr 21 05:39:06 2006 UTC (18 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.87: +7 -2 lines
Diff to previous 1.841.2.87 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-57

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 226-238)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/progmodes/python.el (python-mode): Fix typo.

 * gnus--rel--5.10  (patch 86-90)

   - Update from CVS
   - Merge from emacs--devo--0


Revision 1.1332 - (view) (download) (annotate) - [select for diffs]
Thu Apr 20 22:52:16 2006 UTC (18 years ago) by nickrob
Branch: MAIN
Changes since 1.1331: +7 -2 lines
Diff to previous 1.1331
Mention t-mouse.el.  Touch up description of gdb-ui.el.


Revision 1.841.2.87 - (view) (download) (annotate) - [select for diffs]
Mon Apr 17 08:41:04 2006 UTC (18 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.86: +12 -3 lines
Diff to previous 1.841.2.86 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 204-225)

   - Update from CVS
   - Sync from erc--emacs--0
   - Merge from gnus--rel--5.10
   - Improve tq.el.
   - Update from CVS: src/puresize.h (PURESIZE_RATIO): Reduce to 10/6.

 * gnus--rel--5.10  (patch 81-85)

   - Update from CVS
   - Merge from emacs--devo--0


Revision 1.1331 - (view) (download) (annotate) - [select for diffs]
Wed Apr 12 03:32:48 2006 UTC (18 years ago) by rms
Branch: MAIN
Changes since 1.1330: +6 -3 lines
Diff to previous 1.1330
*** empty log message ***


Revision 1.1330 - (view) (download) (annotate) - [select for diffs]
Mon Apr 10 23:47:18 2006 UTC (18 years ago) by wohler
Branch: MAIN
Changes since 1.1329: +6 -0 lines
Diff to previous 1.1329
Add package-version keyword to `defcustom' and mention associated
variable `customize-package-emacs-version-alist'.


Revision 1.841.2.86 - (view) (download) (annotate) - [select for diffs]
Sun Apr 9 00:38:21 2006 UTC (18 years ago) by miles
Branch: emacs-unicode-2
Branch point for: unicode-xft
Changes since 1.841.2.85: +5 -0 lines
Diff to previous 1.841.2.85 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-54

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 190-203)

   - Update from CVS
   - Undo incorrect merge of etc/images/README from Gnus 5.10
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 74-80)

   - Update from CVS
   - Update from CVS: README: Addition from 5.10.6 tar ball.


Revision 1.1329 - (view) (download) (annotate) - [select for diffs]
Fri Apr 7 19:26:51 2006 UTC (18 years ago) by rsteib
Branch: MAIN
Changes since 1.1328: +0 -1 lines
Diff to previous 1.1328
Remove bogus newline.


Revision 1.1328 - (view) (download) (annotate) - [select for diffs]
Fri Apr 7 18:52:30 2006 UTC (18 years ago) by rsteib
Branch: MAIN
Changes since 1.1327: +6 -0 lines
Diff to previous 1.1327
Add string-or-null-p.


Revision 1.841.2.85 - (view) (download) (annotate) - [select for diffs]
Sun Apr 2 01:10:01 2006 UTC (18 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.84: +9 -0 lines
Diff to previous 1.841.2.84 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-51

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 188-189)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 73)

   - Update from CVS


Revision 1.1327 - (view) (download) (annotate) - [select for diffs]
Sat Apr 1 21:25:22 2006 UTC (18 years ago) by eliz
Branch: MAIN
Changes since 1.1326: +9 -0 lines
Diff to previous 1.1326
Mention incompatible change in comint-send-input.


Revision 1.841.2.84 - (view) (download) (annotate) - [select for diffs]
Tue Mar 28 23:08:19 2006 UTC (18 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.83: +35 -21 lines
Diff to previous 1.841.2.83 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 164-184)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: man/mh-e.texi (Folders): Various edits.
   - Update from erc--emacs--0

 * gnus--rel--5.10  (patch 62-70)

   - Merge from emacs--devo--0
   - Update from CVS


Revision 1.1326 - (view) (download) (annotate) - [select for diffs]
Thu Mar 23 07:31:33 2006 UTC (18 years, 1 month ago) by rfrancoise
Branch: MAIN
Changes since 1.1325: +24 -21 lines
Diff to previous 1.1325
Misc. fixes.


Revision 1.1325 - (view) (download) (annotate) - [select for diffs]
Mon Mar 20 15:07:49 2006 UTC (18 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.1324: +5 -0 lines
Diff to previous 1.1324
*** empty log message ***


Revision 1.1324 - (view) (download) (annotate) - [select for diffs]
Sun Mar 19 21:57:45 2006 UTC (18 years, 1 month ago) by winkler
Branch: MAIN
Changes since 1.1323: +6 -0 lines
Diff to previous 1.1323
(bibtex-mode)
*** The variables `bibtex-autokey-name-case-convert' and
`bibtex-autokey-titleword-case-convert' have been renamed to
`bibtex-autokey-name-case-convert-function' and
`bibtex-autokey-titleword-case-convert-function'. The old names are
still available as aliases.


Revision 1.841.2.83 - (view) (download) (annotate) - [select for diffs]
Sun Mar 19 19:43:56 2006 UTC (18 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.82: +4 -5 lines
Diff to previous 1.841.2.82 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-46

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 157-163)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 58-61)

   - Update from CVS


Revision 1.1323 - (view) (download) (annotate) - [select for diffs]
Sat Mar 18 13:55:31 2006 UTC (18 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.1322: +4 -0 lines
Diff to previous 1.1322
Mention new behavior with unreachable $DISPLAY.


Revision 1.1322 - (view) (download) (annotate) - [select for diffs]
Wed Mar 15 22:26:09 2006 UTC (18 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.1321: +0 -5 lines
Diff to previous 1.1321
* font-lock.el (font-lock-lines-before): Delete variable, subsumed by
the new extend-region feature.
(font-lock-after-change-function): Update correspondingly.
* jit-lock.el (jit-lock-after-change): Update correspondingly.
* progmodes/grep.el (font-lock-lines-before): Don't disable.
* modes.texi (Region to Fontify): Remove font-lock-lines-before.


Revision 1.841.2.82 - (view) (download) (annotate) - [select for diffs]
Mon Mar 13 12:19:54 2006 UTC (18 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.81: +10 -1 lines
Diff to previous 1.841.2.81 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-43

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 148-156)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Remove nick-abbrevs stuff from rcirc.el
   - rcirc.el update from Ryan Yeske

 * gnus--rel--5.10  (patch 57)

   - Copy/update icons from Gnus trunk


Revision 1.1321 - (view) (download) (annotate) - [select for diffs]
Sat Mar 11 22:49:40 2006 UTC (18 years, 1 month ago) by wohler
Branch: MAIN
Changes since 1.1320: +10 -1 lines
Diff to previous 1.1320
Document `image-load-path-for-library'. Note that all images have been
moved from lisp into etc/images in `find-image' item. Fix typo in
`copy-tree'


Revision 1.841.2.81 - (view) (download) (annotate) - [select for diffs]
Thu Mar 9 07:15:36 2006 UTC (18 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.80: +1 -1 lines
Diff to previous 1.841.2.80 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-40

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 135-143)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 49-55)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: Makefile.in (release-*): New targets.


Revision 1.1320 - (view) (download) (annotate) - [select for diffs]
Sun Mar 5 20:32:54 2006 UTC (18 years, 1 month ago) by wohler
Branch: MAIN
Changes since 1.1319: +1 -1 lines
Diff to previous 1.1319
Update for MH-E release 7.93.


Revision 1.841.2.80 - (view) (download) (annotate) - [select for diffs]
Wed Feb 22 06:54:09 2006 UTC (18 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.79: +26 -11 lines
Diff to previous 1.841.2.79 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-21

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 97-112)

   - Update from CVS
   - Merge from erc--emacs--0
   - Update from CVS: src/regex.c (extend_range_table_work_area): Fix typo.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 37)

   - Update from CVS


Revision 1.1319 - (view) (download) (annotate) - [select for diffs]
Mon Feb 20 22:20:50 2006 UTC (18 years, 2 months ago) by kfstorm
Branch: MAIN
Changes since 1.1318: +7 -0 lines
Diff to previous 1.1318
*** empty log message ***


Revision 1.1318 - (view) (download) (annotate) - [select for diffs]
Sat Feb 18 22:47:01 2006 UTC (18 years, 2 months ago) by wohler
Branch: MAIN
Changes since 1.1317: +1 -1 lines
Diff to previous 1.1317
Update for MH-E release 7.92.


Revision 1.1317 - (view) (download) (annotate) - [select for diffs]
Fri Feb 17 10:58:37 2006 UTC (18 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.1316: +18 -10 lines
Diff to previous 1.1316
Update the Allout entry.


Revision 1.841.2.79 - (view) (download) (annotate) - [select for diffs]
Fri Feb 17 09:10:23 2006 UTC (18 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.78: +17 -2 lines
Diff to previous 1.841.2.78 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-17

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 85-96)

   - Update from CVS
   - Merge from erc--emacs--0
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 30-36)

   - Merge from emacs--devo--0
   - Update from CVS


Revision 1.1316 - (view) (download) (annotate) - [select for diffs]
Tue Feb 14 14:44:32 2006 UTC (18 years, 2 months ago) by cyd
Branch: MAIN
Changes since 1.1315: +15 -0 lines
Diff to previous 1.1315
	* NEWS: Changes in handling of file local variables.


Revision 1.1315 - (view) (download) (annotate) - [select for diffs]
Tue Feb 14 11:40:01 2006 UTC (18 years, 2 months ago) by jhd
Branch: MAIN
Changes since 1.1314: +2 -2 lines
Diff to previous 1.1314
* NEWS: Gtk+ 2.4 is required.


Revision 1.841.2.78 - (view) (download) (annotate) - [select for diffs]
Sat Feb 11 00:11:14 2006 UTC (18 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.77: +6 -0 lines
Diff to previous 1.841.2.77 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 58-65)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 22-28)

   - Update from CVS
   - Merge from emacs--devo--0
   - Update from CVS: lisp/gnus.el: Remove bogus comment.


Revision 1.1314 - (view) (download) (annotate) - [select for diffs]
Wed Feb 8 23:17:13 2006 UTC (18 years, 2 months ago) by mathiasdahl
Branch: MAIN
Changes since 1.1313: +6 -0 lines
Diff to previous 1.1313
Keybindings for Tumme in Dired.


Revision 1.841.2.77 - (view) (download) (annotate) - [select for diffs]
Wed Feb 8 04:24:37 2006 UTC (18 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.76: +1 -1 lines
Diff to previous 1.841.2.76 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 43-57)

   - Update from CVS
   - Merge from erc--emacs--0
   - Make constrain-to-field notice overlays
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 18-21)

   - Update from CVS
   - Merge from emacs--devo--0


Revision 1.1313 - (view) (download) (annotate) - [select for diffs]
Sun Feb 5 23:44:46 2006 UTC (18 years, 2 months ago) by ttn
Branch: MAIN
Changes since 1.1312: +1 -1 lines
Diff to previous 1.1312
Update years in copyright notice; nfc.


Revision 1.841.2.76 - (view) (download) (annotate) - [select for diffs]
Sat Feb 4 01:01:36 2006 UTC (18 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.75: +2 -2 lines
Diff to previous 1.841.2.75 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-11

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 34-42)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 14-17)

   - Update from CVS
   - Merge from emacs--devo--0


Revision 1.1312 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 23:17:59 2006 UTC (18 years, 2 months ago) by wohler
Branch: MAIN
Changes since 1.1311: +1 -1 lines
Diff to previous 1.1311
Update for MH-E release 7.91.


Revision 1.1311 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 00:00:53 2006 UTC (18 years, 2 months ago) by wohler
Branch: MAIN
Changes since 1.1310: +2 -2 lines
Diff to previous 1.1310
Release MH-E version 7.90.

* NEWS, MH-E-NEWS: Update for release 7.90.


Revision 1.841.2.75 - (view) (download) (annotate) - [select for diffs]
Wed Feb 1 10:07:16 2006 UTC (18 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.74: +17 -5 lines
Diff to previous 1.841.2.74 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-9

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 16-33)

   - Update from CVS
   - Install ERC.
   - Fix ERC compiler warnings.
   - Use utf-8 encoding in ERC ChangeLogs.
   - Merge ERC-related Viper hacks into Viper.
   - Merge from erc--main--0
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 8-13)

   - Merge from emacs--devo--0
   - Update from CVS


Revision 1.1310 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 18:07:32 2006 UTC (18 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.1309: +4 -3 lines
Diff to previous 1.1309
*** empty log message ***


Revision 1.1309 - (view) (download) (annotate) - [select for diffs]
Sun Jan 29 13:08:58 2006 UTC (18 years, 2 months ago) by miles
Branch: MAIN
Changes since 1.1308: +11 -0 lines
Diff to previous 1.1308
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-22
Creator:  Michael Olson <mwolson@gnu.org>

Install ERC.


Revision 1.1308 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 23:20:30 2006 UTC (18 years, 3 months ago) by teirllm
Branch: MAIN
Changes since 1.1307: +2 -2 lines
Diff to previous 1.1307
*** empty log message ***


Revision 1.841.2.74 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 07:10:02 2006 UTC (18 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.73: +3 -0 lines
Diff to previous 1.841.2.73 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 4-14)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (base, patch 1-7)

   - tag of miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-187
   - Update from CVS
   - Merge from emacs--devo--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 187)

   - Update from CVS


Revision 1.1307 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 23:15:58 2006 UTC (18 years, 3 months ago) by albinus
Branch: MAIN
Changes since 1.1306: +3 -0 lines
Diff to previous 1.1306
* etc/NEWS: tramp can be removed by M-x tramp-unload-tramp.


Revision 1.841.2.73 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 07:11:40 2006 UTC (18 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.72: +5 -2 lines
Diff to previous 1.841.2.72 , to branch point 1.841
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-2

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (base, patch 1-3)

   - tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-704
   - Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 700-704)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/cus-edit.el (customize-rogue): Minor doc fix.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 185-186)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.1306 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 18:11:53 2006 UTC (18 years, 3 months ago) by jet
Branch: MAIN
Changes since 1.1305: +2 -2 lines
Diff to previous 1.1305
Added makefile-imake-mode.


Revision 1.1305 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 23:57:56 2006 UTC (18 years, 3 months ago) by jurta
Branch: MAIN
Changes since 1.1304: +3 -0 lines
Diff to previous 1.1304
Add mode-line-buffer-id.


Revision 1.841.2.72 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 08:37:21 2006 UTC (18 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.71: +260 -158 lines
Diff to previous 1.841.2.71 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 616-696)

   - Add lisp/mh-e/.arch-inventory
   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords.
   - lisp/gnus/ChangeLog: Remove duplicate entry

 * gnus--rel--5.10  (patch 147-181)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - Update from CVS: lisp/mml.el (mml-preview): Doc fix.
   - Update from CVS: texi/message.texi: Fix default values.
   - Update from CVS: texi/gnus.texi (RSS): Addition.


Revision 1.841.2.71 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 06:59:07 2006 UTC (18 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.70: +53 -1 lines
Diff to previous 1.841.2.70 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 598-615)

   - Update from CVS
   - Remove lisp/toolbar directory
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 142-146)

   - Update from CVS


Revision 1.793.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 00:03:04 2006 UTC (18 years, 3 months ago) by enberg
Branch: rmail-mbox-branch
Changes since 1.793: +4947 -1442 lines
Diff to previous 1.793 , to next main 1.2150
sync with trunk


Revision 1.1128.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 10:24:41 2006 UTC (18 years, 3 months ago) by jhd
Branch: XFT_JHD_BRANCH
Changes since 1.1128.2.1: +691 -194 lines
Diff to previous 1.1128.2.1 , to branch point 1.1128 , to next main 1.2150
Update from HEAD


Revision 1.1304 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 12:13:43 2006 UTC (18 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.1303: +47 -45 lines
Diff to previous 1.1303
Fix typos.


Revision 1.1303 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 00:26:24 2006 UTC (18 years, 3 months ago) by kfstorm
Branch: MAIN
Changes since 1.1302: +4 -1 lines
Diff to previous 1.1302
*** empty log message ***


Revision 1.1302 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 11:56:21 2005 UTC (18 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.1301: +1 -1 lines
Diff to previous 1.1301
Fix wording of last change.


Revision 1.1301 - (view) (download) (annotate) - [select for diffs]
Fri Dec 30 22:06:05 2005 UTC (18 years, 3 months ago) by monnier
Branch: MAIN
Changes since 1.1300: +4 -0 lines
Diff to previous 1.1300
*** empty log message ***


Revision 1.1300 - (view) (download) (annotate) - [select for diffs]
Mon Dec 26 15:56:49 2005 UTC (18 years, 4 months ago) by monnier
Branch: MAIN
Changes since 1.1299: +5 -5 lines
Diff to previous 1.1299
*** empty log message ***


Revision 1.1299 - (view) (download) (annotate) - [select for diffs]
Fri Dec 16 19:07:32 2005 UTC (18 years, 4 months ago) by jurta
Branch: MAIN
Changes since 1.1298: +5 -0 lines
Diff to previous 1.1298
Add minibuffer-completion-contents.


Revision 1.1298 - (view) (download) (annotate) - [select for diffs]
Fri Dec 16 12:06:41 2005 UTC (18 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.1297: +1 -1 lines
Diff to previous 1.1297
Mark kill-whole-line as documented.


Revision 1.1297 - (view) (download) (annotate) - [select for diffs]
Fri Dec 16 11:33:25 2005 UTC (18 years, 4 months ago) by lorentey
Branch: MAIN
Changes since 1.1296: +4 -3 lines
Diff to previous 1.1296
Change `prev-buffer' to `previous-buffer'; add note on them using the
frame-local buffer list.


Revision 1.1296 - (view) (download) (annotate) - [select for diffs]
Wed Dec 14 17:15:20 2005 UTC (18 years, 4 months ago) by monnier
Branch: MAIN
Changes since 1.1295: +4 -0 lines
Diff to previous 1.1295
(bibtex-expand-strings)
(bibtex-autokey-expand-string, bibtex-name-part)
(bibtex-entry-type-whitespace, bibtex-entry-type-str)
(bibtex-any-entry-maybe-empty-head, bibtex-string-type)
(bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
(bibtex-entry-type, bibtex-entry-head): Match only valid entries.
(bibtex-entry-postfix, bibtex-known-entry-type-re)
(bibtex-valid-entry-re, bibtex-any-valid-entry-re)
(bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
(bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
(bibtex-beginning-of-last-entry): Remove.
(bibtex-parse-field-name): Use bibtex-field-name.  Issue error
message if comma is missing but buffer is read-only.
(bibtex-parse-field-text): Handle whitespaces at the end of field
text.  Return 3-element list with beginning and end of field text
and end of field.
(bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
(bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
(bibtex-search-forward-field, bibtex-search-backward-field):
Search always delimited by limits of entry.  Use more efficient
search algorithms.
(bibtex-name-in-field): Use bibtex-start-of-name-in-field and
bibtex-end-of-name-in-field.
(bibtex-text-in-field-bounds): Handle BibTeX strings when
extracting the content of a field.
(bibtex-text-in-field): Use search limits.
(bibtex-parse-string-prefix): Handle empty string keys based on
bibtex-string-empty-key.
(bibtex-parse-string): Fix docstring.
(bibtex-text-in-string): Use bibtex-text-in-field-bounds.
(bibtex-preamble-prefix, bibtex-strings): New functions.
(bibtex-skip-to-valid-entry): Include preceding whitespace in
BibTeX entries (consistent with other BibTeX functions).
(bibtex-map-entries): Use bibtex-skip-to-valid-entry.
(bibtex-search-entry): Fix docstring.  Simplify.
(bibtex-flash-head, bibtex-complete-string-cleanup)
(bibtex-count-entries, bibtex-sort-buffer): Simplify.
(bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
(bibtex-parse-entry): New optional arg content.
(bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
Use bibtex-text-in-field-bounds.
(bibtex-print-help-message): Handle BibTeX strings and preambles.
(bibtex-end-of-entry): Use bibtex-preamble-prefix and
bibtex-parse-string-postfix.
(bibtex-find-text-internal): New function.
(bibtex-remove-delimiters): Use it.
(bibtex-find-text): Use it.  New optional arg help.
(bibtex-complete): Handle BibTeX string and preamble entries.
(bibtex-Preamble): Fix order of closing delimiters.


Revision 1.1295 - (view) (download) (annotate) - [select for diffs]
Sat Dec 10 11:57:30 2005 UTC (18 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.1294: +12 -0 lines
Diff to previous 1.1294
hi-lock-mode is now buffer local, use global-hi-lock-mode instead.


Revision 1.1294 - (view) (download) (annotate) - [select for diffs]
Thu Dec 8 18:08:38 2005 UTC (18 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1293: +1 -0 lines
Diff to previous 1.1293
*** empty log message ***


Revision 1.1293 - (view) (download) (annotate) - [select for diffs]
Tue Dec 6 02:04:25 2005 UTC (18 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1292: +3 -3 lines
Diff to previous 1.1292
*** empty log message ***


Revision 1.1292 - (view) (download) (annotate) - [select for diffs]
Sun Dec 4 21:00:59 2005 UTC (18 years, 4 months ago) by acmacm
Branch: MAIN
Changes since 1.1291: +87 -48 lines
Diff to previous 1.1291
Correct some spelling.


Revision 1.1291 - (view) (download) (annotate) - [select for diffs]
Fri Dec 2 19:48:47 2005 UTC (18 years, 4 months ago) by jpb
Branch: MAIN
Changes since 1.1290: +5 -3 lines
Diff to previous 1.1290
Add a comment about the Calc prefix.


Revision 1.1290 - (view) (download) (annotate) - [select for diffs]
Fri Dec 2 14:03:58 2005 UTC (18 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.1289: +15 -0 lines
Diff to previous 1.1289
Document changes to file-name completion in minibuffer.


Revision 1.1289 - (view) (download) (annotate) - [select for diffs]
Sun Nov 27 19:28:09 2005 UTC (18 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.1288: +4 -0 lines
Diff to previous 1.1288
*** empty log message ***


Revision 1.1288 - (view) (download) (annotate) - [select for diffs]
Thu Nov 24 08:18:17 2005 UTC (18 years, 5 months ago) by mituharu
Branch: MAIN
Changes since 1.1287: +3 -0 lines
Diff to previous 1.1287
The variable `mac-command-key-is-meta' is obsolete.


Revision 1.1287 - (view) (download) (annotate) - [select for diffs]
Sun Nov 20 19:21:20 2005 UTC (18 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.1286: +0 -30 lines
Diff to previous 1.1286
Remove repeated entries.


Revision 1.1286 - (view) (download) (annotate) - [select for diffs]
Sun Nov 20 15:24:02 2005 UTC (18 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1285: +0 -5 lines
Diff to previous 1.1285
Remove :ignore-defface entry; it's now handled automagically.


Revision 1.1285 - (view) (download) (annotate) - [select for diffs]
Fri Nov 18 02:51:12 2005 UTC (18 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1284: +5 -0 lines
Diff to previous 1.1284
mention :ignore-defface


Revision 1.1284 - (view) (download) (annotate) - [select for diffs]
Thu Nov 17 07:19:54 2005 UTC (18 years, 5 months ago) by jurta
Branch: MAIN
Changes since 1.1283: +4 -4 lines
Diff to previous 1.1283
Rename font-lock-highlighting-faces to font-lock-faces.


Revision 1.1283 - (view) (download) (annotate) - [select for diffs]
Thu Nov 17 02:54:23 2005 UTC (18 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.1282: +4 -0 lines
Diff to previous 1.1282
*** empty log message ***


Revision 1.1282 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 22:09:31 2005 UTC (18 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.1281: +3 -0 lines
Diff to previous 1.1281
*** empty log message ***


Revision 1.1281 - (view) (download) (annotate) - [select for diffs]
Sat Nov 12 00:58:11 2005 UTC (18 years, 5 months ago) by kfstorm
Branch: MAIN
Changes since 1.1280: +3 -6 lines
Diff to previous 1.1280
Add C-h d binding.


Revision 1.1280 - (view) (download) (annotate) - [select for diffs]
Mon Nov 7 21:15:17 2005 UTC (18 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.1279: +5 -0 lines
Diff to previous 1.1279
Add `dedicated' arg to get-lru-window and get-largest-window.


Revision 1.1279 - (view) (download) (annotate) - [select for diffs]
Thu Nov 3 21:43:45 2005 UTC (18 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.1278: +3 -2 lines
Diff to previous 1.1278
*** empty log message ***


Revision 1.1278 - (view) (download) (annotate) - [select for diffs]
Tue Nov 1 11:48:49 2005 UTC (18 years, 5 months ago) by rfrancoise
Branch: MAIN
Changes since 1.1277: +3 -0 lines
Diff to previous 1.1277
Source files are compressed by default.


Revision 1.1277 - (view) (download) (annotate) - [select for diffs]
Tue Nov 1 08:02:34 2005 UTC (18 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.1276: +1 -1 lines
Diff to previous 1.1276
Replace (savehist-mode 1) for (savehist-load).


Revision 1.1276 - (view) (download) (annotate) - [select for diffs]
Sun Oct 30 14:02:50 2005 UTC (18 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.1275: +3 -2 lines
Diff to previous 1.1275
.emacs.d/.emacs changed to .emacs.d/init.el


Revision 1.1275 - (view) (download) (annotate) - [select for diffs]
Sat Oct 29 19:53:19 2005 UTC (18 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.1274: +4 -0 lines
Diff to previous 1.1274
*** empty log message ***


Revision 1.1274 - (view) (download) (annotate) - [select for diffs]
Fri Oct 28 21:37:34 2005 UTC (18 years, 6 months ago) by wohler
Branch: MAIN
Changes since 1.1273: +3 -1 lines
Diff to previous 1.1273
Help mode now creates hyperlinks for URLs.


Revision 1.1273 - (view) (download) (annotate) - [select for diffs]
Fri Oct 28 16:37:37 2005 UTC (18 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.1272: +8 -0 lines
Diff to previous 1.1272
*** empty log message ***


Revision 1.1272 - (view) (download) (annotate) - [select for diffs]
Tue Oct 25 01:06:22 2005 UTC (18 years, 6 months ago) by teirllm
Branch: MAIN
Changes since 1.1271: +2 -2 lines
Diff to previous 1.1271
*** empty log message ***


Revision 1.1271 - (view) (download) (annotate) - [select for diffs]
Mon Oct 24 17:30:04 2005 UTC (18 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.1270: +1 -0 lines
Diff to previous 1.1270
*** empty log message ***


Revision 1.1270 - (view) (download) (annotate) - [select for diffs]
Sun Oct 23 08:28:41 2005 UTC (18 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1269: +5 -4 lines
Diff to previous 1.1269
Fix typos and update allout entry.


Revision 1.1269 - (view) (download) (annotate) - [select for diffs]
Sat Oct 22 15:17:57 2005 UTC (18 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.1268: +1 -0 lines
Diff to previous 1.1268
*** empty log message ***


Revision 1.1268 - (view) (download) (annotate) - [select for diffs]
Sat Oct 22 15:17:21 2005 UTC (18 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.1267: +6 -0 lines
Diff to previous 1.1267
*** empty log message ***


Revision 1.1267 - (view) (download) (annotate) - [select for diffs]
Thu Oct 20 16:59:04 2005 UTC (18 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.1266: +12 -0 lines
Diff to previous 1.1266
*** empty log message ***


Revision 1.1266 - (view) (download) (annotate) - [select for diffs]
Thu Oct 20 15:42:04 2005 UTC (18 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1265: +5 -0 lines
Diff to previous 1.1265
Document eterm to eterm-color renaming.


Revision 1.1265 - (view) (download) (annotate) - [select for diffs]
Thu Oct 20 15:07:51 2005 UTC (18 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1264: +22 -0 lines
Diff to previous 1.1264
Describe changes in allout.


Revision 1.1264 - (view) (download) (annotate) - [select for diffs]
Wed Oct 19 21:54:41 2005 UTC (18 years, 6 months ago) by kfstorm
Branch: MAIN
Changes since 1.1263: +2 -7 lines
Diff to previous 1.1263
Simplify max-image-size entry.


Revision 1.1263 - (view) (download) (annotate) - [select for diffs]
Wed Oct 19 03:56:07 2005 UTC (18 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.1262: +9 -0 lines
Diff to previous 1.1262
	* NEWS: New variable `max-image-size'.


Revision 1.1262 - (view) (download) (annotate) - [select for diffs]
Tue Oct 18 04:14:36 2005 UTC (18 years, 6 months ago) by jet
Branch: MAIN
Changes since 1.1261: +6 -0 lines
Diff to previous 1.1261
Write about the 2nd optional argument of `display-completion-list'.


Revision 1.1261 - (view) (download) (annotate) - [select for diffs]
Sat Oct 15 13:41:41 2005 UTC (18 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.1260: +3 -0 lines
Diff to previous 1.1260
*** empty log message ***


Revision 1.841.2.70 - (view) (download) (annotate) - [select for diffs]
Sat Oct 15 00:26:04 2005 UTC (18 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.69: +50 -1 lines
Diff to previous 1.841.2.69 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-91

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 581-597)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 133-141)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - Update from CVS: texi/gnus.texi (RSS): Fix key description.
   - Update from CVS: texi/gnus.texi (Document Server Internals): Addition.


Revision 1.1260 - (view) (download) (annotate) - [select for diffs]
Fri Oct 14 23:53:41 2005 UTC (18 years, 6 months ago) by wohler
Branch: MAIN
Changes since 1.1259: +1 -1 lines
Diff to previous 1.1259
Released MH-E version 7.85.

* NEWS, MH-E-NEWS: Updated for release 7.85.


Revision 1.1259 - (view) (download) (annotate) - [select for diffs]
Mon Oct 10 16:13:59 2005 UTC (18 years, 6 months ago) by jhd
Branch: MAIN
Changes since 1.1258: +1 -1 lines
Diff to previous 1.1258
-nb changed to -nbi


Revision 1.1258 - (view) (download) (annotate) - [select for diffs]
Sun Oct 9 22:23:34 2005 UTC (18 years, 6 months ago) by kfstorm
Branch: MAIN
Changes since 1.1257: +1 -1 lines
Diff to previous 1.1257
*** empty log message ***


Revision 1.1257 - (view) (download) (annotate) - [select for diffs]
Sun Oct 9 15:47:43 2005 UTC (18 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.1256: +44 -0 lines
Diff to previous 1.1256
Speedbar changes.


Revision 1.1256 - (view) (download) (annotate) - [select for diffs]
Sun Oct 9 07:44:10 2005 UTC (18 years, 6 months ago) by jhd
Branch: MAIN
Changes since 1.1255: +5 -0 lines
Diff to previous 1.1255
* NEWS: -nb, --no-bitmap-icon


Revision 1.841.2.69 - (view) (download) (annotate) - [select for diffs]
Fri Oct 7 07:15:34 2005 UTC (18 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.68: +9 -0 lines
Diff to previous 1.841.2.68 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 569-579)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 129-132)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0


Revision 1.1255 - (view) (download) (annotate) - [select for diffs]
Tue Oct 4 15:26:35 2005 UTC (18 years, 6 months ago) by kfstorm
Branch: MAIN
Changes since 1.1254: +1 -0 lines
Diff to previous 1.1254
*** empty log message ***


Revision 1.1254 - (view) (download) (annotate) - [select for diffs]
Tue Oct 4 15:26:15 2005 UTC (18 years, 6 months ago) by kfstorm
Branch: MAIN
Changes since 1.1253: +2 -0 lines
Diff to previous 1.1253
*** empty log message ***


Revision 1.1253 - (view) (download) (annotate) - [select for diffs]
Fri Sep 30 18:28:47 2005 UTC (18 years, 6 months ago) by rfrancoise
Branch: MAIN
Changes since 1.1252: +6 -0 lines
Diff to previous 1.1252
Mention changes to `read-buffer'.


Revision 1.841.2.68 - (view) (download) (annotate) - [select for diffs]
Fri Sep 30 11:43:37 2005 UTC (18 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.67: +9 -4 lines
Diff to previous 1.841.2.67 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-86

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 562-568)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 125-128)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.1252 - (view) (download) (annotate) - [select for diffs]
Fri Sep 30 06:20:24 2005 UTC (18 years, 6 months ago) by dpe
Branch: MAIN
Changes since 1.1251: +9 -4 lines
Diff to previous 1.1251
Update recentf changes.


Revision 1.841.2.67 - (view) (download) (annotate) - [select for diffs]
Mon Sep 19 10:20:24 2005 UTC (18 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.66: +32 -1 lines
Diff to previous 1.841.2.66 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 542-553)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 116-121)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.1251 - (view) (download) (annotate) - [select for diffs]
Thu Sep 15 14:01:04 2005 UTC (18 years, 7 months ago) by cyd
Branch: MAIN
Changes since 1.1250: +11 -0 lines
Diff to previous 1.1250
New variable `image-load-path'.


Revision 1.1250 - (view) (download) (annotate) - [select for diffs]
Thu Sep 15 13:00:47 2005 UTC (18 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.1249: +12 -2 lines
Diff to previous 1.1249
*** empty log message ***


Revision 1.1249 - (view) (download) (annotate) - [select for diffs]
Wed Sep 14 20:20:16 2005 UTC (18 years, 7 months ago) by rfrancoise
Branch: MAIN
Changes since 1.1248: +6 -0 lines
Diff to previous 1.1248
Add entry for write-region-inhibit-fsync.


Revision 1.1248 - (view) (download) (annotate) - [select for diffs]
Wed Sep 14 00:36:38 2005 UTC (18 years, 7 months ago) by ttn
Branch: MAIN
Changes since 1.1247: +4 -0 lines
Diff to previous 1.1247
Mention new user var `hs-allow-nesting'.


Revision 1.690.2.98 - (view) (download) (annotate) - [select for diffs]
Mon Sep 12 05:54:41 2005 UTC (18 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.97: +12 -0 lines
Diff to previous 1.690.2.97 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-50

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 532-541)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 112-115)

   - Update from CVS


Revision 1.690.2.97 - (view) (download) (annotate) - [select for diffs]
Mon Sep 12 05:52:35 2005 UTC (18 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.96: +4 -0 lines
Diff to previous 1.690.2.96 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-48

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 519-530)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 106-111)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.841.2.66 - (view) (download) (annotate) - [select for diffs]
Sun Sep 11 22:20:54 2005 UTC (18 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.65: +12 -0 lines
Diff to previous 1.841.2.65 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 532-541)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 112-115)

   - Update from CVS


Revision 1.1247 - (view) (download) (annotate) - [select for diffs]
Sat Sep 10 15:01:43 2005 UTC (18 years, 7 months ago) by eliz
Branch: MAIN
Changes since 1.1246: +6 -0 lines
Diff to previous 1.1246
Document changes in woman.el.


Revision 1.1246 - (view) (download) (annotate) - [select for diffs]
Tue Sep 6 19:24:32 2005 UTC (18 years, 7 months ago) by cyd
Branch: MAIN
Changes since 1.1245: +6 -0 lines
Diff to previous 1.1245
Added custom themes.


Revision 1.841.2.65 - (view) (download) (annotate) - [select for diffs]
Tue Sep 6 00:25:17 2005 UTC (18 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.64: +4 -0 lines
Diff to previous 1.841.2.64 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 519-530)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 106-111)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.1245 - (view) (download) (annotate) - [select for diffs]
Tue Aug 30 22:40:59 2005 UTC (18 years, 7 months ago) by albinus
Branch: MAIN
Changes since 1.1244: +4 -0 lines
Diff to previous 1.1244
Make `make-auto-save-file-name' a magic operation.


Revision 1.690.2.96 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:24:19 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.690.2.95: +87 -14 lines
Diff to previous 1.690.2.95 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-47

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 514-518)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 104-105)

   - Update from CVS


Revision 1.690.2.95 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:18:23 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.690.2.94: +5 -6 lines
Diff to previous 1.690.2.94 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-46

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 504-513)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: .cvsignore: Add `lock'.

 * gnus--rel--5.10  (patch 99-103)

   - Update from CVS


Revision 1.690.2.94 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:15:54 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.690.2.93: +3 -3 lines
Diff to previous 1.690.2.93 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-45

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 493-503)

   - Update from CVS
   - Update from CVS: lisp/startup.el (command-line): Fix typo.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 95-98)

   - Update from CVS


Revision 1.690.2.93 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:11:03 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.690.2.92: +21 -3 lines
Diff to previous 1.690.2.92 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-44

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 485-492)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 92-94)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.690.2.92 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:07:34 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.690.2.91: +3 -0 lines
Diff to previous 1.690.2.91 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-43

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 474-484)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 88-91)

   - Merge from emacs--cvs-trunk--0
   - Update FSF's address in GPL notices
   - Update from CVS


Revision 1.690.2.91 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:01:32 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.690.2.90: +20 -1 lines
Diff to previous 1.690.2.90 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-42

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 459-473)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 86-87)

   - Update from CVS


Revision 1.690.2.90 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 09:55:29 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.690.2.89: +92 -1 lines
Diff to previous 1.690.2.89 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-41

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 446-458)

   - Update from CVS
   - Update from CVS: lisp/subr.el (add-to-ordered-list): Doc fix.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 83-85)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.841.2.64 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 09:48:59 2005 UTC (18 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.63: +87 -14 lines
Diff to previous 1.841.2.63 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 514-518)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 104-105)

   - Update from CVS


Revision 1.1244 - (view) (download) (annotate) - [select for diffs]
Wed Aug 24 11:32:06 2005 UTC (18 years, 8 months ago) by ttn
Branch: MAIN
Changes since 1.1243: +2 -1 lines
Diff to previous 1.1243
Update years in copyright notice; nfc.


Revision 1.1243 - (view) (download) (annotate) - [select for diffs]
Mon Aug 22 20:58:39 2005 UTC (18 years, 8 months ago) by jurta
Branch: MAIN
Changes since 1.1242: +7 -0 lines
Diff to previous 1.1242
*** empty log message ***


Revision 1.1242 - (view) (download) (annotate) - [select for diffs]
Sat Aug 20 12:20:49 2005 UTC (18 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.1241: +4 -0 lines
Diff to previous 1.1241
Mention compilation-disable-input.


Revision 1.1241 - (view) (download) (annotate) - [select for diffs]
Thu Aug 18 14:55:22 2005 UTC (18 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.1240: +6 -0 lines
Diff to previous 1.1240
*** empty log message ***


Revision 1.1240 - (view) (download) (annotate) - [select for diffs]
Mon Aug 15 14:51:27 2005 UTC (18 years, 8 months ago) by kfstorm
Branch: MAIN
Changes since 1.1239: +6 -8 lines
Diff to previous 1.1239
*** empty log message ***


Revision 1.1239 - (view) (download) (annotate) - [select for diffs]
Sun Aug 14 10:03:15 2005 UTC (18 years, 8 months ago) by ttn
Branch: MAIN
Changes since 1.1238: +4 -0 lines
Diff to previous 1.1238
(Lisp Changes in Emacs 22.1, General Lisp changes):
Mention `expt' handling of negative exponent to return float.


Revision 1.1238 - (view) (download) (annotate) - [select for diffs]
Fri Aug 12 10:31:36 2005 UTC (18 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.1237: +4 -0 lines
Diff to previous 1.1237
*** empty log message ***


Revision 1.1237 - (view) (download) (annotate) - [select for diffs]
Tue Aug 9 22:24:18 2005 UTC (18 years, 8 months ago) by jurta
Branch: MAIN
Changes since 1.1236: +13 -4 lines
Diff to previous 1.1236
Fix `+++' and `---' for Info mode.  Add `vertical-border' face.


Revision 1.1236 - (view) (download) (annotate) - [select for diffs]
Tue Aug 9 11:32:25 2005 UTC (18 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.1235: +4 -0 lines
Diff to previous 1.1235
*** empty log message ***


Revision 1.1235 - (view) (download) (annotate) - [select for diffs]
Tue Aug 9 11:24:05 2005 UTC (18 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.1234: +21 -1 lines
Diff to previous 1.1234
*** empty log message ***


Revision 1.1234 - (view) (download) (annotate) - [select for diffs]
Mon Aug 8 17:50:20 2005 UTC (18 years, 8 months ago) by lektu
Branch: MAIN
Changes since 1.1233: +1 -1 lines
Diff to previous 1.1233
Fix reference to ~/.emacs.d.


Revision 1.1233 - (view) (download) (annotate) - [select for diffs]
Sat Aug 6 07:42:06 2005 UTC (18 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.1232: +16 -0 lines
Diff to previous 1.1232
Mention changes in cmuscheme.


Revision 1.841.2.63 - (view) (download) (annotate) - [select for diffs]
Fri Aug 5 10:57:34 2005 UTC (18 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.62: +5 -6 lines
Diff to previous 1.841.2.62 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-77

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 504-513)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: .cvsignore: Add `lock'.

 * gnus--rel--5.10  (patch 99-103)

   - Update from CVS


Revision 1.1232 - (view) (download) (annotate) - [select for diffs]
Fri Aug 5 01:18:52 2005 UTC (18 years, 8 months ago) by handa
Branch: MAIN
Changes since 1.1231: +5 -6 lines
Diff to previous 1.1231
Fix the entry describing code-pages.


Revision 1.841.2.62 - (view) (download) (annotate) - [select for diffs]
Fri Jul 29 01:54:53 2005 UTC (18 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.61: +3 -3 lines
Diff to previous 1.841.2.61 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 493-503)

   - Update from CVS
   - Update from CVS: lisp/startup.el (command-line): Fix typo.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 95-98)

   - Update from CVS


Revision 1.1231 - (view) (download) (annotate) - [select for diffs]
Fri Jul 22 14:22:02 2005 UTC (18 years, 9 months ago) by sds
Branch: MAIN
Changes since 1.1230: +3 -3 lines
Diff to previous 1.1230
typo


Revision 1.841.2.61 - (view) (download) (annotate) - [select for diffs]
Fri Jul 22 08:27:25 2005 UTC (18 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.60: +21 -3 lines
Diff to previous 1.841.2.60 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 485-492)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 92-94)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.1230 - (view) (download) (annotate) - [select for diffs]
Thu Jul 21 19:03:30 2005 UTC (18 years, 9 months ago) by monnier
Branch: MAIN
Changes since 1.1229: +4 -0 lines
Diff to previous 1.1229
Add gc-cons-percentage.


Revision 1.1229 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 15:33:45 2005 UTC (18 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.1228: +2 -3 lines
Diff to previous 1.1228
Delete duplicate words.


Revision 1.1228 - (view) (download) (annotate) - [select for diffs]
Sat Jul 16 10:48:46 2005 UTC (18 years, 9 months ago) by eliz
Branch: MAIN
Changes since 1.1227: +9 -6 lines
Diff to previous 1.1227
Clarify the location of $HOME on w32.


Revision 1.1227 - (view) (download) (annotate) - [select for diffs]
Fri Jul 15 21:50:23 2005 UTC (18 years, 9 months ago) by jasonr
Branch: MAIN
Changes since 1.1226: +1 -0 lines
Diff to previous 1.1226
cmdargs.texi updated for last change


Revision 1.1226 - (view) (download) (annotate) - [select for diffs]
Fri Jul 15 21:49:02 2005 UTC (18 years, 9 months ago) by jasonr
Branch: MAIN
Changes since 1.1225: +11 -0 lines
Diff to previous 1.1225
Default HOME on MS Windows has changed.


Revision 1.841.2.60 - (view) (download) (annotate) - [select for diffs]
Thu Jul 14 08:01:57 2005 UTC (18 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.59: +3 -0 lines
Diff to previous 1.841.2.59 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 474-484)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 88-91)

   - Merge from emacs--cvs-trunk--0
   - Update FSF's address in GPL notices
   - Update from CVS


Revision 1.1225 - (view) (download) (annotate) - [select for diffs]
Wed Jul 13 04:55:42 2005 UTC (18 years, 9 months ago) by monnier
Branch: MAIN
Changes since 1.1224: +3 -0 lines
Diff to previous 1.1224
(sh-get-indent-info): Only indent a continuation line if SPC or TAB precedes \.
(sh-get-indent-info): Simplify.
(sh-mark-init, sh-learn-buffer-indent, sh-add-completer): with-current-buffer.


Revision 1.841.2.59 - (view) (download) (annotate) - [select for diffs]
Thu Jul 7 12:39:54 2005 UTC (18 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.58: +20 -1 lines
Diff to previous 1.841.2.58 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 459-473)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 86-87)

   - Update from CVS


Revision 1.1224 - (view) (download) (annotate) - [select for diffs]
Wed Jul 6 21:55:51 2005 UTC (18 years, 9 months ago) by jasonr
Branch: MAIN
Changes since 1.1223: +14 -0 lines
Diff to previous 1.1223
Add note about change to default value of w32-use-full-screen-buffer.


Revision 1.1223 - (view) (download) (annotate) - [select for diffs]
Tue Jul 5 08:30:45 2005 UTC (18 years, 9 months ago) by lute
Branch: MAIN
Changes since 1.1222: +6 -1 lines
Diff to previous 1.1222
Mention OS X support for battery.el.


Revision 1.841.2.58 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 00:31:42 2005 UTC (18 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.57: +92 -1 lines
Diff to previous 1.841.2.57 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 447-458)

   - Update from CVS
   - Update from CVS: lisp/subr.el (add-to-ordered-list): Doc fix.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 83-85)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.1222 - (view) (download) (annotate) - [select for diffs]
Wed Jun 29 22:05:04 2005 UTC (18 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.1221: +3 -3 lines
Diff to previous 1.1221
Minor cleanup.


Revision 1.1221 - (view) (download) (annotate) - [select for diffs]
Wed Jun 29 09:51:45 2005 UTC (18 years, 10 months ago) by cdominik
Branch: MAIN
Changes since 1.1220: +4 -0 lines
Diff to previous 1.1220
Still more fixes to the org-mode entry.


Revision 1.1220 - (view) (download) (annotate) - [select for diffs]
Wed Jun 29 09:40:37 2005 UTC (18 years, 10 months ago) by cdominik
Branch: MAIN
Changes since 1.1219: +3 -28 lines
Diff to previous 1.1219
Org-mode entry shortened.


Revision 1.1219 - (view) (download) (annotate) - [select for diffs]
Wed Jun 29 09:37:00 2005 UTC (18 years, 10 months ago) by cdominik
Branch: MAIN
Changes since 1.1218: +1 -1 lines
Diff to previous 1.1218
*** empty log message ***


Revision 1.1218 - (view) (download) (annotate) - [select for diffs]
Wed Jun 29 09:34:46 2005 UTC (18 years, 10 months ago) by cdominik
Branch: MAIN
Changes since 1.1217: +27 -21 lines
Diff to previous 1.1217
Some fixes to the RefTeX entry


Revision 1.1217 - (view) (download) (annotate) - [select for diffs]
Wed Jun 29 08:14:53 2005 UTC (18 years, 10 months ago) by cdominik
Branch: MAIN
Changes since 1.1216: +104 -0 lines
Diff to previous 1.1216
Added entries for org.el and reftex.el.


Revision 1.690.2.89 - (view) (download) (annotate) - [select for diffs]
Sun Jun 26 01:55:30 2005 UTC (18 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.690.2.88: +11 -14 lines
Diff to previous 1.690.2.88 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-40

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 435-445)

   - Implement tty vertical-divider face
   - Update from CVS
   - Rename vertical-divider face to vertical-border
   - Change escape-glyph color on dark backgrounds back to cyan
   - Update reference to renamed Buffer-menu-buffer face


Revision 1.690.2.88 - (view) (download) (annotate) - [select for diffs]
Sun Jun 26 01:53:33 2005 UTC (18 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.690.2.87: +2 -0 lines
Diff to previous 1.690.2.87 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-39

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 434)

   - Update from CVS


Revision 1.690.2.87 - (view) (download) (annotate) - [select for diffs]
Sun Jun 26 01:52:29 2005 UTC (18 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.690.2.86: +1 -1 lines
Diff to previous 1.690.2.86 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-38

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 423-433)

   - Update from CVS
   - Remove "-face" suffix from gnus faces
   - Remove "-face" suffix from MH-E faces
   - Remove "-face" suffix from cc-mode faces
   - Remove "-face" suffix from eshell faces
   - Remove "-face" suffix from ediff faces


Revision 1.690.2.86 - (view) (download) (annotate) - [select for diffs]
Sun Jun 26 01:51:03 2005 UTC (18 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.690.2.85: +11 -0 lines
Diff to previous 1.690.2.85 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-37

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 401-422)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Remove "-face" suffix from Buffer-menu-buffer face
   - Remove "-face" suffix from antlr-mode faces
   - Remove "-face" suffix from ebrowse faces
   - Remove "-face" suffix from flymake faces
   - Remove "-face" suffix from idlwave faces
   - Remove "-face" suffix from sh-script faces
   - Remove "-face" suffix from vhdl-mode faces
   - Remove "-face" suffix from which-func face
   - Remove "-face" suffix from cperl-mode faces
   - Remove "-face" suffix from ld-script faces
   - Fix cperl-mode font-lock problem
   - Tweak which-func face

 * gnus--rel--5.10  (patch 80-82)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.1216 - (view) (download) (annotate) - [select for diffs]
Sat Jun 25 14:06:38 2005 UTC (18 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.1215: +3 -1 lines
Diff to previous 1.1215
*** empty log message ***


Revision 1.841.2.57 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 01:59:50 2005 UTC (18 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.56: +13 -14 lines
Diff to previous 1.841.2.56 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 425-445)

   - Remove "-face" suffix from gnus faces
   - Update from CVS
   - Remove "-face" suffix from MH-E faces
   - Remove "-face" suffix from cc-mode faces
   - Remove "-face" suffix from eshell faces
   - Remove "-face" suffix from ediff faces
   - Implement tty vertical-divider face
   - Rename vertical-divider face to vertical-border
   - Change escape-glyph color on dark backgrounds back to cyan
   - Update reference to renamed Buffer-menu-buffer face


Revision 1.1215 - (view) (download) (annotate) - [select for diffs]
Thu Jun 23 21:48:25 2005 UTC (18 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.1214: +3 -3 lines
Diff to previous 1.1214
Renamed show-nonbreak-escape to nobreak-char-display.


Revision 1.1214 - (view) (download) (annotate) - [select for diffs]
Thu Jun 23 13:58:24 2005 UTC (18 years, 10 months ago) by kfstorm
Branch: MAIN
Changes since 1.1213: +1 -4 lines
Diff to previous 1.1213
*** empty log message ***


Revision 1.1213 - (view) (download) (annotate) - [select for diffs]
Tue Jun 21 11:37:06 2005 UTC (18 years, 10 months ago) by lektu
Branch: MAIN
Changes since 1.1212: +7 -7 lines
Diff to previous 1.1212
Fix spellings.


Revision 1.1212 - (view) (download) (annotate) - [select for diffs]
Fri Jun 17 14:42:39 2005 UTC (18 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.1211: +2 -0 lines
Diff to previous 1.1211
*** empty log message ***


Revision 1.841.2.56 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 23:32:14 2005 UTC (18 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.55: +11 -0 lines
Diff to previous 1.841.2.55 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 358-423)

   - Update from CVS
   - Remove "-face" suffix from widget faces
   - Remove "-face" suffix from custom faces
   - Remove "-face" suffix from change-log faces
   - Remove "-face" suffix from compilation faces
   - Remove "-face" suffix from diff-mode faces
   - lisp/longlines.el (longlines-visible-face): Face removed
   - Remove "-face" suffix from woman faces
   - Remove "-face" suffix from whitespace-highlight face
   - Remove "-face" suffix from ruler-mode faces
   - Remove "-face" suffix from show-paren faces
   - Remove "-face" suffix from log-view faces
   - Remove "-face" suffix from smerge faces
   - Remove "-face" suffix from show-tabs faces
   - Remove "-face" suffix from highlight-changes faces
   - Remove "-face" suffix from and downcase info faces
   - Remove "-face" suffix from pcvs faces
   - Update uses of renamed pcvs faces
   - Tweak ChangeLog
   - Remove "-face" suffix from strokes-char face
   - Remove "-face" suffix from compare-windows face
   - Remove "-face" suffix from calendar faces
   - Remove "-face" suffix from diary-button face
   - Remove "-face" suffix from testcover faces
   - Remove "-face" suffix from viper faces
   - Remove "-face" suffix from org faces
   - Remove "-face" suffix from sgml-namespace face
   - Remove "-face" suffix from table-cell face
   - Remove "-face" suffix from tex-mode faces
   - Remove "-face" suffix from texinfo-heading face
   - Remove "-face" suffix from flyspell faces
   - Remove "-face" suffix from gomoku faces
   - Remove "-face" suffix from mpuz faces
   - Merge from gnus--rel--5.10
   - Remove "-face" suffix from Buffer-menu-buffer face
   - Remove "-face" suffix from antlr-mode faces
   - Remove "-face" suffix from ebrowse faces
   - Remove "-face" suffix from flymake faces
   - Remove "-face" suffix from idlwave faces
   - Remove "-face" suffix from sh-script faces
   - Remove "-face" suffix from vhdl-mode faces
   - Remove "-face" suffix from which-func face
   - Remove "-face" suffix from cperl-mode faces
   - Remove "-face" suffix from ld-script faces
   - Fix cperl-mode font-lock problem
   - Tweak which-func face

 * gnus--rel--5.10  (patch 80-82)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.1211 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 21:00:12 2005 UTC (18 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.1210: +1 -1 lines
Diff to previous 1.1210
*** empty log message ***


Revision 1.1210 - (view) (download) (annotate) - [select for diffs]
Tue Jun 14 11:11:31 2005 UTC (18 years, 10 months ago) by kfstorm
Branch: MAIN
Changes since 1.1209: +4 -0 lines
Diff to previous 1.1209
*** empty log message ***


Revision 1.1209 - (view) (download) (annotate) - [select for diffs]
Sat Jun 11 13:58:16 2005 UTC (18 years, 10 months ago) by eliz
Branch: MAIN
Changes since 1.1208: +7 -0 lines
Diff to previous 1.1208
Mention that adaptive-fill-function is now used before adaptive-fill-regexp,
rather than after it.


Revision 1.841.2.55 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 07:13:02 2005 UTC (18 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.54: +23 -3 lines
Diff to previous 1.841.2.54 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 353-357)

   - Update from CVS


Revision 1.690.2.85 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 05:28:34 2005 UTC (18 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.690.2.84: +23 -3 lines
Diff to previous 1.690.2.84 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-35

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 353-357)

   - Update from CVS


Revision 1.690.2.84 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 05:26:44 2005 UTC (18 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.690.2.83: +26 -1 lines
Diff to previous 1.690.2.83 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-34

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 324-352)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - etc/emacs-buffer.gdb: Remove RCS keywords

 * gnus--rel--5.10  (patch 70-79)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0


Revision 1.690.2.83 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 05:23:32 2005 UTC (18 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.690.2.82: +12 -6 lines
Diff to previous 1.690.2.82 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-33

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 320-323)

   - Update from CVS


Revision 1.1208 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 23:04:27 2005 UTC (18 years, 10 months ago) by kfstorm
Branch: MAIN
Changes since 1.1207: +8 -0 lines
Diff to previous 1.1207
*** empty log message ***


Revision 1.1207 - (view) (download) (annotate) - [select for diffs]
Wed Jun 8 03:15:45 2005 UTC (18 years, 10 months ago) by jurta
Branch: MAIN
Changes since 1.1206: +15 -3 lines
Diff to previous 1.1206
Add `shadow' face and move `mode-line-highlight' to new section `New faces'.


Revision 1.1128.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 08:35:25 2005 UTC (18 years, 10 months ago) by jhd
Branch: XFT_JHD_BRANCH
Changes since 1.1128: +3583 -2906 lines
Diff to previous 1.1128
Merged from HEAD


Revision 1.841.2.54 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 02:39:36 2005 UTC (18 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.53: +26 -1 lines
Diff to previous 1.841.2.53 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 324-352)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - etc/emacs-buffer.gdb: Remove RCS keywords

 * gnus--rel--5.10  (patch 70-79)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0


Revision 1.1206 - (view) (download) (annotate) - [select for diffs]
Sat Jun 4 19:03:06 2005 UTC (18 years, 10 months ago) by eliz
Branch: MAIN
Changes since 1.1205: +12 -0 lines
Diff to previous 1.1205
Mark documented features.


Revision 1.1205 - (view) (download) (annotate) - [select for diffs]
Thu Jun 2 10:06:14 2005 UTC (18 years, 10 months ago) by lektu
Branch: MAIN
Changes since 1.1204: +8 -0 lines
Diff to previous 1.1204
Document new argument of `list-faces-display'.


Revision 1.1204 - (view) (download) (annotate) - [select for diffs]
Mon May 30 10:38:35 2005 UTC (18 years, 11 months ago) by friedman
Branch: MAIN
Changes since 1.1203: +5 -0 lines
Diff to previous 1.1203
Mention emacs-buffer.gdb


Revision 1.1203 - (view) (download) (annotate) - [select for diffs]
Sat May 28 22:04:54 2005 UTC (18 years, 11 months ago) by wohler
Branch: MAIN
Changes since 1.1202: +1 -1 lines
Diff to previous 1.1202
Upgraded to MH-E version 7.84.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.


Revision 1.841.2.53 - (view) (download) (annotate) - [select for diffs]
Thu May 26 05:42:18 2005 UTC (18 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.52: +12 -6 lines
Diff to previous 1.841.2.52 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-55

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 320-323)

   - Update from CVS


Revision 1.1202 - (view) (download) (annotate) - [select for diffs]
Tue May 24 18:15:09 2005 UTC (18 years, 11 months ago) by lektu
Branch: MAIN
Changes since 1.1201: +2 -2 lines
Diff to previous 1.1201
Fix typos.


Revision 1.1201 - (view) (download) (annotate) - [select for diffs]
Tue May 24 17:12:50 2005 UTC (18 years, 11 months ago) by jet
Branch: MAIN
Changes since 1.1200: +5 -0 lines
Diff to previous 1.1200
Write about mouse-face on mode-line and header-line.


Revision 1.1200 - (view) (download) (annotate) - [select for diffs]
Tue May 24 15:30:58 2005 UTC (18 years, 11 months ago) by lektu
Branch: MAIN
Changes since 1.1199: +1 -1 lines
Diff to previous 1.1199
Fix typo.


Revision 1.1199 - (view) (download) (annotate) - [select for diffs]
Sat May 21 13:33:55 2005 UTC (18 years, 11 months ago) by eliz
Branch: MAIN
Changes since 1.1198: +1 -0 lines
Diff to previous 1.1198
Mark locate-file as documented.


Revision 1.1198 - (view) (download) (annotate) - [select for diffs]
Fri May 20 22:04:02 2005 UTC (18 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.1197: +5 -5 lines
Diff to previous 1.1197
Reclassify item.  Update copyright year.


Revision 1.841.2.52 - (view) (download) (annotate) - [select for diffs]
Fri May 20 04:22:05 2005 UTC (18 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.51: +831 -724 lines
Diff to previous 1.841.2.51 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 302-319)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 69)

   - Update from CVS


Revision 1.690.2.82 - (view) (download) (annotate) - [select for diffs]
Fri May 20 03:39:44 2005 UTC (18 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.81: +831 -724 lines
Diff to previous 1.690.2.81 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-32

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 302-319)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 69)

   - Update from CVS


Revision 1.690.2.81 - (view) (download) (annotate) - [select for diffs]
Fri May 20 03:34:36 2005 UTC (18 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.80: +1643 -1449 lines
Diff to previous 1.690.2.80 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-31

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 287-301)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 68)

   - Update from CVS


Revision 1.1197 - (view) (download) (annotate) - [select for diffs]
Thu May 19 00:00:05 2005 UTC (18 years, 11 months ago) by nickrob
Branch: MAIN
Changes since 1.1196: +5 -1 lines
Diff to previous 1.1196
*** empty log message ***


Revision 1.1196 - (view) (download) (annotate) - [select for diffs]
Wed May 18 09:48:34 2005 UTC (18 years, 11 months ago) by nickrob
Branch: MAIN
Changes since 1.1195: +3 -2 lines
Diff to previous 1.1195
*** empty log message ***


Revision 1.1195 - (view) (download) (annotate) - [select for diffs]
Wed May 18 08:00:50 2005 UTC (18 years, 11 months ago) by kfstorm
Branch: MAIN
Changes since 1.1194: +1 -1 lines
Diff to previous 1.1194
*** empty log message ***


Revision 1.1194 - (view) (download) (annotate) - [select for diffs]
Tue May 17 22:40:00 2005 UTC (18 years, 11 months ago) by kfstorm
Branch: MAIN
Changes since 1.1193: +1 -1 lines
Diff to previous 1.1193
Move rectangle mark from S-return to C-return.


Revision 1.1193 - (view) (download) (annotate) - [select for diffs]
Mon May 16 15:24:53 2005 UTC (18 years, 11 months ago) by lektu
Branch: MAIN
Changes since 1.1192: +0 -15 lines
Diff to previous 1.1192
Remove references to open-network-stream-nowait and open-network-stream-server.


Revision 1.1192 - (view) (download) (annotate) - [select for diffs]
Mon May 16 00:36:30 2005 UTC (18 years, 11 months ago) by nickrob
Branch: MAIN
Changes since 1.1191: +2 -2 lines
Diff to previous 1.1191
*** empty log message ***


Revision 1.1191 - (view) (download) (annotate) - [select for diffs]
Mon May 16 00:30:03 2005 UTC (18 years, 11 months ago) by nickrob
Branch: MAIN
Changes since 1.1190: +13 -3 lines
Diff to previous 1.1190
*** empty log message ***


Revision 1.1190 - (view) (download) (annotate) - [select for diffs]
Sat May 14 23:38:09 2005 UTC (18 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.1189: +103 -92 lines
Diff to previous 1.1189
Many cleanups.


Revision 1.1189 - (view) (download) (annotate) - [select for diffs]
Sat May 14 23:23:39 2005 UTC (18 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.1188: +114 -78 lines
Diff to previous 1.1188
Various cleanups.


Revision 1.1188 - (view) (download) (annotate) - [select for diffs]
Sat May 14 13:58:01 2005 UTC (18 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.1187: +107 -95 lines
Diff to previous 1.1187
Rearrangements and cleanups.


Revision 1.1187 - (view) (download) (annotate) - [select for diffs]
Sat May 14 13:18:57 2005 UTC (18 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.1186: +12 -12 lines
Diff to previous 1.1186
Write "Lisp" properly.  Other cleanups.


Revision 1.1186 - (view) (download) (annotate) - [select for diffs]
Sat May 14 13:15:35 2005 UTC (18 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.1185: +485 -442 lines
Diff to previous 1.1185
Rearrangements and cleanups.  Don't mention defaulting of :group.


Revision 1.1185 - (view) (download) (annotate) - [select for diffs]
Fri May 13 08:06:41 2005 UTC (18 years, 11 months ago) by pfeiffer
Branch: MAIN
Changes since 1.1184: +5 -0 lines
Diff to previous 1.1184
Advertize Makefile mode changes.


Revision 1.841.2.51 - (view) (download) (annotate) - [select for diffs]
Thu May 12 03:41:17 2005 UTC (18 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.50: +1906 -1714 lines
Diff to previous 1.841.2.50 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-51

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 289-301)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 68)

   - Update from CVS


Revision 1.1184 - (view) (download) (annotate) - [select for diffs]
Mon May 9 21:02:37 2005 UTC (18 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.1183: +1361 -1201 lines
Diff to previous 1.1183
Rearrange; clarify some entries.


Revision 1.1183 - (view) (download) (annotate) - [select for diffs]
Sun May 8 23:02:44 2005 UTC (18 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.1182: +390 -379 lines
Diff to previous 1.1182
Rearrangements.


Revision 1.1182 - (view) (download) (annotate) - [select for diffs]
Sat May 7 19:48:04 2005 UTC (18 years, 11 months ago) by teirllm
Branch: MAIN
Changes since 1.1181: +2 -1 lines
Diff to previous 1.1181
*** empty log message ***


Revision 1.1181 - (view) (download) (annotate) - [select for diffs]
Sat May 7 11:15:53 2005 UTC (18 years, 11 months ago) by eliz
Branch: MAIN
Changes since 1.1180: +28 -16 lines
Diff to previous 1.1180
Document locate-file.
Move description of new command-line options to where they belong.


Revision 1.1180 - (view) (download) (annotate) - [select for diffs]
Sat May 7 00:05:20 2005 UTC (18 years, 11 months ago) by nickrob
Branch: MAIN
Changes since 1.1179: +3 -0 lines
Diff to previous 1.1179
*** empty log message ***


Revision 1.1179 - (view) (download) (annotate) - [select for diffs]
Thu May 5 19:10:58 2005 UTC (18 years, 11 months ago) by pfeiffer
Branch: MAIN
Changes since 1.1178: +5 -0 lines
Diff to previous 1.1178
Advertise new `font-lock-negation-char-face'.


Revision 1.690.2.80 - (view) (download) (annotate) - [select for diffs]
Thu May 5 00:28:53 2005 UTC (18 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.79: +3065 -2988 lines
Diff to previous 1.690.2.79 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-30

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 272-286)

   - src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 67)

   - Update from CVS


Revision 1.690.2.79 - (view) (download) (annotate) - [select for diffs]
Thu May 5 00:26:37 2005 UTC (18 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.78: +94 -91 lines
Diff to previous 1.690.2.78 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-29

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 259-271)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 66)

   - Update from CVS


Revision 1.841.2.50 - (view) (download) (annotate) - [select for diffs]
Thu May 5 00:04:51 2005 UTC (18 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.49: +3084 -3005 lines
Diff to previous 1.841.2.49 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 272-288)

   - src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 67)

   - Update from CVS


Revision 1.1178 - (view) (download) (annotate) - [select for diffs]
Wed May 4 16:04:04 2005 UTC (18 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.1177: +17 -15 lines
Diff to previous 1.1177
More rearrangement.


Revision 1.1177 - (view) (download) (annotate) - [select for diffs]
Tue May 3 21:04:54 2005 UTC (18 years, 11 months ago) by kfstorm
Branch: MAIN
Changes since 1.1176: +6 -6 lines
Diff to previous 1.1176
*** empty log message ***


Revision 1.1176 - (view) (download) (annotate) - [select for diffs]
Mon May 2 21:34:26 2005 UTC (18 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.1175: +940 -899 lines
Diff to previous 1.1175
More rearrangements.


Revision 1.1175 - (view) (download) (annotate) - [select for diffs]
Mon May 2 20:58:39 2005 UTC (18 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.1174: +3027 -3061 lines
Diff to previous 1.1174
*** empty log message ***


Revision 1.1174 - (view) (download) (annotate) - [select for diffs]
Mon May 2 11:36:01 2005 UTC (18 years, 11 months ago) by kfstorm
Branch: MAIN
Changes since 1.1173: +4 -0 lines
Diff to previous 1.1173
*** empty log message ***


Revision 1.1173 - (view) (download) (annotate) - [select for diffs]
Sun May 1 07:06:37 2005 UTC (18 years, 11 months ago) by lh
Branch: MAIN
Changes since 1.1172: +2 -2 lines
Diff to previous 1.1172
Correct key binding for dired-mark-omitted.


Revision 1.1172 - (view) (download) (annotate) - [select for diffs]
Sat Apr 30 20:29:38 2005 UTC (18 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.1171: +33 -1 lines
Diff to previous 1.1171
*** empty log message ***


Revision 1.1171 - (view) (download) (annotate) - [select for diffs]
Fri Apr 29 22:38:08 2005 UTC (19 years ago) by nickrob
Branch: MAIN
Changes since 1.1170: +5 -0 lines
Diff to previous 1.1170
*** empty log message ***


Revision 1.1170 - (view) (download) (annotate) - [select for diffs]
Wed Apr 27 00:37:59 2005 UTC (19 years ago) by teirllm
Branch: MAIN
Changes since 1.1169: +1 -0 lines
Diff to previous 1.1169
*** empty log message ***


Revision 1.1169 - (view) (download) (annotate) - [select for diffs]
Wed Apr 27 00:30:29 2005 UTC (19 years ago) by teirllm
Branch: MAIN
Changes since 1.1168: +5 -1 lines
Diff to previous 1.1168
*** empty log message ***


Revision 1.1168 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 09:23:24 2005 UTC (19 years ago) by nickrob
Branch: MAIN
Changes since 1.1167: +3 -2 lines
Diff to previous 1.1167
*** empty log message ***


Revision 1.1167 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 05:56:21 2005 UTC (19 years ago) by dann
Branch: MAIN
Changes since 1.1166: +7 -0 lines
Diff to previous 1.1166
* NEWS: Mention xterm key bindings.

* term/xterm.el (function-key-map): Fix strings for
{C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
{C,S,A,C-S}-{f1-f12}.


Revision 1.1166 - (view) (download) (annotate) - [select for diffs]
Sun Apr 24 21:02:20 2005 UTC (19 years ago) by sds
Branch: MAIN
Changes since 1.1165: +1 -1 lines
Diff to previous 1.1165
typo


Revision 1.1165 - (view) (download) (annotate) - [select for diffs]
Sun Apr 24 15:07:23 2005 UTC (19 years ago) by eliz
Branch: MAIN
Changes since 1.1164: +1 -0 lines
Diff to previous 1.1164
Mark syntax-class as documented.


Revision 1.1164 - (view) (download) (annotate) - [select for diffs]
Sat Apr 23 16:54:07 2005 UTC (19 years ago) by rms
Branch: MAIN
Changes since 1.1163: +1 -0 lines
Diff to previous 1.1163
*** empty log message ***


Revision 1.1163 - (view) (download) (annotate) - [select for diffs]
Sat Apr 23 16:21:22 2005 UTC (19 years ago) by rms
Branch: MAIN
Changes since 1.1162: +7 -0 lines
Diff to previous 1.1162
*** empty log message ***


Revision 1.1162 - (view) (download) (annotate) - [select for diffs]
Sat Apr 23 12:58:06 2005 UTC (19 years ago) by eliz
Branch: MAIN
Changes since 1.1161: +1 -0 lines
Diff to previous 1.1161
Mark JIT stealth entry as non-documentable.


Revision 1.1161 - (view) (download) (annotate) - [select for diffs]
Sat Apr 23 12:47:34 2005 UTC (19 years ago) by eliz
Branch: MAIN
Changes since 1.1160: +6 -0 lines
Diff to previous 1.1160
Document changes in JIT stealth lock parameters.


Revision 1.1160 - (view) (download) (annotate) - [select for diffs]
Fri Apr 22 21:33:35 2005 UTC (19 years ago) by nickrob
Branch: MAIN
Changes since 1.1159: +0 -4 lines
Diff to previous 1.1159
*** empty log message ***


Revision 1.1159 - (view) (download) (annotate) - [select for diffs]
Fri Apr 22 04:11:30 2005 UTC (19 years ago) by nickrob
Branch: MAIN
Changes since 1.1158: +0 -1 lines
Diff to previous 1.1158
*** empty log message ***


Revision 1.1158 - (view) (download) (annotate) - [select for diffs]
Fri Apr 22 04:09:43 2005 UTC (19 years ago) by nickrob
Branch: MAIN
Changes since 1.1157: +9 -0 lines
Diff to previous 1.1157
*** empty log message ***


Revision 1.1157 - (view) (download) (annotate) - [select for diffs]
Thu Apr 21 23:46:09 2005 UTC (19 years ago) by kfstorm
Branch: MAIN
Changes since 1.1156: +2 -10 lines
Diff to previous 1.1156
*** empty log message ***


Revision 1.1156 - (view) (download) (annotate) - [select for diffs]
Thu Apr 21 21:29:34 2005 UTC (19 years ago) by lute
Branch: MAIN
Changes since 1.1155: +4 -0 lines
Diff to previous 1.1155
Mention new function rassq-delete-all.


Revision 1.841.2.49 - (view) (download) (annotate) - [select for diffs]
Thu Apr 21 05:59:52 2005 UTC (19 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.48: +94 -91 lines
Diff to previous 1.841.2.48 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-39

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 258-271)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 66)

   - Update from CVS


Revision 1.1155 - (view) (download) (annotate) - [select for diffs]
Wed Apr 20 16:06:39 2005 UTC (19 years ago) by monnier
Branch: MAIN
Changes since 1.1154: +77 -72 lines
Diff to previous 1.1154
Try to add some structure by adding a "new functions" topic.
Mention the new `syntax-class' function.


Revision 1.1154 - (view) (download) (annotate) - [select for diffs]
Wed Apr 20 10:47:03 2005 UTC (19 years ago) by handa
Branch: MAIN
Changes since 1.1153: +1 -1 lines
Diff to previous 1.1153
*** empty log message ***


Revision 1.1153 - (view) (download) (annotate) - [select for diffs]
Tue Apr 19 09:45:55 2005 UTC (19 years ago) by kfstorm
Branch: MAIN
Changes since 1.1152: +8 -3 lines
Diff to previous 1.1152
*** empty log message ***


Revision 1.1152 - (view) (download) (annotate) - [select for diffs]
Tue Apr 19 09:13:36 2005 UTC (19 years ago) by kfstorm
Branch: MAIN
Changes since 1.1151: +8 -2 lines
Diff to previous 1.1151
*** empty log message ***


Revision 1.1151 - (view) (download) (annotate) - [select for diffs]
Mon Apr 18 00:50:30 2005 UTC (19 years ago) by teirllm
Branch: MAIN
Changes since 1.1150: +0 -13 lines
Diff to previous 1.1150
*** empty log message ***


Revision 1.690.2.78 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 06:28:26 2005 UTC (19 years ago) by miles
Branch: lexbind
Changes since 1.690.2.77: +34 -3 lines
Diff to previous 1.690.2.77 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-28

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 241-258)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 59-65)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - (mm-string-to-multibyte): Use Gnus trunk definition.


Revision 1.841.2.48 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 05:03:49 2005 UTC (19 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.47: +34 -3 lines
Diff to previous 1.841.2.47 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-37

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 241-257)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 59-65)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - (mm-string-to-multibyte): Use Gnus trunk definition.


Revision 1.1150 - (view) (download) (annotate) - [select for diffs]
Tue Apr 12 23:34:17 2005 UTC (19 years ago) by teirllm
Branch: MAIN
Changes since 1.1149: +13 -0 lines
Diff to previous 1.1149
*** empty log message ***


Revision 1.1149 - (view) (download) (annotate) - [select for diffs]
Tue Apr 12 19:59:53 2005 UTC (19 years ago) by jhd
Branch: MAIN
Changes since 1.1148: +3 -0 lines
Diff to previous 1.1148
Added new X reosurce, cursorBlink.


Revision 1.1148 - (view) (download) (annotate) - [select for diffs]
Tue Apr 12 10:28:14 2005 UTC (19 years ago) by mituharu
Branch: MAIN
Changes since 1.1147: +5 -0 lines
Diff to previous 1.1147
Mention dynamic change of keyboard-coding-system on Mac.


Revision 1.1147 - (view) (download) (annotate) - [select for diffs]
Mon Apr 11 16:46:05 2005 UTC (19 years ago) by rms
Branch: MAIN
Changes since 1.1146: +2 -0 lines
Diff to previous 1.1146
*** empty log message ***


Revision 1.1146 - (view) (download) (annotate) - [select for diffs]
Sun Apr 10 23:38:37 2005 UTC (19 years ago) by rms
Branch: MAIN
Changes since 1.1145: +7 -4 lines
Diff to previous 1.1145
*** empty log message ***


Revision 1.1145 - (view) (download) (annotate) - [select for diffs]
Sun Apr 10 12:31:24 2005 UTC (19 years ago) by jhd
Branch: MAIN
Changes since 1.1144: +5 -0 lines
Diff to previous 1.1144
* NEWS: Mention fontSet for Lucid menus.


Revision 1.841.2.47 - (view) (download) (annotate) - [select for diffs]
Sat Apr 9 02:16:23 2005 UTC (19 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.46: +3 -1 lines
Diff to previous 1.841.2.46 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-35

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 228-240)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 53-58)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS
   - Collapse feature addition/removal within single ChangeLog entry


Revision 1.690.2.77 - (view) (download) (annotate) - [select for diffs]
Sat Apr 9 01:15:24 2005 UTC (19 years ago) by miles
Branch: lexbind
Changes since 1.690.2.76: +3 -1 lines
Diff to previous 1.690.2.76 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-27

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 231-240)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 56-58)

   - Update from CVS
   - Collapse feature addition/removal within single ChangeLog entry


Revision 1.1144 - (view) (download) (annotate) - [select for diffs]
Wed Apr 6 14:08:06 2005 UTC (19 years ago) by monnier
Branch: MAIN
Changes since 1.1143: +2 -0 lines
Diff to previous 1.1143
*** empty log message ***


Revision 1.1143 - (view) (download) (annotate) - [select for diffs]
Wed Apr 6 10:46:44 2005 UTC (19 years ago) by kfstorm
Branch: MAIN
Changes since 1.1142: +1 -1 lines
Diff to previous 1.1142
Add --bare-bones.


Revision 1.690.2.76 - (view) (download) (annotate) - [select for diffs]
Mon Apr 4 05:30:24 2005 UTC (19 years ago) by miles
Branch: lexbind
Changes since 1.690.2.75: +4 -0 lines
Diff to previous 1.690.2.75 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-26

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 223-230)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 53-55)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.690.2.75 - (view) (download) (annotate) - [select for diffs]
Mon Apr 4 05:29:06 2005 UTC (19 years ago) by miles
Branch: lexbind
Changes since 1.690.2.74: +127 -7 lines
Diff to previous 1.690.2.74 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-25

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 213-222)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 45-52)

   - Update from CVS
   - Update from CVS: texi Makefile.in CVS keyw cruft
   - Update from CVS: ChangeLog tweaks


Revision 1.841.2.46 - (view) (download) (annotate) - [select for diffs]
Sat Apr 2 22:40:21 2005 UTC (19 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.45: +4 -0 lines
Diff to previous 1.841.2.45 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-33

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 223-227)

   - Update from CVS


Revision 1.1142 - (view) (download) (annotate) - [select for diffs]
Thu Mar 31 21:19:34 2005 UTC (19 years ago) by rms
Branch: MAIN
Changes since 1.1141: +4 -0 lines
Diff to previous 1.1141
*** empty log message ***


Revision 1.841.2.45 - (view) (download) (annotate) - [select for diffs]
Thu Mar 31 09:57:52 2005 UTC (19 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.44: +127 -7 lines
Diff to previous 1.841.2.44 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 206-222)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 45-52)

   - Update from CVS
   - Update from CVS: texi Makefile.in CVS keyw cruft
   - Update from CVS: ChangeLog tweaks


Revision 1.1141 - (view) (download) (annotate) - [select for diffs]
Wed Mar 30 11:33:41 2005 UTC (19 years, 1 month ago) by handa
Branch: MAIN
Changes since 1.1140: +10 -3 lines
Diff to previous 1.1140
*** empty log message ***


Revision 1.1140 - (view) (download) (annotate) - [select for diffs]
Tue Mar 29 20:59:16 2005 UTC (19 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.1139: +22 -0 lines
Diff to previous 1.1139
*** empty log message ***


Revision 1.1139 - (view) (download) (annotate) - [select for diffs]
Tue Mar 29 19:11:30 2005 UTC (19 years, 1 month ago) by gm
Branch: MAIN
Changes since 1.1138: +9 -3 lines
Diff to previous 1.1138
*** empty log message ***


Revision 1.1138 - (view) (download) (annotate) - [select for diffs]
Tue Mar 29 11:53:18 2005 UTC (19 years, 1 month ago) by handa
Branch: MAIN
Changes since 1.1137: +4 -0 lines
Diff to previous 1.1137
*** empty log message ***


Revision 1.1137 - (view) (download) (annotate) - [select for diffs]
Mon Mar 28 21:14:06 2005 UTC (19 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.1136: +22 -0 lines
Diff to previous 1.1136
*** empty log message ***


Revision 1.1136 - (view) (download) (annotate) - [select for diffs]
Sun Mar 27 14:27:36 2005 UTC (19 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.1135: +2 -0 lines
Diff to previous 1.1135
*** empty log message ***


Revision 1.1135 - (view) (download) (annotate) - [select for diffs]
Sun Mar 27 14:19:30 2005 UTC (19 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.1134: +2 -0 lines
Diff to previous 1.1134
*** empty log message ***


Revision 1.1134 - (view) (download) (annotate) - [select for diffs]
Sat Mar 26 05:52:20 2005 UTC (19 years, 1 month ago) by handa
Branch: MAIN
Changes since 1.1133: +6 -0 lines
Diff to previous 1.1133
*** empty log message ***


Revision 1.1133 - (view) (download) (annotate) - [select for diffs]
Sat Mar 26 02:10:36 2005 UTC (19 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.1132: +53 -4 lines
Diff to previous 1.1132
*** empty log message ***


Revision 1.690.2.74 - (view) (download) (annotate) - [select for diffs]
Sat Mar 26 01:57:39 2005 UTC (19 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.690.2.73: +5 -4 lines
Diff to previous 1.690.2.73 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-24

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 204-212)

   - Clean up gdb-ui breakpoint faces
   - Update from CVS


Revision 1.841.2.44 - (view) (download) (annotate) - [select for diffs]
Thu Mar 24 18:41:23 2005 UTC (19 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.43: +126 -18 lines
Diff to previous 1.841.2.43 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-29

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 192-205)

   - Update from CVS
   - Use gdb-ui breakpoint faces on ttys too
   - Tweak gdb-ui breakpoint faces
   - Tweak info/.arch-inventory to identify info/.cvsignore as source
   - Clean up gdb-ui breakpoint faces


Revision 1.1132 - (view) (download) (annotate) - [select for diffs]
Wed Mar 23 22:36:14 2005 UTC (19 years, 1 month ago) by kfstorm
Branch: MAIN
Changes since 1.1131: +2 -1 lines
Diff to previous 1.1131
*** empty log message ***


Revision 1.1131 - (view) (download) (annotate) - [select for diffs]
Wed Mar 23 22:34:40 2005 UTC (19 years, 1 month ago) by kfstorm
Branch: MAIN
Changes since 1.1130: +3 -3 lines
Diff to previous 1.1130
*** empty log message ***


Revision 1.690.2.73 - (view) (download) (annotate) - [select for diffs]
Wed Mar 23 08:10:34 2005 UTC (19 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.690.2.72: +7 -5 lines
Diff to previous 1.690.2.72 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-23

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 197-203)

   - Update from CVS
   - Tweak gdb-ui breakpoint faces
   - Tweak info/.arch-inventory to identify info/.cvsignore as source


Revision 1.690.2.72 - (view) (download) (annotate) - [select for diffs]
Wed Mar 23 08:07:11 2005 UTC (19 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.690.2.71: +114 -9 lines
Diff to previous 1.690.2.71 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-22

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 192-196)

   - Update from CVS
   - Use gdb-ui breakpoint faces on ttys too


Revision 1.1130 - (view) (download) (annotate) - [select for diffs]
Wed Mar 23 07:22:34 2005 UTC (19 years, 1 month ago) by dpe
Branch: MAIN
Changes since 1.1129: +7 -5 lines
Diff to previous 1.1129
Mention recentf-keep.


Revision 1.1129 - (view) (download) (annotate) - [select for diffs]
Mon Mar 21 17:40:31 2005 UTC (19 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.1128: +114 -9 lines
Diff to previous 1.1128
*** empty log message ***


Revision 1.690.2.71 - (view) (download) (annotate) - [select for diffs]
Sat Mar 19 02:54:12 2005 UTC (19 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.690.2.70: +33 -10 lines
Diff to previous 1.690.2.70 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-21

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 180-191)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 39-44)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.690.2.70 - (view) (download) (annotate) - [select for diffs]
Sat Mar 19 02:52:37 2005 UTC (19 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.690.2.69: +7 -0 lines
Diff to previous 1.690.2.69 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-20

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 173-179)

   - Update from CVS


Revision 1.841.2.43 - (view) (download) (annotate) - [select for diffs]
Sat Mar 19 02:42:16 2005 UTC (19 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.42: +33 -10 lines
Diff to previous 1.841.2.42 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 180-191)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 39-44)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.1128 - (view) (download) (annotate) - [select for diffs]
Thu Mar 17 23:54:50 2005 UTC (19 years, 1 month ago) by rms
Branch: MAIN
CVS Tags: XFT_JHD_BRANCH_base
Branch point for: XFT_JHD_BRANCH
Changes since 1.1127: +26 -7 lines
Diff to previous 1.1127
*** empty log message ***


Revision 1.1127 - (view) (download) (annotate) - [select for diffs]
Wed Mar 16 07:43:50 2005 UTC (19 years, 1 month ago) by jurta
Branch: MAIN
Changes since 1.1126: +7 -3 lines
Diff to previous 1.1126
Fix isearch in Info.


Revision 1.841.2.42 - (view) (download) (annotate) - [select for diffs]
Mon Mar 14 05:27:52 2005 UTC (19 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.41: +7 -0 lines
Diff to previous 1.841.2.41 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-25

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 173-179)

   - Update from CVS


Revision 1.1126 - (view) (download) (annotate) - [select for diffs]
Sun Mar 13 15:34:46 2005 UTC (19 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.1125: +7 -0 lines
Diff to previous 1.1125
*** empty log message ***


Revision 1.841.2.41 - (view) (download) (annotate) - [select for diffs]
Thu Mar 10 23:36:34 2005 UTC (19 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.40: +5 -1 lines
Diff to previous 1.841.2.40 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-24

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 166-172)

   - Update from CVS
   - Tweak obsolete function/variable warning message
   - Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 38)

   - Update from CVS


Revision 1.690.2.69 - (view) (download) (annotate) - [select for diffs]
Thu Mar 10 23:30:23 2005 UTC (19 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.690.2.68: +5 -1 lines
Diff to previous 1.690.2.68 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-19

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 166-172)

   - Update from CVS
   - Tweak obsolete function/variable warning message
   - Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 38)

   - Update from CVS


Revision 1.1125 - (view) (download) (annotate) - [select for diffs]
Thu Mar 10 06:40:59 2005 UTC (19 years, 1 month ago) by albinus
Branch: MAIN
Changes since 1.1124: +5 -1 lines
Diff to previous 1.1124
* NEWS: Explain how to default Tramp to FTP.


Revision 1.841.2.40 - (view) (download) (annotate) - [select for diffs]
Wed Mar 9 00:09:32 2005 UTC (19 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.39: +14 -0 lines
Diff to previous 1.841.2.39 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-23

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 150-165)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Add info/dir to arch branch

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 34-37)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.690.2.68 - (view) (download) (annotate) - [select for diffs]
Tue Mar 8 23:40:12 2005 UTC (19 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.690.2.67: +14 -0 lines
Diff to previous 1.690.2.67 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-18

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 153-165)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 36-37)

   - Update from CVS


Revision 1.1124 - (view) (download) (annotate) - [select for diffs]
Sat Mar 5 18:04:54 2005 UTC (19 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.1123: +6 -0 lines
Diff to previous 1.1123
*** empty log message ***


Revision 1.1123 - (view) (download) (annotate) - [select for diffs]
Sat Mar 5 04:44:12 2005 UTC (19 years, 1 month ago) by jurta
Branch: MAIN
Changes since 1.1122: +4 -0 lines
Diff to previous 1.1122
--no-blinking-cursor


Revision 1.1122 - (view) (download) (annotate) - [select for diffs]
Sat Mar 5 03:39:28 2005 UTC (19 years, 1 month ago) by mituharu
Branch: MAIN
Changes since 1.1121: +4 -0 lines
Diff to previous 1.1121
Mention Carbon build on Mac OS 9.


Revision 1.690.2.67 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 23:54:14 2005 UTC (19 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.690.2.66: +5 -2 lines
Diff to previous 1.690.2.66 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-14

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 129-141)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 31-33)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.841.2.39 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 10:35:15 2005 UTC (19 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.38: +5 -2 lines
Diff to previous 1.841.2.38 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-21

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 129-149)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - (make-text-button): Default button type if not specified
   - quick-install-emacs: Use mkdir --verbose only when requested

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 31-33)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.690.2.66 - (view) (download) (annotate) - [select for diffs]
Mon Feb 28 14:27:27 2005 UTC (19 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.690.2.65: +4 -2 lines
Diff to previous 1.690.2.65 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-13

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 125-128)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 28-30)

   - Update from CVS


Revision 1.1121 - (view) (download) (annotate) - [select for diffs]
Sun Feb 27 22:54:12 2005 UTC (19 years, 2 months ago) by gm
Branch: MAIN
Changes since 1.1120: +3 -0 lines
Diff to previous 1.1120
*** empty log message ***


Revision 1.1120 - (view) (download) (annotate) - [select for diffs]
Fri Feb 25 23:32:44 2005 UTC (19 years, 2 months ago) by kfstorm
Branch: MAIN
Changes since 1.1119: +2 -2 lines
Diff to previous 1.1119
*** empty log message ***


Revision 1.841.2.38 - (view) (download) (annotate) - [select for diffs]
Fri Feb 25 06:44:33 2005 UTC (19 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.37: +4 -2 lines
Diff to previous 1.841.2.37 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-18

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 125-128)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 28-30)

   - Update from CVS


Revision 1.1119 - (view) (download) (annotate) - [select for diffs]
Wed Feb 23 17:15:47 2005 UTC (19 years, 2 months ago) by jurta
Branch: MAIN
Changes since 1.1118: +4 -2 lines
Diff to previous 1.1118
*** empty log message ***


Revision 1.841.2.37 - (view) (download) (annotate) - [select for diffs]
Wed Feb 23 09:18:23 2005 UTC (19 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.36: +2 -1 lines
Diff to previous 1.841.2.36 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-16

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-106
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-110
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-111
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-112
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-113
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-114
   <no summary provided>

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-115
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-123
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-124
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-17
 - miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-19
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-20
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-21
   More work on moving images to etc/images

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-22
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-23
   Fix errors with image-file installation

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-24
   etc/Makefile.in (install): Put gnus-tut.txt in the right place.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-25
   etc/Makefile.in (install, uninstall): Fix installed image dirs.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-26
   etc/Makefile.in (install): Create $(etcdir)/images/gnus dir.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-27
   Update from CVS


Revision 1.690.2.65 - (view) (download) (annotate) - [select for diffs]
Tue Feb 22 23:09:22 2005 UTC (19 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.690.2.64: +2 -1 lines
Diff to previous 1.690.2.64 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-12

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-107
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-110
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-111
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-112
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-113
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-114
   <no summary provided>

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-115
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-123
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-124
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-17
 - miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-19
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-20
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-21
   More work on moving images to etc/images

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-22
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-23
   Fix errors with image-file installation

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-24
   etc/Makefile.in (install): Put gnus-tut.txt in the right place.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-25
   etc/Makefile.in (install, uninstall): Fix installed image dirs.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-26
   etc/Makefile.in (install): Create $(etcdir)/images/gnus dir.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-27
   Update from CVS


Revision 1.1118 - (view) (download) (annotate) - [select for diffs]
Tue Feb 22 20:43:39 2005 UTC (19 years, 2 months ago) by kfstorm
Branch: MAIN
Changes since 1.1117: +2 -1 lines
Diff to previous 1.1117
*** empty log message ***


Revision 1.690.2.64 - (view) (download) (annotate) - [select for diffs]
Fri Feb 18 02:36:29 2005 UTC (19 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.690.2.63: +8 -0 lines
Diff to previous 1.690.2.63 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-11

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-95
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-96
   Move Gnus images into etc/images

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-97
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-106
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-14
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-15
   Update from CVS: lisp/imap.el (imap-log): Doc fix.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-16
   Merge from emacs--cvs-trunk--0


Revision 1.841.2.36 - (view) (download) (annotate) - [select for diffs]
Fri Feb 18 00:41:49 2005 UTC (19 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.35: +8 -0 lines
Diff to previous 1.841.2.35 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-15

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-95
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-96
   Move Gnus images into etc/images

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-97
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-105
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-14
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-15
   Update from CVS: lisp/imap.el (imap-log): Doc fix.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-16
   Merge from emacs--cvs-trunk--0


Revision 1.1117 - (view) (download) (annotate) - [select for diffs]
Tue Feb 15 23:02:56 2005 UTC (19 years, 2 months ago) by jasonr
Branch: MAIN
Changes since 1.1116: +8 -0 lines
Diff to previous 1.1116
Add note about Unicode clipboard support on Windows.


Revision 1.841.2.35 - (view) (download) (annotate) - [select for diffs]
Mon Feb 14 03:40:06 2005 UTC (19 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.34: +9 -9 lines
Diff to previous 1.841.2.34 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-14

Update unicode-branch version numbers and ChangeLog file names

2005-02-12  Miles Bader  <miles@gnu.org>

   * etc/TODO, etc/PROBLEMS, etc/NEWS: Replace references to Emacs version "22"
   with "23".

2005-02-12  Miles Bader  <miles@gnu.org>

   * lisp/version.el (emacs-version): Change to "23.0.0".

   * lisp/descr-text.el (describe-char-unidata-list):
   Replace references to Emacs version "22" with "23".
   * lisp/emacs-lisp/bytecomp.el (byte-compile-fix-header)
   (byte-compile-insert-header): Likewise.
   * lisp/international/mule.el (charset-list, set-coding-priority)
   (ignore-relative-composition): Likewise.
   * lisp/international/mule-util.el (detect-coding-with-priority): Likewise.
   * lisp/international/mule-diag.el: Likewise.
   * lisp/international/mule-cmds.el (language-info-custom-alist): Likewise.
   * lisp/international/codepage.el (codepage-setup): Likewise.

2005-02-13  Miles Bader  <miles@gnu.org>

   Rename unicode-branch-specific ChangeLog files to
   "ChangeLog.unicode" from "ChangeLog.22"


Revision 1.690.2.63 - (view) (download) (annotate) - [select for diffs]
Sun Feb 13 11:59:51 2005 UTC (19 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.690.2.62: +11 -8 lines
Diff to previous 1.690.2.62 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-10

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-82
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-83
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-89
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-90
   Update from CVS: man/calc.texi: Add macro for LaTeX for info output.

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-91
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-94
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-12
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-13
   Update from CVS


Revision 1.841.2.34 - (view) (download) (annotate) - [select for diffs]
Sun Feb 13 07:19:03 2005 UTC (19 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.33: +11 -8 lines
Diff to previous 1.841.2.33 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-13

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-83
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-89
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-90
   Update from CVS: man/calc.texi: Add macro for LaTeX for info output.

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-91
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-94
   Update from CVS


Revision 1.1116 - (view) (download) (annotate) - [select for diffs]
Wed Feb 9 15:50:46 2005 UTC (19 years, 2 months ago) by kfstorm
Branch: MAIN
Changes since 1.1115: +6 -6 lines
Diff to previous 1.1115
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.


Revision 1.690.2.62 - (view) (download) (annotate) - [select for diffs]
Sun Feb 6 12:27:36 2005 UTC (19 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.690.2.61: +14 -13 lines
Diff to previous 1.690.2.61 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-9

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-69
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-71
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-72
   src/dispextern.h (xassert): Enable unconditionally.

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-73
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-81
   Update from CVS


Revision 1.690.2.61 - (view) (download) (annotate) - [select for diffs]
Sun Feb 6 12:26:02 2005 UTC (19 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.690.2.60: +7 -2 lines
Diff to previous 1.690.2.60 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-8

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-59
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-68
   Update from CVS


Revision 1.841.2.33 - (view) (download) (annotate) - [select for diffs]
Sun Feb 6 12:06:00 2005 UTC (19 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.32: +14 -13 lines
Diff to previous 1.841.2.32 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-11

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-69
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-71
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-72
   src/dispextern.h (xassert): Enable unconditionally.

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-73
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-81
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-82
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-12
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-13
   Update from CVS


Revision 1.1115 - (view) (download) (annotate) - [select for diffs]
Sun Feb 6 10:39:30 2005 UTC (19 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.1114: +5 -2 lines
Diff to previous 1.1114
*** empty log message ***


Revision 1.1114 - (view) (download) (annotate) - [select for diffs]
Thu Feb 3 06:45:26 2005 UTC (19 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.1113: +14 -13 lines
Diff to previous 1.1113
*** empty log message ***


Revision 1.841.2.32 - (view) (download) (annotate) - [select for diffs]
Wed Feb 2 01:54:00 2005 UTC (19 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.31: +7 -2 lines
Diff to previous 1.841.2.31 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-10

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-59
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-68
   Update from CVS


Revision 1.1113 - (view) (download) (annotate) - [select for diffs]
Mon Jan 31 23:15:28 2005 UTC (19 years, 2 months ago) by teirllm
Branch: MAIN
Changes since 1.1112: +2 -2 lines
Diff to previous 1.1112
*** empty log message ***


Revision 1.1112 - (view) (download) (annotate) - [select for diffs]
Sat Jan 29 17:16:56 2005 UTC (19 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.1111: +5 -5 lines
Diff to previous 1.1111
*** empty log message ***


Revision 1.1111 - (view) (download) (annotate) - [select for diffs]
Sat Jan 29 17:16:47 2005 UTC (19 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.1110: +5 -0 lines
Diff to previous 1.1110
*** empty log message ***


Revision 1.690.2.60 - (view) (download) (annotate) - [select for diffs]
Sat Jan 29 00:17:31 2005 UTC (19 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.690.2.59: +7 -0 lines
Diff to previous 1.690.2.59 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-6

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-48
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-51
   Update from CVS


Revision 1.841.2.31 - (view) (download) (annotate) - [select for diffs]
Mon Jan 24 22:34:31 2005 UTC (19 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.30: +7 -0 lines
Diff to previous 1.841.2.30 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-6

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-48
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-51
   Update from CVS


Revision 1.1110 - (view) (download) (annotate) - [select for diffs]
Sun Jan 23 13:31:53 2005 UTC (19 years, 3 months ago) by kfstorm
Branch: MAIN
Changes since 1.1109: +7 -0 lines
Diff to previous 1.1109
*** empty log message ***


Revision 1.690.2.59 - (view) (download) (annotate) - [select for diffs]
Sat Jan 22 21:50:53 2005 UTC (19 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.690.2.58: +19 -3 lines
Diff to previous 1.690.2.58 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-5

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-41
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-46
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-47
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-4
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-5
   Update from CVS: exi/gnus-faq.texi ([4.1]): Typo.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-6
   Update from CVS


Revision 1.841.2.30 - (view) (download) (annotate) - [select for diffs]
Sat Jan 22 21:39:33 2005 UTC (19 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.29: +19 -3 lines
Diff to previous 1.841.2.29 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-4

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-41
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-46
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-47
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-4
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-5
   Update from CVS: exi/gnus-faq.texi ([4.1]): Typo.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-6
   Update from CVS


Revision 1.1109 - (view) (download) (annotate) - [select for diffs]
Sat Jan 22 15:43:56 2005 UTC (19 years, 3 months ago) by dak
Branch: MAIN
Changes since 1.1108: +4 -0 lines
Diff to previous 1.1108
* NEWS: Mention alias `find-grep' for `grep-find'.

* progmodes/grep.el: Add alias `find-grep' for `grep-find'.

* building.texi (Grep Searching): Mention alias `find-grep' for
`grep-find'.


Revision 1.1108 - (view) (download) (annotate) - [select for diffs]
Sat Jan 22 01:15:38 2005 UTC (19 years, 3 months ago) by nickrob
Branch: MAIN
Changes since 1.1107: +3 -0 lines
Diff to previous 1.1107
*** empty log message ***


Revision 1.1107 - (view) (download) (annotate) - [select for diffs]
Wed Jan 19 23:46:58 2005 UTC (19 years, 3 months ago) by monnier
Branch: MAIN
Changes since 1.1106: +3 -3 lines
Diff to previous 1.1106
Add dotimes-with-progress-reporter.


Revision 1.1106 - (view) (download) (annotate) - [select for diffs]
Tue Jan 18 00:00:59 2005 UTC (19 years, 3 months ago) by teirllm
Branch: MAIN
Changes since 1.1105: +6 -0 lines
Diff to previous 1.1105
*** empty log message ***


Revision 1.1105 - (view) (download) (annotate) - [select for diffs]
Mon Jan 17 23:47:27 2005 UTC (19 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.1104: +3 -0 lines
Diff to previous 1.1104
*** empty log message ***


Revision 1.690.2.58 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 03:50:21 2005 UTC (19 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.690.2.57: +19 -1 lines
Diff to previous 1.690.2.57 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-4

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-29
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-39
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-40
   Fix regressions from latest reftex update


Revision 1.690.2.57 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 03:48:01 2005 UTC (19 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.690.2.56: +22 -4 lines
Diff to previous 1.690.2.56 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-3

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-83
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-84
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-11
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-12
   Remove "-face" suffix from lazy-highlight face name

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-13
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-16
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-18
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-21
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-22
   <no summary provided>

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-23
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-28
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-2
   Merge from miles@gnu.org--gnu-2004

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-3
   Merge from emacs--cvs-trunk--0


Revision 1.841.2.29 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 03:40:03 2005 UTC (19 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.28: +66 -24 lines
Diff to previous 1.841.2.28 , to branch point 1.841
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-2

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-83
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-84
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-3
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-4
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-5
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-6
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-11
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-12
   Remove "-face" suffix from lazy-highlight face name

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-13
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-16
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-18
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-21
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-22
   <no summary provided>

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-23
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-39
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-40
   Fix regressions from latest reftex update

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--base-0
   tag of miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-1
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-2
   Merge from miles@gnu.org--gnu-2004

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-3
   Merge from emacs--cvs-trunk--0


Revision 1.1104 - (view) (download) (annotate) - [select for diffs]
Sat Jan 15 14:37:32 2005 UTC (19 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.1103: +8 -0 lines
Diff to previous 1.1103
Document support for GNU mailutils.


Revision 1.1103 - (view) (download) (annotate) - [select for diffs]
Sat Jan 15 13:13:13 2005 UTC (19 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.1102: +6 -0 lines
Diff to previous 1.1102
Mention the new feature of type-break whereby type-break-file-name
can be set to nil.


Revision 1.1102 - (view) (download) (annotate) - [select for diffs]
Tue Jan 11 21:59:47 2005 UTC (19 years, 3 months ago) by jurta
Branch: MAIN
Changes since 1.1101: +5 -1 lines
Diff to previous 1.1101
Info-history-forward


Revision 1.1101 - (view) (download) (annotate) - [select for diffs]
Sun Jan 9 02:12:43 2005 UTC (19 years, 3 months ago) by kfstorm
Branch: MAIN
Changes since 1.1100: +8 -0 lines
Diff to previous 1.1100
*** empty log message ***


Revision 1.1100 - (view) (download) (annotate) - [select for diffs]
Fri Jan 7 20:25:00 2005 UTC (19 years, 3 months ago) by lh
Branch: MAIN
Changes since 1.1099: +14 -4 lines
Diff to previous 1.1099
Describe desktop package lazy restore feature.


Revision 1.690.2.56 - (view) (download) (annotate) - [select for diffs]
Thu Jan 6 02:51:01 2005 UTC (19 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.690.2.55: +25 -19 lines
Diff to previous 1.690.2.55 , to branch point 1.690
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-2

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-4
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-5
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-6
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-10
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--base-0
   tag of miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-1
   Merge from emacs--cvs-trunk--0


Revision 1.1099 - (view) (download) (annotate) - [select for diffs]
Wed Jan 5 16:36:19 2005 UTC (19 years, 3 months ago) by kfstorm
Branch: MAIN
Changes since 1.1098: +12 -8 lines
Diff to previous 1.1098
Fix line-height and line-spacing docs.


Revision 1.1098 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 21:15:09 2005 UTC (19 years, 3 months ago) by monnier
Branch: MAIN
Changes since 1.1097: +3 -1 lines
Diff to previous 1.1097
(display-battery-mode): Rename from display-battery.
Handle the case where it gets turned off.


Revision 1.1097 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 18:01:45 2005 UTC (19 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.1096: +7 -10 lines
Diff to previous 1.1096
*** empty log message ***


Revision 1.690.2.55 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 05:39:37 2005 UTC (19 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.690.2.54: +165 -28 lines
Diff to previous 1.690.2.54 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-78

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-721
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-732
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-733
   Update from CVS: man/calc.texi: Fix some TeX definitions.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-735
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-749
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-750
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-751
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-753
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-754
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-755
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-757
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-75
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-76
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-77
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-78
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-79
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-80
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-81
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82
   Update from CVS


Revision 1.1096 - (view) (download) (annotate) - [select for diffs]
Mon Jan 3 03:23:31 2005 UTC (19 years, 3 months ago) by dann
Branch: MAIN
Changes since 1.1095: +3 -0 lines
Diff to previous 1.1095
*** empty log message ***


Revision 1.841.2.28 - (view) (download) (annotate) - [select for diffs]
Sun Jan 2 09:13:18 2005 UTC (19 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.27: +57 -6 lines
Diff to previous 1.841.2.27 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-748
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-749
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-750
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-751
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-753
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-754
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-755
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-757
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-78
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-79
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-80
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-81
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82
   Update from CVS


Revision 1.1095 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 15:05:41 2004 UTC (19 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.1094: +32 -10 lines
Diff to previous 1.1094
*** empty log message ***


Revision 1.1094 - (view) (download) (annotate) - [select for diffs]
Wed Dec 29 01:30:45 2004 UTC (19 years, 4 months ago) by handa
Branch: MAIN
Changes since 1.1093: +3 -0 lines
Diff to previous 1.1093
*** empty log message ***


Revision 1.1093 - (view) (download) (annotate) - [select for diffs]
Mon Dec 27 20:16:58 2004 UTC (19 years, 4 months ago) by jhd
Branch: MAIN
Changes since 1.1092: +3 -0 lines
Diff to previous 1.1092
* NEWS: C-g pops down menus and dialogs.


Revision 1.1092 - (view) (download) (annotate) - [select for diffs]
Mon Dec 27 19:55:44 2004 UTC (19 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1091: +5 -0 lines
Diff to previous 1.1091
*** empty log message ***


Revision 1.1091 - (view) (download) (annotate) - [select for diffs]
Mon Dec 27 16:53:42 2004 UTC (19 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1090: +13 -0 lines
Diff to previous 1.1090
*** empty log message ***


Revision 1.1090 - (view) (download) (annotate) - [select for diffs]
Sun Dec 26 19:57:35 2004 UTC (19 years, 4 months ago) by ttn
Branch: MAIN
Changes since 1.1089: +5 -0 lines
Diff to previous 1.1089
Mention new var `hs-set-up-overlay'.


Revision 1.841.2.27 - (view) (download) (annotate) - [select for diffs]
Sat Dec 25 02:00:23 2004 UTC (19 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.26: +63 -22 lines
Diff to previous 1.841.2.26 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-735
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-747
   Update from CVS


Revision 1.1089 - (view) (download) (annotate) - [select for diffs]
Tue Dec 21 11:48:28 2004 UTC (19 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1088: +2 -1 lines
Diff to previous 1.1088
*** empty log message ***


Revision 1.1088 - (view) (download) (annotate) - [select for diffs]
Tue Dec 21 11:47:38 2004 UTC (19 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1087: +34 -28 lines
Diff to previous 1.1087
*** empty log message ***


Revision 1.1087 - (view) (download) (annotate) - [select for diffs]
Fri Dec 17 15:15:57 2004 UTC (19 years, 4 months ago) by kfstorm
Branch: MAIN
Changes since 1.1086: +33 -0 lines
Diff to previous 1.1086
Implement context-sentitive dual behaviour for mouse-1 click.


Revision 1.1086 - (view) (download) (annotate) - [select for diffs]
Wed Dec 15 10:14:05 2004 UTC (19 years, 4 months ago) by jurta
Branch: MAIN
Changes since 1.1085: +7 -6 lines
Diff to previous 1.1085
*** empty log message ***


Revision 1.841.2.26 - (view) (download) (annotate) - [select for diffs]
Tue Dec 14 07:34:53 2004 UTC (19 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.25: +51 -6 lines
Diff to previous 1.841.2.25 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-78

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-719
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-732
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-733
   Update from CVS: man/calc.texi: Fix some TeX definitions.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-75
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-76
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-77
   Update from CVS


Revision 1.1085 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 21:51:11 2004 UTC (19 years, 4 months ago) by jurta
Branch: MAIN
Changes since 1.1084: +1 -1 lines
Diff to previous 1.1084
Fix tyop.


Revision 1.1084 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 19:24:04 2004 UTC (19 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1083: +9 -2 lines
Diff to previous 1.1083
*** empty log message ***


Revision 1.1083 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 05:19:18 2004 UTC (19 years, 4 months ago) by jurta
Branch: MAIN
Changes since 1.1082: +21 -0 lines
Diff to previous 1.1082
ffap and wildcards


Revision 1.1082 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 03:22:29 2004 UTC (19 years, 4 months ago) by jurta
Branch: MAIN
Changes since 1.1081: +10 -2 lines
Diff to previous 1.1081
*** empty log message ***


Revision 1.1081 - (view) (download) (annotate) - [select for diffs]
Sun Dec 12 22:56:55 2004 UTC (19 years, 4 months ago) by jurta
Branch: MAIN
Changes since 1.1080: +4 -0 lines
Diff to previous 1.1080
query-replace-highlight eq isearch


Revision 1.1080 - (view) (download) (annotate) - [select for diffs]
Fri Dec 10 04:58:52 2004 UTC (19 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.1079: +8 -3 lines
Diff to previous 1.1079
*** empty log message ***


Revision 1.690.2.54 - (view) (download) (annotate) - [select for diffs]
Wed Dec 8 23:36:38 2004 UTC (19 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.690.2.53: +39 -21 lines
Diff to previous 1.690.2.53 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-77

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-708
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-709
   Update from CVS: src/indent.c (Fvertical_motion): Fix last change.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-710
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-715
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-717
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-718
   RCS keyword removal

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-719
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-720
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-74
   Update from CVS


Revision 1.690.2.53 - (view) (download) (annotate) - [select for diffs]
Wed Dec 8 23:31:46 2004 UTC (19 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.690.2.52: +14 -0 lines
Diff to previous 1.690.2.52 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-76

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-693
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-695
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-696
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-697
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-702
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-703
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-704
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-707
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-72
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-73
   Merge from emacs--cvs-trunk--0


Revision 1.841.2.25 - (view) (download) (annotate) - [select for diffs]
Wed Dec 8 05:02:28 2004 UTC (19 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.24: +39 -21 lines
Diff to previous 1.841.2.24 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-709
   Update from CVS: src/indent.c (Fvertical_motion): Fix last change.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-710
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-715
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-74
   Update from CVS


Revision 1.1079 - (view) (download) (annotate) - [select for diffs]
Tue Dec 7 04:59:32 2004 UTC (19 years, 4 months ago) by monnier
Branch: MAIN
Changes since 1.1078: +3 -0 lines
Diff to previous 1.1078
*** empty log message ***


Revision 1.1078 - (view) (download) (annotate) - [select for diffs]
Tue Dec 7 00:49:42 2004 UTC (19 years, 4 months ago) by gm
Branch: MAIN
Changes since 1.1077: +3 -3 lines
Diff to previous 1.1077
*** empty log message ***


Revision 1.1077 - (view) (download) (annotate) - [select for diffs]
Fri Nov 26 23:24:44 2004 UTC (19 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.1076: +5 -6 lines
Diff to previous 1.1076
(bibtex-sort-entry-class)
(bibtex-comment-start): Use defcustom.
(bibtex-entry-field-alist): Use nil if initial content of the
field is undefined.  Fix docstring.
(bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
(bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
(bibtex-mode, bibtex-field-list, bibtex-entry-updat)
(bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
Fix docstring.
(bibtex-autokey-title-terminators): Use only one regexp.
(bibtex-string-maybe-empty-head): New variable.
(bibtex-remove-delimiters-string): New function.
(bibtex-text-in-field-bounds, bibtex-text-in-string):
Use bibtex-remove-delimiters-string.
(bibtex-progress-message, bibtex-field-left-delimiter)
(bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
(bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
(bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
Simplify.
(bibtex-format-entry): Use save-excursion for inherited booktitle.
Use eq and bibtex-remove-delimiters-string.  For end markers use
insertion type so that marker stays after inserted text.
(bibtex-autokey-get-names): Return empty string if name is missing.
(bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
calling bibtex-autokey-name-case-convert.
(bibtex-autokey-demangle-title):
Call bibtex-autokey-titleword-case-convert.  Remove call to
bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
(bibtex-global-key-alist, bibtex-read-string-key): New functions.
(bibtex-read-key): New optional arg global.
(bibtex-files-expand): New optional arg force.
(bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
(bibtex-complete-crossref-cleanup): Rename from
bibtex-complete-key-cleanup.  Simplify code.
(bibtex-copy-summary-as-kill): Remove arg key.  Operate on current entry.
Use looking-at.
(bibtex-button): Add docstring.
(bibtex-entry): Simplify.
(bibtex-make-field): Replace optional arg called-by-yank with more
specific args move and interactive.
(bibtex-end-of-entry): Use forward-sexp.
(bibtex-find-entry-globally): Remove.
(bibtex-find-crossref): Allow for crossref key located in other buffer.
Bound to C-c C-x.
(bibtex-find-entry): New optional args global and display.
(bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
(bibtex-validate): Use arg force of bibtex-files-expand.
(bibtex-clean-entry): Bugfix, clean string entries properly.
Always keep point at beginning of entry.
(bibtex-complete): Bugfix.  Handle string entries properly.
Call cleanup functions only if needed.
(bibtex-String): Use bibtex-read-string-key.
(bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
case of replacement text.


Revision 1.1076 - (view) (download) (annotate) - [select for diffs]
Fri Nov 26 17:45:16 2004 UTC (19 years, 5 months ago) by jhd
Branch: MAIN
Changes since 1.1075: +1 -1 lines
Diff to previous 1.1075
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.


Revision 1.1075 - (view) (download) (annotate) - [select for diffs]
Thu Nov 25 03:22:56 2004 UTC (19 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.1074: +1 -4 lines
Diff to previous 1.1074
*** empty log message ***


Revision 1.1074 - (view) (download) (annotate) - [select for diffs]
Thu Nov 25 00:49:34 2004 UTC (19 years, 5 months ago) by gm
Branch: MAIN
Changes since 1.1073: +4 -0 lines
Diff to previous 1.1073
*** empty log message ***


Revision 1.1073 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 13:17:56 2004 UTC (19 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.1072: +0 -3 lines
Diff to previous 1.1072
*** empty log message ***


Revision 1.1072 - (view) (download) (annotate) - [select for diffs]
Sat Nov 20 22:09:16 2004 UTC (19 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.1071: +4 -0 lines
Diff to previous 1.1071
*** empty log message ***


Revision 1.1071 - (view) (download) (annotate) - [select for diffs]
Sat Nov 20 14:05:58 2004 UTC (19 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.1070: +9 -9 lines
Diff to previous 1.1070
*** empty log message ***


Revision 1.1070 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 20:06:23 2004 UTC (19 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.1069: +9 -0 lines
Diff to previous 1.1069
*** empty log message ***


Revision 1.841.2.24 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 06:55:13 2004 UTC (19 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.23: +14 -0 lines
Diff to previous 1.841.2.23 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-72

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-693
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-695
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-696
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-697
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-702
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-703
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-704
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-708
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-72
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-73
   Merge from emacs--cvs-trunk--0


Revision 1.1069 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 03:03:18 2004 UTC (19 years, 5 months ago) by teirllm
Branch: MAIN
Changes since 1.1068: +9 -4 lines
Diff to previous 1.1068
*** empty log message ***


Revision 1.1068 - (view) (download) (annotate) - [select for diffs]
Tue Nov 16 17:24:27 2004 UTC (19 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.1067: +8 -0 lines
Diff to previous 1.1067
*** empty log message ***


Revision 1.1067 - (view) (download) (annotate) - [select for diffs]
Mon Nov 15 15:20:13 2004 UTC (19 years, 5 months ago) by kfstorm
Branch: MAIN
Changes since 1.1066: +6 -0 lines
Diff to previous 1.1066
*** empty log message ***


Revision 1.690.2.52 - (view) (download) (annotate) - [select for diffs]
Fri Nov 12 04:21:24 2004 UTC (19 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.690.2.51: +35 -5 lines
Diff to previous 1.690.2.51 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-74

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-669
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-678
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-680
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-688
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-690
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-691
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-69
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-70
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-71
   Update from CVS


Revision 1.841.2.23 - (view) (download) (annotate) - [select for diffs]
Fri Nov 12 02:53:04 2004 UTC (19 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.22: +35 -5 lines
Diff to previous 1.841.2.22 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-669
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-678
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-680
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-688
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-690
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-691
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-69
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-70
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-71
   Update from CVS


Revision 1.1066 - (view) (download) (annotate) - [select for diffs]
Wed Nov 10 20:15:00 2004 UTC (19 years, 5 months ago) by pfeiffer
Branch: MAIN
Changes since 1.1065: +9 -2 lines
Diff to previous 1.1065
magic-mode-alist & conf-mode.el


Revision 1.1065 - (view) (download) (annotate) - [select for diffs]
Tue Nov 9 11:10:09 2004 UTC (19 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.1064: +1 -0 lines
Diff to previous 1.1064
*** empty log message ***


Revision 1.1064 - (view) (download) (annotate) - [select for diffs]
Mon Nov 8 16:49:10 2004 UTC (19 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.1063: +3 -1 lines
Diff to previous 1.1063
*** empty log message ***


Revision 1.1063 - (view) (download) (annotate) - [select for diffs]
Mon Nov 8 16:46:59 2004 UTC (19 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.1062: +7 -0 lines
Diff to previous 1.1062
*** empty log message ***


Revision 1.1062 - (view) (download) (annotate) - [select for diffs]
Sat Nov 6 17:05:42 2004 UTC (19 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.1061: +4 -0 lines
Diff to previous 1.1061
Document get-internal-run-time.


Revision 1.1061 - (view) (download) (annotate) - [select for diffs]
Sat Nov 6 12:15:10 2004 UTC (19 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.1060: +3 -0 lines
Diff to previous 1.1060
Document changes in behavior of hide-body.


Revision 1.690.2.51 - (view) (download) (annotate) - [select for diffs]
Thu Nov 4 13:12:46 2004 UTC (19 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.690.2.50: +30 -4 lines
Diff to previous 1.690.2.50 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-73

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-651
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-655
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-656
   Update from CVS: lisp/man.el (Man-xref-normal-file): Fix help-echo.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-657
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-658
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-659
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-660
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-661
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-667
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-64
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-68
   Update from CVS


Revision 1.1060 - (view) (download) (annotate) - [select for diffs]
Thu Nov 4 09:21:52 2004 UTC (19 years, 5 months ago) by jhd
Branch: MAIN
Changes since 1.1059: +9 -3 lines
Diff to previous 1.1059
Add menu items "New File..." and "Open File...".
Add Mac to text about file selection and use-file-dialog.


Revision 1.841.2.22 - (view) (download) (annotate) - [select for diffs]
Thu Nov 4 08:55:40 2004 UTC (19 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.21: +37 -6 lines
Diff to previous 1.841.2.21 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-643
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-649
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-650
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-651
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-655
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-656
   Update from CVS: lisp/man.el (Man-xref-normal-file): Fix help-echo.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-657
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-658
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-659
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-660
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-661
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-667
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-61
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-68
   Update from CVS


Revision 1.1059 - (view) (download) (annotate) - [select for diffs]
Tue Nov 2 08:27:06 2004 UTC (19 years, 5 months ago) by jhd
Branch: MAIN
Changes since 1.1058: +5 -0 lines
Diff to previous 1.1058
Mention use-old-gtk-file-dialog.


Revision 1.1058 - (view) (download) (annotate) - [select for diffs]
Mon Nov 1 07:45:23 2004 UTC (19 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.1057: +7 -0 lines
Diff to previous 1.1057
*** empty log message ***


Revision 1.1057 - (view) (download) (annotate) - [select for diffs]
Sun Oct 31 22:25:34 2004 UTC (19 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.1056: +18 -4 lines
Diff to previous 1.1056
Use `button's.
(bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
(bibtex-reference-keys): Distinguish between header keys and crossref keys.
(bibtex-beginning-of-field): New function.
(bibtex-url-map): Remove.
(bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
(bibtex-font-lock-url-regexp): Assume that field names begin at
the beginning of a line.
(bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
Remove field delimiters.  Bugfix, point can be inside a field with a url.
Use bibtex-beginning-of-field.
(bibtex-font-lock-crossref, bibtex-button-action, bibtex-button): New funs.
(bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
(bibtex-key-in-head): Simplify.
(bibtex-current-line): Use bolp.
(bibtex-parse-keys): Remove unused arg `add'.
Use bibtex-type-in-head and bibtex-key-in-head.
(bibtex-parse-entry, bibtex-autofill-entry):
Use bibtex-type-in-head and bibtex-key-in-head.
(bibtex-autokey-get-field): Do not alter case of replacement text.
(bibtex-autokey-get-names): Do all processing of name list.
(bibtex-autokey-get-year): New function.
(bibtex-autokey-get-title): Do all processing of title words.
(bibtex-generate-autokey): Simplify.
(bibtex-string-files-init): Use default-directory.
Allow for absolute file names in bibtex-string-files.
(bibtex-files, bibtex-file-path): New variables.
(bibtex-files-expand): New function.
(bibtex-find-entry-globally): New command.
(bibtex-summary-function): New variable.
(bibtex-summary): Default value of bibtex-summary-function.
(bibtex-find-crossref): New optional args pnt and split.
(bibtex-complete-key-cleanup): Call bibtex-summary-function.
(bibtex-copy-summary-as-kill): New command bound to C-cC-t.
(bibtex-validate): Fix docstring.  Check only abbreviated month fields.
Fix handling of required and alternative fields.
Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
Use cons and display-buffer.
(bibtex-validate-globally): New command.
(bibtex-clean-entry): Use bibtex-files-expand.  Do not call
bibtex-parse-keys and bibtex-parse-strings for updating
bibtex-reference-keys and bibtex-strings.
(bibtex-realign): Remove blank lines past the last entry.
(bibtex-reformat): Use bibtex-entry-format as default.
(bibtex-choose-completion-string): Remove.
(bibtex-complete): Do not use bibtex-choose-completion-string.
(bibtex-url): Simplify.


Revision 1.690.2.50 - (view) (download) (annotate) - [select for diffs]
Fri Oct 29 02:05:13 2004 UTC (19 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.690.2.49: +18 -2 lines
Diff to previous 1.690.2.49 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-72

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-639
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-640
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-641
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-649
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-650
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-59
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-63
   Update from CVS


Revision 1.1056 - (view) (download) (annotate) - [select for diffs]
Thu Oct 28 23:30:07 2004 UTC (19 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.1055: +4 -2 lines
Diff to previous 1.1055
*** empty log message ***


Revision 1.1055 - (view) (download) (annotate) - [select for diffs]
Wed Oct 27 06:49:47 2004 UTC (19 years, 6 months ago) by handa
Branch: MAIN
Changes since 1.1054: +3 -0 lines
Diff to previous 1.1054
*** empty log message ***


Revision 1.841.2.21 - (view) (download) (annotate) - [select for diffs]
Wed Oct 27 05:42:03 2004 UTC (19 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.20: +21 -0 lines
Diff to previous 1.841.2.20 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-65

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-634
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-639
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-640
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-641
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-59
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-60
   Update from CVS


Revision 1.1054 - (view) (download) (annotate) - [select for diffs]
Tue Oct 26 21:53:34 2004 UTC (19 years, 6 months ago) by pfeiffer
Branch: MAIN
Changes since 1.1053: +6 -0 lines
Diff to previous 1.1053
set-auto-mode change


Revision 1.1053 - (view) (download) (annotate) - [select for diffs]
Tue Oct 26 12:57:56 2004 UTC (19 years, 6 months ago) by kfstorm
Branch: MAIN
Changes since 1.1052: +5 -0 lines
Diff to previous 1.1052
*** empty log message ***


Revision 1.690.2.49 - (view) (download) (annotate) - [select for diffs]
Mon Oct 25 04:22:28 2004 UTC (19 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.690.2.48: +10 -0 lines
Diff to previous 1.690.2.48 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-71

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-616
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-620
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-622
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-625
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-626
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-627
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-628
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-629
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-630
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-631
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-632
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-633
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-634
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-638
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-51
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-52
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-53
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-54
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-55
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-56
   Update from CVS: Add lisp/legacy-gnus-agent.el

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-57
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-58
   Update from CVS


Revision 1.690.2.48 - (view) (download) (annotate) - [select for diffs]
Mon Oct 25 04:19:38 2004 UTC (19 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.690.2.47: +39 -3 lines
Diff to previous 1.690.2.47 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-70

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-594
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-598
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-599
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-600
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-602
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-603
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-604
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-609
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-610
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-611
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-614
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-42
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-43
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-44
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-46
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-47
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-48
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-49
   Add {arch}/=commit-merge-make-log

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-50
   {arch}/=commit-merge-make-log: Don't die if there are no ChangeLog changes


Revision 1.1052 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 13:26:10 2004 UTC (19 years, 6 months ago) by kai
Branch: MAIN
Changes since 1.1051: +5 -0 lines
Diff to previous 1.1051
Mention process-file.


Revision 1.1051 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 12:21:16 2004 UTC (19 years, 6 months ago) by jas
Branch: MAIN
Changes since 1.1050: +2 -0 lines
Diff to previous 1.1050
Add.


Revision 1.1050 - (view) (download) (annotate) - [select for diffs]
Fri Oct 22 13:17:31 2004 UTC (19 years, 6 months ago) by handa
Branch: MAIN
Changes since 1.1049: +3 -0 lines
Diff to previous 1.1049
*** empty log message ***


Revision 1.841.2.20 - (view) (download) (annotate) - [select for diffs]
Thu Oct 14 08:49:58 2004 UTC (19 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.19: +39 -3 lines
Diff to previous 1.841.2.19 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-57

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-594
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-598
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-599
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-600
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-602
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-603
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-604
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-609
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-610
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-611
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-614
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-42
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-43
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-44
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-46
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-47
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-48
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-49
   Add {arch}/=commit-merge-make-log

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-50
   {arch}/=commit-merge-make-log: Don't die if there are no ChangeLog changes


Revision 1.1049 - (view) (download) (annotate) - [select for diffs]
Wed Oct 13 09:53:09 2004 UTC (19 years, 6 months ago) by kfstorm
Branch: MAIN
Changes since 1.1048: +1 -1 lines
Diff to previous 1.1048
typo.


Revision 1.1048 - (view) (download) (annotate) - [select for diffs]
Wed Oct 13 01:58:45 2004 UTC (19 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.1047: +5 -0 lines
Diff to previous 1.1047
Mention looking-back.


Revision 1.1047 - (view) (download) (annotate) - [select for diffs]
Sat Oct 9 18:57:48 2004 UTC (19 years, 6 months ago) by teirllm
Branch: MAIN
Changes since 1.1046: +2 -0 lines
Diff to previous 1.1046
*** empty log message ***


Revision 1.1046 - (view) (download) (annotate) - [select for diffs]
Fri Oct 8 17:42:15 2004 UTC (19 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1045: +5 -0 lines
Diff to previous 1.1045
Document the new Progress Mode.


Revision 1.1045 - (view) (download) (annotate) - [select for diffs]
Fri Oct 8 17:14:15 2004 UTC (19 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.1044: +11 -0 lines
Diff to previous 1.1044
Mention the changes in C-y behavior when at end of line.


Revision 1.690.2.47 - (view) (download) (annotate) - [select for diffs]
Wed Oct 6 05:23:58 2004 UTC (19 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.690.2.46: +16 -20 lines
Diff to previous 1.690.2.46 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-69

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-572
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-574
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-576
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-579
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-580
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-581
   Fix exec-shield autoconf test

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-582
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-584
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-585
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-586
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-588
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-589
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-590
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-593
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-31
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-33
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-34
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-35
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-38
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-39
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-40
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-41
   Update from CVS


Revision 1.690.2.46 - (view) (download) (annotate) - [select for diffs]
Wed Oct 6 05:21:55 2004 UTC (19 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.690.2.45: +39 -8 lines
Diff to previous 1.690.2.45 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-68

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-551
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-552
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-553
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-557
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-559
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-561
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-562
   Update from CVS: lisp/subr.el (after-change-major-mode-hook): Doc fix.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-563
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-570
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-27
   Use the same directory explicit id-tags as Emacs where possible

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-28
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-29
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30
   Update from CVS


Revision 1.1044 - (view) (download) (annotate) - [select for diffs]
Tue Oct 5 22:37:14 2004 UTC (19 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.1043: +4 -0 lines
Diff to previous 1.1043
*** empty log message ***


Revision 1.1043 - (view) (download) (annotate) - [select for diffs]
Tue Oct 5 08:57:14 2004 UTC (19 years, 6 months ago) by kfstorm
Branch: MAIN
Changes since 1.1042: +2 -3 lines
Diff to previous 1.1042
*** empty log message ***


Revision 1.1042 - (view) (download) (annotate) - [select for diffs]
Mon Oct 4 23:34:39 2004 UTC (19 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.1041: +5 -0 lines
Diff to previous 1.1041
Add entry from Emilio Lopes <eclig@gmx.net>.


Revision 1.1041 - (view) (download) (annotate) - [select for diffs]
Mon Oct 4 23:00:13 2004 UTC (19 years, 6 months ago) by teirllm
Branch: MAIN
Changes since 1.1040: +5 -0 lines
Diff to previous 1.1040
*** empty log message ***


Revision 1.841.2.19 - (view) (download) (annotate) - [select for diffs]
Thu Sep 30 01:20:39 2004 UTC (19 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.18: +15 -20 lines
Diff to previous 1.841.2.18 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-48

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-581
   Fix exec-shield autoconf test

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-582
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-584
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-585
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-586
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-38
   Update from CVS


Revision 1.1040 - (view) (download) (annotate) - [select for diffs]
Wed Sep 29 12:33:32 2004 UTC (19 years, 7 months ago) by kfstorm
Branch: MAIN
Changes since 1.1039: +15 -20 lines
Diff to previous 1.1039
*** empty log message ***


Revision 1.841.2.18 - (view) (download) (annotate) - [select for diffs]
Wed Sep 29 07:22:19 2004 UTC (19 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.17: +1 -0 lines
Diff to previous 1.841.2.17 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-47

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-572
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-574
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-575
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-576
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-579
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-580
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-31
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-33
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-34
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-35
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-37
   Update from CVS


Revision 1.1039 - (view) (download) (annotate) - [select for diffs]
Sun Sep 26 02:34:13 2004 UTC (19 years, 7 months ago) by teirllm
Branch: MAIN
Changes since 1.1038: +1 -0 lines
Diff to previous 1.1038
*** empty log message ***


Revision 1.841.2.17 - (view) (download) (annotate) - [select for diffs]
Sat Sep 25 12:05:36 2004 UTC (19 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.16: +26 -6 lines
Diff to previous 1.841.2.16 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-44

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-562
   Update from CVS: lisp/subr.el (after-change-major-mode-hook): Doc fix.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-563
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-570
   Update from CVS


Revision 1.1038 - (view) (download) (annotate) - [select for diffs]
Thu Sep 23 22:54:22 2004 UTC (19 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.1037: +1 -0 lines
Diff to previous 1.1037
*** empty log message ***


Revision 1.1037 - (view) (download) (annotate) - [select for diffs]
Wed Sep 22 23:14:54 2004 UTC (19 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.1036: +5 -0 lines
Diff to previous 1.1036
*** empty log message ***


Revision 1.1036 - (view) (download) (annotate) - [select for diffs]
Wed Sep 22 23:09:44 2004 UTC (19 years, 7 months ago) by kfstorm
Branch: MAIN
Changes since 1.1035: +20 -6 lines
Diff to previous 1.1035
*** empty log message ***


Revision 1.841.2.16 - (view) (download) (annotate) - [select for diffs]
Tue Sep 21 09:34:10 2004 UTC (19 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.15: +13 -2 lines
Diff to previous 1.841.2.15 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-43

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-553
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-557
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-559
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-561
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30
   Update from CVS


Revision 1.1035 - (view) (download) (annotate) - [select for diffs]
Tue Sep 21 00:54:47 2004 UTC (19 years, 7 months ago) by teirllm
Branch: MAIN
Changes since 1.1034: +1 -2 lines
Diff to previous 1.1034
*** empty log message ***


Revision 1.1034 - (view) (download) (annotate) - [select for diffs]
Mon Sep 20 15:39:44 2004 UTC (19 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.1033: +5 -0 lines
Diff to previous 1.1033
*** empty log message ***


Revision 1.1033 - (view) (download) (annotate) - [select for diffs]
Sun Sep 19 01:11:35 2004 UTC (19 years, 7 months ago) by teirllm
Branch: MAIN
Changes since 1.1032: +4 -0 lines
Diff to previous 1.1032
*** empty log message ***


Revision 1.1032 - (view) (download) (annotate) - [select for diffs]
Sat Sep 18 10:21:24 2004 UTC (19 years, 7 months ago) by pot
Branch: MAIN
Changes since 1.1031: +5 -2 lines
Diff to previous 1.1031
Changes to the etags news.


Revision 1.690.2.45 - (view) (download) (annotate) - [select for diffs]
Thu Sep 16 00:14:56 2004 UTC (19 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.44: +22 -14 lines
Diff to previous 1.690.2.44 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-67

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-535
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-536
   sync-tree with gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-537
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-538
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-540
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-541
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-542
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-545
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-546
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-547
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-548
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-549
   Use symbol-matching for generic-mode keywords

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-550
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--devo--0--patch-2
   Add {arch}/=cvs-sync-make-log

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--base-0
   Import from Gnus CVS branch V5-8

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-1
   {arch}/=tagging-method: Add CVS and autoconf grot to junk regexp

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-2
   Use explicit tags for autoconf input files

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-3
   Remove RCS keywords

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-4
   Fix copied explicit id-tags

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-5
   Add {arch}/=cvs-sync-make-log

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-6
   configure.in: Use ifelse instead of m4_if for arch-tag: comment

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--base-0
   tag of miles@gnu.org--gnu-2004/gnus--rel--5.8--base-0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-1
   Gnus 5.10, from CVS branch v5-10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-2
   Merge from gnus--rel--5.8

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-3
   Use explicit tags for autoconf input files

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-4
   sync-tree with gnus--rel--5.8

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-5
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-6
   Merge from gnus--rel--5.8

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-7
   Remove RCS keywords

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-8
   Merge from gnus--rel--5.8

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-9
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-10
   Add {arch}/=cvs-sync-make-log

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-11
   Merge from gnus--rel--5.8

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-12
   Update from CVS: make.bat: Fix line endings around arch-tag.

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-13
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-17
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-21
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-22
   Update from CVS: lisp/nndb.el (require): Remove tcp and duplicate cl.

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-23
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-24
   lisp/nnimap.el (nnimap-open-connection): Remove extraneous end-paren

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-25
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-26
   Update from CVS


Revision 1.690.2.44 - (view) (download) (annotate) - [select for diffs]
Thu Sep 16 00:12:17 2004 UTC (19 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.43: +81 -42 lines
Diff to previous 1.690.2.43 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-66

Merge from emacs--cvs-trunk--0, emacs--gnus--5.10, gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
   Merge from emacs--gnus--5.10, gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-524
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-534
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--base-0
   tag of miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-1
   Import from CVS branch gnus-5_10-branch

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2
   Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-3
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-4
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-18
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-19
   Remove autoconf-generated files from archive

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-20
   Update from CVS


Revision 1.841.2.15 - (view) (download) (annotate) - [select for diffs]
Wed Sep 15 08:59:53 2004 UTC (19 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.14: +22 -14 lines
Diff to previous 1.841.2.14 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-40

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-535
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-536
   sync-tree with gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-537
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-538
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-540
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-541
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-542
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-545
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-546
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-547
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-548
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-549
   Use symbol-matching for generic-mode keywords

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-550
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--devo--0--patch-2
   Add {arch}/=cvs-sync-make-log

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--base-0
   Import from Gnus CVS branch V5-8

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-1
   {arch}/=tagging-method: Add CVS and autoconf grot to junk regexp

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-2
   Use explicit tags for autoconf input files

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-3
   Remove RCS keywords

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-4
   Fix copied explicit id-tags

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-5
   Add {arch}/=cvs-sync-make-log

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-6
   configure.in: Use ifelse instead of m4_if for arch-tag: comment

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--base-0
   tag of miles@gnu.org--gnu-2004/gnus--rel--5.8--base-0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-1
   Gnus 5.10, from CVS branch v5-10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-2
   Merge from gnus--rel--5.8

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-3
   Use explicit tags for autoconf input files

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-4
   sync-tree with gnus--rel--5.8

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-5
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-6
   Merge from gnus--rel--5.8

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-7
   Remove RCS keywords

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-8
   Merge from gnus--rel--5.8

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-9
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-10
   Add {arch}/=cvs-sync-make-log

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-11
   Merge from gnus--rel--5.8

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-12
   Update from CVS: make.bat: Fix line endings around arch-tag.

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-13
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-17
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-21
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-22
   Update from CVS: lisp/nndb.el (require): Remove tcp and duplicate cl.

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-23
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-24
   lisp/nnimap.el (nnimap-open-connection): Remove extraneous end-paren

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-25
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-26
   Update from CVS


Revision 1.1031 - (view) (download) (annotate) - [select for diffs]
Tue Sep 14 11:12:00 2004 UTC (19 years, 7 months ago) by jas
Branch: MAIN
Changes since 1.1030: +4 -0 lines
Diff to previous 1.1030
Add.


Revision 1.1030 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 13:42:00 2004 UTC (19 years, 7 months ago) by pot
Branch: MAIN
Changes since 1.1029: +13 -11 lines
Diff to previous 1.1029
Added support in etags for the Lua script language.


Revision 1.1029 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 08:16:38 2004 UTC (19 years, 7 months ago) by kfstorm
Branch: MAIN
Changes since 1.1028: +3 -3 lines
Diff to previous 1.1028
Rename isearch-resume-enabled to isearch-resume-in-command-history
and change default to disabled.


Revision 1.1028 - (view) (download) (annotate) - [select for diffs]
Fri Sep 10 21:24:50 2004 UTC (19 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.1027: +2 -0 lines
Diff to previous 1.1027
(bibtex-mark-active, bibtex-run-with-idle-timer): Move `if' inside the defun.
(bibtex-autokey-titleword-ignore): Regexp is used in a case insensitive env.
(bibtex-mode-map): Rearrange order of menus.
(bibtex-quoted-string-re): Obsolete.
(bibtex-complete-key-cleanup): Variable replaced by new function.
(bibtex-font-lock-keywords): Use backquotes.
(bibtex-font-lock-url-regexp): New internal variable.
(bibtex-name-in-field): New opt arg remove-opt-alt to remove "OPT" and "ALT".
(bibtex-insert-current-kill, bibtex-make-field)
(bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
(bibtex-parse-field-text): Simplify.
(bibtex-string=): New helper function.
(bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
(bibtex-map-entries): Use bibtex-string=.
(bibtex-search-entry): Use not.
(bibtex-enclosing-field): Fix docstring.
(bibtex-assoc-regexp): Obsolete.
(bibtex-format-entry): Use assoc-string and bibtex-string=.
(bibtex-autokey-get-names): Handle empty name field.
(bibtex-parse-strings): Use assoc-string and unless.
(bibtex-complete-string-cleanup): Expansion list is passed as an argument.
Use assoc-string.
(bibtex-pop): Simplify.
(bibtex-mode): Set font-lock-extra-managed-props.
(bibtex-entry-update): Use assoc-string.
(bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
(bibtex-autofill-entry): Use bibtex-string=.
(bibtex-print-help-message): Simplify.
(bibtex-find-entry): New optional arg START.
(bibtex-validate): Use bibtex-string= and assoc-string.
Do not call obsolete function compilation-parse-errors.
(bibtex-remove-delimiters): Only remove delimiters if present.
(bibtex-copy-entry-as-kill): Add docstring.
(bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
(bibtex-complete): Use bibtex-predefined-month-strings,
bibtex-string=, and new function bibtex-complete-key-cleanup.
(bibtex-generate-url-list): New variable.
(bibtex-url): New command bound to C-c C-l and mouse-2.
(bibtex-url-map): New local keymap for bibtex-url-mouse.
(bibtex-font-lock-url): New function.


Revision 1.841.2.14 - (view) (download) (annotate) - [select for diffs]
Thu Sep 9 09:36:27 2004 UTC (19 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.13: +81 -42 lines
Diff to previous 1.841.2.13 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-36

Merge from emacs--cvs-trunk--0, emacs--gnus--5.10, gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
   Merge from emacs--gnus--5.10, gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-524
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-534
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--base-0
   tag of miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-1
   Import from CVS branch gnus-5_10-branch

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2
   Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-3
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-4
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-18
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-19
   Remove autoconf-generated files from archive

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-20
   Update from CVS


Revision 1.1027 - (view) (download) (annotate) - [select for diffs]
Wed Sep 8 20:31:41 2004 UTC (19 years, 7 months ago) by jurta
Branch: MAIN
Changes since 1.1026: +47 -42 lines
Diff to previous 1.1026
Collect and rearrange compile and grep related items.
Add `history-delete-duplicates'.


Revision 1.1026 - (view) (download) (annotate) - [select for diffs]
Wed Sep 8 12:53:31 2004 UTC (19 years, 7 months ago) by ttn
Branch: MAIN
Changes since 1.1025: +9 -0 lines
Diff to previous 1.1025
Mention change in --directory/-L behavior.


Revision 1.1025 - (view) (download) (annotate) - [select for diffs]
Wed Sep 8 03:16:14 2004 UTC (19 years, 7 months ago) by teirllm
Branch: MAIN
Changes since 1.1024: +4 -0 lines
Diff to previous 1.1024
*** empty log message ***


Revision 1.1024 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 21:09:59 2004 UTC (19 years, 7 months ago) by kfstorm
Branch: MAIN
Changes since 1.1023: +5 -0 lines
Diff to previous 1.1023
*** empty log message ***


Revision 1.1023 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 13:13:44 2004 UTC (19 years, 7 months ago) by miles
Branch: MAIN
CVS Tags: after-merge-gnus-5_10
Changes since 1.1022: +9 -0 lines
Diff to previous 1.1022
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523

Merge from emacs--gnus--5.10, gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--base-0
   tag of miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-1
   Import from CVS branch gnus-5_10-branch

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2
   Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-3
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-4
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-18
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-19
   Remove autoconf-generated files from archive

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-20
   Update from CVS


Revision 1.1022 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 13:02:34 2004 UTC (19 years, 7 months ago) by eliz
Branch: MAIN
Changes since 1.1021: +6 -5 lines
Diff to previous 1.1021
Fix last change.


Revision 1.1021 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 12:35:28 2004 UTC (19 years, 7 months ago) by eliz
Branch: MAIN
Changes since 1.1020: +6 -0 lines
Diff to previous 1.1020
Document next-error-follow-mode.


Revision 1.1003.2.2 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 12:01:05 2004 UTC (19 years, 7 months ago) by miles
Branch: gnus-5_10-branch
Changes since 1.1003.2.1: +56 -15 lines
Diff to previous 1.1003.2.1 , to branch point 1.1003 , to next main 1.2150
Revision: miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2

Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0

Patches applied:

 * lorentey@elte.hu--2004/emacs--multi-tty--0--patch-224
   Added sorted-doc to backup regex in lib-src.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-465
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-482
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-483
   Build-in-place tweak

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-484
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-486
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-487
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-488
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-489
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-490
   Update from CVS: man/fixit.texi (Spelling): Fix typo.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-491
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-494
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-495
   Update from CVS: Add missing lisp/mh-e files

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-496
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-499
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-500
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-522
   Update from CVS


Revision 1.690.2.43 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 09:28:12 2004 UTC (19 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.42: +23 -10 lines
Diff to previous 1.690.2.42 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-65

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-514
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-522
   Update from CVS


Revision 1.690.2.42 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 09:26:20 2004 UTC (19 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.41: +8 -1 lines
Diff to previous 1.690.2.41 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-64

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-501
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-513
   Update from CVS


Revision 1.690.2.41 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 09:24:34 2004 UTC (19 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.40: +7 -1 lines
Diff to previous 1.690.2.40 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-63

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-496
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-499
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-500
   Update from CVS


Revision 1.690.2.40 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 09:22:54 2004 UTC (19 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.39: +5 -2 lines
Diff to previous 1.690.2.39 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-61

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-488
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-489
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-490
   Update from CVS: man/fixit.texi (Spelling): Fix typo.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-491
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-494
   Update from CVS


Revision 1.690.2.39 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 09:21:43 2004 UTC (19 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.38: +5 -0 lines
Diff to previous 1.690.2.38 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-60

Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0

Patches applied:

 * lorentey@elte.hu--2004/emacs--multi-tty--0--patch-224
   Added sorted-doc to backup regex in lib-src.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-479
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-482
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-483
   Build-in-place tweak

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-484
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-486
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-487
   Tweak permissions


Revision 1.690.2.38 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 09:20:10 2004 UTC (19 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.37: +14 -0 lines
Diff to previous 1.690.2.37 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-58

Merge from emacs--funvec--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--funvec--0--base-0
   tag of miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-482

 * miles@gnu.org--gnu-2004/emacs--funvec--0--patch-1
   Apply +funvec-20040520-0-c.patch


Revision 1.690.2.37 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 09:19:25 2004 UTC (19 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.690.2.36: +9 -2 lines
Diff to previous 1.690.2.36 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-57

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-471
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-478
   Update from CVS


Revision 1.841.2.13 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 09:14:24 2004 UTC (19 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.12: +23 -10 lines
Diff to previous 1.841.2.12 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-34

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-514
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-522
   Update from CVS


Revision 1.1020 - (view) (download) (annotate) - [select for diffs]
Fri Sep 3 20:53:43 2004 UTC (19 years, 7 months ago) by jurta
Branch: MAIN
CVS Tags: before-merge-gnus-5_10, gnus-5_10-branchpoint
Changes since 1.1019: +3 -3 lines
Diff to previous 1.1019
Update M-% in isearch.


Revision 1.1019 - (view) (download) (annotate) - [select for diffs]
Thu Sep 2 16:39:19 2004 UTC (19 years, 7 months ago) by jurta
Branch: MAIN
Changes since 1.1018: +6 -1 lines
Diff to previous 1.1018
New option `grep-highlight-matches'.


Revision 1.1018 - (view) (download) (annotate) - [select for diffs]
Thu Sep 2 09:21:20 2004 UTC (19 years, 7 months ago) by jurta
Branch: MAIN
Changes since 1.1017: +7 -5 lines
Diff to previous 1.1017
Regexp isearch can search through multiple nodes.  Add Info-search-backward.


Revision 1.1017 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 18:48:19 2004 UTC (19 years, 7 months ago) by jurta
Branch: MAIN
Changes since 1.1016: +3 -1 lines
Diff to previous 1.1016
Add `next-error-highlight' and `next-error-highlight-no-select'.


Revision 1.1016 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 00:03:17 2004 UTC (19 years, 7 months ago) by teirllm
Branch: MAIN
Changes since 1.1015: +1 -0 lines
Diff to previous 1.1015
*** empty log message ***


Revision 1.1015 - (view) (download) (annotate) - [select for diffs]
Tue Aug 31 23:53:10 2004 UTC (19 years, 7 months ago) by teirllm
Branch: MAIN
Changes since 1.1014: +3 -0 lines
Diff to previous 1.1014
*** empty log message ***


Revision 1.841.2.12 - (view) (download) (annotate) - [select for diffs]
Fri Aug 27 07:00:23 2004 UTC (19 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.11: +19 -3 lines
Diff to previous 1.841.2.11 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-32

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-486
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-487
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-488
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-489
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-490
   Update from CVS: man/fixit.texi (Spelling): Fix typo.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-491
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-494
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-495
   Update from CVS: Add missing lisp/mh-e files

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-496
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-499
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-500
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-513
   Update from CVS


Revision 1.1014 - (view) (download) (annotate) - [select for diffs]
Thu Aug 26 01:47:55 2004 UTC (19 years, 8 months ago) by teirllm
Branch: MAIN
Changes since 1.1013: +5 -0 lines
Diff to previous 1.1013
*** empty log message ***


Revision 1.1013 - (view) (download) (annotate) - [select for diffs]
Wed Aug 25 05:55:39 2004 UTC (19 years, 8 months ago) by wohler
Branch: MAIN
Changes since 1.1012: +1 -1 lines
Diff to previous 1.1012
Upgraded to MH-E version 7.82.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.


Revision 1.1012 - (view) (download) (annotate) - [select for diffs]
Sun Aug 22 17:05:44 2004 UTC (19 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.1011: +2 -0 lines
Diff to previous 1.1011
*** empty log message ***


Revision 1.1011 - (view) (download) (annotate) - [select for diffs]
Sun Aug 22 05:11:26 2004 UTC (19 years, 8 months ago) by wohler
Branch: MAIN
Changes since 1.1010: +1 -1 lines
Diff to previous 1.1010
Upgraded to MH-E version 7.81.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.


Revision 1.1010 - (view) (download) (annotate) - [select for diffs]
Tue Aug 17 22:42:23 2004 UTC (19 years, 8 months ago) by kfstorm
Branch: MAIN
Changes since 1.1009: +7 -1 lines
Diff to previous 1.1009
*** empty log message ***


Revision 1.1009 - (view) (download) (annotate) - [select for diffs]
Sun Aug 15 22:00:05 2004 UTC (19 years, 8 months ago) by wohler
Branch: MAIN
Changes since 1.1008: +1 -1 lines
Diff to previous 1.1008
Upgraded to MH-E version 7.4.80.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.


Revision 1.1008 - (view) (download) (annotate) - [select for diffs]
Sat Aug 14 12:32:24 2004 UTC (19 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.1007: +4 -1 lines
Diff to previous 1.1007
Mention the thumbs.el package.


Revision 1.841.2.11 - (view) (download) (annotate) - [select for diffs]
Tue Aug 10 07:46:36 2004 UTC (19 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.10: +5 -0 lines
Diff to previous 1.841.2.10 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-29

Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0

Patches applied:

 * lorentey@elte.hu--2004/emacs--multi-tty--0--patch-224
   Added sorted-doc to backup regex in lib-src.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-479
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-482
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-483
   Build-in-place tweak

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-484
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-485
   Update from CVS


Revision 1.1007 - (view) (download) (annotate) - [select for diffs]
Sun Aug 8 17:14:58 2004 UTC (19 years, 8 months ago) by teirllm
Branch: MAIN
Changes since 1.1006: +1 -1 lines
Diff to previous 1.1006
*** empty log message ***


Revision 1.1006 - (view) (download) (annotate) - [select for diffs]
Sun Aug 8 17:09:43 2004 UTC (19 years, 8 months ago) by teirllm
Branch: MAIN
Changes since 1.1005: +5 -0 lines
Diff to previous 1.1005
*** empty log message ***


Revision 1.1003.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Aug 5 19:18:14 2004 UTC (19 years, 8 months ago) by rsteib
Branch: gnus-5_10-branch
CVS Tags: gnus-5_10-post-merge-yamaoka, gnus-5_10-pre-merge-yamaoka
Changes since 1.1003: +9 -0 lines
Diff to previous 1.1003
* GNUS-NEWS: Import from the v5_10 branch of the Gnus repository.

* NEWS (Gnus package): Gnus includes Sieve and PGG.  Gnus changes
are described in GNUS-NEWS.


Revision 1.841.2.10 - (view) (download) (annotate) - [select for diffs]
Tue Aug 3 00:02:58 2004 UTC (19 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.9: +9 -2 lines
Diff to previous 1.841.2.9 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-27

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-471
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-478
   Update from CVS


Revision 1.1005 - (view) (download) (annotate) - [select for diffs]
Mon Aug 2 15:30:37 2004 UTC (19 years, 8 months ago) by kfstorm
Branch: MAIN
Changes since 1.1004: +4 -0 lines
Diff to previous 1.1004
*** empty log message ***


Revision 1.1004 - (view) (download) (annotate) - [select for diffs]
Tue Jul 27 23:49:06 2004 UTC (19 years, 9 months ago) by wl
Branch: MAIN
Changes since 1.1003: +5 -2 lines
Diff to previous 1.1003

Document all new tutorials.


Revision 1.690.2.36 - (view) (download) (annotate) - [select for diffs]
Fri Jul 23 04:42:18 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.35: +41 -35 lines
Diff to previous 1.690.2.35 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-55

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-458
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-463
   Update from CVS


Revision 1.841.2.9 - (view) (download) (annotate) - [select for diffs]
Fri Jul 23 04:30:36 2004 UTC (19 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.8: +35 -35 lines
Diff to previous 1.841.2.8 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-25

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-459
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-463
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464
   Update from CVS: lisp/progmodes/make-mode.el: Fix comments.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-465
   Update from CVS


Revision 1.1003 - (view) (download) (annotate) - [select for diffs]
Sat Jul 17 12:00:10 2004 UTC (19 years, 9 months ago) by rms
Branch: MAIN
Branch point for: gnus-5_10-branch
Changes since 1.1002: +35 -35 lines
Diff to previous 1.1002
Minor cleanups in text.


Revision 1.690.2.35 - (view) (download) (annotate) - [select for diffs]
Sat Jul 17 02:51:49 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.34: +6 -2 lines
Diff to previous 1.690.2.34 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-54

Merge from lorentey@elte.hu--2004/emacs--hacks--0, emacs--cvs-trunk--0

Patches applied:

 * lorentey@elte.hu--2004/emacs--hacks--0--patch-2
   Prevent special events from appending dashes to the echo string.

 * lorentey@elte.hu--2004/emacs--hacks--0--patch-4
   Added ChangeLog entry.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-451
   Update from CVS: lisp/subr.el (get-buffer-window-list): Doc fix.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-452
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-454
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-455
   Bash the dashes

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-456
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-457
   Update from CVS


Revision 1.690.2.34 - (view) (download) (annotate) - [select for diffs]
Sat Jul 17 02:49:30 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.33: +10 -2 lines
Diff to previous 1.690.2.33 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-53

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-445
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-446
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-450
   Update from CVS


Revision 1.841.2.8 - (view) (download) (annotate) - [select for diffs]
Sat Jul 17 02:46:44 2004 UTC (19 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.7: +12 -2 lines
Diff to previous 1.841.2.7 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-24

Merge from lorentey@elte.hu--2004/emacs--hacks--0, emacs--cvs-trunk--0

Patches applied:

 * lorentey@elte.hu--2004/emacs--hacks--0--patch-2
   Prevent special events from appending dashes to the echo string.

 * lorentey@elte.hu--2004/emacs--hacks--0--patch-4
   Added ChangeLog entry.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-451
   Update from CVS: lisp/subr.el (get-buffer-window-list): Doc fix.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-452
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-454
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-455
   Bash the dashes

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-456
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-458
   Update from CVS


Revision 1.1002 - (view) (download) (annotate) - [select for diffs]
Fri Jul 16 18:55:01 2004 UTC (19 years, 9 months ago) by teirllm
Branch: MAIN
Changes since 1.1001: +6 -0 lines
Diff to previous 1.1001
Mention new \_< and \_> operators.  (From Jim Blandy.)


Revision 1.1001 - (view) (download) (annotate) - [select for diffs]
Thu Jul 15 00:38:38 2004 UTC (19 years, 9 months ago) by teirllm
Branch: MAIN
Changes since 1.1000: +5 -1 lines
Diff to previous 1.1000
*** empty log message ***


Revision 1.1000 - (view) (download) (annotate) - [select for diffs]
Tue Jul 13 03:06:21 2004 UTC (19 years, 9 months ago) by wohler
Branch: MAIN
Changes since 1.999: +1 -1 lines
Diff to previous 1.999
Upgraded to MH-E version 7.4.4.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.


Revision 1.841.2.7 - (view) (download) (annotate) - [select for diffs]
Sun Jul 11 22:07:26 2004 UTC (19 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.6: +15 -2 lines
Diff to previous 1.841.2.6 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-23

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-442
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-444
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-445
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-446
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-450
   Update from CVS


Revision 1.999 - (view) (download) (annotate) - [select for diffs]
Fri Jul 9 16:14:56 2004 UTC (19 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.998: +4 -1 lines
Diff to previous 1.998
*** empty log message ***


Revision 1.998 - (view) (download) (annotate) - [select for diffs]
Thu Jul 8 17:47:22 2004 UTC (19 years, 9 months ago) by dak
Branch: MAIN
Changes since 1.997: +6 -1 lines
Diff to previous 1.997
(Lisp changes in 21.4): document (match-data t) change.


Revision 1.690.2.33 - (view) (download) (annotate) - [select for diffs]
Thu Jul 8 08:13:15 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.32: +5 -0 lines
Diff to previous 1.690.2.32 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-51

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-442
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-444
   Update from CVS


Revision 1.997 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 18:49:32 2004 UTC (19 years, 9 months ago) by jpw
Branch: MAIN
Changes since 1.996: +5 -0 lines
Diff to previous 1.996
Mention `read-file-name-completion-ignore-case'.


Revision 1.690.2.32 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 10:26:49 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.31: +27 -4 lines
Diff to previous 1.690.2.31 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-49

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-431
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-441
   Update from CVS


Revision 1.690.2.31 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 10:23:33 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.30: +17 -8 lines
Diff to previous 1.690.2.30 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-48

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-420
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-421
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-430
   Update from CVS


Revision 1.690.2.30 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 10:17:13 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.29: +7 -0 lines
Diff to previous 1.690.2.29 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-46

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-409
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410
   Make sure image types are initialized for lookup too

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-411
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-416
   Update from CVS


Revision 1.690.2.29 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 10:14:24 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.28: +5 -0 lines
Diff to previous 1.690.2.28 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-45

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-407
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-408
   Update from CVS


Revision 1.690.2.28 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 10:10:44 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.27: +69 -13 lines
Diff to previous 1.690.2.27 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-44

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-400
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401
   More build-in-place tweaking of arch tagging

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-402
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403
   Yet more build-in-place tweaking of arch tagging

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-404
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-406
   Update from CVS


Revision 1.690.2.27 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 10:00:20 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.26: +60 -3 lines
Diff to previous 1.690.2.26 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-43

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-385
   src/xfaces.c (push_named_merge_point): Return 0 if a cycle is detected

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-386
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-395
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
   Tweak arch tagging to make build/install-in-place less annoying

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-397
   Work around vc-arch problems when building eshell

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-398
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-399
   Tweak directory permissions


Revision 1.690.2.26 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 09:47:50 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.25: +8 -1 lines
Diff to previous 1.690.2.25 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-42

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-381
   Face merging cleanups

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-382
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-384
   Update from CVS


Revision 1.690.2.25 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 09:44:39 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.24: +7 -1 lines
Diff to previous 1.690.2.24 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-41

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-376
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-377
   (Fdisplay_supports_face_attributes_p): Work around bootstrapping problem

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-378
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-380
   Update from CVS


Revision 1.690.2.24 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 09:42:23 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.23: +2 -1 lines
Diff to previous 1.690.2.23 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-40

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-372
   Simplify face-differs-from-default-p; don't consider :stipple.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-373
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-374
   (tty_supports_face_attributes_p): Ensure attributes differ from default

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-375
   Update from CVS


Revision 1.690.2.23 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 09:39:50 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.22: +4 -0 lines
Diff to previous 1.690.2.22 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-38

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-359
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-361
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-362
   Support " [...]" style defaults in minibuffer-electric-default-mode

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363
   (read-number): Use canonical format for default in prompt.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-364
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-367
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-368
   Improve display-supports-face-attributes-p on non-ttys

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-369
   Rewrite face-differs-from-default-p


Revision 1.690.2.22 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 09:31:23 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.21: +13 -0 lines
Diff to previous 1.690.2.21 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-36

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-339
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-344
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
   Tweak source regexps so that building in place won't cause problems

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-346
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-351
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-352
   Update from CVS: lisp/flymake.el: New file.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-353
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-354
   Update from CVS


Revision 1.690.2.21 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 09:14:10 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.690.2.20: +22 -5 lines
Diff to previous 1.690.2.20 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-34

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-300
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-323
   Update from CVS


Revision 1.841.2.6 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 02:55:07 2004 UTC (19 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.5: +27 -4 lines
Diff to previous 1.841.2.5 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-22

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-431
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-441
   Update from CVS


Revision 1.996 - (view) (download) (annotate) - [select for diffs]
Sat Jul 3 10:16:10 2004 UTC (19 years, 9 months ago) by eliz
Branch: MAIN
Changes since 1.995: +2 -0 lines
Diff to previous 1.995
Document that there's now a separate grep.el package.


Revision 1.995 - (view) (download) (annotate) - [select for diffs]
Fri Jul 2 14:49:00 2004 UTC (19 years, 9 months ago) by kai
Branch: MAIN
Changes since 1.994: +4 -0 lines
Diff to previous 1.994
** file-remote-p now returns an identifier for the remote system,
if the file is indeed remote.  (Before, the return value was t in
this case.)


Revision 1.994 - (view) (download) (annotate) - [select for diffs]
Fri Jul 2 04:38:51 2004 UTC (19 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.993: +6 -0 lines
Diff to previous 1.993
*** empty log message ***


Revision 1.993 - (view) (download) (annotate) - [select for diffs]
Thu Jul 1 11:56:39 2004 UTC (19 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.992: +15 -4 lines
Diff to previous 1.992
*** empty log message ***


Revision 1.841.2.5 - (view) (download) (annotate) - [select for diffs]
Tue Jun 29 16:44:23 2004 UTC (19 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.4: +17 -8 lines
Diff to previous 1.841.2.4 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-17

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-417
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-419
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-420
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-421
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-430
   Update from CVS


Revision 1.841.2.4 - (view) (download) (annotate) - [select for diffs]
Mon Jun 28 07:29:28 2004 UTC (19 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.841.2.3: +348 -27 lines
Diff to previous 1.841.2.3 , to branch point 1.841
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-218
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-220
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-221
   Restore deleted tagline in etc/TUTORIAL.ru

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-222
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-228
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-229
   Remove TeX output files from the archive

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-230
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-247
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-248
   src/lisp.h (CYCLE_CHECK): Macro moved from xfaces.c

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-249
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-256
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-258
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-263
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-264
   Update from CVS: lispref/display.texi: emacs -> Emacs.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-265
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-274
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-275
   Update from CVS: man/makefile.w32-in: Revert last change

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-276
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-295
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296
   Allow restarting an existing debugger session that's exited

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-297
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-299
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-300
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-327
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-328
   Update from CVS: src/.gdbinit (xsymbol): Fix last change.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-329
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-344
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
   Tweak source regexps so that building in place won't cause problems

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-346
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-351
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-352
   Update from CVS: lisp/flymake.el: New file.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-353
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-361
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-362
   Support " [...]" style defaults in minibuffer-electric-default-mode

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363
   (read-number): Use canonical format for default in prompt.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-364
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-367
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-368
   Improve display-supports-face-attributes-p on non-ttys

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-369
   Rewrite face-differs-from-default-p

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-370
   Move `display-supports-face-attributes-p' entirely into C code

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-371
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-372
   Simplify face-differs-from-default-p; don't consider :stipple.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-373
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-374
   (tty_supports_face_attributes_p): Ensure attributes differ from default

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-375
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-376
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-377
   (Fdisplay_supports_face_attributes_p): Work around bootstrapping problem

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-378
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-380
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-381
   Face merging cleanups

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-382
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-384
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-385
   src/xfaces.c (push_named_merge_point): Return 0 if a cycle is detected

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-386
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-395
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
   Tweak arch tagging to make build/install-in-place less annoying

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-397
   Work around vc-arch problems when building eshell

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-398
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-399
   Tweak directory permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-400
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401
   More build-in-place tweaking of arch tagging

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-402
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403
   Yet more build-in-place tweaking of arch tagging

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-404
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-409
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410
   Make sure image types are initialized for lookup too

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-411
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-416
   Update from CVS


Revision 1.992 - (view) (download) (annotate) - [select for diffs]
Fri Jun 25 13:00:58 2004 UTC (19 years, 10 months ago) by dak
Branch: MAIN
Changes since 1.991: +1 -1 lines
Diff to previous 1.991
Fixing +++ tag from last checkin.


Revision 1.991 - (view) (download) (annotate) - [select for diffs]
Thu Jun 24 10:36:13 2004 UTC (19 years, 10 months ago) by dak
Branch: MAIN
Changes since 1.990: +17 -8 lines
Diff to previous 1.990
Move description from new paragraph-start and
indent-line-function defaults to general news instead of new
packages.  Same for query-replace-skip-read-only.  Add
description of new `\,' and `\?' replacement string features.


Revision 1.990 - (view) (download) (annotate) - [select for diffs]
Mon Jun 21 03:21:53 2004 UTC (19 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.989: +3 -0 lines
Diff to previous 1.989
*** empty log message ***


Revision 1.989 - (view) (download) (annotate) - [select for diffs]
Mon Jun 21 03:10:40 2004 UTC (19 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.988: +4 -0 lines
Diff to previous 1.988
*** empty log message ***


Revision 1.988 - (view) (download) (annotate) - [select for diffs]
Mon Jun 14 21:17:25 2004 UTC (19 years, 10 months ago) by lektu
Branch: MAIN
Changes since 1.987: +5 -0 lines
Diff to previous 1.987
*** empty log message ***


Revision 1.987 - (view) (download) (annotate) - [select for diffs]
Sun Jun 13 21:53:49 2004 UTC (19 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.986: +12 -1 lines
Diff to previous 1.986
*** empty log message ***


Revision 1.986 - (view) (download) (annotate) - [select for diffs]
Sat Jun 12 06:09:32 2004 UTC (19 years, 10 months ago) by jurta
Branch: MAIN
Changes since 1.985: +42 -7 lines
Diff to previous 1.985
Add news for Dired and Info modes.


Revision 1.985 - (view) (download) (annotate) - [select for diffs]
Sat Jun 12 02:29:57 2004 UTC (19 years, 10 months ago) by handa
Branch: MAIN
Changes since 1.984: +6 -5 lines
Diff to previous 1.984
*** empty log message ***


Revision 1.984 - (view) (download) (annotate) - [select for diffs]
Fri Jun 11 16:43:14 2004 UTC (19 years, 10 months ago) by lektu
Branch: MAIN
Changes since 1.983: +9 -0 lines
Diff to previous 1.983
*** empty log message ***


Revision 1.983 - (view) (download) (annotate) - [select for diffs]
Thu Jun 10 20:59:26 2004 UTC (19 years, 10 months ago) by lektu
Branch: MAIN
Changes since 1.982: +1 -1 lines
Diff to previous 1.982
*** empty log message ***


Revision 1.982 - (view) (download) (annotate) - [select for diffs]
Thu Jun 10 20:32:21 2004 UTC (19 years, 10 months ago) by lh
Branch: MAIN
Changes since 1.981: +39 -0 lines
Diff to previous 1.981
Describe dired-omit-mode. Describe desktop package changes.


Revision 1.981 - (view) (download) (annotate) - [select for diffs]
Thu Jun 10 08:41:13 2004 UTC (19 years, 10 months ago) by kfstorm
Branch: MAIN
Changes since 1.980: +7 -0 lines
Diff to previous 1.980
*** empty log message ***


Revision 1.980 - (view) (download) (annotate) - [select for diffs]
Thu Jun 10 04:28:42 2004 UTC (19 years, 10 months ago) by jurta
Branch: MAIN
Changes since 1.979: +13 -2 lines
Diff to previous 1.979
Add C-M-x on defface.
Add eval-expression-print-format.
Move flymake to new modes and packages.


Revision 1.979 - (view) (download) (annotate) - [select for diffs]
Mon Jun 7 20:15:13 2004 UTC (19 years, 10 months ago) by lektu
Branch: MAIN
Changes since 1.978: +1 -1 lines
Diff to previous 1.978
*** empty log message ***


Revision 1.978 - (view) (download) (annotate) - [select for diffs]
Mon Jun 7 07:02:17 2004 UTC (19 years, 10 months ago) by miles
Branch: MAIN
Changes since 1.977: +7 -0 lines
Diff to previous 1.977
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-381

Face merging cleanups

The only user-visible changes should be:

  * The priority order of faces in a face :inherit attribute is now
    reversed (for consistency with face lists in `face' text
    properties)

  * An :inherit loop is halted immediately, instead of being applied
    several times first; this should only matters when a relative
    attribute such as a :height scale is used.


Revision 1.977 - (view) (download) (annotate) - [select for diffs]
Sun Jun 6 22:40:53 2004 UTC (19 years, 10 months ago) by kfstorm
Branch: MAIN
Changes since 1.976: +6 -0 lines
Diff to previous 1.976
*** empty log message ***


Revision 1.976 - (view) (download) (annotate) - [select for diffs]
Sun Jun 6 00:38:29 2004 UTC (19 years, 10 months ago) by jurta
Branch: MAIN
Changes since 1.975: +1 -1 lines
Diff to previous 1.975
Fix typo.


Revision 1.975 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 23:27:33 2004 UTC (19 years, 10 months ago) by lektu
Branch: MAIN
Changes since 1.974: +2 -1 lines
Diff to previous 1.974
Add reference to face `help-argument-name'.


Revision 1.974 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 02:50:44 2004 UTC (19 years, 10 months ago) by miles
Branch: MAIN
Changes since 1.973: +4 -0 lines
Diff to previous 1.973
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-369

Rewrite face-differs-from-default-p


Revision 1.973 - (view) (download) (annotate) - [select for diffs]
Sat May 29 16:26:16 2004 UTC (19 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.972: +4 -0 lines
Diff to previous 1.972
*** empty log message ***


Revision 1.972 - (view) (download) (annotate) - [select for diffs]
Sat May 29 12:11:59 2004 UTC (19 years, 11 months ago) by eliz
Branch: MAIN
Changes since 1.971: +3 -0 lines
Diff to previous 1.971
Document the addition of Flymake.


Revision 1.971 - (view) (download) (annotate) - [select for diffs]
Fri May 28 05:38:36 2004 UTC (19 years, 11 months ago) by jas
Branch: MAIN
Changes since 1.970: +6 -0 lines
Diff to previous 1.970
*** empty log message ***


Revision 1.970 - (view) (download) (annotate) - [select for diffs]
Mon May 17 18:57:23 2004 UTC (19 years, 11 months ago) by gm
Branch: MAIN
Changes since 1.969: +4 -0 lines
Diff to previous 1.969
*** empty log message ***


Revision 1.969 - (view) (download) (annotate) - [select for diffs]
Mon May 17 11:41:26 2004 UTC (19 years, 11 months ago) by dpe
Branch: MAIN
Changes since 1.968: +4 -0 lines
Diff to previous 1.968
*** empty log message ***


Revision 1.968 - (view) (download) (annotate) - [select for diffs]
Mon May 17 00:26:33 2004 UTC (19 years, 11 months ago) by handa
Branch: MAIN
Changes since 1.967: +3 -0 lines
Diff to previous 1.967
*** empty log message ***


Revision 1.967 - (view) (download) (annotate) - [select for diffs]
Thu May 13 01:23:07 2004 UTC (19 years, 11 months ago) by lektu
Branch: MAIN
Changes since 1.966: +2 -2 lines
Diff to previous 1.966
Fix description of new help arg highlighting.


Revision 1.966 - (view) (download) (annotate) - [select for diffs]
Wed May 12 11:03:59 2004 UTC (19 years, 11 months ago) by handa
Branch: MAIN
Changes since 1.965: +3 -3 lines
Diff to previous 1.965
*** empty log message ***


Revision 1.965 - (view) (download) (annotate) - [select for diffs]
Wed May 12 10:59:42 2004 UTC (19 years, 11 months ago) by handa
Branch: MAIN
Changes since 1.964: +3 -0 lines
Diff to previous 1.964
*** empty log message ***


Revision 1.964 - (view) (download) (annotate) - [select for diffs]
Wed May 12 10:54:47 2004 UTC (19 years, 11 months ago) by handa
Branch: MAIN
Changes since 1.963: +2 -2 lines
Diff to previous 1.963
*** empty log message ***


Revision 1.963 - (view) (download) (annotate) - [select for diffs]
Wed May 12 10:54:07 2004 UTC (19 years, 11 months ago) by handa
Branch: MAIN
Changes since 1.962: +2 -2 lines
Diff to previous 1.962
*** empty log message ***


Revision 1.962 - (view) (download) (annotate) - [select for diffs]
Wed May 12 02:42:42 2004 UTC (19 years, 11 months ago) by handa
Branch: MAIN
Changes since 1.961: +3 -0 lines
Diff to previous 1.961
*** empty log message ***


Revision 1.961 - (view) (download) (annotate) - [select for diffs]
Wed May 12 00:02:52 2004 UTC (19 years, 11 months ago) by lektu
Branch: MAIN
Changes since 1.960: +2 -2 lines
Diff to previous 1.960
*** empty log message ***


Revision 1.690.2.20 - (view) (download) (annotate) - [select for diffs]
Tue May 11 02:26:42 2004 UTC (19 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.19: +11 -4 lines
Diff to previous 1.690.2.19 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-33

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-281
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-295
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296
   Allow restarting an existing debugger session that's exited

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-297
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-299
   Update from CVS


Revision 1.690.2.19 - (view) (download) (annotate) - [select for diffs]
Tue May 11 02:20:49 2004 UTC (19 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.18: +37 -10 lines
Diff to previous 1.690.2.18 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-32

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-270
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-274
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-275
   Update from CVS: man/makefile.w32-in: Revert last change

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-276
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-280
   Update from CVS


Revision 1.960 - (view) (download) (annotate) - [select for diffs]
Sun May 9 22:37:12 2004 UTC (19 years, 11 months ago) by lektu
Branch: MAIN
Changes since 1.959: +10 -0 lines
Diff to previous 1.959
Describe next- and prev-buffer.
Warn about change of keybindings for winner-redo and -undo.
Describe help argument highlighting feature.


Revision 1.959 - (view) (download) (annotate) - [select for diffs]
Sat May 8 19:15:53 2004 UTC (19 years, 11 months ago) by jasonr
Branch: MAIN
Changes since 1.958: +1 -4 lines
Diff to previous 1.958
Removed erroneous comment about using utf-16 as
selection-coding-system on Windows.


Revision 1.958 - (view) (download) (annotate) - [select for diffs]
Tue May 4 13:45:52 2004 UTC (19 years, 11 months ago) by kfstorm
Branch: MAIN
Changes since 1.957: +9 -6 lines
Diff to previous 1.957
*** empty log message ***


Revision 1.957 - (view) (download) (annotate) - [select for diffs]
Tue May 4 13:26:05 2004 UTC (19 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.956: +2 -0 lines
Diff to previous 1.956
*** empty log message ***


Revision 1.956 - (view) (download) (annotate) - [select for diffs]
Sun May 2 00:26:40 2004 UTC (19 years, 11 months ago) by kfstorm
Branch: MAIN
Changes since 1.955: +6 -2 lines
Diff to previous 1.955
*** empty log message ***


Revision 1.690.2.18 - (view) (download) (annotate) - [select for diffs]
Sat May 1 23:46:12 2004 UTC (19 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.690.2.17: +37 -14 lines
Diff to previous 1.690.2.17 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-31

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-262
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-263
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-264
   Update from CVS: lispref/display.texi: emacs -> Emacs.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-265
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-269
   Update from CVS


Revision 1.955 - (view) (download) (annotate) - [select for diffs]
Sat May 1 22:39:27 2004 UTC (19 years, 11 months ago) by teirllm
Branch: MAIN
Changes since 1.954: +14 -10 lines
Diff to previous 1.954
*** empty log message ***


Revision 1.954 - (view) (download) (annotate) - [select for diffs]
Sat May 1 22:24:39 2004 UTC (19 years, 11 months ago) by teirllm
Branch: MAIN
Changes since 1.953: +16 -2 lines
Diff to previous 1.953
*** empty log message ***


Revision 1.953 - (view) (download) (annotate) - [select for diffs]
Fri Apr 30 18:45:20 2004 UTC (19 years, 11 months ago) by gm
Branch: MAIN
Changes since 1.952: +7 -0 lines
Diff to previous 1.952
*** empty log message ***


Revision 1.952 - (view) (download) (annotate) - [select for diffs]
Fri Apr 30 13:53:14 2004 UTC (20 years ago) by monnier
Branch: MAIN
Changes since 1.951: +10 -1 lines
Diff to previous 1.951
*** empty log message ***


Revision 1.951 - (view) (download) (annotate) - [select for diffs]
Thu Apr 29 22:41:05 2004 UTC (20 years ago) by kfstorm
Branch: MAIN
Changes since 1.950: +20 -13 lines
Diff to previous 1.950
*** empty log message ***


Revision 1.690.2.17 - (view) (download) (annotate) - [select for diffs]
Thu Apr 29 10:58:56 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.690.2.16: +13 -0 lines
Diff to previous 1.690.2.16 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-30

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-255
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-256
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-257
   {arch}/=cvs-sync-make-log: Use new features of tla-changelogs-to-log

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-258
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-261
   Update from CVS


Revision 1.950 - (view) (download) (annotate) - [select for diffs]
Tue Apr 27 22:02:27 2004 UTC (20 years ago) by monnier
Branch: MAIN
Changes since 1.949: +3 -0 lines
Diff to previous 1.949
*** empty log message ***


Revision 1.949 - (view) (download) (annotate) - [select for diffs]
Tue Apr 27 21:00:31 2004 UTC (20 years ago) by jet
Branch: MAIN
Changes since 1.948: +3 -0 lines
Diff to previous 1.948
* 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.


Revision 1.690.2.16 - (view) (download) (annotate) - [select for diffs]
Tue Apr 27 14:10:59 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.690.2.15: +33 -3 lines
Diff to previous 1.690.2.15 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-28

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-240
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-247
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-248
   src/lisp.h (CYCLE_CHECK): Macro moved from xfaces.c

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-249
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-254
   Update from CVS


Revision 1.690.2.15 - (view) (download) (annotate) - [select for diffs]
Tue Apr 27 14:08:26 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.690.2.14: +55 -7 lines
Diff to previous 1.690.2.14 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-27

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-215
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-220
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-221
   Restore deleted tagline in etc/TUTORIAL.ru

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-222
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-228
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-229
   Remove TeX output files from the archive

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-230
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-239
   Update from CVS


Revision 1.948 - (view) (download) (annotate) - [select for diffs]
Tue Apr 27 13:17:34 2004 UTC (20 years ago) by eliz
Branch: MAIN
Changes since 1.947: +5 -0 lines
Diff to previous 1.947
Document set-file-times.


Revision 1.947 - (view) (download) (annotate) - [select for diffs]
Tue Apr 27 06:37:35 2004 UTC (20 years ago) by jurta
Branch: MAIN
Changes since 1.946: +2 -0 lines
Diff to previous 1.946
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.


Revision 1.946 - (view) (download) (annotate) - [select for diffs]
Mon Apr 26 22:33:15 2004 UTC (20 years ago) by kfstorm
Branch: MAIN
Changes since 1.945: +1 -1 lines
Diff to previous 1.945
*** empty log message ***


Revision 1.945 - (view) (download) (annotate) - [select for diffs]
Mon Apr 26 22:22:23 2004 UTC (20 years ago) by kfstorm
Branch: MAIN
Changes since 1.944: +27 -15 lines
Diff to previous 1.944
Add line-height property, change line-spacing property.


Revision 1.944 - (view) (download) (annotate) - [select for diffs]
Sun Apr 25 00:42:22 2004 UTC (20 years ago) by kfstorm
Branch: MAIN
Changes since 1.943: +17 -3 lines
Diff to previous 1.943
New line-spacing property on newlines.


Revision 1.943 - (view) (download) (annotate) - [select for diffs]
Sat Apr 24 23:29:39 2004 UTC (20 years ago) by teirllm
Branch: MAIN
Changes since 1.942: +4 -0 lines
Diff to previous 1.942
*** empty log message ***


Revision 1.942 - (view) (download) (annotate) - [select for diffs]
Wed Apr 21 22:36:22 2004 UTC (20 years ago) by jurta
Branch: MAIN
Changes since 1.941: +5 -0 lines
Diff to previous 1.941
Add images in Info pages from Jan Nieuwenhuizen <janneke@gnu.org>.


Revision 1.941 - (view) (download) (annotate) - [select for diffs]
Wed Apr 21 21:45:15 2004 UTC (20 years ago) by kfstorm
Branch: MAIN
Changes since 1.940: +2 -0 lines
Diff to previous 1.940
*** empty log message ***


Revision 1.940 - (view) (download) (annotate) - [select for diffs]
Wed Apr 21 21:38:07 2004 UTC (20 years ago) by kfstorm
Branch: MAIN
Changes since 1.939: +3 -0 lines
Diff to previous 1.939
New next-error framework, use in occur.


Revision 1.939 - (view) (download) (annotate) - [select for diffs]
Wed Apr 21 19:36:24 2004 UTC (20 years ago) by rms
Branch: MAIN
Changes since 1.938: +6 -6 lines
Diff to previous 1.938
Clarify recent text.


Revision 1.938 - (view) (download) (annotate) - [select for diffs]
Tue Apr 20 22:44:20 2004 UTC (20 years ago) by kfstorm
Branch: MAIN
Changes since 1.937: +23 -0 lines
Diff to previous 1.937
Add image slices.  Add posn-at- functions.


Revision 1.937 - (view) (download) (annotate) - [select for diffs]
Mon Apr 19 15:29:23 2004 UTC (20 years ago) by jpw
Branch: MAIN
Changes since 1.936: +2 -0 lines
Diff to previous 1.936
`eql' now available without requiring cl.


Revision 1.936 - (view) (download) (annotate) - [select for diffs]
Sun Apr 18 22:23:01 2004 UTC (20 years ago) by jurta
Branch: MAIN
Changes since 1.935: +6 -0 lines
Diff to previous 1.935
sentence-end


Revision 1.935 - (view) (download) (annotate) - [select for diffs]
Fri Apr 16 23:27:40 2004 UTC (20 years ago) by kfstorm
Branch: MAIN
Changes since 1.934: +1 -0 lines
Diff to previous 1.934
*** empty log message ***


Revision 1.841.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Apr 16 12:49:39 2004 UTC (20 years ago) by handa
Branch: emacs-unicode-2
CVS Tags: emacs-unicode-2-pre-sync
Changes since 1.841.2.2: +708 -79 lines
Diff to previous 1.841.2.2 , to branch point 1.841
Sync to HEAD


Revision 1.934 - (view) (download) (annotate) - [select for diffs]
Fri Apr 16 08:57:51 2004 UTC (20 years ago) by jet
Branch: MAIN
Changes since 1.933: +13 -7 lines
Diff to previous 1.933
(completions-common-part): Rename from completion-de-emphasis.
(completions-first-difference): Rename from completion-emphasis. Suggested by RMS.


Revision 1.690.2.14 - (view) (download) (annotate) - [select for diffs]
Wed Apr 14 00:01:02 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.690.2.13: +6 -0 lines
Diff to previous 1.690.2.13 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-26

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-213
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-214
   Update from CVS


Revision 1.933 - (view) (download) (annotate) - [select for diffs]
Tue Apr 13 22:24:34 2004 UTC (20 years ago) by kfstorm
Branch: MAIN
CVS Tags: handa-temp-tag
Changes since 1.932: +6 -0 lines
Diff to previous 1.932
*** empty log message ***


Revision 1.690.2.13 - (view) (download) (annotate) - [select for diffs]
Tue Apr 13 10:16:07 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.690.2.12: +49 -22 lines
Diff to previous 1.690.2.12 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-24

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-198
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-202
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-203
   Add entry for macroexpand-all to NEWS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-204
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-205
   Add macroexpand-all to lisp reference manual

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-206
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-208
   Update from CVS


Revision 1.932 - (view) (download) (annotate) - [select for diffs]
Mon Apr 12 19:22:30 2004 UTC (20 years ago) by monnier
Branch: MAIN
Changes since 1.931: +2 -0 lines
Diff to previous 1.931
*** empty log message ***


Revision 1.931 - (view) (download) (annotate) - [select for diffs]
Mon Apr 12 04:44:19 2004 UTC (20 years ago) by miles
Branch: MAIN
Changes since 1.930: +5 -0 lines
Diff to previous 1.930
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-203

Add entry for macroexpand-all to NEWS


Revision 1.930 - (view) (download) (annotate) - [select for diffs]
Sun Apr 11 18:11:37 2004 UTC (20 years ago) by jet
Branch: MAIN
Changes since 1.929: +8 -0 lines
Diff to previous 1.929
Added "Visual feedback of *Completions* buffer is enhanced.".


Revision 1.929 - (view) (download) (annotate) - [select for diffs]
Sun Apr 11 09:58:19 2004 UTC (20 years ago) by jurta
Branch: MAIN
Changes since 1.928: +34 -22 lines
Diff to previous 1.928
*** empty log message ***


Revision 1.690.2.12 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 06:14:58 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.690.2.11: +50 -3 lines
Diff to previous 1.690.2.11 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-17

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-178
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-194
   Update from CVS


Revision 1.928 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 19:39:45 2004 UTC (20 years ago) by monnier
Branch: MAIN
Changes since 1.927: +5 -2 lines
Diff to previous 1.927
*** empty log message ***


Revision 1.927 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 22:03:26 2004 UTC (20 years ago) by kfstorm
Branch: MAIN
Changes since 1.926: +1 -1 lines
Diff to previous 1.926
*** empty log message ***


Revision 1.926 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 21:56:59 2004 UTC (20 years ago) by kfstorm
Branch: MAIN
Changes since 1.925: +1 -1 lines
Diff to previous 1.925
Typo.


Revision 1.925 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 13:01:03 2004 UTC (20 years ago) by harder
Branch: MAIN
Changes since 1.924: +6 -1 lines
Diff to previous 1.924
Remove index-apropos entry.


Revision 1.924 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 02:09:28 2004 UTC (20 years ago) by teirllm
Branch: MAIN
Changes since 1.923: +13 -0 lines
Diff to previous 1.923
*** empty log message ***


Revision 1.923 - (view) (download) (annotate) - [select for diffs]
Sun Apr 4 02:01:19 2004 UTC (20 years ago) by teirllm
Branch: MAIN
Changes since 1.922: +20 -0 lines
Diff to previous 1.922
*** empty log message ***


Revision 1.922 - (view) (download) (annotate) - [select for diffs]
Sun Apr 4 01:26:44 2004 UTC (20 years ago) by monnier
Branch: MAIN
Changes since 1.921: +2 -0 lines
Diff to previous 1.921
*** empty log message ***


Revision 1.921 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 10:46:37 2004 UTC (20 years ago) by pfeiffer
Branch: MAIN
Changes since 1.920: +4 -0 lines
Diff to previous 1.920
message deletion note added to M-x compile


Revision 1.690.2.11 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 04:28:56 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.690.2.10: +27 -9 lines
Diff to previous 1.690.2.10 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-13

Merge from emacs--cvs-trunk

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-162
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-163
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-164
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-165
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-166
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-167
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-168
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-169
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-170
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-171
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-172
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-173
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-174
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-175
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-176
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-177
   Update from CVS


Revision 1.920 - (view) (download) (annotate) - [select for diffs]
Mon Mar 29 23:00:22 2004 UTC (20 years, 1 month ago) by kfstorm
Branch: MAIN
Changes since 1.919: +7 -0 lines
Diff to previous 1.919
Add x-mouse-click-focus-ignore-position.


Revision 1.919 - (view) (download) (annotate) - [select for diffs]
Mon Mar 29 19:54:16 2004 UTC (20 years, 1 month ago) by pfeiffer
Branch: MAIN
Changes since 1.918: +11 -5 lines
Diff to previous 1.918
reformulated compile announcement


Revision 1.918 - (view) (download) (annotate) - [select for diffs]
Sat Mar 27 11:44:58 2004 UTC (20 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.917: +5 -0 lines
Diff to previous 1.917
Document the new command `strokes-global-set-stroke-string'.


Revision 1.917 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 07:16:13 2004 UTC (20 years, 1 month ago) by jurta
Branch: MAIN
Changes since 1.916: +1 -1 lines
Diff to previous 1.916
Small fix.


Revision 1.916 - (view) (download) (annotate) - [select for diffs]
Sat Mar 20 15:05:40 2004 UTC (20 years, 1 month ago) by lektu
Branch: MAIN
Changes since 1.915: +4 -4 lines
Diff to previous 1.915
Fix typos.


Revision 1.690.2.10 - (view) (download) (annotate) - [select for diffs]
Fri Mar 19 23:29:16 2004 UTC (20 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.690.2.9: +82 -0 lines
Diff to previous 1.690.2.9 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-11

Merge from emacs--cvs-trunk

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-138
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-139
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-140
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-141
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-142
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-143
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-144
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-145
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-146
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-147
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-148
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-149
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-150
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-151
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-152
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-153
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-154
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-155
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-156
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-157
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-158
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-159
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-160
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-161
   Update from CVS


Revision 1.690.2.9 - (view) (download) (annotate) - [select for diffs]
Fri Mar 19 23:27:34 2004 UTC (20 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.690.2.8: +19 -5 lines
Diff to previous 1.690.2.8 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-10

Merge from emacs--cvs-trunk

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-121
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-122
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-123
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-124
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-125
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-126
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-127
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-128
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-129
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-130
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-131
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-132
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-133
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-134
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-135
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-136
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-137
   Update from CVS


Revision 1.915 - (view) (download) (annotate) - [select for diffs]
Fri Mar 19 22:26:38 2004 UTC (20 years, 1 month ago) by kfstorm
Branch: MAIN
Changes since 1.914: +59 -0 lines
Diff to previous 1.914
Document new :width and :align-to features.


Revision 1.914 - (view) (download) (annotate) - [select for diffs]
Fri Mar 12 13:56:49 2004 UTC (20 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.913: +16 -0 lines
Diff to previous 1.913
*** empty log message ***


Revision 1.913 - (view) (download) (annotate) - [select for diffs]
Thu Mar 11 18:43:55 2004 UTC (20 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.912: +7 -0 lines
Diff to previous 1.912
*** empty log message ***


Revision 1.912 - (view) (download) (annotate) - [select for diffs]
Thu Mar 4 22:56:30 2004 UTC (20 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.911: +4 -0 lines
Diff to previous 1.911
Mention with-local-quit.


Revision 1.911 - (view) (download) (annotate) - [select for diffs]
Tue Mar 2 11:09:29 2004 UTC (20 years, 1 month ago) by kfstorm
Branch: MAIN
Changes since 1.910: +13 -0 lines
Diff to previous 1.910
Add overlay-arrow-variable-list variable.


Revision 1.910 - (view) (download) (annotate) - [select for diffs]
Sun Feb 29 01:54:00 2004 UTC (20 years, 2 months ago) by lektu
Branch: MAIN
Changes since 1.909: +2 -5 lines
Diff to previous 1.909
Remove bogus reference to user option unicode-data.


Revision 1.690.2.8 - (view) (download) (annotate) - [select for diffs]
Sat Feb 28 05:41:57 2004 UTC (20 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.690.2.7: +24 -0 lines
Diff to previous 1.690.2.7 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-9

Merge from emacs--cvs-trunk

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-102
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-103
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-104
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-105
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-106
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-107
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-108
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-109
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-110
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-111
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-112
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-113
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-114
   Merge some minor redisplay bug-fixes from emacs--tiling--0

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-115
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-116
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-117
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-118
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-119
   src/keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-120
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--tiling--0--patch-9
   Remove bogus xassert

 * miles@gnu.org--gnu-2004/emacs--tiling--0--patch-10
   Avoid negative descents for images with ascent > height

 * miles@gnu.org--gnu-2004/emacs--tiling--0--patch-13
   Fix iterator-inconsistency bug in redisplay


Revision 1.909 - (view) (download) (annotate) - [select for diffs]
Fri Feb 27 17:14:05 2004 UTC (20 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.908: +14 -0 lines
Diff to previous 1.908
Document the new min-colors face attribute.


Revision 1.908 - (view) (download) (annotate) - [select for diffs]
Sat Feb 21 20:15:23 2004 UTC (20 years, 2 months ago) by uid68472
Branch: MAIN
Changes since 1.907: +1 -0 lines
Diff to previous 1.907
*** empty log message ***


Revision 1.907 - (view) (download) (annotate) - [select for diffs]
Sat Feb 21 14:17:30 2004 UTC (20 years, 2 months ago) by uid65627
Branch: MAIN
Changes since 1.906: +9 -0 lines
Diff to previous 1.906
Document recent changes in saveplace.el regarding skipping unreadable
files.


Revision 1.690.2.7 - (view) (download) (annotate) - [select for diffs]
Tue Feb 17 23:15:40 2004 UTC (20 years, 2 months ago) by uid65618
Branch: lexbind
Changes since 1.690.2.6: +50 -9 lines
Diff to previous 1.690.2.6 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-7

Merge from emacs--cvs-trunk

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-83
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-84
   Add lisp/emacs-lisp/macroexp.el

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-85
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-86
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-87
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-88
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-89
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-90
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-91
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-92
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-93
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-94
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-95
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-96
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-97
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-98
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-99
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-100
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-101
   Update from CVS


Revision 1.906 - (view) (download) (annotate) - [select for diffs]
Tue Feb 17 02:19:39 2004 UTC (20 years, 2 months ago) by uid68472
Branch: MAIN
Changes since 1.905: +1 -1 lines
Diff to previous 1.905
*** empty log message ***


Revision 1.905 - (view) (download) (annotate) - [select for diffs]
Sun Feb 15 18:15:38 2004 UTC (20 years, 2 months ago) by uid65598
Branch: MAIN
Changes since 1.904: +49 -8 lines
Diff to previous 1.904
Describe new fringe bitmap features.


Revision 1.690.2.6 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 14:14:08 2004 UTC (20 years, 2 months ago) by uid65618
Branch: lexbind
Changes since 1.690.2.5: +7 -2 lines
Diff to previous 1.690.2.5 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-5

Merge from emacs--cvs-trunk

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-74
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-75
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-76
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-77
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-78
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-79
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-80
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-81
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-82
   Update from CVS


Revision 1.904 - (view) (download) (annotate) - [select for diffs]
Sun Feb 8 12:23:56 2004 UTC (20 years, 2 months ago) by uid65629
Branch: MAIN
Changes since 1.903: +1 -1 lines
Diff to previous 1.903
Another typo fix.


Revision 1.903 - (view) (download) (annotate) - [select for diffs]
Sun Feb 8 00:38:50 2004 UTC (20 years, 2 months ago) by uid65629
Branch: MAIN
Changes since 1.902: +1 -1 lines
Diff to previous 1.902
Fix typo.


Revision 1.902 - (view) (download) (annotate) - [select for diffs]
Sat Feb 7 01:03:03 2004 UTC (20 years, 2 months ago) by uid65598
Branch: MAIN
Changes since 1.901: +5 -0 lines
Diff to previous 1.901
Add line-number-at-pos.


Revision 1.690.2.5 - (view) (download) (annotate) - [select for diffs]
Thu Feb 5 14:48:28 2004 UTC (20 years, 2 months ago) by uid65618
Branch: lexbind
Changes since 1.690.2.4: +127 -9 lines
Diff to previous 1.690.2.4 , to branch point 1.690
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-2

Merge from emacs--cvs-trunk

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-4
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-5
   Add =cvs-sync-make-log script

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-6
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-7
   Use absolute tla-tools filenames in =cvs-sync-make-log

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-8
   Use proper arch-tag: syntax for lispintro/texinfo.tex

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-9
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-10
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-11
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-12
   Add section on button package to lisp reference manual

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-13
   Minor tweaks to Buttons section in lispref/display.texi

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-14
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-15
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-16
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-17
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-18
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-19
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-20
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-21
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-22
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-23
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-24
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-25
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-26
   Fix permission bogosities

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-27
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-28
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-29
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-30
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-31
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-32
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-33
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-34
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-35
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-36
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-37
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-38
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-39
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-40
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-41
   Make fringe-drawing stuff compile without a window-system

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-42
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-43
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-44
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-45
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-46
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-47
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-48
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-49
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-50
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-51
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-52
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-53
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-54
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-55
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-56
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-57
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-58
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-59
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-60
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-61
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-62
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-63
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-64
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-65
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-66
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-67
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-68
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-69
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-70
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-71
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-72
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-73
   Update from CVS


Revision 1.901 - (view) (download) (annotate) - [select for diffs]
Tue Feb 3 17:09:02 2004 UTC (20 years, 2 months ago) by uid66518
Branch: MAIN
Changes since 1.900: +5 -0 lines
Diff to previous 1.900
Add note about drag and drop support.


Revision 1.900 - (view) (download) (annotate) - [select for diffs]
Sun Feb 1 00:04:28 2004 UTC (20 years, 2 months ago) by uid68472
Branch: MAIN
Changes since 1.899: +1 -1 lines
Diff to previous 1.899
*** empty log message ***


Revision 1.899 - (view) (download) (annotate) - [select for diffs]
Fri Jan 30 00:24:48 2004 UTC (20 years, 3 months ago) by uid65630
Branch: MAIN
Changes since 1.898: +8 -1 lines
Diff to previous 1.898
*** empty log message ***


Revision 1.898 - (view) (download) (annotate) - [select for diffs]
Tue Jan 27 07:42:55 2004 UTC (20 years, 3 months ago) by uid65620
Branch: MAIN
Changes since 1.897: +4 -0 lines
Diff to previous 1.897
Add an entry for sentence-end-without-space.


Revision 1.897 - (view) (download) (annotate) - [select for diffs]
Sat Jan 24 17:39:03 2004 UTC (20 years, 3 months ago) by uid67419
Branch: MAIN
Changes since 1.896: +5 -0 lines
Diff to previous 1.896
*** empty log message ***


Revision 1.896 - (view) (download) (annotate) - [select for diffs]
Wed Jan 21 04:22:48 2004 UTC (20 years, 3 months ago) by uid65630
Branch: MAIN
Changes since 1.895: +2 -0 lines
Diff to previous 1.895
*** empty log message ***


Revision 1.895 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 23:09:25 2004 UTC (20 years, 3 months ago) by uid68472
Branch: MAIN
Changes since 1.894: +1 -0 lines
Diff to previous 1.894
*** empty log message ***


Revision 1.894 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 17:48:00 2004 UTC (20 years, 3 months ago) by uid65624
Branch: MAIN
Changes since 1.893: +1 -0 lines
Diff to previous 1.893
Add +++ to prev change.


Revision 1.893 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 17:46:50 2004 UTC (20 years, 3 months ago) by uid65624
Branch: MAIN
Changes since 1.892: +14 -0 lines
Diff to previous 1.892
Describe new key bindings in vc-annotate-mode.


Revision 1.892 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 00:08:33 2004 UTC (20 years, 3 months ago) by uid68472
Branch: MAIN
Changes since 1.891: +4 -0 lines
Diff to previous 1.891
*** empty log message ***


Revision 1.891 - (view) (download) (annotate) - [select for diffs]
Sun Jan 18 20:26:39 2004 UTC (20 years, 3 months ago) by uid65598
Branch: MAIN
Changes since 1.890: +20 -0 lines
Diff to previous 1.890
Add overflow-newline-into-fringe and indicate-buffer-boundaries.


Revision 1.890 - (view) (download) (annotate) - [select for diffs]
Sun Jan 18 01:47:10 2004 UTC (20 years, 3 months ago) by uid68472
Branch: MAIN
Changes since 1.889: +3 -3 lines
Diff to previous 1.889
*** empty log message ***


Revision 1.889 - (view) (download) (annotate) - [select for diffs]
Sun Jan 18 01:26:19 2004 UTC (20 years, 3 months ago) by uid68472
Branch: MAIN
Changes since 1.888: +3 -0 lines
Diff to previous 1.888
*** empty log message ***


Revision 1.888 - (view) (download) (annotate) - [select for diffs]
Fri Jan 16 01:48:11 2004 UTC (20 years, 3 months ago) by uid68472
Branch: MAIN
Changes since 1.887: +4 -0 lines
Diff to previous 1.887
*** empty log message ***


Revision 1.887 - (view) (download) (annotate) - [select for diffs]
Mon Jan 12 02:03:41 2004 UTC (20 years, 3 months ago) by uid66518
Branch: MAIN
Changes since 1.886: +7 -0 lines
Diff to previous 1.886
Lucid pop up menus stay up, dialogs closes with ESC.


Revision 1.886 - (view) (download) (annotate) - [select for diffs]
Mon Jan 12 01:02:18 2004 UTC (20 years, 3 months ago) by uid66918
Branch: MAIN
Changes since 1.885: +6 -0 lines
Diff to previous 1.885
*** empty log message ***


Revision 1.885 - (view) (download) (annotate) - [select for diffs]
Tue Jan 6 23:49:51 2004 UTC (20 years, 3 months ago) by uid65598
Branch: MAIN
Changes since 1.884: +15 -5 lines
Diff to previous 1.884
*** empty log message ***


Revision 1.884 - (view) (download) (annotate) - [select for diffs]
Mon Jan 5 18:21:12 2004 UTC (20 years, 3 months ago) by uid66976
Branch: MAIN
Changes since 1.883: +5 -0 lines
Diff to previous 1.883
Mention before-save-hook.


Revision 1.883 - (view) (download) (annotate) - [select for diffs]
Thu Jan 1 23:44:00 2004 UTC (20 years, 3 months ago) by uid65598
Branch: MAIN
Changes since 1.882: +12 -1 lines
Diff to previous 1.882
*** empty log message ***


Revision 1.882 - (view) (download) (annotate) - [select for diffs]
Tue Dec 30 23:39:57 2003 UTC (20 years, 3 months ago) by uid68472
Branch: MAIN
Changes since 1.881: +4 -1 lines
Diff to previous 1.881
*** empty log message ***


Revision 1.881 - (view) (download) (annotate) - [select for diffs]
Mon Dec 29 19:02:28 2003 UTC (20 years, 4 months ago) by uid65566
Branch: MAIN
Changes since 1.880: +2 -1 lines
Diff to previous 1.880
*** empty log message ***


Revision 1.880 - (view) (download) (annotate) - [select for diffs]
Mon Dec 29 11:46:03 2003 UTC (20 years, 4 months ago) by uid65627
Branch: MAIN
Changes since 1.879: +5 -0 lines
Diff to previous 1.879
Document the change in insert-for-yank.


Revision 1.690.2.4 - (view) (download) (annotate) - [select for diffs]
Sun Dec 28 05:19:56 2003 UTC (20 years, 4 months ago) by uid65618
Branch: lexbind
Changes since 1.690.2.3: +135 -9 lines
Diff to previous 1.690.2.3 , to branch point 1.690
Synchronize with CVS trunk


Revision 1.879 - (view) (download) (annotate) - [select for diffs]
Sun Dec 28 00:40:46 2003 UTC (20 years, 4 months ago) by uid65598
Branch: MAIN
Changes since 1.878: +34 -0 lines
Diff to previous 1.878
Add pointer text property.  Add image maps.


Revision 1.878 - (view) (download) (annotate) - [select for diffs]
Mon Dec 1 13:06:41 2003 UTC (20 years, 4 months ago) by handa
Branch: MAIN
Changes since 1.877: +1 -5 lines
Diff to previous 1.877
*** empty log message ***


Revision 1.877 - (view) (download) (annotate) - [select for diffs]
Mon Dec 1 02:29:01 2003 UTC (20 years, 4 months ago) by teirllm
Branch: MAIN
Changes since 1.876: +27 -3 lines
Diff to previous 1.876
*** empty log message ***


Revision 1.876 - (view) (download) (annotate) - [select for diffs]
Sun Nov 30 07:33:32 2003 UTC (20 years, 5 months ago) by JYavner
Branch: MAIN
Changes since 1.875: +5 -2 lines
Diff to previous 1.875
testcover.el: Changes to 1value and noreturn


Revision 1.875 - (view) (download) (annotate) - [select for diffs]
Sat Nov 29 11:36:54 2003 UTC (20 years, 5 months ago) by jhd
Branch: MAIN
Changes since 1.874: +4 -0 lines
Diff to previous 1.874
NEWS and documentation for use-file-dialog.


Revision 1.874 - (view) (download) (annotate) - [select for diffs]
Thu Nov 27 21:59:16 2003 UTC (20 years, 5 months ago) by kfstorm
Branch: MAIN
Changes since 1.873: +11 -0 lines
Diff to previous 1.873
posn-object and posn-object-x-y.


Revision 1.873 - (view) (download) (annotate) - [select for diffs]
Sun Nov 23 22:56:12 2003 UTC (20 years, 5 months ago) by kfstorm
Branch: MAIN
Changes since 1.872: +55 -1 lines
Diff to previous 1.872
Enhanced mouse events.  Grep decoupled from compile.


Revision 1.872 - (view) (download) (annotate) - [select for diffs]
Sat Nov 22 07:34:51 2003 UTC (20 years, 5 months ago) by ttn
Branch: MAIN
Changes since 1.871: +1 -1 lines
Diff to previous 1.871
Fix typo for hide-ifdef-mode entry: "line" -> "like".


Revision 1.690.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 00:35:57 2003 UTC (20 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.690.2.2: +33 -28 lines
Diff to previous 1.690.2.2 , to branch point 1.690
Revision: miles@gnu.org--gnu-2003/emacs--lexbind--0--patch-15

Merge from emacs--cvs-trunk

Patches applied:

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-88
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-89
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-90
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-91
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-92
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-93
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-94
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-95
   Correct the default target in man/Makefile.in

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-96
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-97
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-98
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-99
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-100
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-101
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-102
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-103
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-104
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-105
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-106
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-107
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-108
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-109
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-110
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-111
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-112
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-113
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-114
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-115
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-116
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-117
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-118
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-119
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-120
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-121
   Update from CVS

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-122
   Update from CVS


Revision 1.871 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 23:14:37 2003 UTC (20 years, 5 months ago) by teirllm
Branch: MAIN
Changes since 1.870: +7 -0 lines
Diff to previous 1.870
*** empty log message ***


Revision 1.870 - (view) (download) (annotate) - [select for diffs]
Sun Nov 9 22:02:08 2003 UTC (20 years, 5 months ago) by teirllm
Branch: MAIN
Changes since 1.869: +1 -1 lines
Diff to previous 1.869
*** empty log message ***


Revision 1.869 - (view) (download) (annotate) - [select for diffs]
Sun Nov 9 03:38:24 2003 UTC (20 years, 5 months ago) by teirllm
Branch: MAIN
Changes since 1.868: +3 -0 lines
Diff to previous 1.868
*** empty log message ***


Revision 1.868 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 05:11:41 2003 UTC (20 years, 5 months ago) by teirllm
Branch: MAIN
Changes since 1.867: +6 -0 lines
Diff to previous 1.867
*** empty log message ***


Revision 1.867 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 19:23:55 2003 UTC (20 years, 6 months ago) by teirllm
Branch: MAIN
Changes since 1.866: +6 -0 lines
Diff to previous 1.866
*** empty log message ***


Revision 1.866 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 23:00:39 2003 UTC (20 years, 6 months ago) by nickrob
Branch: MAIN
Changes since 1.865: +2 -3 lines
Diff to previous 1.865
*** empty log message ***


Revision 1.865 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 11:32:22 2003 UTC (20 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.864: +4 -1 lines
Diff to previous 1.864
cfengine-mode


Revision 1.864 - (view) (download) (annotate) - [select for diffs]
Mon Oct 20 23:26:16 2003 UTC (20 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.863: +4 -23 lines
Diff to previous 1.863
*** empty log message ***


Revision 1.690.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Oct 14 23:08:02 2003 UTC (20 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.690.2.1: +1024 -128 lines
Diff to previous 1.690.2.1 , to branch point 1.690
Update from arch emacs--lexbind branch


Revision 1.863 - (view) (download) (annotate) - [select for diffs]
Sun Oct 12 15:30:22 2003 UTC (20 years, 6 months ago) by jhd
Branch: MAIN
Changes since 1.862: +3 -0 lines
Diff to previous 1.862
Added x-send-client-message.


Revision 1.841.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Sep 29 17:52:03 2003 UTC (20 years, 7 months ago) by fx
Branch: emacs-unicode-2
CVS Tags: emacs-bidi-base
Branch point for: emacs-bidi
Changes since 1.841.2.1: +4 -1 lines
Diff to previous 1.841.2.1 , to branch point 1.841
*** empty log message ***


Revision 1.862 - (view) (download) (annotate) - [select for diffs]
Mon Sep 29 10:25:01 2003 UTC (20 years, 7 months ago) by lute
Branch: MAIN
Changes since 1.861: +4 -2 lines
Diff to previous 1.861
*** empty log message ***


Revision 1.861 - (view) (download) (annotate) - [select for diffs]
Fri Sep 26 12:38:59 2003 UTC (20 years, 7 months ago) by lute
Branch: MAIN
Changes since 1.860: +4 -0 lines
Diff to previous 1.860
*** empty log message ***


Revision 1.860 - (view) (download) (annotate) - [select for diffs]
Wed Sep 24 22:58:24 2003 UTC (20 years, 7 months ago) by kfstorm
Branch: MAIN
Changes since 1.859: +5 -0 lines
Diff to previous 1.859
*** empty log message ***


Revision 1.859 - (view) (download) (annotate) - [select for diffs]
Tue Sep 23 02:48:44 2003 UTC (20 years, 7 months ago) by teirllm
Branch: MAIN
Changes since 1.858: +1 -1 lines
Diff to previous 1.858
*** empty log message ***


Revision 1.858 - (view) (download) (annotate) - [select for diffs]
Mon Sep 22 15:04:21 2003 UTC (20 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.857: +6 -0 lines
Diff to previous 1.857
*** empty log message ***


Revision 1.857 - (view) (download) (annotate) - [select for diffs]
Sat Sep 20 23:23:11 2003 UTC (20 years, 7 months ago) by kfstorm
Branch: MAIN
Changes since 1.856: +1 -1 lines
Diff to previous 1.856
Rename get-network-interface-info to network-interface-info.


Revision 1.856 - (view) (download) (annotate) - [select for diffs]
Fri Sep 19 14:27:24 2003 UTC (20 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.855: +0 -3 lines
Diff to previous 1.855
Delete some ???.


Revision 1.855 - (view) (download) (annotate) - [select for diffs]
Sat Sep 13 23:41:12 2003 UTC (20 years, 7 months ago) by kfstorm
Branch: MAIN
Changes since 1.854: +13 -0 lines
Diff to previous 1.854
New functions network-interface-list and get-network-interface-info.


Revision 1.854 - (view) (download) (annotate) - [select for diffs]
Fri Sep 12 19:44:17 2003 UTC (20 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.853: +3 -0 lines
Diff to previous 1.853
*** empty log message ***


Revision 1.853 - (view) (download) (annotate) - [select for diffs]
Fri Sep 12 00:44:10 2003 UTC (20 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.852: +23 -3 lines
Diff to previous 1.852
Document char-displayable-p more clearly.
Add many +++ markers.


Revision 1.841.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Sep 11 13:53:12 2003 UTC (20 years, 7 months ago) by fx
Branch: emacs-unicode-2
Changes since 1.841: +72 -0 lines
Diff to previous 1.841
*** empty log message ***


Revision 1.852 - (view) (download) (annotate) - [select for diffs]
Mon Sep 8 08:06:58 2003 UTC (20 years, 7 months ago) by lute
Branch: MAIN
Changes since 1.851: +9 -0 lines
Diff to previous 1.851
*** empty log message ***


Revision 1.851 - (view) (download) (annotate) - [select for diffs]
Sat Sep 6 17:57:46 2003 UTC (20 years, 7 months ago) by fx
Branch: MAIN
Changes since 1.850: +4 -0 lines
Diff to previous 1.850
Eldoc change


Revision 1.850 - (view) (download) (annotate) - [select for diffs]
Fri Sep 5 16:44:38 2003 UTC (20 years, 7 months ago) by eliz
Branch: MAIN
Changes since 1.849: +4 -4 lines
Diff to previous 1.849
Fix wording of the last change.


Revision 1.849 - (view) (download) (annotate) - [select for diffs]
Thu Sep 4 17:18:48 2003 UTC (20 years, 7 months ago) by fx
Branch: MAIN
Changes since 1.848: +5 -2 lines
Diff to previous 1.848
code-pages changes


Revision 1.848 - (view) (download) (annotate) - [select for diffs]
Wed Sep 3 07:58:13 2003 UTC (20 years, 7 months ago) by kfstorm
Branch: MAIN
Changes since 1.847: +4 -5 lines
Diff to previous 1.847
Blinking cursor's default off state restored to "no cursor".


Revision 1.847 - (view) (download) (annotate) - [select for diffs]
Tue Sep 2 17:43:01 2003 UTC (20 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.846: +4 -0 lines
Diff to previous 1.846
*** empty log message ***


Revision 1.846 - (view) (download) (annotate) - [select for diffs]
Mon Sep 1 18:51:17 2003 UTC (20 years, 7 months ago) by fx
Branch: MAIN
Changes since 1.845: +10 -0 lines
Diff to previous 1.845
*** empty log message ***


Revision 1.845 - (view) (download) (annotate) - [select for diffs]
Mon Sep 1 15:44:58 2003 UTC (20 years, 7 months ago) by miles
Branch: MAIN
Changes since 1.844: +2 -0 lines
Diff to previous 1.844
Add arch taglines


Revision 1.844 - (view) (download) (annotate) - [select for diffs]
Sun Aug 17 22:53:07 2003 UTC (20 years, 8 months ago) by gm
Branch: MAIN
Changes since 1.843: +5 -0 lines
Diff to previous 1.843
*** empty log message ***


Revision 1.843 - (view) (download) (annotate) - [select for diffs]
Sun Aug 17 00:27:53 2003 UTC (20 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.842: +19 -4 lines
Diff to previous 1.842
*** empty log message ***


Revision 1.842 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 01:01:42 2003 UTC (20 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.841: +14 -2 lines
Diff to previous 1.841
*** empty log message ***


Revision 1.841 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 00:12:57 2003 UTC (20 years, 9 months ago) by jpw
Branch: MAIN
Branch point for: emacs-unicode-2
Changes since 1.840: +6 -1 lines
Diff to previous 1.840
Mention `compilation-environment'.


Revision 1.840 - (view) (download) (annotate) - [select for diffs]
Mon Jul 21 09:58:34 2003 UTC (20 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.839: +46 -6 lines
Diff to previous 1.839
*** empty log message ***


Revision 1.839 - (view) (download) (annotate) - [select for diffs]
Mon Jul 14 22:02:44 2003 UTC (20 years, 9 months ago) by kfstorm
Branch: MAIN
Changes since 1.838: +13 -2 lines
Diff to previous 1.838
New apropos features.


Revision 1.838 - (view) (download) (annotate) - [select for diffs]
Mon Jul 14 20:37:35 2003 UTC (20 years, 9 months ago) by nickrob
Branch: MAIN
Changes since 1.837: +102 -66 lines
Diff to previous 1.837
Merge in the changes for versions 21.2 and 21.3 as
documented on the EMACS_21_1_RC branch.


Revision 1.837 - (view) (download) (annotate) - [select for diffs]
Mon Jul 14 16:05:43 2003 UTC (20 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.836: +69 -23 lines
Diff to previous 1.836
*** empty log message ***


Revision 1.836 - (view) (download) (annotate) - [select for diffs]
Sun Jul 13 17:34:36 2003 UTC (20 years, 9 months ago) by lektu
Branch: MAIN
Changes since 1.835: +63 -1 lines
Diff to previous 1.835
*** empty log message ***


Revision 1.835 - (view) (download) (annotate) - [select for diffs]
Sat Jul 12 21:58:37 2003 UTC (20 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.834: +3 -0 lines
Diff to previous 1.834
*** empty log message ***


Revision 1.834 - (view) (download) (annotate) - [select for diffs]
Wed Jul 9 16:11:40 2003 UTC (20 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.833: +3 -0 lines
Diff to previous 1.833
*** empty log message ***


Revision 1.833 - (view) (download) (annotate) - [select for diffs]
Tue Jul 8 23:28:35 2003 UTC (20 years, 9 months ago) by mast
Branch: MAIN
Changes since 1.832: +19 -5 lines
Diff to previous 1.832
A bit more talk about an API change in CC Mode.


Revision 1.832 - (view) (download) (annotate) - [select for diffs]
Tue Jul 8 22:09:38 2003 UTC (20 years, 9 months ago) by kfstorm
Branch: MAIN
Changes since 1.831: +3 -0 lines
Diff to previous 1.831
*** empty log message ***


Revision 1.831 - (view) (download) (annotate) - [select for diffs]
Mon Jul 7 21:01:23 2003 UTC (20 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.830: +38 -1 lines
Diff to previous 1.830
*** empty log message ***


Revision 1.830 - (view) (download) (annotate) - [select for diffs]
Sat Jul 5 12:42:43 2003 UTC (20 years, 9 months ago) by kai
Branch: MAIN
Changes since 1.829: +21 -1 lines
Diff to previous 1.829
Describe bibtex.el changes.  From Roland Winkler.


Revision 1.829 - (view) (download) (annotate) - [select for diffs]
Thu Jul 3 12:49:26 2003 UTC (20 years, 9 months ago) by mast
Branch: MAIN
Changes since 1.828: +271 -0 lines
Diff to previous 1.828
CC Mode 5.30 news.


Revision 1.828 - (view) (download) (annotate) - [select for diffs]
Wed Jul 2 04:28:58 2003 UTC (20 years, 9 months ago) by teirllm
Branch: MAIN
Changes since 1.827: +8 -6 lines
Diff to previous 1.827
*** empty log message ***


Revision 1.827 - (view) (download) (annotate) - [select for diffs]
Wed Jul 2 04:09:52 2003 UTC (20 years, 9 months ago) by teirllm
Branch: MAIN
Changes since 1.826: +12 -0 lines
Diff to previous 1.826
*** empty log message ***


Revision 1.826 - (view) (download) (annotate) - [select for diffs]
Mon Jun 23 18:28:55 2003 UTC (20 years, 10 months ago) by fx
Branch: MAIN
Changes since 1.825: +3 -2 lines
Diff to previous 1.825
*** empty log message ***


Revision 1.478.4.29 - (view) (download) (annotate) - [select for diffs]
Sat Jun 21 02:03:48 2003 UTC (20 years, 10 months ago) by handa
Branch: EMACS_21_1_RC
Changes since 1.478.4.28: +5 -8 lines
Diff to previous 1.478.4.28 , to branch point 1.478 , to next main 1.2150
*** empty log message ***


Revision 1.825 - (view) (download) (annotate) - [select for diffs]
Tue Jun 17 21:06:24 2003 UTC (20 years, 10 months ago) by lektu
Branch: MAIN
Changes since 1.824: +5 -2 lines
Diff to previous 1.824
*** empty log message ***


Revision 1.824 - (view) (download) (annotate) - [select for diffs]
Tue Jun 17 11:00:53 2003 UTC (20 years, 10 months ago) by handa
Branch: MAIN
Changes since 1.823: +5 -0 lines
Diff to previous 1.823
*** empty log message ***


Revision 1.823 - (view) (download) (annotate) - [select for diffs]
Thu Jun 5 23:56:32 2003 UTC (20 years, 10 months ago) by jasonr
Branch: MAIN
Changes since 1.822: +10 -0 lines
Diff to previous 1.822
Document new System colors on MS-Windows


Revision 1.822 - (view) (download) (annotate) - [select for diffs]
Thu Jun 5 23:35:23 2003 UTC (20 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.821: +10 -1 lines
Diff to previous 1.821
*** empty log message ***


Revision 1.821 - (view) (download) (annotate) - [select for diffs]
Sat May 31 23:36:11 2003 UTC (20 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.820: +4 -3 lines
Diff to previous 1.820
*** empty log message ***


Revision 1.820 - (view) (download) (annotate) - [select for diffs]
Wed May 28 11:08:30 2003 UTC (20 years, 11 months ago) by rms
Branch: MAIN
CVS Tags: Boehm-GC-base
Branch point for: Boehm-GC
Changes since 1.819: +7 -0 lines
Diff to previous 1.819
*** empty log message ***


Revision 1.819 - (view) (download) (annotate) - [select for diffs]
Sun May 25 02:06:57 2003 UTC (20 years, 11 months ago) by lektu
Branch: MAIN
Changes since 1.818: +2 -2 lines
Diff to previous 1.818
Fix typos.


Revision 1.818 - (view) (download) (annotate) - [select for diffs]
Sat May 24 23:54:43 2003 UTC (20 years, 11 months ago) by kfstorm
Branch: MAIN
Changes since 1.817: +60 -12 lines
Diff to previous 1.817
New per-window fringe and scroll-bar settings.


Revision 1.817 - (view) (download) (annotate) - [select for diffs]
Sat May 24 16:16:34 2003 UTC (20 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.816: +2 -0 lines
Diff to previous 1.816
*** empty log message ***


Revision 1.816 - (view) (download) (annotate) - [select for diffs]
Wed May 21 22:28:54 2003 UTC (20 years, 11 months ago) by fx
Branch: MAIN
Changes since 1.815: +7 -4 lines
Diff to previous 1.815
*** empty log message ***


Revision 1.815 - (view) (download) (annotate) - [select for diffs]
Sun May 18 19:34:14 2003 UTC (20 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.814: +9 -0 lines
Diff to previous 1.814
*** empty log message ***


Revision 1.814 - (view) (download) (annotate) - [select for diffs]
Tue May 13 20:13:06 2003 UTC (20 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.813: +29 -0 lines
Diff to previous 1.813
*** empty log message ***


Revision 1.813 - (view) (download) (annotate) - [select for diffs]
Thu May 8 17:54:14 2003 UTC (20 years, 11 months ago) by fx
Branch: MAIN
Changes since 1.812: +14 -8 lines
Diff to previous 1.812
*** empty log message ***


Revision 1.478.4.28 - (view) (download) (annotate) - [select for diffs]
Tue May 6 06:51:13 2003 UTC (20 years, 11 months ago) by handa
Branch: EMACS_21_1_RC
Changes since 1.478.4.27: +7 -5 lines
Diff to previous 1.478.4.27 , to branch point 1.478
*** empty log message ***


Revision 1.478.4.27 - (view) (download) (annotate) - [select for diffs]
Tue May 6 06:50:07 2003 UTC (20 years, 11 months ago) by handa
Branch: EMACS_21_1_RC
Changes since 1.478.4.26: +10 -0 lines
Diff to previous 1.478.4.26 , to branch point 1.478
*** empty log message ***


Revision 1.812 - (view) (download) (annotate) - [select for diffs]
Sat May 3 20:46:06 2003 UTC (20 years, 11 months ago) by nickrob
Branch: MAIN
Changes since 1.811: +15 -0 lines
Diff to previous 1.811
Add an entry for GDB-UI.
Mention tool bar under GUD.


Revision 1.811 - (view) (download) (annotate) - [select for diffs]
Thu May 1 19:37:34 2003 UTC (20 years, 11 months ago) by kai
Branch: MAIN
Changes since 1.810: +5 -5 lines
Diff to previous 1.810
utf-translate-cjk is now called utf-translate-cjk-mode.


Revision 1.810 - (view) (download) (annotate) - [select for diffs]
Sat Apr 26 23:53:00 2003 UTC (21 years ago) by lektu
Branch: MAIN
Changes since 1.809: +17 -0 lines
Diff to previous 1.809
*** empty log message ***


Revision 1.809 - (view) (download) (annotate) - [select for diffs]
Sat Apr 26 02:56:41 2003 UTC (21 years ago) by rms
Branch: MAIN
Changes since 1.808: +15 -5 lines
Diff to previous 1.808
Update invisible/intangible handling spec.


Revision 1.808 - (view) (download) (annotate) - [select for diffs]
Fri Apr 25 05:52:00 2003 UTC (21 years ago) by wohler
Branch: MAIN
Changes since 1.807: +1 -1 lines
Diff to previous 1.807
Upgraded to MH-E version 7.3.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.


Revision 1.807 - (view) (download) (annotate) - [select for diffs]
Wed Apr 16 05:02:00 2003 UTC (21 years ago) by rms
Branch: MAIN
Changes since 1.806: +10 -10 lines
Diff to previous 1.806
*** empty log message ***


Revision 1.806 - (view) (download) (annotate) - [select for diffs]
Mon Apr 14 16:31:52 2003 UTC (21 years ago) by monnier
Branch: MAIN
Changes since 1.805: +15 -0 lines
Diff to previous 1.805
*** empty log message ***


Revision 1.805 - (view) (download) (annotate) - [select for diffs]
Fri Apr 11 19:05:32 2003 UTC (21 years ago) by monnier
Branch: MAIN
Changes since 1.804: +9 -1 lines
Diff to previous 1.804
*** empty log message ***


Revision 1.804 - (view) (download) (annotate) - [select for diffs]
Fri Apr 11 08:40:02 2003 UTC (21 years ago) by handa
Branch: MAIN
Changes since 1.803: +1 -1 lines
Diff to previous 1.803
*** empty log message ***


Revision 1.803 - (view) (download) (annotate) - [select for diffs]
Fri Apr 11 07:45:15 2003 UTC (21 years ago) by handa
Branch: MAIN
Changes since 1.802: +6 -0 lines
Diff to previous 1.802
*** empty log message ***


Revision 1.802 - (view) (download) (annotate) - [select for diffs]
Wed Apr 9 01:40:30 2003 UTC (21 years ago) by rms
Branch: MAIN
Changes since 1.801: +11 -5 lines
Diff to previous 1.801
*** empty log message ***


Revision 1.801 - (view) (download) (annotate) - [select for diffs]
Sun Apr 6 20:42:09 2003 UTC (21 years ago) by rms
Branch: MAIN
Changes since 1.800: +5 -0 lines
Diff to previous 1.800
*** empty log message ***


Revision 1.690.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 4 06:19:49 2003 UTC (21 years ago) by miles
Branch: lexbind
Changes since 1.690: +876 -215 lines
Diff to previous 1.690
Update from trunk.


Revision 1.800 - (view) (download) (annotate) - [select for diffs]
Wed Mar 26 04:45:00 2003 UTC (21 years, 1 month ago) by handa
Branch: MAIN
Changes since 1.799: +3 -0 lines
Diff to previous 1.799
*** empty log message ***


Revision 1.799 - (view) (download) (annotate) - [select for diffs]
Sat Mar 8 02:13:59 2003 UTC (21 years, 1 month ago) by ttn
Branch: MAIN
Changes since 1.798: +0 -3 lines
Diff to previous 1.798
Remove superfluous font-lock for dcl-mode entry.


Revision 1.798 - (view) (download) (annotate) - [select for diffs]
Fri Mar 7 09:10:09 2003 UTC (21 years, 1 month ago) by ttn
Branch: MAIN
Changes since 1.797: +3 -3 lines
Diff to previous 1.797
Move recent DCL blurb from under "Installation Changes" to "Changes in".


Revision 1.797 - (view) (download) (annotate) - [select for diffs]
Fri Mar 7 09:05:19 2003 UTC (21 years, 1 month ago) by ttn
Branch: MAIN
Changes since 1.796: +4 -1 lines
Diff to previous 1.796
Mention `dcl-font-lock-keywords' and `dcl-font-lock-defaults'.


Revision 1.796 - (view) (download) (annotate) - [select for diffs]
Thu Feb 20 18:47:49 2003 UTC (21 years, 2 months ago) by schwab
Branch: MAIN
Changes since 1.795: +1 -1 lines
Diff to previous 1.795
Fix misspelling of utf-fragment-on-decoding.


Revision 1.795 - (view) (download) (annotate) - [select for diffs]
Thu Feb 20 12:49:07 2003 UTC (21 years, 2 months ago) by handa
Branch: MAIN
Changes since 1.794: +3 -0 lines
Diff to previous 1.794
*** empty log message ***


Revision 1.794 - (view) (download) (annotate) - [select for diffs]
Fri Feb 14 18:51:38 2003 UTC (21 years, 2 months ago) by fx
Branch: MAIN
Changes since 1.793: +11 -9 lines
Diff to previous 1.793
*** empty log message ***


Revision 1.793 - (view) (download) (annotate) - [select for diffs]
Thu Feb 13 12:55:43 2003 UTC (21 years, 2 months ago) by kfstorm
Branch: MAIN
CVS Tags: RMAIL-MBOX-BASE
Branch point for: rmail-mbox-branch
Changes since 1.792: +5 -0 lines
Diff to previous 1.792
*** empty log message ***


Revision 1.792 - (view) (download) (annotate) - [select for diffs]
Wed Feb 12 23:16:20 2003 UTC (21 years, 2 months ago) by kfstorm
Branch: MAIN
Changes since 1.791: +2 -2 lines
Diff to previous 1.791
Renamed remap-command to command-remapping.


Revision 1.791 - (view) (download) (annotate) - [select for diffs]
Tue Feb 11 01:54:06 2003 UTC (21 years, 2 months ago) by handa
Branch: MAIN
Changes since 1.790: +5 -0 lines
Diff to previous 1.790
*** empty log message ***


Revision 1.790 - (view) (download) (annotate) - [select for diffs]
Mon Feb 10 08:11:49 2003 UTC (21 years, 2 months ago) by handa
Branch: MAIN
Changes since 1.789: +17 -0 lines
Diff to previous 1.789
*** empty log message ***


Revision 1.789 - (view) (download) (annotate) - [select for diffs]
Sun Feb 9 14:40:09 2003 UTC (21 years, 2 months ago) by jpw
Branch: MAIN
Changes since 1.788: +1 -1 lines
Diff to previous 1.788
Fix misspelling of `comint-insert-previous-argument'.


Revision 1.788 - (view) (download) (annotate) - [select for diffs]
Sun Feb 9 08:38:05 2003 UTC (21 years, 2 months ago) by handa
Branch: MAIN
Changes since 1.787: +5 -2 lines
Diff to previous 1.787
*** empty log message ***


Revision 1.787 - (view) (download) (annotate) - [select for diffs]
Fri Feb 7 21:47:21 2003 UTC (21 years, 2 months ago) by kfstorm
Branch: MAIN
Changes since 1.786: +23 -5 lines
Diff to previous 1.786
New entry for printing package.
Add header to ido and cua entries.
Added compatibility note to cua entry.


Revision 1.786 - (view) (download) (annotate) - [select for diffs]
Mon Feb 3 20:55:30 2003 UTC (21 years, 2 months ago) by wohler
Branch: MAIN
Changes since 1.785: +1 -1 lines
Diff to previous 1.785
Upgraded to MH-E version 7.2.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.


Revision 1.785 - (view) (download) (annotate) - [select for diffs]
Mon Feb 3 15:00:57 2003 UTC (21 years, 2 months ago) by fx
Branch: MAIN
Changes since 1.784: +3 -0 lines
Diff to previous 1.784
*** empty log message ***


Revision 1.784 - (view) (download) (annotate) - [select for diffs]
Sun Feb 2 00:19:39 2003 UTC (21 years, 2 months ago) by jasonr
Branch: MAIN
Changes since 1.783: +7 -7 lines
Diff to previous 1.783
Updated image support on MS Windows


Revision 1.783 - (view) (download) (annotate) - [select for diffs]
Fri Jan 31 15:10:50 2003 UTC (21 years, 2 months ago) by lektu
Branch: MAIN
Changes since 1.782: +7 -5 lines
Diff to previous 1.782
Cygwin support patch.


Revision 1.782 - (view) (download) (annotate) - [select for diffs]
Thu Jan 30 14:19:26 2003 UTC (21 years, 2 months ago) by fx
Branch: MAIN
Changes since 1.781: +3 -0 lines
Diff to previous 1.781
*** empty log message ***


Revision 1.781 - (view) (download) (annotate) - [select for diffs]
Wed Jan 29 15:52:39 2003 UTC (21 years, 3 months ago) by lektu
Branch: MAIN
Changes since 1.780: +8 -8 lines
Diff to previous 1.780
Fix typos in description of image properties.


Revision 1.478.4.26 - (view) (download) (annotate) - [select for diffs]
Wed Jan 29 15:50:49 2003 UTC (21 years, 3 months ago) by lektu
Branch: EMACS_21_1_RC
CVS Tags: EMACS_21_3
Branch point for: ttn-vms-21-3-stash
Changes since 1.478.4.25: +8 -8 lines
Diff to previous 1.478.4.25 , to branch point 1.478
Fix typos in description of image properties.


Revision 1.780 - (view) (download) (annotate) - [select for diffs]
Mon Jan 27 21:46:04 2003 UTC (21 years, 3 months ago) by kfstorm
Branch: MAIN
Changes since 1.779: +1 -5 lines
Diff to previous 1.779
Remove COMMAND element from yank handler.


Revision 1.478.4.25 - (view) (download) (annotate) - [select for diffs]
Sun Jan 26 21:39:04 2003 UTC (21 years, 3 months ago) by lektu
Branch: EMACS_21_1_RC
CVS Tags: EMACS_PRETEST_21_2_95
Changes since 1.478.4.24: +1 -1 lines
Diff to previous 1.478.4.24 , to branch point 1.478
*** empty log message ***


Revision 1.478.4.24 - (view) (download) (annotate) - [select for diffs]
Sun Jan 26 17:04:40 2003 UTC (21 years, 3 months ago) by eliz
Branch: EMACS_21_1_RC
Changes since 1.478.4.23: +2 -2 lines
Diff to previous 1.478.4.23 , to branch point 1.478
Make it clear the change of the default selection-coding-system is
only for X.


Revision 1.779 - (view) (download) (annotate) - [select for diffs]
Sun Jan 26 01:33:33 2003 UTC (21 years, 3 months ago) by jasonr
Branch: MAIN
Changes since 1.778: +6 -4 lines
Diff to previous 1.778
Added notes for JPEG library.


Revision 1.778 - (view) (download) (annotate) - [select for diffs]
Sat Jan 25 21:09:28 2003 UTC (21 years, 3 months ago) by jasonr
Branch: MAIN
Changes since 1.777: +4 -2 lines
Diff to previous 1.777
Added note about PNG support on Windows.


Revision 1.777 - (view) (download) (annotate) - [select for diffs]
Thu Jan 23 23:34:59 2003 UTC (21 years, 3 months ago) by fx
Branch: MAIN
Changes since 1.776: +19 -10 lines
Diff to previous 1.776
*** empty log message ***


Revision 1.776 - (view) (download) (annotate) - [select for diffs]
Wed Jan 22 23:11:39 2003 UTC (21 years, 3 months ago) by jasonr
Branch: MAIN
Changes since 1.775: +5 -1 lines
Diff to previous 1.775
Add note for mouse pointer support.


Revision 1.775 - (view) (download) (annotate) - [select for diffs]
Wed Jan 22 02:54:56 2003 UTC (21 years, 3 months ago) by handa
Branch: MAIN
Changes since 1.774: +2 -3 lines
Diff to previous 1.774
*** empty log message ***


Revision 1.774 - (view) (download) (annotate) - [select for diffs]
Wed Jan 22 02:54:25 2003 UTC (21 years, 3 months ago) by handa
Branch: MAIN
Changes since 1.773: +4 -0 lines
Diff to previous 1.773
*** empty log message ***


Revision 1.773 - (view) (download) (annotate) - [select for diffs]
Mon Jan 20 19:47:11 2003 UTC (21 years, 3 months ago) by jhd
Branch: MAIN
Changes since 1.772: +3 -0 lines
Diff to previous 1.772
Mention Gtk+


Revision 1.772 - (view) (download) (annotate) - [select for diffs]
Mon Jan 20 09:11:54 2003 UTC (21 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.771: +6 -0 lines
Diff to previous 1.771
*** empty log message ***


Revision 1.771 - (view) (download) (annotate) - [select for diffs]
Sun Jan 19 00:27:11 2003 UTC (21 years, 3 months ago) by kfstorm
Branch: MAIN
Changes since 1.770: +55 -3 lines
Diff to previous 1.770
New yank-handler property.


Revision 1.770 - (view) (download) (annotate) - [select for diffs]
Tue Jan 14 10:18:36 2003 UTC (21 years, 3 months ago) by kfstorm
Branch: MAIN
Changes since 1.769: +12 -7 lines
Diff to previous 1.769
Replace "process private vars" with "process plist".


Revision 1.769 - (view) (download) (annotate) - [select for diffs]
Mon Jan 13 11:59:41 2003 UTC (21 years, 3 months ago) by kfstorm
Branch: MAIN
Changes since 1.768: +17 -17 lines
Diff to previous 1.768
Put "process enhancements" before "network enhancements".


Revision 1.768 - (view) (download) (annotate) - [select for diffs]
Mon Jan 13 11:58:31 2003 UTC (21 years, 3 months ago) by kfstorm
Branch: MAIN
Changes since 1.767: +8 -0 lines
Diff to previous 1.767
New process variables.


Revision 1.767 - (view) (download) (annotate) - [select for diffs]
Fri Jan 10 11:02:31 2003 UTC (21 years, 3 months ago) by kfstorm
Branch: MAIN
Changes since 1.766: +18 -7 lines
Diff to previous 1.766
Add docs for new networking functions.


Revision 1.766 - (view) (download) (annotate) - [select for diffs]
Wed Jan 8 23:21:14 2003 UTC (21 years, 3 months ago) by wohler
Branch: MAIN
Changes since 1.765: +1 -1 lines
Diff to previous 1.765
Upgraded to MH-E version 7.1.


Revision 1.765 - (view) (download) (annotate) - [select for diffs]
Mon Dec 23 18:11:41 2002 UTC (21 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.764: +9 -0 lines
Diff to previous 1.764
*** empty log message ***


Revision 1.764 - (view) (download) (annotate) - [select for diffs]
Thu Dec 19 20:47:12 2002 UTC (21 years, 4 months ago) by fx
Branch: MAIN
Changes since 1.763: +11 -8 lines
Diff to previous 1.763
keyboard-coding-system, optimize-char-coding-system-table


Revision 1.763 - (view) (download) (annotate) - [select for diffs]
Wed Dec 18 02:44:24 2002 UTC (21 years, 4 months ago) by handa
Branch: MAIN
Changes since 1.762: +4 -3 lines
Diff to previous 1.762
*** empty log message ***


Revision 1.762 - (view) (download) (annotate) - [select for diffs]
Wed Dec 18 02:41:28 2002 UTC (21 years, 4 months ago) by handa
Branch: MAIN
Changes since 1.761: +4 -0 lines
Diff to previous 1.761
*** empty log message ***


Revision 1.761 - (view) (download) (annotate) - [select for diffs]
Sun Dec 15 16:52:37 2002 UTC (21 years, 4 months ago) by fx
Branch: MAIN
Changes since 1.760: +25 -0 lines
Diff to previous 1.760
Compiler changes


Revision 1.760 - (view) (download) (annotate) - [select for diffs]
Mon Dec 9 18:02:28 2002 UTC (21 years, 4 months ago) by fx
Branch: MAIN
Changes since 1.759: +35 -22 lines
Diff to previous 1.759
*** empty log message ***


Revision 1.478.4.23 - (view) (download) (annotate) - [select for diffs]
Sun Dec 8 18:39:11 2002 UTC (21 years, 4 months ago) by fx
Branch: EMACS_21_1_RC
CVS Tags: EMACS_PRETEST_21_2_94
Changes since 1.478.4.22: +11 -2 lines
Diff to previous 1.478.4.22 , to branch point 1.478
*** empty log message ***


Revision 1.759 - (view) (download) (annotate) - [select for diffs]
Sun Dec 8 00:20:56 2002 UTC (21 years, 4 months ago) by rost
Branch: MAIN
Changes since 1.758: +1 -1 lines
Diff to previous 1.758
Increase outline level of description `ediff-backup' by one *.


Revision 1.758 - (view) (download) (annotate) - [select for diffs]
Sun Dec 8 00:04:26 2002 UTC (21 years, 4 months ago) by rost
Branch: MAIN
Changes since 1.757: +3 -0 lines
Diff to previous 1.757
New customization type `float'.


Revision 1.757 - (view) (download) (annotate) - [select for diffs]
Sat Dec 7 21:28:45 2002 UTC (21 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.756: +8 -2 lines
Diff to previous 1.756
*** empty log message ***


Revision 1.756 - (view) (download) (annotate) - [select for diffs]
Wed Dec 4 11:05:53 2002 UTC (21 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.755: +0 -3 lines
Diff to previous 1.755
Delete shell mode pcomplete item because that code was taken out.


Revision 1.755 - (view) (download) (annotate) - [select for diffs]
Fri Nov 29 18:15:20 2002 UTC (21 years, 5 months ago) by wohler
Branch: MAIN
Changes since 1.754: +1 -1 lines
Diff to previous 1.754
Upgraded to MH-E version 7.0.


Revision 1.754 - (view) (download) (annotate) - [select for diffs]
Thu Nov 28 23:10:30 2002 UTC (21 years, 5 months ago) by kfstorm
Branch: MAIN
Changes since 1.753: +5 -0 lines
Diff to previous 1.753
mwheel.el change.


Revision 1.753 - (view) (download) (annotate) - [select for diffs]
Thu Nov 21 22:46:15 2002 UTC (21 years, 5 months ago) by jasonr
Branch: MAIN
Changes since 1.752: +8 -1 lines
Diff to previous 1.752
Added note about sound support on MS Windows


Revision 1.752 - (view) (download) (annotate) - [select for diffs]
Tue Oct 29 05:26:18 2002 UTC (21 years, 6 months ago) by JYavner
Branch: MAIN
Changes since 1.751: +2 -3 lines
Diff to previous 1.751
+++/--- bugfix


Revision 1.751 - (view) (download) (annotate) - [select for diffs]
Mon Oct 28 23:38:07 2002 UTC (21 years, 6 months ago) by kfstorm
Branch: MAIN
Changes since 1.750: +50 -41 lines
Diff to previous 1.750
Document enhanced signal-process functionality.
Minor reorganizations.


Revision 1.750 - (view) (download) (annotate) - [select for diffs]
Sun Oct 27 16:26:04 2002 UTC (21 years, 6 months ago) by JYavner
Branch: MAIN
Changes since 1.749: +29 -0 lines
Diff to previous 1.749
Added ses-mode, unsafep, testcover


Revision 1.749 - (view) (download) (annotate) - [select for diffs]
Sat Oct 26 22:52:01 2002 UTC (21 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.748: +5 -0 lines
Diff to previous 1.748
*** empty log message ***


Revision 1.478.4.22 - (view) (download) (annotate) - [select for diffs]
Fri Oct 18 11:18:56 2002 UTC (21 years, 6 months ago) by handa
Branch: EMACS_21_1_RC
CVS Tags: EMACS_PRETEST_21_2_92, EMACS_PRETEST_21_2_93
Changes since 1.478.4.21: +1 -0 lines
Diff to previous 1.478.4.21 , to branch point 1.478
*** empty log message ***


Revision 1.478.4.21 - (view) (download) (annotate) - [select for diffs]
Mon Oct 14 09:37:38 2002 UTC (21 years, 6 months ago) by lektu
Branch: EMACS_21_1_RC
Changes since 1.478.4.20: +1 -1 lines
Diff to previous 1.478.4.20 , to branch point 1.478
Fix typo.


Revision 1.748 - (view) (download) (annotate) - [select for diffs]
Thu Oct 3 00:52:39 2002 UTC (21 years, 6 months ago) by jpw
Branch: MAIN
Changes since 1.747: +4 -0 lines
Diff to previous 1.747
Mention `delete-frame-functions' replacing `delete-frame-hook',
obsolete alias remains.


Revision 1.747 - (view) (download) (annotate) - [select for diffs]
Tue Oct 1 20:27:23 2002 UTC (21 years, 6 months ago) by wohler
Branch: MAIN
Changes since 1.746: +5 -0 lines
Diff to previous 1.746
Upgraded to mh-e version 6.1.1.


Revision 1.746 - (view) (download) (annotate) - [select for diffs]
Fri Sep 27 18:47:28 2002 UTC (21 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.745: +5 -0 lines
Diff to previous 1.745
Add info about --eval and --display.


Revision 1.745 - (view) (download) (annotate) - [select for diffs]
Thu Sep 26 10:17:02 2002 UTC (21 years, 7 months ago) by jpw
Branch: MAIN
Changes since 1.744: +3 -2 lines
Diff to previous 1.744
Mention minibufferp's optional buffer arg.


Revision 1.744 - (view) (download) (annotate) - [select for diffs]
Wed Sep 25 20:22:57 2002 UTC (21 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.743: +2 -0 lines
Diff to previous 1.743
*** empty log message ***


Revision 1.743 - (view) (download) (annotate) - [select for diffs]
Wed Sep 18 16:11:28 2002 UTC (21 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.742: +5 -0 lines
Diff to previous 1.742
*** empty log message ***


Revision 1.742 - (view) (download) (annotate) - [select for diffs]
Mon Sep 16 15:16:27 2002 UTC (21 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.741: +5 -0 lines
Diff to previous 1.741
*** empty log message ***


Revision 1.741 - (view) (download) (annotate) - [select for diffs]
Sat Sep 14 20:54:45 2002 UTC (21 years, 7 months ago) by kfstorm
Branch: MAIN
Changes since 1.740: +3 -1 lines
Diff to previous 1.740
Fix entry for keypad package.


Revision 1.740 - (view) (download) (annotate) - [select for diffs]
Thu Sep 12 03:25:20 2002 UTC (21 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.739: +9 -2 lines
Diff to previous 1.739
*** empty log message ***


Revision 1.739 - (view) (download) (annotate) - [select for diffs]
Wed Sep 11 21:03:50 2002 UTC (21 years, 7 months ago) by kfstorm
Branch: MAIN
Changes since 1.738: +21 -2 lines
Diff to previous 1.738
Added more documentation for keypad package.


Revision 1.738 - (view) (download) (annotate) - [select for diffs]
Mon Sep 9 19:17:43 2002 UTC (21 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.737: +2 -1 lines
Diff to previous 1.737
Minor change.


Revision 1.737 - (view) (download) (annotate) - [select for diffs]
Sun Sep 8 21:47:08 2002 UTC (21 years, 7 months ago) by kfstorm
Branch: MAIN
Changes since 1.736: +6 -2 lines
Diff to previous 1.736
Keyboard macro improvements.


Revision 1.736 - (view) (download) (annotate) - [select for diffs]
Fri Sep 6 09:07:31 2002 UTC (21 years, 7 months ago) by lektu
Branch: MAIN
Changes since 1.735: +3 -3 lines
Diff to previous 1.735
Fix spacing.


Revision 1.735 - (view) (download) (annotate) - [select for diffs]
Mon Sep 2 00:15:35 2002 UTC (21 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.734: +3 -0 lines
Diff to previous 1.734
*** empty log message ***


Revision 1.734 - (view) (download) (annotate) - [select for diffs]
Fri Aug 30 23:16:29 2002 UTC (21 years, 8 months ago) by kfstorm
Branch: MAIN
Changes since 1.733: +7 -3 lines
Diff to previous 1.733
cursor-in-non-selected-windows can now be any cursor type.


Revision 1.733 - (view) (download) (annotate) - [select for diffs]
Fri Aug 30 16:41:25 2002 UTC (21 years, 8 months ago) by pot
Branch: MAIN
Changes since 1.732: +3 -0 lines
Diff to previous 1.732
Etags improvement.


Revision 1.732 - (view) (download) (annotate) - [select for diffs]
Thu Aug 29 13:12:05 2002 UTC (21 years, 8 months ago) by kfstorm
Branch: MAIN
Changes since 1.731: +11 -3 lines
Diff to previous 1.731
Describe new kmacro bindings for f3/f4 and C-x e.


Revision 1.731 - (view) (download) (annotate) - [select for diffs]
Wed Aug 28 12:51:06 2002 UTC (21 years, 8 months ago) by pot
Branch: MAIN
Changes since 1.730: +13 -8 lines
Diff to previous 1.730
etags now parses HTML.


Revision 1.730 - (view) (download) (annotate) - [select for diffs]
Wed Aug 28 00:53:07 2002 UTC (21 years, 8 months ago) by miles
Branch: MAIN
Changes since 1.729: +6 -7 lines
Diff to previous 1.729
read-file-name-electric-shadow-mode -> file-name-shadow-mode


Revision 1.729 - (view) (download) (annotate) - [select for diffs]
Tue Aug 27 18:49:11 2002 UTC (21 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.728: +6 -0 lines
Diff to previous 1.728
Describe --script.


Revision 1.728 - (view) (download) (annotate) - [select for diffs]
Tue Aug 27 18:47:35 2002 UTC (21 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.727: +2 -1 lines
Diff to previous 1.727
Describe blink-cursor-alist.


Revision 1.727 - (view) (download) (annotate) - [select for diffs]
Wed Aug 21 00:18:34 2002 UTC (21 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.726: +5 -5 lines
Diff to previous 1.726
Fix typos.


Revision 1.726 - (view) (download) (annotate) - [select for diffs]
Mon Aug 19 23:14:45 2002 UTC (21 years, 8 months ago) by kfstorm
Branch: MAIN
Changes since 1.725: +12 -4 lines
Diff to previous 1.725
Describe new kmacro features.


Revision 1.725 - (view) (download) (annotate) - [select for diffs]
Mon Aug 19 21:39:58 2002 UTC (21 years, 8 months ago) by monnier
Branch: MAIN
Changes since 1.724: +3 -0 lines
Diff to previous 1.724
*** empty log message ***


Revision 1.724 - (view) (download) (annotate) - [select for diffs]
Mon Aug 19 00:53:49 2002 UTC (21 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.723: +21 -16 lines
Diff to previous 1.723
*** empty log message ***


Revision 1.723 - (view) (download) (annotate) - [select for diffs]
Tue Aug 13 22:55:18 2002 UTC (21 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.722: +3 -0 lines
Diff to previous 1.722
*** empty log message ***


Revision 1.722 - (view) (download) (annotate) - [select for diffs]
Fri Aug 2 18:03:01 2002 UTC (21 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.721: +7 -1 lines
Diff to previous 1.721
*** empty log message ***


Revision 1.721 - (view) (download) (annotate) - [select for diffs]
Thu Aug 1 03:11:39 2002 UTC (21 years, 8 months ago) by rost
Branch: MAIN
Changes since 1.720: +4 -0 lines
Diff to previous 1.720
Mention new command `ediff-backup'.


Revision 1.720 - (view) (download) (annotate) - [select for diffs]
Mon Jul 29 17:27:19 2002 UTC (21 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.719: +16 -0 lines
Diff to previous 1.719
*** empty log message ***


Revision 1.478.4.20 - (view) (download) (annotate) - [select for diffs]
Thu Jul 25 11:15:44 2002 UTC (21 years, 9 months ago) by fx
Branch: EMACS_21_1_RC
CVS Tags: EMACS_PRETEST_21_2_91
Changes since 1.478.4.19: +3 -0 lines
Diff to previous 1.478.4.19 , to branch point 1.478
*** empty log message ***


Revision 1.719 - (view) (download) (annotate) - [select for diffs]
Thu Jul 25 11:10:38 2002 UTC (21 years, 9 months ago) by fx
Branch: MAIN
Changes since 1.718: +3 -0 lines
Diff to previous 1.718
*** empty log message ***


Revision 1.718 - (view) (download) (annotate) - [select for diffs]
Wed Jul 24 22:14:47 2002 UTC (21 years, 9 months ago) by fx
Branch: MAIN
Changes since 1.717: +46 -8 lines
Diff to previous 1.717
*** empty log message ***


Revision 1.717 - (view) (download) (annotate) - [select for diffs]
Sat Jul 20 22:08:23 2002 UTC (21 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.716: +3 -0 lines
Diff to previous 1.716
*** empty log message ***


Revision 1.478.4.19 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 17:02:52 2002 UTC (21 years, 9 months ago) by fx
Branch: EMACS_21_1_RC
Changes since 1.478.4.18: +28 -11 lines
Diff to previous 1.478.4.18 , to branch point 1.478
*** empty log message ***


Revision 1.716 - (view) (download) (annotate) - [select for diffs]
Tue Jul 16 17:57:45 2002 UTC (21 years, 9 months ago) by spiegel
Branch: MAIN
Changes since 1.715: +10 -0 lines
Diff to previous 1.715
Add entry for C-x C-q.


Revision 1.715 - (view) (download) (annotate) - [select for diffs]
Tue Jul 16 11:40:15 2002 UTC (21 years, 9 months ago) by lektu
Branch: MAIN
Changes since 1.714: +5 -5 lines
Diff to previous 1.714
Fix reference to `defvaralias' as a macro.


Revision 1.714 - (view) (download) (annotate) - [select for diffs]
Mon Jul 15 15:50:20 2002 UTC (21 years, 9 months ago) by lektu
Branch: MAIN
Changes since 1.713: +4 -1 lines
Diff to previous 1.713
Document third argument of defvaralias.


Revision 1.713 - (view) (download) (annotate) - [select for diffs]
Mon Jul 8 00:02:20 2002 UTC (21 years, 9 months ago) by miles
Branch: MAIN
Changes since 1.712: +7 -4 lines
Diff to previous 1.712
Add entries for face-attribute-relative-p, merge-face-attribute.


Revision 1.712 - (view) (download) (annotate) - [select for diffs]
Sun Jul 7 21:25:47 2002 UTC (21 years, 9 months ago) by monnier
Branch: MAIN
Changes since 1.711: +6 -4 lines
Diff to previous 1.711
*** empty log message ***


Revision 1.711 - (view) (download) (annotate) - [select for diffs]
Sun Jul 7 18:30:45 2002 UTC (21 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.710: +80 -48 lines
Diff to previous 1.710
*** empty log message ***


Revision 1.710 - (view) (download) (annotate) - [select for diffs]
Sun Jul 7 10:40:35 2002 UTC (21 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.709: +31 -2 lines
Diff to previous 1.709
*** empty log message ***


Revision 1.478.4.18 - (view) (download) (annotate) - [select for diffs]
Sat Jul 6 14:27:29 2002 UTC (21 years, 9 months ago) by eliz
Branch: EMACS_21_1_RC
Changes since 1.478.4.17: +9 -0 lines
Diff to previous 1.478.4.17 , to branch point 1.478
Document the different default of selection-coding-system.


Revision 1.613.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Jul 5 22:18:13 2002 UTC (21 years, 9 months ago) by fx
Branch: emacs-unicode
Changes since 1.613: +52 -10060 lines
Diff to previous 1.613 , to next main 1.2150
*** empty log message ***


Revision 1.709 - (view) (download) (annotate) - [select for diffs]
Tue Jul 2 13:23:18 2002 UTC (21 years, 9 months ago) by lektu
Branch: MAIN
Changes since 1.708: +1 -1 lines
Diff to previous 1.708
Fix typo.


Revision 1.708 - (view) (download) (annotate) - [select for diffs]
Mon Jul 1 22:17:06 2002 UTC (21 years, 9 months ago) by kfstorm
Branch: MAIN
Changes since 1.707: +22 -0 lines
Diff to previous 1.707
Added ido, kmacro, and bindat packages.


Revision 1.707 - (view) (download) (annotate) - [select for diffs]
Thu Jun 27 20:44:45 2002 UTC (21 years, 10 months ago) by kfstorm
Branch: MAIN
Changes since 1.706: +1 -1 lines
Diff to previous 1.706
format-mode-line now returns propertized string by default.


Revision 1.706 - (view) (download) (annotate) - [select for diffs]
Wed Jun 26 22:25:44 2002 UTC (21 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.705: +1 -1 lines
Diff to previous 1.705
*** empty log message ***


Revision 1.705 - (view) (download) (annotate) - [select for diffs]
Wed Jun 26 08:25:32 2002 UTC (21 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.704: +1 -0 lines
Diff to previous 1.704
*** empty log message ***


Revision 1.704 - (view) (download) (annotate) - [select for diffs]
Mon Jun 24 21:48:18 2002 UTC (21 years, 10 months ago) by gm
Branch: MAIN
Changes since 1.703: +3 -0 lines
Diff to previous 1.703
*** empty log message ***


Revision 1.703 - (view) (download) (annotate) - [select for diffs]
Mon Jun 24 09:42:38 2002 UTC (21 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.702: +70 -40 lines
Diff to previous 1.702
*** empty log message ***


Revision 1.702 - (view) (download) (annotate) - [select for diffs]
Sun Jun 23 21:50:34 2002 UTC (21 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.701: +1 -0 lines
Diff to previous 1.701
*** empty log message ***


Revision 1.701 - (view) (download) (annotate) - [select for diffs]
Sun Jun 23 21:43:21 2002 UTC (21 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.700: +10 -2 lines
Diff to previous 1.700
*** empty log message ***


Revision 1.700 - (view) (download) (annotate) - [select for diffs]
Thu Jun 20 08:49:33 2002 UTC (21 years, 10 months ago) by pot
Branch: MAIN
Changes since 1.699: +8 -4 lines
Diff to previous 1.699
etags


Revision 1.699 - (view) (download) (annotate) - [select for diffs]
Tue Jun 18 14:30:17 2002 UTC (21 years, 10 months ago) by lektu
Branch: MAIN
Changes since 1.698: +1 -1 lines
Diff to previous 1.698
*** empty log message ***


Revision 1.478.4.17 - (view) (download) (annotate) - [select for diffs]
Tue Jun 18 14:27:23 2002 UTC (21 years, 10 months ago) by lektu
Branch: EMACS_21_1_RC
Changes since 1.478.4.16: +1 -1 lines
Diff to previous 1.478.4.16 , to branch point 1.478
Fix typo.


Revision 1.698 - (view) (download) (annotate) - [select for diffs]
Tue Jun 18 09:55:26 2002 UTC (21 years, 10 months ago) by kai
Branch: MAIN
Changes since 1.697: +15 -0 lines
Diff to previous 1.697
Mention Tramp.


Revision 1.697 - (view) (download) (annotate) - [select for diffs]
Mon Jun 17 16:19:41 2002 UTC (21 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.696: +27 -16 lines
Diff to previous 1.696
*** empty log message ***


Revision 1.696 - (view) (download) (annotate) - [select for diffs]
Mon Jun 17 10:30:24 2002 UTC (21 years, 10 months ago) by eliz
Branch: MAIN
Changes since 1.695: +2 -2 lines
Diff to previous 1.695
More wording changes.


Revision 1.478.4.16 - (view) (download) (annotate) - [select for diffs]
Mon Jun 17 10:28:59 2002 UTC (21 years, 10 months ago) by eliz
Branch: EMACS_21_1_RC
Changes since 1.478.4.15: +3 -3 lines
Diff to previous 1.478.4.15 , to branch point 1.478
Fix wording of the announcement of the Extended Segments support.


Revision 1.695 - (view) (download) (annotate) - [select for diffs]
Mon Jun 17 10:18:24 2002 UTC (21 years, 10 months ago) by eliz
Branch: MAIN
Changes since 1.694: +1 -1 lines
Diff to previous 1.694
Fix the wording of Extended Segment support announcement.


Revision 1.694 - (view) (download) (annotate) - [select for diffs]
Fri Jun 14 13:14:23 2002 UTC (21 years, 10 months ago) by pot
Branch: MAIN
Changes since 1.693: +12 -8 lines
Diff to previous 1.693
Structure the changes for etags using outline headers.


Revision 1.693 - (view) (download) (annotate) - [select for diffs]
Thu Jun 13 12:10:39 2002 UTC (21 years, 10 months ago) by pot
Branch: MAIN
Changes since 1.692: +14 -5 lines
Diff to previous 1.692
New {language} and @regexp features.


Revision 1.692 - (view) (download) (annotate) - [select for diffs]
Thu Jun 13 10:54:44 2002 UTC (21 years, 10 months ago) by pot
Branch: MAIN
Changes since 1.691: +17 -3 lines
Diff to previous 1.691
New multi-line regexp and new regexp syntax.


Revision 1.691 - (view) (download) (annotate) - [select for diffs]
Wed Jun 12 03:39:00 2002 UTC (21 years, 10 months ago) by walters
Branch: MAIN
Changes since 1.690: +2 -0 lines
Diff to previous 1.690
Add copy-tree.


Revision 1.690 - (view) (download) (annotate) - [select for diffs]
Tue Jun 11 22:33:52 2002 UTC (21 years, 10 months ago) by kfstorm
Branch: MAIN
Branch point for: lexbind
Changes since 1.689: +9 -0 lines
Diff to previous 1.689
Added read-directory-name.
Added format-mode-line.


Revision 1.689 - (view) (download) (annotate) - [select for diffs]
Tue Jun 11 01:23:10 2002 UTC (21 years, 10 months ago) by miles
Branch: MAIN
Changes since 1.688: +7 -0 lines
Diff to previous 1.688
display-supports-face-attributes-p


Revision 1.688 - (view) (download) (annotate) - [select for diffs]
Sat Jun 8 21:06:40 2002 UTC (21 years, 10 months ago) by walters
Branch: MAIN
Changes since 1.687: +4 -2 lines
Diff to previous 1.687
*** empty log message ***


Revision 1.687 - (view) (download) (annotate) - [select for diffs]
Sat Jun 8 21:00:53 2002 UTC (21 years, 10 months ago) by walters
Branch: MAIN
Changes since 1.686: +15 -0 lines
Diff to previous 1.686
*** empty log message ***


Revision 1.686 - (view) (download) (annotate) - [select for diffs]
Fri Jun 7 11:17:55 2002 UTC (21 years, 10 months ago) by schwab
Branch: MAIN
Changes since 1.685: +1 -0 lines
Diff to previous 1.685
Add Support for x86-64.


Revision 1.685 - (view) (download) (annotate) - [select for diffs]
Thu Jun 6 22:42:31 2002 UTC (21 years, 10 months ago) by pot
Branch: MAIN
Changes since 1.684: +3 -0 lines
Diff to previous 1.684
Document Etags regexp char escape sequences.


Revision 1.684 - (view) (download) (annotate) - [select for diffs]
Thu Jun 6 13:22:23 2002 UTC (21 years, 10 months ago) by pot
Branch: MAIN
Changes since 1.683: +7 -3 lines
Diff to previous 1.683
Document new default keywords for TeX.

Improve the English for --parse-stdin.


Revision 1.683 - (view) (download) (annotate) - [select for diffs]
Thu Jun 6 12:58:13 2002 UTC (21 years, 10 months ago) by pot
Branch: MAIN
Changes since 1.682: +4 -4 lines
Diff to previous 1.682
Better English, I hope.


Revision 1.682 - (view) (download) (annotate) - [select for diffs]
Thu Jun 6 12:57:03 2002 UTC (21 years, 10 months ago) by pot
Branch: MAIN
Changes since 1.681: +6 -0 lines
Diff to previous 1.681
Document --parse-stdin=FILE for Etags.


Revision 1.681 - (view) (download) (annotate) - [select for diffs]
Sat Jun 1 21:57:54 2002 UTC (21 years, 10 months ago) by walters
Branch: MAIN
Changes since 1.680: +10 -6 lines
Diff to previous 1.680
*** empty log message ***


Revision 1.680 - (view) (download) (annotate) - [select for diffs]
Sat Jun 1 17:49:22 2002 UTC (21 years, 10 months ago) by ttn
Branch: MAIN
Changes since 1.679: +3 -0 lines
Diff to previous 1.679
Mention prolog-mode new var `prolog-font-lock-keywords'.


Revision 1.679 - (view) (download) (annotate) - [select for diffs]
Wed May 29 16:32:50 2002 UTC (21 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.678: +3 -0 lines
Diff to previous 1.678
*** empty log message ***


Revision 1.678 - (view) (download) (annotate) - [select for diffs]
Tue May 28 21:12:18 2002 UTC (21 years, 11 months ago) by walters
Branch: MAIN
Changes since 1.677: +14 -0 lines
Diff to previous 1.677
*** empty log message ***


Revision 1.677 - (view) (download) (annotate) - [select for diffs]
Mon May 27 22:14:52 2002 UTC (21 years, 11 months ago) by kfstorm
Branch: MAIN
Changes since 1.676: +9 -0 lines
Diff to previous 1.676
*** empty log message ***


Revision 1.676 - (view) (download) (annotate) - [select for diffs]
Mon May 27 12:37:24 2002 UTC (21 years, 11 months ago) by gm
Branch: MAIN
Changes since 1.675: +1 -2 lines
Diff to previous 1.675
*** empty log message ***


Revision 1.675 - (view) (download) (annotate) - [select for diffs]
Fri May 24 22:06:08 2002 UTC (21 years, 11 months ago) by gm
Branch: MAIN
Changes since 1.674: +4 -0 lines
Diff to previous 1.674
*** empty log message ***


Revision 1.674 - (view) (download) (annotate) - [select for diffs]
Fri May 24 09:53:58 2002 UTC (21 years, 11 months ago) by jas
Branch: MAIN
Changes since 1.673: +7 -0 lines
Diff to previous 1.673
Fringe customization.


Revision 1.673 - (view) (download) (annotate) - [select for diffs]
Mon May 20 17:29:37 2002 UTC (21 years, 11 months ago) by rost
Branch: MAIN
Changes since 1.672: +5 -5 lines
Diff to previous 1.672
Move remarks on `mail-default-directory' down to section
"Changes in Emacs 21.4".


Revision 1.672 - (view) (download) (annotate) - [select for diffs]
Mon May 20 16:09:26 2002 UTC (21 years, 11 months ago) by rost
Branch: MAIN
Changes since 1.671: +5 -0 lines
Diff to previous 1.671
Mention new user option `mail-default-directory'.


Revision 1.671 - (view) (download) (annotate) - [select for diffs]
Fri May 17 14:14:40 2002 UTC (21 years, 11 months ago) by eliz
Branch: MAIN
Changes since 1.670: +7 -0 lines
Diff to previous 1.670
Document that ps-print can print Unicode characters.


Revision 1.670 - (view) (download) (annotate) - [select for diffs]
Tue May 14 23:15:41 2002 UTC (21 years, 11 months ago) by gm
Branch: MAIN
Changes since 1.669: +1 -1 lines
Diff to previous 1.669
*** empty log message ***


Revision 1.669 - (view) (download) (annotate) - [select for diffs]
Sun May 12 13:40:26 2002 UTC (21 years, 11 months ago) by gm
Branch: MAIN
Changes since 1.668: +2 -0 lines
Diff to previous 1.668
*** empty log message ***


Revision 1.668 - (view) (download) (annotate) - [select for diffs]
Fri May 10 07:14:05 2002 UTC (21 years, 11 months ago) by kfstorm
Branch: MAIN
Changes since 1.667: +6 -0 lines
Diff to previous 1.667
Added emulation-mode-map-alists.


Revision 1.667 - (view) (download) (annotate) - [select for diffs]
Wed May 8 19:19:19 2002 UTC (21 years, 11 months ago) by eliz
Branch: MAIN
Changes since 1.666: +3 -0 lines
Diff to previous 1.666
Document support for s390-linux-gnu.


Revision 1.666 - (view) (download) (annotate) - [select for diffs]
Sat May 4 15:00:13 2002 UTC (21 years, 11 months ago) by jasonr
Branch: MAIN
Changes since 1.665: +1 -2 lines
Diff to previous 1.665
--fullscreen options supported on Windows too


Revision 1.665 - (view) (download) (annotate) - [select for diffs]
Tue Apr 30 05:42:29 2002 UTC (22 years ago) by rms
Branch: MAIN
Changes since 1.664: +54 -34 lines
Diff to previous 1.664
*** empty log message ***


Revision 1.664 - (view) (download) (annotate) - [select for diffs]
Mon Apr 29 23:16:38 2002 UTC (22 years ago) by walters
Branch: MAIN
Changes since 1.663: +2 -3 lines
Diff to previous 1.663
*** empty log message ***


Revision 1.663 - (view) (download) (annotate) - [select for diffs]
Mon Apr 29 13:38:40 2002 UTC (22 years ago) by kfstorm
Branch: MAIN
Changes since 1.662: +40 -0 lines
Diff to previous 1.662
Describe cua and keypad packages.


Revision 1.662 - (view) (download) (annotate) - [select for diffs]
Mon Apr 29 05:12:58 2002 UTC (22 years ago) by rms
Branch: MAIN
Changes since 1.661: +13 -0 lines
Diff to previous 1.661
*** empty log message ***


Revision 1.661 - (view) (download) (annotate) - [select for diffs]
Sun Apr 28 21:16:32 2002 UTC (22 years ago) by rms
Branch: MAIN
Changes since 1.660: +8 -0 lines
Diff to previous 1.660
*** empty log message ***


Revision 1.660 - (view) (download) (annotate) - [select for diffs]
Sat Apr 27 09:02:44 2002 UTC (22 years ago) by eliz
Branch: MAIN
Changes since 1.659: +4 -0 lines
Diff to previous 1.659
Document the MacOS X support.


Revision 1.659 - (view) (download) (annotate) - [select for diffs]
Fri Apr 26 11:48:11 2002 UTC (22 years ago) by eliz
Branch: MAIN
Changes since 1.658: +21 -0 lines
Diff to previous 1.658
Add latest new features.


Revision 1.658 - (view) (download) (annotate) - [select for diffs]
Thu Apr 25 19:12:38 2002 UTC (22 years ago) by walters
Branch: MAIN
Changes since 1.657: +7 -7 lines
Diff to previous 1.657
*** empty log message ***


Revision 1.657 - (view) (download) (annotate) - [select for diffs]
Thu Apr 25 14:23:22 2002 UTC (22 years ago) by gerd
Branch: MAIN
Changes since 1.656: +4 -0 lines
Diff to previous 1.656
Customize-face suggesting to customize face under point.


Revision 1.656 - (view) (download) (annotate) - [select for diffs]
Wed Apr 24 23:25:47 2002 UTC (22 years ago) by rms
Branch: MAIN
Changes since 1.655: +5 -0 lines
Diff to previous 1.655
*** empty log message ***


Revision 1.655 - (view) (download) (annotate) - [select for diffs]
Wed Apr 24 21:04:32 2002 UTC (22 years ago) by walters
Branch: MAIN
Changes since 1.654: +19 -3 lines
Diff to previous 1.654
*** empty log message ***


Revision 1.654 - (view) (download) (annotate) - [select for diffs]
Sun Apr 21 17:15:46 2002 UTC (22 years ago) by kfstorm
Branch: MAIN
Changes since 1.653: +10 -3 lines
Diff to previous 1.653
*** empty log message ***


Revision 1.653 - (view) (download) (annotate) - [select for diffs]
Sat Apr 20 23:14:02 2002 UTC (22 years ago) by gm
Branch: MAIN
Changes since 1.652: +4 -0 lines
Diff to previous 1.652
Variable auto-save-file-name-transforms now has a third element.


Revision 1.652 - (view) (download) (annotate) - [select for diffs]
Fri Apr 19 12:06:06 2002 UTC (22 years ago) by eliz
Branch: MAIN
Changes since 1.651: +6 -0 lines
Diff to previous 1.651
Document the addition of `hbar'.


Revision 1.651 - (view) (download) (annotate) - [select for diffs]
Fri Apr 19 00:29:46 2002 UTC (22 years ago) by rms
Branch: MAIN
Changes since 1.650: +11 -0 lines
Diff to previous 1.650
*** empty log message ***


Revision 1.650 - (view) (download) (annotate) - [select for diffs]
Thu Apr 18 23:54:54 2002 UTC (22 years ago) by rms
Branch: MAIN
Changes since 1.649: +6 -2 lines
Diff to previous 1.649
*** empty log message ***


Revision 1.649 - (view) (download) (annotate) - [select for diffs]
Wed Apr 17 16:09:45 2002 UTC (22 years ago) by rms
Branch: MAIN
Changes since 1.648: +9 -6 lines
Diff to previous 1.648
*** empty log message ***


Revision 1.648 - (view) (download) (annotate) - [select for diffs]
Tue Apr 16 15:06:05 2002 UTC (22 years ago) by miles
Branch: MAIN
Changes since 1.647: +19 -8 lines
Diff to previous 1.647
More updates.


Revision 1.647 - (view) (download) (annotate) - [select for diffs]
Tue Apr 16 14:28:10 2002 UTC (22 years ago) by miles
Branch: MAIN
Changes since 1.646: +45 -0 lines
Diff to previous 1.646
Add entries for some things I did earlier:
*Grep no devnull (+ call-process-shell-command)
*Face custom widget changes
*RFN-eshadow
*Scrollbar shadow anti-dither fix
*Buttons
*`comint-input-previous-argument'


Revision 1.646 - (view) (download) (annotate) - [select for diffs]
Sun Apr 14 20:17:44 2002 UTC (22 years ago) by kfstorm
Branch: MAIN
Changes since 1.645: +11 -0 lines
Diff to previous 1.645
Enhancements to set-mark-command and exchange-point-and-mark.


Revision 1.645 - (view) (download) (annotate) - [select for diffs]
Wed Apr 10 15:16:56 2002 UTC (22 years ago) by rms
Branch: MAIN
Changes since 1.644: +4 -0 lines
Diff to previous 1.644
*** empty log message ***


Revision 1.644 - (view) (download) (annotate) - [select for diffs]
Mon Apr 8 06:14:26 2002 UTC (22 years ago) by pj
Branch: MAIN
Changes since 1.643: +2 -0 lines
Diff to previous 1.643
Emacs can be built without sound.


Revision 1.643 - (view) (download) (annotate) - [select for diffs]
Sat Apr 6 22:06:28 2002 UTC (22 years ago) by rms
Branch: MAIN
Changes since 1.642: +8 -0 lines
Diff to previous 1.642
*** empty log message ***


Revision 1.642 - (view) (download) (annotate) - [select for diffs]
Wed Apr 3 08:29:28 2002 UTC (22 years ago) by pj
Branch: MAIN
Changes since 1.641: +4 -3 lines
Diff to previous 1.641
Rename variable autoselect-window-p to mouse-autoselect-window.


Revision 1.641 - (view) (download) (annotate) - [select for diffs]
Mon Apr 1 16:36:27 2002 UTC (22 years ago) by rms
Branch: MAIN
Changes since 1.640: +9 -0 lines
Diff to previous 1.640
*** empty log message ***


Revision 1.640 - (view) (download) (annotate) - [select for diffs]
Mon Apr 1 13:38:09 2002 UTC (22 years ago) by pj
Branch: MAIN
Changes since 1.639: +3 -3 lines
Diff to previous 1.639
Rename x-autoselect-window to autoselect-window.
Minibuffer window can be selected only when it is active.


Revision 1.639 - (view) (download) (annotate) - [select for diffs]
Thu Mar 28 14:36:51 2002 UTC (22 years, 1 month ago) by spiegel
Branch: MAIN
Changes since 1.638: +9 -0 lines
Diff to previous 1.638
Add section for VC Changes.  New entry for `vc-cvs-global-switches'.


Revision 1.638 - (view) (download) (annotate) - [select for diffs]
Tue Mar 26 09:20:57 2002 UTC (22 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.637: +5 -0 lines
Diff to previous 1.637
*** empty log message ***


Revision 1.637 - (view) (download) (annotate) - [select for diffs]
Sun Mar 24 20:03:28 2002 UTC (22 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.636: +16 -0 lines
Diff to previous 1.636
Declarations in macros.


Revision 1.636 - (view) (download) (annotate) - [select for diffs]
Sun Mar 24 16:30:54 2002 UTC (22 years, 1 month ago) by jasonr
Branch: MAIN
Changes since 1.635: +1 -1 lines
Diff to previous 1.635
Update images on Windows news.


Revision 1.635 - (view) (download) (annotate) - [select for diffs]
Sat Mar 23 10:47:23 2002 UTC (22 years, 1 month ago) by jasonr
Branch: MAIN
Changes since 1.634: +4 -0 lines
Diff to previous 1.634
Add news of image support on Windows


Revision 1.634 - (view) (download) (annotate) - [select for diffs]
Fri Mar 22 13:30:14 2002 UTC (22 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.633: +2 -1 lines
Diff to previous 1.633
Clarify that mapconcat will also throw an error when it invokes
concat on integers.


Revision 1.633 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 12:41:49 2002 UTC (22 years, 1 month ago) by kfstorm
Branch: MAIN
Changes since 1.632: +4 -1 lines
Diff to previous 1.632
Explain how to use featurep with make-network-process.
Changed :datagram t to :type 'datagram for datagram connection.


Revision 1.632 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 07:12:53 2002 UTC (22 years, 1 month ago) by kifer
Branch: MAIN
Changes since 1.631: +2 -0 lines
Diff to previous 1.631
added +++'s


Revision 1.631 - (view) (download) (annotate) - [select for diffs]
Wed Mar 20 07:12:27 2002 UTC (22 years, 1 month ago) by kifer
Branch: MAIN
Changes since 1.630: +13 -0 lines
Diff to previous 1.630
added a description of the new features in Ediff


Revision 1.630 - (view) (download) (annotate) - [select for diffs]
Mon Mar 18 20:29:26 2002 UTC (22 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.629: +5 -0 lines
Diff to previous 1.629
*** empty log message ***


Revision 1.629 - (view) (download) (annotate) - [select for diffs]
Sun Mar 17 20:37:10 2002 UTC (22 years, 1 month ago) by kfstorm
Branch: MAIN
Changes since 1.628: +45 -11 lines
Diff to previous 1.628
Describe enhanced networking support.


Revision 1.628 - (view) (download) (annotate) - [select for diffs]
Sat Mar 16 08:48:33 2002 UTC (22 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.627: +4 -0 lines
Diff to previous 1.627
*** empty log message ***


Revision 1.627 - (view) (download) (annotate) - [select for diffs]
Fri Mar 15 14:06:01 2002 UTC (22 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.626: +4 -0 lines
Diff to previous 1.626
Document removal of special treatment of fg:COLOR and bg:COLOR faces.


Revision 1.626 - (view) (download) (annotate) - [select for diffs]
Fri Mar 15 14:01:30 2002 UTC (22 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.625: +4 -0 lines
Diff to previous 1.625
Document addition of po.el.


Revision 1.625 - (view) (download) (annotate) - [select for diffs]
Fri Mar 15 13:03:38 2002 UTC (22 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.624: +3 -0 lines
Diff to previous 1.624
Document support for AIX 5.1.


Revision 1.478.4.15 - (view) (download) (annotate) - [select for diffs]
Fri Mar 15 12:54:41 2002 UTC (22 years, 1 month ago) by eliz
Branch: EMACS_21_1_RC
CVS Tags: EMACS_21_2, ttn-vms-21-2-B2, ttn-vms-21-2-B3, ttn-vms-21-2-B4
Branch point for: ttn-vms-21-2-stash
Changes since 1.478.4.14: +2 -0 lines
Diff to previous 1.478.4.14 , to branch point 1.478
Document support for AIX 5.1.


Revision 1.624 - (view) (download) (annotate) - [select for diffs]
Wed Mar 13 09:34:06 2002 UTC (22 years, 1 month ago) by pj
Branch: MAIN
Changes since 1.623: +1 -1 lines
Diff to previous 1.623
FIx typo.


Revision 1.623 - (view) (download) (annotate) - [select for diffs]
Tue Mar 12 18:55:12 2002 UTC (22 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.622: +3 -0 lines
Diff to previous 1.622
*** empty log message ***


Revision 1.622 - (view) (download) (annotate) - [select for diffs]
Tue Mar 12 16:34:31 2002 UTC (22 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.621: +7 -0 lines
Diff to previous 1.621
Add cl-indent loop form indentation.


Revision 1.621 - (view) (download) (annotate) - [select for diffs]
Tue Mar 12 13:40:49 2002 UTC (22 years, 1 month ago) by pot
Branch: MAIN
Changes since 1.620: +12 -9 lines
Diff to previous 1.620
Better description of what etags does with #line.


Revision 1.620 - (view) (download) (annotate) - [select for diffs]
Fri Mar 8 08:21:16 2002 UTC (22 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.619: +6 -0 lines
Diff to previous 1.619
Document enhancements to `mpuz.el'.


Revision 1.619 - (view) (download) (annotate) - [select for diffs]
Wed Mar 6 16:07:19 2002 UTC (22 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.618: +4 -0 lines
Diff to previous 1.618
*** empty log message ***


Revision 1.618 - (view) (download) (annotate) - [select for diffs]
Tue Mar 5 11:34:20 2002 UTC (22 years, 1 month ago) by pot
Branch: MAIN
Changes since 1.617: +6 -1 lines
Diff to previous 1.617
etags honours #line directives.


Revision 1.617 - (view) (download) (annotate) - [select for diffs]
Sun Mar 3 17:41:19 2002 UTC (22 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.616: +13 -9 lines
Diff to previous 1.616
Rename the variables related to automatic horizontal scrolling.


Revision 1.616 - (view) (download) (annotate) - [select for diffs]
Sat Mar 2 00:14:09 2002 UTC (22 years, 1 month ago) by kfstorm
Branch: MAIN
Changes since 1.615: +5 -0 lines
Diff to previous 1.615
Blinking cursor enhancement.


Revision 1.615 - (view) (download) (annotate) - [select for diffs]
Fri Mar 1 01:23:51 2002 UTC (22 years, 2 months ago) by monnier
Branch: MAIN
Changes since 1.614: +1 -1 lines
Diff to previous 1.614
Typo.


Revision 1.614 - (view) (download) (annotate) - [select for diffs]
Fri Mar 1 00:15:34 2002 UTC (22 years, 2 months ago) by kfstorm
Branch: MAIN
Changes since 1.613: +13 -0 lines
Diff to previous 1.613
Describe non-blocking connect using open-network-stream.


Revision 1.613 - (view) (download) (annotate) - [select for diffs]
Tue Feb 26 16:51:30 2002 UTC (22 years, 2 months ago) by eliz
Branch: MAIN
CVS Tags: emacs-unicode-base
Branch point for: emacs-unicode
Changes since 1.612: +5 -4 lines
Diff to previous 1.612
Document the changes with compound-text and compound-text-with-extensions.


Revision 1.612 - (view) (download) (annotate) - [select for diffs]
Sat Feb 23 23:42:31 2002 UTC (22 years, 2 months ago) by kfstorm
Branch: MAIN
Changes since 1.611: +9 -13 lines
Diff to previous 1.611
Modify description of command remapping which now uses a `remap'
prefix-key.


Revision 1.611 - (view) (download) (annotate) - [select for diffs]
Sat Feb 23 21:35:06 2002 UTC (22 years, 2 months ago) by walters
Branch: MAIN
Changes since 1.610: +2 -0 lines
Diff to previous 1.610
*** empty log message ***


Revision 1.610 - (view) (download) (annotate) - [select for diffs]
Fri Feb 22 13:49:56 2002 UTC (22 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.609: +11 -0 lines
Diff to previous 1.609
Document the support for ICCCM Extended Segments.


Revision 1.478.4.14 - (view) (download) (annotate) - [select for diffs]
Fri Feb 22 11:16:41 2002 UTC (22 years, 2 months ago) by eliz
Branch: EMACS_21_1_RC
Changes since 1.478.4.13: +10 -0 lines
Diff to previous 1.478.4.13 , to branch point 1.478
Document the new coding system compound-text-with-extensions.


Revision 1.609 - (view) (download) (annotate) - [select for diffs]
Wed Feb 20 22:27:32 2002 UTC (22 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.608: +5 -4 lines
Diff to previous 1.608
Minor cleanup.


Revision 1.608 - (view) (download) (annotate) - [select for diffs]
Tue Feb 19 11:07:20 2002 UTC (22 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.607: +7 -0 lines
Diff to previous 1.607
Document the optional second arg of `atan'.


Revision 1.607 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 18:08:44 2002 UTC (22 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.606: +6 -7 lines
Diff to previous 1.606
Fix wording of the entry about automatic-hscroll-* variables.


Revision 1.606 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 16:42:40 2002 UTC (22 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.605: +4 -3 lines
Diff to previous 1.605
*** empty log message ***


Revision 1.605 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 12:15:16 2002 UTC (22 years, 2 months ago) by abraham
Branch: MAIN
Changes since 1.604: +2 -0 lines
Diff to previous 1.604
2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>

	* menu-bar.el (menu-bar-showhide-menu): Added speedbar.
	(menu-bar-tools-menu): Removed speedbar.

	* textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
	and `flyspell-mode' entries.

	* textmodes/flyspell.el (flyspell): Add to ispell group.


Revision 1.604 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 00:11:37 2002 UTC (22 years, 2 months ago) by kfstorm
Branch: MAIN
Changes since 1.603: +5 -0 lines
Diff to previous 1.603
Document new mouse-highlight variable and associated behaviour.


Revision 1.603 - (view) (download) (annotate) - [select for diffs]
Sat Feb 16 13:18:54 2002 UTC (22 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.602: +2 -1 lines
Diff to previous 1.602
Mark the new hscroll-related variables as documented in the manual.


Revision 1.602 - (view) (download) (annotate) - [select for diffs]
Sat Feb 16 12:59:22 2002 UTC (22 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.601: +13 -0 lines
Diff to previous 1.601
Document automatic-hscroll-margin and automatic-hscroll-step.


Revision 1.601 - (view) (download) (annotate) - [select for diffs]
Sat Feb 16 10:05:45 2002 UTC (22 years, 2 months ago) by pj
Branch: MAIN
Changes since 1.600: +4 -0 lines
Diff to previous 1.600
*** empty log message ***


Revision 1.600 - (view) (download) (annotate) - [select for diffs]
Fri Feb 15 09:36:04 2002 UTC (22 years, 2 months ago) by kai
Branch: MAIN
Changes since 1.599: +8 -0 lines
Diff to previous 1.599
(Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
(Vx_super_keysym): New variables.
(syms_of_xterm): DEFVAR_LISP them.
(x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
variables to determine which keys to use for the various
modifiers.


Revision 1.599 - (view) (download) (annotate) - [select for diffs]
Fri Feb 15 08:53:15 2002 UTC (22 years, 2 months ago) by kai
Branch: MAIN
Changes since 1.598: +7 -3 lines
Diff to previous 1.598
* lisp/simple.el (mark-word): Mark more if repeated.
* lisp/textmodes/paragraphs.el (mark-paragraph): Ditto.
(mark-end-of-sentence): Ditto.


Revision 1.598 - (view) (download) (annotate) - [select for diffs]
Thu Feb 14 20:16:06 2002 UTC (22 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.597: +5 -0 lines
Diff to previous 1.597
Document describe-text-at.


Revision 1.597 - (view) (download) (annotate) - [select for diffs]
Tue Feb 12 18:58:21 2002 UTC (22 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.596: +1 -0 lines
Diff to previous 1.596
*** empty log message ***


Revision 1.596 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 15:00:13 2002 UTC (22 years, 2 months ago) by kfstorm
Branch: MAIN
Changes since 1.595: +3 -0 lines
Diff to previous 1.595
Describe mode-line-in-non-selected-windows variable.


Revision 1.595 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 13:58:57 2002 UTC (22 years, 2 months ago) by monnier
Branch: MAIN
Changes since 1.594: +6 -0 lines
Diff to previous 1.594
*** empty log message ***


Revision 1.594 - (view) (download) (annotate) - [select for diffs]
Sat Feb 9 14:04:30 2002 UTC (22 years, 2 months ago) by pj
Branch: MAIN
Changes since 1.593: +3 -1 lines
Diff to previous 1.593
*** empty log message ***


Revision 1.593 - (view) (download) (annotate) - [select for diffs]
Sat Feb 9 00:01:10 2002 UTC (22 years, 2 months ago) by kfstorm
Branch: MAIN
Changes since 1.592: +4 -0 lines
Diff to previous 1.592
Describe new mode-line-inactive face.


Revision 1.592 - (view) (download) (annotate) - [select for diffs]
Fri Feb 8 19:04:27 2002 UTC (22 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.591: +0 -4 lines
Diff to previous 1.591
Remove the description of tty-display-color-cells.


Revision 1.591 - (view) (download) (annotate) - [select for diffs]
Fri Feb 8 12:29:15 2002 UTC (22 years, 2 months ago) by schwab
Branch: MAIN
Changes since 1.590: +2 -2 lines
Diff to previous 1.590
Fix description of minibuffer-prompt-end.


Revision 1.590 - (view) (download) (annotate) - [select for diffs]
Wed Feb 6 23:08:22 2002 UTC (22 years, 2 months ago) by kfstorm
Branch: MAIN
Changes since 1.589: +81 -0 lines
Diff to previous 1.589
Added command remapping.


Revision 1.589 - (view) (download) (annotate) - [select for diffs]
Wed Feb 6 18:42:56 2002 UTC (22 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.588: +1 -1 lines
Diff to previous 1.588
Mark tty-display-color-cells as not requiring documentation.


Revision 1.588 - (view) (download) (annotate) - [select for diffs]
Wed Feb 6 15:02:03 2002 UTC (22 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.587: +57 -0 lines
Diff to previous 1.587
*** empty log message ***


Revision 1.587 - (view) (download) (annotate) - [select for diffs]
Sun Feb 3 17:42:07 2002 UTC (22 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.586: +6 -0 lines
Diff to previous 1.586
Document the minibuffer-prompt face.


Revision 1.586 - (view) (download) (annotate) - [select for diffs]
Sat Feb 2 13:12:45 2002 UTC (22 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.585: +5 -0 lines
Diff to previous 1.585
Document the new behavior of novice.el under "emacs -q".


Revision 1.478.4.13 - (view) (download) (annotate) - [select for diffs]
Sat Feb 2 13:10:57 2002 UTC (22 years, 2 months ago) by eliz
Branch: EMACS_21_1_RC
Changes since 1.478.4.12: +5 -0 lines
Diff to previous 1.478.4.12 , to branch point 1.478
Document the new behavior of novice.el under "emacs -q".


Revision 1.585 - (view) (download) (annotate) - [select for diffs]
Fri Feb 1 13:13:45 2002 UTC (22 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.584: +2 -1 lines
Diff to previous 1.584
Mark the pc-selection-mode change as documented.


Revision 1.584 - (view) (download) (annotate) - [select for diffs]
Fri Feb 1 04:07:57 2002 UTC (22 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.583: +7 -0 lines
Diff to previous 1.583
*** empty log message ***


Revision 1.478.4.12 - (view) (download) (annotate) - [select for diffs]
Mon Jan 28 18:44:47 2002 UTC (22 years, 3 months ago) by eliz
Branch: EMACS_21_1_RC
Changes since 1.478.4.11: +9 -0 lines
Diff to previous 1.478.4.11 , to branch point 1.478
Document changes in scroll-...-aggressively and addition of support for
BSD/OS 5.0.


Revision 1.583 - (view) (download) (annotate) - [select for diffs]
Mon Jan 28 13:19:21 2002 UTC (22 years, 3 months ago) by pj
Branch: MAIN
Changes since 1.582: +3 -1 lines
Diff to previous 1.582
*** empty log message ***


Revision 1.582 - (view) (download) (annotate) - [select for diffs]
Mon Jan 28 07:22:01 2002 UTC (22 years, 3 months ago) by pj
Branch: MAIN
Changes since 1.581: +5 -0 lines
Diff to previous 1.581
Mention "Show/Hide" menu.


Revision 1.581 - (view) (download) (annotate) - [select for diffs]
Sun Jan 27 18:24:04 2002 UTC (22 years, 3 months ago) by pj
Branch: MAIN
Changes since 1.580: +2 -0 lines
Diff to previous 1.580
display-time can now incicate new e-mail in directory.


Revision 1.580 - (view) (download) (annotate) - [select for diffs]
Sun Jan 27 10:05:42 2002 UTC (22 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.579: +4 -0 lines
Diff to previous 1.579
Mention support for BSD/OS 5.0.


Revision 1.579 - (view) (download) (annotate) - [select for diffs]
Sat Jan 26 23:08:16 2002 UTC (22 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.578: +5 -0 lines
Diff to previous 1.578
*** empty log message ***


Revision 1.578 - (view) (download) (annotate) - [select for diffs]
Sat Jan 26 15:08:05 2002 UTC (22 years, 3 months ago) by pj
Branch: MAIN
Changes since 1.577: +1 -1 lines
Diff to previous 1.577
Fix typo.


Revision 1.577 - (view) (download) (annotate) - [select for diffs]
Fri Jan 25 14:04:06 2002 UTC (22 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.576: +17 -1 lines
Diff to previous 1.576
Document the extended color support for xterm and rxvt, and the
new tty-display-color-cells primitive.


Revision 1.576 - (view) (download) (annotate) - [select for diffs]
Fri Jan 25 02:37:41 2002 UTC (22 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.575: +2 -0 lines
Diff to previous 1.575
*** empty log message ***


Revision 1.575 - (view) (download) (annotate) - [select for diffs]
Mon Jan 21 04:16:15 2002 UTC (22 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.574: +1 -1 lines
Diff to previous 1.574
*** empty log message ***


Revision 1.574 - (view) (download) (annotate) - [select for diffs]
Sun Jan 20 23:19:43 2002 UTC (22 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.573: +9 -0 lines
Diff to previous 1.573
*** empty log message ***


Revision 1.573 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 18:59:27 2002 UTC (22 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.572: +36 -0 lines
Diff to previous 1.572
*** empty log message ***


Revision 1.572 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 07:56:12 2002 UTC (22 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.571: +12 -0 lines
Diff to previous 1.571
Advertise Info-scroll-prefer-subnodes.


Revision 1.478.4.11 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 07:44:53 2002 UTC (22 years, 3 months ago) by eliz
Branch: EMACS_21_1_RC
Changes since 1.478.4.10: +11 -0 lines
Diff to previous 1.478.4.10 , to branch point 1.478
Advertise Info-scroll-prefer-subnodes.


Revision 1.571 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 05:45:17 2002 UTC (22 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.570: +6 -0 lines
Diff to previous 1.570
*** empty log message ***


Revision 1.570 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 09:04:07 2002 UTC (22 years, 3 months ago) by pj
Branch: MAIN
Changes since 1.569: +3 -0 lines
Diff to previous 1.569
LDAP support now defaults to ldapsearch from OpenLDAP version 2.


Revision 1.569 - (view) (download) (annotate) - [select for diffs]
Mon Jan 14 13:51:53 2002 UTC (22 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.568: +17 -0 lines
Diff to previous 1.568
Document the new --color arg and tty-color-mode frame parameter.


Revision 1.568 - (view) (download) (annotate) - [select for diffs]
Mon Jan 14 01:42:09 2002 UTC (22 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.567: +13 -0 lines
Diff to previous 1.567
*** empty log message ***


Revision 1.567 - (view) (download) (annotate) - [select for diffs]
Sun Jan 13 17:08:06 2002 UTC (22 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.566: +9 -0 lines
Diff to previous 1.566
Document the new full-screen options.


Revision 1.566 - (view) (download) (annotate) - [select for diffs]
Sun Jan 13 12:26:36 2002 UTC (22 years, 3 months ago) by jasonr
Branch: MAIN
Changes since 1.565: +5 -0 lines
Diff to previous 1.565
Add note about support for more mouse buttons in MS Windows.


Revision 1.565 - (view) (download) (annotate) - [select for diffs]
Sun Jan 13 06:00:04 2002 UTC (22 years, 3 months ago) by walters
Branch: MAIN
Changes since 1.564: +5 -2 lines
Diff to previous 1.564
*** empty log message ***


Revision 1.564 - (view) (download) (annotate) - [select for diffs]
Sat Jan 12 20:17:11 2002 UTC (22 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.563: +1 -1 lines
Diff to previous 1.563
*** empty log message ***


Revision 1.563 - (view) (download) (annotate) - [select for diffs]
Sat Jan 12 20:17:00 2002 UTC (22 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.562: +3 -3 lines
Diff to previous 1.562
*** empty log message ***


Revision 1.562 - (view) (download) (annotate) - [select for diffs]
Sat Jan 12 20:16:10 2002 UTC (22 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.561: +7 -0 lines
Diff to previous 1.561
*** empty log message ***


Revision 1.561 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 07:39:15 2002 UTC (22 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.560: +15 -0 lines
Diff to previous 1.560
*** empty log message ***


Revision 1.560 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 06:14:48 2002 UTC (22 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.559: +3 -2 lines
Diff to previous 1.559
*** empty log message ***


Revision 1.559 - (view) (download) (annotate) - [select for diffs]
Wed Jan 2 21:55:01 2002 UTC (22 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.558: +3 -0 lines
Diff to previous 1.558
*** empty log message ***


Revision 1.558 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 20:11:39 2001 UTC (22 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.557: +1 -0 lines
Diff to previous 1.557
*** empty log message ***


Revision 1.557 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 20:00:23 2001 UTC (22 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.556: +6 -0 lines
Diff to previous 1.556
*** empty log message ***


Revision 1.556 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 03:25:26 2001 UTC (22 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.555: +3 -0 lines
Diff to previous 1.555
*** empty log message ***


Revision 1.555 - (view) (download) (annotate) - [select for diffs]
Fri Dec 28 05:19:24 2001 UTC (22 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.554: +9 -0 lines
Diff to previous 1.554
*** empty log message ***


Revision 1.554 - (view) (download) (annotate) - [select for diffs]
Wed Dec 26 21:51:53 2001 UTC (22 years, 4 months ago) by pot
Branch: MAIN
Changes since 1.553: +4 -0 lines
Diff to previous 1.553
Perl changes for etags.


Revision 1.553 - (view) (download) (annotate) - [select for diffs]
Mon Dec 24 16:37:50 2001 UTC (22 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.552: +7 -0 lines
Diff to previous 1.552
*** empty log message ***


Revision 1.552 - (view) (download) (annotate) - [select for diffs]
Sat Dec 22 13:32:22 2001 UTC (22 years, 4 months ago) by pj
Branch: MAIN
Changes since 1.551: +4 -0 lines
Diff to previous 1.551
*** empty log message ***


Revision 1.551 - (view) (download) (annotate) - [select for diffs]
Fri Dec 21 09:03:16 2001 UTC (22 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.550: +5 -0 lines
Diff to previous 1.550
Document the inclusion of Leim in the standard tarball.


Revision 1.550 - (view) (download) (annotate) - [select for diffs]
Thu Dec 20 05:23:10 2001 UTC (22 years, 4 months ago) by wl
Branch: MAIN
Changes since 1.549: +4 -0 lines
Diff to previous 1.549
Adding euc-tw.


Revision 1.549 - (view) (download) (annotate) - [select for diffs]
Wed Dec 19 09:37:22 2001 UTC (22 years, 4 months ago) by pj
Branch: MAIN
Changes since 1.548: +5 -5 lines
Diff to previous 1.548
Fix typos.  From Juanma Barranquero <lektu@teleline.es>.


Revision 1.548 - (view) (download) (annotate) - [select for diffs]
Tue Dec 18 19:36:46 2001 UTC (22 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.547: +5 -0 lines
Diff to previous 1.547
*** empty log message ***


Revision 1.547 - (view) (download) (annotate) - [select for diffs]
Mon Dec 17 01:59:01 2001 UTC (22 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.546: +3 -0 lines
Diff to previous 1.546
*** empty log message ***


Revision 1.546 - (view) (download) (annotate) - [select for diffs]
Sat Dec 15 16:08:32 2001 UTC (22 years, 4 months ago) by pot
Branch: MAIN
Changes since 1.545: +9 -2 lines
Diff to previous 1.545
Etags changes for Prolog and PHP.


Revision 1.545 - (view) (download) (annotate) - [select for diffs]
Mon Dec 10 20:47:38 2001 UTC (22 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.544: +5 -0 lines
Diff to previous 1.544
*** empty log message ***


Revision 1.544 - (view) (download) (annotate) - [select for diffs]
Mon Dec 10 20:37:11 2001 UTC (22 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.543: +3 -0 lines
Diff to previous 1.543
*** empty log message ***


Revision 1.543 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 16:24:26 2001 UTC (22 years, 4 months ago) by monnier
Branch: MAIN
Changes since 1.542: +4 -3 lines
Diff to previous 1.542
*** empty log message ***


Revision 1.478.4.10 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 09:23:43 2001 UTC (22 years, 4 months ago) by eliz
Branch: EMACS_21_1_RC
Changes since 1.478.4.9: +0 -10 lines
Diff to previous 1.478.4.9 , to branch point 1.478
Remove the old note about +++ and --- marks.


Revision 1.542 - (view) (download) (annotate) - [select for diffs]
Tue Dec 4 20:36:13 2001 UTC (22 years, 4 months ago) by pj
Branch: MAIN
Changes since 1.541: +1 -1 lines
Diff to previous 1.541
*** empty log message ***


Revision 1.541 - (view) (download) (annotate) - [select for diffs]
Tue Dec 4 18:21:44 2001 UTC (22 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.540: +4 -13 lines
Diff to previous 1.540
Fix wording of the save-abbrevs feature; from RMS.
Remove the obsolete notes about the +++ markings.


Revision 1.540 - (view) (download) (annotate) - [select for diffs]
Sun Dec 2 01:25:08 2001 UTC (22 years, 4 months ago) by kfstorm
Branch: MAIN
Changes since 1.539: +4 -0 lines
Diff to previous 1.539
Describe isearch-resume-enabled.


Revision 1.539 - (view) (download) (annotate) - [select for diffs]
Sat Dec 1 15:33:49 2001 UTC (22 years, 4 months ago) by kfstorm
Branch: MAIN
Changes since 1.538: +14 -5 lines
Diff to previous 1.538
Setting left-fringe and rigth-fringe parameters to nil causes
the default width to be used.


Revision 1.538 - (view) (download) (annotate) - [select for diffs]
Sat Dec 1 13:37:32 2001 UTC (22 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.537: +4 -3 lines
Diff to previous 1.537
Fix wording of the last change.


Revision 1.537 - (view) (download) (annotate) - [select for diffs]
Sat Dec 1 13:10:25 2001 UTC (22 years, 4 months ago) by kai
Branch: MAIN
Changes since 1.536: +5 -0 lines
Diff to previous 1.536
Document prefix arg for M-h.


Revision 1.536 - (view) (download) (annotate) - [select for diffs]
Sat Dec 1 01:51:51 2001 UTC (22 years, 4 months ago) by kfstorm
Branch: MAIN
Changes since 1.535: +13 -0 lines
Diff to previous 1.535
Document left-fringe and right-fringe frame parameters.


Revision 1.535 - (view) (download) (annotate) - [select for diffs]
Fri Nov 30 13:20:18 2001 UTC (22 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.534: +5 -2 lines
Diff to previous 1.534
Mantion the new menu-bar items to reach the new manuals.


Revision 1.534 - (view) (download) (annotate) - [select for diffs]
Thu Nov 29 12:11:51 2001 UTC (22 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.533: +2 -0 lines
Diff to previous 1.533
*** empty log message ***


Revision 1.533 - (view) (download) (annotate) - [select for diffs]
Wed Nov 28 07:16:02 2001 UTC (22 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.532: +6 -0 lines
Diff to previous 1.532
*** empty log message ***


Revision 1.532 - (view) (download) (annotate) - [select for diffs]
Wed Nov 28 04:14:35 2001 UTC (22 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.531: +4 -0 lines
Diff to previous 1.531
*** empty log message ***


Revision 1.531 - (view) (download) (annotate) - [select for diffs]
Mon Nov 26 23:03:47 2001 UTC (22 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.530: +12 -0 lines
Diff to previous 1.530
*** empty log message ***


Revision 1.530 - (view) (download) (annotate) - [select for diffs]
Mon Nov 26 22:32:52 2001 UTC (22 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.529: +5 -0 lines
Diff to previous 1.529
*** empty log message ***


Revision 1.529 - (view) (download) (annotate) - [select for diffs]
Sun Nov 25 18:00:35 2001 UTC (22 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.528: +5 -1 lines
Diff to previous 1.528
Minor change of wording in the documentation of jit-lock-defer-time.


Revision 1.528 - (view) (download) (annotate) - [select for diffs]
Sun Nov 25 11:14:35 2001 UTC (22 years, 5 months ago) by jasonr
Branch: MAIN
Changes since 1.527: +3 -0 lines
Diff to previous 1.527
Added entry for tooltips on MS Windows.


Revision 1.527 - (view) (download) (annotate) - [select for diffs]
Sun Nov 25 02:16:23 2001 UTC (22 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.526: +7 -3 lines
Diff to previous 1.526
*** empty log message ***


Revision 1.526 - (view) (download) (annotate) - [select for diffs]
Sat Nov 24 12:36:02 2001 UTC (22 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.525: +1 -2 lines
Diff to previous 1.525
Remove sentence about contributions to PBM icons.


Revision 1.525 - (view) (download) (annotate) - [select for diffs]
Sat Nov 24 11:55:38 2001 UTC (22 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.524: +6 -0 lines
Diff to previous 1.524
Mention the Elisp Intro manual.


Revision 1.524 - (view) (download) (annotate) - [select for diffs]
Thu Nov 22 11:11:48 2001 UTC (22 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.523: +1 -1 lines
Diff to previous 1.523
Fix a typo.


Revision 1.478.4.9 - (view) (download) (annotate) - [select for diffs]
Wed Nov 21 19:45:30 2001 UTC (22 years, 5 months ago) by eliz
Branch: EMACS_21_1_RC
Changes since 1.478.4.8: +1 -1 lines
Diff to previous 1.478.4.8 , to branch point 1.478
Fix a typo.


Revision 1.523 - (view) (download) (annotate) - [select for diffs]
Wed Nov 21 19:42:46 2001 UTC (22 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.522: +3 -3 lines
Diff to previous 1.522
Fix typos.


Revision 1.522 - (view) (download) (annotate) - [select for diffs]
Wed Nov 21 19:39:03 2001 UTC (22 years, 5 months ago) by jasonr
Branch: MAIN
Changes since 1.521: +4 -0 lines
Diff to previous 1.521
Added note about locale-coding-system on Windows.


Revision 1.521 - (view) (download) (annotate) - [select for diffs]
Wed Nov 21 02:07:54 2001 UTC (22 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.520: +3 -0 lines
Diff to previous 1.520
*** empty log message ***


Revision 1.520 - (view) (download) (annotate) - [select for diffs]
Wed Nov 21 01:43:19 2001 UTC (22 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.519: +21 -0 lines
Diff to previous 1.519
*** empty log message ***


Revision 1.519 - (view) (download) (annotate) - [select for diffs]
Mon Nov 19 23:04:35 2001 UTC (22 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.518: +12 -2 lines
Diff to previous 1.518
*** empty log message ***


Revision 1.518 - (view) (download) (annotate) - [select for diffs]
Sun Nov 18 18:38:20 2001 UTC (22 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.517: +6 -0 lines
Diff to previous 1.517
Mention the French translations of the tutorial and the survival guide.


Revision 1.517 - (view) (download) (annotate) - [select for diffs]
Sun Nov 18 05:59:41 2001 UTC (22 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.516: +20 -4 lines
Diff to previous 1.516
*** empty log message ***


Revision 1.516 - (view) (download) (annotate) - [select for diffs]
Thu Nov 15 20:42:00 2001 UTC (22 years, 5 months ago) by pj
Branch: MAIN
Changes since 1.515: +7 -0 lines
Diff to previous 1.515
Mention installation options --program-prefix, --program-suffix
and --program-transform-name.


Revision 1.478.4.8 - (view) (download) (annotate) - [select for diffs]
Thu Nov 15 18:54:13 2001 UTC (22 years, 5 months ago) by rms
Branch: EMACS_21_1_RC
Changes since 1.478.4.7: +2 -1 lines
Diff to previous 1.478.4.7 , to branch point 1.478
Minor clarification.


Revision 1.515 - (view) (download) (annotate) - [select for diffs]
Thu Nov 15 18:53:38 2001 UTC (22 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.514: +2 -1 lines
Diff to previous 1.514
Minor clarification.


Revision 1.514 - (view) (download) (annotate) - [select for diffs]
Wed Nov 14 13:44:38 2001 UTC (22 years, 5 months ago) by pj
Branch: MAIN
Changes since 1.513: +1 -3 lines
Diff to previous 1.513
Remove the description of variabel `highlight-wrong-size-font'.


Revision 1.513 - (view) (download) (annotate) - [select for diffs]
Tue Nov 13 02:19:41 2001 UTC (22 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.512: +14 -3 lines
Diff to previous 1.512
*** empty log message ***


Revision 1.512 - (view) (download) (annotate) - [select for diffs]
Tue Nov 13 00:01:44 2001 UTC (22 years, 5 months ago) by jasonr
Branch: MAIN
Changes since 1.511: +4 -0 lines
Diff to previous 1.511
Add note about system caret on MS Windows.


Revision 1.478.4.7 - (view) (download) (annotate) - [select for diffs]
Mon Nov 12 22:55:43 2001 UTC (22 years, 5 months ago) by rms
Branch: EMACS_21_1_RC
Changes since 1.478.4.6: +2 -6 lines
Diff to previous 1.478.4.6 , to branch point 1.478
*** empty log message ***


Revision 1.511 - (view) (download) (annotate) - [select for diffs]
Sun Nov 11 17:58:05 2001 UTC (22 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.510: +11 -6 lines
Diff to previous 1.510
*** empty log message ***


Revision 1.510 - (view) (download) (annotate) - [select for diffs]
Sat Nov 10 14:48:27 2001 UTC (22 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.509: +7 -0 lines
Diff to previous 1.509
Mention the addition of the ELisp reference.


Revision 1.509 - (view) (download) (annotate) - [select for diffs]
Sat Nov 10 10:37:58 2001 UTC (22 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.508: +2 -1 lines
Diff to previous 1.508
Mention calccard.tex and calccard.ps.


Revision 1.508 - (view) (download) (annotate) - [select for diffs]
Fri Nov 9 10:40:51 2001 UTC (22 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.507: +7 -0 lines
Diff to previous 1.507
An entry for Calc.


Revision 1.507 - (view) (download) (annotate) - [select for diffs]
Mon Nov 5 00:05:14 2001 UTC (22 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.506: +14 -2 lines
Diff to previous 1.506
*** empty log message ***


Revision 1.506 - (view) (download) (annotate) - [select for diffs]
Sat Nov 3 19:17:39 2001 UTC (22 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.505: +3 -0 lines
Diff to previous 1.505
Document the changes in the default values of tooltip-delay and
tooltip-hide-delay.


Revision 1.478.4.6 - (view) (download) (annotate) - [select for diffs]
Sat Nov 3 19:15:22 2001 UTC (22 years, 5 months ago) by eliz
Branch: EMACS_21_1_RC
Changes since 1.478.4.5: +3 -0 lines
Diff to previous 1.478.4.5 , to branch point 1.478
Document the changes in default values of tooltip-delay and
tooltip-hide-delay.


Revision 1.505 - (view) (download) (annotate) - [select for diffs]
Fri Nov 2 04:59:56 2001 UTC (22 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.504: +0 -3 lines
Diff to previous 1.504
*** empty log message ***


Revision 1.504 - (view) (download) (annotate) - [select for diffs]
Thu Nov 1 13:13:32 2001 UTC (22 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.503: +3 -0 lines
Diff to previous 1.503
Change of normal-erase-is-backspace-mode on terminals.


Revision 1.478.4.5 - (view) (download) (annotate) - [select for diffs]
Thu Nov 1 13:12:51 2001 UTC (22 years, 5 months ago) by gerd
Branch: EMACS_21_1_RC
Changes since 1.478.4.4: +3 -0 lines
Diff to previous 1.478.4.4 , to branch point 1.478
Change of normal-erase-is-backspace-mode on terminals.


Revision 1.478.4.4 - (view) (download) (annotate) - [select for diffs]
Thu Nov 1 10:22:38 2001 UTC (22 years, 5 months ago) by gerd
Branch: EMACS_21_1_RC
Changes since 1.478.4.3: +4 -0 lines
Diff to previous 1.478.4.3 , to branch point 1.478
Use initial-major-mode for *scratch*.


Revision 1.503 - (view) (download) (annotate) - [select for diffs]
Wed Oct 31 15:21:11 2001 UTC (22 years, 5 months ago) by pj
Branch: MAIN
Changes since 1.502: +3 -0 lines
Diff to previous 1.502
Mention --no-window-system changes in the NEWS.


Revision 1.478.4.3 - (view) (download) (annotate) - [select for diffs]
Tue Oct 30 18:18:41 2001 UTC (22 years, 6 months ago) by rms
Branch: EMACS_21_1_RC
Changes since 1.478.4.2: +7 -7 lines
Diff to previous 1.478.4.2 , to branch point 1.478
*** empty log message ***


Revision 1.502 - (view) (download) (annotate) - [select for diffs]
Tue Oct 30 18:18:21 2001 UTC (22 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.501: +13 -13 lines
Diff to previous 1.501
*** empty log message ***


Revision 1.501 - (view) (download) (annotate) - [select for diffs]
Tue Oct 30 11:11:48 2001 UTC (22 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.500: +4 -0 lines
Diff to previous 1.500
Document the change in list-buffers-noselect wrt buffers visiting files
whose name begins with a space.


Revision 1.500 - (view) (download) (annotate) - [select for diffs]
Tue Oct 30 08:48:32 2001 UTC (22 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.499: +34 -1 lines
Diff to previous 1.499
*** empty log message ***


Revision 1.499 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 16:09:54 2001 UTC (22 years, 6 months ago) by sds
Branch: MAIN
Changes since 1.498: +4 -2 lines
Diff to previous 1.498
renamed `html-xhtml' to `sgml-xml'


Revision 1.498 - (view) (download) (annotate) - [select for diffs]
Thu Oct 25 17:51:20 2001 UTC (22 years, 6 months ago) by sds
Branch: MAIN
Changes since 1.497: +4 -0 lines
Diff to previous 1.497
New user option `add-log-always-start-new-record'.


Revision 1.478.4.2 - (view) (download) (annotate) - [select for diffs]
Thu Oct 25 07:51:06 2001 UTC (22 years, 6 months ago) by gerd
Branch: EMACS_21_1_RC
Changes since 1.478.4.1: +9 -0 lines
Diff to previous 1.478.4.1 , to branch point 1.478
*** empty log message ***


Revision 1.497 - (view) (download) (annotate) - [select for diffs]
Thu Oct 25 07:50:16 2001 UTC (22 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.496: +1 -1 lines
Diff to previous 1.496
*** empty log message ***


Revision 1.496 - (view) (download) (annotate) - [select for diffs]
Thu Oct 25 07:49:52 2001 UTC (22 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.495: +3 -0 lines
Diff to previous 1.495
*** empty log message ***


Revision 1.495 - (view) (download) (annotate) - [select for diffs]
Tue Oct 23 15:46:01 2001 UTC (22 years, 6 months ago) by sds
Branch: MAIN
Changes since 1.494: +9 -5 lines
Diff to previous 1.494
mention html-xhtml


Revision 1.494 - (view) (download) (annotate) - [select for diffs]
Mon Oct 22 16:17:29 2001 UTC (22 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.493: +5 -0 lines
Diff to previous 1.493
Document changes in file-name-sans-extension and file-name-extension.


Revision 1.493 - (view) (download) (annotate) - [select for diffs]
Tue Oct 16 09:25:44 2001 UTC (22 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.492: +4 -0 lines
Diff to previous 1.492
*** empty log message ***


Revision 1.492 - (view) (download) (annotate) - [select for diffs]
Sat Oct 13 13:16:33 2001 UTC (22 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.491: +5 -0 lines
Diff to previous 1.491
List the new input methods introduced with Emacs 21.1.


Revision 1.478.4.1 - (view) (download) (annotate) - [select for diffs]
Sat Oct 13 13:11:39 2001 UTC (22 years, 6 months ago) by eliz
Branch: EMACS_21_1_RC
CVS Tags: EMACS_21_1
Changes since 1.478: +6 -1 lines
Diff to previous 1.478
List the new input methods.


Revision 1.491 - (view) (download) (annotate) - [select for diffs]
Sat Oct 13 12:15:35 2001 UTC (22 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.490: +1 -0 lines
Diff to previous 1.490
Mark last change as documented in the manual.


Revision 1.490 - (view) (download) (annotate) - [select for diffs]
Sat Oct 13 12:09:26 2001 UTC (22 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.489: +7 -0 lines
Diff to previous 1.489
Document the significance of the trailing slash in elements of
completion-ignored-extensions.


Revision 1.489 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 21:21:17 2001 UTC (22 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.488: +11 -0 lines
Diff to previous 1.488
*** empty log message ***


Revision 1.488 - (view) (download) (annotate) - [select for diffs]
Thu Oct 11 19:29:47 2001 UTC (22 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.487: +20 -0 lines
Diff to previous 1.487
Master-mode.


Revision 1.487 - (view) (download) (annotate) - [select for diffs]
Thu Oct 11 17:14:40 2001 UTC (22 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.486: +4 -0 lines
Diff to previous 1.486
*** empty log message ***


Revision 1.486 - (view) (download) (annotate) - [select for diffs]
Thu Oct 11 12:58:24 2001 UTC (22 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.485: +3 -0 lines
Diff to previous 1.485
Byte compiler messages.


Revision 1.485 - (view) (download) (annotate) - [select for diffs]
Thu Oct 11 01:37:44 2001 UTC (22 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.484: +15 -0 lines
Diff to previous 1.484
*** empty log message ***


Revision 1.484 - (view) (download) (annotate) - [select for diffs]
Wed Oct 10 09:20:32 2001 UTC (22 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.483: +7 -0 lines
Diff to previous 1.483
Add ruler-mode.


Revision 1.483 - (view) (download) (annotate) - [select for diffs]
Sun Oct 7 11:19:34 2001 UTC (22 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.482: +3 -0 lines
Diff to previous 1.482
*** empty log message ***


Revision 1.482 - (view) (download) (annotate) - [select for diffs]
Fri Oct 5 12:54:15 2001 UTC (22 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.481: +1 -1 lines
Diff to previous 1.481
*** empty log message ***


Revision 1.481 - (view) (download) (annotate) - [select for diffs]
Fri Oct 5 12:53:28 2001 UTC (22 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.480: +3 -0 lines
Diff to previous 1.480
*** empty log message ***


Revision 1.480 - (view) (download) (annotate) - [select for diffs]
Fri Oct 5 12:42:24 2001 UTC (22 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.479: +4 -0 lines
Diff to previous 1.479
*** empty log message ***


Revision 1.479 - (view) (download) (annotate) - [select for diffs]
Fri Oct 5 09:12:46 2001 UTC (22 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.478: +40 -0 lines
Diff to previous 1.478
*** empty log message ***


Revision 1.478.2.7 - (view) (download) (annotate) - [select for diffs]
Thu Oct 4 11:18:04 2001 UTC (22 years, 6 months ago) by gerd
Branch: patches_21_0
Changes since 1.478.2.6: +2 -0 lines
Diff to previous 1.478.2.6 , to branch point 1.478 , to next main 1.2150
*** empty log message ***


Revision 1.478.2.6 - (view) (download) (annotate) - [select for diffs]
Thu Oct 4 11:16:41 2001 UTC (22 years, 6 months ago) by gerd
Branch: patches_21_0
Changes since 1.478.2.5: +4 -0 lines
Diff to previous 1.478.2.5 , to branch point 1.478
*** empty log message ***


Revision 1.478.2.5 - (view) (download) (annotate) - [select for diffs]
Thu Oct 4 10:35:38 2001 UTC (22 years, 6 months ago) by gerd
Branch: patches_21_0
Changes since 1.478.2.4: +4 -0 lines
Diff to previous 1.478.2.4 , to branch point 1.478
Change to setenv.


Revision 1.478.2.4 - (view) (download) (annotate) - [select for diffs]
Thu Oct 4 09:50:43 2001 UTC (22 years, 6 months ago) by gerd
Branch: patches_21_0
Changes since 1.478.2.3: +3 -0 lines
Diff to previous 1.478.2.3 , to branch point 1.478
Pure storage overflow.


Revision 1.478.2.3 - (view) (download) (annotate) - [select for diffs]
Thu Oct 4 09:46:28 2001 UTC (22 years, 6 months ago) by gerd
Branch: patches_21_0
Changes since 1.478.2.2: +2 -2 lines
Diff to previous 1.478.2.2 , to branch point 1.478
*** empty log message ***


Revision 1.478.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Oct 4 09:20:17 2001 UTC (22 years, 6 months ago) by gerd
Branch: patches_21_0
Changes since 1.478.2.1: +3 -0 lines
Diff to previous 1.478.2.1 , to branch point 1.478
Add post-gc-hook.


Revision 1.478.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Oct 4 09:07:45 2001 UTC (22 years, 6 months ago) by gerd
Branch: patches_21_0
Changes since 1.478: +24 -0 lines
Diff to previous 1.478
Add defvaralias.


Revision 1.478 - (view) (download) (annotate) - [select for diffs]
Mon Oct 1 07:38:27 2001 UTC (22 years, 6 months ago) by gerd
Branch: MAIN
CVS Tags: EMACS_21_1_BASE, patches_21_0_base
Branch point for: EMACS_21_1_RC, patches_21_0
Changes since 1.477: +267 -0 lines
Diff to previous 1.477
Mention Rx.


Revision 1.477 - (view) (download) (annotate) - [select for diffs]
Thu Sep 27 13:37:26 2001 UTC (22 years, 7 months ago) by eliz
Branch: MAIN
Changes since 1.476: +6 -0 lines
Diff to previous 1.476
Document the support for file selection dialog on MS-Windows.


Revision 1.476 - (view) (download) (annotate) - [select for diffs]
Tue Sep 25 13:31:20 2001 UTC (22 years, 7 months ago) by gerd
Branch: MAIN
Changes since 1.475: +1 -1 lines
Diff to previous 1.475
Fix typo.


Revision 1.475 - (view) (download) (annotate) - [select for diffs]
Sun Sep 16 08:07:55 2001 UTC (22 years, 7 months ago) by eliz
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_106
Changes since 1.474: +11 -0 lines
Diff to previous 1.474
Document that rmail-output-to-rmail-file now writes in emacs-mule.


Revision 1.474 - (view) (download) (annotate) - [select for diffs]
Thu Sep 13 09:17:05 2001 UTC (22 years, 7 months ago) by gerd
Branch: MAIN
Changes since 1.473: +3 -0 lines
Diff to previous 1.473
grep-command and grep-find-command user options.


Revision 1.473 - (view) (download) (annotate) - [select for diffs]
Wed Sep 12 13:08:29 2001 UTC (22 years, 7 months ago) by eliz
Branch: MAIN
Changes since 1.472: +1 -1 lines
Diff to previous 1.472
Fix a typo.


Revision 1.472 - (view) (download) (annotate) - [select for diffs]
Mon Sep 10 15:39:03 2001 UTC (22 years, 7 months ago) by eliz
Branch: MAIN
Changes since 1.471: +0 -384 lines
Diff to previous 1.471
Remove the --- and +++ markers from all entries.


Revision 1.471 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 18:02:29 2001 UTC (22 years, 7 months ago) by eliz
Branch: MAIN
Changes since 1.470: +2 -2 lines
Diff to previous 1.470
string-as-{muti,uni}byte doesn't act on a buffer.


Revision 1.470 - (view) (download) (annotate) - [select for diffs]
Fri Sep 7 11:37:11 2001 UTC (22 years, 7 months ago) by gerd
Branch: MAIN
Changes since 1.469: +2 -2 lines
Diff to previous 1.469
some-window -> get-window-with-predicate.


Revision 1.469 - (view) (download) (annotate) - [select for diffs]
Mon Sep 3 08:09:53 2001 UTC (22 years, 7 months ago) by gerd
Branch: MAIN
Changes since 1.468: +2 -0 lines
Diff to previous 1.468
*** empty log message ***


Revision 1.468 - (view) (download) (annotate) - [select for diffs]
Sat Sep 1 18:03:16 2001 UTC (22 years, 7 months ago) by eliz
Branch: MAIN
Changes since 1.467: +65 -3 lines
Diff to previous 1.467
Mark (almost) all entries either --- or +++.


Revision 1.467 - (view) (download) (annotate) - [select for diffs]
Thu Aug 30 12:12:17 2001 UTC (22 years, 8 months ago) by gerd
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_105
Changes since 1.466: +8 -5 lines
Diff to previous 1.466
Change conditional display property API description.


Revision 1.466 - (view) (download) (annotate) - [select for diffs]
Tue Aug 28 09:12:00 2001 UTC (22 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.465: +1 -1 lines
Diff to previous 1.465
Change key for dired-show-file-type to `y'.


Revision 1.465 - (view) (download) (annotate) - [select for diffs]
Fri Aug 24 11:21:01 2001 UTC (22 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.464: +3 -1 lines
Diff to previous 1.464
*** empty log message ***


Revision 1.464 - (view) (download) (annotate) - [select for diffs]
Thu Aug 23 13:32:01 2001 UTC (22 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.463: +147 -9 lines
Diff to previous 1.463
Label all user-level changes with either +++ or ---.


Revision 1.463 - (view) (download) (annotate) - [select for diffs]
Wed Aug 22 07:11:33 2001 UTC (22 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.462: +767 -753 lines
Diff to previous 1.462
Reshuffle user-level changes to bring more important ones closer to the
beginning.


Revision 1.462 - (view) (download) (annotate) - [select for diffs]
Tue Aug 21 16:37:17 2001 UTC (22 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.461: +6 -0 lines
Diff to previous 1.461
Document the removal of c-hanging-comment-starter-p and
c-hanging-comment-ender-p.  Suggested by Perry Smith <pedz@austin.ibm.com>.


Revision 1.461 - (view) (download) (annotate) - [select for diffs]
Wed Aug 15 17:02:34 2001 UTC (22 years, 8 months ago) by miles
Branch: MAIN
Changes since 1.460: +3 -2 lines
Diff to previous 1.460
Correct description of `mode-line-inverse-video'.


Revision 1.460 - (view) (download) (annotate) - [select for diffs]
Wed Aug 1 16:03:11 2001 UTC (22 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.459: +7 -1 lines
Diff to previous 1.459
Mention the change in base64-decode-string whereby the result is
always a unibyte string.


Revision 1.459 - (view) (download) (annotate) - [select for diffs]
Mon Jul 30 14:08:51 2001 UTC (22 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.458: +4 -0 lines
Diff to previous 1.458
Add description of double-click-fuzz.


Revision 1.458 - (view) (download) (annotate) - [select for diffs]
Fri Jul 27 15:26:20 2001 UTC (22 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.457: +2 -2 lines
Diff to previous 1.457
*** empty log message ***


Revision 1.457 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 12:34:25 2001 UTC (22 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.456: +3 -0 lines
Diff to previous 1.456
*** empty log message ***


Revision 1.456 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 16:25:47 2001 UTC (22 years, 9 months ago) by eliz
Branch: MAIN
Changes since 1.455: +10 -1 lines
Diff to previous 1.455
Mention the effect of eval-expression-print-length and
eval-expression-print-level.


Revision 1.455 - (view) (download) (annotate) - [select for diffs]
Mon Jul 23 09:50:03 2001 UTC (22 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.454: +3 -0 lines
Diff to previous 1.454
*** empty log message ***


Revision 1.454 - (view) (download) (annotate) - [select for diffs]
Tue Jul 17 12:59:50 2001 UTC (22 years, 9 months ago) by eliz
Branch: MAIN
Changes since 1.453: +3 -0 lines
Diff to previous 1.453
Document display-images-p.


Revision 1.453 - (view) (download) (annotate) - [select for diffs]
Tue Jul 17 11:07:02 2001 UTC (22 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.452: +3 -0 lines
Diff to previous 1.452
Mention +LINE:COLUMN.


Revision 1.452 - (view) (download) (annotate) - [select for diffs]
Thu Jul 12 07:18:18 2001 UTC (22 years, 9 months ago) by eliz
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_104
Changes since 1.451: +4 -0 lines
Diff to previous 1.451
Mention antlr-mode.


Revision 1.451 - (view) (download) (annotate) - [select for diffs]
Fri Jul 6 10:30:12 2001 UTC (22 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.450: +3 -0 lines
Diff to previous 1.450
Add mail-envelope-from.


Revision 1.450 - (view) (download) (annotate) - [select for diffs]
Thu Jun 21 03:11:41 2001 UTC (22 years, 10 months ago) by miles
Branch: MAIN
Changes since 1.449: +7 -0 lines
Diff to previous 1.449
Document the new BUFFER arg to the `shell' command.


Revision 1.449 - (view) (download) (annotate) - [select for diffs]
Wed Jun 20 10:42:10 2001 UTC (22 years, 10 months ago) by eliz
Branch: MAIN
Changes since 1.448: +6 -0 lines
Diff to previous 1.448
Document line-number-display-limit-width.


Revision 1.448 - (view) (download) (annotate) - [select for diffs]
Mon Jun 18 16:41:24 2001 UTC (22 years, 10 months ago) by sds
Branch: MAIN
Changes since 1.447: +1 -1 lines
Diff to previous 1.447
typo


Revision 1.447 - (view) (download) (annotate) - [select for diffs]
Mon Jun 18 12:35:18 2001 UTC (22 years, 10 months ago) by eliz
Branch: MAIN
Changes since 1.446: +3 -0 lines
Diff to previous 1.446
Document the removal of hs-show-hidden-short-form.


Revision 1.446 - (view) (download) (annotate) - [select for diffs]
Mon Jun 18 11:02:45 2001 UTC (22 years, 10 months ago) by eliz
Branch: MAIN
Changes since 1.445: +4 -0 lines
Diff to previous 1.445
Mention tildify.el.


Revision 1.445 - (view) (download) (annotate) - [select for diffs]
Sat Jun 16 08:04:27 2001 UTC (22 years, 10 months ago) by eliz
Branch: MAIN
Changes since 1.444: +6 -2 lines
Diff to previous 1.444
Clarify the meaning of ``load-path is not customizable''.  Someone just
asked on comp.emacs how he could change load-path in Emacs 21!!


Revision 1.444 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 10:12:50 2001 UTC (22 years, 10 months ago) by eliz
Branch: MAIN
Changes since 1.443: +10 -3 lines
Diff to previous 1.443
Mention that mule-unicode-* charsets aren't unified with the others.


Revision 1.443 - (view) (download) (annotate) - [select for diffs]
Wed May 30 15:31:34 2001 UTC (22 years, 11 months ago) by gerd
Branch: MAIN
Changes since 1.442: +8 -8 lines
Diff to previous 1.442
Add that PBM and XPM image specs may have :foreground nil, and
:background nil.


Revision 1.442 - (view) (download) (annotate) - [select for diffs]
Tue May 29 08:29:19 2001 UTC (22 years, 11 months ago) by miles
Branch: MAIN
Changes since 1.441: +6 -5 lines
Diff to previous 1.441
Update the entry for `comint-carriage-motion' (ne `comint-cr-magic').


Revision 1.441 - (view) (download) (annotate) - [select for diffs]
Sun May 27 06:26:54 2001 UTC (22 years, 11 months ago) by eliz
Branch: MAIN
Branch point for: gerd_big
Changes since 1.440: +6 -0 lines
Diff to previous 1.440
Document that customizations from "emacs -q" cannot be saved.


Revision 1.440 - (view) (download) (annotate) - [select for diffs]
Fri May 18 11:31:06 2001 UTC (22 years, 11 months ago) by gerd
Branch: MAIN
Branch point for: gerd_dbe, gerd_defvaralias, gerd_int
Changes since 1.439: +2 -1 lines
Diff to previous 1.439
Add browse-url-kde.


Revision 1.439 - (view) (download) (annotate) - [select for diffs]
Wed May 16 11:03:05 2001 UTC (22 years, 11 months ago) by gerd
Branch: MAIN
Changes since 1.438: +5 -0 lines
Diff to previous 1.438
Add entry for auto-coding-regexp-alist.


Revision 1.438 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 10:57:54 2001 UTC (23 years ago) by gerd
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_103
Changes since 1.437: +3 -4 lines
Diff to previous 1.437
Change entries for string-rectangle and alike.


Revision 1.437 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 14:27:06 2001 UTC (23 years ago) by gerd
Branch: MAIN
Changes since 1.436: +6 -0 lines
Diff to previous 1.436
Mention comint-cr-magic.


Revision 1.436 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 12:47:03 2001 UTC (23 years ago) by gerd
Branch: MAIN
Changes since 1.435: +3 -0 lines
Diff to previous 1.435
browse-url-new-window-p -> browse-url-new-window-flag.


Revision 1.435 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 12:33:29 2001 UTC (23 years ago) by gerd
Branch: MAIN
Changes since 1.434: +1 -1 lines
Diff to previous 1.434
Fix a typo.


Revision 1.434 - (view) (download) (annotate) - [select for diffs]
Tue Apr 17 12:20:27 2001 UTC (23 years ago) by eliz
Branch: MAIN
Changes since 1.433: +1 -1 lines
Diff to previous 1.433
Fix a typo in auto-save-list-file-prefix.


Revision 1.433 - (view) (download) (annotate) - [select for diffs]
Tue Apr 10 12:01:01 2001 UTC (23 years ago) by gerd
Branch: MAIN
Changes since 1.432: +310 -52 lines
Diff to previous 1.432
Ps-print news.


Revision 1.432 - (view) (download) (annotate) - [select for diffs]
Thu Apr 5 20:50:58 2001 UTC (23 years ago) by eliz
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_102
Changes since 1.431: +10 -8 lines
Diff to previous 1.431
Rename delete-key-deletes-forward.


Revision 1.431 - (view) (download) (annotate) - [select for diffs]
Thu Apr 5 20:41:08 2001 UTC (23 years ago) by eliz
Branch: MAIN
Changes since 1.430: +1 -1 lines
Diff to previous 1.430
show-cursor-in-non-selected-windows is no cursor-in-non-selected-windows.


Revision 1.430 - (view) (download) (annotate) - [select for diffs]
Thu Apr 5 16:13:19 2001 UTC (23 years ago) by gerd
Branch: MAIN
Changes since 1.429: +0 -2 lines
Diff to previous 1.429
Remove LessTif restriction for the `menu' face.


Revision 1.429 - (view) (download) (annotate) - [select for diffs]
Tue Apr 3 11:38:18 2001 UTC (23 years ago) by gerd
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_101
Changes since 1.428: +1 -1 lines
Diff to previous 1.428
Fix a typo.


Revision 1.428 - (view) (download) (annotate) - [select for diffs]
Tue Apr 3 11:36:08 2001 UTC (23 years ago) by gerd
Branch: MAIN
Changes since 1.427: +1 -1 lines
Diff to previous 1.427
Change version of LessTif that's required.


Revision 1.427 - (view) (download) (annotate) - [select for diffs]
Fri Mar 30 10:02:16 2001 UTC (23 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.426: +10 -10 lines
Diff to previous 1.426
Fix the wording about directory-sep-char deprecation.


Revision 1.426 - (view) (download) (annotate) - [select for diffs]
Thu Mar 29 15:23:40 2001 UTC (23 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.425: +11 -0 lines
Diff to previous 1.425
Document that directory-sep-char is deprecated.


Revision 1.425 - (view) (download) (annotate) - [select for diffs]
Thu Mar 29 14:14:08 2001 UTC (23 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.424: +3 -0 lines
Diff to previous 1.424
*** empty log message ***


Revision 1.424 - (view) (download) (annotate) - [select for diffs]
Mon Mar 26 16:39:04 2001 UTC (23 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.423: +85 -0 lines
Diff to previous 1.423
*** empty log message ***


Revision 1.423 - (view) (download) (annotate) - [select for diffs]
Wed Mar 21 11:48:17 2001 UTC (23 years, 1 month ago) by handa
Branch: MAIN
Changes since 1.422: +1 -1 lines
Diff to previous 1.422
*** empty log message ***


Revision 1.422 - (view) (download) (annotate) - [select for diffs]
Wed Mar 21 11:47:46 2001 UTC (23 years, 1 month ago) by handa
Branch: MAIN
Changes since 1.421: +6 -0 lines
Diff to previous 1.421
*** empty log message ***


Revision 1.421 - (view) (download) (annotate) - [select for diffs]
Tue Mar 20 20:36:18 2001 UTC (23 years, 1 month ago) by johnw
Branch: MAIN
Changes since 1.420: +12 -4 lines
Diff to previous 1.420
Added a note about new support for the Baha'i calendar.


Revision 1.420 - (view) (download) (annotate) - [select for diffs]
Tue Mar 20 00:34:40 2001 UTC (23 years, 1 month ago) by fx
Branch: MAIN
Changes since 1.419: +34 -40 lines
Diff to previous 1.419
*** empty log message ***


Revision 1.419 - (view) (download) (annotate) - [select for diffs]
Fri Mar 16 16:45:10 2001 UTC (23 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.418: +6 -5 lines
Diff to previous 1.418
Mode line is mouse-sensitive on all systems which have a mouse.


Revision 1.418 - (view) (download) (annotate) - [select for diffs]
Thu Mar 15 12:13:49 2001 UTC (23 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.417: +356 -356 lines
Diff to previous 1.417
*** empty log message ***


Revision 1.417 - (view) (download) (annotate) - [select for diffs]
Wed Mar 14 15:49:33 2001 UTC (23 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.416: +2 -0 lines
Diff to previous 1.416
*** empty log message ***


Revision 1.416 - (view) (download) (annotate) - [select for diffs]
Wed Mar 14 12:54:20 2001 UTC (23 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.415: +2 -0 lines
Diff to previous 1.415
Mention default value of backward-delete-char-untabify-method.


Revision 1.415 - (view) (download) (annotate) - [select for diffs]
Wed Mar 14 12:50:16 2001 UTC (23 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.414: +9 -2 lines
Diff to previous 1.414
Extend description of backward-delete-char-untabify-method.


Revision 1.414 - (view) (download) (annotate) - [select for diffs]
Tue Mar 13 23:46:09 2001 UTC (23 years, 1 month ago) by ttn
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_100
Changes since 1.413: +3 -2 lines
Diff to previous 1.413
*** empty log message ***


Revision 1.413 - (view) (download) (annotate) - [select for diffs]
Mon Mar 12 11:47:23 2001 UTC (23 years, 1 month ago) by pot
Branch: MAIN
Changes since 1.412: +5 -1 lines
Diff to previous 1.412
etags.el: compressed files are now transparently supported


Revision 1.412 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 12:20:58 2001 UTC (23 years, 1 month ago) by gerd
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_99
Changes since 1.411: +3 -3 lines
Diff to previous 1.411
Mention Czech reference card.


Revision 1.411 - (view) (download) (annotate) - [select for diffs]
Mon Mar 5 10:26:45 2001 UTC (23 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.410: +1 -1 lines
Diff to previous 1.410
Change the `***' for the EDT entry to `**'.


Revision 1.410 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 18:35:47 2001 UTC (23 years, 2 months ago) by fx
Branch: MAIN
Changes since 1.409: +9 -6 lines
Diff to previous 1.409
*** empty log message ***


Revision 1.409 - (view) (download) (annotate) - [select for diffs]
Wed Feb 28 12:39:51 2001 UTC (23 years, 2 months ago) by handa
Branch: MAIN
Changes since 1.408: +21 -0 lines
Diff to previous 1.408
*** empty log message ***


Revision 1.408 - (view) (download) (annotate) - [select for diffs]
Mon Feb 26 18:26:39 2001 UTC (23 years, 2 months ago) by pot
Branch: MAIN
Changes since 1.407: +2 -1 lines
Diff to previous 1.407
Mention that etags switches to C++ when meets `template'.


Revision 1.407 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 13:13:17 2001 UTC (23 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.406: +6 -0 lines
Diff to previous 1.406
Document the change whereby EMACSLOCKDIR is no longer used on Windows.
From Jason Rumney.


Revision 1.406 - (view) (download) (annotate) - [select for diffs]
Thu Feb 22 10:18:11 2001 UTC (23 years, 2 months ago) by spiegel
Branch: MAIN
Changes since 1.405: +11 -14 lines
Diff to previous 1.405
Some corrections to the VC news.


Revision 1.405 - (view) (download) (annotate) - [select for diffs]
Wed Feb 21 14:10:41 2001 UTC (23 years, 2 months ago) by gerd
Branch: MAIN
Changes since 1.404: +3 -3 lines
Diff to previous 1.404
*** empty log message ***


Revision 1.404 - (view) (download) (annotate) - [select for diffs]
Tue Feb 20 19:59:03 2001 UTC (23 years, 2 months ago) by fx
Branch: MAIN
Changes since 1.403: +8 -12 lines
Diff to previous 1.403
*** empty log message ***


Revision 1.403 - (view) (download) (annotate) - [select for diffs]
Fri Feb 16 12:31:14 2001 UTC (23 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.402: +10 -0 lines
Diff to previous 1.402
Mention potential incompatibilities due to new dimension-2 charsets.


Revision 1.402 - (view) (download) (annotate) - [select for diffs]
Sun Feb 11 18:35:57 2001 UTC (23 years, 2 months ago) by fx
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_98
Changes since 1.401: +31 -82 lines
Diff to previous 1.401
point to INSTALL
reduce hideshow entry
mac-roman coding system


Revision 1.401 - (view) (download) (annotate) - [select for diffs]
Tue Feb 6 17:15:09 2001 UTC (23 years, 2 months ago) by fx
Branch: MAIN
Changes since 1.400: +17 -12 lines
Diff to previous 1.400
*** empty log message ***


Revision 1.400 - (view) (download) (annotate) - [select for diffs]
Tue Feb 6 15:47:40 2001 UTC (23 years, 2 months ago) by gerd
Branch: MAIN
Changes since 1.399: +4 -3 lines
Diff to previous 1.399
*** empty log message ***


Revision 1.399 - (view) (download) (annotate) - [select for diffs]
Tue Feb 6 12:05:45 2001 UTC (23 years, 2 months ago) by gerd
Branch: MAIN
Changes since 1.398: +1 -1 lines
Diff to previous 1.398
*** empty log message ***


Revision 1.398 - (view) (download) (annotate) - [select for diffs]
Sat Feb 3 06:20:16 2001 UTC (23 years, 2 months ago) by miles
Branch: MAIN
CVS Tags: fx-branch-base
Branch point for: fx-branch
Changes since 1.397: +3 -3 lines
Diff to previous 1.397
Update entry for mouse-wheel support.


Revision 1.397 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 18:06:18 2001 UTC (23 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.396: +3 -3 lines
Diff to previous 1.396
Yet another bunch of typo fizes from Juanma Barranquero <lektu@uol.com.br>.


Revision 1.396 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 16:36:27 2001 UTC (23 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.395: +8 -8 lines
Diff to previous 1.395
More typos from Juanma Barranquero <lektu@uol.com.br>.


Revision 1.395 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 07:57:56 2001 UTC (23 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.394: +4 -4 lines
Diff to previous 1.394
Several typos fixed.  From Juanma Barranquero <lektu@uol.com.br>.


Revision 1.394 - (view) (download) (annotate) - [select for diffs]
Wed Jan 31 15:20:17 2001 UTC (23 years, 2 months ago) by gerd
Branch: MAIN
Changes since 1.393: +0 -775 lines
Diff to previous 1.393
Move 19.x news to ONEWS.


Revision 1.393 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 11:02:38 2001 UTC (23 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.392: +1 -1 lines
Diff to previous 1.392
Fix a typo.


Revision 1.392 - (view) (download) (annotate) - [select for diffs]
Mon Jan 29 21:27:53 2001 UTC (23 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.391: +4 -0 lines
Diff to previous 1.391
*** empty log message ***


Revision 1.391 - (view) (download) (annotate) - [select for diffs]
Mon Jan 29 13:31:47 2001 UTC (23 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.390: +23 -23 lines
Diff to previous 1.390
*** empty log message ***


Revision 1.390 - (view) (download) (annotate) - [select for diffs]
Sun Jan 28 16:14:04 2001 UTC (23 years, 3 months ago) by pot
Branch: MAIN
Changes since 1.389: +6 -0 lines
Diff to previous 1.389
Many changes to the parsing capabilities of etags.
The -C or -c++ options are now mostly obsolete.
Can delve at arbitrary deeps into structures of C-like languages.


Revision 1.389 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 12:30:56 2001 UTC (23 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.388: +4 -0 lines
Diff to previous 1.388
Document the incompatible change in string-rectangle.


Revision 1.388 - (view) (download) (annotate) - [select for diffs]
Thu Jan 25 20:21:01 2001 UTC (23 years, 3 months ago) by fx
Branch: MAIN
Changes since 1.387: +4 -1 lines
Diff to previous 1.387
flyspell


Revision 1.387 - (view) (download) (annotate) - [select for diffs]
Thu Jan 25 20:15:31 2001 UTC (23 years, 3 months ago) by fx
Branch: MAIN
Changes since 1.386: +29 -27 lines
Diff to previous 1.386
Replace formfeeds removed on 2001/01/22.


Revision 1.386 - (view) (download) (annotate) - [select for diffs]
Thu Jan 25 15:58:51 2001 UTC (23 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.385: +4 -2 lines
Diff to previous 1.385
*** empty log message ***


Revision 1.385 - (view) (download) (annotate) - [select for diffs]
Thu Jan 25 14:52:11 2001 UTC (23 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.384: +2 -2 lines
Diff to previous 1.384
Fix wording in the entry about UTF-8 support.


Revision 1.384 - (view) (download) (annotate) - [select for diffs]
Thu Jan 25 13:14:54 2001 UTC (23 years, 3 months ago) by handa
Branch: MAIN
Changes since 1.383: +4 -0 lines
Diff to previous 1.383
*** empty log message ***


Revision 1.383 - (view) (download) (annotate) - [select for diffs]
Mon Jan 22 17:11:38 2001 UTC (23 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.382: +4 -0 lines
Diff to previous 1.382
Document rmail-redecode-body.


Revision 1.382 - (view) (download) (annotate) - [select for diffs]
Mon Jan 22 16:44:16 2001 UTC (23 years, 3 months ago) by sds
Branch: MAIN
Changes since 1.381: +29 -29 lines
Diff to previous 1.381
typo


Revision 1.381 - (view) (download) (annotate) - [select for diffs]
Mon Jan 22 12:01:21 2001 UTC (23 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.380: +1 -1 lines
Diff to previous 1.380
*** empty log message ***


Revision 1.380 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 17:27:03 2001 UTC (23 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.379: +4 -0 lines
Diff to previous 1.379
*** empty log message ***


Revision 1.379 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 13:49:43 2001 UTC (23 years, 3 months ago) by fx
Branch: MAIN
Changes since 1.378: +4 -2 lines
Diff to previous 1.378
*** empty log message ***


Revision 1.378 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 13:36:03 2001 UTC (23 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.377: +2 -1 lines
Diff to previous 1.377
*** empty log message ***


Revision 1.377 - (view) (download) (annotate) - [select for diffs]
Wed Jan 17 13:16:49 2001 UTC (23 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.376: +2 -2 lines
Diff to previous 1.376
*** empty log message ***


Revision 1.376 - (view) (download) (annotate) - [select for diffs]
Tue Jan 16 10:48:35 2001 UTC (23 years, 3 months ago) by fx
Branch: MAIN
Changes since 1.375: +7 -3 lines
Diff to previous 1.375
backward-delete-char-untabify-method
copyright date


Revision 1.375 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 20:37:58 2001 UTC (23 years, 3 months ago) by pot
Branch: MAIN
Changes since 1.374: +6 -4 lines
Diff to previous 1.374
Changes for makefile support in etags.


Revision 1.374 - (view) (download) (annotate) - [select for diffs]
Fri Jan 12 15:16:33 2001 UTC (23 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.373: +5 -3 lines
Diff to previous 1.373
*** empty log message ***


Revision 1.373 - (view) (download) (annotate) - [select for diffs]
Thu Jan 11 23:15:04 2001 UTC (23 years, 3 months ago) by fx
Branch: MAIN
Changes since 1.372: +4 -2 lines
Diff to previous 1.372
*** empty log message ***


Revision 1.372 - (view) (download) (annotate) - [select for diffs]
Thu Jan 11 16:44:28 2001 UTC (23 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.371: +2 -1 lines
Diff to previous 1.371
Tell them to use before-change-functions and after-change-functions
instead of the obsolete before-change-function and after-change-function.


Revision 1.371 - (view) (download) (annotate) - [select for diffs]
Thu Jan 11 07:54:40 2001 UTC (23 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.370: +1 -1 lines
Diff to previous 1.370
Fix a typo: end -> and.


Revision 1.370 - (view) (download) (annotate) - [select for diffs]
Wed Jan 10 20:23:03 2001 UTC (23 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.369: +3 -0 lines
Diff to previous 1.369
*** empty log message ***


Revision 1.369 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 13:44:41 2001 UTC (23 years, 3 months ago) by kfstorm
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_95
Changes since 1.368: +1 -1 lines
Diff to previous 1.368
Fixed typo


Revision 1.368 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 13:14:37 2001 UTC (23 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.367: +4 -0 lines
Diff to previous 1.367
*** empty log message ***


Revision 1.367 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 12:05:20 2001 UTC (23 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.366: +7 -1 lines
Diff to previous 1.366
*** empty log message ***


Revision 1.366 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 12:00:29 2001 UTC (23 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.365: +5 -0 lines
Diff to previous 1.365
*** empty log message ***


Revision 1.365 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 12:34:54 2001 UTC (23 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.364: +5 -0 lines
Diff to previous 1.364
*** empty log message ***


Revision 1.364 - (view) (download) (annotate) - [select for diffs]
Fri Jan 5 16:56:21 2001 UTC (23 years, 3 months ago) by fx
Branch: MAIN
Changes since 1.363: +4 -0 lines
Diff to previous 1.363
butlast, nbutlast.


Revision 1.363 - (view) (download) (annotate) - [select for diffs]
Thu Jan 4 19:24:15 2001 UTC (23 years, 3 months ago) by fx
Branch: MAIN
Changes since 1.362: +6 -2 lines
Diff to previous 1.362
cperl, obsolete changes.


Revision 1.362 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 14:20:32 2001 UTC (23 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.361: +2 -2 lines
Diff to previous 1.361
*** empty log message ***


Revision 1.361 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 14:19:53 2001 UTC (23 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.360: +1 -2 lines
Diff to previous 1.360
*** empty log message ***


Revision 1.360 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 14:19:19 2001 UTC (23 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.359: +5 -0 lines
Diff to previous 1.359
*** empty log message ***


Revision 1.359 - (view) (download) (annotate) - [select for diffs]
Fri Dec 29 13:29:13 2000 UTC (23 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.358: +5 -4 lines
Diff to previous 1.358
*** empty log message ***


Revision 1.358 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 15:30:12 2000 UTC (23 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.357: +6 -0 lines
Diff to previous 1.357
*** empty log message ***


Revision 1.357 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 08:52:50 2000 UTC (23 years, 4 months ago) by jasonr
Branch: MAIN
Changes since 1.356: +1 -1 lines
Diff to previous 1.356
Clarify that new default font only applies under X.


Revision 1.356 - (view) (download) (annotate) - [select for diffs]
Mon Dec 18 17:14:21 2000 UTC (23 years, 4 months ago) by fx
Branch: MAIN
Changes since 1.355: +4 -0 lines
Diff to previous 1.355
*** empty log message ***


Revision 1.355 - (view) (download) (annotate) - [select for diffs]
Mon Dec 18 12:32:58 2000 UTC (23 years, 4 months ago) by fx
Branch: MAIN
Changes since 1.354: +7 -0 lines
Diff to previous 1.354
*** empty log message ***


Revision 1.354 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 01:21:52 2000 UTC (23 years, 4 months ago) by handa
Branch: MAIN
Changes since 1.353: +11 -2 lines
Diff to previous 1.353
*** empty log message ***


Revision 1.353 - (view) (download) (annotate) - [select for diffs]
Fri Dec 15 15:07:18 2000 UTC (23 years, 4 months ago) by fx
Branch: MAIN
Changes since 1.352: +6 -0 lines
Diff to previous 1.352
*** empty log message ***


Revision 1.352 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 15:19:20 2000 UTC (23 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.351: +1 -0 lines
Diff to previous 1.351
Mark show-cursor-in-non-selected-windows aas documented in the manual.


Revision 1.351 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 13:47:45 2000 UTC (23 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.350: +19 -4 lines
Diff to previous 1.350
*** empty log message ***


Revision 1.350 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 22:55:41 2000 UTC (23 years, 4 months ago) by fx
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_93
Changes since 1.349: +5 -3 lines
Diff to previous 1.349
*** empty log message ***


Revision 1.349 - (view) (download) (annotate) - [select for diffs]
Sat Dec 9 04:12:01 2000 UTC (23 years, 4 months ago) by miles
Branch: MAIN
Changes since 1.348: +4 -0 lines
Diff to previous 1.348
Entry for `minibuffer-electric-default-mode'.


Revision 1.348 - (view) (download) (annotate) - [select for diffs]
Sat Dec 9 02:53:58 2000 UTC (23 years, 4 months ago) by miles
Branch: MAIN
Changes since 1.347: +3 -3 lines
Diff to previous 1.347
Update entry for `pos-visible-in-window-p'.


Revision 1.347 - (view) (download) (annotate) - [select for diffs]
Thu Dec 7 12:20:55 2000 UTC (23 years, 4 months ago) by handa
Branch: MAIN
Changes since 1.346: +6 -2 lines
Diff to previous 1.346
*** empty log message ***


Revision 1.346 - (view) (download) (annotate) - [select for diffs]
Wed Dec 6 14:06:38 2000 UTC (23 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.345: +8 -0 lines
Diff to previous 1.345
*** empty log message ***


Revision 1.345 - (view) (download) (annotate) - [select for diffs]
Tue Dec 5 13:55:16 2000 UTC (23 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.344: +3 -1 lines
Diff to previous 1.344
Point to the Mac OS chapter in the docs.


Revision 1.344 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 21:25:38 2000 UTC (23 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.343: +6 -0 lines
Diff to previous 1.343
*** empty log message ***


Revision 1.343 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 12:28:37 2000 UTC (23 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.342: +4 -2 lines
Diff to previous 1.342
*** empty log message ***


Revision 1.342 - (view) (download) (annotate) - [select for diffs]
Sat Dec 2 16:24:55 2000 UTC (23 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.341: +7 -0 lines
Diff to previous 1.341
Mention msdos-set-mouse-buttons.


Revision 1.341 - (view) (download) (annotate) - [select for diffs]
Sat Dec 2 10:23:33 2000 UTC (23 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.340: +1 -0 lines
Diff to previous 1.340
*** empty log message ***


Revision 1.340 - (view) (download) (annotate) - [select for diffs]
Sat Dec 2 10:18:08 2000 UTC (23 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.339: +4 -0 lines
Diff to previous 1.339
*** empty log message ***


Revision 1.339 - (view) (download) (annotate) - [select for diffs]
Fri Dec 1 15:47:46 2000 UTC (23 years, 4 months ago) by eliz
Branch: MAIN
Changes since 1.338: +17 -0 lines
Diff to previous 1.338
Explain why `no-conversion' is no longer appropriate for reading
files with MULE internal representation, such as auto-save files.


Revision 1.338 - (view) (download) (annotate) - [select for diffs]
Thu Nov 30 17:43:17 2000 UTC (23 years, 4 months ago) by fx
Branch: MAIN
Changes since 1.337: +8 -4 lines
Diff to previous 1.337
*** empty log message ***


Revision 1.337 - (view) (download) (annotate) - [select for diffs]
Thu Nov 30 13:54:50 2000 UTC (23 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.336: +1 -2 lines
Diff to previous 1.336
*** empty log message ***


Revision 1.336 - (view) (download) (annotate) - [select for diffs]
Thu Nov 30 11:23:55 2000 UTC (23 years, 5 months ago) by fx
Branch: MAIN
Changes since 1.335: +4 -1 lines
Diff to previous 1.335
*** empty log message ***


Revision 1.335 - (view) (download) (annotate) - [select for diffs]
Wed Nov 29 19:14:47 2000 UTC (23 years, 5 months ago) by fx
Branch: MAIN
Changes since 1.334: +12 -0 lines
Diff to previous 1.334
*** empty log message ***


Revision 1.334 - (view) (download) (annotate) - [select for diffs]
Wed Nov 29 15:02:30 2000 UTC (23 years, 5 months ago) by fx
Branch: MAIN
Changes since 1.333: +8 -2 lines
Diff to previous 1.333
*** empty log message ***


Revision 1.333 - (view) (download) (annotate) - [select for diffs]
Wed Nov 29 12:36:55 2000 UTC (23 years, 5 months ago) by fx
Branch: MAIN
Changes since 1.332: +26 -2 lines
Diff to previous 1.332
*** empty log message ***


Revision 1.332 - (view) (download) (annotate) - [select for diffs]
Wed Nov 29 11:21:46 2000 UTC (23 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.331: +1 -1 lines
Diff to previous 1.331
*** empty log message ***


Revision 1.331 - (view) (download) (annotate) - [select for diffs]
Mon Nov 27 15:34:39 2000 UTC (23 years, 5 months ago) by monnier
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_92
Changes since 1.330: +8 -0 lines
Diff to previous 1.330
New font-lock-doc-face.
`comment-region' doesn't comment only whole lines.
Bad backrefs signal an error rather than turning into digits.


Revision 1.330 - (view) (download) (annotate) - [select for diffs]
Fri Nov 24 16:52:06 2000 UTC (23 years, 5 months ago) by eliz
Branch: MAIN
Changes since 1.329: +5 -3 lines
Diff to previous 1.329
C-c C-c u in Texinfo now produces @uref, not @url.
Explain that vc-cvs-stay-local doesn't create versioned backups
on MS-DOS.


Revision 1.329 - (view) (download) (annotate) - [select for diffs]
Fri Nov 24 04:27:07 2000 UTC (23 years, 5 months ago) by handa
Branch: MAIN
Changes since 1.328: +2 -2 lines
Diff to previous 1.328
*** empty log message ***


Revision 1.328 - (view) (download) (annotate) - [select for diffs]
Wed Nov 22 23:00:41 2000 UTC (23 years, 5 months ago) by sds
Branch: MAIN
Changes since 1.327: +8 -4 lines
Diff to previous 1.327
mention `delete-trailing-whitespace'


Revision 1.327 - (view) (download) (annotate) - [select for diffs]
Wed Nov 22 00:18:43 2000 UTC (23 years, 5 months ago) by miles
Branch: MAIN
Changes since 1.326: +6 -2 lines
Diff to previous 1.326
Correct spelling of `mode-line'.
`mode-line-inverse-video' is deprecated.


Revision 1.326 - (view) (download) (annotate) - [select for diffs]
Tue Nov 21 18:02:47 2000 UTC (23 years, 5 months ago) by miles
Branch: MAIN
Changes since 1.325: +3 -0 lines
Diff to previous 1.325
Mention that `minibuffer-prompt-properties' can be used to disallow
point from moving into the prompt.


Revision 1.325 - (view) (download) (annotate) - [select for diffs]
Mon Nov 20 11:38:15 2000 UTC (23 years, 5 months ago) by fx
Branch: MAIN
Changes since 1.324: +1 -1 lines
Diff to previous 1.324
*** empty log message ***


Revision 1.324 - (view) (download) (annotate) - [select for diffs]
Mon Nov 20 06:37:56 2000 UTC (23 years, 5 months ago) by miles
Branch: MAIN
Changes since 1.323: +3 -3 lines
Diff to previous 1.323
Replace `^' `L' character sequences with real form-feed characters.


Revision 1.323 - (view) (download) (annotate) - [select for diffs]
Mon Nov 20 01:21:29 2000 UTC (23 years, 5 months ago) by handa
Branch: MAIN
Changes since 1.322: +1 -1 lines
Diff to previous 1.322
*** empty log message ***


Revision 1.322 - (view) (download) (annotate) - [select for diffs]
Sun Nov 19 15:19:59 2000 UTC (23 years, 5 months ago) by gerd
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_91
Changes since 1.321: +7 -3 lines
Diff to previous 1.321
*** empty log message ***


Revision 1.321 - (view) (download) (annotate) - [select for diffs]
Sun Nov 19 13:54:41 2000 UTC (23 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.320: +62 -0 lines
Diff to previous 1.320
*** empty log message ***


Revision 1.320 - (view) (download) (annotate) - [select for diffs]
Thu Nov 16 17:07:17 2000 UTC (23 years, 5 months ago) by gerd
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_90
Changes since 1.319: +3 -0 lines
Diff to previous 1.319
*** empty log message ***


Revision 1.319 - (view) (download) (annotate) - [select for diffs]
Thu Nov 16 11:04:00 2000 UTC (23 years, 5 months ago) by spiegel
Branch: MAIN
Changes since 1.318: +58 -1 lines
Diff to previous 1.318
Updated VC news.


Revision 1.318 - (view) (download) (annotate) - [select for diffs]
Wed Nov 15 13:37:16 2000 UTC (23 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.317: +4 -4 lines
Diff to previous 1.317
*** empty log message ***


Revision 1.317 - (view) (download) (annotate) - [select for diffs]
Tue Nov 14 14:25:01 2000 UTC (23 years, 5 months ago) by fx
Branch: MAIN
Changes since 1.316: +10 -3 lines
Diff to previous 1.316
*** empty log message ***


Revision 1.316 - (view) (download) (annotate) - [select for diffs]
Sat Nov 11 17:55:18 2000 UTC (23 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.315: +20 -7 lines
Diff to previous 1.315
*** empty log message ***


Revision 1.315 - (view) (download) (annotate) - [select for diffs]
Fri Nov 10 14:56:15 2000 UTC (23 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.314: +8 -3 lines
Diff to previous 1.314
*** empty log message ***


Revision 1.314 - (view) (download) (annotate) - [select for diffs]
Fri Nov 10 11:37:09 2000 UTC (23 years, 5 months ago) by fx
Branch: MAIN
Changes since 1.313: +8 -4 lines
Diff to previous 1.313
md5.
Modify Gnus entry.


Revision 1.313 - (view) (download) (annotate) - [select for diffs]
Wed Nov 8 17:37:29 2000 UTC (23 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.312: +1 -0 lines
Diff to previous 1.312
*** empty log message ***


Revision 1.312 - (view) (download) (annotate) - [select for diffs]
Wed Nov 8 17:20:52 2000 UTC (23 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.311: +18 -6 lines
Diff to previous 1.311
*** empty log message ***


Revision 1.311 - (view) (download) (annotate) - [select for diffs]
Wed Nov 8 13:13:08 2000 UTC (23 years, 5 months ago) by miles
Branch: MAIN
Changes since 1.310: +5 -0 lines
Diff to previous 1.310
Note that dired now supplies a default when reading destination filenames.


Revision 1.310 - (view) (download) (annotate) - [select for diffs]
Wed Nov 8 10:57:42 2000 UTC (23 years, 5 months ago) by fx
Branch: MAIN
Changes since 1.309: +10 -10 lines
Diff to previous 1.309
*** empty log message ***


Revision 1.309 - (view) (download) (annotate) - [select for diffs]
Tue Nov 7 10:57:15 2000 UTC (23 years, 5 months ago) by handa
Branch: MAIN
Changes since 1.308: +4 -3 lines
Diff to previous 1.308
*** empty log message ***


Revision 1.308 - (view) (download) (annotate) - [select for diffs]
Thu Nov 2 02:29:18 2000 UTC (23 years, 5 months ago) by zappo
Branch: MAIN
Changes since 1.307: +2 -0 lines
Diff to previous 1.307
*** empty log message ***


Revision 1.307 - (view) (download) (annotate) - [select for diffs]
Tue Oct 31 20:57:15 2000 UTC (23 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.306: +8 -2 lines
Diff to previous 1.306
*** empty log message ***


Revision 1.306 - (view) (download) (annotate) - [select for diffs]
Sun Oct 29 05:13:09 2000 UTC (23 years, 6 months ago) by johnw
Branch: MAIN
Changes since 1.305: +4 -1 lines
Diff to previous 1.305
See ChangeLog


Revision 1.305 - (view) (download) (annotate) - [select for diffs]
Sat Oct 28 17:16:49 2000 UTC (23 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.304: +3 -0 lines
Diff to previous 1.304
Document support for -fg, -bg, and -rv on TTY frames.


Revision 1.304 - (view) (download) (annotate) - [select for diffs]
Fri Oct 27 16:53:37 2000 UTC (23 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.303: +3 -2 lines
Diff to previous 1.303
*** empty log message ***


Revision 1.303 - (view) (download) (annotate) - [select for diffs]
Thu Oct 26 14:25:55 2000 UTC (23 years, 6 months ago) by miles
Branch: MAIN
Changes since 1.302: +4 -0 lines
Diff to previous 1.302
Add entry for `pos-visible-in-window-p'.


Revision 1.302 - (view) (download) (annotate) - [select for diffs]
Thu Oct 26 12:02:56 2000 UTC (23 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.301: +4 -0 lines
Diff to previous 1.301
*** empty log message ***


Revision 1.301 - (view) (download) (annotate) - [select for diffs]
Wed Oct 25 11:27:50 2000 UTC (23 years, 6 months ago) by akochoi
Branch: MAIN
Changes since 1.300: +3 -3 lines
Diff to previous 1.300
Say that Emacs can now be built on the Macintosh.


Revision 1.300 - (view) (download) (annotate) - [select for diffs]
Wed Oct 25 02:25:37 2000 UTC (23 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.299: +2 -0 lines
Diff to previous 1.299
*** empty log message ***


Revision 1.299 - (view) (download) (annotate) - [select for diffs]
Sun Oct 22 16:29:14 2000 UTC (23 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.298: +3 -0 lines
Diff to previous 1.298
refill-mode


Revision 1.298 - (view) (download) (annotate) - [select for diffs]
Sun Oct 22 10:20:30 2000 UTC (23 years, 6 months ago) by miles
Branch: MAIN
Changes since 1.297: +18 -16 lines
Diff to previous 1.297
Clean up comint entries a bit.


Revision 1.297 - (view) (download) (annotate) - [select for diffs]
Sun Oct 22 10:00:59 2000 UTC (23 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.296: +3 -2 lines
Diff to previous 1.296
*** empty log message ***


Revision 1.296 - (view) (download) (annotate) - [select for diffs]
Thu Oct 19 14:44:49 2000 UTC (23 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.295: +5 -0 lines
Diff to previous 1.295
scheme-program-name -> cmuscheme-program-name


Revision 1.295 - (view) (download) (annotate) - [select for diffs]
Thu Oct 19 04:26:24 2000 UTC (23 years, 6 months ago) by miles
Branch: MAIN
Changes since 1.294: +9 -0 lines
Diff to previous 1.294
Document recent comint changes.


Revision 1.294 - (view) (download) (annotate) - [select for diffs]
Tue Oct 17 11:57:30 2000 UTC (23 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.293: +1 -1 lines
Diff to previous 1.293
Fix a typo.


Revision 1.293 - (view) (download) (annotate) - [select for diffs]
Mon Oct 16 20:08:06 2000 UTC (23 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.292: +12 -2 lines
Diff to previous 1.292
Add description of :foreground and :background to PBM images.


Revision 1.292 - (view) (download) (annotate) - [select for diffs]
Mon Oct 16 02:12:34 2000 UTC (23 years, 6 months ago) by miles
Branch: MAIN
Changes since 1.291: +4 -0 lines
Diff to previous 1.291
Document that loading `jka-compr.el' doesn't turn on
auto-compression-mode automatically.


Revision 1.291 - (view) (download) (annotate) - [select for diffs]
Fri Oct 13 17:32:16 2000 UTC (23 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.290: +1 -1 lines
Diff to previous 1.290
*** empty log message ***


Revision 1.290 - (view) (download) (annotate) - [select for diffs]
Fri Oct 13 17:31:02 2000 UTC (23 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.289: +10 -0 lines
Diff to previous 1.289
non-ascii character ranges


Revision 1.289 - (view) (download) (annotate) - [select for diffs]
Fri Oct 13 09:34:13 2000 UTC (23 years, 6 months ago) by johnw
Branch: MAIN
Changes since 1.288: +11 -0 lines
Diff to previous 1.288
Added a note about Eshell.


Revision 1.288 - (view) (download) (annotate) - [select for diffs]
Thu Oct 12 15:43:50 2000 UTC (23 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.287: +12 -5 lines
Diff to previous 1.287
windows/mac non-support


Revision 1.287 - (view) (download) (annotate) - [select for diffs]
Sun Oct 8 21:27:56 2000 UTC (23 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.286: +4 -0 lines
Diff to previous 1.286
*** empty log message ***


Revision 1.286 - (view) (download) (annotate) - [select for diffs]
Sun Oct 8 19:10:44 2000 UTC (23 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.285: +2 -0 lines
Diff to previous 1.285
Mark `keep-lines', `flush-lines' and `how-many' as documented in the manual.
Mark C-down-mouse-3 as documented.


Revision 1.285 - (view) (download) (annotate) - [select for diffs]
Sun Oct 8 18:30:12 2000 UTC (23 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.284: +3 -0 lines
Diff to previous 1.284
browse-url-gnome-moz


Revision 1.284 - (view) (download) (annotate) - [select for diffs]
Sun Oct 8 11:30:37 2000 UTC (23 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.283: +1 -0 lines
Diff to previous 1.283
Fix previous change.


Revision 1.283 - (view) (download) (annotate) - [select for diffs]
Sun Oct 8 10:56:01 2000 UTC (23 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.282: +1 -2 lines
Diff to previous 1.282
Fix a typo.


Revision 1.282 - (view) (download) (annotate) - [select for diffs]
Sun Oct 8 06:01:19 2000 UTC (23 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.281: +0 -1 lines
Diff to previous 1.281
Mark auto-image-file-name as documented in the manual.


Revision 1.281 - (view) (download) (annotate) - [select for diffs]
Sun Oct 8 01:36:35 2000 UTC (23 years, 6 months ago) by miles
Branch: MAIN
Changes since 1.280: +5 -0 lines
Diff to previous 1.280
Add entry for `display-message-or-buffer'.


Revision 1.280 - (view) (download) (annotate) - [select for diffs]
Sat Oct 7 19:31:08 2000 UTC (23 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.279: +1 -0 lines
Diff to previous 1.279
Mark auto-image-mode as not yet documented.


Revision 1.279 - (view) (download) (annotate) - [select for diffs]
Sat Oct 7 19:14:16 2000 UTC (23 years, 6 months ago) by eliz
Branch: MAIN
Changes since 1.278: +1 -1 lines
Diff to previous 1.278
Fixed a typo.


Revision 1.278 - (view) (download) (annotate) - [select for diffs]
Thu Oct 5 22:24:10 2000 UTC (23 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.277: +11 -4 lines
Diff to previous 1.277
irix64, gnus-mule.el


Revision 1.277 - (view) (download) (annotate) - [select for diffs]
Sun Oct 1 03:22:26 2000 UTC (23 years, 6 months ago) by miles
Branch: MAIN
Changes since 1.276: +6 -0 lines
Diff to previous 1.276
Add entries for `auto-image-file-mode' and `with-auto-compression-mode'.


Revision 1.276 - (view) (download) (annotate) - [select for diffs]
Sat Sep 30 15:55:34 2000 UTC (23 years, 7 months ago) by gerd
Branch: MAIN
Changes since 1.275: +3 -0 lines
Diff to previous 1.275
*** empty log message ***


Revision 1.275 - (view) (download) (annotate) - [select for diffs]
Wed Sep 27 12:37:52 2000 UTC (23 years, 7 months ago) by gerd
Branch: MAIN
Changes since 1.274: +7 -0 lines
Diff to previous 1.274
*** empty log message ***


Revision 1.274 - (view) (download) (annotate) - [select for diffs]
Wed Sep 27 09:22:01 2000 UTC (23 years, 7 months ago) by miles
Branch: MAIN
Changes since 1.273: +5 -0 lines
Diff to previous 1.273
Add entry for Info using emacs header-lines.


Revision 1.273 - (view) (download) (annotate) - [select for diffs]
Mon Sep 25 21:11:52 2000 UTC (23 years, 7 months ago) by fx
Branch: MAIN
Changes since 1.272: +7 -0 lines
Diff to previous 1.272
gnus-user-agent, iswitchb-mode


Revision 1.272 - (view) (download) (annotate) - [select for diffs]
Sat Sep 23 18:24:51 2000 UTC (23 years, 7 months ago) by ttn
Branch: MAIN
Changes since 1.271: +1 -1 lines
Diff to previous 1.271
Fix typo.


Revision 1.271 - (view) (download) (annotate) - [select for diffs]
Sat Sep 23 02:46:19 2000 UTC (23 years, 7 months ago) by ttn
Branch: MAIN
Changes since 1.270: +54 -5 lines
Diff to previous 1.270
Update hideshow.el section.


Revision 1.270 - (view) (download) (annotate) - [select for diffs]
Thu Sep 21 19:27:29 2000 UTC (23 years, 7 months ago) by gerd
Branch: MAIN
Changes since 1.269: +15 -3 lines
Diff to previous 1.269
*** empty log message ***


Revision 1.269 - (view) (download) (annotate) - [select for diffs]
Thu Sep 21 14:54:30 2000 UTC (23 years, 7 months ago) by gerd
Branch: MAIN
Changes since 1.268: +12 -9 lines
Diff to previous 1.268
*** empty log message ***


Revision 1.268 - (view) (download) (annotate) - [select for diffs]
Thu Sep 21 11:16:43 2000 UTC (23 years, 7 months ago) by gerd
Branch: MAIN
Changes since 1.267: +7 -0 lines
Diff to previous 1.267
*** empty log message ***


Revision 1.267 - (view) (download) (annotate) - [select for diffs]
Tue Sep 19 17:41:48 2000 UTC (23 years, 7 months ago) by fx
Branch: MAIN
Changes since 1.266: +52 -1 lines
Diff to previous 1.266
Gnus


Revision 1.266 - (view) (download) (annotate) - [select for diffs]
Tue Sep 19 17:39:01 2000 UTC (23 years, 7 months ago) by fx
Branch: MAIN
Changes since 1.265: +14 -7 lines
Diff to previous 1.265
tool-bar, latin1-display


Revision 1.265 - (view) (download) (annotate) - [select for diffs]
Tue Sep 19 15:13:59 2000 UTC (23 years, 7 months ago) by gerd
Branch: MAIN
Changes since 1.264: +12 -3 lines
Diff to previous 1.264
*** empty log message ***


Revision 1.264 - (view) (download) (annotate) - [select for diffs]
Fri Sep 15 17:33:37 2000 UTC (23 years, 7 months ago) by fx
Branch: MAIN
Changes since 1.263: +15 -2 lines
Diff to previous 1.263
Strokes update.  Toolbar stuff.


Revision 1.263 - (view) (download) (annotate) - [select for diffs]
Fri Sep 15 15:19:50 2000 UTC (23 years, 7 months ago) by gerd
Branch: MAIN
Changes since 1.262: +9 -0 lines
Diff to previous 1.262
*** empty log message ***


Revision 1.262 - (view) (download) (annotate) - [select for diffs]
Fri Sep 15 11:47:20 2000 UTC (23 years, 7 months ago) by gerd
Branch: MAIN
Changes since 1.261: +53 -14 lines
Diff to previous 1.261
*** empty log message ***


Revision 1.261 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 12:51:38 2000 UTC (23 years, 7 months ago) by gerd
Branch: MAIN
Changes since 1.260: +3 -0 lines
Diff to previous 1.260
*** empty log message ***


Revision 1.260 - (view) (download) (annotate) - [select for diffs]
Mon Sep 4 20:00:15 2000 UTC (23 years, 7 months ago) by gerd
Branch: MAIN
Changes since 1.259: +71 -0 lines
Diff to previous 1.259
*** empty log message ***


Revision 1.259 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 17:37:01 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.258: +1 -0 lines
Diff to previous 1.258
Mark as documented in the manual the effect of prefix argument
on list-abbrevs.


Revision 1.258 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 07:08:29 2000 UTC (23 years, 8 months ago) by handa
Branch: MAIN
Changes since 1.257: +4 -0 lines
Diff to previous 1.257
*** empty log message ***


Revision 1.257 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 16:08:42 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.256: +3 -0 lines
Diff to previous 1.256
*** empty log message ***


Revision 1.256 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 12:29:42 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.255: +2 -0 lines
Diff to previous 1.255
*** empty log message ***


Revision 1.255 - (view) (download) (annotate) - [select for diffs]
Sat Aug 26 05:58:27 2000 UTC (23 years, 8 months ago) by miles
Branch: MAIN
Changes since 1.254: +10 -2 lines
Diff to previous 1.254
Add description of new :inherit face attribute, and additional legal
values for the :height attribute.


Revision 1.254 - (view) (download) (annotate) - [select for diffs]
Thu Aug 24 13:34:24 2000 UTC (23 years, 8 months ago) by fx
Branch: MAIN
Changes since 1.253: +14 -8 lines
Diff to previous 1.253
*** empty log message ***


Revision 1.253 - (view) (download) (annotate) - [select for diffs]
Wed Aug 23 11:50:00 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.252: +1 -0 lines
Diff to previous 1.252
Mark scroll-*-aggressively as being documented in the manual.


Revision 1.252 - (view) (download) (annotate) - [select for diffs]
Wed Aug 23 09:37:23 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.251: +2 -2 lines
Diff to previous 1.251
*** empty log message ***


Revision 1.251 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 16:31:47 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.250: +1 -0 lines
Diff to previous 1.250
Mark re-build as being documented.


Revision 1.250 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 16:08:36 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.249: +1 -0 lines
Diff to previous 1.249
Mark hi-lock.el as being documented in the manual.


Revision 1.249 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 16:05:02 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.248: +1 -0 lines
Diff to previous 1.248
Mark dabbrev-ignore-regexps as documented in the manual.


Revision 1.248 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 15:58:36 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.247: +1 -0 lines
Diff to previous 1.247
Mark the new language environments as documented.


Revision 1.247 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 15:51:27 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.246: +1 -0 lines
Diff to previous 1.246
Mark etags.el changes as documented in the manual.


Revision 1.246 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 15:34:52 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.245: +2 -1 lines
Diff to previous 1.245
Mark sort-numeric-fields and sort-numeric-base as documented in the manual.


Revision 1.245 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 15:30:59 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.244: +1 -0 lines
Diff to previous 1.244
Mark isearch-lazy-highlight as documented in the manual.


Revision 1.244 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 15:20:37 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.243: +2 -0 lines
Diff to previous 1.243
Mark `ispell' and the DOZe'NT support as documented in the manual.


Revision 1.243 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 15:02:31 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.242: +1 -0 lines
Diff to previous 1.242
Mark mouse-highlight on MS-DOS as documented in the manual.


Revision 1.242 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 11:22:42 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.241: +2 -0 lines
Diff to previous 1.241
Mark change-log-version-info-enabled and
change-log-version-number-regexp-list as being documented in the manual.


Revision 1.241 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 11:12:48 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.240: +1 -0 lines
Diff to previous 1.240
Mark max-mini-window-height as documented in the manual.


Revision 1.240 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 11:05:00 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.239: +1 -0 lines
Diff to previous 1.239
Mark the `e' command in query-replace as being documented.


Revision 1.239 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 10:49:01 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.238: +1 -0 lines
Diff to previous 1.238
Mark indicate-empty-lines as being documented.


Revision 1.238 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 10:41:02 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.237: +1 -0 lines
Diff to previous 1.237
Mark x-stretch-cursor as being documented in the manual.


Revision 1.237 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 10:23:38 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.236: +1 -0 lines
Diff to previous 1.236
Mark automatic-hscrolling as documented in the manual.


Revision 1.236 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 10:15:49 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.235: +1 -0 lines
Diff to previous 1.235
Mark busy-cursor as being documented.


Revision 1.235 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 10:00:34 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.234: +1 -0 lines
Diff to previous 1.234
Mark the `menu' face as already documented in the manual.


Revision 1.234 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 09:48:00 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.233: +1 -0 lines
Diff to previous 1.233
Mark check-parens as documented in the manual.


Revision 1.233 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 09:43:24 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.232: +3 -2 lines
Diff to previous 1.232
Mark server-kill-new-buffers as documented in the manual.
Fix typos.


Revision 1.232 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 09:31:39 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.231: +1 -0 lines
Diff to previous 1.231
Mark hexl-insert-hex-string as documented.


Revision 1.231 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 09:14:27 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.230: +1 -0 lines
Diff to previous 1.230
Mark load-dangerous-libraries as documented in the manual.


Revision 1.230 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 09:05:59 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.229: +3 -1 lines
Diff to previous 1.229
Mark comment-dwim as described in the manual.


Revision 1.229 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 08:38:57 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.228: +1 -0 lines
Diff to previous 1.228
Mark list-charset-chars as documented in the manual.


Revision 1.228 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 08:30:39 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.227: +1 -0 lines
Diff to previous 1.227
Mark the operation of chosing safe coding system as explained
in the manual.


Revision 1.227 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 08:03:22 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.226: +1 -0 lines
Diff to previous 1.226
Mark inhibit-iso-escape-detection as updated in the manual.


Revision 1.226 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 06:08:26 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.225: +1 -0 lines
Diff to previous 1.225
Mark timeclock.el as being described in the manual.


Revision 1.225 - (view) (download) (annotate) - [select for diffs]
Mon Aug 21 15:33:16 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.224: +12 -0 lines
Diff to previous 1.224
*** empty log message ***


Revision 1.224 - (view) (download) (annotate) - [select for diffs]
Mon Aug 21 14:45:04 2000 UTC (23 years, 8 months ago) by fx
Branch: MAIN
Changes since 1.223: +93 -32 lines
Diff to previous 1.223
*** empty log message ***


Revision 1.223 - (view) (download) (annotate) - [select for diffs]
Mon Aug 21 11:44:42 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.222: +1 -1 lines
Diff to previous 1.222
*** empty log message ***


Revision 1.222 - (view) (download) (annotate) - [select for diffs]
Fri Aug 18 06:31:51 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.221: +1 -1 lines
Diff to previous 1.221
*** empty log message ***


Revision 1.221 - (view) (download) (annotate) - [select for diffs]
Fri Aug 18 03:48:49 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.220: +17 -0 lines
Diff to previous 1.220
*** empty log message ***


Revision 1.220 - (view) (download) (annotate) - [select for diffs]
Fri Aug 18 01:05:05 2000 UTC (23 years, 8 months ago) by miles
Branch: MAIN
Changes since 1.219: +5 -0 lines
Diff to previous 1.219
Document save-restriction fix.


Revision 1.219 - (view) (download) (annotate) - [select for diffs]
Thu Aug 17 21:42:01 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.218: +3 -0 lines
Diff to previous 1.218
*** empty log message ***


Revision 1.218 - (view) (download) (annotate) - [select for diffs]
Thu Aug 17 15:19:43 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.217: +4982 -2 lines
Diff to previous 1.217
*** empty log message ***


Revision 1.217 - (view) (download) (annotate) - [select for diffs]
Wed Aug 16 19:55:18 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.216: +7 -0 lines
Diff to previous 1.216
*** empty log message ***


Revision 1.216 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 21:34:26 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.215: +2 -0 lines
Diff to previous 1.215
*** empty log message ***


Revision 1.215 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 19:47:39 2000 UTC (23 years, 8 months ago) by sds
Branch: MAIN
Changes since 1.214: +4 -4 lines
Diff to previous 1.214
typo fix


Revision 1.214 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 19:46:01 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.213: +6 -0 lines
Diff to previous 1.213
*** empty log message ***


Revision 1.213 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 16:30:59 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.212: +4 -4980 lines
Diff to previous 1.212
*** empty log message ***


Revision 1.212 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 12:42:39 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.211: +6 -1 lines
Diff to previous 1.211
*** empty log message ***


Revision 1.211 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 09:16:49 2000 UTC (23 years, 8 months ago) by miles
Branch: MAIN
Changes since 1.210: +21 -13 lines
Diff to previous 1.210
Update `fields' entry.


Revision 1.210 - (view) (download) (annotate) - [select for diffs]
Fri Aug 11 08:38:51 2000 UTC (23 years, 8 months ago) by miles
Branch: MAIN
Changes since 1.209: +4 -4 lines
Diff to previous 1.209
Mention comint prompt highlighting.


Revision 1.209 - (view) (download) (annotate) - [select for diffs]
Tue Aug 8 18:31:40 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.208: +10 -0 lines
Diff to previous 1.208
*** empty log message ***


Revision 1.208 - (view) (download) (annotate) - [select for diffs]
Mon Aug 7 15:43:46 2000 UTC (23 years, 8 months ago) by miles
Branch: MAIN
Changes since 1.207: +9 -0 lines
Diff to previous 1.207
Add note about comint field changes (`comint-prompt-regexp removal').


Revision 1.207 - (view) (download) (annotate) - [select for diffs]
Thu Aug 3 20:07:56 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.206: +3 -0 lines
Diff to previous 1.206
*** empty log message ***


Revision 1.206 - (view) (download) (annotate) - [select for diffs]
Thu Aug 3 14:50:28 2000 UTC (23 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.205: +2 -2 lines
Diff to previous 1.205
Fix typos in the entry for `ispell' command.


Revision 1.205 - (view) (download) (annotate) - [select for diffs]
Wed Aug 2 20:55:25 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.204: +16 -0 lines
Diff to previous 1.204
*** empty log message ***


Revision 1.204 - (view) (download) (annotate) - [select for diffs]
Wed Aug 2 20:19:54 2000 UTC (23 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.203: +13 -2 lines
Diff to previous 1.203
*** empty log message ***


Revision 1.203 - (view) (download) (annotate) - [select for diffs]
Fri Jul 28 16:27:30 2000 UTC (23 years, 9 months ago) by sds
Branch: MAIN
Changes since 1.202: +3 -0 lines
Diff to previous 1.202
Ange-ftp handles the output of the w32-style clients


Revision 1.202 - (view) (download) (annotate) - [select for diffs]
Thu Jul 27 20:16:08 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.201: +14 -1 lines
Diff to previous 1.201
*** empty log message ***


Revision 1.201 - (view) (download) (annotate) - [select for diffs]
Thu Jul 27 15:51:12 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.200: +2 -0 lines
Diff to previous 1.200
*** empty log message ***


Revision 1.200 - (view) (download) (annotate) - [select for diffs]
Thu Jul 27 12:30:48 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.199: +8 -4 lines
Diff to previous 1.199
*** empty log message ***


Revision 1.199 - (view) (download) (annotate) - [select for diffs]
Wed Jul 26 18:54:33 2000 UTC (23 years, 9 months ago) by sds
Branch: MAIN
Changes since 1.198: +21 -15 lines
Diff to previous 1.198
mention `float-time' and the remote file modtime check


Revision 1.198 - (view) (download) (annotate) - [select for diffs]
Wed Jul 26 18:51:09 2000 UTC (23 years, 9 months ago) by eliz
Branch: MAIN
Changes since 1.197: +6 -2 lines
Diff to previous 1.197
Help strings are supported on MS-Windows and MS-DOS as well.
Mouse highlight is supported on MS-DOS.


Revision 1.197 - (view) (download) (annotate) - [select for diffs]
Wed Jul 26 14:47:26 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.196: +4 -1 lines
Diff to previous 1.196
*** empty log message ***


Revision 1.196 - (view) (download) (annotate) - [select for diffs]
Wed Jul 26 11:25:27 2000 UTC (23 years, 9 months ago) by fx
Branch: MAIN
Changes since 1.195: +7 -1 lines
Diff to previous 1.195
--disable-largefile, 64-bit solaris


Revision 1.195 - (view) (download) (annotate) - [select for diffs]
Tue Jul 25 10:53:06 2000 UTC (23 years, 9 months ago) by eliz
Branch: MAIN
Changes since 1.194: +1 -1 lines
Diff to previous 1.194
Fix a typo.


Revision 1.194 - (view) (download) (annotate) - [select for diffs]
Mon Jul 24 12:26:49 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.193: +3 -0 lines
Diff to previous 1.193
*** empty log message ***


Revision 1.193 - (view) (download) (annotate) - [select for diffs]
Mon Jul 24 11:07:57 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.192: +14 -0 lines
Diff to previous 1.192
*** empty log message ***


Revision 1.192 - (view) (download) (annotate) - [select for diffs]
Fri Jul 21 15:39:13 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.191: +11 -4 lines
Diff to previous 1.191
*** empty log message ***


Revision 1.191 - (view) (download) (annotate) - [select for diffs]
Fri Jul 21 06:59:01 2000 UTC (23 years, 9 months ago) by handa
Branch: MAIN
Changes since 1.190: +7 -2 lines
Diff to previous 1.190
*** empty log message ***


Revision 1.190 - (view) (download) (annotate) - [select for diffs]
Thu Jul 20 09:39:42 2000 UTC (23 years, 9 months ago) by fx
Branch: MAIN
Changes since 1.189: +10 -5 lines
Diff to previous 1.189
C-down-mouse-3.  Move concat change.


Revision 1.189 - (view) (download) (annotate) - [select for diffs]
Wed Jul 19 14:09:42 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.188: +21 -8 lines
Diff to previous 1.188
*** empty log message ***


Revision 1.188 - (view) (download) (annotate) - [select for diffs]
Tue Jul 18 18:18:55 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.187: +5 -4 lines
Diff to previous 1.187
*** empty log message ***


Revision 1.187 - (view) (download) (annotate) - [select for diffs]
Tue Jul 18 14:39:19 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.186: +7 -7 lines
Diff to previous 1.186
*** empty log message ***


Revision 1.186 - (view) (download) (annotate) - [select for diffs]
Tue Jul 18 12:57:50 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.185: +2 -1 lines
Diff to previous 1.185
*** empty log message ***


Revision 1.185 - (view) (download) (annotate) - [select for diffs]
Tue Jul 18 12:30:02 2000 UTC (23 years, 9 months ago) by miles
Branch: MAIN
Changes since 1.184: +6 -0 lines
Diff to previous 1.184
Add entry for new `dired-show-file-type' command.


Revision 1.184 - (view) (download) (annotate) - [select for diffs]
Fri Jul 14 15:00:08 2000 UTC (23 years, 9 months ago) by fx
Branch: MAIN
Changes since 1.183: +6 -1 lines
Diff to previous 1.183
load-path not customizable
help strings in menus work


Revision 1.183 - (view) (download) (annotate) - [select for diffs]
Fri Jul 14 14:01:16 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.182: +16 -9 lines
Diff to previous 1.182
*** empty log message ***


Revision 1.182 - (view) (download) (annotate) - [select for diffs]
Fri Jul 14 02:08:34 2000 UTC (23 years, 9 months ago) by handa
Branch: MAIN
Changes since 1.181: +1 -1 lines
Diff to previous 1.181
*** empty log message ***


Revision 1.181 - (view) (download) (annotate) - [select for diffs]
Fri Jul 14 02:03:34 2000 UTC (23 years, 9 months ago) by handa
Branch: MAIN
Changes since 1.180: +9 -0 lines
Diff to previous 1.180
*** empty log message ***


Revision 1.180 - (view) (download) (annotate) - [select for diffs]
Thu Jul 13 23:56:44 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.179: +10 -5 lines
Diff to previous 1.179
*** empty log message ***


Revision 1.179 - (view) (download) (annotate) - [select for diffs]
Wed Jul 12 11:55:03 2000 UTC (23 years, 9 months ago) by fx
Branch: MAIN
Changes since 1.178: +6 -0 lines
Diff to previous 1.178
make-obsolete, plist-member changes


Revision 1.178 - (view) (download) (annotate) - [select for diffs]
Tue Jul 11 20:02:36 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.177: +5 -0 lines
Diff to previous 1.177
*** empty log message ***


Revision 1.177 - (view) (download) (annotate) - [select for diffs]
Sun Jul 9 09:33:41 2000 UTC (23 years, 9 months ago) by eliz
Branch: MAIN
Changes since 1.176: +1 -1 lines
Diff to previous 1.176
Correct a typo ("aka as" -> "a.k.a.").


Revision 1.176 - (view) (download) (annotate) - [select for diffs]
Fri Jul 7 13:02:53 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.175: +6 -0 lines
Diff to previous 1.175
*** empty log message ***


Revision 1.175 - (view) (download) (annotate) - [select for diffs]
Wed Jul 5 17:04:48 2000 UTC (23 years, 9 months ago) by monnier
Branch: MAIN
Changes since 1.174: +9 -25 lines
Diff to previous 1.174
Fix various typos.
Add a note about easy-menu's filters now working.
Trim down the add-minor-mode announcement.


Revision 1.174 - (view) (download) (annotate) - [select for diffs]
Wed Jul 5 15:17:49 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.173: +4 -1 lines
Diff to previous 1.173
*** empty log message ***


Revision 1.173 - (view) (download) (annotate) - [select for diffs]
Tue Jul 4 19:01:01 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.172: +7 -0 lines
Diff to previous 1.172
*** empty log message ***


Revision 1.172 - (view) (download) (annotate) - [select for diffs]
Mon Jul 3 13:47:03 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.171: +3 -5 lines
Diff to previous 1.171
*** empty log message ***


Revision 1.171 - (view) (download) (annotate) - [select for diffs]
Mon Jul 3 09:18:48 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.170: +32 -0 lines
Diff to previous 1.170
*** empty log message ***


Revision 1.170 - (view) (download) (annotate) - [select for diffs]
Wed Jun 28 11:57:43 2000 UTC (23 years, 10 months ago) by gerd
Branch: MAIN
Changes since 1.169: +4 -4 lines
Diff to previous 1.169
*** empty log message ***


Revision 1.169 - (view) (download) (annotate) - [select for diffs]
Tue Jun 27 16:06:58 2000 UTC (23 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.168: +9 -8 lines
Diff to previous 1.168
*** empty log message ***


Revision 1.168 - (view) (download) (annotate) - [select for diffs]
Mon Jun 26 15:37:43 2000 UTC (23 years, 10 months ago) by gerd
Branch: MAIN
Changes since 1.167: +3 -0 lines
Diff to previous 1.167
*** empty log message ***


Revision 1.167 - (view) (download) (annotate) - [select for diffs]
Mon Jun 26 13:11:03 2000 UTC (23 years, 10 months ago) by gerd
Branch: MAIN
Changes since 1.166: +14 -0 lines
Diff to previous 1.166
*** empty log message ***


Revision 1.166 - (view) (download) (annotate) - [select for diffs]
Tue Jun 20 18:36:27 2000 UTC (23 years, 10 months ago) by gerd
Branch: MAIN
Changes since 1.165: +3 -0 lines
Diff to previous 1.165
*** empty log message ***


Revision 1.165 - (view) (download) (annotate) - [select for diffs]
Mon Jun 19 15:43:29 2000 UTC (23 years, 10 months ago) by fx
Branch: MAIN
Changes since 1.164: +6 -3 lines
Diff to previous 1.164
*** empty log message ***


Revision 1.164 - (view) (download) (annotate) - [select for diffs]
Fri Jun 16 15:47:45 2000 UTC (23 years, 10 months ago) by gerd
Branch: MAIN
Changes since 1.163: +3 -0 lines
Diff to previous 1.163
*** empty log message ***


Revision 1.163 - (view) (download) (annotate) - [select for diffs]
Thu Jun 15 14:41:50 2000 UTC (23 years, 10 months ago) by gerd
Branch: MAIN
Changes since 1.162: +3 -0 lines
Diff to previous 1.162
*** empty log message ***


Revision 1.162 - (view) (download) (annotate) - [select for diffs]
Wed Jun 14 20:26:14 2000 UTC (23 years, 10 months ago) by gerd
Branch: MAIN
Changes since 1.161: +3 -0 lines
Diff to previous 1.161
*** empty log message ***


Revision 1.161 - (view) (download) (annotate) - [select for diffs]
Tue Jun 13 23:49:46 2000 UTC (23 years, 10 months ago) by gerd
Branch: MAIN
Changes since 1.160: +4 -0 lines
Diff to previous 1.160
*** empty log message ***


Revision 1.160 - (view) (download) (annotate) - [select for diffs]
Tue Jun 13 22:09:00 2000 UTC (23 years, 10 months ago) by gerd
Branch: MAIN
Changes since 1.159: +3 -0 lines
Diff to previous 1.159
*** empty log message ***


Revision 1.159 - (view) (download) (annotate) - [select for diffs]
Fri Jun 9 10:27:24 2000 UTC (23 years, 10 months ago) by fx
Branch: MAIN
Changes since 1.158: +24 -0 lines
Diff to previous 1.158
20.6, 20.7 changes


Revision 1.158 - (view) (download) (annotate) - [select for diffs]
Fri Jun 9 10:23:46 2000 UTC (23 years, 10 months ago) by fx
Branch: MAIN
Changes since 1.157: +4 -1 lines
Diff to previous 1.157
executable-make-buffer-file-executable-if-script-p


Revision 1.157 - (view) (download) (annotate) - [select for diffs]
Thu Jun 8 16:04:30 2000 UTC (23 years, 10 months ago) by fx
Branch: MAIN
Changes since 1.156: +12 -0 lines
Diff to previous 1.156
Preferred coding system change.


Revision 1.156 - (view) (download) (annotate) - [select for diffs]
Thu Jun 8 14:25:19 2000 UTC (23 years, 10 months ago) by fx
Branch: MAIN
Changes since 1.155: +115 -7 lines
Diff to previous 1.155
MULE changes.


Revision 1.155 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 15:32:04 2000 UTC (23 years, 10 months ago) by gerd
Branch: MAIN
Changes since 1.154: +3 -0 lines
Diff to previous 1.154
*** empty log message ***


Revision 1.154 - (view) (download) (annotate) - [select for diffs]
Fri Jun 2 12:49:00 2000 UTC (23 years, 10 months ago) by fx
Branch: MAIN
Changes since 1.153: +5 -0 lines
Diff to previous 1.153
find-image, {before,after}-change-function


Revision 1.153 - (view) (download) (annotate) - [select for diffs]
Mon May 29 12:07:29 2000 UTC (23 years, 11 months ago) by fx
Branch: MAIN
Changes since 1.152: +6 -1 lines
Diff to previous 1.152
keymap property.


Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Fri May 26 10:28:09 2000 UTC (23 years, 11 months ago) by fx
Branch: MAIN
Changes since 1.151: +4 -1 lines
Diff to previous 1.151
subr-arity


Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Thu May 25 20:00:07 2000 UTC (23 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.150: +7 -0 lines
Diff to previous 1.150
newcomment and the change of binding for M-;


Revision 1.150 - (view) (download) (annotate) - [select for diffs]
Wed May 24 16:31:50 2000 UTC (23 years, 11 months ago) by fx
Branch: MAIN
Changes since 1.149: +4 -1 lines
Diff to previous 1.149
rmail-automatic-folder-directives


Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Wed May 24 13:06:49 2000 UTC (23 years, 11 months ago) by gerd
Branch: MAIN
Changes since 1.148: +15 -4 lines
Diff to previous 1.148
*** empty log message ***


Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Tue May 23 09:40:22 2000 UTC (23 years, 11 months ago) by gerd
Branch: MAIN
Changes since 1.147: +5 -0 lines
Diff to previous 1.147
*** empty log message ***


Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Wed May 17 12:08:51 2000 UTC (23 years, 11 months ago) by eliz
Branch: MAIN
Changes since 1.146: +1 -1 lines
Diff to previous 1.146
Correct a typo in description of `woman.el'.


Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Tue May 16 20:51:59 2000 UTC (23 years, 11 months ago) by gerd
Branch: MAIN
Changes since 1.145: +3 -0 lines
Diff to previous 1.145
*** empty log message ***


Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Mon May 15 14:53:09 2000 UTC (23 years, 11 months ago) by gerd
Branch: MAIN
Changes since 1.144: +2 -0 lines
Diff to previous 1.144
*** empty log message ***


Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Sun May 14 19:04:22 2000 UTC (23 years, 11 months ago) by fx
Branch: MAIN
Changes since 1.143: +6 -0 lines
Diff to previous 1.143
*** empty log message ***


Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Thu May 11 22:11:02 2000 UTC (23 years, 11 months ago) by fx
Branch: MAIN
Changes since 1.142: +4 -0 lines
Diff to previous 1.142
todo-mode


Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Thu May 11 19:29:55 2000 UTC (23 years, 11 months ago) by gerd
Branch: MAIN
Changes since 1.141: +4 -0 lines
Diff to previous 1.141
*** empty log message ***


Revision 1.141 - (view) (download) (annotate) - [select for diffs]
Thu May 11 09:27:11 2000 UTC (23 years, 11 months ago) by gerd
Branch: MAIN
Changes since 1.140: +1 -1 lines
Diff to previous 1.140
*** empty log message ***


Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Wed May 10 21:37:06 2000 UTC (23 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.139: +0 -8 lines
Diff to previous 1.139
Cleaned some left over bogus conflict markers.


Revision 1.139 - (view) (download) (annotate) - [select for diffs]
Wed May 10 21:34:11 2000 UTC (23 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.138: +15 -1 lines
Diff to previous 1.138
Mention PCL-CVS.


Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Wed May 10 08:54:51 2000 UTC (23 years, 11 months ago) by fx
Branch: MAIN
Changes since 1.137: +4 -1 lines
Diff to previous 1.137
write-region change


Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Mon May 8 16:02:33 2000 UTC (23 years, 11 months ago) by eliz
Branch: MAIN
Changes since 1.136: +12 -0 lines
Diff to previous 1.136
Mention `woman'.


Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Wed May 3 19:29:39 2000 UTC (23 years, 11 months ago) by gerd
Branch: MAIN
Changes since 1.135: +7 -0 lines
Diff to previous 1.135
*** empty log message ***


Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Wed May 3 17:16:51 2000 UTC (23 years, 11 months ago) by fx
Branch: MAIN
Changes since 1.134: +5 -0 lines
Diff to previous 1.134
display-time stuff


Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Tue May 2 20:08:41 2000 UTC (23 years, 11 months ago) by gerd
Branch: MAIN
Changes since 1.133: +11 -2 lines
Diff to previous 1.133
*** empty log message ***


Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Tue May 2 12:00:46 2000 UTC (23 years, 11 months ago) by eliz
Branch: MAIN
Changes since 1.132: +1 -0 lines
Diff to previous 1.132
Describe the different auto-save-file-list-prefix on MS-DOS.


Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Sat Apr 29 12:49:55 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.131: +2 -1 lines
Diff to previous 1.131
*** empty log message ***


Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Fri Apr 28 17:09:07 2000 UTC (24 years ago) by fx
Branch: MAIN
Changes since 1.130: +5 -3 lines
Diff to previous 1.130
concat change


Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Fri Apr 28 11:45:29 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.129: +18 -5 lines
Diff to previous 1.129
*** empty log message ***


Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Thu Apr 27 19:07:25 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.128: +4 -0 lines
Diff to previous 1.128
*** empty log message ***


Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Wed Apr 26 17:46:21 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.127: +16 -1 lines
Diff to previous 1.127
*** empty log message ***


Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Tue Apr 25 19:35:55 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.126: +14 -1 lines
Diff to previous 1.126
*** empty log message ***


Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Mon Apr 24 18:40:56 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.125: +4 -0 lines
Diff to previous 1.125
*** empty log message ***


Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Mon Apr 24 13:58:59 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.124: +18 -1 lines
Diff to previous 1.124
*** empty log message ***


Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Fri Apr 21 07:39:56 2000 UTC (24 years ago) by rms
Branch: MAIN
Changes since 1.123: +4 -4 lines
Diff to previous 1.123
*** empty log message ***


Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 20:42:34 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.122: +3 -1 lines
Diff to previous 1.122
*** empty log message ***


Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 19:06:31 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.121: +27 -0 lines
Diff to previous 1.121
*** empty log message ***


Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Tue Apr 18 13:21:19 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.120: +17 -0 lines
Diff to previous 1.120
*** empty log message ***


Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Mon Apr 17 15:22:27 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.119: +16 -0 lines
Diff to previous 1.119
*** empty log message ***


Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Wed Apr 12 17:20:38 2000 UTC (24 years ago) by fx
Branch: MAIN
Changes since 1.118: +3 -0 lines
Diff to previous 1.118
mapc


Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Sun Apr 9 17:23:40 2000 UTC (24 years ago) by fx
Branch: MAIN
Changes since 1.117: +5 -0 lines
Diff to previous 1.117
backup-directory-alist, make-backup-file-name-function.


Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Tue Apr 4 21:15:08 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.116: +11 -0 lines
Diff to previous 1.116
*** empty log message ***


Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Mon Apr 3 20:51:10 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.115: +3 -0 lines
Diff to previous 1.115
*** empty log message ***


Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Mon Apr 3 19:34:41 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.114: +22 -1 lines
Diff to previous 1.114
*** empty log message ***


Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Wed Mar 29 18:42:29 2000 UTC (24 years, 1 month ago) by fx
Branch: MAIN
Changes since 1.113: +3 -0 lines
Diff to previous 1.113
iso-iso2sgml


Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Sun Mar 26 19:31:30 2000 UTC (24 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.112: +6 -1 lines
Diff to previous 1.112
*** empty log message ***


Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Sun Mar 26 16:27:11 2000 UTC (24 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.111: +10 -0 lines
Diff to previous 1.111
*** empty log message ***


Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Fri Mar 24 20:56:46 2000 UTC (24 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.110: +5 -0 lines
Diff to previous 1.110
*** empty log message ***


Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Fri Mar 24 12:21:51 2000 UTC (24 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.109: +6 -0 lines
Diff to previous 1.109
*** empty log message ***


Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Tue Mar 21 21:53:28 2000 UTC (24 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.108: +4 -0 lines
Diff to previous 1.108
*** empty log message ***


Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Sat Mar 18 01:42:31 2000 UTC (24 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.107: +16 -1 lines
Diff to previous 1.107
*** empty log message ***


Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Thu Mar 16 13:24:56 2000 UTC (24 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.106: +36 -8 lines
Diff to previous 1.106
*** empty log message ***


Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Wed Mar 15 19:57:10 2000 UTC (24 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.105: +12 -4 lines
Diff to previous 1.105
*** empty log message ***


Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Tue Mar 14 23:01:20 2000 UTC (24 years, 1 month ago) by fx
Branch: MAIN
Changes since 1.104: +1 -3 lines
Diff to previous 1.104
*** empty log message ***


Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Tue Mar 14 17:02:06 2000 UTC (24 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.103: +8 -0 lines
Diff to previous 1.103
*** empty log message ***


Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Sun Mar 12 19:14:25 2000 UTC (24 years, 1 month ago) by fx
Branch: MAIN
Changes since 1.102: +5 -0 lines
Diff to previous 1.102
replace-rectangle, autoconf.el


Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Sun Mar 12 13:49:28 2000 UTC (24 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.101: +15 -0 lines
Diff to previous 1.101
*** empty log message ***


Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Sun Mar 12 12:34:48 2000 UTC (24 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.100: +7 -0 lines
Diff to previous 1.100
Mention cursor-type support on MS-DOS terminals.


Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Wed Mar 8 23:23:35 2000 UTC (24 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.99: +1 -1 lines
Diff to previous 1.99
*** empty log message ***


Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Wed Mar 8 13:57:26 2000 UTC (24 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.98: +12 -0 lines
Diff to previous 1.98
*** empty log message ***


Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Tue Mar 7 14:21:40 2000 UTC (24 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.97: +4 -0 lines
Diff to previous 1.97
*** empty log message ***


Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sun Mar 5 10:44:01 2000 UTC (24 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.96: +15 -5 lines
Diff to previous 1.96
*** empty log message ***


Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Sun Mar 5 10:40:43 2000 UTC (24 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.95: +27 -0 lines
Diff to previous 1.95
*** empty log message ***


Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Thu Mar 2 14:37:01 2000 UTC (24 years, 1 month ago) by eliz
Branch: MAIN
Changes since 1.94: +4 -0 lines
Diff to previous 1.94
Mention the new menu-bar structure.


Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Sat Feb 26 14:00:51 2000 UTC (24 years, 2 months ago) by fx
Branch: MAIN
Changes since 1.93: +9 -0 lines
Diff to previous 1.93
replace-regexps-in-string, mouse-position-function, define-key-after change


Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Thu Feb 24 14:03:36 2000 UTC (24 years, 2 months ago) by gerd
Branch: MAIN
Changes since 1.92: +3 -2 lines
Diff to previous 1.92
*** empty log message ***


Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Thu Feb 24 13:55:54 2000 UTC (24 years, 2 months ago) by gerd
Branch: MAIN
Changes since 1.91: +4 -0 lines
Diff to previous 1.91
*** empty log message ***


Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Wed Feb 23 12:52:38 2000 UTC (24 years, 2 months ago) by gerd
Branch: MAIN
Changes since 1.90: +3 -0 lines
Diff to previous 1.90
*** empty log message ***


Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Wed Feb 23 10:47:26 2000 UTC (24 years, 2 months ago) by gerd
Branch: MAIN
Changes since 1.89: +3 -0 lines
Diff to previous 1.89
*** empty log message ***


Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Fri Feb 18 22:03:40 2000 UTC (24 years, 2 months ago) by fx
Branch: MAIN
Changes since 1.88: +6 -2 lines
Diff to previous 1.88
*** empty log message ***


Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Thu Feb 17 12:15:05 2000 UTC (24 years, 2 months ago) by gerd
Branch: MAIN
Changes since 1.87: +7 -0 lines
Diff to previous 1.87
*** empty log message ***


Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Wed Feb 16 22:32:57 2000 UTC (24 years, 2 months ago) by fx
Branch: MAIN
Changes since 1.86: +13 -0 lines
Diff to previous 1.86
Mention some new packages, extra configure options.


Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Mon Feb 14 17:02:14 2000 UTC (24 years, 2 months ago) by monnier
Branch: MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85
*** empty log message ***


Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Mon Feb 7 23:29:31 2000 UTC (24 years, 2 months ago) by gerd
Branch: MAIN
Changes since 1.84: +4 -0 lines
Diff to previous 1.84
*** empty log message ***


Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Wed Feb 2 11:54:55 2000 UTC (24 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.83: +12 -0 lines
Diff to previous 1.83
Document functions which return display capabilities.


Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Mon Jan 31 14:36:52 2000 UTC (24 years, 2 months ago) by eliz
Branch: MAIN
Changes since 1.82: +1 -1 lines
Diff to previous 1.82
A typo ("ocatal" instead of "octal").


Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Sat Jan 29 12:08:43 2000 UTC (24 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.81: +32 -0 lines
Diff to previous 1.81
*** empty log message ***


Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Fri Jan 28 15:01:44 2000 UTC (24 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.80: +5 -0 lines
Diff to previous 1.80
*** empty log message ***


Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Fri Jan 28 13:22:04 2000 UTC (24 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.79: +3 -0 lines
Diff to previous 1.79
*** empty log message ***


Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Fri Jan 28 12:53:52 2000 UTC (24 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.78: +6 -0 lines
Diff to previous 1.78
Change in sort-numeric-fields.


Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Fri Jan 21 05:31:13 2000 UTC (24 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.77: +2 -1 lines
Diff to previous 1.77
*** empty log message ***


Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Fri Jan 21 03:00:11 2000 UTC (24 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.76: +44 -14 lines
Diff to previous 1.76
*** empty log message ***


Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Fri Jan 21 02:05:38 2000 UTC (24 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75
*** empty log message ***


Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Fri Jan 21 02:05:10 2000 UTC (24 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.74: +3 -3 lines
Diff to previous 1.74
*** empty log message ***


Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Wed Jan 19 18:50:05 2000 UTC (24 years, 3 months ago) by fx
Branch: MAIN
Changes since 1.73: +6 -1 lines
Diff to previous 1.73
ph.el, user-init-file.


Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Tue Jan 18 21:37:06 2000 UTC (24 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.72: +6 -2 lines
Diff to previous 1.72
*** empty log message ***


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Tue Jan 18 11:01:12 2000 UTC (24 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.71: +4 -0 lines
Diff to previous 1.71
*** empty log message ***


Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Fri Jan 14 22:32:41 2000 UTC (24 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.70: +6 -0 lines
Diff to previous 1.70
align.el


Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Wed Jan 12 13:56:21 2000 UTC (24 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.69: +8 -1 lines
Diff to previous 1.69
emacsclient, --alternate-editor


Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Tue Jan 11 13:24:19 2000 UTC (24 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.68: +3 -0 lines
Diff to previous 1.68
*** empty log message ***


Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Mon Jan 10 16:36:08 2000 UTC (24 years, 3 months ago) by fx
Branch: MAIN
Changes since 1.67: +24 -2 lines
Diff to previous 1.67
read-mail-command, outline mode changes, change-log-merge,
add-change-log-entry change, paragraph-indent-minor-mode, keyword-p.


Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Wed Jan 5 18:15:55 2000 UTC (24 years, 3 months ago) by fx
Branch: MAIN
Changes since 1.66: +11 -3 lines
Diff to previous 1.66
Up date.
check-parens.
`beginning-of-defun' and `end-of-defun'.


Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 14:52:06 2000 UTC (24 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.65: +5 -0 lines
Diff to previous 1.65
Sound with :data.


Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 12:35:02 2000 UTC (24 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.64: +9 -0 lines
Diff to previous 1.64
Changes to garbage-collect, new var strings-consed,


Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 12:29:05 2000 UTC (24 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.63: +4 -1 lines
Diff to previous 1.63
inhibit-field-text-motion


Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 11:20:54 2000 UTC (24 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62
Correct typos.


Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Mon Jan 3 14:55:38 2000 UTC (24 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.61: +2 -0 lines
Diff to previous 1.61
*** empty log message ***


Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Mon Jan 3 00:29:13 2000 UTC (24 years, 3 months ago) by monnier
Branch: MAIN
Changes since 1.60: +13 -0 lines
Diff to previous 1.60
*** empty log message ***


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sun Jan 2 14:21:54 2000 UTC (24 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.59: +20 -4 lines
Diff to previous 1.59
Document the unified frame-independent support for colors and faces.


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sat Jan 1 16:46:46 2000 UTC (24 years, 3 months ago) by gerd
Branch: MAIN
Changes since 1.58: +8 -11 lines
Diff to previous 1.58
Change description of :data for images.


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 15:04:57 1999 UTC (24 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.57: +7 -2 lines
Diff to previous 1.57
Support :data for JPEG.


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Thu Dec 30 12:32:41 1999 UTC (24 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.56: +6 -0 lines
Diff to previous 1.56
Change to `no-self-insert' abbrev hooks.


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Tue Dec 28 13:08:05 1999 UTC (24 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.55: +34 -0 lines
Diff to previous 1.55
Hideshow changes.


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Tue Dec 28 12:43:08 1999 UTC (24 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.54: +5 -0 lines
Diff to previous 1.54
*** empty log message ***


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Mon Dec 27 12:36:23 1999 UTC (24 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.53: +10 -0 lines
Diff to previous 1.53
Alto's change to add-log.el.


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Tue Dec 21 09:13:56 1999 UTC (24 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.52: +13 -0 lines
Diff to previous 1.52
Font-lock changes by Anders Lindgren.
CWarn.


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Fri Dec 17 17:41:56 1999 UTC (24 years, 4 months ago) by fx
Branch: MAIN
Changes since 1.51: +3 -0 lines
Diff to previous 1.51
keywordp.


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Thu Dec 16 19:09:41 1999 UTC (24 years, 4 months ago) by fx
Branch: MAIN
Changes since 1.50: +5 -1 lines
Diff to previous 1.50
Add diff-mode.


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Tue Dec 14 13:05:40 1999 UTC (24 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.49: +5 -0 lines
Diff to previous 1.49
RET bound in Rmail summary.


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Tue Dec 14 13:01:12 1999 UTC (24 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.48: +15 -0 lines
Diff to previous 1.48
Custom option keyword :set-after.


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sun Dec 12 18:44:55 1999 UTC (24 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.47: +142 -0 lines
Diff to previous 1.47
cc-mode changes.


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Thu Dec 9 23:54:04 1999 UTC (24 years, 4 months ago) by fx
Branch: MAIN
Changes since 1.46: +4 -0 lines
Diff to previous 1.46
footnote.el


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Wed Dec 8 15:04:51 1999 UTC (24 years, 4 months ago) by fx
Branch: MAIN
Changes since 1.45: +2 -0 lines
Diff to previous 1.45
view-emacs-problems


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Mon Dec 6 17:57:17 1999 UTC (24 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.44: +4 -0 lines
Diff to previous 1.44
Change of intern-soft.


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Mon Dec 6 16:46:41 1999 UTC (24 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.43: +31 -27 lines
Diff to previous 1.43
Etags.el change moved.  Add dired-aux change.


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Mon Dec 6 13:09:10 1999 UTC (24 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.42: +27 -0 lines
Diff to previous 1.42
Changes to etags.el.


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Thu Dec 2 10:33:46 1999 UTC (24 years, 4 months ago) by gerd
Branch: MAIN
Changes since 1.41: +5 -0 lines
Diff to previous 1.41
Add description of changed outline-regexp/new outline-level for
Emacs Lisp mode.


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Nov 29 22:37:33 1999 UTC (24 years, 5 months ago) by fx
Branch: MAIN
Changes since 1.40: +12 -4 lines
Diff to previous 1.40
use-dialog-box <- use-dialogs
Fortran, SGML changes.
Add 20.5 section.


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Fri Nov 26 17:36:17 1999 UTC (24 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.39: +0 -1 lines
Diff to previous 1.39
*** empty log message ***


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Fri Nov 26 12:31:42 1999 UTC (24 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.38: +13 -0 lines
Diff to previous 1.38
*** empty log message ***


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 15:14:45 1999 UTC (24 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37
--with-syntax-table changed.


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 08:17:42 1999 UTC (24 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.36: +7 -9 lines
Diff to previous 1.36
Rename messages-locale to system-messages-locale
and time-locale to system-time-locale.  Do not mention
previous-system-messages-locale and previous-system-time-locale.


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Nov 16 13:35:20 1999 UTC (24 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.35: +11 -0 lines
Diff to previous 1.35
*** empty log message ***


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sat Nov 13 19:18:53 1999 UTC (24 years, 5 months ago) by wmperry
Branch: MAIN
Changes since 1.34: +7 -0 lines
Diff to previous 1.34
added entry about mwheel.el


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Nov 12 12:41:14 1999 UTC (24 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.33: +5 -1 lines
Diff to previous 1.33
Changes in `list-buffers'.


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Nov 11 13:34:52 1999 UTC (24 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.32: +24 -1 lines
Diff to previous 1.32
Isearch lazy highlight


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Nov 10 22:09:17 1999 UTC (24 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.31: +2 -8 lines
Diff to previous 1.31
*** empty log message ***


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Wed Nov 10 12:14:59 1999 UTC (24 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.30: +3 -0 lines
Diff to previous 1.30
Removal of buffer argument of file-local-copy.


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri Nov 5 14:04:10 1999 UTC (24 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.29: +3 -0 lines
Diff to previous 1.29
Change in file-locked-p argument.


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Nov 5 13:50:51 1999 UTC (24 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.28: +3 -0 lines
Diff to previous 1.28
Add mode line element '(:eval FORM)'.


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Wed Nov 3 12:44:49 1999 UTC (24 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.27: +8 -0 lines
Diff to previous 1.27
Reading from mini-buffer reads from stdin if noninteractive.


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Nov 2 12:52:56 1999 UTC (24 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.26: +6 -0 lines
Diff to previous 1.26
Add image property :user-data.


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Nov 2 12:09:34 1999 UTC (24 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.25: +61 -8 lines
Diff to previous 1.25
Expanded description of `field' property from Miles Bader.


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Nov 1 18:55:46 1999 UTC (24 years, 5 months ago) by pot
Branch: MAIN
Changes since 1.24: +6 -5 lines
Diff to previous 1.24
Last changes for etags (I hope).


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Nov 1 16:40:40 1999 UTC (24 years, 5 months ago) by pot
Branch: MAIN
Changes since 1.23: +7 -3 lines
Diff to previous 1.23
Document regexp changes in etags.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Nov 1 14:21:42 1999 UTC (24 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.22: +3 -0 lines
Diff to previous 1.22
New built-in error `text-read-only'.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Nov 1 12:42:13 1999 UTC (24 years, 5 months ago) by gerd
Branch: MAIN
Changes since 1.21: +5 -0 lines
Diff to previous 1.21
*** empty log message ***


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Nov 1 11:07:32 1999 UTC (24 years, 5 months ago) by pot
Branch: MAIN
Changes since 1.20: +129 -100 lines
Diff to previous 1.20
etags:
- --globals is used not only for C-like languages
- new option --ignore-case-regex
- understands "operator" in C++
- support DOS file names by handling e.g. foo.cgz as if it were foo.c.gz.
- new option --declarations
- Ada and Python languages added
- my and local variables recognised in Perl
- "(defstruct (foo", "(defun (operator" and similar Lisp constructs
- interface in Java


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Oct 25 12:26:35 1999 UTC (24 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.19: +0 -10 lines
Diff to previous 1.19
*** empty log message ***


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Oct 23 18:06:44 1999 UTC (24 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.18: +3 -0 lines
Diff to previous 1.18
elide-head.el


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Oct 23 12:58:08 1999 UTC (24 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.17: +4 -0 lines
Diff to previous 1.17
Add description of changed behavior of M-w when transient-mark-mode is on.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Oct 23 08:25:58 1999 UTC (24 years, 6 months ago) by eggert
Branch: MAIN
Changes since 1.16: +22 -0 lines
Diff to previous 1.16
Describe new functions and variables for locales.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Oct 22 14:25:22 1999 UTC (24 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.15: +2 -0 lines
Diff to previous 1.15
eval-reg removed.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Oct 19 18:08:23 1999 UTC (24 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14
*** empty log message ***


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Oct 19 12:49:42 1999 UTC (24 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13
Note about custom comments.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Oct 17 12:58:58 1999 UTC (24 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.12: +20 -7 lines
Diff to previous 1.12
Add Miles Bader's description of fields.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Oct 15 00:09:05 1999 UTC (24 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.11: +5 -5 lines
Diff to previous 1.11
Some typos fixed.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Oct 14 22:26:57 1999 UTC (24 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.10: +14 -0 lines
Diff to previous 1.10
Add description of recentf.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Oct 14 10:36:16 1999 UTC (24 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.9: +5 -0 lines
Diff to previous 1.9
latin-[89]


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Oct 12 17:16:59 1999 UTC (24 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.8: +5 -0 lines
Diff to previous 1.8
Note --with-pop change.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Oct 12 15:01:15 1999 UTC (24 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.7: +53 -49 lines
Diff to previous 1.7
Add sh-script changes.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Oct 12 12:27:52 1999 UTC (24 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.6: +6 -0 lines
Diff to previous 1.6
Add sh-script changes.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Oct 9 19:06:49 1999 UTC (24 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.5: +6 -0 lines
Diff to previous 1.5
Add entry for face `menu'.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Oct 9 01:10:33 1999 UTC (24 years, 6 months ago) by pjr
Branch: MAIN
Changes since 1.4: +49 -0 lines
Diff to previous 1.4
*** empty log message ***


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Oct 8 16:52:38 1999 UTC (24 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.3: +4 -0 lines
Diff to previous 1.3
ange-ftp item.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Oct 7 20:27:26 1999 UTC (24 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.2: +3 -0 lines
Diff to previous 1.2
Add section for change of pixmap-spec-p to bitmap-spec-p.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Oct 4 13:53:21 1999 UTC (24 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
Mention fortune.el.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Oct 3 12:10:13 1999 UTC (24 years, 6 months ago) by fx
Branch: MAIN
#


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26