]> git.eshelyaron.com Git - emacs.git/log
emacs.git
17 years ago(tar-header-block-summarize, tar-summarize-buffer, tar-get-descriptor): Handle
Eli Zaretskii [Wed, 23 May 2007 18:36:16 +0000 (18:36 +0000)]
(tar-header-block-summarize, tar-summarize-buffer, tar-get-descriptor): Handle
type 55, an extended pax header.

17 years ago(auto-insert-alist): Quote elisp sample code so as not
Stefan Monnier [Wed, 23 May 2007 17:29:28 +0000 (17:29 +0000)]
(auto-insert-alist): Quote elisp sample code so as not
to confuse outline-minor-mode.

17 years ago*** empty log message ***
Stefan Monnier [Wed, 23 May 2007 17:28:25 +0000 (17:28 +0000)]
*** empty log message ***

17 years ago(tar-file-name-handler): New function.
Eli Zaretskii [Wed, 23 May 2007 12:38:59 +0000 (12:38 +0000)]
(tar-file-name-handler): New function.
(tar-extract): Bind file-name-handler-alist to it to force
find-buffer-file-type-coding-system behave as if the file being extracted
existed.  Use last-coding-system-used to force buffer-file-coding-system
to what decode-coding-region actually used to decode the file.

17 years agoNikolaj Schumacher <n_schumacher at web.de> (tiny change)
Glenn Morris [Wed, 23 May 2007 08:12:59 +0000 (08:12 +0000)]
Nikolaj Schumacher  <n_schumacher at web.de>  (tiny change)

(compilation-handle-exit): `compilation-finish-function' may change
the current buffer.

17 years agoSplit ChangeLog entries from before branching for Emacs 22 into
Glenn Morris [Wed, 23 May 2007 04:43:42 +0000 (04:43 +0000)]
Split ChangeLog entries from before branching for Emacs 22 into
separate file.  Also move arch-tag.

17 years agoDon't use "Suggested by", says rms.
Glenn Morris [Wed, 23 May 2007 04:30:29 +0000 (04:30 +0000)]
Don't use "Suggested by", says rms.

17 years agoRegenerate.
Andreas Schwab [Tue, 22 May 2007 15:55:02 +0000 (15:55 +0000)]
Regenerate.

17 years agoPrefer build_alias over host when host_alias is not set.
Andreas Schwab [Tue, 22 May 2007 15:54:32 +0000 (15:54 +0000)]
Prefer build_alias over host when host_alias is not set.

17 years ago(find-source-lisp-file): New function.
Jan Djärv [Tue, 22 May 2007 13:45:59 +0000 (13:45 +0000)]
(find-source-lisp-file): New function.
(describe-function-1): Use find-source-lisp-file to find source
file in compile tree.

17 years agoAdd information about where to find GDB, and warn against --no-debug option
Eli Zaretskii [Tue, 22 May 2007 12:51:42 +0000 (12:51 +0000)]
Add information about where to find GDB, and warn against --no-debug option
to configure.bat.

17 years ago(scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
Kenichi Handa [Tue, 22 May 2007 12:04:59 +0000 (12:04 +0000)]
(scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.

17 years ago(find-buffer-file-type-coding-system): Doc fix.
Eli Zaretskii [Tue, 22 May 2007 11:24:50 +0000 (11:24 +0000)]
(find-buffer-file-type-coding-system): Doc fix.

17 years ago*** empty log message ***
Juanma Barranquero [Tue, 22 May 2007 10:02:17 +0000 (10:02 +0000)]
*** empty log message ***

17 years agoAdd arch tagline
Miles Bader [Tue, 22 May 2007 09:56:31 +0000 (09:56 +0000)]
Add arch tagline

17 years ago(define-minor-mode, easy-mmode-define-navigation): Fix typos in docstrings.
Juanma Barranquero [Tue, 22 May 2007 09:49:49 +0000 (09:49 +0000)]
(define-minor-mode, easy-mmode-define-navigation): Fix typos in docstrings.

17 years ago(x_connection_closed): Remove NO_RETURN.
Richard M. Stallman [Tue, 22 May 2007 08:29:09 +0000 (08:29 +0000)]
(x_connection_closed): Remove NO_RETURN.

17 years ago(auto-mode-alist): Open `.asd' files in lisp-mode.
Glenn Morris [Tue, 22 May 2007 06:24:53 +0000 (06:24 +0000)]
(auto-mode-alist): Open `.asd' files in lisp-mode.
Suggested by twb@cyber.com.au.

17 years ago*** empty log message ***
Glenn Morris [Tue, 22 May 2007 06:24:39 +0000 (06:24 +0000)]
*** empty log message ***

17 years agoMove Emacs 22 entries and arch tag to new file NEWS.22, leave empty
Glenn Morris [Tue, 22 May 2007 06:17:37 +0000 (06:17 +0000)]
Move Emacs 22 entries and arch tag to new file NEWS.22, leave empty
template for next Emacs version.

17 years agoMove NEWS for Emacs 22 into a new file.
Glenn Morris [Tue, 22 May 2007 06:16:37 +0000 (06:16 +0000)]
Move NEWS for Emacs 22 into a new file.

17 years agoMerge from emacs--rel--22
Miles Bader [Tue, 22 May 2007 05:55:08 +0000 (05:55 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 22-23)

   - Update from CVS

2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)

   * lisp/net/rcirc.el (rcirc-fill-column): Allow `window-width'.
   (rcirc-print): Handle `window-width'.
   (rcirc-buffer-maximum-lines): Doc fix.

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

17 years ago*** empty log message ***
Kenichi Handa [Tue, 22 May 2007 02:46:34 +0000 (02:46 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Kenichi Handa [Tue, 22 May 2007 02:24:05 +0000 (02:24 +0000)]
*** empty log message ***

17 years ago(mail-extract-address-components): Recognize
Kenichi Handa [Tue, 22 May 2007 02:13:27 +0000 (02:13 +0000)]
(mail-extract-address-components): Recognize
non-ASCII characters except for NBSP as words.

17 years ago(image-toggle-display): Don't clear image cache. Only use filename in
Chong Yidong [Mon, 21 May 2007 23:05:20 +0000 (23:05 +0000)]
(image-toggle-display): Don't clear image cache.  Only use filename in
image spec if the file is readable.  Call image-refresh.

17 years ago* image-mode.el (image-toggle-display): Don't clear image cache.
Chong Yidong [Mon, 21 May 2007 23:05:09 +0000 (23:05 +0000)]
* image-mode.el (image-toggle-display): Don't clear image cache.
Only use filename in image spec if the file is readable.  Call
image-refresh.

17 years ago(uncache_image): New function.
Chong Yidong [Mon, 21 May 2007 23:03:49 +0000 (23:03 +0000)]
(uncache_image): New function.
(Fimage_refresh): New function.

17 years ago* image.c (uncache_image): New function.
Chong Yidong [Mon, 21 May 2007 23:03:40 +0000 (23:03 +0000)]
* image.c (uncache_image): New function.
(Fimage_refresh): New function.

17 years ago(show-paren-function): Undo 2007-04-19 and 2007-04-20 changes.
Chong Yidong [Mon, 21 May 2007 20:09:57 +0000 (20:09 +0000)]
(show-paren-function): Undo 2007-04-19 and 2007-04-20 changes.

17 years ago(rcirc-fill-column): Allow `window-width'.
Richard M. Stallman [Mon, 21 May 2007 19:39:10 +0000 (19:39 +0000)]
(rcirc-fill-column): Allow `window-width'.
(rcirc-print): Handle `window-width'.
(rcirc-buffer-maximum-lines): Doc fix.

17 years ago(magic-mode-alist): Remove image-type-auto-detected-p.
Chong Yidong [Mon, 21 May 2007 16:43:27 +0000 (16:43 +0000)]
(magic-mode-alist): Remove image-type-auto-detected-p.
(magic-fallback-mode-alist): Add image-type-auto-detected-p.

17 years ago(image-type-from-file-name, image-type): Simplify.
Chong Yidong [Mon, 21 May 2007 16:43:13 +0000 (16:43 +0000)]
(image-type-from-file-name, image-type): Simplify.
(image-type-auto-detected-p): Don't scan auto-mode-alist.

17 years ago* image.el (image-type-from-file-name, image-type): Simplify.
Chong Yidong [Mon, 21 May 2007 16:42:52 +0000 (16:42 +0000)]
* image.el (image-type-from-file-name, image-type): Simplify.
(image-type-auto-detected-p): Don't scan auto-mode-alist.

* files.el (magic-mode-alist): Remove image-type-auto-detected-p.
(magic-fallback-mode-alist): Add image-type-auto-detected-p.

17 years ago** eliz@gnu.org, May 20: EOL conversion of files in .tar archives
Chong Yidong [Mon, 21 May 2007 15:39:45 +0000 (15:39 +0000)]
** eliz@gnu.org, May 20: EOL conversion of files in .tar archives
This is a Windows bug.

17 years ago** coldwell@redhat.com, May 18: 22.0.99 emacs dumper (?) problem
Chong Yidong [Mon, 21 May 2007 15:30:57 +0000 (15:30 +0000)]
** coldwell@redhat.com, May 18: 22.0.99 emacs dumper (?) problem
Added to PROBLEMS.

17 years agoFix typo.
Chong Yidong [Mon, 21 May 2007 15:26:04 +0000 (15:26 +0000)]
Fix typo.

17 years agoAdd "Emacs crashes on startup after a glibc upgrade."
Chong Yidong [Mon, 21 May 2007 15:23:43 +0000 (15:23 +0000)]
Add "Emacs crashes on startup after a glibc upgrade."

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 21 May 2007 09:40:15 +0000 (09:40 +0000)]
*** empty log message ***

17 years agoReplace text inadvertantly removed by unpatched autoconf.
Nick Roberts [Sun, 20 May 2007 20:40:34 +0000 (20:40 +0000)]
Replace text inadvertantly removed by unpatched autoconf.

17 years agoMove bugs to release branch, again.
Glenn Morris [Sun, 20 May 2007 20:29:43 +0000 (20:29 +0000)]
Move bugs to release branch, again.

17 years agoSync change from trunk.
Glenn Morris [Sun, 20 May 2007 20:25:13 +0000 (20:25 +0000)]
Sync change from trunk.
Add new section "Fixes for Emacs 22.2".

17 years ago*** empty log message ***
Dan Nicolaescu [Sun, 20 May 2007 19:19:53 +0000 (19:19 +0000)]
*** empty log message ***

17 years agoRestore the bug-autoconf patch.
Richard M. Stallman [Sun, 20 May 2007 18:05:49 +0000 (18:05 +0000)]
Restore the bug-autoconf patch.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 May 2007 17:09:41 +0000 (17:09 +0000)]
*** empty log message ***

17 years agoMove GPM check outside HAVE_X_WINDOWS.
Jan Djärv [Sun, 20 May 2007 13:20:25 +0000 (13:20 +0000)]
Move GPM check outside HAVE_X_WINDOWS.

17 years ago(terminal-init-linux): Don't signal an error
Nick Roberts [Sun, 20 May 2007 08:32:16 +0000 (08:32 +0000)]
(terminal-init-linux): Don't signal an error
if gpm isn't running.

17 years ago(t-mouse-mode): Reset t-mouse-mode to nil if there
Nick Roberts [Sun, 20 May 2007 08:30:57 +0000 (08:30 +0000)]
(t-mouse-mode): Reset t-mouse-mode to nil if there
is an error.

17 years ago*** empty log message ***
Nick Roberts [Sun, 20 May 2007 08:29:25 +0000 (08:29 +0000)]
*** empty log message ***

17 years agoRegenerate.
Andreas Schwab [Sun, 20 May 2007 07:47:03 +0000 (07:47 +0000)]
Regenerate.

17 years agoRemove empty AC_SUBST.
Andreas Schwab [Sun, 20 May 2007 07:46:23 +0000 (07:46 +0000)]
Remove empty AC_SUBST.

17 years agoRegenerate.
Andreas Schwab [Sun, 20 May 2007 07:41:01 +0000 (07:41 +0000)]
Regenerate.

17 years agoRemove empty AC_SUBST.
Andreas Schwab [Sun, 20 May 2007 07:40:35 +0000 (07:40 +0000)]
Remove empty AC_SUBST.

17 years agoReduce to a minor-mode macro call.
Nick Roberts [Sun, 20 May 2007 05:48:36 +0000 (05:48 +0000)]
Reduce to a minor-mode macro call.
(t-mouse-mode) Remove the lighter.

17 years ago(terminal-init-linux): Enable t-mouse by default.
Nick Roberts [Sun, 20 May 2007 05:46:31 +0000 (05:46 +0000)]
(terminal-init-linux): Enable t-mouse by default.

17 years ago*** empty log message ***
Nick Roberts [Sun, 20 May 2007 05:44:20 +0000 (05:44 +0000)]
*** empty log message ***

17 years ago* configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
Nick Roberts [Sun, 20 May 2007 05:16:40 +0000 (05:16 +0000)]
* configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
it like others.
* configure: Regenerate.

17 years agoUse HAVE_GPM instead of HAVE_GPM_H.
Nick Roberts [Sun, 20 May 2007 05:13:28 +0000 (05:13 +0000)]
Use HAVE_GPM instead of HAVE_GPM_H.

17 years ago*** empty log message ***
Nick Roberts [Sun, 20 May 2007 05:07:36 +0000 (05:07 +0000)]
*** empty log message ***

17 years ago(make_lispy_event): Make case GPM_CLICK_EVENT
Nick Roberts [Sun, 20 May 2007 03:51:31 +0000 (03:51 +0000)]
(make_lispy_event): Make case GPM_CLICK_EVENT
conditional on [HAVE_GPM_H].

17 years ago*** empty log message ***
Nick Roberts [Sun, 20 May 2007 03:49:33 +0000 (03:49 +0000)]
*** empty log message ***

17 years agoMerge from emacs--rel--22
Miles Bader [Sun, 20 May 2007 03:12:22 +0000 (03:12 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 20-21)

   - Update from CVS

2007-05-18  Richard M. Stallman  <rms@gnu.org>

   * lisp/simple.el (push-mark): Doc fix.

2007-05-18  Rob Riepel  <riepel@Stanford.EDU>

   * lisp/emulation/tpu-edt.el (CSI-map, SS3-map) Moved from global-map to
   tpu-global-map.
   (tpu-original-global-map) Variable deleted.
   (tpu-control-keys-map) New keymap variable.
   (tpu-set-control-keys) Use tpu-reset-control-keys rather than
   setting keymapping directly.
   (tpu-reset-control-keys) Use tpu-control-keys-map instead of
   tpu-global-map.
   (tpu-edt-on): Activate the tpu-global-map.
   (tpu-edt-off): Deactivate the tpu-global-map.

2007-05-18  Ryan Yeske  <rcyeske@gmail.com>

   * lisp/textmodes/ispell.el (ispell-get-word): Return markers
   for start and end positions.
   (ispell-word): Assume END is a marker.

2007-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>

   * src/syntax.c (skip_chars): Update syntax-table only after we checked that
   the new location is valid.

2007-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>

   * src/macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
   mac_get_window_bounds.

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

17 years agoReduce to a minor-mode macro call.
Nick Roberts [Sun, 20 May 2007 02:52:46 +0000 (02:52 +0000)]
Reduce to a minor-mode macro call.

17 years ago* src/configure.in (AC_CHECK_HEADERS) Add gpm.h.
Nick Roberts [Sun, 20 May 2007 02:51:25 +0000 (02:51 +0000)]
* src/configure.in (AC_CHECK_HEADERS) Add gpm.h.
(AC_CHECK_LIB): Add -lgpm.
* config.in Regenerate.

17 years ago(LIBGPM): Allow it to be set from configure.
Nick Roberts [Sun, 20 May 2007 02:49:03 +0000 (02:49 +0000)]
(LIBGPM): Allow it to be set from configure.
If set then link Emacs with it.

17 years ago(enum event_kind): Add GPM_CLICK_EVENT.
Nick Roberts [Sun, 20 May 2007 02:47:36 +0000 (02:47 +0000)]
(enum event_kind): Add GPM_CLICK_EVENT.
Include gpm.h.
(handle_one_term_event, term_gpm) New externs.

17 years ago(add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
Nick Roberts [Sun, 20 May 2007 02:44:05 +0000 (02:44 +0000)]
(add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
New externs.

17 years ago(gpm_wait_mask, max_gpm_desc): New variables.
Nick Roberts [Sun, 20 May 2007 02:41:19 +0000 (02:41 +0000)]
(gpm_wait_mask, max_gpm_desc): New variables.
(wait_reading_process_output): Wait on gpm_fd too.
(add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
(add_gpm_wait_descriptor_called_flag): New variable.
(delete_keyboard_wait_descriptor): Check gpm_wait_mask.

17 years ago* configure.in (AC_CHECK_HEADERS) Add gpm.h.
Nick Roberts [Sun, 20 May 2007 02:38:07 +0000 (02:38 +0000)]
* configure.in (AC_CHECK_HEADERS) Add gpm.h.
(AC_CHECK_LIB): Add -lgpm.

17 years ago* configure.in (AC_CHECK_HEADERS) Add gpm.h.
Nick Roberts [Sun, 20 May 2007 02:35:48 +0000 (02:35 +0000)]
* configure.in (AC_CHECK_HEADERS) Add gpm.h.
(AC_CHECK_LIB): Add -lgpm.
* configure: Regenerate.

17 years ago(init_sys_modes): Make gpm_fd nonblocking
Nick Roberts [Sun, 20 May 2007 02:32:29 +0000 (02:32 +0000)]
(init_sys_modes): Make gpm_fd nonblocking
and allow it to be interrupted by SIGIO.

17 years ago(Qmouse_fixup_help_message)
Nick Roberts [Sun, 20 May 2007 02:29:50 +0000 (02:29 +0000)]
(Qmouse_fixup_help_message)
(make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
(show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
(make_lispy_event): Add case GPM_CLICK_EVENT.
(read_avail_input): Handle mouse input.

17 years ago(write_glyphs_with_face): New function.
Nick Roberts [Sun, 20 May 2007 02:27:53 +0000 (02:27 +0000)]
(write_glyphs_with_face): New function.
[HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
(mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
(mouse_face_end_col, mouse_face_past_end, mouse_face_window)
(mouse_face_face_id, term_gpm, pos_x, pos_y)
(last_mouse_x, last_mouse_y): New variables.
(term_show_mouse_face, term_clear_mouse_face, fast_find_position)
(term_mouse_highlight, term_mouse_movement, term_mouse_position)
(term_mouse_click, handle_one_term_event, Fterm_open_connection)
(Fterm_close_connection): New functions.
(term_init): Initialise mouse_face_window.

17 years ago*** empty log message ***
Nick Roberts [Sun, 20 May 2007 02:26:33 +0000 (02:26 +0000)]
*** empty log message ***

17 years ago(auto-mode-alist): Change the regexp so that
Dan Nicolaescu [Sat, 19 May 2007 23:44:44 +0000 (23:44 +0000)]
(auto-mode-alist): Change the regexp so that
ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 19 May 2007 22:31:10 +0000 (22:31 +0000)]
*** empty log message ***

17 years ago** cloos@jhcloos.com, May 11: A redisplay bug in 22.0.99
Chong Yidong [Sat, 19 May 2007 18:59:16 +0000 (18:59 +0000)]
** cloos@jhcloos.com, May 11: A redisplay bug in 22.0.99
This is fixed.

17 years ago(redisplay_window): If first window line is a continuation line,
Chong Yidong [Sat, 19 May 2007 18:43:14 +0000 (18:43 +0000)]
(redisplay_window): If first window line is a continuation line,
recompute the new window start instead of recentering.

17 years ago* xdisp.c (redisplay_window): If first window line is a continuation
Chong Yidong [Sat, 19 May 2007 18:43:04 +0000 (18:43 +0000)]
* xdisp.c (redisplay_window): If first window line is a continuation
line, recompute the new window start instead of recentering.

17 years ago* paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
Chong Yidong [Sat, 19 May 2007 18:39:44 +0000 (18:39 +0000)]
* paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
changes.

17 years ago(skip_chars): Update syntax-table only after we checked that
Stefan Monnier [Sat, 19 May 2007 15:15:19 +0000 (15:15 +0000)]
(skip_chars): Update syntax-table only after we checked that
the new location is valid.

17 years ago(t-mouse-mode): Improve docstring.
Stefan Monnier [Sat, 19 May 2007 14:00:15 +0000 (14:00 +0000)]
(t-mouse-mode): Improve docstring.

17 years agoFix URL of EmacsW32 site where building with image support is described.
Eli Zaretskii [Sat, 19 May 2007 08:01:36 +0000 (08:01 +0000)]
Fix URL of EmacsW32 site where building with image support is described.

17 years agoFix URL of EmacsW32 site where building with image support is described.
Eli Zaretskii [Sat, 19 May 2007 07:58:10 +0000 (07:58 +0000)]
Fix URL of EmacsW32 site where building with image support is described.

17 years ago(x_calc_absolute_position): Add BLOCK_INPUT around
YAMAMOTO Mitsuharu [Sat, 19 May 2007 05:08:05 +0000 (05:08 +0000)]
(x_calc_absolute_position): Add BLOCK_INPUT around
mac_get_window_bounds.

17 years agoConvert from PPM to PBM.
Glenn Morris [Sat, 19 May 2007 05:06:40 +0000 (05:06 +0000)]
Convert from PPM to PBM.

17 years agoConvert from PGM to PBM.
Glenn Morris [Sat, 19 May 2007 05:02:48 +0000 (05:02 +0000)]
Convert from PGM to PBM.

17 years agoKevin Ryde <user42 at zip.com.au>
Glenn Morris [Sat, 19 May 2007 04:46:32 +0000 (04:46 +0000)]
Kevin Ryde  <user42 at zip.com.au>

(Info-fontify-node): Fontify https as well as http and ftp.

17 years ago*** empty log message ***
Glenn Morris [Sat, 19 May 2007 04:45:30 +0000 (04:45 +0000)]
*** empty log message ***

17 years ago(push-mark): Doc fix.
Richard M. Stallman [Fri, 18 May 2007 22:56:08 +0000 (22:56 +0000)]
(push-mark): Doc fix.

17 years ago(ispell-get-word): Return markers for start and end positions.
Richard M. Stallman [Fri, 18 May 2007 22:32:08 +0000 (22:32 +0000)]
(ispell-get-word): Return markers for start and end positions.
(ispell-word): Assume END is a marker.

17 years ago(CSI-map, SS3-map) Moved from global-map to tpu-global-map.
Richard M. Stallman [Fri, 18 May 2007 22:31:25 +0000 (22:31 +0000)]
(CSI-map, SS3-map) Moved from global-map to tpu-global-map.
(tpu-original-global-map) Variable deleted.
(tpu-control-keys-map) New keymap variable.
(tpu-set-control-keys) Use tpu-reset-control-keys rather than
setting keymapping directly.
(tpu-reset-control-keys) Use tpu-control-keys-map instead of tpu-global-map.
(tpu-edt-on): Activate the tpu-global-map.
(tpu-edt-off): Deactivate the tpu-global-map.

17 years agoRevert last change.
Thien-Thi Nguyen [Fri, 18 May 2007 09:35:40 +0000 (09:35 +0000)]
Revert last change.

17 years agoetags.c updates.
Francesco Potortì [Fri, 18 May 2007 08:45:29 +0000 (08:45 +0000)]
etags.c updates.

17 years agoExtern definitions of some more pointer functions for
Francesco Potortì [Fri, 18 May 2007 08:43:54 +0000 (08:43 +0000)]
Extern definitions of some more pointer functions for
standalone compilation, especially important for 64bit platforms.
(main, print_help): --members is now the default for etags.
(C_entries): Parse start of C comment as a space == end of token.
This is not necessary for C++ comment, already parsed as newline.

17 years agoTweak previous change.
Glenn Morris [Fri, 18 May 2007 07:43:29 +0000 (07:43 +0000)]
Tweak previous change.

17 years agoTweak previous change.
Glenn Morris [Fri, 18 May 2007 07:42:47 +0000 (07:42 +0000)]
Tweak previous change.

17 years ago(ORDINARY_LINK): No longer define on OpenBSD.
Glenn Morris [Fri, 18 May 2007 07:41:22 +0000 (07:41 +0000)]
(ORDINARY_LINK): No longer define on OpenBSD.
Suggested by Alfred M. Szmidt <ams@gnu.org>.

17 years ago*** empty log message ***
Glenn Morris [Fri, 18 May 2007 07:41:08 +0000 (07:41 +0000)]
*** empty log message ***

17 years agoRestore manual change about absence of shell functions from 20070503,
Glenn Morris [Fri, 18 May 2007 07:38:54 +0000 (07:38 +0000)]
Restore manual change about absence of shell functions from 20070503,
lost in previous regeneration from configure.in.