1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 06:50:39 -08:00
Commit graph

63656 commits

Author SHA1 Message Date
Kenichi Handa
90fc2bc597 *** empty log message *** 2006-01-24 02:01:42 +00:00
Kenichi Handa
3424774b11 (describe-char): Use insert-text-button instead of
widget-create for "customize what to show" button.
2006-01-24 02:01:19 +00:00
Miles Bader
c40d33655c Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-4
Creator:  Stefan Monnier <monnier@iro.umontreal.ca>

Merge tar-mode changes from the trunk.

* tar-mode.el: Merge changes from the trunk:
(tar-header-block-tokenize): Tighten regexp.
(tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
cleared before.  Obey default-enable-multibyte-characters.  Use mapconcat.
(tar-mode-map): Move initialization inside delcaration.
(tar-alter-one-field): Don't hardcode point-min==1.
2006-01-21 06:45:38 +00:00
Kenichi Handa
a00e2b8146 *** empty log message *** 2006-01-20 07:38:27 +00:00
Kenichi Handa
de91bd8ecd Copyright fixed.
(composition-function-table): Support a new character in Unicode
4.1.
2006-01-20 07:38:03 +00:00
Kenichi Handa
3a549e1c83 (ethio-fidel-to-tex-buffer)
(ethio-tex-to-fidel-buffer, ethio-composition-function)
("ethiopic-tex"): Support new characters in Unicode 4.1.
2006-01-20 07:36:01 +00:00
Kenichi Handa
1be3d7c3ea Copyright fixed. 2006-01-20 07:31:04 +00:00
Kenichi Handa
f951efa63c *** empty log message *** 2006-01-20 05:03:17 +00:00
Kenichi Handa
a15a6a14cf New file 2006-01-20 04:38:47 +00:00
Kenichi Handa
510db9ddaf New file. 2006-01-20 04:35:30 +00:00
Kenichi Handa
180505d55e (describe-char): Fix for sync with HEAD. 2006-01-20 02:03:51 +00:00
Kenichi Handa
3a7d24544d *** empty log message *** 2006-01-19 07:42:21 +00:00
Kenichi Handa
05e9a0525d (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF. 2006-01-19 07:41:11 +00:00
Kenichi Handa
44e8490d9a Sync to HEAD for handling autoload-coding-system.
(Qcoding_system_define_form): New variable.
(syms_of_coding): Intern and staticpro it.
(Fcoding_system_p): Check Qcoding_system_define_form.
(Fcheck_coding_system): Try to autoload the definition of
CODING-SYSTEM.
2006-01-19 07:20:52 +00:00
Kenichi Handa
e7dd762260 *** empty log message *** 2006-01-19 07:20:36 +00:00
Kenichi Handa
7c00e33d77 (CODING_SYSTEM_P): If ID is not available, call
Fcoding_system_p.
(CHECK_CODING_SYSTEM): If ID is not available, call
Fcheck_coding_system.
(CHECK_CODING_SYSTEM_GET_SPEC): Try also Fcheck_coding_system.
(CHECK_CODING_SYSTEM_GET_ID): Likewise.
2006-01-19 07:17:59 +00:00
Kenichi Handa
2da14137b6 (autoload-coding-system): Install the same
function as in HEAD.
2006-01-19 07:16:47 +00:00
Miles Bader
87e7795ece Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-2
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (base, patch 1-3)

   - tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-704
   - Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 700-704)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/cus-edit.el (customize-rogue): Minor doc fix.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 185-186)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS
2006-01-19 07:11:42 +00:00
Miles Bader
0eea3b0ef9 Changes from arch/CVS synchronization 2006-01-19 06:54:47 +00:00
Kenichi Handa
194939e3cf *** empty log message *** 2006-01-19 06:36:46 +00:00
Kenichi Handa
71578d4f96 (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF. 2006-01-19 02:12:45 +00:00
Jesper Harder
b0aea09e7b (smtpmail-send-it): Use insert-buffer-substring. 2006-01-18 20:49:00 +00:00
Stefan Monnier
7a9ac68891 Move defvars out of eval-when-compile.
(array-make-template): Replace undeclared global var with a local one.
(array-mode): Inline initialization functions.
(array-init-local-variables, array-init-max-row)
(array-init-max-column, array-init-columns-per-line)
(array-init-field-width, array-init-rows-numbered)
(array-init-line-length, array-init-lines-per-row): Remove.
2006-01-18 20:36:19 +00:00
Stefan Monnier
0ff223569f Move defvars out of eval-when-compile. Use dolist.
(doc-mode-map): Define explicitly.
(doctor-txtype): Use mapc.
2006-01-18 16:49:53 +00:00
Stefan Monnier
81cafdfe92 Move defvars out of eval-when-compile.
(url-news-fetch-message-id, url-news-fetch-newsgroup): Use with-current-buffer.
2006-01-18 16:43:46 +00:00
Stefan Monnier
1042fc7f9c Move defvars out of eval-when-compile.
Remove harmful code meant to avoid byte-compiler warnings.
(table-fixed-mode-indicator): Remove.  Use a more complex mode-line
specification that checks table-fixed-width-mode directly.
(table-recognize-region, table-recognize-cell): Use restore-buffer-modified-p.
(table-fixed-width-mode): Remove code that refreshes
table-fixed-mode-indicator.
(*table--cell-describe-bindings, *table--cell-describe-mode):
Avoid obsolete name print-help-return-message.
(table--test-cell-list): Don't use replace-regexp from elisp.
(table--point-entered-cell-function, table--point-left-cell-function):
Don't set table-fixed-mode-indicator, use force-mode-line-update.
2006-01-18 16:39:43 +00:00
Stefan Monnier
f462ee2c28 Move defvars out of eval-when-compile. Move code
that was after the end of file.  Use buffer-file-name variable.
(org-timestamp-change): Use with-current-buffer.
(org-todo-list): Don't unnecessarily define a new buffer-local var.
(org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg `file'.
2006-01-18 16:19:21 +00:00
Stefan Monnier
5d72423543 Move defvars out of eval-when-compile.
(fortran-break-line): Remove unused var `opoint'.
(fortran-abbrev-start): Obey help-event-list.
2006-01-18 15:56:30 +00:00
Kenichi Handa
dddc4823df Include etc/charsets in tarball. 2006-01-18 05:58:14 +00:00
Richard M. Stallman
edd1c6857e (x_frame_get_and_record_arg): Don't record Qunbound value in f->param_alist. 2006-01-18 01:48:49 +00:00
Juri Linkov
6bca59a3cc (list-buffers-noselect): Use buffer-menu-buffer' instead of Buffer-menu-buffer'. 2006-01-17 21:45:19 +00:00
Masatake YAMATO
3968c89ffe Added makefile-imake-mode. 2006-01-17 18:11:53 +00:00
Stefan Monnier
11b07c3762 Oops. Attribution fix. 2006-01-17 16:36:32 +00:00
Stefan Monnier
8e2e29565d (ispell-kill-ispell-hook): Add to the hook when
loading the file rather than when turning on flyspell-mode.
2006-01-17 16:35:52 +00:00
Bill Wohler
fe778a1258 (assoc-string): Fix typo in argument. 2006-01-17 16:20:29 +00:00
Richard M. Stallman
588fe8bc0a (lisp-font-lock-keywords-1): Minor rearrangement. 2006-01-17 14:32:16 +00:00
Kenichi Handa
b97a7f9d1d *** empty log message *** 2006-01-17 04:34:26 +00:00
Luc Teirlinck
2e040f4ea1 *** empty log message *** 2006-01-17 04:34:20 +00:00
Luc Teirlinck
c111d7aedc (customize-rogue): Minor doc fix. 2006-01-17 04:28:42 +00:00
Bill Wohler
0af7621b63 *** empty log message *** 2006-01-17 03:08:25 +00:00
Miles Bader
c428866987 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-702
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 185-186)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nnrss.el: Update copyright.
   (nnrss-opml-import): Query whether to subscribe to each entry.

   * lisp/gnus/gnus-art.el:
   * lisp/gnus/gnus-cus.el:
   * lisp/gnus/gnus-group.el:
   * lisp/gnus/gnus-start.el:
   * lisp/gnus/gnus-sum.el:
   * lisp/gnus/mm-uu.el:
   * lisp/gnus/mm-view.el: Update copyright.

2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/message.el (message-info): New function.
   (message-mode-menu): Add it.
   Update copyright.

   * lisp/gnus/ChangeLog: Fix and update copyright.

2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi: Update copyright.
2006-01-17 02:39:39 +00:00
Kenichi Handa
568d880f2f (handle_one_xevent): Delete unnecessary code inserted by
sync with HEAD.
2006-01-17 02:39:19 +00:00
Kenichi Handa
948bdcf344 (code_conversion_restore): GCPRO arg. 2006-01-17 02:38:38 +00:00
Juri Linkov
d247d0fe89 (buffer-menu-buffer) <defface>: Renamed from
Buffer-menu-buffer.  Doc fix.
(Buffer-menu-buffer): Face alias to buffer-menu-buffer.
2006-01-17 02:11:40 +00:00
Juri Linkov
96639c8970 (Info-revert-find-node): Check for Info-current-file
before preserving new-history.
2006-01-17 02:07:44 +00:00
Juri Linkov
84bf6ad84e (dired-diff): Use dired-dwim-target-directory
instead of the file at the mark as default if the file at the mark
is the same as the file at point or if dired-dwim-target-directory
is not the same as the current directory and the mark is not active.
2006-01-17 01:43:00 +00:00
Juri Linkov
202e166dea *** empty log message *** 2006-01-17 00:57:41 +00:00
Juri Linkov
3d6ce9c2a7 Add `coding: iso-2022-7bit' cookie.
(html-mode): Set `sentence-end-base' instead of `sentence-end'.
2006-01-17 00:53:03 +00:00
Juri Linkov
cfc1ba0f61 (Man-heading-regexp): Add `/'. 2006-01-17 00:51:53 +00:00
Juri Linkov
cbc9827367 (log-view-minor-wrap): Use the same logic to get revisions as `log-view-diff'. 2006-01-17 00:51:30 +00:00