1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-19 12:20:17 -08:00
Commit graph

28536 commits

Author SHA1 Message Date
Kim F. Storm
4aed6e1eae *** empty log message *** 2005-02-16 21:36:24 +00:00
Nick Roberts
262ba701c1 (gdb-set-gud-minor-mode-existing-buffers)
(gdb-find-file-hook): Add server prefix.
2005-02-16 20:23:16 +00:00
Nick Roberts
fb05d8afc9 *** empty log message *** 2005-02-16 20:22:38 +00:00
Luc Teirlinck
5433e5788e (auto-revert-stop-on-user-input): Doc fix. 2005-02-16 14:14:56 +00:00
Richard M. Stallman
a29c9707c7 *** empty log message *** 2005-02-16 10:22:14 +00:00
Richard M. Stallman
d532160fb0 (perform-replace): Pass new args to replace-highlight.
(replace-highlight): Take region args,
and pass them to isearch-lazy-highlight-new-loop.
2005-02-16 09:49:45 +00:00
Richard M. Stallman
52e3545b1c (disabled-command-hook): Autoload the defalias
and the make-obsolete-variable call.
2005-02-16 09:48:29 +00:00
Richard M. Stallman
f48e845f51 (menu-bar-select-frame): FRAME defaults to selected. 2005-02-16 09:47:37 +00:00
Richard M. Stallman
f9114cec07 (isearch-lazy-highlight-start-limit)
(isearch-lazy-highlight-end-limit): New variables limit
the region for highlighting.
(isearch-lazy-highlight-new-loop): New args BEG and END.
(isearch-lazy-highlight-search): Use the new vars.
(isearch-lazy-highlight-update): Likewise.
2005-02-16 09:41:02 +00:00
Richard M. Stallman
784a48b2ef (dired-build-subdir-alist): Bind buffer-undo-list to t. 2005-02-16 09:39:06 +00:00
Richard M. Stallman
720f4c79bf (all): Use default-boundp. 2005-02-16 09:37:20 +00:00
Luc Teirlinck
e1c9f9398e *** empty log message *** 2005-02-16 05:13:39 +00:00
Luc Teirlinck
6547d31354 (auto-revert-stop-on-user-input, auto-revert-verbose): Doc fixes. 2005-02-16 05:00:29 +00:00
Jason Rumney
52c7f9eea2 2004-11-08 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
* w32select.c: Summary: Thorough rework to implement Unicode
        clipboard operations and delayed rendering.

        Drop last_clipboard_text and related code, keep track of
        ownership via clipboard_owner instead.  Drop old #if0
        sections.

        (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
        (clipboard_owner, modifying_clipboard, cfg_coding_system)
        (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
        (current_coding_system, current_requires_encoding)
        (current_num_nls, current_clipboard_type, current_lcid): New
        static variables.

        (convert_to_handle_as_ascii, convert_to_handle_as_coded)
        (render, render_all, run_protected, lisp_error_handler)
        (owner_callback, create_owner, setup_config)
        (enum_locale_callback, cp_from_locale, coding_from_cp): New
        local functions.

        (term_w32select, globals_of_w32select): New global functions.

        (Fw32_set_clipboard_data): Ignore parameter FRAME, use
        clipboard_owner instead.  Use delayed rendering and provide
        all text formats.  Provide CF_LOCALE if necessary.

        (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
        CF_LOCALE.  Fall back to CF_TEXT, if CF_UNICODETEXT is not
        available.  Force DOS line-ends for decoding.

        (Fx_selection_exists_p): Handle CF_UNICODETEXT.

        (syms_of_w32select): Init and register new variables.

        * w32.h: Add prototypes for globals_of_w32select and
        term_w32select.  Make the neighboring K&R declarations into
        prototypes, too.

        * emacs.c: Include w32.h to get function prototypes.
        (main): Call globals_of_w32select.

        * w32.c (term_ntproc): Call term_w32select.

        * mule-cmds.el (set-locale-environment): Remove call to
        set-selection-coding-system on Windows.

        * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
2005-02-15 23:19:26 +00:00
Jay Belanger
6ec3030266 (math-csc-raw): Fix typo. 2005-02-15 19:49:51 +00:00
Jay Belanger
3ce6180e84 (math-eqn-special-funcs): Add functions to list. 2005-02-15 19:28:08 +00:00
Jay Belanger
9274224b86 Add derivative and integration rules for calcFunc-sec, calcFunc-csc,
calcFunc-cot, calcFunc-sech, calcFunc-csch, calcFunc-coth.
(math-do-integral-methods): Add to checks for when to use
substitutions.
2005-02-15 19:27:47 +00:00
Jay Belanger
40b444acab Add simplification rules for calcFunc-sec, calcFunc-csc, calcFunc-cot. 2005-02-15 19:27:17 +00:00
Jay Belanger
6735a29b34 (calc-handle-undo): Remove prefix from variable in message. 2005-02-15 19:26:49 +00:00
Jay Belanger
6fc5a7dac1 (calc-DistribRules, calc-NegateRules): Add rules. 2005-02-15 19:26:07 +00:00
Jay Belanger
f53e6c20ff (calc-sec, calc-csc, calc-cot, calc-sech, calc-csch, calc-coth)
(calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech)
(calcFunc-csch, calcFunc-coth, math-sec-raw, math-csc-raw)
(math-cot-raw): New functions.
2005-02-15 19:25:20 +00:00
Jay Belanger
86c88be7eb Add functions to autoloads. 2005-02-15 19:24:49 +00:00
Jay Belanger
e3e6f0958c (math-real-if-arg-functions): Add functions to list. 2005-02-15 19:24:24 +00:00
Jay Belanger
6a5412e40d Add simplification rules for calcFunc-sec, calcFunc-csc, calcFunc-cot,
calcFunc-sech, calcFunc-csch, calcFunc-coth.
2005-02-15 19:23:46 +00:00
Lute Kamstra
43817a7520 (lisp-mode-variables): Add ;;;###autoload to `outline-regexp'.
Suggested by Stefan Monnier <monnier@iro.umontreal.ca>
(lisp-outline-level): Improve efficiency.  Suggested by David Kastrup
<dak@gnu.org>.
2005-02-15 09:23:22 +00:00
Nick Roberts
e7212bb36e (gdb-find-file-unhook): New variable.
(gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
(gdb-set-gud-minor-mode-existing-buffers): New functions.
(gdb-find-file-hook): New hook. Add it to find-file-hook.
(gdb-info-breakpoints-custom, gdb-source-info): Simplify.
2005-02-15 09:19:13 +00:00
Nick Roberts
34093ed782 *** empty log message *** 2005-02-15 09:18:31 +00:00
Luc Teirlinck
0f014aa113 (all): Comment change. 2005-02-14 23:44:07 +00:00
Lute Kamstra
23e8c0957e *** empty log message *** 2005-02-14 12:17:31 +00:00
Lute Kamstra
92233e7e39 (all): Check if symbol is void. 2005-02-14 12:13:12 +00:00
Carsten Dominik
3ee26b0c20 (reftex-do-citation): Cleanup single
optional argument to \cite.
2005-02-14 12:12:04 +00:00
Carsten Dominik
a486913983 *** empty log message *** 2005-02-14 12:11:02 +00:00
Richard M. Stallman
134948fc5f *** empty log message *** 2005-02-14 10:25:50 +00:00
Richard M. Stallman
76bad53408 (url-http-parse-headers): Test url-automatic-caching. 2005-02-14 09:58:33 +00:00
Richard M. Stallman
470cefd341 (custom-buffer-create-internal): Update help message.
(custom-magic-alist): Update help messages.
2005-02-14 09:50:38 +00:00
Richard M. Stallman
a200d99881 (all): Allow a var to specify a standard value. 2005-02-14 09:49:38 +00:00
Miles Bader
d31fa104a1 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-96
Move Gnus images into etc/images

2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus.el (gnus-group-startup-message): Search for gnus images in
   etc/images/gnus.
   * lisp/gnus/mm-util.el (mm-find-charset-region): Likewise.
   * lisp/gnus/smiley.el (smiley-data-directory): Search for smilies in
   etc/images/smilies.
2005-02-13 08:47:45 +00:00
Miles Bader
9b981cb686 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-95
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-14
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-15
   Update from CVS: lisp/imap.el (imap-log): Doc fix.

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-16
   Merge from emacs--cvs-trunk--0

2005-02-09  Kim F. Storm  <storm@cua.dk>

   Change Emacs release version from 21.4 to 22.1 throughout.
   Change Emacs development version from 21.3.50 to 22.0.50.

2005-02-08  Simon Josefsson  <jas@extundo.com>

   * lisp/gnus/imap.el (imap-log): Doc fix.
2005-02-13 07:12:33 +00:00
Luc Teirlinck
03e384994b *** empty log message *** 2005-02-12 18:15:57 +00:00
Luc Teirlinck
5e2087b85a *** empty log message *** 2005-02-12 18:06:24 +00:00
Luc Teirlinck
3413f9285c (command-line): Adapt blinking cursor init to changes in frame.el. 2005-02-12 18:00:53 +00:00
Luc Teirlinck
a795e09a78 (blink-cursor-timer): Doc fix.
(blink-cursor-mode): Use correct standard expression in defcustom.
(blink-cursor): Make it an alias for `blink-cursor-mode' and declare obsolete.
2005-02-12 17:58:37 +00:00
Luc Teirlinck
4b52e77985 (custom-theme-set-variables): Handle variable aliases. 2005-02-12 17:56:32 +00:00
Lute Kamstra
b7a2a69670 (apropos-score-doc): Prevent division by zero. 2005-02-11 16:09:50 +00:00
Glenn Morris
74692b14ee From Ulf Jasper <ulf.jasper@web.de>:
(icalendar--get-event-property): Doc fix.
(icalendar--get-event-property-attributes)
(icalendar--get-event-properties)
(icalendar--datetime-to-diary-date): New functions.
(icalendar--split-value): Doc fix.
(icalendar--datetime-to-noneuropean-date)
(icalendar--datetime-to-european-date): New optional argument
SEPARATOR.  Return result as a string instead of a list.
(icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
(icalendar--convert-string-for-export): Rename arg S to STRING.
(icalendar-export-region): Doc fix.  Change name of error buffer.
Save output buffer.
(icalendar-import-file): Add blank at end of prompt.
(icalendar-import-buffer): Doc fix.  Do not switch to error
buffer.  Indicate status in return value.
(icalendar--convert-ical-to-diary): Doc fix.  Change name of error
buffer.  Save output buffer.  Handle exception from recurrence
rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
events.  Fix problems with weekly all-day events.
2005-02-11 01:02:56 +00:00
Glenn Morris
ea66d5e0c4 *** empty log message *** 2005-02-11 01:01:45 +00:00
Richard M. Stallman
442914601b *** empty log message *** 2005-02-10 06:51:28 +00:00
Richard M. Stallman
9bb25ed3b8 (eval-expression-print-format): Avoid warning about edebug-active. 2005-02-10 06:47:58 +00:00
Richard M. Stallman
a4bdcdf378 (help-for-help-internal): Renamed from help-for-help.
(help-for-help): Define with defalias.
2005-02-10 06:46:42 +00:00
Richard M. Stallman
723c911c93 (font-lock-default-function): Use with-no-warnings. 2005-02-10 06:45:26 +00:00