bpt/emacs.git
16 years ago(backquote-unquote-symbol, backquote-splice-symbol):
Stefan Monnier [Thu, 23 Aug 2007 18:39:20 +0000 (18:39 +0000)]
(backquote-unquote-symbol, backquote-splice-symbol):
Backslash the , and ,@ which are not new-style unquotes.

16 years ago(edebug-list-form, edebug-match-symbol, \,)
Stefan Monnier [Thu, 23 Aug 2007 18:38:33 +0000 (18:38 +0000)]
(edebug-list-form, edebug-match-symbol, \,)
(\,@): Backslash the , and ,@ which are not new-style unquotes.

16 years ago(\,): Calrify it's not a new-style unquote.
Stefan Monnier [Thu, 23 Aug 2007 18:37:20 +0000 (18:37 +0000)]
(\,): Calrify it's not a new-style unquote.

16 years ago(socks-username/password-auth-filter):
Stefan Monnier [Thu, 23 Aug 2007 18:36:07 +0000 (18:36 +0000)]
(socks-username/password-auth-filter):
Remove unused vars `state' and `desired-len'.
(socks-parse-services, socks-nslookup-host): Use with-current-buffer.
(socks-wait-for-state-change): Use new-style backquotes.

16 years agoUse with-current-buffer.
Stefan Monnier [Thu, 23 Aug 2007 18:27:41 +0000 (18:27 +0000)]
Use with-current-buffer.
(gnus-pick-setup-message): Fix long-standing typo.

16 years agoFix up comment style.
Stefan Monnier [Thu, 23 Aug 2007 18:25:48 +0000 (18:25 +0000)]
Fix up comment style.
(sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
(sha1-OP, sha1-add-to-H): Use new-style backquotes.

16 years agoFix up comment style.
Stefan Monnier [Thu, 23 Aug 2007 18:22:39 +0000 (18:22 +0000)]
Fix up comment style.
(hex-char-to-num, num-to-hex-char): Use new-style backquotes.

16 years ago(byte-compile-from-buffer): Check old-style backquotes after each `read'
Stefan Monnier [Thu, 23 Aug 2007 18:19:56 +0000 (18:19 +0000)]
(byte-compile-from-buffer): Check old-style backquotes after each `read'
rather than once per buffer to get more precise location info.

16 years agoRemove spurious * in custom docstrings.
Stefan Monnier [Thu, 23 Aug 2007 18:18:26 +0000 (18:18 +0000)]
Remove spurious * in custom docstrings.
(dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
(dframe-xemacs20p): Remove, inline at the sole use point.
(defface): Don't defvar the face, don't use old-style backquote.
(defcustom): Don't use old-style backquote.
(dframe-frame-parameter, dframe-mouse-event-p):
Make it obvious that it's always defined.
(dframe-popup-kludge): New function to replace
dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
(dframe-frame-mode, dframe-set-timer-internal)
(dframe-mouse-set-point): Remove use of with-no-warnings from
XEmacs-specific code.
(dframe-set-timer-internal): Fix very old bug with
post-command-idle-hook.

16 years ago(load_warn_old_style_backquotes): Fix weird typo.
Stefan Monnier [Thu, 23 Aug 2007 16:20:34 +0000 (16:20 +0000)]
(load_warn_old_style_backquotes): Fix weird typo.

16 years ago(load_warn_old_style_backquotes): Fix up array size typo.
Stefan Monnier [Thu, 23 Aug 2007 16:15:14 +0000 (16:15 +0000)]
(load_warn_old_style_backquotes): Fix up array size typo.

16 years ago(byte-optimize-featurep): Also handle `sxemacs'.
Stefan Monnier [Thu, 23 Aug 2007 15:11:31 +0000 (15:11 +0000)]
(byte-optimize-featurep): Also handle `sxemacs'.

16 years agoUpdate GPL version for Emacs images.
Glenn Morris [Thu, 23 Aug 2007 03:27:16 +0000 (03:27 +0000)]
Update GPL version for Emacs images.

16 years ago(image-minor-mode): Use image-mode-text-map.
Chong Yidong [Wed, 22 Aug 2007 22:27:08 +0000 (22:27 +0000)]
(image-minor-mode): Use image-mode-text-map.

16 years ago* image-mode.el (image-minor-mode): Use image-mode-text-map.
Chong Yidong [Wed, 22 Aug 2007 22:26:56 +0000 (22:26 +0000)]
* image-mode.el (image-minor-mode): Use image-mode-text-map.

16 years agorefcard.ps too
Karl Berry [Wed, 22 Aug 2007 20:16:05 +0000 (20:16 +0000)]
refcard.ps too

16 years agorefcard updates for printing
Karl Berry [Wed, 22 Aug 2007 20:14:13 +0000 (20:14 +0000)]
refcard updates for printing

16 years ago(sort-fold-case, sort-numeric-base): Mark as safe-local-variable.
Reiner Steib [Wed, 22 Aug 2007 19:42:19 +0000 (19:42 +0000)]
(sort-fold-case, sort-numeric-base): Mark as safe-local-variable.

16 years ago(browse-url-emacs): New function.
Stefan Monnier [Wed, 22 Aug 2007 18:52:59 +0000 (18:52 +0000)]
(browse-url-emacs): New function.

16 years agoAnal retentive pickiness on my part.
Stefan Monnier [Wed, 22 Aug 2007 16:48:08 +0000 (16:48 +0000)]
Anal retentive pickiness on my part.

16 years agoDon't use `iff'.
Glenn Morris [Wed, 22 Aug 2007 16:47:00 +0000 (16:47 +0000)]
Don't use `iff'.

16 years ago(Qold_style_backquotes): New var.
Stefan Monnier [Wed, 22 Aug 2007 16:46:45 +0000 (16:46 +0000)]
(Qold_style_backquotes): New var.
(syms_of_lread): Init and staticpro it.
(load_warn_old_style_backquotes): New fun.
(Fload): Use them to warn about old style backquotes.
(end_of_file_error, Fload): Remove unused vars.

16 years ago(Fclear_face_cache, Fx_send_client_event): Declare.
Stefan Monnier [Wed, 22 Aug 2007 16:44:09 +0000 (16:44 +0000)]
(Fclear_face_cache, Fx_send_client_event): Declare.

16 years ago(byte-compile-from-buffer): Display a big fat warning for old style backquotes.
Stefan Monnier [Wed, 22 Aug 2007 16:08:42 +0000 (16:08 +0000)]
(byte-compile-from-buffer): Display a big fat warning for old style backquotes.

16 years ago(syms_of_lread): Export old-style-backquotes to Elisp.
Stefan Monnier [Wed, 22 Aug 2007 15:55:10 +0000 (15:55 +0000)]
(syms_of_lread): Export old-style-backquotes to Elisp.

16 years ago(byte-compile-log-file, byte-recompile-directory, byte-compile-file)
Stefan Monnier [Wed, 22 Aug 2007 15:51:13 +0000 (15:51 +0000)]
(byte-compile-log-file, byte-recompile-directory, byte-compile-file)
(byte-compile-from-buffer): Use with-current-buffer.

16 years ago(Vold_style_backquotes): New var.
Stefan Monnier [Wed, 22 Aug 2007 15:43:46 +0000 (15:43 +0000)]
(Vold_style_backquotes): New var.
(syms_of_lread): Init and staticpro it.
(read1): Set it when we find an old-style (back)quote.

16 years ago(text-invisible-p): Rename from line-move-invisible-p.
Stefan Monnier [Wed, 22 Aug 2007 15:31:31 +0000 (15:31 +0000)]
(text-invisible-p): Rename from line-move-invisible-p.
(line-move-invisible-p): Keep as an obsolete alias, just to be safe.
(line-move-1, line-move-finish, line-move-to-column)
(move-end-of-line, move-beginning-of-line): Use new name.

16 years ago(SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
Jason Rumney [Wed, 22 Aug 2007 14:35:05 +0000 (14:35 +0000)]
(SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.

16 years ago(backup-buffer-copy): Check backup directory is writable, to avoid
Glenn Morris [Wed, 22 Aug 2007 03:47:35 +0000 (03:47 +0000)]
(backup-buffer-copy): Check backup directory is writable, to avoid
infloop deleting old backup.

16 years ago*** empty log message ***
Glenn Morris [Wed, 22 Aug 2007 03:47:12 +0000 (03:47 +0000)]
*** empty log message ***

16 years agoComment.
Glenn Morris [Wed, 22 Aug 2007 03:34:13 +0000 (03:34 +0000)]
Comment.

16 years ago(rmail-movemail-variant-p): Call on load to set movemail related variables.
Glenn Morris [Wed, 22 Aug 2007 03:33:37 +0000 (03:33 +0000)]
(rmail-movemail-variant-p): Call on load to set movemail related variables.
(rmail-insert-inbox-text): Use only rmail-movemail-program, which
will now be set before this is called.

16 years ago*** empty log message ***
Glenn Morris [Wed, 22 Aug 2007 03:33:13 +0000 (03:33 +0000)]
*** empty log message ***

16 years ago(backquote-delay-process): Fix last change.
Stefan Monnier [Tue, 21 Aug 2007 19:09:25 +0000 (19:09 +0000)]
(backquote-delay-process): Fix last change.

16 years ago(reset_var_on_error): New fun.
Stefan Monnier [Tue, 21 Aug 2007 18:22:03 +0000 (18:22 +0000)]
(reset_var_on_error): New fun.
(signal_before_change, signal_after_change):
Use it to reset (after|before)-change-functions to nil in case of error.
Bind inhibit-modification-hooks to t.
Don't bind (after|before)-change-functions to nil while they run.

16 years ago(ada-create-keymap): Paren typo.
Stefan Monnier [Tue, 21 Aug 2007 16:25:41 +0000 (16:25 +0000)]
(ada-create-keymap): Paren typo.

16 years agoFix up comment style in header.
Stefan Monnier [Tue, 21 Aug 2007 16:24:43 +0000 (16:24 +0000)]
Fix up comment style in header.
(ada-check-emacs-version): Remove.
(ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
(ada-region-selected): Use (featurep 'xemacs) rather than contortions
to try and quieten the byte-compiler.
(ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.

16 years ago(vc-annotate-warp-version): Don't use previous-line.
Stefan Monnier [Tue, 21 Aug 2007 16:24:21 +0000 (16:24 +0000)]
(vc-annotate-warp-version): Don't use previous-line.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 21 Aug 2007 04:52:22 +0000 (04:52 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 245)

   - Update from CVS

2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave)
   (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.

2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus.el (gnus-maximum-newsgroup): New variable.

   * lisp/gnus/gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
   according to gnus-maximum-newsgroup.

   * lisp/gnus/gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
   (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Limit
   the range of articles according to gnus-maximum-newsgroup.

2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-96

16 years agopreceding-sexp
Vinicius Jose Latorre [Mon, 20 Aug 2007 15:52:47 +0000 (15:52 +0000)]
preceding-sexp

16 years ago(custom-deps, finder-data, autoloads, recompile)
Glenn Morris [Sun, 19 Aug 2007 00:24:55 +0000 (00:24 +0000)]
(custom-deps, finder-data, autoloads, recompile)
(progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
shadow files messing up the compilation.

16 years ago*** empty log message ***
Glenn Morris [Sun, 19 Aug 2007 00:24:41 +0000 (00:24 +0000)]
*** empty log message ***

16 years ago(pure): Round PURESIZE up.
Andreas Schwab [Sun, 19 Aug 2007 00:17:53 +0000 (00:17 +0000)]
(pure): Round PURESIZE up.

16 years ago(scheme-mode-variables): Set font-lock-comment-start-skip.
Glenn Morris [Sat, 18 Aug 2007 23:45:58 +0000 (23:45 +0000)]
(scheme-mode-variables): Set font-lock-comment-start-skip.

16 years ago(ada-create-syntax-table): Move
Martin Rudalics [Sat, 18 Aug 2007 08:33:06 +0000 (08:33 +0000)]
(ada-create-syntax-table): Move
set-syntax-table from here to ...
(ada-mode): ... here.  Do not change global value of
comment-multi-line.  Call new function
ada-initialize-syntax-table-properties and add new function
ada-handle-syntax-table-properties to font-lock-mode-hook.
(ada-deactivate-properties, ada-initialize-properties): Replace
by new functions ...
(ada-handle-syntax-table-properties)
(ada-initialize-syntax-table-properties)
(ada-set-syntax-table-properties): ... to set up syntax-table
properties uniformly, independently from whether font-lock-mode
is enabled or not.  Handle read-only buffers and do not change
undo-list when setting syntax-table properties.
(ada-after-change-function): Use ada-set-syntax-table-properties.

16 years agoRevert last change.
Thien-Thi Nguyen [Fri, 17 Aug 2007 22:16:59 +0000 (22:16 +0000)]
Revert last change.

16 years ago(copyright-update-year, copyright-update)
Thien-Thi Nguyen [Fri, 17 Aug 2007 22:04:18 +0000 (22:04 +0000)]
(copyright-update-year, copyright-update)
(copyright-fix-years): Fix bug: Handle nil copyright-limit.

16 years ago(Position Info): Add index entry for face at point.
Eli Zaretskii [Fri, 17 Aug 2007 19:29:52 +0000 (19:29 +0000)]
(Position Info): Add index entry for face at point.
Mention that character faces are also displayed by "C-u C-x =".

16 years agoFix s{a}{b} parsing
Vinicius Jose Latorre [Fri, 17 Aug 2007 18:58:32 +0000 (18:58 +0000)]
Fix s{a}{b} parsing

16 years agoRemove debug fprintf.
Jan Djärv [Fri, 17 Aug 2007 07:53:18 +0000 (07:53 +0000)]
Remove debug fprintf.

16 years ago(handle_one_xevent): Remove check that mouse click is in
Jan Djärv [Fri, 17 Aug 2007 07:52:08 +0000 (07:52 +0000)]
(handle_one_xevent): Remove check that mouse click is in
active frame.

16 years ago(compilation-get-file-structure): Make use of the directory part when
Glenn Morris [Fri, 17 Aug 2007 07:16:17 +0000 (07:16 +0000)]
(compilation-get-file-structure): Make use of the directory part when
checking for an existing entry, to handle files with same basename in
different directories.

16 years ago*** empty log message ***
Glenn Morris [Fri, 17 Aug 2007 07:15:55 +0000 (07:15 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Richard M. Stallman [Fri, 17 Aug 2007 04:43:27 +0000 (04:43 +0000)]
*** empty log message ***

16 years agoDocstring fix
Vinicius Jose Latorre [Fri, 17 Aug 2007 01:43:06 +0000 (01:43 +0000)]
Docstring fix

16 years agoDocstring fix
Vinicius Jose Latorre [Fri, 17 Aug 2007 01:29:39 +0000 (01:29 +0000)]
Docstring fix

16 years agoDocstring fix
Vinicius Jose Latorre [Thu, 16 Aug 2007 22:28:43 +0000 (22:28 +0000)]
Docstring fix

16 years ago(smerge-resolve): New arg `safe'.
Stefan Monnier [Thu, 16 Aug 2007 20:04:36 +0000 (20:04 +0000)]
(smerge-resolve): New arg `safe'.
(smerge-resolve-all, smerge-batch-resolve): New function.
(smerge-refine): Make sure `diff' returns the expected result.
(smerge-parsep-re): New const.
(smerge-mode): Use it to adjust paragraph-separate.

16 years ago(perl-font-lock-syntactic-keywords): Correctly match / regexp matchers
Stefan Monnier [Thu, 16 Aug 2007 14:20:37 +0000 (14:20 +0000)]
(perl-font-lock-syntactic-keywords): Correctly match / regexp matchers
as first char on a line when fontifying only that line.

16 years ago(cl-transform-lambda): Preserve the match-data.
Stefan Monnier [Thu, 16 Aug 2007 04:24:57 +0000 (04:24 +0000)]
(cl-transform-lambda): Preserve the match-data.

16 years agoRedraw problem is probably a graphics driver bug, not specific to
Glenn Morris [Thu, 16 Aug 2007 03:23:07 +0000 (03:23 +0000)]
Redraw problem is probably a graphics driver bug, not specific to
Emacs.

16 years ago(ps-font-size): Doc fix.
Glenn Morris [Thu, 16 Aug 2007 03:18:34 +0000 (03:18 +0000)]
(ps-font-size): Doc fix.

16 years agoTweak previous change (don't init statics).
Glenn Morris [Thu, 16 Aug 2007 03:17:12 +0000 (03:17 +0000)]
Tweak previous change (don't init statics).

16 years ago*** empty log message ***
Glenn Morris [Thu, 16 Aug 2007 03:13:33 +0000 (03:13 +0000)]
*** empty log message ***

16 years agoDon't fiddle with vc-handled-backend.
Stefan Monnier [Wed, 15 Aug 2007 21:10:46 +0000 (21:10 +0000)]
Don't fiddle with vc-handled-backend.
(vc-bzr-registered): Don't redundantly protect against
file-error.  Actually use the format-specific code.
(vc-bzr-buffer-nonblank-p): Remove.
(vc-bzr-status): Change `kindchange' -> `kindchanged'.

16 years agoTypo.
Glenn Morris [Wed, 15 Aug 2007 03:23:23 +0000 (03:23 +0000)]
Typo.

16 years agoComment previous change.
Glenn Morris [Wed, 15 Aug 2007 03:22:22 +0000 (03:22 +0000)]
Comment previous change.

16 years agoPhilippe Waroquiers <philippe.waroquiers at eurocontrol.int>
Glenn Morris [Wed, 15 Aug 2007 03:19:47 +0000 (03:19 +0000)]
Philippe Waroquiers  <philippe.waroquiers at eurocontrol.int>

(tty_default_color_capabilities): Explicitly initialize static
variables in file scope, to avoid HPUX compiler problem.

16 years ago"undigestify-rmail-message" is fixed.
Glenn Morris [Wed, 15 Aug 2007 03:11:58 +0000 (03:11 +0000)]
"undigestify-rmail-message" is fixed.
"CVS build" totally unreproducible (I think someone would have noticed
if CVS did not build for 3 weeks...).
Add some urls.

16 years ago(rmail-digest-parse-rfc1153sloppy): Be even sloppier, for the sake of
Glenn Morris [Wed, 15 Aug 2007 03:09:52 +0000 (03:09 +0000)]
(rmail-digest-parse-rfc1153sloppy): Be even sloppier, for the sake of
GNU Mailman.
(rmail-digest-rfc1153): Initialize `result' correctly.

16 years ago*** empty log message ***
Glenn Morris [Wed, 15 Aug 2007 03:08:42 +0000 (03:08 +0000)]
*** empty log message ***

16 years ago(bootstrap-nmake): Change directories once more.
Jason Rumney [Tue, 14 Aug 2007 23:01:03 +0000 (23:01 +0000)]
(bootstrap-nmake): Change directories once more.

16 years ago"modification hooks called only once" -- fix is on the trunk.
Chong Yidong [Tue, 14 Aug 2007 18:33:25 +0000 (18:33 +0000)]
"modification hooks called only once" -- fix is on the trunk.

16 years ago*** empty log message ***
Jason Rumney [Tue, 14 Aug 2007 15:37:20 +0000 (15:37 +0000)]
*** empty log message ***

16 years ago(bad-packages-alist): Fix regexp typo in previous change.
Glenn Morris [Tue, 14 Aug 2007 08:47:44 +0000 (08:47 +0000)]
(bad-packages-alist): Fix regexp typo in previous change.

16 years agoMove CUA-mode check to `bad-packages-alist'.
Glenn Morris [Tue, 14 Aug 2007 08:42:11 +0000 (08:42 +0000)]
Move CUA-mode check to `bad-packages-alist'.

16 years agoMention `bad-packages-alist'.
Glenn Morris [Tue, 14 Aug 2007 07:45:58 +0000 (07:45 +0000)]
Mention `bad-packages-alist'.

16 years ago(bad-packages-alist): New constant.
Glenn Morris [Tue, 14 Aug 2007 07:45:48 +0000 (07:45 +0000)]
(bad-packages-alist): New constant.
(bad-package-check): New function.  Together, these two add
elements to `after-load-alist' to check for problematic external
packages.

16 years ago*** empty log message ***
Glenn Morris [Tue, 14 Aug 2007 07:41:31 +0000 (07:41 +0000)]
*** empty log message ***

16 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 13 Aug 2007 13:44:55 +0000 (13:44 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nntp.el (nntp-xref-number-is-evil): New server variable.
   (nntp-find-group-and-number): If it is non-nil, don't trust article
   numbers in the Xref header.

2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.

2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.

2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (NNTP): Mention nntp-xref-number-is-evil.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-92

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 13 Aug 2007 11:47:43 +0000 (11:47 +0000)]
*** empty log message ***

16 years ago(vhdl-update-progress-info): Avoid divide by zero error.
Juanma Barranquero [Mon, 13 Aug 2007 11:39:45 +0000 (11:39 +0000)]
(vhdl-update-progress-info): Avoid divide by zero error.

16 years ago(ada-gnatls-args): Fix docstring.
Juanma Barranquero [Mon, 13 Aug 2007 11:38:37 +0000 (11:38 +0000)]
(ada-gnatls-args): Fix docstring.
(ada-treat-cmd-string): Improve error message.
(ada-do-file-completion): Call `ada-require-project-file', so project variables
are set properly.
(ada-prj-find-prj-file): Delete Emacs 20.2 support.
(ada-gnatfind-buffer-name): New constant.
(ada-find-any-references): Use new constant.  Set buffer name properly in
compilation-start.  Toggle read-only properly.
(ada-find-in-src-path): Fix spelling error in docstring.

16 years ago(cvs-parse-table): Handle additional instance of optional quotes
Juanma Barranquero [Mon, 13 Aug 2007 11:37:50 +0000 (11:37 +0000)]
(cvs-parse-table): Handle additional instance of optional quotes
around files in NEED-UPDATE . REMOVED case.

16 years ago(gdb-send): Handle CTRL-D more carefully.
Nick Roberts [Mon, 13 Aug 2007 09:28:31 +0000 (09:28 +0000)]
(gdb-send): Handle CTRL-D more carefully.

16 years ago*** empty log message ***
Nick Roberts [Mon, 13 Aug 2007 09:26:45 +0000 (09:26 +0000)]
*** empty log message ***

16 years ago(update_frame_tool_bar): Use -1 as index
Jan Djärv [Mon, 13 Aug 2007 06:36:47 +0000 (06:36 +0000)]
(update_frame_tool_bar): Use -1 as index
to gtk_toolbar_insert.

16 years ago(cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
Richard M. Stallman [Sun, 12 Aug 2007 18:11:57 +0000 (18:11 +0000)]
(cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
(cvs-execute-single-file): Use new name split-string-and-unquote.
(cvs-header-msg): Use new name combine-and-quote-strings.

16 years ago(vi-next-line): Ignore return value of line-move.
Richard M. Stallman [Sun, 12 Aug 2007 18:05:08 +0000 (18:05 +0000)]
(vi-next-line): Ignore return value of line-move.

16 years ago(gud-common-init): Use new name split-string-and-unquote.
Richard M. Stallman [Sun, 12 Aug 2007 18:02:39 +0000 (18:02 +0000)]
(gud-common-init): Use new name split-string-and-unquote.

16 years ago(flymake-err-line-patterns): Fix infloop in javac regexp.
Richard M. Stallman [Sun, 12 Aug 2007 18:01:29 +0000 (18:01 +0000)]
(flymake-err-line-patterns): Fix infloop in javac regexp.

16 years ago(cvs-qtypedesc-strings): Use new names
Richard M. Stallman [Sun, 12 Aug 2007 18:00:34 +0000 (18:00 +0000)]
(cvs-qtypedesc-strings): Use new names
combine-and-quote-strings and split-string-and-unquote.

16 years ago(combine-and-quote-strings): Renamed from strings->string.
Richard M. Stallman [Sun, 12 Aug 2007 17:59:40 +0000 (17:59 +0000)]
(combine-and-quote-strings): Renamed from strings->string.
(split-string-and-unquote): Renamed from string->strings.

16 years ago*** empty log message ***
Richard M. Stallman [Sun, 12 Aug 2007 17:57:34 +0000 (17:57 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Glenn Morris [Sat, 11 Aug 2007 02:59:26 +0000 (02:59 +0000)]
*** empty log message ***

16 years ago(x_draw_image_glyph_string): Adjust stipple origin when
YAMAMOTO Mitsuharu [Sat, 11 Aug 2007 02:06:37 +0000 (02:06 +0000)]
(x_draw_image_glyph_string): Adjust stipple origin when
filling pixmap with stippled background.

16 years ago(log-view-font-lock-keywords): Use `eval' so as to adapt to buffer settings.
Stefan Monnier [Fri, 10 Aug 2007 08:20:20 +0000 (08:20 +0000)]
(log-view-font-lock-keywords): Use `eval' so as to adapt to buffer settings.

16 years ago(new_backquote_output): Rename from old_backquote_output.
Stefan Monnier [Fri, 10 Aug 2007 08:01:30 +0000 (08:01 +0000)]
(new_backquote_output): Rename from old_backquote_output.
(print): Inverse its logic (according to its name) so as to match the
behavior of new_backquote_flag in lread.c.

16 years ago*** empty log message ***
Stefan Monnier [Fri, 10 Aug 2007 06:52:54 +0000 (06:52 +0000)]
*** empty log message ***