- 26 Apr, 2006 22 commits
-
-
Stefan Monnier authored
-
Richard M. Stallman authored
-
Jason Rumney authored
-
Jason Rumney authored
<WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases where we preempt mouse_button_timer.
-
Jason Rumney authored
-
Stefan Monnier authored
(add-log-iso8601-time-string): Fix call to format-time-string.
-
Eric Ding authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Masatake YAMATO authored
support for "//" style comments. Remove `b' flag from ?* in `asm-mode-syntax-table'.
-
Stefan Monnier authored
(follow-mode): Use define-minor-mode. (follow-mode-map): Move initialization into the declaration. Use command remapping. (follow-emacs-version-xemacs-p): Remove. (follow-submit-feedback): Remove.
-
Stefan Monnier authored
(allout-passphrase-hint-string): Tighten up a bit the safety predicate.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
Tighten up a bit the safety predicate.
-
Stefan Monnier authored
(sentence-end-without-space, page-delimiter, paragraph-ignore-fill-prefix): Tighten up a bit the safety predicate.
-
Stefan Monnier authored
-
Stefan Monnier authored
syntax-ppss may return a negative depth.
-
Stefan Monnier authored
Tighten up a bit the safety predicate.
-
Stefan Monnier authored
(add-log-time-zone-rule): Rename from change-log-time-zone-rule. (add-change-log-entry): Use it here, since it's not specific to iso8601. (add-log-iso8601-time-string): Don't use it here any more. (change-log-indent-text, change-log-indent): Rename from add-log-*.
-
Stefan Monnier authored
-
Miles Bader authored
Rcirc patch from Ryan Yeske 2006-04-25 Ryan Yeske <rcyeske@gmail.com> * lisp/net/rcirc.el (rcirc-print): Revert last change with ignored nicks. (rcirc-toggle-low-priority): Doc fix. (rcirc-handler-NOTICE): Remove beginning of line anchor in ChanServ regexp. (rcirc-startup-channels-alist): Connect to #rcirc by default, not #emacs. (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables. (rcirc-decode-coding-system): Use utf-8 as the default. (rcirc-multiline-minor-mode): Set the fill-column. (rcirc-format-response-string): Display bright and dim nicks. (rcirc-browse-url): Update interactive spec to fill ARG. (rcirc-bright-nick, rcirc-dim-nick): Add faces. (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
-
- 25 Apr, 2006 2 commits
-
-
Bill Wohler authored
by mh-folder-completion-function no longer need adornment (closes SF #1476270).
-
Miles Bader authored
(Ffield_beginning, find_field): Undo change of 2006-04-23. 2006-04-25 Miles Bader <miles@gnu.org> * src/editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23.
-
- 24 Apr, 2006 10 commits
-
-
Bill Wohler authored
and also included pointers to current MH implementations.
-
J.D. Smith authored
-
J.D. Smith authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Miles Bader authored
-
Kim F. Storm authored
(produce_stretch_glyph): Assume that face box height and width is already included in stretch glyph size so caller doesn't have to consider the extra space otherwise added (fixes problem in ses.el).
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
-
- 23 Apr, 2006 6 commits
-
-
Kim F. Storm authored
does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
-
Kim F. Storm authored
-
Kim F. Storm authored
(tool_bar_lines_needed): Clear it when done, so we don't accidentally draw a second copy of the tool-bar after resetting f->n_tool_bar_rows. (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever we recalculate f->n_tool_bar_rows.
-
Kim F. Storm authored
matrices to force recalculation of tool-bar height after font change.
-
Kim F. Storm authored
-
Richard M. Stallman authored
-