1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00
Commit graph

56598 commits

Author SHA1 Message Date
Nick Roberts
f964fa513c (easy-menu-define): Doc fixes. 2005-05-13 23:22:42 +00:00
Richard M. Stallman
6840d3505d (Finsert_file_contents): Fix previous change. 2005-05-13 23:09:41 +00:00
Jan Djärv
d90b02af14 * dired.el (dired-mode): make-variable-buffer-local =>
make-local-variable
2005-05-13 17:03:30 +00:00
Richard M. Stallman
68780e2abd (Ffind_file_name_handler): Handle lambda-exp as handler.
(Finsert_file_contents): If we read 0 bytes from a special file,
unlock the visited file if we locked it.
(Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
(Ffile_exists_p, Ffile_symlink_p): Doc fixes.
2005-05-13 13:34:23 +00:00
YAMAMOTO Mitsuharu
5063dbbf5a *** empty log message *** 2005-05-13 08:55:33 +00:00
YAMAMOTO Mitsuharu
5d6da11edb Regenerate. 2005-05-13 08:55:10 +00:00
YAMAMOTO Mitsuharu
de0a3247ca Don't check HAVE_CARBON if HAVE_X11 is set to yes. Check HAVE_CARBON
before USE_TOOLKIT_SCROLL_BARS.  Define USE_TOOLKIT_SCROLL_BARS by
default if HAVE_CARBON is set to yes.
2005-05-13 08:54:23 +00:00
YAMAMOTO Mitsuharu
ef7c480ddf (DIRECTORY_SEP): New macro.
(IS_DIRECTORY_SEP): Use it.
2005-05-13 08:53:17 +00:00
YAMAMOTO Mitsuharu
5a537870e3 (mac-select-convert-to-string): Try coding
systems in mac-script-code-coding-systems if specified one cannot
encode string for `com.apple.traditional-mac-plain-text'.
2005-05-13 08:51:35 +00:00
YAMAMOTO Mitsuharu
66b8e07b28 (buildobj.lst): New target.
(Clean): Delete file buildobj.lst.
(Emacs, {DocTarget}DOC): Depend on buildobj.lst.
(EmacsSource, MacSource, LispSource, LispSourceDontCompile):
Remove variables.
(SOME_MACHINE_OBJECTS, shortlisp, SOME_MACHINE_LISP): New
variables.
({DocTarget}DOC): Use them.
(Make-DocFile-PPCCOptions): Add `-d MAC_OS -d MAC_OS8'.
2005-05-13 08:50:27 +00:00
YAMAMOTO Mitsuharu
29b78ea8f6 Sync with src/config.in.
(DO_BLOCK_INPUT, HAVE_DIFFTIME, HAVE_LOCALE_H, HAVE_MEMCMP)
(HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_SETITIMER)
(HAVE_SIZE_T, HAVE_SYS_IOCTL_H, HAVE_SYS_PARAM_H, HAVE_SYS_STAT_H)
(HAVE_SYS_TYPES_H, TIME_WITH_SYS_TIME, SYNC_INPUT): Define them.
[__MRC__] (HAVE_ALLOCA_H): Likewise.
(config_machfile, config_opsysfile, my_strftime): New macros.
(HAVE_PWD_H): Move from s-mac.h.
(HAVE_ALLOCA, C_ALLOCA): Move from m-mac.h.
(PTR): Move to s-mac.h.
2005-05-13 08:49:50 +00:00
YAMAMOTO Mitsuharu
948e665681 (HAVE_ALLOCA, C_ALLOCA): Move to config.h. 2005-05-13 08:49:15 +00:00
YAMAMOTO Mitsuharu
58f3150e5d Sync with src/s/template.h. Don't include fcntl.h, time.h, or signal.h.
(index, rindex): New macros.
[__MRC__] (sigmask, __signal_max, NSIG): Adjust signal numbers for
compatibility with predefined ones.
(PTR): Move from s-mac.h.
(HAVE_PWD_H): Move to config.h.
(volatile): Remove macro.
[__MRC__] (strftime): Likewise.
(read_input_waiting, sys_gmtime, sys_localtime, sys_ctime)
(sys_time, sys_signal, atof): Remove declarations.
2005-05-13 08:48:45 +00:00
YAMAMOTO Mitsuharu
bfd3cbc477 (ITIMER_REAL): New macro.
(struct itimerval): New struct.
(setitimer): New extern.
2005-05-13 08:48:01 +00:00
YAMAMOTO Mitsuharu
34e1bbc25e (main) [MAC_OS8]: Call init_atimer before mac_term_init. 2005-05-13 08:45:13 +00:00
YAMAMOTO Mitsuharu
354344a20a (readable_events) [USE_TOOLKIT_SCROLL_BARS]: Regard
toolkit scroll bar thumb drag events as squeezable and prevent
redisplay from being paused by them.
2005-05-13 08:44:49 +00:00
YAMAMOTO Mitsuharu
62b00a4687 [!MAC_OSX] Include keyboard.h and syssignal.h.
[!MAC_OSX] (target_ticks): Remove variable.
[!MAC_OSX] (check_alarm, pause, index): Remove functions.
[!MAC_OSX && __MRC__] (sys_strftime): Likewise.
[!MAC_OSX] (select): If fd 0 is not set in rfds and some input
event occurs before timeout, behave as if the function were
interrupted.
[!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
handling using Time Manager routines.
[!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask): New
variables.
[!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
(setitimer): New functions.
2005-05-13 08:44:20 +00:00
YAMAMOTO Mitsuharu
b78c807ab4 Don't include signal.h. 2005-05-13 08:43:18 +00:00
YAMAMOTO Mitsuharu
e6bdfa32e4 [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
Rename from get_control_part_bound.  All callers changed.
(x_scroll_bar_clear): New function.
(x_clear_frame): Use it.
(XTset_vertical_scroll_bar): Don't call Draw1Control.
(x_scroll_bar_handle_click): Change type of second argument from
int to ControlPartCode.
(check_alarm): Remove declaration.
(XTread_Socket) [!TARGET_API_MAC_CARBON]: Don't call it.
(XTread_Socket): Use ControlPartCode instead of SInt16.
2005-05-13 08:42:38 +00:00
YAMAMOTO Mitsuharu
40ef069579 Include assert.h.
(MACOSX_MALLOC_MULT16): New define.
[MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
ptr is in unexec regions by checking it is multiple of 16.
(unexec_malloc_header_t): New typedef.
(unexec_malloc, unexec_realloc, unexec_free): Store and use
allocated size information in unexec_malloc_header.
2005-05-13 08:41:03 +00:00
Daniel Pfeiffer
dda6a1685b Advertize Makefile mode changes. 2005-05-13 08:06:41 +00:00
Daniel Pfeiffer
27a7c83f09 (auto-mode-alist, interpreter-mode-alist): Set up the new variants of makefile-mode. 2005-05-13 07:58:44 +00:00
Daniel Pfeiffer
9c859203d9 (makefile-targets-face, makefile-shell-face, makefile-makepp-perl-face): New faces.
(makefile-dependency-regex): Fix it to not make the colon in $(var:a=b) special.
(makefile-rule-action-regex): New regexp for highlighting embedded Shell strings.
(makefile-macroassign-regex): Handle != for highlighting as embedded Shell strings.
(makefile-var-use-regex): New const.
(makefile-statements, makefile-automake-statements)
(makefile-gmake-statements, makefile-makepp-statements)
(makefile-bsdmake-statements): New consts.
(makefile-make-font-lock-keywords): New function.
(makefile-automake-font-lock-keywords)
(makefile-gmake-font-lock-keywords)
(makefile-makepp-font-lock-keywords)
(makefile-bsdmake-font-lock-keywords): New consts.
(makefile-mode-map): Add switchers between the various submodes.
(makefile-mode): Document the availability of the variants.
(makefile-automake-mode, makefile-gmake-mode)
(makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2005-05-13 07:51:15 +00:00
Kenichi Handa
a30c8f4bf9 *** empty log message *** 2005-05-13 06:04:28 +00:00
Kenichi Handa
2fd125a339 Fix copyrights. 2005-05-13 06:03:46 +00:00
Stefan Monnier
3989c3e714 (font-lock-comment-delimiter-face): Fix up the inheritance. 2005-05-13 03:34:50 +00:00
YAMAMOTO Mitsuharu
3f2bf04a77 (syms_of_macselect) [MAC_OSX]: Apply a change that was previously
mentioned but actually not applied.
2005-05-13 02:28:53 +00:00
Luc Teirlinck
0f64661897 (inferior-lisp-mode-hook, inferior-lisp-load-hook): Convert defcustoms
back to defvars.
2005-05-13 02:28:52 +00:00
Luc Teirlinck
0de01c281a *** empty log message *** 2005-05-13 02:25:35 +00:00
Luc Teirlinck
0fc205c63e (normal-mode): Extend the scope of the `enable-local-variables'
binding to include the `set-auto-mode' call.
(magic-mode-alist): Doc fix.
2005-05-12 23:09:33 +00:00
Luc Teirlinck
0cc615112c *** empty log message *** 2005-05-12 23:07:24 +00:00
Stefan Monnier
3187cffc0d (font-lock-comment-delimiter-face): Fix last change. 2005-05-12 21:23:04 +00:00
Stefan Monnier
bf2cea1da0 (font-lock-comment-delimiter-face): Inherit from
font-lock-comment-face rather than copying its setting.
2005-05-12 20:04:32 +00:00
Andreas Schwab
e94dae7fe3 (eshell-send-input): Doc fix. 2005-05-12 14:12:25 +00:00
Lute Kamstra
199581247b *** empty log message *** 2005-05-12 13:25:15 +00:00
Lute Kamstra
7e8035019d (define-generic-mode): Don't generate a defcustom for the mode hook
variable.  Delete the last argument.
2005-05-12 13:23:31 +00:00
Lute Kamstra
28e7aba4fd (Generic Modes): Update.
(Major Modes): Refer to node "Generic Modes".
2005-05-12 13:20:56 +00:00
Lute Kamstra
d4fb185de9 Fix callers of define-generic-mode.
(generic-x-modes): Delete group.
(show-tabs-tab-face, show-tabs-space-face): Put them in the generic-x
customization group.
2005-05-12 13:19:29 +00:00
Thien-Thi Nguyen
0598b84f10 *** empty log message *** 2005-05-12 11:14:42 +00:00
Richard M. Stallman
c50089c9bb Comment change. 2005-05-12 09:26:17 +00:00
Kim F. Storm
5ba65c038f (c-basic-matchers-before): Don't apply
font-lock-negation-char-face to ! in !=.
2005-05-12 08:57:42 +00:00
Kim F. Storm
39eae0731c (font-lock-negation-char-face): Default to "off". 2005-05-12 08:57:17 +00:00
Kim F. Storm
6da4411e2e *** empty log message *** 2005-05-12 08:57:04 +00:00
Masatake YAMATO
218cf475f5 (find-change-log): Fix typos in the docstring of function. 2005-05-12 05:29:57 +00:00
Thien-Thi Nguyen
913d55fe7f *** empty log message *** 2005-05-12 01:39:56 +00:00
Thien-Thi Nguyen
0ec2b560ea Update years in copyright notice; nfc. 2005-05-12 01:35:20 +00:00
Thien-Thi Nguyen
aa3280d698 *** empty log message *** 2005-05-12 00:53:05 +00:00
Lute Kamstra
405cb12a9d *** empty log message *** 2005-05-11 23:30:04 +00:00
Lute Kamstra
5f43de89be (Customization): Add menu descriptions. 2005-05-11 23:27:17 +00:00
Lute Kamstra
b4b2903b59 (Processes): Add menu description. 2005-05-11 23:26:33 +00:00