bpt/emacs.git
19 years ago(dnd-protocol-alist): Add autoload.
Richard M. Stallman [Sat, 14 May 2005 11:24:17 +0000 (11:24 +0000)]
(dnd-protocol-alist): Add autoload.

19 years agoMore doc usage fixes.
Richard M. Stallman [Sat, 14 May 2005 11:21:12 +0000 (11:21 +0000)]
More doc usage fixes.

19 years agoMany doc usage fixes.
Richard M. Stallman [Sat, 14 May 2005 11:20:19 +0000 (11:20 +0000)]
Many doc usage fixes.
(sh-indent-after-do): Change default to match common styles.

19 years ago(interpreter-mode-alist, auto-mode-interpreter-regexp): Doc fixes.
Luc Teirlinck [Sat, 14 May 2005 00:56:30 +0000 (00:56 +0000)]
(interpreter-mode-alist, auto-mode-interpreter-regexp): Doc fixes.

19 years ago*** empty log message ***
Jay Belanger [Sat, 14 May 2005 00:55:56 +0000 (00:55 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Luc Teirlinck [Sat, 14 May 2005 00:54:11 +0000 (00:54 +0000)]
*** empty log message ***

19 years ago(Default Simplifications): Mention 0^0=1.
Jay Belanger [Sat, 14 May 2005 00:53:40 +0000 (00:53 +0000)]
(Default Simplifications): Mention 0^0=1.

19 years ago(syms_of_emacs): Fix doc string for system-type.
Nick Roberts [Fri, 13 May 2005 23:28:35 +0000 (23:28 +0000)]
(syms_of_emacs): Fix doc string for system-type.

19 years ago*** empty log message ***
Nick Roberts [Fri, 13 May 2005 23:27:04 +0000 (23:27 +0000)]
*** empty log message ***

19 years ago(tmm-get-keymap): Include only active menus and menu items.
Nick Roberts [Fri, 13 May 2005 23:23:42 +0000 (23:23 +0000)]
(tmm-get-keymap): Include only active menus and menu items.

19 years ago(easy-menu-define): Doc fixes.
Nick Roberts [Fri, 13 May 2005 23:22:42 +0000 (23:22 +0000)]
(easy-menu-define): Doc fixes.

19 years ago(Finsert_file_contents): Fix previous change.
Richard M. Stallman [Fri, 13 May 2005 23:09:41 +0000 (23:09 +0000)]
(Finsert_file_contents): Fix previous change.

19 years ago* dired.el (dired-mode): make-variable-buffer-local =>
Jan Djärv [Fri, 13 May 2005 17:03:30 +0000 (17:03 +0000)]
* dired.el (dired-mode): make-variable-buffer-local =>
make-local-variable

19 years ago(Ffind_file_name_handler): Handle lambda-exp as handler.
Richard M. Stallman [Fri, 13 May 2005 13:34:23 +0000 (13:34 +0000)]
(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.

19 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:55:33 +0000 (08:55 +0000)]
*** empty log message ***

19 years agoRegenerate.
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:55:10 +0000 (08:55 +0000)]
Regenerate.

19 years agoDon't check HAVE_CARBON if HAVE_X11 is set to yes. Check HAVE_CARBON
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:54:23 +0000 (08:54 +0000)]
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.

19 years ago(DIRECTORY_SEP): New macro.
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:53:17 +0000 (08:53 +0000)]
(DIRECTORY_SEP): New macro.
(IS_DIRECTORY_SEP): Use it.

19 years ago(mac-select-convert-to-string): Try coding
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:51:35 +0000 (08:51 +0000)]
(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'.

19 years ago(buildobj.lst): New target.
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:50:27 +0000 (08:50 +0000)]
(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'.

19 years agoSync with src/config.in.
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:49:50 +0000 (08:49 +0000)]
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.

19 years ago(HAVE_ALLOCA, C_ALLOCA): Move to config.h.
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:49:15 +0000 (08:49 +0000)]
(HAVE_ALLOCA, C_ALLOCA): Move to config.h.

19 years agoSync with src/s/template.h. Don't include fcntl.h, time.h, or signal.h.
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:48:45 +0000 (08:48 +0000)]
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.

19 years ago(ITIMER_REAL): New macro.
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:48:01 +0000 (08:48 +0000)]
(ITIMER_REAL): New macro.
(struct itimerval): New struct.
(setitimer): New extern.

19 years ago(main) [MAC_OS8]: Call init_atimer before mac_term_init.
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:45:13 +0000 (08:45 +0000)]
(main) [MAC_OS8]: Call init_atimer before mac_term_init.

19 years ago(readable_events) [USE_TOOLKIT_SCROLL_BARS]: Regard
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:44:49 +0000 (08:44 +0000)]
(readable_events) [USE_TOOLKIT_SCROLL_BARS]: Regard
toolkit scroll bar thumb drag events as squeezable and prevent
redisplay from being paused by them.

19 years ago[!MAC_OSX] Include keyboard.h and syssignal.h.
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:44:20 +0000 (08:44 +0000)]
[!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.

19 years agoDon't include signal.h.
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:43:18 +0000 (08:43 +0000)]
Don't include signal.h.

19 years ago[USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:42:38 +0000 (08:42 +0000)]
[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.

19 years agoInclude assert.h.
YAMAMOTO Mitsuharu [Fri, 13 May 2005 08:41:03 +0000 (08:41 +0000)]
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.

19 years agoAdvertize Makefile mode changes.
Daniel Pfeiffer [Fri, 13 May 2005 08:06:41 +0000 (08:06 +0000)]
Advertize Makefile mode changes.

19 years ago(auto-mode-alist, interpreter-mode-alist): Set up the new variants of makefile-mode.
Daniel Pfeiffer [Fri, 13 May 2005 07:58:44 +0000 (07:58 +0000)]
(auto-mode-alist, interpreter-mode-alist): Set up the new variants of makefile-mode.

19 years ago(makefile-targets-face, makefile-shell-face, makefile-makepp-perl-face): New faces.
Daniel Pfeiffer [Fri, 13 May 2005 07:51:15 +0000 (07:51 +0000)]
(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.

19 years ago*** empty log message ***
Kenichi Handa [Fri, 13 May 2005 06:04:28 +0000 (06:04 +0000)]
*** empty log message ***

19 years agoFix copyrights.
Kenichi Handa [Fri, 13 May 2005 06:03:46 +0000 (06:03 +0000)]
Fix copyrights.

19 years ago(font-lock-comment-delimiter-face): Fix up the inheritance.
Stefan Monnier [Fri, 13 May 2005 03:34:50 +0000 (03:34 +0000)]
(font-lock-comment-delimiter-face): Fix up the inheritance.

19 years ago(syms_of_macselect) [MAC_OSX]: Apply a change that was previously
YAMAMOTO Mitsuharu [Fri, 13 May 2005 02:28:53 +0000 (02:28 +0000)]
(syms_of_macselect) [MAC_OSX]: Apply a change that was previously
mentioned but actually not applied.

19 years ago(inferior-lisp-mode-hook, inferior-lisp-load-hook): Convert defcustoms
Luc Teirlinck [Fri, 13 May 2005 02:28:52 +0000 (02:28 +0000)]
(inferior-lisp-mode-hook, inferior-lisp-load-hook): Convert defcustoms
back to defvars.

19 years ago*** empty log message ***
Luc Teirlinck [Fri, 13 May 2005 02:25:35 +0000 (02:25 +0000)]
*** empty log message ***

19 years ago(normal-mode): Extend the scope of the `enable-local-variables'
Luc Teirlinck [Thu, 12 May 2005 23:09:33 +0000 (23:09 +0000)]
(normal-mode): Extend the scope of the `enable-local-variables'
binding to include the `set-auto-mode' call.
(magic-mode-alist): Doc fix.

19 years ago*** empty log message ***
Luc Teirlinck [Thu, 12 May 2005 23:07:24 +0000 (23:07 +0000)]
*** empty log message ***

19 years ago(font-lock-comment-delimiter-face): Fix last change.
Stefan Monnier [Thu, 12 May 2005 21:23:04 +0000 (21:23 +0000)]
(font-lock-comment-delimiter-face): Fix last change.

19 years ago(font-lock-comment-delimiter-face): Inherit from
Stefan Monnier [Thu, 12 May 2005 20:04:32 +0000 (20:04 +0000)]
(font-lock-comment-delimiter-face): Inherit from
font-lock-comment-face rather than copying its setting.

19 years ago(eshell-send-input): Doc fix.
Andreas Schwab [Thu, 12 May 2005 14:12:25 +0000 (14:12 +0000)]
(eshell-send-input): Doc fix.

19 years ago*** empty log message ***
Lute Kamstra [Thu, 12 May 2005 13:25:15 +0000 (13:25 +0000)]
*** empty log message ***

19 years ago(define-generic-mode): Don't generate a defcustom for the mode hook
Lute Kamstra [Thu, 12 May 2005 13:23:31 +0000 (13:23 +0000)]
(define-generic-mode): Don't generate a defcustom for the mode hook
variable.  Delete the last argument.

19 years ago(Generic Modes): Update.
Lute Kamstra [Thu, 12 May 2005 13:20:56 +0000 (13:20 +0000)]
(Generic Modes): Update.
(Major Modes): Refer to node "Generic Modes".

19 years agoFix callers of define-generic-mode.
Lute Kamstra [Thu, 12 May 2005 13:19:29 +0000 (13:19 +0000)]
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.

19 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 12 May 2005 11:14:42 +0000 (11:14 +0000)]
*** empty log message ***

19 years agoComment change.
Richard M. Stallman [Thu, 12 May 2005 09:26:17 +0000 (09:26 +0000)]
Comment change.

19 years ago(c-basic-matchers-before): Don't apply
Kim F. Storm [Thu, 12 May 2005 08:57:42 +0000 (08:57 +0000)]
(c-basic-matchers-before): Don't apply
font-lock-negation-char-face to ! in !=.

19 years ago(font-lock-negation-char-face): Default to "off".
Kim F. Storm [Thu, 12 May 2005 08:57:17 +0000 (08:57 +0000)]
(font-lock-negation-char-face): Default to "off".

19 years ago*** empty log message ***
Kim F. Storm [Thu, 12 May 2005 08:57:04 +0000 (08:57 +0000)]
*** empty log message ***

19 years ago(find-change-log): Fix typos in the docstring of function.
Masatake YAMATO [Thu, 12 May 2005 05:29:57 +0000 (05:29 +0000)]
(find-change-log): Fix typos in the docstring of function.

19 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 12 May 2005 01:39:56 +0000 (01:39 +0000)]
*** empty log message ***

19 years agoUpdate years in copyright notice; nfc.
Thien-Thi Nguyen [Thu, 12 May 2005 01:35:20 +0000 (01:35 +0000)]
Update years in copyright notice; nfc.

19 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 12 May 2005 00:53:05 +0000 (00:53 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Lute Kamstra [Wed, 11 May 2005 23:30:04 +0000 (23:30 +0000)]
*** empty log message ***

19 years ago(Customization): Add menu descriptions.
Lute Kamstra [Wed, 11 May 2005 23:27:17 +0000 (23:27 +0000)]
(Customization): Add menu descriptions.

19 years ago(Processes): Add menu description.
Lute Kamstra [Wed, 11 May 2005 23:26:33 +0000 (23:26 +0000)]
(Processes): Add menu description.

19 years ago(Top): Update to the current structure of the manual.
Lute Kamstra [Wed, 11 May 2005 23:25:27 +0000 (23:25 +0000)]
(Top): Update to the current structure of the manual.

19 years ago(latexenc-find-file-coding-system): Avoid `re-search-forward' when
Lute Kamstra [Wed, 11 May 2005 23:04:08 +0000 (23:04 +0000)]
(latexenc-find-file-coding-system): Avoid `re-search-forward' when
looking for input encoding because of speed and safety.  Better
regular expressions for recognizing input encoding.  Limit a search
for TeX-master/tex-main-file to the local variable section.

19 years ago(sh-mode-default-syntax-table): Set the
Dan Nicolaescu [Wed, 11 May 2005 22:57:25 +0000 (22:57 +0000)]
(sh-mode-default-syntax-table): Set the
syntax of $ to "'" (quote).

19 years ago*** empty log message ***
Luc Teirlinck [Wed, 11 May 2005 21:00:41 +0000 (21:00 +0000)]
*** empty log message ***

19 years ago* dnd.el (dnd-protocol-alist): Improve custom type.
Reiner Steib [Wed, 11 May 2005 19:32:51 +0000 (19:32 +0000)]
* dnd.el (dnd-protocol-alist): Improve custom type.

* dired.el (dired-dnd-protocol-alist): New variable.
(dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
`dired-mode-hook' to the end.

19 years ago(font-lock-fontify-syntactically-region): Don't use comment-end if
Stefan Monnier [Wed, 11 May 2005 18:52:17 +0000 (18:52 +0000)]
(font-lock-fontify-syntactically-region): Don't use comment-end if
comment-start-skip is not set.
Obey the font-lock-comment-delimiter-face variables.

19 years agoFixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo [Wed, 11 May 2005 18:26:03 +0000 (18:26 +0000)]
Fixed wrong entries in etc/ChangeLog and replaced my email.

19 years ago(executable-find): Move to files.el.
Stefan Monnier [Wed, 11 May 2005 16:42:40 +0000 (16:42 +0000)]
(executable-find): Move to files.el.

19 years ago(font-lock-fontify-syntactically-region):
Richard M. Stallman [Wed, 11 May 2005 16:27:25 +0000 (16:27 +0000)]
(font-lock-fontify-syntactically-region):
Use font-lock-comment-delimiter-face for comment delimiters.

19 years ago(executable-find): Move from executable.el. Use locate-file.
Stefan Monnier [Wed, 11 May 2005 16:24:55 +0000 (16:24 +0000)]
(executable-find): Move from executable.el. Use locate-file.

19 years ago(font-lock-fontify-keywords-region): Use a marker
Stefan Monnier [Wed, 11 May 2005 15:55:16 +0000 (15:55 +0000)]
(font-lock-fontify-keywords-region): Use a marker
when trying to ensure forward progress.

19 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 11 May 2005 14:07:00 +0000 (14:07 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 11 May 2005 14:01:52 +0000 (14:01 +0000)]
*** empty log message ***

19 years ago(Low-Level Network): Fix typo.
Thien-Thi Nguyen [Wed, 11 May 2005 13:56:04 +0000 (13:56 +0000)]
(Low-Level Network): Fix typo.

19 years ago(Signals to Processes): Fix typo.
Thien-Thi Nguyen [Wed, 11 May 2005 13:11:13 +0000 (13:11 +0000)]
(Signals to Processes): Fix typo.

19 years agoFrom Chong Yidong <cyd@stupidchicken.com>
Kim F. Storm [Wed, 11 May 2005 12:33:44 +0000 (12:33 +0000)]
From Chong Yidong  <cyd@stupidchicken.com>
(mouse-sel-follow-link-p): New function.
(mouse-select, mouse-select-internal, mouse-extend-internal):
Use it to implement mouse-1-click-follows-link functionality.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 11 May 2005 12:33:06 +0000 (12:33 +0000)]
*** empty log message ***

19 years ago(Top): Add some nodes from the chapter "Major and Minor Modes" to the
Lute Kamstra [Wed, 11 May 2005 12:29:09 +0000 (12:29 +0000)]
(Top): Add some nodes from the chapter "Major and Minor Modes" to the
detailed node listing.

19 years ago(calc-m-prefix-help): Add mention of preserving embedded modes.
Jay Belanger [Tue, 10 May 2005 20:22:07 +0000 (20:22 +0000)]
(calc-m-prefix-help): Add mention of preserving embedded modes.

19 years ago*** empty log message ***
Richard M. Stallman [Tue, 10 May 2005 09:22:07 +0000 (09:22 +0000)]
*** empty log message ***

19 years ago(Compilation): Clarify recompile's directory choice.
Richard M. Stallman [Tue, 10 May 2005 09:21:52 +0000 (09:21 +0000)]
(Compilation): Clarify recompile's directory choice.

19 years ago(Tooltips): Cleanups.
Richard M. Stallman [Tue, 10 May 2005 09:20:52 +0000 (09:20 +0000)]
(Tooltips): Cleanups.

19 years agoFix previous change.
Richard M. Stallman [Tue, 10 May 2005 09:19:19 +0000 (09:19 +0000)]
Fix previous change.

19 years ago(noinclude): Add #undef.
Richard M. Stallman [Tue, 10 May 2005 09:18:48 +0000 (09:18 +0000)]
(noinclude): Add #undef.

19 years agoDon't include signal.h.
Richard M. Stallman [Tue, 10 May 2005 09:18:02 +0000 (09:18 +0000)]
Don't include signal.h.

19 years ago(Extended Menu Items): Menu item filter functions
Richard M. Stallman [Tue, 10 May 2005 09:15:49 +0000 (09:15 +0000)]
(Extended Menu Items): Menu item filter functions
can be called at any time.

19 years ago(sh-indent-for-do): Default to 0.
Richard M. Stallman [Tue, 10 May 2005 09:13:04 +0000 (09:13 +0000)]
(sh-indent-for-do): Default to 0.

19 years ago(ada-adjust-case-skeleton): Moved from ada-stmt.el.
Richard M. Stallman [Tue, 10 May 2005 09:12:40 +0000 (09:12 +0000)]
(ada-adjust-case-skeleton): Moved from ada-stmt.el.
(ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.

19 years ago(ada-adjust-case-skeleton): Moved to ada-mode.el.
Richard M. Stallman [Tue, 10 May 2005 09:11:43 +0000 (09:11 +0000)]
(ada-adjust-case-skeleton): Moved to ada-mode.el.
(ada-stmt-mode-hook): Deleted; do the work in ada-mode.

19 years ago(custom-file): Call file-chase-links.
Richard M. Stallman [Tue, 10 May 2005 09:09:58 +0000 (09:09 +0000)]
(custom-file): Call file-chase-links.

19 years ago(read-directory-name): Fix previous change.
Richard M. Stallman [Tue, 10 May 2005 09:08:28 +0000 (09:08 +0000)]
(read-directory-name): Fix previous change.
(hack-local-variables-confirm): New function.
(hack-local-variables-prop-line, hack-local-variables)
(hack-one-local-variable): Use it.

19 years ago(font-lock-keywords-alist, font-lock-removed-keywords-alist): Clarify docstrings.
Lute Kamstra [Tue, 10 May 2005 09:02:40 +0000 (09:02 +0000)]
(font-lock-keywords-alist, font-lock-removed-keywords-alist): Clarify docstrings.

19 years ago(Arguments): Fix punctuation.
Richard M. Stallman [Tue, 10 May 2005 07:26:25 +0000 (07:26 +0000)]
(Arguments): Fix punctuation.

19 years ago(Menu Bar): The up and down (not left and right) arrows move through a
Luc Teirlinck [Mon, 9 May 2005 22:29:45 +0000 (22:29 +0000)]
(Menu Bar): The up and down (not left and right) arrows move through a
keyboard menu.

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 9 May 2005 22:25:37 +0000 (22:25 +0000)]
*** empty log message ***

19 years ago(gud-tooltip-mode): Require tooltip to be safe.
Nick Roberts [Mon, 9 May 2005 21:55:33 +0000 (21:55 +0000)]
(gud-tooltip-mode): Require tooltip to be safe.
(gud-tooltip-print-command): Add gdbmi case.
(gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
preprocessor info.

19 years ago(gdb-macro-info): New variable.
Nick Roberts [Mon, 9 May 2005 21:54:47 +0000 (21:54 +0000)]
(gdb-macro-info): New variable.
(gdb-source-info): Check for preprocessor info.
(gdb-tooltip-print-1): New function. Don't print tooltip if it is
a macro for a function.
found (user might have used GDB dir command).
(gdb-info-breakpoints-custom): Try to find file again if not already
(gdb-get-location): Update gdb-location-alist correctly for change
to gdb-info-breakpoints-custom.

19 years ago*** empty log message ***
Nick Roberts [Mon, 9 May 2005 21:54:06 +0000 (21:54 +0000)]
*** empty log message ***

19 years agoRearrange; clarify some entries.
Richard M. Stallman [Mon, 9 May 2005 21:02:37 +0000 (21:02 +0000)]
Rearrange; clarify some entries.

19 years ago*** empty log message ***
Stefan Monnier [Mon, 9 May 2005 17:31:00 +0000 (17:31 +0000)]
*** empty log message ***