1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-25 22:50:37 -08:00
Commit graph

54925 commits

Author SHA1 Message Date
Lute Kamstra
c79ef4bb7d (Instrumenting Macro Calls): Fix typo. 2005-03-04 14:54:02 +00:00
Lute Kamstra
51827f4903 (Error Debugging): Document stack-trace-on-error. 2005-03-04 14:53:15 +00:00
Lute Kamstra
15cf150db7 (debugger-step-after-exit): Make it a defvar.
(debug-function-list): Ditto.
2005-03-04 14:48:14 +00:00
Robert J. Chassell
b12e59fd62 Note updates to texinfo-append-refill and texinfmt-version in
textmodes/texinfmt.el.
2005-03-04 14:12:05 +00:00
Robert J. Chassell
edc7140ab2 (texinfo-append-refill): Redefine the types of line to which @refill
is not appended by replacing a search for `@refill\\|@bye' with
`@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
itemize@refill' bug and the unfilled long lines bug.
(texinfmt-version): update number and date.
2005-03-04 13:54:44 +00:00
Reiner Steib
518d363770 (windows-1250, windows-125[2-8])
(iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
2005-03-04 13:44:58 +00:00
YAMAMOTO Mitsuharu
ba025f6dd1 *** empty log message *** 2005-03-04 11:16:35 +00:00
YAMAMOTO Mitsuharu
1376ed1867 Undo previous change. 2005-03-04 11:14:03 +00:00
YAMAMOTO Mitsuharu
1c94a3868b (NonCarbon): New target. The target `Emacs' is now used for the
Carbon build that defines HAVE_CARBON.
2005-03-04 11:13:42 +00:00
YAMAMOTO Mitsuharu
1ff5c655e8 (HAVE_STDLIB_H): Define to 1. 2005-03-04 11:13:15 +00:00
YAMAMOTO Mitsuharu
966876b9da (SIZE): Increase preferred memory size to 32MB.
[HAVE_CARBON] (crfg): New resource for extra stack space.
2005-03-04 11:12:52 +00:00
YAMAMOTO Mitsuharu
11cd283999 (install_window_handler, remove_window_handler)
(posix_pathname_to_fsspec, fsspec_to_posix_pathname)
(mac_clear_font_name_table): New externs.
2005-03-04 11:11:55 +00:00
YAMAMOTO Mitsuharu
25c9622b81 [TARGET_API_MAC_CARBON && !MAC_OSX]: Define USE_CARBON_EVENTS to 1.
[__MRC__ && TARGET_API_MAC_CARBON]: Don't declare `qd'.
(x_free_frame_resources): Call remove_window_handler for non-tooltip
windows.
[TARGET_API_MAC_CARBON]: Don't include headers that are included via
Carbon.h.
[TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
(mac_do_receive_dragUPP): New variables.
(mac_handle_service_event, init_service_handler): Put declarations and
definitions in #ifdef MAC_OSX.
(install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
drag-and-drop handler functions and register them.
(remove_window_handler): New function.
(do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]: Use
fsspec_to_posix_pathname.
(main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
(XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
[MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]: Set
default cursors.
(mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
init_service_handler or init_quit_char_handler.
(mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
2005-03-04 11:11:16 +00:00
YAMAMOTO Mitsuharu
04b5475bff [TARGET_API_MAC_CARBON]: Don't include headers that are included via
Carbon.h.
2005-03-04 11:09:33 +00:00
YAMAMOTO Mitsuharu
24972bf6f1 [!MAC_OSX && HAVE_CARBON]: Include Carbon.h. 2005-03-04 11:09:09 +00:00
YAMAMOTO Mitsuharu
1a8726ba2b (install_window_handler): Move extern to macterm.h.
(Fx_file_dialog): Check STRINGP (default_filename) to see it is valid.
Don't check !NILP (dir) because it is already checked with
CHECK_STRING.
(Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
specifying the default location and obtaining the selected filename.
2005-03-04 11:08:54 +00:00
YAMAMOTO Mitsuharu
b564370b90 [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
[!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
(posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
(mac_clear_font_name_table): Move extern to macterm.h.
2005-03-04 11:08:05 +00:00
YAMAMOTO Mitsuharu
d45b2e9e31 [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h. 2005-03-04 11:07:11 +00:00
YAMAMOTO Mitsuharu
3ec3313045 (main): Change #ifdef HAVE_CARBON' to #if defined (MAC_OSX) &&
defined (HAVE_CARBON)'.
2005-03-04 11:06:42 +00:00
Miles Bader
7584b77131 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-152
Add info/dir to arch branch
2005-03-04 04:54:40 +00:00
Miles Bader
2fd561a901 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-151
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 34-35)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/message.el (message-get-reply-headers, message-followup):
   Mention related variables `message-use-followup-to' and
   `message-use-mail-followup-to', in the information buffer.

   * lisp/gnus/nnweb.el (nnweb-type-definition): Use groups.google.de instead
   of broken groups(-beta).google.com.

2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
2005-03-03 23:02:21 +00:00
Thien-Thi Nguyen
c155895220 (FILE_SYSTEM_CASE): Define macro if not already defined.
(Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
(Fexpand_file_name): Likewise.
2005-03-03 20:17:24 +00:00
Daniel Pfeiffer
deda0c6558 Add comment for compilation-directory-properties. 2005-03-03 20:08:21 +00:00
Lute Kamstra
284f0680e9 *** empty log message *** 2005-03-03 16:29:19 +00:00
Lute Kamstra
b418c756e5 (Debugger Commands): Update `j'. 2005-03-03 16:28:32 +00:00
Lute Kamstra
b6b77a9068 (inhibit-debug-on-entry): Add docstring.
(debugger-jumping-flag): New var.
(debug-entry-code): Use it.
(debugger-jump): Use debugger-jumping-flag and add debugger-reenable
to post-command-hook.
(debugger-reenable): Use debugger-jumping-flag and remove itself from
post-command-hook.
(debug, debug-on-entry, cancel-debug-on-entry): Remove call to
debugger-reenable.
2005-03-03 16:25:13 +00:00
Thien-Thi Nguyen
fa43917042 (Fkill_emacs): Use EXIT_SUCCESS;
no longer special-case VMS.  Add bogus return value.
2005-03-03 15:37:29 +00:00
Stefan Monnier
d245ff23c3 (blink-cursor-mode): `emacs-quick-startup' may not be bound yet. 2005-03-03 13:12:47 +00:00
Kim F. Storm
139c65cf7b (XASSERTS): Define to 0 if not already defined.
(xassert) [!XASSERTS]: Define dummy version.
2005-03-02 22:35:17 +00:00
Kim F. Storm
db2dacf610 *** empty log message *** 2005-03-02 22:34:47 +00:00
John Paul Wallington
b8210c6e5f (ibuffer-filter-disable): Move back to the current buffer after
removing limits.
(ibuffer-pop-filter): Ditto.
Update copyright.
From: Romain Francoise <romain@orebokech.com>
2005-03-02 21:28:57 +00:00
Nick Roberts
b656e0f4bc (Contributing): Mention Savannah. Direct users to
emacs-devel.
2005-03-02 20:23:44 +00:00
Nick Roberts
ed910d7822 *** empty log message *** 2005-03-02 20:23:04 +00:00
Miles Bader
9a1c5fbf82 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-146
quick-install-emacs: Use mkdir --verbose only when requested

2005-03-02  Miles Bader  <miles@gnu.org>

   * admin/quick-install-emacs: Only use the mkdir --verbose option if the
   script's --verbose option was specified (this avoids problems with
   default usage on systems where mkdir doesn't support that option).
2005-03-02 09:26:43 +00:00
Miles Bader
aad1926a4f Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-145
(make-text-button): Default button type if not specified

2005-03-02  Miles Bader  <miles@gnu.org>

   * lisp/button.el (make-text-button): If the user doesn't specify a
   type, use the default.  Rewrite to use `add-text-properties' and
   plist functions.
2005-03-02 09:12:54 +00:00
Kim F. Storm
527d43c2ba (redisplay_window): YABX (yet another bogus xassert).
Reported by David Kastrup.
2005-03-01 23:21:52 +00:00
Kim F. Storm
0870514c24 *** empty log message *** 2005-03-01 23:20:49 +00:00
Stefan Monnier
4e90f2b99b (gnus-summary-exit): Undo last change and fix it in a more conservative way. 2005-03-01 22:44:46 +00:00
David Kastrup
70d9a9cda7 Add information about `-fno-crossjumping' for GCC. 2005-03-01 16:01:05 +00:00
Kim F. Storm
1868c863ed (get_next_display_element): Fix control and escape
glyph from display vector. From Ehud Karni <ehud@unix.mvs.co.il>
2005-03-01 13:38:34 +00:00
Kim F. Storm
6b640092bc *** empty log message *** 2005-03-01 13:37:23 +00:00
Stefan Monnier
f4a5a4857b (Fposn_at_x_y): Check integerness of X and Y. 2005-03-01 13:17:47 +00:00
Lute Kamstra
439368ed41 (debug): Skip one more frame in case of debug on entry.
(debugger-setup-buffer): Delete one more frame line in case of debug
on entry.
(debugger-frame-number): Update to use the new text introduced by the
1999-11-03 change.  Skip one more frame in case of debug on entry.
2005-03-01 13:02:37 +00:00
Robert J. Chassell
43e7d00a0d Update copyright to 2005 and add remark about commenting out inclusion
of "itemize\\|" in lisp/textmodes/texinfmt.el to lisp/ChangeLog.
2005-03-01 12:44:51 +00:00
Robert J. Chassell
5fe9405724 Update copyright notice to 2005. 2005-03-01 12:28:24 +00:00
Nick Roberts
50af6c667d (gdb-get-location): Use a warning instead
of an error if GDB can't find the source file.
2005-03-01 10:43:05 +00:00
Nick Roberts
911ba5f88c *** empty log message *** 2005-03-01 10:41:45 +00:00
Glenn Morris
7dc17d5ce7 (Adding to Diary): Mention redrawing of calendar window. 2005-03-01 10:26:18 +00:00
Glenn Morris
f830b09ecb *** empty log message *** 2005-03-01 10:25:49 +00:00
Glenn Morris
cea82f86ac (redraw-calendar): Work from any buffer, not just the calendar. 2005-03-01 10:24:33 +00:00