1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
Commit Graph

62102 Commits

Author SHA1 Message Date
Richard M. Stallman
1fffd65f50 (move-beginning-of-line): Take account of fields.
(clone-indirect-buffer-other-window): Take args like
clone-indirect-buffer, and work like it.
2006-01-26 17:56:54 +00:00
Richard M. Stallman
5effb4d80f (describe-function): Don't pass `nil' as default. 2006-01-26 17:55:32 +00:00
Richard M. Stallman
f36d46caff (risky-local-variable-p): Follow var aliases. 2006-01-26 17:55:04 +00:00
Richard M. Stallman
8299f39695 (lazy-completion-table): Doc fix. 2006-01-26 17:54:27 +00:00
Richard M. Stallman
9b45278627 (rmail-make-summary-line-1): Don't set global binding of `line'. 2006-01-26 17:54:01 +00:00
Richard M. Stallman
2aee5ca377 (check_pure_size): Make overflow message an "error message". 2006-01-26 17:51:42 +00:00
Richard M. Stallman
bb9c8a997a (Fmap_keymap): Doc fix. 2006-01-26 17:50:50 +00:00
Richard M. Stallman
5fa98fcf92 (Fx_create_frame): Put all specified parms into f->param_alist
unless they were cleared out.
2006-01-26 17:49:48 +00:00
Richard M. Stallman
d00368cf26 (x_get_arg): "Clear out" the parm in ALIST if found there. 2006-01-26 17:48:52 +00:00
Károly Lőrentey
e477bb0420 (Fconstrain_to_field): Fix behaviour on field boundaries.
(find_field): Set before_field to after_field when pos is at BEGV.
2006-01-26 06:43:33 +00:00
Károly Lőrentey
13c42cc53a (Fbeginning_of_line, Fend_of_line): Clarify confusing doc string. 2006-01-26 03:40:13 +00:00
Károly Lőrentey
2cb3aec40b (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.
2006-01-26 03:12:45 +00:00
Károly Lőrentey
27806b2030 (Fbeginning_of_line, Fend_of_line): Clarify confusing doc string. 2006-01-26 03:05:15 +00:00
Kenichi Handa
34b8768930 (Fcall_process): GCPRO error_file. Encode infile,
current_dir, and error_file.  On reporting an error, decode them
back.
2006-01-26 00:40:12 +00:00
Luc Teirlinck
4d92725249 (Antinews): Various corrections and additions. 2006-01-25 23:25:42 +00:00
Luc Teirlinck
09abf31af8 *** empty log message *** 2006-01-25 23:24:17 +00:00
André Spiegel
817f348aa9 # 2006-01-25 19:00:22 +00:00
André Spiegel
3204f20349 (vc-user-login-name): Comment out defadvice, it is no longer
necessary.
2006-01-25 18:58:45 +00:00
André Spiegel
510f6466f3 (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.
2006-01-25 18:55:41 +00:00
André Spiegel
8d2b9c1aad (vc-user-login-name): Rewritten to handle access via Tramp. 2006-01-25 18:54:26 +00:00
Kenichi Handa
d1efee2203 (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.
2006-01-25 07:44:43 +00:00
Miles Bader
7347faa822 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
2006-01-25 06:47:24 +00:00
Luc Teirlinck
699ee5f57a Minor fixes in introductory comment.
(completion-def-wrapper): Fix alist.
2006-01-25 04:11:05 +00:00
Noah Friedman
82a31b62db *** empty log message *** 2006-01-25 04:06:04 +00:00
Luc Teirlinck
54c30f8d1e *** empty log message *** 2006-01-25 04:03:24 +00:00
Noah Friedman
69f0b7f529 Replace all references to cdr' field of conses with u.cdr',
per change Andreas Schwab 2005-11-15 of src/lisp.h.
2006-01-25 03:58:43 +00:00
Nick Roberts
c435ab83d9 Make background transparent. 2006-01-25 00:44:46 +00:00
Nick Roberts
3140b91ba8 *** empty log message *** 2006-01-25 00:44:01 +00:00
Nick Roberts
2ff89cf76f (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.
2006-01-24 20:54:23 +00:00
Nick Roberts
3beca8d590 *** empty log message *** 2006-01-24 20:53:24 +00:00
Stefan Monnier
1cee1e272f (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.
2006-01-24 19:14:58 +00:00
Stefan Monnier
243afed719 (log-view-minor-wrap): First rev is the one at point. 2006-01-24 18:43:22 +00:00
Chong Yidong
a0b08700d1 * alloc.c (allocate_string_data): Update next_free immediately, to
reduce risk of memory clobberage.
2006-01-24 18:35:25 +00:00
Stefan Monnier
0d72b43bbb 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.
2006-01-24 17:14:16 +00:00
Stefan Monnier
b8823bf417 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.
2006-01-24 17:14:16 +00:00
Stefan Monnier
5d1c8151a3 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.
2006-01-24 17:07:29 +00:00
Thien-Thi Nguyen
317921ec18 (lisp-font-lock-keywords-2):
Recognize "& keywords" only at word boundaries.
2006-01-24 13:38:07 +00:00
Károly Lőrentey
bf7f1d30f5 (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.
2006-01-24 07:59:23 +00:00
Nick Roberts
dd2a3d136f (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.
2006-01-23 23:16:58 +00:00
Nick Roberts
3d9d607ac5 *** empty log message *** 2006-01-23 23:16:16 +00:00
Stefan Monnier
e5e26d8f7d (x_catch_errors_unwind): Yet another int/Lisp_Object mixup. 2006-01-23 22:08:13 +00:00
Stefan Monnier
1e3b6bec72 (ses-read-cell): Provide a default value. 2006-01-23 22:04:36 +00:00
Juanma Barranquero
9dd28cae26 *** empty log message *** 2006-01-23 16:08:46 +00:00
Juanma Barranquero
253d8b7a32 (image-library-alist): Add additional names for GIF library. 2006-01-23 15:28:24 +00:00
Reiner Steib
e450a16a14 (latexenc-find-file-coding-system): Add file-regular-p check. 2006-01-23 14:26:02 +00:00
Juanma Barranquero
af71d4c04d *** empty log message *** 2006-01-23 13:54:37 +00:00
Kim F. Storm
d126cb6042 (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).
2006-01-23 13:14:01 +00:00
Kim F. Storm
1ff4535b17 *** empty log message *** 2006-01-23 13:13:42 +00:00
Stefan Monnier
0a4871997c (clone-buffer): Don't show the new buffer in the same window. 2006-01-23 04:05:59 +00:00
Stefan Monnier
5badc98d73 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.
2006-01-23 02:44:02 +00:00