]> git.eshelyaron.com Git - emacs.git/log
emacs.git
21 years ago*** empty log message ***
Kenichi Handa [Tue, 6 May 2003 04:37:49 +0000 (04:37 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kenichi Handa [Tue, 6 May 2003 02:50:01 +0000 (02:50 +0000)]
*** empty log message ***

21 years ago(dired-find-file): Bind find-file-run-dired around the call to find-file.
Richard M. Stallman [Mon, 5 May 2003 21:22:13 +0000 (21:22 +0000)]
(dired-find-file): Bind find-file-run-dired around the call to find-file.

21 years ago*** empty log message ***
Stefan Monnier [Mon, 5 May 2003 19:13:41 +0000 (19:13 +0000)]
*** empty log message ***

21 years ago(Qwrite_region_annotate_functions): New var.
Stefan Monnier [Mon, 5 May 2003 18:13:08 +0000 (18:13 +0000)]
(Qwrite_region_annotate_functions): New var.
(build_annotations): Use it to process the global part of the hook.
(syms_of_fileio): Init and staticpro it.

21 years ago(map_keymap): Doc fix.
Stefan Monnier [Mon, 5 May 2003 18:06:03 +0000 (18:06 +0000)]
(map_keymap): Doc fix.

21 years ago*** empty log message ***
Stefan Monnier [Mon, 5 May 2003 17:07:28 +0000 (17:07 +0000)]
*** empty log message ***

21 years ago(uniquify-buffer-name-style, uniquify-after-kill-buffer-p)
Stefan Monnier [Mon, 5 May 2003 16:55:38 +0000 (16:55 +0000)]
(uniquify-buffer-name-style, uniquify-after-kill-buffer-p)
(uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
(uniquify-min-dir-content, uniquify-separator, uniquify-trailing-separator-p):
Remove redundant group specification.
(uniquify-file-name-nondirectory): Delete.
(uniquify-rationalize-file-buffer-names): Simplify.
Use directory names as `filename' component of uniquify-item.
(uniquify-get-proposed-name): Adjust now that `filename' does not
include `base'.

21 years agoNo font-lock warning for parentheses in column zero in 21.3
Glenn Morris [Mon, 5 May 2003 16:39:58 +0000 (16:39 +0000)]
No font-lock warning for parentheses in column zero in 21.3

21 years ago--color not available in version 21.3
Glenn Morris [Mon, 5 May 2003 16:34:16 +0000 (16:34 +0000)]
--color not available in version 21.3

21 years ago(vc-svn-merge): Forgot quotes.
Stefan Monnier [Mon, 5 May 2003 16:13:39 +0000 (16:13 +0000)]
(vc-svn-merge): Forgot quotes.

21 years ago(vc-svn-merge): First attempt.
Stefan Monnier [Mon, 5 May 2003 16:13:04 +0000 (16:13 +0000)]
(vc-svn-merge): First attempt.

21 years ago(vc-svn-merge-news): Adjust for subversion.
Stefan Monnier [Mon, 5 May 2003 16:06:10 +0000 (16:06 +0000)]
(vc-svn-merge-news): Adjust for subversion.

21 years ago(vc-svn-registered): Missing paren.
Stefan Monnier [Mon, 5 May 2003 15:49:23 +0000 (15:49 +0000)]
(vc-svn-registered): Missing paren.
(vc-svn-diff-tree): Missing renaming.

21 years agoFirst cut at vc-svn.el.
Stefan Monnier [Mon, 5 May 2003 15:42:27 +0000 (15:42 +0000)]
First cut at vc-svn.el.

21 years ago(safe_run_hooks_error): Display the error instead of silently ignoring it.
Stefan Monnier [Mon, 5 May 2003 14:36:09 +0000 (14:36 +0000)]
(safe_run_hooks_error): Display the error instead of silently ignoring it.

21 years ago(batch-update-autoloads): Call `update-directory-autoloads'.
John Paul Wallington [Mon, 5 May 2003 00:25:11 +0000 (00:25 +0000)]
(batch-update-autoloads): Call `update-directory-autoloads'.

21 years agoMove provide to end of file.
Stefan Monnier [Sun, 4 May 2003 21:30:25 +0000 (21:30 +0000)]
Move provide to end of file.
(uniquify-ref-base, uniquify-ref-filename, uniquify-ref-buffer)
(uniquify-ref-proposed, uniquify-set-proposed): Remove.
(uniquify-item): New struct.  Update users of uniquify-ref-*.
(uniquify-get-proposed-name, uniquify-rationalize-a-list):
Make `depth' optional.
(uniquify-non-file-buffer-names): Remove.
(uniquify-rationalize-file-buffer-names): Don't set it up.
Use uniquify-make-item and don't pass the now-optional depth.
(uniquify-rationalize-conflicting-sublist): Check the new buffer
name directly instead of relying on uniquify-non-file-buffer-names.
(uniquify-rename-buffer): Use with-current-buffer and pass
the `unique' arg to rename-buffer.

21 years ago*** empty log message ***
Juanma Barranquero [Sun, 4 May 2003 20:24:33 +0000 (20:24 +0000)]
*** empty log message ***

21 years ago(ada-xemacs): Variable removed, since it's better to use (featurep 'xemacs).
Juanma Barranquero [Sun, 4 May 2003 19:55:38 +0000 (19:55 +0000)]
(ada-xemacs): Variable removed, since it's better to use (featurep 'xemacs).
Removed warnings generated with Emacs 21.3.x (mostly by adding needed `require'
statements).

21 years ago(uniquify-buffer-name-style, uniquify-after-kill-buffer-p)
Juanma Barranquero [Sun, 4 May 2003 19:54:00 +0000 (19:54 +0000)]
(uniquify-buffer-name-style, uniquify-after-kill-buffer-p)
(uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
(uniquify-min-dir-content, uniquify-separator, uniquify-trailing-separator-p):
Remove redundant group specification.
(uniquify-file-name-nondirectory): Delete.
(uniquify-rationalize-file-buffer-names): Simplify.
Use directory names as `filename' component of uniquify-item.
(uniquify-get-proposed-name): Adjust now that `filename' does not
include `base'.

21 years ago*** empty log message ***
Nick Roberts [Sun, 4 May 2003 19:30:19 +0000 (19:30 +0000)]
*** empty log message ***

21 years agoCorrect size for cleaner bitmaps.
Nick Roberts [Sun, 4 May 2003 19:21:03 +0000 (19:21 +0000)]
Correct size for cleaner bitmaps.

21 years ago(vc-mcvs-mode-line-string): Fix thinko.
Stefan Monnier [Sun, 4 May 2003 18:38:31 +0000 (18:38 +0000)]
(vc-mcvs-mode-line-string): Fix thinko.
(vc-mcvs-rename-file): New function.

21 years ago(update-directory-autoloads): Renamed from
Richard M. Stallman [Sun, 4 May 2003 13:08:58 +0000 (13:08 +0000)]
(update-directory-autoloads): Renamed from
update-autoloads-from-directories.

21 years ago(menu_bar_item): Adjust declaration.
Stefan Monnier [Sun, 4 May 2003 01:44:08 +0000 (01:44 +0000)]
(menu_bar_item): Adjust declaration.
(menu_bar_one_keymap_changed_items): Declare.

21 years ago(input_available_signal): Mark static.
Stefan Monnier [Sun, 4 May 2003 01:39:33 +0000 (01:39 +0000)]
(input_available_signal): Mark static.
(menu_bar_items): Use map_keymap.
(menu_bar_one_keymap): Remove.
(menu_bar_item): Adjust arglist (for use in map_keymap).
Properly hide a second binding when not both are keymaps.

21 years ago(struct skp): New struct, to pass args through map_keymap.
Stefan Monnier [Sun, 4 May 2003 01:27:32 +0000 (01:27 +0000)]
(struct skp): New struct, to pass args through map_keymap.
(single_keymap_panes): Use it and map_keymap.
(single_menu_item): Use skp as well.

21 years ago(cl-map-keymap): Redefine as alias.
Stefan Monnier [Sun, 4 May 2003 00:44:25 +0000 (00:44 +0000)]
(cl-map-keymap): Redefine as alias.
(cl-map-keymap-recursively): Use map-keymap.
(cl-macroexpand-all): Don't quote functions.

21 years ago(cl-map-keymap): Be careful with aliases.
Stefan Monnier [Sun, 4 May 2003 00:34:16 +0000 (00:34 +0000)]
(cl-map-keymap): Be careful with aliases.

21 years ago(ad-get-enabled-advices, ad-special-forms)
Stefan Monnier [Sun, 4 May 2003 00:32:46 +0000 (00:32 +0000)]
(ad-get-enabled-advices, ad-special-forms)
(ad-arglist, ad-subr-arglist): Use push and match-string.
(ad-make-advised-docstring): Extract & reinsert the usage info.

21 years ago(help-add-fundoc-usage): Allow arglist to be a string.
Stefan Monnier [Sun, 4 May 2003 00:30:34 +0000 (00:30 +0000)]
(help-add-fundoc-usage): Allow arglist to be a string.

21 years ago(map_keymap_item, map_keymap_char_table_item, map_keymap)
Stefan Monnier [Sun, 4 May 2003 00:13:06 +0000 (00:13 +0000)]
(map_keymap_item, map_keymap_char_table_item, map_keymap)
(map_keymap_call, Fmap_keymap): New functions.
(syms_of_keymap): Defsubr map-keymap.

21 years ago(map_keymap_function_t): New type.
Stefan Monnier [Sun, 4 May 2003 00:10:01 +0000 (00:10 +0000)]
(map_keymap_function_t): New type.
(map_keymap): Declare.

21 years ago(breakpoint-enabled-icon, breakpoint-disabled-icon):
Nick Roberts [Sat, 3 May 2003 22:20:57 +0000 (22:20 +0000)]
(breakpoint-enabled-icon, breakpoint-disabled-icon):
Include bitmap data for monochrome display.
(breakpoint-enabled-pbm-data, breakpoint-disabled-pbm-data):
New constants.

21 years ago*** empty log message ***
Nick Roberts [Sat, 3 May 2003 21:55:09 +0000 (21:55 +0000)]
*** empty log message ***

21 years agoAdd an entry for GDB-UI.
Nick Roberts [Sat, 3 May 2003 20:46:06 +0000 (20:46 +0000)]
Add an entry for GDB-UI.
Mention tool bar under GUD.

21 years ago*** empty log message ***
Stefan Monnier [Sat, 3 May 2003 18:44:49 +0000 (18:44 +0000)]
*** empty log message ***

21 years agoImprove previous changes (in particular, use of @uref).
Glenn Morris [Sat, 3 May 2003 14:24:23 +0000 (14:24 +0000)]
Improve previous changes (in particular, use of @uref).
Add a few index entries.

21 years agoUpdated page for dired.el.
Richard M. Stallman [Sat, 3 May 2003 14:06:09 +0000 (14:06 +0000)]
Updated page for dired.el.

21 years ago(cperl-nonoverridable-face): Doc fix.
Richard M. Stallman [Sat, 3 May 2003 13:53:41 +0000 (13:53 +0000)]
(cperl-nonoverridable-face): Doc fix.

21 years ago(mail-dont-send, mail-bury): Make ARG optional.
Richard M. Stallman [Sat, 3 May 2003 13:52:57 +0000 (13:52 +0000)]
(mail-dont-send, mail-bury): Make ARG optional.

21 years ago(Helper-return-blurb): Add defvar. (Also rearrange defuns.)
Richard M. Stallman [Sat, 3 May 2003 13:52:17 +0000 (13:52 +0000)]
(Helper-return-blurb): Add defvar.  (Also rearrange defuns.)

21 years ago(uniquify-ignore-buffers-re): Change default to match some Gnus buffers.
Richard M. Stallman [Sat, 3 May 2003 13:51:00 +0000 (13:51 +0000)]
(uniquify-ignore-buffers-re): Change default to match some Gnus buffers.

21 years ago(comment-search-forward): Add autoload cookie.
Richard M. Stallman [Sat, 3 May 2003 13:50:14 +0000 (13:50 +0000)]
(comment-search-forward): Add autoload cookie.

21 years ago(isearch-complete): Update isearch-message.
Richard M. Stallman [Sat, 3 May 2003 13:49:47 +0000 (13:49 +0000)]
(isearch-complete): Update isearch-message.

21 years ago(filesets-data): Add another defvar.
Richard M. Stallman [Sat, 3 May 2003 13:48:39 +0000 (13:48 +0000)]
(filesets-data): Add another defvar.
(filesets-verbosity): Doc fix.

21 years agoUpdate copyright and maintenance details.
Glenn Morris [Fri, 2 May 2003 22:02:11 +0000 (22:02 +0000)]
Update copyright and maintenance details.
Update some package URLs, versions, and maintainers.
Remove many references to the Emacs Lisp Archive as it is no
longer being updated.

21 years agoAdd a link to Meta-CVS home page.
Stefan Monnier [Fri, 2 May 2003 18:31:55 +0000 (18:31 +0000)]
Add a link to Meta-CVS home page.

21 years ago* gtkutil.c (create_dialog, make_widget_for_menu_item)
Jan Djärv [Fri, 2 May 2003 12:20:16 +0000 (12:20 +0000)]
* gtkutil.c (create_dialog, make_widget_for_menu_item)
(make_menu_item, create_menus, xg_update_menu_item): Don't call
..._with_mnemonic functions for menu items.

21 years ago(recentf-cleanup): Swap tests for exclusion and accessibility.
Juanma Barranquero [Fri, 2 May 2003 12:16:46 +0000 (12:16 +0000)]
(recentf-cleanup): Swap tests for exclusion and accessibility.

21 years ago*** empty log message ***
Richard M. Stallman [Thu, 1 May 2003 20:15:04 +0000 (20:15 +0000)]
*** empty log message ***

21 years ago(Funwind_protect): Use func = Fprogn rather symbol = Qnil.
Stefan Monnier [Thu, 1 May 2003 19:38:05 +0000 (19:38 +0000)]
(Funwind_protect): Use func = Fprogn rather symbol = Qnil.

21 years agoutf-translate-cjk is now called utf-translate-cjk-mode.
Kai Großjohann [Thu, 1 May 2003 19:37:34 +0000 (19:37 +0000)]
utf-translate-cjk is now called utf-translate-cjk-mode.

21 years agoMore excluded charsets for Unicode support.
Kai Großjohann [Thu, 1 May 2003 12:17:54 +0000 (12:17 +0000)]
More excluded charsets for Unicode support.

21 years agoFix braino.
Juanma Barranquero [Thu, 1 May 2003 11:36:31 +0000 (11:36 +0000)]
Fix braino.

21 years ago*** empty log message ***
Juanma Barranquero [Thu, 1 May 2003 11:21:58 +0000 (11:21 +0000)]
*** empty log message ***

21 years ago("polish-slash"): Add the rule "//"->?/.
Kenichi Handa [Thu, 1 May 2003 11:20:32 +0000 (11:20 +0000)]
("polish-slash"): Add the rule "//"->?/.

21 years ago(ls-lisp-format-file-size): New function to implement "-h" switch.
Juanma Barranquero [Thu, 1 May 2003 11:16:21 +0000 (11:16 +0000)]
(ls-lisp-format-file-size): New function to implement "-h" switch.
(ls-lisp-format): Use it.

21 years ago(utf-translate-cjk-mode): Update the
Kenichi Handa [Thu, 1 May 2003 04:39:07 +0000 (04:39 +0000)]
(utf-translate-cjk-mode): Update the
second extra slot of the translation table
utf-translation-table-for-encode.
(mule-utf-8): Set the property translation-table-for-encode.

21 years ago(coding_system_accept_latin_extra_p): Delete this
Kenichi Handa [Thu, 1 May 2003 04:34:57 +0000 (04:34 +0000)]
(coding_system_accept_latin_extra_p): Delete this
function.
(find_safe_codings): Pay attention to
the property tranlsation-table-for-encode of each codings.
(syms_of_coding): Give Qtranslation_table the extra slot number 2.

21 years ago(cvs-mode-find-file): Don't complain if bound to a non-mouse event.
Stefan Monnier [Thu, 1 May 2003 00:46:41 +0000 (00:46 +0000)]
(cvs-mode-find-file): Don't complain if bound to a non-mouse event.
(cvs-vc-command-advice): Don't parse "cvs update -p" output.

21 years ago(unbind_to): Don't handle symbol = Qnil any more.
Stefan Monnier [Thu, 1 May 2003 00:43:29 +0000 (00:43 +0000)]
(unbind_to): Don't handle symbol = Qnil any more.

21 years ago(CHECK): Wrap args in parenthesis.
Stefan Monnier [Thu, 1 May 2003 00:36:21 +0000 (00:36 +0000)]
(CHECK): Wrap args in parenthesis.
(specbind): Fix doc: symbol = Qnil is not supported any more.

21 years ago(Fbyte_code) <unwind-protect>: Use Fprogn rather than 0 and Qnil.
Stefan Monnier [Thu, 1 May 2003 00:22:31 +0000 (00:22 +0000)]
(Fbyte_code) <unwind-protect>: Use Fprogn rather than 0 and Qnil.

21 years agoNo longer has a maintainer.
Richard M. Stallman [Thu, 1 May 2003 00:00:25 +0000 (00:00 +0000)]
No longer has a maintainer.

21 years ago(parse_modifiers_uncached): Parse `down', `drag',
Stefan Monnier [Wed, 30 Apr 2003 21:04:13 +0000 (21:04 +0000)]
(parse_modifiers_uncached): Parse `down', `drag',
`double', and `triple' modifiers as well.

21 years ago(text-property-default-nonsticky): Add fill-space.
Stefan Monnier [Wed, 30 Apr 2003 21:01:05 +0000 (21:01 +0000)]
(text-property-default-nonsticky): Add fill-space.
(fill-delete-newlines): Respect the new property.
(fill-newline): Use the property instead of leaving "spurious" spaces.

21 years ago(easy-menu-get-map): Correctly handle non-submap bindings.
Stefan Monnier [Wed, 30 Apr 2003 20:53:04 +0000 (20:53 +0000)]
(easy-menu-get-map): Correctly handle non-submap bindings.

21 years agoUndo rest of previous change.
Richard M. Stallman [Wed, 30 Apr 2003 13:10:37 +0000 (13:10 +0000)]
Undo rest of previous change.

21 years agoUndo half of previous change.
Richard M. Stallman [Wed, 30 Apr 2003 13:09:25 +0000 (13:09 +0000)]
Undo half of previous change.

21 years ago*** empty log message ***
Richard M. Stallman [Wed, 30 Apr 2003 13:08:53 +0000 (13:08 +0000)]
*** empty log message ***

21 years ago(* GNU/Linux development packages): Mention Debian and
Kai Großjohann [Wed, 30 Apr 2003 12:36:26 +0000 (12:36 +0000)]
(* GNU/Linux development packages): Mention Debian and
RedHat package names.

21 years ago*** empty log message ***
Richard M. Stallman [Wed, 30 Apr 2003 12:08:31 +0000 (12:08 +0000)]
*** empty log message ***

21 years ago(echo_char): Don't clear out a dash that follows a space.
Richard M. Stallman [Wed, 30 Apr 2003 12:08:07 +0000 (12:08 +0000)]
(echo_char): Don't clear out a dash that follows a space.

21 years ago(abort_on_gc): Add decl.
Richard M. Stallman [Wed, 30 Apr 2003 12:06:39 +0000 (12:06 +0000)]
(abort_on_gc): Add decl.

21 years ago(Fsignal): Clear abort_on_gc.
Richard M. Stallman [Wed, 30 Apr 2003 12:06:04 +0000 (12:06 +0000)]
(Fsignal): Clear abort_on_gc.

21 years ago(Fformat): Set abort_on_gc during first scan of format.
Richard M. Stallman [Wed, 30 Apr 2003 12:05:37 +0000 (12:05 +0000)]
(Fformat): Set abort_on_gc during first scan of format.
Reinit FORMAT_START and END before second scan.

21 years ago(abort_on_gc): New variable.
Richard M. Stallman [Wed, 30 Apr 2003 12:04:39 +0000 (12:04 +0000)]
(abort_on_gc): New variable.
(Fgarbage_collect): Abort if abort_on_gc is set.

21 years ago(move_it_vertically_backward): Do the final big else even if nlines is 0.
Richard M. Stallman [Wed, 30 Apr 2003 12:03:53 +0000 (12:03 +0000)]
(move_it_vertically_backward): Do the final big else even if nlines is 0.

(redisplay_internal): Finish the per-frame loop
even if redisplay is suspended by input.

21 years agoHandle system types sysv5uw* and sysv5OpenUNIX*.
Richard M. Stallman [Wed, 30 Apr 2003 09:23:02 +0000 (09:23 +0000)]
Handle system types sysv5uw* and sysv5OpenUNIX*.

21 years ago(* GNU/Linux development packages): Tell people to
Kai Großjohann [Wed, 30 Apr 2003 08:01:30 +0000 (08:01 +0000)]
(* GNU/Linux development packages): Tell people to
install additional packages for compiling Emacs.

21 years ago*** empty log message ***
Juanma Barranquero [Wed, 30 Apr 2003 00:13:34 +0000 (00:13 +0000)]
*** empty log message ***

21 years agoMake things function properly in case both LessTif and Open Motif are installed.
Juanma Barranquero [Wed, 30 Apr 2003 00:02:23 +0000 (00:02 +0000)]
Make things function properly in case both LessTif and Open Motif are installed.

21 years ago(ada-stmt-add-to-ada-menu): Moved to ada-mode.el.
Juanma Barranquero [Tue, 29 Apr 2003 23:44:43 +0000 (23:44 +0000)]
(ada-stmt-add-to-ada-menu): Moved to ada-mode.el.
(ada-template-map): Merged with the keymap handling in ada-mode.el.

21 years ago(ada-prj-add-keymap): Moved to ada-mode.el directly. Add dependency on
Juanma Barranquero [Tue, 29 Apr 2003 23:43:00 +0000 (23:43 +0000)]
(ada-prj-add-keymap): Moved to ada-mode.el directly.  Add dependency on
ada-xref.el to avoid compilation warnings.
(ada-prj-get-prj-dir): Removed, no longer needed.

21 years ago(ada-gnatls-args): New variable. Add support for specifying arguments to
Juanma Barranquero [Tue, 29 Apr 2003 23:40:08 +0000 (23:40 +0000)]
(ada-gnatls-args): New variable.  Add support for specifying arguments to
gnatls.
(ada-initialize-runtime-library): Properly parse "." in the output of gnatls.
(ada-add-keymap): Removed, since this is now done in ada-mode.el itself.
(ada-add-ada-menu): Likewise.
(ada-set-default-project-file): New parameter KEEP-EXISTING.
(ada-prj-find-prj-file): New parameter FILE.
(ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and
ADA_OBJECTS_PATH environment variables.  Minor reorganization of the code
(ada-get-all-references): Add support for GNAT 3.16 cross-references.

21 years ago(ada-search-directories): Take into account ADA_INCLUDE_PATH for better
Juanma Barranquero [Tue, 29 Apr 2003 23:35:40 +0000 (23:35 +0000)]
(ada-search-directories): Take into account ADA_INCLUDE_PATH for better
compatibility with GNAT.
(ada-contextual-menu): Menu defined through `easy-menu-define' instead.  Various
adjustments to the indentation engine (handling of subtypes, begin blocks,
etc.).
(ada-create-menu): Major rewrite of the handling of menus to use
`easy-menu-define' for cleaner code and better compatibility with XEmacs.  All
menus that were previously in ada-xref.el and ada-prj.el are now defined in this
package, which makes it easier to edit menus.
(ada-narrow-to-defun): Add support for `narrow-to-region'.  No longer
explicitely load ada-xref.el and ada-prj.el.  Use autoload statements instead.

21 years agoAdded a comment explaining the various ways to save a game score on POSIX
Juanma Barranquero [Tue, 29 Apr 2003 23:06:50 +0000 (23:06 +0000)]
Added a comment explaining the various ways to save a game score on POSIX
systems.
(gamegrid-add-score-with-update-game-score): Use `cond' instead of `if'.
Provide for the case that FILE is an absolute filename.  Create the directory
"$HOME/.emacs.d/games", if necessary.

21 years ago(isearch-complete1): Don't allocate unnecessarily.
Stefan Monnier [Tue, 29 Apr 2003 20:38:53 +0000 (20:38 +0000)]
(isearch-complete1): Don't allocate unnecessarily.
(isearch-complete-edit): Adjust to Emacs-21's new minibuffer handling.
(isearch-update-ring): Use push.

21 years agoMention Unicode limitations.
Simon Josefsson [Tue, 29 Apr 2003 13:35:52 +0000 (13:35 +0000)]
Mention Unicode limitations.

21 years ago*** empty log message ***
Richard M. Stallman [Tue, 29 Apr 2003 05:36:19 +0000 (05:36 +0000)]
*** empty log message ***

21 years ago(byte-compile-cl-warn): Use `string-match'.
John Paul Wallington [Tue, 29 Apr 2003 02:56:25 +0000 (02:56 +0000)]
(byte-compile-cl-warn): Use `string-match'.

21 years ago(byte-compile-cl-warn): Avoid cl warnings
Dave Love [Mon, 28 Apr 2003 22:05:17 +0000 (22:05 +0000)]
(byte-compile-cl-warn): Avoid cl warnings
from caaar & al.

21 years agoUndo last (RMS') change, as it is useless, per Dave Love.
Francesco Potortì [Mon, 28 Apr 2003 16:24:30 +0000 (16:24 +0000)]
Undo last (RMS') change, as it is useless, per Dave Love.

21 years agoUndo RMS' change in configure.in, as it is useless, per Dave Love.
Francesco Potortì [Mon, 28 Apr 2003 16:23:10 +0000 (16:23 +0000)]
Undo RMS' change in configure.in, as it is useless, per Dave Love.

21 years ago* make-package: Allocate 5% extra space on disk image for directories
Andrew Choi [Mon, 28 Apr 2003 16:15:35 +0000 (16:15 +0000)]
* make-package: Allocate 5% extra space on disk image for directories
  and partition tables.

21 years agouse Jan in ChangeLog entry header per rms
Karl Berry [Mon, 28 Apr 2003 14:07:13 +0000 (14:07 +0000)]
use Jan in ChangeLog entry header per rms

21 years agoSet coding-category-utf-16-be to
Kenichi Handa [Mon, 28 Apr 2003 09:17:25 +0000 (09:17 +0000)]
Set coding-category-utf-16-be to
mule-utf-16-be-with-signature, coding-category-utf-16-le to
mule-utf-16-le-with-signature.  Raise the priority of
coding-category-utf-8, coding-category-utf-16-be, and
coding-category-utf-16-le

21 years ago(reset-language-environment): Raise the priority of mule-utf-8,
Kenichi Handa [Mon, 28 Apr 2003 09:16:19 +0000 (09:16 +0000)]
(reset-language-environment): Raise the priority of mule-utf-8,
mule-utf-16-be-with-signature and mule-utf-16-le.-with-signature.