bpt/emacs.git
18 years ago(syntax-ppss): Flush the cache before rather than after a buffer modification.
Stefan Monnier [Sun, 7 May 2006 14:11:05 +0000 (14:11 +0000)]
(syntax-ppss): Flush the cache before rather than after a buffer modification.

18 years ago(speedbar-timer-fn): Remove save-window-excursion.
Nick Roberts [Sun, 7 May 2006 12:09:42 +0000 (12:09 +0000)]
(speedbar-timer-fn): Remove save-window-excursion.
Update localized contents for all buffers except ignored modes.

18 years ago(gdb-var-create-handler): Move speedbar
Nick Roberts [Sun, 7 May 2006 12:08:23 +0000 (12:08 +0000)]
(gdb-var-create-handler): Move speedbar
call to...
(gud-watch): ...here so speedbar is raised for already watched
expressions.
(gdb-speedbar-refresh): Delete function.
(gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
Use speedbar-timer-fn instead of speedbar-refresh (reverting
earlier change).
(gdb-var-evaluate-expression-handler)
(gdb-var-list-children-handler-1, gdb-var-update-handler-1):
Use it.

18 years ago*** empty log message ***
Nick Roberts [Sun, 7 May 2006 12:07:38 +0000 (12:07 +0000)]
*** empty log message ***

18 years ago(Using regular expressions): Fix typo.
Romain Francoise [Sun, 7 May 2006 11:34:27 +0000 (11:34 +0000)]
(Using regular expressions): Fix typo.
(Packages that do not come with Emacs, Right-to-left alphabets):
Fix capitalization.

18 years agosyms_of_minibuf) <history-length>: Fix typo in doc.
Juanma Barranquero [Sun, 7 May 2006 11:17:06 +0000 (11:17 +0000)]
syms_of_minibuf) <history-length>: Fix typo in doc.

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Sun, 7 May 2006 08:07:48 +0000 (08:07 +0000)]
*** empty log message ***

18 years ago(mac_set_font_info_for_selection): Add extern.
YAMAMOTO Mitsuharu [Sun, 7 May 2006 08:07:26 +0000 (08:07 +0000)]
(mac_set_font_info_for_selection): Add extern.

18 years ago(XLoadQueryFont) [USE_ATSUI]: Set FMFontFamily value
YAMAMOTO Mitsuharu [Sun, 7 May 2006 08:07:13 +0000 (08:07 +0000)]
(XLoadQueryFont) [USE_ATSUI]: Set FMFontFamily value
to font->mac_fontnum.
[USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): New function.
(x_new_focus_frame) [USE_MAC_FONT_PANEL]: Use it.
(QCfamily, QCweight, QCslant, Qnormal, Qbold, Qitalic): Add extern.
(QWindow) [MAC_OSX]: Likewise.
(Qfont) [USE_MAC_FONT_PANEL]: Likewise.
(Vmac_atsu_font_table) [USE_ATSUI]: New variable.
(syms_of_macterm) [USE_ATSUI]: Defvar it.
(Qtoolbar_switch_mode) [MAC_OSX]: New variable.
(Qpanel_closed, Qselection) [USE_MAC_FONT_PANEL]: Likewise.
(syms_of_macterm): Intern and staticpro them.
(init_font_name_table) [USE_ATSUI]: Set data to Vmac_atsu_font_table.
[TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event): New
function.
[USE_CARBON_EVENTS] (mac_handle_command_event): Use it.
[MAC_OSX] (mac_store_services_event): Likewise.
[USE_CARBON_EVENTS] (mac_handle_window_event) [MAC_OSX]: Handle
kEventWindowToolbarSwitchMode event.
(install_window_handler) [USE_CARBON_EVENTS && MAC_OSX]: Register it.
[MAC_OSX] (mac_store_services_event): Change return type to OSStatus.
[USE_MAC_FONT_PANEL] (mac_handle_font_event): New function.
(install_window_handler) [USE_MAC_FONT_PANEL]: Install it.
(XTread_socket): Select window on mouse click if x_focus_frame is NULL.

18 years ago(mac_do_receive_drag): Remove unused variable `index'.
YAMAMOTO Mitsuharu [Sun, 7 May 2006 08:05:38 +0000 (08:05 +0000)]
(mac_do_receive_drag): Remove unused variable `index'.
(mac_store_services_event): Change return type in extern.

18 years ago(USE_MAC_FONT_PANEL): Define to 1 if USE_ATSUI is set
YAMAMOTO Mitsuharu [Sun, 7 May 2006 08:05:19 +0000 (08:05 +0000)]
(USE_MAC_FONT_PANEL): Define to 1 if USE_ATSUI is set
and build is done on Mac OS X 10.2 and later.

18 years ago(mac_set_font): New function.
YAMAMOTO Mitsuharu [Sun, 7 May 2006 08:05:02 +0000 (08:05 +0000)]
(mac_set_font): New function.
(mac_frame_parm_handlers, syms_of_macfns): Replace x_set_font with it.
(mac_window) [TARGET_API_MAC_CARBON && MAC_OSX]: Specify
kWindowToolbarButtonAttribute when creating window.
(Fmac_clear_font_name_table): Move from macfns.c.
(syms_of_macfns): Likewise for defsubr.
[USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): New defun.
(syms_of_macfns) [USE_MAC_FONT_PANEL]: Defsubr it.

18 years ago(Fmac_clear_font_name_table): Move defun to macfns.c.
YAMAMOTO Mitsuharu [Sun, 7 May 2006 08:04:22 +0000 (08:04 +0000)]
(Fmac_clear_font_name_table): Move defun to macfns.c.
(syms_of_mac): Likewise for defsubr.

18 years ago(mac-utxt-to-string): Use `eq' instead of `='.
YAMAMOTO Mitsuharu [Sun, 7 May 2006 08:03:40 +0000 (08:03 +0000)]
(mac-utxt-to-string): Use `eq' instead of `='.
(mac-atsu-font-table, mac-font-panel-mode): Add defvars.
(mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
(mac-handle-font-panel-closed, mac-handle-font-selection):
New functions.
(mac-font-panel-mode): New minor mode.
(mac-apple-event-map): Add bindings for toolbar toggle button and
font panel.
(menu-bar-showhide-menu): Add mac-font-panel-mode.

18 years ago(ibuffer-compressed-file-name-regexp): Avoid `regexp-opt' and simplify
John Paul Wallington [Sun, 7 May 2006 00:00:12 +0000 (00:00 +0000)]
(ibuffer-compressed-file-name-regexp): Avoid `regexp-opt' and simplify
regexp for readability.

18 years agoComment change.
Richard M. Stallman [Sat, 6 May 2006 23:57:11 +0000 (23:57 +0000)]
Comment change.

18 years ago* mini.texi (Completion Options):
Michael Albinus [Sat, 6 May 2006 21:41:27 +0000 (21:41 +0000)]
* mini.texi (Completion Options):
* tramp.texi (Filename completion): Completion of remote files'
method, user name and host name is active only in partial
completion mode.

18 years agoMention Windows XP.
Eli Zaretskii [Sat, 6 May 2006 20:45:10 +0000 (20:45 +0000)]
Mention Windows XP.

18 years agoFix spelling errors.
Eli Zaretskii [Sat, 6 May 2006 20:42:21 +0000 (20:42 +0000)]
Fix spelling errors.

18 years agoMH-E 8.0 has been released, so removed reminder about it.
Bill Wohler [Sat, 6 May 2006 18:52:52 +0000 (18:52 +0000)]
MH-E 8.0 has been released, so removed reminder about it.

18 years agoFix spelling errors.
Eli Zaretskii [Sat, 6 May 2006 18:48:48 +0000 (18:48 +0000)]
Fix spelling errors.

18 years ago(MH-BOOK-HOME): Change from http://www.ics.uci.edu/~mh/book/mh to
Bill Wohler [Sat, 6 May 2006 16:48:08 +0000 (16:48 +0000)]
(MH-BOOK-HOME): Change from ics.uci.edu/~mh/book/mh to
http://rand-mh.sourceforge.net/book/mh.
Replace .htm suffix with .html for MH book files.
(Using This Manual): Update key binding for getting relevant chapter
in Info from command key.
(Ranges): Fix itemx.

18 years ago(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.
Bill Wohler [Sat, 6 May 2006 16:07:04 +0000 (16:07 +0000)]
(VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.0.

18 years agomakefile.w32-in (emacs.dvi):
Eli Zaretskii [Sat, 6 May 2006 15:54:39 +0000 (15:54 +0000)]
makefile.w32-in (emacs.dvi):
Makefile.in (emacs.dvi): Add xresmini.texi

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 6 May 2006 15:50:48 +0000 (15:50 +0000)]
*** empty log message ***

18 years agoUpdate for MH-E release 8.0.
Bill Wohler [Sat, 6 May 2006 15:50:26 +0000 (15:50 +0000)]
Update for MH-E release 8.0.

18 years ago(Table of Resources): Remove xref to non-existent node "LessTif Resources".
Eli Zaretskii [Sat, 6 May 2006 15:50:25 +0000 (15:50 +0000)]
(Table of Resources): Remove xref to non-existent node "LessTif Resources".

18 years ago(Version, mh-version): Update for release 8.0.
Bill Wohler [Sat, 6 May 2006 15:48:34 +0000 (15:48 +0000)]
(Version, mh-version): Update for release 8.0.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 6 May 2006 15:29:43 +0000 (15:29 +0000)]
*** empty log message ***

18 years ago(Holidays, Displaying the Diary): Fix cross-references to emacs-xtra.
Eli Zaretskii [Sat, 6 May 2006 15:29:17 +0000 (15:29 +0000)]
(Holidays, Displaying the Diary): Fix cross-references to emacs-xtra.

18 years agomsdog.texi (Microsoft Windows):
Eli Zaretskii [Sat, 6 May 2006 15:24:42 +0000 (15:24 +0000)]
msdog.texi (Microsoft Windows):
calendar.texi (Calendar/Diary, Displaying the Diary)
(Special Diary Entries, Importing Diary):
programs.texi (Program Modes):
text.texi (Text):
buffers.texi (Several Buffers):
files.texi (Comparing Files): Fix cross-references to emacs-xtra.

18 years ago(global-auto-revert-non-file-buffers): Point Info links to the main manual,
Eli Zaretskii [Sat, 6 May 2006 14:38:07 +0000 (14:38 +0000)]
(global-auto-revert-non-file-buffers): Point Info links to the main manual,
not to emacs-xtra.

18 years ago(dired-do-redisplay, dired-maybe-insert-subdir): Point Info links to the main
Eli Zaretskii [Sat, 6 May 2006 14:37:40 +0000 (14:37 +0000)]
(dired-do-redisplay, dired-maybe-insert-subdir): Point Info links to the main
manual, not to emacs-xtra.

18 years ago(buffer-stale-function): Point Info links to the main manual, not to emacs-xtra.
Eli Zaretskii [Sat, 6 May 2006 14:37:04 +0000 (14:37 +0000)]
(buffer-stale-function): Point Info links to the main manual, not to emacs-xtra.

18 years ago(Version Backups, Local Version Control)
Eli Zaretskii [Sat, 6 May 2006 14:25:42 +0000 (14:25 +0000)]
(Version Backups, Local Version Control)
(Making Snapshots, Change Logs and VC, Version Headers)
(Customizing VC, CVS Options) [ifnottex]: Conditional xref's for
on-line manual.

18 years ago(VC Dired Mode) [ifnottex]: Conditional xref's for on-line manual.
Eli Zaretskii [Sat, 6 May 2006 14:23:59 +0000 (14:23 +0000)]
(VC Dired Mode) [ifnottex]: Conditional xref's for on-line manual.

18 years ago(MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
Eli Zaretskii [Sat, 6 May 2006 14:12:15 +0000 (14:12 +0000)]
(MS-DOS, MS-DOS Keyboard, MS-DOS Mouse)
(MS-DOS Display, MS-DOS File Names, MS-DOS Printing)
(MS-DOS and MULE, MS-DOS Processes) [ifnottex]: Conditional xref's for on-line
manual.

18 years ago(Fortran, Fortran Autofill)
Eli Zaretskii [Sat, 6 May 2006 13:50:19 +0000 (13:50 +0000)]
(Fortran, Fortran Autofill)
(Fortran Autofill, Fortran Abbrev) [ifnottex]: Conditional xref's for on-line
manual.

18 years ago(Basic Picture, Rectangles in Picture) [ifnottex]: Conditional xref's for
Eli Zaretskii [Sat, 6 May 2006 13:46:12 +0000 (13:46 +0000)]
(Basic Picture, Rectangles in Picture) [ifnottex]: Conditional xref's for
on-line manual.

18 years ago(Emerge, Overview of Emerge)
Eli Zaretskii [Sat, 6 May 2006 13:44:24 +0000 (13:44 +0000)]
(Emerge, Overview of Emerge)
(Fine Points of Emerge) [ifnottex]: Conditional xref's for on-line manual.

18 years agoAdd arch tagline
Miles Bader [Sat, 6 May 2006 13:25:54 +0000 (13:25 +0000)]
Add arch tagline

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 6 May 2006 13:19:17 +0000 (13:19 +0000)]
*** empty log message ***

18 years ago(INFO_FILES): Remove emacs-xtra.
Eli Zaretskii [Sat, 6 May 2006 13:18:44 +0000 (13:18 +0000)]
(INFO_FILES): Remove emacs-xtra.

18 years agoRemove the Emacs-Xtra entry.
Eli Zaretskii [Sat, 6 May 2006 13:15:07 +0000 (13:15 +0000)]
Remove the Emacs-Xtra entry.

18 years agoAdd Copyright notices.
Eli Zaretskii [Sat, 6 May 2006 13:13:53 +0000 (13:13 +0000)]
Add Copyright notices.

18 years ago(Standard Hooks): Replace inforef to emacs-xtra by conditional xref's to
Eli Zaretskii [Sat, 6 May 2006 13:04:53 +0000 (13:04 +0000)]
(Standard Hooks): Replace inforef to emacs-xtra by conditional xref's to
either emacs or emacs-xtra, depending on @iftex/@ifnottex.

18 years ago(INFO_TARGETS): Remove $(infodir)/emacs-xtra.
Eli Zaretskii [Sat, 6 May 2006 13:03:51 +0000 (13:03 +0000)]
(INFO_TARGETS): Remove $(infodir)/emacs-xtra.
(EMACS_XTRA): New variable, lists the new *-xtra.texi files.
(EMACSSOURCES): Use EMACS_XTRA.
($(infodir)/emacs-xtra): Remove.
(emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.

18 years ago(INFO_TARGETS): Remove ../info/emacs-xtra.
Eli Zaretskii [Sat, 6 May 2006 13:02:43 +0000 (13:02 +0000)]
(INFO_TARGETS): Remove ../info/emacs-xtra.
(EMACS_XTRA): New variable, lists the new *-xtra.texi files.
(EMACSSOURCES): Use EMACS_XTRA.
(../info/emacs-xtra): Remove.
(emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.

18 years ago(Introduction): Reword to make consistent with printed version only.
Eli Zaretskii [Sat, 6 May 2006 13:01:14 +0000 (13:01 +0000)]
(Introduction): Reword to make consistent with printed version only.
(MS-DOS): Renamed from "MS-DOG".  All references updated.
(Daylight Savings): Remove this node: it is an exact duplicate of its
name-sake in calendar.texi.
<Top level>: Remove the body of all chapters and move them to the
new *-xtra.texi files.  Use @raisesections and @lowersections to
convert sections to chapters etc.

18 years ago(Subdirectories in Dired) [ifnottex]: @include dired-xtra.texi.
Eli Zaretskii [Sat, 6 May 2006 12:59:51 +0000 (12:59 +0000)]
(Subdirectories in Dired) [ifnottex]: @include dired-xtra.texi.
(Dired) [ifnottex]: Add menu entry for "Subdir Switches".

18 years ago(Maintaining) [ifnottex]: Add menu entry for "Emerge".
Eli Zaretskii [Sat, 6 May 2006 12:58:40 +0000 (12:58 +0000)]
(Maintaining) [ifnottex]: Add menu entry for "Emerge".
(List Tags) [ifnottex]: @include emerge-xtra.texi.

18 years ago(Top) [ifnottex]: Add menu entries for "Picture Mode" and its sections.
Eli Zaretskii [Sat, 6 May 2006 12:58:11 +0000 (12:58 +0000)]
(Top) [ifnottex]: Add menu entries for "Picture Mode" and its sections.
@include picture-xtra.texi

18 years ago(Abbrevs): A @node line without explicit Prev, Next, and Up links.
Eli Zaretskii [Sat, 6 May 2006 12:56:07 +0000 (12:56 +0000)]
(Abbrevs): A @node line without explicit Prev, Next, and Up links.

18 years ago(Sending Mail): A @node line without explicit Prev, Next, and Up links.
Eli Zaretskii [Sat, 6 May 2006 12:54:56 +0000 (12:54 +0000)]
(Sending Mail): A @node line without explicit Prev, Next, and Up links.

18 years ago(Several Buffers): Replace inforef to emacs-xtra by conditional xref's,
Eli Zaretskii [Sat, 6 May 2006 12:54:04 +0000 (12:54 +0000)]
(Several Buffers): Replace inforef to emacs-xtra by conditional xref's,
depending on @iftex/@ifnottex.

18 years ago(Calendar/Diary, Holidays, Displaying the Diary)
Eli Zaretskii [Sat, 6 May 2006 12:53:25 +0000 (12:53 +0000)]
(Calendar/Diary, Holidays, Displaying the Diary)
(Displaying the Diary, Special Diary Entries, Importing Diary): Replace inforef
to emacs-xtra by conditional xref's, depending on @iftex/@ifnottex.
(Calendar/Diary) [ifnottex]: Add menu item for "Advanced Calendar/Diary Usage".
(Time Intervals) [ifnottex]: @include cal-xtra.texi.

18 years ago(Backup, Version Control, VC Concepts)
Eli Zaretskii [Sat, 6 May 2006 12:52:00 +0000 (12:52 +0000)]
(Backup, Version Control, VC Concepts)
(Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
(Registering, VC Status, VC Undo, Multi-User Branching)
(Comparing Files): Replace inforef to emacs-xtra by conditional xref's,
depending on @iftex/@ifnottex.
(Secondary VC Commands) [ifnottex]: Add menu entries for vc-xtra.texi
subsections.
(VC Undo) [ifnottex]: @include vc1-xtra.texi and @lowersections it.
(Multi-User Branching) [ifnottex]: @include vc2-xtra.texi.
(Reverting) [ifnottex]: @include arevert-xtra.texi.
(Files) [ifnottex]: Add menu entry for Autorevert.

18 years ago(Frames): Replace inforef to emacs-xtra by conditional xref's, depending on
Eli Zaretskii [Sat, 6 May 2006 12:50:32 +0000 (12:50 +0000)]
(Frames): Replace inforef to emacs-xtra by conditional xref's, depending on
@iftex/@ifnottex.

18 years ago(Microsoft Windows): Rename from "Emacs and Microsoft Windows". All
Eli Zaretskii [Sat, 6 May 2006 12:49:49 +0000 (12:49 +0000)]
(Microsoft Windows): Rename from "Emacs and Microsoft Windows".  All
references updated.
(Microsoft Windows): Replace inforef to emacs-xtra by conditional xref's,
depending on @iftex/@ifnottex.
[ifnottex]: Add menu entry for "MS-DOS".  @include msdog-xtra.texi.

18 years ago(Program Modes): Replace inforef to emacs-xtra by conditional xref's, depending
Eli Zaretskii [Sat, 6 May 2006 12:48:03 +0000 (12:48 +0000)]
(Program Modes): Replace inforef to emacs-xtra by conditional xref's, depending
on @iftex/@ifnottex.
(Programs) [ifnottex]: Add menu entry for "Fortran".
<Top Level> [ifnottex]: @include fortran-xtra.texi.

18 years ago(Text): Replace inforef to emacs-xtra by conditional xref's, depending on
Eli Zaretskii [Sat, 6 May 2006 12:46:56 +0000 (12:46 +0000)]
(Text): Replace inforef to emacs-xtra by conditional xref's, depending on
@iftex/@ifnottex.

18 years agoNew file, a portion of emacs-xtra.texi.
Eli Zaretskii [Sat, 6 May 2006 12:45:46 +0000 (12:45 +0000)]
New file, a portion of emacs-xtra.texi.

18 years ago(Quitting): Replace inforef to emacs-xtra by conditional xref's, depending on
Eli Zaretskii [Sat, 6 May 2006 12:43:01 +0000 (12:43 +0000)]
(Quitting): Replace inforef to emacs-xtra by conditional xref's, depending on
@iftex/@ifnottex.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 6 May 2006 08:22:01 +0000 (08:22 +0000)]
*** empty log message ***

18 years agoRename `MS-DOG' into `MS-DOS'.
Eli Zaretskii [Sat, 6 May 2006 08:21:42 +0000 (08:21 +0000)]
Rename `MS-DOG' into `MS-DOS'.

18 years agoRename `Emacs and Microsoft Windows' into `Microsoft Windows'.
Eli Zaretskii [Sat, 6 May 2006 08:16:15 +0000 (08:16 +0000)]
Rename `Emacs and Microsoft Windows' into `Microsoft Windows'.

18 years agoDocument add-to-history.
Eli Zaretskii [Sat, 6 May 2006 07:54:37 +0000 (07:54 +0000)]
Document add-to-history.

18 years ago(Minibuffer History): Document add-to-history.
Eli Zaretskii [Sat, 6 May 2006 07:53:25 +0000 (07:53 +0000)]
(Minibuffer History): Document add-to-history.

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Sat, 6 May 2006 06:52:46 +0000 (06:52 +0000)]
*** empty log message ***

18 years ago(Qduration) [MAC_OS]: New variable.
YAMAMOTO Mitsuharu [Sat, 6 May 2006 06:52:24 +0000 (06:52 +0000)]
(Qduration) [MAC_OS]: New variable.
(syms_of_image) [MAC_OS]: Intern and staticpro it.
[MAC_OS] (gif_load): Save image extension data in img->data.lisp_val.
[MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_utf8_cstring
instead of cfstring_create_with_string.

18 years ago(Mac Input): Mention input from Character Palette.
YAMAMOTO Mitsuharu [Sat, 6 May 2006 06:51:00 +0000 (06:51 +0000)]
(Mac Input): Mention input from Character Palette.
(Mac Font Specs): Fix typo.

18 years ago(mac-utxt-to-string): Don't make adjustment for
YAMAMOTO Mitsuharu [Sat, 6 May 2006 06:50:10 +0000 (06:50 +0000)]
(mac-utxt-to-string): Don't make adjustment for
MacJapanese if text is ASCII-only.

18 years ago(gdb-goto-breakpoint): Use or instead of unless so nil isn't returned.
Nick Roberts [Sat, 6 May 2006 00:34:11 +0000 (00:34 +0000)]
(gdb-goto-breakpoint): Use or instead of unless so nil isn't returned.
(gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.

18 years ago*** empty log message ***
Nick Roberts [Sat, 6 May 2006 00:31:23 +0000 (00:31 +0000)]
*** empty log message ***

18 years agoUpdate commentary.
Bill Wohler [Sat, 6 May 2006 00:30:21 +0000 (00:30 +0000)]
Update commentary.

18 years ago(xframe): Print frame name.
Kim F. Storm [Fri, 5 May 2006 23:56:35 +0000 (23:56 +0000)]
(xframe): Print frame name.
(xlist): New command to print a list (max 10 elements).
(xpr): Print lisp object of any type.
(pitx): Print it->pixel_width.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 5 May 2006 23:54:11 +0000 (23:54 +0000)]
*** empty log message ***

18 years ago(xscheme-insert-expression): Use add-to-history.
Kim F. Storm [Fri, 5 May 2006 23:38:58 +0000 (23:38 +0000)]
(xscheme-insert-expression): Use add-to-history.

18 years ago(vhdl-generate-makefile-1): Use add-to-history.
Kim F. Storm [Fri, 5 May 2006 23:38:31 +0000 (23:38 +0000)]
(vhdl-generate-makefile-1): Use add-to-history.

18 years ago(lgrep, rgrep): Use add-to-history.
Kim F. Storm [Fri, 5 May 2006 23:38:18 +0000 (23:38 +0000)]
(lgrep, rgrep): Use add-to-history.

18 years ago(server-visit-files): Use add-to-history.
Kim F. Storm [Fri, 5 May 2006 23:37:55 +0000 (23:37 +0000)]
(server-visit-files): Use add-to-history.

18 years ago(kmacro-push-ring): Use add-to-history.
Kim F. Storm [Fri, 5 May 2006 23:37:37 +0000 (23:37 +0000)]
(kmacro-push-ring): Use add-to-history.
(kmacro-ring-length): Remove unused defun.
(kmacro-start-macro): Use kmacro-push-ring.

18 years ago* isearch.el (isearch-update-ring): Use add-to-history.
Kim F. Storm [Fri, 5 May 2006 23:37:31 +0000 (23:37 +0000)]
* isearch.el (isearch-update-ring): Use add-to-history.

18 years ago(setenv): Use add-to-history.
Kim F. Storm [Fri, 5 May 2006 23:36:55 +0000 (23:36 +0000)]
(setenv): Use add-to-history.

18 years ago(ediff-files, ediff-files3, ediff-merge-files)
Kim F. Storm [Fri, 5 May 2006 23:36:32 +0000 (23:36 +0000)]
(ediff-files, ediff-files3, ediff-merge-files)
(ediff-merge-files-with-ancestor): Use add-to-history.

18 years ago(add-to-history): New function.
Kim F. Storm [Fri, 5 May 2006 23:35:57 +0000 (23:35 +0000)]
(add-to-history): New function.

18 years ago(ewoc-create, ewoc-set-hf): Use `insert'
Thien-Thi Nguyen [Fri, 5 May 2006 23:19:52 +0000 (23:19 +0000)]
(ewoc-create, ewoc-set-hf): Use `insert'
directly instead of a lambda expression that calls it.

18 years ago(mouse-avoidance-point-position): Use posn-at-point instead of compute-motion.
Kim F. Storm [Fri, 5 May 2006 23:15:29 +0000 (23:15 +0000)]
(mouse-avoidance-point-position): Use posn-at-point instead of compute-motion.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 5 May 2006 23:15:12 +0000 (23:15 +0000)]
*** empty log message ***

18 years ago(Diff Mode): Minor cleanup.
Richard M. Stallman [Fri, 5 May 2006 20:56:07 +0000 (20:56 +0000)]
(Diff Mode): Minor cleanup.

18 years ago(ibuffer-compressed-file-name-regexp): Undo previous
Dan Nicolaescu [Fri, 5 May 2006 16:19:56 +0000 (16:19 +0000)]
(ibuffer-compressed-file-name-regexp): Undo previous
change.

18 years agoreduce body text size for emacs manual to 10pt
Karl Berry [Fri, 5 May 2006 16:09:46 +0000 (16:09 +0000)]
reduce body text size for emacs manual to 10pt

18 years ago(command-line-1): Refer to "Pure Storage" on
Reiner Steib [Fri, 5 May 2006 14:05:54 +0000 (14:05 +0000)]
(command-line-1): Refer to "Pure Storage" on
pure-space-overflow.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 5 May 2006 13:03:17 +0000 (13:03 +0000)]
*** empty log message ***

18 years ago(reb-update-overlays): Cycle through provided faces once they all have been
Eli Zaretskii [Fri, 5 May 2006 13:02:14 +0000 (13:02 +0000)]
(reb-update-overlays): Cycle through provided faces once they all have been
used.

18 years ago(Pure Storage): Mention the pure overflow message at startup.
Eli Zaretskii [Fri, 5 May 2006 12:58:42 +0000 (12:58 +0000)]
(Pure Storage): Mention the pure overflow message at startup.

18 years agoFix last change.
Eli Zaretskii [Fri, 5 May 2006 12:54:54 +0000 (12:54 +0000)]
Fix last change.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 5 May 2006 12:50:44 +0000 (12:50 +0000)]
*** empty log message ***

18 years ago(normal-splash-screen, fancy-splash-screens-1): Add a reference to the Lisp
Eli Zaretskii [Fri, 5 May 2006 12:50:04 +0000 (12:50 +0000)]
(normal-splash-screen, fancy-splash-screens-1): Add a reference to the Lisp
manual to the warning about pure space overflow.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 5 May 2006 12:35:31 +0000 (12:35 +0000)]
*** empty log message ***