]> code.delx.au - gnu-emacs/log
gnu-emacs
21 years ago(save-selected-window): Save and restore selected windows of all frames.
Richard M. Stallman [Mon, 23 Dec 2002 17:57:12 +0000 (17:57 +0000)]
(save-selected-window): Save and restore selected windows of all frames.

21 years ago(info-lookup): For ease of use try item
Richard M. Stallman [Mon, 23 Dec 2002 17:54:31 +0000 (17:54 +0000)]
(info-lookup): For ease of use try item
case-insensitive if not found case-sensitive.
Do case sensitive search in index nodes, so items differing only in
case go correctly to their respective nodes.

21 years ago(scroll-up-aggressively, scroll-down-aggressively): Update custom types.
Richard M. Stallman [Mon, 23 Dec 2002 17:52:56 +0000 (17:52 +0000)]
(scroll-up-aggressively, scroll-down-aggressively): Update custom types.

21 years ago(rx-and): Generate a shy group.
Richard M. Stallman [Mon, 23 Dec 2002 17:43:24 +0000 (17:43 +0000)]
(rx-and): Generate a shy group.
Specify `no-group' when calling rx-to-string.
(rx-submatch): Specify `no-group' when calling rx-to-string.
(rx-kleene): Use rx-atomic-p to decide whether to make a group.
(rx-atomic-p): New function.

21 years ago* macmenu.c (MIN_POPUP_SUBMENU_ID): Added
Steven Tamm [Sun, 22 Dec 2002 23:14:52 +0000 (23:14 +0000)]
* macmenu.c (MIN_POPUP_SUBMENU_ID): Added
(mac_menu_show): Added support for hierarchical popup menus
(add_menu_item): Removed indentation support
(fill_submenu, fill_menu): Now creates hierarchical menus
instead of using indentation

21 years ago*** empty log message ***
Richard M. Stallman [Sun, 22 Dec 2002 22:06:38 +0000 (22:06 +0000)]
*** empty log message ***

21 years ago(add-to-invisibility-spec): If it was t, start it out at (t).
Richard M. Stallman [Sun, 22 Dec 2002 22:05:52 +0000 (22:05 +0000)]
(add-to-invisibility-spec): If it was t, start it out at (t).

21 years ago(makeinfo-buffer): Display result using Info-mode.
Richard M. Stallman [Sun, 22 Dec 2002 22:05:16 +0000 (22:05 +0000)]
(makeinfo-buffer): Display result using Info-mode.
(makeinfo-compilation-sentinel-buffer, makeinfo-current-node): New functions.
(makeinfo-compile): Add a sentinel parameter.
(makeinfo-compilation-sentinel-region): Renamed from
makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
(makeinfo-region): Use this.

21 years ago(Info-revert-find-node): New function.
Richard M. Stallman [Sun, 22 Dec 2002 22:04:51 +0000 (22:04 +0000)]
(Info-revert-find-node): New function.

21 years ago(tex-start-of-header, tex-end-of-header): Add defvars.
Richard M. Stallman [Sun, 22 Dec 2002 22:04:01 +0000 (22:04 +0000)]
(tex-start-of-header, tex-end-of-header): Add defvars.

21 years ago(tex-print): Call shell-quote-argument on the file name.
Richard M. Stallman [Sun, 22 Dec 2002 22:03:22 +0000 (22:03 +0000)]
(tex-print): Call shell-quote-argument on the file name.

21 years ago(outline-next-visible-heading):
Richard M. Stallman [Sun, 22 Dec 2002 22:02:25 +0000 (22:02 +0000)]
(outline-next-visible-heading):
When going forward, test outline-invisible-p at start of header.

21 years ago(pop_new_stack_if_no_contents): Do nothing if new_depth is 1.
Richard M. Stallman [Sun, 22 Dec 2002 22:00:44 +0000 (22:00 +0000)]
(pop_new_stack_if_no_contents): Do nothing if new_depth is 1.
(remap_menubar): Don't look in new_stack[0].
(Left): At level 1, do the same thing Right does.

21 years ago(try_cursor_movement): Don't call try_window here.
Richard M. Stallman [Sun, 22 Dec 2002 21:59:20 +0000 (21:59 +0000)]
(try_cursor_movement): Don't call try_window here.
(redisplay_window): Never redisplay minibuffer when inactive.

21 years ago(select_window_1): Undo 9/21 change.
Richard M. Stallman [Sun, 22 Dec 2002 21:57:05 +0000 (21:57 +0000)]
(select_window_1): Undo 9/21 change.

21 years ago* macterm.c (XTread_socket): Call KeyTranslate for control and
Steven Tamm [Sun, 22 Dec 2002 21:09:20 +0000 (21:09 +0000)]
* macterm.c (XTread_socket): Call KeyTranslate for control and
meta to deal correctly shifted non-alpha characters, like C-S-5
being treated like C-%.  Does not look for shift key to deal
with masking off control-key with mac-reverse-ctrl-meta.

21 years ago(tooltip-gud-tips): Output tooltip without switching
Nick Roberts [Sun, 22 Dec 2002 00:21:06 +0000 (00:21 +0000)]
(tooltip-gud-tips): Output tooltip without switching
process filter (gdba in gdb-ui.el only).
(gdb-tooltip-print): New function.
(tooltip-gud-process-output): Undo previous change.
(tooltip-strip-annotations): Remove.

21 years ago*** empty log message ***
Nick Roberts [Sun, 22 Dec 2002 00:20:12 +0000 (00:20 +0000)]
*** empty log message ***

21 years ago(gud-menu-map): Add jdb support for "run".
Pavel Janík [Sat, 21 Dec 2002 23:06:34 +0000 (23:06 +0000)]
(gud-menu-map): Add jdb support for "run".
(gud-jdb-find-source-using-classpath): Use 'identity.
(gud-jdb-marker-filter): Marker regexp and filename filtering change to
support a backwards-incompatible change in Sun's jdb line number display in
SDK versions 1.4.
(gud-format-command): gud-find-class now requires two parameters (file and
linenumber).
(gud-find-class): Bulk of the change related to using c-syntactic symbols
to locate nested class declarations in java sources visited by java-mode
(cc-mode).

21 years agoRemove the concept of an instance. This means that a lot of functions have
Nick Roberts [Sat, 21 Dec 2002 23:00:12 +0000 (23:00 +0000)]
Remove the concept of an instance. This means that a lot of functions have
been renamed. Accessors are prefixed with gdb-get, setters with gdb-set and
the word instance has been removed from many function and variable names.
(gdb-display-buffer): Protect source buffer as well
as GUD buffer when requesting new buffers.
(gdb-source-info): Two changes : Don't create display buffer
automatically, compute source window correctly.

21 years ago*** empty log message ***
Nick Roberts [Sat, 21 Dec 2002 22:57:55 +0000 (22:57 +0000)]
*** empty log message ***

21 years ago(Man-getpage-in-background): Put GROFF_NO_SGR in env.
Richard M. Stallman [Sat, 21 Dec 2002 20:25:25 +0000 (20:25 +0000)]
(Man-getpage-in-background): Put GROFF_NO_SGR in env.

21 years ago(original-insert-directory): Make this a variable,
Richard M. Stallman [Sat, 21 Dec 2002 20:20:47 +0000 (20:20 +0000)]
(original-insert-directory): Make this a variable,
don't set its function definition.
(insert-directory): Use funcall to call that function.

21 years ago(help-echo): Change tooltip string.
Richard M. Stallman [Sat, 21 Dec 2002 20:19:37 +0000 (20:19 +0000)]
(help-echo): Change tooltip string.

21 years ago(command-history-map): Move definition up.
Richard M. Stallman [Sat, 21 Dec 2002 20:18:51 +0000 (20:18 +0000)]
(command-history-map): Move definition up.

21 years ago(help-xref-stack): Add defvar to avoid warning.
Richard M. Stallman [Sat, 21 Dec 2002 20:18:03 +0000 (20:18 +0000)]
(help-xref-stack): Add defvar to avoid warning.

21 years ago(popup_get_selection): Now static. New arg DO_TIMERS.
Richard M. Stallman [Sat, 21 Dec 2002 18:19:13 +0000 (18:19 +0000)]
(popup_get_selection): Now static.  New arg DO_TIMERS.
If it is non-nil, run timers.  Use an unwind-protect to requeue
the events that were read ahead.
(popup_get_selection_unwind): New subroutine.
(popup_get_selection_queue): File-scope variable now holds that queue.
(xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
(xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
Use an unwind-protect to pop down the dialog box.
(xdialog_show_unwind): New subroutine implements that.

21 years ago(row_containing_pos): Change exit test using last_y.
Richard M. Stallman [Sat, 21 Dec 2002 18:09:54 +0000 (18:09 +0000)]
(row_containing_pos): Change exit test using last_y.
(try_window_id): Abort if row_containing_pos returns null.

21 years ago(load_error_handler): New function.
Richard M. Stallman [Sat, 21 Dec 2002 18:06:27 +0000 (18:06 +0000)]
(load_error_handler): New function.
(Fload): Handle errors in Fsubstitute_in_file_name.
Don't expect Fsignal to return.

21 years agoErrors and throws work right with interrupt blocking.
Richard M. Stallman [Sat, 21 Dec 2002 18:05:00 +0000 (18:05 +0000)]
Errors and throws work right with interrupt blocking.
(struct catchtag): New elt interrupt_input_blocked.
(unwind_to_catch): Restore interrupt_input_blocked from saved value.
(internal_catch, Fcondition_case, internal_condition_case)
(internal_condition_case_1, internal_condition_case_2): Save it.
(Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.

21 years ago(Fformat): Add parens.
Richard M. Stallman [Sat, 21 Dec 2002 18:00:23 +0000 (18:00 +0000)]
(Fformat): Add parens.

21 years agoComment change.
Richard M. Stallman [Sat, 21 Dec 2002 17:59:27 +0000 (17:59 +0000)]
Comment change.

21 years ago(file_name_completion): Fix that change.
Richard M. Stallman [Sat, 21 Dec 2002 17:56:16 +0000 (17:56 +0000)]
(file_name_completion): Fix that change.
Delete special quit-handling code; just use QUIT.

21 years ago(file_name_completion): Close directory on error
Richard M. Stallman [Sat, 21 Dec 2002 17:46:38 +0000 (17:46 +0000)]
(file_name_completion): Close directory on error

21 years ago(dired-insert-directory): Preserve text properties when quoting.
Andreas Schwab [Sat, 21 Dec 2002 17:06:54 +0000 (17:06 +0000)]
(dired-insert-directory): Preserve text properties when quoting.

21 years ago*** empty log message ***
Francesco Potortì [Fri, 20 Dec 2002 13:01:10 +0000 (13:01 +0000)]
*** empty log message ***

21 years ago(rmail-mail-separator): Renamed from
Francesco Potortì [Fri, 20 Dec 2002 12:46:44 +0000 (12:46 +0000)]
(rmail-mail-separator): Renamed from
rmail-digest-mail-separator.  All users changed.

(unforward-rmail-message): Rewritten to be more robust and to
additionally account for the common style of forwarding messages
by citing them entirely with headers.

21 years ago*** empty log message ***
Francesco Potortì [Fri, 20 Dec 2002 12:45:18 +0000 (12:45 +0000)]
*** empty log message ***

21 years agokeyboard-coding-system, optimize-char-coding-system-table
Dave Love [Thu, 19 Dec 2002 20:47:12 +0000 (20:47 +0000)]
keyboard-coding-system, optimize-char-coding-system-table

21 years ago(Fset_window_configuration): Set old_point to correct
David Kastrup [Thu, 19 Dec 2002 16:26:29 +0000 (16:26 +0000)]
(Fset_window_configuration): Set old_point to correct
value when new_current_buffer == current_buffer.

21 years ago*** empty log message ***
David Kastrup [Thu, 19 Dec 2002 16:25:44 +0000 (16:25 +0000)]
*** empty log message ***

21 years ago(standard-keyboard-coding-systems):
Dave Love [Thu, 19 Dec 2002 12:52:51 +0000 (12:52 +0000)]
(standard-keyboard-coding-systems):
Deleted.
(set-locale-environment): Don't use it.

21 years ago($(DOC)): Use -o and -a options to make-docfile,
Andrew Innes [Wed, 18 Dec 2002 23:53:01 +0000 (23:53 +0000)]
($(DOC)): Use -o and -a options to make-docfile,
because GNU make doesn't append when using >> redirection.

21 years ago*** empty log message ***
Juanma Barranquero [Wed, 18 Dec 2002 23:45:45 +0000 (23:45 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Wed, 18 Dec 2002 23:24:47 +0000 (23:24 +0000)]
*** empty log message ***

21 years ago(optimize-char-coding-system-table): New.
Dave Love [Wed, 18 Dec 2002 23:21:50 +0000 (23:21 +0000)]
(optimize-char-coding-system-table): New.
(register-char-codings): Use it.

21 years ago(ucs-fragment-8859): Don't modify
Dave Love [Wed, 18 Dec 2002 23:19:01 +0000 (23:19 +0000)]
(ucs-fragment-8859): Don't modify
char-coding-system-table elements destructively.  Use
optimize-char-coding-system-table.

21 years agoChange default width of Buffer-menu-buffer+size-width to 24
Robert J. Chassell [Wed, 18 Dec 2002 20:24:51 +0000 (20:24 +0000)]
Change default width of Buffer-menu-buffer+size-width to 24
and of Buffer-menu-mode-width to 16.

21 years agoRevisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs built on...
Ben Key [Wed, 18 Dec 2002 06:16:28 +0000 (06:16 +0000)]
Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs builtpart of on XP crashes at startup on Windows 9x/ME.'  Fixed several Windows API errors detected by BoundsChecker

21 years ago(Info-dir-remove-duplicates): Avoid infloop when
John Paul Wallington [Wed, 18 Dec 2002 05:16:09 +0000 (05:16 +0000)]
(Info-dir-remove-duplicates): Avoid infloop when
deleting last entry.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 18 Dec 2002 02:44:24 +0000 (02:44 +0000)]
*** empty log message ***

21 years ago(gdba-marker-filter, gdb-output-burst): Merge and
Nick Roberts [Tue, 17 Dec 2002 23:40:06 +0000 (23:40 +0000)]
(gdba-marker-filter, gdb-output-burst): Merge and
rename gud-gdba-marker-filter.
(gdb-append-to-inferior-io): Only pop up IO buffer if there is
output.
(gdb-make-instance): Remove (put into gdba).
Use gdb-instance-enqueue-input instead of
gdb-instance-enqueue-idle-input for user functions.
(gdb-instance-target-string): Simplify.
(in-gdb-instance-context): Remove.
Expand Commentary.

21 years ago*** empty log message ***
Nick Roberts [Tue, 17 Dec 2002 23:38:28 +0000 (23:38 +0000)]
*** empty log message ***

21 years ago(ucs-mule-cjk-to-unicode)
Dave Love [Tue, 17 Dec 2002 17:58:13 +0000 (17:58 +0000)]
(ucs-mule-cjk-to-unicode)
(ucs-unicode-to-mule-cjk): Revert last change.
(utf-subst-table-for-encode): Initially use
ucs-mule-cjk-to-unicode.
(utf-subst-table-for-decode): Initially use
ucs-unicode-to-mule-cjk.
(utf-fragment-on-decoding, utf-translate-cjk): Don't modify
char-coding-system-table elements destructively.
(utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
ucs-unicode-to-mule-cjk to new hash tables with realistic
parameters.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 17 Dec 2002 11:57:18 +0000 (11:57 +0000)]
*** empty log message ***

21 years ago(set-file-name-coding-system): New function.
Kenichi Handa [Tue, 17 Dec 2002 11:56:56 +0000 (11:56 +0000)]
(set-file-name-coding-system): New function.

21 years ago(mule-keymap, set-coding-system-map):
Kenichi Handa [Tue, 17 Dec 2002 11:56:26 +0000 (11:56 +0000)]
(mule-keymap, set-coding-system-map):
Add bindings for set-file-name-coding-system.

21 years ago(universal-coding-system-argument):
Kenichi Handa [Tue, 17 Dec 2002 11:40:47 +0000 (11:40 +0000)]
(universal-coding-system-argument):
Bind coding-system-require-warning to t.
(select-safe-coding-system): Handle t in the arg
DEFAULT-CODING-SYSTEM specially.  Use read-coding-system to read a
coding-system to allow users to specify unsafe coding system on
their risk.

21 years ago(choose_write_coding_system): Even if
Kenichi Handa [Tue, 17 Dec 2002 11:39:59 +0000 (11:39 +0000)]
(choose_write_coding_system): Even if
Vcoding_system_for_write is non-nil, if
coding_system_require_warning is nonzero, call
Vselect_safe_coding_system_function.

21 years ago(coding_system_require_warning): Extern it.
Kenichi Handa [Tue, 17 Dec 2002 11:39:34 +0000 (11:39 +0000)]
(coding_system_require_warning): Extern it.

21 years ago(coding_system_require_warning): New variable.
Kenichi Handa [Tue, 17 Dec 2002 11:39:13 +0000 (11:39 +0000)]
(coding_system_require_warning): New variable.
(syms_of_coding): DEFVAR it.

21 years ago(lisp, shortlisp): Add cus-face and timer.
Markus Rost [Tue, 17 Dec 2002 01:26:01 +0000 (01:26 +0000)]
(lisp, shortlisp): Add cus-face and timer.
(lisp): Add font-core.

21 years ago(rmail-digest-methods, rmail-digest-mail-separator): New variables.
Francesco Potortì [Mon, 16 Dec 2002 17:05:59 +0000 (17:05 +0000)]
(rmail-digest-methods, rmail-digest-mail-separator): New variables.
(rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
(rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
(rmail-digest-parse-rfc934): New functions.
(undigestify-rmail-message): Completely rewritten.

21 years ago*** empty log message ***
Francesco Potortì [Mon, 16 Dec 2002 17:05:09 +0000 (17:05 +0000)]
*** empty log message ***

21 years ago(xml-parse-tag): Allow spaces between / and >.
Stefan Monnier [Mon, 16 Dec 2002 17:04:58 +0000 (17:04 +0000)]
(xml-parse-tag): Allow spaces between / and >.

21 years agoNow supports MIME too.
Francesco Potortì [Mon, 16 Dec 2002 16:22:41 +0000 (16:22 +0000)]
Now supports MIME too.

21 years ago(ido-read-file-name): Removed debug message.
Kim F. Storm [Mon, 16 Dec 2002 12:05:37 +0000 (12:05 +0000)]
(ido-read-file-name): Removed debug message.

21 years ago*** empty log message ***
Kim F. Storm [Mon, 16 Dec 2002 12:05:16 +0000 (12:05 +0000)]
*** empty log message ***

21 years ago(Buffer-menu, Buffer-menu-use-header-line, Buffer-menu-buffer-face,
Juanma Barranquero [Mon, 16 Dec 2002 08:13:19 +0000 (08:13 +0000)]
(Buffer-menu, Buffer-menu-use-header-line, Buffer-menu-buffer-face,
Buffer-menu-buffer+size-width, Buffer-menu-mode-width): New customization.
(Buffer-menu-sort-column): New var.
(Buffer-menu-no-header): New function for not changing header line and
recognizing swapped M&R columns, used by modifying commands in Buffer Menu.
(Buffer-menu-buffer+size): New function for variable width buffer name.
(list-buffers-noselect): Rewritten for nicer menu.

21 years ago(filesets-build-menu-now): Don't clear messages.
Markus Rost [Mon, 16 Dec 2002 01:47:18 +0000 (01:47 +0000)]
(filesets-build-menu-now): Don't clear messages.

21 years agoRegenerated.
Markus Rost [Mon, 16 Dec 2002 01:22:06 +0000 (01:22 +0000)]
Regenerated.

21 years ago(allout-init): Give report also in case auto-activation was inhibited.
Markus Rost [Mon, 16 Dec 2002 01:01:39 +0000 (01:01 +0000)]
(allout-init): Give report also in case auto-activation was inhibited.
(my-mark-marker): Test for feature 'xemacs instead of a string parse.

21 years agoAvoid name conflicts with outline.el. Use 3 installments to keep
Markus Rost [Mon, 16 Dec 2002 00:42:23 +0000 (00:42 +0000)]
Avoid name conflicts with outline.el.  Use 3 installments to keep
diffs understandable.

Change 3:  Doc changes to adjust to the change to prefix "allout-".
Don't provide 'outline.  Use " Allout" as mode line string, not "
Outl".  Put group 'allout in group 'editing.  Update Copyright notice.
Autoload `allout-init'.

21 years agoAvoid name conflicts with outline.el. Use 3 installments to keep
Markus Rost [Mon, 16 Dec 2002 00:26:22 +0000 (00:26 +0000)]
Avoid name conflicts with outline.el.  Use 3 installments to keep
diffs understandable.

Change 2:  Put `quotes' around many function and variable names.

21 years agoAvoid name conflicts with outline.el. Use 3 installments to keep
Markus Rost [Mon, 16 Dec 2002 00:20:42 +0000 (00:20 +0000)]
Avoid name conflicts with outline.el.  Use 3 installments to keep
diffs understandable.

Change 1:  Replace globally string "outline-" with string "allout-".
Replaced 1446 occurrences; there was no string "allout-" before the
change and there seems to be no dependency on outline.el.

21 years ago(autoload-ensure-default-file): insert
David Kastrup [Sun, 15 Dec 2002 22:40:03 +0000 (22:40 +0000)]
(autoload-ensure-default-file): insert
missing space in file end comment.

21 years ago*** empty log message ***
David Kastrup [Sun, 15 Dec 2002 22:39:41 +0000 (22:39 +0000)]
*** empty log message ***

21 years agoWhite space fixes.
Markus Rost [Sun, 15 Dec 2002 19:57:31 +0000 (19:57 +0000)]
White space fixes.

21 years ago...and correct the date.
Markus Rost [Sun, 15 Dec 2002 19:05:35 +0000 (19:05 +0000)]
...and correct the date.

21 years agoMove entry for mail/smtpmail.el from ChangeLog to lisp/ChangeLog.
Markus Rost [Sun, 15 Dec 2002 19:01:33 +0000 (19:01 +0000)]
Move entry for mail/smtpmail.el from ChangeLog to lisp/ChangeLog.

21 years ago*** empty log message ***
Dave Love [Sun, 15 Dec 2002 17:08:37 +0000 (17:08 +0000)]
*** empty log message ***

21 years agoCompiler changes
Dave Love [Sun, 15 Dec 2002 16:52:37 +0000 (16:52 +0000)]
Compiler changes

21 years ago(ucs-mule-cjk-to-unicode)
Dave Love [Sun, 15 Dec 2002 16:46:00 +0000 (16:46 +0000)]
(ucs-mule-cjk-to-unicode)
(utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
(utf-subst-table-for-decode): Specify :size, :rehash-size.
(utf-translate-cjk): :set rewritten to load subst-... files.  Add
:set-after.
(ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.

21 years ago(smtpmail-via-smtp): Fall back to user-mail-address as sender.
Simon Josefsson [Sun, 15 Dec 2002 07:27:08 +0000 (07:27 +0000)]
(smtpmail-via-smtp): Fall back to user-mail-address as sender.

21 years ago(compile-reinitialize-errors): Don't mark the buffer as modified unless it
Juanma Barranquero [Sat, 14 Dec 2002 23:35:19 +0000 (23:35 +0000)]
(compile-reinitialize-errors): Don't mark the buffer as modified unless it
really is.

21 years ago(widget-move): Don't loop infinitely when there is
Andreas Schwab [Sat, 14 Dec 2002 14:27:23 +0000 (14:27 +0000)]
(widget-move): Don't loop infinitely when there is
no field or button.

21 years ago*** empty log message ***
Stefan Monnier [Sat, 14 Dec 2002 00:12:21 +0000 (00:12 +0000)]
*** empty log message ***

21 years ago(text_read_only): New arg `propval'.
Stefan Monnier [Sat, 14 Dec 2002 00:11:38 +0000 (00:11 +0000)]
(text_read_only): New arg `propval'.
(get_char_property_and_overlay): Remove unused var `next_overlay'.
(verify_interval_modification): Use text_read_only's new arg.

21 years agoBesides adding an entry, do some minor white space fixes.
Markus Rost [Fri, 13 Dec 2002 23:58:55 +0000 (23:58 +0000)]
Besides adding an entry, do some minor white space fixes.

21 years ago(define-minor-mode): Use `custom-current-group'.
Markus Rost [Fri, 13 Dec 2002 23:54:45 +0000 (23:54 +0000)]
(define-minor-mode): Use `custom-current-group'.
Pass all groups to the hook.
(easy-mmode-define-global-mode): Use `custom-current-group'.

21 years ago(current-language-environment): Set type according to
Markus Rost [Fri, 13 Dec 2002 22:42:21 +0000 (22:42 +0000)]
(current-language-environment): Set type according to
`language-info-alist' also here.

21 years ago(compilation-menu-map): Use `kill-compilation' to stop compilation.
Markus Rost [Fri, 13 Dec 2002 22:37:37 +0000 (22:37 +0000)]
(compilation-menu-map): Use `kill-compilation' to stop compilation.

21 years ago(byte-optimize-form-code-walker):
Stefan Monnier [Fri, 13 Dec 2002 19:52:46 +0000 (19:52 +0000)]
(byte-optimize-form-code-walker):
Optimize the remaining part of for-effect and/or expressions.

21 years ago(uniquify-rationalize-file-buffer-names, rename-buffer)
Stefan Monnier [Fri, 13 Dec 2002 19:52:35 +0000 (19:52 +0000)]
(uniquify-rationalize-file-buffer-names, rename-buffer)
(uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
Undo 2002/09/27 change, because kill-buffer-hook is not permanent-local.

21 years ago(ccl-encode-koi8, ccl-encode-koi8-u)
Kenichi Handa [Fri, 13 Dec 2002 04:45:43 +0000 (04:45 +0000)]
(ccl-encode-koi8, ccl-encode-koi8-u)
(ccl-encode-alternativnyj): Fix last change.

21 years ago(encode-mac-roman): Fix last change.
Kenichi Handa [Fri, 13 Dec 2002 04:45:14 +0000 (04:45 +0000)]
(encode-mac-roman): Fix last change.

21 years ago(Funencodable_char_position): Set pend correctly.
Kenichi Handa [Fri, 13 Dec 2002 02:35:51 +0000 (02:35 +0000)]
(Funencodable_char_position): Set pend correctly.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 13 Dec 2002 02:35:34 +0000 (02:35 +0000)]
*** empty log message ***

21 years agoImprove documentation strings.
Nick Roberts [Fri, 13 Dec 2002 00:41:36 +0000 (00:41 +0000)]
Improve documentation strings.
(gdb-many-windows): Set default value to nil.

21 years ago*** empty log message ***
Nick Roberts [Fri, 13 Dec 2002 00:40:52 +0000 (00:40 +0000)]
*** empty log message ***