]> code.delx.au - gnu-emacs/log
gnu-emacs
18 years agoFix last change.
Eli Zaretskii [Sun, 29 Jan 2006 04:47:23 +0000 (04:47 +0000)]
Fix last change.

18 years ago(bs--format-aux): Implement `middle' alignment as described in the docstring for
Juanma Barranquero [Sun, 29 Jan 2006 02:49:03 +0000 (02:49 +0000)]
(bs--format-aux): Implement `middle' alignment as described in the docstring for
`bs-attributes-list'.
(bs--get-name): Simplify.  Don't pad the buffer name.

18 years ago(Fcar, Fcdr): Doc fixes.
Luc Teirlinck [Sun, 29 Jan 2006 02:19:33 +0000 (02:19 +0000)]
(Fcar, Fcdr): Doc fixes.

18 years ago*** empty log message ***
Luc Teirlinck [Sat, 28 Jan 2006 23:21:34 +0000 (23:21 +0000)]
*** empty log message ***

18 years ago(Fcar, Fcdr): Add links to Elisp manual to the docstrings.
Luc Teirlinck [Sat, 28 Jan 2006 23:16:35 +0000 (23:16 +0000)]
(Fcar, Fcdr): Add links to Elisp manual to the docstrings.

18 years ago*** empty log message ***
Luc Teirlinck [Sat, 28 Jan 2006 23:15:09 +0000 (23:15 +0000)]
*** empty log message ***

18 years ago(Cons Cells): Minor correction (the cdr of a dotted list is not
Luc Teirlinck [Sat, 28 Jan 2006 22:28:38 +0000 (22:28 +0000)]
(Cons Cells): Minor correction (the cdr of a dotted list is not
necessarily a list).

18 years agoCapitalize dir entry for consistency with the entry
Luc Teirlinck [Sat, 28 Jan 2006 21:32:07 +0000 (21:32 +0000)]
Capitalize dir entry for consistency with the entry
in info/dir and other entries in the Emacs category.
Fix typos.  Delete trailing whitespace.

18 years ago*** empty log message ***
Luc Teirlinck [Sat, 28 Jan 2006 21:31:09 +0000 (21:31 +0000)]
*** empty log message ***

18 years ago(install-arch-indep, uninstall): Add rcirc.
Luc Teirlinck [Sat, 28 Jan 2006 16:42:08 +0000 (16:42 +0000)]
(install-arch-indep, uninstall): Add rcirc.

18 years ago*** empty log message ***
Luc Teirlinck [Sat, 28 Jan 2006 16:40:40 +0000 (16:40 +0000)]
*** empty log message ***

18 years agoSome @cindex changes, some changes from @kbd to
Alex Schroeder [Sat, 28 Jan 2006 12:06:48 +0000 (12:06 +0000)]
Some @cindex changes, some changes from @kbd to
@key.

18 years agoRonan Keryell's Sep 23 bug about "tramp sudo:: and version control on RCS"
Chong Yidong [Sat, 28 Jan 2006 00:37:43 +0000 (00:37 +0000)]
Ronan Keryell's Sep 23 bug about "tramp sudo:: and version control on RCS"
fixed: see emacs-devel thread started by Andre Spiegel, 2005-11-19

18 years agoalign.el bug was fixed some time ago.
Chong Yidong [Sat, 28 Jan 2006 00:30:06 +0000 (00:30 +0000)]
align.el bug was fixed some time ago.

18 years ago* TODO: Make SYNC_INPUT the default.
Chong Yidong [Fri, 27 Jan 2006 22:58:12 +0000 (22:58 +0000)]
* TODO: Make SYNC_INPUT the default.

18 years ago* FOR-RELEASE: string allocation bugs fixed.
Chong Yidong [Fri, 27 Jan 2006 22:52:20 +0000 (22:52 +0000)]
* FOR-RELEASE: string allocation bugs fixed.

18 years ago*** empty log message ***
Richard M. Stallman [Fri, 27 Jan 2006 22:36:38 +0000 (22:36 +0000)]
*** empty log message ***

18 years ago* alloc.c (make_interval, allocate_string)
Chong Yidong [Fri, 27 Jan 2006 22:14:57 +0000 (22:14 +0000)]
* alloc.c (make_interval, allocate_string)
(allocate_string_data, make_float, Fcons, allocate_vectorlike)
(Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
global variables.

18 years agoAdd arch tagline
Miles Bader [Fri, 27 Jan 2006 22:08:11 +0000 (22:08 +0000)]
Add arch tagline

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 27 Jan 2006 20:45:13 +0000 (20:45 +0000)]
*** empty log message ***

18 years ago(DIRENTRY_NONEMPTY) [__CYGWIN__]: Use the MSDOS definition.
Eli Zaretskii [Fri, 27 Jan 2006 20:44:10 +0000 (20:44 +0000)]
(DIRENTRY_NONEMPTY) [__CYGWIN__]: Use the MSDOS definition.

18 years ago(ispell-find-aspell-dictionaries): If no English aspell dictionary is
Eli Zaretskii [Fri, 27 Jan 2006 19:49:14 +0000 (19:49 +0000)]
(ispell-find-aspell-dictionaries): If no English aspell dictionary is
installed, use the first entry of ispell-dictionary-alist-1.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 27 Jan 2006 19:46:43 +0000 (19:46 +0000)]
*** empty log message ***

18 years ago(flyspell-incorrect, flyspell-duplicate): Doc fix.
Eli Zaretskii [Fri, 27 Jan 2006 19:43:06 +0000 (19:43 +0000)]
(flyspell-incorrect, flyspell-duplicate): Doc fix.

18 years ago* net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
Michael Albinus [Fri, 27 Jan 2006 19:38:02 +0000 (19:38 +0000)]
* net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
for `process-file', in order to let it work for older Emacsen too.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 27 Jan 2006 19:34:08 +0000 (19:34 +0000)]
*** empty log message ***

18 years agoUndo last change.
Eli Zaretskii [Fri, 27 Jan 2006 19:32:05 +0000 (19:32 +0000)]
Undo last change.

18 years agoAdd a coding: tag.
Eli Zaretskii [Fri, 27 Jan 2006 19:28:42 +0000 (19:28 +0000)]
Add a coding: tag.

18 years ago(latexenc-find-file-coding-system): Make sure latexenc-main-file is
Eli Zaretskii [Fri, 27 Jan 2006 19:24:00 +0000 (19:24 +0000)]
(latexenc-find-file-coding-system):  Make sure latexenc-main-file is
a regular file and is readable.

18 years ago#
André Spiegel [Fri, 27 Jan 2006 19:14:51 +0000 (19:14 +0000)]
#

18 years ago(vc-sccs-state): Pass FILE to vc-user-login-name.
André Spiegel [Fri, 27 Jan 2006 19:12:42 +0000 (19:12 +0000)]
(vc-sccs-state): Pass FILE to vc-user-login-name.

18 years ago(vc-rcs-fetch-master-state, vc-rcs-consult-headers): Pass FILE to
André Spiegel [Fri, 27 Jan 2006 19:12:13 +0000 (19:12 +0000)]
(vc-rcs-fetch-master-state, vc-rcs-consult-headers): Pass FILE to
vc-user-login-name.

18 years ago($(infodir)/rcirc, rcirc.dvi): New targets.
Eli Zaretskii [Fri, 27 Jan 2006 18:55:48 +0000 (18:55 +0000)]
($(infodir)/rcirc, rcirc.dvi): New targets.
(INFO_TARGETS, DVI_TARGETS): Add rcirc.

18 years ago(../info/rcirc, rcirc.dvi): New targets.
Eli Zaretskii [Fri, 27 Jan 2006 18:51:58 +0000 (18:51 +0000)]
(../info/rcirc, rcirc.dvi): New targets.
(INFO_TARGETS, DVI_TARGETS): Add rcirc.

18 years agoUntabify the whole file.
Eli Zaretskii [Fri, 27 Jan 2006 18:48:05 +0000 (18:48 +0000)]
Untabify the whole file.
(Rcirc): New entry.

18 years agoNew file.
Eli Zaretskii [Fri, 27 Jan 2006 18:43:16 +0000 (18:43 +0000)]
New file.

18 years ago(Layout Parameters): border-width and internal-border-width belong to the
Eli Zaretskii [Fri, 27 Jan 2006 18:34:15 +0000 (18:34 +0000)]
(Layout Parameters): border-width and internal-border-width belong to the
frame, not the window.

18 years ago(thumbs-do-thumbs-insertion): Suppress message when
Nick Roberts [Thu, 26 Jan 2006 23:03:17 +0000 (23:03 +0000)]
(thumbs-do-thumbs-insertion): Suppress message when
there are no more images to display.
(thumbs-mark, thumbs-unmark): Revert change so that they move to
the next image.

18 years ago*** empty log message ***
Nick Roberts [Thu, 26 Jan 2006 23:02:38 +0000 (23:02 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 26 Jan 2006 18:00:41 +0000 (18:00 +0000)]
*** empty log message ***

18 years ago(custom-mode): Doc: Use advertised-widget-backward.
Richard M. Stallman [Thu, 26 Jan 2006 18:00:29 +0000 (18:00 +0000)]
(custom-mode): Doc: Use advertised-widget-backward.

18 years ago(advertised-widget-backward): New alias.
Richard M. Stallman [Thu, 26 Jan 2006 17:59:01 +0000 (17:59 +0000)]
(advertised-widget-backward): New alias.
(widget-keymap): Use advertised-widget-backward for S-TAB.

18 years agoCorrect the keywords.
Richard M. Stallman [Thu, 26 Jan 2006 17:58:14 +0000 (17:58 +0000)]
Correct the keywords.
(tumme-dir-max-size): USe defvar.
(tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.

18 years ago(move-beginning-of-line): Take account of fields.
Richard M. Stallman [Thu, 26 Jan 2006 17:56:54 +0000 (17:56 +0000)]
(move-beginning-of-line): Take account of fields.
(clone-indirect-buffer-other-window): Take args like
clone-indirect-buffer, and work like it.

18 years ago(describe-function): Don't pass `nil' as default.
Richard M. Stallman [Thu, 26 Jan 2006 17:55:32 +0000 (17:55 +0000)]
(describe-function): Don't pass `nil' as default.

18 years ago(risky-local-variable-p): Follow var aliases.
Richard M. Stallman [Thu, 26 Jan 2006 17:55:04 +0000 (17:55 +0000)]
(risky-local-variable-p): Follow var aliases.

18 years ago(lazy-completion-table): Doc fix.
Richard M. Stallman [Thu, 26 Jan 2006 17:54:27 +0000 (17:54 +0000)]
(lazy-completion-table): Doc fix.

18 years ago(rmail-make-summary-line-1): Don't set global binding of `line'.
Richard M. Stallman [Thu, 26 Jan 2006 17:54:01 +0000 (17:54 +0000)]
(rmail-make-summary-line-1): Don't set global binding of `line'.

18 years ago(check_pure_size): Make overflow message an "error message".
Richard M. Stallman [Thu, 26 Jan 2006 17:51:42 +0000 (17:51 +0000)]
(check_pure_size): Make overflow message an "error message".

18 years ago(Fmap_keymap): Doc fix.
Richard M. Stallman [Thu, 26 Jan 2006 17:50:50 +0000 (17:50 +0000)]
(Fmap_keymap): Doc fix.

18 years ago(Fx_create_frame): Put all specified parms into f->param_alist
Richard M. Stallman [Thu, 26 Jan 2006 17:49:48 +0000 (17:49 +0000)]
(Fx_create_frame): Put all specified parms into f->param_alist
unless they were cleared out.

18 years ago(x_get_arg): "Clear out" the parm in ALIST if found there.
Richard M. Stallman [Thu, 26 Jan 2006 17:48:52 +0000 (17:48 +0000)]
(x_get_arg): "Clear out" the parm in ALIST if found there.

18 years ago(Fconstrain_to_field): Fix behaviour on field boundaries.
Károly Lőrentey [Thu, 26 Jan 2006 06:43:33 +0000 (06:43 +0000)]
(Fconstrain_to_field): Fix behaviour on field boundaries.
(find_field): Set before_field to after_field when pos is at BEGV.

18 years ago(Fbeginning_of_line, Fend_of_line): Clarify confusing doc string.
Károly Lőrentey [Thu, 26 Jan 2006 03:40:13 +0000 (03:40 +0000)]
(Fbeginning_of_line, Fend_of_line): Clarify confusing doc string.

18 years ago(Fconstrain_to_field): Use get_pos_property, not Fget_char_property,
Károly Lőrentey [Thu, 26 Jan 2006 03:12:45 +0000 (03:12 +0000)]
(Fconstrain_to_field): Use get_pos_property, not Fget_char_property,
to fix handling of field boundaries.  Fix bogus comment.
(Fline_beginning_position, Fline_end_position): Clarify confusing doc
string.

18 years ago(Fbeginning_of_line, Fend_of_line): Clarify confusing doc string.
Károly Lőrentey [Thu, 26 Jan 2006 03:05:15 +0000 (03:05 +0000)]
(Fbeginning_of_line, Fend_of_line): Clarify confusing doc string.

18 years ago(Fcall_process): GCPRO error_file. Encode infile,
Kenichi Handa [Thu, 26 Jan 2006 00:40:12 +0000 (00:40 +0000)]
(Fcall_process): GCPRO error_file.  Encode infile,
current_dir, and error_file.  On reporting an error, decode them
back.

18 years ago(Antinews): Various corrections and additions.
Luc Teirlinck [Wed, 25 Jan 2006 23:25:42 +0000 (23:25 +0000)]
(Antinews): Various corrections and additions.

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 25 Jan 2006 23:24:17 +0000 (23:24 +0000)]
*** empty log message ***

18 years ago#
André Spiegel [Wed, 25 Jan 2006 19:00:22 +0000 (19:00 +0000)]
#

18 years ago(vc-user-login-name): Comment out defadvice, it is no longer
André Spiegel [Wed, 25 Jan 2006 18:58:45 +0000 (18:58 +0000)]
(vc-user-login-name): Comment out defadvice, it is no longer
necessary.

18 years ago(vc-default-dired-state-info): Pass FILE to vc-user-login-name.
André Spiegel [Wed, 25 Jan 2006 18:55:41 +0000 (18:55 +0000)]
(vc-default-dired-state-info): Pass FILE to vc-user-login-name.
(vc-default-update-changelog): Don't use vc-user-login-name, we don't
need it here.

18 years ago(vc-user-login-name): Rewritten to handle access via Tramp.
André Spiegel [Wed, 25 Jan 2006 18:54:26 +0000 (18:54 +0000)]
(vc-user-login-name): Rewritten to handle access via Tramp.

18 years ago(decode-char): Avoid the overhead of
Kenichi Handa [Wed, 25 Jan 2006 07:44:43 +0000 (07:44 +0000)]
(decode-char): Avoid the overhead of
calling utf-lookup-subst-table-for-decode if
utf-translate-cjk-mode is nil.
(encode-char): Avoid the overhead of calling
utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
nil.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-14
Miles Bader [Wed, 25 Jan 2006 06:47:24 +0000 (06:47 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-14

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 4-7)

   - Update from CVS

18 years agoMinor fixes in introductory comment.
Luc Teirlinck [Wed, 25 Jan 2006 04:11:05 +0000 (04:11 +0000)]
Minor fixes in introductory comment.
(completion-def-wrapper): Fix alist.

18 years ago*** empty log message ***
Noah Friedman [Wed, 25 Jan 2006 04:06:04 +0000 (04:06 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 25 Jan 2006 04:03:24 +0000 (04:03 +0000)]
*** empty log message ***

18 years agoReplace all references to `cdr' field of conses with `u.cdr',
Noah Friedman [Wed, 25 Jan 2006 03:58:43 +0000 (03:58 +0000)]
Replace all references to `cdr' field of conses with `u.cdr',
per change Andreas Schwab 2005-11-15 of src/lisp.h.

18 years agoMake background transparent.
Nick Roberts [Wed, 25 Jan 2006 00:44:46 +0000 (00:44 +0000)]
Make background transparent.

18 years ago*** empty log message ***
Nick Roberts [Wed, 25 Jan 2006 00:44:01 +0000 (00:44 +0000)]
*** empty log message ***

18 years ago(thumbs-new-image-size): New function.
Nick Roberts [Tue, 24 Jan 2006 20:54:23 +0000 (20:54 +0000)]
(thumbs-new-image-size): New function.
(thumbs-increment-image-size-element)
(thumbs-decrement-image-size-element, thumbs-increment-image-size)
(thumbs-decrement-image-size): Delete.
(thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
temp files and use to resize.
(thumbs-resize-image): Rename from thumbs-resize-image-interactive.
Use increment argument to enlarge/shrink.  Preserve point.
(thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
(thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
(thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
(thumbs-mark, thumbs-unmark): Preserve point.
(thumbs-modify-image): Keep old temp files and use to modify.
Cleanup old temp files at load time.  Preserve point.
(thumbs-view-image-mode-map): Use new command names.

18 years ago*** empty log message ***
Nick Roberts [Tue, 24 Jan 2006 20:53:24 +0000 (20:53 +0000)]
*** empty log message ***

18 years ago(IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
Stefan Monnier [Tue, 24 Jan 2006 19:14:58 +0000 (19:14 +0000)]
(IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
(re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
Don't check for quit, since any loop will go through fail or jump.

18 years ago(log-view-minor-wrap): First rev is the one at point.
Stefan Monnier [Tue, 24 Jan 2006 18:43:22 +0000 (18:43 +0000)]
(log-view-minor-wrap): First rev is the one at point.

18 years ago* alloc.c (allocate_string_data): Update next_free immediately, to
Chong Yidong [Tue, 24 Jan 2006 18:35:25 +0000 (18:35 +0000)]
* alloc.c (allocate_string_data): Update next_free immediately, to
reduce risk of memory clobberage.

18 years agoAvoid macros from calendar.el so as to break
Stefan Monnier [Tue, 24 Jan 2006 17:14:16 +0000 (17:14 +0000)]
Avoid macros from calendar.el so as to break
the nastiest part of the cyclic dependency.
(cal-menu-update): Use dotimes and calendar-increment-month.

18 years agoAvoid macros from calendar.el so as to break
Stefan Monnier [Tue, 24 Jan 2006 17:14:16 +0000 (17:14 +0000)]
Avoid macros from calendar.el so as to break
the nastiest part of the cyclic dependency.
(cal-menu-update): Use dotimes.
(cal-menu-update): Use calendar-increment-month.

18 years agoRemove unnecessary leading stars in docstrings.
Stefan Monnier [Tue, 24 Jan 2006 17:07:29 +0000 (17:07 +0000)]
Remove unnecessary leading stars in docstrings.
(calendar-week-start-day): Add an :initializer.
(calendar-mode-map): Use suppress-keymap, and command remapping.
(describe-calendar-mode): Setup xref-stack info for the back button.
(calendar-star-date): Insert before delete.
(calendar-set-mode-line): Add file-modified info if applicable.
(calendar-increment-month): New function.

18 years ago(lisp-font-lock-keywords-2):
Thien-Thi Nguyen [Tue, 24 Jan 2006 13:38:07 +0000 (13:38 +0000)]
(lisp-font-lock-keywords-2):
Recognize "& keywords" only at word boundaries.

18 years ago(handle_invisible_prop): Set it->position to fix cursor
Károly Lőrentey [Tue, 24 Jan 2006 07:59:23 +0000 (07:59 +0000)]
(handle_invisible_prop): Set it->position to fix cursor
display when point moves across an ellipsis.  If there are
adjacent invisible texts, don't lose the second one's ellipsis.
(x_produce_glyphs): Doc fix.

18 years ago(thumbs-extra-images): New variable. Make it buffer-local
Nick Roberts [Mon, 23 Jan 2006 23:16:58 +0000 (23:16 +0000)]
(thumbs-extra-images): New variable.  Make it buffer-local
and permanent-local.
(thumbs-max-image-number): New variable.  Make it
(thumbs-do-thumbs-insertion): Use them
(thumbs-per-line): Change default to 4.
(thumbs-marked-list): Rename from thumbs-markedL.
(thumbs-cleanup-thumbsdir, thumbs-delete-images)
(thumbs-rename-images): Use -list instead of L for internal variables.
(thumbs-call-convert): Use call-process instead of shell-command.
(thumbs-insert-thumb): Add filename as help-echo to each image.
(thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
Give dir to thumbs-show-thumbs-list.
(thumbs-show-thumbs-list): Set default-directory to that of images.
(thumbs-dired-show): Rename from thumbs-dired-show-all.
(thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
(thumbs-mode-map): Bind "+" to thumbs-show-more-images.
(thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.

18 years ago*** empty log message ***
Nick Roberts [Mon, 23 Jan 2006 23:16:16 +0000 (23:16 +0000)]
*** empty log message ***

18 years ago(x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
Stefan Monnier [Mon, 23 Jan 2006 22:08:13 +0000 (22:08 +0000)]
(x_catch_errors_unwind): Yet another int/Lisp_Object mixup.

18 years ago(ses-read-cell): Provide a default value.
Stefan Monnier [Mon, 23 Jan 2006 22:04:36 +0000 (22:04 +0000)]
(ses-read-cell): Provide a default value.

18 years ago*** empty log message ***
Juanma Barranquero [Mon, 23 Jan 2006 16:08:46 +0000 (16:08 +0000)]
*** empty log message ***

18 years ago(image-library-alist): Add additional names for GIF library.
Juanma Barranquero [Mon, 23 Jan 2006 15:28:24 +0000 (15:28 +0000)]
(image-library-alist): Add additional names for GIF library.

18 years ago(latexenc-find-file-coding-system): Add file-regular-p check.
Reiner Steib [Mon, 23 Jan 2006 14:26:02 +0000 (14:26 +0000)]
(latexenc-find-file-coding-system): Add file-regular-p check.

18 years ago*** empty log message ***
Juanma Barranquero [Mon, 23 Jan 2006 13:54:37 +0000 (13:54 +0000)]
*** empty log message ***

18 years ago(handle_single_display_spec): Fix handling of space
Kim F. Storm [Mon, 23 Jan 2006 13:14:01 +0000 (13:14 +0000)]
(handle_single_display_spec): Fix handling of space
property on char from string: set *position rather than
it->current.pos.
(produce_stretch_glyph): Reduce width of stretch glyphs so they
don't get wider than the window (unless truncate-lines is on).

18 years ago*** empty log message ***
Kim F. Storm [Mon, 23 Jan 2006 13:13:42 +0000 (13:13 +0000)]
*** empty log message ***

18 years ago(clone-buffer): Don't show the new buffer in the same window.
Stefan Monnier [Mon, 23 Jan 2006 04:05:59 +0000 (04:05 +0000)]
(clone-buffer): Don't show the new buffer in the same window.

18 years agoAvoid allocating Lisp data from code that can be run from a signal handler.
Stefan Monnier [Mon, 23 Jan 2006 02:44:02 +0000 (02:44 +0000)]
Avoid allocating Lisp data from code that can be run from a signal handler.
(x_error_message): New var to replace x_error_message_string.
(x_error_catcher, x_catch_errors, x_catch_errors_unwind)
(x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
(syms_of_xterm): Use it instead of x_error_message_string.

18 years ago(lisp_align_free): Add an assertion.
Stefan Monnier [Mon, 23 Jan 2006 02:35:36 +0000 (02:35 +0000)]
(lisp_align_free): Add an assertion.
(make_interval, allocate_string, make_float, allocate_misc, Fmake_symbol
(Fcons): If ENABLE_CHECKING is on, check we're not called from a sighandler.

18 years ago*** empty log message ***
Juri Linkov [Mon, 23 Jan 2006 01:30:55 +0000 (01:30 +0000)]
*** empty log message ***

18 years ago(User Interface): Add S-TAB for widget-backward.
Juri Linkov [Mon, 23 Jan 2006 01:30:30 +0000 (01:30 +0000)]
(User Interface): Add S-TAB for widget-backward.

18 years ago(Easy Customization, Customization Groups)
Juri Linkov [Mon, 23 Jan 2006 01:30:13 +0000 (01:30 +0000)]
(Easy Customization, Customization Groups)
(Browsing Custom): Mention links along with buttons.

18 years ago(doctor-mode-map): Rename from `doc-mode-map'.
Juri Linkov [Mon, 23 Jan 2006 01:28:09 +0000 (01:28 +0000)]
(doctor-mode-map): Rename from `doc-mode-map'.

18 years ago(clone-buffer, clone-indirect-buffer, clone-indirect-buffer-other-window):
Juri Linkov [Mon, 23 Jan 2006 01:24:26 +0000 (01:24 +0000)]
(clone-buffer, clone-indirect-buffer, clone-indirect-buffer-other-window):
Use `read-buffer' instead of `read-string'.  Fix prompts.

18 years ago(desktop-load-file): Check for `fboundp' before calling `symbol-function'.
Juri Linkov [Mon, 23 Jan 2006 01:23:10 +0000 (01:23 +0000)]
(desktop-load-file): Check for `fboundp' before calling `symbol-function'.