bpt/emacs.git
15 years agoMerge from gnus--devo--0
Miles Bader [Mon, 6 Apr 2009 22:04:07 +0000 (22:04 +0000)]
Merge from gnus--devo--0

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

15 years ago(bibtex-format-entry, bibtex-search-crossref): Allow OPT prefix for
Roland Winkler [Mon, 6 Apr 2009 20:44:15 +0000 (20:44 +0000)]
(bibtex-format-entry, bibtex-search-crossref): Allow OPT prefix for
name of crossref field.

15 years ago(completion-list-mode-map): Bind "q" to quit-window,
Sam Steingold [Mon, 6 Apr 2009 15:45:00 +0000 (15:45 +0000)]
(completion-list-mode-map): Bind "q" to quit-window,
just like in all other read-only buffers.

15 years ago(x_set_font): Avoid C99 mid-block variable declaration.
Jason Rumney [Mon, 6 Apr 2009 14:54:36 +0000 (14:54 +0000)]
(x_set_font): Avoid C99 mid-block variable declaration.

15 years agoDon't put dump.bat into the barebin, as we don't put temacs.exe in
Jason Rumney [Mon, 6 Apr 2009 14:37:23 +0000 (14:37 +0000)]
Don't put dump.bat into the barebin, as we don't put temacs.exe in
there anyway. Anyone who wants to deal with redumping emacs will have
the skills to recompile from source anyway, since it no longer seems
necessary to work around windows preloaded dll problems.

15 years agoUpdated fro 23.0.92
Jason Rumney [Mon, 6 Apr 2009 14:34:38 +0000 (14:34 +0000)]
Updated fro 23.0.92

15 years ago(ftxfont_draw_backgrond): Fix args to XFillRectangle.
Kenichi Handa [Mon, 6 Apr 2009 11:11:36 +0000 (11:11 +0000)]
(ftxfont_draw_backgrond): Fix args to XFillRectangle.

15 years ago(xftfont_open): Fix setting font->underline_thickness.
Kenichi Handa [Mon, 6 Apr 2009 11:08:56 +0000 (11:08 +0000)]
(xftfont_open): Fix setting font->underline_thickness.

15 years ago(ftfont_open): Fix checking of the return value of
Kenichi Handa [Mon, 6 Apr 2009 07:57:46 +0000 (07:57 +0000)]
(ftfont_open): Fix checking of the return value of
FT_Load_Char.  Fix setting font->underline_thickness.

15 years ago*** empty log message ***
Michael Albinus [Mon, 6 Apr 2009 06:31:49 +0000 (06:31 +0000)]
*** empty log message ***

15 years agoChecked markers.texi.
Chong Yidong [Mon, 6 Apr 2009 01:23:11 +0000 (01:23 +0000)]
Checked markers.texi.

15 years ago* simple.el (handle-shift-selection): Clarify docstring.
Chong Yidong [Mon, 6 Apr 2009 01:21:48 +0000 (01:21 +0000)]
* simple.el (handle-shift-selection): Clarify docstring.

15 years ago* markers.texi (The Mark): Copyedits. Improve description of
Chong Yidong [Mon, 6 Apr 2009 01:20:55 +0000 (01:20 +0000)]
* markers.texi (The Mark): Copyedits.  Improve description of
handle-shift-selection.
(The Region): Move use-region-p here from The Mark.

15 years ago* dired-aux.el (dired-copy-file-recursive): Set mode to "700" if
Michael Albinus [Sun, 5 Apr 2009 18:13:11 +0000 (18:13 +0000)]
* dired-aux.el (dired-copy-file-recursive): Set mode to "700" if
`file-modes' returns nil.

15 years ago* net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):
Michael Albinus [Sun, 5 Apr 2009 18:07:41 +0000 (18:07 +0000)]
* net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):
Use `tramp-default-file-modes'.

15 years ago* net/tramp.el (tramp-default-file-modes) New defun. Replace all
Michael Albinus [Sun, 5 Apr 2009 18:06:55 +0000 (18:06 +0000)]
* net/tramp.el (tramp-default-file-modes) New defun.  Replace all
calls of `file-modes' by this.
(tramp-handle-find-backup-file-name): Use `symbol-value' instead
of `boundp'.

15 years ago* net/ange-ftp.el (ange-ftp-set-file-modes): New defun. Change
Michael Albinus [Sun, 5 Apr 2009 17:49:47 +0000 (17:49 +0000)]
* net/ange-ftp.el (ange-ftp-set-file-modes): New defun.  Change
`ange-ftp' property of `set-file-modes' to
`ange-ftp-set-file-modes'.
(ange-ftp-call-chmod): Add error handling.

15 years agoChecked positions.texi.
Chong Yidong [Sun, 5 Apr 2009 05:12:08 +0000 (05:12 +0000)]
Checked positions.texi.

15 years ago* positions.texi (Screen Lines): Document (cols . lines) argument
Chong Yidong [Sun, 5 Apr 2009 05:11:48 +0000 (05:11 +0000)]
* positions.texi (Screen Lines): Document (cols . lines) argument
for vertical-motion.

15 years agoChecked frames.texi.
Chong Yidong [Sun, 5 Apr 2009 03:25:57 +0000 (03:25 +0000)]
Checked frames.texi.

15 years ago* frames.texi (Frames): Clean up introduction. Document `ns'
Chong Yidong [Sat, 4 Apr 2009 22:34:23 +0000 (22:34 +0000)]
* frames.texi (Frames): Clean up introduction.  Document `ns'
return value for framep.
(Creating Frames): Note how the terminal is chosen.
(Multiple Terminals, Multiple Displays): Merge into a single node.
(Color Parameters): Fix typo.

* variables.texi (Local Variables, Buffer-Local Variables)
(Creating Buffer-Local): Change link to Multiple Terminals.

* os.texi (X11 Keysyms): Change link to Multiple Terminals.

* keymaps.texi (Controlling Active Maps): Change link to Multiple
Terminals.

* commands.texi (Command Loop Info, Keyboard Macros): Change link
to Multiple Terminals.

* elisp.texi (Top): Update node listing.
* vol2.texi (Top): Update node listing.
* vol1.texi (Top): Update node listing.

15 years ago* terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
Chong Yidong [Sat, 4 Apr 2009 15:26:03 +0000 (15:26 +0000)]
* terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
(Fterminal_parameters, Fterminal_parameter)
(Fset_terminal_parameter): In doc string, refer to terminal
objects rather than terminal ids.

15 years agoMention the fact that font and color in tooltip-frame-parameters are ignored.
Eli Zaretskii [Sat, 4 Apr 2009 14:51:33 +0000 (14:51 +0000)]
Mention the fact that font and color in tooltip-frame-parameters are ignored.

15 years ago* frame.el (make-frame): Doc fix.
Chong Yidong [Sat, 4 Apr 2009 14:44:10 +0000 (14:44 +0000)]
* frame.el (make-frame): Doc fix.

15 years ago(rmail-new-summary-1): Don't show zero count of summary lines.
Eli Zaretskii [Sat, 4 Apr 2009 14:22:59 +0000 (14:22 +0000)]
(rmail-new-summary-1): Don't show zero count of summary lines.

15 years agoFix typos.
Juanma Barranquero [Sat, 4 Apr 2009 11:32:49 +0000 (11:32 +0000)]
Fix typos.

15 years ago(system_process_attributes) [SYSTEM_MALLOC]: Don't call ret_lim_data.
Eli Zaretskii [Sat, 4 Apr 2009 09:43:21 +0000 (09:43 +0000)]
(system_process_attributes) [SYSTEM_MALLOC]: Don't call ret_lim_data.
(Bug#2867)

15 years agoChecked buffers.texi.
Chong Yidong [Sat, 4 Apr 2009 01:52:29 +0000 (01:52 +0000)]
Checked buffers.texi.

15 years ago* buffers.texi (Current Buffer): Note that the append-to-buffer
Chong Yidong [Sat, 4 Apr 2009 01:51:58 +0000 (01:51 +0000)]
* buffers.texi (Current Buffer): Note that the append-to-buffer
example is no longer in synch with the latest code.  Tie the two
examples together.

15 years agoChecked files.texi.
Chong Yidong [Sat, 4 Apr 2009 01:35:36 +0000 (01:35 +0000)]
Checked files.texi.

15 years agoDocumented: `mkdir' is a new convenience alias for `make-directory'.
Chong Yidong [Sat, 4 Apr 2009 01:34:05 +0000 (01:34 +0000)]
Documented: `mkdir' is a new convenience alias for `make-directory'.

15 years ago* files.texi (File Attributes): Move note about MS-DOS from
Chong Yidong [Sat, 4 Apr 2009 01:32:57 +0000 (01:32 +0000)]
* files.texi (File Attributes): Move note about MS-DOS from
Changing Files to File Attributes.
(Create/Delete Dirs): Note that mkdir is an alias for this.

15 years ago* term.c (produce_stretch_glyph): Reduce width of stretch glyphs
Chong Yidong [Fri, 3 Apr 2009 15:10:19 +0000 (15:10 +0000)]
* term.c (produce_stretch_glyph): Reduce width of stretch glyphs
so they don't get wider than the window, matching 2006-01-23
change to the partner function in xdisp.c (Bug#2800).

15 years ago(print_object): Make each lowest sub_char_table start a new line.
Kenichi Handa [Fri, 3 Apr 2009 06:26:50 +0000 (06:26 +0000)]
(print_object): Make each lowest sub_char_table start a new line.

15 years agoMake the section "Complex Text Layout support
Kenichi Handa [Fri, 3 Apr 2009 01:57:12 +0000 (01:57 +0000)]
Make the section "Complex Text Layout support
libraries" the first of "ADDITIONAL DISTRIBUTION FILES".

15 years ago* dired.el (dired-get-filename): Always pass filename through
Chong Yidong [Thu, 2 Apr 2009 22:16:17 +0000 (22:16 +0000)]
* dired.el (dired-get-filename): Always pass filename through
`read' to ensure unquoting is performed (Bug#2862).

15 years ago(doc-view-mode): Don't give up if the file doesn't exist.
Stefan Monnier [Thu, 2 Apr 2009 21:12:54 +0000 (21:12 +0000)]
(doc-view-mode): Don't give up if the file doesn't exist.

15 years ago(print_help_and_exit): Fix typo.
Dan Nicolaescu [Thu, 2 Apr 2009 19:43:27 +0000 (19:43 +0000)]
(print_help_and_exit): Fix typo.

15 years agoAdd bug reference.
Juanma Barranquero [Thu, 2 Apr 2009 11:43:12 +0000 (11:43 +0000)]
Add bug reference.

15 years agoCopy the direntry from ../../info/dir, and avoid using a period in the
Glenn Morris [Thu, 2 Apr 2009 07:02:24 +0000 (07:02 +0000)]
Copy the direntry from ../../info/dir, and avoid using a period in the
entry name.  (Bug#2797)

15 years agoCapitalize direntry.
Glenn Morris [Thu, 2 Apr 2009 06:59:17 +0000 (06:59 +0000)]
Capitalize direntry.

15 years ago(calendar-holidays): Don't autoload it. (Bug#2811)
Glenn Morris [Thu, 2 Apr 2009 06:34:21 +0000 (06:34 +0000)]
(calendar-holidays): Don't autoload it.  (Bug#2811)

15 years ago(diary-cyclic): Check for +ve N.
Glenn Morris [Thu, 2 Apr 2009 06:33:18 +0000 (06:33 +0000)]
(diary-cyclic): Check for +ve N.

15 years ago(setup-default-fontset): Specify
Kenichi Handa [Thu, 2 Apr 2009 02:50:06 +0000 (02:50 +0000)]
(setup-default-fontset): Specify
iso10646-1 font for characters in PUA of BMP.

15 years ago(fontset_font): Record no-font when a fontset
Kenichi Handa [Thu, 2 Apr 2009 02:45:01 +0000 (02:45 +0000)]
(fontset_font): Record no-font when a fontset
explicitly tells not to try another font-specs.

15 years ago(auto-fill-function): Mark it as safe for nil.
Stefan Monnier [Thu, 2 Apr 2009 01:56:43 +0000 (01:56 +0000)]
(auto-fill-function): Mark it as safe for nil.
Suggested by Leo Liu <sdl.web@gmail.com>.

15 years ago(vc-mtn-register): Fix optional arguments.
Dan Nicolaescu [Wed, 1 Apr 2009 20:01:14 +0000 (20:01 +0000)]
(vc-mtn-register): Fix optional arguments.

15 years ago(vc-name): Avoid calling vc-backend twice.
Dan Nicolaescu [Wed, 1 Apr 2009 15:42:09 +0000 (15:42 +0000)]
(vc-name): Avoid calling vc-backend twice.
(vc-mode-line): Accept and use an optional argument for the
backend.
(vc-find-file-hook): Use when instead of if.  Avoid calling
vc-backend multiple times, pass down the value computed the first
time.

15 years ago(Filter Functions): Suggest how to handle output batches.
Chong Yidong [Wed, 1 Apr 2009 03:51:14 +0000 (03:51 +0000)]
(Filter Functions): Suggest how to handle output batches.

15 years ago* processes.texi (Filter Functions): Suggest how to handle output
Chong Yidong [Wed, 1 Apr 2009 03:50:58 +0000 (03:50 +0000)]
* processes.texi (Filter Functions): Suggest how to handle output
batches.

15 years agoFix typos.
Juanma Barranquero [Tue, 31 Mar 2009 20:55:59 +0000 (20:55 +0000)]
Fix typos.

15 years agoFix ChangeLog entry causing M-x authors confusion.
Chong Yidong [Tue, 31 Mar 2009 17:15:09 +0000 (17:15 +0000)]
Fix ChangeLog entry causing M-x authors confusion.

15 years agoRegenerate configure.
Andreas Schwab [Tue, 31 Mar 2009 08:01:54 +0000 (08:01 +0000)]
Regenerate configure.

15 years agoBump version to 23.0.92.
Chong Yidong [Tue, 31 Mar 2009 02:04:39 +0000 (02:04 +0000)]
Bump version to 23.0.92.

15 years agoRegenerate.
Chong Yidong [Tue, 31 Mar 2009 02:04:11 +0000 (02:04 +0000)]
Regenerate.

15 years agoRegenerate.
Chong Yidong [Tue, 31 Mar 2009 00:19:56 +0000 (00:19 +0000)]
Regenerate.

15 years agoChecked help.texi.
Chong Yidong [Mon, 30 Mar 2009 22:15:24 +0000 (22:15 +0000)]
Checked help.texi.

15 years ago(Accessing Documentation): Update example to use
Chong Yidong [Mon, 30 Mar 2009 21:57:28 +0000 (21:57 +0000)]
(Accessing Documentation): Update example to use
help-setup-xref and with-help-window.
(Help Functions): Remove print-help-return-message, which is
semi-obsolete due to with-help-window.  Document help-buffer and
help-setup-xref.

15 years ago* help.texi (Accessing Documentation): Update example to use
Chong Yidong [Mon, 30 Mar 2009 21:57:07 +0000 (21:57 +0000)]
* help.texi (Accessing Documentation): Update example to use
help-setup-xref and with-help-window.
(Help Functions): Remove print-help-return-message, which is
semi-obsolete due to with-help-window.  Document help-buffer and
help-setup-xref.

15 years ago(map_charset_for_dump): Add missing UNGCPRO.
Stefan Monnier [Mon, 30 Mar 2009 15:38:56 +0000 (15:38 +0000)]
(map_charset_for_dump): Add missing UNGCPRO.

15 years ago(ansi-color-get-face): Use
Andreas Schwab [Mon, 30 Mar 2009 15:35:52 +0000 (15:35 +0000)]
(ansi-color-get-face): Use
ansi-color-parameter-regexp to match parameters.
(ansi-color-regexp): Include final `m' in first group.

15 years ago*** empty log message ***
Jason Rumney [Mon, 30 Mar 2009 15:07:08 +0000 (15:07 +0000)]
*** empty log message ***

15 years ago(locate-dominating-stop-dir-regexp): Stop searching
Jason Rumney [Mon, 30 Mar 2009 13:48:06 +0000 (13:48 +0000)]
(locate-dominating-stop-dir-regexp): Stop searching
when a UNC mount point is reached.

15 years ago(fontset_from_font): Specify only registry in a font-spec for all
Kenichi Handa [Mon, 30 Mar 2009 12:51:11 +0000 (12:51 +0000)]
(fontset_from_font): Specify only registry in a font-spec for all
characters supported by that registry.

15 years agoFix previous change. Define ftfont_variation_glyphs
Kenichi Handa [Mon, 30 Mar 2009 05:39:01 +0000 (05:39 +0000)]
Fix previous change.  Define ftfont_variation_glyphs
even if HAVE_M17N_FLT is not defined.

15 years ago*** empty log message ***
Jay Belanger [Mon, 30 Mar 2009 02:55:47 +0000 (02:55 +0000)]
*** empty log message ***

15 years ago(calc-buffer-list): New variable.
Jay Belanger [Mon, 30 Mar 2009 02:19:07 +0000 (02:19 +0000)]
(calc-buffer-list): New variable.
(calc-kill-stack-buffer): New function.
(calc-mode): Add `calc-kill-stack-buffer' to
`kill-buffer-query-functions'.
Add current buffer to `calc-buffer-list'.

15 years ago(calc-embedded-restore-original-modes): Add argument for Calculator buffer.
Jay Belanger [Mon, 30 Mar 2009 02:17:40 +0000 (02:17 +0000)]
(calc-embedded-restore-original-modes): Add argument for Calculator buffer.
(calc-do-embedded): Use specific Calculator buffer when cancelling
embedded mode.

15 years ago(chinese-big5): Change type to `big5'.
Kenichi Handa [Mon, 30 Mar 2009 01:52:26 +0000 (01:52 +0000)]
(chinese-big5): Change type to `big5'.

15 years agoFix last change.
Chong Yidong [Mon, 30 Mar 2009 01:15:08 +0000 (01:15 +0000)]
Fix last change.

15 years ago(help-buffer): Add docstring.
Chong Yidong [Mon, 30 Mar 2009 01:06:27 +0000 (01:06 +0000)]
(help-buffer): Add docstring.

15 years ago* help-mode.el (help-buffer): Add docstring.
Chong Yidong [Mon, 30 Mar 2009 01:06:14 +0000 (01:06 +0000)]
* help-mode.el (help-buffer): Add docstring.

15 years agoFix typos.
Juanma Barranquero [Sun, 29 Mar 2009 21:42:55 +0000 (21:42 +0000)]
Fix typos.

15 years agowith-help-window is already documented.
Chong Yidong [Sun, 29 Mar 2009 19:50:31 +0000 (19:50 +0000)]
with-help-window is already documented.

15 years ago(Help Functions): Remove a sentence about long-obsolete Emacs versions.
Chong Yidong [Sun, 29 Mar 2009 19:14:21 +0000 (19:14 +0000)]
(Help Functions): Remove a sentence about long-obsolete Emacs versions.

15 years ago* help.texi (Help Functions): Remove a sentence about long-obsolete
Chong Yidong [Sun, 29 Mar 2009 19:14:13 +0000 (19:14 +0000)]
* help.texi (Help Functions): Remove a sentence about long-obsolete
 Emacs versions.

15 years ago(Accessing Documentation): Remove a sentence about long-obsolete Emacs versions.
Chong Yidong [Sun, 29 Mar 2009 18:22:37 +0000 (18:22 +0000)]
(Accessing Documentation): Remove a sentence about long-obsolete Emacs versions.

15 years ago* help.texi (Accessing Documentation): Remove a sentence about
Chong Yidong [Sun, 29 Mar 2009 18:22:10 +0000 (18:22 +0000)]
* help.texi (Accessing Documentation): Remove a sentence about
long-obsolete Emacs versions.

15 years agoChecked modes.texi.
Chong Yidong [Sun, 29 Mar 2009 17:42:43 +0000 (17:42 +0000)]
Checked modes.texi.

15 years ago(Mode Line Variables): The default values of the mode
Chong Yidong [Sun, 29 Mar 2009 17:42:26 +0000 (17:42 +0000)]
(Mode Line Variables): The default values of the mode
line variables are now more complicated.

15 years ago* modes.texi (Mode Line Variables): The default values of the mode
Chong Yidong [Sun, 29 Mar 2009 17:42:11 +0000 (17:42 +0000)]
* modes.texi (Mode Line Variables): The default values of the mode
line variables are now more complicated.

15 years agoConditionalize prototyping and use of ftfont_variation_glyphs.
Chong Yidong [Sun, 29 Mar 2009 17:12:26 +0000 (17:12 +0000)]
Conditionalize prototyping and use of ftfont_variation_glyphs.

15 years ago* ftfont.c: Conditionalize prototyping and use of ftfont_variation_glyphs.
Chong Yidong [Sun, 29 Mar 2009 17:12:10 +0000 (17:12 +0000)]
* ftfont.c: Conditionalize prototyping and use of ftfont_variation_glyphs.

15 years ago(ns-expand-space): remove defvar.
David Reitter [Sun, 29 Mar 2009 00:00:30 +0000 (00:00 +0000)]
(ns-expand-space): remove defvar.
(S-,): bind to `customize' in line with menu item.
([global-map windows]): remove (in line with other platforms).
(menu-bar-update-frames, force-menu-bar-update-buffers,force-menu-bar-update-buffers,force-menu-bar-update-buffers): remove, not needed.
(menu-bar-update-hook): do not alter.
(generate-fontset-menu,mouse-set-font): amend doc string of these defaliases to point out their altered meaning in NS.

15 years ago*** empty log message ***
David Reitter [Sat, 28 Mar 2009 23:58:45 +0000 (23:58 +0000)]
*** empty log message ***

15 years ago(minibuffer-default-add-completions):
Juri Linkov [Sat, 28 Mar 2009 21:18:02 +0000 (21:18 +0000)]
(minibuffer-default-add-completions):
Remove `(interactive)'.  (Bug#2805)

15 years agoPoint to etc/PROBLEMS for Gtk+ and display exit problem.
Jan Djärv [Sat, 28 Mar 2009 16:03:03 +0000 (16:03 +0000)]
Point to etc/PROBLEMS for Gtk+ and display exit problem.

15 years ago(Derived Modes): Note that define-derive-mode sets the mode-class
Chong Yidong [Sat, 28 Mar 2009 13:49:57 +0000 (13:49 +0000)]
(Derived Modes): Note that define-derive-mode sets the mode-class
property.

15 years ago* modes.texi (Derived Modes): Note that define-derive-mode sets the
Chong Yidong [Sat, 28 Mar 2009 13:49:50 +0000 (13:49 +0000)]
* modes.texi (Derived Modes): Note that define-derive-mode sets the
mode-class property.

15 years agoDocumented special-mode.
Chong Yidong [Sat, 28 Mar 2009 13:39:10 +0000 (13:39 +0000)]
Documented special-mode.

15 years ago(Major Mode Conventions): Note that specialness is inherited.
Chong Yidong [Sat, 28 Mar 2009 13:38:55 +0000 (13:38 +0000)]
(Major Mode Conventions): Note that specialness is inherited.

15 years ago* modes.texi (Major Mode Conventions): Note that specialness is
Chong Yidong [Sat, 28 Mar 2009 13:37:36 +0000 (13:37 +0000)]
* modes.texi (Major Mode Conventions): Note that specialness is
inherited.

15 years ago(shell-quote-wildcard-pattern): Doc fix.
Eli Zaretskii [Sat, 28 Mar 2009 12:27:52 +0000 (12:27 +0000)]
(shell-quote-wildcard-pattern): Doc fix.

15 years ago* editfns.c (general_insert_function): Adjust to insdel.c changes.
Stefan Monnier [Sat, 28 Mar 2009 04:53:04 +0000 (04:53 +0000)]
* editfns.c (general_insert_function): Adjust to insdel.c changes.
* insdel.c (prepare_to_modify_buffer, signal_before_change):
Some more EMACS_INT.
* lisp.h (copy_text, count_size_as_multibyte): Fix last change.

15 years ago(dump_glyph): Fix typo.
Stefan Monnier [Sat, 28 Mar 2009 04:52:28 +0000 (04:52 +0000)]
(dump_glyph): Fix typo.

15 years ago(delete_frame): Work around compiler bug.
Stefan Monnier [Sat, 28 Mar 2009 04:52:12 +0000 (04:52 +0000)]
(delete_frame): Work around compiler bug.

15 years agoChecked keymaps.texi.
Chong Yidong [Sat, 28 Mar 2009 03:23:08 +0000 (03:23 +0000)]
Checked keymaps.texi.

15 years ago(Prefix Keys): The M-g prefix key is now named goto-map. Add
Chong Yidong [Sat, 28 Mar 2009 03:18:24 +0000 (03:18 +0000)]
(Prefix Keys): The M-g prefix key is now named goto-map.  Add
search-map to the list.

15 years ago* keymaps.texi (Prefix Keys): The M-g prefix key is now named
Chong Yidong [Sat, 28 Mar 2009 03:17:55 +0000 (03:17 +0000)]
* keymaps.texi (Prefix Keys): The M-g prefix key is now named
goto-map.  Add search-map to the list.

15 years ago* insdel.c (move_gap, move_gap_both, gap_left, gap_right)
Stefan Monnier [Sat, 28 Mar 2009 02:24:22 +0000 (02:24 +0000)]
* insdel.c (move_gap, move_gap_both, gap_left, gap_right)
(adjust_markers_gap_motion, adjust_markers_for_delete)
(adjust_markers_for_insert, adjust_point)
(adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
(make_gap, copy_text, count_size_as_multibyte, insert)
(insert_and_inherit, insert_before_markers)
(insert_before_markers_and_inherit, insert_1)
(count_combining_before, count_combining_after, insert_1_both)
(insert_from_string, insert_from_string_before_markers)
(insert_from_string_1, insert_from_gap, insert_from_buffer)
(insert_from_buffer_1, adjust_after_replace)
(adjust_after_replace_noundo, adjust_after_insert, replace_range)
(replace_range_2, del_range, del_range_1, del_range_byte)
(del_range_both, del_range_2, modify_region)
(prepare_to_modify_buffer, signal_before_change)
(signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
for buffer positions and sizes.
* lisp.h: Adjust prototypes accordingly.
* fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
(non_regular_inserted, non_regular_nbytes, read_non_regular)
(Finsert_file_contents): Use EMACS_INT for buffer positions.